summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorexiftool <exiftool@users.sourceforge.net>2021-12-08 08:47:01 -0500
committerexiftool <exiftool@users.sourceforge.net>2021-12-08 08:47:01 -0500
commitd8fe987e32ed1c7659ed12f792ead936a4ad5b7f (patch)
treeecc4e9e987e32b413554f6949ab9b78d723ab1d5
parent9ceb6432cb71f892bdd1073599f8dfb7f373537d (diff)
Update to 12.37
-rw-r--r--Changes12
-rw-r--r--META.json2
-rw-r--r--META.yml2
-rw-r--r--README4
-rwxr-xr-xexiftool34
-rw-r--r--html/ExifTool.pdf78
-rw-r--r--html/Shift.pdf6
-rw-r--r--html/TagNames/Canon.html446
-rw-r--r--html/TagNames/DarwinCore.html19
-rw-r--r--html/TagNames/Extra.html10
-rw-r--r--html/TagNames/GIF.html6
-rw-r--r--html/TagNames/Nikon.html165
-rw-r--r--html/TagNames/NikonSettings.html48
-rw-r--r--html/TagNames/QuickTime.html6
-rw-r--r--html/TagNames/XMP.html497
-rw-r--r--html/TagNames/index.html4
-rw-r--r--html/exiftool_pod.html6
-rw-r--r--html/exiftool_pod.pdf1198
-rw-r--r--html/history.html21
-rw-r--r--html/index.html20
-rw-r--r--html/install.html22
-rw-r--r--lib/Image/ExifTool.pm10
-rw-r--r--lib/Image/ExifTool/BuildTagLookup.pm8
-rw-r--r--lib/Image/ExifTool/Canon.pm151
-rw-r--r--lib/Image/ExifTool/DarwinCore.pm4
-rw-r--r--lib/Image/ExifTool/GIF.pm6
-rw-r--r--lib/Image/ExifTool/GPS.pm24
-rw-r--r--lib/Image/ExifTool/Nikon.pm497
-rw-r--r--lib/Image/ExifTool/NikonSettings.pm132
-rw-r--r--lib/Image/ExifTool/PNG.pm1
-rw-r--r--lib/Image/ExifTool/QuickTime.pm5
-rw-r--r--lib/Image/ExifTool/QuickTimeStream.pl27
-rw-r--r--lib/Image/ExifTool/TagLookup.pm12676
-rw-r--r--lib/Image/ExifTool/TagNames.pod628
-rw-r--r--lib/Image/ExifTool/WriteXMP.pl21
-rw-r--r--lib/Image/ExifTool/Writer.pl7
-rw-r--r--lib/Image/ExifTool/XMP.pm28
-rw-r--r--perl-Image-ExifTool.spec2
-rw-r--r--pp_build_exe.args8
-rwxr-xr-xwindows_exiftool34
40 files changed, 9029 insertions, 7846 deletions
diff --git a/Changes b/Changes
index 6420db02..5ff3f303 100644
--- a/Changes
+++ b/Changes
@@ -7,6 +7,16 @@ 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.)
+Dec. 8, 2021 - Version 12.37
+
+ - Decode timed GPS from Vantrue S1 dashcam MP4 videos
+ - Decode ColorData tags for the Canon EOS R3 (thanks LibRaw)
+ - Decode more makernotes tags for Nikon Z cameras (thanks Warren Hatch)
+ - Extract TransparentColor from GIF images
+ - Improved parsing of input time values for GPSTimeStamp to properly handle a
+ "." separator
+ - Improved warning when incorrectly using "
+
Nov. 16, 2021 - Version 12.36
- IMPORTANT: Fixed bug introduced in 12.35 which corrupted JPEG 2000 images
@@ -19,7 +29,7 @@ Nov. 16, 2021 - Version 12.36
- Made the Composite GPSPosition tag writable
- Fixed erroneous "Skipped unknown bytes after JPEG SOS" warning
- Fixed group for new writable Jpeg2000 color tags in -listx output
- - Fixed problem finding files in windows when using wildcards in file name and
+ - Fixed problem finding files in Windows when using wildcards in file name and
a drive letter with no slash
Nov. 11, 2021 - Version 12.35
diff --git a/META.json b/META.json
index 80fde81b..5e28b8d9 100644
--- a/META.json
+++ b/META.json
@@ -47,6 +47,6 @@
}
},
"release_status" : "stable",
- "version" : "12.36",
+ "version" : "12.37",
"x_serialization_backend" : "JSON::PP version 4.02"
}
diff --git a/META.yml b/META.yml
index 992958f7..3fd8b685 100644
--- a/META.yml
+++ b/META.yml
@@ -28,5 +28,5 @@ recommends:
Time::HiRes: 0
requires:
perl: 5.004
-version: 12.36
+version: 12.37
x_serialization_backend: 'JSON::PP version 4.02'
diff --git a/README b/README
index 93c14111..dc8c1f7a 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.36.tar.gz | tar -xf -
- cd Image-ExifTool-12.36
+ gzip -dc Image-ExifTool-12.37.tar.gz | tar -xf -
+ cd Image-ExifTool-12.37
./exiftool t/images/ExifTool.jpg
Note: These commands extract meta information from one of the test images.
diff --git a/exiftool b/exiftool
index d28dab43..72bb87b8 100755
--- a/exiftool
+++ b/exiftool
@@ -10,7 +10,7 @@
use strict;
require 5.004;
-my $version = '12.36';
+my $version = '12.37';
# add our 'lib' directory to the include list BEFORE 'use Image::ExifTool'
BEGIN {
@@ -3467,18 +3467,26 @@ sub ConvertBinary($)
}
#------------------------------------------------------------------------------
-# Compare two tag values to see if they are equal
+# Compare ValueConv and PrintConv values of a tag to see if they are equal
# Inputs: 0) value1, 1) value2
# Returns: true if they are equal
sub IsEqual($$)
{
- return 1 if ref $_[0] eq 'SCALAR' or $_[0] eq $_[1];
- return 0 if ref $_[0] ne 'ARRAY' or ref $_[1] ne 'ARRAY' or
- @{$_[0]} ne @{$_[1]};
- # test all elements of an array
- my $i = 0;
- for ($i=0; $i<scalar(@{$_[0]}); ++$i) {
- return 0 if $_[0][$i] ne $_[1][$i];
+ my ($a, $b) = @_;
+ # (scalar values are not print-converted)
+ return 1 if $a eq $b or ref $a eq 'SCALAR';
+ if (ref $a eq 'HASH' and ref $b eq 'HASH') {
+ return 0 if scalar(keys %$a) != scalar(keys %$b);
+ my $key;
+ foreach $key (keys %$a) {
+ return 0 unless IsEqual($$a{$key}, $$b{$key});
+ }
+ } else {
+ return 0 if ref $a ne 'ARRAY' or ref $b ne 'ARRAY' or @$a != @$b;
+ my $i;
+ for ($i=0; $i<scalar(@$a); ++$i) {
+ return 0 unless IsEqual($$a[$i], $$b[$i]);
+ }
}
return 1;
}
@@ -4740,7 +4748,8 @@ for more details). C<+=> may also be used to increment numerical values (or
decrement if I<VALUE> is negative), and C<-=> may be used to conditionally
delete or replace a tag (see L</WRITING EXAMPLES> for examples). C<^=> is
used to write an empty string instead of deleting the tag when no I<VALUE>
-is given, but otherwise it is equivalent to C<=>.
+is given, but otherwise it is equivalent to C<=>, but note that the caret
+must be quoted on the Windows command line.
I<TAG> may contain one or more leading family 0, 1, 2 or 7 group names,
prefixed by optional family numbers, and separated colons. If no group name
@@ -5410,7 +5419,8 @@ directory if C<#[SECT]> contains C<$directory>). Lines beginning with
C<#[BODY]> and lines not beginning with C<#> are output for each processed
file. Lines beginning with C<#[IF]> are not output, but all BODY lines are
skipped if any tag on an IF line doesn't exist. Other lines beginning with
-C<#> are ignored. For example, this format file:
+C<#> are ignored. (To output a line beginning with C<#>, use C<#[BODY]#>.)
+For example, this format file:
# this is a comment line
#[HEAD]-- Generated by ExifTool $exifToolVersion --
@@ -5424,7 +5434,7 @@ with this command:
produces output like this:
- -- Generated by ExifTool 12.36 --
+ -- Generated by ExifTool 12.37 --
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 588b785f..4d7d6ffa 100644
--- a/html/ExifTool.pdf
+++ b/html/ExifTool.pdf
@@ -12,7 +12,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 1)Tj
+( -- Image::ExifTool 12.37 -- 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.36 -- 2)Tj
+( -- Image::ExifTool 12.37 -- 2)Tj
/TT4 1 Tf
0 -1.6333 TD
( ARW r/w | F4A/V r/w | M4A/V r/w | PCD r | SWF r)Tj
@@ -384,7 +384,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 3)Tj
+( -- Image::ExifTool 12.37 -- 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.36 -- 4)Tj
+( -- Image::ExifTool 12.37 -- 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.36 -- 5)Tj
+( -- Image::ExifTool 12.37 -- 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.36 -- 6)Tj
+( -- Image::ExifTool 12.37 -- 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.36 -- 7)Tj
+( -- Image::ExifTool 12.37 -- 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.36 -- 8)Tj
+( -- Image::ExifTool 12.37 -- 8)Tj
/TT4 1 Tf
0 -1.6333 TD
( Fallback internal IPTC character set to assume if IPTC)Tj
@@ -1414,7 +1414,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 9)Tj
+( -- Image::ExifTool 12.37 -- 9)Tj
/TT4 1 Tf
0 -1.6333 TD
( format is different when copying tags with)Tj
@@ -1567,7 +1567,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 10)Tj
+( -- Image::ExifTool 12.37 -- 10)Tj
/TT4 1 Tf
0 -1.6333 TD
( stop parsing at the IDAT chunk of PNG images. \(By the PNG)Tj
@@ -1720,7 +1720,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 11)Tj
+( -- Image::ExifTool 12.37 -- 11)Tj
/TT4 1 Tf
0 -2.7333 TD
( GeoSpeedRef)Tj
@@ -1909,7 +1909,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 12)Tj
+( -- Image::ExifTool 12.37 -- 12)Tj
/TT4 1 Tf
0 -1.6333 TD
( ListJoin)Tj
@@ -2054,7 +2054,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 13)Tj
+( -- Image::ExifTool 12.37 -- 13)Tj
/TT4 1 Tf
0 -1.6333 TD
( as UTC, causing conversion to local time when they are)Tj
@@ -2203,7 +2203,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 14)Tj
+( -- Image::ExifTool 12.37 -- 14)Tj
/TT4 1 Tf
0 -1.6333 TD
( undef.)Tj
@@ -2356,7 +2356,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 15)Tj
+( -- Image::ExifTool 12.37 -- 15)Tj
/TT4 1 Tf
0 -1.6333 TD
( normal tags, or via the API by calling)Tj
@@ -2541,7 +2541,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 16)Tj
+( -- Image::ExifTool 12.37 -- 16)Tj
/TT4 1 Tf
0 -1.6333 TD
( "ExtractInfo" takes exactly the same arguments as "ImageInfo". The)Tj
@@ -2712,7 +2712,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 17)Tj
+( -- Image::ExifTool 12.37 -- 17)Tj
/TT4 1 Tf
0 -1.6333 TD
( To be clear, it is NOT necessary to call "ExtractInfo" or "ImageInfo")Tj
@@ -2847,7 +2847,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 18)Tj
+( -- Image::ExifTool 12.37 -- 18)Tj
/TT4 1 Tf
0 -1.6333 TD
( G)Tj
@@ -3070,7 +3070,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 19)Tj
+( -- Image::ExifTool 12.37 -- 19)Tj
/TT4 1 Tf
0 -1.6333 TD
( values are same as the values returned by "ImageInfo" and "GetInfo" in)Tj
@@ -3213,7 +3213,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 20)Tj
+( -- Image::ExifTool 12.37 -- 20)Tj
/TT4 1 Tf
0 -1.6333 TD
( exist if the tag exists.)Tj
@@ -3370,7 +3370,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 21)Tj
+( -- Image::ExifTool 12.37 -- 21)Tj
/TT4 1 Tf
0 -1.6333 TD
( $exifTool->SetNewValue\('XMP:Flash'=>'{mode=on,fired=true,return=not}'\);)Tj
@@ -3517,7 +3517,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 22)Tj
+( -- Image::ExifTool 12.37 -- 22)Tj
/TT4 1 Tf
0 -1.6333 TD
( Treat flattened tags as 'unsafe'.)Tj
@@ -3706,7 +3706,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 23)Tj
+( -- Image::ExifTool 12.37 -- 23)Tj
/TT4 1 Tf
0 -1.6333 TD
( G)Tj
@@ -3899,7 +3899,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 24)Tj
+( -- Image::ExifTool 12.37 -- 24)Tj
/TT4 1 Tf
0 -1.6333 TD
( more family 0, 1, 2 or 7 group names with optional leading family)Tj
@@ -4050,7 +4050,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 25)Tj
+( -- Image::ExifTool 12.37 -- 25)Tj
/TT4 1 Tf
0 -2.7333 TD
( If a preview image exists, it is not copied. The preview image)Tj
@@ -4303,7 +4303,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 26)Tj
+( -- Image::ExifTool 12.37 -- 26)Tj
/TT4 1 Tf
0 -2.7333 TD
( 1\) File name)Tj
@@ -4482,7 +4482,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 27)Tj
+( -- Image::ExifTool 12.37 -- 27)Tj
/TT4 1 Tf
0 -1.6333 TD
( 1-N\) Groups in order of priority. If no groups are specified, the)Tj
@@ -4695,7 +4695,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 28)Tj
+( -- Image::ExifTool 12.37 -- 28)Tj
/TT4 1 Tf
0 -2.7333 TD
( 1\) Tag key)Tj
@@ -4842,7 +4842,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 29)Tj
+( -- Image::ExifTool 12.37 -- 29)Tj
/TT4 1 Tf
0 -1.6333 TD
( "SaveFormat" option is used when extracting.)Tj
@@ -5067,7 +5067,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 30)Tj
+( -- Image::ExifTool 12.37 -- 30)Tj
/TT4 1 Tf
0 -1.6333 TD
( 0\) Tag key)Tj
@@ -5362,7 +5362,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 31)Tj
+( -- Image::ExifTool 12.37 -- 31)Tj
/TT4 1 Tf
0 -1.6333 TD
( Stim, Theora, Torrent, Trailer, UserParam, VCard, Vorbis, WTV, XML,)Tj
@@ -5517,7 +5517,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 32)Tj
+( -- Image::ExifTool 12.37 -- 32)Tj
/TT4 1 Tf
0 -2.7333 TD
( Note: This function may also be called as an ExifTool member function)Tj
@@ -5772,7 +5772,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 33)Tj
+( -- Image::ExifTool 12.37 -- 33)Tj
/TT4 1 Tf
0 -2.7333 TD
( my $writable = Image::ExifTool::CanWrite\($filename\);)Tj
@@ -6029,7 +6029,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 34)Tj
+( -- Image::ExifTool 12.37 -- 34)Tj
/TT4 1 Tf
0 -1.6333 TD
( option. By default, "CharsetFileName" is not defined, and file)Tj
@@ -6242,7 +6242,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 35)Tj
+( -- Image::ExifTool 12.37 -- 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
@@ -6421,7 +6421,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.36 -- 36)Tj
+( -- Image::ExifTool 12.37 -- 36)Tj
/TT4 1 Tf
0 -1.6333 TD
( P)Tj
@@ -7320,8 +7320,8 @@ endobj
endobj
121 0 obj
<<
-/CreationDate (D:20211116114145-05'00')
-/ModDate (D:20211116114145-05'00')
+/CreationDate (D:20211208084216-05'00')
+/ModDate (D:20211208084216-05'00')
/Producer (Apple pstopdf)
>>
endobj
@@ -7462,7 +7462,7 @@ trailer
/Size 123
/Root 122 0 R
/Info 121 0 R
-/ID [<726074722c978f1eeedfcda64d0cc764><726074722c978f1eeedfcda64d0cc764>]
+/ID [<fce7540a206eb2b24772d6bc057b8426><fce7540a206eb2b24772d6bc057b8426>]
>>
startxref
175282
diff --git a/html/Shift.pdf b/html/Shift.pdf
index 1f7f1b37..7dced9ae 100644
--- a/html/Shift.pdf
+++ b/html/Shift.pdf
@@ -593,8 +593,8 @@ endobj
endobj
16 0 obj
<<
-/CreationDate (D:20211116114146-05'00')
-/ModDate (D:20211116114146-05'00')
+/CreationDate (D:20211208084216-05'00')
+/ModDate (D:20211208084216-05'00')
/Producer (Apple pstopdf)
>>
endobj
@@ -630,7 +630,7 @@ trailer
/Size 18
/Root 17 0 R
/Info 16 0 R
-/ID [<44c10a32dd47572470cc9e2162d31435><44c10a32dd47572470cc9e2162d31435>]
+/ID [<6dd9b26ea01595e9aa96e9186dc21ed7><6dd9b26ea01595e9aa96e9186dc21ed7>]
>>
startxref
11800
diff --git a/html/TagNames/Canon.html b/html/TagNames/Canon.html
index b1265d12..e3ef6978 100644
--- a/html/TagNames/Canon.html
+++ b/html/TagNames/Canon.html
@@ -438,8 +438,9 @@
<br>ColorData8
<br>ColorData9
<br>ColorData10
+ <br>ColorData11
<br>ColorDataUnknown</td>
-<td class=c>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-</td>
+<td class=c>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-<br>-</td>
<td>--&gt; <a href='Canon.html#ColorData1'>Canon ColorData1 Tags</a>
<br>--&gt; <a href='Canon.html#ColorData2'>Canon ColorData2 Tags</a>
<br>--&gt; <a href='Canon.html#ColorData3'>Canon ColorData3 Tags</a>
@@ -450,6 +451,7 @@
<br>--&gt; <a href='Canon.html#ColorData8'>Canon ColorData8 Tags</a>
<br>--&gt; <a href='Canon.html#ColorData9'>Canon ColorData9 Tags</a>
<br>--&gt; <a href='Canon.html#ColorData10'>Canon ColorData10 Tags</a>
+ <br>--&gt; <a href='Canon.html#ColorData11'>Canon ColorData11 Tags</a>
<br>--&gt; <a href='Canon.html#ColorDataUnknown'>Canon ColorDataUnknown Tags</a></td></tr>
<tr>
<td title='0x4002 = 16386'>0x4002</td>
@@ -8669,7 +8671,8 @@ option is used.</p>
</table></td></tr></table></blockquote>
<h2><a name='ColorData7'>Canon ColorData7 Tags</a></h2>
-<p>These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.</p>
+<p>These tags are used by the EOS 1DX, 5DmkIII, 6D, 7DmkII, 100D, 650D, 700D,
+8000D, M and M2.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
@@ -8679,8 +8682,8 @@ option is used.</p>
<td class=r title='0 = 0x0'>0</td>
<td>ColorDataVersion</td>
<td class=c>int16s</td>
-<td><span class=s>10 = 10 (1DX/5DmkIII/6D/70D/100D/650D/700D/M)
- <br>11 = 11 (7DmkII/750D/760D)</span></td></tr>
+<td><span class=s>10 = 10 (1DX/5DmkIII/6D/70D/100D/650D/700D/M/M2)
+ <br>11 = 11 (7DmkII/750D/760D/8000D)</span></td></tr>
<tr class=b>
<td class=r title='63 = 0x3f'>63</td>
<td>WB_RGGBLevelsAsShot</td>
@@ -9045,6 +9048,8 @@ option is used.</p>
</table></td></tr></table></blockquote>
<h2><a name='ColorData8'>Canon ColorData8 Tags</a></h2>
+<p>These tags are used by the EOS 1DXmkII, 5DS, 5DSR, 5DmkIV, 6DmkII, 77D, 80D,
+200D, 800D, 1300D, 2000D, 4000D and 9000D.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
@@ -9054,10 +9059,10 @@ option is used.</p>
<td class=r title='0 = 0x0'>0</td>
<td>ColorDataVersion</td>
<td class=c>int16s</td>
-<td><span class=s>12 = 12 (5DS/5DSR)
- <br>13 = 13 (80D)
+<td><span class=s>12 = 12 (1DXmkII/5DS/5DSR)
+ <br>13 = 13 (80D/5DmkIV)
<br>14 = 14 (1300D/2000D/4000D)
- <br>15 = 15 (6DmkII/77D/200D/800D)</span></td></tr>
+ <br>15 = 15 (6DmkII/77D/200D/800D,9000D)</span></td></tr>
<tr class=b>
<td class=r title='63 = 0x3f'>63</td>
<td>WB_RGGBLevelsAsShot</td>
@@ -9512,6 +9517,7 @@ option is used.</p>
</table></td></tr></table></blockquote>
<h2><a name='ColorData9'>Canon ColorData9 Tags</a></h2>
+<p>These tags are used by the M6mkII, M50, M200, EOS R, RP, 90D, 250D and 850D</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
@@ -9523,8 +9529,8 @@ option is used.</p>
<td class=c>int16s</td>
<td><span class=s>16 = 16 (M50)
<br>17 = 17 (EOS R)
- <br>18 = 18 (EOS RP)
- <br>19 = 19 (90D/M6mkII/M200)</span></td></tr>
+ <br>18 = 18 (EOS RP/250D)
+ <br>19 = 19 (90D/850D/M6mkII/M200)</span></td></tr>
<tr class=b>
<td class=r title='71 = 0x47'>71</td>
<td>WB_RGGBLevelsAsShot</td>
@@ -9943,6 +9949,7 @@ option is used.</p>
</table></td></tr></table></blockquote>
<h2><a name='ColorData10'>Canon ColorData10 Tags</a></h2>
+<p>These tags are used by the R5, R5 and EOS 1DXmkIII.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
@@ -10371,6 +10378,425 @@ option is used.</p>
<td>&nbsp;</td></tr>
</table></td></tr></table></blockquote>
+<h2><a name='ColorData11'>Canon ColorData11 Tags</a></h2>
+<p>These tags are used by the EOS R3</p>
+<blockquote>
+<table class=frame><tr><td>
+<table class=inner cellspacing=1>
+<tr class=h><th>Index2</th><th>Tag Name</th>
+<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
+<tr>
+<td class=r title='0 = 0x0'>0</td>
+<td>ColorDataVersion</td>
+<td class=c>int16s</td>
+<td><span class=s>34 = 34 (R3)</span></td></tr>
+<tr class=b>
+<td class=r title='105 = 0x69'>105</td>
+<td>WB_RGGBLevelsAsShot</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='109 = 0x6d'>109</td>
+<td>ColorTempAsShot</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='110 = 0x6e'>110</td>
+<td>WB_RGGBLevelsAuto</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='114 = 0x72'>114</td>
+<td>ColorTempAuto</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='115 = 0x73'>115</td>
+<td>WB_RGGBLevelsMeasured</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='119 = 0x77'>119</td>
+<td>ColorTempMeasured</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='120 = 0x78'>120</td>
+<td>WB_RGGBLevelsUnknown?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='124 = 0x7c'>124</td>
+<td>ColorTempUnknown?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='125 = 0x7d'>125</td>
+<td>WB_RGGBLevelsUnknown2?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='129 = 0x81'>129</td>
+<td>ColorTempUnknown2?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='130 = 0x82'>130</td>
+<td>WB_RGGBLevelsUnknown3?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='134 = 0x86'>134</td>
+<td>ColorTempUnknown3?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='135 = 0x87'>135</td>
+<td>WB_RGGBLevelsUnknown4?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='139 = 0x8b'>139</td>
+<td>ColorTempUnknown4?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='140 = 0x8c'>140</td>
+<td>WB_RGGBLevelsUnknown5?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='144 = 0x90'>144</td>
+<td>ColorTempUnknown5?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='145 = 0x91'>145</td>
+<td>WB_RGGBLevelsUnknown6?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='149 = 0x95'>149</td>
+<td>ColorTempUnknown6?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='150 = 0x96'>150</td>
+<td>WB_RGGBLevelsUnknown7?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='154 = 0x9a'>154</td>
+<td>ColorTempUnknown7?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='155 = 0x9b'>155</td>
+<td>WB_RGGBLevelsUnknown8?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='159 = 0x9f'>159</td>
+<td>ColorTempUnknown8?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='160 = 0xa0'>160</td>
+<td>WB_RGGBLevelsUnknown9?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='164 = 0xa4'>164</td>
+<td>ColorTempUnknown9?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='165 = 0xa5'>165</td>
+<td>WB_RGGBLevelsUnknown10?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='169 = 0xa9'>169</td>
+<td>ColorTempUnknown10?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='170 = 0xaa'>170</td>
+<td>WB_RGGBLevelsUnknown11?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='174 = 0xae'>174</td>
+<td>ColorTempUnknown11?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='175 = 0xaf'>175</td>
+<td>WB_RGGBLevelsUnknown11?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='179 = 0xb3'>179</td>
+<td>ColorTempUnknown11?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='180 = 0xb4'>180</td>
+<td>WB_RGGBLevelsUnknown12?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='184 = 0xb8'>184</td>
+<td>ColorTempUnknown12?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='185 = 0xb9'>185</td>
+<td>WB_RGGBLevelsUnknown13?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='189 = 0xbd'>189</td>
+<td>ColorTempUnknown13?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='190 = 0xbe'>190</td>
+<td>WB_RGGBLevelsUnknown14?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='194 = 0xc2'>194</td>
+<td>ColorTempUnknown14?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='195 = 0xc3'>195</td>
+<td>WB_RGGBLevelsUnknown15?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='199 = 0xc7'>199</td>
+<td>ColorTempUnknown15?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='200 = 0xc8'>200</td>
+<td>WB_RGGBLevelsUnknown16?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='204 = 0xcc'>204</td>
+<td>ColorTempUnknown16?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='205 = 0xcd'>205</td>
+<td>WB_RGGBLevelsDaylight</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='209 = 0xd1'>209</td>
+<td>ColorTempDaylight</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='210 = 0xd2'>210</td>
+<td>WB_RGGBLevelsShade</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='214 = 0xd6'>214</td>
+<td>ColorTempShade</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='215 = 0xd7'>215</td>
+<td>WB_RGGBLevelsCloudy</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='219 = 0xdb'>219</td>
+<td>ColorTempCloudy</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='220 = 0xdc'>220</td>
+<td>WB_RGGBLevelsTungsten</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='224 = 0xe0'>224</td>
+<td>ColorTempTungsten</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='225 = 0xe1'>225</td>
+<td>WB_RGGBLevelsFluorescent</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='229 = 0xe5'>229</td>
+<td>ColorTempFluorescent</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='230 = 0xe6'>230</td>
+<td>WB_RGGBLevelsKelvin</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='234 = 0xea'>234</td>
+<td>ColorTempKelvin</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='235 = 0xeb'>235</td>
+<td>WB_RGGBLevelsFlash</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='239 = 0xef'>239</td>
+<td>ColorTempFlash</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='240 = 0xf0'>240</td>
+<td>WB_RGGBLevelsUnknown17?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='244 = 0xf4'>244</td>
+<td>ColorTempUnknown17?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='245 = 0xf5'>245</td>
+<td>WB_RGGBLevelsUnknown18?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='249 = 0xf9'>249</td>
+<td>ColorTempUnknown18?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='250 = 0xfa'>250</td>
+<td>WB_RGGBLevelsUnknown19?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='254 = 0xfe'>254</td>
+<td>ColorTempUnknown19?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='255 = 0xff'>255</td>
+<td>WB_RGGBLevelsUnknown20?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='259 = 0x103'>259</td>
+<td>ColorTempUnknown20?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='260 = 0x104'>260</td>
+<td>WB_RGGBLevelsUnknown21?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='264 = 0x108'>264</td>
+<td>ColorTempUnknown21?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='265 = 0x109'>265</td>
+<td>WB_RGGBLevelsUnknown22?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='269 = 0x10d'>269</td>
+<td>ColorTempUnknown22?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='270 = 0x10e'>270</td>
+<td>WB_RGGBLevelsUnknown23?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='274 = 0x112'>274</td>
+<td>ColorTempUnknown23?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='275 = 0x113'>275</td>
+<td>WB_RGGBLevelsUnknown24?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='279 = 0x117'>279</td>
+<td>ColorTempUnknown24?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='280 = 0x118'>280</td>
+<td>WB_RGGBLevelsUnknown25?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='284 = 0x11c'>284</td>
+<td>ColorTempUnknown25?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='285 = 0x11d'>285</td>
+<td>WB_RGGBLevelsUnknown26?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='289 = 0x121'>289</td>
+<td>ColorTempUnknown26?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='290 = 0x122'>290</td>
+<td>WB_RGGBLevelsUnknown27?</td>
+<td class=c>int16s[4]</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='294 = 0x126'>294</td>
+<td>ColorTempUnknown27?</td>
+<td class=c>int16s</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='300 = 0x12c'>300</td>
+<td>ColorCalib?</td>
+<td class=c>-</td>
+<td>--&gt; <a href='Canon.html#ColorCalib'>Canon ColorCalib Tags</a></td></tr>
+<tr>
+<td class=r title='363 = 0x16b'>363</td>
+<td>PerChannelBlackLevel</td>
+<td class=c>int16u[4]</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='640 = 0x280'>640</td>
+<td>NormalWhiteLevel</td>
+<td class=c>int16u</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='641 = 0x281'>641</td>
+<td>SpecularWhiteLevel</td>
+<td class=c>int16u</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='642 = 0x282'>642</td>
+<td>LinearityUpperMargin</td>
+<td class=c>int16u</td>
+<td>&nbsp;</td></tr>
+</table></td></tr></table></blockquote>
+
<h2><a name='ColorDataUnknown'>Canon ColorDataUnknown Tags</a></h2>
<blockquote>
<table class=frame><tr><td>
@@ -11128,7 +11554,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 Nov 11, 2021</i>
+<br><i>Last revised Dec 8, 2021</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/DarwinCore.html b/html/TagNames/DarwinCore.html
index 32c35221..ddb01133 100644
--- a/html/TagNames/DarwinCore.html
+++ b/html/TagNames/DarwinCore.html
@@ -220,8 +220,9 @@
<td><span class=s><span class=n>(EventEventDate)</span></span></td></tr>
<tr>
<td>EventID</td>
-<td class=c title=' _ = Flattened'>string_</td>
-<td><span class=s><span class=n>(EventEventID)</span></span></td></tr>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(EventEventID; avoided in favor of XMP-iptcExt:EventID)</span></span></td></tr>
<tr class=b>
<td>EventRemarks</td>
<td class=c title=' _ = Flattened'>lang-alt_</td>
@@ -388,8 +389,9 @@
<td>&nbsp;</td></tr>
<tr>
<td>HumanObservationEventID</td>
-<td class=c title=' _ = Flattened'>string_</td>
-<td>&nbsp;</td></tr>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(avoided in favor of XMP-iptcExt:EventID)</span></span></td></tr>
<tr class=b>
<td>HumanObservationEventRemarks</td>
<td class=c title=' _ = Flattened'>lang-alt_</td>
@@ -516,8 +518,9 @@
<td>&nbsp;</td></tr>
<tr>
<td>MachineObservationEventID</td>
-<td class=c title=' _ = Flattened'>string_</td>
-<td>&nbsp;</td></tr>
+<td class=c title=' / = Avoid
+ _ = Flattened'>string/_</td>
+<td><span class=s><span class=n>(avoided in favor of XMP-iptcExt:EventID)</span></span></td></tr>
<tr class=b>
<td>MachineObservationEventRemarks</td>
<td class=c title=' _ = Flattened'>lang-alt_</td>
@@ -1197,7 +1200,7 @@
<tr>
<td>EventID</td>
<td class=c>string</td>
-<td>&nbsp;</td></tr>
+<td><span class=s><span class=n>(avoided in favor of XMP-iptcExt:EventID)</span></span></td></tr>
<tr class=b>
<td>EventRemarks</td>
<td class=c>lang-alt</td>
@@ -1810,7 +1813,7 @@
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Aug 10, 2020</i>
+<br><i>Last revised Dec 8, 2021</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 29427b6d..d02539ca 100644
--- a/html/TagNames/Extra.html
+++ b/html/TagNames/Extra.html
@@ -542,15 +542,15 @@ into multiple blocks. This tag is generated only if specifically requested)</sp
<td>ZoneIdentifier</td>
<td class=c title=' ! = Unsafe'>yes!</td>
<td class=c>System</td>
-<td><span class=s><span class=n>(Windows only. Used to indicate that a file has a Zone.Identifier alternate
-data stream, which is used by some Windows browsers to mark downloaded files
-as possibly unsafe to run. May be deleted to remove this stream. Requires
-Win32API::File)</span></span></td></tr>
+<td><span class=s><span class=n>(Windows only. Existence indicates that the file has a Zone.Identifier
+alternate data stream, which is used by some Windows browsers to mark
+downloaded files as possibly unsafe to run. May be deleted to remove this
+stream. Requires Win32API::File)</span></span></td></tr>
</table></td></tr></table></blockquote>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Oct 27, 2021</i>
+<br><i>Last revised Dec 8, 2021</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/GIF.html b/html/TagNames/GIF.html
index e215abf6..b207b35c 100644
--- a/html/TagNames/GIF.html
+++ b/html/TagNames/GIF.html
@@ -44,6 +44,10 @@ specification.</p>
<td>Text</td>
<td class=c>no</td>
<td><span class=s><span class=n>(text displayed in image)</span></span></td></tr>
+<tr class=b>
+<td>TransparentColor</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
</table></td></tr></table></blockquote>
<h2><a name='Extensions'>GIF Extensions Tags</a></h2>
@@ -181,7 +185,7 @@ specification.</p>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Oct 29, 2020</i>
+<br><i>Last revised Dec 8, 2021</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 b169bd11..86a871fe 100644
--- a/html/TagNames/Nikon.html
+++ b/html/TagNames/Nikon.html
@@ -3708,85 +3708,104 @@ firmware 1.01b.</p>
<td class=c>fixed32u</td>
<td><span class=s><span class=n>(the camera yaw angle when shooting in portrait orientation)</span></span></td></tr>
<tr class=b>
-<td class=r title='53246 = 0xcffe'>53246</td>
+<td class=r title='52918 = 0xceb6'>52918</td>
+<td>ZMenuSettingsOffset</td>
+<td class=c>int8u</td>
+<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='52920 = 0xceb8'>52920</td>
+<td>ZMenuSettings</td>
+<td class=c>-</td>
+<td>--&gt; <a href='Nikon.html#ZMenuSettings'>Nikon ZMenuSettings Tags</a></td></tr>
+</table></td></tr></table></blockquote>
+
+<h2><a name='ZMenuSettings'>Nikon ZMenuSettings Tags</a></h2>
+<p>These tags are used by the Z5 Z6 Z7 Z6II Z7II Z50 Zfc</p>
+<blockquote>
+<table class=frame><tr><td>
+<table class=inner cellspacing=1>
+<tr class=h><th>Index1</th><th>Tag Name</th>
+<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
+<tr>
+<td class=r title='160 = 0xa0'>160</td>
<td>IntervalDurationHours</td>
<td class=c>int32u</td>
<td>&nbsp;</td></tr>
-<tr>
-<td class=r title='53250 = 0xd002'>53250</td>
+<tr class=b>
+<td class=r title='164 = 0xa4'>164</td>
<td>IntervalDurationMinutes</td>
<td class=c>int32u</td>
<td>&nbsp;</td></tr>
-<tr class=b>
-<td class=r title='53254 = 0xd006'>53254</td>
+<tr>
+<td class=r title='168 = 0xa8'>168</td>
<td>IntervalDurationSeconds</td>
<td class=c>int32u</td>
<td>&nbsp;</td></tr>
-<tr>
-<td class=r title='53262 = 0xd00e'>53262</td>
+<tr class=b>
+<td class=r title='176 = 0xb0'>176</td>
<td>Intervals</td>
<td class=c>int32u</td>
<td>&nbsp;</td></tr>
-<tr class=b>
-<td class=r title='53266 = 0xd012'>53266</td>
+<tr>
+<td class=r title='180 = 0xb4'>180</td>
<td>ShotsPerInterval</td>
<td class=c>int32u</td>
<td>&nbsp;</td></tr>
-<tr>
-<td class=r title='53270 = 0xd016'>53270</td>
+<tr class=b>
+<td class=r title='184 = 0xb8'>184</td>
<td>IntervalExposureSmoothing</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr class=b>
-<td class=r title='53272 = 0xd018'>53272</td>
+<tr>
+<td class=r title='186 = 0xba'>186</td>
<td>IntervalPriority</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr>
-<td class=r title='53306 = 0xd03a'>53306</td>
+<tr class=b>
+<td class=r title='220 = 0xdc'>220</td>
<td>FocusShiftNumberShots</td>
<td class=c>int8u</td>
<td>&nbsp;</td></tr>
-<tr class=b>
-<td class=r title='53310 = 0xd03e'>53310</td>
+<tr>
+<td class=r title='224 = 0xe0'>224</td>
<td>FocusShiftStepWidth</td>
<td class=c>int8u</td>
<td>&nbsp;</td></tr>
-<tr>
-<td class=r title='53314 = 0xd042'>53314</td>
+<tr class=b>
+<td class=r title='228 = 0xe4'>228</td>
<td>FocusShiftInterval</td>
<td class=c title=' ~ = Writable only with -n'>int8u~</td>
<td>&nbsp;</td></tr>
-<tr class=b>
-<td class=r title='53318 = 0xd046'>53318</td>
+<tr>
+<td class=r title='232 = 0xe8'>232</td>
<td>FocusShiftExposureLock</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr>
-<td class=r title='53408 = 0xd0a0'>53408</td>
+<tr class=b>
+<td class=r title='322 = 0x142'>322</td>
<td>DiffractionCompensation</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr class=b>
-<td class=r title='53409 = 0xd0a1'>53409</td>
+<tr>
+<td class=r title='323 = 0x143'>323</td>
<td>AutoDistortionControl</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
-<tr>
-<td class=r title='53412 = 0xd0a4'>53412</td>
+<tr class=b>
+<td class=r title='326 = 0x146'>326</td>
<td>NikonMeteringMode?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Matrix
<br>1 = Center
<br>2 = Spot
<br>3 = Highlight</span></td></tr>
-<tr class=b>
-<td class=r title='53414 = 0xd0a6'>53414</td>
+<tr>
+<td class=r title='328 = 0x148'>328</td>
<td>FlashControlMode</td>
<td class=c>int8u</td>
<td><span class=s>0 = TTL
@@ -3794,8 +3813,8 @@ firmware 1.01b.</p>
<br>2 = GN (distance priority)
<br>3 = Manual
<br>4 = Repeating Flash</span></td></tr>
-<tr>
-<td class=r title='53420 = 0xd0ac'>53420</td>
+<tr class=b>
+<td class=r title='334 = 0x14e'>334</td>
<td>FlashGNDistance?</td>
<td class=c>no</td>
<td><table class=cols><tr>
@@ -3838,52 +3857,52 @@ firmware 1.01b.</p>
<br>36 = 20.0 m
<br>255 = n/a</td></tr></table>
</td></tr>
-<tr class=b>
-<td class=r title='53424 = 0xd0b0'>53424</td>
+<tr>
+<td class=r title='338 = 0x152'>338</td>
<td>FlashOutput?</td>
<td class=c>int8u</td>
<td>&nbsp;</td></tr>
-<tr>
-<td class=r title='53432 = 0xd0b8'>53432</td>
+<tr class=b>
+<td class=r title='346 = 0x15a'>346</td>
<td>FlashWirelessOption?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = Optical AWL
<br>2 = Optical/Radio AWL
<br>3 = Radio AWL</span></td></tr>
-<tr class=b>
-<td class=r title='53434 = 0xd0ba'>53434</td>
+<tr>
+<td class=r title='348 = 0x15c'>348</td>
<td>FlashRemoteControl?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Group
<br>1 = Quick Wireless
<br>2 = Remote Repeating</span></td></tr>
-<tr>
-<td class=r title='53438 = 0xd0be'>53438</td>
+<tr class=b>
+<td class=r title='352 = 0x160'>352</td>
<td>FlashMasterControlMode</td>
<td class=c>int8u</td>
<td><span class=s>0 = TTL
<br>1 = Manual
<br>2 = Auto
<br>3 = Off</span></td></tr>
-<tr class=b>
-<td class=r title='53440 = 0xd0c0'>53440</td>
+<tr>
+<td class=r title='354 = 0x162'>354</td>
<td>FlashMasterCompensation?</td>
<td class=c>int8s</td>
<td>&nbsp;</td></tr>
-<tr>
-<td class=r title='53444 = 0xd0c4'>53444</td>
+<tr class=b>
+<td class=r title='358 = 0x166'>358</td>
<td>FlashMasterOutput?</td>
<td class=c>int8u</td>
<td>&nbsp;</td></tr>
-<tr class=b>
-<td class=r title='53588 = 0xd154'>53588</td>
+<tr>
+<td class=r title='502 = 0x1f6'>502</td>
<td>MovieFrameSize?</td>
<td class=c>int8u</td>
<td><span class=s>1 = 1920x1080
<br>2 = 3840x2160</span></td></tr>
-<tr>
-<td class=r title='53590 = 0xd156'>53590</td>
+<tr class=b>
+<td class=r title='504 = 0x1f8'>504</td>
<td>MovieFrameRate?</td>
<td class=c>int8u</td>
<td><table class=cols><tr>
@@ -3895,21 +3914,21 @@ firmware 1.01b.</p>
<br>5 = 25p
<br>6 = 24p</td></tr></table>
</td></tr>
-<tr class=b>
-<td class=r title='53592 = 0xd158'>53592</td>
+<tr>
+<td class=r title='506 = 0x1fa'>506</td>
<td>MovieSlowMotion?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On (4x)
<br>2 = On (5x)</span></td></tr>
-<tr>
-<td class=r title='53596 = 0xd15c'>53596</td>
+<tr class=b>
+<td class=r title='510 = 0x1fe'>510</td>
<td>MovieType?</td>
<td class=c>int8u</td>
<td><span class=s>0 = MOV
<br>1 = MP4</span></td></tr>
-<tr class=b>
-<td class=r title='53602 = 0xd162'>53602</td>
+<tr>
+<td class=r title='516 = 0x204'>516</td>
<td>MovieISOAutoManualMode?</td>
<td class=c>no</td>
<td><table class=cols><tr>
@@ -3945,8 +3964,8 @@ firmware 1.01b.</p>
<br>29 = ISO Hi 1.0
<br>32 = ISO Hi 2.0</td></tr></table>
</td></tr>
-<tr>
-<td class=r title='53654 = 0xd196'>53654</td>
+<tr class=b>
+<td class=r title='568 = 0x238'>568</td>
<td>MovieActiveD-Lighting?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
@@ -3954,42 +3973,36 @@ firmware 1.01b.</p>
<br>3 = Normal
<br>4 = High
<br>5 = Extra High</span></td></tr>
-<tr class=b>
-<td class=r title='53658 = 0xd19a'>53658</td>
+<tr>
+<td class=r title='572 = 0x23c'>572</td>
<td>MovieHighISONoiseReduction?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = Low
<br>2 = Normal
<br>3 = High</span></td></tr>
-<tr>
-<td class=r title='53660 = 0xd19c'>53660</td>
+<tr class=b>
+<td class=r title='574 = 0x23e'>574</td>
<td>MovieVignetteControl?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = Low
<br>2 = Normal
<br>3 = High</span></td></tr>
-<tr class=b>
-<td class=r title='53662 = 0xd19e'>53662</td>
+<tr>
+<td class=r title='576 = 0x240'>576</td>
<td>MovieVignetteControlSameAsPhoto?</td>
<td class=c>int8u</td>
<td><span class=s>0 = No
<br>1 = Yes</span></td></tr>
-<tr>
-<td class=r title='53663 = 0xd19f'>53663</td>
-<td>MovieDiffrationCompensation?</td>
-<td class=c>int8u</td>
-<td><span class=s>0 = Off
- <br>1 = On</span></td></tr>
<tr class=b>
-<td class=r title='53664 = 0xd1a0'>53664</td>
+<td class=r title='578 = 0x242'>578</td>
<td>MovieAutoDistortionControl?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
<tr>
-<td class=r title='53670 = 0xd1a6'>53670</td>
+<td class=r title='584 = 0x248'>584</td>
<td>MovieFocusMode?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Manual
@@ -3997,24 +4010,30 @@ firmware 1.01b.</p>
<br>2 = AF-C
<br>4 = AF-F</span></td></tr>
<tr class=b>
-<td class=r title='53674 = 0xd1aa'>53674</td>
+<td class=r title='590 = 0x24e'>590</td>
<td>MovieVibrationReduction?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On (Normal)
<br>2 = On (Sport)</span></td></tr>
<tr>
-<td class=r title='53677 = 0xd1ad'>53677</td>
+<td class=r title='591 = 0x24f'>591</td>
<td>MovieVibrationReductionSameAsPhoto?</td>
<td class=c>int8u</td>
<td><span class=s>0 = No
<br>1 = Yes</span></td></tr>
<tr class=b>
-<td class=r title='53944 = 0xd2b8'>53944</td>
+<td class=r title='858 = 0x35a'>858</td>
<td>HDMIOutputN-Log?</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
<br>1 = On</span></td></tr>
+<tr>
+<td class=r title='5771 = 0x168b'>5771</td>
+<td>MovieDiffrationCompensation?</td>
+<td class=c>int8u</td>
+<td><span class=s>0 = Off
+ <br>1 = On</span></td></tr>
</table></td></tr></table></blockquote>
<h2><a name='ShotInfo'>Nikon ShotInfo Tags</a></h2>
@@ -7930,7 +7949,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 Nov 16, 2021</i>
+<br><i>Last revised Dec 8, 2021</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/NikonSettings.html b/html/TagNames/NikonSettings.html
index afbdb6bc..b533536b 100644
--- a/html/TagNames/NikonSettings.html
+++ b/html/TagNames/NikonSettings.html
@@ -65,7 +65,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>43 = ISO Hi 3.0
<br>44 = ISO Hi 4.0
<br>45 = ISO Hi 5.0</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z7 and Z7_2)</span></span><table class=cols><tr>
<td>1 = ISO 100
<br>2 = ISO 125
<br>4 = ISO 160
@@ -140,7 +140,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>44 = ISO Hi 3.0
<br>45 = ISO Hi 4.0
<br>46 = ISO Hi 5.0</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z7 and Z7_2)</span></span><table class=cols><tr>
<td>1 = Same As Without Flash
<br>2 = ISO 100
<br>3 = ISO 125
@@ -298,7 +298,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>43 = ISO Hi 3.0
<br>44 = ISO Hi 4.0
<br>45 = ISO Hi 5.0</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z7 and Z7_2)</span></span><table class=cols><tr>
<td>1 = ISO 200
<br>2 = ISO 250
<br>4 = ISO 320
@@ -348,7 +348,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>2 = Release + Focus
<br>3 = Focus + Release
<br>4 = Focus
- <br><span class=n>(Z7_2)</span>
+ <br><span class=n>(Z Series cameras thru November 2021)</span>
<br>1 = Release
<br>2 = Focus</span></td></tr>
<tr class=b>
@@ -365,7 +365,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>1 = 105 Points
<br>2 = 27 Points
<br>3 = 15 Points
- <br><span class=n>(Z7_2)</span>
+ <br><span class=n>(Z Series cameras thru November 2021)</span>
<br>1 = Use All
<br>2 = Use Half</span></td></tr>
<tr class=b>
@@ -435,7 +435,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>3 = 15 mm
<br>4 = 20 mm
<br>5 = Average
- <br><span class=n>(Z7_2)</span>
+ <br><span class=n>(Z Series cameras thru November 2021)</span>
<br>1 = 12 mm
<br>2 = Average</span></td></tr>
<tr class=b>
@@ -479,7 +479,7 @@ Unknown only to reduce the volume of the normal output.</p>
<td>7 = 10 min
<br>8 = 30 min
<br>9 = No Limit</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z Series cameras thru November 2021)</span></span><table class=cols><tr>
<td>1 = 10 s
<br>2 = 20 s
<br>3 = 30 s
@@ -636,7 +636,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>6 = 1/100 s
<br>7 = 1/80 s
<br>8 = 1/60 s</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z Series cameras thru November 2021)</span></span><table class=cols><tr>
<td>1 = 1/200 s (auto FP)
<br>2 = 1/200 s
<br>3 = 1/160 s
@@ -691,7 +691,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>5 = Image Area
<br>6 = Shutter/Aperture Lock
<br>7 = None</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z Series cameras thru November 2021)</span></span><table class=cols><tr>
<td>1 = AE Lock (hold)
<br>2 = AE Lock (reset on release)
<br>3 = Preview
@@ -728,7 +728,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>2 = Preset Focus Point - Press To Recall
<br>3 = Preset Focus Point - Hold To Recall
<br>4 = None
- <br><span class=n>(Z7_2)</span>
+ <br><span class=n>(Z Series cameras thru November 2021)</span>
<br>1 = Select Center Focus Point
<br>2 = Zoom (Low)
<br>3 = Zoom (1:1)
@@ -745,7 +745,7 @@ Unknown only to reduce the volume of the normal output.</p>
<td>4 = Zoom (1:1)
<br>5 = Zoom (High)
<br>6 = Choose Folder</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z Series cameras thru November 2021)</span></span><table class=cols><tr>
<td>1 = Thumbnail On/Off
<br>2 = View Histograms
<br>3 = Zoom (Low)</td><td>&nbsp;&nbsp;</td>
@@ -836,7 +836,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>1 = Auto
<br>2 = Manual (dark on light)
<br>3 = Manual (light on dark)
- <br><span class=n>(Z7_2)</span>
+ <br><span class=n>(Z Series cameras thru November 2021)</span>
<br>1 = Manual (dark on light)
<br>2 = Manual (light on dark)</span></td></tr>
<tr>
@@ -853,7 +853,7 @@ Unknown only to reduce the volume of the normal output.</p>
<td>1 = Auto
<br>2 = 2160p
<br>3 = 1080p
- <br>4 = 1080i)</td><td>&nbsp;&nbsp;</td>
+ <br>4 = 1080i</td><td>&nbsp;&nbsp;</td>
<td>5 = 720p
<br>6 = 576p
<br>7 = 480p</td></tr></table>
@@ -882,7 +882,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>10 = LiveView Info Display On/Off
<br>11 = Recall Shooting Functions
<br>12 = None</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z Series cameras thru November 2021)</span></span><table class=cols><tr>
<td>1 = AF-On
<br>2 = AF Lock Only
<br>3 = AE Lock (reset on release)
@@ -978,7 +978,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>1 = Focus Point
<br>2 = Focus Point and AF-area mode
<br>3 = Off
- <br><span class=n>(Z7_2)</span>
+ <br><span class=n>(Z Series cameras thru November 2021)</span>
<br>1 = Focus Point
<br>2 = Off</span></td></tr>
<tr class=b>
@@ -1133,7 +1133,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>54 = 1 Stop Speed/Aperture
<br>55 = Non-CPU Lens
<br>56 = None</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z Series cameras thru November 2021)</span></span><table class=cols><tr>
<td>1 = AF-On
<br>2 = AF Lock Only
<br>3 = AE Lock (hold)
@@ -1243,7 +1243,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>54 = 1 Stop Speed/Aperture
<br>55 = Non-CPU Lens
<br>56 = None</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z Series cameras thru November 2021)</span></span><table class=cols><tr>
<td>1 = AF-On
<br>2 = AF Lock Only
<br>3 = AE Lock (hold)
@@ -1328,7 +1328,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>27 = AE/AF Lock
<br>28 = Recall Shooting Functions
<br>29 = None</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z Series cameras thru November 2021)</span></span><table class=cols><tr>
<td>1 = Center Focus Point
<br>2 = AF-On
<br>3 = AF Lock Only
@@ -1391,7 +1391,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>36 = Synchronized Release (Master)
<br>37 = Synchronized Release (Remote)
<br>38 = None</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z Series cameras thru November 2021)</span></span><table class=cols><tr>
<td>1 = Center Focus Point
<br>2 = AF-On
<br>3 = AF Lock Only
@@ -1451,7 +1451,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>28 = Recall Shooting Functions
<br>29 = Synchronized Release (Master)
<br>30 = Synchronized Release (Remote)</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z Series cameras thru November 2021)</span></span><table class=cols><tr>
<td>1 = AF-On
<br>2 = AF Lock Only
<br>3 = AE Lock (hold)
@@ -1519,7 +1519,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>7 = Image Area
<br>8 = Microphone Sensitivity
<br>9 = None</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z Series cameras thru November 2021)</span></span><table class=cols><tr>
<td>1 = Power Aperture (Open)
<br>2 = Exposure Compensation
<br>3 = Subject Tracking
@@ -1560,7 +1560,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>7 = Image Area
<br>8 = Microphone Sensitivity
<br>9 = None</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z Series cameras thru November 2021)</span></span><table class=cols><tr>
<td>1 = Power Aperture (Close)
<br>2 = Exposure Compensation
<br>3 = Subject Tracking
@@ -1615,7 +1615,7 @@ Unknown only to reduce the volume of the normal output.</p>
<br>9 = Zoom (High)
<br>10 = Record Movies
<br>11 = None</td></tr></table>
-<span class=s><span class=n>(Z7_2)</span></span><table class=cols><tr>
+<span class=s><span class=n>(Z Series cameras thru November 2021)</span></span><table class=cols><tr>
<td>1 = Center Focus Point
<br>2 = AF Lock Only
<br>3 = AE Lock (hold)
@@ -2582,7 +2582,7 @@ Unknown only to reduce the volume of the normal output.</p>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Nov 16, 2021</i>
+<br><i>Last revised Dec 8, 2021</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/QuickTime.html b/html/TagNames/QuickTime.html
index 81de1c0b..c4d0dec7 100644
--- a/html/TagNames/QuickTime.html
+++ b/html/TagNames/QuickTime.html
@@ -302,7 +302,7 @@ roll, yaw, speed, altitude)</span></span></td></tr>
<p>The tags below are extracted from timed metadata in QuickTime and other
formats of video files when the ExtractEmbedded option is used. Although
most of these tags are combined into the single table below, ExifTool
-currently reads 58 different formats of timed GPS metadata from video files.</p>
+currently reads 59 different formats of timed GPS metadata from video files.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
@@ -1055,7 +1055,7 @@ after the decimal)</span></span></td></tr>
<td>&nbsp;</td></tr>
<tr class=b>
<td>'player.movie.audio.treble'</td>
-<td>Trebel</td>
+<td>Treble</td>
<td class=c>yes</td>
<td>&nbsp;</td></tr>
<tr>
@@ -8873,7 +8873,7 @@ yaw, pitch and roll angles in degrees)</span></span></td></tr>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Nov 11, 2021</i>
+<br><i>Last revised Dec 8, 2021</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/XMP.html b/html/TagNames/XMP.html
index 0e02126c..3a582f45 100644
--- a/html/TagNames/XMP.html
+++ b/html/TagNames/XMP.html
@@ -938,103 +938,103 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMask</td>
+<td>CircGradBasedCorrMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskAreaModels</td>
+<td>CircGradBasedCorrMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskAreaModelsAreaComponents</td>
+<td>CircGradBasedCorrMaskRangeAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>CircGradBasedCorrMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskColorAmount</td>
+<td>CircGradBasedCorrMaskRangeColorAmount</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskDepthFeather</td>
+<td>CircGradBasedCorrMaskRangeDepthFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskDepthMax</td>
+<td>CircGradBasedCorrMaskRangeDepthMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskDepthMin</td>
+<td>CircGradBasedCorrMaskRangeDepthMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskInvert</td>
+<td>CircGradBasedCorrMaskRangeInvert</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>boolean/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskLumFeather</td>
+<td>CircGradBasedCorrMaskRangeLumFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskLuminanceDepthSampleInfo</td>
+<td>CircGradBasedCorrMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskLumMax</td>
+<td>CircGradBasedCorrMaskRangeLumMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskLumMin</td>
+<td>CircGradBasedCorrMaskRangeLumMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskLumRange</td>
+<td>CircGradBasedCorrMaskRangeLumRange</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskSampleType</td>
+<td>CircGradBasedCorrMaskRangeSampleType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>integer/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskType</td>
+<td>CircGradBasedCorrMaskRangeType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskVersion</td>
+<td>CircGradBasedCorrMaskRangeVersion</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
@@ -1421,8 +1421,8 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td>CircGradBasedCorrRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(CircularGradientBasedCorrectionsCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(CircularGradientBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr class=b>
<td>CircGradBasedCorrRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
@@ -1430,13 +1430,13 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
<tr>
-<td>CircGradBasedCorrRangeMaskAreaModelsAreaComponents</td>
+<td>CircGradBasedCorrRangeMaskAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>CircGradBasedCorrRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
@@ -1626,12 +1626,12 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsLocalTint)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrHue</td>
+<td>CircGradBasedCorrToningHue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsLocalToningHue)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrSaturation</td>
+<td>CircGradBasedCorrToningSaturation</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
@@ -1899,103 +1899,103 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMask</td>
+<td>GradientBasedCorrMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskAreaModels</td>
+<td>GradientBasedCorrMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskAreaModelsAreaComponents</td>
+<td>GradientBasedCorrMaskRangeAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>GradientBasedCorrMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskColorAmount</td>
+<td>GradientBasedCorrMaskRangeColorAmount</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskDepthFeather</td>
+<td>GradientBasedCorrMaskRangeDepthFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskDepthMax</td>
+<td>GradientBasedCorrMaskRangeDepthMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskDepthMin</td>
+<td>GradientBasedCorrMaskRangeDepthMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskInvert</td>
+<td>GradientBasedCorrMaskRangeInvert</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>boolean/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskLumFeather</td>
+<td>GradientBasedCorrMaskRangeLumFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskLuminanceDepthSampleInfo</td>
+<td>GradientBasedCorrMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskLumMax</td>
+<td>GradientBasedCorrMaskRangeLumMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskLumMin</td>
+<td>GradientBasedCorrMaskRangeLumMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskLumRange</td>
+<td>GradientBasedCorrMaskRangeLumRange</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskSampleType</td>
+<td>GradientBasedCorrMaskRangeSampleType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>integer/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskType</td>
+<td>GradientBasedCorrMaskRangeType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskVersion</td>
+<td>GradientBasedCorrMaskRangeVersion</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
@@ -2382,8 +2382,8 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td>GradientBasedCorrRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(GradientBasedCorrectionsCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(GradientBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr class=b>
<td>GradientBasedCorrRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
@@ -2391,13 +2391,13 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
<tr>
-<td>GradientBasedCorrRangeMaskAreaModelsAreaComponents</td>
+<td>GradientBasedCorrRangeMaskAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>GradientBasedCorrRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
@@ -2587,12 +2587,12 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalTint)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrHue</td>
+<td>GradientBasedCorrToningHue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalToningHue)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrSaturation</td>
+<td>GradientBasedCorrToningSaturation</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
@@ -2998,103 +2998,103 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMask</td>
+<td>MaskGroupBasedCorrMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskAreaModels</td>
+<td>MaskGroupBasedCorrMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskAreaModelsAreaComponents</td>
+<td>MaskGroupBasedCorrMaskRangeAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>MaskGroupBasedCorrMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskColorAmount</td>
+<td>MaskGroupBasedCorrMaskRangeColorAmount</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskDepthFeather</td>
+<td>MaskGroupBasedCorrMaskRangeDepthFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskDepthMax</td>
+<td>MaskGroupBasedCorrMaskRangeDepthMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskDepthMin</td>
+<td>MaskGroupBasedCorrMaskRangeDepthMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskInvert</td>
+<td>MaskGroupBasedCorrMaskRangeInvert</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>boolean/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskLumFeather</td>
+<td>MaskGroupBasedCorrMaskRangeLumFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskLuminanceDepthSampleInfo</td>
+<td>MaskGroupBasedCorrMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskLumMax</td>
+<td>MaskGroupBasedCorrMaskRangeLumMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskLumMin</td>
+<td>MaskGroupBasedCorrMaskRangeLumMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskLumRange</td>
+<td>MaskGroupBasedCorrMaskRangeLumRange</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskSampleType</td>
+<td>MaskGroupBasedCorrMaskRangeSampleType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>integer/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskType</td>
+<td>MaskGroupBasedCorrMaskRangeType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskVersion</td>
+<td>MaskGroupBasedCorrMaskRangeVersion</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
@@ -3482,8 +3482,8 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td>MaskGroupBasedCorrRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr class=b>
<td>MaskGroupBasedCorrRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
@@ -3491,13 +3491,13 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
<tr>
-<td>MaskGroupBasedCorrRangeMaskAreaModelsAreaComponents</td>
+<td>MaskGroupBasedCorrRangeMaskAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>MaskGroupBasedCorrRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
@@ -3687,12 +3687,12 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalTint)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrHue</td>
+<td>MaskGroupBasedCorrToningHue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalToningHue)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrSaturation</td>
+<td>MaskGroupBasedCorrToningSaturation</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
@@ -3777,103 +3777,103 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMask</td>
+<td>PaintCorrectionMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskAreaModels</td>
+<td>PaintCorrectionMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskAreaModelsAreaComponents</td>
+<td>PaintCorrectionMaskRangeAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>PaintCorrectionMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskColorAmount</td>
+<td>PaintCorrectionMaskRangeColorAmount</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskDepthFeather</td>
+<td>PaintCorrectionMaskRangeDepthFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskDepthMax</td>
+<td>PaintCorrectionMaskRangeDepthMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskDepthMin</td>
+<td>PaintCorrectionMaskRangeDepthMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskInvert</td>
+<td>PaintCorrectionMaskRangeInvert</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>boolean/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskLumFeather</td>
+<td>PaintCorrectionMaskRangeLumFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskLuminanceDepthSampleInfo</td>
+<td>PaintCorrectionMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskLumMax</td>
+<td>PaintCorrectionMaskRangeLumMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskLumMin</td>
+<td>PaintCorrectionMaskRangeLumMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskLumRange</td>
+<td>PaintCorrectionMaskRangeLumRange</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskSampleType</td>
+<td>PaintCorrectionMaskRangeSampleType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>integer/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskType</td>
+<td>PaintCorrectionMaskRangeType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskVersion</td>
+<td>PaintCorrectionMaskRangeVersion</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
@@ -4260,8 +4260,8 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td>PaintCorrectionRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(PaintBasedCorrectionsCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(PaintBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr>
<td>PaintCorrectionRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
@@ -4269,13 +4269,13 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
<tr class=b>
-<td>PaintCorrectionRangeMaskAreaModelsAreaComponents</td>
+<td>PaintCorrectionRangeMaskAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr>
-<td>PaintCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>PaintCorrectionRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
@@ -4465,12 +4465,12 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalTint)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionHue</td>
+<td>PaintCorrectionToningHue</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalToningHue)</span></span></td></tr>
<tr>
-<td>PaintCorrectionSaturation</td>
+<td>PaintCorrectionToningSaturation</td>
<td class=c title=' / = Avoid
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
@@ -4670,103 +4670,103 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
_ = Flattened'>real/_</td>
<td><span class=s><span class=n>(RetouchAreasMasksCenterWeight)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMask</td>
+<td>RetouchAreaMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(RetouchAreasMasksCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(RetouchAreasMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskAreaModels</td>
+<td>RetouchAreaMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(RetouchAreasMasksCorrectionRangeMaskAreaModels)</span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskAreaModelsAreaComponents</td>
+<td>RetouchAreaMaskRangeAreaModelsComponents</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>RetouchAreaMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskColorAmount</td>
+<td>RetouchAreaMaskRangeColorAmount</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskDepthFeather</td>
+<td>RetouchAreaMaskRangeDepthFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskDepthMax</td>
+<td>RetouchAreaMaskRangeDepthMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskDepthMin</td>
+<td>RetouchAreaMaskRangeDepthMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskInvert</td>
+<td>RetouchAreaMaskRangeInvert</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>boolean/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskInvert)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskLumFeather</td>
+<td>RetouchAreaMaskRangeLumFeather</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskLuminanceDepthSampleInfo</td>
+<td>RetouchAreaMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskLumMax</td>
+<td>RetouchAreaMaskRangeLumMax</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskLumMin</td>
+<td>RetouchAreaMaskRangeLumMin</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>real/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskLumRange</td>
+<td>RetouchAreaMaskRangeLumRange</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskSampleType</td>
+<td>RetouchAreaMaskRangeSampleType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>integer/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskType</td>
+<td>RetouchAreaMaskRangeType</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskType)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskVersion</td>
+<td>RetouchAreaMaskRangeVersion</td>
<td class=c title=' / = Avoid
_ = Flattened
+ = List'>string/_+</td>
@@ -5517,9 +5517,10 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td class=c>string</td>
<td>&nbsp;</td></tr>
<tr>
-<td>CorrectionRangeMask</td>
-<td class=c>CorrectionRangeMask</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a></td></tr>
+<td>CorrRangeMask</td>
+<td class=c>CorrRangeMask</td>
+<td><span class='n s'>(called CorrectionRangeMask by the spec)</span>
+ <br>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a></td></tr>
<tr class=b>
<td>CorrectionSyncID</td>
<td class=c>string</td>
@@ -5649,9 +5650,10 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td class=c>real</td>
<td>&nbsp;</td></tr>
<tr class=b>
-<td>CorrectionRangeMask</td>
-<td class=c>CorrectionRangeMask</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a></td></tr>
+<td>CorrRangeMask</td>
+<td class=c>CorrRangeMask</td>
+<td><span class='n s'>(called CorrectionRangeMask by the spec)</span>
+ <br>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a></td></tr>
<tr>
<td>Dabs</td>
<td class=c title=' + = List'>string+</td>
@@ -5794,7 +5796,8 @@ specific properties in XMP (see <a href="http://creativecommons.org/ns">http://c
<td>&nbsp;</td></tr>
</table></td></tr></table></blockquote>
-<h2><a name='CorrectionRangeMask'>XMP CorrectionRangeMask Struct</a></h2>
+<h2><a name='CorrRangeMask'>XMP CorrRangeMask Struct</a></h2>
+<p>Called CorrectionRangeMask by the spec.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
@@ -6320,89 +6323,89 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMask</td>
+<td>CircGradBasedCorrMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskAreaModels</td>
+<td>CircGradBasedCorrMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskAreaModelsAreaComponents</td>
+<td>CircGradBasedCorrMaskRangeAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>CircGradBasedCorrMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskColorAmount</td>
+<td>CircGradBasedCorrMaskRangeColorAmount</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskDepthFeather</td>
+<td>CircGradBasedCorrMaskRangeDepthFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskDepthMax</td>
+<td>CircGradBasedCorrMaskRangeDepthMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskDepthMin</td>
+<td>CircGradBasedCorrMaskRangeDepthMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskInvert</td>
+<td>CircGradBasedCorrMaskRangeInvert</td>
<td class=c title=' _ = Flattened
+ = List'>boolean_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskLumFeather</td>
+<td>CircGradBasedCorrMaskRangeLumFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskLuminanceDepthSampleInfo</td>
+<td>CircGradBasedCorrMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskLumMax</td>
+<td>CircGradBasedCorrMaskRangeLumMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskLumMin</td>
+<td>CircGradBasedCorrMaskRangeLumMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskLumRange</td>
+<td>CircGradBasedCorrMaskRangeLumRange</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskSampleType</td>
+<td>CircGradBasedCorrMaskRangeSampleType</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskType</td>
+<td>CircGradBasedCorrMaskRangeType</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrMaskCorrectionRangeMaskVersion</td>
+<td>CircGradBasedCorrMaskRangeVersion</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion)</span></span></td></tr>
@@ -6714,8 +6717,8 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td>CircGradBasedCorrRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(CircularGradientBasedCorrectionsCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(CircularGradientBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr class=b>
<td>CircGradBasedCorrRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
@@ -6723,12 +6726,12 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
<tr>
-<td>CircGradBasedCorrRangeMaskAreaModelsAreaComponents</td>
+<td>CircGradBasedCorrRangeMaskAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>CircGradBasedCorrRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
@@ -6883,11 +6886,11 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsLocalTint)</span></span></td></tr>
<tr>
-<td>CircGradBasedCorrHue</td>
+<td>CircGradBasedCorrToningHue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsLocalToningHue)</span></span></td></tr>
<tr class=b>
-<td>CircGradBasedCorrSaturation</td>
+<td>CircGradBasedCorrToningSaturation</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(CircularGradientBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
<tr>
@@ -7145,89 +7148,89 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMask</td>
+<td>GradientBasedCorrMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskAreaModels</td>
+<td>GradientBasedCorrMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskAreaModelsAreaComponents</td>
+<td>GradientBasedCorrMaskRangeAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>GradientBasedCorrMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskColorAmount</td>
+<td>GradientBasedCorrMaskRangeColorAmount</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskDepthFeather</td>
+<td>GradientBasedCorrMaskRangeDepthFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskDepthMax</td>
+<td>GradientBasedCorrMaskRangeDepthMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskDepthMin</td>
+<td>GradientBasedCorrMaskRangeDepthMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskInvert</td>
+<td>GradientBasedCorrMaskRangeInvert</td>
<td class=c title=' _ = Flattened
+ = List'>boolean_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskLumFeather</td>
+<td>GradientBasedCorrMaskRangeLumFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskLuminanceDepthSampleInfo</td>
+<td>GradientBasedCorrMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskLumMax</td>
+<td>GradientBasedCorrMaskRangeLumMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskLumMin</td>
+<td>GradientBasedCorrMaskRangeLumMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskLumRange</td>
+<td>GradientBasedCorrMaskRangeLumRange</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskSampleType</td>
+<td>GradientBasedCorrMaskRangeSampleType</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrMaskCorrectionRangeMaskType</td>
+<td>GradientBasedCorrMaskRangeType</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrMaskCorrectionRangeMaskVersion</td>
+<td>GradientBasedCorrMaskRangeVersion</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion)</span></span></td></tr>
@@ -7539,8 +7542,8 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td>GradientBasedCorrRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(GradientBasedCorrectionsCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(GradientBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr class=b>
<td>GradientBasedCorrRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
@@ -7548,12 +7551,12 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(GradientBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
<tr>
-<td>GradientBasedCorrRangeMaskAreaModelsAreaComponents</td>
+<td>GradientBasedCorrRangeMaskAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>GradientBasedCorrRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
@@ -7708,11 +7711,11 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalTint)</span></span></td></tr>
<tr>
-<td>GradientBasedCorrHue</td>
+<td>GradientBasedCorrToningHue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalToningHue)</span></span></td></tr>
<tr class=b>
-<td>GradientBasedCorrSaturation</td>
+<td>GradientBasedCorrToningSaturation</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(GradientBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
<tr>
@@ -8090,89 +8093,89 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMask</td>
+<td>MaskGroupBasedCorrMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskAreaModels</td>
+<td>MaskGroupBasedCorrMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskAreaModelsAreaComponents</td>
+<td>MaskGroupBasedCorrMaskRangeAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>MaskGroupBasedCorrMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskColorAmount</td>
+<td>MaskGroupBasedCorrMaskRangeColorAmount</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskDepthFeather</td>
+<td>MaskGroupBasedCorrMaskRangeDepthFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskDepthMax</td>
+<td>MaskGroupBasedCorrMaskRangeDepthMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskDepthMin</td>
+<td>MaskGroupBasedCorrMaskRangeDepthMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskInvert</td>
+<td>MaskGroupBasedCorrMaskRangeInvert</td>
<td class=c title=' _ = Flattened
+ = List'>boolean_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskLumFeather</td>
+<td>MaskGroupBasedCorrMaskRangeLumFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskLuminanceDepthSampleInfo</td>
+<td>MaskGroupBasedCorrMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskLumMax</td>
+<td>MaskGroupBasedCorrMaskRangeLumMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskLumMin</td>
+<td>MaskGroupBasedCorrMaskRangeLumMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskLumRange</td>
+<td>MaskGroupBasedCorrMaskRangeLumRange</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskSampleType</td>
+<td>MaskGroupBasedCorrMaskRangeSampleType</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskType</td>
+<td>MaskGroupBasedCorrMaskRangeType</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrMaskCorrectionRangeMaskVersion</td>
+<td>MaskGroupBasedCorrMaskRangeVersion</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion)</span></span></td></tr>
@@ -8485,8 +8488,8 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td>MaskGroupBasedCorrRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr class=b>
<td>MaskGroupBasedCorrRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
@@ -8494,12 +8497,12 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
<tr>
-<td>MaskGroupBasedCorrRangeMaskAreaModelsAreaComponents</td>
+<td>MaskGroupBasedCorrRangeMaskAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>MaskGroupBasedCorrRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
@@ -8654,11 +8657,11 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalTint)</span></span></td></tr>
<tr>
-<td>MaskGroupBasedCorrHue</td>
+<td>MaskGroupBasedCorrToningHue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalToningHue)</span></span></td></tr>
<tr class=b>
-<td>MaskGroupBasedCorrSaturation</td>
+<td>MaskGroupBasedCorrToningSaturation</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(MaskGroupBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
<tr>
@@ -8733,89 +8736,89 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCenterWeight)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMask</td>
+<td>PaintCorrectionMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskAreaModels</td>
+<td>PaintCorrectionMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels)</span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskAreaModelsAreaComponents</td>
+<td>PaintCorrectionMaskRangeAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>PaintCorrectionMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskColorAmount</td>
+<td>PaintCorrectionMaskRangeColorAmount</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskDepthFeather</td>
+<td>PaintCorrectionMaskRangeDepthFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskDepthMax</td>
+<td>PaintCorrectionMaskRangeDepthMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskDepthMin</td>
+<td>PaintCorrectionMaskRangeDepthMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskInvert</td>
+<td>PaintCorrectionMaskRangeInvert</td>
<td class=c title=' _ = Flattened
+ = List'>boolean_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskLumFeather</td>
+<td>PaintCorrectionMaskRangeLumFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskLuminanceDepthSampleInfo</td>
+<td>PaintCorrectionMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskLumMax</td>
+<td>PaintCorrectionMaskRangeLumMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskLumMin</td>
+<td>PaintCorrectionMaskRangeLumMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskLumRange</td>
+<td>PaintCorrectionMaskRangeLumRange</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskSampleType</td>
+<td>PaintCorrectionMaskRangeSampleType</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
<tr>
-<td>PaintCorrectionMaskCorrectionRangeMaskType</td>
+<td>PaintCorrectionMaskRangeType</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionMaskCorrectionRangeMaskVersion</td>
+<td>PaintCorrectionMaskRangeVersion</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion)</span></span></td></tr>
@@ -9127,8 +9130,8 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td>PaintCorrectionRangeMask</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(PaintBasedCorrectionsCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(PaintBasedCorrectionsCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr>
<td>PaintCorrectionRangeMaskAreaModels</td>
<td class=c title=' _ = Flattened
@@ -9136,12 +9139,12 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(PaintBasedCorrectionsCorrectionRangeMaskAreaModels)</span></td></tr>
<tr class=b>
-<td>PaintCorrectionRangeMaskAreaModelsAreaComponents</td>
+<td>PaintCorrectionRangeMaskAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr>
-<td>PaintCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>PaintCorrectionRangeMaskAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
@@ -9296,11 +9299,11 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalTint)</span></span></td></tr>
<tr class=b>
-<td>PaintCorrectionHue</td>
+<td>PaintCorrectionToningHue</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalToningHue)</span></span></td></tr>
<tr>
-<td>PaintCorrectionSaturation</td>
+<td>PaintCorrectionToningSaturation</td>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(PaintBasedCorrectionsLocalToningSaturation)</span></span></td></tr>
<tr class=b>
@@ -9485,89 +9488,89 @@ metadata space with these incredibly bulky image editing parameters.</p>
<td class=c title=' _ = Flattened'>real_</td>
<td><span class=s><span class=n>(RetouchAreasMasksCenterWeight)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMask</td>
+<td>RetouchAreaMaskRange</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
-<td>--&gt; <a href='XMP.html#CorrectionRangeMask'>CorrectionRangeMask Struct</a>
- <br><span class='n s'>(RetouchAreasMasksCorrectionRangeMask)</span></td></tr>
+<td>--&gt; <a href='XMP.html#CorrRangeMask'>CorrRangeMask Struct</a>
+ <br><span class='n s'>(RetouchAreasMasksCorrectionRangeMask; called CorrectionRangeMask by the spec)</span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskAreaModels</td>
+<td>RetouchAreaMaskRangeAreaModels</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#AreaModels'>AreaModels Struct</a>
<br><span class='n s'>(RetouchAreasMasksCorrectionRangeMaskAreaModels)</span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskAreaModelsAreaComponents</td>
+<td>RetouchAreaMaskRangeAreaModelsComponents</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo</td>
+<td>RetouchAreaMaskRangeAreaModelsColorSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskColorAmount</td>
+<td>RetouchAreaMaskRangeColorAmount</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskColorAmount)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskDepthFeather</td>
+<td>RetouchAreaMaskRangeDepthFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskDepthFeather)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskDepthMax</td>
+<td>RetouchAreaMaskRangeDepthMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskDepthMax)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskDepthMin</td>
+<td>RetouchAreaMaskRangeDepthMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskDepthMin)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskInvert</td>
+<td>RetouchAreaMaskRangeInvert</td>
<td class=c title=' _ = Flattened
+ = List'>boolean_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskInvert)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskLumFeather</td>
+<td>RetouchAreaMaskRangeLumFeather</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumFeather)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskLuminanceDepthSampleInfo</td>
+<td>RetouchAreaMaskRangeLuminanceDepthSampleInfo</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskLumMax</td>
+<td>RetouchAreaMaskRangeLumMax</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumMax)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskLumMin</td>
+<td>RetouchAreaMaskRangeLumMin</td>
<td class=c title=' _ = Flattened
+ = List'>real_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumMin)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskLumRange</td>
+<td>RetouchAreaMaskRangeLumRange</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskLumRange)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskSampleType</td>
+<td>RetouchAreaMaskRangeSampleType</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskSampleType)</span></span></td></tr>
<tr>
-<td>RetouchAreaMaskCorrectionRangeMaskType</td>
+<td>RetouchAreaMaskRangeType</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskType)</span></span></td></tr>
<tr class=b>
-<td>RetouchAreaMaskCorrectionRangeMaskVersion</td>
+<td>RetouchAreaMaskRangeVersion</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RetouchAreasMasksCorrectionRangeMaskVersion)</span></span></td></tr>
@@ -16423,7 +16426,7 @@ for the specification.</p>
<td>&nbsp;</td></tr>
<tr>
<td>NativeDigest</td>
-<td class=c>string</td>
+<td class=c title=' / = Avoid'>string/</td>
<td>&nbsp;</td></tr>
<tr class=b>
<td>Orientation</td>
@@ -19416,7 +19419,7 @@ XMP module for convenience. (see <a href="http://www.w3.org/TR/SVG11/">http://w
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Nov 16, 2021</i>
+<br><i>Last revised Dec 8, 2021</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 793ea32c..63780151 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 25430 tags, with 16376 unique tag names.
+They contain a total of 25513 tags, with 16386 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 Nov 16, 2021</i>
+<br><i>Last revised Dec 8, 2021</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 fb4c0e38..8871a870 100644
--- a/html/exiftool_pod.html
+++ b/html/exiftool_pod.html
@@ -304,7 +304,7 @@
<dt id="TAG---VALUE"><b>-</b><i>TAG</i>[+-^]<b>=</b>[<i>VALUE</i>]</dt>
<dd>
-<p>Write a new value for the specified tag (eg. <code>-comment=wow</code>), or delete the tag if no <i>VALUE</i> is given (eg. <code>-comment=</code>). <code>+=</code> and <code>-=</code> are used to add or remove existing entries from a list, or to shift date/time values (see <a>Image::ExifTool::Shift.pl</a> and note 6 below for more details). <code>+=</code> may also be used to increment numerical values (or decrement if <i>VALUE</i> is negative), and <code>-=</code> may be used to conditionally delete or replace a tag (see <a href="#WRITING-EXAMPLES">&quot;WRITING EXAMPLES&quot;</a> for examples). <code>^=</code> is used to write an empty string instead of deleting the tag when no <i>VALUE</i> is given, but otherwise it is equivalent to <code>=</code>.</p>
+<p>Write a new value for the specified tag (eg. <code>-comment=wow</code>), or delete the tag if no <i>VALUE</i> is given (eg. <code>-comment=</code>). <code>+=</code> and <code>-=</code> are used to add or remove existing entries from a list, or to shift date/time values (see <a>Image::ExifTool::Shift.pl</a> and note 6 below for more details). <code>+=</code> may also be used to increment numerical values (or decrement if <i>VALUE</i> is negative), and <code>-=</code> may be used to conditionally delete or replace a tag (see <a href="#WRITING-EXAMPLES">&quot;WRITING EXAMPLES&quot;</a> for examples). <code>^=</code> is used to write an empty string instead of deleting the tag when no <i>VALUE</i> is given, but otherwise it is equivalent to <code>=</code>, but note that the caret must be quoted on the Windows command line.</p>
<p><i>TAG</i> may contain one or more leading family 0, 1, 2 or 7 group names, prefixed by optional family numbers, and separated colons. If no group name is specified, the tag is created in the preferred group, and updated in any other location where a same-named tag already exists. The preferred group in JPEG and TIFF-format images is the first group in the following list where <i>TAG</i> is valid: 1) EXIF, 2) IPTC, 3) XMP.</p>
@@ -674,7 +674,7 @@
<p>Print output in the format specified by the given file or string. The argument is interpreted as a string unless a file of that name exists, in which case the string is loaded from the contents of the file. Tag names in the format file or string begin with a <code>$</code> symbol and may contain leading group names and/or a trailing <code>#</code> (to disable print conversion). Case is not significant. Braces <code>{}</code> may be used around the tag name to separate it from subsequent text. Use <code>$$</code> to represent a <code>$</code> symbol, and <code>$/</code> for a newline.</p>
-<p>Multiple <b>-p</b> options may be used, each contributing a line (or more) of text to the output. Lines beginning with <code>#[HEAD]</code> and <code>#[TAIL]</code> are output before the first processed file and after the last processed file respectively. Lines beginning with <code>#[SECT]</code> and <code>#[ENDS]</code> are output before and after each section of files. A section is defined as a group of consecutive files with the same section header (eg. files are grouped by directory if <code>#[SECT]</code> contains <code>$directory</code>). Lines beginning with <code>#[BODY]</code> and lines not beginning with <code>#</code> are output for each processed file. Lines beginning with <code>#[IF]</code> are not output, but all BODY lines are skipped if any tag on an IF line doesn&#39;t exist. Other lines beginning with <code>#</code> are ignored. For example, this format file:</p>
+<p>Multiple <b>-p</b> options may be used, each contributing a line (or more) of text to the output. Lines beginning with <code>#[HEAD]</code> and <code>#[TAIL]</code> are output before the first processed file and after the last processed file respectively. Lines beginning with <code>#[SECT]</code> and <code>#[ENDS]</code> are output before and after each section of files. A section is defined as a group of consecutive files with the same section header (eg. files are grouped by directory if <code>#[SECT]</code> contains <code>$directory</code>). Lines beginning with <code>#[BODY]</code> and lines not beginning with <code>#</code> are output for each processed file. Lines beginning with <code>#[IF]</code> are not output, but all BODY lines are skipped if any tag on an IF line doesn&#39;t exist. Other lines beginning with <code>#</code> are ignored. (To output a line beginning with <code>#</code>, use <code>#[BODY]#</code>.) For example, this format file:</p>
<pre><code> # this is a comment line
#[HEAD]-- Generated by ExifTool $exifToolVersion --
@@ -688,7 +688,7 @@
<p>produces output like this:</p>
-<pre><code> -- Generated by ExifTool 12.36 --
+<pre><code> -- Generated by ExifTool 12.37 --
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 a0d206ec..3fad6a35 100644
--- a/html/exiftool_pod.pdf
+++ b/html/exiftool_pod.pdf
@@ -12,7 +12,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 1)Tj
+( -- ExifTool 12.37 -- 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.36 -- 2)Tj
+( -- ExifTool 12.37 -- 2)Tj
/TT4 1 Tf
0 -1.6333 TD
( AVIF r/w | FLA r | MEF r/w | PDF r/w | TORRENT r)Tj
@@ -834,7 +834,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 3)Tj
+( -- ExifTool 12.37 -- 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.36 -- 4)Tj
+( -- ExifTool 12.37 -- 4)Tj
/TT4 1 Tf
0 -1.6333 TD
( -geotag TRKFILE Geotag images from specified GPS log)Tj
@@ -1272,7 +1272,7 @@ endobj
endobj
18 0 obj
<<
-/Length 6461
+/Length 6478
>>
stream
BT
@@ -1282,7 +1282,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 5)Tj
+( -- ExifTool 12.37 -- 5)Tj
/TT4 1 Tf
0 -1.6333 TD
( note 4 below\). Instead, individual tags may be recovered using)Tj
@@ -1401,7 +1401,9 @@ T*
0.6 0 TD
(E is given, but otherwise)Tj
-31.2 -1.1 TD
-( it is equivalent to "=".)Tj
+( it is equivalent to "=", but note that the caret must be quoted on)Tj
+T*
+( the Windows command line.)Tj
0 -2.2 TD
( _)Tj
7.2 0 TD
@@ -1588,8 +1590,6 @@ T*
( many potential problems, including the inevitable compatibility)Tj
T*
( problems with OEM software which may be very inflexible about the)Tj
-T*
-( information it expects to find in the maker notes.)Tj
ET
endstream
endobj
@@ -1607,7 +1607,7 @@ endobj
endobj
21 0 obj
<<
-/Length 7026
+/Length 6845
>>
stream
BT
@@ -1617,9 +1617,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 6)Tj
+( -- ExifTool 12.37 -- 6)Tj
/TT4 1 Tf
-0 -2.7333 TD
+0 -1.6333 TD
+( information it expects to find in the maker notes.)Tj
+0 -2.2 TD
( 3\) Changes to PDF files by ExifTool are reversible \(by deleting)Tj
0 -1.1 TD
( the update with "-PDF-update:all="\) because the original)Tj
@@ -1969,30 +1971,6 @@ T*
( number to the group name \(eg. "-0all:all" preserves the same)Tj
T*
( general location, like EXIF or XMP\).)Tj
-0 -2.2 TD
-( _)Tj
-7.2 0 TD
-(S_)Tj
-0.6 0 TD
-(R_)Tj
-0.6 0 TD
-(C_)Tj
-0.6 0 TD
-(F_)Tj
-0.6 0 TD
-(I_)Tj
-0.6 0 TD
-(L_)Tj
-0.6 0 TD
-(E may be the same as _)Tj
-12.6 0 TD
-(F_)Tj
-0.6 0 TD
-(I_)Tj
-0.6 0 TD
-(L_)Tj
-0.6 0 TD
-(E to move information around within)Tj
ET
endstream
endobj
@@ -2010,7 +1988,7 @@ endobj
endobj
24 0 obj
<<
-/Length 8136
+/Length 8321
>>
stream
BT
@@ -2020,11 +1998,35 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 7)Tj
+( -- ExifTool 12.37 -- 7)Tj
/TT4 1 Tf
0 -1.6333 TD
+( _)Tj
+7.2 0 TD
+(S_)Tj
+0.6 0 TD
+(R_)Tj
+0.6 0 TD
+(C_)Tj
+0.6 0 TD
+(F_)Tj
+0.6 0 TD
+(I_)Tj
+0.6 0 TD
+(L_)Tj
+0.6 0 TD
+(E may be the same as _)Tj
+12.6 0 TD
+(F_)Tj
+0.6 0 TD
+(I_)Tj
+0.6 0 TD
+(L_)Tj
+0.6 0 TD
+(E to move information around within)Tj
+-25.2 -1.1 TD
( a single file. In this case, "@" may be used to represent the)Tj
-0 -1.1 TD
+T*
( source file \(ie. "-tagsFromFile @"\), permitting this feature to be)Tj
T*
( used for batch processing multiple files. Specified tags are then)Tj
@@ -2514,8 +2516,6 @@ T*
(e option is made after)Tj
-33 -1.1 TD
( all tags are copied. For example, new tag values are set in the)Tj
-T*
-( order One, Two, Three then Four with this command:)Tj
ET
endstream
endobj
@@ -2533,7 +2533,7 @@ endobj
endobj
27 0 obj
<<
-/Length 7260
+/Length 7233
>>
stream
BT
@@ -2543,11 +2543,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 8)Tj
+( -- ExifTool 12.37 -- 8)Tj
/TT4 1 Tf
-0 -2.7333 TD
-( exiftool -One=1 -tagsFromFile s.jpg -Two -Four=4 -Three d.jpg)Tj
+0 -1.6333 TD
+( order One, Two, Three then Four with this command:)Tj
0 -2.2 TD
+( exiftool -One=1 -tagsFromFile s.jpg -Two -Four=4 -Three d.jpg)Tj
+T*
( This is significant in the case where an overlap exists between)Tj
0 -1.1 TD
( the copied and assigned tags because later operations may override)Tj
@@ -3007,8 +3009,6 @@ T*
(at)Tj
0.6 0 TD
(t\))Tj
--13.8 -1.1 TD
-( Output information in the form of exiftool arguments, suitable for)Tj
ET
endstream
endobj
@@ -3026,7 +3026,7 @@ endobj
endobj
30 0 obj
<<
-/Length 6888
+/Length 6819
>>
stream
BT
@@ -3036,9 +3036,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 9)Tj
+( -- ExifTool 12.37 -- 9)Tj
/TT4 1 Tf
0 -1.6333 TD
+( Output information in the form of exiftool arguments, suitable for)Tj
+0 -1.1 TD
( use with the -)Tj
15 0 TD
(-@)Tj
@@ -3420,22 +3422,6 @@ T*
(E_)Tj
0.6 0 TD
(T is given, a list of available character sets is returned.)Tj
--10.8 -1.1 TD
-( Valid _)Tj
-10.8 0 TD
-(C_)Tj
-0.6 0 TD
-(H_)Tj
-0.6 0 TD
-(A_)Tj
-0.6 0 TD
-(R_)Tj
-0.6 0 TD
-(S_)Tj
-0.6 0 TD
-(E_)Tj
-0.6 0 TD
-(T values are:)Tj
ET
endstream
endobj
@@ -3453,7 +3439,7 @@ endobj
endobj
33 0 obj
<<
-/Length 5791
+/Length 5899
>>
stream
BT
@@ -3463,9 +3449,25 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 10)Tj
+( -- ExifTool 12.37 -- 10)Tj
/TT4 1 Tf
-0 -2.7333 TD
+0 -1.6333 TD
+( Valid _)Tj
+10.8 0 TD
+(C_)Tj
+0.6 0 TD
+(H_)Tj
+0.6 0 TD
+(A_)Tj
+0.6 0 TD
+(R_)Tj
+0.6 0 TD
+(S_)Tj
+0.6 0 TD
+(E_)Tj
+0.6 0 TD
+(T values are:)Tj
+-14.4 -2.2 TD
( CHARSET Alias\(es\) Description)Tj
0 -1.1 TD
( ---------- --------------- ----------------------------------)Tj
@@ -3701,8 +3703,6 @@ T*
( exiftool -common -csv dir > out.csv)Tj
0 -2.2 TD
( # update metadata for all images in a directory from CSV file)Tj
-0 -1.1 TD
-( exiftool -csv=a.csv dir)Tj
ET
endstream
endobj
@@ -3720,7 +3720,7 @@ endobj
endobj
36 0 obj
<<
-/Length 6611
+/Length 6576
>>
stream
BT
@@ -3730,9 +3730,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 11)Tj
+( -- ExifTool 12.37 -- 11)Tj
/TT4 1 Tf
-0 -2.7333 TD
+0 -1.6333 TD
+( exiftool -csv=a.csv dir)Tj
+0 -2.2 TD
( Empty values are ignored when importing \(unless the -)Tj
38.4 0 TD
(-f)Tj
@@ -4060,8 +4062,6 @@ T*
(al)Tj
0.6 0 TD
(l\))Tj
--10.8 -1.1 TD
-( Show tag ID number in decimal when extracting information.)Tj
ET
endstream
endobj
@@ -4079,7 +4079,7 @@ endobj
endobj
41 0 obj
<<
-/Length 9094
+/Length 9052
>>
stream
BT
@@ -4089,9 +4089,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 12)Tj
+( -- ExifTool 12.37 -- 12)Tj
/TT4 1 Tf
-0 -2.7333 TD
+0 -1.6333 TD
+( Show tag ID number in decimal when extracting information.)Tj
+0 -2.2 TD
( -)Tj
4.2 0 TD
(-E)Tj
@@ -4737,12 +4739,6 @@ T*
(-g)Tj
0.6 0 TD
(g to organize the output into objects by)Tj
--20.4 -1.1 TD
-( group, or -)Tj
-13.2 0 TD
-(-G)Tj
-0.6 0 TD
-(G to add group names to each tag. List-type tags with)Tj
ET
endstream
endobj
@@ -4760,7 +4756,7 @@ endobj
endobj
44 0 obj
<<
-/Length 7642
+/Length 7676
>>
stream
BT
@@ -4770,9 +4766,15 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 13)Tj
+( -- ExifTool 12.37 -- 13)Tj
/TT4 1 Tf
0 -1.6333 TD
+( group, or -)Tj
+13.2 0 TD
+(-G)Tj
+0.6 0 TD
+(G to add group names to each tag. List-type tags with)Tj
+-13.8 -1.1 TD
( multiple items are output as JSON arrays unless -)Tj
36 0 TD
(-s)Tj
@@ -5206,8 +5208,6 @@ T*
( output for languages with a variable-width character set.)Tj
0 -2.2 TD
( Currently, the language support is not complete, but users are)Tj
-0 -1.1 TD
-( welcome to help improve this by submitting their own translations.)Tj
ET
endstream
endobj
@@ -5225,7 +5225,7 @@ endobj
endobj
47 0 obj
<<
-/Length 4522
+/Length 4194
>>
stream
BT
@@ -5235,11 +5235,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 14)Tj
+( -- ExifTool 12.37 -- 14)Tj
/TT4 1 Tf
0 -1.6333 TD
-( To submit a translation, follow these steps \(you must have Perl)Tj
+( welcome to help improve this by submitting their own translations.)Tj
0 -1.1 TD
+( To submit a translation, follow these steps \(you must have Perl)Tj
+T*
( installed for this\):)Tj
0 -2.2 TD
( 1. Download and unpack the latest Image-ExifTool full)Tj
@@ -5411,7 +5413,36 @@ T*
( > exiftool -Orientation=6 -n a.jpg)Tj
T*
( > exiftool -Orientation#=6 a.jpg)Tj
-0 -2.2 TD
+ET
+endstream
+endobj
+48 0 obj
+<<
+/ProcSet [/PDF /Text ]
+/Font <<
+/TT2 4 0 R
+/TT4 5 0 R
+>>
+/ExtGState <<
+/GS1 6 0 R
+>>
+>>
+endobj
+50 0 obj
+<<
+/Length 6102
+>>
+stream
+BT
+/TT2 1 Tf
+10 0 0 10 29 806.3333 Tm
+0 g
+/GS1 gs
+0 Tc
+0 Tw
+( -- ExifTool 12.37 -- 15)Tj
+/TT4 1 Tf
+0 -1.6333 TD
( -)Tj
4.2 0 TD
(-p)Tj
@@ -5461,38 +5492,9 @@ T*
(at)Tj
0.6 0 TD
(t\))Tj
-ET
-endstream
-endobj
-48 0 obj
-<<
-/ProcSet [/PDF /Text ]
-/Font <<
-/TT2 4 0 R
-/TT4 5 0 R
->>
-/ExtGState <<
-/GS1 6 0 R
->>
->>
-endobj
-50 0 obj
-<<
-/Length 5736
->>
-stream
-BT
-/TT2 1 Tf
-10 0 0 10 29 806.3333 Tm
-0 g
-/GS1 gs
-0 Tc
-0 Tw
-( -- ExifTool 12.36 -- 15)Tj
-/TT4 1 Tf
-0 -1.6333 TD
+-22.2 -1.1 TD
( Print output in the format specified by the given file or string.)Tj
-0 -1.1 TD
+T*
( The argument is interpreted as a string unless a file of that name)Tj
T*
( exists, in which case the string is loaded from the contents of)Tj
@@ -5535,7 +5537,9 @@ T*
T*
( skipped if any tag on an IF line doesn't exist. Other lines)Tj
T*
-( beginning with "#" are ignored. For example, this format file:)Tj
+( beginning with "#" are ignored. \(To output a line beginning with)Tj
+T*
+( "#", use "#[BODY]#".\) For example, this format file:)Tj
0 -2.2 TD
( # this is a comment line)Tj
0 -1.1 TD
@@ -5553,7 +5557,7 @@ T*
T*
( produces output like this:)Tj
T*
-( -- Generated by ExifTool 12.36 --)Tj
+( -- Generated by ExifTool 12.37 --)Tj
0 -1.1 TD
( File: a.jpg - 2003:10:31 15:44:19)Tj
T*
@@ -5756,10 +5760,6 @@ T*
( example showing how this could be used in a PHP script:)Tj
0 -2.2 TD
( <?php)Tj
-0 -1.1 TD
-( eval\('$array=' . `exiftool -php -q image.jpg`\);)Tj
-T*
-( print_r\($array\);)Tj
ET
endstream
endobj
@@ -5777,7 +5777,7 @@ endobj
endobj
53 0 obj
<<
-/Length 7619
+/Length 7377
>>
stream
BT
@@ -5787,9 +5787,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 16)Tj
+( -- ExifTool 12.37 -- 16)Tj
/TT4 1 Tf
0 -1.6333 TD
+( eval\('$array=' . `exiftool -php -q image.jpg`\);)Tj
+0 -1.1 TD
+( print_r\($array\);)Tj
+T*
( ?>)Tj
0 -2.2 TD
( -)Tj
@@ -6249,7 +6253,36 @@ T*
( and "index" for cases where multiple conditional tags exist with)Tj
T*
( the same ID\).)Tj
-0 -2.2 TD
+ET
+endstream
+endobj
+54 0 obj
+<<
+/ProcSet [/PDF /Text ]
+/Font <<
+/TT2 4 0 R
+/TT4 5 0 R
+>>
+/ExtGState <<
+/GS1 6 0 R
+>>
+>>
+endobj
+56 0 obj
+<<
+/Length 6281
+>>
+stream
+BT
+/TT2 1 Tf
+10 0 0 10 29 806.3333 Tm
+0 g
+/GS1 gs
+0 Tc
+0 Tw
+( -- ExifTool 12.37 -- 17)Tj
+/TT4 1 Tf
+0 -1.6333 TD
( -)Tj
4.2 0 TD
(-T)Tj
@@ -6285,36 +6318,7 @@ T*
(-f)Tj
0.6 0 TD
(f.)Tj
-ET
-endstream
-endobj
-54 0 obj
-<<
-/ProcSet [/PDF /Text ]
-/Font <<
-/TT2 4 0 R
-/TT4 5 0 R
->>
-/ExtGState <<
-/GS1 6 0 R
->>
->>
-endobj
-56 0 obj
-<<
-/Length 6093
->>
-stream
-BT
-/TT2 1 Tf
-10 0 0 10 29 806.3333 Tm
-0 g
-/GS1 gs
-0 Tc
-0 Tw
-( -- ExifTool 12.36 -- 17)Tj
-/TT4 1 Tf
-0 -2.7333 TD
+-42 -2.2 TD
( -)Tj
4.2 0 TD
(-v)Tj
@@ -6618,10 +6622,6 @@ T*
( exiftool -W+! out.txt FILE1 FILE2 ...)Tj
0 -2.2 TD
( Advanced features:)Tj
-T*
-( A substring of the original file name, directory or extension may)Tj
-0 -1.1 TD
-( be taken by specifying a field width immediately following the '%')Tj
ET
endstream
endobj
@@ -6639,7 +6639,7 @@ endobj
endobj
59 0 obj
<<
-/Length 4997
+/Length 4999
>>
stream
BT
@@ -6649,11 +6649,15 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 18)Tj
+( -- ExifTool 12.37 -- 18)Tj
/TT4 1 Tf
0 -1.6333 TD
-( character. If the width is negative, the substring is taken from)Tj
+( A substring of the original file name, directory or extension may)Tj
0 -1.1 TD
+( be taken by specifying a field width immediately following the '%')Tj
+T*
+( character. If the width is negative, the substring is taken from)Tj
+T*
( the end. The substring position \(characters to ignore at the)Tj
T*
( start or end of the string\) may be given by a second optional)Tj
@@ -6767,10 +6771,6 @@ T*
( upper case respectively \(ie. %le for a lower case file extension\).)Tj
T*
( When used to modify %c or %C, the numbers are changed to an)Tj
-T*
-( alphabetical base \(see example H above\). Also, %c and %C may be)Tj
-T*
-( modified by 'n' to count using natural numbers starting from 1,)Tj
ET
endstream
endobj
@@ -6788,7 +6788,7 @@ endobj
endobj
62 0 obj
<<
-/Length 7681
+/Length 7539
>>
stream
BT
@@ -6798,9 +6798,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 19)Tj
+( -- ExifTool 12.37 -- 19)Tj
/TT4 1 Tf
0 -1.6333 TD
+( alphabetical base \(see example H above\). Also, %c and %C may be)Tj
+0 -1.1 TD
+( modified by 'n' to count using natural numbers starting from 1,)Tj
+T*
( instead of 0 \(see example F above\).)Tj
0 -2.2 TD
( This same _)Tj
@@ -7256,28 +7260,6 @@ T*
(l)Tj
-44.4 -1.1 TD
( option is also used.)Tj
-0 -2.2 TD
-( By default, -)Tj
-14.4 0 TD
-(-X)Tj
-0.6 0 TD
-(X outputs flattened tags, so -)Tj
-17.4 0 TD
-(-s)Tj
-0.6 0 TD
-(st)Tj
-0.6 0 TD
-(tr)Tj
-0.6 0 TD
-(ru)Tj
-0.6 0 TD
-(uc)Tj
-0.6 0 TD
-(ct)Tj
-0.6 0 TD
-(t should be added)Tj
--36 -1.1 TD
-( if required to preserve XMP structures. List-type tags with)Tj
ET
endstream
endobj
@@ -7295,7 +7277,7 @@ endobj
endobj
65 0 obj
<<
-/Length 7679
+/Length 7813
>>
stream
BT
@@ -7305,11 +7287,33 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 20)Tj
+( -- ExifTool 12.37 -- 20)Tj
/TT4 1 Tf
0 -1.6333 TD
+( By default, -)Tj
+14.4 0 TD
+(-X)Tj
+0.6 0 TD
+(X outputs flattened tags, so -)Tj
+17.4 0 TD
+(-s)Tj
+0.6 0 TD
+(st)Tj
+0.6 0 TD
+(tr)Tj
+0.6 0 TD
+(ru)Tj
+0.6 0 TD
+(uc)Tj
+0.6 0 TD
+(ct)Tj
+0.6 0 TD
+(t should be added)Tj
+-36 -1.1 TD
+( if required to preserve XMP structures. List-type tags with)Tj
+T*
( multiple values are formatted as an RDF Bag, but they are combined)Tj
-0 -1.1 TD
+T*
( into a single string when -)Tj
22.8 0 TD
(-s)Tj
@@ -7781,10 +7785,6 @@ T*
( exiftool -ext+ txt DIR # supported files plus TXT)Tj
T*
( exiftool -ext "*" DIR # process all files)Tj
-T*
-( exiftool -ext "*" --ext xml DIR # process all but XML files)Tj
-T*
-( exiftool -ext "*" --ext . DIR # all but those with no ext)Tj
ET
endstream
endobj
@@ -7802,7 +7802,7 @@ endobj
endobj
68 0 obj
<<
-/Length 8187
+/Length 8151
>>
stream
BT
@@ -7812,9 +7812,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 21)Tj
+( -- ExifTool 12.37 -- 21)Tj
/TT4 1 Tf
-0 -2.7333 TD
+0 -1.6333 TD
+( exiftool -ext "*" --ext xml DIR # process all but XML files)Tj
+0 -1.1 TD
+( exiftool -ext "*" --ext . DIR # all but those with no ext)Tj
+0 -2.2 TD
( Using this option has two main advantages over specifying "*.EXT")Tj
0 -1.1 TD
( on the command line: 1\) It applies to files in subdirectories)Tj
@@ -8324,32 +8328,6 @@ T*
( files are sorted across directory boundaries if multiple input)Tj
T*
( directories are specified.)Tj
-0 -2.2 TD
-( -)Tj
-4.2 0 TD
-(-i)Tj
-0.6 0 TD
-(i _)Tj
-1.2 0 TD
-(D_)Tj
-0.6 0 TD
-(I_)Tj
-0.6 0 TD
-(R \(-)Tj
-1.8 0 TD
-(-i)Tj
-0.6 0 TD
-(ig)Tj
-0.6 0 TD
-(gn)Tj
-0.6 0 TD
-(no)Tj
-0.6 0 TD
-(or)Tj
-0.6 0 TD
-(re)Tj
-0.6 0 TD
-(e\))Tj
ET
endstream
endobj
@@ -8367,7 +8345,7 @@ endobj
endobj
72 0 obj
<<
-/Length 6367
+/Length 6497
>>
stream
BT
@@ -8377,9 +8355,35 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 22)Tj
+( -- ExifTool 12.37 -- 22)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
+( -)Tj
+4.2 0 TD
+(-i)Tj
+0.6 0 TD
+(i _)Tj
+1.2 0 TD
+(D_)Tj
+0.6 0 TD
+(I_)Tj
+0.6 0 TD
+(R \(-)Tj
+1.8 0 TD
+(-i)Tj
+0.6 0 TD
+(ig)Tj
+0.6 0 TD
+(gn)Tj
+0.6 0 TD
+(no)Tj
+0.6 0 TD
+(or)Tj
+0.6 0 TD
+(re)Tj
+0.6 0 TD
+(e\))Tj
+-12.6 -1.1 TD
( Ignore specified directory name. _)Tj
27.6 0 TD
(D_)Tj
@@ -8673,8 +8677,6 @@ T*
( converted to a newline and $$ represents a single "$" symbol \(so)Tj
T*
( Perl variables, if used, require a double "$"\).)Tj
-0 -2.2 TD
-( 4\) The condition may only test tags from the file being processed.)Tj
ET
endstream
endobj
@@ -8692,7 +8694,7 @@ endobj
endobj
75 0 obj
<<
-/Length 7389
+/Length 7307
>>
stream
BT
@@ -8702,11 +8704,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 23)Tj
+( -- ExifTool 12.37 -- 23)Tj
/TT4 1 Tf
-0 -1.6333 TD
-( To process one file based on tags from another, two steps are)Tj
+0 -2.7333 TD
+( 4\) The condition may only test tags from the file being processed.)Tj
0 -1.1 TD
+( To process one file based on tags from another, two steps are)Tj
+T*
( required. For example, to process XMP sidecar files in directory)Tj
T*
( "DIR" based on tags from the associated NEF:)Tj
@@ -9144,10 +9148,6 @@ T*
(E \(instead of preserving it by adding)Tj
-22.8 -1.1 TD
( "_original" to the file name\) when writing information to an)Tj
-T*
-( image. Caution: This option should only be used if you already)Tj
-T*
-( have separate backup copies of your image files. The overwrite is)Tj
ET
endstream
endobj
@@ -9165,7 +9165,7 @@ endobj
endobj
78 0 obj
<<
-/Length 8490
+/Length 8469
>>
stream
BT
@@ -9175,11 +9175,15 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 24)Tj
+( -- ExifTool 12.37 -- 24)Tj
/TT4 1 Tf
0 -1.6333 TD
-( implemented by renaming a temporary file to replace the original.)Tj
+( image. Caution: This option should only be used if you already)Tj
0 -1.1 TD
+( have separate backup copies of your image files. The overwrite is)Tj
+T*
+( implemented by renaming a temporary file to replace the original.)Tj
+T*
( This deletes the original file and replaces it with the edited)Tj
T*
( version in a single operation. When combined with -)Tj
@@ -9739,28 +9743,6 @@ T*
(m option, which may then be)Tj
-27 -1.1 TD
( suppressed with "-q -q".)Tj
-0 -2.2 TD
-( -)Tj
-4.2 0 TD
-(-r)Tj
-0.6 0 TD
-(r[.] \(-)Tj
-3.6 0 TD
-(-r)Tj
-0.6 0 TD
-(re)Tj
-0.6 0 TD
-(ec)Tj
-0.6 0 TD
-(cu)Tj
-0.6 0 TD
-(ur)Tj
-0.6 0 TD
-(rs)Tj
-0.6 0 TD
-(se)Tj
-0.6 0 TD
-(e\))Tj
ET
endstream
endobj
@@ -9778,7 +9760,7 @@ endobj
endobj
81 0 obj
<<
-/Length 6451
+/Length 6357
>>
stream
BT
@@ -9788,11 +9770,33 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 25)Tj
+( -- ExifTool 12.37 -- 25)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
+( -)Tj
+4.2 0 TD
+(-r)Tj
+0.6 0 TD
+(r[.] \(-)Tj
+3.6 0 TD
+(-r)Tj
+0.6 0 TD
+(re)Tj
+0.6 0 TD
+(ec)Tj
+0.6 0 TD
+(cu)Tj
+0.6 0 TD
+(ur)Tj
+0.6 0 TD
+(rs)Tj
+0.6 0 TD
+(se)Tj
+0.6 0 TD
+(e\))Tj
+-12.6 -1.1 TD
( Recursively process files in subdirectories. Only meaningful if)Tj
-0 -1.1 TD
+T*
( _)Tj
7.2 0 TD
(F_)Tj
@@ -10128,24 +10132,6 @@ T*
( is not performed, which among other things means that arguments)Tj
T*
( should not be quoted and spaces are treated as any other)Tj
-T*
-( character. _)Tj
-14.4 0 TD
-(A_)Tj
-0.6 0 TD
-(R_)Tj
-0.6 0 TD
-(G_)Tj
-0.6 0 TD
-(F_)Tj
-0.6 0 TD
-(I_)Tj
-0.6 0 TD
-(L_)Tj
-0.6 0 TD
-(E may exist relative to either the current)Tj
--18 -1.1 TD
-( directory or the exiftool directory unless an absolute pathname is)Tj
ET
endstream
endobj
@@ -10163,7 +10149,7 @@ endobj
endobj
84 0 obj
<<
-/Length 8702
+/Length 8720
>>
stream
BT
@@ -10173,9 +10159,27 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 26)Tj
+( -- ExifTool 12.37 -- 26)Tj
/TT4 1 Tf
0 -1.6333 TD
+( character. _)Tj
+14.4 0 TD
+(A_)Tj
+0.6 0 TD
+(R_)Tj
+0.6 0 TD
+(G_)Tj
+0.6 0 TD
+(F_)Tj
+0.6 0 TD
+(I_)Tj
+0.6 0 TD
+(L_)Tj
+0.6 0 TD
+(E may exist relative to either the current)Tj
+-18 -1.1 TD
+( directory or the exiftool directory unless an absolute pathname is)Tj
+T*
( given.)Tj
0 -2.2 TD
( For example, the following _)Tj
@@ -10771,7 +10775,36 @@ T*
(- Indicates the end of options. Any remaining arguments are treated)Tj
-4.8 -1.1 TD
( as file names, even if they begin with a dash \("-"\).)Tj
-0 -2.2 TD
+ET
+endstream
+endobj
+85 0 obj
+<<
+/ProcSet [/PDF /Text ]
+/Font <<
+/TT2 4 0 R
+/TT4 5 0 R
+>>
+/ExtGState <<
+/GS1 6 0 R
+>>
+>>
+endobj
+87 0 obj
+<<
+/Length 6136
+>>
+stream
+BT
+/TT2 1 Tf
+10 0 0 10 29 806.3333 Tm
+0 g
+/GS1 gs
+0 Tc
+0 Tw
+( -- ExifTool 12.37 -- 27)Tj
+/TT4 1 Tf
+0 -2.7333 TD
( _)Tj
4.2 0 TD
(S_)Tj
@@ -10803,36 +10836,7 @@ T*
(e_)Tj
0.6 0 TD
(s)Tj
-ET
-endstream
-endobj
-85 0 obj
-<<
-/ProcSet [/PDF /Text ]
-/Font <<
-/TT2 4 0 R
-/TT4 5 0 R
->>
-/ExtGState <<
-/GS1 6 0 R
->>
->>
-endobj
-87 0 obj
-<<
-/Length 5944
->>
-stream
-BT
-/TT2 1 Tf
-10 0 0 10 29 806.3333 Tm
-0 g
-/GS1 gs
-0 Tc
-0 Tw
-( -- ExifTool 12.36 -- 27)Tj
-/TT4 1 Tf
-0 -2.7333 TD
+-13.2 -2.2 TD
( -)Tj
4.2 0 TD
(-g)Tj
@@ -11114,8 +11118,6 @@ T*
( string. For example:)Tj
0 -2.2 TD
( # return all date/times, shifted back by 1 hour)Tj
-0 -1.1 TD
-( exiftool -globalTimeShift -1 -time:all a.jpg)Tj
ET
endstream
endobj
@@ -11133,7 +11135,7 @@ endobj
endobj
90 0 obj
<<
-/Length 7901
+/Length 7677
>>
stream
BT
@@ -11143,9 +11145,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 28)Tj
+( -- ExifTool 12.37 -- 28)Tj
/TT4 1 Tf
0 -1.6333 TD
+( exiftool -globalTimeShift -1 -time:all a.jpg)Tj
+0 -2.2 TD
( # set the file name from the shifted CreateDate \(-1 day\) for)Tj
0 -1.1 TD
( # all images in a directory)Tj
@@ -11683,24 +11687,6 @@ T*
(te)Tj
0.6 0 TD
(e'd)Tj
--44.4 -1.1 TD
-( commands. The _)Tj
-16.2 0 TD
-(C_)Tj
-0.6 0 TD
-(F_)Tj
-0.6 0 TD
-(G_)Tj
-0.6 0 TD
-(F_)Tj
-0.6 0 TD
-(I_)Tj
-0.6 0 TD
-(L_)Tj
-0.6 0 TD
-(E must exist relative to the current working)Tj
--19.8 -1.1 TD
-( directory or the exiftool application directory unless an absolute)Tj
ET
endstream
endobj
@@ -11718,7 +11704,7 @@ endobj
endobj
93 0 obj
<<
-/Length 9351
+/Length 9214
>>
stream
BT
@@ -11728,11 +11714,29 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 29)Tj
+( -- ExifTool 12.37 -- 29)Tj
/TT4 1 Tf
0 -1.6333 TD
+( commands. The _)Tj
+16.2 0 TD
+(C_)Tj
+0.6 0 TD
+(F_)Tj
+0.6 0 TD
+(G_)Tj
+0.6 0 TD
+(F_)Tj
+0.6 0 TD
+(I_)Tj
+0.6 0 TD
+(L_)Tj
+0.6 0 TD
+(E must exist relative to the current working)Tj
+-19.8 -1.1 TD
+( directory or the exiftool application directory unless an absolute)Tj
+T*
( path is specified. Loading of the default config file may be)Tj
-0 -1.1 TD
+T*
( disabled by setting _)Tj
19.2 0 TD
(C_)Tj
@@ -12386,7 +12390,36 @@ T*
(le)Tj
0.6 0 TD
(e specified.)Tj
--15 -2.2 TD
+ET
+endstream
+endobj
+94 0 obj
+<<
+/ProcSet [/PDF /Text ]
+/Font <<
+/TT2 4 0 R
+/TT4 5 0 R
+>>
+/ExtGState <<
+/GS1 6 0 R
+>>
+>>
+endobj
+96 0 obj
+<<
+/Length 8009
+>>
+stream
+BT
+/TT2 1 Tf
+10 0 0 10 29 806.3333 Tm
+0 g
+/GS1 gs
+0 Tc
+0 Tw
+( -- ExifTool 12.37 -- 30)Tj
+/TT4 1 Tf
+0 -1.6333 TD
( A _)Tj
8.4 0 TD
(F_)Tj
@@ -12420,36 +12453,7 @@ T*
(le)Tj
0.6 0 TD
(e options \(eg. to fall)Tj
-ET
-endstream
-endobj
-94 0 obj
-<<
-/ProcSet [/PDF /Text ]
-/Font <<
-/TT2 4 0 R
-/TT4 5 0 R
->>
-/ExtGState <<
-/GS1 6 0 R
->>
->>
-endobj
-96 0 obj
-<<
-/Length 7930
->>
-stream
-BT
-/TT2 1 Tf
-10 0 0 10 29 806.3333 Tm
-0 g
-/GS1 gs
-0 Tc
-0 Tw
-( -- ExifTool 12.36 -- 30)Tj
-/TT4 1 Tf
-0 -1.6333 TD
+-32.4 -1.1 TD
( back to processing the original _)Tj
26.4 0 TD
(F_)Tj
@@ -12955,32 +12959,6 @@ T*
(M \(eg. "-userParam MyTag#=yes"\) also causes the parameter)Tj
-11.4 -1.1 TD
( to be extracted as a normal tag in the UserParam group. Similar)Tj
-T*
-( to the -)Tj
-11.4 0 TD
-(-a)Tj
-0.6 0 TD
-(ap)Tj
-0.6 0 TD
-(pi)Tj
-0.6 0 TD
-(i option, the parameter value is set to 1 if _)Tj
-27 0 TD
-(=_)Tj
-0.6 0 TD
-(V_)Tj
-0.6 0 TD
-(A_)Tj
-0.6 0 TD
-(L is)Tj
--42 -1.1 TD
-( omitted, undef if just _)Tj
-21 0 TD
-(V_)Tj
-0.6 0 TD
-(A_)Tj
-0.6 0 TD
-(L is omitted with "=", or an empty string)Tj
ET
endstream
endobj
@@ -12998,7 +12976,7 @@ endobj
endobj
99 0 obj
<<
-/Length 4891
+/Length 5175
>>
stream
BT
@@ -13008,9 +12986,35 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 31)Tj
+( -- ExifTool 12.37 -- 31)Tj
/TT4 1 Tf
0 -1.6333 TD
+( to the -)Tj
+11.4 0 TD
+(-a)Tj
+0.6 0 TD
+(ap)Tj
+0.6 0 TD
+(pi)Tj
+0.6 0 TD
+(i option, the parameter value is set to 1 if _)Tj
+27 0 TD
+(=_)Tj
+0.6 0 TD
+(V_)Tj
+0.6 0 TD
+(A_)Tj
+0.6 0 TD
+(L is)Tj
+-42 -1.1 TD
+( omitted, undef if just _)Tj
+21 0 TD
+(V_)Tj
+0.6 0 TD
+(A_)Tj
+0.6 0 TD
+(L is omitted with "=", or an empty string)Tj
+-22.2 -1.1 TD
( if _)Tj
9 0 TD
(V_)Tj
@@ -13226,8 +13230,6 @@ T*
(ep)Tj
0.6 0 TD
(p option is necessary to split the string back into individual)Tj
--8.4 -1.1 TD
-( list items when writing to a list-type tag.)Tj
ET
endstream
endobj
@@ -13245,7 +13247,7 @@ endobj
endobj
103 0 obj
<<
-/Length 6358
+/Length 6338
>>
stream
BT
@@ -13255,9 +13257,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 32)Tj
+( -- ExifTool 12.37 -- 32)Tj
/TT4 1 Tf
0 -1.6333 TD
+( list items when writing to a list-type tag.)Tj
+0 -2.2 TD
( An optional flag argument may be set to 1 to cause "NoDups" to set $_)Tj
0 -1.1 TD
( to undef if no duplicates existed, thus preventing the file from being)Tj
@@ -13641,8 +13645,6 @@ T*
(e option.)Tj
-31.2 -2.2 TD
( 2\) When writing only pseudo System tags \(eg. FileModifyDate\).)Tj
-T*
-( 3\) On Windows if the file has Unicode characters in its name, and a\))Tj
ET
endstream
endobj
@@ -13660,7 +13662,7 @@ endobj
endobj
106 0 obj
<<
-/Length 5222
+/Length 5282
>>
stream
BT
@@ -13670,9 +13672,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 33)Tj
+( -- ExifTool 12.37 -- 33)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
+( 3\) On Windows if the file has Unicode characters in its name, and a\))Tj
+0 -1.1 TD
( the -)Tj
6.6 0 TD
(-o)Tj
@@ -13918,8 +13922,6 @@ T*
( exiftool -IFD1:XResolution -IFD1:YResolution image.jpg)Tj
0 -1.1 TD
( Extract image resolution from EXIF IFD1 information \(thumbnail)Tj
-T*
-( image IFD\).)Tj
ET
endstream
endobj
@@ -13937,7 +13939,7 @@ endobj
endobj
109 0 obj
<<
-/Length 4319
+/Length 4301
>>
stream
BT
@@ -13947,9 +13949,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 34)Tj
+( -- ExifTool 12.37 -- 34)Tj
/TT4 1 Tf
0 -1.6333 TD
+( image IFD\).)Tj
+0 -2.2 TD
( exiftool '-*resolution*' image.jpg)Tj
0 -1.1 TD
( Extract all tags with names containing the word "Resolution" from)Tj
@@ -14085,8 +14089,6 @@ T*
( exiftool -xmp:description-de='k&uuml;hl' -E dst.jpg)Tj
0 -1.1 TD
( Write alternate language for XMP:Description, using HTML character)Tj
-T*
-( escaping to input special characters.)Tj
ET
endstream
endobj
@@ -14104,7 +14106,7 @@ endobj
endobj
112 0 obj
<<
-/Length 4092
+/Length 4091
>>
stream
BT
@@ -14114,9 +14116,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 35)Tj
+( -- ExifTool 12.37 -- 35)Tj
/TT4 1 Tf
0 -1.6333 TD
+( escaping to input special characters.)Tj
+0 -2.2 TD
( exiftool -all= dst.jpg)Tj
0 -1.1 TD
( Delete all meta information from an image. Note: You should NOT)Tj
@@ -14222,8 +14226,6 @@ T*
( Create an XMP data file only from tags defined on the command)Tj
T*
( line.)Tj
-0 -2.2 TD
-( exiftool '-ICC_Profile<=%d%f.icc' image.jpg)Tj
ET
endstream
endobj
@@ -14241,7 +14243,7 @@ endobj
endobj
115 0 obj
<<
-/Length 4776
+/Length 4713
>>
stream
BT
@@ -14251,9 +14253,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 36)Tj
+( -- ExifTool 12.37 -- 36)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
+( exiftool '-ICC_Profile<=%d%f.icc' image.jpg)Tj
+0 -1.1 TD
( Write ICC_Profile to an image from a ".icc" file of the same name.)Tj
0 -2.2 TD
( exiftool -hierarchicalkeywords='{keyword=one,children={keyword=B}}')Tj
@@ -14417,10 +14421,6 @@ T*
( is specified when redirecting information as in this example.\))Tj
0 -2.2 TD
( exiftool -TagsFromFile src.jpg '-xmp:all<all' dst.jpg)Tj
-0 -1.1 TD
-( Copy all possible information from "src.jpg" and write in XMP)Tj
-T*
-( format to "dst.jpg".)Tj
ET
endstream
endobj
@@ -14438,7 +14438,7 @@ endobj
endobj
118 0 obj
<<
-/Length 5550
+/Length 5510
>>
stream
BT
@@ -14448,9 +14448,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 37)Tj
+( -- ExifTool 12.37 -- 37)Tj
/TT4 1 Tf
-0 -2.7333 TD
+0 -1.6333 TD
+( Copy all possible information from "src.jpg" and write in XMP)Tj
+0 -1.1 TD
+( format to "dst.jpg".)Tj
+0 -2.2 TD
( exiftool '-Description<${FileName;s/\\.[^.]*$//}' dir)Tj
0 -1.1 TD
( Set the image Description from the file name after removing the)Tj
@@ -14666,10 +14670,6 @@ T*
(-w)Tj
0.6 0 TD
(w option for details\). Note that if used)Tj
--19.2 -1.1 TD
-( within a date format string, an extra '%' must be added to pass these)Tj
-T*
-( codes through the date/time parser. \(And further note that in a)Tj
ET
endstream
endobj
@@ -14687,7 +14687,7 @@ endobj
endobj
121 0 obj
<<
-/Length 4734
+/Length 4843
>>
stream
BT
@@ -14697,11 +14697,15 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 38)Tj
+( -- ExifTool 12.37 -- 38)Tj
/TT4 1 Tf
0 -1.6333 TD
-( Windows batch file, all '%' characters must also be escaped, so in this)Tj
+( within a date format string, an extra '%' must be added to pass these)Tj
0 -1.1 TD
+( codes through the date/time parser. \(And further note that in a)Tj
+T*
+( Windows batch file, all '%' characters must also be escaped, so in this)Tj
+T*
( extreme case '%%%%f' is necessary to pass a simple '%f' through the two)Tj
T*
( levels of parsing.\) See <https://exiftool.org/filename.html> for)Tj
@@ -14845,8 +14849,6 @@ T*
( exiftool -geotag a.log -geosync=-20 dir)Tj
0 -1.1 TD
( Geotag images in directory "dir", accounting for image timestamps)Tj
-T*
-( which were 20 seconds ahead of GPS.)Tj
ET
endstream
endobj
@@ -14864,7 +14866,7 @@ endobj
endobj
124 0 obj
<<
-/Length 4941
+/Length 4890
>>
stream
BT
@@ -14874,9 +14876,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 39)Tj
+( -- ExifTool 12.37 -- 39)Tj
/TT4 1 Tf
0 -1.6333 TD
+( which were 20 seconds ahead of GPS.)Tj
+0 -2.2 TD
( exiftool -geotag a.log -geosync=1.jpg -geosync=2.jpg dir)Tj
0 -1.1 TD
( Geotag images using time synchronization from two previously)Tj
@@ -15104,20 +15108,6 @@ T*
(te)Tj
0.6 0 TD
(e was used\).)Tj
--19.8 -2.2 TD
-(A)Tj
-0 0 TD
-(AU)Tj
-0.6 0 TD
-(UT)Tj
-0.6 0 TD
-(TH)Tj
-0.6 0 TD
-(HO)Tj
-0.6 0 TD
-(OR)Tj
-0.6 0 TD
-(R)Tj
ET
endstream
endobj
@@ -15135,7 +15125,7 @@ endobj
endobj
127 0 obj
<<
-/Length 1749
+/Length 1859
>>
stream
BT
@@ -15145,9 +15135,23 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.36 -- 40)Tj
+( -- ExifTool 12.37 -- 40)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
+(A)Tj
+0 0 TD
+(AU)Tj
+0.6 0 TD
+(UT)Tj
+0.6 0 TD
+(TH)Tj
+0.6 0 TD
+(HO)Tj
+0.6 0 TD
+(OR)Tj
+0.6 0 TD
+(R)Tj
+-3 -1.1 TD
( Copyright 2003-2021, Phil Harvey)Tj
0 -2.2 TD
( This is free software; you can redistribute it and/or modify it under)Tj
@@ -15306,7 +15310,7 @@ BT
0.6 0 TD
(s\(3pm\), Image::ExifTool::Shift.pl)Tj
-19.2 -4.4 TD
-(perl v5.18.4 2021-11-16 EXIFTOOL\(1\))Tj
+(perl v5.18.4 2021-12-08 EXIFTOOL\(1\))Tj
ET
endstream
endobj
@@ -15774,8 +15778,8 @@ endobj
endobj
133 0 obj
<<
-/CreationDate (D:20211116114144-05'00')
-/ModDate (D:20211116114144-05'00')
+/CreationDate (D:20211208084215-05'00')
+/ModDate (D:20211208084215-05'00')
/Producer (Apple pstopdf)
>>
endobj
@@ -15789,147 +15793,147 @@ endobj
xref
0 135
0000000000 65535 f
-0000265051 00000 n
+0000265214 00000 n
0000000016 00000 n
0000007984 00000 n
-0000264062 00000 n
-0000264451 00000 n
-0000263527 00000 n
-0000268505 00000 n
-0000265131 00000 n
+0000264225 00000 n
+0000264614 00000 n
+0000263690 00000 n
+0000268668 00000 n
+0000265294 00000 n
0000008090 00000 n
0000013514 00000 n
-0000265212 00000 n
+0000265375 00000 n
0000013621 00000 n
0000018980 00000 n
-0000265295 00000 n
+0000265458 00000 n
0000019087 00000 n
0000025061 00000 n
-0000265378 00000 n
+0000265541 00000 n
0000025168 00000 n
-0000031682 00000 n
-0000265461 00000 n
-0000031789 00000 n
-0000038868 00000 n
-0000265544 00000 n
-0000038975 00000 n
-0000047164 00000 n
-0000265627 00000 n
-0000047271 00000 n
-0000054584 00000 n
-0000265710 00000 n
-0000054691 00000 n
-0000061632 00000 n
-0000265793 00000 n
-0000061739 00000 n
-0000067583 00000 n
-0000265876 00000 n
-0000067690 00000 n
-0000074354 00000 n
-0000269064 00000 n
-0000268640 00000 n
-0000265960 00000 n
-0000074461 00000 n
-0000083608 00000 n
-0000266044 00000 n
-0000083715 00000 n
-0000091410 00000 n
-0000266128 00000 n
-0000091517 00000 n
-0000096092 00000 n
-0000266212 00000 n
-0000096199 00000 n
-0000101988 00000 n
-0000266296 00000 n
-0000102095 00000 n
-0000109767 00000 n
-0000266380 00000 n
-0000109874 00000 n
-0000116020 00000 n
-0000266464 00000 n
-0000116127 00000 n
-0000121177 00000 n
-0000266548 00000 n
-0000121284 00000 n
-0000129018 00000 n
-0000266632 00000 n
-0000129125 00000 n
-0000136857 00000 n
-0000266716 00000 n
-0000136964 00000 n
-0000145204 00000 n
-0000268778 00000 n
-0000266800 00000 n
-0000145311 00000 n
-0000151731 00000 n
-0000266884 00000 n
-0000151838 00000 n
-0000159280 00000 n
-0000266968 00000 n
-0000159387 00000 n
-0000167930 00000 n
-0000267052 00000 n
-0000168037 00000 n
-0000174541 00000 n
-0000267136 00000 n
-0000174648 00000 n
-0000183403 00000 n
-0000267220 00000 n
-0000183510 00000 n
-0000189507 00000 n
-0000267304 00000 n
-0000189614 00000 n
-0000197568 00000 n
-0000267388 00000 n
-0000197675 00000 n
-0000207079 00000 n
-0000267472 00000 n
-0000207186 00000 n
-0000215169 00000 n
-0000267556 00000 n
-0000215276 00000 n
-0000220220 00000 n
-0000268916 00000 n
-0000267642 00000 n
-0000220328 00000 n
-0000226740 00000 n
-0000267730 00000 n
-0000226848 00000 n
-0000232124 00000 n
-0000267818 00000 n
-0000232232 00000 n
-0000236605 00000 n
-0000267906 00000 n
-0000236713 00000 n
-0000240859 00000 n
-0000267994 00000 n
-0000240967 00000 n
-0000245797 00000 n
-0000268082 00000 n
-0000245905 00000 n
-0000251509 00000 n
-0000268170 00000 n
-0000251617 00000 n
-0000256405 00000 n
-0000268258 00000 n
-0000256513 00000 n
-0000261508 00000 n
-0000268346 00000 n
-0000261616 00000 n
-0000263419 00000 n
-0000263667 00000 n
-0000263870 00000 n
-0000268434 00000 n
-0000268463 00000 n
-0000269170 00000 n
-0000269294 00000 n
+0000031699 00000 n
+0000265624 00000 n
+0000031806 00000 n
+0000038704 00000 n
+0000265707 00000 n
+0000038811 00000 n
+0000047185 00000 n
+0000265790 00000 n
+0000047292 00000 n
+0000054578 00000 n
+0000265873 00000 n
+0000054685 00000 n
+0000061557 00000 n
+0000265956 00000 n
+0000061664 00000 n
+0000067616 00000 n
+0000266039 00000 n
+0000067723 00000 n
+0000074352 00000 n
+0000269227 00000 n
+0000268803 00000 n
+0000266123 00000 n
+0000074459 00000 n
+0000083564 00000 n
+0000266207 00000 n
+0000083671 00000 n
+0000091400 00000 n
+0000266291 00000 n
+0000091507 00000 n
+0000095754 00000 n
+0000266375 00000 n
+0000095861 00000 n
+0000102016 00000 n
+0000266459 00000 n
+0000102123 00000 n
+0000109553 00000 n
+0000266543 00000 n
+0000109660 00000 n
+0000115994 00000 n
+0000266627 00000 n
+0000116101 00000 n
+0000121153 00000 n
+0000266711 00000 n
+0000121260 00000 n
+0000128852 00000 n
+0000266795 00000 n
+0000128959 00000 n
+0000136825 00000 n
+0000266879 00000 n
+0000136932 00000 n
+0000145136 00000 n
+0000268941 00000 n
+0000266963 00000 n
+0000145243 00000 n
+0000151793 00000 n
+0000267047 00000 n
+0000151900 00000 n
+0000159260 00000 n
+0000267131 00000 n
+0000159367 00000 n
+0000167889 00000 n
+0000267215 00000 n
+0000167996 00000 n
+0000174406 00000 n
+0000267299 00000 n
+0000174513 00000 n
+0000183286 00000 n
+0000267383 00000 n
+0000183393 00000 n
+0000189582 00000 n
+0000267467 00000 n
+0000189689 00000 n
+0000197419 00000 n
+0000267551 00000 n
+0000197526 00000 n
+0000206793 00000 n
+0000267635 00000 n
+0000206900 00000 n
+0000214962 00000 n
+0000267719 00000 n
+0000215069 00000 n
+0000220297 00000 n
+0000269079 00000 n
+0000267805 00000 n
+0000220405 00000 n
+0000226797 00000 n
+0000267893 00000 n
+0000226905 00000 n
+0000232241 00000 n
+0000267981 00000 n
+0000232349 00000 n
+0000236704 00000 n
+0000268069 00000 n
+0000236812 00000 n
+0000240957 00000 n
+0000268157 00000 n
+0000241065 00000 n
+0000245832 00000 n
+0000268245 00000 n
+0000245940 00000 n
+0000251504 00000 n
+0000268333 00000 n
+0000251612 00000 n
+0000256509 00000 n
+0000268421 00000 n
+0000256617 00000 n
+0000261561 00000 n
+0000268509 00000 n
+0000261669 00000 n
+0000263582 00000 n
+0000263830 00000 n
+0000264033 00000 n
+0000268597 00000 n
+0000268626 00000 n
+0000269333 00000 n
+0000269457 00000 n
trailer
<<
/Size 135
/Root 134 0 R
/Info 133 0 R
-/ID [<a7eb9f2b1b23002123167c4d0815dbbc><a7eb9f2b1b23002123167c4d0815dbbc>]
+/ID [<e7d8a9c31bc587c7a180529b93797d8a><e7d8a9c31bc587c7a180529b93797d8a>]
>>
startxref
-269366
+269529
%%EOF
diff --git a/html/history.html b/html/history.html
index a43930e9..f1708061 100644
--- a/html/history.html
+++ b/html/history.html
@@ -17,6 +17,25 @@ considered development releases, and are not uploaded to <a href="https://metacp
<!-- Use line width of 80 -->
<!-- *********************************************************************** -->
+<a name='v12.37'><b>Dec. 8, 2021 - Version 12.37</b></a>
+<ul>
+<li>Decode timed GPS from Vantrue S1 dashcam MP4 videos
+<li>Decode ColorData tags for the Canon EOS R3 (thanks LibRaw)
+<li>Decode more makernotes tags for Nikon Z cameras (thanks Warren Hatch)
+<li>Extract TransparentColor from GIF images
+<li>Improved parsing of input time values for GPSTimeStamp to properly handle a
+ "." separator
+<li>Improved warning when incorrectly using "<" instead of "=" to write FileName
+ or Directory with a format string
+<li>Shortened a few of the new obscenely-long XMP-crs tag names
+<li>Avoid writing XMP-dwc:EventID and XMP-tiff:NativeDigest
+<li>Avoid printing same structure twice in -j and -X output when -l is used
+<li>Fixed typo in a QuickTime tag name
+<li>Fixed two XMP-crs tag names and typo in a NikonSettings value (thanks Herb)
+<li>Fixed patch of version 12.25 to avoid writing XMP which contains an
+ undefined namespace
+</ul>
+
<a name='v12.36'><b>Nov. 16, 2021 - Version 12.36</b></a>
<ul>
<li>IMPORTANT: Fixed bug introduced in 12.35 which corrupted JPEG 2000 images
@@ -29,7 +48,7 @@ considered development releases, and are not uploaded to <a href="https://metacp
<li>Made the Composite GPSPosition tag writable
<li>Fixed erroneous "Skipped unknown bytes after JPEG SOS" warning
<li>Fixed group for new writable Jpeg2000 color tags in -listx output
-<li>Fixed problem finding files in windows when using wildcards in file name and
+<li>Fixed problem finding files in Windows when using wildcards in file name and
a drive letter with no slash
</ul>
diff --git a/html/index.html b/html/index.html
index 62949527..3a4d9d37 100644
--- a/html/index.html
+++ b/html/index.html
@@ -53,6 +53,10 @@ span.sup { font-size: 0.8em; font-weight: normal; position: relative; top
<h1><a name="top">ExifTool by Phil Harvey</a></h1>
<h2 class='tight red'><b>Read</b>, <b>Write</b> and <b>Edit</b> Meta Information!</h2>
<p><b>Also available</b> --> <a href="https://exiftool.org/fix_corrupted_nef.html">Utility to fix Nikon NEF images corrupted by Nikon software</a></p>
+<p><i><b>Note:</b> If exiftool.org goes down, it is because of the crappy DreamHost
+web hosting which disables an "unlimited traffic" web site if a single bot hammers
+the site with a moderate load. An alternate ExifTool homepage is available at
+<a href="http://exiftool.sourceforge.net/">http://exiftool.sourceforge.net/</a></i></p>
<div class=wide><table class=links><tr>
<th><a href="install.html" class=wt>&nbsp;Installing&nbsp;</a></th>
<th><a href="TagNames/index.html" class=wt>&nbsp;Tag&nbsp;Names&nbsp;</a></th>
@@ -87,9 +91,9 @@ span.sup { font-size: 0.8em; font-weight: normal; position: relative; top
</div>
<blockquote><table class='dl lg'><tr><td><b>
-<a href="http://sourceforge.net/projects/exiftool/files/Image-ExifTool-12.36.tar.gz/download">
-Download Version 12.36</a> (4.8 MB) -
-<a href="history.html">Nov. 16, 2021</a></b></td></tr></table></blockquote>
+<a href="http://sourceforge.net/projects/exiftool/files/Image-ExifTool-12.37.tar.gz/download">
+Download Version 12.37</a> (4.8 MB) -
+<a href="history.html">Dec. 8, 2021</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
@@ -142,8 +146,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.36.zip/download">
- exiftool-12.36.zip</a> (6.4 MB)</b></td></tr></table></blockquote>
+<a href="http://sourceforge.net/projects/exiftool/files/exiftool-12.37.zip/download">
+ exiftool-12.37.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
@@ -161,7 +165,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.36.dmg</a> (3.0 MB)</b></td></tr></table></blockquote>
+ ExifTool-12.37.dmg</a> (3.0 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
@@ -1248,7 +1252,9 @@ binary data. The simple script above does not handle this case.</p>
<li><a href="canon_raw.html">Canon RAW (CRW) File Format Specification</a></li>
<li><a href="MIE1.1-20070121.pdf">MIE 1.1 File Format Specification (pdf)</a></li>
<li><a href="https://github.com/exiftool/exiftool">ExifTool source code on GitHub</a></li>
-<li><a href="https://sourceforge.net/projects/exiftool/">ExifTool SourceForge project page</a> (<a href="https://sourceforge.net/p/exiftool/discussion/">alternate discussion forum</a>)</li>
+<li><a href="https://sourceforge.net/projects/exiftool/">ExifTool SourceForge project page</a> (alternate
+ <a href="https://sourceforge.net/p/exiftool/discussion/">discussion forum</a> and
+ <a href="http://exiftool.sourceforge.net">home page</a>)</li>
<li><a href="https://exiftool.org/sample_images.html">JPEG Image Samples</a> (and
<a href="https://exiftool.org/makernote_types.html">Table of Makernote Types</a>)</li>
<li><a href="https://metacpan.org/release/Image-ExifTool">Image::ExifTool at MetaCPAN</a></li>
diff --git a/html/install.html b/html/install.html
index 8586005e..78953c37 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.36.zip</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>exiftool-12.37.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.36.zip</code>" to open
+<br><span class=lt>(Double-click on "<code>exiftool-12.37.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.36.tar.gz</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.37.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.36.dmg</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>ExifTool-12.37.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.36.tar.gz</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.37.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.36.tar.gz
- cd Image-ExifTool-12.36
+ tar -xzf Image-ExifTool-12.37.tar.gz
+ cd Image-ExifTool-12.37
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.36.pkg" can't be opened because it is from an
+<blockquote class=red>"ExifTool-12.37.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.36.tar.gz</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.37.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.36.tar.gz | tar -xf -
- cd Image-ExifTool-12.36
+ gzip -dc Image-ExifTool-12.37.tar.gz | tar -xf -
+ cd Image-ExifTool-12.37
</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 98c66ea8..38082429 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.36';
+$VERSION = '12.37';
$RELEASE = '';
@ISA = qw(Exporter);
%EXPORT_TAGS = (
@@ -1211,10 +1211,10 @@ my %systemTagsNotes = (
ZoneIdentifier => {
Groups => { 1 => 'System', 2 => 'Other' },
Notes => q{
- Windows only. Used to indicate that a file has a Zone.Identifier alternate
- data stream, which is used by some Windows browsers to mark downloaded files
- as possibly unsafe to run. May be deleted to remove this stream. Requires
- Win32API::File
+ Windows only. Existence indicates that the file has a Zone.Identifier
+ alternate data stream, which is used by some Windows browsers to mark
+ downloaded files as possibly unsafe to run. May be deleted to remove this
+ stream. Requires Win32API::File
},
Writable => 1,
WritePseudo => 1,
diff --git a/lib/Image/ExifTool/BuildTagLookup.pm b/lib/Image/ExifTool/BuildTagLookup.pm
index 45ff79d1..7b31a0ed 100644
--- a/lib/Image/ExifTool/BuildTagLookup.pm
+++ b/lib/Image/ExifTool/BuildTagLookup.pm
@@ -35,7 +35,7 @@ use Image::ExifTool::Sony;
use Image::ExifTool::Validate;
use Image::ExifTool::MacOS;
-$VERSION = '3.46';
+$VERSION = '3.47';
@ISA = qw(Exporter);
sub NumbersFirst($$);
@@ -757,7 +757,7 @@ sub new
my (%tagNameInfo, %id, %longID, %longName, %shortName, %tableNum,
%tagLookup, %tagExists, %noLookup, %tableWritable, %sepTable, %case,
%structs, %compositeModules, %isPlugin, %flattened, %structLookup,
- @writePseudo);
+ @writePseudo, %dupXmpTag);
$self->{TAG_NAME_INFO} = \%tagNameInfo;
$self->{ID_LOOKUP} = \%id;
$self->{LONG_ID} = \%longID;
@@ -905,6 +905,10 @@ TagID: foreach $tagID (@keys) {
foreach (@grps) {
warn "Group name starts with 'ID-' for $short $name\n" if /^ID-/i;
}
+ if ($isXMP and not $$tagInfo{Avoid} and not $$tagInfo{Struct}) {
+ $dupXmpTag{$name} and warn "Duplicate XMP tag $name\n";
+ $dupXmpTag{$name} = 1;
+ }
# validate Name (must not start with a digit or else XML output will not be valid;
# must not start with a dash or exiftool command line may get confused)
if ($name !~ /^[_A-Za-z][-\w]+$/ and
diff --git a/lib/Image/ExifTool/Canon.pm b/lib/Image/ExifTool/Canon.pm
index 0a8d59e5..2e5d131a 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.54';
+$VERSION = '4.55';
# Note: Removed 'USM' from 'L' lenses since it is redundant - PH
# (or is it? Ref 32 shows 5 non-USM L-type lenses)
@@ -1919,6 +1919,11 @@ my %offOn = ( 0 => 'Off', 1 => 'On' );
Name => 'ColorData10',
SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorData10' },
},
+ { # (int16u[3973]) - R3 ref IB
+ Condition => '$count == 3973',
+ Name => 'ColorData11',
+ SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorData11' },
+ },
{
Name => 'ColorDataUnknown',
SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorDataUnknown' },
@@ -7720,7 +7725,10 @@ my %ciMaxFocal = (
# Color data (MakerNotes tag 0x4001, count=1312,1313,1316) (ref PH)
%Image::ExifTool::Canon::ColorData7 = (
%binaryDataAttrs,
- NOTES => 'These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.',
+ NOTES => q{
+ These tags are used by the EOS 1DX, 5DmkIII, 6D, 7DmkII, 100D, 650D, 700D,
+ 8000D, M and M2.
+ },
FORMAT => 'int16s',
FIRST_ENTRY => 0,
GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
@@ -7731,8 +7739,8 @@ my %ciMaxFocal = (
DataMember => 'ColorDataVersion',
RawConv => '$$self{ColorDataVersion} = $val',
PrintConv => {
- 10 => '10 (1DX/5DmkIII/6D/70D/100D/650D/700D/M)',
- 11 => '11 (7DmkII/750D/760D)',
+ 10 => '10 (1DX/5DmkIII/6D/70D/100D/650D/700D/M/M2)',
+ 11 => '11 (7DmkII/750D/760D/8000D)',
},
},
# not really sure about the AsShot, Auto and Measured values any more - PH
@@ -7867,6 +7875,10 @@ my %ciMaxFocal = (
# Color data (MakerNotes tag 0x4001, count=1560,etc) (ref IB)
%Image::ExifTool::Canon::ColorData8 = (
%binaryDataAttrs,
+ NOTES => q{
+ These tags are used by the EOS 1DXmkII, 5DS, 5DSR, 5DmkIV, 6DmkII, 77D, 80D,
+ 200D, 800D, 1300D, 2000D, 4000D and 9000D.
+ },
FORMAT => 'int16s',
FIRST_ENTRY => 0,
GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
@@ -7877,10 +7889,10 @@ my %ciMaxFocal = (
DataMember => 'ColorDataVersion',
RawConv => '$$self{ColorDataVersion} = $val',
PrintConv => {
- 12 => '12 (5DS/5DSR)',
- 13 => '13 (80D)', #PH
+ 12 => '12 (1DXmkII/5DS/5DSR)',
+ 13 => '13 (80D/5DmkIV)', #PH
14 => '14 (1300D/2000D/4000D)', #IB
- 15 => '15 (6DmkII/77D/200D/800D)', #IB
+ 15 => '15 (6DmkII/77D/200D/800D,9000D)', #IB
},
},
0x3f => { Name => 'WB_RGGBLevelsAsShot', Format => 'int16s[4]' },
@@ -8027,6 +8039,7 @@ my %ciMaxFocal = (
# Color data (MakerNotes tag 0x4001, count=1820,etc) (ref PH)
%Image::ExifTool::Canon::ColorData9 = (
%binaryDataAttrs,
+ NOTES => 'These tags are used by the M6mkII, M50, M200, EOS R, RP, 90D, 250D and 850D',
FORMAT => 'int16s',
FIRST_ENTRY => 0,
GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
@@ -8039,8 +8052,8 @@ my %ciMaxFocal = (
PrintConv => {
16 => '16 (M50)',
17 => '17 (EOS R)', # (and PowerShot SX740HS)
- 18 => '18 (EOS RP)', # (and PowerShot SX70HS)
- 19 => '19 (90D/M6mkII/M200)',# (and PowerShot G7XmkIII)
+ 18 => '18 (EOS RP/250D)', # (and PowerShot SX70HS)
+ 19 => '19 (90D/850D/M6mkII/M200)',# (and PowerShot G7XmkIII)
},
},
0x47 => { Name => 'WB_RGGBLevelsAsShot', Format => 'int16s[4]' },
@@ -8151,6 +8164,7 @@ my %ciMaxFocal = (
# (same as ColorData9 but shifted up by 0x0e, ref PH)
%Image::ExifTool::Canon::ColorData10 = (
%binaryDataAttrs,
+ NOTES => 'These tags are used by the R5, R5 and EOS 1DXmkIII.',
FORMAT => 'int16s',
FIRST_ENTRY => 0,
GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
@@ -8269,6 +8283,125 @@ my %ciMaxFocal = (
},
);
+# Color data (MakerNotes tag 0x4001, count=3973, ref IB)
+%Image::ExifTool::Canon::ColorData11 = (
+ %binaryDataAttrs,
+ NOTES => 'These tags are used by the EOS R3',
+ FORMAT => 'int16s',
+ FIRST_ENTRY => 0,
+ GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
+ DATAMEMBER => [ 0 ],
+ IS_SUBDIR => [ 0x12c ],
+ 0x00 => {
+ Name => 'ColorDataVersion',
+ DataMember => 'ColorDataVersion',
+ RawConv => '$$self{ColorDataVersion} = $val',
+ PrintConv => {
+ 34 => '34 (R3)', #IB
+ },
+ },
+ 0x69 => { Name => 'WB_RGGBLevelsAsShot', Format => 'int16s[4]' },
+ 0x6d => 'ColorTempAsShot',
+ 0x6e => { Name => 'WB_RGGBLevelsAuto', Format => 'int16s[4]' },
+ 0x72 => 'ColorTempAuto',
+ 0x73 => { Name => 'WB_RGGBLevelsMeasured', Format => 'int16s[4]' },
+ 0x77 => 'ColorTempMeasured',
+ 0x78 => { Name => 'WB_RGGBLevelsUnknown', Format => 'int16s[4]', Unknown => 1 },
+ 0x7c => { Name => 'ColorTempUnknown', Unknown => 1 },
+ 0x7d => { Name => 'WB_RGGBLevelsUnknown2', Format => 'int16s[4]', Unknown => 1 },
+ 0x81 => { Name => 'ColorTempUnknown2', Unknown => 1 },
+ 0x82 => { Name => 'WB_RGGBLevelsUnknown3', Format => 'int16s[4]', Unknown => 1 },
+ 0x86 => { Name => 'ColorTempUnknown3', Unknown => 1 },
+ 0x87 => { Name => 'WB_RGGBLevelsUnknown4', Format => 'int16s[4]', Unknown => 1 },
+ 0x8b => { Name => 'ColorTempUnknown4', Unknown => 1 },
+ 0x8c => { Name => 'WB_RGGBLevelsUnknown5', Format => 'int16s[4]', Unknown => 1 },
+ 0x90 => { Name => 'ColorTempUnknown5', Unknown => 1 },
+ 0x91 => { Name => 'WB_RGGBLevelsUnknown6', Format => 'int16s[4]', Unknown => 1 },
+ 0x95 => { Name => 'ColorTempUnknown6', Unknown => 1 },
+ 0x96 => { Name => 'WB_RGGBLevelsUnknown7', Format => 'int16s[4]', Unknown => 1 },
+ 0x9a => { Name => 'ColorTempUnknown7', Unknown => 1 },
+ 0x9b => { Name => 'WB_RGGBLevelsUnknown8', Format => 'int16s[4]', Unknown => 1 },
+ 0x9f => { Name => 'ColorTempUnknown8', Unknown => 1 },
+ 0xa0 => { Name => 'WB_RGGBLevelsUnknown9', Format => 'int16s[4]', Unknown => 1 },
+ 0xa4 => { Name => 'ColorTempUnknown9', Unknown => 1 },
+ 0xa5 => { Name => 'WB_RGGBLevelsUnknown10', Format => 'int16s[4]', Unknown => 1 },
+ 0xa9 => { Name => 'ColorTempUnknown10', Unknown => 1 },
+ 0xaa => { Name => 'WB_RGGBLevelsUnknown11', Format => 'int16s[4]', Unknown => 1 },
+ 0xae => { Name => 'ColorTempUnknown11', Unknown => 1 },
+ 0xaf => { Name => 'WB_RGGBLevelsUnknown11', Format => 'int16s[4]', Unknown => 1 },
+ 0xb3 => { Name => 'ColorTempUnknown11', Unknown => 1 },
+ 0xb4 => { Name => 'WB_RGGBLevelsUnknown12', Format => 'int16s[4]', Unknown => 1 },
+ 0xb8 => { Name => 'ColorTempUnknown12', Unknown => 1 },
+ 0xb9 => { Name => 'WB_RGGBLevelsUnknown13', Format => 'int16s[4]', Unknown => 1 },
+ 0xbd => { Name => 'ColorTempUnknown13', Unknown => 1 },
+ 0xbe => { Name => 'WB_RGGBLevelsUnknown14', Format => 'int16s[4]', Unknown => 1 },
+ 0xc2 => { Name => 'ColorTempUnknown14', Unknown => 1 },
+ 0xc3 => { Name => 'WB_RGGBLevelsUnknown15', Format => 'int16s[4]', Unknown => 1 },
+ 0xc7 => { Name => 'ColorTempUnknown15', Unknown => 1 },
+ 0xc8 => { Name => 'WB_RGGBLevelsUnknown16', Format => 'int16s[4]', Unknown => 1 },
+ 0xcc => { Name => 'ColorTempUnknown16', Unknown => 1 },
+ 0xcd => { Name => 'WB_RGGBLevelsDaylight', Format => 'int16s[4]' },
+ 0xd1 => 'ColorTempDaylight',
+ 0xd2 => { Name => 'WB_RGGBLevelsShade', Format => 'int16s[4]' },
+ 0xd6 => 'ColorTempShade',
+ 0xd7 => { Name => 'WB_RGGBLevelsCloudy', Format => 'int16s[4]' },
+ 0xdb => 'ColorTempCloudy',
+ 0xdc => { Name => 'WB_RGGBLevelsTungsten', Format => 'int16s[4]' },
+ 0xe0 => 'ColorTempTungsten',
+ 0xe1 => { Name => 'WB_RGGBLevelsFluorescent',Format => 'int16s[4]' },
+ 0xe5 => 'ColorTempFluorescent',
+ 0xe6 => { Name => 'WB_RGGBLevelsKelvin', Format => 'int16s[4]' },
+ 0xea => 'ColorTempKelvin',
+ 0xeb => { Name => 'WB_RGGBLevelsFlash', Format => 'int16s[4]' },
+ 0xef => 'ColorTempFlash',
+ 0xf0 => { Name => 'WB_RGGBLevelsUnknown17', Format => 'int16s[4]', Unknown => 1 },
+ 0xf4 => { Name => 'ColorTempUnknown17', Unknown => 1 },
+ 0xf5 => { Name => 'WB_RGGBLevelsUnknown18', Format => 'int16s[4]', Unknown => 1 },
+ 0xf9 => { Name => 'ColorTempUnknown18', Unknown => 1 },
+ 0xfa => { Name => 'WB_RGGBLevelsUnknown19', Format => 'int16s[4]', Unknown => 1 },
+ 0xfe => { Name => 'ColorTempUnknown19', Unknown => 1 },
+ 0xff => { Name => 'WB_RGGBLevelsUnknown20', Format => 'int16s[4]', Unknown => 1 },
+ 0x103 => { Name => 'ColorTempUnknown20', Unknown => 1 },
+ 0x104 => { Name => 'WB_RGGBLevelsUnknown21', Format => 'int16s[4]', Unknown => 1 },
+ 0x108 => { Name => 'ColorTempUnknown21', Unknown => 1 },
+ 0x109 => { Name => 'WB_RGGBLevelsUnknown22', Format => 'int16s[4]', Unknown => 1 },
+ 0x10d => { Name => 'ColorTempUnknown22', Unknown => 1 },
+ 0x10e => { Name => 'WB_RGGBLevelsUnknown23', Format => 'int16s[4]', Unknown => 1 },
+ 0x112 => { Name => 'ColorTempUnknown23', Unknown => 1 },
+ 0x113 => { Name => 'WB_RGGBLevelsUnknown24', Format => 'int16s[4]', Unknown => 1 },
+ 0x117 => { Name => 'ColorTempUnknown24', Unknown => 1 },
+ 0x118 => { Name => 'WB_RGGBLevelsUnknown25', Format => 'int16s[4]', Unknown => 1 },
+ 0x11c => { Name => 'ColorTempUnknown25', Unknown => 1 },
+ 0x11d => { Name => 'WB_RGGBLevelsUnknown26', Format => 'int16s[4]', Unknown => 1 },
+ 0x121 => { Name => 'ColorTempUnknown26', Unknown => 1 },
+ 0x122 => { Name => 'WB_RGGBLevelsUnknown27', Format => 'int16s[4]', Unknown => 1 },
+ 0x126 => { Name => 'ColorTempUnknown27', Unknown => 1 },
+ 0x12c => {
+ Name => 'ColorCalib',
+ Format => 'undef[120]',
+ Unknown => 1,
+ SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorCalib' }
+ },
+ 0x16b => {
+ Name => 'PerChannelBlackLevel',
+ Format => 'int16u[4]',
+ },
+ # 0x27c - PerChannelBlackLevel again
+ 0x280 => {
+ Name => 'NormalWhiteLevel',
+ Format => 'int16u',
+ RawConv => '$val || undef',
+ },
+ 0x281 => {
+ Name => 'SpecularWhiteLevel',
+ Format => 'int16u',
+ },
+ 0x282 => {
+ Name => 'LinearityUpperMargin',
+ Format => 'int16u',
+ },
+);
+
# Unknown color data (MakerNotes tag 0x4001)
%Image::ExifTool::Canon::ColorDataUnknown = (
PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData,
diff --git a/lib/Image/ExifTool/DarwinCore.pm b/lib/Image/ExifTool/DarwinCore.pm
index 7f04b2ef..09402f28 100644
--- a/lib/Image/ExifTool/DarwinCore.pm
+++ b/lib/Image/ExifTool/DarwinCore.pm
@@ -15,7 +15,7 @@ use strict;
use vars qw($VERSION);
use Image::ExifTool::XMP;
-$VERSION = '1.05';
+$VERSION = '1.06';
my %dateTimeInfo = (
# NOTE: Do NOT put "Groups" here because Groups hash must not be common!
@@ -38,7 +38,7 @@ my %event = (
earliestDate => { %dateTimeInfo, Groups => { 2 => 'Time' } },
endDayOfYear => { Writable => 'integer', Groups => { 2 => 'Time' } },
eventDate => { %dateTimeInfo, Groups => { 2 => 'Time' } },
- eventID => { },
+ eventID => { Avoid => 1, Notes => 'avoided in favor of XMP-iptcExt:EventID' },
eventRemarks => { Writable => 'lang-alt' },
eventTime => {
Groups => { 2 => 'Time' },
diff --git a/lib/Image/ExifTool/GIF.pm b/lib/Image/ExifTool/GIF.pm
index c6f62022..0f440507 100644
--- a/lib/Image/ExifTool/GIF.pm
+++ b/lib/Image/ExifTool/GIF.pm
@@ -20,7 +20,7 @@ use strict;
use vars qw($VERSION);
use Image::ExifTool qw(:DataAccess :Utils);
-$VERSION = '1.18';
+$VERSION = '1.19';
# road map of directory locations in GIF images
my %gifMap = (
@@ -54,6 +54,7 @@ my %gifMap = (
Extensions => { # (for documentation only)
SubDirectory => { TagTable => 'Image::ExifTool::GIF::Extensions' },
},
+ TransparentColor => { },
);
# GIF89a application extensions:
@@ -475,6 +476,9 @@ Block:
my $delay = Get16u(\$buff, 1);
$delayTime += $delay;
$verbose and printf $out "Graphic Control: delay=%.2f\n", $delay / 100;
+ # get transparent colour
+ my $bits = Get8u(\$buff, 0);
+ $et->HandleTag($tagTablePtr, 'TransparentColor', Get8u(\$buff,3)) if $bits & 0x01;
$raf->Seek(-$length, 1) or last;
} elsif ($a == 0x01 and $length == 12) { # plain text extension
diff --git a/lib/Image/ExifTool/GPS.pm b/lib/Image/ExifTool/GPS.pm
index fd3e856c..e2821dfb 100644
--- a/lib/Image/ExifTool/GPS.pm
+++ b/lib/Image/ExifTool/GPS.pm
@@ -137,22 +137,26 @@ my %coordConv = (
my ($v, $et) = @_;
$v = $et->TimeNow() if lc($v) eq 'now';
my @tz;
- if ($v =~ s/([-+])(.*)//s) { # remove timezone
+ if ($v =~ s/([-+])(\d{1,2}):?(\d{2})\s*(DST)?$//i) { # remove timezone
my $s = $1 eq '-' ? 1 : -1; # opposite sign to convert back to UTC
my $t = $2;
- @tz = ($s*$1, $s*$2) if $t =~ /^(\d{2}):?(\d{2})\s*$/;
+ @tz = ($s*$2, $s*$3);
}
- my @a = ($v =~ /((?=\d|\.\d)\d*(?:\.\d*)?)/g);
- push @a, '00' while @a < 3;
+ # (note: we must allow '.' as a time separator, eg. '10.30.00', with is tricky due to decimal seconds)
+ # YYYYmmddHHMMSS[.ss] format
+ my @a = ($v =~ /^[^\d]*\d{4}[^\d]*\d{1,2}[^\d]*\d{1,2}[^\d]*(\d{1,2})[^\d]*(\d{2})[^\d]*(\d{2}(?:\.\d+)?)[^\d]*$/);
+ # HHMMSS[.ss] format
+ @a or @a = ($v =~ /^[^\d]*(\d{1,2})[^\d]*(\d{2})[^\d]*(\d{2}(?:\.\d+)?)[^\d]*$/);
+ @a or warn('Invalid time (use HH:MM:SS[.ss][+/-HH:MM|Z])'), return undef;
if (@tz) {
# adjust to UTC
- $a[-2] += $tz[1];
- $a[-3] += $tz[0];
- while ($a[-2] >= 60) { $a[-2] -= 60; ++$a[-3] }
- while ($a[-2] < 0) { $a[-2] += 60; --$a[-3] }
- $a[-3] = ($a[-3] + 24) % 24;
+ $a[1] += $tz[1];
+ $a[0] += $tz[0];
+ while ($a[1] >= 60) { $a[1] -= 60; ++$a[0] }
+ while ($a[1] < 0) { $a[1] += 60; --$a[0] }
+ $a[0] = ($a[0] + 24) % 24;
}
- return "$a[-3]:$a[-2]:$a[-1]";
+ return join(':', @a);
},
},
0x0008 => {
diff --git a/lib/Image/ExifTool/Nikon.pm b/lib/Image/ExifTool/Nikon.pm
index 0d6b1041..ad2fd64c 100644
--- a/lib/Image/ExifTool/Nikon.pm
+++ b/lib/Image/ExifTool/Nikon.pm
@@ -62,7 +62,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
-$VERSION = '4.01';
+$VERSION = '4.02';
sub LensIDConv($$$);
sub ProcessNikonAVI($$$);
@@ -1890,7 +1890,8 @@ my %binaryDataAttrs = (
},
},
{ # (Z6_2 firmware version 1.00 and Z7_2 firmware versions 1.00 & 1.01, ref 28)
- Condition => '$$valPt =~ /^0800/ or $$valPt =~ /^0803/',
+ # 0800=Z6/Z7 0801=Z50 0802=Z5 0803=Z6II/Z7II 0804=Zfc
+ Condition => '$$valPt =~ /^080[01234]/',
Name => 'ShotInfoZ7_2',
SubDirectory => {
TagTable => 'Image::ExifTool::Nikon::ShotInfoZ7_2',
@@ -7567,8 +7568,9 @@ my %nikonFocalConversions = (
WRITE_PROC => \&Image::ExifTool::Nikon::ProcessNikonEncrypted,
CHECK_PROC => \&Image::ExifTool::CheckBinaryData,
VARS => { ID_LABEL => 'Index' },
- DATAMEMBER => [ 0x04, 0x0e, 0x18, 0x30, 0x38, 0x98, 0xa0, 0x75e7, 0x760c, 0x7610, 0x7eff,
- 0xce31, 0xcea5, 0xd00e, 0xd012, 0xd0a6, 0xd0be, 0xd2b8 ],
+ DATAMEMBER => [ 0x04, 0x0e, 0x18, 0x30, 0x38, 0x98, 0xa0, 0x75e7,
+ 0x760c, 0x7610, 0x7eff, 0xce31, 0xcea5, 0xceb6, 0xceb7 ],
+ IS_SUBDIR => [ 0xceb8 ],
WRITABLE => 1,
FIRST_ENTRY => 0,
GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
@@ -7585,7 +7587,7 @@ my %nikonFocalConversions = (
Writable => 0,
RawConv => '$$self{FirmwareVersion} = $val',
},
- 0x0E => {
+ 0x0e => {
Name => 'FirmwareVersion2',
Format => 'string[8]',
Writable => 0,
@@ -7725,83 +7727,111 @@ my %nikonFocalConversions = (
PrintConv => 'sprintf("%.1f", $val)',
PrintConvInv => '$val',
},
- ### 0xcea6 - Offset31 info start (Z7_2 firmware 1.30) -- seems to include items from the Settings, Photo Shooting and Movie Shooting Menus. Some tags are duplicated in NikonSettings, otherr tags are only found in one block or the other. Further investigation required as to why the split.
0xcea5 => {
Name => 'Hook4',
Hidden => 1,
RawConv => 'undef',
- # account for variable location of Offset5 data
+ # account for variable location of Offset31 data
Hook => '$varSize = $$self{Offset31} - 0xcea6',
},
- 0xcffe => {
+ ### 0xcea6 - Offset31 info start (Z7_2 firmware 1.30)
+ 0xceb6 => {
+ Name => 'ZMenuSettingsOffset',
+ # offset to ZMenuSettings is relative to start of Offset31 block
+ RawConv => '$$self{ZMenuSettingsOffset} = ($val || 0x10000000) + $$self{Offset31}; undef', # (ignore if 0)
+ },
+ 0xceb7 => {
+ Name => 'Hook5',
+ Hidden => 1,
+ RawConv => 'undef',
+ # account for variable location of Offset5 data
+ Hook => '$varSize = $$self{ZMenuSettingsOffset} - 0xceb8',
+ },
+ 0xceb8 => {
+ Name => 'ZMenuSettings',
+ SubDirectory => {
+ TagTable => 'Image::ExifTool::Nikon::ZMenuSettings',
+ },
+ }
+ # note: DecryptLen currently set to 0xcea6 + 1050
+);
+
+%Image::ExifTool::Nikon::ZMenuSettings = (
+ %binaryDataAttrs,
+ GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
+ NOTES => q{
+ These tags are used by the Z5 Z6 Z7 Z6II Z7II Z50 Zfc
+ },
+ DATAMEMBER => [ 0xb0, 0xb4, 0x148, 0x160, 0x35a ],
+ 160 => {
Name => 'IntervalDurationHours',
Format => 'int32u',
Condition => '$$self{IntervalShooting} > 0',
},
- 0xd002 => {
+ 164 => {
Name => 'IntervalDurationMinutes',
Format => 'int32u',
Condition => '$$self{IntervalShooting} > 0',
},
- 0xd006 => {
+ 168 => {
Name => 'IntervalDurationSeconds',
Format => 'int32u',
Condition => '$$self{IntervalShooting} > 0',
},
- 0xd00e => {
+ 176 => {
Name => 'Intervals',
Format => 'int32u',
RawConv => '$$self{IntervalShootingIntervals} = $val',
Condition => '$$self{IntervalShooting} > 0',
},
- 0xd012 => {
+ 180 => {
Name => 'ShotsPerInterval',
Format => 'int32u',
RawConv => '$$self{IntervalShootingShotsPerInterval} = $val',
Condition => '$$self{IntervalShooting} > 0',
},
- 0xd016 => {
+ 184 => {
Name => 'IntervalExposureSmoothing',
Condition => '$$self{IntervalShooting} > 0',
Format => 'int8u',
PrintConv => \%offOn,
},
- 0xd018 => {
+ 186 => {
Name => 'IntervalPriority',
Condition => '$$self{IntervalShooting} > 0',
Format => 'int8u',
PrintConv => \%offOn,
},
- 0xd03a => {
+ 220 => {
Name => 'FocusShiftNumberShots',
},
- 0xd03e => {
+ 224 => {
Name => 'FocusShiftStepWidth',
},
- 0xd042 => {
+ 228 => {
Name => 'FocusShiftInterval',
PrintConv => '$val == 1? "1 Second" : sprintf("%.0f Seconds",$val)',
},
- 0xd046 => {
+ 232 => {
Name => 'FocusShiftExposureLock',
PrintConv => \%offOn,
},
- #0xd08e => White Balance - Kelvin Temp
- #0xd096 => ColorSpace
- #0xd098 => ActiveD-Lighting
- #0xd09c => HighISONoiseReduction
- 0xd0a0 => {
+ #304 => White Balance - Kelvin Temp
+ #312 => ColorSpace
+ #314 => ActiveD-Lighting
+ #318 => HighISONoiseReduction
+ 322 => {
Name => 'DiffractionCompensation',
Format => 'int8u',
PrintConv => \%offOn,
},
- 0xd0a1 => {
+ 323 => {
Name => 'AutoDistortionControl',
Format => 'int8u',
PrintConv => \%offOn,
},
- #0xd0a2 => {Name => 'FlickerReductionShooting',}, # redundant with tag in NikonSettings
- 0xd0a4 => {
+ #324 => {Name => 'FlickerReductionShooting',}, # redundant with tag in NikonSettings
+ 326 => {
Name => 'NikonMeteringMode',
Unknown => 1,
PrintConv => {
@@ -7811,7 +7841,7 @@ my %nikonFocalConversions = (
3 => 'Highlight'
},
},
- 0xd0a6 => {
+ 328 => {
Name => 'FlashControlMode', # this and nearby tag values for flash may be set from either the Photo Shooting Menu or using the Flash unit menu
RawConv => '$$self{FlashControlMode} = $val',
PrintConv => {
@@ -7822,14 +7852,14 @@ my %nikonFocalConversions = (
4 => 'Repeating Flash',
},
},
- 0xd0ac => {
+ 334 => {
Name => 'FlashGNDistance',
Condition => '$$self{FlashControlMode} == 2',
Unknown => 1,
ValueConv => '$val + 3',
PrintConv => \%flashGNDistance,
},
- 0xd0b0 => {
+ 338 => {
Name => 'FlashOutput', # range[0,24] with 0=>Full; 1=>50%; then decreasing flash power in 1/3 stops to 0.39% (1/256 full power). also found in FlashInfoUnknown at offset 0x0a (with different mappings)
Condition => '$$self{FlashControlMode} >= 3',
Unknown => 1,
@@ -7838,7 +7868,7 @@ my %nikonFocalConversions = (
PrintConv => '$val>0.99 ? "Full" : sprintf("%.1f%%",$val*100)',
PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
},
- 0xd0b8 => {
+ 346 => {
Name => 'FlashWirelessOption', # also found in FlashInfoUnknown at offset 0x23 (with different mappings)
Unknown => 1,
PrintConv => {
@@ -7848,7 +7878,7 @@ my %nikonFocalConversions = (
3 => 'Radio AWL'
},
},
- 0xd0ba => {
+ 348 => {
Name => 'FlashRemoteControl', # also found in FlashInfoUnknown at offset 0x1e (with different mappings)
Unknown => 1,
PrintConv => {
@@ -7857,12 +7887,12 @@ my %nikonFocalConversions = (
2 => 'Remote Repeating',
},
},
- 0xd0be => {
+ 352 => {
Name => 'FlashMasterControlMode', # tag name chosen for compatibility with those found in FlashInfo0102 & FlashInfo0103
RawConv => '$$self{FlashGroupOptionsMasterMode} = $val',
PrintConv => \%flashGroupOptionsMode,
},
- 0xd0c0 => {
+ 354 => {
Name => 'FlashMasterCompensation',
Format => 'int8s',
Condition => '$$self{FlashGroupOptionsMasterMode} != 3', # other than 'Off'
@@ -7872,7 +7902,7 @@ my %nikonFocalConversions = (
PrintConv => '$val ? sprintf("%+.1f",$val) : 0',
PrintConvInv => '$val',
},
- 0xd0c4 => {
+ 358 => {
Name => 'FlashMasterOutput',
Unknown => 1,
Condition => '$$self{FlashGroupOptionsMasterMode} == 1', # only for Mode=M
@@ -7881,21 +7911,20 @@ my %nikonFocalConversions = (
PrintConv => '$val>0.99 ? "Full" : sprintf("%.1f%%",$val*100)',
PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
},
- #0xd0c6 => {Name => 'FlashGroupAControlMode', }, # commented out to reduce output volume - mapping follows FlashMasterControlMode with FlashGroupACompensation at 0xd0c8 and FlashGroupAOutput at 0xd0cc
- #0xd0ce => {Name => 'FlashGroupBControlMode', }, # commented out to reduce output volume - mapping follows FlashMasterControlMode with FlashGroupBCompensation at 0xd0d0 and FlashGroupBOutput at 0xd0d4
- #0xd0d6 => {Name => 'FlashGroupCControlMode', }, # commented out to reduce output volume - mapping follows FlashMasterControlMode with FlashGroupCCompensation at 0xd0d8 and FlashGroupCOutput at 0xd0dc
- #0xd0de => {Name => 'FlashGroupDControlMode', }, # commented out to reduce output volume - mapping follows FlashMasterControlMode with FlashGroupDCompensation at 0xd0e0 and FlashGroupDOutput at 0xd0e4
- #0xd0e6 => {Name => 'FlashGroupEControlMode', }, # commented out to reduce output volume - mapping follows FlashMasterControlMode with FlashGroupECompensation at 0xd0e8 and FlashGroupEOutput at 0xd0ec
- #0xd0ee => {Name => 'FlashGroupFControlMode', }, # commented out to reduce output volume - mapping follows FlashMasterControlMode with FlashGroupFCompensation at 0xd0f0 and FlashGroupFOutput at 0xd0f4
- #0xd09e => VignetteControl
- #0xd110 => FocusMode
- #0xd112 => AFAreaMode
- #0xd114 => VibrationReduction
- #0xd118 => BracketSet
- #0xd11a => BracketProgram
- #0xd11c => BracketIncrement
- #0xd12d => SilentPhotography
- 0xd154 => {
+ #360 => {Name => 'FlashGroupAControlMode', }, # commented out to reduce output volume - mapping follows FlashMasterControlMode with FlashGroupACompensation at 362 and FlashGroupAOutput at 368
+ #368 => {Name => 'FlashGroupBControlMode', }, # commented out to reduce output volume - mapping follows FlashMasterControlMode with FlashGroupBCompensation at 370 and FlashGroupBOutput at 374
+ #376 => {Name => 'FlashGroupCControlMode', }, # commented out to reduce output volume - mapping follows FlashMasterControlMode with FlashGroupCCompensation at 378 and FlashGroupCOutput at 382
+ #384 => {Name => 'FlashGroupDControlMode', }, # commented out to reduce output volume - mapping follows FlashMasterControlMode with FlashGroupDCompensation at 386 and FlashGroupDOutput at 390
+ #392 => {Name => 'FlashGroupEControlMode', }, # commented out to reduce output volume - mapping follows FlashMasterControlMode with FlashGroupECompensation at 394 and FlashGroupEOutput at 398
+ #400 => {Name => 'FlashGroupFControlMode', }, # commented out to reduce output volume - mapping follows FlashMasterControlMode with FlashGroupFCompensation at 402 and FlashGroupFOutput at 406
+ #434 => FocusMode
+ #436 => AFAreaMode
+ #438 => VibrationReduction
+ #442 => BracketSet
+ #444 => BracketProgram
+ #446 => BracketIncrement
+ #463 => SilentPhotography
+ 502 => {
Name => 'MovieFrameSize', # may want to rename or suppress the movie menu settings - potentially confusing for still photographers
Unknown => 1,
PrintConv => {
@@ -7903,7 +7932,7 @@ my %nikonFocalConversions = (
2 => '3840x2160',
},
},
- 0xd156 => {
+ 504 => {
Name => 'MovieFrameRate',
Unknown => 1,
PrintConv => {
@@ -7916,7 +7945,7 @@ my %nikonFocalConversions = (
6 => '24p',
},
},
- 0xd158 => {
+ 506 => {
Name => 'MovieSlowMotion',
Unknown => 1,
PrintConv => {
@@ -7925,7 +7954,7 @@ my %nikonFocalConversions = (
2 => 'On (5x)', # 120p recording with playback @ 24p [1920 x 1080; 20p x 5]
},
},
- 0xd15c => {
+ 510 => {
Name => 'MovieType',
Unknown => 1,
PrintConv => {
@@ -7933,9 +7962,10 @@ my %nikonFocalConversions = (
1 => 'MP4',
},
},
- #0xd15e => MovieISOAutoHiLimit
- 0xd162 => {
+ #512 => MovieISOAutoHiLimit
+ 516 => {
Name => 'MovieISOAutoManualMode',
+ Condition => '$$self{Model} =~ /^NIKON 7/', #ISO ranges vary by model. These mappings are for the Z7 and Z7II
Format => 'int16u',
Unknown => 1,
ValueConv => '($val-104)/8',
@@ -7973,8 +8003,8 @@ my %nikonFocalConversions = (
32 => 'ISO Hi 2.0',
},
},
- #0xd166 => MovieWhiteBalanceSameAsPhoto
- 0xd196 => {
+ #520 => MovieWhiteBalanceSameAsPhoto
+ 568 => {
Name => 'MovieActiveD-Lighting',
Unknown => 1,
PrintConv => {
@@ -7985,7 +8015,7 @@ my %nikonFocalConversions = (
5 => 'Extra High',
},
},
- 0xd19a => {
+ 572 => {
Name => 'MovieHighISONoiseReduction',
Unknown => 1,
PrintConv => {
@@ -7995,7 +8025,7 @@ my %nikonFocalConversions = (
3 => 'High',
},
},
- 0xd19c => {
+ 574=> {
Name => 'MovieVignetteControl',
Unknown => 1,
PrintConv => {
@@ -8005,22 +8035,22 @@ my %nikonFocalConversions = (
3 => 'High',
},
},
- 0xd19e => {
+ 576 => {
Name => 'MovieVignetteControlSameAsPhoto',
Unknown => 1,
PrintConv => \%noYes
},
- 0xd19f => {
+ 5771 => {
Name => 'MovieDiffrationCompensation',
Unknown => 1,
PrintConv => \%offOn
},
- 0xd1a0 => {
+ 578 => {
Name => 'MovieAutoDistortionControl',
Unknown => 1,
PrintConv => \%offOn
},
- 0xd1a6 => {
+ 584 => {
Name => 'MovieFocusMode',
Unknown => 1,
PrintConv => {
@@ -8030,8 +8060,8 @@ my %nikonFocalConversions = (
4 => 'AF-F', # full frame
},
},
- #0xd1a8 => MovieAFAreaMode
- 0xd1aa => {
+ #586 => MovieAFAreaMode
+ 590 => {
Name => 'MovieVibrationReduction',
Unknown => 1,
PrintConv => {
@@ -8040,24 +8070,347 @@ my %nikonFocalConversions = (
2 => 'On (Sport)',
},
},
- 0xd1ad => {
+ 591 => {
Name => 'MovieVibrationReductionSameAsPhoto',
Unknown => 1,
PrintConv => \%noYes
},
- #0xd2ae => HDMIOutputResolution
- #0xd2b0 => HDMIOutputRange
- #0xd2b4 => HDMIExternalRecorder
- #0xd2b6 => HDMIBitDepth
- 0xd2b8 => {
+ #848 => HDMIOutputResolution
+ #850 => HDMIOutputRange
+ #854 => HDMIExternalRecorder
+ #856 => HDMIBitDepth
+ 858 => {
Name => 'HDMIOutputN-Log', # one of the choices under SettingsMenu/HDMI/Advanced. Curiously,the HDR/HLC output option which is controlled by the same sub-menu is decoded thru NikonSettings
Condition => '$$self{HDMIBitDepth} and $$self{HDMIBitDepth} == 2', # only for 10 bit
RawConv => '$$self{HDMIOutputNLog} = $val',
Unknown => 1,
PrintConv => \%offOn,
},
- #0xd2b9 => HDMIViewAssist
- # note: DecryptLen currently set to 0xcea6 + 1050
+ #859 => HDMIViewAssist
+);
+# Flash information (ref JD)
+%Image::ExifTool::Nikon::FlashInfo0100 = (
+ %binaryDataAttrs,
+ DATAMEMBER => [ 9.2, 15, 16 ],
+ GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
+ NOTES => q{
+ These tags are used by the D2H, D2Hs, D2X, D2Xs, D50, D70, D70s, D80 and
+ D200.
+ },
+ # NOTE: Must set ByteOrder in SubDirectory if any multi-byte integer tags added
+ 0 => {
+ Name => 'FlashInfoVersion',
+ Format => 'string[4]',
+ Writable => 0,
+ },
+ 4 => { #PH
+ Name => 'FlashSource',
+ PrintConv => {
+ 0 => 'None',
+ 1 => 'External',
+ 2 => 'Internal',
+ },
+ },
+ # 5 - values: 46,48,50,54,78
+ 6 => {
+ Format => 'int8u[2]',
+ Name => 'ExternalFlashFirmware',
+ SeparateTable => 'FlashFirmware',
+ PrintConv => \%flashFirmware,
+ },
+ 8 => {
+ Name => 'ExternalFlashFlags',
+ PrintConv => { 0 => '(none)',
+ BITMASK => {
+ 0 => 'Fired', #28
+ 2 => 'Bounce Flash', #PH
+ 4 => 'Wide Flash Adapter',
+ 5 => 'Dome Diffuser', #28
+ },
+ },
+ },
+ 9.1 => {
+ Name => 'FlashCommanderMode',
+ Mask => 0x80,
+ PrintConv => { 0 => 'Off', 1 => 'On' },
+ },
+ 9.2 => {
+ Name => 'FlashControlMode',
+ Mask => 0x7f,
+ DataMember => 'FlashControlMode',
+ RawConv => '$$self{FlashControlMode} = $val',
+ PrintConv => \%flashControlMode,
+ SeparateTable => 'FlashControlMode',
+ },
+ 10 => [
+ {
+ Name => 'FlashOutput',
+ Condition => '$$self{FlashControlMode} >= 0x06',
+ ValueConv => '2 ** (-$val/6)',
+ ValueConvInv => '$val>0 ? -6*log($val)/log(2) : 0',
+ PrintConv => '$val>0.99 ? "Full" : sprintf("%.0f%%",$val*100)',
+ PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
+ },
+ {
+ Name => 'FlashCompensation',
+ Format => 'int8s',
+ Priority => 0,
+ ValueConv => '-$val/6',
+ ValueConvInv => '-6 * $val',
+ PrintConv => 'Image::ExifTool::Exif::PrintFraction($val)',
+ PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)',
+ },
+ ],
+ 11 => {
+ Name => 'FlashFocalLength',
+ RawConv => '$val ? $val : undef',
+ PrintConv => '"$val mm"',
+ PrintConvInv => '$val=~/(\d+)/; $1 || 0',
+ },
+ 12 => {
+ Name => 'RepeatingFlashRate',
+ RawConv => '$val ? $val : undef',
+ PrintConv => '"$val Hz"',
+ PrintConvInv => '$val=~/(\d+)/; $1 || 0',
+ },
+ 13 => {
+ Name => 'RepeatingFlashCount',
+ RawConv => '$val ? $val : undef',
+ },
+ 14 => { #PH
+ Name => 'FlashGNDistance',
+ SeparateTable => 1,
+ PrintConv => \%flashGNDistance,
+ },
+ 15 => {
+ Name => 'FlashGroupAControlMode',
+ Mask => 0x0f,
+ DataMember => 'FlashGroupAControlMode',
+ RawConv => '$$self{FlashGroupAControlMode} = $val',
+ PrintConv => \%flashControlMode,
+ SeparateTable => 'FlashControlMode',
+ },
+ 16 => {
+ Name => 'FlashGroupBControlMode',
+ Mask => 0x0f,
+ DataMember => 'FlashGroupBControlMode',
+ RawConv => '$$self{FlashGroupBControlMode} = $val',
+ PrintConv => \%flashControlMode,
+ SeparateTable => 'FlashControlMode',
+ },
+ 17 => [
+ {
+ Name => 'FlashGroupAOutput',
+ Condition => '$$self{FlashGroupAControlMode} >= 0x06',
+ ValueConv => '2 ** (-$val/6)',
+ ValueConvInv => '$val>0 ? -6*log($val)/log(2) : 0',
+ PrintConv => '$val>0.99 ? "Full" : sprintf("%.0f%%",$val*100)',
+ PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
+ },
+ {
+ Name => 'FlashGroupACompensation',
+ Format => 'int8s',
+ ValueConv => '-$val/6',
+ ValueConvInv => '-6 * $val',
+ PrintConv => '$val ? sprintf("%+.1f",$val) : 0',
+ PrintConvInv => '$val',
+ },
+ ],
+ 18 => [
+ {
+ Name => 'FlashGroupBOutput',
+ Condition => '$$self{FlashGroupBControlMode} >= 0x06',
+ ValueConv => '2 ** (-$val/6)',
+ ValueConvInv => '$val>0 ? -6*log($val)/log(2) : 0',
+ PrintConv => '$val>0.99 ? "Full" : sprintf("%.0f%%",$val*100)',
+ PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
+ },
+ {
+ Name => 'FlashGroupBCompensation',
+ Format => 'int8s',
+ ValueConv => '-$val/6',
+ ValueConvInv => '-6 * $val',
+ PrintConv => '$val ? sprintf("%+.1f",$val) : 0',
+ PrintConvInv => '$val',
+ },
+ ],
+);
+
+# Flash information for D40, D40x, D3 and D300 (ref JD)
+%Image::ExifTool::Nikon::FlashInfo0102 = (
+ %binaryDataAttrs,
+ DATAMEMBER => [ 9.2, 16.1, 17.1, 17.2 ],
+ GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
+ NOTES => q{
+ These tags are used by the D3 (firmware 1.x), D40, D40X, D60 and D300
+ (firmware 1.00).
+ },
+ # NOTE: Must set ByteOrder in SubDirectory if any multi-byte integer tags added
+ 0 => {
+ Name => 'FlashInfoVersion',
+ Format => 'string[4]',
+ Writable => 0,
+ },
+ 4 => { #PH
+ Name => 'FlashSource',
+ PrintConv => {
+ 0 => 'None',
+ 1 => 'External',
+ 2 => 'Internal',
+ },
+ },
+ # 5 - values: 46,48,50,54,78
+ 6 => {
+ Format => 'int8u[2]',
+ Name => 'ExternalFlashFirmware',
+ SeparateTable => 'FlashFirmware',
+ PrintConv => \%flashFirmware,
+ },
+ 8 => {
+ Name => 'ExternalFlashFlags',
+ PrintConv => { BITMASK => {
+ 0 => 'Fired', #28
+ 2 => 'Bounce Flash', #PH
+ 4 => 'Wide Flash Adapter',
+ 5 => 'Dome Diffuser', #28
+ }},
+ },
+ 9.1 => {
+ Name => 'FlashCommanderMode',
+ Mask => 0x80,
+ PrintConv => { 0 => 'Off', 1 => 'On' },
+ },
+ 9.2 => {
+ Name => 'FlashControlMode',
+ Mask => 0x7f,
+ DataMember => 'FlashControlMode',
+ RawConv => '$$self{FlashControlMode} = $val',
+ PrintConv => \%flashControlMode,
+ SeparateTable => 'FlashControlMode',
+ },
+ 10 => [
+ {
+ Name => 'FlashOutput',
+ Condition => '$$self{FlashControlMode} >= 0x06',
+ ValueConv => '2 ** (-$val/6)',
+ ValueConvInv => '$val>0 ? -6*log($val)/log(2) : 0',
+ PrintConv => '$val>0.99 ? "Full" : sprintf("%.0f%%",$val*100)',
+ PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
+ },
+ {
+ Name => 'FlashCompensation',
+ # this is the compensation from the camera (0x0012) for "Built-in" FlashType, or
+ # the compensation from the external unit (0x0017) for "Optional" FlashType - PH
+ Format => 'int8s',
+ Priority => 0,
+ ValueConv => '-$val/6',
+ ValueConvInv => '-6 * $val',
+ PrintConv => 'Image::ExifTool::Exif::PrintFraction($val)',
+ PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)',
+ },
+ ],
+ 12 => {
+ Name => 'FlashFocalLength',
+ RawConv => '$val ? $val : undef',
+ PrintConv => '"$val mm"',
+ PrintConvInv => '$val=~/(\d+)/; $1 || 0',
+ },
+ 13 => {
+ Name => 'RepeatingFlashRate',
+ RawConv => '$val ? $val : undef',
+ PrintConv => '"$val Hz"',
+ PrintConvInv => '$val=~/(\d+)/; $1 || 0',
+ },
+ 14 => {
+ Name => 'RepeatingFlashCount',
+ RawConv => '$val ? $val : undef',
+ },
+ 15 => { #PH
+ Name => 'FlashGNDistance',
+ SeparateTable => 1,
+ PrintConv => \%flashGNDistance,
+ },
+ 16.1 => {
+ Name => 'FlashGroupAControlMode',
+ Mask => 0x0f,
+ Notes => 'note: group A tags may apply to the built-in flash settings for some models',
+ DataMember => 'FlashGroupAControlMode',
+ RawConv => '$$self{FlashGroupAControlMode} = $val',
+ PrintConv => \%flashControlMode,
+ SeparateTable => 'FlashControlMode',
+ },
+ 17.1 => {
+ Name => 'FlashGroupBControlMode',
+ Mask => 0xf0,
+ Notes => 'note: group B tags may apply to group A settings for some models',
+ DataMember => 'FlashGroupBControlMode',
+ RawConv => '$$self{FlashGroupBControlMode} = $val',
+ PrintConv => \%flashControlMode,
+ SeparateTable => 'FlashControlMode',
+ },
+ 17.2 => { #PH
+ Name => 'FlashGroupCControlMode',
+ Mask => 0x0f,
+ Notes => 'note: group C tags may apply to group B settings for some models',
+ DataMember => 'FlashGroupCControlMode',
+ RawConv => '$$self{FlashGroupCControlMode} = $val',
+ PrintConv => \%flashControlMode,
+ SeparateTable => 'FlashControlMode',
+ },
+ 18 => [
+ {
+ Name => 'FlashGroupAOutput',
+ Condition => '$$self{FlashGroupAControlMode} >= 0x06',
+ ValueConv => '2 ** (-$val/6)',
+ ValueConvInv => '$val>0 ? -6*log($val)/log(2) : 0',
+ PrintConv => '$val>0.99 ? "Full" : sprintf("%.0f%%",$val*100)',
+ PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
+ },
+ {
+ Name => 'FlashGroupACompensation',
+ Format => 'int8s',
+ ValueConv => '-$val/6',
+ ValueConvInv => '-6 * $val',
+ PrintConv => '$val ? sprintf("%+.1f",$val) : 0',
+ PrintConvInv => '$val',
+ },
+ ],
+ 19 => [
+ {
+ Name => 'FlashGroupBOutput',
+ Condition => '$$self{FlashGroupBControlMode} >= 0x60',
+ ValueConv => '2 ** (-$val/6)',
+ ValueConvInv => '$val>0 ? -6*log($val)/log(2) : 0',
+ PrintConv => '$val>0.99 ? "Full" : sprintf("%.0f%%",$val*100)',
+ PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
+ },
+ {
+ Name => 'FlashGroupBCompensation',
+ Format => 'int8s',
+ ValueConv => '-$val/6',
+ ValueConvInv => '-6 * $val',
+ PrintConv => '$val ? sprintf("%+.1f",$val) : 0',
+ PrintConvInv => '$val',
+ },
+ ],
+ 20 => [ #PH
+ {
+ Name => 'FlashGroupCOutput',
+ Condition => '$$self{FlashGroupCControlMode} >= 0x06',
+ ValueConv => '2 ** (-$val/6)',
+ ValueConvInv => '$val>0 ? -6*log($val)/log(2) : 0',
+ PrintConv => '$val>0.99 ? "Full" : sprintf("%.0f%%",$val*100)',
+ PrintConvInv => '$val=~/(\d+)/ ? $1/100 : 1',
+ },
+ {
+ Name => 'FlashGroupCCompensation',
+ Format => 'int8s',
+ ValueConv => '-$val/6',
+ ValueConvInv => '-6 * $val',
+ PrintConv => '$val ? sprintf("%+.1f",$val) : 0',
+ PrintConvInv => '$val',
+ },
+ ],
);
# Flash information (ref JD)
diff --git a/lib/Image/ExifTool/NikonSettings.pm b/lib/Image/ExifTool/NikonSettings.pm
index cb855c85..8a1c178d 100644
--- a/lib/Image/ExifTool/NikonSettings.pm
+++ b/lib/Image/ExifTool/NikonSettings.pm
@@ -17,7 +17,7 @@ use strict;
use vars qw($VERSION);
use Image::ExifTool qw(:DataAccess :Utils);
-$VERSION = '1.05';
+$VERSION = '1.06';
sub ProcessNikonSettings($$$);
@@ -161,6 +161,39 @@ my %iSOAutoHiLimitD6 = (
45 => 'ISO Hi 5.0',
);
+my %iSOAutoHiLimitZ7 = (
+ 1 => 'ISO 100',
+ 2 => 'ISO 125',
+ 4 => 'ISO 160',
+ 5 => 'ISO 200',
+ 6 => 'ISO 250',
+ 8 => 'ISO 320',
+ 9 => 'ISO 400',
+ 10 => 'ISO 500',
+ 12 => 'ISO 640',
+ 13 => 'ISO 800',
+ 14 => 'ISO 1000',
+ 16 => 'ISO 1250',
+ 17 => 'ISO 1600',
+ 18 => 'ISO 2000',
+ 20 => 'ISO 2500',
+ 21 => 'ISO 3200',
+ 22 => 'ISO 4000',
+ 24 => 'ISO 5000',
+ 25 => 'ISO 6400',
+ 26 => 'ISO 8000',
+ 28 => 'ISO 10000',
+ 29 => 'ISO 12800',
+ 30 => 'ISO 16000',
+ 32 => 'ISO 20000',
+ 33 => 'ISO 25600',
+ 38 => 'ISO Hi 0.3',
+ 39 => 'ISO Hi 0.5',
+ 40 => 'ISO Hi 0.7',
+ 41 => 'ISO Hi 1.0',
+ 42 => 'ISO Hi 2.0',
+);
+
my %lensFuncButtonZ7m2 = (
1 => 'AF-On',
2 => 'AF Lock Only',
@@ -305,16 +338,21 @@ my %times4s10s20s1m5m20m = (
my %yesNo = ( 1 => 'Yes', 2 => 'No' );
-my %infoZ72 = (
- Condition => '$$self{Model} =~ /^NIKON Z 6_2/i or $$self{Model} =~ /^NIKON Z 7_2/i',
- Notes => 'Z7_2',
-);
-
my %infoD6 = (
- Condition => '$$self{Model} =~ /^NIKON D6/i',
+ Condition => '$$self{Model} =~ /^NIKON D6\b/i',
Notes => 'D6',
);
+my %infoZ7 = (
+ Condition => '$$self{Model} =~ /^NIKON Z (7|7_2)\b/i',
+ Notes => 'Z7 and Z7_2',
+);
+
+my %infoZSeries = (
+ Condition => '$$self{Model} =~ /^NIKON Z (5|50|6|6_2|7|7_2|fc)\b/i',
+ Notes => 'Z Series cameras thru November 2021',
+);
+
# Nikon Settings tags (ref 1, tag ID's ref PH)
%Image::ExifTool::NikonSettings::Main = (
PROCESS_PROC => \&ProcessNikonSettings,
@@ -329,39 +367,8 @@ my %infoD6 = (
%infoD6,
},{
Name => 'ISOAutoHiLimit',
- PrintConv => {
- 1 => 'ISO 100',
- 2 => 'ISO 125',
- 4 => 'ISO 160',
- 5 => 'ISO 200',
- 6 => 'ISO 250',
- 8 => 'ISO 320',
- 9 => 'ISO 400',
- 10 => 'ISO 500',
- 12 => 'ISO 640',
- 13 => 'ISO 800',
- 14 => 'ISO 1000',
- 16 => 'ISO 1250',
- 17 => 'ISO 1600',
- 18 => 'ISO 2000',
- 20 => 'ISO 2500',
- 21 => 'ISO 3200',
- 22 => 'ISO 4000',
- 24 => 'ISO 5000',
- 25 => 'ISO 6400',
- 26 => 'ISO 8000',
- 28 => 'ISO 10000',
- 29 => 'ISO 12800',
- 30 => 'ISO 16000',
- 32 => 'ISO 20000',
- 33 => 'ISO 25600',
- 38 => 'ISO Hi 0.3',
- 39 => 'ISO Hi 0.5',
- 40 => 'ISO Hi 0.7',
- 41 => 'ISO Hi 1.0',
- 42 => 'ISO Hi 2.0',
- },
- %infoZ72,
+ PrintConv => \%iSOAutoHiLimitZ7,
+ %infoZ7,
}],
0x002 => [{
Name => 'ISOAutoFlashLimit',
@@ -441,7 +448,7 @@ my %infoD6 = (
42 => 'ISO Hi 1.0',
43 => 'ISO Hi 2.0',
},
- %infoZ72,
+ %infoZ7,
}],
0x003 => { # (D6/Z7_2)
Name => 'ISOAutoShutterTime',
@@ -542,7 +549,7 @@ my %infoD6 = (
37 => 'ISO Hi 1.0',
38 => 'ISO Hi 2.0',
},
- %infoZ72,
+ %infoZ7,
}],
0x00e => { Name => 'MovieISOAutoControlManualMode',PrintConv => \%onOff }, # (D6/Z7_2)
0x00f => { Name => 'MovieWhiteBalanceSameAsPhoto', PrintConv => \%yesNo }, # (D6/Z7_2)
@@ -558,7 +565,7 @@ my %infoD6 = (
},{ # CSa1 (Z7_2)
Name => 'AF-CPrioritySel',
PrintConv => \%releaseFocus,
- %infoZ72,
+ %infoZSeries,
}],
0x01e => { Name => 'AF-SPrioritySel', PrintConv => \%releaseFocus }, # CSa2 (D6), CSa2 (Z7_2)
0x020 => [{ # CSa4 (D6)
@@ -572,7 +579,7 @@ my %infoD6 = (
},{ # CSa4 (Z7_2)
Name => 'AFPointSel',
PrintConv => { 1 => 'Use All', 2 => 'Use Half' },
- %infoZ72,
+ %infoZSeries,
}],
0x022 => { Name => 'AFActivation', PrintConv => { 1 => 'Shutter/AF-On', 2 => 'AF-On Only' } }, # CSa6-a (D6/Z7_2) (missing enable/disable out of focus release) # (D6)
0x023 => { Name => 'FocusPointWrap', PrintConv => { 1 => 'Wrap', 2 => 'No Wrap' } }, # CSa16 (D6), CSa8 (Z7_2)
@@ -609,7 +616,7 @@ my %infoD6 = (
},{ # CSb3 (Z7_2)
Name => 'CenterWeightedAreaSize',
PrintConv => { 1 => '12 mm', 2 => 'Average' },
- %infoZ72,
+ %infoZSeries,
}],
0x02f => { # CSb7-a (D6), CSb4-a (Z7_2)
Name => 'FineTuneOptMatrixMetering',
@@ -673,7 +680,7 @@ my %infoD6 = (
7 => '30 min',
8 => 'No Limit',
},
- %infoZ72,
+ %infoZSeries,
}],
0x035 => { # CSc3-a (D6), CSc2-a (Z7_2)
Name => 'SelfTimerTime',
@@ -762,7 +769,7 @@ my %infoD6 = (
6 => '1/80 s',
7 => '1/60 s',
},
- %infoZ72,
+ %infoZSeries,
}],
0x048 => { # CSe2 (D6/Z7_2)
Name => 'FlashShutterSpeed',
@@ -836,7 +843,7 @@ my %infoD6 = (
25 => 'Non-CPU Lens',
26 => 'None',
},
- %infoZ72,
+ %infoZSeries,
}],
0x053 => [{ # CSf4-a (D6)
Name => 'MultiSelectorShootMode',
@@ -856,7 +863,7 @@ my %infoD6 = (
4 => 'Zoom (High)',
5 => 'None',
},
- %infoZ72,
+ %infoZSeries,
}],
0x054 => [{ # CSf4-c (D6)
Name => 'MultiSelectorPlaybackMode',
@@ -879,7 +886,7 @@ my %infoD6 = (
5 => 'Zoom (High)',
6 => 'Choose Folder',
},
- %infoZ72,
+ %infoZSeries,
}],
0x056 => { # CSf4-b (D6)
Name => 'MultiSelectorLiveView',
@@ -967,7 +974,7 @@ my %infoD6 = (
1 => 'Manual (dark on light)',
2 => 'Manual (light on dark)',
},
- %infoZ72,
+ %infoZSeries,
}],
0x074 => { Name => 'FlickAdvanceDirection', PrintConv => { 1 => 'Right to Left', 2 => 'Left to Right' } }, # CSf12-3 (D6)
0x075 => { # Settings menu # (D6,Z7_2)
@@ -976,7 +983,7 @@ my %infoD6 = (
1 => 'Auto',
2 => '2160p',
3 => '1080p',
- 4 => '1080i)',
+ 4 => '1080i',
5 => '720p',
6 => '576p',
7 => '480p',
@@ -1022,7 +1029,7 @@ my %infoD6 = (
10 => 'None',
11 => 'LiveView Info Display On/Off',
},
- %infoZ72,
+ %infoZSeries,
}],
0x08b => [{ # CSf6-a-1 and CSf6-a-2 (D6), CSf5-a-1 and CSf5-a-2 (Z7_2), (continued from above)
Name => 'CmdDialsReverseRotation',
@@ -1090,7 +1097,7 @@ my %infoD6 = (
1 => 'Focus Point',
2 => 'Off',
},
- %infoZ72,
+ %infoZSeries,
}],
0x099 => { Name => 'DynamicAreaAFAssist',PrintConv => \%onOff }, # CSa17-c (D6), CSa9-b (Z7_2)
0x09a => { Name => 'ExposureCompStepSize', PrintConv => \%thirdHalfFull }, # CSb3 (D6)
@@ -1113,7 +1120,7 @@ my %infoD6 = (
},{ # CSf2-a (Z7_2)
Name => 'Func1Button',
PrintConv => \%funcButtonZ7m2,
- %infoZ72,
+ %infoZSeries,
}],
0x0a2 => [{ # CSf3-c (D6)
Name => 'Func2Button',
@@ -1122,7 +1129,7 @@ my %infoD6 = (
},{ # CSf2-b (Z7_2)
Name => 'Func2Button',
PrintConv => \%funcButtonZ7m2,
- %infoZ72,
+ %infoZSeries,
}],
0x0a3 => [{ # CSf3-f (D6)
Name => 'AF-OnButton',
@@ -1174,7 +1181,7 @@ my %infoD6 = (
11 => 'Zoom (High)',
12 => 'None'
},
- %infoZ72,
+ %infoZSeries,
}],
0x0a4 => { Name => 'SubSelector', PrintConv => \%tagSubSelector }, # CSf3-g-1 # (D6), CSf2-d-1 # (Z7_2)
0x0a5 => [{ # CSf3-h (D6)
@@ -1247,7 +1254,7 @@ my %infoD6 = (
24 => 'Non-CPU Lens',
25 => 'None',
},
- %infoZ72,
+ %infoZSeries,
}],
0x0a7 => [{ # CSf3-n (D6)
Name => 'LensFunc1Button',
@@ -1287,7 +1294,7 @@ my %infoD6 = (
},{ # CSf2-g (Z7_2)
Name => 'LensFunc1Button',
PrintConv => \%lensFuncButtonZ7m2,
- %infoZ72,
+ %infoZSeries,
}],
0x0a8 => { Name => 'CmdDialsApertureSetting', PrintConv => { 1 => 'Sub-command Dial', 2 => 'Aperture Ring' } }, # CSf6-c (D6)
0x0a9 => { Name => 'MultiSelector', PrintConv => \%tagMultiSelector }, # CSf7 (D6)
@@ -1348,7 +1355,7 @@ my %infoD6 = (
23 => 'Rating (1)', # no mapping for 24 on the Z7_2. Possibly intended for Rating = 'Candidate for Deletion'?
25 => 'None',
},
- %infoZ72,
+ %infoZSeries,
}],
0x0b3 => [{ # CSg2-b (D6)
Name => 'MovieFunc1Button',
@@ -1392,7 +1399,7 @@ my %infoD6 = (
23 => 'Rating (1)', # no mapping for 24 on the Z7_2. Possibly intended for Rating = 'Candidate for Deletion'?
25 => 'None',
},
- %infoZ72,
+ %infoZSeries,
}],
0x0b5 => { # CSg2-c (D6)
Name => 'MovieFunc2Button',
@@ -1439,7 +1446,7 @@ my %infoD6 = (
12 => 'Image Area',
13 => 'None',
},
- %infoZ72,
+ %infoZSeries,
}],
0x0b8 => { Name => 'LimitAFAreaModeSelD9', PrintConv => \%limitNolimit, Unknown => 1 }, # CSa14-a (D6)
0x0b9 => { Name => 'LimitAFAreaModeSelD25', PrintConv => \%limitNolimit, Unknown => 1 }, # CSa14-b (D6)
@@ -1568,6 +1575,7 @@ my %infoD6 = (
PrintConv => {
1 => '8 Bit',
2 => '10 Bit',
+ #5 => 'Auto', #observed on the Z50 - needs confirmation
},
},
0x103 => { # (Z7_2)
diff --git a/lib/Image/ExifTool/PNG.pm b/lib/Image/ExifTool/PNG.pm
index 8d74bdd0..755ef7ed 100644
--- a/lib/Image/ExifTool/PNG.pm
+++ b/lib/Image/ExifTool/PNG.pm
@@ -259,6 +259,7 @@ my %noLeapFrog = ( SAVE => 1, SEEK => 1, IHDR => 1, JHDR => 1, IEND => 1, MEND =
},
tRNS => {
Name => 'Transparency',
+ # may have as many entries as the PLTE table, but who wants to see all that?
ValueConv => q{
return \$val if length($val) > 6;
join(" ",unpack($Image::ExifTool::PNG::colorType == 3 ? "C*" : "n*", $val));
diff --git a/lib/Image/ExifTool/QuickTime.pm b/lib/Image/ExifTool/QuickTime.pm
index 2c62d481..1b753fb3 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.72';
+$VERSION = '2.73';
sub ProcessMOV($$;$);
sub ProcessKeys($$$);
@@ -6370,7 +6370,7 @@ my %eeBox2 = (
'player.movie.visual.tint' => 'Tint',
'player.movie.visual.contrast' => 'Contrast',
'player.movie.audio.gain' => 'AudioGain',
- 'player.movie.audio.treble' => 'Trebel',
+ 'player.movie.audio.treble' => 'Treble',
'player.movie.audio.bass' => 'Bass',
'player.movie.audio.balance' => 'Balance',
'player.movie.audio.pitchshift' => 'PitchShift',
@@ -6465,6 +6465,7 @@ my %eeBox2 = (
%Image::ExifTool::QuickTime::iTunesInfo = (
PROCESS_PROC => \&ProcessMOV,
GROUPS => { 1 => 'iTunes', 2 => 'Audio' },
+ VARS => { LONG_TAGS => 0 }, # (hack for discrepancy in the way long tags are counted in BuildTagLookup)
NOTES => q{
ExifTool will extract any iTunesInfo tags that exist, even if they are not
defined in this table. These tags belong to the family 1 "iTunes" group,
diff --git a/lib/Image/ExifTool/QuickTimeStream.pl b/lib/Image/ExifTool/QuickTimeStream.pl
index 79f8e34e..6b3ebee6 100644
--- a/lib/Image/ExifTool/QuickTimeStream.pl
+++ b/lib/Image/ExifTool/QuickTimeStream.pl
@@ -99,7 +99,7 @@ my %insvLimit = (
The tags below are extracted from timed metadata in QuickTime and other
formats of video files when the ExtractEmbedded option is used. Although
most of these tags are combined into the single table below, ExifTool
- currently reads 58 different formats of timed GPS metadata from video files.
+ currently reads 59 different formats of timed GPS metadata from video files.
},
VARS => { NO_ID => 1 },
GPSLatitude => { PrintConv => 'Image::ExifTool::GPS::ToDMS($self, $val, 1, "N")', RawConv => '$$self{FoundGPSLatitude} = 1; $val' },
@@ -1581,6 +1581,31 @@ sub ProcessFreeGPS($$$)
substr($time,7,6) = pack 'C*', map { $_ ^= 0x70 } unpack 'C*', substr($time,7,6);
# (other values are currently unknown)
+ } elsif ($$dataPt =~ /^.{64}A([NS])([EW])\0/s) {
+
+ # Vantrue S1 dashcam
+ # 0000: 00 00 80 00 66 72 65 65 47 50 53 20 78 00 00 00 [....freeGPS x...]
+ # 0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
+ # 0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
+ # 0030: 68 6f 72 73 6f 6e 74 65 63 68 00 00 00 00 00 00 [horsontech......]
+ # 0040: 41 4e 45 00 15 00 00 00 07 00 00 00 02 00 00 00 [ANE.............]
+ # 0050: 03 00 00 00 35 00 00 00 05 00 00 00 4f 74 4c 44 [....5.......OtLD]
+ # 0060: e2 77 a0 45 89 c1 98 42 71 bd ac 42 02 ab 0d 43 [.w.E...Bq..B...C]
+ # 0070: 05 00 00 00 7f 00 00 00 07 01 00 00 00 00 00 00 [................]
+ ($latRef, $lonRef) = ($1, $2);
+ ($yr,$mon,$day,$hr,$min,$sec,@acc) = unpack('x68V6x20V3', $$dataPt);
+ return 0 unless $mon>=1 and $mon<=12 and $day>=1 and $day<=31;
+ $yr += 2000 if $yr < 2000;
+ # (not sure about acc scaling)
+ map { $_ = $_ - 4294967296 if $_ >= 0x80000000; $_ /= 1000 } @acc;
+ SetByteOrder('II');
+ $lon = GetFloat($dataPt, 0x5c);
+ $lat = GetFloat($dataPt, 0x60);
+ $spd = GetFloat($dataPt, 0x64) * $knotsToKph;
+ $trk = GetFloat($dataPt, 0x68);
+ $alt = GetFloat($dataPt, 0x6c);
+ SetByteOrder('MM');
+
} else {
# decode binary GPS format (Viofo A119S, ref 2)
diff --git a/lib/Image/ExifTool/TagLookup.pm b/lib/Image/ExifTool/TagLookup.pm
index 01ed19f0..a78f1fdd 100644
--- a/lib/Image/ExifTool/TagLookup.pm
+++ b/lib/Image/ExifTool/TagLookup.pm
@@ -74,6 +74,7 @@ my @tableList = (
'Image::ExifTool::Canon::ColorCoefs2',
'Image::ExifTool::Canon::ColorData1',
'Image::ExifTool::Canon::ColorData10',
+ 'Image::ExifTool::Canon::ColorData11',
'Image::ExifTool::Canon::ColorData2',
'Image::ExifTool::Canon::ColorData3',
'Image::ExifTool::Canon::ColorData4',
@@ -290,6 +291,7 @@ my @tableList = (
'Image::ExifTool::Nikon::Type2',
'Image::ExifTool::Nikon::VRInfo',
'Image::ExifTool::Nikon::WorldTime',
+ 'Image::ExifTool::Nikon::ZMenuSettings',
'Image::ExifTool::NikonCapture::Brightness',
'Image::ExifTool::NikonCapture::ColorBoost',
'Image::ExifTool::NikonCapture::CropData',
@@ -537,666 +539,666 @@ my @tableList = (
# lookup for all writable tags
my %tagLookup = (
- 'aberrationcorrectiondistance' => { 107 => 0x69 },
- 'about' => { 489 => 'about' },
- 'aboutcvterm' => { 481 => 'AboutCvTerm' },
- 'aboutcvtermcvid' => { 481 => [\'AboutCvTerm','AboutCvTermCvId'] },
- 'aboutcvtermid' => { 481 => [\'AboutCvTerm','AboutCvTermCvTermId'] },
- 'aboutcvtermname' => { 481 => [\'AboutCvTerm','AboutCvTermCvTermName'] },
- 'aboutcvtermrefinedabout' => { 481 => [\'AboutCvTerm','AboutCvTermCvTermRefinedAbout'] },
- 'absolutealtitude' => { 114 => 'AbsoluteAltitude' },
- 'abspeakaudiofilepath' => { 495 => 'absPeakAudioFilePath' },
- 'academicfield' => { 485 => 'academicField' },
- 'acceleration' => { 117 => 0x9404, 476 => 'Acceleration' },
- 'accelerationtracking' => { 82 => 0x518 },
+ 'aberrationcorrectiondistance' => { 108 => 0x69 },
+ 'about' => { 491 => 'about' },
+ 'aboutcvterm' => { 483 => 'AboutCvTerm' },
+ 'aboutcvtermcvid' => { 483 => [\'AboutCvTerm','AboutCvTermCvId'] },
+ 'aboutcvtermid' => { 483 => [\'AboutCvTerm','AboutCvTermCvTermId'] },
+ 'aboutcvtermname' => { 483 => [\'AboutCvTerm','AboutCvTermCvTermName'] },
+ 'aboutcvtermrefinedabout' => { 483 => [\'AboutCvTerm','AboutCvTermCvTermRefinedAbout'] },
+ 'absolutealtitude' => { 115 => 'AbsoluteAltitude' },
+ 'abspeakaudiofilepath' => { 497 => 'absPeakAudioFilePath' },
+ 'academicfield' => { 487 => 'academicField' },
+ 'acceleration' => { 118 => 0x9404, 478 => 'Acceleration' },
+ 'accelerationtracking' => { 83 => 0x518 },
'accelerationvector' => { 1 => 0x8 },
- 'accelerometer' => { 382 => 0x3 },
- 'accelerometerdata' => { 372 => 'vrot' },
- 'accelerometerx' => { 312 => 0x8d },
- 'accelerometery' => { 312 => 0x8e },
- 'accelerometerz' => { 312 => 0x8c },
- 'accessoryserialnumber' => { 312 => 0x54 },
- 'accessorytype' => { 312 => 0x53 },
- 'actionadvised' => { 129 => 0x2a },
- 'activearea' => { 117 => 0xc68d },
- 'actived-lighting' => { 223 => 0x22, 263 => 0x24 },
- 'actived-lightingmode' => { 263 => 0x25 },
- 'adaptervoltage' => { 136 => 0x407 },
- 'addaspectratioinfo' => { 82 => 0x80e },
- 'addiptcinformation' => { 82 => 0x815 },
- 'additionalmodelinformation' => { 481 => 'AddlModelInfo' },
- 'addoriginaldecisiondata' => { 82 => 0x80f, 83 => 0x11, 84 => 0x13, 87 => 0x14 },
- 'address' => { 159 => 'Address' },
- 'adjustmentmode' => { 389 => 0x15 },
- 'adlbracketingstep' => { 242 => 0x883 },
- 'adlbracketingtype' => { 242 => 0x884 },
- 'adobe' => { 118 => 'Adobe' },
- 'adultcontentwarning' => { 299 => 'AdultContentWarning', 488 => 'adultContentWarning' },
- 'advancedfilter' => { 125 => 0x1201 },
- 'advancedraw' => { 265 => 0x76a43203 },
- 'advancedscenetype' => { 312 => 0x3d },
- 'advisory' => { 493 => 'Advisory' },
- 'ae_iso' => { 320 => 0x2, 321 => 0x4, 322 => 0x12 },
- 'aeaperture' => { 320 => 0x1, 321 => 0x3, 322 => 0x11 },
- 'aeaperturesteps' => { 320 => 0x8, 321 => 0xb },
- 'aebautocancel' => { 82 => 0x104 },
- 'aebbracketvalue' => { 75 => 0x11 },
- 'aebracketingsteps' => { 241 => 0x174c, 242 => 0x87b, 251 => 0x1756 },
- 'aebsequence' => { 82 => 0x105 },
- 'aebsequenceautocancel' => { 80 => 0x9, 81 => 0x9, 83 => 0x8, 84 => 0x9, 87 => 0x9, 88 => 0x7 },
- 'aebshotcount' => { 82 => 0x106 },
- 'aebxv' => { 320 => 0x4, 321 => 0x6 },
- 'aeerror' => { 321 => 0x8 },
- 'aeexposuretime' => { 320 => 0x0, 321 => 0x2, 322 => 0x10 },
- 'aelbutton' => { 182 => 0x45 },
- 'aelexposureindicator' => { 182 => 0x51 },
- 'aelock' => { 182 => 0x5b, 274 => '4.2', 283 => '4.2', 289 => 0x201, 347 => 0x48, 399 => 0x40, 400 => 0x40, 401 => [0x86,0x286] },
- 'aelockbutton' => { 272 => '16.1', 274 => '4.1', 277 => '15.1', 278 => '16.1', 279 => '16.1', 281 => '30.1', 282 => '16.1', 283 => '4.1', 285 => '17.1', 287 => '17.1' },
- 'aelockbuttonplusdials' => { 272 => '16.2', 281 => '32.1', 285 => '44.1' },
- 'aelockformb-d80' => { 287 => '3.1' },
- 'aelockmetermodeafterfocus' => { 82 => 0x114 },
- 'aemaxaperture' => { 320 => 0x9, 321 => 0x10, 322 => 0x1c },
- 'aemaxaperture2' => { 320 => 0xa, 321 => 0x11, 322 => 0x1d },
- 'aemeteringmode' => { 320 => 0xc },
- 'aemeteringmode2' => { 320 => '13.1' },
- 'aemeteringsegments' => { 185 => 0x628, 347 => 0x209 },
- 'aemicroadjustment' => { 82 => 0x110 },
- 'aeminaperture' => { 320 => 0xb, 321 => 0x12, 322 => 0x1e },
- 'aeminexposuretime' => { 320 => 0x5, 321 => 0x13, 322 => 0x1f },
- 'aeprogrammode' => { 320 => 0x6 },
- 'aeprojectlink' => { 470 => 'aeProjectLink' },
- 'aeprojectlinkcompositionid' => { 470 => [\'aeProjectLink','aeProjectLinkCompositionID'] },
- 'aeprojectlinkfullpath' => { 470 => [\'aeProjectLink','aeProjectLinkFullPath'] },
- 'aeprojectlinkrenderoutputmoduleindex' => { 470 => [\'aeProjectLink','aeProjectLinkRenderOutputModuleIndex'] },
- 'aeprojectlinkrenderqueueitemid' => { 470 => [\'aeProjectLink','aeProjectLinkRenderQueueItemID'] },
- 'aeprojectlinkrendertimestamp' => { 470 => [\'aeProjectLink','aeProjectLinkRenderTimeStamp'] },
+ 'accelerometer' => { 384 => 0x3 },
+ 'accelerometerdata' => { 374 => 'vrot' },
+ 'accelerometerx' => { 314 => 0x8d },
+ 'accelerometery' => { 314 => 0x8e },
+ 'accelerometerz' => { 314 => 0x8c },
+ 'accessoryserialnumber' => { 314 => 0x54 },
+ 'accessorytype' => { 314 => 0x53 },
+ 'actionadvised' => { 130 => 0x2a },
+ 'activearea' => { 118 => 0xc68d },
+ 'actived-lighting' => { 224 => 0x22, 265 => 0x24 },
+ 'actived-lightingmode' => { 265 => 0x25 },
+ 'adaptervoltage' => { 137 => 0x407 },
+ 'addaspectratioinfo' => { 83 => 0x80e },
+ 'addiptcinformation' => { 83 => 0x815 },
+ 'additionalmodelinformation' => { 483 => 'AddlModelInfo' },
+ 'addoriginaldecisiondata' => { 83 => 0x80f, 84 => 0x11, 85 => 0x13, 88 => 0x14 },
+ 'address' => { 160 => 'Address' },
+ 'adjustmentmode' => { 391 => 0x15 },
+ 'adlbracketingstep' => { 243 => 0x883 },
+ 'adlbracketingtype' => { 243 => 0x884 },
+ 'adobe' => { 119 => 'Adobe' },
+ 'adultcontentwarning' => { 301 => 'AdultContentWarning', 490 => 'adultContentWarning' },
+ 'advancedfilter' => { 126 => 0x1201 },
+ 'advancedraw' => { 267 => 0x76a43203 },
+ 'advancedscenetype' => { 314 => 0x3d },
+ 'advisory' => { 495 => 'Advisory' },
+ 'ae_iso' => { 322 => 0x2, 323 => 0x4, 324 => 0x12 },
+ 'aeaperture' => { 322 => 0x1, 323 => 0x3, 324 => 0x11 },
+ 'aeaperturesteps' => { 322 => 0x8, 323 => 0xb },
+ 'aebautocancel' => { 83 => 0x104 },
+ 'aebbracketvalue' => { 76 => 0x11 },
+ 'aebracketingsteps' => { 242 => 0x174c, 243 => 0x87b, 252 => 0x1756 },
+ 'aebsequence' => { 83 => 0x105 },
+ 'aebsequenceautocancel' => { 81 => 0x9, 82 => 0x9, 84 => 0x8, 85 => 0x9, 88 => 0x9, 89 => 0x7 },
+ 'aebshotcount' => { 83 => 0x106 },
+ 'aebxv' => { 322 => 0x4, 323 => 0x6 },
+ 'aeerror' => { 323 => 0x8 },
+ 'aeexposuretime' => { 322 => 0x0, 323 => 0x2, 324 => 0x10 },
+ 'aelbutton' => { 183 => 0x45 },
+ 'aelexposureindicator' => { 183 => 0x51 },
+ 'aelock' => { 183 => 0x5b, 276 => '4.2', 285 => '4.2', 291 => 0x201, 349 => 0x48, 401 => 0x40, 402 => 0x40, 403 => [0x86,0x286] },
+ 'aelockbutton' => { 274 => '16.1', 276 => '4.1', 279 => '15.1', 280 => '16.1', 281 => '16.1', 283 => '30.1', 284 => '16.1', 285 => '4.1', 287 => '17.1', 289 => '17.1' },
+ 'aelockbuttonplusdials' => { 274 => '16.2', 283 => '32.1', 287 => '44.1' },
+ 'aelockformb-d80' => { 289 => '3.1' },
+ 'aelockmetermodeafterfocus' => { 83 => 0x114 },
+ 'aemaxaperture' => { 322 => 0x9, 323 => 0x10, 324 => 0x1c },
+ 'aemaxaperture2' => { 322 => 0xa, 323 => 0x11, 324 => 0x1d },
+ 'aemeteringmode' => { 322 => 0xc },
+ 'aemeteringmode2' => { 322 => '13.1' },
+ 'aemeteringsegments' => { 186 => 0x628, 349 => 0x209 },
+ 'aemicroadjustment' => { 83 => 0x110 },
+ 'aeminaperture' => { 322 => 0xb, 323 => 0x12, 324 => 0x1e },
+ 'aeminexposuretime' => { 322 => 0x5, 323 => 0x13, 324 => 0x1f },
+ 'aeprogrammode' => { 322 => 0x6 },
+ 'aeprojectlink' => { 472 => 'aeProjectLink' },
+ 'aeprojectlinkcompositionid' => { 472 => [\'aeProjectLink','aeProjectLinkCompositionID'] },
+ 'aeprojectlinkfullpath' => { 472 => [\'aeProjectLink','aeProjectLinkFullPath'] },
+ 'aeprojectlinkrenderoutputmoduleindex' => { 472 => [\'aeProjectLink','aeProjectLinkRenderOutputModuleIndex'] },
+ 'aeprojectlinkrenderqueueitemid' => { 472 => [\'aeProjectLink','aeProjectLinkRenderQueueItemID'] },
+ 'aeprojectlinkrendertimestamp' => { 472 => [\'aeProjectLink','aeProjectLinkRenderTimeStamp'] },
'aesetting' => { 34 => 0x21 },
- 'aewhitebalance' => { 320 => 0xd },
- 'aexv' => { 320 => 0x3, 321 => 0x5 },
- 'af-cpriority' => { 126 => '0.2' },
- 'af-cpriorityselection' => { 272 => '1.1', 273 => '1.1', 275 => '1.1', 276 => '1.1', 278 => '0.1', 279 => '0.1', 280 => '0.1', 281 => '1.1', 282 => '0.1', 285 => '1.1', 286 => '1.1' },
- 'af-csetting' => { 122 => 0x0 },
- 'af-cspeedtrackingsensitivity' => { 122 => '0.2' },
- 'af-ctrackingsensitivity' => { 122 => '0.1' },
- 'af-czoneareaswitching' => { 122 => '0.3' },
- 'af-onbutton' => { 275 => '70.1', 276 => '70.1', 286 => '70.1' },
- 'af-onformb-d10' => { 272 => '3.3', 281 => '3.2' },
- 'af-onformb-d11' => { 282 => '2.2' },
- 'af-onformb-d12' => { 285 => '50.1' },
- 'af-spriority' => { 126 => '0.1' },
- 'af-spriorityselection' => { 272 => '1.2', 273 => '1.2', 275 => '1.2', 276 => '1.2', 280 => '0.2', 281 => '1.2', 282 => '0.2', 285 => '1.2', 286 => '1.2' },
+ 'aewhitebalance' => { 322 => 0xd },
+ 'aexv' => { 322 => 0x3, 323 => 0x5 },
+ 'af-cpriority' => { 127 => '0.2' },
+ 'af-cpriorityselection' => { 274 => '1.1', 275 => '1.1', 277 => '1.1', 278 => '1.1', 280 => '0.1', 281 => '0.1', 282 => '0.1', 283 => '1.1', 284 => '0.1', 287 => '1.1', 288 => '1.1' },
+ 'af-csetting' => { 123 => 0x0 },
+ 'af-cspeedtrackingsensitivity' => { 123 => '0.2' },
+ 'af-ctrackingsensitivity' => { 123 => '0.1' },
+ 'af-czoneareaswitching' => { 123 => '0.3' },
+ 'af-onbutton' => { 277 => '70.1', 278 => '70.1', 288 => '70.1' },
+ 'af-onformb-d10' => { 274 => '3.3', 283 => '3.2' },
+ 'af-onformb-d11' => { 284 => '2.2' },
+ 'af-onformb-d12' => { 287 => '50.1' },
+ 'af-spriority' => { 127 => '0.1' },
+ 'af-spriorityselection' => { 274 => '1.2', 275 => '1.2', 277 => '1.2', 278 => '1.2', 282 => '0.2', 283 => '1.2', 284 => '0.2', 287 => '1.2', 288 => '1.2' },
'afacceldeceltracking' => { 2 => 0x3 },
- 'afactivation' => { 272 => '2.1', 273 => '2.1', 275 => '78.3', 276 => '78.3', 281 => '2.1', 285 => '2.1', 286 => '78.3' },
- 'afadjustment' => { 347 => 0x72, 356 => 0x267 },
- 'afandmeteringbuttons' => { 82 => 0x701 },
- 'afaperture' => { 216 => 0x5, 217 => 0x5, 221 => 0x5 },
- 'afareaheight' => { 191 => [0x1a,0x34,0x50] },
- 'afareaillumination' => { 182 => 0x4b, 283 => '15.3' },
- 'afareamode' => { 124 => '0.3', 178 => 0x33, 182 => 0xe, 190 => 0x0, 191 => 0x5, 312 => 0xf, 379 => 0x1205, 392 => [0xa,0x3a], 399 => 0x11, 400 => 0x10, 401 => 0x24, 412 => 0xb043, 436 => 0x17 },
- 'afareamodesetting' => { 274 => '11.1', 277 => '0.1', 283 => '16.1', 287 => '2.1', 412 => 0x201c },
- 'afareapointsize' => { 124 => '0.4' },
- 'afareas' => { 289 => 0x304 },
+ 'afactivation' => { 274 => '2.1', 275 => '2.1', 277 => '78.3', 278 => '78.3', 283 => '2.1', 287 => '2.1', 288 => '78.3' },
+ 'afadjustment' => { 349 => 0x72, 358 => 0x267 },
+ 'afandmeteringbuttons' => { 83 => 0x701 },
+ 'afaperture' => { 217 => 0x5, 218 => 0x5, 222 => 0x5 },
+ 'afareaheight' => { 192 => [0x1a,0x34,0x50] },
+ 'afareaillumination' => { 183 => 0x4b, 285 => '15.3' },
+ 'afareamode' => { 125 => '0.3', 179 => 0x33, 183 => 0xe, 191 => 0x0, 192 => 0x5, 314 => 0xf, 381 => 0x1205, 394 => [0xa,0x3a], 401 => 0x11, 402 => 0x10, 403 => 0x24, 414 => 0xb043, 438 => 0x17 },
+ 'afareamodesetting' => { 276 => '11.1', 279 => '0.1', 285 => '16.1', 289 => '2.1', 414 => 0x201c },
+ 'afareapointsize' => { 125 => '0.4' },
+ 'afareas' => { 291 => 0x304 },
'afareaselectionmethod' => { 2 => 0xd },
- 'afareaselectmethod' => { 82 => 0x51b },
- 'afareawidth' => { 191 => [0x18,0x32,0x4e] },
- 'afareaxposition' => { 191 => [0x14,0x2e,0x4a], 379 => 0x1203 },
- 'afareaxposition1' => { 379 => 0x1201 },
- 'afareayposition' => { 191 => [0x16,0x30,0x4c], 379 => 0x1204 },
- 'afareayposition1' => { 379 => 0x1202 },
- 'afareazonesize' => { 124 => '0.5' },
- 'afassist' => { 80 => 0x5, 88 => 0x5, 182 => 0x48, 272 => '2.5', 274 => '0.2', 277 => '0.2', 278 => '1.1', 279 => '1.1', 280 => '1.3', 281 => '2.4', 282 => '1.3', 283 => '0.2', 285 => '2.4', 287 => '2.3' },
- 'afassistbeam' => { 2 => 0x8, 82 => 0x50e, 83 => 0x4, 84 => 0x5, 85 => 0x4, 86 => 0x4, 87 => 0x5 },
- 'afassistlamp' => { 312 => 0x31 },
- 'afbuttonpressed' => { 401 => [0x83,0x283] },
+ 'afareaselectmethod' => { 83 => 0x51b },
+ 'afareawidth' => { 192 => [0x18,0x32,0x4e] },
+ 'afareaxposition' => { 192 => [0x14,0x2e,0x4a], 381 => 0x1203 },
+ 'afareaxposition1' => { 381 => 0x1201 },
+ 'afareayposition' => { 192 => [0x16,0x30,0x4c], 381 => 0x1204 },
+ 'afareayposition1' => { 381 => 0x1202 },
+ 'afareazonesize' => { 125 => '0.5' },
+ 'afassist' => { 81 => 0x5, 89 => 0x5, 183 => 0x48, 274 => '2.5', 276 => '0.2', 279 => '0.2', 280 => '1.1', 281 => '1.1', 282 => '1.3', 283 => '2.4', 284 => '1.3', 285 => '0.2', 287 => '2.4', 289 => '2.3' },
+ 'afassistbeam' => { 2 => 0x8, 83 => 0x50e, 84 => 0x4, 85 => 0x5, 86 => 0x4, 87 => 0x4, 88 => 0x5 },
+ 'afassistlamp' => { 314 => 0x31 },
+ 'afbuttonpressed' => { 403 => [0x83,0x283] },
'afconfigtool' => { 2 => 0x1 },
- 'afdefocus' => { 323 => 0x6 },
- 'afduringliveview' => { 82 => 0x511 },
- 'affinea' => { 463 => 'AffineA' },
- 'affineb' => { 463 => 'AffineB' },
- 'affinec' => { 463 => 'AffineC' },
- 'affined' => { 463 => 'AffineD' },
- 'affinetune' => { 192 => 0x0, 289 => 0x306 },
- 'affinetuneadj' => { 192 => 0x2, 234 => 0x2d1, 235 => 0x2dc, 289 => 0x307 },
- 'affinetuneadjtele' => { 192 => 0x3 },
- 'affinetuneindex' => { 192 => 0x1 },
- 'affinex' => { 463 => 'AffineX' },
- 'affiney' => { 463 => 'AffineY' },
- 'affocuspointxposition' => { 191 => 0x2f },
- 'affocuspointyposition' => { 191 => 0x31 },
- 'afhold' => { 323 => 0x1fd },
- 'afilluminator' => { 399 => 0x29, 412 => 0xb044 },
- 'afimageheight' => { 191 => [0x12,0x2c,0x48] },
- 'afimagewidth' => { 191 => [0x10,0x2a,0x46] },
- 'afintegrationtime' => { 323 => 0x7 },
- 'afmicroadj' => { 392 => [0x17d,0x50] },
- 'afmicroadjmode' => { 3 => 0x1, 396 => 0x131 },
- 'afmicroadjregisteredlenses' => { 396 => '305.1' },
- 'afmicroadjustment' => { 82 => 0x507 },
- 'afmicroadjvalue' => { 3 => 0x2, 396 => 0x130 },
- 'afmode' => { 111 => 0x3009, 125 => 0x1022, 178 => 0x16, 389 => 0x5 },
- 'afmoderestrictions' => { 273 => '50.3', 275 => '48.3', 276 => '48.3', 285 => '48.3', 286 => '48.3' },
- 'afonaelockbuttonswitch' => { 82 => 0x702 },
- 'afonbutton' => { 272 => '3.1', 273 => '47.1' },
- 'afpoint' => { 34 => 0x13, 110 => 0x18, 178 => 0x15, 190 => 0x1, 292 => 0x308, 389 => 0x1f, 392 => [0x37,0x7], 396 => 0x19, 397 => 0x18, 398 => [0x18,0x20] },
- 'afpointactivationarea' => { 81 => 0x11, 87 => 0x11 },
- 'afpointareaexpansion' => { 82 => 0x508 },
- 'afpointatshutterrelease' => { 392 => [0x39,0x9] },
- 'afpointautoselection' => { 82 => 0x50b },
- 'afpointbrightness' => { 82 => 0x50d, 272 => '2.4', 273 => '46.5', 275 => '2.2', 276 => '2.2', 285 => '2.3', 286 => '2.2' },
- 'afpointdisplayduringfocus' => { 2 => 0x10, 82 => 0x50c },
- 'afpointillumination' => { 81 => 0xa, 272 => '2.3', 273 => '46.2', 275 => '47.2', 276 => '47.2', 280 => '1.2', 281 => '2.3', 282 => '1.2', 285 => '47.2', 286 => '47.2', 287 => '2.4' },
- 'afpointinfocus' => { 392 => [0x38,0x8] },
- 'afpointmode' => { 328 => 0x3 },
- 'afpointposition' => { 111 => 0x2021, 312 => 0x4d },
- 'afpointregistration' => { 80 => 0x7 },
- 'afpoints' => { 181 => 0x10 },
- 'afpointselected' => { 182 => 0xd, 289 => 0x305, 347 => 0xe, 396 => 0x15, 397 => 0x14, 398 => [0x14,0x1c], 412 => 0x201e },
- 'afpointselected2' => { 328 => 0x4 },
- 'afpointselection' => { 81 => 0xb, 272 => '1.3', 273 => '1.3', 281 => '1.3', 285 => '1.3', 286 => '1.3' },
- 'afpointselectionmethod' => { 82 => 0x50f, 83 => 0xc, 84 => 0xd, 87 => 0xd },
- 'afpointsetting' => { 399 => 0x12, 400 => 0x11 },
- 'afpointsinfocus' => { 75 => 0xe, 190 => 0x2, 191 => 0x30, 323 => 0xb, 324 => 0x4, 347 => [0xf,0x3c] },
+ 'afdefocus' => { 325 => 0x6 },
+ 'afduringliveview' => { 83 => 0x511 },
+ 'affinea' => { 465 => 'AffineA' },
+ 'affineb' => { 465 => 'AffineB' },
+ 'affinec' => { 465 => 'AffineC' },
+ 'affined' => { 465 => 'AffineD' },
+ 'affinetune' => { 193 => 0x0, 291 => 0x306 },
+ 'affinetuneadj' => { 193 => 0x2, 235 => 0x2d1, 236 => 0x2dc, 291 => 0x307 },
+ 'affinetuneadjtele' => { 193 => 0x3 },
+ 'affinetuneindex' => { 193 => 0x1 },
+ 'affinex' => { 465 => 'AffineX' },
+ 'affiney' => { 465 => 'AffineY' },
+ 'affocuspointxposition' => { 192 => 0x2f },
+ 'affocuspointyposition' => { 192 => 0x31 },
+ 'afhold' => { 325 => 0x1fd },
+ 'afilluminator' => { 401 => 0x29, 414 => 0xb044 },
+ 'afimageheight' => { 192 => [0x12,0x2c,0x48] },
+ 'afimagewidth' => { 192 => [0x10,0x2a,0x46] },
+ 'afintegrationtime' => { 325 => 0x7 },
+ 'afmicroadj' => { 394 => [0x17d,0x50] },
+ 'afmicroadjmode' => { 3 => 0x1, 398 => 0x131 },
+ 'afmicroadjregisteredlenses' => { 398 => '305.1' },
+ 'afmicroadjustment' => { 83 => 0x507 },
+ 'afmicroadjvalue' => { 3 => 0x2, 398 => 0x130 },
+ 'afmode' => { 112 => 0x3009, 126 => 0x1022, 179 => 0x16, 391 => 0x5 },
+ 'afmoderestrictions' => { 275 => '50.3', 277 => '48.3', 278 => '48.3', 287 => '48.3', 288 => '48.3' },
+ 'afonaelockbuttonswitch' => { 83 => 0x702 },
+ 'afonbutton' => { 274 => '3.1', 275 => '47.1' },
+ 'afpoint' => { 34 => 0x13, 111 => 0x18, 179 => 0x15, 191 => 0x1, 294 => 0x308, 391 => 0x1f, 394 => [0x37,0x7], 398 => 0x19, 399 => 0x18, 400 => [0x18,0x20] },
+ 'afpointactivationarea' => { 82 => 0x11, 88 => 0x11 },
+ 'afpointareaexpansion' => { 83 => 0x508 },
+ 'afpointatshutterrelease' => { 394 => [0x39,0x9] },
+ 'afpointautoselection' => { 83 => 0x50b },
+ 'afpointbrightness' => { 83 => 0x50d, 274 => '2.4', 275 => '46.5', 277 => '2.2', 278 => '2.2', 287 => '2.3', 288 => '2.2' },
+ 'afpointdisplayduringfocus' => { 2 => 0x10, 83 => 0x50c },
+ 'afpointillumination' => { 82 => 0xa, 274 => '2.3', 275 => '46.2', 277 => '47.2', 278 => '47.2', 282 => '1.2', 283 => '2.3', 284 => '1.2', 287 => '47.2', 288 => '47.2', 289 => '2.4' },
+ 'afpointinfocus' => { 394 => [0x38,0x8] },
+ 'afpointmode' => { 330 => 0x3 },
+ 'afpointposition' => { 112 => 0x2021, 314 => 0x4d },
+ 'afpointregistration' => { 81 => 0x7 },
+ 'afpoints' => { 182 => 0x10 },
+ 'afpointselected' => { 183 => 0xd, 291 => 0x305, 349 => 0xe, 398 => 0x15, 399 => 0x14, 400 => [0x14,0x1c], 414 => 0x201e },
+ 'afpointselected2' => { 330 => 0x4 },
+ 'afpointselection' => { 82 => 0xb, 274 => '1.3', 275 => '1.3', 283 => '1.3', 287 => '1.3', 288 => '1.3' },
+ 'afpointselectionmethod' => { 83 => 0x50f, 84 => 0xc, 85 => 0xd, 88 => 0xd },
+ 'afpointsetting' => { 401 => 0x12, 402 => 0x11 },
+ 'afpointsinfocus' => { 76 => 0xe, 191 => 0x2, 192 => 0x30, 325 => 0xb, 326 => 0x4, 349 => [0xf,0x3c] },
'afpointsinfocus5d' => { 19 => 0x38 },
- 'afpointspotmetering' => { 81 => 0xd },
- 'afpointsselected' => { 191 => 0x1c, 324 => '4.1', 444 => 0x4 },
- 'afpointsspecial' => { 324 => '4.2' },
- 'afpointsunknown1' => { 323 => 0x0 },
- 'afpointsunknown2' => { 323 => 0x2 },
- 'afpointsused' => { 191 => [0xa,0x8], 392 => [0x10,0x16e] },
+ 'afpointspotmetering' => { 82 => 0xd },
+ 'afpointsselected' => { 192 => 0x1c, 326 => '4.1', 446 => 0x4 },
+ 'afpointsspecial' => { 326 => '4.2' },
+ 'afpointsunknown1' => { 325 => 0x0 },
+ 'afpointsunknown2' => { 325 => 0x2 },
+ 'afpointsused' => { 192 => [0xa,0x8], 394 => [0x10,0x16e] },
'afpointswitching' => { 2 => 0x4 },
- 'afpredictor' => { 323 => 0x4 },
- 'afresponse' => { 223 => 0xad },
- 'afresult' => { 294 => 0x1038 },
- 'afsearch' => { 289 => 0x303 },
- 'afsensoractive' => { 178 => 0x1 },
- 'afstatus' => { 379 => 0x1200 },
- 'afstatus_00_b4' => { 395 => 0x0 },
- 'afstatus_01_c4' => { 395 => 0x2 },
- 'afstatus_02_d4' => { 395 => 0x4 },
- 'afstatus_03_e4' => { 395 => 0x6 },
- 'afstatus_04_f4' => { 395 => 0x8 },
- 'afstatus_05_g4' => { 395 => 0xa },
- 'afstatus_06_h4' => { 395 => 0xc },
- 'afstatus_07_b3' => { 395 => 0xe },
- 'afstatus_08_c3' => { 395 => 0x10 },
- 'afstatus_09_d3' => { 395 => 0x12 },
- 'afstatus_10_e3' => { 395 => 0x14 },
- 'afstatus_11_f3' => { 395 => 0x16 },
- 'afstatus_12_g3' => { 395 => 0x18 },
- 'afstatus_13_h3' => { 395 => 0x1a },
- 'afstatus_14_b2' => { 395 => 0x1c },
- 'afstatus_15_c2' => { 395 => 0x1e },
- 'afstatus_16_d2' => { 395 => 0x20 },
- 'afstatus_17_e2' => { 395 => 0x22 },
- 'afstatus_18_f2' => { 395 => 0x24 },
- 'afstatus_19_g2' => { 395 => 0x26 },
- 'afstatus_20_h2' => { 395 => 0x28 },
- 'afstatus_21_c1' => { 395 => 0x2a },
- 'afstatus_22_d1' => { 395 => 0x2c },
- 'afstatus_23_e1' => { 395 => 0x2e },
- 'afstatus_24_f1' => { 395 => 0x30 },
- 'afstatus_25_g1' => { 395 => 0x32 },
- 'afstatus_26_a7_vertical' => { 395 => 0x34 },
- 'afstatus_27_a6_vertical' => { 395 => 0x36 },
- 'afstatus_28_a5_vertical' => { 395 => 0x38 },
- 'afstatus_29_c7_vertical' => { 395 => 0x3a },
- 'afstatus_30_c6_vertical' => { 395 => 0x3c },
- 'afstatus_31_c5_vertical' => { 395 => 0x3e },
- 'afstatus_32_e7_vertical' => { 395 => 0x40 },
- 'afstatus_33_e6_center_vertical' => { 395 => 0x42 },
- 'afstatus_34_e5_vertical' => { 395 => 0x44 },
- 'afstatus_35_g7_vertical' => { 395 => 0x46 },
- 'afstatus_36_g6_vertical' => { 395 => 0x48 },
- 'afstatus_37_g5_vertical' => { 395 => 0x4a },
- 'afstatus_38_i7_vertical' => { 395 => 0x4c },
- 'afstatus_39_i6_vertical' => { 395 => 0x4e },
- 'afstatus_40_i5_vertical' => { 395 => 0x50 },
- 'afstatus_41_a7' => { 395 => 0x52 },
- 'afstatus_42_b7' => { 395 => 0x54 },
- 'afstatus_43_c7' => { 395 => 0x56 },
- 'afstatus_44_d7' => { 395 => 0x58 },
- 'afstatus_45_e7' => { 395 => 0x5a },
- 'afstatus_46_f7' => { 395 => 0x5c },
- 'afstatus_47_g7' => { 395 => 0x5e },
- 'afstatus_48_h7' => { 395 => 0x60 },
- 'afstatus_49_i7' => { 395 => 0x62 },
- 'afstatus_50_a6' => { 395 => 0x64 },
- 'afstatus_51_b6' => { 395 => 0x66 },
- 'afstatus_52_c6' => { 395 => 0x68 },
- 'afstatus_53_d6' => { 395 => 0x6a },
- 'afstatus_54_e6_center' => { 395 => 0x6c },
- 'afstatus_55_f6' => { 395 => 0x6e },
- 'afstatus_56_g6' => { 395 => 0x70 },
- 'afstatus_57_h6' => { 395 => 0x72 },
- 'afstatus_58_i6' => { 395 => 0x74 },
- 'afstatus_59_a5' => { 395 => 0x76 },
- 'afstatus_60_b5' => { 395 => 0x78 },
- 'afstatus_61_c5' => { 395 => 0x7a },
- 'afstatus_62_d5' => { 395 => 0x7c },
- 'afstatus_63_e5' => { 395 => 0x7e },
- 'afstatus_64_f5' => { 395 => 0x80 },
- 'afstatus_65_g5' => { 395 => 0x82 },
- 'afstatus_66_h5' => { 395 => 0x84 },
- 'afstatus_67_i5' => { 395 => 0x86 },
- 'afstatus_68_c11' => { 395 => 0x88 },
- 'afstatus_69_d11' => { 395 => 0x8a },
- 'afstatus_70_e11' => { 395 => 0x8c },
- 'afstatus_71_f11' => { 395 => 0x8e },
- 'afstatus_72_g11' => { 395 => 0x90 },
- 'afstatus_73_b10' => { 395 => 0x92 },
- 'afstatus_74_c10' => { 395 => 0x94 },
- 'afstatus_75_d10' => { 395 => 0x96 },
- 'afstatus_76_e10' => { 395 => 0x98 },
- 'afstatus_77_f10' => { 395 => 0x9a },
- 'afstatus_78_g10' => { 395 => 0x9c },
- 'afstatus_79_h10' => { 395 => 0x9e },
- 'afstatus_80_b9' => { 395 => 0xa0 },
- 'afstatus_81_c9' => { 395 => 0xa2 },
- 'afstatus_82_d9' => { 395 => 0xa4 },
- 'afstatus_83_e9' => { 395 => 0xa6 },
- 'afstatus_84_f9' => { 395 => 0xa8 },
- 'afstatus_85_g9' => { 395 => 0xaa },
- 'afstatus_86_h9' => { 395 => 0xac },
- 'afstatus_87_b8' => { 395 => 0xae },
- 'afstatus_88_c8' => { 395 => 0xb0 },
- 'afstatus_89_d8' => { 395 => 0xb2 },
- 'afstatus_90_e8' => { 395 => 0xb4 },
- 'afstatus_91_f8' => { 395 => 0xb6 },
- 'afstatus_92_g8' => { 395 => 0xb8 },
- 'afstatus_93_h8' => { 395 => 0xba },
- 'afstatus_94_e6_center_f2-8' => { 395 => 0xbc },
- 'afstatusactivesensor' => { 178 => 0x2, 392 => [0x4,0x3b], 396 => 0x1e, 397 => 0x1b, 398 => [0x1b,0x21] },
- 'afstatusbottom' => { 178 => 0x8, 396 => 0x2a, 397 => 0x21, 398 => 0x21 },
- 'afstatusbottom-left' => { 178 => 0x12, 397 => 0x2b, 398 => 0x2b },
- 'afstatusbottom-right' => { 178 => 0x6, 397 => 0x1f, 398 => 0x1f },
- 'afstatusbottomassist-left' => { 396 => 0x28 },
- 'afstatusbottomassist-right' => { 396 => 0x2c },
- 'afstatusbottomhorizontal' => { 393 => 0x10, 394 => 0x1c },
- 'afstatusbottomvertical' => { 393 => 0x16, 394 => 0x26 },
- 'afstatuscenter-10' => { 396 => 0x34 },
- 'afstatuscenter-11' => { 396 => 0x36 },
- 'afstatuscenter-12' => { 396 => 0x38 },
- 'afstatuscenter-14' => { 396 => 0x3c },
- 'afstatuscenter-7' => { 396 => 0x2e },
- 'afstatuscenter-9' => { 396 => 0x32 },
- 'afstatuscenter-horizontal' => { 396 => 0x30 },
- 'afstatuscenter-vertical' => { 396 => 0x3a },
- 'afstatuscenterf2-8' => { 396 => 0x4c },
- 'afstatuscenterhorizontal' => { 178 => 0x2f, 393 => 0xc, 394 => 0x18, 397 => 0x2f, 398 => 0x2f },
- 'afstatuscentervertical' => { 178 => 0xc, 393 => 0x14, 394 => 0x22, 397 => 0x25, 398 => 0x25 },
- 'afstatusfarleft' => { 393 => 0x6, 396 => 0x26 },
- 'afstatusfarlefthorizontal' => { 394 => 0x4 },
- 'afstatusfarleftvertical' => { 394 => 0x12 },
- 'afstatusfarright' => { 393 => 0x18, 396 => 0x44 },
- 'afstatusfarrighthorizontal' => { 394 => 0x2c },
- 'afstatusfarrightvertical' => { 394 => 0x34 },
- 'afstatusleft' => { 178 => 0x2d, 393 => 0x2, 396 => 0x22, 397 => 0x2d, 398 => 0x2d },
- 'afstatuslefthorizontal' => { 394 => 0x6 },
- 'afstatusleftvertical' => { 394 => 0xe },
- 'afstatuslower-left' => { 393 => 0x4, 396 => 0x24 },
- 'afstatuslower-lefthorizontal' => { 394 => 0xa },
- 'afstatuslower-leftvertical' => { 394 => 0x10 },
- 'afstatuslower-middle' => { 393 => 0x22, 394 => 0x24 },
- 'afstatuslower-right' => { 393 => 0x1e, 396 => 0x4a },
- 'afstatuslower-righthorizontal' => { 394 => 0x32 },
- 'afstatuslower-rightvertical' => { 394 => 0x3a },
- 'afstatuslowerfarleft' => { 394 => 0x8 },
- 'afstatuslowerfarright' => { 394 => 0x30 },
- 'afstatusmiddlehorizontal' => { 178 => 0xa, 397 => 0x23, 398 => 0x23 },
- 'afstatusnearleft' => { 393 => 0xe, 394 => 0x1a },
- 'afstatusnearright' => { 393 => 0xa, 394 => 0x16 },
- 'afstatusright' => { 178 => 0x31, 393 => 0x1c, 396 => 0x48, 397 => 0x31, 398 => 0x31 },
- 'afstatusrighthorizontal' => { 394 => 0x2e },
- 'afstatusrightvertical' => { 394 => 0x38 },
- 'afstatustop' => { 178 => 0xe, 396 => 0x40, 397 => 0x27, 398 => 0x27 },
- 'afstatustop-left' => { 178 => 0x10, 397 => 0x29, 398 => 0x29 },
- 'afstatustop-right' => { 178 => 0x4, 397 => 0x1d, 398 => 0x1d },
- 'afstatustopassist-left' => { 396 => 0x3e },
- 'afstatustopassist-right' => { 396 => 0x42 },
- 'afstatustophorizontal' => { 393 => 0x8, 394 => 0x14 },
- 'afstatustopvertical' => { 393 => 0x12, 394 => 0x1e },
- 'afstatusupper-left' => { 393 => 0x0, 396 => 0x20 },
- 'afstatusupper-lefthorizontal' => { 394 => 0x2 },
- 'afstatusupper-leftvertical' => { 394 => 0xc },
- 'afstatusupper-middle' => { 393 => 0x20, 394 => 0x20 },
- 'afstatusupper-right' => { 393 => 0x1a, 396 => 0x46 },
- 'afstatusupper-righthorizontal' => { 394 => 0x2a },
- 'afstatusupper-rightvertical' => { 394 => 0x36 },
- 'afstatusupperfarleft' => { 394 => 0x0 },
- 'afstatusupperfarright' => { 394 => 0x28 },
+ 'afpredictor' => { 325 => 0x4 },
+ 'afresponse' => { 224 => 0xad },
+ 'afresult' => { 296 => 0x1038 },
+ 'afsearch' => { 291 => 0x303 },
+ 'afsensoractive' => { 179 => 0x1 },
+ 'afstatus' => { 381 => 0x1200 },
+ 'afstatus_00_b4' => { 397 => 0x0 },
+ 'afstatus_01_c4' => { 397 => 0x2 },
+ 'afstatus_02_d4' => { 397 => 0x4 },
+ 'afstatus_03_e4' => { 397 => 0x6 },
+ 'afstatus_04_f4' => { 397 => 0x8 },
+ 'afstatus_05_g4' => { 397 => 0xa },
+ 'afstatus_06_h4' => { 397 => 0xc },
+ 'afstatus_07_b3' => { 397 => 0xe },
+ 'afstatus_08_c3' => { 397 => 0x10 },
+ 'afstatus_09_d3' => { 397 => 0x12 },
+ 'afstatus_10_e3' => { 397 => 0x14 },
+ 'afstatus_11_f3' => { 397 => 0x16 },
+ 'afstatus_12_g3' => { 397 => 0x18 },
+ 'afstatus_13_h3' => { 397 => 0x1a },
+ 'afstatus_14_b2' => { 397 => 0x1c },
+ 'afstatus_15_c2' => { 397 => 0x1e },
+ 'afstatus_16_d2' => { 397 => 0x20 },
+ 'afstatus_17_e2' => { 397 => 0x22 },
+ 'afstatus_18_f2' => { 397 => 0x24 },
+ 'afstatus_19_g2' => { 397 => 0x26 },
+ 'afstatus_20_h2' => { 397 => 0x28 },
+ 'afstatus_21_c1' => { 397 => 0x2a },
+ 'afstatus_22_d1' => { 397 => 0x2c },
+ 'afstatus_23_e1' => { 397 => 0x2e },
+ 'afstatus_24_f1' => { 397 => 0x30 },
+ 'afstatus_25_g1' => { 397 => 0x32 },
+ 'afstatus_26_a7_vertical' => { 397 => 0x34 },
+ 'afstatus_27_a6_vertical' => { 397 => 0x36 },
+ 'afstatus_28_a5_vertical' => { 397 => 0x38 },
+ 'afstatus_29_c7_vertical' => { 397 => 0x3a },
+ 'afstatus_30_c6_vertical' => { 397 => 0x3c },
+ 'afstatus_31_c5_vertical' => { 397 => 0x3e },
+ 'afstatus_32_e7_vertical' => { 397 => 0x40 },
+ 'afstatus_33_e6_center_vertical' => { 397 => 0x42 },
+ 'afstatus_34_e5_vertical' => { 397 => 0x44 },
+ 'afstatus_35_g7_vertical' => { 397 => 0x46 },
+ 'afstatus_36_g6_vertical' => { 397 => 0x48 },
+ 'afstatus_37_g5_vertical' => { 397 => 0x4a },
+ 'afstatus_38_i7_vertical' => { 397 => 0x4c },
+ 'afstatus_39_i6_vertical' => { 397 => 0x4e },
+ 'afstatus_40_i5_vertical' => { 397 => 0x50 },
+ 'afstatus_41_a7' => { 397 => 0x52 },
+ 'afstatus_42_b7' => { 397 => 0x54 },
+ 'afstatus_43_c7' => { 397 => 0x56 },
+ 'afstatus_44_d7' => { 397 => 0x58 },
+ 'afstatus_45_e7' => { 397 => 0x5a },
+ 'afstatus_46_f7' => { 397 => 0x5c },
+ 'afstatus_47_g7' => { 397 => 0x5e },
+ 'afstatus_48_h7' => { 397 => 0x60 },
+ 'afstatus_49_i7' => { 397 => 0x62 },
+ 'afstatus_50_a6' => { 397 => 0x64 },
+ 'afstatus_51_b6' => { 397 => 0x66 },
+ 'afstatus_52_c6' => { 397 => 0x68 },
+ 'afstatus_53_d6' => { 397 => 0x6a },
+ 'afstatus_54_e6_center' => { 397 => 0x6c },
+ 'afstatus_55_f6' => { 397 => 0x6e },
+ 'afstatus_56_g6' => { 397 => 0x70 },
+ 'afstatus_57_h6' => { 397 => 0x72 },
+ 'afstatus_58_i6' => { 397 => 0x74 },
+ 'afstatus_59_a5' => { 397 => 0x76 },
+ 'afstatus_60_b5' => { 397 => 0x78 },
+ 'afstatus_61_c5' => { 397 => 0x7a },
+ 'afstatus_62_d5' => { 397 => 0x7c },
+ 'afstatus_63_e5' => { 397 => 0x7e },
+ 'afstatus_64_f5' => { 397 => 0x80 },
+ 'afstatus_65_g5' => { 397 => 0x82 },
+ 'afstatus_66_h5' => { 397 => 0x84 },
+ 'afstatus_67_i5' => { 397 => 0x86 },
+ 'afstatus_68_c11' => { 397 => 0x88 },
+ 'afstatus_69_d11' => { 397 => 0x8a },
+ 'afstatus_70_e11' => { 397 => 0x8c },
+ 'afstatus_71_f11' => { 397 => 0x8e },
+ 'afstatus_72_g11' => { 397 => 0x90 },
+ 'afstatus_73_b10' => { 397 => 0x92 },
+ 'afstatus_74_c10' => { 397 => 0x94 },
+ 'afstatus_75_d10' => { 397 => 0x96 },
+ 'afstatus_76_e10' => { 397 => 0x98 },
+ 'afstatus_77_f10' => { 397 => 0x9a },
+ 'afstatus_78_g10' => { 397 => 0x9c },
+ 'afstatus_79_h10' => { 397 => 0x9e },
+ 'afstatus_80_b9' => { 397 => 0xa0 },
+ 'afstatus_81_c9' => { 397 => 0xa2 },
+ 'afstatus_82_d9' => { 397 => 0xa4 },
+ 'afstatus_83_e9' => { 397 => 0xa6 },
+ 'afstatus_84_f9' => { 397 => 0xa8 },
+ 'afstatus_85_g9' => { 397 => 0xaa },
+ 'afstatus_86_h9' => { 397 => 0xac },
+ 'afstatus_87_b8' => { 397 => 0xae },
+ 'afstatus_88_c8' => { 397 => 0xb0 },
+ 'afstatus_89_d8' => { 397 => 0xb2 },
+ 'afstatus_90_e8' => { 397 => 0xb4 },
+ 'afstatus_91_f8' => { 397 => 0xb6 },
+ 'afstatus_92_g8' => { 397 => 0xb8 },
+ 'afstatus_93_h8' => { 397 => 0xba },
+ 'afstatus_94_e6_center_f2-8' => { 397 => 0xbc },
+ 'afstatusactivesensor' => { 179 => 0x2, 394 => [0x4,0x3b], 398 => 0x1e, 399 => 0x1b, 400 => [0x1b,0x21] },
+ 'afstatusbottom' => { 179 => 0x8, 398 => 0x2a, 399 => 0x21, 400 => 0x21 },
+ 'afstatusbottom-left' => { 179 => 0x12, 399 => 0x2b, 400 => 0x2b },
+ 'afstatusbottom-right' => { 179 => 0x6, 399 => 0x1f, 400 => 0x1f },
+ 'afstatusbottomassist-left' => { 398 => 0x28 },
+ 'afstatusbottomassist-right' => { 398 => 0x2c },
+ 'afstatusbottomhorizontal' => { 395 => 0x10, 396 => 0x1c },
+ 'afstatusbottomvertical' => { 395 => 0x16, 396 => 0x26 },
+ 'afstatuscenter-10' => { 398 => 0x34 },
+ 'afstatuscenter-11' => { 398 => 0x36 },
+ 'afstatuscenter-12' => { 398 => 0x38 },
+ 'afstatuscenter-14' => { 398 => 0x3c },
+ 'afstatuscenter-7' => { 398 => 0x2e },
+ 'afstatuscenter-9' => { 398 => 0x32 },
+ 'afstatuscenter-horizontal' => { 398 => 0x30 },
+ 'afstatuscenter-vertical' => { 398 => 0x3a },
+ 'afstatuscenterf2-8' => { 398 => 0x4c },
+ 'afstatuscenterhorizontal' => { 179 => 0x2f, 395 => 0xc, 396 => 0x18, 399 => 0x2f, 400 => 0x2f },
+ 'afstatuscentervertical' => { 179 => 0xc, 395 => 0x14, 396 => 0x22, 399 => 0x25, 400 => 0x25 },
+ 'afstatusfarleft' => { 395 => 0x6, 398 => 0x26 },
+ 'afstatusfarlefthorizontal' => { 396 => 0x4 },
+ 'afstatusfarleftvertical' => { 396 => 0x12 },
+ 'afstatusfarright' => { 395 => 0x18, 398 => 0x44 },
+ 'afstatusfarrighthorizontal' => { 396 => 0x2c },
+ 'afstatusfarrightvertical' => { 396 => 0x34 },
+ 'afstatusleft' => { 179 => 0x2d, 395 => 0x2, 398 => 0x22, 399 => 0x2d, 400 => 0x2d },
+ 'afstatuslefthorizontal' => { 396 => 0x6 },
+ 'afstatusleftvertical' => { 396 => 0xe },
+ 'afstatuslower-left' => { 395 => 0x4, 398 => 0x24 },
+ 'afstatuslower-lefthorizontal' => { 396 => 0xa },
+ 'afstatuslower-leftvertical' => { 396 => 0x10 },
+ 'afstatuslower-middle' => { 395 => 0x22, 396 => 0x24 },
+ 'afstatuslower-right' => { 395 => 0x1e, 398 => 0x4a },
+ 'afstatuslower-righthorizontal' => { 396 => 0x32 },
+ 'afstatuslower-rightvertical' => { 396 => 0x3a },
+ 'afstatuslowerfarleft' => { 396 => 0x8 },
+ 'afstatuslowerfarright' => { 396 => 0x30 },
+ 'afstatusmiddlehorizontal' => { 179 => 0xa, 399 => 0x23, 400 => 0x23 },
+ 'afstatusnearleft' => { 395 => 0xe, 396 => 0x1a },
+ 'afstatusnearright' => { 395 => 0xa, 396 => 0x16 },
+ 'afstatusright' => { 179 => 0x31, 395 => 0x1c, 398 => 0x48, 399 => 0x31, 400 => 0x31 },
+ 'afstatusrighthorizontal' => { 396 => 0x2e },
+ 'afstatusrightvertical' => { 396 => 0x38 },
+ 'afstatustop' => { 179 => 0xe, 398 => 0x40, 399 => 0x27, 400 => 0x27 },
+ 'afstatustop-left' => { 179 => 0x10, 399 => 0x29, 400 => 0x29 },
+ 'afstatustop-right' => { 179 => 0x4, 399 => 0x1d, 400 => 0x1d },
+ 'afstatustopassist-left' => { 398 => 0x3e },
+ 'afstatustopassist-right' => { 398 => 0x42 },
+ 'afstatustophorizontal' => { 395 => 0x8, 396 => 0x14 },
+ 'afstatustopvertical' => { 395 => 0x12, 396 => 0x1e },
+ 'afstatusupper-left' => { 395 => 0x0, 398 => 0x20 },
+ 'afstatusupper-lefthorizontal' => { 396 => 0x2 },
+ 'afstatusupper-leftvertical' => { 396 => 0xc },
+ 'afstatusupper-middle' => { 395 => 0x20, 396 => 0x20 },
+ 'afstatusupper-right' => { 395 => 0x1a, 398 => 0x46 },
+ 'afstatusupper-righthorizontal' => { 396 => 0x2a },
+ 'afstatusupper-rightvertical' => { 396 => 0x36 },
+ 'afstatusupperfarleft' => { 396 => 0x0 },
+ 'afstatusupperfarright' => { 396 => 0x28 },
'afstatusviewfinder' => { 2 => 0x12 },
- 'aftracking' => { 412 => 0x2021 },
+ 'aftracking' => { 414 => 0x2021 },
'aftrackingsensitivity' => { 2 => 0x2 },
- 'aftype' => { 392 => 0x2 },
- 'afwithshutter' => { 399 => 0x2a },
- 'aggregateissuenumber' => { 485 => 'aggregateIssueNumber' },
- 'aggregationtype' => { 485 => 'aggregationType' },
- 'agreement' => { 488 => 'agreement' },
- 'ah2greeninterpolationthreshold' => { 136 => 0xe4e },
- 'aiservocontinuousshooting' => { 81 => 0x15 },
+ 'aftype' => { 394 => 0x2 },
+ 'afwithshutter' => { 401 => 0x2a },
+ 'aggregateissuenumber' => { 487 => 'aggregateIssueNumber' },
+ 'aggregationtype' => { 487 => 'aggregationType' },
+ 'agreement' => { 490 => 'agreement' },
+ 'ah2greeninterpolationthreshold' => { 137 => 0xe4e },
+ 'aiservocontinuousshooting' => { 82 => 0x15 },
'aiservofirstimage' => { 2 => 0x5 },
- 'aiservofirstimagepriority' => { 82 => 0x519 },
- 'aiservoimagepriority' => { 82 => 0x503 },
+ 'aiservofirstimagepriority' => { 83 => 0x519 },
+ 'aiservoimagepriority' => { 83 => 0x503 },
'aiservosecondimage' => { 2 => 0x6 },
- 'aiservosecondimagepriority' => { 82 => 0x51a },
- 'aiservotrackingmethod' => { 82 => 0x504 },
- 'aiservotrackingsensitivity' => { 81 => 0x14, 82 => 0x502 },
- 'album' => { 364 => ['albm',"\xa9alb"], 366 => 'album', 372 => ['albm',"\xa9alb"], 495 => 'album' },
- 'albumartist' => { 177 => 'WM/AlbumArtist', 364 => 'aART', 372 => 'albr' },
- 'albumcoverurl' => { 177 => 'WM/AlbumCoverURL' },
- 'albumtitle' => { 177 => 'WM/AlbumTitle' },
- 'albumtitleid' => { 364 => 'atID' },
- 'alreadyapplied' => { 469 => 'AlreadyApplied', 471 => 'AlreadyApplied' },
- 'alternatetitle' => { 485 => 'alternateTitle' },
- 'alternatetitlea-lang' => { 485 => [\'alternateTitle','alternateTitleA-lang'] },
- 'alternatetitlea-platform' => { 485 => [\'alternateTitle','alternateTitleA-platform'] },
- 'alternatetitletext' => { 485 => [\'alternateTitle','alternateTitleText'] },
- 'altitude' => { 193 => 0x6 },
- 'alttapename' => { 495 => 'altTapeName' },
- 'alttextaccessibility' => { 480 => 'AltTextAccessibility' },
- 'alttimecode' => { 495 => 'altTimecode' },
- 'alttimecodetimeformat' => { 495 => [\'altTimecode','altTimecodeTimeFormat'] },
- 'alttimecodetimevalue' => { 495 => [\'altTimecode','altTimecodeTimeValue'] },
- 'alttimecodevalue' => { 495 => [\'altTimecode','altTimecodeValue'] },
+ 'aiservosecondimagepriority' => { 83 => 0x51a },
+ 'aiservotrackingmethod' => { 83 => 0x504 },
+ 'aiservotrackingsensitivity' => { 82 => 0x14, 83 => 0x502 },
+ 'album' => { 366 => ['albm',"\xa9alb"], 368 => 'album', 374 => ['albm',"\xa9alb"], 497 => 'album' },
+ 'albumartist' => { 178 => 'WM/AlbumArtist', 366 => 'aART', 374 => 'albr' },
+ 'albumcoverurl' => { 178 => 'WM/AlbumCoverURL' },
+ 'albumtitle' => { 178 => 'WM/AlbumTitle' },
+ 'albumtitleid' => { 366 => 'atID' },
+ 'alreadyapplied' => { 471 => 'AlreadyApplied', 473 => 'AlreadyApplied' },
+ 'alternatetitle' => { 487 => 'alternateTitle' },
+ 'alternatetitlea-lang' => { 487 => [\'alternateTitle','alternateTitleA-lang'] },
+ 'alternatetitlea-platform' => { 487 => [\'alternateTitle','alternateTitleA-platform'] },
+ 'alternatetitletext' => { 487 => [\'alternateTitle','alternateTitleText'] },
+ 'altitude' => { 194 => 0x6 },
+ 'alttapename' => { 497 => 'altTapeName' },
+ 'alttextaccessibility' => { 482 => 'AltTextAccessibility' },
+ 'alttimecode' => { 497 => 'altTimecode' },
+ 'alttimecodetimeformat' => { 497 => [\'altTimecode','altTimecodeTimeFormat'] },
+ 'alttimecodetimevalue' => { 497 => [\'altTimecode','altTimecodeTimeValue'] },
+ 'alttimecodevalue' => { 497 => [\'altTimecode','altTimecodeValue'] },
'ambienceselection' => { 4 => 0x1 },
- 'ambientinfrared' => { 375 => 0x5c },
- 'ambientlight' => { 375 => 0x5e },
- 'ambienttemperature' => { 117 => 0x9400, 373 => 0x14, 374 => 0x46, 375 => 0x50, 436 => 0x4, 476 => 'Temperature' },
- 'ambienttemperaturefahrenheit' => { 373 => 0x13, 374 => 0x44, 375 => 0x4e },
- 'analogbalance' => { 117 => 0xc627 },
- 'analogcaptureiso' => { 136 => 0x89e },
- 'analogisotable' => { 136 => 0x89d },
- 'androidversion' => { 366 => 'com.android.version' },
- 'angleadj' => { 101 => 0x10003, 107 => 0x8b },
- 'angleinforoll' => { 465 => 'AngleInfoRoll' },
- 'angleinfoyaw' => { 465 => 'AngleInfoYaw' },
- 'anti-blur' => { 412 => 0xb04b },
- 'antialiasstrength' => { 117 => 0xc632 },
- 'aperturelock' => { 273 => '38.2', 275 => '38.2', 276 => '38.2', 285 => '38.2', 286 => '38.2' },
- 'aperturemode' => { 372 => 'apmd' },
- 'aperturerange' => { 82 => 0x10d },
- 'apertureringuse' => { 328 => '1.4' },
- 'aperturesetting' => { 182 => 0x7, 399 => 0x30, 400 => 0x29, 401 => 0x1 },
- 'aperturevalue' => { 91 => 0x2, 117 => 0x9202, 294 => 0x1002, 356 => 0x401, 475 => 'ApertureValue' },
- 'appinfo' => { 449 => 'AppInfo' },
- 'appinfoapplication' => { 449 => [\'AppInfo','AppInfoApplication'] },
- 'appinfoitemuri' => { 449 => [\'AppInfo','AppInfoItemURI'] },
- 'appinfoversion' => { 449 => [\'AppInfo','AppInfoVersion'] },
- 'applekeywords' => { 298 => 'AAPL:Keywords' },
- 'applephotosvariationidentifier' => { 366 => 'apple.photos.variation-identifier' },
- 'applestoreaccount' => { 364 => 'apID' },
- 'applestoreaccounttype' => { 364 => 'akID' },
- 'applestorecatalogid' => { 364 => 'cnID' },
- 'applestorecountry' => { 364 => 'sfID' },
- 'applicationkeystring' => { 136 => 0x400 },
- 'applicationnotes' => { 117 => 0x2bc, 317 => 0x2bc },
- 'applicationrecordversion' => { 129 => 0x0 },
- 'applyshootingmeteringmode' => { 82 => 0x10e },
- 'approved' => { 477 => 'Approved' },
- 'approvedby' => { 477 => 'ApprovedBy' },
- 'approximatefnumber' => { 307 => 0x313, 314 => 0x3406 },
- 'approximatefocusdistance' => { 466 => 'ApproximateFocusDistance' },
- 'appversion' => { 479 => 'AppVersion' },
- 'aps-csizecapture' => { 430 => 0x114, 431 => [0x114,0x1eb,0x1ee,0x21a,0x21c] },
- 'aquahsl' => { 101 => 0x20914 },
- 'armidentifier' => { 130 => 0x78 },
- 'armversion' => { 130 => 0x7a },
- 'arranger' => { 364 => "\xa9arg", 372 => "\xa9arg" },
- 'arrangerkeywords' => { 372 => "\xa9ark" },
- 'artdirector' => { 364 => "\xa9ard" },
- 'artfilter' => { 289 => 0x529 },
- 'artfiltereffect' => { 289 => 0x52f },
- 'artist' => { 117 => 0x13b, 302 => 'Artist', 347 => 0x22e, 364 => "\xa9ART", 366 => 'artist', 372 => "\xa9ART", 491 => 'Artist', 495 => 'artist' },
- 'artmode' => { 111 => 0x301b },
- 'artmodeparameters' => { 111 => 0x310b },
- 'artwork' => { 366 => 'artwork' },
- 'artworkcircadatecreated' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOCircaDateCreated'] },
- 'artworkcontentdescription' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOContentDescription'] },
- 'artworkcontributiondescription' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOContributionDescription'] },
- 'artworkcopyrightnotice' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] },
- 'artworkcopyrightownerid' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerId'] },
- 'artworkcopyrightownername' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerName'] },
- 'artworkcreator' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] },
- 'artworkcreatorid' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOCreatorId'] },
- 'artworkdatecreated' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] },
- 'artworklicensorid' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorId'] },
- 'artworklicensorname' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorName'] },
- 'artworkorobject' => { 481 => 'ArtworkOrObject' },
- 'artworkphysicaldescription' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOPhysicalDescription'] },
- 'artworksource' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] },
- 'artworksourceinventoryno' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] },
- 'artworksourceinvurl' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvURL'] },
- 'artworkstyleperiod' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOStylePeriod'] },
- 'artworktitle' => { 481 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] },
- 'aspectframe' => { 293 => 0x1113 },
- 'aspectratio' => { 5 => 0x0, 293 => 0x1112, 347 => 0x80, 399 => 0x55, 400 => 0x55, 401 => 0xa },
- 'assetid' => { 459 => 'AssetID' },
- 'asshoticcprofile' => { 117 => 0xc68f },
- 'asshotneutral' => { 117 => 0xc628 },
- 'asshotpreprofilematrix' => { 117 => 0xc690 },
- 'asshotprofilename' => { 117 => 0xc6f6 },
- 'asshotwhitexy' => { 117 => 0xc629 },
- 'assignbktbutton' => { 272 => '4.2', 273 => '16.1', 275 => '16.1', 276 => '16.1', 285 => '16.1', 286 => '16.1' },
- 'assignfuncbutton' => { 82 => 0x70b },
- 'assignmb-d17af-onbutton' => { 276 => '79.1' },
- 'assignmb-d17funcbutton' => { 276 => '67.1' },
- 'assignmb-d17funcbuttonplusdials' => { 276 => '68.1' },
- 'assignmb-d18af-onbutton' => { 286 => '79.1' },
- 'assignmb-d18funcbutton' => { 286 => '67.1' },
- 'assignmb-d18funcbuttonplusdials' => { 286 => '68.1' },
- 'assignmoviefunc1buttonplusdials' => { 275 => '75.1', 276 => '75.1', 286 => '75.1' },
- 'assignmoviefunc2button' => { 275 => '82.1', 276 => '82.1', 286 => '82.1' },
- 'assignmoviepreviewbuttonplusdials' => { 275 => '75.2', 276 => '75.2', 286 => '75.2' },
- 'assignmovierecordbutton' => { 273 => '43.2', 285 => '45.1' },
- 'assignmovierecordbuttonplusdials' => { 275 => '45.1', 276 => '45.1', 286 => '45.1' },
- 'assignmoviesubselector' => { 275 => '74.1', 276 => '74.1', 286 => '74.1' },
- 'assignmoviesubselectorplusdials' => { 275 => '76.1', 276 => '76.1', 286 => '76.1' },
- 'assignremotefnbutton' => { 273 => '54.1', 285 => '51.1' },
- 'assistbuttonfunction' => { 80 => 0xd },
- 'atcaptureusercrop' => { 136 => 0x943 },
- 'attributionname' => { 467 => 'attributionName' },
- 'attributionurl' => { 467 => 'attributionURL' },
- 'audio' => { 312 => 0x20 },
- 'audiobitrate' => { 65 => 0x6c, 481 => 'audioBitRate' },
- 'audiobitratemode' => { 481 => 'audioBitRateMode' },
- 'audiobitspersample' => { 481 => 'audioBitsPerSample' },
- 'audiochannelcount' => { 481 => 'audioChannelCount' },
- 'audiochannels' => { 65 => 0x70 },
- 'audiochanneltype' => { 495 => 'audioChannelType' },
- 'audiocompression' => { 82 => 0x816, 153 => 'Compression' },
- 'audiocompressor' => { 495 => 'audioCompressor' },
- 'audiodata' => { 451 => 'Data' },
- 'audioduration' => { 129 => 0x99 },
- 'audiogain' => { 366 => 'player.movie.audio.gain' },
- 'audiomimetype' => { 451 => 'Mime' },
- 'audiomoddate' => { 495 => 'audioModDate' },
- 'audiooutcue' => { 129 => 0x9a },
- 'audiosamplerate' => { 65 => 0x6e, 495 => 'audioSampleRate' },
- 'audiosampletype' => { 495 => 'audioSampleType' },
- 'audiosamplingrate' => { 129 => 0x97 },
- 'audiosamplingresolution' => { 129 => 0x98 },
- 'audiotype' => { 129 => 0x96 },
- 'author' => { 155 => 'Author', 298 => 'Author', 302 => 'Author', 363 => 'Author', 364 => ['auth',"\xa9aut"], 366 => 'author', 372 => 'auth', 464 => 'author', 482 => 'Author', 493 => 'Author' },
- 'authorsposition' => { 483 => 'AuthorsPosition' },
- 'authorurl' => { 177 => 'WM/AuthorURL' },
- 'autoafpointcolortracking' => { 82 => 0x51c },
+ 'ambientinfrared' => { 377 => 0x5c },
+ 'ambientlight' => { 377 => 0x5e },
+ 'ambienttemperature' => { 118 => 0x9400, 375 => 0x14, 376 => 0x46, 377 => 0x50, 438 => 0x4, 478 => 'Temperature' },
+ 'ambienttemperaturefahrenheit' => { 375 => 0x13, 376 => 0x44, 377 => 0x4e },
+ 'analogbalance' => { 118 => 0xc627 },
+ 'analogcaptureiso' => { 137 => 0x89e },
+ 'analogisotable' => { 137 => 0x89d },
+ 'androidversion' => { 368 => 'com.android.version' },
+ 'angleadj' => { 102 => 0x10003, 108 => 0x8b },
+ 'angleinforoll' => { 467 => 'AngleInfoRoll' },
+ 'angleinfoyaw' => { 467 => 'AngleInfoYaw' },
+ 'anti-blur' => { 414 => 0xb04b },
+ 'antialiasstrength' => { 118 => 0xc632 },
+ 'aperturelock' => { 275 => '38.2', 277 => '38.2', 278 => '38.2', 287 => '38.2', 288 => '38.2' },
+ 'aperturemode' => { 374 => 'apmd' },
+ 'aperturerange' => { 83 => 0x10d },
+ 'apertureringuse' => { 330 => '1.4' },
+ 'aperturesetting' => { 183 => 0x7, 401 => 0x30, 402 => 0x29, 403 => 0x1 },
+ 'aperturevalue' => { 92 => 0x2, 118 => 0x9202, 296 => 0x1002, 358 => 0x401, 477 => 'ApertureValue' },
+ 'appinfo' => { 451 => 'AppInfo' },
+ 'appinfoapplication' => { 451 => [\'AppInfo','AppInfoApplication'] },
+ 'appinfoitemuri' => { 451 => [\'AppInfo','AppInfoItemURI'] },
+ 'appinfoversion' => { 451 => [\'AppInfo','AppInfoVersion'] },
+ 'applekeywords' => { 300 => 'AAPL:Keywords' },
+ 'applephotosvariationidentifier' => { 368 => 'apple.photos.variation-identifier' },
+ 'applestoreaccount' => { 366 => 'apID' },
+ 'applestoreaccounttype' => { 366 => 'akID' },
+ 'applestorecatalogid' => { 366 => 'cnID' },
+ 'applestorecountry' => { 366 => 'sfID' },
+ 'applicationkeystring' => { 137 => 0x400 },
+ 'applicationnotes' => { 118 => 0x2bc, 319 => 0x2bc },
+ 'applicationrecordversion' => { 130 => 0x0 },
+ 'applyshootingmeteringmode' => { 83 => 0x10e },
+ 'approved' => { 479 => 'Approved' },
+ 'approvedby' => { 479 => 'ApprovedBy' },
+ 'approximatefnumber' => { 309 => 0x313, 316 => 0x3406 },
+ 'approximatefocusdistance' => { 468 => 'ApproximateFocusDistance' },
+ 'appversion' => { 481 => 'AppVersion' },
+ 'aps-csizecapture' => { 432 => 0x114, 433 => [0x114,0x1eb,0x1ee,0x21a,0x21c] },
+ 'aquahsl' => { 102 => 0x20914 },
+ 'armidentifier' => { 131 => 0x78 },
+ 'armversion' => { 131 => 0x7a },
+ 'arranger' => { 366 => "\xa9arg", 374 => "\xa9arg" },
+ 'arrangerkeywords' => { 374 => "\xa9ark" },
+ 'artdirector' => { 366 => "\xa9ard" },
+ 'artfilter' => { 291 => 0x529 },
+ 'artfiltereffect' => { 291 => 0x52f },
+ 'artist' => { 118 => 0x13b, 304 => 'Artist', 349 => 0x22e, 366 => "\xa9ART", 368 => 'artist', 374 => "\xa9ART", 493 => 'Artist', 497 => 'artist' },
+ 'artmode' => { 112 => 0x301b },
+ 'artmodeparameters' => { 112 => 0x310b },
+ 'artwork' => { 368 => 'artwork' },
+ 'artworkcircadatecreated' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOCircaDateCreated'] },
+ 'artworkcontentdescription' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOContentDescription'] },
+ 'artworkcontributiondescription' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOContributionDescription'] },
+ 'artworkcopyrightnotice' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] },
+ 'artworkcopyrightownerid' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerId'] },
+ 'artworkcopyrightownername' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerName'] },
+ 'artworkcreator' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] },
+ 'artworkcreatorid' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOCreatorId'] },
+ 'artworkdatecreated' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] },
+ 'artworklicensorid' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorId'] },
+ 'artworklicensorname' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorName'] },
+ 'artworkorobject' => { 483 => 'ArtworkOrObject' },
+ 'artworkphysicaldescription' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOPhysicalDescription'] },
+ 'artworksource' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] },
+ 'artworksourceinventoryno' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] },
+ 'artworksourceinvurl' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvURL'] },
+ 'artworkstyleperiod' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOStylePeriod'] },
+ 'artworktitle' => { 483 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] },
+ 'aspectframe' => { 295 => 0x1113 },
+ 'aspectratio' => { 5 => 0x0, 295 => 0x1112, 349 => 0x80, 401 => 0x55, 402 => 0x55, 403 => 0xa },
+ 'assetid' => { 461 => 'AssetID' },
+ 'asshoticcprofile' => { 118 => 0xc68f },
+ 'asshotneutral' => { 118 => 0xc628 },
+ 'asshotpreprofilematrix' => { 118 => 0xc690 },
+ 'asshotprofilename' => { 118 => 0xc6f6 },
+ 'asshotwhitexy' => { 118 => 0xc629 },
+ 'assignbktbutton' => { 274 => '4.2', 275 => '16.1', 277 => '16.1', 278 => '16.1', 287 => '16.1', 288 => '16.1' },
+ 'assignfuncbutton' => { 83 => 0x70b },
+ 'assignmb-d17af-onbutton' => { 278 => '79.1' },
+ 'assignmb-d17funcbutton' => { 278 => '67.1' },
+ 'assignmb-d17funcbuttonplusdials' => { 278 => '68.1' },
+ 'assignmb-d18af-onbutton' => { 288 => '79.1' },
+ 'assignmb-d18funcbutton' => { 288 => '67.1' },
+ 'assignmb-d18funcbuttonplusdials' => { 288 => '68.1' },
+ 'assignmoviefunc1buttonplusdials' => { 277 => '75.1', 278 => '75.1', 288 => '75.1' },
+ 'assignmoviefunc2button' => { 277 => '82.1', 278 => '82.1', 288 => '82.1' },
+ 'assignmoviepreviewbuttonplusdials' => { 277 => '75.2', 278 => '75.2', 288 => '75.2' },
+ 'assignmovierecordbutton' => { 275 => '43.2', 287 => '45.1' },
+ 'assignmovierecordbuttonplusdials' => { 277 => '45.1', 278 => '45.1', 288 => '45.1' },
+ 'assignmoviesubselector' => { 277 => '74.1', 278 => '74.1', 288 => '74.1' },
+ 'assignmoviesubselectorplusdials' => { 277 => '76.1', 278 => '76.1', 288 => '76.1' },
+ 'assignremotefnbutton' => { 275 => '54.1', 287 => '51.1' },
+ 'assistbuttonfunction' => { 81 => 0xd },
+ 'atcaptureusercrop' => { 137 => 0x943 },
+ 'attributionname' => { 469 => 'attributionName' },
+ 'attributionurl' => { 469 => 'attributionURL' },
+ 'audio' => { 314 => 0x20 },
+ 'audiobitrate' => { 66 => 0x6c, 483 => 'audioBitRate' },
+ 'audiobitratemode' => { 483 => 'audioBitRateMode' },
+ 'audiobitspersample' => { 483 => 'audioBitsPerSample' },
+ 'audiochannelcount' => { 483 => 'audioChannelCount' },
+ 'audiochannels' => { 66 => 0x70 },
+ 'audiochanneltype' => { 497 => 'audioChannelType' },
+ 'audiocompression' => { 83 => 0x816, 154 => 'Compression' },
+ 'audiocompressor' => { 497 => 'audioCompressor' },
+ 'audiodata' => { 453 => 'Data' },
+ 'audioduration' => { 130 => 0x99 },
+ 'audiogain' => { 368 => 'player.movie.audio.gain' },
+ 'audiomimetype' => { 453 => 'Mime' },
+ 'audiomoddate' => { 497 => 'audioModDate' },
+ 'audiooutcue' => { 130 => 0x9a },
+ 'audiosamplerate' => { 66 => 0x6e, 497 => 'audioSampleRate' },
+ 'audiosampletype' => { 497 => 'audioSampleType' },
+ 'audiosamplingrate' => { 130 => 0x97 },
+ 'audiosamplingresolution' => { 130 => 0x98 },
+ 'audiotype' => { 130 => 0x96 },
+ 'author' => { 156 => 'Author', 300 => 'Author', 304 => 'Author', 365 => 'Author', 366 => ['auth',"\xa9aut"], 368 => 'author', 374 => 'auth', 466 => 'author', 484 => 'Author', 495 => 'Author' },
+ 'authorsposition' => { 485 => 'AuthorsPosition' },
+ 'authorurl' => { 178 => 'WM/AuthorURL' },
+ 'autoafpointcolortracking' => { 83 => 0x51c },
'autoafpointseleositraf' => { 2 => 0xa },
- 'autoaperture' => { 338 => '0.1' },
- 'autobracket' => { 389 => 0x19 },
- 'autobracketing' => { 125 => 0x1100, 347 => 0x18, 379 => 0x1007 },
- 'autobracketingmode' => { 284 => '12.3' },
- 'autobracketingset' => { 284 => '12.1' },
- 'autobracketmodem' => { 272 => '21.2', 273 => '13.3', 275 => '13.2', 276 => '13.2', 281 => '26.2', 285 => '13.3', 286 => '13.2' },
- 'autobracketorder' => { 182 => 0x43, 272 => '21.3', 273 => '13.2', 275 => '13.1', 276 => '13.1', 281 => '26.3', 282 => '12.2', 283 => '2.2', 284 => '12.2', 285 => '13.2', 286 => '13.1', 287 => '13.2' },
- 'autobracketset' => { 272 => '21.1', 273 => '13.1', 277 => '11.1', 278 => '12.1', 279 => '12.1', 281 => '26.1', 282 => '12.1', 283 => '2.1', 285 => '13.1', 287 => '13.1' },
- 'autobrightness' => { 469 => 'AutoBrightness', 471 => 'AutoBrightness' },
- 'autocontrast' => { 469 => 'AutoContrast', 471 => 'AutoContrast' },
- 'autodistortioncontrol' => { 203 => 0x4, 254 => 0xd0a1 },
- 'autodynamicrange' => { 125 => 0x140b },
- 'autoexposure' => { 469 => 'AutoExposure', 471 => 'AutoExposure' },
- 'autoexposurebracketing' => { 75 => 0x10 },
- 'autoflashisosensitivity' => { 275 => '38.5', 276 => '38.5', 286 => '38.5' },
- 'autofocus' => { 292 => 0x209 },
- 'autofp' => { 283 => '7.3', 287 => '31.4' },
- 'autoiso' => { 75 => 0x1, 111 => 0x3008, 274 => '1.1', 283 => '1.1' },
- 'autoisomax' => { 274 => '1.2', 283 => '1.2' },
- 'autoisominshutterspeed' => { 274 => '1.3', 283 => '1.3' },
- 'autolateralca' => { 469 => 'AutoLateralCA', 471 => 'AutoLateralCA' },
- 'autolightingoptimizer' => { 16 => 0xbe, 17 => 0xbf, 20 => 0xbf, 61 => 0x2, 82 => 0x204, 101 => 0x20500, 107 => 0x6f },
- 'autolightingoptimizeron' => { 101 => '0x20500.0', 107 => 0x6e },
- 'autoportraitframed' => { 412 => 0x2016 },
- 'autoredeye' => { 265 => 0xfe28a44f },
- 'autorotate' => { 75 => 0x1b },
- 'autoshadows' => { 469 => 'AutoShadows', 471 => 'AutoShadows' },
- 'autotone' => { 469 => 'AutoTone', 471 => 'AutoTone' },
- 'autotonedigest' => { 469 => 'AutoToneDigest', 471 => 'AutoToneDigest' },
- 'autotonedigestnosat' => { 469 => 'AutoToneDigestNoSat', 471 => 'AutoToneDigestNoSat' },
- 'autowhiteversion' => { 469 => 'AutoWhiteVersion', 471 => 'AutoWhiteVersion' },
- 'auxiliarylens' => { 223 => 0x82 },
- 'avaperturesetting' => { 328 => 0x13 },
- 'averageblacklevel' => { 44 => 0xe7, 46 => 0xfb, 47 => 0x114, 48 => 0x146 },
- 'averagelv' => { 185 => 0x38 },
- 'avsettingwithoutlens' => { 82 => 0x707 },
- 'azimuth' => { 163 => 'Azimuth' },
- 'babyage' => { 312 => [0x8010,0x33] },
- 'babyname' => { 312 => 0x66 },
- 'backgroundalpha' => { 490 => 'bgalpha' },
- 'balance' => { 366 => 'player.movie.audio.balance' },
- 'baseexposurecompensation' => { 328 => 0x15 },
- 'baseiso' => { 75 => 0x2, 95 => 0x101c, 136 => 0x903, 314 => 0x312a, 442 => 0x6 },
- 'baseisodaylight' => { 136 => 0x910 },
- 'baseisoflash' => { 136 => 0x913 },
- 'baseisofluorescent' => { 136 => 0x912 },
- 'baseisotungsten' => { 136 => 0x911 },
- 'baselineexposure' => { 117 => 0xc62a },
- 'baselineexposureoffset' => { 117 => 0xc7a5 },
- 'baselinenoise' => { 117 => 0xc62b },
- 'baselinesharpness' => { 117 => 0xc62c },
- 'baseurl' => { 493 => 'BaseURL' },
- 'bass' => { 366 => 'player.movie.audio.bass' },
- 'batterylevel' => { 312 => 0x38, 399 => 0x51, 403 => 0xc, 404 => 0x4, 405 => 0x4, 443 => 0x7 },
- 'batterylevelgrip1' => { 443 => 0x6 },
- 'batterylevelgrip2' => { 443 => 0x8 },
- 'batteryorder' => { 272 => '12.5', 281 => '13.2', 282 => '2.1', 285 => '3.1' },
- 'batterystate' => { 182 => 0x60, 399 => 0x50, 405 => 0x14 },
- 'batterytemperature' => { 403 => 0x1, 405 => 0x2, 443 => 0x5 },
- 'batterytype' => { 62 => 0x38, 375 => 0x66 },
- 'batteryunknown' => { 403 => 0x2, 405 => 0x0 },
- 'batteryvoltage' => { 136 => 0x408, 373 => 0x2a, 374 => 0x49, 375 => 0x62, 403 => 0x8 },
- 'batteryvoltage1' => { 405 => 0x6 },
- 'batteryvoltage2' => { 405 => 0x8 },
- 'batteryvoltageavg' => { 375 => 0x64 },
- 'bayergreensplit' => { 117 => 0xc62d },
- 'bayerpattern' => { 135 => 0xf902, 186 => 0x17 },
- 'beatsperminute' => { 364 => 'tmpo' },
- 'beatspliceparams' => { 495 => 'beatSpliceParams' },
- 'beatspliceparamsriseindecibel' => { 495 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] },
- 'beatspliceparamsriseintimeduration' => { 495 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] },
- 'beatspliceparamsriseintimedurationscale' => { 495 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] },
- 'beatspliceparamsriseintimedurationvalue' => { 495 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] },
- 'beatspliceparamsusefilebeatsmarker' => { 495 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] },
- 'beep' => { 272 => '13.1', 273 => '5.4', 274 => '0.1', 277 => '2.1', 278 => '3.1', 279 => '3.1', 281 => '10.1', 283 => '0.1', 285 => '5.5', 287 => '4.1' },
- 'beeppitch' => { 282 => '3.1' },
- 'beepvolume' => { 282 => '4.5' },
- 'bestqualityscale' => { 117 => 0xc65c },
- 'bestshotmode' => { 111 => 0x3007 },
- 'bitdepth' => { 160 => 'BitDepth', 186 => 0x11, 231 => 0x41 },
- 'bitspercomponent' => { 131 => 0x87 },
- 'bitspersample' => { 117 => 0x102, 317 => 0xa, 491 => 'BitsPerSample' },
- 'blackacquirerows' => { 136 => 0x18ba },
- 'blacklevel' => { 117 => 0xc61a, 201 => 0x20, 223 => 0x3d, 294 => [0x401,0x1012], 356 => 0x21d },
- 'blacklevel2' => { 293 => 0x600, 297 => 0x600 },
- 'blacklevelblue' => { 317 => 0x1e },
- 'blacklevelbottom' => { 136 => 0x3f0 },
- 'blackleveldata' => { 356 => 0x223 },
- 'blackleveldeltah' => { 117 => 0xc61b },
- 'blackleveldeltav' => { 117 => 0xc61c },
- 'blacklevelgreen' => { 317 => 0x1d },
- 'blacklevelred' => { 317 => 0x1c },
- 'blacklevelrepeatdim' => { 117 => 0xc619 },
- 'blacklevelrough' => { 136 => 0x40e },
- 'blacklevelroughafter' => { 136 => 0x416 },
+ 'autoaperture' => { 340 => '0.1' },
+ 'autobracket' => { 391 => 0x19 },
+ 'autobracketing' => { 126 => 0x1100, 349 => 0x18, 381 => 0x1007 },
+ 'autobracketingmode' => { 286 => '12.3' },
+ 'autobracketingset' => { 286 => '12.1' },
+ 'autobracketmodem' => { 274 => '21.2', 275 => '13.3', 277 => '13.2', 278 => '13.2', 283 => '26.2', 287 => '13.3', 288 => '13.2' },
+ 'autobracketorder' => { 183 => 0x43, 274 => '21.3', 275 => '13.2', 277 => '13.1', 278 => '13.1', 283 => '26.3', 284 => '12.2', 285 => '2.2', 286 => '12.2', 287 => '13.2', 288 => '13.1', 289 => '13.2' },
+ 'autobracketset' => { 274 => '21.1', 275 => '13.1', 279 => '11.1', 280 => '12.1', 281 => '12.1', 283 => '26.1', 284 => '12.1', 285 => '2.1', 287 => '13.1', 289 => '13.1' },
+ 'autobrightness' => { 471 => 'AutoBrightness', 473 => 'AutoBrightness' },
+ 'autocontrast' => { 471 => 'AutoContrast', 473 => 'AutoContrast' },
+ 'autodistortioncontrol' => { 204 => 0x4, 259 => 0x143 },
+ 'autodynamicrange' => { 126 => 0x140b },
+ 'autoexposure' => { 471 => 'AutoExposure', 473 => 'AutoExposure' },
+ 'autoexposurebracketing' => { 76 => 0x10 },
+ 'autoflashisosensitivity' => { 277 => '38.5', 278 => '38.5', 288 => '38.5' },
+ 'autofocus' => { 294 => 0x209 },
+ 'autofp' => { 285 => '7.3', 289 => '31.4' },
+ 'autoiso' => { 76 => 0x1, 112 => 0x3008, 276 => '1.1', 285 => '1.1' },
+ 'autoisomax' => { 276 => '1.2', 285 => '1.2' },
+ 'autoisominshutterspeed' => { 276 => '1.3', 285 => '1.3' },
+ 'autolateralca' => { 471 => 'AutoLateralCA', 473 => 'AutoLateralCA' },
+ 'autolightingoptimizer' => { 16 => 0xbe, 17 => 0xbf, 20 => 0xbf, 62 => 0x2, 83 => 0x204, 102 => 0x20500, 108 => 0x6f },
+ 'autolightingoptimizeron' => { 102 => '0x20500.0', 108 => 0x6e },
+ 'autoportraitframed' => { 414 => 0x2016 },
+ 'autoredeye' => { 267 => 0xfe28a44f },
+ 'autorotate' => { 76 => 0x1b },
+ 'autoshadows' => { 471 => 'AutoShadows', 473 => 'AutoShadows' },
+ 'autotone' => { 471 => 'AutoTone', 473 => 'AutoTone' },
+ 'autotonedigest' => { 471 => 'AutoToneDigest', 473 => 'AutoToneDigest' },
+ 'autotonedigestnosat' => { 471 => 'AutoToneDigestNoSat', 473 => 'AutoToneDigestNoSat' },
+ 'autowhiteversion' => { 471 => 'AutoWhiteVersion', 473 => 'AutoWhiteVersion' },
+ 'auxiliarylens' => { 224 => 0x82 },
+ 'avaperturesetting' => { 330 => 0x13 },
+ 'averageblacklevel' => { 45 => 0xe7, 47 => 0xfb, 48 => 0x114, 49 => 0x146 },
+ 'averagelv' => { 186 => 0x38 },
+ 'avsettingwithoutlens' => { 83 => 0x707 },
+ 'azimuth' => { 164 => 'Azimuth' },
+ 'babyage' => { 314 => [0x8010,0x33] },
+ 'babyname' => { 314 => 0x66 },
+ 'backgroundalpha' => { 492 => 'bgalpha' },
+ 'balance' => { 368 => 'player.movie.audio.balance' },
+ 'baseexposurecompensation' => { 330 => 0x15 },
+ 'baseiso' => { 76 => 0x2, 96 => 0x101c, 137 => 0x903, 316 => 0x312a, 444 => 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' => { 495 => 'BaseURL' },
+ 'bass' => { 368 => 'player.movie.audio.bass' },
+ 'batterylevel' => { 314 => 0x38, 401 => 0x51, 405 => 0xc, 406 => 0x4, 407 => 0x4, 445 => 0x7 },
+ 'batterylevelgrip1' => { 445 => 0x6 },
+ 'batterylevelgrip2' => { 445 => 0x8 },
+ 'batteryorder' => { 274 => '12.5', 283 => '13.2', 284 => '2.1', 287 => '3.1' },
+ 'batterystate' => { 183 => 0x60, 401 => 0x50, 407 => 0x14 },
+ 'batterytemperature' => { 405 => 0x1, 407 => 0x2, 445 => 0x5 },
+ 'batterytype' => { 63 => 0x38, 377 => 0x66 },
+ 'batteryunknown' => { 405 => 0x2, 407 => 0x0 },
+ 'batteryvoltage' => { 137 => 0x408, 375 => 0x2a, 376 => 0x49, 377 => 0x62, 405 => 0x8 },
+ 'batteryvoltage1' => { 407 => 0x6 },
+ 'batteryvoltage2' => { 407 => 0x8 },
+ 'batteryvoltageavg' => { 377 => 0x64 },
+ 'bayergreensplit' => { 118 => 0xc62d },
+ 'bayerpattern' => { 136 => 0xf902, 187 => 0x17 },
+ 'beatsperminute' => { 366 => 'tmpo' },
+ 'beatspliceparams' => { 497 => 'beatSpliceParams' },
+ 'beatspliceparamsriseindecibel' => { 497 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] },
+ 'beatspliceparamsriseintimeduration' => { 497 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] },
+ 'beatspliceparamsriseintimedurationscale' => { 497 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] },
+ 'beatspliceparamsriseintimedurationvalue' => { 497 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] },
+ 'beatspliceparamsusefilebeatsmarker' => { 497 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] },
+ 'beep' => { 274 => '13.1', 275 => '5.4', 276 => '0.1', 279 => '2.1', 280 => '3.1', 281 => '3.1', 283 => '10.1', 285 => '0.1', 287 => '5.5', 289 => '4.1' },
+ 'beeppitch' => { 284 => '3.1' },
+ 'beepvolume' => { 284 => '4.5' },
+ 'bestqualityscale' => { 118 => 0xc65c },
+ 'bestshotmode' => { 112 => 0x3007 },
+ 'bitdepth' => { 161 => 'BitDepth', 187 => 0x11, 232 => 0x41 },
+ 'bitspercomponent' => { 132 => 0x87 },
+ 'bitspersample' => { 118 => 0x102, 319 => 0xa, 493 => 'BitsPerSample' },
+ 'blackacquirerows' => { 137 => 0x18ba },
+ 'blacklevel' => { 118 => 0xc61a, 202 => 0x20, 224 => 0x3d, 296 => [0x401,0x1012], 358 => 0x21d },
+ 'blacklevel2' => { 295 => 0x600, 299 => 0x600 },
+ 'blacklevelblue' => { 319 => 0x1e },
+ 'blacklevelbottom' => { 137 => 0x3f0 },
+ 'blackleveldata' => { 358 => 0x223 },
+ 'blackleveldeltah' => { 118 => 0xc61b },
+ 'blackleveldeltav' => { 118 => 0xc61c },
+ 'blacklevelgreen' => { 319 => 0x1d },
+ 'blacklevelred' => { 319 => 0x1c },
+ 'blacklevelrepeatdim' => { 118 => 0xc619 },
+ 'blacklevelrough' => { 137 => 0x40e },
+ 'blacklevelroughafter' => { 137 => 0x416 },
'blacklevels' => { 35 => 0x1d },
- 'blackleveltop' => { 136 => 0x3ef },
- 'blackpoint' => { 347 => 0x200 },
- 'blacks2012' => { 469 => 'Blacks2012', 471 => 'Blacks2012' },
- 'blacksadj' => { 446 => 0x9018 },
- 'bleachbypasstoning' => { 347 => 0x7f },
- 'blockshotafresponse' => { 275 => '1.5', 276 => '1.5', 286 => '1.5' },
- 'blogtitle' => { 485 => 'blogTitle' },
- 'blogurl' => { 485 => 'blogURL' },
- 'bluebalance' => { 294 => 0x1018, 317 => 0x12, 347 => 0x1b },
- 'bluecurvelimits' => { 106 => 0x1fe },
- 'bluecurvepoints' => { 105 => 0x79, 106 => 0x1d4 },
- 'bluehsl' => { 101 => 0x20915 },
- 'bluehue' => { 469 => 'BlueHue', 471 => 'BlueHue' },
- 'bluesaturation' => { 469 => 'BlueSaturation', 471 => 'BlueSaturation' },
- 'bluratinfinity' => { 455 => 'BlurAtInfinity' },
- 'blurcontrol' => { 347 => 0x82 },
- 'blurwarning' => { 125 => 0x1300 },
- 'bodybatteryadload' => { 326 => 0x3 },
- 'bodybatteryadnoload' => { 326 => 0x2 },
- 'bodybatterystate' => { 326 => '1.1' },
- 'bodybatteryvoltage1' => { 326 => 0x2 },
- 'bodybatteryvoltage2' => { 326 => 0x4 },
- 'bodybatteryvoltage3' => { 326 => 0x6 },
- 'bodybatteryvoltage4' => { 326 => 0x8 },
- 'bodyfirmware' => { 380 => 0x0 },
- 'bodyfirmwareversion' => { 290 => 0x104, 291 => 0x100, 294 => 0x104 },
- 'bodyserialnumber' => { 380 => 0x10 },
- 'bookedition' => { 485 => 'bookEdition' },
- 'bootloaderversion' => { 374 => 0x26 },
- 'bracketmode' => { 56 => 0x3 },
- 'bracketsequence' => { 111 => 0x301d },
- 'bracketsettings' => { 312 => 0x45 },
- 'bracketshotnumber' => { 56 => 0x5, 328 => 0x9, 410 => 0x2b },
- 'bracketshotnumber2' => { 410 => 0x2d },
- 'bracketstep' => { 179 => 0xe },
- 'bracketvalue' => { 56 => 0x4 },
- 'brightness' => { 117 => 0xfe53, 154 => 'Brightness', 174 => 'Brightness', 179 => 0x2c, 225 => 0x34, 226 => 0x39, 227 => 0x41, 366 => 'player.movie.visual.brightness', 373 => 0x25, 375 => 0x54, 399 => 0x22, 412 => 0x2007, 469 => 'Brightness', 471 => 'Brightness' },
- 'brightnessadj' => { 106 => 0x114, 258 => 0x0, 268 => 0x2d, 446 => 0x8018 },
- 'brightnessvalue' => { 117 => 0x9203, 185 => [0x691,0x49c3], 294 => 0x1003, 417 => 0x1e, 420 => 0x1140, 421 => 0x1140, 422 => 0x111c, 423 => 0x1198, 424 => 0x1174, 425 => 0x102c, 426 => 0x224, 427 => 0x224, 428 => 0x219, 475 => 'BrightnessValue' },
- 'buildnumber' => { 189 => 0x5500 },
- 'bulbduration' => { 75 => 0x18 },
- 'burstcount' => { 136 => 0x40d },
- 'burstid' => { 452 => 'BurstID' },
- 'burstmode' => { 138 => 0xa, 312 => 0x2a },
- 'burstmode2' => { 138 => 0x18 },
- 'burstprimary' => { 452 => 'BurstPrimary' },
- 'burstshot' => { 389 => 0x34 },
- 'burstspeed' => { 312 => 0x77 },
+ 'blackleveltop' => { 137 => 0x3ef },
+ 'blackpoint' => { 349 => 0x200 },
+ 'blacks2012' => { 471 => 'Blacks2012', 473 => 'Blacks2012' },
+ 'blacksadj' => { 448 => 0x9018 },
+ 'bleachbypasstoning' => { 349 => 0x7f },
+ 'blockshotafresponse' => { 277 => '1.5', 278 => '1.5', 288 => '1.5' },
+ 'blogtitle' => { 487 => 'blogTitle' },
+ 'blogurl' => { 487 => 'blogURL' },
+ 'bluebalance' => { 296 => 0x1018, 319 => 0x12, 349 => 0x1b },
+ 'bluecurvelimits' => { 107 => 0x1fe },
+ 'bluecurvepoints' => { 106 => 0x79, 107 => 0x1d4 },
+ 'bluehsl' => { 102 => 0x20915 },
+ 'bluehue' => { 471 => 'BlueHue', 473 => 'BlueHue' },
+ 'bluesaturation' => { 471 => 'BlueSaturation', 473 => 'BlueSaturation' },
+ 'bluratinfinity' => { 457 => 'BlurAtInfinity' },
+ 'blurcontrol' => { 349 => 0x82 },
+ 'blurwarning' => { 126 => 0x1300 },
+ 'bodybatteryadload' => { 328 => 0x3 },
+ 'bodybatteryadnoload' => { 328 => 0x2 },
+ 'bodybatterystate' => { 328 => '1.1' },
+ 'bodybatteryvoltage1' => { 328 => 0x2 },
+ 'bodybatteryvoltage2' => { 328 => 0x4 },
+ 'bodybatteryvoltage3' => { 328 => 0x6 },
+ 'bodybatteryvoltage4' => { 328 => 0x8 },
+ 'bodyfirmware' => { 382 => 0x0 },
+ 'bodyfirmwareversion' => { 292 => 0x104, 293 => 0x100, 296 => 0x104 },
+ 'bodyserialnumber' => { 382 => 0x10 },
+ 'bookedition' => { 487 => 'bookEdition' },
+ 'bootloaderversion' => { 376 => 0x26 },
+ 'bracketmode' => { 57 => 0x3 },
+ 'bracketsequence' => { 112 => 0x301d },
+ 'bracketsettings' => { 314 => 0x45 },
+ 'bracketshotnumber' => { 57 => 0x5, 330 => 0x9, 412 => 0x2b },
+ 'bracketshotnumber2' => { 412 => 0x2d },
+ 'bracketstep' => { 180 => 0xe },
+ 'bracketvalue' => { 57 => 0x4 },
+ 'brightness' => { 118 => 0xfe53, 155 => 'Brightness', 175 => 'Brightness', 180 => 0x2c, 226 => 0x34, 227 => 0x39, 228 => 0x41, 368 => 'player.movie.visual.brightness', 375 => 0x25, 377 => 0x54, 401 => 0x22, 414 => 0x2007, 471 => 'Brightness', 473 => 'Brightness' },
+ 'brightnessadj' => { 107 => 0x114, 260 => 0x0, 270 => 0x2d, 448 => 0x8018 },
+ 'brightnessvalue' => { 118 => 0x9203, 186 => [0x691,0x49c3], 296 => 0x1003, 419 => 0x1e, 422 => 0x1140, 423 => 0x1140, 424 => 0x111c, 425 => 0x1198, 426 => 0x1174, 427 => 0x102c, 428 => 0x224, 429 => 0x224, 430 => 0x219, 477 => 'BrightnessValue' },
+ 'buildnumber' => { 190 => 0x5500 },
+ 'bulbduration' => { 76 => 0x18 },
+ 'burstcount' => { 137 => 0x40d },
+ 'burstid' => { 454 => 'BurstID' },
+ 'burstmode' => { 139 => 0xa, 314 => 0x2a },
+ 'burstmode2' => { 139 => 0x18 },
+ 'burstprimary' => { 454 => 'BurstPrimary' },
+ 'burstshot' => { 391 => 0x34 },
+ 'burstspeed' => { 314 => 0x77 },
'burstuuid' => { 1 => 0xb },
- 'buttonfunctioncontroloff' => { 82 => 0x70a },
- 'bwadjustment' => { 125 => 0x1049 },
- 'bwfilter' => { 179 => 0x2a, 187 => 0x39 },
- 'bwmode' => { 294 => 0x203 },
- 'by-line' => { 129 => 0x50 },
- 'by-linetitle' => { 129 => 0x55 },
- 'bytecount' => { 485 => 'byteCount' },
- 'c14configuration' => { 136 => 0x1964 },
- 'cacheversion' => { 117 => 0xc7aa },
- 'calibratedfocallength' => { 114 => 'CalibratedFocalLength' },
- 'calibratedopticalcenterx' => { 114 => 'CalibratedOpticalCenterX' },
- 'calibratedopticalcentery' => { 114 => 'CalibratedOpticalCenterY' },
- 'calibration' => { 389 => [0x24,0x30] },
- 'calibrationhistory' => { 136 => 0x9c9 },
- 'calibrationilluminant1' => { 117 => 0xc65a },
- 'calibrationilluminant2' => { 117 => 0xc65b },
- 'calibrationilluminant3' => { 117 => 0xcd31 },
- 'calibrationversion' => { 136 => 0x9c6 },
- 'callforimage' => { 459 => 'CallForImage' },
- 'camera' => { 449 => [\'Cameras','CamerasCamera'] },
- 'cameraangle' => { 372 => 'angl', 495 => 'cameraAngle' },
- 'cameraappinfo' => { 449 => [\'Cameras','CamerasCameraAppInfo'] },
- 'cameraappinfoapplication' => { 449 => [\'Cameras','CamerasCameraAppInfoApplication'] },
- 'cameraappinfoitemuri' => { 449 => [\'Cameras','CamerasCameraAppInfoItemURI'] },
- 'cameraappinfoversion' => { 449 => [\'Cameras','CamerasCameraAppInfoVersion'] },
- 'cameraburstid' => { 453 => 'CameraBurstID' },
- 'cameracalibration' => { 389 => 0x11f },
- 'cameracalibration1' => { 117 => 0xc623 },
- 'cameracalibration2' => { 117 => 0xc624 },
- 'cameracalibration3' => { 117 => 0xcd32 },
- 'cameracalibrationsig' => { 117 => 0xc6f3 },
+ 'buttonfunctioncontroloff' => { 83 => 0x70a },
+ 'bwadjustment' => { 126 => 0x1049 },
+ 'bwfilter' => { 180 => 0x2a, 188 => 0x39 },
+ 'bwmode' => { 296 => 0x203 },
+ 'by-line' => { 130 => 0x50 },
+ 'by-linetitle' => { 130 => 0x55 },
+ 'bytecount' => { 487 => 'byteCount' },
+ 'c14configuration' => { 137 => 0x1964 },
+ 'cacheversion' => { 118 => 0xc7aa },
+ 'calibratedfocallength' => { 115 => 'CalibratedFocalLength' },
+ 'calibratedopticalcenterx' => { 115 => 'CalibratedOpticalCenterX' },
+ 'calibratedopticalcentery' => { 115 => 'CalibratedOpticalCenterY' },
+ 'calibration' => { 391 => [0x24,0x30] },
+ 'calibrationhistory' => { 137 => 0x9c9 },
+ 'calibrationilluminant1' => { 118 => 0xc65a },
+ 'calibrationilluminant2' => { 118 => 0xc65b },
+ 'calibrationilluminant3' => { 118 => 0xcd31 },
+ 'calibrationversion' => { 137 => 0x9c6 },
+ 'callforimage' => { 461 => 'CallForImage' },
+ 'camera' => { 451 => [\'Cameras','CamerasCamera'] },
+ 'cameraangle' => { 374 => 'angl', 497 => 'cameraAngle' },
+ 'cameraappinfo' => { 451 => [\'Cameras','CamerasCameraAppInfo'] },
+ 'cameraappinfoapplication' => { 451 => [\'Cameras','CamerasCameraAppInfoApplication'] },
+ 'cameraappinfoitemuri' => { 451 => [\'Cameras','CamerasCameraAppInfoItemURI'] },
+ 'cameraappinfoversion' => { 451 => [\'Cameras','CamerasCameraAppInfoVersion'] },
+ 'cameraburstid' => { 455 => 'CameraBurstID' },
+ 'cameracalibration' => { 391 => 0x11f },
+ 'cameracalibration1' => { 118 => 0xc623 },
+ 'cameracalibration2' => { 118 => 0xc624 },
+ 'cameracalibration3' => { 118 => 0xcd32 },
+ 'cameracalibrationsig' => { 118 => 0xc6f3 },
'cameracolorcalibration01' => { 36 => 0x0, 37 => 0x0 },
'cameracolorcalibration02' => { 36 => 0x4, 37 => 0x5 },
'cameracolorcalibration03' => { 36 => 0x8, 37 => 0xa },
@@ -1212,5730 +1214,5739 @@ my %tagLookup = (
'cameracolorcalibration13' => { 36 => 0x30, 37 => 0x3c },
'cameracolorcalibration14' => { 36 => 0x34, 37 => 0x41 },
'cameracolorcalibration15' => { 36 => 0x38, 37 => 0x46 },
- 'cameradepthmap' => { 449 => [\'Cameras','CamerasCameraDepthMap'] },
- 'cameradepthmapconfidenceuri' => { 449 => [\'Cameras','CamerasCameraDepthMapConfidenceURI'] },
- 'cameradepthmapdepthuri' => { 449 => [\'Cameras','CamerasCameraDepthMapDepthURI'] },
- 'cameradepthmapfar' => { 449 => [\'Cameras','CamerasCameraDepthMapFar'] },
- 'cameradepthmapfocaltable' => { 449 => [\'Cameras','CamerasCameraDepthMapFocalTable'] },
- 'cameradepthmapfocaltableentrycount' => { 449 => [\'Cameras','CamerasCameraDepthMapFocalTableEntryCount'] },
- 'cameradepthmapformat' => { 449 => [\'Cameras','CamerasCameraDepthMapFormat'] },
- 'cameradepthmapitemsemantic' => { 449 => [\'Cameras','CamerasCameraDepthMapItemSemantic'] },
- 'cameradepthmapmeasuretype' => { 449 => [\'Cameras','CamerasCameraDepthMapMeasureType'] },
- 'cameradepthmapnear' => { 449 => [\'Cameras','CamerasCameraDepthMapNear'] },
- 'cameradepthmapsoftware' => { 449 => [\'Cameras','CamerasCameraDepthMapSoftware'] },
- 'cameradepthmapunits' => { 449 => [\'Cameras','CamerasCameraDepthMapUnits'] },
- 'cameradirection' => { 366 => 'direction.facing' },
- 'camerae-mountversion' => { 445 => 0xb },
- 'cameraelevationangle' => { 117 => 0x9405, 476 => 'CameraElevationAngle' },
- 'camerafilename' => { 459 => 'CameraFilename' },
- 'cameraid' => { 294 => 0x209, 372 => 'cmid', 388 => 0x209 },
- 'cameraidentifier' => { 366 => 'camera.identifier' },
- 'cameraimage' => { 449 => [\'Cameras','CamerasCameraImage'] },
- 'cameraimageitemsemantic' => { 449 => [\'Cameras','CamerasCameraImageItemSemantic'] },
- 'cameraimageitemuri' => { 449 => [\'Cameras','CamerasCameraImageItemURI'] },
- 'cameraimagingmodel' => { 449 => [\'Cameras','CamerasCameraImagingModel'] },
- 'cameraimagingmodeldistortion' => { 449 => [\'Cameras','CamerasCameraImagingModelDistortion'] },
- 'cameraimagingmodeldistortioncount' => { 449 => [\'Cameras','CamerasCameraImagingModelDistortionCount'] },
- 'cameraimagingmodelfocallengthx' => { 449 => [\'Cameras','CamerasCameraImagingModelFocalLengthX'] },
- 'cameraimagingmodelfocallengthy' => { 449 => [\'Cameras','CamerasCameraImagingModelFocalLengthY'] },
- 'cameraimagingmodelimageheight' => { 449 => [\'Cameras','CamerasCameraImagingModelImageHeight'] },
- 'cameraimagingmodelimagewidth' => { 449 => [\'Cameras','CamerasCameraImagingModelImageWidth'] },
- 'cameraimagingmodelpixelaspectratio' => { 449 => [\'Cameras','CamerasCameraImagingModelPixelAspectRatio'] },
- 'cameraimagingmodelprincipalpointx' => { 449 => [\'Cameras','CamerasCameraImagingModelPrincipalPointX'] },
- 'cameraimagingmodelprincipalpointy' => { 449 => [\'Cameras','CamerasCameraImagingModelPrincipalPointY'] },
- 'cameraimagingmodelskew' => { 449 => [\'Cameras','CamerasCameraImagingModelSkew'] },
+ 'cameradepthmap' => { 451 => [\'Cameras','CamerasCameraDepthMap'] },
+ 'cameradepthmapconfidenceuri' => { 451 => [\'Cameras','CamerasCameraDepthMapConfidenceURI'] },
+ 'cameradepthmapdepthuri' => { 451 => [\'Cameras','CamerasCameraDepthMapDepthURI'] },
+ 'cameradepthmapfar' => { 451 => [\'Cameras','CamerasCameraDepthMapFar'] },
+ 'cameradepthmapfocaltable' => { 451 => [\'Cameras','CamerasCameraDepthMapFocalTable'] },
+ 'cameradepthmapfocaltableentrycount' => { 451 => [\'Cameras','CamerasCameraDepthMapFocalTableEntryCount'] },
+ 'cameradepthmapformat' => { 451 => [\'Cameras','CamerasCameraDepthMapFormat'] },
+ 'cameradepthmapitemsemantic' => { 451 => [\'Cameras','CamerasCameraDepthMapItemSemantic'] },
+ 'cameradepthmapmeasuretype' => { 451 => [\'Cameras','CamerasCameraDepthMapMeasureType'] },
+ 'cameradepthmapnear' => { 451 => [\'Cameras','CamerasCameraDepthMapNear'] },
+ 'cameradepthmapsoftware' => { 451 => [\'Cameras','CamerasCameraDepthMapSoftware'] },
+ 'cameradepthmapunits' => { 451 => [\'Cameras','CamerasCameraDepthMapUnits'] },
+ 'cameradirection' => { 368 => 'direction.facing' },
+ 'camerae-mountversion' => { 447 => 0xb },
+ 'cameraelevationangle' => { 118 => 0x9405, 478 => 'CameraElevationAngle' },
+ 'camerafilename' => { 461 => 'CameraFilename' },
+ 'cameraid' => { 296 => 0x209, 374 => 'cmid', 390 => 0x209 },
+ 'cameraidentifier' => { 368 => 'camera.identifier' },
+ 'cameraimage' => { 451 => [\'Cameras','CamerasCameraImage'] },
+ 'cameraimageitemsemantic' => { 451 => [\'Cameras','CamerasCameraImageItemSemantic'] },
+ 'cameraimageitemuri' => { 451 => [\'Cameras','CamerasCameraImageItemURI'] },
+ 'cameraimagingmodel' => { 451 => [\'Cameras','CamerasCameraImagingModel'] },
+ 'cameraimagingmodeldistortion' => { 451 => [\'Cameras','CamerasCameraImagingModelDistortion'] },
+ 'cameraimagingmodeldistortioncount' => { 451 => [\'Cameras','CamerasCameraImagingModelDistortionCount'] },
+ 'cameraimagingmodelfocallengthx' => { 451 => [\'Cameras','CamerasCameraImagingModelFocalLengthX'] },
+ 'cameraimagingmodelfocallengthy' => { 451 => [\'Cameras','CamerasCameraImagingModelFocalLengthY'] },
+ 'cameraimagingmodelimageheight' => { 451 => [\'Cameras','CamerasCameraImagingModelImageHeight'] },
+ 'cameraimagingmodelimagewidth' => { 451 => [\'Cameras','CamerasCameraImagingModelImageWidth'] },
+ 'cameraimagingmodelpixelaspectratio' => { 451 => [\'Cameras','CamerasCameraImagingModelPixelAspectRatio'] },
+ 'cameraimagingmodelprincipalpointx' => { 451 => [\'Cameras','CamerasCameraImagingModelPrincipalPointX'] },
+ 'cameraimagingmodelprincipalpointy' => { 451 => [\'Cameras','CamerasCameraImagingModelPrincipalPointY'] },
+ 'cameraimagingmodelskew' => { 451 => [\'Cameras','CamerasCameraImagingModelSkew'] },
'cameraiso' => { 34 => 0x10 },
- 'cameralabel' => { 117 => 0xc7a1, 495 => 'cameraLabel' },
- 'cameralightestimate' => { 449 => [\'Cameras','CamerasCameraLightEstimate'] },
- 'cameralightestimatecolorcorrectionb' => { 449 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionB'] },
- 'cameralightestimatecolorcorrectiong' => { 449 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionG'] },
- 'cameralightestimatecolorcorrectionr' => { 449 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionR'] },
- 'cameralightestimatepixelintensity' => { 449 => [\'Cameras','CamerasCameraLightEstimatePixelIntensity'] },
- 'cameramakemodel' => { 459 => 'CameraMakeModel' },
- 'cameramodel' => { 356 => 0x410, 495 => 'cameraModel' },
- 'cameramodelid' => { 174 => 'CameraModelID' },
- 'cameramodelrestriction' => { 469 => 'CameraModelRestriction', 471 => 'CameraModelRestriction' },
- 'cameramotion' => { 366 => 'direction.motion' },
- 'cameramove' => { 495 => '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, 312 => 0x8f, 351 => 0x1, 356 => 0x100, 405 => [0x16,0x18], 433 => 0x28, 434 => 0x24, 435 => 0x29 },
- 'cameraowner' => { 139 => 0xc353 },
- 'cameraparameters' => { 294 => 0x2050 },
+ 'cameralabel' => { 118 => 0xc7a1, 497 => 'cameraLabel' },
+ 'cameralightestimate' => { 451 => [\'Cameras','CamerasCameraLightEstimate'] },
+ 'cameralightestimatecolorcorrectionb' => { 451 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionB'] },
+ 'cameralightestimatecolorcorrectiong' => { 451 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionG'] },
+ 'cameralightestimatecolorcorrectionr' => { 451 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionR'] },
+ 'cameralightestimatepixelintensity' => { 451 => [\'Cameras','CamerasCameraLightEstimatePixelIntensity'] },
+ 'cameramakemodel' => { 461 => 'CameraMakeModel' },
+ 'cameramodel' => { 358 => 0x410, 497 => 'cameraModel' },
+ 'cameramodelid' => { 175 => 'CameraModelID' },
+ 'cameramodelrestriction' => { 471 => 'CameraModelRestriction', 473 => 'CameraModelRestriction' },
+ 'cameramotion' => { 368 => 'direction.motion' },
+ 'cameramove' => { 497 => '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, 314 => 0x8f, 353 => 0x1, 358 => 0x100, 407 => [0x16,0x18], 435 => 0x28, 436 => 0x24, 437 => 0x29 },
+ 'cameraowner' => { 140 => 0xc353 },
+ 'cameraparameters' => { 296 => 0x2050 },
'camerapicturestyle' => { 28 => 0xaf },
- 'camerapitch' => { 113 => 0x9, 372 => "\xa9gpt" },
- 'camerapointcloud' => { 449 => [\'Cameras','CamerasCameraPointCloud'] },
- 'camerapointcloudmetric' => { 449 => [\'Cameras','CamerasCameraPointCloudMetric'] },
- 'camerapointcloudpointcloud' => { 449 => [\'Cameras','CamerasCameraPointCloudPointCloud'] },
- 'camerapointcloudpoints' => { 449 => [\'Cameras','CamerasCameraPointCloudPoints'] },
- 'camerapose' => { 449 => [\'Cameras','CamerasCameraPose'] },
- 'cameraposepositionx' => { 449 => [\'Cameras','CamerasCameraPosePositionX'] },
- 'cameraposepositiony' => { 449 => [\'Cameras','CamerasCameraPosePositionY'] },
- 'cameraposepositionz' => { 449 => [\'Cameras','CamerasCameraPosePositionZ'] },
- 'cameraposerotationw' => { 449 => [\'Cameras','CamerasCameraPoseRotationW'] },
- 'cameraposerotationx' => { 449 => [\'Cameras','CamerasCameraPoseRotationX'] },
- 'cameraposerotationy' => { 449 => [\'Cameras','CamerasCameraPoseRotationY'] },
- 'cameraposerotationz' => { 449 => [\'Cameras','CamerasCameraPoseRotationZ'] },
- 'cameraposetimestamp' => { 449 => [\'Cameras','CamerasCameraPoseTimestamp'] },
- 'cameraprofile' => { 469 => 'CameraProfile', 471 => 'CameraProfile' },
- 'cameraprofiledigest' => { 469 => 'CameraProfileDigest', 471 => 'CameraProfileDigest' },
- 'camerarawcolortone' => { 107 => 0xe1 },
- 'camerarawcontrast' => { 107 => 0xe3 },
- 'camerarawhighlightpoint' => { 107 => 0xe6 },
- 'camerarawlinear' => { 107 => 0xe4 },
- 'camerarawoutputhighlightpoint' => { 107 => 0xe8 },
- 'camerarawoutputshadowpoint' => { 107 => 0xe9 },
- 'camerarawsaturation' => { 107 => 0xe2 },
- 'camerarawshadowpoint' => { 107 => 0xe7 },
- 'camerarawsharpness' => { 107 => 0xe5 },
- 'cameraroll' => { 113 => 0xb, 372 => "\xa9grl" },
- 'cameras' => { 449 => 'Cameras' },
- 'cameraserialnumber' => { 117 => 0xc62f, 176 => 'CameraSerialNumber', 459 => 'CameraSerialNumber' },
- 'camerasettingsversion' => { 289 => 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], 75 => 0xc, 136 => 0x406, 293 => 0x1306, 307 => 0x320, 314 => 0x3402, 347 => 0x47, 386 => 0x43, 437 => 0x5 },
- 'cameratemperature4' => { 352 => 0x14 },
- 'cameratemperature5' => { 352 => 0x16 },
- 'cameratemperaturerangemax' => { 119 => 0x5 },
- 'cameratemperaturerangemin' => { 119 => 0x6 },
- 'cameratrait' => { 449 => [\'Cameras','CamerasCameraTrait'] },
- 'cameratype' => { 75 => 0x1a, 294 => 0x207 },
- 'cameratype2' => { 290 => 0x100 },
- 'cameravendorinfo' => { 449 => [\'Cameras','CamerasCameraVendorInfo'] },
- 'cameravendorinfomanufacturer' => { 449 => [\'Cameras','CamerasCameraVendorInfoManufacturer'] },
- 'cameravendorinfomodel' => { 449 => [\'Cameras','CamerasCameraVendorInfoModel'] },
- 'cameravendorinfonotes' => { 449 => [\'Cameras','CamerasCameraVendorInfoNotes'] },
- 'camerayaw' => { 113 => 0xa, 372 => "\xa9gyw" },
- 'camreverse' => { 114 => 'CamReverse' },
- 'canondr4' => { 118 => 'CanonDR4' },
+ 'camerapitch' => { 114 => 0x9, 374 => "\xa9gpt" },
+ 'camerapointcloud' => { 451 => [\'Cameras','CamerasCameraPointCloud'] },
+ 'camerapointcloudmetric' => { 451 => [\'Cameras','CamerasCameraPointCloudMetric'] },
+ 'camerapointcloudpointcloud' => { 451 => [\'Cameras','CamerasCameraPointCloudPointCloud'] },
+ 'camerapointcloudpoints' => { 451 => [\'Cameras','CamerasCameraPointCloudPoints'] },
+ 'camerapose' => { 451 => [\'Cameras','CamerasCameraPose'] },
+ 'cameraposepositionx' => { 451 => [\'Cameras','CamerasCameraPosePositionX'] },
+ 'cameraposepositiony' => { 451 => [\'Cameras','CamerasCameraPosePositionY'] },
+ 'cameraposepositionz' => { 451 => [\'Cameras','CamerasCameraPosePositionZ'] },
+ 'cameraposerotationw' => { 451 => [\'Cameras','CamerasCameraPoseRotationW'] },
+ 'cameraposerotationx' => { 451 => [\'Cameras','CamerasCameraPoseRotationX'] },
+ 'cameraposerotationy' => { 451 => [\'Cameras','CamerasCameraPoseRotationY'] },
+ 'cameraposerotationz' => { 451 => [\'Cameras','CamerasCameraPoseRotationZ'] },
+ 'cameraposetimestamp' => { 451 => [\'Cameras','CamerasCameraPoseTimestamp'] },
+ 'cameraprofile' => { 471 => 'CameraProfile', 473 => 'CameraProfile' },
+ 'cameraprofiledigest' => { 471 => 'CameraProfileDigest', 473 => '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, 374 => "\xa9grl" },
+ 'cameras' => { 451 => 'Cameras' },
+ 'cameraserialnumber' => { 118 => 0xc62f, 177 => 'CameraSerialNumber', 461 => 'CameraSerialNumber' },
+ 'camerasettingsversion' => { 291 => 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, 295 => 0x1306, 309 => 0x320, 316 => 0x3402, 349 => 0x47, 388 => 0x43, 439 => 0x5 },
+ 'cameratemperature4' => { 354 => 0x14 },
+ 'cameratemperature5' => { 354 => 0x16 },
+ 'cameratemperaturerangemax' => { 120 => 0x5 },
+ 'cameratemperaturerangemin' => { 120 => 0x6 },
+ 'cameratrait' => { 451 => [\'Cameras','CamerasCameraTrait'] },
+ 'cameratype' => { 76 => 0x1a, 296 => 0x207 },
+ 'cameratype2' => { 292 => 0x100 },
+ 'cameravendorinfo' => { 451 => [\'Cameras','CamerasCameraVendorInfo'] },
+ 'cameravendorinfomanufacturer' => { 451 => [\'Cameras','CamerasCameraVendorInfoManufacturer'] },
+ 'cameravendorinfomodel' => { 451 => [\'Cameras','CamerasCameraVendorInfoModel'] },
+ 'cameravendorinfonotes' => { 451 => [\'Cameras','CamerasCameraVendorInfoNotes'] },
+ 'camerayaw' => { 114 => 0xa, 374 => "\xa9gyw" },
+ 'camreverse' => { 115 => 'CamReverse' },
+ 'canondr4' => { 119 => 'CanonDR4' },
'canonexposuremode' => { 34 => 0x14 },
- 'canonfiledescription' => { 95 => 0x805 },
- 'canonfilelength' => { 62 => 0xe },
- 'canonfirmwareversion' => { 62 => 0x7, 95 => 0x80b },
- 'canonflashinfo' => { 95 => 0x1028 },
+ 'canonfiledescription' => { 96 => 0x805 },
+ 'canonfilelength' => { 63 => 0xe },
+ 'canonfirmwareversion' => { 63 => 0x7, 96 => 0x80b },
+ 'canonflashinfo' => { 96 => 0x1028 },
'canonflashmode' => { 34 => 0x4 },
'canonimagesize' => { 10 => 0x39, 34 => 0xa },
- 'canonimagetype' => { 62 => 0x6, 95 => 0x815 },
- 'canonmodelid' => { 62 => 0x10, 95 => 0x1834 },
- 'canonvrd' => { 118 => 'CanonVRD' },
- 'caption' => { 464 => 'caption' },
- 'caption-abstract' => { 129 => 0x78 },
- 'captionsauthornames' => { 474 => 'CaptionsAuthorNames' },
- 'captionsdatetimestamps' => { 474 => 'CaptionsDateTimeStamps' },
- 'captionwriter' => { 483 => 'CaptionWriter' },
- 'captureframerate' => { 111 => 0x4001 },
- 'captureheightnormal' => { 136 => 0x1839 },
- 'capturelook' => { 136 => 0xc48 },
- 'capturemode' => { 366 => 'com.apple.photos.captureMode' },
- 'capturesoftware' => { 457 => 'CaptureSoftware' },
- 'capturewidthnormal' => { 136 => 0x1838 },
- 'capturewidthtest' => { 136 => 0x1842 },
- 'cardshutterlock' => { 182 => 0x49 },
- 'casioimagesize' => { 111 => 0x9 },
- 'catalogsets' => { 129 => 0xff, 450 => 'CatalogSets', 462 => 'CatalogSets' },
- 'categories' => { 62 => 0x23, 464 => 'categories' },
- 'category' => { 129 => 0xf, 177 => 'WM/Category', 288 => 0x30, 364 => 'catg', 483 => 'Category' },
- 'cbcrgain' => { 386 => 0xa036 },
- 'cbcrgaindefault' => { 386 => 0xa035 },
- 'cbcrmatrix' => { 386 => 0xa034 },
- 'cbcrmatrixdefault' => { 386 => 0xa033 },
- 'ccdboardversion' => { 307 => 0x331 },
- 'ccdscanmode' => { 294 => 0x1039 },
- 'ccdsensitivity' => { 255 => 0x6 },
- 'ccdversion' => { 307 => 0x330 },
- 'cellglobalid' => { 468 => 'cgi' },
- 'celllength' => { 117 => 0x109 },
- 'cellr' => { 468 => 'r' },
- 'celltowerid' => { 468 => 'cellid' },
- 'cellwidth' => { 117 => 0x108 },
- 'centerafarea' => { 283 => '15.1' },
- 'centerfocuspoint' => { 287 => '2.2' },
- 'centerpixel' => { 136 => 0x40c },
- 'centerweightedareasize' => { 272 => '7.1', 273 => '8.1', 275 => '8.1', 276 => '8.1', 280 => '7.1', 281 => '5.1', 282 => '7.1', 283 => '6.3', 285 => '8.1', 286 => '8.1', 287 => '8.1' },
- 'certificate' => { 499 => 'Certificate' },
- 'cfainterpolationalgorithm' => { 136 => 0xe60 },
- 'cfainterpolationmetric' => { 136 => 0xe61 },
- 'cfaoffsetcols' => { 136 => 0xc71 },
- 'cfaoffsetrows' => { 136 => 0xc6f },
- 'cfapattern' => { 117 => 0xa302, 317 => 0x9, 475 => 'CFAPattern' },
- 'cfapattern2' => { 117 => 0x828e },
- 'cfapatterncolumns' => { 475 => [\'CFAPattern','CFAPatternColumns'] },
- 'cfapatternrows' => { 475 => [\'CFAPattern','CFAPatternRows'] },
- 'cfapatternvalues' => { 475 => [\'CFAPattern','CFAPatternValues'] },
- 'cfarepeatpatterndim' => { 117 => 0x828d },
- 'cfazipperfixthreshold' => { 136 => 0xe62 },
- 'channel' => { 485 => 'channel' },
- 'channela-lang' => { 485 => [\'channel','channelA-lang'] },
- 'channelchannel' => { 485 => [\'channel','channelChannel'] },
- 'channels' => { 153 => 'Channels' },
- 'channelsubchannel1' => { 485 => [\'channel','channelSubchannel1'] },
- 'channelsubchannel2' => { 485 => [\'channel','channelSubchannel2'] },
- 'channelsubchannel3' => { 485 => [\'channel','channelSubchannel3'] },
- 'channelsubchannel4' => { 485 => [\'channel','channelSubchannel4'] },
- 'chapterlist' => { 372 => 'chpl' },
- 'checkmark' => { 101 => 0x10101, 106 => 0x26a },
- 'checkmark2' => { 107 => 0x8e },
- 'childfontfiles' => { 500 => [\'Fonts','FontsChildFontFiles'] },
- 'chmodeshootingspeed' => { 272 => '10.3', 273 => '11.2' },
- 'chromablurradius' => { 117 => 0xc631 },
- 'chromanoisecolorspace' => { 136 => 0xe6d },
- 'chromanoiseedgemapthresh' => { 136 => 0xe6c },
- 'chromanoisehighfthresh' => { 136 => 0xe6a },
- 'chromanoiselowfthresh' => { 136 => 0xe6b },
- 'chromaticaberration' => { 101 => 0x20703, 107 => 0x66, 386 => 0xa051 },
- 'chromaticaberrationb' => { 469 => 'ChromaticAberrationB', 471 => 'ChromaticAberrationB' },
- 'chromaticaberrationblue' => { 101 => 0x20708, 107 => 0x6b },
- 'chromaticaberrationcorr' => { 77 => [0x4,0x5] },
- 'chromaticaberrationcorrection' => { 117 => 0x7034, 337 => 0x1, 446 => 0x900d },
- 'chromaticaberrationcorrparams' => { 117 => 0x7035, 441 => 0x66a, 442 => [0x37c,0x384,0x39c,0x3b0,0x3b8] },
- 'chromaticaberrationon' => { 101 => '0x20703.0', 107 => 0x62 },
- 'chromaticaberrationr' => { 469 => 'ChromaticAberrationR', 471 => 'ChromaticAberrationR' },
- 'chromaticaberrationred' => { 101 => 0x20707, 107 => 0x6a },
- 'chromaticaberrationsetting' => { 78 => 0x6 },
- 'chrominancenoisereduction' => { 101 => 0x20601, 107 => 0x5e, 389 => 0x1a },
- 'chrominancenr_tiff_jpeg' => { 107 => 0x60 },
- 'circadatecreated' => { 481 => 'CircaDateCreated' },
- 'circgradbasedcorractive' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] },
- 'circgradbasedcorramount' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] },
- 'circgradbasedcorrblacks2012' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'] },
- 'circgradbasedcorrbrightness' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] },
- 'circgradbasedcorrclarity' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] },
- 'circgradbasedcorrclarity2012' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] },
- 'circgradbasedcorrcontrast' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] },
- 'circgradbasedcorrcontrast2012' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] },
- 'circgradbasedcorrcorrectionname' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'] },
- 'circgradbasedcorrcorrectionsyncid' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'] },
- 'circgradbasedcorrdefringe' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] },
- 'circgradbasedcorrdehaze' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'] },
- 'circgradbasedcorrexposure' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] },
- 'circgradbasedcorrexposure2012' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] },
- 'circgradbasedcorrhighlights2012' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] },
- 'circgradbasedcorrhue' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue','CircularGradientBasedCorrectionsLocalToningHue'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue','CircularGradientBasedCorrectionsLocalToningHue'] },
- 'circgradbasedcorrluminancenoise' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] },
- 'circgradbasedcorrmaskalpha' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] },
- 'circgradbasedcorrmaskangle' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] },
- 'circgradbasedcorrmaskbottom' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] },
- 'circgradbasedcorrmaskcentervalue' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] },
- 'circgradbasedcorrmaskcenterweight' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'circgradbasedcorrmaskcorrectionrangemask' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'circgradbasedcorrmaskcorrectionrangemaskareamodels' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'circgradbasedcorrmaskcorrectionrangemaskareamodelsareacomponents' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'circgradbasedcorrmaskcorrectionrangemaskareamodelscolorrangemaskareasampleinfo' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'circgradbasedcorrmaskcorrectionrangemaskcoloramount' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'circgradbasedcorrmaskcorrectionrangemaskdepthfeather' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'circgradbasedcorrmaskcorrectionrangemaskdepthmax' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'circgradbasedcorrmaskcorrectionrangemaskdepthmin' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'circgradbasedcorrmaskcorrectionrangemaskinvert' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'circgradbasedcorrmaskcorrectionrangemasklumfeather' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'circgradbasedcorrmaskcorrectionrangemaskluminancedepthsampleinfo' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'circgradbasedcorrmaskcorrectionrangemasklummax' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'circgradbasedcorrmaskcorrectionrangemasklummin' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'circgradbasedcorrmaskcorrectionrangemasklumrange' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'circgradbasedcorrmaskcorrectionrangemasksampletype' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'circgradbasedcorrmaskcorrectionrangemasktype' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'circgradbasedcorrmaskcorrectionrangemaskversion' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'circgradbasedcorrmaskdabs' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] },
- 'circgradbasedcorrmaskfeather' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] },
- 'circgradbasedcorrmaskflipped' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] },
- 'circgradbasedcorrmaskflow' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] },
- 'circgradbasedcorrmaskfullx' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] },
- 'circgradbasedcorrmaskfully' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] },
- 'circgradbasedcorrmaskinputdigest' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'] },
- 'circgradbasedcorrmaskleft' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] },
- 'circgradbasedcorrmaskmaskactive' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'] },
- 'circgradbasedcorrmaskmaskblendmode' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'circgradbasedcorrmaskmaskdigest' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'circgradbasedcorrmaskmaskinverted' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'circgradbasedcorrmaskmaskname' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'] },
- 'circgradbasedcorrmaskmasks' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'] },
- 'circgradbasedcorrmaskmasksalpha' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'circgradbasedcorrmaskmasksangle' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'circgradbasedcorrmaskmasksbottom' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'circgradbasedcorrmaskmaskscentervalue' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'circgradbasedcorrmaskmaskscenterweight' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'circgradbasedcorrmaskmasksdabs' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'circgradbasedcorrmaskmasksfeather' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'circgradbasedcorrmaskmasksflipped' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'circgradbasedcorrmaskmasksflow' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'circgradbasedcorrmaskmasksfullx' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'circgradbasedcorrmaskmasksfully' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'circgradbasedcorrmaskmasksinputdigest' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'circgradbasedcorrmaskmasksleft' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'circgradbasedcorrmaskmasksmaskactive' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'circgradbasedcorrmaskmasksmaskblendmode' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'circgradbasedcorrmaskmasksmaskdigest' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'circgradbasedcorrmaskmasksmaskinverted' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'circgradbasedcorrmaskmasksmaskname' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'circgradbasedcorrmaskmasksmasksubtype' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'circgradbasedcorrmaskmasksmasksyncid' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'circgradbasedcorrmaskmasksmaskversion' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'circgradbasedcorrmaskmasksmidpoint' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'circgradbasedcorrmaskmasksorigin' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'circgradbasedcorrmaskmasksperimetervalue' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'circgradbasedcorrmaskmasksradius' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'circgradbasedcorrmaskmasksreferencepoint' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'circgradbasedcorrmaskmasksright' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'] },
- 'circgradbasedcorrmaskmasksroundness' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'circgradbasedcorrmaskmaskssizex' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'circgradbasedcorrmaskmaskssizey' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'circgradbasedcorrmaskmaskstop' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'] },
- 'circgradbasedcorrmaskmasksubtype' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'circgradbasedcorrmaskmasksvalue' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'circgradbasedcorrmaskmasksversion' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'circgradbasedcorrmaskmaskswhat' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'circgradbasedcorrmaskmaskswholeimagearea' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'circgradbasedcorrmaskmasksx' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'] },
- 'circgradbasedcorrmaskmasksy' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'] },
- 'circgradbasedcorrmaskmasksyncid' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'circgradbasedcorrmaskmaskszerox' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'circgradbasedcorrmaskmaskszeroy' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'circgradbasedcorrmaskmaskversion' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'circgradbasedcorrmaskmidpoint' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] },
- 'circgradbasedcorrmaskorigin' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'] },
- 'circgradbasedcorrmaskperimetervalue' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'circgradbasedcorrmaskradius' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] },
- 'circgradbasedcorrmaskreferencepoint' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'circgradbasedcorrmaskright' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] },
- 'circgradbasedcorrmaskroundness' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] },
- 'circgradbasedcorrmasks' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] },
- 'circgradbasedcorrmasksizex' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] },
- 'circgradbasedcorrmasksizey' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] },
- 'circgradbasedcorrmasktop' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] },
- 'circgradbasedcorrmaskvalue' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] },
- 'circgradbasedcorrmaskversion' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] },
- 'circgradbasedcorrmaskwhat' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] },
- 'circgradbasedcorrmaskwholeimagearea' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'circgradbasedcorrmaskx' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] },
- 'circgradbasedcorrmasky' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] },
- 'circgradbasedcorrmaskzerox' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] },
- 'circgradbasedcorrmaskzeroy' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] },
- 'circgradbasedcorrmoire' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] },
- 'circgradbasedcorrrangemask' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'] },
- 'circgradbasedcorrrangemaskareamodels' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'circgradbasedcorrrangemaskareamodelsareacomponents' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'circgradbasedcorrrangemaskareamodelscolorrangemaskareasampleinfo' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'circgradbasedcorrrangemaskcoloramount' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'circgradbasedcorrrangemaskdepthfeather' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'circgradbasedcorrrangemaskdepthmax' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'circgradbasedcorrrangemaskdepthmin' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'circgradbasedcorrrangemaskinvert' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'circgradbasedcorrrangemasklumfeather' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'circgradbasedcorrrangemaskluminancedepthsampleinfo' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'circgradbasedcorrrangemasklummax' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'circgradbasedcorrrangemasklummin' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'circgradbasedcorrrangemasklumrange' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'circgradbasedcorrrangemasksampletype' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'circgradbasedcorrrangemasktype' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'] },
- 'circgradbasedcorrrangemaskversion' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'circgradbasedcorrsaturation' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation','CircularGradientBasedCorrectionsLocalToningSaturation'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation','CircularGradientBasedCorrectionsLocalToningSaturation'] },
- 'circgradbasedcorrshadows2012' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] },
- 'circgradbasedcorrsharpness' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] },
- 'circgradbasedcorrtemperature' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] },
- 'circgradbasedcorrtexture' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'] },
- 'circgradbasedcorrtint' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] },
- 'circgradbasedcorrwhat' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] },
- 'circgradbasedcorrwhites2012' => { 469 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'], 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'] },
- 'circulargradientbasedcorrections' => { 469 => 'CircularGradientBasedCorrections', 471 => 'CircularGradientBasedCorrections' },
- 'city' => { 129 => 0x5a, 159 => 'City', 312 => 0x6d, 483 => 'City' },
- 'city2' => { 312 => 0x80 },
- 'clarity' => { 226 => 0x35, 227 => 0x3d, 412 => 0x2036, 469 => 'Clarity', 471 => 'Clarity' },
- 'clarity2012' => { 469 => 'Clarity2012', 471 => 'Clarity2012' },
- 'claritycontrol' => { 347 => 0x96 },
- 'classification' => { 372 => 'clsf' },
- 'classifystate' => { 129 => 0xe1 },
- 'clearretouch' => { 312 => 0x7c },
- 'clearretouchvalue' => { 312 => 0xa3 },
- 'client' => { 495 => 'client' },
- 'clientname' => { 477 => 'ClientName' },
- 'clipboardaspectratio' => { 469 => 'ClipboardAspectRatio', 471 => 'ClipboardAspectRatio' },
- 'clipboardorientation' => { 469 => 'ClipboardOrientation', 471 => 'ClipboardOrientation' },
- 'clipfilename' => { 372 => 'clfn' },
- 'clipid' => { 372 => 'clid' },
- 'clmodeshootingspeed' => { 272 => '10.2', 273 => '11.3', 275 => '11.2', 276 => '11.2', 281 => '11.2', 282 => '10.2', 285 => '11.2', 286 => '11.2', 287 => '11.1' },
- 'cluster' => { 469 => 'Cluster', 471 => 'Cluster' },
- 'cmcontrast' => { 297 => 0x2022 },
- 'cmexposurecompensation' => { 297 => 0x2000 },
- 'cmhue' => { 297 => 0x2021 },
- 'cmsaturation' => { 297 => 0x2020 },
- 'cmsharpness' => { 297 => 0x2023 },
- 'cmwhitebalance' => { 297 => 0x2001 },
- 'cmwhitebalancecomp' => { 297 => 0x2002 },
- 'cmwhitebalancegraypoint' => { 297 => 0x2010 },
- 'codec' => { 167 => 'Codec' },
- 'codedcharacterset' => { 130 => 0x5a },
- 'codeversion' => { 372 => 'cver' },
- 'collection' => { 302 => 'Collection' },
- 'collectionname' => { 168 => [\'Collections','CollectionsCollectionName'], 372 => 'coll' },
- 'collections' => { 168 => 'Collections', 464 => 'collections' },
- 'collectionuri' => { 168 => [\'Collections','CollectionsCollectionURI'] },
- 'color' => { 366 => 'player.movie.visual.color', 484 => 'color' },
- 'coloraberrationcontrol' => { 265 => 0xc89224b },
- 'coloradjustment' => { 389 => 0x14 },
- 'coloradjustmentmode' => { 388 => 0x210 },
- 'coloranta' => { 500 => [\'Colorants','ColorantsA'] },
- 'colorantb' => { 500 => [\'Colorants','ColorantsB'] },
- 'colorantblack' => { 500 => [\'Colorants','ColorantsBlack'] },
- 'colorantblue' => { 500 => [\'Colorants','ColorantsBlue'] },
- 'colorantcyan' => { 500 => [\'Colorants','ColorantsCyan'] },
- 'colorantgray' => { 500 => [\'Colorants','ColorantsGray'] },
- 'colorantgreen' => { 500 => [\'Colorants','ColorantsGreen'] },
- 'colorantl' => { 500 => [\'Colorants','ColorantsL'] },
- 'colorantmagenta' => { 500 => [\'Colorants','ColorantsMagenta'] },
- 'colorantmode' => { 500 => [\'Colorants','ColorantsMode'] },
- 'colorantred' => { 500 => [\'Colorants','ColorantsRed'] },
- 'colorants' => { 500 => 'Colorants' },
- 'colorantswatchname' => { 500 => [\'Colorants','ColorantsSwatchName'] },
- 'coloranttint' => { 500 => [\'Colorants','ColorantsTint'] },
- 'coloranttype' => { 500 => [\'Colorants','ColorantsType'] },
- 'colorantyellow' => { 500 => [\'Colorants','ColorantsYellow'] },
- 'colorbalance' => { 154 => 'ColorBalance' },
- 'colorbalanceadj' => { 265 => 0x76a43202 },
- 'colorbalanceblue' => { 179 => 0x1e },
- 'colorbalancegreen' => { 179 => 0x1d },
- 'colorbalancered' => { 179 => 0x1c },
- 'colorbalanceversion' => { 200 => 0x4, 201 => 0x4, 202 => 0x0 },
- 'colorblur' => { 107 => 0x65 },
- 'colorbluron' => { 101 => 0x20704 },
- 'colorbooster' => { 265 => 0x5f0e7d23 },
- 'colorboostlevel' => { 259 => 0x1 },
- 'colorboosttype' => { 259 => 0x0 },
- 'colorchromeeffect' => { 125 => 0x1048 },
- 'colorchromefxblue' => { 125 => 0x104e },
- 'colorclass' => { 358 => 0xde, 359 => 'ColorClass' },
- 'colorcompensationfilter' => { 182 => [0x3a,0x5f], 184 => 0x111, 412 => 0xb022 },
- 'colorcompensationfiltercustom' => { 399 => 0xd, 400 => 0xc },
- 'colorcompensationfilterset' => { 399 => 0x8, 400 => 0x7, 401 => 0x18, 417 => 0xf },
- 'colorcontrol' => { 294 => 0x102b },
- 'colorcorrection' => { 446 => 0x8015 },
- 'colorcreatoreffect' => { 289 => 0x532 },
- 'colordataversion' => { 41 => 0x0, 43 => 0x0, 44 => 0x0, 45 => 0x0, 46 => 0x0, 47 => 0x0, 48 => 0x0, 49 => 0x0 },
- 'coloreffect' => { 312 => 0x28 },
- 'colorfilter' => { 110 => 0x17, 111 => 0x3017, 179 => 0x29, 187 => [0x38,0x4d,0x4f], 354 => 0x17 },
- 'colorgain' => { 231 => 0x51 },
- 'colorgradeblending' => { 469 => 'ColorGradeBlending', 471 => 'ColorGradeBlending' },
- 'colorgradeglobalhue' => { 469 => 'ColorGradeGlobalHue', 471 => 'ColorGradeGlobalHue' },
- 'colorgradegloballum' => { 469 => 'ColorGradeGlobalLum', 471 => 'ColorGradeGlobalLum' },
- 'colorgradeglobalsat' => { 469 => 'ColorGradeGlobalSat', 471 => 'ColorGradeGlobalSat' },
- 'colorgradehighlightlum' => { 469 => 'ColorGradeHighlightLum', 471 => 'ColorGradeHighlightLum' },
- 'colorgrademidtonehue' => { 469 => 'ColorGradeMidtoneHue', 471 => 'ColorGradeMidtoneHue' },
- 'colorgrademidtonelum' => { 469 => 'ColorGradeMidtoneLum', 471 => 'ColorGradeMidtoneLum' },
- 'colorgrademidtonesat' => { 469 => 'ColorGradeMidtoneSat', 471 => 'ColorGradeMidtoneSat' },
- 'colorgradeshadowlum' => { 469 => 'ColorGradeShadowLum', 471 => 'ColorGradeShadowLum' },
- 'colorhue' => { 101 => 0x20900, 223 => 0x8d },
- 'colorimetricreference' => { 117 => 0xc6bf },
- 'colorlabel' => { 474 => 'ColorLabel' },
- 'colormatrix' => { 293 => 0x200, 294 => 0x1011, 386 => 0xa030 },
- 'colormatrix1' => { 117 => 0xc621, 356 => 0x106 },
- 'colormatrix2' => { 117 => 0xc622, 297 => 0x200, 356 => 0x226 },
- 'colormatrix3' => { 117 => 0xcd33 },
- 'colormatrixa' => { 347 => 0x203 },
- 'colormatrixa2' => { 347 => 0x21c },
- 'colormatrixadobergb' => { 386 => 0xa032 },
- 'colormatrixb' => { 347 => 0x204 },
- 'colormatrixb2' => { 347 => 0x21d },
- 'colormatrixnumber' => { 294 => 0x1019 },
- 'colormatrixsrgb' => { 386 => 0xa031 },
- 'colormode' => { 111 => 0x3015, 125 => 0x1210, 138 => 0x66, 179 => 0x28, 182 => 0x16, 184 => 0x101, 185 => 0x36, 187 => 0x7, 223 => 0x3, 255 => 0x4, 312 => 0x32, 389 => 0x2c, 412 => 0xb029, 483 => 'ColorMode' },
- 'colormoirereduction' => { 101 => 0x20670, 266 => 0x15 },
- 'colormoirereductionmode' => { 266 => 0x5 },
- 'colormoirereductionon' => { 101 => '0x20670.0' },
- 'colornoisereduction' => { 446 => 0x8029, 469 => 'ColorNoiseReduction', 471 => 'ColorNoiseReduction' },
- 'colornoisereductiondetail' => { 469 => 'ColorNoiseReductionDetail', 471 => 'ColorNoiseReductionDetail' },
- 'colornoisereductionintensity' => { 266 => 0x18 },
- 'colornoisereductionsharpness' => { 266 => 0x1c },
- 'colornoisereductionsmoothness' => { 469 => 'ColorNoiseReductionSmoothness', 471 => 'ColorNoiseReductionSmoothness' },
- 'colorplanes' => { 121 => 0x2 },
- 'colorprofile' => { 179 => 0x33 },
- 'colorprofilesettings' => { 289 => 0x539 },
- 'colorrepresentation' => { 131 => 0x3c },
- 'colorsaturationadj' => { 101 => 0x20305 },
- 'colorsequence' => { 131 => 0x41 },
- 'colorspace' => { 50 => 0x3, 62 => 0xb4, 95 => 0x10b4, 117 => 0xa001, 133 => 0x3, 160 => 'ColorSpace', 180 => 0x2f, 181 => 0x25, 182 => 0x17, 223 => 0x1e, 289 => 0x507, 347 => 0x37, 386 => 0xa011, 389 => 0xb, 399 => 0x1b, 400 => 0x83, 401 => 0xe, 417 => 0x6, 475 => 'ColorSpace' },
- 'colorspecapproximation' => { 133 => 0x2 },
- 'colorspecdata' => { 133 => 0x3 },
- 'colorspecmethod' => { 133 => 0x0 },
- 'colorspecprecedence' => { 133 => 0x1 },
- 'colortempasshot' => { 38 => 0x4, 39 => 0x7, 40 => 0x1d, 41 => 0x59, 42 => 0x26, 43 => 0x43, 46 => 0x43, 47 => 0x43, 48 => 0x43, 49 => 0x4b },
- 'colortempauto' => { 38 => 0x9, 39 => 0xf, 40 => 0x22, 41 => 0x5e, 42 => 0x1c, 43 => 0x48, 46 => 0x48, 47 => 0x48, 48 => 0x48, 49 => 0x50 },
- 'colortempcloudy' => { 38 => 0x22, 39 => 0x37, 40 => 0x31, 41 => 0xa4, 42 => 0x35, 43 => 0x5c, 46 => 0x75, 47 => 0x8e, 48 => 0x93, 49 => 0x96, 347 => 0x55 },
- 'colortempcustom' => { 43 => 0x84 },
+ 'canonimagetype' => { 63 => 0x6, 96 => 0x815 },
+ 'canonmodelid' => { 63 => 0x10, 96 => 0x1834 },
+ 'canonvrd' => { 119 => 'CanonVRD' },
+ 'caption' => { 466 => 'caption' },
+ 'caption-abstract' => { 130 => 0x78 },
+ 'captionsauthornames' => { 476 => 'CaptionsAuthorNames' },
+ 'captionsdatetimestamps' => { 476 => 'CaptionsDateTimeStamps' },
+ 'captionwriter' => { 485 => 'CaptionWriter' },
+ 'captureframerate' => { 112 => 0x4001 },
+ 'captureheightnormal' => { 137 => 0x1839 },
+ 'capturelook' => { 137 => 0xc48 },
+ 'capturemode' => { 368 => 'com.apple.photos.captureMode' },
+ 'capturesoftware' => { 459 => 'CaptureSoftware' },
+ 'capturewidthnormal' => { 137 => 0x1838 },
+ 'capturewidthtest' => { 137 => 0x1842 },
+ 'cardshutterlock' => { 183 => 0x49 },
+ 'casioimagesize' => { 112 => 0x9 },
+ 'catalogsets' => { 130 => 0xff, 452 => 'CatalogSets', 464 => 'CatalogSets' },
+ 'categories' => { 63 => 0x23, 466 => 'categories' },
+ 'category' => { 130 => 0xf, 178 => 'WM/Category', 290 => 0x30, 366 => 'catg', 485 => 'Category' },
+ 'cbcrgain' => { 388 => 0xa036 },
+ 'cbcrgaindefault' => { 388 => 0xa035 },
+ 'cbcrmatrix' => { 388 => 0xa034 },
+ 'cbcrmatrixdefault' => { 388 => 0xa033 },
+ 'ccdboardversion' => { 309 => 0x331 },
+ 'ccdscanmode' => { 296 => 0x1039 },
+ 'ccdsensitivity' => { 256 => 0x6 },
+ 'ccdversion' => { 309 => 0x330 },
+ 'cellglobalid' => { 470 => 'cgi' },
+ 'celllength' => { 118 => 0x109 },
+ 'cellr' => { 470 => 'r' },
+ 'celltowerid' => { 470 => 'cellid' },
+ 'cellwidth' => { 118 => 0x108 },
+ 'centerafarea' => { 285 => '15.1' },
+ 'centerfocuspoint' => { 289 => '2.2' },
+ 'centerpixel' => { 137 => 0x40c },
+ 'centerweightedareasize' => { 274 => '7.1', 275 => '8.1', 277 => '8.1', 278 => '8.1', 282 => '7.1', 283 => '5.1', 284 => '7.1', 285 => '6.3', 287 => '8.1', 288 => '8.1', 289 => '8.1' },
+ 'certificate' => { 501 => 'Certificate' },
+ 'cfainterpolationalgorithm' => { 137 => 0xe60 },
+ 'cfainterpolationmetric' => { 137 => 0xe61 },
+ 'cfaoffsetcols' => { 137 => 0xc71 },
+ 'cfaoffsetrows' => { 137 => 0xc6f },
+ 'cfapattern' => { 118 => 0xa302, 319 => 0x9, 477 => 'CFAPattern' },
+ 'cfapattern2' => { 118 => 0x828e },
+ 'cfapatterncolumns' => { 477 => [\'CFAPattern','CFAPatternColumns'] },
+ 'cfapatternrows' => { 477 => [\'CFAPattern','CFAPatternRows'] },
+ 'cfapatternvalues' => { 477 => [\'CFAPattern','CFAPatternValues'] },
+ 'cfarepeatpatterndim' => { 118 => 0x828d },
+ 'cfazipperfixthreshold' => { 137 => 0xe62 },
+ 'channel' => { 487 => 'channel' },
+ 'channela-lang' => { 487 => [\'channel','channelA-lang'] },
+ 'channelchannel' => { 487 => [\'channel','channelChannel'] },
+ 'channels' => { 154 => 'Channels' },
+ 'channelsubchannel1' => { 487 => [\'channel','channelSubchannel1'] },
+ 'channelsubchannel2' => { 487 => [\'channel','channelSubchannel2'] },
+ 'channelsubchannel3' => { 487 => [\'channel','channelSubchannel3'] },
+ 'channelsubchannel4' => { 487 => [\'channel','channelSubchannel4'] },
+ 'chapterlist' => { 374 => 'chpl' },
+ 'checkmark' => { 102 => 0x10101, 107 => 0x26a },
+ 'checkmark2' => { 108 => 0x8e },
+ 'childfontfiles' => { 502 => [\'Fonts','FontsChildFontFiles'] },
+ 'chmodeshootingspeed' => { 274 => '10.3', 275 => '11.2' },
+ 'chromablurradius' => { 118 => 0xc631 },
+ 'chromanoisecolorspace' => { 137 => 0xe6d },
+ 'chromanoiseedgemapthresh' => { 137 => 0xe6c },
+ 'chromanoisehighfthresh' => { 137 => 0xe6a },
+ 'chromanoiselowfthresh' => { 137 => 0xe6b },
+ 'chromaticaberration' => { 102 => 0x20703, 108 => 0x66, 388 => 0xa051 },
+ 'chromaticaberrationb' => { 471 => 'ChromaticAberrationB', 473 => 'ChromaticAberrationB' },
+ 'chromaticaberrationblue' => { 102 => 0x20708, 108 => 0x6b },
+ 'chromaticaberrationcorr' => { 78 => [0x4,0x5] },
+ 'chromaticaberrationcorrection' => { 118 => 0x7034, 339 => 0x1, 448 => 0x900d },
+ 'chromaticaberrationcorrparams' => { 118 => 0x7035, 443 => 0x66a, 444 => [0x37c,0x384,0x39c,0x3b0,0x3b8] },
+ 'chromaticaberrationon' => { 102 => '0x20703.0', 108 => 0x62 },
+ 'chromaticaberrationr' => { 471 => 'ChromaticAberrationR', 473 => 'ChromaticAberrationR' },
+ 'chromaticaberrationred' => { 102 => 0x20707, 108 => 0x6a },
+ 'chromaticaberrationsetting' => { 79 => 0x6 },
+ 'chrominancenoisereduction' => { 102 => 0x20601, 108 => 0x5e, 391 => 0x1a },
+ 'chrominancenr_tiff_jpeg' => { 108 => 0x60 },
+ 'circadatecreated' => { 483 => 'CircaDateCreated' },
+ 'circgradbasedcorractive' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] },
+ 'circgradbasedcorramount' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] },
+ 'circgradbasedcorrblacks2012' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'] },
+ 'circgradbasedcorrbrightness' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] },
+ 'circgradbasedcorrclarity' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] },
+ 'circgradbasedcorrclarity2012' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] },
+ 'circgradbasedcorrcontrast' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] },
+ 'circgradbasedcorrcontrast2012' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] },
+ 'circgradbasedcorrcorrectionname' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'] },
+ 'circgradbasedcorrcorrectionsyncid' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'] },
+ 'circgradbasedcorrdefringe' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] },
+ 'circgradbasedcorrdehaze' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'] },
+ 'circgradbasedcorrexposure' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] },
+ 'circgradbasedcorrexposure2012' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] },
+ 'circgradbasedcorrhighlights2012' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] },
+ 'circgradbasedcorrhue' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'] },
+ 'circgradbasedcorrluminancenoise' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] },
+ 'circgradbasedcorrmaskalpha' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] },
+ 'circgradbasedcorrmaskangle' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] },
+ 'circgradbasedcorrmaskbottom' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] },
+ 'circgradbasedcorrmaskcentervalue' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'circgradbasedcorrmaskcenterweight' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'circgradbasedcorrmaskdabs' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] },
+ 'circgradbasedcorrmaskfeather' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] },
+ 'circgradbasedcorrmaskflipped' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] },
+ 'circgradbasedcorrmaskflow' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] },
+ 'circgradbasedcorrmaskfullx' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] },
+ 'circgradbasedcorrmaskfully' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] },
+ 'circgradbasedcorrmaskinputdigest' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'circgradbasedcorrmaskleft' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] },
+ 'circgradbasedcorrmaskmaskactive' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'circgradbasedcorrmaskmaskblendmode' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'circgradbasedcorrmaskmaskdigest' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'circgradbasedcorrmaskmaskinverted' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'circgradbasedcorrmaskmaskname' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'] },
+ 'circgradbasedcorrmaskmasks' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'] },
+ 'circgradbasedcorrmaskmasksalpha' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'circgradbasedcorrmaskmasksangle' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'circgradbasedcorrmaskmasksbottom' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'circgradbasedcorrmaskmaskscentervalue' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'circgradbasedcorrmaskmaskscenterweight' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'circgradbasedcorrmaskmasksdabs' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'circgradbasedcorrmaskmasksfeather' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'circgradbasedcorrmaskmasksflipped' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'circgradbasedcorrmaskmasksflow' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'circgradbasedcorrmaskmasksfullx' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'circgradbasedcorrmaskmasksfully' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'circgradbasedcorrmaskmasksinputdigest' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'circgradbasedcorrmaskmasksleft' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'circgradbasedcorrmaskmasksmaskactive' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'circgradbasedcorrmaskmasksmaskblendmode' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'circgradbasedcorrmaskmasksmaskdigest' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'circgradbasedcorrmaskmasksmaskinverted' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'circgradbasedcorrmaskmasksmaskname' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'circgradbasedcorrmaskmasksmasksubtype' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'circgradbasedcorrmaskmasksmasksyncid' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'circgradbasedcorrmaskmasksmaskversion' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'circgradbasedcorrmaskmasksmidpoint' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'circgradbasedcorrmaskmasksorigin' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'circgradbasedcorrmaskmasksperimetervalue' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'circgradbasedcorrmaskmasksradius' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'circgradbasedcorrmaskmasksreferencepoint' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'circgradbasedcorrmaskmasksright' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'circgradbasedcorrmaskmasksroundness' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'circgradbasedcorrmaskmaskssizex' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'circgradbasedcorrmaskmaskssizey' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'circgradbasedcorrmaskmaskstop' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'circgradbasedcorrmaskmasksubtype' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'circgradbasedcorrmaskmasksvalue' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'circgradbasedcorrmaskmasksversion' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'circgradbasedcorrmaskmaskswhat' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'circgradbasedcorrmaskmaskswholeimagearea' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'circgradbasedcorrmaskmasksx' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'] },
+ 'circgradbasedcorrmaskmasksy' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'] },
+ 'circgradbasedcorrmaskmasksyncid' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'circgradbasedcorrmaskmaskszerox' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'circgradbasedcorrmaskmaskszeroy' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'circgradbasedcorrmaskmaskversion' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'circgradbasedcorrmaskmidpoint' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'circgradbasedcorrmaskorigin' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'] },
+ 'circgradbasedcorrmaskperimetervalue' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'circgradbasedcorrmaskradius' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] },
+ 'circgradbasedcorrmaskrange' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'circgradbasedcorrmaskrangeareamodels' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'circgradbasedcorrmaskrangeareamodelscolorsampleinfo' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'circgradbasedcorrmaskrangeareamodelscomponents' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'circgradbasedcorrmaskrangecoloramount' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'circgradbasedcorrmaskrangedepthfeather' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'circgradbasedcorrmaskrangedepthmax' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'circgradbasedcorrmaskrangedepthmin' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'circgradbasedcorrmaskrangeinvert' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'circgradbasedcorrmaskrangelumfeather' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'circgradbasedcorrmaskrangeluminancedepthsampleinfo' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'circgradbasedcorrmaskrangelummax' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'circgradbasedcorrmaskrangelummin' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'circgradbasedcorrmaskrangelumrange' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'circgradbasedcorrmaskrangesampletype' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'circgradbasedcorrmaskrangetype' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'circgradbasedcorrmaskrangeversion' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'circgradbasedcorrmaskreferencepoint' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'circgradbasedcorrmaskright' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] },
+ 'circgradbasedcorrmaskroundness' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] },
+ 'circgradbasedcorrmasks' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] },
+ 'circgradbasedcorrmasksizex' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] },
+ 'circgradbasedcorrmasksizey' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] },
+ 'circgradbasedcorrmasktop' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] },
+ 'circgradbasedcorrmaskvalue' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'circgradbasedcorrmaskversion' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] },
+ 'circgradbasedcorrmaskwhat' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] },
+ 'circgradbasedcorrmaskwholeimagearea' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'circgradbasedcorrmaskx' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] },
+ 'circgradbasedcorrmasky' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] },
+ 'circgradbasedcorrmaskzerox' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] },
+ 'circgradbasedcorrmaskzeroy' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] },
+ 'circgradbasedcorrmoire' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] },
+ 'circgradbasedcorrrangemask' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'] },
+ 'circgradbasedcorrrangemaskareamodels' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'circgradbasedcorrrangemaskareamodelscolorsampleinfo' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'circgradbasedcorrrangemaskareamodelscomponents' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'circgradbasedcorrrangemaskcoloramount' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'circgradbasedcorrrangemaskdepthfeather' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'circgradbasedcorrrangemaskdepthmax' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'circgradbasedcorrrangemaskdepthmin' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'circgradbasedcorrrangemaskinvert' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'circgradbasedcorrrangemasklumfeather' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'circgradbasedcorrrangemaskluminancedepthsampleinfo' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'circgradbasedcorrrangemasklummax' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'circgradbasedcorrrangemasklummin' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'circgradbasedcorrrangemasklumrange' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'circgradbasedcorrrangemasksampletype' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'circgradbasedcorrrangemasktype' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'] },
+ 'circgradbasedcorrrangemaskversion' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'circgradbasedcorrsaturation' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'] },
+ 'circgradbasedcorrshadows2012' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] },
+ 'circgradbasedcorrsharpness' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] },
+ 'circgradbasedcorrtemperature' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] },
+ 'circgradbasedcorrtexture' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'] },
+ 'circgradbasedcorrtint' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] },
+ 'circgradbasedcorrtoninghue' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] },
+ 'circgradbasedcorrtoningsaturation' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'] },
+ 'circgradbasedcorrwhat' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] },
+ 'circgradbasedcorrwhites2012' => { 471 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'], 473 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'] },
+ 'circulargradientbasedcorrections' => { 471 => 'CircularGradientBasedCorrections', 473 => 'CircularGradientBasedCorrections' },
+ 'city' => { 130 => 0x5a, 160 => 'City', 314 => 0x6d, 485 => 'City' },
+ 'city2' => { 314 => 0x80 },
+ 'clarity' => { 227 => 0x35, 228 => 0x3d, 414 => 0x2036, 471 => 'Clarity', 473 => 'Clarity' },
+ 'clarity2012' => { 471 => 'Clarity2012', 473 => 'Clarity2012' },
+ 'claritycontrol' => { 349 => 0x96 },
+ 'classification' => { 374 => 'clsf' },
+ 'classifystate' => { 130 => 0xe1 },
+ 'clearretouch' => { 314 => 0x7c },
+ 'clearretouchvalue' => { 314 => 0xa3 },
+ 'client' => { 497 => 'client' },
+ 'clientname' => { 479 => 'ClientName' },
+ 'clipboardaspectratio' => { 471 => 'ClipboardAspectRatio', 473 => 'ClipboardAspectRatio' },
+ 'clipboardorientation' => { 471 => 'ClipboardOrientation', 473 => 'ClipboardOrientation' },
+ 'clipfilename' => { 374 => 'clfn' },
+ 'clipid' => { 374 => 'clid' },
+ 'clmodeshootingspeed' => { 274 => '10.2', 275 => '11.3', 277 => '11.2', 278 => '11.2', 283 => '11.2', 284 => '10.2', 287 => '11.2', 288 => '11.2', 289 => '11.1' },
+ 'cluster' => { 471 => 'Cluster', 473 => 'Cluster' },
+ 'cmcontrast' => { 299 => 0x2022 },
+ 'cmexposurecompensation' => { 299 => 0x2000 },
+ 'cmhue' => { 299 => 0x2021 },
+ 'cmsaturation' => { 299 => 0x2020 },
+ 'cmsharpness' => { 299 => 0x2023 },
+ 'cmwhitebalance' => { 299 => 0x2001 },
+ 'cmwhitebalancecomp' => { 299 => 0x2002 },
+ 'cmwhitebalancegraypoint' => { 299 => 0x2010 },
+ 'codec' => { 168 => 'Codec' },
+ 'codedcharacterset' => { 131 => 0x5a },
+ 'codeversion' => { 374 => 'cver' },
+ 'collection' => { 304 => 'Collection' },
+ 'collectionname' => { 169 => [\'Collections','CollectionsCollectionName'], 374 => 'coll' },
+ 'collections' => { 169 => 'Collections', 466 => 'collections' },
+ 'collectionuri' => { 169 => [\'Collections','CollectionsCollectionURI'] },
+ 'color' => { 368 => 'player.movie.visual.color', 486 => 'color' },
+ 'coloraberrationcontrol' => { 267 => 0xc89224b },
+ 'coloradjustment' => { 391 => 0x14 },
+ 'coloradjustmentmode' => { 390 => 0x210 },
+ 'coloranta' => { 502 => [\'Colorants','ColorantsA'] },
+ 'colorantb' => { 502 => [\'Colorants','ColorantsB'] },
+ 'colorantblack' => { 502 => [\'Colorants','ColorantsBlack'] },
+ 'colorantblue' => { 502 => [\'Colorants','ColorantsBlue'] },
+ 'colorantcyan' => { 502 => [\'Colorants','ColorantsCyan'] },
+ 'colorantgray' => { 502 => [\'Colorants','ColorantsGray'] },
+ 'colorantgreen' => { 502 => [\'Colorants','ColorantsGreen'] },
+ 'colorantl' => { 502 => [\'Colorants','ColorantsL'] },
+ 'colorantmagenta' => { 502 => [\'Colorants','ColorantsMagenta'] },
+ 'colorantmode' => { 502 => [\'Colorants','ColorantsMode'] },
+ 'colorantred' => { 502 => [\'Colorants','ColorantsRed'] },
+ 'colorants' => { 502 => 'Colorants' },
+ 'colorantswatchname' => { 502 => [\'Colorants','ColorantsSwatchName'] },
+ 'coloranttint' => { 502 => [\'Colorants','ColorantsTint'] },
+ 'coloranttype' => { 502 => [\'Colorants','ColorantsType'] },
+ 'colorantyellow' => { 502 => [\'Colorants','ColorantsYellow'] },
+ 'colorbalance' => { 155 => 'ColorBalance' },
+ 'colorbalanceadj' => { 267 => 0x76a43202 },
+ 'colorbalanceblue' => { 180 => 0x1e },
+ 'colorbalancegreen' => { 180 => 0x1d },
+ 'colorbalancered' => { 180 => 0x1c },
+ 'colorbalanceversion' => { 201 => 0x4, 202 => 0x4, 203 => 0x0 },
+ 'colorblur' => { 108 => 0x65 },
+ 'colorbluron' => { 102 => 0x20704 },
+ 'colorbooster' => { 267 => 0x5f0e7d23 },
+ 'colorboostlevel' => { 261 => 0x1 },
+ 'colorboosttype' => { 261 => 0x0 },
+ 'colorchromeeffect' => { 126 => 0x1048 },
+ 'colorchromefxblue' => { 126 => 0x104e },
+ 'colorclass' => { 360 => 0xde, 361 => 'ColorClass' },
+ 'colorcompensationfilter' => { 183 => [0x3a,0x5f], 185 => 0x111, 414 => 0xb022 },
+ 'colorcompensationfiltercustom' => { 401 => 0xd, 402 => 0xc },
+ 'colorcompensationfilterset' => { 401 => 0x8, 402 => 0x7, 403 => 0x18, 419 => 0xf },
+ 'colorcontrol' => { 296 => 0x102b },
+ 'colorcorrection' => { 448 => 0x8015 },
+ 'colorcreatoreffect' => { 291 => 0x532 },
+ 'colordataversion' => { 41 => 0x0, 42 => 0x0, 44 => 0x0, 45 => 0x0, 46 => 0x0, 47 => 0x0, 48 => 0x0, 49 => 0x0, 50 => 0x0 },
+ 'coloreffect' => { 314 => 0x28 },
+ 'colorfilter' => { 111 => 0x17, 112 => 0x3017, 180 => 0x29, 188 => [0x38,0x4d,0x4f], 356 => 0x17 },
+ 'colorgain' => { 232 => 0x51 },
+ 'colorgradeblending' => { 471 => 'ColorGradeBlending', 473 => 'ColorGradeBlending' },
+ 'colorgradeglobalhue' => { 471 => 'ColorGradeGlobalHue', 473 => 'ColorGradeGlobalHue' },
+ 'colorgradegloballum' => { 471 => 'ColorGradeGlobalLum', 473 => 'ColorGradeGlobalLum' },
+ 'colorgradeglobalsat' => { 471 => 'ColorGradeGlobalSat', 473 => 'ColorGradeGlobalSat' },
+ 'colorgradehighlightlum' => { 471 => 'ColorGradeHighlightLum', 473 => 'ColorGradeHighlightLum' },
+ 'colorgrademidtonehue' => { 471 => 'ColorGradeMidtoneHue', 473 => 'ColorGradeMidtoneHue' },
+ 'colorgrademidtonelum' => { 471 => 'ColorGradeMidtoneLum', 473 => 'ColorGradeMidtoneLum' },
+ 'colorgrademidtonesat' => { 471 => 'ColorGradeMidtoneSat', 473 => 'ColorGradeMidtoneSat' },
+ 'colorgradeshadowlum' => { 471 => 'ColorGradeShadowLum', 473 => 'ColorGradeShadowLum' },
+ 'colorhue' => { 102 => 0x20900, 224 => 0x8d },
+ 'colorimetricreference' => { 118 => 0xc6bf },
+ 'colorlabel' => { 476 => 'ColorLabel' },
+ 'colormatrix' => { 295 => 0x200, 296 => 0x1011, 388 => 0xa030 },
+ 'colormatrix1' => { 118 => 0xc621, 358 => 0x106 },
+ 'colormatrix2' => { 118 => 0xc622, 299 => 0x200, 358 => 0x226 },
+ 'colormatrix3' => { 118 => 0xcd33 },
+ 'colormatrixa' => { 349 => 0x203 },
+ 'colormatrixa2' => { 349 => 0x21c },
+ 'colormatrixadobergb' => { 388 => 0xa032 },
+ 'colormatrixb' => { 349 => 0x204 },
+ 'colormatrixb2' => { 349 => 0x21d },
+ 'colormatrixnumber' => { 296 => 0x1019 },
+ 'colormatrixsrgb' => { 388 => 0xa031 },
+ 'colormode' => { 112 => 0x3015, 126 => 0x1210, 139 => 0x66, 180 => 0x28, 183 => 0x16, 185 => 0x101, 186 => 0x36, 188 => 0x7, 224 => 0x3, 256 => 0x4, 314 => 0x32, 391 => 0x2c, 414 => 0xb029, 485 => 'ColorMode' },
+ 'colormoirereduction' => { 102 => 0x20670, 268 => 0x15 },
+ 'colormoirereductionmode' => { 268 => 0x5 },
+ 'colormoirereductionon' => { 102 => '0x20670.0' },
+ 'colornoisereduction' => { 448 => 0x8029, 471 => 'ColorNoiseReduction', 473 => 'ColorNoiseReduction' },
+ 'colornoisereductiondetail' => { 471 => 'ColorNoiseReductionDetail', 473 => 'ColorNoiseReductionDetail' },
+ 'colornoisereductionintensity' => { 268 => 0x18 },
+ 'colornoisereductionsharpness' => { 268 => 0x1c },
+ 'colornoisereductionsmoothness' => { 471 => 'ColorNoiseReductionSmoothness', 473 => 'ColorNoiseReductionSmoothness' },
+ 'colorplanes' => { 122 => 0x2 },
+ 'colorprofile' => { 180 => 0x33 },
+ 'colorprofilesettings' => { 291 => 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, 224 => 0x1e, 291 => 0x507, 349 => 0x37, 388 => 0xa011, 391 => 0xb, 401 => 0x1b, 402 => 0x83, 403 => 0xe, 419 => 0x6, 477 => 'ColorSpace' },
+ 'colorspecapproximation' => { 134 => 0x2 },
+ 'colorspecdata' => { 134 => 0x3 },
+ 'colorspecmethod' => { 134 => 0x0 },
+ 'colorspecprecedence' => { 134 => 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, 349 => 0x55 },
+ 'colortempcustom' => { 44 => 0x84 },
'colortempcustom1' => { 40 => 0x45 },
'colortempcustom2' => { 40 => 0x4a },
- 'colortempdaylight' => { 38 => 0x18, 39 => 0x27, 40 => 0x27, 41 => 0x9a, 42 => 0x2b, 43 => 0x52, 46 => 0x6b, 47 => 0x84, 48 => 0x89, 49 => 0x8c, 347 => 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, 62 => 0xae, 72 => 0x9, 95 => 0x10ae, 125 => 0x1005, 136 => 0x846, 154 => 'ColorTemperature', 180 => [0x6e,0x49], 181 => 0x3f, 182 => [0x39,0x5e], 184 => 0x10b, 187 => [0x3c,0x4c,0x4e], 307 => 0x321, 347 => 0x50, 379 => 0x1308, 412 => 0xb021, 469 => 'Temperature', 471 => 'Temperature' },
- 'colortemperatureadj' => { 446 => 0x8013 },
- 'colortemperatureauto' => { 223 => 0x4f },
- 'colortemperaturebg' => { 294 => 0x1013 },
- 'colortemperaturecustom' => { 399 => 0xc, 400 => 0xb },
- 'colortemperaturerg' => { 294 => 0x1014 },
- 'colortemperatureset' => { 399 => 0x7, 400 => 0x6 },
- 'colortemperaturesetting' => { 182 => 0x25, 401 => 0x17, 417 => 0xe },
- 'colortempflash' => { 38 => 0x36, 39 => 0x57, 40 => 0x40, 41 => 0xb8, 42 => 0x49, 43 => 0x70, 46 => 0x89, 47 => 0xa2, 48 => 0xa7, 49 => 0xaa, 347 => 0x5a },
- 'colortempflashdata' => { 43 => 0x24a },
- 'colortempfluorescent' => { 38 => 0x2c, 39 => 0x47, 40 => 0x3b, 41 => 0xae, 42 => 0x3f, 43 => 0x66, 46 => 0x7f, 47 => 0x98, 48 => 0x9d, 49 => 0xa0 },
- 'colortempfluorescentd' => { 347 => 0x57 },
- 'colortempfluorescentn' => { 347 => 0x58 },
- 'colortempfluorescentw' => { 347 => 0x59 },
- 'colortempkelvin' => { 38 => 0x31, 39 => 0x4f, 41 => 0xb3, 42 => 0x44, 43 => 0x6b, 46 => 0x84, 47 => 0x9d, 48 => 0xa2, 49 => 0xa5, 312 => 0x44, 379 => 0x1307 },
- 'colortempmeasured' => { 38 => 0xe, 39 => 0x17, 41 => 0x63, 43 => 0x4d, 46 => 0x4d, 47 => 0x4d, 48 => 0x4d, 49 => 0x55 },
- 'colortemppc1' => { 42 => 0x94, 43 => 0x75 },
- 'colortemppc2' => { 42 => 0x99, 43 => 0x7a },
- 'colortemppc3' => { 42 => 0x9e, 43 => 0x7f },
- 'colortempshade' => { 38 => 0x1d, 39 => 0x2f, 40 => 0x2c, 41 => 0x9f, 42 => 0x30, 43 => 0x57, 46 => 0x70, 47 => 0x89, 48 => 0x8e, 49 => 0x91, 347 => 0x54 },
- 'colortemptungsten' => { 38 => 0x27, 39 => 0x3f, 40 => 0x36, 41 => 0xa9, 42 => 0x3a, 43 => 0x61, 46 => 0x7a, 47 => 0x93, 48 => 0x98, 49 => 0x9b, 347 => 0x56 },
- 'colortempunknown' => { 38 => 0x13, 39 => 0x1f, 41 => 0x68, 42 => 0x21, 46 => 0x52, 47 => 0x52, 48 => 0x52, 49 => 0x5a },
- 'colortempunknown10' => { 38 => 0x63, 39 => 0x9f, 41 => 0x95, 42 => 0x76, 46 => 0xa2, 47 => 0x7f, 48 => 0x7f, 49 => 0x87 },
- 'colortempunknown11' => { 38 => 0x68, 39 => 0xa7, 41 => 0xbd, 42 => 0x7b, 46 => 0xa7, 47 => 0xa7, 48 => 0x84, 49 => 0xaf },
- 'colortempunknown12' => { 38 => 0x6d, 39 => 0xaf, 41 => 0xc2, 42 => 0x80, 46 => 0xac, 47 => 0xac, 48 => 0xac, 49 => 0xb4 },
- 'colortempunknown13' => { 38 => 0x72, 39 => 0xb7, 41 => 0xc7, 42 => 0x85, 46 => 0xb1, 47 => 0xb1, 48 => 0xb1, 49 => 0xb9 },
- 'colortempunknown14' => { 41 => 0xcc, 42 => 0x8a, 46 => 0xb6, 47 => 0xb6, 48 => 0xb6, 49 => 0xbe },
- 'colortempunknown15' => { 41 => 0xd1, 42 => 0x8f, 46 => 0xbb, 47 => 0xbb, 48 => 0xbb, 49 => 0xc3 },
- 'colortempunknown16' => { 41 => 0xd6, 42 => 0xa3, 47 => 0xc0, 48 => 0xc0, 49 => 0xc8 },
- 'colortempunknown17' => { 41 => 0xdb, 47 => 0xc5, 48 => 0xc5, 49 => 0xcd },
- 'colortempunknown18' => { 41 => 0xe0, 47 => 0xca, 48 => 0xca, 49 => 0xd2 },
- 'colortempunknown19' => { 41 => 0xe5, 47 => 0xcf, 48 => 0xcf, 49 => 0xd7 },
- 'colortempunknown2' => { 38 => 0x3b, 39 => 0x5f, 41 => 0x6d, 42 => 0x4e, 46 => 0x57, 47 => 0x57, 48 => 0x57, 49 => 0x5f },
- 'colortempunknown20' => { 41 => 0xea, 47 => 0xd4, 48 => 0xd4, 49 => 0xdc },
- 'colortempunknown21' => { 41 => 0xef, 48 => 0xd9, 49 => 0xe1 },
- 'colortempunknown22' => { 41 => 0xf4, 48 => 0xde, 49 => 0xe6 },
- 'colortempunknown23' => { 41 => 0xf9, 48 => 0xe3, 49 => 0xeb },
- 'colortempunknown24' => { 41 => 0xfe, 48 => 0xe8, 49 => 0xf0 },
- 'colortempunknown25' => { 41 => 0x103, 48 => 0xed, 49 => 0xf5 },
- 'colortempunknown26' => { 41 => 0x108, 48 => 0xf2, 49 => 0xfa },
- 'colortempunknown27' => { 41 => 0x10d, 48 => 0xf7, 49 => 0xff },
- 'colortempunknown28' => { 41 => 0x112, 48 => 0xfc, 49 => 0x104 },
- 'colortempunknown29' => { 41 => 0x117, 48 => 0x101, 49 => 0x109 },
- 'colortempunknown3' => { 38 => 0x40, 39 => 0x67, 41 => 0x72, 42 => 0x53, 46 => 0x5c, 47 => 0x5c, 48 => 0x5c, 49 => 0x64 },
- 'colortempunknown30' => { 48 => 0x106 },
- 'colortempunknown4' => { 38 => 0x45, 39 => 0x6f, 41 => 0x77, 42 => 0x58, 46 => 0x61, 47 => 0x61, 48 => 0x61, 49 => 0x69 },
- 'colortempunknown5' => { 38 => 0x4a, 39 => 0x77, 41 => 0x7c, 42 => 0x5d, 46 => 0x66, 47 => 0x66, 48 => 0x66, 49 => 0x6e },
- 'colortempunknown6' => { 38 => 0x4f, 39 => 0x7f, 41 => 0x81, 42 => 0x62, 46 => 0x8e, 47 => 0x6b, 48 => 0x6b, 49 => 0x73 },
- 'colortempunknown7' => { 38 => 0x54, 39 => 0x87, 41 => 0x86, 42 => 0x67, 46 => 0x93, 47 => 0x70, 48 => 0x70, 49 => 0x78 },
- 'colortempunknown8' => { 38 => 0x59, 39 => 0x8f, 41 => 0x8b, 42 => 0x6c, 46 => 0x98, 47 => 0x75, 48 => 0x75, 49 => 0x7d },
- 'colortempunknown9' => { 38 => 0x5e, 39 => 0x97, 41 => 0x90, 42 => 0x71, 46 => 0x9d, 47 => 0x7a, 48 => 0x7a, 49 => 0x82 },
- 'colortint' => { 311 => 0x35c },
- 'colortone' => { 10 => 0x6f, 12 => 0x77, 34 => 0x2a, 50 => 0x2 },
- 'colortoneadj' => { 101 => 0x20304, 106 => 0x11e },
- 'colortoneauto' => { 69 => 0x9c },
- 'colortonefaithful' => { 19 => 0x107, 68 => 0x6c, 69 => 0x6c },
- 'colortonelandscape' => { 19 => 0x105, 68 => 0x3c, 69 => 0x3c },
- 'colortonemonochrome' => { 68 => 0x84, 69 => 0x84 },
- 'colortoneneutral' => { 19 => 0x106, 68 => 0x54, 69 => 0x54 },
- 'colortoneportrait' => { 19 => 0x104, 68 => 0x24, 69 => 0x24 },
- 'colortonestandard' => { 19 => 0x103, 68 => 0xc, 69 => 0xc },
- 'colortoneuserdef1' => { 19 => 0x109, 68 => 0x9c, 69 => 0xb4 },
- 'colortoneuserdef2' => { 19 => 0x10a, 68 => 0xb4, 69 => 0xcc },
- 'colortoneuserdef3' => { 19 => 0x10b, 68 => 0xcc, 69 => 0xe4 },
- 'comlenblksize' => { 136 => 0xfde8 },
- 'commanddials' => { 283 => '5.1' },
- 'commanddialsaperturesetting' => { 272 => '17.3', 273 => '18.3', 275 => '18.3', 276 => '18.3', 281 => '33.3', 282 => '17.3', 285 => '18.3', 286 => '18.3' },
- 'commanddialschangemainsub' => { 272 => '17.2', 273 => '18.1', 275 => '18.1', 276 => '18.1', 281 => '33.2', 282 => '17.2', 285 => '18.1', 286 => '18.1' },
- 'commanddialsmenuandplayback' => { 272 => '17.4', 273 => '18.2', 275 => '18.2', 276 => '18.2', 281 => '33.4', 282 => '17.4', 285 => '18.2', 286 => '18.2' },
- 'commanddialsreverserotation' => { 272 => '17.1', 273 => '6.4', 275 => '6.2', 276 => '6.2', 277 => '16.2', 278 => '17.2', 281 => '33.1', 282 => '17.1', 285 => '6.2', 286 => '6.2', 287 => '18.1' },
- 'commanderchannel' => { 283 => '10.2', 284 => '25.2' },
- 'commandergroupa_ttl-aacomp' => { 283 => '13.1', 284 => '31.1' },
- 'commandergroupa_ttlcomp' => { 287 => '32.1' },
- 'commandergroupamanualoutput' => { 283 => '13.2', 284 => '28.2' },
- 'commandergroupamode' => { 283 => '11.2', 284 => '28.1' },
- 'commandergroupb_ttl-aacomp' => { 283 => '14.1', 284 => '32.1' },
- 'commandergroupb_ttlcomp' => { 287 => '33.1' },
- 'commandergroupbmanualoutput' => { 283 => '14.2', 284 => '29.2' },
- 'commandergroupbmode' => { 283 => '11.3', 284 => '29.1' },
- 'commanderinternalflash' => { 283 => '11.1', 284 => '27.1' },
- 'commanderinternalmanualoutput' => { 283 => '12.2', 284 => '27.2' },
- 'commanderinternalttlchannel' => { 281 => '18.2' },
- 'commanderinternalttlcomp' => { 283 => '12.1', 284 => '30.2', 287 => '31.2' },
- 'commanderinternalttlcompbuiltin' => { 281 => '20.1', 282 => '26.1' },
- 'commanderinternalttlcompgroupa' => { 281 => '21.1', 282 => '27.1' },
- 'commanderinternalttlcompgroupb' => { 281 => '22.1', 282 => '28.1' },
- 'comment' => { 0 => 0x2, 118 => 'Comment', 155 => 'Comment', 302 => 'Comment', 364 => "\xa9cmt", 366 => 'comment', 372 => "\xa9cmt" },
- 'compass' => { 382 => 0x4 },
- 'compatibleversion' => { 469 => 'CompatibleVersion', 471 => 'CompatibleVersion' },
- 'compilation' => { 364 => 'cpil' },
- 'compimageimagespersequence' => { 476 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfImagesInSequences'] },
- 'compimagemaxexposureall' => { 476 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfAll'] },
- 'compimagemaxexposureused' => { 476 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfUsed'] },
- 'compimageminexposureall' => { 476 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfAll'] },
- 'compimageminexposureused' => { 476 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfUsed'] },
- 'compimagenumsequences' => { 476 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfSequences'] },
- 'compimagesumexposureall' => { 476 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfAll'] },
- 'compimagesumexposureused' => { 476 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfUsed'] },
- 'compimagetotalexposureperiod' => { 476 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesTotalExposurePeriod'] },
- 'compimagevalues' => { 476 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesValues'] },
- 'complianceprofile' => { 485 => 'complianceProfile' },
- 'componentsconfiguration' => { 117 => 0x9101, 160 => 'Components', 475 => 'ComponentsConfiguration' },
- 'componentversion' => { 95 => 0x80c },
- 'composer' => { 177 => 'WM/Composer', 364 => ["\xa9com","\xa9wrt"], 372 => ["\xa9com","\xa9wrt"], 495 => 'composer' },
- 'composerkeywords' => { 372 => "\xa9cok" },
- 'compositeimage' => { 117 => 0xa460, 476 => 'CompositeImage' },
- 'compositeimagecount' => { 117 => 0xa461, 476 => 'CompositeImageCount' },
- 'compositeimageexposuretimes' => { 117 => 0xa462, 476 => 'CompositeImageExposureTimes' },
- 'composition' => { 459 => 'Composition' },
- 'compositionadjust' => { 346 => '0.1' },
- 'compositionadjustrotation' => { 346 => 0x7 },
- 'compositionadjustx' => { 346 => 0x5 },
- 'compositionadjusty' => { 346 => 0x6 },
- 'compressedbitsperpixel' => { 117 => 0x9102, 475 => 'CompressedBitsPerPixel' },
- 'compressedimagesize' => { 184 => 0x40, 294 => 0x40 },
- 'compression' => { 117 => 0x103, 317 => 0xb, 491 => 'Compression' },
- 'compressionfactor' => { 289 => 0x50d },
- 'compressionratio' => { 160 => 'Compression', 294 => 0x1034 },
- 'compressorversion' => { 372 => 'CNCV' },
- 'condadobvfactor' => { 136 => 0xf3e },
- 'condadodaybvthresh' => { 136 => 0xf3c },
- 'condadodayoffsets' => { 136 => 0xf42 },
- 'condadofluoffsets' => { 136 => 0xf44 },
- 'condadofluthresh' => { 136 => 0xf41 },
- 'condadoillfactor' => { 136 => 0xf3f },
- 'condadoneurange' => { 136 => 0xf3d },
- 'condadotunoffsets' => { 136 => 0xf43 },
- 'condadotunthresh' => { 136 => 0xf40 },
- 'conductor' => { 177 => 'WM/Conductor', 364 => "\xa9con" },
- 'confidence' => { 454 => 'Confidence' },
- 'confidencelevel' => { 465 => 'ConfidenceLevel' },
- 'confidencemime' => { 454 => 'ConfidenceMime' },
- 'constrainedcropheight' => { 106 => 0x266, 358 => 0xd6 },
- 'constrainedcropwidth' => { 106 => 0x262, 358 => 0xd5 },
- 'contact' => { 129 => 0x76 },
- 'contactinfo' => { 469 => 'ContactInfo', 471 => 'ContactInfo', 484 => 'contactInfo' },
- 'container' => { 449 => 'Container' },
- 'containerdirectory' => { 449 => [\'Container','ContainerDirectory'] },
- 'containerdirectoryitem' => { 449 => [\'Container','ContainerDirectoryItem'] },
- 'containerdirectoryitemdatauri' => { 449 => [\'Container','ContainerDirectoryItemDataURI'] },
- 'containerdirectoryitemlength' => { 449 => [\'Container','ContainerDirectoryItemLength'] },
- 'containerdirectoryitemmime' => { 449 => [\'Container','ContainerDirectoryItemMime'] },
- 'containerdirectoryitempadding' => { 449 => [\'Container','ContainerDirectoryItemPadding'] },
- 'containerformat' => { 481 => 'ContainerFormat' },
- 'containerformatidentifier' => { 481 => [\'ContainerFormat','ContainerFormatIdentifier'] },
- 'containerformatname' => { 481 => [\'ContainerFormat','ContainerFormatName'] },
- 'contentcreatedate' => { 364 => "\xa9day", 372 => ['@day',"\xa9day"] },
- 'contentdistributor' => { 177 => 'WM/ContentDistributor' },
- 'contentdistributorid' => { 372 => 'cdis' },
- 'contentid' => { 372 => 'ccid' },
- 'contentlocationcode' => { 129 => 0x1a },
- 'contentlocationname' => { 129 => 0x1b },
- 'contenttype' => { 485 => 'contentType' },
- 'continuousbracketing' => { 182 => 0x20 },
+ 'colortempdaylight' => { 38 => 0x18, 39 => 0x27, 40 => 0x27, 41 => 0x9a, 42 => 0xd1, 43 => 0x2b, 44 => 0x52, 47 => 0x6b, 48 => 0x84, 49 => 0x89, 50 => 0x8c, 349 => 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], 309 => 0x321, 349 => 0x50, 381 => 0x1308, 414 => 0xb021, 471 => 'Temperature', 473 => 'Temperature' },
+ 'colortemperatureadj' => { 448 => 0x8013 },
+ 'colortemperatureauto' => { 224 => 0x4f },
+ 'colortemperaturebg' => { 296 => 0x1013 },
+ 'colortemperaturecustom' => { 401 => 0xc, 402 => 0xb },
+ 'colortemperaturerg' => { 296 => 0x1014 },
+ 'colortemperatureset' => { 401 => 0x7, 402 => 0x6 },
+ 'colortemperaturesetting' => { 183 => 0x25, 403 => 0x17, 419 => 0xe },
+ 'colortempflash' => { 38 => 0x36, 39 => 0x57, 40 => 0x40, 41 => 0xb8, 42 => 0xef, 43 => 0x49, 44 => 0x70, 47 => 0x89, 48 => 0xa2, 49 => 0xa7, 50 => 0xaa, 349 => 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' => { 349 => 0x57 },
+ 'colortempfluorescentn' => { 349 => 0x58 },
+ 'colortempfluorescentw' => { 349 => 0x59 },
+ 'colortempkelvin' => { 38 => 0x31, 39 => 0x4f, 41 => 0xb3, 42 => 0xea, 43 => 0x44, 44 => 0x6b, 47 => 0x84, 48 => 0x9d, 49 => 0xa2, 50 => 0xa5, 314 => 0x44, 381 => 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, 349 => 0x54 },
+ 'colortemptungsten' => { 38 => 0x27, 39 => 0x3f, 40 => 0x36, 41 => 0xa9, 42 => 0xe0, 43 => 0x3a, 44 => 0x61, 47 => 0x7a, 48 => 0x93, 49 => 0x98, 50 => 0x9b, 349 => 0x56 },
+ 'colortempunknown' => { 38 => 0x13, 39 => 0x1f, 41 => 0x68, 42 => 0x7c, 43 => 0x21, 47 => 0x52, 48 => 0x52, 49 => 0x52, 50 => 0x5a },
+ 'colortempunknown10' => { 38 => 0x63, 39 => 0x9f, 41 => 0x95, 42 => 0xa9, 43 => 0x76, 47 => 0xa2, 48 => 0x7f, 49 => 0x7f, 50 => 0x87 },
+ 'colortempunknown11' => { 38 => 0x68, 39 => 0xa7, 41 => 0xbd, 42 => [0xae,0xb3], 43 => 0x7b, 47 => 0xa7, 48 => 0xa7, 49 => 0x84, 50 => 0xaf },
+ 'colortempunknown12' => { 38 => 0x6d, 39 => 0xaf, 41 => 0xc2, 42 => 0xb8, 43 => 0x80, 47 => 0xac, 48 => 0xac, 49 => 0xac, 50 => 0xb4 },
+ 'colortempunknown13' => { 38 => 0x72, 39 => 0xb7, 41 => 0xc7, 42 => 0xbd, 43 => 0x85, 47 => 0xb1, 48 => 0xb1, 49 => 0xb1, 50 => 0xb9 },
+ 'colortempunknown14' => { 41 => 0xcc, 42 => 0xc2, 43 => 0x8a, 47 => 0xb6, 48 => 0xb6, 49 => 0xb6, 50 => 0xbe },
+ 'colortempunknown15' => { 41 => 0xd1, 42 => 0xc7, 43 => 0x8f, 47 => 0xbb, 48 => 0xbb, 49 => 0xbb, 50 => 0xc3 },
+ 'colortempunknown16' => { 41 => 0xd6, 42 => 0xcc, 43 => 0xa3, 48 => 0xc0, 49 => 0xc0, 50 => 0xc8 },
+ 'colortempunknown17' => { 41 => 0xdb, 42 => 0xf4, 48 => 0xc5, 49 => 0xc5, 50 => 0xcd },
+ 'colortempunknown18' => { 41 => 0xe0, 42 => 0xf9, 48 => 0xca, 49 => 0xca, 50 => 0xd2 },
+ 'colortempunknown19' => { 41 => 0xe5, 42 => 0xfe, 48 => 0xcf, 49 => 0xcf, 50 => 0xd7 },
+ 'colortempunknown2' => { 38 => 0x3b, 39 => 0x5f, 41 => 0x6d, 42 => 0x81, 43 => 0x4e, 47 => 0x57, 48 => 0x57, 49 => 0x57, 50 => 0x5f },
+ 'colortempunknown20' => { 41 => 0xea, 42 => 0x103, 48 => 0xd4, 49 => 0xd4, 50 => 0xdc },
+ 'colortempunknown21' => { 41 => 0xef, 42 => 0x108, 49 => 0xd9, 50 => 0xe1 },
+ 'colortempunknown22' => { 41 => 0xf4, 42 => 0x10d, 49 => 0xde, 50 => 0xe6 },
+ 'colortempunknown23' => { 41 => 0xf9, 42 => 0x112, 49 => 0xe3, 50 => 0xeb },
+ 'colortempunknown24' => { 41 => 0xfe, 42 => 0x117, 49 => 0xe8, 50 => 0xf0 },
+ 'colortempunknown25' => { 41 => 0x103, 42 => 0x11c, 49 => 0xed, 50 => 0xf5 },
+ 'colortempunknown26' => { 41 => 0x108, 42 => 0x121, 49 => 0xf2, 50 => 0xfa },
+ 'colortempunknown27' => { 41 => 0x10d, 42 => 0x126, 49 => 0xf7, 50 => 0xff },
+ 'colortempunknown28' => { 41 => 0x112, 49 => 0xfc, 50 => 0x104 },
+ 'colortempunknown29' => { 41 => 0x117, 49 => 0x101, 50 => 0x109 },
+ 'colortempunknown3' => { 38 => 0x40, 39 => 0x67, 41 => 0x72, 42 => 0x86, 43 => 0x53, 47 => 0x5c, 48 => 0x5c, 49 => 0x5c, 50 => 0x64 },
+ 'colortempunknown30' => { 49 => 0x106 },
+ 'colortempunknown4' => { 38 => 0x45, 39 => 0x6f, 41 => 0x77, 42 => 0x8b, 43 => 0x58, 47 => 0x61, 48 => 0x61, 49 => 0x61, 50 => 0x69 },
+ 'colortempunknown5' => { 38 => 0x4a, 39 => 0x77, 41 => 0x7c, 42 => 0x90, 43 => 0x5d, 47 => 0x66, 48 => 0x66, 49 => 0x66, 50 => 0x6e },
+ 'colortempunknown6' => { 38 => 0x4f, 39 => 0x7f, 41 => 0x81, 42 => 0x95, 43 => 0x62, 47 => 0x8e, 48 => 0x6b, 49 => 0x6b, 50 => 0x73 },
+ 'colortempunknown7' => { 38 => 0x54, 39 => 0x87, 41 => 0x86, 42 => 0x9a, 43 => 0x67, 47 => 0x93, 48 => 0x70, 49 => 0x70, 50 => 0x78 },
+ 'colortempunknown8' => { 38 => 0x59, 39 => 0x8f, 41 => 0x8b, 42 => 0x9f, 43 => 0x6c, 47 => 0x98, 48 => 0x75, 49 => 0x75, 50 => 0x7d },
+ 'colortempunknown9' => { 38 => 0x5e, 39 => 0x97, 41 => 0x90, 42 => 0xa4, 43 => 0x71, 47 => 0x9d, 48 => 0x7a, 49 => 0x7a, 50 => 0x82 },
+ 'colortint' => { 313 => 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 },
+ 'commanddials' => { 285 => '5.1' },
+ 'commanddialsaperturesetting' => { 274 => '17.3', 275 => '18.3', 277 => '18.3', 278 => '18.3', 283 => '33.3', 284 => '17.3', 287 => '18.3', 288 => '18.3' },
+ 'commanddialschangemainsub' => { 274 => '17.2', 275 => '18.1', 277 => '18.1', 278 => '18.1', 283 => '33.2', 284 => '17.2', 287 => '18.1', 288 => '18.1' },
+ 'commanddialsmenuandplayback' => { 274 => '17.4', 275 => '18.2', 277 => '18.2', 278 => '18.2', 283 => '33.4', 284 => '17.4', 287 => '18.2', 288 => '18.2' },
+ 'commanddialsreverserotation' => { 274 => '17.1', 275 => '6.4', 277 => '6.2', 278 => '6.2', 279 => '16.2', 280 => '17.2', 283 => '33.1', 284 => '17.1', 287 => '6.2', 288 => '6.2', 289 => '18.1' },
+ 'commanderchannel' => { 285 => '10.2', 286 => '25.2' },
+ 'commandergroupa_ttl-aacomp' => { 285 => '13.1', 286 => '31.1' },
+ 'commandergroupa_ttlcomp' => { 289 => '32.1' },
+ 'commandergroupamanualoutput' => { 285 => '13.2', 286 => '28.2' },
+ 'commandergroupamode' => { 285 => '11.2', 286 => '28.1' },
+ 'commandergroupb_ttl-aacomp' => { 285 => '14.1', 286 => '32.1' },
+ 'commandergroupb_ttlcomp' => { 289 => '33.1' },
+ 'commandergroupbmanualoutput' => { 285 => '14.2', 286 => '29.2' },
+ 'commandergroupbmode' => { 285 => '11.3', 286 => '29.1' },
+ 'commanderinternalflash' => { 285 => '11.1', 286 => '27.1' },
+ 'commanderinternalmanualoutput' => { 285 => '12.2', 286 => '27.2' },
+ 'commanderinternalttlchannel' => { 283 => '18.2' },
+ 'commanderinternalttlcomp' => { 285 => '12.1', 286 => '30.2', 289 => '31.2' },
+ 'commanderinternalttlcompbuiltin' => { 283 => '20.1', 284 => '26.1' },
+ 'commanderinternalttlcompgroupa' => { 283 => '21.1', 284 => '27.1' },
+ 'commanderinternalttlcompgroupb' => { 283 => '22.1', 284 => '28.1' },
+ 'comment' => { 0 => 0x2, 119 => 'Comment', 156 => 'Comment', 304 => 'Comment', 366 => "\xa9cmt", 368 => 'comment', 374 => "\xa9cmt" },
+ 'compass' => { 384 => 0x4 },
+ 'compatibleversion' => { 471 => 'CompatibleVersion', 473 => 'CompatibleVersion' },
+ 'compilation' => { 366 => 'cpil' },
+ 'compimageimagespersequence' => { 478 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfImagesInSequences'] },
+ 'compimagemaxexposureall' => { 478 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfAll'] },
+ 'compimagemaxexposureused' => { 478 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfUsed'] },
+ 'compimageminexposureall' => { 478 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfAll'] },
+ 'compimageminexposureused' => { 478 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfUsed'] },
+ 'compimagenumsequences' => { 478 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfSequences'] },
+ 'compimagesumexposureall' => { 478 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfAll'] },
+ 'compimagesumexposureused' => { 478 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfUsed'] },
+ 'compimagetotalexposureperiod' => { 478 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesTotalExposurePeriod'] },
+ 'compimagevalues' => { 478 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesValues'] },
+ 'complianceprofile' => { 487 => 'complianceProfile' },
+ 'componentsconfiguration' => { 118 => 0x9101, 161 => 'Components', 477 => 'ComponentsConfiguration' },
+ 'componentversion' => { 96 => 0x80c },
+ 'composer' => { 178 => 'WM/Composer', 366 => ["\xa9com","\xa9wrt"], 374 => ["\xa9com","\xa9wrt"], 497 => 'composer' },
+ 'composerkeywords' => { 374 => "\xa9cok" },
+ 'compositeimage' => { 118 => 0xa460, 478 => 'CompositeImage' },
+ 'compositeimagecount' => { 118 => 0xa461, 478 => 'CompositeImageCount' },
+ 'compositeimageexposuretimes' => { 118 => 0xa462, 478 => 'CompositeImageExposureTimes' },
+ 'composition' => { 461 => 'Composition' },
+ 'compositionadjust' => { 348 => '0.1' },
+ 'compositionadjustrotation' => { 348 => 0x7 },
+ 'compositionadjustx' => { 348 => 0x5 },
+ 'compositionadjusty' => { 348 => 0x6 },
+ 'compressedbitsperpixel' => { 118 => 0x9102, 477 => 'CompressedBitsPerPixel' },
+ 'compressedimagesize' => { 185 => 0x40, 296 => 0x40 },
+ 'compression' => { 118 => 0x103, 319 => 0xb, 493 => 'Compression' },
+ 'compressionfactor' => { 291 => 0x50d },
+ 'compressionratio' => { 161 => 'Compression', 296 => 0x1034 },
+ 'compressorversion' => { 374 => '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', 366 => "\xa9con" },
+ 'confidence' => { 456 => 'Confidence' },
+ 'confidencelevel' => { 467 => 'ConfidenceLevel' },
+ 'confidencemime' => { 456 => 'ConfidenceMime' },
+ 'constrainedcropheight' => { 107 => 0x266, 360 => 0xd6 },
+ 'constrainedcropwidth' => { 107 => 0x262, 360 => 0xd5 },
+ 'contact' => { 130 => 0x76 },
+ 'contactinfo' => { 471 => 'ContactInfo', 473 => 'ContactInfo', 486 => 'contactInfo' },
+ 'container' => { 451 => 'Container' },
+ 'containerdirectory' => { 451 => [\'Container','ContainerDirectory'] },
+ 'containerdirectoryitem' => { 451 => [\'Container','ContainerDirectoryItem'] },
+ 'containerdirectoryitemdatauri' => { 451 => [\'Container','ContainerDirectoryItemDataURI'] },
+ 'containerdirectoryitemlength' => { 451 => [\'Container','ContainerDirectoryItemLength'] },
+ 'containerdirectoryitemmime' => { 451 => [\'Container','ContainerDirectoryItemMime'] },
+ 'containerdirectoryitempadding' => { 451 => [\'Container','ContainerDirectoryItemPadding'] },
+ 'containerformat' => { 483 => 'ContainerFormat' },
+ 'containerformatidentifier' => { 483 => [\'ContainerFormat','ContainerFormatIdentifier'] },
+ 'containerformatname' => { 483 => [\'ContainerFormat','ContainerFormatName'] },
+ 'contentcreatedate' => { 366 => "\xa9day", 374 => ['@day',"\xa9day"] },
+ 'contentdistributor' => { 178 => 'WM/ContentDistributor' },
+ 'contentdistributorid' => { 374 => 'cdis' },
+ 'contentid' => { 374 => 'ccid' },
+ 'contentlocationcode' => { 130 => 0x1a },
+ 'contentlocationname' => { 130 => 0x1b },
+ 'contenttype' => { 487 => 'contentType' },
+ 'continuousbracketing' => { 183 => 0x20 },
'continuousdrive' => { 34 => 0x5 },
- 'continuousmodeliveview' => { 286 => '77.2' },
- 'continuousshootingspeed' => { 82 => 0x610 },
- 'continuousshotlimit' => { 82 => 0x611 },
- 'contrast' => { 10 => 0x73, 12 => 0x75, 34 => 0xd, 110 => 0xc, 111 => [0x3012,0x20], 117 => [0xa408,0xfe54], 125 => [0x1004,0x1006], 154 => 'Contrast', 174 => 'Contrast', 179 => 0x20, 180 => 0x31, 181 => 0x27, 182 => 0x19, 187 => 0x2, 225 => 0x33, 226 => 0x37, 227 => 0x3f, 294 => 0x1029, 312 => 0x39, 314 => 0x300a, 347 => 0x20, 354 => 0xc, 366 => 'player.movie.visual.contrast', 373 => 0x24, 375 => 0x52, 379 => 0x1012, 389 => 0xd, 399 => 0x1d, 400 => 0x1a, 412 => 0x2004, 469 => 'Contrast', 471 => 'Contrast', 475 => 'Contrast' },
- 'contrast2012' => { 469 => 'Contrast2012', 471 => 'Contrast2012' },
- 'contrastadj' => { 101 => 0x20303, 106 => 0x115, 268 => 0x2c, 446 => 0x8017 },
- 'contrastauto' => { 69 => 0x90 },
- 'contrastcurve' => { 223 => 0x8c },
- 'contrastdetectaf' => { 191 => 0x4 },
- 'contrastdetectafarea' => { 347 => 0x231 },
- 'contrastdetectafinfocus' => { 191 => [0x1c,0x52] },
- 'contrastfaithful' => { 19 => 0xec, 68 => 0x60, 69 => 0x60 },
- 'contrasthighlight' => { 347 => 0x6d },
- 'contrasthighlightshadowadj' => { 347 => 0x6f },
- 'contrastlandscape' => { 19 => 0xea, 68 => 0x30, 69 => 0x30 },
- 'contrastmode' => { 312 => 0x2c },
- 'contrastmonochrome' => { 19 => 0xed, 68 => 0x78, 69 => 0x78 },
- 'contrastneutral' => { 19 => 0xeb, 68 => 0x48, 69 => 0x48 },
- 'contrastportrait' => { 19 => 0xe9, 68 => 0x18, 69 => 0x18 },
- 'contrastsetting' => { 289 => 0x505, 297 => 0x1012, 401 => 0x10, 417 => 0x8 },
- 'contrastshadow' => { 347 => 0x6e },
- 'contraststandard' => { 19 => 0xe8, 68 => 0x0, 69 => 0x0 },
- 'contrastuserdef1' => { 19 => 0xee, 68 => 0x90, 69 => 0xa8 },
- 'contrastuserdef2' => { 19 => 0xef, 68 => 0xa8, 69 => 0xc0 },
- 'contrastuserdef3' => { 19 => 0xf0, 68 => 0xc0, 69 => 0xd8 },
- 'contributedmedia' => { 495 => 'contributedMedia' },
- 'contributedmediaduration' => { 495 => [\'contributedMedia','contributedMediaDuration'] },
- 'contributedmediadurationscale' => { 495 => [\'contributedMedia','contributedMediaDurationScale'] },
- 'contributedmediadurationvalue' => { 495 => [\'contributedMedia','contributedMediaDurationValue'] },
- 'contributedmediamanaged' => { 495 => [\'contributedMedia','contributedMediaManaged'] },
- 'contributedmediapath' => { 495 => [\'contributedMedia','contributedMediaPath'] },
- 'contributedmediastarttime' => { 495 => [\'contributedMedia','contributedMediaStartTime'] },
- 'contributedmediastarttimescale' => { 495 => [\'contributedMedia','contributedMediaStartTimeScale'] },
- 'contributedmediastarttimevalue' => { 495 => [\'contributedMedia','contributedMediaStartTimeValue'] },
- 'contributedmediatrack' => { 495 => [\'contributedMedia','contributedMediaTrack'] },
- 'contributedmediawebstatement' => { 495 => [\'contributedMedia','contributedMediaWebStatement'] },
- 'contributor' => { 472 => 'contributor', 481 => 'Contributor' },
- 'contributoridentifier' => { 481 => [\'Contributor','ContributorIdentifier'] },
- 'contributorname' => { 481 => [\'Contributor','ContributorName'] },
- 'contributorrole' => { 481 => [\'Contributor','ContributorRole'] },
- 'contributors' => { 155 => 'Contributors' },
- 'controldialset' => { 182 => 0x46 },
- 'controlledvocabularyterm' => { 481 => 'CVterm' },
- 'controllerboardversion' => { 307 => 0x332 },
- 'controlmode' => { 75 => 0x12 },
- 'controlringrotation' => { 82 => 0x712 },
- 'conversionlens' => { 290 => 0x403, 312 => 0x35 },
- 'converter' => { 117 => 0xfe4d, 255 => 0xb, 469 => 'Converter', 471 => 'Converter' },
- 'converttograyscale' => { 469 => 'ConvertToGrayscale', 471 => 'ConvertToGrayscale' },
- 'cookingequipment' => { 487 => 'cookingEquipment' },
- 'cookingmethod' => { 487 => 'cookingMethod' },
- 'copyright' => { 0 => 0x3, 117 => 0x8298, 155 => 'Copyright', 302 => 'Copyright', 347 => 0x22f, 363 => 'Copyright', 364 => ['cprt',"\xa9cpy"], 366 => 'copyright', 372 => ['cprt',"\xa9cpy"], 469 => 'Copyright', 471 => 'Copyright', 482 => 'Copyright', 488 => 'copyright', 491 => 'Copyright', 495 => 'copyright' },
- 'copyrightflag' => { 361 => 0x40a },
- 'copyrightnotice' => { 129 => 0x74 },
- 'copyrightowner' => { 299 => 'CopyrightOwner' },
- 'copyrightownerid' => { 299 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] },
- 'copyrightownerimageid' => { 299 => 'CopyrightOwnerImageID' },
- 'copyrightownername' => { 299 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] },
- 'copyrightregistrationnumber' => { 299 => 'CopyrightRegistrationNumber' },
- 'copyrightstatus' => { 299 => 'CopyrightStatus' },
- 'copyrightyear' => { 481 => 'CopyrightYear', 485 => 'copyrightYear' },
- 'coringfilter' => { 293 => 0x310, 294 => 0x102d, 297 => 0x310 },
- 'coringvalues' => { 293 => 0x311, 297 => 0x311 },
- 'corporateentity' => { 485 => 'corporateEntity' },
- 'correlatedcolortemp' => { 311 => 0x35b },
- 'country' => { 159 => 'Country', 312 => 0x69, 483 => 'Country' },
- 'country-primarylocationcode' => { 129 => 0x64 },
- 'country-primarylocationname' => { 129 => 0x65 },
- 'countrycode' => { 222 => 0x5, 359 => 'CountryCode', 480 => 'CountryCode' },
- 'course' => { 487 => 'course' },
- 'coverage' => { 472 => 'coverage' },
- 'coverart' => { 364 => 'covr' },
- 'coverdate' => { 485 => 'coverDate' },
- 'coverdisplaydate' => { 485 => 'coverDisplayDate' },
- 'coveruri' => { 372 => 'cvru' },
- 'cpufirmwareversion' => { 347 => 0x28 },
- 'crc32' => { 473 => 'crc32' },
- 'createdate' => { 117 => 0x9004, 155 => 'CreateDate', 298 => 'CreationDate', 302 => 'create-date', 363 => 'CreationDate', 369 => 0x1, 493 => 'CreateDate' },
- 'creationdate' => { 366 => 'creationdate', 482 => 'CreationDate', 485 => 'creationDate' },
- 'creationtime' => { 302 => 'Creation Time' },
- 'creativestyle' => { 399 => 0x1a, 400 => 0x18, 410 => 0x41, 412 => 0xb020, 442 => 0x4a },
- 'creativestylesetting' => { 401 => 0xf, 417 => 0x7 },
- 'creativestylewaschanged' => { 446 => 0x8001 },
- 'creator' => { 298 => 'Creator', 363 => 'Creator', 472 => 'creator', 481 => 'Creator', 482 => 'Creator' },
- 'creatoraddress' => { 480 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] },
- 'creatorappid' => { 176 => 'CreatorAppId' },
- 'creatorcity' => { 480 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] },
- 'creatorcontactinfo' => { 480 => 'CreatorContactInfo' },
- 'creatorcountry' => { 480 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] },
- 'creatoridentifier' => { 481 => [\'Creator','CreatorIdentifier'] },
- 'creatorname' => { 481 => [\'Creator','CreatorName'] },
- 'creatoropenwithuioptions' => { 176 => 'CreatorOpenWithUIOptions' },
- 'creatorpostalcode' => { 480 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] },
- 'creatorregion' => { 480 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] },
- 'creatorrole' => { 481 => [\'Creator','CreatorRole'] },
- 'creatortool' => { 493 => 'CreatorTool' },
- 'creatorworkemail' => { 480 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] },
- 'creatorworktelephone' => { 480 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] },
- 'creatorworkurl' => { 480 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] },
- 'credit' => { 129 => 0x6e, 483 => 'Credit' },
- 'creditline' => { 488 => 'creditLine' },
- 'creditlinereq' => { 498 => 'CreditLineReq' },
- 'creditlinerequired' => { 299 => 'CreditLineRequired' },
- 'cropactive' => { 99 => 0x0, 106 => 0x244 },
- 'cropangle' => { 469 => 'CropAngle', 471 => 'CropAngle' },
- 'croparea' => { 223 => 0x45, 446 => 0x9011 },
- 'cropaspectratio' => { 101 => 0x30101, 106 => 0x260 },
- 'cropaspectratiocustom' => { 101 => 0x30102 },
- 'cropbottom' => { 121 => 0x9, 260 => 0x36, 317 => 0x31, 358 => 0xdc, 469 => 'CropBottom', 471 => 'CropBottom' },
- 'cropbottommargin' => { 52 => 0x3 },
- 'cropcircleactive' => { 107 => 0xd6 },
- 'cropcircleradius' => { 107 => 0xd9 },
- 'cropcirclex' => { 107 => 0xd7 },
- 'cropcircley' => { 107 => 0xd8 },
- 'cropconstraintowarp' => { 469 => 'CropConstrainToWarp', 471 => 'CropConstrainToWarp' },
- 'croph' => { 463 => 'CropH' },
- 'cropheight' => { 99 => 0x6, 106 => 0x24c, 293 => 0x615, 297 => 0x615, 469 => 'CropHeight', 471 => 'CropHeight' },
- 'crophispeed' => { 223 => 0x1b },
- 'cropleft' => { 106 => 0x246, 121 => 0x6, 260 => 0x1e, 293 => 0x612, 297 => 0x612, 317 => 0x30, 358 => 0xd9, 469 => 'CropLeft', 471 => 'CropLeft' },
- 'cropleftmargin' => { 52 => 0x0 },
- 'cropmode' => { 125 => 0x104d, 379 => 0x1018 },
- 'croporiginalheight' => { 99 => 0xb },
- 'croporiginalwidth' => { 99 => 0xa },
- 'cropoutputheight' => { 260 => 0xce },
- 'cropoutputheightinches' => { 260 => 0x96 },
- 'cropoutputpixels' => { 260 => 0xd6 },
- 'cropoutputresolution' => { 260 => 0xb6 },
- 'cropoutputscale' => { 260 => 0xbe },
- 'cropoutputwidth' => { 260 => 0xc6 },
- 'cropoutputwidthinches' => { 260 => 0x8e },
- 'croppedareaimageheightpixels' => { 457 => 'CroppedAreaImageHeightPixels', 458 => 'CroppedAreaImageHeightPixels' },
- 'croppedareaimagewidthpixels' => { 457 => 'CroppedAreaImageWidthPixels', 458 => 'CroppedAreaImageWidthPixels' },
- 'croppedarealeftpixels' => { 457 => 'CroppedAreaLeftPixels', 458 => 'CroppedAreaLeftPixels' },
- 'croppedareatoppixels' => { 457 => 'CroppedAreaTopPixels', 458 => 'CroppedAreaTopPixels' },
- 'croppedimageheight' => { 5 => 0x2, 379 => 0x1604 },
+ 'continuousmodeliveview' => { 288 => '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, 226 => 0x33, 227 => 0x37, 228 => 0x3f, 296 => 0x1029, 314 => 0x39, 316 => 0x300a, 349 => 0x20, 356 => 0xc, 368 => 'player.movie.visual.contrast', 375 => 0x24, 377 => 0x52, 381 => 0x1012, 391 => 0xd, 401 => 0x1d, 402 => 0x1a, 414 => 0x2004, 471 => 'Contrast', 473 => 'Contrast', 477 => 'Contrast' },
+ 'contrast2012' => { 471 => 'Contrast2012', 473 => 'Contrast2012' },
+ 'contrastadj' => { 102 => 0x20303, 107 => 0x115, 270 => 0x2c, 448 => 0x8017 },
+ 'contrastauto' => { 70 => 0x90 },
+ 'contrastcurve' => { 224 => 0x8c },
+ 'contrastdetectaf' => { 192 => 0x4 },
+ 'contrastdetectafarea' => { 349 => 0x231 },
+ 'contrastdetectafinfocus' => { 192 => [0x1c,0x52] },
+ 'contrastfaithful' => { 19 => 0xec, 69 => 0x60, 70 => 0x60 },
+ 'contrasthighlight' => { 349 => 0x6d },
+ 'contrasthighlightshadowadj' => { 349 => 0x6f },
+ 'contrastlandscape' => { 19 => 0xea, 69 => 0x30, 70 => 0x30 },
+ 'contrastmode' => { 314 => 0x2c },
+ 'contrastmonochrome' => { 19 => 0xed, 69 => 0x78, 70 => 0x78 },
+ 'contrastneutral' => { 19 => 0xeb, 69 => 0x48, 70 => 0x48 },
+ 'contrastportrait' => { 19 => 0xe9, 69 => 0x18, 70 => 0x18 },
+ 'contrastsetting' => { 291 => 0x505, 299 => 0x1012, 403 => 0x10, 419 => 0x8 },
+ 'contrastshadow' => { 349 => 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' => { 497 => 'contributedMedia' },
+ 'contributedmediaduration' => { 497 => [\'contributedMedia','contributedMediaDuration'] },
+ 'contributedmediadurationscale' => { 497 => [\'contributedMedia','contributedMediaDurationScale'] },
+ 'contributedmediadurationvalue' => { 497 => [\'contributedMedia','contributedMediaDurationValue'] },
+ 'contributedmediamanaged' => { 497 => [\'contributedMedia','contributedMediaManaged'] },
+ 'contributedmediapath' => { 497 => [\'contributedMedia','contributedMediaPath'] },
+ 'contributedmediastarttime' => { 497 => [\'contributedMedia','contributedMediaStartTime'] },
+ 'contributedmediastarttimescale' => { 497 => [\'contributedMedia','contributedMediaStartTimeScale'] },
+ 'contributedmediastarttimevalue' => { 497 => [\'contributedMedia','contributedMediaStartTimeValue'] },
+ 'contributedmediatrack' => { 497 => [\'contributedMedia','contributedMediaTrack'] },
+ 'contributedmediawebstatement' => { 497 => [\'contributedMedia','contributedMediaWebStatement'] },
+ 'contributor' => { 474 => 'contributor', 483 => 'Contributor' },
+ 'contributoridentifier' => { 483 => [\'Contributor','ContributorIdentifier'] },
+ 'contributorname' => { 483 => [\'Contributor','ContributorName'] },
+ 'contributorrole' => { 483 => [\'Contributor','ContributorRole'] },
+ 'contributors' => { 156 => 'Contributors' },
+ 'controldialset' => { 183 => 0x46 },
+ 'controlledvocabularyterm' => { 483 => 'CVterm' },
+ 'controllerboardversion' => { 309 => 0x332 },
+ 'controlmode' => { 76 => 0x12 },
+ 'controlringrotation' => { 83 => 0x712 },
+ 'conversionlens' => { 292 => 0x403, 314 => 0x35 },
+ 'converter' => { 118 => 0xfe4d, 256 => 0xb, 471 => 'Converter', 473 => 'Converter' },
+ 'converttograyscale' => { 471 => 'ConvertToGrayscale', 473 => 'ConvertToGrayscale' },
+ 'cookingequipment' => { 489 => 'cookingEquipment' },
+ 'cookingmethod' => { 489 => 'cookingMethod' },
+ 'copyright' => { 0 => 0x3, 118 => 0x8298, 156 => 'Copyright', 304 => 'Copyright', 349 => 0x22f, 365 => 'Copyright', 366 => ['cprt',"\xa9cpy"], 368 => 'copyright', 374 => ['cprt',"\xa9cpy"], 471 => 'Copyright', 473 => 'Copyright', 484 => 'Copyright', 490 => 'copyright', 493 => 'Copyright', 497 => 'copyright' },
+ 'copyrightflag' => { 363 => 0x40a },
+ 'copyrightnotice' => { 130 => 0x74 },
+ 'copyrightowner' => { 301 => 'CopyrightOwner' },
+ 'copyrightownerid' => { 301 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] },
+ 'copyrightownerimageid' => { 301 => 'CopyrightOwnerImageID' },
+ 'copyrightownername' => { 301 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] },
+ 'copyrightregistrationnumber' => { 301 => 'CopyrightRegistrationNumber' },
+ 'copyrightstatus' => { 301 => 'CopyrightStatus' },
+ 'copyrightyear' => { 483 => 'CopyrightYear', 487 => 'copyrightYear' },
+ 'coringfilter' => { 295 => 0x310, 296 => 0x102d, 299 => 0x310 },
+ 'coringvalues' => { 295 => 0x311, 299 => 0x311 },
+ 'corporateentity' => { 487 => 'corporateEntity' },
+ 'correlatedcolortemp' => { 313 => 0x35b },
+ 'country' => { 160 => 'Country', 314 => 0x69, 485 => 'Country' },
+ 'country-primarylocationcode' => { 130 => 0x64 },
+ 'country-primarylocationname' => { 130 => 0x65 },
+ 'countrycode' => { 223 => 0x5, 361 => 'CountryCode', 482 => 'CountryCode' },
+ 'course' => { 489 => 'course' },
+ 'coverage' => { 474 => 'coverage' },
+ 'coverart' => { 366 => 'covr' },
+ 'coverdate' => { 487 => 'coverDate' },
+ 'coverdisplaydate' => { 487 => 'coverDisplayDate' },
+ 'coveruri' => { 374 => 'cvru' },
+ 'cpufirmwareversion' => { 349 => 0x28 },
+ 'crc32' => { 475 => 'crc32' },
+ 'createdate' => { 118 => 0x9004, 156 => 'CreateDate', 300 => 'CreationDate', 304 => 'create-date', 365 => 'CreationDate', 371 => 0x1, 495 => 'CreateDate' },
+ 'creationdate' => { 368 => 'creationdate', 484 => 'CreationDate', 487 => 'creationDate' },
+ 'creationtime' => { 304 => 'Creation Time' },
+ 'creativestyle' => { 401 => 0x1a, 402 => 0x18, 412 => 0x41, 414 => 0xb020, 444 => 0x4a },
+ 'creativestylesetting' => { 403 => 0xf, 419 => 0x7 },
+ 'creativestylewaschanged' => { 448 => 0x8001 },
+ 'creator' => { 300 => 'Creator', 365 => 'Creator', 474 => 'creator', 483 => 'Creator', 484 => 'Creator' },
+ 'creatoraddress' => { 482 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] },
+ 'creatorappid' => { 177 => 'CreatorAppId' },
+ 'creatorcity' => { 482 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] },
+ 'creatorcontactinfo' => { 482 => 'CreatorContactInfo' },
+ 'creatorcountry' => { 482 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] },
+ 'creatoridentifier' => { 483 => [\'Creator','CreatorIdentifier'] },
+ 'creatorname' => { 483 => [\'Creator','CreatorName'] },
+ 'creatoropenwithuioptions' => { 177 => 'CreatorOpenWithUIOptions' },
+ 'creatorpostalcode' => { 482 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] },
+ 'creatorregion' => { 482 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] },
+ 'creatorrole' => { 483 => [\'Creator','CreatorRole'] },
+ 'creatortool' => { 495 => 'CreatorTool' },
+ 'creatorworkemail' => { 482 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] },
+ 'creatorworktelephone' => { 482 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] },
+ 'creatorworkurl' => { 482 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] },
+ 'credit' => { 130 => 0x6e, 485 => 'Credit' },
+ 'creditline' => { 490 => 'creditLine' },
+ 'creditlinereq' => { 500 => 'CreditLineReq' },
+ 'creditlinerequired' => { 301 => 'CreditLineRequired' },
+ 'cropactive' => { 100 => 0x0, 107 => 0x244 },
+ 'cropangle' => { 471 => 'CropAngle', 473 => 'CropAngle' },
+ 'croparea' => { 224 => 0x45, 448 => 0x9011 },
+ 'cropaspectratio' => { 102 => 0x30101, 107 => 0x260 },
+ 'cropaspectratiocustom' => { 102 => 0x30102 },
+ 'cropbottom' => { 122 => 0x9, 262 => 0x36, 319 => 0x31, 360 => 0xdc, 471 => 'CropBottom', 473 => 'CropBottom' },
+ 'cropbottommargin' => { 53 => 0x3 },
+ 'cropcircleactive' => { 108 => 0xd6 },
+ 'cropcircleradius' => { 108 => 0xd9 },
+ 'cropcirclex' => { 108 => 0xd7 },
+ 'cropcircley' => { 108 => 0xd8 },
+ 'cropconstraintowarp' => { 471 => 'CropConstrainToWarp', 473 => 'CropConstrainToWarp' },
+ 'croph' => { 465 => 'CropH' },
+ 'cropheight' => { 100 => 0x6, 107 => 0x24c, 295 => 0x615, 299 => 0x615, 471 => 'CropHeight', 473 => 'CropHeight' },
+ 'crophispeed' => { 224 => 0x1b },
+ 'cropleft' => { 107 => 0x246, 122 => 0x6, 262 => 0x1e, 295 => 0x612, 299 => 0x612, 319 => 0x30, 360 => 0xd9, 471 => 'CropLeft', 473 => 'CropLeft' },
+ 'cropleftmargin' => { 53 => 0x0 },
+ 'cropmode' => { 126 => 0x104d, 381 => 0x1018 },
+ 'croporiginalheight' => { 100 => 0xb },
+ 'croporiginalwidth' => { 100 => 0xa },
+ 'cropoutputheight' => { 262 => 0xce },
+ 'cropoutputheightinches' => { 262 => 0x96 },
+ 'cropoutputpixels' => { 262 => 0xd6 },
+ 'cropoutputresolution' => { 262 => 0xb6 },
+ 'cropoutputscale' => { 262 => 0xbe },
+ 'cropoutputwidth' => { 262 => 0xc6 },
+ 'cropoutputwidthinches' => { 262 => 0x8e },
+ 'croppedareaimageheightpixels' => { 459 => 'CroppedAreaImageHeightPixels', 460 => 'CroppedAreaImageHeightPixels' },
+ 'croppedareaimagewidthpixels' => { 459 => 'CroppedAreaImageWidthPixels', 460 => 'CroppedAreaImageWidthPixels' },
+ 'croppedarealeftpixels' => { 459 => 'CroppedAreaLeftPixels', 460 => 'CroppedAreaLeftPixels' },
+ 'croppedareatoppixels' => { 459 => 'CroppedAreaTopPixels', 460 => 'CroppedAreaTopPixels' },
+ 'croppedimageheight' => { 5 => 0x2, 381 => 0x1604 },
'croppedimageleft' => { 5 => 0x3 },
'croppedimagetop' => { 5 => 0x4 },
- 'croppedimagewidth' => { 5 => 0x1, 379 => 0x1603 },
- 'cropping' => { 446 => 0x9010 },
- 'cropright' => { 121 => 0x8, 260 => 0x2e, 317 => 0x32, 358 => 0xdb, 469 => 'CropRight', 471 => 'CropRight' },
- 'croprightmargin' => { 52 => 0x1 },
- 'croprotatedoriginalheight' => { 99 => 0x2 },
- 'croprotatedoriginalwidth' => { 99 => 0x1 },
- 'croprotation' => { 99 => 0x8, 121 => 0xb },
- 'cropscaledresolution' => { 260 => 0x9e },
- 'cropsourceresolution' => { 260 => 0xae },
- 'croptop' => { 106 => 0x248, 121 => 0x7, 260 => 0x26, 293 => 0x613, 297 => 0x613, 317 => 0x2f, 358 => 0xda, 469 => 'CropTop', 471 => 'CropTop' },
- 'croptopmargin' => { 52 => 0x2 },
- 'cropunit' => { 469 => 'CropUnit', 471 => 'CropUnit' },
- 'cropunits' => { 469 => 'CropUnits', 471 => 'CropUnits' },
- 'cropw' => { 463 => 'CropW' },
- 'cropwidth' => { 99 => 0x5, 106 => 0x24a, 293 => 0x614, 297 => 0x614, 469 => 'CropWidth', 471 => 'CropWidth' },
- 'cropx' => { 99 => 0x3, 463 => 'CropX' },
- 'cropy' => { 99 => 0x4, 463 => 'CropY' },
- 'crossprocess' => { 347 => 0x7b },
- 'crossprocessparams' => { 347 => 0x235 },
- 'cuisine' => { 487 => 'cuisine' },
- 'currenticcprofile' => { 117 => 0xc691 },
- 'currentpreprofilematrix' => { 117 => 0xc692 },
- 'currentversion' => { 446 => 0xd000 },
- 'curve0x' => { 463 => 'Curve0x' },
- 'curve0y' => { 463 => 'Curve0y' },
- 'curve1x' => { 463 => 'Curve1x' },
- 'curve1y' => { 463 => 'Curve1y' },
- 'curve2x' => { 463 => 'Curve2x' },
- 'curve2y' => { 463 => 'Curve2y' },
- 'curve3x' => { 463 => 'Curve3x' },
- 'curve3y' => { 463 => 'Curve3y' },
- 'curve4x' => { 463 => 'Curve4x' },
- 'curve4y' => { 463 => 'Curve4y' },
- 'curves' => { 265 => 0x76a43201 },
- 'custom1' => { 299 => 'Custom1' },
- 'custom10' => { 299 => 'Custom10' },
- 'custom2' => { 299 => 'Custom2' },
- 'custom3' => { 299 => 'Custom3' },
- 'custom4' => { 299 => 'Custom4' },
- 'custom5' => { 299 => 'Custom5' },
- 'custom6' => { 299 => 'Custom6' },
- 'custom7' => { 299 => 'Custom7' },
- 'custom8' => { 299 => 'Custom8' },
- 'custom9' => { 299 => 'Custom9' },
- 'customcolortone' => { 107 => 0x4c },
- 'customcontrast' => { 107 => 0x4e },
- 'customcontrols' => { 82 => 0x70c },
- 'customdefaultunsharpfineness' => { 107 => 0xbe },
- 'customdefaultunsharpstrength' => { 107 => 0xbc },
- 'customdefaultunsharpthreshold' => { 107 => 0xc0 },
- 'customilluminant' => { 136 => 0x405 },
- 'customizedials' => { 82 => 0x715 },
- 'customlinear' => { 107 => 0x4f },
- 'customoutputhighlightpoint' => { 107 => 0x53 },
- 'customoutputshadowpoint' => { 107 => 0x54 },
- 'custompicturestyle' => { 101 => 0x10021 },
- 'custompicturestyledata' => { 101 => 0xf0500 },
- 'custompicturestylefilename' => { 62 => 0x4010 },
- 'customrawhighlight' => { 107 => 0x7c },
- 'customrawhighlightpoint' => { 107 => 0x51 },
- 'customrawshadow' => { 107 => 0x85 },
- 'customrawshadowpoint' => { 107 => 0x52 },
- 'customrendered' => { 117 => 0xa401, 475 => 'CustomRendered' },
- 'customsaturation' => { 107 => 0x4d, 289 => 0x503 },
- 'customsettingsalldefault' => { 272 => '0.2', 281 => '0.2' },
- 'customsettingsbank' => { 272 => '0.1', 273 => '0.1', 275 => '0.1', 276 => '0.1', 281 => '0.1', 285 => '0.2', 286 => '0.2' },
- 'customsharpness' => { 107 => 0x50 },
- 'customunsharpmaskfineness' => { 107 => 0xb8 },
- 'customunsharpmaskstrength' => { 107 => 0xb6 },
- 'customunsharpmaskthreshold' => { 107 => 0xba },
- 'customwb_rblevels' => { 417 => 0x1a },
- 'customwb_rgblevels' => { 400 => 0x8, 401 => 0x19 },
- 'customwbbluelevel' => { 182 => 0x36 },
- 'customwberror' => { 182 => 0x37 },
- 'customwbgreenlevel' => { 182 => 0x35 },
- 'customwbredlevel' => { 182 => 0x34 },
- 'customwbsetting' => { 182 => 0x26 },
- 'cx' => { 372 => '_cx_' },
- 'cy' => { 372 => '_cy_' },
- 'd-lightinghq' => { 265 => 0x2175eb78 },
- 'd-lightinghqcolorboost' => { 261 => 0x2 },
- 'd-lightinghqhighlight' => { 261 => 0x1 },
- 'd-lightinghqselected' => { 265 => 0x6a6e36b6 },
- 'd-lightinghqshadow' => { 261 => 0x0 },
- 'd-lightinghs' => { 265 => 0xce5554aa },
- 'd-lightinghsadjustment' => { 262 => 0x0 },
- 'd-lightinghscolorboost' => { 262 => 0x1 },
- 'd-rangeoptimizerhighlight' => { 446 => 0x8024 },
- 'd-rangeoptimizermode' => { 446 => 0x8022 },
- 'd-rangeoptimizershadow' => { 446 => 0x802d },
- 'd-rangeoptimizervalue' => { 446 => 0x8023 },
- 'darkblacksegrows' => { 136 => 0x18d8 },
- 'darkfocusenvironment' => { 312 => 0x8003 },
- 'darkframecountfactor' => { 136 => 0xc85 },
- 'darkframelongexposure' => { 136 => 0xc84 },
- 'darkframeshortexposure' => { 136 => 0xc83 },
- 'darkpedestal' => { 136 => 0xc7f },
- 'datacompressionmethod' => { 131 => 0x6e },
- 'dataimprint' => { 179 => 0x34 },
- 'dataonscreen' => { 481 => 'DataOnScreen' },
- 'dataonscreenregion' => { 481 => [\'DataOnScreen','DataOnScreenRegion'] },
- 'dataonscreenregiond' => { 481 => [\'DataOnScreen','DataOnScreenRegionD'] },
- 'dataonscreenregionh' => { 481 => [\'DataOnScreen','DataOnScreenRegionH'] },
- 'dataonscreenregiontext' => { 481 => [\'DataOnScreen','DataOnScreenRegionText'] },
- 'dataonscreenregionunit' => { 481 => [\'DataOnScreen','DataOnScreenRegionUnit'] },
- 'dataonscreenregionw' => { 481 => [\'DataOnScreen','DataOnScreenRegionW'] },
- 'dataonscreenregionx' => { 481 => [\'DataOnScreen','DataOnScreenRegionX'] },
- 'dataonscreenregiony' => { 481 => [\'DataOnScreen','DataOnScreenRegionY'] },
- 'datascaling' => { 347 => 0x3d },
- 'date' => { 347 => 0x6, 472 => 'date' },
- 'dateacquired' => { 176 => 'DateAcquired', 177 => '{2CBAA8F5-D81F-47CA-B17A-F8D822300131} 100' },
- 'datecreated' => { 129 => 0x37, 483 => 'DateCreated' },
- 'datedisplayformat' => { 257 => 0x3 },
- 'dateidentified' => { 116 => [\'Identification','IdentificationDateIdentified'] },
- 'dateimprint' => { 277 => '4.2' },
- 'daterecieved' => { 485 => 'dateRecieved' },
- 'datesent' => { 130 => 0x46 },
- 'datestampmode' => { 62 => 0x1c, 223 => 0x9d },
- 'datetime' => { 464 => 'datetime', 491 => 'DateTime' },
- 'datetimedigitized' => { 475 => 'DateTimeDigitized' },
- 'datetimeoriginal' => { 98 => 0x0, 117 => 0x9003, 152 => 0x14, 155 => 'OriginalDate', 367 => 'IDIT', 372 => 'date', 373 => 0xb, 374 => 0x3b, 375 => 0x3e, 475 => 'DateTimeOriginal' },
- 'datetimestamp' => { 138 => 0x64 },
- 'datetimeutc' => { 289 => 0x908 },
- 'daylightsavings' => { 76 => 0x3, 257 => 0x2 },
- 'dayofweek' => { 374 => 0x42, 375 => 0x4a },
- 'dccontinent' => { 116 => [\'dctermsLocation','dctermsLocationContinent'] },
- 'dccoordinateprecision' => { 116 => [\'dctermsLocation','dctermsLocationCoordinatePrecision'] },
- 'dccoordinateuncertaintyinmeters' => { 116 => [\'dctermsLocation','dctermsLocationCoordinateUncertaintyInMeters'] },
- 'dccountry' => { 116 => [\'dctermsLocation','dctermsLocationCountry'] },
- 'dccountrycode' => { 116 => [\'dctermsLocation','dctermsLocationCountryCode'] },
- 'dccounty' => { 116 => [\'dctermsLocation','dctermsLocationCounty'] },
- 'dcdecimallatitude' => { 116 => [\'dctermsLocation','dctermsLocationDecimalLatitude'] },
- 'dcdecimallongitude' => { 116 => [\'dctermsLocation','dctermsLocationDecimalLongitude'] },
- 'dcevent' => { 116 => 'Event' },
- 'dcfootprintspatialfit' => { 116 => [\'dctermsLocation','dctermsLocationFootprintSpatialFit'] },
- 'dcfootprintsrs' => { 116 => [\'dctermsLocation','dctermsLocationFootprintSRS'] },
- 'dcfootprintwkt' => { 116 => [\'dctermsLocation','dctermsLocationFootprintWKT'] },
- 'dcgeodeticdatum' => { 116 => [\'dctermsLocation','dctermsLocationGeodeticDatum'] },
- 'dcgeoreferencedby' => { 116 => [\'dctermsLocation','dctermsLocationGeoreferencedBy'] },
- 'dcgeoreferenceddate' => { 116 => [\'dctermsLocation','dctermsLocationGeoreferencedDate'] },
- 'dcgeoreferenceprotocol' => { 116 => [\'dctermsLocation','dctermsLocationGeoreferenceProtocol'] },
- 'dcgeoreferenceremarks' => { 116 => [\'dctermsLocation','dctermsLocationGeoreferenceRemarks'] },
- 'dcgeoreferencesources' => { 116 => [\'dctermsLocation','dctermsLocationGeoreferenceSources'] },
- 'dcgeoreferenceverificationstatus' => { 116 => [\'dctermsLocation','dctermsLocationGeoreferenceVerificationStatus'] },
- 'dchighergeography' => { 116 => [\'dctermsLocation','dctermsLocationHigherGeography'] },
- 'dchighergeographyid' => { 116 => [\'dctermsLocation','dctermsLocationHigherGeographyID'] },
- 'dcisland' => { 116 => [\'dctermsLocation','dctermsLocationIsland'] },
- 'dcislandgroup' => { 116 => [\'dctermsLocation','dctermsLocationIslandGroup'] },
- 'dclocality' => { 116 => [\'dctermsLocation','dctermsLocationLocality'] },
- 'dclocationaccordingto' => { 116 => [\'dctermsLocation','dctermsLocationLocationAccordingTo'] },
- 'dclocationid' => { 116 => [\'dctermsLocation','dctermsLocationLocationID'] },
- 'dclocationremarks' => { 116 => [\'dctermsLocation','dctermsLocationLocationRemarks'] },
- 'dcmaximumdepthinmeters' => { 116 => [\'dctermsLocation','dctermsLocationMaximumDepthInMeters'] },
- 'dcmaximumdistanceabovesurfaceinmeters' => { 116 => [\'dctermsLocation','dctermsLocationMaximumDistanceAboveSurfaceInMeters'] },
- 'dcmaximumelevationinmeters' => { 116 => [\'dctermsLocation','dctermsLocationMaximumElevationInMeters'] },
- 'dcminimumdepthinmeters' => { 116 => [\'dctermsLocation','dctermsLocationMinimumDepthInMeters'] },
- 'dcminimumdistanceabovesurfaceinmeters' => { 116 => [\'dctermsLocation','dctermsLocationMinimumDistanceAboveSurfaceInMeters'] },
- 'dcminimumelevationinmeters' => { 116 => [\'dctermsLocation','dctermsLocationMinimumElevationInMeters'] },
- 'dcmunicipality' => { 116 => [\'dctermsLocation','dctermsLocationMunicipality'] },
- 'dcpointradiusspatialfit' => { 116 => [\'dctermsLocation','dctermsLocationPointRadiusSpatialFit'] },
- 'dcstateprovince' => { 116 => [\'dctermsLocation','dctermsLocationStateProvince'] },
- 'dctermslocation' => { 116 => 'dctermsLocation' },
- 'dcverbatimcoordinates' => { 116 => [\'dctermsLocation','dctermsLocationVerbatimCoordinates'] },
- 'dcverbatimcoordinatesystem' => { 116 => [\'dctermsLocation','dctermsLocationVerbatimCoordinateSystem'] },
- 'dcverbatimdepth' => { 116 => [\'dctermsLocation','dctermsLocationVerbatimDepth'] },
- 'dcverbatimelevation' => { 116 => [\'dctermsLocation','dctermsLocationVerbatimElevation'] },
- 'dcverbatimlatitude' => { 116 => [\'dctermsLocation','dctermsLocationVerbatimLatitude'] },
- 'dcverbatimlocality' => { 116 => [\'dctermsLocation','dctermsLocationVerbatimLocality'] },
- 'dcverbatimlongitude' => { 116 => [\'dctermsLocation','dctermsLocationVerbatimLongitude'] },
- 'dcverbatimsrs' => { 116 => [\'dctermsLocation','dctermsLocationVerbatimSRS'] },
- 'dcwaterbody' => { 116 => [\'dctermsLocation','dctermsLocationWaterBody'] },
- 'declination' => { 163 => 'Declination' },
- 'decposition' => { 179 => 0x32 },
- 'defaultautogray' => { 469 => 'DefaultAutoGray', 471 => 'DefaultAutoGray' },
- 'defaultautotone' => { 469 => 'DefaultAutoTone', 471 => 'DefaultAutoTone' },
- 'defaultblackrender' => { 117 => 0xc7a6 },
- 'defaultcroporigin' => { 117 => 0xc61f },
- 'defaultcropsize' => { 117 => 0xc620 },
- 'defaulteraseoption' => { 82 => 0x813 },
- 'defaultscale' => { 117 => 0xc61e },
- 'defaultsspecifictoiso' => { 469 => 'DefaultsSpecificToISO', 471 => 'DefaultsSpecificToISO' },
- 'defaultsspecifictoserial' => { 469 => 'DefaultsSpecificToSerial', 471 => 'DefaultsSpecificToSerial' },
- 'defaultusercrop' => { 117 => 0xc7b5 },
- 'defectisocode' => { 136 => 0x90f },
- 'defringe' => { 469 => 'Defringe', 471 => 'Defringe' },
- 'defringegreenamount' => { 469 => 'DefringeGreenAmount', 471 => 'DefringeGreenAmount' },
- 'defringegreenhuehi' => { 469 => 'DefringeGreenHueHi', 471 => 'DefringeGreenHueHi' },
- 'defringegreenhuelo' => { 469 => 'DefringeGreenHueLo', 471 => 'DefringeGreenHueLo' },
- 'defringepurpleamount' => { 469 => 'DefringePurpleAmount', 471 => 'DefringePurpleAmount' },
- 'defringepurplehuehi' => { 469 => 'DefringePurpleHueHi', 471 => 'DefringePurpleHueHi' },
- 'defringepurplehuelo' => { 469 => 'DefringePurpleHueLo', 471 => 'DefringePurpleHueLo' },
- 'dehaze' => { 469 => 'Dehaze', 471 => 'Dehaze' },
- 'deletedimagecount' => { 223 => 0xa6, 232 => 0x6e },
- 'deprecatedon' => { 467 => 'deprecatedOn' },
- 'depthfar' => { 117 => 0xc7eb },
- 'depthformat' => { 117 => 0xc7e9 },
- 'depthimage' => { 454 => 'Data' },
- 'depthmeasuretype' => { 117 => 0xc7ed },
- 'depthnear' => { 117 => 0xc7ea },
- 'depthunits' => { 117 => 0xc7ec },
- 'derivedfrom' => { 496 => 'DerivedFrom' },
- 'derivedfromalternatepaths' => { 496 => [\'DerivedFrom','DerivedFromAlternatePaths'] },
- 'derivedfromdocumentid' => { 496 => [\'DerivedFrom','DerivedFromDocumentID'] },
- 'derivedfromfilepath' => { 496 => [\'DerivedFrom','DerivedFromFilePath'] },
- 'derivedfromfrompart' => { 496 => [\'DerivedFrom','DerivedFromFromPart'] },
- 'derivedfrominstanceid' => { 496 => [\'DerivedFrom','DerivedFromInstanceID'] },
- 'derivedfromlastmodifydate' => { 496 => [\'DerivedFrom','DerivedFromLastModifyDate'] },
- 'derivedfromlasturl' => { 496 => [\'DerivedFrom','DerivedFromLastURL'] },
- 'derivedfromlinkcategory' => { 496 => [\'DerivedFrom','DerivedFromLinkCategory'] },
- 'derivedfromlinkform' => { 496 => [\'DerivedFrom','DerivedFromLinkForm'] },
- 'derivedfrommanager' => { 496 => [\'DerivedFrom','DerivedFromManager'] },
- 'derivedfrommanagervariant' => { 496 => [\'DerivedFrom','DerivedFromManagerVariant'] },
- 'derivedfrommanageto' => { 496 => [\'DerivedFrom','DerivedFromManageTo'] },
- 'derivedfrommanageui' => { 496 => [\'DerivedFrom','DerivedFromManageUI'] },
- 'derivedfrommaskmarkers' => { 496 => [\'DerivedFrom','DerivedFromMaskMarkers'] },
- 'derivedfromoriginaldocumentid' => { 496 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] },
- 'derivedfrompartmapping' => { 496 => [\'DerivedFrom','DerivedFromPartMapping'] },
- 'derivedfromplacedresolutionunit' => { 496 => [\'DerivedFrom','DerivedFromPlacedResolutionUnit'] },
- 'derivedfromplacedxresolution' => { 496 => [\'DerivedFrom','DerivedFromPlacedXResolution'] },
- 'derivedfromplacedyresolution' => { 496 => [\'DerivedFrom','DerivedFromPlacedYResolution'] },
- 'derivedfromrenditionclass' => { 496 => [\'DerivedFrom','DerivedFromRenditionClass'] },
- 'derivedfromrenditionparams' => { 496 => [\'DerivedFrom','DerivedFromRenditionParams'] },
- 'derivedfromtopart' => { 496 => [\'DerivedFrom','DerivedFromToPart'] },
- 'derivedfromversionid' => { 496 => [\'DerivedFrom','DerivedFromVersionID'] },
- 'description' => { 302 => 'Description', 364 => ['desc','dscp',"\xa9des"], 366 => 'description', 372 => 'dscp', 469 => 'Description', 471 => 'Description', 472 => 'description', 493 => 'Description' },
- 'destination' => { 130 => 0x5 },
- 'destinationcity' => { 347 => 0x24, 353 => 0x3 },
- 'destinationcitycode' => { 354 => 0x1001 },
- 'destinationdst' => { 347 => 0x26, 353 => '0.3' },
- 'developmentdynamicrange' => { 125 => 0x1403 },
- 'deviantmatrixcustom' => { 136 => 0x7de },
- 'deviantmatrixdaylight' => { 136 => 0x7da },
- 'deviantmatrixflash' => { 136 => 0x7dd },
- 'deviantmatrixfluorescent' => { 136 => 0x7dc },
- 'deviantmatrixtungsten' => { 136 => 0x7db },
- 'deviantwhitecustom' => { 136 => 0x842 },
- 'deviantwhitedaylight' => { 136 => 0x83e },
- 'deviantwhiteflash' => { 136 => 0x841 },
- 'deviantwhitefluorescent' => { 136 => 0x840 },
- 'deviantwhitetungsten' => { 136 => 0x83f },
- 'device' => { 485 => 'device' },
- 'devicesettingdescription' => { 475 => 'DeviceSettingDescription' },
- 'devicesettingdescriptioncolumns' => { 475 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] },
- 'devicesettingdescriptionrows' => { 475 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] },
- 'devicesettingdescriptionsettings' => { 475 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] },
- 'devicetype' => { 386 => 0x2 },
- 'dewarpdata' => { 114 => 'DewarpData' },
- 'dewarpflag' => { 114 => 'DewarpFlag' },
- 'dialdirectiontvav' => { 82 => 0x706 },
- 'dietaryneeds' => { 487 => 'dietaryNeeds' },
- 'diffractioncompensation' => { 246 => 0xc4a0, 254 => 0xd0a0 },
- 'diffractioncorrection' => { 312 => 0xbc, 337 => 0x3 },
- 'diffractioncorrectionon' => { 101 => 0x2070b },
- 'digitalcreationdate' => { 129 => 0x3e },
- 'digitalcreationtime' => { 129 => 0x3f },
- 'digitaldeehighlightadj' => { 231 => 0x202 },
- 'digitaldeeshadowadj' => { 231 => 0x200 },
- 'digitaldeethreshold' => { 231 => 0x201 },
- 'digitalfilter' => { 389 => 0x59 },
- 'digitalfilter01' => { 334 => 0x5 },
- 'digitalfilter02' => { 334 => 0x16 },
- 'digitalfilter03' => { 334 => 0x27 },
- 'digitalfilter04' => { 334 => 0x38 },
- 'digitalfilter05' => { 334 => 0x49 },
- 'digitalfilter06' => { 334 => 0x5a },
- 'digitalfilter07' => { 334 => 0x6b },
- 'digitalfilter08' => { 334 => 0x7c },
- 'digitalfilter09' => { 334 => 0x8d },
- 'digitalfilter10' => { 334 => 0x9e },
- 'digitalfilter11' => { 334 => 0xaf },
- 'digitalfilter12' => { 334 => 0xc0 },
- 'digitalfilter13' => { 334 => 0xd1 },
- 'digitalfilter14' => { 334 => 0xe2 },
- 'digitalfilter15' => { 334 => 0xf3 },
- 'digitalfilter16' => { 334 => 0x104 },
- 'digitalfilter17' => { 334 => 0x115 },
- 'digitalfilter18' => { 334 => 0x126 },
- 'digitalfilter19' => { 334 => 0x137 },
- 'digitalfilter20' => { 334 => 0x148 },
- 'digitalgain' => { 72 => 0xb },
- 'digitalgem' => { 212 => 0x0 },
- 'digitalice' => { 231 => 0x100 },
- 'digitalimageguid' => { 481 => 'DigImageGUID' },
- 'digitalroc' => { 229 => 0x0 },
- 'digitalsourcefiletype' => { 481 => 'DigitalSourcefileType' },
- 'digitalsourcetype' => { 481 => 'DigitalSourceType' },
- 'digitalzoom' => { 34 => 0xc, 110 => 0xa, 125 => 0x1044, 138 => 0x68, 149 => 0x22, 150 => 0x1e, 154 => 'DigitalZoom', 179 => 0xc, 223 => 0x86, 255 => 0xa, 294 => 0x204, 347 => 0x1e, 354 => 0xa, 388 => 0x204, 433 => 0x12, 434 => 0x12 },
- 'digitalzoomon' => { 388 => 0x21b },
- 'digitalzoomratio' => { 117 => 0xa404, 422 => 0x200, 424 => 0x21c, 475 => 'DigitalZoomRatio' },
- 'director' => { 177 => 'WM/Director', 364 => "\xa9dir", 366 => 'director', 372 => "\xa9dir", 495 => 'director' },
- 'directorphotography' => { 495 => 'directorPhotography' },
- 'directory' => { 118 => 'Directory' },
+ 'croppedimagewidth' => { 5 => 0x1, 381 => 0x1603 },
+ 'cropping' => { 448 => 0x9010 },
+ 'cropright' => { 122 => 0x8, 262 => 0x2e, 319 => 0x32, 360 => 0xdb, 471 => 'CropRight', 473 => 'CropRight' },
+ 'croprightmargin' => { 53 => 0x1 },
+ 'croprotatedoriginalheight' => { 100 => 0x2 },
+ 'croprotatedoriginalwidth' => { 100 => 0x1 },
+ 'croprotation' => { 100 => 0x8, 122 => 0xb },
+ 'cropscaledresolution' => { 262 => 0x9e },
+ 'cropsourceresolution' => { 262 => 0xae },
+ 'croptop' => { 107 => 0x248, 122 => 0x7, 262 => 0x26, 295 => 0x613, 299 => 0x613, 319 => 0x2f, 360 => 0xda, 471 => 'CropTop', 473 => 'CropTop' },
+ 'croptopmargin' => { 53 => 0x2 },
+ 'cropunit' => { 471 => 'CropUnit', 473 => 'CropUnit' },
+ 'cropunits' => { 471 => 'CropUnits', 473 => 'CropUnits' },
+ 'cropw' => { 465 => 'CropW' },
+ 'cropwidth' => { 100 => 0x5, 107 => 0x24a, 295 => 0x614, 299 => 0x614, 471 => 'CropWidth', 473 => 'CropWidth' },
+ 'cropx' => { 100 => 0x3, 465 => 'CropX' },
+ 'cropy' => { 100 => 0x4, 465 => 'CropY' },
+ 'crossprocess' => { 349 => 0x7b },
+ 'crossprocessparams' => { 349 => 0x235 },
+ 'cuisine' => { 489 => 'cuisine' },
+ 'currenticcprofile' => { 118 => 0xc691 },
+ 'currentpreprofilematrix' => { 118 => 0xc692 },
+ 'currentversion' => { 448 => 0xd000 },
+ 'curve0x' => { 465 => 'Curve0x' },
+ 'curve0y' => { 465 => 'Curve0y' },
+ 'curve1x' => { 465 => 'Curve1x' },
+ 'curve1y' => { 465 => 'Curve1y' },
+ 'curve2x' => { 465 => 'Curve2x' },
+ 'curve2y' => { 465 => 'Curve2y' },
+ 'curve3x' => { 465 => 'Curve3x' },
+ 'curve3y' => { 465 => 'Curve3y' },
+ 'curve4x' => { 465 => 'Curve4x' },
+ 'curve4y' => { 465 => 'Curve4y' },
+ 'curves' => { 267 => 0x76a43201 },
+ 'custom1' => { 301 => 'Custom1' },
+ 'custom10' => { 301 => 'Custom10' },
+ 'custom2' => { 301 => 'Custom2' },
+ 'custom3' => { 301 => 'Custom3' },
+ 'custom4' => { 301 => 'Custom4' },
+ 'custom5' => { 301 => 'Custom5' },
+ 'custom6' => { 301 => 'Custom6' },
+ 'custom7' => { 301 => 'Custom7' },
+ 'custom8' => { 301 => 'Custom8' },
+ 'custom9' => { 301 => '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, 477 => 'CustomRendered' },
+ 'customsaturation' => { 108 => 0x4d, 291 => 0x503 },
+ 'customsettingsalldefault' => { 274 => '0.2', 283 => '0.2' },
+ 'customsettingsbank' => { 274 => '0.1', 275 => '0.1', 277 => '0.1', 278 => '0.1', 283 => '0.1', 287 => '0.2', 288 => '0.2' },
+ 'customsharpness' => { 108 => 0x50 },
+ 'customunsharpmaskfineness' => { 108 => 0xb8 },
+ 'customunsharpmaskstrength' => { 108 => 0xb6 },
+ 'customunsharpmaskthreshold' => { 108 => 0xba },
+ 'customwb_rblevels' => { 419 => 0x1a },
+ 'customwb_rgblevels' => { 402 => 0x8, 403 => 0x19 },
+ 'customwbbluelevel' => { 183 => 0x36 },
+ 'customwberror' => { 183 => 0x37 },
+ 'customwbgreenlevel' => { 183 => 0x35 },
+ 'customwbredlevel' => { 183 => 0x34 },
+ 'customwbsetting' => { 183 => 0x26 },
+ 'cx' => { 374 => '_cx_' },
+ 'cy' => { 374 => '_cy_' },
+ 'd-lightinghq' => { 267 => 0x2175eb78 },
+ 'd-lightinghqcolorboost' => { 263 => 0x2 },
+ 'd-lightinghqhighlight' => { 263 => 0x1 },
+ 'd-lightinghqselected' => { 267 => 0x6a6e36b6 },
+ 'd-lightinghqshadow' => { 263 => 0x0 },
+ 'd-lightinghs' => { 267 => 0xce5554aa },
+ 'd-lightinghsadjustment' => { 264 => 0x0 },
+ 'd-lightinghscolorboost' => { 264 => 0x1 },
+ 'd-rangeoptimizerhighlight' => { 448 => 0x8024 },
+ 'd-rangeoptimizermode' => { 448 => 0x8022 },
+ 'd-rangeoptimizershadow' => { 448 => 0x802d },
+ 'd-rangeoptimizervalue' => { 448 => 0x8023 },
+ 'darkblacksegrows' => { 137 => 0x18d8 },
+ 'darkfocusenvironment' => { 314 => 0x8003 },
+ 'darkframecountfactor' => { 137 => 0xc85 },
+ 'darkframelongexposure' => { 137 => 0xc84 },
+ 'darkframeshortexposure' => { 137 => 0xc83 },
+ 'darkpedestal' => { 137 => 0xc7f },
+ 'datacompressionmethod' => { 132 => 0x6e },
+ 'dataimprint' => { 180 => 0x34 },
+ 'dataonscreen' => { 483 => 'DataOnScreen' },
+ 'dataonscreenregion' => { 483 => [\'DataOnScreen','DataOnScreenRegion'] },
+ 'dataonscreenregiond' => { 483 => [\'DataOnScreen','DataOnScreenRegionD'] },
+ 'dataonscreenregionh' => { 483 => [\'DataOnScreen','DataOnScreenRegionH'] },
+ 'dataonscreenregiontext' => { 483 => [\'DataOnScreen','DataOnScreenRegionText'] },
+ 'dataonscreenregionunit' => { 483 => [\'DataOnScreen','DataOnScreenRegionUnit'] },
+ 'dataonscreenregionw' => { 483 => [\'DataOnScreen','DataOnScreenRegionW'] },
+ 'dataonscreenregionx' => { 483 => [\'DataOnScreen','DataOnScreenRegionX'] },
+ 'dataonscreenregiony' => { 483 => [\'DataOnScreen','DataOnScreenRegionY'] },
+ 'datascaling' => { 349 => 0x3d },
+ 'date' => { 349 => 0x6, 474 => 'date' },
+ 'dateacquired' => { 177 => 'DateAcquired', 178 => '{2CBAA8F5-D81F-47CA-B17A-F8D822300131} 100' },
+ 'datecreated' => { 130 => 0x37, 485 => 'DateCreated' },
+ 'datedisplayformat' => { 258 => 0x3 },
+ 'dateidentified' => { 117 => [\'Identification','IdentificationDateIdentified'] },
+ 'dateimprint' => { 279 => '4.2' },
+ 'daterecieved' => { 487 => 'dateRecieved' },
+ 'datesent' => { 131 => 0x46 },
+ 'datestampmode' => { 63 => 0x1c, 224 => 0x9d },
+ 'datetime' => { 466 => 'datetime', 493 => 'DateTime' },
+ 'datetimedigitized' => { 477 => 'DateTimeDigitized' },
+ 'datetimeoriginal' => { 99 => 0x0, 118 => 0x9003, 153 => 0x14, 156 => 'OriginalDate', 369 => 'IDIT', 374 => 'date', 375 => 0xb, 376 => 0x3b, 377 => 0x3e, 477 => 'DateTimeOriginal' },
+ 'datetimestamp' => { 139 => 0x64 },
+ 'datetimeutc' => { 291 => 0x908 },
+ 'daylightsavings' => { 77 => 0x3, 258 => 0x2 },
+ 'dayofweek' => { 376 => 0x42, 377 => 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' => { 471 => 'DefaultAutoGray', 473 => 'DefaultAutoGray' },
+ 'defaultautotone' => { 471 => 'DefaultAutoTone', 473 => 'DefaultAutoTone' },
+ 'defaultblackrender' => { 118 => 0xc7a6 },
+ 'defaultcroporigin' => { 118 => 0xc61f },
+ 'defaultcropsize' => { 118 => 0xc620 },
+ 'defaulteraseoption' => { 83 => 0x813 },
+ 'defaultscale' => { 118 => 0xc61e },
+ 'defaultsspecifictoiso' => { 471 => 'DefaultsSpecificToISO', 473 => 'DefaultsSpecificToISO' },
+ 'defaultsspecifictoserial' => { 471 => 'DefaultsSpecificToSerial', 473 => 'DefaultsSpecificToSerial' },
+ 'defaultusercrop' => { 118 => 0xc7b5 },
+ 'defectisocode' => { 137 => 0x90f },
+ 'defringe' => { 471 => 'Defringe', 473 => 'Defringe' },
+ 'defringegreenamount' => { 471 => 'DefringeGreenAmount', 473 => 'DefringeGreenAmount' },
+ 'defringegreenhuehi' => { 471 => 'DefringeGreenHueHi', 473 => 'DefringeGreenHueHi' },
+ 'defringegreenhuelo' => { 471 => 'DefringeGreenHueLo', 473 => 'DefringeGreenHueLo' },
+ 'defringepurpleamount' => { 471 => 'DefringePurpleAmount', 473 => 'DefringePurpleAmount' },
+ 'defringepurplehuehi' => { 471 => 'DefringePurpleHueHi', 473 => 'DefringePurpleHueHi' },
+ 'defringepurplehuelo' => { 471 => 'DefringePurpleHueLo', 473 => 'DefringePurpleHueLo' },
+ 'dehaze' => { 471 => 'Dehaze', 473 => 'Dehaze' },
+ 'deletedimagecount' => { 224 => 0xa6, 233 => 0x6e },
+ 'deprecatedon' => { 469 => 'deprecatedOn' },
+ 'depthfar' => { 118 => 0xc7eb },
+ 'depthformat' => { 118 => 0xc7e9 },
+ 'depthimage' => { 456 => 'Data' },
+ 'depthmeasuretype' => { 118 => 0xc7ed },
+ 'depthnear' => { 118 => 0xc7ea },
+ 'depthunits' => { 118 => 0xc7ec },
+ 'derivedfrom' => { 498 => 'DerivedFrom' },
+ 'derivedfromalternatepaths' => { 498 => [\'DerivedFrom','DerivedFromAlternatePaths'] },
+ 'derivedfromdocumentid' => { 498 => [\'DerivedFrom','DerivedFromDocumentID'] },
+ 'derivedfromfilepath' => { 498 => [\'DerivedFrom','DerivedFromFilePath'] },
+ 'derivedfromfrompart' => { 498 => [\'DerivedFrom','DerivedFromFromPart'] },
+ 'derivedfrominstanceid' => { 498 => [\'DerivedFrom','DerivedFromInstanceID'] },
+ 'derivedfromlastmodifydate' => { 498 => [\'DerivedFrom','DerivedFromLastModifyDate'] },
+ 'derivedfromlasturl' => { 498 => [\'DerivedFrom','DerivedFromLastURL'] },
+ 'derivedfromlinkcategory' => { 498 => [\'DerivedFrom','DerivedFromLinkCategory'] },
+ 'derivedfromlinkform' => { 498 => [\'DerivedFrom','DerivedFromLinkForm'] },
+ 'derivedfrommanager' => { 498 => [\'DerivedFrom','DerivedFromManager'] },
+ 'derivedfrommanagervariant' => { 498 => [\'DerivedFrom','DerivedFromManagerVariant'] },
+ 'derivedfrommanageto' => { 498 => [\'DerivedFrom','DerivedFromManageTo'] },
+ 'derivedfrommanageui' => { 498 => [\'DerivedFrom','DerivedFromManageUI'] },
+ 'derivedfrommaskmarkers' => { 498 => [\'DerivedFrom','DerivedFromMaskMarkers'] },
+ 'derivedfromoriginaldocumentid' => { 498 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] },
+ 'derivedfrompartmapping' => { 498 => [\'DerivedFrom','DerivedFromPartMapping'] },
+ 'derivedfromplacedresolutionunit' => { 498 => [\'DerivedFrom','DerivedFromPlacedResolutionUnit'] },
+ 'derivedfromplacedxresolution' => { 498 => [\'DerivedFrom','DerivedFromPlacedXResolution'] },
+ 'derivedfromplacedyresolution' => { 498 => [\'DerivedFrom','DerivedFromPlacedYResolution'] },
+ 'derivedfromrenditionclass' => { 498 => [\'DerivedFrom','DerivedFromRenditionClass'] },
+ 'derivedfromrenditionparams' => { 498 => [\'DerivedFrom','DerivedFromRenditionParams'] },
+ 'derivedfromtopart' => { 498 => [\'DerivedFrom','DerivedFromToPart'] },
+ 'derivedfromversionid' => { 498 => [\'DerivedFrom','DerivedFromVersionID'] },
+ 'description' => { 304 => 'Description', 366 => ['desc','dscp',"\xa9des"], 368 => 'description', 374 => 'dscp', 471 => 'Description', 473 => 'Description', 474 => 'description', 495 => 'Description' },
+ 'destination' => { 131 => 0x5 },
+ 'destinationcity' => { 349 => 0x24, 355 => 0x3 },
+ 'destinationcitycode' => { 356 => 0x1001 },
+ 'destinationdst' => { 349 => 0x26, 355 => '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' => { 487 => 'device' },
+ 'devicesettingdescription' => { 477 => 'DeviceSettingDescription' },
+ 'devicesettingdescriptioncolumns' => { 477 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] },
+ 'devicesettingdescriptionrows' => { 477 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] },
+ 'devicesettingdescriptionsettings' => { 477 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] },
+ 'devicetype' => { 388 => 0x2 },
+ 'dewarpdata' => { 115 => 'DewarpData' },
+ 'dewarpflag' => { 115 => 'DewarpFlag' },
+ 'dialdirectiontvav' => { 83 => 0x706 },
+ 'dietaryneeds' => { 489 => 'dietaryNeeds' },
+ 'diffractioncompensation' => { 247 => 0xc4a0, 259 => 0x142 },
+ 'diffractioncorrection' => { 314 => 0xbc, 339 => 0x3 },
+ 'diffractioncorrectionon' => { 102 => 0x2070b },
+ 'digitalcreationdate' => { 130 => 0x3e },
+ 'digitalcreationtime' => { 130 => 0x3f },
+ 'digitaldeehighlightadj' => { 232 => 0x202 },
+ 'digitaldeeshadowadj' => { 232 => 0x200 },
+ 'digitaldeethreshold' => { 232 => 0x201 },
+ 'digitalfilter' => { 391 => 0x59 },
+ 'digitalfilter01' => { 336 => 0x5 },
+ 'digitalfilter02' => { 336 => 0x16 },
+ 'digitalfilter03' => { 336 => 0x27 },
+ 'digitalfilter04' => { 336 => 0x38 },
+ 'digitalfilter05' => { 336 => 0x49 },
+ 'digitalfilter06' => { 336 => 0x5a },
+ 'digitalfilter07' => { 336 => 0x6b },
+ 'digitalfilter08' => { 336 => 0x7c },
+ 'digitalfilter09' => { 336 => 0x8d },
+ 'digitalfilter10' => { 336 => 0x9e },
+ 'digitalfilter11' => { 336 => 0xaf },
+ 'digitalfilter12' => { 336 => 0xc0 },
+ 'digitalfilter13' => { 336 => 0xd1 },
+ 'digitalfilter14' => { 336 => 0xe2 },
+ 'digitalfilter15' => { 336 => 0xf3 },
+ 'digitalfilter16' => { 336 => 0x104 },
+ 'digitalfilter17' => { 336 => 0x115 },
+ 'digitalfilter18' => { 336 => 0x126 },
+ 'digitalfilter19' => { 336 => 0x137 },
+ 'digitalfilter20' => { 336 => 0x148 },
+ 'digitalgain' => { 73 => 0xb },
+ 'digitalgem' => { 213 => 0x0 },
+ 'digitalice' => { 232 => 0x100 },
+ 'digitalimageguid' => { 483 => 'DigImageGUID' },
+ 'digitalroc' => { 230 => 0x0 },
+ 'digitalsourcefiletype' => { 483 => 'DigitalSourcefileType' },
+ 'digitalsourcetype' => { 483 => 'DigitalSourceType' },
+ 'digitalzoom' => { 34 => 0xc, 111 => 0xa, 126 => 0x1044, 139 => 0x68, 150 => 0x22, 151 => 0x1e, 155 => 'DigitalZoom', 180 => 0xc, 224 => 0x86, 256 => 0xa, 296 => 0x204, 349 => 0x1e, 356 => 0xa, 390 => 0x204, 435 => 0x12, 436 => 0x12 },
+ 'digitalzoomon' => { 390 => 0x21b },
+ 'digitalzoomratio' => { 118 => 0xa404, 424 => 0x200, 426 => 0x21c, 477 => 'DigitalZoomRatio' },
+ 'director' => { 178 => 'WM/Director', 366 => "\xa9dir", 368 => 'director', 374 => "\xa9dir", 497 => 'director' },
+ 'directorphotography' => { 497 => 'directorPhotography' },
+ 'directory' => { 119 => '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' => { 205 => 0x3, 375 => 0x12 },
- 'disableautocreation' => { 452 => 'DisableAutoCreation' },
- 'disclaimer' => { 302 => 'Disclaimer' },
- 'discnumber' => { 495 => 'discNumber' },
- 'dishtype' => { 487 => 'dishType' },
- 'disknumber' => { 364 => 'disk' },
- 'displayallafpoints' => { 82 => 0x514 },
+ 'directorynumber' => { 206 => 0x3, 377 => 0x12 },
+ 'disableautocreation' => { 454 => 'DisableAutoCreation' },
+ 'disclaimer' => { 304 => 'Disclaimer' },
+ 'discnumber' => { 497 => 'discNumber' },
+ 'dishtype' => { 489 => 'dishType' },
+ 'disknumber' => { 366 => 'disk' },
+ 'displayallafpoints' => { 83 => 0x514 },
'displayaperture' => { 34 => 0x23 },
- 'displayedunitsx' => { 362 => 0x2 },
- 'displayedunitsy' => { 362 => 0x6 },
- 'displayname' => { 366 => 'displayname', 484 => 'displayName' },
- 'distance1' => { 138 => 0x28 },
- 'distance2' => { 138 => 0x2c },
- 'distance3' => { 138 => 0x30 },
- 'distance4' => { 138 => 0x34 },
- 'distortion' => { 386 => 0xa050 },
- 'distortioncompensation' => { 446 => 0x8040 },
- 'distortioncontrol' => { 232 => 0x10 },
- 'distortioncorrection' => { 77 => 0x3, 101 => 0x20705, 107 => 0x67, 117 => 0x7036, 289 => 0x50b, 316 => '7.1', 337 => 0x0, 441 => 0x601, 442 => 0x5b },
- 'distortioncorrection2' => { 293 => 0x1011 },
- 'distortioncorrectionalreadyapplied' => { 466 => 'DistortionCorrectionAlreadyApplied' },
- 'distortioncorrectionon' => { 101 => '0x20705.0', 107 => 0x63 },
- 'distortioncorrectionsetting' => { 78 => 0x7, 412 => 0x2013 },
- 'distortioncorrectionvalue' => { 77 => 0x9 },
- 'distortioncorrparams' => { 117 => 0x7037, 421 => 0x1a23, 424 => 0x1870, 426 => 0x189c, 427 => 0x18cc, 428 => 0x17d0, 441 => 0x6ca, 442 => 0x64 },
- 'distortioncorrparamsnumber' => { 424 => 0x1899, 426 => 0x18c5, 427 => 0x18f5, 428 => 0x17f9 },
- 'distortioncorrparamspresent' => { 424 => 0x1898, 426 => 0x18c4, 427 => 0x18f4, 428 => 0x17f8, 430 => 0x10b, 431 => 0x10b, 441 => 0x600, 442 => 0x5a },
- 'distortioneffect' => { 101 => 0x20709 },
- 'distortionn' => { 316 => 0xc },
- 'distortionparam02' => { 316 => 0x2 },
- 'distortionparam04' => { 316 => 0x4 },
- 'distortionparam08' => { 316 => 0x8 },
- 'distortionparam09' => { 316 => 0x9 },
- 'distortionparam11' => { 316 => 0xb },
- 'distortionscale' => { 316 => 0x5 },
- 'distributor' => { 485 => 'distributor' },
- 'distributorproductid' => { 484 => 'distributorProductID' },
- 'dloon' => { 101 => '0x20706.0', 107 => 0xdc },
- 'dlosetting' => { 101 => 0x20706, 107 => 0xdd },
- 'dlosettingapplied' => { 100 => 0x4 },
- 'dloshootingdistance' => { 107 => 0xde },
- 'dloversion' => { 100 => 0x5 },
- 'dmcomment' => { 495 => 'comment' },
- 'dmdithermatrix' => { 136 => 0xc7a },
- 'dmdithermatrixheight' => { 136 => 0xc7c },
- 'dmdithermatrixwidth' => { 136 => 0xc7b },
- 'dngadobedata' => { 117 => 0xc634 },
- 'dngbackwardversion' => { 117 => 0xc613 },
- 'dngignoresidecars' => { 469 => 'DNGIgnoreSidecars', 471 => 'DNGIgnoreSidecars' },
- 'dnglensinfo' => { 117 => 0xc630 },
- 'dngprivatedata' => { 117 => 0xc634 },
- 'dngversion' => { 117 => 0xc612 },
- 'document' => { 302 => 'Document' },
- 'documentancestors' => { 483 => 'DocumentAncestors' },
- 'documenthistory' => { 129 => 0xe7 },
- 'documentid' => { 496 => 'DocumentID' },
- 'documentname' => { 117 => 0x10d },
- 'documentnotes' => { 129 => 0xe6 },
- 'doi' => { 485 => 'doi' },
- 'dopesheet' => { 481 => 'Dopesheet' },
- 'dopesheetlink' => { 481 => 'DopesheetLink' },
- 'dopesheetlinklink' => { 481 => [\'DopesheetLink','DopesheetLinkLink'] },
- 'dopesheetlinklinkqualifier' => { 481 => [\'DopesheetLink','DopesheetLinkLinkQualifier'] },
- 'doublingmicrovolts' => { 136 => 0xc82 },
- 'dpp' => { 464 => 'dpp' },
- 'dr4cameramodel' => { 102 => 0x3 },
- 'drangepriority' => { 125 => 0x1443 },
- 'drangepriorityauto' => { 125 => 0x1444 },
- 'drangepriorityfixed' => { 125 => 0x1445 },
- 'drivemode' => { 111 => 0x3103, 123 => '0.1', 179 => 0x6, 182 => 0x1e, 185 => 0xe, 289 => 0x600, 347 => 0x34, 379 => 0x1002, 389 => 0x3, 399 => 0x4, 400 => 0x7e, 401 => 0x34 },
- 'drivemode2' => { 182 => 0xa, 328 => 0x7, 410 => 0xe, 417 => 0x1 },
- 'drivemodesetting' => { 401 => 0x4 },
- 'drivespeed' => { 123 => '0.2' },
- 'dspfirmwareversion' => { 347 => 0x27 },
- 'duration' => { 65 => 0x6a, 153 => 'Duration', 167 => 'Duration', 487 => 'duration', 495 => 'duration' },
- 'durationscale' => { 495 => [\'duration','durationScale'] },
- 'durationvalue' => { 495 => [\'duration','durationValue'] },
- 'dustremovaldata' => { 62 => 0x97 },
- 'dynamicafarea' => { 272 => '1.4', 281 => '1.4' },
- 'dynamicareaafdisplay' => { 273 => '46.1', 275 => '47.1', 276 => '47.1', 285 => '47.1', 286 => '47.1' },
- 'dynamicrange' => { 125 => 0x1400 },
- 'dynamicrangeexpansion' => { 347 => 0x69, 379 => 0x100e },
- 'dynamicrangemax' => { 106 => 0x7c },
- 'dynamicrangemin' => { 106 => 0x7a },
- 'dynamicrangeoptimizer' => { 182 => 0x15, 412 => [0xb025,0xb04f], 420 => 0x1144, 421 => [0x1144,0x324], 422 => [0x1120,0x300], 423 => [0x119c,0x37c], 424 => [0x1178,0x328], 425 => [0x1030,0x50], 426 => [0x228,0x50], 427 => [0x228,0x50], 428 => [0x21b,0x4e] },
- 'dynamicrangeoptimizerbracket' => { 410 => 0x2e },
- 'dynamicrangeoptimizerlevel' => { 399 => 0x19, 400 => 0x17, 401 => 0xd, 410 => 0x79, 417 => 0x5 },
- 'dynamicrangeoptimizermode' => { 185 => 0x15, 399 => 0x18, 400 => 0x16, 410 => [0x77,0x15] },
- 'dynamicrangeoptimizersetting' => { 182 => 0x27, 401 => 0xc, 417 => 0x4 },
- 'dynamicrangesetting' => { 125 => 0x1402 },
- 'e-dialinprogram' => { 328 => '1.3' },
- 'earliestageorloweststage' => { 116 => [\'GeologicalContext','GeologicalContextEarliestAgeOrLowestStage'] },
- 'earliesteonorlowesteonothem' => { 116 => [\'GeologicalContext','GeologicalContextEarliestEonOrLowestEonothem'] },
- 'earliestepochorlowestseries' => { 116 => [\'GeologicalContext','GeologicalContextEarliestEpochOrLowestSeries'] },
- 'earliesteraorlowesterathem' => { 116 => [\'GeologicalContext','GeologicalContextEarliestEraOrLowestErathem'] },
- 'earliestperiodorlowestsystem' => { 116 => [\'GeologicalContext','GeologicalContextEarliestPeriodOrLowestSystem'] },
- 'earthpos' => { 449 => 'EarthPos' },
- 'earthposaltitude' => { 449 => [\'EarthPos','EarthPosAltitude'] },
- 'earthposlatitude' => { 449 => [\'EarthPos','EarthPosLatitude'] },
- 'earthposlongitude' => { 449 => [\'EarthPos','EarthPosLongitude'] },
- 'earthposrotationw' => { 449 => [\'EarthPos','EarthPosRotationW'] },
- 'earthposrotationx' => { 449 => [\'EarthPos','EarthPosRotationX'] },
- 'earthposrotationy' => { 449 => [\'EarthPos','EarthPosRotationY'] },
- 'earthposrotationz' => { 449 => [\'EarthPos','EarthPosRotationZ'] },
- 'earthpostimestamp' => { 449 => [\'EarthPos','EarthPosTimestamp'] },
- 'easyexposurecomp' => { 287 => '6.1' },
- 'easyexposurecompensation' => { 272 => '6.4', 273 => '6.5', 275 => '6.3', 276 => '6.3', 280 => '5.1', 281 => '4.4', 282 => '5.2', 285 => '6.3', 286 => '6.3' },
+ 'displayedunitsx' => { 364 => 0x2 },
+ 'displayedunitsy' => { 364 => 0x6 },
+ 'displayname' => { 368 => 'displayname', 486 => 'displayName' },
+ 'distance1' => { 139 => 0x28 },
+ 'distance2' => { 139 => 0x2c },
+ 'distance3' => { 139 => 0x30 },
+ 'distance4' => { 139 => 0x34 },
+ 'distortion' => { 388 => 0xa050 },
+ 'distortioncompensation' => { 448 => 0x8040 },
+ 'distortioncontrol' => { 233 => 0x10 },
+ 'distortioncorrection' => { 78 => 0x3, 102 => 0x20705, 108 => 0x67, 118 => 0x7036, 291 => 0x50b, 318 => '7.1', 339 => 0x0, 443 => 0x601, 444 => 0x5b },
+ 'distortioncorrection2' => { 295 => 0x1011 },
+ 'distortioncorrectionalreadyapplied' => { 468 => 'DistortionCorrectionAlreadyApplied' },
+ 'distortioncorrectionon' => { 102 => '0x20705.0', 108 => 0x63 },
+ 'distortioncorrectionsetting' => { 79 => 0x7, 414 => 0x2013 },
+ 'distortioncorrectionvalue' => { 78 => 0x9 },
+ 'distortioncorrparams' => { 118 => 0x7037, 423 => 0x1a23, 426 => 0x1870, 428 => 0x189c, 429 => 0x18cc, 430 => 0x17d0, 443 => 0x6ca, 444 => 0x64 },
+ 'distortioncorrparamsnumber' => { 426 => 0x1899, 428 => 0x18c5, 429 => 0x18f5, 430 => 0x17f9 },
+ 'distortioncorrparamspresent' => { 426 => 0x1898, 428 => 0x18c4, 429 => 0x18f4, 430 => 0x17f8, 432 => 0x10b, 433 => 0x10b, 443 => 0x600, 444 => 0x5a },
+ 'distortioneffect' => { 102 => 0x20709 },
+ 'distortionn' => { 318 => 0xc },
+ 'distortionparam02' => { 318 => 0x2 },
+ 'distortionparam04' => { 318 => 0x4 },
+ 'distortionparam08' => { 318 => 0x8 },
+ 'distortionparam09' => { 318 => 0x9 },
+ 'distortionparam11' => { 318 => 0xb },
+ 'distortionscale' => { 318 => 0x5 },
+ 'distributor' => { 487 => 'distributor' },
+ 'distributorproductid' => { 486 => 'distributorProductID' },
+ 'dloon' => { 102 => '0x20706.0', 108 => 0xdc },
+ 'dlosetting' => { 102 => 0x20706, 108 => 0xdd },
+ 'dlosettingapplied' => { 101 => 0x4 },
+ 'dloshootingdistance' => { 108 => 0xde },
+ 'dloversion' => { 101 => 0x5 },
+ 'dmcomment' => { 497 => 'comment' },
+ 'dmdithermatrix' => { 137 => 0xc7a },
+ 'dmdithermatrixheight' => { 137 => 0xc7c },
+ 'dmdithermatrixwidth' => { 137 => 0xc7b },
+ 'dngadobedata' => { 118 => 0xc634 },
+ 'dngbackwardversion' => { 118 => 0xc613 },
+ 'dngignoresidecars' => { 471 => 'DNGIgnoreSidecars', 473 => 'DNGIgnoreSidecars' },
+ 'dnglensinfo' => { 118 => 0xc630 },
+ 'dngprivatedata' => { 118 => 0xc634 },
+ 'dngversion' => { 118 => 0xc612 },
+ 'document' => { 304 => 'Document' },
+ 'documentancestors' => { 485 => 'DocumentAncestors' },
+ 'documenthistory' => { 130 => 0xe7 },
+ 'documentid' => { 498 => 'DocumentID' },
+ 'documentname' => { 118 => 0x10d },
+ 'documentnotes' => { 130 => 0xe6 },
+ 'doi' => { 487 => 'doi' },
+ 'dopesheet' => { 483 => 'Dopesheet' },
+ 'dopesheetlink' => { 483 => 'DopesheetLink' },
+ 'dopesheetlinklink' => { 483 => [\'DopesheetLink','DopesheetLinkLink'] },
+ 'dopesheetlinklinkqualifier' => { 483 => [\'DopesheetLink','DopesheetLinkLinkQualifier'] },
+ 'doublingmicrovolts' => { 137 => 0xc82 },
+ 'dpp' => { 466 => '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, 291 => 0x600, 349 => 0x34, 381 => 0x1002, 391 => 0x3, 401 => 0x4, 402 => 0x7e, 403 => 0x34 },
+ 'drivemode2' => { 183 => 0xa, 330 => 0x7, 412 => 0xe, 419 => 0x1 },
+ 'drivemodesetting' => { 403 => 0x4 },
+ 'drivespeed' => { 124 => '0.2' },
+ 'dspfirmwareversion' => { 349 => 0x27 },
+ 'duration' => { 66 => 0x6a, 154 => 'Duration', 168 => 'Duration', 489 => 'duration', 497 => 'duration' },
+ 'durationscale' => { 497 => [\'duration','durationScale'] },
+ 'durationvalue' => { 497 => [\'duration','durationValue'] },
+ 'dustremovaldata' => { 63 => 0x97 },
+ 'dynamicafarea' => { 274 => '1.4', 283 => '1.4' },
+ 'dynamicareaafdisplay' => { 275 => '46.1', 277 => '47.1', 278 => '47.1', 287 => '47.1', 288 => '47.1' },
+ 'dynamicrange' => { 126 => 0x1400 },
+ 'dynamicrangeexpansion' => { 349 => 0x69, 381 => 0x100e },
+ 'dynamicrangemax' => { 107 => 0x7c },
+ 'dynamicrangemin' => { 107 => 0x7a },
+ 'dynamicrangeoptimizer' => { 183 => 0x15, 414 => [0xb025,0xb04f], 422 => 0x1144, 423 => [0x1144,0x324], 424 => [0x1120,0x300], 425 => [0x119c,0x37c], 426 => [0x1178,0x328], 427 => [0x1030,0x50], 428 => [0x228,0x50], 429 => [0x228,0x50], 430 => [0x21b,0x4e] },
+ 'dynamicrangeoptimizerbracket' => { 412 => 0x2e },
+ 'dynamicrangeoptimizerlevel' => { 401 => 0x19, 402 => 0x17, 403 => 0xd, 412 => 0x79, 419 => 0x5 },
+ 'dynamicrangeoptimizermode' => { 186 => 0x15, 401 => 0x18, 402 => 0x16, 412 => [0x77,0x15] },
+ 'dynamicrangeoptimizersetting' => { 183 => 0x27, 403 => 0xc, 419 => 0x4 },
+ 'dynamicrangesetting' => { 126 => 0x1402 },
+ 'e-dialinprogram' => { 330 => '1.3' },
+ 'earliestageorloweststage' => { 117 => [\'GeologicalContext','GeologicalContextEarliestAgeOrLowestStage'] },
+ 'earliesteonorlowesteonothem' => { 117 => [\'GeologicalContext','GeologicalContextEarliestEonOrLowestEonothem'] },
+ 'earliestepochorlowestseries' => { 117 => [\'GeologicalContext','GeologicalContextEarliestEpochOrLowestSeries'] },
+ 'earliesteraorlowesterathem' => { 117 => [\'GeologicalContext','GeologicalContextEarliestEraOrLowestErathem'] },
+ 'earliestperiodorlowestsystem' => { 117 => [\'GeologicalContext','GeologicalContextEarliestPeriodOrLowestSystem'] },
+ 'earthpos' => { 451 => 'EarthPos' },
+ 'earthposaltitude' => { 451 => [\'EarthPos','EarthPosAltitude'] },
+ 'earthposlatitude' => { 451 => [\'EarthPos','EarthPosLatitude'] },
+ 'earthposlongitude' => { 451 => [\'EarthPos','EarthPosLongitude'] },
+ 'earthposrotationw' => { 451 => [\'EarthPos','EarthPosRotationW'] },
+ 'earthposrotationx' => { 451 => [\'EarthPos','EarthPosRotationX'] },
+ 'earthposrotationy' => { 451 => [\'EarthPos','EarthPosRotationY'] },
+ 'earthposrotationz' => { 451 => [\'EarthPos','EarthPosRotationZ'] },
+ 'earthpostimestamp' => { 451 => [\'EarthPos','EarthPosTimestamp'] },
+ 'easyexposurecomp' => { 289 => '6.1' },
+ 'easyexposurecompensation' => { 274 => '6.4', 275 => '6.5', 277 => '6.3', 278 => '6.3', 282 => '5.1', 283 => '4.4', 284 => '5.2', 287 => '6.3', 288 => '6.3' },
'easymode' => { 34 => 0xb },
- 'edgemapslope' => { 136 => 0x930 },
- 'edgemapx1' => { 136 => 0x931 },
- 'edgemapx2' => { 136 => 0x932 },
- 'edgemapx3' => { 136 => 0x934 },
- 'edgemapx4' => { 136 => 0x935 },
- 'edgenoisereduction' => { 266 => 0x4, 446 => 0x8028 },
- 'edit1' => { 372 => "\xa9ed1" },
- 'edit2' => { 372 => "\xa9ed2" },
- 'edit3' => { 372 => "\xa9ed3" },
- 'edit4' => { 372 => "\xa9ed4" },
- 'edit5' => { 372 => "\xa9ed5" },
- 'edit6' => { 372 => "\xa9ed6" },
- 'edit7' => { 372 => "\xa9ed7" },
- 'edit8' => { 372 => "\xa9ed8" },
- 'edit9' => { 372 => "\xa9ed9" },
- 'edition' => { 485 => 'edition' },
- 'editorialupdate' => { 129 => 0x8 },
- 'editstatus' => { 129 => 0x7, 359 => 'EditStatus', 464 => 'EditStatus' },
- 'editversionname' => { 265 => 0x3d136244 },
- 'effectivelv' => { 347 => 0x2d },
- 'effectivemaxaperture' => { 216 => 0x12, 217 => 0x13, 221 => 0x14 },
- 'eissn' => { 485 => 'eIssn' },
- 'electricalblackcolumns' => { 136 => 0x1810 },
- 'electronicfront-curtainshutter' => { 275 => '5.2', 276 => '5.2', 285 => '5.3', 286 => '5.2' },
- 'electronicfrontcurtainshutter' => { 412 => 0x201a },
- 'elevation' => { 163 => 'Elevation' },
- 'email' => { 155 => 'EMail' },
- 'embargodate' => { 488 => 'embargoDate' },
- 'embdencrightsexpr' => { 481 => 'EmbdEncRightsExpr' },
- 'embeddedencodedrightsexpr' => { 481 => [\'EmbdEncRightsExpr','EmbdEncRightsExprEncRightsExpr'] },
- 'embeddedencodedrightsexprlangid' => { 481 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprLangId'] },
- 'embeddedencodedrightsexprtype' => { 481 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprEncType'] },
- 'embeddedxmpdigest' => { 483 => 'EmbeddedXMPDigest' },
- 'emissivity' => { 119 => 0x3 },
- 'enablechromanoisereduction' => { 136 => 0xe6e },
- 'enablesharpening' => { 136 => 0x92e },
- 'encodedby' => { 177 => 'WM/EncodedBy', 364 => "\xa9enc" },
- 'encodedwith' => { 366 => 'Encoded_With' },
- 'encoder' => { 364 => "\xa9too", 372 => "\xa9too" },
- 'encoderid' => { 372 => "\xa9enc" },
- 'encodingtime' => { 177 => 'WM/EncodingTime' },
- 'encryptionkey' => { 386 => 0xa020 },
- 'endingpage' => { 485 => 'endingPage' },
- 'enduser' => { 299 => 'EndUser' },
- 'enduserid' => { 299 => [\'EndUser','EndUserEndUserID'] },
- 'endusername' => { 299 => [\'EndUser','EndUserEndUserName'] },
- 'engineer' => { 495 => 'engineer' },
- 'enhancedarktones' => { 258 => 0x8 },
- 'enhancement' => { 110 => 0x16, 111 => 0x3016 },
- 'enhanceparams' => { 117 => 0xc7ee },
- 'enhancer' => { 293 => 0x300 },
- 'enhancervalues' => { 293 => 0x301 },
- 'envelopenumber' => { 130 => 0x28 },
- 'envelopepriority' => { 130 => 0x3c },
- 'enveloperecordversion' => { 130 => 0x0 },
- 'episode' => { 481 => 'Episode' },
- 'episodeglobaluniqueid' => { 364 => 'egid' },
- 'episodeidentifier' => { 481 => [\'Episode','EpisodeIdentifier'] },
- 'episodename' => { 481 => [\'Episode','EpisodeName'] },
- 'episodenumber' => { 481 => [\'Episode','EpisodeNumber'] },
- 'epsonimageheight' => { 294 => 0x20c },
- 'epsonimagewidth' => { 294 => 0x20b },
- 'epsonsoftware' => { 294 => 0x20d },
- 'equipmentinstitution' => { 448 => 'EquipmentInstitution' },
- 'equipmentmanufacturer' => { 448 => 'EquipmentManufacturer' },
- 'equipmentversion' => { 290 => 0x0 },
- 'ettlii' => { 82 => 0x304, 83 => 0xd, 84 => 0xe, 85 => 0x7, 86 => 0x7, 87 => 0xe },
- 'event' => { 450 => 'Event', 462 => 'Event', 481 => 'Event', 485 => 'event' },
- 'eventalias' => { 484 => 'eventAlias' },
- 'eventdate' => { 116 => [\'Event','EventEventDate'] },
- 'eventday' => { 116 => [\'Event','EventDay'] },
- 'eventearliestdate' => { 116 => [\'Event','EventEarliestDate'] },
- 'eventend' => { 484 => 'eventEnd' },
- 'eventenddayofyear' => { 116 => [\'Event','EventEndDayOfYear'] },
- 'eventfieldnotes' => { 116 => [\'Event','EventFieldNotes'] },
- 'eventfieldnumber' => { 116 => [\'Event','EventFieldNumber'] },
- 'eventhabitat' => { 116 => [\'Event','EventHabitat'] },
- 'eventid' => { 116 => [\'Event','EventEventID'], 481 => 'EventId' },
- 'eventlatestdate' => { 116 => [\'Event','EventLatestDate'] },
- 'eventmonth' => { 116 => [\'Event','EventMonth'] },
- 'eventnumber' => { 373 => 0x9, 374 => 0x37, 375 => 0x3a },
- 'eventparenteventid' => { 116 => [\'Event','EventParentEventID'] },
- 'eventremarks' => { 116 => [\'Event','EventEventRemarks'] },
- 'eventsamplesizeunit' => { 116 => [\'Event','EventSampleSizeUnit'] },
- 'eventsamplesizevalue' => { 116 => [\'Event','EventSampleSizeValue'] },
- 'eventsamplingeffort' => { 116 => [\'Event','EventSamplingEffort'] },
- 'eventsamplingprotocol' => { 116 => [\'Event','EventSamplingProtocol'] },
- 'eventstart' => { 484 => 'eventStart' },
- 'eventstartdayofyear' => { 116 => [\'Event','EventStartDayOfYear'] },
- 'eventsubtype' => { 484 => 'eventSubtype' },
- 'eventtime' => { 116 => [\'Event','EventEventTime'] },
- 'eventtype' => { 484 => 'eventType' },
- 'eventverbatimeventdate' => { 116 => [\'Event','EventVerbatimEventDate'] },
- 'eventyear' => { 116 => [\'Event','EventYear'] },
- 'evsteps' => { 328 => '1.2', 330 => 0x0 },
- 'evstepsize' => { 277 => '5.1', 278 => '6.1', 279 => '6.1', 283 => '0.7' },
- 'exclusivecoverage' => { 459 => 'ExclusiveCoverage' },
- 'exclusivityenddate' => { 488 => 'exclusivityEndDate' },
- 'excursiontolerance' => { 131 => 0x82 },
- 'executiveproducer' => { 364 => "\xa9xpd" },
- 'exif' => { 118 => 'EXIF' },
- 'exifbyteorder' => { 118 => 'ExifByteOrder' },
- 'exifcamerainfo' => { 129 => 0xe8 },
- 'exifimageheight' => { 117 => 0xa003, 475 => 'PixelYDimension' },
- 'exifimagewidth' => { 117 => 0xa002, 475 => 'PixelXDimension' },
- 'exifunicodebyteorder' => { 118 => 'ExifUnicodeByteOrder' },
- 'exifversion' => { 117 => 0x9000, 475 => 'ExifVersion' },
- 'exitpupilposition' => { 216 => 0x4, 217 => 0x4, 221 => 0x4 },
- 'expirationdate' => { 129 => 0x25, 488 => 'expirationDate' },
- 'expirationtime' => { 129 => 0x26 },
- 'exposure' => { 117 => 0xfe51, 469 => 'Exposure', 471 => 'Exposure' },
- 'exposure2012' => { 469 => 'Exposure2012', 471 => 'Exposure2012' },
- 'exposureadj' => { 263 => 0x0 },
- 'exposureadj2' => { 263 => 0x12 },
- 'exposureadjust' => { 389 => 0xc },
- 'exposurebracketingindicatorlast' => { 182 => 0x52 },
- 'exposurebracketshotnumber' => { 185 => 0x2d, 410 => 0x2f },
- 'exposurebracketstepsize' => { 328 => 0x8 },
- 'exposurebracketvalue' => { 223 => 0x19 },
- 'exposurecompautocancel' => { 82 => 0x113 },
- 'exposurecompensation' => { 75 => 0x6, 91 => 0x0, 117 => 0x9204, 138 => 0x24, 154 => 'ExposureComp', 174 => 'ExposureCompensation', 179 => 0xd, 180 => 0x53, 181 => 0x1e, 185 => 0x49c0, 294 => 0x1006, 347 => 0x16, 356 => 0x402, 386 => 0xa013, 389 => [0xc,0x35,0x4d], 420 => 0x114c, 421 => 0x114c, 422 => 0x1128, 424 => 0x1180, 425 => 0x1038, 426 => 0x230, 427 => 0x230, 428 => 0x223, 475 => 'ExposureBiasValue' },
- 'exposurecompensation2' => { 417 => [0x24,0x26,0x2a] },
- 'exposurecompensationmode' => { 182 => 0x47, 185 => 0x2a },
- 'exposurecompensationset' => { 399 => 0x3, 400 => 0x3, 401 => 0x3, 417 => 0x1e },
- 'exposurecompensationsetting' => { 182 => 0x1 },
- 'exposurecompstepsize' => { 272 => '6.3', 273 => '7.3', 275 => '7.3', 276 => '7.3', 281 => '4.3', 285 => '7.3', 286 => '7.3' },
- 'exposurecontrolstep' => { 280 => '6.1', 282 => '6.1' },
- 'exposurecontrolstepsize' => { 272 => '6.2', 273 => '7.1', 275 => '7.1', 276 => '7.1', 281 => '4.2', 285 => '7.1', 286 => '7.1', 287 => '7.1' },
- 'exposurecount' => { 125 => 0x1032 },
- 'exposuredelaymode' => { 272 => '10.1', 273 => '11.1', 275 => '11.1', 276 => '11.1', 277 => '9.1', 278 => '10.1', 279 => '10.1', 281 => '10.4', 282 => '10.1', 283 => '6.4', 285 => '11.1', 286 => '11.1', 287 => '11.2' },
- 'exposuredifference' => { 223 => 0xe },
- 'exposuregaincustom' => { 136 => 0x89c },
- 'exposuregaindaylight' => { 136 => 0x898 },
- 'exposuregainflash' => { 136 => 0x89b },
- 'exposuregainfluorescent' => { 136 => 0x89a },
- 'exposuregaintungsten' => { 136 => 0x899 },
- 'exposureindex' => { 117 => 0xa215, 475 => 'ExposureIndex' },
- 'exposureindicator' => { 182 => 0x50 },
- 'exposurelevelincrements' => { 80 => 0x6, 81 => 0x6, 82 => 0x101, 83 => 0x5, 84 => 0x6, 85 => 0x5, 86 => 0x5, 87 => 0x6, 88 => 0x4, 399 => 0x58, 400 => 0x58 },
- 'exposurelockused' => { 457 => 'ExposureLockUsed' },
- 'exposuremode' => { 117 => 0xa402, 154 => 'ExposureMode', 179 => 0x1, 180 => 0xa, 181 => 0x0, 182 => 0x0, 185 => 0x34, 289 => 0x200, 309 => 0x40d, 389 => 0x8, 412 => 0xb041, 475 => 'ExposureMode' },
- 'exposuremodeinmanual' => { 82 => 0x10b },
- 'exposureprogram' => { 117 => 0x8822, 379 => 0x1001, 392 => [0x17e,0x43], 399 => 0x3c, 400 => 0x3c, 401 => 0x5, 405 => 0x14, 410 => 0x3f, 417 => 0x2, 420 => 0x1175, 421 => 0x1179, 422 => 0x1155, 423 => 0x11d1, 424 => 0x11ad, 425 => 0x1065, 426 => 0x25d, 427 => 0x25d, 428 => 0x24c, 438 => 0xb, 439 => 0xc, 440 => 0xb, 442 => 0x48, 475 => 'ExposureProgram' },
- 'exposureshift' => { 289 => 0x203 },
- 'exposurestandardadjustment' => { 412 => 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, 75 => 0x16, 117 => 0x829a, 135 => 0xfd05, 138 => 0x20, 140 => 0xfa24, 142 => 0xf104, 145 => 0x12, 147 => 0x38, 149 => 0x14, 150 => 0x10, 152 => 0x10, 154 => 'ExposureTime', 179 => 0x9, 180 => 0x35, 181 => 0x48, 182 => 0x8, 185 => 0x49b8, 347 => 0x12, 386 => 0xa018, 389 => [0x32,0x4a], 399 => 0x0, 400 => 0x0, 417 => [0x21,0x23,0x27], 442 => 0x10, 475 => 'ExposureTime' },
- 'exposuretime2' => { 389 => [0x33,0x4b] },
- 'exposuretuning' => { 223 => 0x1c },
- 'exposurevalue' => { 136 => 0x3 },
- 'exposurewarning' => { 125 => 0x1302 },
- 'exrauto' => { 125 => 0x1033 },
- 'exrmode' => { 125 => 0x1034 },
- 'extdescraccessibility' => { 480 => 'ExtDescrAccessibility' },
- 'extendedwbdetect' => { 289 => 0x902 },
- 'extender' => { 290 => 0x301 },
- 'extenderfirmwareversion' => { 290 => 0x304 },
- 'extendermagnification' => { 156 => 'Magnification' },
- 'extendermake' => { 156 => 'Make' },
- 'extendermodel' => { 156 => 'Model', 290 => 0x303 },
- 'extenderserialnumber' => { 156 => 'SerialNumber', 290 => 0x302 },
- 'extenderstatus' => { 345 => 0x3 },
- 'externalflash' => { 292 => 0x1201 },
- 'externalflashae1' => { 294 => 0x101f },
- 'externalflashae1_0' => { 294 => 0x101b },
- 'externalflashae2' => { 294 => 0x1020 },
- 'externalflashae2_0' => { 294 => 0x101c },
- 'externalflashbounce' => { 292 => 0x1204, 294 => 0x1026, 335 => 0x1a },
- 'externalflashcompensation' => { 208 => 0x1b },
- 'externalflashexposurecomp' => { 223 => 0x17, 335 => 0x19 },
- 'externalflashfirmware' => { 206 => 0x6, 207 => 0x6, 208 => 0x6, 209 => 0x6, 210 => 0x6, 211 => 0x6 },
- 'externalflashflags' => { 206 => 0x8, 207 => 0x8, 208 => 0x8, 209 => 0x8 },
- 'externalflashguidenumber' => { 292 => 0x1203, 335 => '24.1' },
- 'externalflashgvalue' => { 294 => 0x1025 },
- 'externalflashmode' => { 294 => 0x1028, 335 => 0x2 },
- 'externalflashreadystate' => { 210 => '9.1' },
- 'externalflashstatus' => { 210 => '8.2' },
- 'externalflashzoom' => { 292 => 0x1205, 294 => 0x1027 },
- 'externalflashzoomoverride' => { 210 => '8.1' },
- 'externalmetadatalink' => { 481 => 'ExternalMetadataLink' },
- 'externalsensorbrightnessvalue' => { 307 => 0x311, 310 => 0x311, 311 => 0x311, 314 => 0x3408 },
- 'extrainfoversion' => { 403 => 0x1a },
- 'eyestartaf' => { 182 => 0x40 },
- 'fac100per' => { 136 => 0xe94 },
- 'fac170per' => { 136 => 0xe93 },
- 'fac18per' => { 136 => 0xe92 },
- 'face10position' => { 108 => 0x3f4, 109 => 0x1ec, 204 => 0x28, 332 => 0x12 },
- 'face10size' => { 333 => 0x12 },
- 'face11position' => { 204 => 0x2c, 332 => 0x14 },
- 'face11size' => { 333 => 0x14 },
- 'face12position' => { 204 => 0x30, 332 => 0x16 },
- 'face12size' => { 333 => 0x16 },
- 'face13position' => { 332 => 0x18 },
- 'face13size' => { 333 => 0x18 },
- 'face14position' => { 332 => 0x1a },
- 'face14size' => { 333 => 0x1a },
- 'face15position' => { 332 => 0x1c },
- 'face15size' => { 333 => 0x1c },
- 'face16position' => { 332 => 0x1e },
- 'face16size' => { 333 => 0x1e },
- 'face17position' => { 332 => 0x20 },
- 'face17size' => { 333 => 0x20 },
- 'face18position' => { 332 => 0x22 },
- 'face18size' => { 333 => 0x22 },
- 'face19position' => { 332 => 0x24 },
- 'face19size' => { 333 => 0x24 },
- 'face1position' => { 53 => 0x8, 108 => 0xd, 109 => 0x18, 204 => 0x4, 304 => 0x1, 332 => 0x0, 376 => 0xbc, 406 => 0x1, 407 => 0x0, 408 => 0x0, 409 => 0x5b },
- 'face1size' => { 333 => 0x0 },
- 'face20position' => { 332 => 0x26 },
- 'face20size' => { 333 => 0x26 },
- 'face21position' => { 332 => 0x28 },
- 'face21size' => { 333 => 0x28 },
- 'face22position' => { 332 => 0x2a },
- 'face22size' => { 333 => 0x2a },
- 'face23position' => { 332 => 0x2c },
- 'face23size' => { 333 => 0x2c },
- 'face24position' => { 332 => 0x2e },
- 'face24size' => { 333 => 0x2e },
- 'face25position' => { 332 => 0x30 },
- 'face25size' => { 333 => 0x30 },
- 'face26position' => { 332 => 0x32 },
- 'face26size' => { 333 => 0x32 },
- 'face27position' => { 332 => 0x34 },
- 'face27size' => { 333 => 0x34 },
- 'face28position' => { 332 => 0x36 },
- 'face28size' => { 333 => 0x36 },
- 'face29position' => { 332 => 0x38 },
- 'face29size' => { 333 => 0x38 },
- 'face2position' => { 53 => 0xa, 108 => 0x7c, 109 => 0x4c, 204 => 0x8, 304 => 0x5, 332 => 0x2, 376 => 0xc8, 406 => 0x6, 407 => 0x20, 408 => 0x25, 409 => 0x65 },
- 'face2size' => { 333 => 0x2 },
- 'face30position' => { 332 => 0x3a },
- 'face30size' => { 333 => 0x3a },
- 'face31position' => { 332 => 0x3c },
- 'face31size' => { 333 => 0x3c },
- 'face32position' => { 332 => 0x3e },
- 'face32size' => { 333 => 0x3e },
- 'face3position' => { 53 => 0xc, 108 => 0xeb, 109 => 0x80, 204 => 0xc, 304 => 0x9, 332 => 0x4, 376 => 0xd4, 406 => 0xb, 407 => 0x40, 408 => 0x4a, 409 => 0x6f },
- 'face3size' => { 333 => 0x4 },
- 'face4position' => { 53 => 0xe, 108 => 0x15a, 109 => 0xb4, 204 => 0x10, 304 => 0xd, 332 => 0x6, 376 => 0xe0, 406 => 0x10, 407 => 0x60, 408 => 0x6f, 409 => 0x79 },
- 'face4size' => { 333 => 0x6 },
- 'face5position' => { 53 => 0x10, 108 => 0x1c9, 109 => 0xe8, 204 => 0x14, 304 => 0x11, 332 => 0x8, 376 => 0xec, 406 => 0x15, 407 => 0x80, 408 => 0x94 },
- 'face5size' => { 333 => 0x8 },
- 'face6position' => { 53 => 0x12, 108 => 0x238, 109 => 0x11c, 204 => 0x18, 332 => 0xa, 376 => 0xf8, 406 => 0x1a, 407 => 0xa0, 408 => 0xb9 },
- 'face6size' => { 333 => 0xa },
- 'face7position' => { 53 => 0x14, 108 => 0x2a7, 109 => 0x150, 204 => 0x1c, 332 => 0xc, 376 => 0x104, 406 => 0x1f, 407 => 0xc0, 408 => 0xde },
- 'face7size' => { 333 => 0xc },
- 'face8position' => { 53 => 0x16, 108 => 0x316, 109 => 0x184, 204 => 0x20, 332 => 0xe, 376 => 0x110, 406 => 0x24, 407 => 0xe0, 408 => 0x103 },
- 'face8size' => { 333 => 0xe },
- 'face9position' => { 53 => 0x18, 108 => 0x385, 109 => 0x1b8, 204 => 0x24, 332 => 0x10 },
- 'face9size' => { 333 => 0x10 },
- 'facebalanceorigi' => { 463 => 'FaceBalanceOrigI' },
- 'facebalanceorigq' => { 463 => 'FaceBalanceOrigQ' },
- 'facebalancestrength' => { 463 => 'FaceBalanceStrength' },
- 'facebalancewarmth' => { 463 => 'FaceBalanceWarmth' },
- 'facedetect' => { 347 => 0x76, 386 => 0x100 },
- 'facedetectarea' => { 293 => 0x1201 },
- 'facedetectframecrop' => { 293 => 0x1207 },
- 'facedetectframesize' => { 53 => 0x3, 108 => 0x1, 109 => 0x4, 204 => 0x1, 293 => 0x1203, 347 => 0x77, 376 => 0xb6 },
- 'facedetection' => { 401 => 0x30, 417 => 0x19 },
- 'faceelementpositions' => { 125 => 0x4203 },
- 'faceelementselected' => { 125 => 0x4005 },
- 'faceelementtypes' => { 125 => 0x4201 },
- 'faceid' => { 465 => 'FaceID' },
- 'faceinfounknown' => { 111 => 0x2089 },
- 'facename' => { 386 => 0x123 },
- 'faceorientation' => { 109 => 0x8 },
- 'faceposition' => { 331 => 0x2, 387 => 0x4 },
- 'facepositions' => { 125 => 0x4103 },
- 'facerecognition' => { 386 => 0x120 },
- 'facesdetected' => { 53 => 0x2, 54 => 0x2, 55 => 0x3, 108 => 0x0, 109 => 0x2, 111 => 0x211c, 125 => 0x4100, 204 => 0x3, 293 => 0x1200, 312 => 0x3f, 331 => 0x0, 376 => 0xb5, 387 => 0x0, 406 => 0x0, 409 => 0x3, 419 => 0x30 },
- 'facesrecognized' => { 305 => 0x0 },
- 'facewidth' => { 54 => 0x1 },
- 'fade' => { 412 => 0x2034 },
- 'faithfuloutputhighlightpoint' => { 107 => 0x38 },
- 'faithfuloutputshadowpoint' => { 107 => 0x39 },
- 'faithfulrawcolortone' => { 107 => 0x31 },
- 'faithfulrawcontrast' => { 107 => 0x33 },
- 'faithfulrawhighlight' => { 107 => 0x79 },
- 'faithfulrawhighlightpoint' => { 107 => 0x36 },
- 'faithfulrawlinear' => { 107 => 0x34 },
- 'faithfulrawsaturation' => { 107 => 0x32 },
- 'faithfulrawshadow' => { 107 => 0x82 },
- 'faithfulrawshadowpoint' => { 107 => 0x37 },
- 'faithfulrawsharpness' => { 107 => 0x35 },
- 'faithfulunsharpmaskfineness' => { 107 => 0xac },
- 'faithfulunsharpmaskstrength' => { 107 => 0xaa },
- 'faithfulunsharpmaskthreshold' => { 107 => 0xae },
- 'far' => { 454 => 'Far' },
- 'fastresetlinetime' => { 136 => 0x1860 },
- 'feedidentifier' => { 481 => 'FeedIdentifier' },
- 'femicroadjustment' => { 82 => 0x111 },
- 'ffid' => { 473 => 'ffid' },
- 'field' => { 484 => 'field' },
- 'fieldcount' => { 294 => 0x103f },
- 'fieldofview' => { 372 => "FOV\x00" },
- 'fifoenonepixeldelay' => { 136 => 0x1901 },
- 'filecreatedate' => { 118 => 'FileCreateDate' },
- 'filedatarate' => { 495 => 'fileDataRate' },
- 'fileformat' => { 93 => 0x0, 130 => 0x14, 389 => [0x22,0x26], 412 => 0xb000 },
- 'filegroupid' => { 118 => '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, 313 => 0x0 },
+ 'edgemapslope' => { 137 => 0x930 },
+ 'edgemapx1' => { 137 => 0x931 },
+ 'edgemapx2' => { 137 => 0x932 },
+ 'edgemapx3' => { 137 => 0x934 },
+ 'edgemapx4' => { 137 => 0x935 },
+ 'edgenoisereduction' => { 268 => 0x4, 448 => 0x8028 },
+ 'edit1' => { 374 => "\xa9ed1" },
+ 'edit2' => { 374 => "\xa9ed2" },
+ 'edit3' => { 374 => "\xa9ed3" },
+ 'edit4' => { 374 => "\xa9ed4" },
+ 'edit5' => { 374 => "\xa9ed5" },
+ 'edit6' => { 374 => "\xa9ed6" },
+ 'edit7' => { 374 => "\xa9ed7" },
+ 'edit8' => { 374 => "\xa9ed8" },
+ 'edit9' => { 374 => "\xa9ed9" },
+ 'edition' => { 487 => 'edition' },
+ 'editorialupdate' => { 130 => 0x8 },
+ 'editstatus' => { 130 => 0x7, 361 => 'EditStatus', 466 => 'EditStatus' },
+ 'editversionname' => { 267 => 0x3d136244 },
+ 'effectivelv' => { 349 => 0x2d },
+ 'effectivemaxaperture' => { 217 => 0x12, 218 => 0x13, 222 => 0x14 },
+ 'eissn' => { 487 => 'eIssn' },
+ 'electricalblackcolumns' => { 137 => 0x1810 },
+ 'electronicfront-curtainshutter' => { 277 => '5.2', 278 => '5.2', 287 => '5.3', 288 => '5.2' },
+ 'electronicfrontcurtainshutter' => { 414 => 0x201a },
+ 'elevation' => { 164 => 'Elevation' },
+ 'email' => { 156 => 'EMail' },
+ 'embargodate' => { 490 => 'embargoDate' },
+ 'embdencrightsexpr' => { 483 => 'EmbdEncRightsExpr' },
+ 'embeddedencodedrightsexpr' => { 483 => [\'EmbdEncRightsExpr','EmbdEncRightsExprEncRightsExpr'] },
+ 'embeddedencodedrightsexprlangid' => { 483 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprLangId'] },
+ 'embeddedencodedrightsexprtype' => { 483 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprEncType'] },
+ 'embeddedxmpdigest' => { 485 => 'EmbeddedXMPDigest' },
+ 'emissivity' => { 120 => 0x3 },
+ 'enablechromanoisereduction' => { 137 => 0xe6e },
+ 'enablesharpening' => { 137 => 0x92e },
+ 'encodedby' => { 178 => 'WM/EncodedBy', 366 => "\xa9enc" },
+ 'encodedwith' => { 368 => 'Encoded_With' },
+ 'encoder' => { 366 => "\xa9too", 374 => "\xa9too" },
+ 'encoderid' => { 374 => "\xa9enc" },
+ 'encodingtime' => { 178 => 'WM/EncodingTime' },
+ 'encryptionkey' => { 388 => 0xa020 },
+ 'endingpage' => { 487 => 'endingPage' },
+ 'enduser' => { 301 => 'EndUser' },
+ 'enduserid' => { 301 => [\'EndUser','EndUserEndUserID'] },
+ 'endusername' => { 301 => [\'EndUser','EndUserEndUserName'] },
+ 'engineer' => { 497 => 'engineer' },
+ 'enhancedarktones' => { 260 => 0x8 },
+ 'enhancement' => { 111 => 0x16, 112 => 0x3016 },
+ 'enhanceparams' => { 118 => 0xc7ee },
+ 'enhancer' => { 295 => 0x300 },
+ 'enhancervalues' => { 295 => 0x301 },
+ 'envelopenumber' => { 131 => 0x28 },
+ 'envelopepriority' => { 131 => 0x3c },
+ 'enveloperecordversion' => { 131 => 0x0 },
+ 'episode' => { 483 => 'Episode' },
+ 'episodeglobaluniqueid' => { 366 => 'egid' },
+ 'episodeidentifier' => { 483 => [\'Episode','EpisodeIdentifier'] },
+ 'episodename' => { 483 => [\'Episode','EpisodeName'] },
+ 'episodenumber' => { 483 => [\'Episode','EpisodeNumber'] },
+ 'epsonimageheight' => { 296 => 0x20c },
+ 'epsonimagewidth' => { 296 => 0x20b },
+ 'epsonsoftware' => { 296 => 0x20d },
+ 'equipmentinstitution' => { 450 => 'EquipmentInstitution' },
+ 'equipmentmanufacturer' => { 450 => 'EquipmentManufacturer' },
+ 'equipmentversion' => { 292 => 0x0 },
+ 'ettlii' => { 83 => 0x304, 84 => 0xd, 85 => 0xe, 86 => 0x7, 87 => 0x7, 88 => 0xe },
+ 'event' => { 452 => 'Event', 464 => 'Event', 483 => 'Event', 487 => 'event' },
+ 'eventalias' => { 486 => 'eventAlias' },
+ 'eventdate' => { 117 => [\'Event','EventEventDate'] },
+ 'eventday' => { 117 => [\'Event','EventDay'] },
+ 'eventearliestdate' => { 117 => [\'Event','EventEarliestDate'] },
+ 'eventend' => { 486 => 'eventEnd' },
+ 'eventenddayofyear' => { 117 => [\'Event','EventEndDayOfYear'] },
+ 'eventfieldnotes' => { 117 => [\'Event','EventFieldNotes'] },
+ 'eventfieldnumber' => { 117 => [\'Event','EventFieldNumber'] },
+ 'eventhabitat' => { 117 => [\'Event','EventHabitat'] },
+ 'eventid' => { 117 => [\'Event','EventEventID'], 483 => 'EventId' },
+ 'eventlatestdate' => { 117 => [\'Event','EventLatestDate'] },
+ 'eventmonth' => { 117 => [\'Event','EventMonth'] },
+ 'eventnumber' => { 375 => 0x9, 376 => 0x37, 377 => 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' => { 486 => 'eventStart' },
+ 'eventstartdayofyear' => { 117 => [\'Event','EventStartDayOfYear'] },
+ 'eventsubtype' => { 486 => 'eventSubtype' },
+ 'eventtime' => { 117 => [\'Event','EventEventTime'] },
+ 'eventtype' => { 486 => 'eventType' },
+ 'eventverbatimeventdate' => { 117 => [\'Event','EventVerbatimEventDate'] },
+ 'eventyear' => { 117 => [\'Event','EventYear'] },
+ 'evsteps' => { 330 => '1.2', 332 => 0x0 },
+ 'evstepsize' => { 279 => '5.1', 280 => '6.1', 281 => '6.1', 285 => '0.7' },
+ 'exclusivecoverage' => { 461 => 'ExclusiveCoverage' },
+ 'exclusivityenddate' => { 490 => 'exclusivityEndDate' },
+ 'excursiontolerance' => { 132 => 0x82 },
+ 'executiveproducer' => { 366 => "\xa9xpd" },
+ 'exif' => { 119 => 'EXIF' },
+ 'exifbyteorder' => { 119 => 'ExifByteOrder' },
+ 'exifcamerainfo' => { 130 => 0xe8 },
+ 'exifimageheight' => { 118 => 0xa003, 477 => 'PixelYDimension' },
+ 'exifimagewidth' => { 118 => 0xa002, 477 => 'PixelXDimension' },
+ 'exifunicodebyteorder' => { 119 => 'ExifUnicodeByteOrder' },
+ 'exifversion' => { 118 => 0x9000, 477 => 'ExifVersion' },
+ 'exitpupilposition' => { 217 => 0x4, 218 => 0x4, 222 => 0x4 },
+ 'expirationdate' => { 130 => 0x25, 490 => 'expirationDate' },
+ 'expirationtime' => { 130 => 0x26 },
+ 'exposure' => { 118 => 0xfe51, 471 => 'Exposure', 473 => 'Exposure' },
+ 'exposure2012' => { 471 => 'Exposure2012', 473 => 'Exposure2012' },
+ 'exposureadj' => { 265 => 0x0 },
+ 'exposureadj2' => { 265 => 0x12 },
+ 'exposureadjust' => { 391 => 0xc },
+ 'exposurebracketingindicatorlast' => { 183 => 0x52 },
+ 'exposurebracketshotnumber' => { 186 => 0x2d, 412 => 0x2f },
+ 'exposurebracketstepsize' => { 330 => 0x8 },
+ 'exposurebracketvalue' => { 224 => 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, 296 => 0x1006, 349 => 0x16, 358 => 0x402, 388 => 0xa013, 391 => [0xc,0x35,0x4d], 422 => 0x114c, 423 => 0x114c, 424 => 0x1128, 426 => 0x1180, 427 => 0x1038, 428 => 0x230, 429 => 0x230, 430 => 0x223, 477 => 'ExposureBiasValue' },
+ 'exposurecompensation2' => { 419 => [0x24,0x26,0x2a] },
+ 'exposurecompensationmode' => { 183 => 0x47, 186 => 0x2a },
+ 'exposurecompensationset' => { 401 => 0x3, 402 => 0x3, 403 => 0x3, 419 => 0x1e },
+ 'exposurecompensationsetting' => { 183 => 0x1 },
+ 'exposurecompstepsize' => { 274 => '6.3', 275 => '7.3', 277 => '7.3', 278 => '7.3', 283 => '4.3', 287 => '7.3', 288 => '7.3' },
+ 'exposurecontrolstep' => { 282 => '6.1', 284 => '6.1' },
+ 'exposurecontrolstepsize' => { 274 => '6.2', 275 => '7.1', 277 => '7.1', 278 => '7.1', 283 => '4.2', 287 => '7.1', 288 => '7.1', 289 => '7.1' },
+ 'exposurecount' => { 126 => 0x1032 },
+ 'exposuredelaymode' => { 274 => '10.1', 275 => '11.1', 277 => '11.1', 278 => '11.1', 279 => '9.1', 280 => '10.1', 281 => '10.1', 283 => '10.4', 284 => '10.1', 285 => '6.4', 287 => '11.1', 288 => '11.1', 289 => '11.2' },
+ 'exposuredifference' => { 224 => 0xe },
+ 'exposuregaincustom' => { 137 => 0x89c },
+ 'exposuregaindaylight' => { 137 => 0x898 },
+ 'exposuregainflash' => { 137 => 0x89b },
+ 'exposuregainfluorescent' => { 137 => 0x89a },
+ 'exposuregaintungsten' => { 137 => 0x899 },
+ 'exposureindex' => { 118 => 0xa215, 477 => 'ExposureIndex' },
+ 'exposureindicator' => { 183 => 0x50 },
+ 'exposurelevelincrements' => { 81 => 0x6, 82 => 0x6, 83 => 0x101, 84 => 0x5, 85 => 0x6, 86 => 0x5, 87 => 0x5, 88 => 0x6, 89 => 0x4, 401 => 0x58, 402 => 0x58 },
+ 'exposurelockused' => { 459 => 'ExposureLockUsed' },
+ 'exposuremode' => { 118 => 0xa402, 155 => 'ExposureMode', 180 => 0x1, 181 => 0xa, 182 => 0x0, 183 => 0x0, 186 => 0x34, 291 => 0x200, 311 => 0x40d, 391 => 0x8, 414 => 0xb041, 477 => 'ExposureMode' },
+ 'exposuremodeinmanual' => { 83 => 0x10b },
+ 'exposureprogram' => { 118 => 0x8822, 381 => 0x1001, 394 => [0x17e,0x43], 401 => 0x3c, 402 => 0x3c, 403 => 0x5, 407 => 0x14, 412 => 0x3f, 419 => 0x2, 422 => 0x1175, 423 => 0x1179, 424 => 0x1155, 425 => 0x11d1, 426 => 0x11ad, 427 => 0x1065, 428 => 0x25d, 429 => 0x25d, 430 => 0x24c, 440 => 0xb, 441 => 0xc, 442 => 0xb, 444 => 0x48, 477 => 'ExposureProgram' },
+ 'exposureshift' => { 291 => 0x203 },
+ 'exposurestandardadjustment' => { 414 => 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, 349 => 0x12, 388 => 0xa018, 391 => [0x32,0x4a], 401 => 0x0, 402 => 0x0, 419 => [0x21,0x23,0x27], 444 => 0x10, 477 => 'ExposureTime' },
+ 'exposuretime2' => { 391 => [0x33,0x4b] },
+ 'exposuretuning' => { 224 => 0x1c },
+ 'exposurevalue' => { 137 => 0x3 },
+ 'exposurewarning' => { 126 => 0x1302 },
+ 'exrauto' => { 126 => 0x1033 },
+ 'exrmode' => { 126 => 0x1034 },
+ 'extdescraccessibility' => { 482 => 'ExtDescrAccessibility' },
+ 'extendedwbdetect' => { 291 => 0x902 },
+ 'extender' => { 292 => 0x301 },
+ 'extenderfirmwareversion' => { 292 => 0x304 },
+ 'extendermagnification' => { 157 => 'Magnification' },
+ 'extendermake' => { 157 => 'Make' },
+ 'extendermodel' => { 157 => 'Model', 292 => 0x303 },
+ 'extenderserialnumber' => { 157 => 'SerialNumber', 292 => 0x302 },
+ 'extenderstatus' => { 347 => 0x3 },
+ 'externalflash' => { 294 => 0x1201 },
+ 'externalflashae1' => { 296 => 0x101f },
+ 'externalflashae1_0' => { 296 => 0x101b },
+ 'externalflashae2' => { 296 => 0x1020 },
+ 'externalflashae2_0' => { 296 => 0x101c },
+ 'externalflashbounce' => { 294 => 0x1204, 296 => 0x1026, 337 => 0x1a },
+ 'externalflashcompensation' => { 209 => 0x1b },
+ 'externalflashexposurecomp' => { 224 => 0x17, 337 => 0x19 },
+ 'externalflashfirmware' => { 207 => 0x6, 208 => 0x6, 209 => 0x6, 210 => 0x6, 211 => 0x6, 212 => 0x6 },
+ 'externalflashflags' => { 207 => 0x8, 208 => 0x8, 209 => 0x8, 210 => 0x8 },
+ 'externalflashguidenumber' => { 294 => 0x1203, 337 => '24.1' },
+ 'externalflashgvalue' => { 296 => 0x1025 },
+ 'externalflashmode' => { 296 => 0x1028, 337 => 0x2 },
+ 'externalflashreadystate' => { 211 => '9.1' },
+ 'externalflashstatus' => { 211 => '8.2' },
+ 'externalflashzoom' => { 294 => 0x1205, 296 => 0x1027 },
+ 'externalflashzoomoverride' => { 211 => '8.1' },
+ 'externalmetadatalink' => { 483 => 'ExternalMetadataLink' },
+ 'externalsensorbrightnessvalue' => { 309 => 0x311, 312 => 0x311, 313 => 0x311, 316 => 0x3408 },
+ 'extrainfoversion' => { 405 => 0x1a },
+ 'eyestartaf' => { 183 => 0x40 },
+ 'fac100per' => { 137 => 0xe94 },
+ 'fac170per' => { 137 => 0xe93 },
+ 'fac18per' => { 137 => 0xe92 },
+ 'face10position' => { 109 => 0x3f4, 110 => 0x1ec, 205 => 0x28, 334 => 0x12 },
+ 'face10size' => { 335 => 0x12 },
+ 'face11position' => { 205 => 0x2c, 334 => 0x14 },
+ 'face11size' => { 335 => 0x14 },
+ 'face12position' => { 205 => 0x30, 334 => 0x16 },
+ 'face12size' => { 335 => 0x16 },
+ 'face13position' => { 334 => 0x18 },
+ 'face13size' => { 335 => 0x18 },
+ 'face14position' => { 334 => 0x1a },
+ 'face14size' => { 335 => 0x1a },
+ 'face15position' => { 334 => 0x1c },
+ 'face15size' => { 335 => 0x1c },
+ 'face16position' => { 334 => 0x1e },
+ 'face16size' => { 335 => 0x1e },
+ 'face17position' => { 334 => 0x20 },
+ 'face17size' => { 335 => 0x20 },
+ 'face18position' => { 334 => 0x22 },
+ 'face18size' => { 335 => 0x22 },
+ 'face19position' => { 334 => 0x24 },
+ 'face19size' => { 335 => 0x24 },
+ 'face1position' => { 54 => 0x8, 109 => 0xd, 110 => 0x18, 205 => 0x4, 306 => 0x1, 334 => 0x0, 378 => 0xbc, 408 => 0x1, 409 => 0x0, 410 => 0x0, 411 => 0x5b },
+ 'face1size' => { 335 => 0x0 },
+ 'face20position' => { 334 => 0x26 },
+ 'face20size' => { 335 => 0x26 },
+ 'face21position' => { 334 => 0x28 },
+ 'face21size' => { 335 => 0x28 },
+ 'face22position' => { 334 => 0x2a },
+ 'face22size' => { 335 => 0x2a },
+ 'face23position' => { 334 => 0x2c },
+ 'face23size' => { 335 => 0x2c },
+ 'face24position' => { 334 => 0x2e },
+ 'face24size' => { 335 => 0x2e },
+ 'face25position' => { 334 => 0x30 },
+ 'face25size' => { 335 => 0x30 },
+ 'face26position' => { 334 => 0x32 },
+ 'face26size' => { 335 => 0x32 },
+ 'face27position' => { 334 => 0x34 },
+ 'face27size' => { 335 => 0x34 },
+ 'face28position' => { 334 => 0x36 },
+ 'face28size' => { 335 => 0x36 },
+ 'face29position' => { 334 => 0x38 },
+ 'face29size' => { 335 => 0x38 },
+ 'face2position' => { 54 => 0xa, 109 => 0x7c, 110 => 0x4c, 205 => 0x8, 306 => 0x5, 334 => 0x2, 378 => 0xc8, 408 => 0x6, 409 => 0x20, 410 => 0x25, 411 => 0x65 },
+ 'face2size' => { 335 => 0x2 },
+ 'face30position' => { 334 => 0x3a },
+ 'face30size' => { 335 => 0x3a },
+ 'face31position' => { 334 => 0x3c },
+ 'face31size' => { 335 => 0x3c },
+ 'face32position' => { 334 => 0x3e },
+ 'face32size' => { 335 => 0x3e },
+ 'face3position' => { 54 => 0xc, 109 => 0xeb, 110 => 0x80, 205 => 0xc, 306 => 0x9, 334 => 0x4, 378 => 0xd4, 408 => 0xb, 409 => 0x40, 410 => 0x4a, 411 => 0x6f },
+ 'face3size' => { 335 => 0x4 },
+ 'face4position' => { 54 => 0xe, 109 => 0x15a, 110 => 0xb4, 205 => 0x10, 306 => 0xd, 334 => 0x6, 378 => 0xe0, 408 => 0x10, 409 => 0x60, 410 => 0x6f, 411 => 0x79 },
+ 'face4size' => { 335 => 0x6 },
+ 'face5position' => { 54 => 0x10, 109 => 0x1c9, 110 => 0xe8, 205 => 0x14, 306 => 0x11, 334 => 0x8, 378 => 0xec, 408 => 0x15, 409 => 0x80, 410 => 0x94 },
+ 'face5size' => { 335 => 0x8 },
+ 'face6position' => { 54 => 0x12, 109 => 0x238, 110 => 0x11c, 205 => 0x18, 334 => 0xa, 378 => 0xf8, 408 => 0x1a, 409 => 0xa0, 410 => 0xb9 },
+ 'face6size' => { 335 => 0xa },
+ 'face7position' => { 54 => 0x14, 109 => 0x2a7, 110 => 0x150, 205 => 0x1c, 334 => 0xc, 378 => 0x104, 408 => 0x1f, 409 => 0xc0, 410 => 0xde },
+ 'face7size' => { 335 => 0xc },
+ 'face8position' => { 54 => 0x16, 109 => 0x316, 110 => 0x184, 205 => 0x20, 334 => 0xe, 378 => 0x110, 408 => 0x24, 409 => 0xe0, 410 => 0x103 },
+ 'face8size' => { 335 => 0xe },
+ 'face9position' => { 54 => 0x18, 109 => 0x385, 110 => 0x1b8, 205 => 0x24, 334 => 0x10 },
+ 'face9size' => { 335 => 0x10 },
+ 'facebalanceorigi' => { 465 => 'FaceBalanceOrigI' },
+ 'facebalanceorigq' => { 465 => 'FaceBalanceOrigQ' },
+ 'facebalancestrength' => { 465 => 'FaceBalanceStrength' },
+ 'facebalancewarmth' => { 465 => 'FaceBalanceWarmth' },
+ 'facedetect' => { 349 => 0x76, 388 => 0x100 },
+ 'facedetectarea' => { 295 => 0x1201 },
+ 'facedetectframecrop' => { 295 => 0x1207 },
+ 'facedetectframesize' => { 54 => 0x3, 109 => 0x1, 110 => 0x4, 205 => 0x1, 295 => 0x1203, 349 => 0x77, 378 => 0xb6 },
+ 'facedetection' => { 403 => 0x30, 419 => 0x19 },
+ 'faceelementpositions' => { 126 => 0x4203 },
+ 'faceelementselected' => { 126 => 0x4005 },
+ 'faceelementtypes' => { 126 => 0x4201 },
+ 'faceid' => { 467 => 'FaceID' },
+ 'faceinfounknown' => { 112 => 0x2089 },
+ 'facename' => { 388 => 0x123 },
+ 'faceorientation' => { 110 => 0x8 },
+ 'faceposition' => { 333 => 0x2, 389 => 0x4 },
+ 'facepositions' => { 126 => 0x4103 },
+ 'facerecognition' => { 388 => 0x120 },
+ 'facesdetected' => { 54 => 0x2, 55 => 0x2, 56 => 0x3, 109 => 0x0, 110 => 0x2, 112 => 0x211c, 126 => 0x4100, 205 => 0x3, 295 => 0x1200, 314 => 0x3f, 333 => 0x0, 378 => 0xb5, 389 => 0x0, 408 => 0x0, 411 => 0x3, 421 => 0x30 },
+ 'facesrecognized' => { 307 => 0x0 },
+ 'facewidth' => { 55 => 0x1 },
+ 'fade' => { 414 => 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' => { 456 => 'Far' },
+ 'fastresetlinetime' => { 137 => 0x1860 },
+ 'feedidentifier' => { 483 => 'FeedIdentifier' },
+ 'femicroadjustment' => { 83 => 0x111 },
+ 'ffid' => { 475 => 'ffid' },
+ 'field' => { 486 => 'field' },
+ 'fieldcount' => { 296 => 0x103f },
+ 'fieldofview' => { 374 => "FOV\x00" },
+ 'fifoenonepixeldelay' => { 137 => 0x1901 },
+ 'filecreatedate' => { 119 => 'FileCreateDate' },
+ 'filedatarate' => { 497 => 'fileDataRate' },
+ 'fileformat' => { 94 => 0x0, 131 => 0x14, 391 => [0x22,0x26], 414 => 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, 315 => 0x0 },
'fileindex2' => { 21 => 0x290 },
- 'filemodifydate' => { 118 => 'FileModifyDate' },
- 'filename' => { 118 => 'FileName' },
- 'filenameasdelivered' => { 299 => 'FileNameAsDelivered' },
- 'filenumber' => { 56 => 0x1, 62 => 0x8, 95 => 0x1817, 112 => 'Canon-FileNumber', 205 => 0x4, 375 => 0x10 },
- 'filenumbermemory' => { 179 => 0x1a },
- 'filenumbersequence' => { 272 => '12.2', 277 => '3.1', 278 => '4.1', 279 => '4.1', 281 => '11.1', 282 => '4.3', 287 => '5.2' },
- 'filepermissions' => { 118 => 'FilePermissions' },
- 'filesource' => { 117 => 0xa300, 125 => 0x8000, 475 => 'FileSource' },
- 'fileuserid' => { 118 => 'FileUserID' },
- 'fileversion' => { 130 => 0x16 },
- 'fillflashautoreduction' => { 80 => 0xe, 81 => 0xe, 88 => 0xa },
- 'filllight' => { 469 => 'FillLight', 471 => 'FillLight' },
- 'fillorder' => { 117 => 0x10a },
- 'filmgraineffect' => { 289 => 0x538 },
- 'filmmode' => { 125 => 0x1401, 309 => 0x412, 312 => 0x42 },
- 'filmtype' => { 231 => 0x2 },
- 'filtereffect' => { 56 => 0xe, 225 => 0x37, 226 => 0x3f, 227 => 0x47, 312 => 0xa1 },
- 'filtereffectauto' => { 69 => 0xa0 },
- 'filtereffectfaithful' => { 68 => 0x70, 69 => 0x70 },
- 'filtereffectlandscape' => { 68 => 0x40, 69 => 0x40 },
- 'filtereffectmonochrome' => { 19 => 0xff, 68 => 0x88, 69 => 0x88 },
- 'filtereffectneutral' => { 68 => 0x58, 69 => 0x58 },
- 'filtereffectportrait' => { 68 => 0x28, 69 => 0x28 },
- 'filtereffectstandard' => { 68 => 0x10, 69 => 0x10 },
- 'filtereffectuserdef1' => { 68 => 0xa0, 69 => 0xb8 },
- 'filtereffectuserdef2' => { 68 => 0xb8, 69 => 0xd0 },
- 'filtereffectuserdef3' => { 68 => 0xd0, 69 => 0xe8 },
- 'finderdisplayduringexposure' => { 81 => 0x1 },
- 'finesharpness' => { 347 => 0x70 },
- 'finetuneoptcenterweighted' => { 272 => '7.2', 273 => '9.1', 275 => '9.1', 276 => '9.1', 280 => '8.1', 285 => '9.1', 286 => '9.1', 287 => '9.1' },
- 'finetuneopthighlightweighted' => { 275 => '46.1', 276 => '46.1', 285 => '46.1', 286 => '46.1' },
- 'finetuneoptmatrixmetering' => { 272 => '8.1', 273 => '8.2', 275 => '8.2', 276 => '8.2', 280 => '7.2', 281 => '6.1', 285 => '8.2', 286 => '8.2', 287 => '8.2' },
- 'finetuneoptspotmetering' => { 272 => '8.2', 273 => '9.2', 275 => '9.2', 276 => '9.2', 280 => '8.2', 281 => '6.2', 285 => '9.2', 286 => '9.2', 287 => '9.2' },
- 'finishexposure' => { 136 => 0xdbd },
- 'finishfiletype' => { 136 => 0xdb8 },
- 'finishlook' => { 136 => 0xdbc },
- 'finishnoise' => { 136 => 0xdba },
- 'finishresolution' => { 136 => 0xdb9 },
- 'finishsharpening' => { 136 => 0xdbb },
- 'firmware' => { 294 => 0x405, 389 => [0x8c,0x17,0x3b], 466 => 'Firmware' },
- 'firmware2' => { 389 => 0x57 },
- 'firmwaredate' => { 110 => 0x15, 111 => 0x2001, 373 => 0x4, 375 => 0x30 },
- 'firmwareid' => { 186 => 0x0 },
- 'firmwarename' => { 386 => 0xa001 },
- 'firmwarerevision' => { 19 => 0xa4, 62 => 0x1e, 377 => 0x0 },
- 'firmwarerevision2' => { 377 => 0xc },
- 'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107, 136 => [0x415,0xce5], 152 => 0x57, 154 => 'FirmwareVersion', 310 => 0x320, 312 => 0x2, 314 => 0x3109, 347 => 0x230, 372 => ['CNFV','FIRM'], 374 => 0x18, 375 => 0x2a, 379 => 0x2 },
- 'firmwareversions' => { 356 => 0x301 },
- 'firstphotodate' => { 457 => 'FirstPhotoDate' },
- 'firstpublicationdate' => { 299 => 'FirstPublicationDate' },
- 'fixtureidentifier' => { 129 => 0x16, 464 => 'FixtureIdentifier' },
- 'flash' => { 112 => 'XMP-Flash', 117 => 0x9209, 150 => 0x22, 180 => 0x1f, 181 => 0x15, 375 => 0x5a, 475 => 'Flash' },
- 'flashaction' => { 399 => 0x3e, 400 => 0x3e, 412 => 0x2017, 417 => [0x2a,0x2c,0x30] },
- 'flashaction2' => { 399 => 0x4c, 400 => 0x4c, 417 => 0x77 },
- 'flashactionexternal' => { 417 => [0x78,0x7c] },
+ 'filemodifydate' => { 119 => 'FileModifyDate' },
+ 'filename' => { 119 => 'FileName' },
+ 'filenameasdelivered' => { 301 => 'FileNameAsDelivered' },
+ 'filenumber' => { 57 => 0x1, 63 => 0x8, 96 => 0x1817, 113 => 'Canon-FileNumber', 206 => 0x4, 377 => 0x10 },
+ 'filenumbermemory' => { 180 => 0x1a },
+ 'filenumbersequence' => { 274 => '12.2', 279 => '3.1', 280 => '4.1', 281 => '4.1', 283 => '11.1', 284 => '4.3', 289 => '5.2' },
+ 'filepermissions' => { 119 => 'FilePermissions' },
+ 'filesource' => { 118 => 0xa300, 126 => 0x8000, 477 => 'FileSource' },
+ 'fileuserid' => { 119 => 'FileUserID' },
+ 'fileversion' => { 131 => 0x16 },
+ 'fillflashautoreduction' => { 81 => 0xe, 82 => 0xe, 89 => 0xa },
+ 'filllight' => { 471 => 'FillLight', 473 => 'FillLight' },
+ 'fillorder' => { 118 => 0x10a },
+ 'filmgraineffect' => { 291 => 0x538 },
+ 'filmmode' => { 126 => 0x1401, 311 => 0x412, 314 => 0x42 },
+ 'filmtype' => { 232 => 0x2 },
+ 'filtereffect' => { 57 => 0xe, 226 => 0x37, 227 => 0x3f, 228 => 0x47, 314 => 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' => { 349 => 0x70 },
+ 'finetuneoptcenterweighted' => { 274 => '7.2', 275 => '9.1', 277 => '9.1', 278 => '9.1', 282 => '8.1', 287 => '9.1', 288 => '9.1', 289 => '9.1' },
+ 'finetuneopthighlightweighted' => { 277 => '46.1', 278 => '46.1', 287 => '46.1', 288 => '46.1' },
+ 'finetuneoptmatrixmetering' => { 274 => '8.1', 275 => '8.2', 277 => '8.2', 278 => '8.2', 282 => '7.2', 283 => '6.1', 287 => '8.2', 288 => '8.2', 289 => '8.2' },
+ 'finetuneoptspotmetering' => { 274 => '8.2', 275 => '9.2', 277 => '9.2', 278 => '9.2', 282 => '8.2', 283 => '6.2', 287 => '9.2', 288 => '9.2', 289 => '9.2' },
+ 'finishexposure' => { 137 => 0xdbd },
+ 'finishfiletype' => { 137 => 0xdb8 },
+ 'finishlook' => { 137 => 0xdbc },
+ 'finishnoise' => { 137 => 0xdba },
+ 'finishresolution' => { 137 => 0xdb9 },
+ 'finishsharpening' => { 137 => 0xdbb },
+ 'firmware' => { 296 => 0x405, 391 => [0x8c,0x17,0x3b], 468 => 'Firmware' },
+ 'firmware2' => { 391 => 0x57 },
+ 'firmwaredate' => { 111 => 0x15, 112 => 0x2001, 375 => 0x4, 377 => 0x30 },
+ 'firmwareid' => { 187 => 0x0 },
+ 'firmwarename' => { 388 => 0xa001 },
+ 'firmwarerevision' => { 19 => 0xa4, 63 => 0x1e, 379 => 0x0 },
+ 'firmwarerevision2' => { 379 => 0xc },
+ 'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107, 137 => [0x415,0xce5], 153 => 0x57, 155 => 'FirmwareVersion', 312 => 0x320, 314 => 0x2, 316 => 0x3109, 349 => 0x230, 374 => ['CNFV','FIRM'], 376 => 0x18, 377 => 0x2a, 381 => 0x2 },
+ 'firmwareversions' => { 358 => 0x301 },
+ 'firstphotodate' => { 459 => 'FirstPhotoDate' },
+ 'firstpublicationdate' => { 301 => 'FirstPublicationDate' },
+ 'fixtureidentifier' => { 130 => 0x16, 466 => 'FixtureIdentifier' },
+ 'flash' => { 113 => 'XMP-Flash', 118 => 0x9209, 151 => 0x22, 181 => 0x1f, 182 => 0x15, 377 => 0x5a, 477 => 'Flash' },
+ 'flashaction' => { 401 => 0x3e, 402 => 0x3e, 414 => 0x2017, 419 => [0x2a,0x2c,0x30] },
+ 'flashaction2' => { 401 => 0x4c, 402 => 0x4c, 419 => 0x77 },
+ 'flashactionexternal' => { 419 => [0x78,0x7c] },
'flashactivity' => { 34 => 0x1c },
- 'flashbatterylevel' => { 43 => 0x249 },
- 'flashbias' => { 312 => 0x24 },
+ 'flashbatterylevel' => { 44 => 0x249 },
+ 'flashbias' => { 314 => 0x24 },
'flashbits' => { 34 => 0x1d },
- 'flashbuttonfunction' => { 82 => 0x70e },
- 'flashchargelevel' => { 294 => 0x1010 },
- 'flashcolorfilter' => { 208 => 0x10, 209 => 0x10 },
- 'flashcommandermode' => { 206 => '9.1', 207 => '9.1', 208 => '9.1', 209 => '9.1' },
- 'flashcompensation' => { 136 => 0x3f3, 206 => 0xa, 207 => 0xa, 208 => 0xa, 209 => 0x27, 210 => 0xa, 211 => 0x1b, 466 => 'FlashCompensation' },
- 'flashcontrol' => { 399 => 0x23, 400 => 0x1f, 401 => 0x21 },
- 'flashcontrolbuilt-in' => { 281 => '16.1', 282 => '23.1', 284 => '23.1', 285 => '24.1' },
- 'flashcontrolmode' => { 206 => '9.2', 207 => '9.2', 208 => '9.2', 209 => '9.2', 246 => 0xc4a6, 254 => 0xd0a6, 289 => 0x404 },
- 'flashcurtain' => { 312 => 0x48 },
- 'flashdefault' => { 182 => 0x42 },
- 'flashdevice' => { 294 => 0x1005 },
- 'flashdistance' => { 111 => 0x2034 },
- 'flashenergy' => { 117 => 0xa20b, 475 => 'FlashEnergy' },
- 'flashexposurebracketvalue' => { 223 => 0x18 },
- 'flashexposurecomp' => { 75 => 0xf, 125 => 0x1011, 157 => 'ExposureComp', 179 => 0x23, 184 => 0x104, 185 => 0x49c1, 223 => 0x12, 289 => 0x401, 294 => 0x1023, 347 => 0x4d, 379 => 0x100b, 389 => [0x3a,0x56], 412 => 0x104 },
- 'flashexposurecomp2' => { 250 => 0x4d2 },
- 'flashexposurecomp3' => { 208 => 0x1d },
- 'flashexposurecomp4' => { 208 => 0x27 },
- 'flashexposurecomparea' => { 273 => '38.4', 275 => '38.4', 276 => '38.4', 285 => '38.4', 286 => '38.4' },
- 'flashexposurecompset' => { 182 => 0x10, 320 => 0xe, 399 => 0x14, 400 => 0x12, 401 => 0x23, 417 => 0x1f },
- 'flashexposurecompset2' => { 417 => [0x26,0x2c] },
- 'flashexposureindicator' => { 182 => 0x54 },
- 'flashexposureindicatorlast' => { 182 => 0x56 },
- 'flashexposureindicatornext' => { 182 => 0x55 },
- 'flashexposurelock' => { 56 => 0x19 },
- 'flashfired' => { 138 => 0x5d, 157 => 'Fired', 179 => 0x14, 249 => '590.3', 475 => [\'Flash','FlashFired'] },
- 'flashfiring' => { 82 => 0x306, 83 => 0x6, 84 => 0x7, 87 => 0x7 },
- 'flashfirmwareversion' => { 290 => 0x1002 },
- 'flashfocallength' => { 206 => 0xb, 207 => 0xc, 208 => 0xc, 209 => 0xc, 210 => 0xc },
- 'flashfunction' => { 185 => 0x31, 475 => [\'Flash','FlashFunction'] },
- 'flashgndistance' => { 206 => 0xe, 207 => 0xf, 208 => 0xf, 209 => 0xf, 210 => 0xf, 246 => 0xc4ac, 254 => 0xd0ac },
- 'flashgroupacompensation' => { 206 => 0x11, 207 => 0x12, 208 => 0x13, 209 => 0x28, 210 => 0x28 },
- 'flashgroupacontrolmode' => { 206 => 0xf, 207 => '16.1', 208 => '17.1', 209 => '17.1', 210 => '17.1' },
- 'flashgroupaoutput' => { 206 => 0x11, 207 => 0x12, 208 => 0x13, 209 => 0x28, 210 => 0x28 },
- 'flashgroupbcompensation' => { 206 => 0x12, 207 => 0x13, 208 => 0x14, 209 => 0x29, 210 => 0x29 },
- 'flashgroupbcontrolmode' => { 206 => 0x10, 207 => '17.1', 208 => '18.1', 209 => '18.1', 210 => '18.1' },
- 'flashgroupboutput' => { 206 => 0x12, 207 => 0x13, 208 => 0x14, 209 => 0x29, 210 => 0x29 },
- 'flashgroupccompensation' => { 207 => 0x14, 208 => 0x15, 209 => 0x2a, 210 => 0x2a },
- 'flashgroupccontrolmode' => { 207 => '17.2', 208 => '18.2', 209 => '18.2', 210 => '18.2' },
- 'flashgroupcoutput' => { 207 => 0x14, 208 => 0x15, 209 => 0x2a, 210 => 0x2a },
- 'flashguidenumber' => { 75 => 0xd, 92 => 0x0, 157 => 'GuideNumber' },
- 'flashintensity' => { 110 => [0x19,0x5], 289 => 0x405 },
- 'flashlevel' => { 274 => 0x9, 412 => 0xb048 },
- 'flashmake' => { 157 => 'Make' },
- 'flashmanufacturer' => { 176 => 'FlashManufacturer' },
- 'flashmastercompensation' => { 246 => 0xc4c0, 254 => 0xd0c0 },
- 'flashmastercontrolmode' => { 246 => 0xc4be, 254 => 0xd0be },
- 'flashmasteroutput' => { 246 => 0xc4c4, 254 => 0xd0c4 },
- 'flashmetering' => { 179 => 0x3f, 182 => 0x1c },
+ 'flashbuttonfunction' => { 83 => 0x70e },
+ 'flashchargelevel' => { 296 => 0x1010 },
+ 'flashcolorfilter' => { 209 => 0x10, 210 => 0x10 },
+ 'flashcommandermode' => { 207 => '9.1', 208 => '9.1', 209 => '9.1', 210 => '9.1' },
+ 'flashcompensation' => { 137 => 0x3f3, 207 => 0xa, 208 => 0xa, 209 => 0xa, 210 => 0x27, 211 => 0xa, 212 => 0x1b, 468 => 'FlashCompensation' },
+ 'flashcontrol' => { 401 => 0x23, 402 => 0x1f, 403 => 0x21 },
+ 'flashcontrolbuilt-in' => { 283 => '16.1', 284 => '23.1', 286 => '23.1', 287 => '24.1' },
+ 'flashcontrolmode' => { 207 => '9.2', 208 => '9.2', 209 => '9.2', 210 => '9.2', 247 => 0xc4a6, 259 => 0x148, 291 => 0x404 },
+ 'flashcurtain' => { 314 => 0x48 },
+ 'flashdefault' => { 183 => 0x42 },
+ 'flashdevice' => { 296 => 0x1005 },
+ 'flashdistance' => { 112 => 0x2034 },
+ 'flashenergy' => { 118 => 0xa20b, 477 => 'FlashEnergy' },
+ 'flashexposurebracketvalue' => { 224 => 0x18 },
+ 'flashexposurecomp' => { 76 => 0xf, 126 => 0x1011, 158 => 'ExposureComp', 180 => 0x23, 185 => 0x104, 186 => 0x49c1, 224 => 0x12, 291 => 0x401, 296 => 0x1023, 349 => 0x4d, 381 => 0x100b, 391 => [0x3a,0x56], 414 => 0x104 },
+ 'flashexposurecomp2' => { 251 => 0x4d2 },
+ 'flashexposurecomp3' => { 209 => 0x1d },
+ 'flashexposurecomp4' => { 209 => 0x27 },
+ 'flashexposurecomparea' => { 275 => '38.4', 277 => '38.4', 278 => '38.4', 287 => '38.4', 288 => '38.4' },
+ 'flashexposurecompset' => { 183 => 0x10, 322 => 0xe, 401 => 0x14, 402 => 0x12, 403 => 0x23, 419 => 0x1f },
+ 'flashexposurecompset2' => { 419 => [0x26,0x2c] },
+ 'flashexposureindicator' => { 183 => 0x54 },
+ 'flashexposureindicatorlast' => { 183 => 0x56 },
+ 'flashexposureindicatornext' => { 183 => 0x55 },
+ 'flashexposurelock' => { 57 => 0x19 },
+ 'flashfired' => { 139 => 0x5d, 158 => 'Fired', 180 => 0x14, 250 => '590.3', 477 => [\'Flash','FlashFired'] },
+ 'flashfiring' => { 83 => 0x306, 84 => 0x6, 85 => 0x7, 88 => 0x7 },
+ 'flashfirmwareversion' => { 292 => 0x1002 },
+ 'flashfocallength' => { 207 => 0xb, 208 => 0xc, 209 => 0xc, 210 => 0xc, 211 => 0xc },
+ 'flashfunction' => { 186 => 0x31, 477 => [\'Flash','FlashFunction'] },
+ 'flashgndistance' => { 207 => 0xe, 208 => 0xf, 209 => 0xf, 210 => 0xf, 211 => 0xf, 247 => 0xc4ac, 259 => 0x14e },
+ 'flashgroupacompensation' => { 207 => 0x11, 208 => 0x12, 209 => 0x13, 210 => 0x28, 211 => 0x28 },
+ 'flashgroupacontrolmode' => { 207 => 0xf, 208 => '16.1', 209 => '17.1', 210 => '17.1', 211 => '17.1' },
+ 'flashgroupaoutput' => { 207 => 0x11, 208 => 0x12, 209 => 0x13, 210 => 0x28, 211 => 0x28 },
+ 'flashgroupbcompensation' => { 207 => 0x12, 208 => 0x13, 209 => 0x14, 210 => 0x29, 211 => 0x29 },
+ 'flashgroupbcontrolmode' => { 207 => 0x10, 208 => '17.1', 209 => '18.1', 210 => '18.1', 211 => '18.1' },
+ 'flashgroupboutput' => { 207 => 0x12, 208 => 0x13, 209 => 0x14, 210 => 0x29, 211 => 0x29 },
+ 'flashgroupccompensation' => { 208 => 0x14, 209 => 0x15, 210 => 0x2a, 211 => 0x2a },
+ 'flashgroupccontrolmode' => { 208 => '17.2', 209 => '18.2', 210 => '18.2', 211 => '18.2' },
+ 'flashgroupcoutput' => { 208 => 0x14, 209 => 0x15, 210 => 0x2a, 211 => 0x2a },
+ 'flashguidenumber' => { 76 => 0xd, 93 => 0x0, 158 => 'GuideNumber' },
+ 'flashintensity' => { 111 => [0x19,0x5], 291 => 0x405 },
+ 'flashlevel' => { 276 => 0x9, 414 => 0xb048 },
+ 'flashmake' => { 158 => 'Make' },
+ 'flashmanufacturer' => { 177 => 'FlashManufacturer' },
+ 'flashmastercompensation' => { 247 => 0xc4c0, 259 => 0x162 },
+ 'flashmastercontrolmode' => { 247 => 0xc4be, 259 => 0x160 },
+ 'flashmasteroutput' => { 247 => 0xc4c4, 259 => 0x166 },
+ 'flashmetering' => { 180 => 0x3f, 183 => 0x1c },
'flashmeteringmode' => { 7 => 0x15, 13 => 0x15, 14 => 0x15, 15 => 0x15, 16 => 0x15, 17 => 0x15, 18 => 0x15, 20 => 0x15, 22 => 0x15, 28 => 0x15 },
- 'flashmeteringsegments' => { 347 => 0x20a },
- 'flashmode' => { 110 => 0x4, 136 => 0x3f2, 138 => 0x5c, 149 => 0x27, 157 => 'Mode', 179 => 0x2, 180 => 0x20, 181 => 0x16, 182 => 0xf, 223 => 0x87, 289 => 0x400, 294 => 0x1004, 347 => 0xc, 354 => 0x4, 378 => 0x20, 379 => 0x100a, 388 => 0x225, 399 => 0x13, 400 => 0x7f, 401 => 0x20, 417 => 0x10, 420 => 0x1138, 421 => 0x1138, 422 => 0x1114, 423 => 0x1190, 424 => 0x116c, 425 => 0x1024, 426 => 0x21c, 427 => 0x21c, 428 => 0x211, 475 => [\'Flash','FlashMode'] },
- 'flashmodel' => { 157 => 'Model', 176 => 'FlashModel', 290 => 0x1001 },
- 'flashoptions' => { 328 => 0x2 },
- 'flashoptions2' => { 328 => 0x10 },
- 'flashoutput' => { 43 => 0x248, 75 => 0x21, 206 => 0xa, 207 => 0xa, 208 => 0xa, 209 => 0x27, 246 => 0xc4b0, 254 => 0xd0b0 },
- 'flashpixversion' => { 117 => 0xa000, 475 => 'FlashpixVersion' },
- 'flashredeyemode' => { 475 => [\'Flash','FlashRedEyeMode'] },
- 'flashremotecontrol' => { 246 => 0xc4ba, 254 => 0xd0ba, 289 => 0x403 },
- 'flashreturn' => { 475 => [\'Flash','FlashReturn'] },
- 'flashserialnumber' => { 157 => 'SerialNumber', 290 => 0x1003 },
- 'flashsetting' => { 223 => 0x8 },
- 'flashshutterspeed' => { 272 => '20.2', 273 => '23.2', 275 => '23.2', 276 => '23.2', 281 => '15.2', 282 => '22.2', 283 => '7.2', 284 => '22.2', 285 => '23.2', 286 => '23.2', 287 => '23.1' },
- 'flashsource' => { 206 => 0x4, 207 => 0x4, 208 => 0x4, 209 => 0x4, 210 => 0x4, 211 => 0x4 },
- 'flashstatus' => { 335 => 0x0, 417 => [0x82,0x86], 430 => 0x31, 431 => 0x39, 432 => 0x39 },
- 'flashstatusbuilt-in' => { 401 => [0x87,0x287] },
- 'flashstatusexternal' => { 401 => [0x88,0x288] },
- 'flashsyncspeed' => { 272 => '20.1', 273 => '23.1', 275 => '23.1', 276 => '23.1', 281 => '15.1', 282 => '22.1', 284 => '22.1', 285 => '23.1', 286 => '23.1' },
- 'flashsyncspeedav' => { 80 => 0x3, 82 => 0x10f, 83 => 0x2, 84 => 0x3, 85 => 0x2, 86 => 0x2, 87 => 0x3, 88 => 0x6 },
- 'flashthreshold' => { 92 => 0x1 },
- 'flashtype' => { 157 => 'Type', 182 => 0x59, 223 => 0x9, 290 => 0x1000 },
- 'flashwarning' => { 282 => '30.1', 283 => '7.1', 287 => '31.1', 312 => 0x62 },
- 'flashwirelessoption' => { 246 => 0xc4c6, 254 => 0xd0b8 },
- 'flexiblespotposition' => { 412 => 0x201d },
- 'flickerreduce' => { 388 => 0x218 },
- 'flickerreduction' => { 125 => 0x1446, 242 => 0xe84 },
- 'flickerreductionindicator' => { 242 => 0x5e2 },
- 'flightpitchdegree' => { 114 => 'FlightPitchDegree' },
- 'flightrolldegree' => { 114 => 'FlightRollDegree' },
- 'flightxspeed' => { 114 => 'FlightXSpeed' },
- 'flightyawdegree' => { 114 => 'FlightYawDegree' },
- 'flightyspeed' => { 114 => 'FlightYSpeed' },
- 'flightzspeed' => { 114 => 'FlightZSpeed' },
- 'fliphorizontal' => { 265 => 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, 75 => 0x15, 117 => 0x829d, 135 => 0xfd04, 138 => 0x1e, 140 => 0xfa23, 142 => 0xf103, 145 => 0x13, 147 => 0x3c, 149 => 0x1c, 150 => 0x18, 152 => 0xc, 161 => 'FNumber', 179 => 0xa, 180 => 0x36, 181 => 0x47, 182 => 0x9, 185 => 0x49c7, 221 => 0x38, 311 => 0x35a, 347 => 0x13, 386 => 0xa019, 389 => [0x31,0x49], 399 => 0x1, 400 => 0x1, 417 => [0x20,0x22,0x26], 475 => 'FNumber' },
- 'focaldistance' => { 455 => '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, 58 => 0x1, 111 => 0x1d, 117 => 0x920a, 145 => 0x1d, 161 => 'FocalLength', 179 => 0x12, 216 => 0xa, 217 => 0xb, 221 => [0xc,0x3c], 306 => 0x1, 347 => 0x1d, 356 => 0x403, 379 => 0x1500, 398 => 0xe, 424 => 0x1278, 425 => 0x1134, 426 => 0x32c, 427 => 0x32c, 428 => 0x30a, 475 => 'FocalLength' },
- 'focallength2' => { 417 => [0x23,0x25,0x29] },
- 'focallengthin35mmformat' => { 117 => 0xa405, 386 => 0xa01a, 475 => 'FocalLengthIn35mmFilm' },
- 'focallengthtelezoom' => { 398 => 0x10 },
- 'focalplaneafpointarea' => { 429 => 0x2 },
- 'focalplaneafpointlocation1' => { 429 => 0x6 },
- 'focalplaneafpointlocation10' => { 429 => 0x2a },
- 'focalplaneafpointlocation11' => { 429 => 0x2e },
- 'focalplaneafpointlocation12' => { 429 => 0x32 },
- 'focalplaneafpointlocation13' => { 429 => 0x36 },
- 'focalplaneafpointlocation14' => { 429 => 0x3a },
- 'focalplaneafpointlocation15' => { 429 => 0x3e },
- 'focalplaneafpointlocation2' => { 429 => 0xa },
- 'focalplaneafpointlocation3' => { 429 => 0xe },
- 'focalplaneafpointlocation4' => { 429 => 0x12 },
- 'focalplaneafpointlocation5' => { 429 => 0x16 },
- 'focalplaneafpointlocation6' => { 429 => 0x1a },
- 'focalplaneafpointlocation7' => { 429 => 0x1e },
- 'focalplaneafpointlocation8' => { 429 => 0x22 },
- 'focalplaneafpointlocation9' => { 429 => 0x26 },
- 'focalplaneafpointsused' => { 429 => 0x1 },
- 'focalplanediagonal' => { 290 => 0x103, 294 => 0x205 },
- 'focalplaneresolutionunit' => { 117 => 0xa210, 475 => 'FocalPlaneResolutionUnit' },
- 'focalplanexresolution' => { 117 => 0xa20e, 475 => 'FocalPlaneXResolution' },
- 'focalplanexsize' => { 58 => 0x2 },
- 'focalplanexunknown' => { 58 => 0x2 },
- 'focalplaneyresolution' => { 117 => 0xa20f, 475 => 'FocalPlaneYResolution' },
- 'focalplaneysize' => { 58 => 0x3 },
- 'focalplaneyunknown' => { 58 => 0x3 },
- 'focalpointx' => { 455 => 'FocalPointX' },
- 'focalpointy' => { 455 => 'FocalPointY' },
- 'focaltype' => { 10 => 0x2d, 58 => 0x0 },
+ 'flashmeteringsegments' => { 349 => 0x20a },
+ 'flashmode' => { 111 => 0x4, 137 => 0x3f2, 139 => 0x5c, 150 => 0x27, 158 => 'Mode', 180 => 0x2, 181 => 0x20, 182 => 0x16, 183 => 0xf, 224 => 0x87, 291 => 0x400, 296 => 0x1004, 349 => 0xc, 356 => 0x4, 380 => 0x20, 381 => 0x100a, 390 => 0x225, 401 => 0x13, 402 => 0x7f, 403 => 0x20, 419 => 0x10, 422 => 0x1138, 423 => 0x1138, 424 => 0x1114, 425 => 0x1190, 426 => 0x116c, 427 => 0x1024, 428 => 0x21c, 429 => 0x21c, 430 => 0x211, 477 => [\'Flash','FlashMode'] },
+ 'flashmodel' => { 158 => 'Model', 177 => 'FlashModel', 292 => 0x1001 },
+ 'flashoptions' => { 330 => 0x2 },
+ 'flashoptions2' => { 330 => 0x10 },
+ 'flashoutput' => { 44 => 0x248, 76 => 0x21, 207 => 0xa, 208 => 0xa, 209 => 0xa, 210 => 0x27, 247 => 0xc4b0, 259 => 0x152 },
+ 'flashpixversion' => { 118 => 0xa000, 477 => 'FlashpixVersion' },
+ 'flashredeyemode' => { 477 => [\'Flash','FlashRedEyeMode'] },
+ 'flashremotecontrol' => { 247 => 0xc4ba, 259 => 0x15c, 291 => 0x403 },
+ 'flashreturn' => { 477 => [\'Flash','FlashReturn'] },
+ 'flashserialnumber' => { 158 => 'SerialNumber', 292 => 0x1003 },
+ 'flashsetting' => { 224 => 0x8 },
+ 'flashshutterspeed' => { 274 => '20.2', 275 => '23.2', 277 => '23.2', 278 => '23.2', 283 => '15.2', 284 => '22.2', 285 => '7.2', 286 => '22.2', 287 => '23.2', 288 => '23.2', 289 => '23.1' },
+ 'flashsource' => { 207 => 0x4, 208 => 0x4, 209 => 0x4, 210 => 0x4, 211 => 0x4, 212 => 0x4 },
+ 'flashstatus' => { 337 => 0x0, 419 => [0x82,0x86], 432 => 0x31, 433 => 0x39, 434 => 0x39 },
+ 'flashstatusbuilt-in' => { 403 => [0x87,0x287] },
+ 'flashstatusexternal' => { 403 => [0x88,0x288] },
+ 'flashsyncspeed' => { 274 => '20.1', 275 => '23.1', 277 => '23.1', 278 => '23.1', 283 => '15.1', 284 => '22.1', 286 => '22.1', 287 => '23.1', 288 => '23.1' },
+ '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, 224 => 0x9, 292 => 0x1000 },
+ 'flashwarning' => { 284 => '30.1', 285 => '7.1', 289 => '31.1', 314 => 0x62 },
+ 'flashwirelessoption' => { 247 => 0xc4c6, 259 => 0x15a },
+ 'flexiblespotposition' => { 414 => 0x201d },
+ 'flickerreduce' => { 390 => 0x218 },
+ 'flickerreduction' => { 126 => 0x1446, 243 => 0xe84 },
+ 'flickerreductionindicator' => { 243 => 0x5e2 },
+ 'flightpitchdegree' => { 115 => 'FlightPitchDegree' },
+ 'flightrolldegree' => { 115 => 'FlightRollDegree' },
+ 'flightxspeed' => { 115 => 'FlightXSpeed' },
+ 'flightyawdegree' => { 115 => 'FlightYawDegree' },
+ 'flightyspeed' => { 115 => 'FlightYSpeed' },
+ 'flightzspeed' => { 115 => 'FlightZSpeed' },
+ 'fliphorizontal' => { 267 => 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, 222 => 0x38, 313 => 0x35a, 349 => 0x13, 388 => 0xa019, 391 => [0x31,0x49], 401 => 0x1, 402 => 0x1, 419 => [0x20,0x22,0x26], 477 => 'FNumber' },
+ 'focaldistance' => { 457 => '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, 217 => 0xa, 218 => 0xb, 222 => [0xc,0x3c], 308 => 0x1, 349 => 0x1d, 358 => 0x403, 381 => 0x1500, 400 => 0xe, 426 => 0x1278, 427 => 0x1134, 428 => 0x32c, 429 => 0x32c, 430 => 0x30a, 477 => 'FocalLength' },
+ 'focallength2' => { 419 => [0x23,0x25,0x29] },
+ 'focallengthin35mmformat' => { 118 => 0xa405, 388 => 0xa01a, 477 => 'FocalLengthIn35mmFilm' },
+ 'focallengthtelezoom' => { 400 => 0x10 },
+ 'focalplaneafpointarea' => { 431 => 0x2 },
+ 'focalplaneafpointlocation1' => { 431 => 0x6 },
+ 'focalplaneafpointlocation10' => { 431 => 0x2a },
+ 'focalplaneafpointlocation11' => { 431 => 0x2e },
+ 'focalplaneafpointlocation12' => { 431 => 0x32 },
+ 'focalplaneafpointlocation13' => { 431 => 0x36 },
+ 'focalplaneafpointlocation14' => { 431 => 0x3a },
+ 'focalplaneafpointlocation15' => { 431 => 0x3e },
+ 'focalplaneafpointlocation2' => { 431 => 0xa },
+ 'focalplaneafpointlocation3' => { 431 => 0xe },
+ 'focalplaneafpointlocation4' => { 431 => 0x12 },
+ 'focalplaneafpointlocation5' => { 431 => 0x16 },
+ 'focalplaneafpointlocation6' => { 431 => 0x1a },
+ 'focalplaneafpointlocation7' => { 431 => 0x1e },
+ 'focalplaneafpointlocation8' => { 431 => 0x22 },
+ 'focalplaneafpointlocation9' => { 431 => 0x26 },
+ 'focalplaneafpointsused' => { 431 => 0x1 },
+ 'focalplanediagonal' => { 292 => 0x103, 296 => 0x205 },
+ 'focalplaneresolutionunit' => { 118 => 0xa210, 477 => 'FocalPlaneResolutionUnit' },
+ 'focalplanexresolution' => { 118 => 0xa20e, 477 => 'FocalPlaneXResolution' },
+ 'focalplanexsize' => { 59 => 0x2 },
+ 'focalplanexunknown' => { 59 => 0x2 },
+ 'focalplaneyresolution' => { 118 => 0xa20f, 477 => 'FocalPlaneYResolution' },
+ 'focalplaneysize' => { 59 => 0x3 },
+ 'focalplaneyunknown' => { 59 => 0x3 },
+ 'focalpointx' => { 457 => 'FocalPointX' },
+ 'focalpointy' => { 457 => 'FocalPointY' },
+ 'focaltype' => { 10 => 0x2d, 59 => 0x0 },
'focalunits' => { 34 => 0x19 },
- 'focus' => { 255 => 0x8 },
- 'focusarea' => { 179 => 0x31 },
- 'focusareaselection' => { 283 => '15.2' },
- 'focusbracket' => { 312 => 0xbd },
- 'focusbracketstepsize' => { 289 => 0x308 },
+ 'focus' => { 256 => 0x8 },
+ 'focusarea' => { 180 => 0x31 },
+ 'focusareaselection' => { 285 => '15.2' },
+ 'focusbracket' => { 314 => 0xbd },
+ 'focusbracketstepsize' => { 291 => 0x308 },
'focuscontinuous' => { 34 => 0x20 },
- 'focusdisplayaiservoandmf' => { 82 => 0x515 },
- 'focusdistance' => { 161 => 'FocusDistance', 179 => 0x13, 185 => 0x49bb, 216 => 0x9, 217 => 0xa, 221 => [0xb,0x4f], 292 => 0x305, 306 => 0x0, 310 => 0x304, 311 => 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, 56 => 0x15, 75 => 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, 56 => 0x14, 75 => 0x13 },
- 'focusholdbutton' => { 182 => 0x44 },
- 'focusinfoversion' => { 292 => 0x0 },
- 'focusingscreen' => { 81 => 0x0, 82 => 0x80b, 87 => 0x0 },
- 'focuslocation' => { 412 => 0x2027 },
- 'focuslocked' => { 178 => 0x14 },
- 'focusmode' => { 34 => 0x7, 110 => 0x3, 111 => [0x3003,0xd], 125 => 0x1021, 136 => 0x3f5, 138 => 0x38, 154 => 'FocusMode', 179 => 0x30, 181 => 0xe, 182 => 0xc, 223 => 0x7, 289 => 0x301, 294 => 0x100b, 312 => 0x7, 347 => 0xd, 354 => 0x3, 379 => 0x1006, 392 => [0xb,0x5], 398 => [0x15,0x1d], 399 => 0x4d, 400 => 0x4d, 412 => [0xb042,0xb04e,0x201b], 417 => 0x13, 436 => 0x16 },
- 'focusmode2' => { 124 => '0.1', 328 => '3.1', 417 => [0x2c,0x2e,0x32] },
- 'focusmodesetting' => { 274 => '10.1', 396 => 0x14, 397 => 0x15, 399 => 0x10, 400 => 0xf, 401 => 0x6 },
- 'focusmodeswitch' => { 182 => 0x58, 399 => 0x2e },
- 'focuspixel' => { 125 => 0x1023 },
- 'focuspointwrap' => { 272 => '2.2', 273 => '2.2', 275 => '2.1', 276 => '2.1', 280 => '1.1', 281 => '2.2', 282 => '1.1', 285 => '2.2', 286 => '2.1', 287 => '2.5' },
- 'focusposition' => { 216 => 0x8, 217 => 0x8, 221 => 0x9, 347 => 0x10, 410 => 0x9bb },
- 'focusposition2' => { 417 => [0x29,0x2b,0x2f], 436 => 0x2d, 439 => 0x20 },
- 'focusprocess' => { 289 => 0x302 },
- 'focusrange' => { 34 => 0x12, 294 => 0x100a },
- 'focusrangeindex' => { 338 => '3.1' },
- 'focusringrotation' => { 82 => 0x713 },
- 'focussetting' => { 389 => 0x6 },
- 'focusshiftexposurelock' => { 246 => 0xc446, 254 => 0xd046 },
- 'focusshiftinterval' => { 246 => 0xc442, 254 => 0xd042 },
- 'focusshiftnumbershots' => { 246 => 0xc43a, 254 => 0xd03a },
- 'focusshiftstepwidth' => { 246 => 0xc43e, 254 => 0xd03e },
- 'focusstatus' => { 398 => 0x19, 399 => 0x53, 400 => 0x53 },
- 'focusstepcount' => { 292 => 0x301, 294 => 0x100e },
- 'focusstepinfinity' => { 292 => 0x303, 294 => 0x103b },
- 'focusstepnear' => { 292 => 0x304, 294 => 0x103c },
- 'focustrackinglockon' => { 272 => ['1.5','4.1'], 273 => '1.4', 280 => '0.4', 281 => '3.1', 282 => '0.4', 285 => '1.4' },
- 'focuswarning' => { 125 => 0x1301 },
- 'foldername' => { 179 => 0x27 },
- 'foldernumber' => { 399 => 0x9a, 401 => [0x402,0x114,0x316] },
- 'fontcomposite' => { 500 => [\'Fonts','FontsComposite'] },
- 'fontface' => { 500 => [\'Fonts','FontsFontFace'] },
- 'fontfamily' => { 500 => [\'Fonts','FontsFontFamily'] },
- 'fontfilename' => { 500 => [\'Fonts','FontsFontFileName'] },
- 'fontname' => { 500 => [\'Fonts','FontsFontName'] },
- 'fonts' => { 500 => 'Fonts' },
- 'fonttype' => { 500 => [\'Fonts','FontsFontType'] },
- 'fontversion' => { 500 => [\'Fonts','FontsVersionString'] },
- 'for' => { 363 => 'For' },
- 'forcewrite' => { 118 => 'ForceWrite' },
- 'format' => { 372 => "\xa9fmt", 454 => 'Format', 472 => 'format', 493 => 'Format' },
- 'forwardlock' => { 490 => 'forwardlock' },
- 'forwardmatrix1' => { 117 => 0xc714 },
- 'forwardmatrix2' => { 117 => 0xc715 },
- 'forwardmatrix3' => { 117 => 0xcd34 },
- 'fossilspecimen' => { 116 => 'FossilSpecimen' },
- 'fossilspecimenmaterialsampleid' => { 116 => [\'FossilSpecimen','FossilSpecimenMaterialSampleID'] },
- 'framecount' => { 65 => [0x2,0x4] },
- 'frameheight' => { 125 => 0x3822 },
- 'framenum' => { 358 => 0xd7 },
- 'framenumber' => { 125 => 0x8003, 185 => 0x3c, 347 => 0x29 },
- 'framerate' => { 65 => [0x1,0x6], 117 => 0xc764, 125 => 0x3820 },
- 'framereadouttime' => { 366 => 'camera.framereadouttimeinmicroseconds' },
- 'framewidth' => { 125 => 0x3821 },
- 'framing' => { 484 => 'framing' },
- 'freebytes' => { 95 => 0x1 },
- 'freememorycardimages' => { 180 => [0x37,0x54], 181 => [0x2d,0x4a], 182 => 0x32 },
- 'fujiflashmode' => { 125 => 0x1010 },
- 'fullhdhighspeedrec' => { 125 => 0x3824 },
- 'fullimagesize' => { 412 => 0xb02b },
- 'fullpanoheightpixels' => { 457 => 'FullPanoHeightPixels', 458 => 'FullPanoHeightPixels' },
- 'fullpanowidthpixels' => { 457 => 'FullPanoWidthPixels', 458 => 'FullPanoWidthPixels' },
- 'fullpresssnap' => { 379 => 0x100d },
- 'fullsizeimage' => { 160 => 'data' },
- 'fullsizeimagename' => { 160 => '1Name' },
- 'fullsizeimagetype' => { 160 => '0Type' },
- 'func1button' => { 275 => '14.1', 276 => '14.1', 286 => '14.1' },
- 'func1buttonplusdials' => { 275 => '42.1', 276 => '42.1', 286 => '42.1' },
- 'func2button' => { 275 => '80.1', 276 => '80.1', 286 => '80.1' },
- 'func2buttonplusdials' => { 275 => '81.1' },
- 'func3button' => { 275 => '83.1' },
- 'funcbutton' => { 272 => ['14.1','15.1'], 273 => '14.1', 281 => '28.1', 282 => '13.1', 285 => '14.1', 287 => '14.1' },
- 'funcbuttonplusdials' => { 272 => ['14.2','15.2'], 273 => '14.2', 281 => '31.1', 285 => '42.1' },
- 'functionbutton' => { 279 => '13.1', 283 => '5.2' },
- 'gainbase' => { 293 => 0x610 },
- 'gaincontrol' => { 117 => 0xa407, 475 => 'GainControl' },
- 'gamma' => { 117 => 0xa500, 136 => 0x8fe, 317 => 0x11c, 476 => 'Gamma' },
- 'gammablackpoint' => { 103 => 0xc },
- 'gammacolortone' => { 103 => 0x3 },
- 'gammacompensatedvalue' => { 131 => 0x91 },
- 'gammacontrast' => { 103 => 0x2 },
- 'gammacurveoutputrange' => { 103 => 0xf },
- 'gammahighlight' => { 103 => 0xa },
- 'gammalinear' => { 101 => 0x20200 },
- 'gammamidpoint' => { 103 => 0xe },
- 'gammasaturation' => { 103 => 0x4 },
- 'gammashadow' => { 103 => 0x9 },
- 'gammasharpnessstrength' => { 103 => 0x8 },
- 'gammaunsharpmaskfineness' => { 103 => 0x6 },
- 'gammaunsharpmaskstrength' => { 103 => 0x5 },
- 'gammaunsharpmaskthreshold' => { 103 => 0x7 },
- 'gammawhitepoint' => { 103 => 0xd },
- 'garminsettings' => { 372 => 'pmcc' },
- 'garminsoftware' => { 372 => 'uuid' },
- 'gdalmetadata' => { 117 => 0xa480 },
- 'gdalnodata' => { 117 => 0xa481 },
- 'geimagesize' => { 125 => 0x1304 },
- 'gemake' => { 127 => 0x300 },
- 'gemodel' => { 127 => 0x207 },
- 'genre' => { 364 => ['gnre',"\xa9gen"], 366 => 'genre', 372 => ['gnre',"\xa9gen"], 481 => 'Genre', 485 => 'genre', 495 => 'genre' },
- 'genrecvid' => { 481 => [\'Genre','GenreCvId'] },
- 'genrecvtermid' => { 481 => [\'Genre','GenreCvTermId'] },
- 'genrecvtermname' => { 481 => [\'Genre','GenreCvTermName'] },
- 'genrecvtermrefinedabout' => { 481 => [\'Genre','GenreCvTermRefinedAbout'] },
- 'genreid' => { 364 => 'geID' },
- 'geography' => { 486 => 'geography' },
- 'geologicalcontext' => { 116 => 'GeologicalContext' },
- 'geologicalcontextbed' => { 116 => [\'GeologicalContext','GeologicalContextBed'] },
- 'geologicalcontextformation' => { 116 => [\'GeologicalContext','GeologicalContextFormation'] },
- 'geologicalcontextgroup' => { 116 => [\'GeologicalContext','GeologicalContextGroup'] },
- 'geologicalcontextid' => { 116 => [\'GeologicalContext','GeologicalContextGeologicalContextID'] },
- 'geologicalcontextmember' => { 116 => [\'GeologicalContext','GeologicalContextMember'] },
- 'geosync' => { 118 => 'Geosync' },
- 'geotag' => { 118 => 'Geotag' },
- 'geotiffasciiparams' => { 117 => 0x87b1 },
- 'geotiffdirectory' => { 117 => 0x87af },
- 'geotiffdoubleparams' => { 117 => 0x87b0 },
- 'geotime' => { 118 => 'Geotime' },
- 'giftftppriority' => { 459 => 'GIFTFtpPriority' },
- 'gimbalpitchdegree' => { 114 => 'GimbalPitchDegree' },
- 'gimbalreverse' => { 114 => 'GimbalReverse' },
- 'gimbalrolldegree' => { 114 => 'GimbalRollDegree' },
- 'gimbalyawdegree' => { 114 => 'GimbalYawDegree' },
- 'globalaltitude' => { 361 => 0x419 },
- 'globalangle' => { 361 => 0x40d },
- 'good' => { 495 => 'good' },
- 'googlehostheader' => { 364 => 'gshh' },
- 'googlepingmessage' => { 364 => 'gspm' },
- 'googlepingurl' => { 364 => 'gspu' },
- 'googleplusuploadcode' => { 117 => 0x9009 },
- 'googlesourcedata' => { 364 => 'gssd' },
- 'googlestarttime' => { 364 => 'gsst' },
- 'googletrackduration' => { 364 => 'gstd' },
- 'goprotype' => { 372 => 'GoPr' },
- 'gpsaltitude' => { 128 => 0x6, 158 => 'Altitude', 475 => 'GPSAltitude' },
- 'gpsaltituderef' => { 128 => 0x5, 475 => 'GPSAltitudeRef' },
- 'gpsareainformation' => { 128 => 0x1c, 475 => 'GPSAreaInformation' },
- 'gpscoordinates' => { 364 => "\xa9xyz", 366 => 'location.ISO6709', 372 => ['@xyz',"\xa9xyz"] },
- 'gpsdatestamp' => { 128 => 0x1d },
- 'gpsdatetime' => { 158 => 'DateTime', 475 => 'GPSTimeStamp' },
- 'gpsdestbearing' => { 128 => 0x18, 158 => 'Bearing', 475 => 'GPSDestBearing' },
- 'gpsdestbearingref' => { 128 => 0x17, 475 => 'GPSDestBearingRef' },
- 'gpsdestdistance' => { 128 => 0x1a, 158 => 'Distance', 475 => 'GPSDestDistance' },
- 'gpsdestdistanceref' => { 128 => 0x19, 475 => 'GPSDestDistanceRef' },
- 'gpsdestlatitude' => { 128 => 0x14, 475 => 'GPSDestLatitude' },
- 'gpsdestlatituderef' => { 128 => 0x13 },
- 'gpsdestlongitude' => { 128 => 0x16, 475 => 'GPSDestLongitude' },
- 'gpsdestlongituderef' => { 128 => 0x15 },
- 'gpsdifferential' => { 128 => 0x1e, 158 => 'Differential', 475 => 'GPSDifferential' },
- 'gpsdop' => { 128 => 0xb, 475 => 'GPSDOP' },
- 'gpshpositioningerror' => { 128 => 0x1f, 475 => 'GPSHPositioningError' },
- 'gpsimgdirection' => { 128 => 0x11, 475 => 'GPSImgDirection' },
- 'gpsimgdirectionref' => { 128 => 0x10, 475 => 'GPSImgDirectionRef' },
- 'gpslatitude' => { 114 => 'GpsLatitude', 128 => 0x2, 158 => 'Latitude', 475 => 'GPSLatitude' },
- 'gpslatituderef' => { 128 => 0x1 },
- 'gpslongitude' => { 114 => 'GpsLongitude', 128 => 0x4, 158 => 'Longitude', 475 => 'GPSLongitude' },
- 'gpslongituderef' => { 128 => 0x3 },
- 'gpslongtitude' => { 114 => 'GpsLongtitude' },
- 'gpsmapdatum' => { 128 => 0x12, 158 => 'Datum', 475 => 'GPSMapDatum' },
- 'gpsmeasuremode' => { 128 => 0xa, 158 => 'MeasureMode', 475 => 'GPSMeasureMode' },
- 'gpsposition' => { 112 => 'Exif-GPSPosition' },
- 'gpsprocessingmethod' => { 128 => 0x1b, 475 => 'GPSProcessingMethod' },
- 'gpssatellites' => { 128 => 0x8, 158 => 'Satellites', 475 => 'GPSSatellites' },
- 'gpsspeed' => { 128 => 0xd, 158 => 'Speed', 475 => 'GPSSpeed' },
- 'gpsspeedref' => { 128 => 0xc, 475 => 'GPSSpeedRef' },
- 'gpsstatus' => { 128 => 0x9, 475 => 'GPSStatus' },
- 'gpsstring' => { 136 => 0x402 },
- 'gpstimestamp' => { 128 => 0x7 },
- 'gpstrack' => { 128 => 0xf, 158 => 'Heading', 475 => 'GPSTrack' },
- 'gpstrackref' => { 128 => 0xe, 475 => 'GPSTrackRef' },
- 'gpsversionid' => { 128 => 0x0, 475 => 'GPSVersionID' },
- 'gradation' => { 289 => 0x50f },
- 'gradientbasedcorractive' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] },
- 'gradientbasedcorramount' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] },
- 'gradientbasedcorrblacks2012' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'] },
- 'gradientbasedcorrbrightness' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] },
- 'gradientbasedcorrclarity' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] },
- 'gradientbasedcorrclarity2012' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] },
- 'gradientbasedcorrcontrast' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] },
- 'gradientbasedcorrcontrast2012' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] },
- 'gradientbasedcorrcorrectionname' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'] },
- 'gradientbasedcorrcorrectionsyncid' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'] },
- 'gradientbasedcorrdefringe' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] },
- 'gradientbasedcorrdehaze' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'] },
- 'gradientbasedcorrections' => { 469 => 'GradientBasedCorrections', 471 => 'GradientBasedCorrections' },
- 'gradientbasedcorrexposure' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] },
- 'gradientbasedcorrexposure2012' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] },
- 'gradientbasedcorrhighlights2012' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] },
- 'gradientbasedcorrhue' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue','GradientBasedCorrectionsLocalToningHue'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue','GradientBasedCorrectionsLocalToningHue'] },
- 'gradientbasedcorrluminancenoise' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] },
- 'gradientbasedcorrmaskalpha' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] },
- 'gradientbasedcorrmaskangle' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] },
- 'gradientbasedcorrmaskbottom' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] },
- 'gradientbasedcorrmaskcentervalue' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] },
- 'gradientbasedcorrmaskcenterweight' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'gradientbasedcorrmaskcorrectionrangemask' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'gradientbasedcorrmaskcorrectionrangemaskareamodels' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'gradientbasedcorrmaskcorrectionrangemaskareamodelsareacomponents' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'gradientbasedcorrmaskcorrectionrangemaskareamodelscolorrangemaskareasampleinfo' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'gradientbasedcorrmaskcorrectionrangemaskcoloramount' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'gradientbasedcorrmaskcorrectionrangemaskdepthfeather' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'gradientbasedcorrmaskcorrectionrangemaskdepthmax' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'gradientbasedcorrmaskcorrectionrangemaskdepthmin' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'gradientbasedcorrmaskcorrectionrangemaskinvert' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'gradientbasedcorrmaskcorrectionrangemasklumfeather' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'gradientbasedcorrmaskcorrectionrangemaskluminancedepthsampleinfo' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'gradientbasedcorrmaskcorrectionrangemasklummax' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'gradientbasedcorrmaskcorrectionrangemasklummin' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'gradientbasedcorrmaskcorrectionrangemasklumrange' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'gradientbasedcorrmaskcorrectionrangemasksampletype' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'gradientbasedcorrmaskcorrectionrangemasktype' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'gradientbasedcorrmaskcorrectionrangemaskversion' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'gradientbasedcorrmaskdabs' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] },
- 'gradientbasedcorrmaskfeather' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] },
- 'gradientbasedcorrmaskflipped' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] },
- 'gradientbasedcorrmaskflow' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] },
- 'gradientbasedcorrmaskfullx' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] },
- 'gradientbasedcorrmaskfully' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] },
- 'gradientbasedcorrmaskinputdigest' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'] },
- 'gradientbasedcorrmaskleft' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] },
- 'gradientbasedcorrmaskmaskactive' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'] },
- 'gradientbasedcorrmaskmaskblendmode' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'gradientbasedcorrmaskmaskdigest' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'gradientbasedcorrmaskmaskinverted' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'gradientbasedcorrmaskmaskname' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'] },
- 'gradientbasedcorrmaskmasks' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'] },
- 'gradientbasedcorrmaskmasksalpha' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'gradientbasedcorrmaskmasksangle' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'gradientbasedcorrmaskmasksbottom' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'gradientbasedcorrmaskmaskscentervalue' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'gradientbasedcorrmaskmaskscenterweight' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'gradientbasedcorrmaskmasksdabs' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'gradientbasedcorrmaskmasksfeather' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'gradientbasedcorrmaskmasksflipped' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'gradientbasedcorrmaskmasksflow' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'gradientbasedcorrmaskmasksfullx' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'gradientbasedcorrmaskmasksfully' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'gradientbasedcorrmaskmasksinputdigest' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'gradientbasedcorrmaskmasksleft' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'gradientbasedcorrmaskmasksmaskactive' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'gradientbasedcorrmaskmasksmaskblendmode' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'gradientbasedcorrmaskmasksmaskdigest' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'gradientbasedcorrmaskmasksmaskinverted' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'gradientbasedcorrmaskmasksmaskname' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'gradientbasedcorrmaskmasksmasksubtype' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'gradientbasedcorrmaskmasksmasksyncid' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'gradientbasedcorrmaskmasksmaskversion' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'gradientbasedcorrmaskmasksmidpoint' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'gradientbasedcorrmaskmasksorigin' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'gradientbasedcorrmaskmasksperimetervalue' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'gradientbasedcorrmaskmasksradius' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'gradientbasedcorrmaskmasksreferencepoint' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'gradientbasedcorrmaskmasksright' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'] },
- 'gradientbasedcorrmaskmasksroundness' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'gradientbasedcorrmaskmaskssizex' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'gradientbasedcorrmaskmaskssizey' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'gradientbasedcorrmaskmaskstop' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'] },
- 'gradientbasedcorrmaskmasksubtype' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'gradientbasedcorrmaskmasksvalue' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'gradientbasedcorrmaskmasksversion' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'gradientbasedcorrmaskmaskswhat' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'gradientbasedcorrmaskmaskswholeimagearea' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'gradientbasedcorrmaskmasksx' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'] },
- 'gradientbasedcorrmaskmasksy' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'] },
- 'gradientbasedcorrmaskmasksyncid' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'gradientbasedcorrmaskmaskszerox' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'gradientbasedcorrmaskmaskszeroy' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'gradientbasedcorrmaskmaskversion' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'gradientbasedcorrmaskmidpoint' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] },
- 'gradientbasedcorrmaskorigin' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'] },
- 'gradientbasedcorrmaskperimetervalue' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'gradientbasedcorrmaskradius' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] },
- 'gradientbasedcorrmaskreferencepoint' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'gradientbasedcorrmaskright' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] },
- 'gradientbasedcorrmaskroundness' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] },
- 'gradientbasedcorrmasks' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] },
- 'gradientbasedcorrmasksizex' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] },
- 'gradientbasedcorrmasksizey' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] },
- 'gradientbasedcorrmasktop' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] },
- 'gradientbasedcorrmaskvalue' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] },
- 'gradientbasedcorrmaskversion' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] },
- 'gradientbasedcorrmaskwhat' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] },
- 'gradientbasedcorrmaskwholeimagearea' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'gradientbasedcorrmaskx' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] },
- 'gradientbasedcorrmasky' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] },
- 'gradientbasedcorrmaskzerox' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] },
- 'gradientbasedcorrmaskzeroy' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] },
- 'gradientbasedcorrmoire' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] },
- 'gradientbasedcorrrangemask' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'] },
- 'gradientbasedcorrrangemaskareamodels' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'gradientbasedcorrrangemaskareamodelsareacomponents' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'gradientbasedcorrrangemaskareamodelscolorrangemaskareasampleinfo' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'gradientbasedcorrrangemaskcoloramount' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'gradientbasedcorrrangemaskdepthfeather' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'gradientbasedcorrrangemaskdepthmax' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'gradientbasedcorrrangemaskdepthmin' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'gradientbasedcorrrangemaskinvert' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'gradientbasedcorrrangemasklumfeather' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'gradientbasedcorrrangemaskluminancedepthsampleinfo' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'gradientbasedcorrrangemasklummax' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'gradientbasedcorrrangemasklummin' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'gradientbasedcorrrangemasklumrange' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'gradientbasedcorrrangemasksampletype' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'gradientbasedcorrrangemasktype' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'] },
- 'gradientbasedcorrrangemaskversion' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'gradientbasedcorrsaturation' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation','GradientBasedCorrectionsLocalToningSaturation'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation','GradientBasedCorrectionsLocalToningSaturation'] },
- 'gradientbasedcorrshadows2012' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] },
- 'gradientbasedcorrsharpness' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] },
- 'gradientbasedcorrtemperature' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] },
- 'gradientbasedcorrtexture' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'] },
- 'gradientbasedcorrtint' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] },
- 'gradientbasedcorrwhat' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] },
- 'gradientbasedcorrwhites2012' => { 469 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'], 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'] },
- 'grainamount' => { 469 => 'GrainAmount', 471 => 'GrainAmount' },
- 'graineffect' => { 125 => 0x1047 },
- 'grainfrequency' => { 469 => 'GrainFrequency', 471 => 'GrainFrequency' },
- 'grainseed' => { 469 => 'GrainSeed', 471 => 'GrainSeed' },
- 'grainsize' => { 469 => 'GrainSize', 471 => 'GrainSize' },
- 'graymixeraqua' => { 469 => 'GrayMixerAqua', 471 => 'GrayMixerAqua' },
- 'graymixerblue' => { 469 => 'GrayMixerBlue', 471 => 'GrayMixerBlue' },
- 'graymixergreen' => { 469 => 'GrayMixerGreen', 471 => 'GrayMixerGreen' },
- 'graymixermagenta' => { 469 => 'GrayMixerMagenta', 471 => 'GrayMixerMagenta' },
- 'graymixerorange' => { 469 => 'GrayMixerOrange', 471 => 'GrayMixerOrange' },
- 'graymixerpurple' => { 469 => 'GrayMixerPurple', 471 => 'GrayMixerPurple' },
- 'graymixerred' => { 469 => 'GrayMixerRed', 471 => 'GrayMixerRed' },
- 'graymixeryellow' => { 469 => 'GrayMixerYellow', 471 => 'GrayMixerYellow' },
- 'graypoint' => { 446 => 0x8021 },
- 'grayresponseunit' => { 117 => 0x122 },
- 'greencurvelimits' => { 106 => 0x1c4 },
- 'greencurvepoints' => { 105 => 0x53, 106 => 0x19a },
- 'greenhsl' => { 101 => 0x20913 },
- 'greenhue' => { 469 => 'GreenHue', 471 => 'GreenHue' },
- 'greensaturation' => { 469 => 'GreenSaturation', 471 => 'GreenSaturation' },
- 'griddisplay' => { 272 => '13.3', 273 => '4.3', 275 => '4.2', 276 => '4.2', 277 => '2.2', 281 => '10.5', 282 => '3.4', 283 => '6.1', 285 => '4.4', 286 => '4.2', 287 => '4.2' },
- 'gripbatteryadload' => { 326 => 0x5 },
- 'gripbatteryadnoload' => { 326 => 0x4 },
- 'gripbatterystate' => { 326 => '1.2' },
- 'group' => { 469 => 'Group', 471 => 'Group' },
- 'groupareaafillumination' => { 273 => '46.4', 276 => '47.4', 285 => '47.4' },
- 'grouping' => { 364 => ['grup',"\xa9grp"], 372 => "\xa9grp" },
- 'guid' => { 364 => 'GUID' },
- 'h2resetblackpixels' => { 136 => 0x18a6 },
- 'h3resetblackcolumns' => { 136 => 0x18ce },
- 'h3resetblackpixels' => { 136 => 0x18b0 },
- 'halftonehints' => { 117 => 0x141 },
- 'hardlink' => { 118 => 'HardLink' },
- 'hasalternative' => { 485 => 'hasAlternative' },
- 'hascorrection' => { 485 => 'hasCorrection' },
- 'hascorrectiona-lang' => { 485 => [\'hasCorrection','hasCorrectionA-lang'] },
- 'hascorrectiona-platform' => { 485 => [\'hasCorrection','hasCorrectionA-platform'] },
- 'hascorrectiontext' => { 485 => [\'hasCorrection','hasCorrectionText'] },
- 'hascrop' => { 469 => 'HasCrop', 471 => 'HasCrop' },
- 'hasextendedxmp' => { 497 => 'HasExtendedXMP' },
- 'hassettings' => { 469 => 'HasSettings', 471 => 'HasSettings' },
- 'hastranslation' => { 485 => 'hasTranslation' },
- 'hasvisibleoverprint' => { 500 => 'HasVisibleOverprint' },
- 'hasvisibletransparency' => { 500 => 'HasVisibleTransparency' },
- 'hdmioutputn-log' => { 254 => 0xd2b8 },
- 'hdr' => { 59 => 0x1, 213 => 0x4, 312 => 0x9e, 347 => 0x85, 412 => 0x200a },
- 'hdreffect' => { 59 => 0x2 },
+ 'focusdisplayaiservoandmf' => { 83 => 0x515 },
+ 'focusdistance' => { 162 => 'FocusDistance', 180 => 0x13, 186 => 0x49bb, 217 => 0x9, 218 => 0xa, 222 => [0xb,0x4f], 294 => 0x305, 308 => 0x0, 312 => 0x304, 313 => 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' => { 294 => 0x0 },
+ 'focusingscreen' => { 82 => 0x0, 83 => 0x80b, 88 => 0x0 },
+ 'focuslocation' => { 414 => 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, 224 => 0x7, 291 => 0x301, 296 => 0x100b, 314 => 0x7, 349 => 0xd, 356 => 0x3, 381 => 0x1006, 394 => [0xb,0x5], 400 => [0x15,0x1d], 401 => 0x4d, 402 => 0x4d, 414 => [0xb042,0xb04e,0x201b], 419 => 0x13, 438 => 0x16 },
+ 'focusmode2' => { 125 => '0.1', 330 => '3.1', 419 => [0x2c,0x2e,0x32] },
+ 'focusmodesetting' => { 276 => '10.1', 398 => 0x14, 399 => 0x15, 401 => 0x10, 402 => 0xf, 403 => 0x6 },
+ 'focusmodeswitch' => { 183 => 0x58, 401 => 0x2e },
+ 'focuspixel' => { 126 => 0x1023 },
+ 'focuspointwrap' => { 274 => '2.2', 275 => '2.2', 277 => '2.1', 278 => '2.1', 282 => '1.1', 283 => '2.2', 284 => '1.1', 287 => '2.2', 288 => '2.1', 289 => '2.5' },
+ 'focusposition' => { 217 => 0x8, 218 => 0x8, 222 => 0x9, 349 => 0x10, 412 => 0x9bb },
+ 'focusposition2' => { 419 => [0x29,0x2b,0x2f], 438 => 0x2d, 441 => 0x20 },
+ 'focusprocess' => { 291 => 0x302 },
+ 'focusrange' => { 34 => 0x12, 296 => 0x100a },
+ 'focusrangeindex' => { 340 => '3.1' },
+ 'focusringrotation' => { 83 => 0x713 },
+ 'focussetting' => { 391 => 0x6 },
+ 'focusshiftexposurelock' => { 247 => 0xc446, 259 => 0xe8 },
+ 'focusshiftinterval' => { 247 => 0xc442, 259 => 0xe4 },
+ 'focusshiftnumbershots' => { 247 => 0xc43a, 259 => 0xdc },
+ 'focusshiftstepwidth' => { 247 => 0xc43e, 259 => 0xe0 },
+ 'focusstatus' => { 400 => 0x19, 401 => 0x53, 402 => 0x53 },
+ 'focusstepcount' => { 294 => 0x301, 296 => 0x100e },
+ 'focusstepinfinity' => { 294 => 0x303, 296 => 0x103b },
+ 'focusstepnear' => { 294 => 0x304, 296 => 0x103c },
+ 'focustrackinglockon' => { 274 => ['1.5','4.1'], 275 => '1.4', 282 => '0.4', 283 => '3.1', 284 => '0.4', 287 => '1.4' },
+ 'focuswarning' => { 126 => 0x1301 },
+ 'foldername' => { 180 => 0x27 },
+ 'foldernumber' => { 401 => 0x9a, 403 => [0x402,0x114,0x316] },
+ 'fontcomposite' => { 502 => [\'Fonts','FontsComposite'] },
+ 'fontface' => { 502 => [\'Fonts','FontsFontFace'] },
+ 'fontfamily' => { 502 => [\'Fonts','FontsFontFamily'] },
+ 'fontfilename' => { 502 => [\'Fonts','FontsFontFileName'] },
+ 'fontname' => { 502 => [\'Fonts','FontsFontName'] },
+ 'fonts' => { 502 => 'Fonts' },
+ 'fonttype' => { 502 => [\'Fonts','FontsFontType'] },
+ 'fontversion' => { 502 => [\'Fonts','FontsVersionString'] },
+ 'for' => { 365 => 'For' },
+ 'forcewrite' => { 119 => 'ForceWrite' },
+ 'format' => { 374 => "\xa9fmt", 456 => 'Format', 474 => 'format', 495 => 'Format' },
+ 'forwardlock' => { 492 => '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' => { 360 => 0xd7 },
+ 'framenumber' => { 126 => 0x8003, 186 => 0x3c, 349 => 0x29 },
+ 'framerate' => { 66 => [0x1,0x6], 118 => 0xc764, 126 => 0x3820 },
+ 'framereadouttime' => { 368 => 'camera.framereadouttimeinmicroseconds' },
+ 'framewidth' => { 126 => 0x3821 },
+ 'framing' => { 486 => 'framing' },
+ 'freebytes' => { 96 => 0x1 },
+ 'freememorycardimages' => { 181 => [0x37,0x54], 182 => [0x2d,0x4a], 183 => 0x32 },
+ 'fujiflashmode' => { 126 => 0x1010 },
+ 'fullhdhighspeedrec' => { 126 => 0x3824 },
+ 'fullimagesize' => { 414 => 0xb02b },
+ 'fullpanoheightpixels' => { 459 => 'FullPanoHeightPixels', 460 => 'FullPanoHeightPixels' },
+ 'fullpanowidthpixels' => { 459 => 'FullPanoWidthPixels', 460 => 'FullPanoWidthPixels' },
+ 'fullpresssnap' => { 381 => 0x100d },
+ 'fullsizeimage' => { 161 => 'data' },
+ 'fullsizeimagename' => { 161 => '1Name' },
+ 'fullsizeimagetype' => { 161 => '0Type' },
+ 'func1button' => { 277 => '14.1', 278 => '14.1', 288 => '14.1' },
+ 'func1buttonplusdials' => { 277 => '42.1', 278 => '42.1', 288 => '42.1' },
+ 'func2button' => { 277 => '80.1', 278 => '80.1', 288 => '80.1' },
+ 'func2buttonplusdials' => { 277 => '81.1' },
+ 'func3button' => { 277 => '83.1' },
+ 'funcbutton' => { 274 => ['14.1','15.1'], 275 => '14.1', 283 => '28.1', 284 => '13.1', 287 => '14.1', 289 => '14.1' },
+ 'funcbuttonplusdials' => { 274 => ['14.2','15.2'], 275 => '14.2', 283 => '31.1', 287 => '42.1' },
+ 'functionbutton' => { 281 => '13.1', 285 => '5.2' },
+ 'gainbase' => { 295 => 0x610 },
+ 'gaincontrol' => { 118 => 0xa407, 477 => 'GainControl' },
+ 'gamma' => { 118 => 0xa500, 137 => 0x8fe, 319 => 0x11c, 478 => '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' => { 374 => 'pmcc' },
+ 'garminsoftware' => { 374 => 'uuid' },
+ 'gdalmetadata' => { 118 => 0xa480 },
+ 'gdalnodata' => { 118 => 0xa481 },
+ 'geimagesize' => { 126 => 0x1304 },
+ 'gemake' => { 128 => 0x300 },
+ 'gemodel' => { 128 => 0x207 },
+ 'genre' => { 366 => ['gnre',"\xa9gen"], 368 => 'genre', 374 => ['gnre',"\xa9gen"], 483 => 'Genre', 487 => 'genre', 497 => 'genre' },
+ 'genrecvid' => { 483 => [\'Genre','GenreCvId'] },
+ 'genrecvtermid' => { 483 => [\'Genre','GenreCvTermId'] },
+ 'genrecvtermname' => { 483 => [\'Genre','GenreCvTermName'] },
+ 'genrecvtermrefinedabout' => { 483 => [\'Genre','GenreCvTermRefinedAbout'] },
+ 'genreid' => { 366 => 'geID' },
+ 'geography' => { 488 => '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' => { 461 => 'GIFTFtpPriority' },
+ 'gimbalpitchdegree' => { 115 => 'GimbalPitchDegree' },
+ 'gimbalreverse' => { 115 => 'GimbalReverse' },
+ 'gimbalrolldegree' => { 115 => 'GimbalRollDegree' },
+ 'gimbalyawdegree' => { 115 => 'GimbalYawDegree' },
+ 'globalaltitude' => { 363 => 0x419 },
+ 'globalangle' => { 363 => 0x40d },
+ 'good' => { 497 => 'good' },
+ 'googlehostheader' => { 366 => 'gshh' },
+ 'googlepingmessage' => { 366 => 'gspm' },
+ 'googlepingurl' => { 366 => 'gspu' },
+ 'googleplusuploadcode' => { 118 => 0x9009 },
+ 'googlesourcedata' => { 366 => 'gssd' },
+ 'googlestarttime' => { 366 => 'gsst' },
+ 'googletrackduration' => { 366 => 'gstd' },
+ 'goprotype' => { 374 => 'GoPr' },
+ 'gpsaltitude' => { 129 => 0x6, 159 => 'Altitude', 477 => 'GPSAltitude' },
+ 'gpsaltituderef' => { 129 => 0x5, 477 => 'GPSAltitudeRef' },
+ 'gpsareainformation' => { 129 => 0x1c, 477 => 'GPSAreaInformation' },
+ 'gpscoordinates' => { 366 => "\xa9xyz", 368 => 'location.ISO6709', 374 => ['@xyz',"\xa9xyz"] },
+ 'gpsdatestamp' => { 129 => 0x1d },
+ 'gpsdatetime' => { 159 => 'DateTime', 477 => 'GPSTimeStamp' },
+ 'gpsdestbearing' => { 129 => 0x18, 159 => 'Bearing', 477 => 'GPSDestBearing' },
+ 'gpsdestbearingref' => { 129 => 0x17, 477 => 'GPSDestBearingRef' },
+ 'gpsdestdistance' => { 129 => 0x1a, 159 => 'Distance', 477 => 'GPSDestDistance' },
+ 'gpsdestdistanceref' => { 129 => 0x19, 477 => 'GPSDestDistanceRef' },
+ 'gpsdestlatitude' => { 129 => 0x14, 477 => 'GPSDestLatitude' },
+ 'gpsdestlatituderef' => { 129 => 0x13 },
+ 'gpsdestlongitude' => { 129 => 0x16, 477 => 'GPSDestLongitude' },
+ 'gpsdestlongituderef' => { 129 => 0x15 },
+ 'gpsdifferential' => { 129 => 0x1e, 159 => 'Differential', 477 => 'GPSDifferential' },
+ 'gpsdop' => { 129 => 0xb, 477 => 'GPSDOP' },
+ 'gpshpositioningerror' => { 129 => 0x1f, 477 => 'GPSHPositioningError' },
+ 'gpsimgdirection' => { 129 => 0x11, 477 => 'GPSImgDirection' },
+ 'gpsimgdirectionref' => { 129 => 0x10, 477 => 'GPSImgDirectionRef' },
+ 'gpslatitude' => { 115 => 'GpsLatitude', 129 => 0x2, 159 => 'Latitude', 477 => 'GPSLatitude' },
+ 'gpslatituderef' => { 129 => 0x1 },
+ 'gpslongitude' => { 115 => 'GpsLongitude', 129 => 0x4, 159 => 'Longitude', 477 => 'GPSLongitude' },
+ 'gpslongituderef' => { 129 => 0x3 },
+ 'gpslongtitude' => { 115 => 'GpsLongtitude' },
+ 'gpsmapdatum' => { 129 => 0x12, 159 => 'Datum', 477 => 'GPSMapDatum' },
+ 'gpsmeasuremode' => { 129 => 0xa, 159 => 'MeasureMode', 477 => 'GPSMeasureMode' },
+ 'gpsposition' => { 113 => 'Exif-GPSPosition' },
+ 'gpsprocessingmethod' => { 129 => 0x1b, 477 => 'GPSProcessingMethod' },
+ 'gpssatellites' => { 129 => 0x8, 159 => 'Satellites', 477 => 'GPSSatellites' },
+ 'gpsspeed' => { 129 => 0xd, 159 => 'Speed', 477 => 'GPSSpeed' },
+ 'gpsspeedref' => { 129 => 0xc, 477 => 'GPSSpeedRef' },
+ 'gpsstatus' => { 129 => 0x9, 477 => 'GPSStatus' },
+ 'gpsstring' => { 137 => 0x402 },
+ 'gpstimestamp' => { 129 => 0x7 },
+ 'gpstrack' => { 129 => 0xf, 159 => 'Heading', 477 => 'GPSTrack' },
+ 'gpstrackref' => { 129 => 0xe, 477 => 'GPSTrackRef' },
+ 'gpsversionid' => { 129 => 0x0, 477 => 'GPSVersionID' },
+ 'gradation' => { 291 => 0x50f },
+ 'gradientbasedcorractive' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] },
+ 'gradientbasedcorramount' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] },
+ 'gradientbasedcorrblacks2012' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'] },
+ 'gradientbasedcorrbrightness' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] },
+ 'gradientbasedcorrclarity' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] },
+ 'gradientbasedcorrclarity2012' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] },
+ 'gradientbasedcorrcontrast' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] },
+ 'gradientbasedcorrcontrast2012' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] },
+ 'gradientbasedcorrcorrectionname' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'] },
+ 'gradientbasedcorrcorrectionsyncid' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'] },
+ 'gradientbasedcorrdefringe' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] },
+ 'gradientbasedcorrdehaze' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'] },
+ 'gradientbasedcorrections' => { 471 => 'GradientBasedCorrections', 473 => 'GradientBasedCorrections' },
+ 'gradientbasedcorrexposure' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] },
+ 'gradientbasedcorrexposure2012' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] },
+ 'gradientbasedcorrhighlights2012' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] },
+ 'gradientbasedcorrhue' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'] },
+ 'gradientbasedcorrluminancenoise' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] },
+ 'gradientbasedcorrmaskalpha' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] },
+ 'gradientbasedcorrmaskangle' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] },
+ 'gradientbasedcorrmaskbottom' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] },
+ 'gradientbasedcorrmaskcentervalue' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'gradientbasedcorrmaskcenterweight' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'gradientbasedcorrmaskdabs' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] },
+ 'gradientbasedcorrmaskfeather' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] },
+ 'gradientbasedcorrmaskflipped' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] },
+ 'gradientbasedcorrmaskflow' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] },
+ 'gradientbasedcorrmaskfullx' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] },
+ 'gradientbasedcorrmaskfully' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] },
+ 'gradientbasedcorrmaskinputdigest' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'gradientbasedcorrmaskleft' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] },
+ 'gradientbasedcorrmaskmaskactive' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'gradientbasedcorrmaskmaskblendmode' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'gradientbasedcorrmaskmaskdigest' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'gradientbasedcorrmaskmaskinverted' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'gradientbasedcorrmaskmaskname' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'] },
+ 'gradientbasedcorrmaskmasks' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'] },
+ 'gradientbasedcorrmaskmasksalpha' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'gradientbasedcorrmaskmasksangle' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'gradientbasedcorrmaskmasksbottom' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'gradientbasedcorrmaskmaskscentervalue' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'gradientbasedcorrmaskmaskscenterweight' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'gradientbasedcorrmaskmasksdabs' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'gradientbasedcorrmaskmasksfeather' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'gradientbasedcorrmaskmasksflipped' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'gradientbasedcorrmaskmasksflow' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'gradientbasedcorrmaskmasksfullx' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'gradientbasedcorrmaskmasksfully' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'gradientbasedcorrmaskmasksinputdigest' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'gradientbasedcorrmaskmasksleft' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'gradientbasedcorrmaskmasksmaskactive' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'gradientbasedcorrmaskmasksmaskblendmode' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'gradientbasedcorrmaskmasksmaskdigest' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'gradientbasedcorrmaskmasksmaskinverted' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'gradientbasedcorrmaskmasksmaskname' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'gradientbasedcorrmaskmasksmasksubtype' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'gradientbasedcorrmaskmasksmasksyncid' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'gradientbasedcorrmaskmasksmaskversion' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'gradientbasedcorrmaskmasksmidpoint' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'gradientbasedcorrmaskmasksorigin' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'gradientbasedcorrmaskmasksperimetervalue' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'gradientbasedcorrmaskmasksradius' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'gradientbasedcorrmaskmasksreferencepoint' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'gradientbasedcorrmaskmasksright' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'gradientbasedcorrmaskmasksroundness' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'gradientbasedcorrmaskmaskssizex' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'gradientbasedcorrmaskmaskssizey' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'gradientbasedcorrmaskmaskstop' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'gradientbasedcorrmaskmasksubtype' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'gradientbasedcorrmaskmasksvalue' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'gradientbasedcorrmaskmasksversion' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'gradientbasedcorrmaskmaskswhat' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'gradientbasedcorrmaskmaskswholeimagearea' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'gradientbasedcorrmaskmasksx' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'] },
+ 'gradientbasedcorrmaskmasksy' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'] },
+ 'gradientbasedcorrmaskmasksyncid' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'gradientbasedcorrmaskmaskszerox' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'gradientbasedcorrmaskmaskszeroy' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'gradientbasedcorrmaskmaskversion' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'gradientbasedcorrmaskmidpoint' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'gradientbasedcorrmaskorigin' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'] },
+ 'gradientbasedcorrmaskperimetervalue' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'gradientbasedcorrmaskradius' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] },
+ 'gradientbasedcorrmaskrange' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'gradientbasedcorrmaskrangeareamodels' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'gradientbasedcorrmaskrangeareamodelscolorsampleinfo' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'gradientbasedcorrmaskrangeareamodelscomponents' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'gradientbasedcorrmaskrangecoloramount' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'gradientbasedcorrmaskrangedepthfeather' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'gradientbasedcorrmaskrangedepthmax' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'gradientbasedcorrmaskrangedepthmin' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'gradientbasedcorrmaskrangeinvert' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'gradientbasedcorrmaskrangelumfeather' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'gradientbasedcorrmaskrangeluminancedepthsampleinfo' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'gradientbasedcorrmaskrangelummax' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'gradientbasedcorrmaskrangelummin' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'gradientbasedcorrmaskrangelumrange' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'gradientbasedcorrmaskrangesampletype' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'gradientbasedcorrmaskrangetype' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'gradientbasedcorrmaskrangeversion' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'gradientbasedcorrmaskreferencepoint' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'gradientbasedcorrmaskright' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] },
+ 'gradientbasedcorrmaskroundness' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] },
+ 'gradientbasedcorrmasks' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] },
+ 'gradientbasedcorrmasksizex' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] },
+ 'gradientbasedcorrmasksizey' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] },
+ 'gradientbasedcorrmasktop' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] },
+ 'gradientbasedcorrmaskvalue' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'gradientbasedcorrmaskversion' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] },
+ 'gradientbasedcorrmaskwhat' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] },
+ 'gradientbasedcorrmaskwholeimagearea' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'gradientbasedcorrmaskx' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] },
+ 'gradientbasedcorrmasky' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] },
+ 'gradientbasedcorrmaskzerox' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] },
+ 'gradientbasedcorrmaskzeroy' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] },
+ 'gradientbasedcorrmoire' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] },
+ 'gradientbasedcorrrangemask' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'] },
+ 'gradientbasedcorrrangemaskareamodels' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'gradientbasedcorrrangemaskareamodelscolorsampleinfo' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'gradientbasedcorrrangemaskareamodelscomponents' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'gradientbasedcorrrangemaskcoloramount' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'gradientbasedcorrrangemaskdepthfeather' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'gradientbasedcorrrangemaskdepthmax' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'gradientbasedcorrrangemaskdepthmin' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'gradientbasedcorrrangemaskinvert' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'gradientbasedcorrrangemasklumfeather' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'gradientbasedcorrrangemaskluminancedepthsampleinfo' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'gradientbasedcorrrangemasklummax' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'gradientbasedcorrrangemasklummin' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'gradientbasedcorrrangemasklumrange' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'gradientbasedcorrrangemasksampletype' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'gradientbasedcorrrangemasktype' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'] },
+ 'gradientbasedcorrrangemaskversion' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'gradientbasedcorrsaturation' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'] },
+ 'gradientbasedcorrshadows2012' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] },
+ 'gradientbasedcorrsharpness' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] },
+ 'gradientbasedcorrtemperature' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] },
+ 'gradientbasedcorrtexture' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'] },
+ 'gradientbasedcorrtint' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] },
+ 'gradientbasedcorrtoninghue' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] },
+ 'gradientbasedcorrtoningsaturation' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'] },
+ 'gradientbasedcorrwhat' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] },
+ 'gradientbasedcorrwhites2012' => { 471 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'], 473 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'] },
+ 'grainamount' => { 471 => 'GrainAmount', 473 => 'GrainAmount' },
+ 'graineffect' => { 126 => 0x1047 },
+ 'grainfrequency' => { 471 => 'GrainFrequency', 473 => 'GrainFrequency' },
+ 'grainseed' => { 471 => 'GrainSeed', 473 => 'GrainSeed' },
+ 'grainsize' => { 471 => 'GrainSize', 473 => 'GrainSize' },
+ 'graymixeraqua' => { 471 => 'GrayMixerAqua', 473 => 'GrayMixerAqua' },
+ 'graymixerblue' => { 471 => 'GrayMixerBlue', 473 => 'GrayMixerBlue' },
+ 'graymixergreen' => { 471 => 'GrayMixerGreen', 473 => 'GrayMixerGreen' },
+ 'graymixermagenta' => { 471 => 'GrayMixerMagenta', 473 => 'GrayMixerMagenta' },
+ 'graymixerorange' => { 471 => 'GrayMixerOrange', 473 => 'GrayMixerOrange' },
+ 'graymixerpurple' => { 471 => 'GrayMixerPurple', 473 => 'GrayMixerPurple' },
+ 'graymixerred' => { 471 => 'GrayMixerRed', 473 => 'GrayMixerRed' },
+ 'graymixeryellow' => { 471 => 'GrayMixerYellow', 473 => 'GrayMixerYellow' },
+ 'graypoint' => { 448 => 0x8021 },
+ 'grayresponseunit' => { 118 => 0x122 },
+ 'greencurvelimits' => { 107 => 0x1c4 },
+ 'greencurvepoints' => { 106 => 0x53, 107 => 0x19a },
+ 'greenhsl' => { 102 => 0x20913 },
+ 'greenhue' => { 471 => 'GreenHue', 473 => 'GreenHue' },
+ 'greensaturation' => { 471 => 'GreenSaturation', 473 => 'GreenSaturation' },
+ 'griddisplay' => { 274 => '13.3', 275 => '4.3', 277 => '4.2', 278 => '4.2', 279 => '2.2', 283 => '10.5', 284 => '3.4', 285 => '6.1', 287 => '4.4', 288 => '4.2', 289 => '4.2' },
+ 'gripbatteryadload' => { 328 => 0x5 },
+ 'gripbatteryadnoload' => { 328 => 0x4 },
+ 'gripbatterystate' => { 328 => '1.2' },
+ 'group' => { 471 => 'Group', 473 => 'Group' },
+ 'groupareaafillumination' => { 275 => '46.4', 278 => '47.4', 287 => '47.4' },
+ 'grouping' => { 366 => ['grup',"\xa9grp"], 374 => "\xa9grp" },
+ 'guid' => { 366 => 'GUID' },
+ 'h2resetblackpixels' => { 137 => 0x18a6 },
+ 'h3resetblackcolumns' => { 137 => 0x18ce },
+ 'h3resetblackpixels' => { 137 => 0x18b0 },
+ 'halftonehints' => { 118 => 0x141 },
+ 'hardlink' => { 119 => 'HardLink' },
+ 'hasalternative' => { 487 => 'hasAlternative' },
+ 'hascorrection' => { 487 => 'hasCorrection' },
+ 'hascorrectiona-lang' => { 487 => [\'hasCorrection','hasCorrectionA-lang'] },
+ 'hascorrectiona-platform' => { 487 => [\'hasCorrection','hasCorrectionA-platform'] },
+ 'hascorrectiontext' => { 487 => [\'hasCorrection','hasCorrectionText'] },
+ 'hascrop' => { 471 => 'HasCrop', 473 => 'HasCrop' },
+ 'hasextendedxmp' => { 499 => 'HasExtendedXMP' },
+ 'hassettings' => { 471 => 'HasSettings', 473 => 'HasSettings' },
+ 'hastranslation' => { 487 => 'hasTranslation' },
+ 'hasvisibleoverprint' => { 502 => 'HasVisibleOverprint' },
+ 'hasvisibletransparency' => { 502 => 'HasVisibleTransparency' },
+ 'hdmioutputn-log' => { 259 => 0x35a },
+ 'hdr' => { 60 => 0x1, 214 => 0x4, 314 => 0x9e, 349 => 0x85, 414 => 0x200a },
+ 'hdreffect' => { 60 => 0x2 },
'hdrimagetype' => { 1 => 0xa },
- 'hdrinfoversion' => { 213 => 0x0 },
- 'hdrlevel' => { 213 => 0x5, 401 => 0x2e, 417 => 0x17 },
- 'hdrlevel2' => { 213 => 0x7 },
- 'hdrpmakernote' => { 452 => 'hdrp_makernote' },
- 'hdrsetting' => { 401 => 0x2d, 417 => 0x16, 420 => 0x1148, 421 => 0x1148, 422 => 0x1124, 423 => 0x11a0, 424 => 0x117c, 425 => 0x1034, 426 => 0x22c, 427 => 0x22c, 428 => 0x21f },
- 'hdrshot' => { 312 => 0x76 },
- 'hdrsmoothing' => { 213 => 0x6 },
- 'hdvideo' => { 364 => 'hdvd' },
- 'headline' => { 129 => 0x69, 481 => 'Headline', 483 => 'Headline' },
- 'hierarchicalkeywords' => { 169 => [\'Keywords','KeywordsHierarchy'] },
- 'hierarchicalkeywords1' => { 169 => [\'Keywords','KeywordsHierarchyKeyword'] },
- 'hierarchicalkeywords1applied' => { 169 => [\'Keywords','KeywordsHierarchyApplied'] },
- 'hierarchicalkeywords1children' => { 169 => [\'Keywords','KeywordsHierarchyChildren'] },
- 'hierarchicalkeywords2' => { 169 => [\'Keywords','KeywordsHierarchyChildrenKeyword'] },
- 'hierarchicalkeywords2applied' => { 169 => [\'Keywords','KeywordsHierarchyChildrenApplied'] },
- 'hierarchicalkeywords2children' => { 169 => [\'Keywords','KeywordsHierarchyChildrenChildren'] },
- 'hierarchicalkeywords3' => { 169 => [\'Keywords','KeywordsHierarchyChildrenChildrenKeyword'] },
- 'hierarchicalkeywords3applied' => { 169 => [\'Keywords','KeywordsHierarchyChildrenChildrenApplied'] },
- 'hierarchicalkeywords3children' => { 169 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildren'] },
- 'hierarchicalkeywords4' => { 169 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenKeyword'] },
- 'hierarchicalkeywords4applied' => { 169 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenApplied'] },
- 'hierarchicalkeywords4children' => { 169 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildren'] },
- 'hierarchicalkeywords5' => { 169 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenKeyword'] },
- 'hierarchicalkeywords5applied' => { 169 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenApplied'] },
- 'hierarchicalkeywords5children' => { 169 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildren'] },
- 'hierarchicalkeywords6' => { 169 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenKeyword'] },
- 'hierarchicalkeywords6applied' => { 169 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenApplied'] },
- 'hierarchicalsubject' => { 461 => 'hierarchicalSubject' },
- 'highestbiostratigraphiczone' => { 116 => [\'GeologicalContext','GeologicalContextHighestBiostratigraphicZone'] },
- 'highisomultiplierblue' => { 317 => 0x1a },
- 'highisomultipliergreen' => { 317 => 0x19 },
- 'highisomultiplierred' => { 317 => 0x18 },
- 'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0xc9, 61 => 0x5, 82 => 0x202, 223 => 0xb1, 347 => 0x71, 399 => 0x2c, 400 => 0x26, 401 => 0x26, 412 => 0x2009, 417 => 0x12, 442 => 0x42 },
- 'highisonoisereduction2' => { 412 => 0xb050 },
- 'highlight' => { 389 => 0xf },
- 'highlight2012' => { 469 => 'Highlight2012', 471 => 'Highlight2012' },
- 'highlightadj' => { 101 => 0x2030c },
- 'highlightcolordistortreduct' => { 446 => 0x8026 },
- 'highlightlinearitylimit' => { 386 => 0xa025 },
- 'highlightprotection' => { 264 => 0x6 },
- 'highlightrecovery' => { 469 => 'HighlightRecovery', 471 => 'HighlightRecovery' },
- 'highlights' => { 412 => 0x2033, 463 => 'Highlights' },
- 'highlights2012' => { 469 => 'Highlights2012', 471 => 'Highlights2012' },
- 'highlightsadj' => { 446 => 0x9019 },
- 'highlightshadow' => { 312 => 0xad },
- 'highlighttone' => { 125 => 0x1041 },
- 'highlighttonepriority' => { 13 => 0x7, 16 => 0x7, 17 => 0x7, 18 => 0x7, 20 => 0x7, 22 => 0x7, 28 => 0x7, 61 => 0x3, 82 => 0x203 },
- 'highlightwarning' => { 312 => 0x8002 },
- 'highlowkeyadj' => { 347 => 0x6c },
- 'highspeedsync' => { 182 => 0x5, 399 => 0x2, 400 => 0x2 },
- 'hintversion' => { 372 => 'hinv' },
- 'histogramxml' => { 265 => 0x83a1a25 },
- 'history' => { 483 => 'History', 496 => 'History' },
- 'historyaction' => { 496 => [\'History','HistoryAction'] },
- 'historychanged' => { 496 => [\'History','HistoryChanged'] },
- 'historyinstanceid' => { 496 => [\'History','HistoryInstanceID'] },
- 'historyparameters' => { 496 => [\'History','HistoryParameters'] },
- 'historysoftwareagent' => { 496 => [\'History','HistorySoftwareAgent'] },
- 'historywhen' => { 496 => [\'History','HistoryWhen'] },
- 'holefilldarkdeltathreshold' => { 136 => 0xc88 },
- 'holefilldeltathreshold' => { 136 => 0xc7e },
- 'hometowncity' => { 111 => 0x3006, 347 => 0x23, 353 => 0x2 },
- 'hometowncitycode' => { 354 => 0x1000 },
- 'hometowndst' => { 347 => 0x25, 353 => '0.2' },
- 'hostcomputer' => { 117 => 0x13c },
- 'hostsoftwarerendering' => { 136 => 0xce7 },
- 'hue' => { 187 => 0x3b, 226 => 0x3d, 227 => 0x45, 347 => 0x67 },
- 'hueadj' => { 268 => 0x2f, 446 => 0x8019 },
- 'hueadjust' => { 379 => 0x1016 },
- 'hueadjustment' => { 180 => 0x4a, 181 => 0x40, 223 => 0x92, 225 => 0x36 },
- 'hueadjustmentaqua' => { 469 => 'HueAdjustmentAqua', 471 => 'HueAdjustmentAqua' },
- 'hueadjustmentblue' => { 469 => 'HueAdjustmentBlue', 471 => 'HueAdjustmentBlue' },
- 'hueadjustmentgreen' => { 469 => 'HueAdjustmentGreen', 471 => 'HueAdjustmentGreen' },
- 'hueadjustmentmagenta' => { 469 => 'HueAdjustmentMagenta', 471 => 'HueAdjustmentMagenta' },
- 'hueadjustmentorange' => { 469 => 'HueAdjustmentOrange', 471 => 'HueAdjustmentOrange' },
- 'hueadjustmentpurple' => { 469 => 'HueAdjustmentPurple', 471 => 'HueAdjustmentPurple' },
- 'hueadjustmentred' => { 469 => 'HueAdjustmentRed', 471 => 'HueAdjustmentRed' },
- 'hueadjustmentyellow' => { 469 => 'HueAdjustmentYellow', 471 => 'HueAdjustmentYellow' },
- 'huesetting' => { 297 => 0x1011 },
- 'humanobservation' => { 116 => 'HumanObservation' },
- 'humanobservationday' => { 116 => [\'HumanObservation','HumanObservationDay'] },
- 'humanobservationearliestdate' => { 116 => [\'HumanObservation','HumanObservationEarliestDate'] },
- 'humanobservationenddayofyear' => { 116 => [\'HumanObservation','HumanObservationEndDayOfYear'] },
- 'humanobservationeventdate' => { 116 => [\'HumanObservation','HumanObservationEventDate'] },
- 'humanobservationeventid' => { 116 => [\'HumanObservation','HumanObservationEventID'] },
- 'humanobservationeventremarks' => { 116 => [\'HumanObservation','HumanObservationEventRemarks'] },
- 'humanobservationeventtime' => { 116 => [\'HumanObservation','HumanObservationEventTime'] },
- 'humanobservationfieldnotes' => { 116 => [\'HumanObservation','HumanObservationFieldNotes'] },
- 'humanobservationfieldnumber' => { 116 => [\'HumanObservation','HumanObservationFieldNumber'] },
- 'humanobservationhabitat' => { 116 => [\'HumanObservation','HumanObservationHabitat'] },
- 'humanobservationlatestdate' => { 116 => [\'HumanObservation','HumanObservationLatestDate'] },
- 'humanobservationmonth' => { 116 => [\'HumanObservation','HumanObservationMonth'] },
- 'humanobservationparenteventid' => { 116 => [\'HumanObservation','HumanObservationParentEventID'] },
- 'humanobservationsamplesizeunit' => { 116 => [\'HumanObservation','HumanObservationSampleSizeUnit'] },
- 'humanobservationsamplesizevalue' => { 116 => [\'HumanObservation','HumanObservationSampleSizeValue'] },
- 'humanobservationsamplingeffort' => { 116 => [\'HumanObservation','HumanObservationSamplingEffort'] },
- 'humanobservationsamplingprotocol' => { 116 => [\'HumanObservation','HumanObservationSamplingProtocol'] },
- 'humanobservationstartdayofyear' => { 116 => [\'HumanObservation','HumanObservationStartDayOfYear'] },
- 'humanobservationverbatimeventdate' => { 116 => [\'HumanObservation','HumanObservationVerbatimEventDate'] },
- 'humanobservationyear' => { 116 => [\'HumanObservation','HumanObservationYear'] },
- 'humidity' => { 117 => 0x9401, 476 => 'Humidity' },
- 'icc_profile' => { 118 => 'ICC_Profile' },
- 'iccprofilename' => { 483 => 'ICCProfile' },
- 'iconuri' => { 372 => 'icnu' },
- 'idccreativestyle' => { 446 => 0x8000 },
- 'idcpreviewlength' => { 446 => 0x202 },
- 'idcpreviewstart' => { 446 => 0x201 },
- 'identification' => { 116 => 'Identification' },
- 'identificationid' => { 116 => [\'Identification','IdentificationIdentificationID'] },
- 'identificationqualifier' => { 116 => [\'Identification','IdentificationIdentificationQualifier'] },
- 'identificationreferences' => { 116 => [\'Identification','IdentificationIdentificationReferences'] },
- 'identificationremarks' => { 116 => [\'Identification','IdentificationIdentificationRemarks'] },
- 'identificationverificationstatus' => { 116 => [\'Identification','IdentificationIdentificationVerificationStatus'] },
- 'identifiedby' => { 116 => [\'Identification','IdentificationIdentifiedBy'] },
- 'identifier' => { 472 => 'identifier', 493 => 'Identifier' },
- 'ifcameramodel' => { 136 => 0x9c8 },
- 'illuminantdata1' => { 117 => 0xcd35 },
- 'illuminantdata2' => { 117 => 0xcd36 },
- 'illuminantdata3' => { 117 => 0xcd37 },
- 'illumination' => { 283 => '0.5', 374 => 0x48 },
- 'imageabsolutex' => { 136 => 0x3fe },
- 'imageabsolutey' => { 136 => 0x3ff },
- 'imageadjustment' => { 223 => 0x80, 255 => 0x5 },
- 'imagealterationconstraints' => { 299 => 'ImageAlterationConstraints' },
- 'imagearea' => { 236 => 0x10, 239 => 0x10 },
- 'imageareaoffset' => { 347 => 0x38 },
- 'imageauthentication' => { 223 => 0x20 },
- 'imageboundary' => { 223 => 0x16 },
- 'imagecount' => { 125 => 0x1438, 223 => 0xa5, 415 => 0x11b },
- 'imagecreator' => { 299 => 'ImageCreator' },
- 'imagecreatorid' => { 299 => [\'ImageCreator','ImageCreatorImageCreatorID'] },
- 'imagecreatorimageid' => { 299 => 'ImageCreatorImageID' },
- 'imagecreatorname' => { 299 => [\'ImageCreator','ImageCreatorImageCreatorName'] },
- 'imagecropx' => { 136 => 0x41f },
- 'imagecropy' => { 136 => 0x420 },
- 'imagedata' => { 456 => 'Data' },
- 'imagedatasize' => { 223 => 0xa2 },
- 'imagedescription' => { 117 => 0x10e, 491 => 'ImageDescription' },
- 'imageduplicationconstraints' => { 299 => 'ImageDuplicationConstraints' },
- 'imagedustoff' => { 265 => 0xfe443a45 },
- 'imageeditcount' => { 347 => 0x41 },
- 'imageediting' => { 347 => 0x32 },
- 'imageeffects' => { 379 => 0x1010 },
- 'imagefileconstraints' => { 299 => 'ImageFileConstraints' },
- 'imagefileformatasdelivered' => { 299 => 'ImageFileFormatAsDelivered' },
- 'imagefilesizeasdelivered' => { 299 => 'ImageFileSizeAsDelivered' },
- 'imagegeneration' => { 125 => 0x1436 },
- 'imageheight' => { 117 => 0x101, 186 => 0xc, 356 => 0x10d, 454 => 'ImageHeight', 491 => 'ImageLength' },
- 'imagehistory' => { 117 => 0x9213, 474 => 'ImageHistory' },
- 'imageidnumber' => { 307 => 0x340 },
- 'imagemimetype' => { 456 => 'Mime' },
- 'imagenumber' => { 117 => 0x9211, 154 => 'ImageNumber', 180 => 0xae, 181 => 0x5e, 356 => 0x113, 399 => 0x9b, 401 => [0x400,'276.1',0x314], 466 => 'ImageNumber' },
- 'imagenumber2' => { 181 => 0x62 },
- 'imageoptimization' => { 223 => 0xa9 },
- 'imageorientation' => { 129 => 0x83 },
- 'imageprocessing' => { 223 => 0x1a },
- 'imageprocessingfiledatecreated' => { 136 => 0xc81 },
- 'imageprocessingfiletagsversionnumber' => { 136 => 0xc80 },
- 'imageprocessingversion' => { 293 => 0x0 },
- 'imagequality' => { 154 => 'ImageQuality', 238 => '723.2', 239 => '732.2', 249 => '708.1', 312 => 0x1 },
- 'imagequality2' => { 289 => 0x603 },
- 'imagerank' => { 459 => 'ImageRank' },
- 'imagerbiassettlingdelaymsec' => { 136 => 0x600 },
- 'imagerboardversion' => { 136 => 0x439 },
- 'imagercols' => { 136 => 0x17d4 },
- 'imageref' => { 479 => 'ImageRef' },
- 'imageregion' => { 481 => 'ImageRegion' },
- 'imageregionboundary' => { 481 => [\'ImageRegion','ImageRegionRegionBoundary'] },
- 'imageregionboundaryh' => { 481 => [\'ImageRegion','ImageRegionRegionBoundaryRbH'] },
- 'imageregionboundaryrx' => { 481 => [\'ImageRegion','ImageRegionRegionBoundaryRbRx'] },
- 'imageregionboundaryshape' => { 481 => [\'ImageRegion','ImageRegionRegionBoundaryRbShape'] },
- 'imageregionboundaryunit' => { 481 => [\'ImageRegion','ImageRegionRegionBoundaryRbUnit'] },
- 'imageregionboundaryvertices' => { 481 => [\'ImageRegion','ImageRegionRegionBoundaryRbVertices'] },
- 'imageregionboundaryverticesx' => { 481 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbX'] },
- 'imageregionboundaryverticesy' => { 481 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbY'] },
- 'imageregionboundaryw' => { 481 => [\'ImageRegion','ImageRegionRegionBoundaryRbW'] },
- 'imageregionboundaryx' => { 481 => [\'ImageRegion','ImageRegionRegionBoundaryRbX'] },
- 'imageregionboundaryy' => { 481 => [\'ImageRegion','ImageRegionRegionBoundaryRbY'] },
- 'imageregionctype' => { 481 => [\'ImageRegion','ImageRegionRCtype'] },
- 'imageregionctypeidentifier' => { 481 => [\'ImageRegion','ImageRegionRCtypeIdentifier'] },
- 'imageregionctypename' => { 481 => [\'ImageRegion','ImageRegionRCtypeName'] },
- 'imageregionid' => { 481 => [\'ImageRegion','ImageRegionRId'] },
- 'imageregionname' => { 481 => [\'ImageRegion','ImageRegionName'] },
- 'imageregionrole' => { 481 => [\'ImageRegion','ImageRegionRRole'] },
- 'imageregionroleidentifier' => { 481 => [\'ImageRegion','ImageRegionRRoleIdentifier'] },
- 'imageregionrolename' => { 481 => [\'ImageRegion','ImageRegionRRoleName'] },
- 'imageresolution' => { 136 => 0x944 },
- 'imageresolutionjpg' => { 136 => 0x945 },
- 'imagereview' => { 274 => '0.4', 283 => '0.4' },
- 'imagereviewmonitorofftime' => { 273 => '21.1', 275 => '21.1', 276 => '21.1', 280 => '20.1', 285 => '21.1', 286 => '21.1' },
- 'imagereviewtime' => { 272 => '25.1', 274 => '2.1', 277 => '19.1', 278 => '20.1', 279 => '20.1', 281 => '9.2', 282 => '20.1', 287 => '21.2' },
- 'imagerfiledatecreated' => { 136 => 0x9c5 },
- 'imagerfileproductionlevel' => { 136 => 0x9c4 },
- 'imagerfiletagsversionstandard' => { 136 => 0x9c7 },
- 'imagerotated' => { 149 => 0x2a },
- 'imagerpowerondelaymsec' => { 136 => 0x5fd },
- 'imagerrows' => { 136 => 0x17de },
- 'imagesegmentlines' => { 136 => 0x184d },
- 'imagesegmentstartline' => { 136 => 0x184c },
- 'imagesize' => { 160 => 'ImageSize' },
- 'imagesizeraw' => { 223 => 0x3e },
- 'imagesizerestriction' => { 488 => 'imageSizeRestriction' },
- 'imagesourcedata' => { 117 => 0x935c },
- 'imagespace' => { 136 => 0x909 },
- 'imagestabilization' => { 34 => 0x22, 111 => 0x3020, 125 => 0x1422, 154 => 'ImageStabilization', 180 => 0xbd, 181 => 0x71, 182 => 0x57, 183 => 0x0, 184 => [0x18,0x107,0x113], 185 => 0x49c2, 223 => 0xac, 289 => 0x604, 292 => 0x1600, 312 => 0x1a, 404 => 0x12, 405 => 0x11, 412 => 0xb026 },
- 'imagestabilization2' => { 403 => 0xa },
- 'imagestabilizationsetting' => { 185 => 0x14, 399 => 0x3d, 400 => 0x3d, 410 => 0x14 },
- 'imagestyle' => { 399 => 0x2d, 400 => 0x27 },
- 'imagesupplier' => { 299 => 'ImageSupplier' },
- 'imagesupplierid' => { 299 => [\'ImageSupplier','ImageSupplierImageSupplierID'] },
- 'imagesupplierimageid' => { 299 => 'ImageSupplierImageID' },
- 'imagesuppliername' => { 299 => [\'ImageSupplier','ImageSupplierImageSupplierName'] },
- 'imagetemperaturemax' => { 119 => 0x1 },
- 'imagetemperaturemin' => { 119 => 0x2 },
- 'imagetone' => { 347 => 0x4f },
- 'imagetype' => { 129 => 0x82, 299 => 'ImageType' },
- 'imageuniqueid' => { 1 => 0x15, 62 => 0x28, 117 => 0xa420, 474 => 'ImageUniqueID', 475 => 'ImageUniqueID' },
- 'imagewidth' => { 117 => 0x100, 186 => 0xe, 356 => 0x10c, 454 => 'ImageWidth', 491 => 'ImageWidth' },
- 'inclinationangle' => { 446 => 0x900f },
- 'inclinationcorrection' => { 446 => 0x900e },
- 'incrementaltemperature' => { 469 => 'IncrementalTemperature', 471 => 'IncrementalTemperature' },
- 'incrementaltint' => { 469 => 'IncrementalTint', 471 => 'IncrementalTint' },
- 'industry' => { 485 => 'industry', 486 => 'industry' },
- 'infobuttonwhenshooting' => { 82 => 0x409 },
- 'information' => { 366 => 'information', 372 => "\xa9inf" },
- 'infourl' => { 372 => 'infu' },
- 'infraredilluminator' => { 373 => 0x28 },
- 'ingredientexclusion' => { 487 => 'ingredientExclusion' },
- 'ingredients' => { 496 => 'Ingredients' },
- 'ingredientsalternatepaths' => { 496 => [\'Ingredients','IngredientsAlternatePaths'] },
- 'ingredientsdocumentid' => { 496 => [\'Ingredients','IngredientsDocumentID'] },
- 'ingredientsfilepath' => { 496 => [\'Ingredients','IngredientsFilePath'] },
- 'ingredientsfrompart' => { 496 => [\'Ingredients','IngredientsFromPart'] },
- 'ingredientsinstanceid' => { 496 => [\'Ingredients','IngredientsInstanceID'] },
- 'ingredientslastmodifydate' => { 496 => [\'Ingredients','IngredientsLastModifyDate'] },
- 'ingredientslasturl' => { 496 => [\'Ingredients','IngredientsLastURL'] },
- 'ingredientslinkcategory' => { 496 => [\'Ingredients','IngredientsLinkCategory'] },
- 'ingredientslinkform' => { 496 => [\'Ingredients','IngredientsLinkForm'] },
- 'ingredientsmanager' => { 496 => [\'Ingredients','IngredientsManager'] },
- 'ingredientsmanagervariant' => { 496 => [\'Ingredients','IngredientsManagerVariant'] },
- 'ingredientsmanageto' => { 496 => [\'Ingredients','IngredientsManageTo'] },
- 'ingredientsmanageui' => { 496 => [\'Ingredients','IngredientsManageUI'] },
- 'ingredientsmaskmarkers' => { 496 => [\'Ingredients','IngredientsMaskMarkers'] },
- 'ingredientsoriginaldocumentid' => { 496 => [\'Ingredients','IngredientsOriginalDocumentID'] },
- 'ingredientspartmapping' => { 496 => [\'Ingredients','IngredientsPartMapping'] },
- 'ingredientsplacedresolutionunit' => { 496 => [\'Ingredients','IngredientsPlacedResolutionUnit'] },
- 'ingredientsplacedxresolution' => { 496 => [\'Ingredients','IngredientsPlacedXResolution'] },
- 'ingredientsplacedyresolution' => { 496 => [\'Ingredients','IngredientsPlacedYResolution'] },
- 'ingredientsrenditionclass' => { 496 => [\'Ingredients','IngredientsRenditionClass'] },
- 'ingredientsrenditionparams' => { 496 => [\'Ingredients','IngredientsRenditionParams'] },
- 'ingredientstopart' => { 496 => [\'Ingredients','IngredientsToPart'] },
- 'ingredientsversionid' => { 496 => [\'Ingredients','IngredientsVersionID'] },
- 'initialafpointaiservoaf' => { 82 => 0x51e },
+ 'hdrinfoversion' => { 214 => 0x0 },
+ 'hdrlevel' => { 214 => 0x5, 403 => 0x2e, 419 => 0x17 },
+ 'hdrlevel2' => { 214 => 0x7 },
+ 'hdrpmakernote' => { 454 => 'hdrp_makernote' },
+ 'hdrsetting' => { 403 => 0x2d, 419 => 0x16, 422 => 0x1148, 423 => 0x1148, 424 => 0x1124, 425 => 0x11a0, 426 => 0x117c, 427 => 0x1034, 428 => 0x22c, 429 => 0x22c, 430 => 0x21f },
+ 'hdrshot' => { 314 => 0x76 },
+ 'hdrsmoothing' => { 214 => 0x6 },
+ 'hdvideo' => { 366 => 'hdvd' },
+ 'headline' => { 130 => 0x69, 483 => 'Headline', 485 => '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' => { 463 => 'hierarchicalSubject' },
+ 'highestbiostratigraphiczone' => { 117 => [\'GeologicalContext','GeologicalContextHighestBiostratigraphicZone'] },
+ 'highisomultiplierblue' => { 319 => 0x1a },
+ 'highisomultipliergreen' => { 319 => 0x19 },
+ 'highisomultiplierred' => { 319 => 0x18 },
+ 'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0xc9, 62 => 0x5, 83 => 0x202, 224 => 0xb1, 349 => 0x71, 401 => 0x2c, 402 => 0x26, 403 => 0x26, 414 => 0x2009, 419 => 0x12, 444 => 0x42 },
+ 'highisonoisereduction2' => { 414 => 0xb050 },
+ 'highlight' => { 391 => 0xf },
+ 'highlight2012' => { 471 => 'Highlight2012', 473 => 'Highlight2012' },
+ 'highlightadj' => { 102 => 0x2030c },
+ 'highlightcolordistortreduct' => { 448 => 0x8026 },
+ 'highlightlinearitylimit' => { 388 => 0xa025 },
+ 'highlightprotection' => { 266 => 0x6 },
+ 'highlightrecovery' => { 471 => 'HighlightRecovery', 473 => 'HighlightRecovery' },
+ 'highlights' => { 414 => 0x2033, 465 => 'Highlights' },
+ 'highlights2012' => { 471 => 'Highlights2012', 473 => 'Highlights2012' },
+ 'highlightsadj' => { 448 => 0x9019 },
+ 'highlightshadow' => { 314 => 0xad },
+ 'highlighttone' => { 126 => 0x1041 },
+ 'highlighttonepriority' => { 13 => 0x7, 16 => 0x7, 17 => 0x7, 18 => 0x7, 20 => 0x7, 22 => 0x7, 28 => 0x7, 62 => 0x3, 83 => 0x203 },
+ 'highlightwarning' => { 314 => 0x8002 },
+ 'highlowkeyadj' => { 349 => 0x6c },
+ 'highspeedsync' => { 183 => 0x5, 401 => 0x2, 402 => 0x2 },
+ 'hintversion' => { 374 => 'hinv' },
+ 'histogramxml' => { 267 => 0x83a1a25 },
+ 'history' => { 485 => 'History', 498 => 'History' },
+ 'historyaction' => { 498 => [\'History','HistoryAction'] },
+ 'historychanged' => { 498 => [\'History','HistoryChanged'] },
+ 'historyinstanceid' => { 498 => [\'History','HistoryInstanceID'] },
+ 'historyparameters' => { 498 => [\'History','HistoryParameters'] },
+ 'historysoftwareagent' => { 498 => [\'History','HistorySoftwareAgent'] },
+ 'historywhen' => { 498 => [\'History','HistoryWhen'] },
+ 'holefilldarkdeltathreshold' => { 137 => 0xc88 },
+ 'holefilldeltathreshold' => { 137 => 0xc7e },
+ 'hometowncity' => { 112 => 0x3006, 349 => 0x23, 355 => 0x2 },
+ 'hometowncitycode' => { 356 => 0x1000 },
+ 'hometowndst' => { 349 => 0x25, 355 => '0.2' },
+ 'hostcomputer' => { 118 => 0x13c },
+ 'hostsoftwarerendering' => { 137 => 0xce7 },
+ 'hue' => { 188 => 0x3b, 227 => 0x3d, 228 => 0x45, 349 => 0x67 },
+ 'hueadj' => { 270 => 0x2f, 448 => 0x8019 },
+ 'hueadjust' => { 381 => 0x1016 },
+ 'hueadjustment' => { 181 => 0x4a, 182 => 0x40, 224 => 0x92, 226 => 0x36 },
+ 'hueadjustmentaqua' => { 471 => 'HueAdjustmentAqua', 473 => 'HueAdjustmentAqua' },
+ 'hueadjustmentblue' => { 471 => 'HueAdjustmentBlue', 473 => 'HueAdjustmentBlue' },
+ 'hueadjustmentgreen' => { 471 => 'HueAdjustmentGreen', 473 => 'HueAdjustmentGreen' },
+ 'hueadjustmentmagenta' => { 471 => 'HueAdjustmentMagenta', 473 => 'HueAdjustmentMagenta' },
+ 'hueadjustmentorange' => { 471 => 'HueAdjustmentOrange', 473 => 'HueAdjustmentOrange' },
+ 'hueadjustmentpurple' => { 471 => 'HueAdjustmentPurple', 473 => 'HueAdjustmentPurple' },
+ 'hueadjustmentred' => { 471 => 'HueAdjustmentRed', 473 => 'HueAdjustmentRed' },
+ 'hueadjustmentyellow' => { 471 => 'HueAdjustmentYellow', 473 => 'HueAdjustmentYellow' },
+ 'huesetting' => { 299 => 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, 478 => 'Humidity' },
+ 'icc_profile' => { 119 => 'ICC_Profile' },
+ 'iccprofilename' => { 485 => 'ICCProfile' },
+ 'iconuri' => { 374 => 'icnu' },
+ 'idccreativestyle' => { 448 => 0x8000 },
+ 'idcpreviewlength' => { 448 => 0x202 },
+ 'idcpreviewstart' => { 448 => 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' => { 474 => 'identifier', 495 => 'Identifier' },
+ 'ifcameramodel' => { 137 => 0x9c8 },
+ 'illuminantdata1' => { 118 => 0xcd35 },
+ 'illuminantdata2' => { 118 => 0xcd36 },
+ 'illuminantdata3' => { 118 => 0xcd37 },
+ 'illumination' => { 285 => '0.5', 376 => 0x48 },
+ 'imageabsolutex' => { 137 => 0x3fe },
+ 'imageabsolutey' => { 137 => 0x3ff },
+ 'imageadjustment' => { 224 => 0x80, 256 => 0x5 },
+ 'imagealterationconstraints' => { 301 => 'ImageAlterationConstraints' },
+ 'imagearea' => { 237 => 0x10, 240 => 0x10 },
+ 'imageareaoffset' => { 349 => 0x38 },
+ 'imageauthentication' => { 224 => 0x20 },
+ 'imageboundary' => { 224 => 0x16 },
+ 'imagecount' => { 126 => 0x1438, 224 => 0xa5, 417 => 0x11b },
+ 'imagecreator' => { 301 => 'ImageCreator' },
+ 'imagecreatorid' => { 301 => [\'ImageCreator','ImageCreatorImageCreatorID'] },
+ 'imagecreatorimageid' => { 301 => 'ImageCreatorImageID' },
+ 'imagecreatorname' => { 301 => [\'ImageCreator','ImageCreatorImageCreatorName'] },
+ 'imagecropx' => { 137 => 0x41f },
+ 'imagecropy' => { 137 => 0x420 },
+ 'imagedata' => { 458 => 'Data' },
+ 'imagedatasize' => { 224 => 0xa2 },
+ 'imagedescription' => { 118 => 0x10e, 493 => 'ImageDescription' },
+ 'imageduplicationconstraints' => { 301 => 'ImageDuplicationConstraints' },
+ 'imagedustoff' => { 267 => 0xfe443a45 },
+ 'imageeditcount' => { 349 => 0x41 },
+ 'imageediting' => { 349 => 0x32 },
+ 'imageeffects' => { 381 => 0x1010 },
+ 'imagefileconstraints' => { 301 => 'ImageFileConstraints' },
+ 'imagefileformatasdelivered' => { 301 => 'ImageFileFormatAsDelivered' },
+ 'imagefilesizeasdelivered' => { 301 => 'ImageFileSizeAsDelivered' },
+ 'imagegeneration' => { 126 => 0x1436 },
+ 'imageheight' => { 118 => 0x101, 187 => 0xc, 358 => 0x10d, 456 => 'ImageHeight', 493 => 'ImageLength' },
+ 'imagehistory' => { 118 => 0x9213, 476 => 'ImageHistory' },
+ 'imageidnumber' => { 309 => 0x340 },
+ 'imagemimetype' => { 458 => 'Mime' },
+ 'imagenumber' => { 118 => 0x9211, 155 => 'ImageNumber', 181 => 0xae, 182 => 0x5e, 358 => 0x113, 401 => 0x9b, 403 => [0x400,'276.1',0x314], 468 => 'ImageNumber' },
+ 'imagenumber2' => { 182 => 0x62 },
+ 'imageoptimization' => { 224 => 0xa9 },
+ 'imageorientation' => { 130 => 0x83 },
+ 'imageprocessing' => { 224 => 0x1a },
+ 'imageprocessingfiledatecreated' => { 137 => 0xc81 },
+ 'imageprocessingfiletagsversionnumber' => { 137 => 0xc80 },
+ 'imageprocessingversion' => { 295 => 0x0 },
+ 'imagequality' => { 155 => 'ImageQuality', 239 => '723.2', 240 => '732.2', 250 => '708.1', 314 => 0x1 },
+ 'imagequality2' => { 291 => 0x603 },
+ 'imagerank' => { 461 => 'ImageRank' },
+ 'imagerbiassettlingdelaymsec' => { 137 => 0x600 },
+ 'imagerboardversion' => { 137 => 0x439 },
+ 'imagercols' => { 137 => 0x17d4 },
+ 'imageref' => { 481 => 'ImageRef' },
+ 'imageregion' => { 483 => 'ImageRegion' },
+ 'imageregionboundary' => { 483 => [\'ImageRegion','ImageRegionRegionBoundary'] },
+ 'imageregionboundaryh' => { 483 => [\'ImageRegion','ImageRegionRegionBoundaryRbH'] },
+ 'imageregionboundaryrx' => { 483 => [\'ImageRegion','ImageRegionRegionBoundaryRbRx'] },
+ 'imageregionboundaryshape' => { 483 => [\'ImageRegion','ImageRegionRegionBoundaryRbShape'] },
+ 'imageregionboundaryunit' => { 483 => [\'ImageRegion','ImageRegionRegionBoundaryRbUnit'] },
+ 'imageregionboundaryvertices' => { 483 => [\'ImageRegion','ImageRegionRegionBoundaryRbVertices'] },
+ 'imageregionboundaryverticesx' => { 483 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbX'] },
+ 'imageregionboundaryverticesy' => { 483 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbY'] },
+ 'imageregionboundaryw' => { 483 => [\'ImageRegion','ImageRegionRegionBoundaryRbW'] },
+ 'imageregionboundaryx' => { 483 => [\'ImageRegion','ImageRegionRegionBoundaryRbX'] },
+ 'imageregionboundaryy' => { 483 => [\'ImageRegion','ImageRegionRegionBoundaryRbY'] },
+ 'imageregionctype' => { 483 => [\'ImageRegion','ImageRegionRCtype'] },
+ 'imageregionctypeidentifier' => { 483 => [\'ImageRegion','ImageRegionRCtypeIdentifier'] },
+ 'imageregionctypename' => { 483 => [\'ImageRegion','ImageRegionRCtypeName'] },
+ 'imageregionid' => { 483 => [\'ImageRegion','ImageRegionRId'] },
+ 'imageregionname' => { 483 => [\'ImageRegion','ImageRegionName'] },
+ 'imageregionrole' => { 483 => [\'ImageRegion','ImageRegionRRole'] },
+ 'imageregionroleidentifier' => { 483 => [\'ImageRegion','ImageRegionRRoleIdentifier'] },
+ 'imageregionrolename' => { 483 => [\'ImageRegion','ImageRegionRRoleName'] },
+ 'imageresolution' => { 137 => 0x944 },
+ 'imageresolutionjpg' => { 137 => 0x945 },
+ 'imagereview' => { 276 => '0.4', 285 => '0.4' },
+ 'imagereviewmonitorofftime' => { 275 => '21.1', 277 => '21.1', 278 => '21.1', 282 => '20.1', 287 => '21.1', 288 => '21.1' },
+ 'imagereviewtime' => { 274 => '25.1', 276 => '2.1', 279 => '19.1', 280 => '20.1', 281 => '20.1', 283 => '9.2', 284 => '20.1', 289 => '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' => { 224 => 0x3e },
+ 'imagesizerestriction' => { 490 => '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, 224 => 0xac, 291 => 0x604, 294 => 0x1600, 314 => 0x1a, 406 => 0x12, 407 => 0x11, 414 => 0xb026 },
+ 'imagestabilization2' => { 405 => 0xa },
+ 'imagestabilizationsetting' => { 186 => 0x14, 401 => 0x3d, 402 => 0x3d, 412 => 0x14 },
+ 'imagestyle' => { 401 => 0x2d, 402 => 0x27 },
+ 'imagesupplier' => { 301 => 'ImageSupplier' },
+ 'imagesupplierid' => { 301 => [\'ImageSupplier','ImageSupplierImageSupplierID'] },
+ 'imagesupplierimageid' => { 301 => 'ImageSupplierImageID' },
+ 'imagesuppliername' => { 301 => [\'ImageSupplier','ImageSupplierImageSupplierName'] },
+ 'imagetemperaturemax' => { 120 => 0x1 },
+ 'imagetemperaturemin' => { 120 => 0x2 },
+ 'imagetone' => { 349 => 0x4f },
+ 'imagetype' => { 130 => 0x82, 301 => 'ImageType' },
+ 'imageuniqueid' => { 1 => 0x15, 63 => 0x28, 118 => 0xa420, 476 => 'ImageUniqueID', 477 => 'ImageUniqueID' },
+ 'imagewidth' => { 118 => 0x100, 187 => 0xe, 358 => 0x10c, 456 => 'ImageWidth', 493 => 'ImageWidth' },
+ 'inclinationangle' => { 448 => 0x900f },
+ 'inclinationcorrection' => { 448 => 0x900e },
+ 'incrementaltemperature' => { 471 => 'IncrementalTemperature', 473 => 'IncrementalTemperature' },
+ 'incrementaltint' => { 471 => 'IncrementalTint', 473 => 'IncrementalTint' },
+ 'industry' => { 487 => 'industry', 488 => 'industry' },
+ 'infobuttonwhenshooting' => { 83 => 0x409 },
+ 'information' => { 368 => 'information', 374 => "\xa9inf" },
+ 'infourl' => { 374 => 'infu' },
+ 'infraredilluminator' => { 375 => 0x28 },
+ 'ingredientexclusion' => { 489 => 'ingredientExclusion' },
+ 'ingredients' => { 498 => 'Ingredients' },
+ 'ingredientsalternatepaths' => { 498 => [\'Ingredients','IngredientsAlternatePaths'] },
+ 'ingredientsdocumentid' => { 498 => [\'Ingredients','IngredientsDocumentID'] },
+ 'ingredientsfilepath' => { 498 => [\'Ingredients','IngredientsFilePath'] },
+ 'ingredientsfrompart' => { 498 => [\'Ingredients','IngredientsFromPart'] },
+ 'ingredientsinstanceid' => { 498 => [\'Ingredients','IngredientsInstanceID'] },
+ 'ingredientslastmodifydate' => { 498 => [\'Ingredients','IngredientsLastModifyDate'] },
+ 'ingredientslasturl' => { 498 => [\'Ingredients','IngredientsLastURL'] },
+ 'ingredientslinkcategory' => { 498 => [\'Ingredients','IngredientsLinkCategory'] },
+ 'ingredientslinkform' => { 498 => [\'Ingredients','IngredientsLinkForm'] },
+ 'ingredientsmanager' => { 498 => [\'Ingredients','IngredientsManager'] },
+ 'ingredientsmanagervariant' => { 498 => [\'Ingredients','IngredientsManagerVariant'] },
+ 'ingredientsmanageto' => { 498 => [\'Ingredients','IngredientsManageTo'] },
+ 'ingredientsmanageui' => { 498 => [\'Ingredients','IngredientsManageUI'] },
+ 'ingredientsmaskmarkers' => { 498 => [\'Ingredients','IngredientsMaskMarkers'] },
+ 'ingredientsoriginaldocumentid' => { 498 => [\'Ingredients','IngredientsOriginalDocumentID'] },
+ 'ingredientspartmapping' => { 498 => [\'Ingredients','IngredientsPartMapping'] },
+ 'ingredientsplacedresolutionunit' => { 498 => [\'Ingredients','IngredientsPlacedResolutionUnit'] },
+ 'ingredientsplacedxresolution' => { 498 => [\'Ingredients','IngredientsPlacedXResolution'] },
+ 'ingredientsplacedyresolution' => { 498 => [\'Ingredients','IngredientsPlacedYResolution'] },
+ 'ingredientsrenditionclass' => { 498 => [\'Ingredients','IngredientsRenditionClass'] },
+ 'ingredientsrenditionparams' => { 498 => [\'Ingredients','IngredientsRenditionParams'] },
+ 'ingredientstopart' => { 498 => [\'Ingredients','IngredientsToPart'] },
+ 'ingredientsversionid' => { 498 => [\'Ingredients','IngredientsVersionID'] },
+ 'initialafpointaiservoaf' => { 83 => 0x51e },
'initialafpointinservo' => { 2 => 0x13 },
- 'initialcameradolly' => { 457 => 'InitialCameraDolly' },
- 'initialhorizontalfovdegrees' => { 457 => 'InitialHorizontalFOVDegrees' },
- 'initialkey' => { 177 => 'WM/InitialKey' },
- 'initialverticalfovdegrees' => { 457 => 'InitialVerticalFOVDegrees' },
- 'initialviewheadingdegrees' => { 457 => 'InitialViewHeadingDegrees', 458 => 'InitialViewHeadingDegrees' },
- 'initialviewpitchdegrees' => { 457 => 'InitialViewPitchDegrees', 458 => 'InitialViewPitchDegrees' },
- 'initialviewrolldegrees' => { 457 => 'InitialViewRollDegrees', 458 => 'InitialViewRollDegrees' },
- 'initialzoomliveview' => { 272 => '4.4' },
- 'initialzoomsetting' => { 272 => '9.3', 281 => '27.3' },
- 'inkset' => { 117 => 0x14c },
- 'inputprofile' => { 136 => 0x1389 },
- 'instanceid' => { 496 => 'InstanceID' },
- 'instantplaybacksetup' => { 182 => 0x3e },
- 'instantplaybacktime' => { 182 => 0x3d },
- 'instructions' => { 483 => 'Instructions' },
- 'instrument' => { 495 => 'instrument' },
- 'integrationtime' => { 136 => 0x423 },
- 'intellectualgenre' => { 480 => 'IntellectualGenre' },
- 'intelligentauto' => { 412 => 0xb052, 438 => 0xd, 439 => 0xe, 440 => 0xd },
- 'intelligentcontrast' => { 51 => 0x4 },
- 'intelligentd-range' => { 312 => 0x79 },
- 'intelligentexposure' => { 312 => 0x5d },
- 'intelligentresolution' => { 312 => 0x70 },
- 'interchangecolorspace' => { 131 => 0x40 },
- 'intergraphmatrix' => { 117 => 0x8480 },
- 'internalflash' => { 179 => 0x2b, 272 => '23.1', 274 => '8.1', 277 => '22.1', 279 => '23.1', 283 => '8.1', 287 => '24.1', 292 => 0x1208 },
- 'internalflashae1' => { 294 => 0x1021 },
- 'internalflashae1_0' => { 294 => 0x101d },
- 'internalflashae2' => { 294 => 0x1022 },
- 'internalflashae2_0' => { 294 => 0x101e },
- 'internalflashmode' => { 335 => 0x1 },
- 'internalflashstrength' => { 335 => 0x3 },
- 'internalflashtable' => { 294 => 0x1024 },
- 'internallensserialnumber' => { 386 => 0xa005 },
- 'internalndfilter' => { 312 => 0x9d },
- 'internalserialnumber' => { 62 => 0x96, 74 => 0x9, 125 => 0x10, 185 => 0x49dc, 288 => 0x18, 290 => 0x102, 309 => 0x500, 312 => 0x25, 327 => 0x4, 379 => 0x5, 430 => [0x7c,0xf0], 431 => 0x88, 432 => [0x88,0x8a] },
- 'interopindex' => { 117 => 0x1, 476 => 'InteroperabilityIndex' },
- 'interopversion' => { 117 => 0x2 },
- 'interval' => { 242 => 0xd0 },
- 'intervaldurationhours' => { 254 => 0xcffe },
- 'intervaldurationminutes' => { 254 => 0xd002 },
- 'intervaldurationseconds' => { 254 => 0xd006 },
- 'intervalexposuresmoothing' => { 246 => 0xc416, 254 => 0xd016 },
- 'intervalframe' => { 242 => 0xd4 },
- 'intervallength' => { 179 => 0x10 },
- 'intervalmode' => { 179 => 0x26 },
- 'intervalnumber' => { 179 => 0x11 },
- 'intervalpriority' => { 246 => 0xc418, 254 => 0xd018 },
- 'intervals' => { 246 => 0xc40e, 254 => 0xd00e },
- 'intervalshooting' => { 246 => 0x760c, 254 => 0x760c, 347 => 0x92 },
- 'introtime' => { 495 => 'introTime' },
- 'introtimescale' => { 495 => [\'introTime','introTimeScale'] },
- 'introtimevalue' => { 495 => [\'introTime','introTimeValue'] },
- 'ipaversion' => { 136 => 0xdae },
- 'ipfcameramodel' => { 136 => 0xe4d },
- 'iptc' => { 118 => 'IPTC' },
- 'iptc-naa' => { 117 => 0x83bb, 317 => 0x83bb },
- 'iptcbitspersample' => { 131 => 0x56 },
- 'iptcdigest' => { 361 => 0x425 },
- 'iptcimageheight' => { 131 => 0x1e },
- 'iptcimagerotation' => { 131 => 0x66 },
- 'iptcimagewidth' => { 131 => 0x14 },
- 'iptclastedited' => { 481 => 'IptcLastEdited' },
- 'iptcpicturenumber' => { 131 => 0xa },
- 'iptcpixelheight' => { 131 => 0x32 },
- 'iptcpixelwidth' => { 131 => 0x28 },
- 'isalternativeof' => { 485 => 'isAlternativeOf' },
- 'isbn' => { 485 => 'isbn' },
- 'iscorrectionof' => { 485 => 'isCorrectionOf' },
- 'iscustompicturestyle' => { 107 => 0x3 },
- 'ismergedhdr' => { 466 => 'IsMergedHDR' },
- 'ismergedpanorama' => { 466 => '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, 110 => 0x14, 111 => [0x3014,0x14], 117 => 0x8827, 135 => 0xfd06, 136 => 0x1784, 138 => 0x60, 140 => [0xfa2e,0xfa46], 141 => [0x27,0x28], 142 => 0xf105, 145 => 0x14, 147 => 0x4e, 149 => 0x1e, 150 => 0x1a, 152 => 0x34, 154 => 'ISO', 179 => 0x8, 185 => 0x49ba, 214 => 0x0, 223 => 0x2, 312 => 0xd1, 317 => 0x17, 347 => [0x8b,0x14], 354 => 0x14, 356 => 0x105, 386 => 0xa014, 389 => 0x86, 410 => 0x6f, 417 => [0x1f,0x21,0x25], 475 => 'ISOSpeedRatings' },
- 'iso2' => { 214 => 0x6, 233 => 0x265, 234 => 0x25c, 235 => 0x265, 236 => 0x221, 237 => 0x25d, 238 => 0x256, 239 => 0x25d, 243 => 0x2b5, 247 => 0x265, 253 => 0x2b5 },
- 'isoauto' => { 328 => '14.4' },
- 'isoautohilimit' => { 241 => 0x18eb, 242 => 0xe82, 251 => 0x185d },
- 'isoautomax' => { 411 => 0x4 },
- 'isoautomin' => { 411 => 0x2 },
- 'isoautoparameters' => { 347 => 0x7a },
- 'isoautoshuttertime' => { 241 => 0x18ea, 242 => 0xe81, 251 => 0x185c },
- 'isocalibrationgain' => { 136 => 0x89f },
- 'isodisplay' => { 275 => '4.1', 276 => '4.1', 277 => '2.3', 278 => '3.3', 279 => '3.3', 282 => '3.3', 285 => '4.3', 286 => '4.1', 287 => '4.3' },
- 'isoexpansion' => { 82 => 0x103, 83 => 0x7, 84 => 0x8, 87 => 0x8, 214 => 0x4 },
- 'isoexpansion2' => { 214 => 0xa },
- 'isofloor' => { 328 => 0x6 },
- 'isoselected' => { 311 => 0x359 },
- 'isoselection' => { 223 => 0xf },
- 'isosensitivitystep' => { 280 => '6.2', 282 => '6.2' },
- 'isosetting' => { 138 => 0x5e, 150 => 0x14, 154 => 'ISOSetting', 179 => 0x24, 180 => 0x26, 181 => 0x1c, 182 => 0x13, 187 => 0x6, 223 => 0x13, 328 => '17.3', 378 => 0x27, 399 => 0x16, 400 => 0x14, 401 => 0x2, 410 => 0x6d, 411 => 0x0 },
- 'isospeed' => { 117 => 0x8833, 476 => 'ISOSpeed' },
- 'isospeedexpansion' => { 81 => 0x3 },
- 'isospeedincrements' => { 82 => 0x102 },
- 'isospeedlatitudeyyy' => { 117 => 0x8834, 476 => 'ISOSpeedLatitudeyyy' },
- 'isospeedlatitudezzz' => { 117 => 0x8835, 476 => 'ISOSpeedLatitudezzz' },
- 'isospeedrange' => { 82 => 0x103 },
- 'isostepsize' => { 272 => '6.1', 273 => '7.2', 275 => '7.2', 276 => '7.2', 281 => '4.1', 285 => '7.2', 286 => '7.2' },
- 'isovalue' => { 294 => 0x1001 },
- 'isrccode' => { 372 => "\xa9isr" },
- 'issn' => { 485 => 'issn' },
- 'issueidentifier' => { 485 => 'issueIdentifier' },
- 'issuename' => { 485 => 'issueName' },
- 'issueteaser' => { 485 => 'issueTeaser' },
- 'issuetype' => { 485 => 'issueType' },
- 'istranslationof' => { 485 => 'isTranslationOf' },
- 'itemsubtype' => { 176 => 'ItemSubType' },
- 'itunesu' => { 364 => 'itnu' },
- 'jobid' => { 129 => 0xb8 },
- 'jobname' => { 477 => 'JobName' },
- 'jobref' => { 494 => 'JobRef' },
- 'jobrefid' => { 494 => [\'JobRef','JobRefId'] },
- 'jobrefname' => { 494 => [\'JobRef','JobRefName'] },
- 'jobrefurl' => { 494 => [\'JobRef','JobRefUrl'] },
- 'jobstatus' => { 477 => 'JobStatus' },
- 'jpeg-heifswitch' => { 412 => 0x2039 },
- 'jpeghandling' => { 469 => 'JPEGHandling', 471 => 'JPEGHandling' },
- 'jpegquality' => { 10 => 0x66, 312 => 0x43, 314 => 0x3034, 412 => 0xb047 },
- 'jpegsize' => { 314 => 0x303a },
- 'jpgcompression' => { 242 => 0x7d4 },
- 'jpgfromraw' => { 95 => 0x2007, 112 => 'Exif-JpgFromRaw', 317 => 0x2e },
- 'jpgfromrawlength' => { 117 => [0x117,0x202] },
- 'jpgfromrawstart' => { 117 => [0x111,0x201] },
- 'jpgrecordedpixels' => { 328 => '14.1' },
- 'jurisdiction' => { 467 => 'jurisdiction' },
- 'kelvinwb_01' => { 336 => 0x5 },
- 'kelvinwb_02' => { 336 => 0x9 },
- 'kelvinwb_03' => { 336 => 0xd },
- 'kelvinwb_04' => { 336 => 0x11 },
- 'kelvinwb_05' => { 336 => 0x15 },
- 'kelvinwb_06' => { 336 => 0x19 },
- 'kelvinwb_07' => { 336 => 0x1d },
- 'kelvinwb_08' => { 336 => 0x21 },
- 'kelvinwb_09' => { 336 => 0x25 },
- 'kelvinwb_10' => { 336 => 0x29 },
- 'kelvinwb_11' => { 336 => 0x2d },
- 'kelvinwb_12' => { 336 => 0x31 },
- 'kelvinwb_13' => { 336 => 0x35 },
- 'kelvinwb_14' => { 336 => 0x39 },
- 'kelvinwb_15' => { 336 => 0x3d },
- 'kelvinwb_16' => { 336 => 0x41 },
- 'kelvinwb_daylight' => { 336 => 0x1 },
- 'kerneldenominators' => { 136 => 0x933 },
- 'key' => { 495 => 'key' },
- 'keystonecompensation' => { 293 => 0x1900 },
- 'keystonedirection' => { 293 => 0x1901 },
- 'keystonevalue' => { 293 => 0x1906 },
- 'keyword' => { 364 => 'keyw', 485 => 'keyword' },
- 'keywordinfo' => { 169 => 'Keywords' },
- 'keywords' => { 129 => 0x19, 155 => 'Keywords', 298 => 'Keywords', 363 => 'Keywords', 366 => 'keywords', 464 => 'keywords', 482 => 'Keywords', 493 => 'Keywords' },
- 'killdate' => { 485 => 'killDate' },
- 'killdatea-platform' => { 485 => [\'killDate','killDateA-platform'] },
- 'killdatedate' => { 485 => [\'killDate','killDateDate'] },
- 'kodakimageheight' => { 135 => 0xf908, 138 => 0xe, 140 => [0xfa1e,0xfa52], 146 => 0x70 },
- 'kodakimagewidth' => { 135 => 0xf907, 138 => 0xc, 140 => [0xfa1d,0xfa51], 146 => 0x6c },
- 'kodakinfotype' => { 135 => 0xfa00 },
- 'kodaklook' => { 136 => 0xe4c },
- 'kodaklookprofile' => { 136 => 0x138a },
- 'kodakmaker' => { 146 => 0x8 },
- 'kodakmodel' => { 138 => 0x0, 146 => 0x28 },
- 'kodaktag' => { 136 => 0x3ea },
- 'kodakversion' => { 136 => 0x0 },
- 'label' => { 302 => 'Label', 493 => 'Label' },
- 'labelname1' => { 479 => [\'TagStructure','TagStructureLabelName'] },
- 'labelname2' => { 479 => [\'TagStructure','TagStructureSubLabelsLabelName'] },
- 'labelname3' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] },
- 'labelname4' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] },
- 'labelname5' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
- 'labelname6' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
- 'landmark' => { 312 => 0x6f },
- 'landscapeoutputhighlightpoint' => { 107 => 0x26 },
- 'landscapeoutputshadowpoint' => { 107 => 0x27 },
- 'landscaperawcolortone' => { 107 => 0x1f },
- 'landscaperawcontrast' => { 107 => 0x21 },
- 'landscaperawhighlight' => { 107 => 0x77 },
- 'landscaperawhighlightpoint' => { 107 => 0x24 },
- 'landscaperawlinear' => { 107 => 0x22 },
- 'landscaperawsaturation' => { 107 => 0x20 },
- 'landscaperawshadow' => { 107 => 0x80 },
- 'landscaperawshadowpoint' => { 107 => 0x25 },
- 'landscaperawsharpness' => { 107 => 0x23 },
- 'landscapeunsharpmaskfineness' => { 107 => 0xa0 },
- 'landscapeunsharpmaskstrength' => { 107 => 0x9e },
- 'landscapeunsharpmaskthreshold' => { 107 => 0xa2 },
- 'language' => { 472 => 'language' },
- 'languageidentifier' => { 129 => 0x87 },
- 'largestvalidinteriorrectheight' => { 457 => 'LargestValidInteriorRectHeight' },
- 'largestvalidinteriorrectleft' => { 457 => 'LargestValidInteriorRectLeft' },
- 'largestvalidinteriorrecttop' => { 457 => 'LargestValidInteriorRectTop' },
- 'largestvalidinteriorrectwidth' => { 457 => 'LargestValidInteriorRectWidth' },
- 'lastfilenumber' => { 179 => 0x1b },
- 'lastkeywordiptc' => { 176 => 'LastKeywordIPTC' },
- 'lastkeywordxmp' => { 176 => 'LastKeywordXMP' },
- 'lastphotodate' => { 457 => 'LastPhotoDate' },
- 'lasturl' => { 496 => 'LastURL' },
- 'lateralchromaticaberration' => { 412 => 0x2012 },
- 'lateralchromaticaberrationcorrectionalreadyapplied' => { 466 => 'LateralChromaticAberrationCorrectionAlreadyApplied' },
- 'latestageorhigheststage' => { 116 => [\'GeologicalContext','GeologicalContextLatestAgeOrHighestStage'] },
- 'latesteonorhighesteonothem' => { 116 => [\'GeologicalContext','GeologicalContextLatestEonOrHighestEonothem'] },
- 'latestepochorhighestseries' => { 116 => [\'GeologicalContext','GeologicalContextLatestEpochOrHighestSeries'] },
- 'latesteraorhighesterathem' => { 116 => [\'GeologicalContext','GeologicalContextLatestEraOrHighestErathem'] },
- 'latestperiodorhighestsystem' => { 116 => [\'GeologicalContext','GeologicalContextLatestPeriodOrHighestSystem'] },
- 'latitude' => { 114 => 'Latitude' },
- 'lc1' => { 338 => 0x2 },
- 'lc10' => { 338 => 0xb },
- 'lc11' => { 338 => 0xc },
- 'lc12' => { 338 => 0xd },
- 'lc14' => { 338 => 0xf },
- 'lc15' => { 338 => 0x10 },
- 'lc3' => { 338 => 0x4 },
- 'lc4' => { 338 => 0x5 },
- 'lc5' => { 338 => 0x6 },
- 'lc6' => { 338 => 0x7 },
- 'lc7' => { 338 => 0x8 },
- 'lc8' => { 338 => 0x9 },
- 'lcddisplayatpoweron' => { 82 => 0x811, 86 => 0xa },
- 'lcddisplayreturntoshoot' => { 87 => 0x12 },
- 'lcdillumination' => { 272 => '17.5', 273 => '5.2', 275 => '5.1', 276 => '5.1', 281 => '10.3', 282 => '4.2', 285 => '5.2', 286 => '5.1', 287 => '5.4' },
- 'lcdilluminationduringbulb' => { 82 => 0x408 },
- 'lcdmatrix' => { 136 => 0xe74 },
- 'lcdmatrixchickfix' => { 136 => 0xe75 },
- 'lcdmatrixmarvin' => { 136 => 0xe76 },
- 'lcdpanels' => { 81 => 0x8 },
- 'lcheditor' => { 265 => 0x8ae85e },
- 'legacyiptcdigest' => { 483 => 'LegacyIPTCDigest' },
- 'legalcode' => { 467 => 'legalcode' },
- 'lens' => { 117 => 0xfdea, 223 => 0x84, 466 => 'Lens' },
- 'lensafstopbutton' => { 80 => 0x11, 81 => 0x13, 82 => 0x506, 83 => 0x10, 84 => 0x12, 87 => 0x13, 88 => 0x9 },
- 'lensaperturerange' => { 389 => [0x30,0x48] },
- 'lenscorrectionsettings' => { 474 => 'LensCorrectionSettings' },
- 'lensdistortinfo' => { 466 => 'LensDistortInfo' },
- 'lensdistortionparams' => { 294 => 0x206 },
- 'lensdrivenoaf' => { 82 => 0x505 },
+ 'initialcameradolly' => { 459 => 'InitialCameraDolly' },
+ 'initialhorizontalfovdegrees' => { 459 => 'InitialHorizontalFOVDegrees' },
+ 'initialkey' => { 178 => 'WM/InitialKey' },
+ 'initialverticalfovdegrees' => { 459 => 'InitialVerticalFOVDegrees' },
+ 'initialviewheadingdegrees' => { 459 => 'InitialViewHeadingDegrees', 460 => 'InitialViewHeadingDegrees' },
+ 'initialviewpitchdegrees' => { 459 => 'InitialViewPitchDegrees', 460 => 'InitialViewPitchDegrees' },
+ 'initialviewrolldegrees' => { 459 => 'InitialViewRollDegrees', 460 => 'InitialViewRollDegrees' },
+ 'initialzoomliveview' => { 274 => '4.4' },
+ 'initialzoomsetting' => { 274 => '9.3', 283 => '27.3' },
+ 'inkset' => { 118 => 0x14c },
+ 'inputprofile' => { 137 => 0x1389 },
+ 'instanceid' => { 498 => 'InstanceID' },
+ 'instantplaybacksetup' => { 183 => 0x3e },
+ 'instantplaybacktime' => { 183 => 0x3d },
+ 'instructions' => { 485 => 'Instructions' },
+ 'instrument' => { 497 => 'instrument' },
+ 'integrationtime' => { 137 => 0x423 },
+ 'intellectualgenre' => { 482 => 'IntellectualGenre' },
+ 'intelligentauto' => { 414 => 0xb052, 440 => 0xd, 441 => 0xe, 442 => 0xd },
+ 'intelligentcontrast' => { 52 => 0x4 },
+ 'intelligentd-range' => { 314 => 0x79 },
+ 'intelligentexposure' => { 314 => 0x5d },
+ 'intelligentresolution' => { 314 => 0x70 },
+ 'interchangecolorspace' => { 132 => 0x40 },
+ 'intergraphmatrix' => { 118 => 0x8480 },
+ 'internalflash' => { 180 => 0x2b, 274 => '23.1', 276 => '8.1', 279 => '22.1', 281 => '23.1', 285 => '8.1', 289 => '24.1', 294 => 0x1208 },
+ 'internalflashae1' => { 296 => 0x1021 },
+ 'internalflashae1_0' => { 296 => 0x101d },
+ 'internalflashae2' => { 296 => 0x1022 },
+ 'internalflashae2_0' => { 296 => 0x101e },
+ 'internalflashmode' => { 337 => 0x1 },
+ 'internalflashstrength' => { 337 => 0x3 },
+ 'internalflashtable' => { 296 => 0x1024 },
+ 'internallensserialnumber' => { 388 => 0xa005 },
+ 'internalndfilter' => { 314 => 0x9d },
+ 'internalserialnumber' => { 63 => 0x96, 75 => 0x9, 126 => 0x10, 186 => 0x49dc, 290 => 0x18, 292 => 0x102, 311 => 0x500, 314 => 0x25, 329 => 0x4, 381 => 0x5, 432 => [0x7c,0xf0], 433 => 0x88, 434 => [0x88,0x8a] },
+ 'interopindex' => { 118 => 0x1, 478 => 'InteroperabilityIndex' },
+ 'interopversion' => { 118 => 0x2 },
+ 'interval' => { 243 => 0xd0 },
+ 'intervaldurationhours' => { 259 => 0xa0 },
+ 'intervaldurationminutes' => { 259 => 0xa4 },
+ 'intervaldurationseconds' => { 259 => 0xa8 },
+ 'intervalexposuresmoothing' => { 247 => 0xc416, 259 => 0xb8 },
+ 'intervalframe' => { 243 => 0xd4 },
+ 'intervallength' => { 180 => 0x10 },
+ 'intervalmode' => { 180 => 0x26 },
+ 'intervalnumber' => { 180 => 0x11 },
+ 'intervalpriority' => { 247 => 0xc418, 259 => 0xba },
+ 'intervals' => { 247 => 0xc40e, 259 => 0xb0 },
+ 'intervalshooting' => { 247 => 0x760c, 255 => 0x760c, 349 => 0x92 },
+ 'introtime' => { 497 => 'introTime' },
+ 'introtimescale' => { 497 => [\'introTime','introTimeScale'] },
+ 'introtimevalue' => { 497 => [\'introTime','introTimeValue'] },
+ 'ipaversion' => { 137 => 0xdae },
+ 'ipfcameramodel' => { 137 => 0xe4d },
+ 'iptc' => { 119 => 'IPTC' },
+ 'iptc-naa' => { 118 => 0x83bb, 319 => 0x83bb },
+ 'iptcbitspersample' => { 132 => 0x56 },
+ 'iptcdigest' => { 363 => 0x425 },
+ 'iptcimageheight' => { 132 => 0x1e },
+ 'iptcimagerotation' => { 132 => 0x66 },
+ 'iptcimagewidth' => { 132 => 0x14 },
+ 'iptclastedited' => { 483 => 'IptcLastEdited' },
+ 'iptcpicturenumber' => { 132 => 0xa },
+ 'iptcpixelheight' => { 132 => 0x32 },
+ 'iptcpixelwidth' => { 132 => 0x28 },
+ 'isalternativeof' => { 487 => 'isAlternativeOf' },
+ 'isbn' => { 487 => 'isbn' },
+ 'iscorrectionof' => { 487 => 'isCorrectionOf' },
+ 'iscustompicturestyle' => { 108 => 0x3 },
+ 'ismergedhdr' => { 468 => 'IsMergedHDR' },
+ 'ismergedpanorama' => { 468 => '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, 215 => 0x0, 224 => 0x2, 314 => 0xd1, 319 => 0x17, 349 => [0x8b,0x14], 356 => 0x14, 358 => 0x105, 388 => 0xa014, 391 => 0x86, 412 => 0x6f, 419 => [0x1f,0x21,0x25], 477 => 'ISOSpeedRatings' },
+ 'iso2' => { 215 => 0x6, 234 => 0x265, 235 => 0x25c, 236 => 0x265, 237 => 0x221, 238 => 0x25d, 239 => 0x256, 240 => 0x25d, 244 => 0x2b5, 248 => 0x265, 254 => 0x2b5 },
+ 'isoauto' => { 330 => '14.4' },
+ 'isoautohilimit' => { 242 => 0x18eb, 243 => 0xe82, 252 => 0x185d },
+ 'isoautomax' => { 413 => 0x4 },
+ 'isoautomin' => { 413 => 0x2 },
+ 'isoautoparameters' => { 349 => 0x7a },
+ 'isoautoshuttertime' => { 242 => 0x18ea, 243 => 0xe81, 252 => 0x185c },
+ 'isocalibrationgain' => { 137 => 0x89f },
+ 'isodisplay' => { 277 => '4.1', 278 => '4.1', 279 => '2.3', 280 => '3.3', 281 => '3.3', 284 => '3.3', 287 => '4.3', 288 => '4.1', 289 => '4.3' },
+ 'isoexpansion' => { 83 => 0x103, 84 => 0x7, 85 => 0x8, 88 => 0x8, 215 => 0x4 },
+ 'isoexpansion2' => { 215 => 0xa },
+ 'isofloor' => { 330 => 0x6 },
+ 'isoselected' => { 313 => 0x359 },
+ 'isoselection' => { 224 => 0xf },
+ 'isosensitivitystep' => { 282 => '6.2', 284 => '6.2' },
+ 'isosetting' => { 139 => 0x5e, 151 => 0x14, 155 => 'ISOSetting', 180 => 0x24, 181 => 0x26, 182 => 0x1c, 183 => 0x13, 188 => 0x6, 224 => 0x13, 330 => '17.3', 380 => 0x27, 401 => 0x16, 402 => 0x14, 403 => 0x2, 412 => 0x6d, 413 => 0x0 },
+ 'isospeed' => { 118 => 0x8833, 478 => 'ISOSpeed' },
+ 'isospeedexpansion' => { 82 => 0x3 },
+ 'isospeedincrements' => { 83 => 0x102 },
+ 'isospeedlatitudeyyy' => { 118 => 0x8834, 478 => 'ISOSpeedLatitudeyyy' },
+ 'isospeedlatitudezzz' => { 118 => 0x8835, 478 => 'ISOSpeedLatitudezzz' },
+ 'isospeedrange' => { 83 => 0x103 },
+ 'isostepsize' => { 274 => '6.1', 275 => '7.2', 277 => '7.2', 278 => '7.2', 283 => '4.1', 287 => '7.2', 288 => '7.2' },
+ 'isovalue' => { 296 => 0x1001 },
+ 'isrccode' => { 374 => "\xa9isr" },
+ 'issn' => { 487 => 'issn' },
+ 'issueidentifier' => { 487 => 'issueIdentifier' },
+ 'issuename' => { 487 => 'issueName' },
+ 'issueteaser' => { 487 => 'issueTeaser' },
+ 'issuetype' => { 487 => 'issueType' },
+ 'istranslationof' => { 487 => 'isTranslationOf' },
+ 'itemsubtype' => { 177 => 'ItemSubType' },
+ 'itunesu' => { 366 => 'itnu' },
+ 'jobid' => { 130 => 0xb8 },
+ 'jobname' => { 479 => 'JobName' },
+ 'jobref' => { 496 => 'JobRef' },
+ 'jobrefid' => { 496 => [\'JobRef','JobRefId'] },
+ 'jobrefname' => { 496 => [\'JobRef','JobRefName'] },
+ 'jobrefurl' => { 496 => [\'JobRef','JobRefUrl'] },
+ 'jobstatus' => { 479 => 'JobStatus' },
+ 'jpeg-heifswitch' => { 414 => 0x2039 },
+ 'jpeghandling' => { 471 => 'JPEGHandling', 473 => 'JPEGHandling' },
+ 'jpegquality' => { 10 => 0x66, 314 => 0x43, 316 => 0x3034, 414 => 0xb047 },
+ 'jpegsize' => { 316 => 0x303a },
+ 'jpgcompression' => { 243 => 0x7d4 },
+ 'jpgfromraw' => { 96 => 0x2007, 113 => 'Exif-JpgFromRaw', 319 => 0x2e },
+ 'jpgfromrawlength' => { 118 => [0x117,0x202] },
+ 'jpgfromrawstart' => { 118 => [0x111,0x201] },
+ 'jpgrecordedpixels' => { 330 => '14.1' },
+ 'jurisdiction' => { 469 => 'jurisdiction' },
+ 'kelvinwb_01' => { 338 => 0x5 },
+ 'kelvinwb_02' => { 338 => 0x9 },
+ 'kelvinwb_03' => { 338 => 0xd },
+ 'kelvinwb_04' => { 338 => 0x11 },
+ 'kelvinwb_05' => { 338 => 0x15 },
+ 'kelvinwb_06' => { 338 => 0x19 },
+ 'kelvinwb_07' => { 338 => 0x1d },
+ 'kelvinwb_08' => { 338 => 0x21 },
+ 'kelvinwb_09' => { 338 => 0x25 },
+ 'kelvinwb_10' => { 338 => 0x29 },
+ 'kelvinwb_11' => { 338 => 0x2d },
+ 'kelvinwb_12' => { 338 => 0x31 },
+ 'kelvinwb_13' => { 338 => 0x35 },
+ 'kelvinwb_14' => { 338 => 0x39 },
+ 'kelvinwb_15' => { 338 => 0x3d },
+ 'kelvinwb_16' => { 338 => 0x41 },
+ 'kelvinwb_daylight' => { 338 => 0x1 },
+ 'kerneldenominators' => { 137 => 0x933 },
+ 'key' => { 497 => 'key' },
+ 'keystonecompensation' => { 295 => 0x1900 },
+ 'keystonedirection' => { 295 => 0x1901 },
+ 'keystonevalue' => { 295 => 0x1906 },
+ 'keyword' => { 366 => 'keyw', 487 => 'keyword' },
+ 'keywordinfo' => { 170 => 'Keywords' },
+ 'keywords' => { 130 => 0x19, 156 => 'Keywords', 300 => 'Keywords', 365 => 'Keywords', 368 => 'keywords', 466 => 'keywords', 484 => 'Keywords', 495 => 'Keywords' },
+ 'killdate' => { 487 => 'killDate' },
+ 'killdatea-platform' => { 487 => [\'killDate','killDateA-platform'] },
+ 'killdatedate' => { 487 => [\'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' => { 304 => 'Label', 495 => 'Label' },
+ 'labelname1' => { 481 => [\'TagStructure','TagStructureLabelName'] },
+ 'labelname2' => { 481 => [\'TagStructure','TagStructureSubLabelsLabelName'] },
+ 'labelname3' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] },
+ 'labelname4' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'labelname5' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'labelname6' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'landmark' => { 314 => 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' => { 474 => 'language' },
+ 'languageidentifier' => { 130 => 0x87 },
+ 'largestvalidinteriorrectheight' => { 459 => 'LargestValidInteriorRectHeight' },
+ 'largestvalidinteriorrectleft' => { 459 => 'LargestValidInteriorRectLeft' },
+ 'largestvalidinteriorrecttop' => { 459 => 'LargestValidInteriorRectTop' },
+ 'largestvalidinteriorrectwidth' => { 459 => 'LargestValidInteriorRectWidth' },
+ 'lastfilenumber' => { 180 => 0x1b },
+ 'lastkeywordiptc' => { 177 => 'LastKeywordIPTC' },
+ 'lastkeywordxmp' => { 177 => 'LastKeywordXMP' },
+ 'lastphotodate' => { 459 => 'LastPhotoDate' },
+ 'lasturl' => { 498 => 'LastURL' },
+ 'lateralchromaticaberration' => { 414 => 0x2012 },
+ 'lateralchromaticaberrationcorrectionalreadyapplied' => { 468 => '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' => { 340 => 0x2 },
+ 'lc10' => { 340 => 0xb },
+ 'lc11' => { 340 => 0xc },
+ 'lc12' => { 340 => 0xd },
+ 'lc14' => { 340 => 0xf },
+ 'lc15' => { 340 => 0x10 },
+ 'lc3' => { 340 => 0x4 },
+ 'lc4' => { 340 => 0x5 },
+ 'lc5' => { 340 => 0x6 },
+ 'lc6' => { 340 => 0x7 },
+ 'lc7' => { 340 => 0x8 },
+ 'lc8' => { 340 => 0x9 },
+ 'lcddisplayatpoweron' => { 83 => 0x811, 87 => 0xa },
+ 'lcddisplayreturntoshoot' => { 88 => 0x12 },
+ 'lcdillumination' => { 274 => '17.5', 275 => '5.2', 277 => '5.1', 278 => '5.1', 283 => '10.3', 284 => '4.2', 287 => '5.2', 288 => '5.1', 289 => '5.4' },
+ 'lcdilluminationduringbulb' => { 83 => 0x408 },
+ 'lcdmatrix' => { 137 => 0xe74 },
+ 'lcdmatrixchickfix' => { 137 => 0xe75 },
+ 'lcdmatrixmarvin' => { 137 => 0xe76 },
+ 'lcdpanels' => { 82 => 0x8 },
+ 'lcheditor' => { 267 => 0x8ae85e },
+ 'legacyiptcdigest' => { 485 => 'LegacyIPTCDigest' },
+ 'legalcode' => { 469 => 'legalcode' },
+ 'lens' => { 118 => 0xfdea, 224 => 0x84, 468 => 'Lens' },
+ 'lensafstopbutton' => { 81 => 0x11, 82 => 0x13, 83 => 0x506, 84 => 0x10, 85 => 0x12, 88 => 0x13, 89 => 0x9 },
+ 'lensaperturerange' => { 391 => [0x30,0x48] },
+ 'lenscorrectionsettings' => { 476 => 'LensCorrectionSettings' },
+ 'lensdistortinfo' => { 468 => 'LensDistortInfo' },
+ 'lensdistortionparams' => { 296 => 0x206 },
+ 'lensdrivenoaf' => { 83 => 0x505 },
'lensdrivewhenafimpossible' => { 2 => 0xb },
- 'lense-mountversion' => { 401 => 0x3f0, 445 => 0xd },
- 'lensfirmware' => { 380 => 0x20, 386 => 0xa004 },
- 'lensfirmwareversion' => { 290 => 0x204, 312 => 0x60, 401 => 0x3f3, 445 => 0x14 },
- 'lensfocallength' => { 101 => 0xf0512, 338 => 0x9 },
- 'lensfocalrange' => { 389 => [0xa,0x2a] },
- 'lensfocusfunctionbuttons' => { 273 => '55.1', 275 => '52.1', 276 => '52.1', 285 => '52.1', 286 => '52.1' },
- 'lensformat' => { 424 => 0x1891, 426 => 0x18bd, 427 => 0x18ed, 428 => 0x17f1, 430 => 0x106, 431 => 0x106, 441 => 0x603, 442 => 0x5d },
- 'lensfstops' => { 215 => 0x7, 216 => 0xc, 217 => 0xd, 221 => 0xe, 223 => 0x8b, 338 => '0.3' },
- 'lensid' => { 221 => 0x30, 466 => 'LensID' },
- 'lensidnumber' => { 215 => 0x6, 216 => 0xb, 217 => 0xc, 221 => 0xd },
- 'lensinfo' => { 117 => 0xa432, 344 => 0x2a, 466 => 'LensInfo', 476 => 'LensSpecification' },
- 'lenskind' => { 338 => 0x1 },
- 'lensmake' => { 117 => 0xa433, 161 => 'Make', 476 => 'LensMake' },
- 'lensmanualdistortionamount' => { 469 => 'LensManualDistortionAmount', 471 => 'LensManualDistortionAmount' },
- 'lensmanufacturer' => { 176 => 'LensManufacturer' },
- 'lensmaxaperturerange' => { 389 => 0x2b },
- 'lensmodel' => { 7 => 0x937, 14 => 0x92b, 15 => 0x933, 62 => 0x95, 117 => 0xa434, 161 => 'Model', 176 => 'LensModel', 218 => 0x18a, 219 => 0x18b, 220 => 0x2ac, 290 => 0x203, 344 => 0xc, 356 => 0x412, 476 => 'LensModel' },
- 'lensmodulationoptimizer' => { 125 => 0x1045 },
- 'lensmount' => { 401 => 0x99, 424 => 0x1892, 426 => 0x18be, 427 => 0x18ee, 428 => 0x17f2, 430 => 0x105, 431 => 0x105, 441 => 0x604, 442 => 0x5e },
- 'lensmount2' => { 445 => 0x8 },
- 'lensprofilechromaticaberrationscale' => { 469 => 'LensProfileChromaticAberrationScale', 471 => 'LensProfileChromaticAberrationScale' },
- 'lensprofiledigest' => { 469 => 'LensProfileDigest', 471 => 'LensProfileDigest' },
- 'lensprofiledistortionscale' => { 469 => 'LensProfileDistortionScale', 471 => 'LensProfileDistortionScale' },
- 'lensprofileenable' => { 469 => 'LensProfileEnable', 471 => 'LensProfileEnable' },
- 'lensprofilefilename' => { 469 => 'LensProfileFilename', 471 => 'LensProfileFilename' },
- 'lensprofileisembedded' => { 469 => 'LensProfileIsEmbedded', 471 => 'LensProfileIsEmbedded' },
- 'lensprofilematchkeycameramodelname' => { 469 => 'LensProfileMatchKeyCameraModelName', 471 => 'LensProfileMatchKeyCameraModelName' },
- 'lensprofilematchkeyexifmake' => { 469 => 'LensProfileMatchKeyExifMake', 471 => 'LensProfileMatchKeyExifMake' },
- 'lensprofilematchkeyexifmodel' => { 469 => 'LensProfileMatchKeyExifModel', 471 => 'LensProfileMatchKeyExifModel' },
- 'lensprofilematchkeyisraw' => { 469 => 'LensProfileMatchKeyIsRaw', 471 => 'LensProfileMatchKeyIsRaw' },
- 'lensprofilematchkeylensid' => { 469 => 'LensProfileMatchKeyLensID', 471 => 'LensProfileMatchKeyLensID' },
- 'lensprofilematchkeylensinfo' => { 469 => 'LensProfileMatchKeyLensInfo', 471 => 'LensProfileMatchKeyLensInfo' },
- 'lensprofilematchkeylensname' => { 469 => 'LensProfileMatchKeyLensName', 471 => 'LensProfileMatchKeyLensName' },
- 'lensprofilematchkeysensorformatfactor' => { 469 => 'LensProfileMatchKeySensorFormatFactor', 471 => 'LensProfileMatchKeySensorFormatFactor' },
- 'lensprofilename' => { 469 => 'LensProfileName', 471 => 'LensProfileName' },
- 'lensprofilesetup' => { 469 => 'LensProfileSetup', 471 => 'LensProfileSetup' },
- 'lensprofilevignettingscale' => { 469 => 'LensProfileVignettingScale', 471 => 'LensProfileVignettingScale' },
- 'lensproperties' => { 290 => 0x20b },
- 'lensserialnumber' => { 21 => 0x164, 32 => 0x16b, 60 => 0x0, 117 => 0xa435, 161 => 'SerialNumber', 290 => 0x202, 310 => 0x321, 312 => 0x52, 372 => 'LENS', 380 => 0x30, 466 => 'LensSerialNumber', 476 => 'LensSerialNumber' },
- 'lensshutterlock' => { 182 => 0x4a },
- 'lensspec' => { 396 => 0x0, 397 => 0x0, 398 => 0x0, 412 => 0xb02a },
- 'lensspecfeatures' => { 430 => [0x115,0x116], 431 => [0x116,0x1ed,0x1f0,0x21c,0x21e] },
- 'lenstemperature' => { 294 => 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, 184 => 0x10c, 185 => 0x49bd, 223 => 0x83, 290 => 0x201, 303 => 0x16, 307 => 0x310, 309 => 0x303, 310 => 0x303, 312 => 0x51, 314 => 0x3405, 339 => 0x0, 340 => 0x0, 341 => 0x1, 342 => 0x1, 343 => 0x1, 345 => 0x0, 386 => 0xa003, 389 => 0x27, 412 => 0xb027, 424 => 0x1896, 426 => 0x18c2, 427 => 0x18f2, 428 => 0x17f6, 430 => 0x109, 431 => 0x109, 441 => 0x608, 442 => 0x62 },
- 'lenstype2' => { 401 => 0x3f7, 424 => 0x1893, 426 => 0x18bf, 427 => 0x18ef, 428 => 0x17f3, 430 => 0x107, 431 => 0x107, 441 => 0x605, 442 => 0x60 },
- 'lenstype3' => { 445 => 0x9 },
- 'lenstypemake' => { 312 => 0xc4 },
- 'lenstypemodel' => { 312 => [0xc5,0xe4] },
- 'lenszoomposition' => { 438 => 0x19, 439 => 0x1e, 442 => [0x342,0x34e,0x35a] },
- 'levelindicator' => { 320 => 0x15 },
- 'levelmeter' => { 372 => ['Lvlm','lvlm'] },
- 'levelorientation' => { 346 => 0x0 },
- 'license' => { 467 => 'license' },
- 'licensee' => { 299 => 'Licensee' },
- 'licenseeid' => { 299 => [\'Licensee','LicenseeLicenseeID'] },
- 'licenseeimageid' => { 299 => 'LicenseeImageID' },
- 'licenseeimagenotes' => { 299 => 'LicenseeImageNotes' },
- 'licenseename' => { 299 => [\'Licensee','LicenseeLicenseeName'] },
- 'licenseenddate' => { 299 => 'LicenseEndDate' },
- 'licenseeprojectreference' => { 299 => 'LicenseeProjectReference' },
- 'licenseetransactionid' => { 299 => 'LicenseeTransactionID' },
- 'licenseid' => { 299 => 'LicenseID' },
- 'licensestartdate' => { 299 => 'LicenseStartDate' },
- 'licensetransactiondate' => { 299 => 'LicenseTransactionDate' },
- 'licensetype' => { 473 => 'licensetype' },
- 'licensor' => { 299 => 'Licensor' },
- 'licensorcity' => { 299 => [\'Licensor','LicensorLicensorCity'] },
- 'licensorcountry' => { 299 => [\'Licensor','LicensorLicensorCountry'] },
- 'licensoremail' => { 299 => [\'Licensor','LicensorLicensorEmail'] },
- 'licensorextendedaddress' => { 299 => [\'Licensor','LicensorLicensorExtendedAddress'] },
- 'licensorid' => { 299 => [\'Licensor','LicensorLicensorID'] },
- 'licensorimageid' => { 299 => 'LicensorImageID' },
- 'licensorname' => { 299 => [\'Licensor','LicensorLicensorName'] },
- 'licensornotes' => { 299 => 'LicensorNotes' },
- 'licensorpostalcode' => { 299 => [\'Licensor','LicensorLicensorPostalCode'] },
- 'licensorregion' => { 299 => [\'Licensor','LicensorLicensorRegion'] },
- 'licensorstreetaddress' => { 299 => [\'Licensor','LicensorLicensorStreetAddress'] },
- 'licensortelephone1' => { 299 => [\'Licensor','LicensorLicensorTelephone1'] },
- 'licensortelephone2' => { 299 => [\'Licensor','LicensorLicensorTelephone2'] },
- 'licensortelephonetype1' => { 299 => [\'Licensor','LicensorLicensorTelephoneType1'] },
- 'licensortelephonetype2' => { 299 => [\'Licensor','LicensorLicensorTelephoneType2'] },
- 'licensortransactionid' => { 299 => 'LicensorTransactionID' },
- 'licensorurl' => { 299 => [\'Licensor','LicensorLicensorURL'] },
- 'lightcondition' => { 294 => 0x1009 },
- 'lightingmode' => { 111 => 0x302a },
- 'lightreading' => { 347 => 0x15 },
- 'lightsource' => { 117 => 0x9208, 223 => 0x90, 297 => 0x1000, 475 => 'LightSource' },
- 'lightsourcespecial' => { 388 => 0x21d },
- 'lightswitch' => { 285 => '0.1', 287 => '0.1' },
- 'lightvaluecenter' => { 294 => 0x103d },
- 'lightvalueperiphery' => { 294 => 0x103e },
- 'limitafareamodeselection' => { 273 => '51.1', 275 => '49.1', 276 => '49.1', 285 => '49.1', 286 => '49.1' },
- 'linearitylimitblue' => { 317 => 0x10 },
- 'linearitylimitgreen' => { 317 => 0xf },
- 'linearitylimitred' => { 317 => 0xe },
- 'linearityuppermargin' => { 41 => 0x32c, 44 => [0x2ba,0x2d1,0x2d5], 46 => 0x1e5, 47 => [0x1fe,0x2de], 48 => [0x232,0x310], 49 => 0x31e },
- 'linearizationtable' => { 117 => 0xc618 },
- 'linearresponselimit' => { 117 => 0xc62e },
- 'link' => { 485 => 'link' },
- 'linkaetoafpoint' => { 328 => '14.2' },
- 'linkedencodedrightsexpr' => { 481 => [\'LinkedEncRightsExpr','LinkedEncRightsExprLinkedRightsExpr'] },
- 'linkedencodedrightsexprlangid' => { 481 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprLangId'] },
- 'linkedencodedrightsexprtype' => { 481 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprEncType'] },
- 'linkedencrightsexpr' => { 481 => 'LinkedEncRightsExpr' },
- 'linlogcoring' => { 136 => 0x904 },
- 'lithostratigraphicterms' => { 116 => [\'GeologicalContext','GeologicalContextLithostratigraphicTerms'] },
- 'livephotoauto' => { 366 => 'live-photo.auto' },
- 'livephotovitalityscore' => { 366 => 'live-photo.vitality-score' },
- 'livephotovitalityscoringversion' => { 366 => 'live-photo.vitality-scoring-version' },
- 'liveviewaf' => { 277 => '32.1', 287 => '34.1' },
- 'liveviewafareamode' => { 282 => '34.1' },
- 'liveviewafmethod' => { 417 => 0x20 },
- 'liveviewafmode' => { 282 => '34.2' },
- 'liveviewafsetting' => { 401 => 0x36 },
- 'liveviewbuttonoptions' => { 273 => '50.2', 275 => '48.2', 276 => '48.2', 285 => '48.2', 286 => '48.2' },
- 'liveviewexposuresimulation' => { 82 => 0x810 },
- 'liveviewfocusmode' => { 401 => [0x8b,0x28b] },
- 'liveviewmetering' => { 401 => [0x84,0x284] },
- 'liveviewmonitorofftime' => { 273 => '21.2', 275 => '21.2', 276 => '21.2', 278 => '20.2', 279 => '20.2', 280 => '20.2', 282 => '20.2', 285 => '21.2', 286 => '21.2' },
- 'liveviewshooting' => { 56 => 0x13 },
- 'livingspecimen' => { 116 => 'LivingSpecimen' },
- 'livingspecimenmaterialsampleid' => { 116 => [\'LivingSpecimen','LivingSpecimenMaterialSampleID'] },
- 'localcaption' => { 129 => 0x79 },
- 'localizedcameramodel' => { 117 => 0xc615 },
- 'locallocationname' => { 386 => 0x30 },
- 'location' => { 222 => 0x9, 312 => 0x67, 462 => 'Location', 480 => 'Location', 484 => 'location', 485 => 'location' },
- 'locationaccuracyhorizontal' => { 366 => 'location.accuracy.horizontal' },
- 'locationareacode' => { 468 => 'lac' },
- 'locationbody' => { 366 => 'location.body' },
- 'locationcreated' => { 481 => 'LocationCreated' },
- 'locationcreatedcity' => { 481 => [\'LocationCreated','LocationCreatedCity'] },
- 'locationcreatedcountrycode' => { 481 => [\'LocationCreated','LocationCreatedCountryCode'] },
- 'locationcreatedcountryname' => { 481 => [\'LocationCreated','LocationCreatedCountryName'] },
- 'locationcreatedgpsaltitude' => { 481 => [\'LocationCreated','LocationCreatedGPSAltitude'] },
- 'locationcreatedgpslatitude' => { 481 => [\'LocationCreated','LocationCreatedGPSLatitude'] },
- 'locationcreatedgpslongitude' => { 481 => [\'LocationCreated','LocationCreatedGPSLongitude'] },
- 'locationcreatedidentifier' => { 481 => [\'LocationCreated','LocationCreatedIdentifier'] },
- 'locationcreatedlocationid' => { 481 => [\'LocationCreated','LocationCreatedLocationId'] },
- 'locationcreatedlocationname' => { 481 => [\'LocationCreated','LocationCreatedLocationName'] },
- 'locationcreatedprovincestate' => { 481 => [\'LocationCreated','LocationCreatedProvinceState'] },
- 'locationcreatedsublocation' => { 481 => [\'LocationCreated','LocationCreatedSublocation'] },
- 'locationcreatedworldregion' => { 481 => [\'LocationCreated','LocationCreatedWorldRegion'] },
- 'locationdate' => { 366 => 'location.date' },
- 'locationinformation' => { 372 => 'loci' },
- 'locationinfoversion' => { 222 => 0x0 },
- 'locationname' => { 366 => 'location.name', 386 => 0x31 },
- 'locationnote' => { 366 => 'location.note' },
- 'locationrole' => { 366 => 'location.role' },
- 'locationshown' => { 481 => 'LocationShown' },
- 'locationshowncity' => { 481 => [\'LocationShown','LocationShownCity'] },
- 'locationshowncountrycode' => { 481 => [\'LocationShown','LocationShownCountryCode'] },
- 'locationshowncountryname' => { 481 => [\'LocationShown','LocationShownCountryName'] },
- 'locationshowngpsaltitude' => { 481 => [\'LocationShown','LocationShownGPSAltitude'] },
- 'locationshowngpslatitude' => { 481 => [\'LocationShown','LocationShownGPSLatitude'] },
- 'locationshowngpslongitude' => { 481 => [\'LocationShown','LocationShownGPSLongitude'] },
- 'locationshownidentifier' => { 481 => [\'LocationShown','LocationShownIdentifier'] },
- 'locationshownlocationid' => { 481 => [\'LocationShown','LocationShownLocationId'] },
- 'locationshownlocationname' => { 481 => [\'LocationShown','LocationShownLocationName'] },
- 'locationshownprovincestate' => { 481 => [\'LocationShown','LocationShownProvinceState'] },
- 'locationshownsublocation' => { 481 => [\'LocationShown','LocationShownSublocation'] },
- 'locationshownworldregion' => { 481 => [\'LocationShown','LocationShownWorldRegion'] },
- 'lockmicrophonebutton' => { 82 => 0x709 },
- 'logcomment' => { 495 => 'logComment' },
- 'logscale' => { 136 => 0x902 },
- 'longdescription' => { 364 => 'ldes' },
- 'longexposurenoisereduction' => { 61 => 0x4, 82 => 0x201, 83 => 0x1, 84 => 0x2, 85 => 0x1, 86 => 0x1, 87 => 0x2, 88 => 0x1, 312 => 0x49, 399 => 0x2b, 400 => 0x25, 401 => 0x25, 412 => 0x2008, 417 => 0x11, 442 => 0x44 },
- 'longexposurenoisereduction2' => { 56 => 0x8 },
- 'longexposurenrused' => { 312 => 0xbe },
- 'longitude' => { 114 => 'Longitude' },
- 'look' => { 469 => 'Look', 471 => 'Look' },
- 'lookamount' => { 469 => [\'Look','LookAmount'], 471 => [\'Look','LookAmount'] },
- 'lookcluster' => { 469 => [\'Look','LookCluster'], 471 => [\'Look','LookCluster'] },
- 'lookcopyright' => { 469 => [\'Look','LookCopyright'], 471 => [\'Look','LookCopyright'] },
- 'lookgroup' => { 469 => [\'Look','LookGroup'], 471 => [\'Look','LookGroup'] },
- 'lookname' => { 469 => 'LookName', 471 => 'LookName' },
- 'lookparameters' => { 469 => [\'Look','LookParameters'], 471 => [\'Look','LookParameters'] },
- 'lookparameterscameraprofile' => { 469 => [\'Look','LookParametersCameraProfile'], 471 => [\'Look','LookParametersCameraProfile'] },
- 'lookparametersclarity2012' => { 469 => [\'Look','LookParametersClarity2012'], 471 => [\'Look','LookParametersClarity2012'] },
- 'lookparametersconverttograyscale' => { 469 => [\'Look','LookParametersConvertToGrayscale'], 471 => [\'Look','LookParametersConvertToGrayscale'] },
- 'lookparameterslooktable' => { 469 => [\'Look','LookParametersLookTable'], 471 => [\'Look','LookParametersLookTable'] },
- 'lookparametersprocessversion' => { 469 => [\'Look','LookParametersProcessVersion'], 471 => [\'Look','LookParametersProcessVersion'] },
- 'lookparameterstonecurvepv2012' => { 469 => [\'Look','LookParametersToneCurvePV2012'], 471 => [\'Look','LookParametersToneCurvePV2012'] },
- 'lookparameterstonecurvepv2012blue' => { 469 => [\'Look','LookParametersToneCurvePV2012Blue'], 471 => [\'Look','LookParametersToneCurvePV2012Blue'] },
- 'lookparameterstonecurvepv2012green' => { 469 => [\'Look','LookParametersToneCurvePV2012Green'], 471 => [\'Look','LookParametersToneCurvePV2012Green'] },
- 'lookparameterstonecurvepv2012red' => { 469 => [\'Look','LookParametersToneCurvePV2012Red'], 471 => [\'Look','LookParametersToneCurvePV2012Red'] },
- 'lookparametersversion' => { 469 => [\'Look','LookParametersVersion'], 471 => [\'Look','LookParametersVersion'] },
- 'looksupportsamount' => { 469 => [\'Look','LookSupportsAmount'], 471 => [\'Look','LookSupportsAmount'] },
- 'looksupportsmonochrome' => { 469 => [\'Look','LookSupportsMonochrome'], 471 => [\'Look','LookSupportsMonochrome'] },
- 'looksupportsoutputreferred' => { 469 => [\'Look','LookSupportsOutputReferred'], 471 => [\'Look','LookSupportsOutputReferred'] },
- 'lookuuid' => { 469 => [\'Look','LookUUID'], 471 => [\'Look','LookUUID'] },
- 'loop' => { 495 => 'loop' },
- 'loopstyle' => { 372 => 'LOOP' },
- 'lowestbiostratigraphiczone' => { 116 => [\'GeologicalContext','GeologicalContextLowestBiostratigraphicZone'] },
- 'luminanceadjustmentaqua' => { 469 => 'LuminanceAdjustmentAqua', 471 => 'LuminanceAdjustmentAqua' },
- 'luminanceadjustmentblue' => { 469 => 'LuminanceAdjustmentBlue', 471 => 'LuminanceAdjustmentBlue' },
- 'luminanceadjustmentgreen' => { 469 => 'LuminanceAdjustmentGreen', 471 => 'LuminanceAdjustmentGreen' },
- 'luminanceadjustmentmagenta' => { 469 => 'LuminanceAdjustmentMagenta', 471 => 'LuminanceAdjustmentMagenta' },
- 'luminanceadjustmentorange' => { 469 => 'LuminanceAdjustmentOrange', 471 => 'LuminanceAdjustmentOrange' },
- 'luminanceadjustmentpurple' => { 469 => 'LuminanceAdjustmentPurple', 471 => 'LuminanceAdjustmentPurple' },
- 'luminanceadjustmentred' => { 469 => 'LuminanceAdjustmentRed', 471 => 'LuminanceAdjustmentRed' },
- 'luminanceadjustmentyellow' => { 469 => 'LuminanceAdjustmentYellow', 471 => 'LuminanceAdjustmentYellow' },
- 'luminancecurvelimits' => { 106 => 0x150 },
- 'luminancecurvepoints' => { 106 => 0x126 },
- 'luminancenoisereduction' => { 101 => 0x20600, 107 => 0x5f, 389 => 0x1b },
- 'luminancenoisereductioncontrast' => { 469 => 'LuminanceNoiseReductionContrast', 471 => 'LuminanceNoiseReductionContrast' },
- 'luminancenoisereductiondetail' => { 469 => 'LuminanceNoiseReductionDetail', 471 => 'LuminanceNoiseReductionDetail' },
- 'luminancenr_tiff_jpeg' => { 107 => 0x6d },
- 'luminancesmoothing' => { 469 => 'LuminanceSmoothing', 471 => 'LuminanceSmoothing' },
- 'lvshootingareadisplay' => { 82 => [0x40b,0x40c] },
- 'lyrics' => { 364 => "\xa9lyr", 372 => "\xa9lyr", 495 => 'lyrics' },
- 'lyricsuri' => { 372 => 'lrcu' },
- 'm16cversion' => { 307 => 0x333 },
- 'macatom' => { 470 => 'macAtom' },
- 'macatomapplicationcode' => { 470 => [\'macAtom','macAtomApplicationCode'] },
- 'macatominvocationappleevent' => { 470 => [\'macAtom','macAtomInvocationAppleEvent'] },
- 'macatomposixprojectpath' => { 470 => [\'macAtom','macAtomPosixProjectPath'] },
- 'machineobservation' => { 116 => 'MachineObservation' },
- 'machineobservationday' => { 116 => [\'MachineObservation','MachineObservationDay'] },
- 'machineobservationearliestdate' => { 116 => [\'MachineObservation','MachineObservationEarliestDate'] },
- 'machineobservationenddayofyear' => { 116 => [\'MachineObservation','MachineObservationEndDayOfYear'] },
- 'machineobservationeventdate' => { 116 => [\'MachineObservation','MachineObservationEventDate'] },
- 'machineobservationeventid' => { 116 => [\'MachineObservation','MachineObservationEventID'] },
- 'machineobservationeventremarks' => { 116 => [\'MachineObservation','MachineObservationEventRemarks'] },
- 'machineobservationeventtime' => { 116 => [\'MachineObservation','MachineObservationEventTime'] },
- 'machineobservationfieldnotes' => { 116 => [\'MachineObservation','MachineObservationFieldNotes'] },
- 'machineobservationfieldnumber' => { 116 => [\'MachineObservation','MachineObservationFieldNumber'] },
- 'machineobservationhabitat' => { 116 => [\'MachineObservation','MachineObservationHabitat'] },
- 'machineobservationlatestdate' => { 116 => [\'MachineObservation','MachineObservationLatestDate'] },
- 'machineobservationmonth' => { 116 => [\'MachineObservation','MachineObservationMonth'] },
- 'machineobservationparenteventid' => { 116 => [\'MachineObservation','MachineObservationParentEventID'] },
- 'machineobservationsamplesizeunit' => { 116 => [\'MachineObservation','MachineObservationSampleSizeUnit'] },
- 'machineobservationsamplesizevalue' => { 116 => [\'MachineObservation','MachineObservationSampleSizeValue'] },
- 'machineobservationsamplingeffort' => { 116 => [\'MachineObservation','MachineObservationSamplingEffort'] },
- 'machineobservationsamplingprotocol' => { 116 => [\'MachineObservation','MachineObservationSamplingProtocol'] },
- 'machineobservationstartdayofyear' => { 116 => [\'MachineObservation','MachineObservationStartDayOfYear'] },
- 'machineobservationverbatimeventdate' => { 116 => [\'MachineObservation','MachineObservationVerbatimEventDate'] },
- 'machineobservationyear' => { 116 => [\'MachineObservation','MachineObservationYear'] },
- 'macro' => { 125 => 0x1020, 127 => 0x202, 149 => 0x2b, 294 => 0x202, 378 => 0x21, 388 => 0x202, 412 => 0xb040 },
- 'macroled' => { 292 => 0x120a },
- 'macromagnification' => { 7 => 0x1b, 11 => 0x1b, 14 => 0x1b, 15 => 0x1b, 19 => 0x1b, 20 => 0x1b, 56 => 0x10 },
- 'macromode' => { 34 => 0x1, 179 => 0xb, 289 => 0x300, 312 => 0x1c, 379 => 0x1009 },
- 'magentahsl' => { 101 => 0x20917 },
- 'magicfilter' => { 289 => 0x52c },
- 'magnifiedview' => { 84 => 0x11, 86 => 0x9 },
- 'mainboardversion' => { 136 => 0x438 },
- 'maindialexposurecomp' => { 283 => '0.6' },
- 'mainingredient' => { 487 => 'mainIngredient' },
- 'majorversion' => { 460 => 'MajorVersion' },
- 'make' => { 96 => 0x0, 113 => 0x1, 117 => 0x10f, 154 => 'Make', 302 => 'Make', 317 => 0x10f, 366 => 'make', 372 => ['@mak',"\xa9mak"], 484 => 'make', 491 => 'Make' },
- 'makernote' => { 475 => 'MakerNote' },
- 'makernoteapple' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotecanon' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotecasio' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotecasio2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotedji' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteflir' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotefujifilm' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotege' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotege2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotehasselblad' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotehp' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotehp2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotehp4' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotehp6' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteisl' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotejvc' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotejvctext' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak10' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak11' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak12' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak1a' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak1b' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak3' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak4' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak5' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak6a' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak6b' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak7' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak8a' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak8b' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak8c' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodak9' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekodakunknown' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotekyocera' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteleica' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteleica10' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteleica2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteleica3' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteleica4' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteleica5' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteleica6' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteleica7' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteleica8' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteleica9' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteminolta' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteminolta2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteminolta3' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotemotorola' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotenikon' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotenikon2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotenikon3' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotenintendo' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteoffset' => { 388 => 0xff },
- 'makernoteolympus' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteolympus2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotepanasonic' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotepanasonic2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotepanasonic3' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotepentax' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotepentax2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotepentax3' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotepentax4' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotepentax5' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotepentax6' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotepentaxunknown' => { 372 => 'PXMN' },
- 'makernotephaseone' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotereconyx' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotereconyx2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotereconyx3' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotericoh' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotericoh2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotericohpentax' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotericohtext' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesafety' => { 117 => 0xc635 },
- 'makernotesamsung1a' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesamsung1b' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesamsung2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesanyo' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesanyoc4' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesanyopatch' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesigma' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesony' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesony2' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesony3' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesony4' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesony5' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesonyericsson' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotesonysrf' => { 115 => 'MakN', 117 => 0x927c },
- 'makernotetype' => { 379 => 0x1 },
- 'makernoteunknown' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteunknownbinary' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteunknowntext' => { 115 => 'MakN', 117 => 0x927c },
- 'makernoteversion' => { 184 => 0x0, 223 => 0x1, 294 => 0x0, 312 => 0x8000, 383 => 0x0, 386 => 0x1, 389 => [0x1d,0x1f], 402 => 0x2000 },
- 'makerurl' => { 372 => "\xa9mal" },
- 'managedfrom' => { 496 => 'ManagedFrom' },
- 'managedfromalternatepaths' => { 496 => [\'ManagedFrom','ManagedFromAlternatePaths'] },
- 'managedfromdocumentid' => { 496 => [\'ManagedFrom','ManagedFromDocumentID'] },
- 'managedfromfilepath' => { 496 => [\'ManagedFrom','ManagedFromFilePath'] },
- 'managedfromfrompart' => { 496 => [\'ManagedFrom','ManagedFromFromPart'] },
- 'managedfrominstanceid' => { 496 => [\'ManagedFrom','ManagedFromInstanceID'] },
- 'managedfromlastmodifydate' => { 496 => [\'ManagedFrom','ManagedFromLastModifyDate'] },
- 'managedfromlasturl' => { 496 => [\'ManagedFrom','ManagedFromLastURL'] },
- 'managedfromlinkcategory' => { 496 => [\'ManagedFrom','ManagedFromLinkCategory'] },
- 'managedfromlinkform' => { 496 => [\'ManagedFrom','ManagedFromLinkForm'] },
- 'managedfrommanager' => { 496 => [\'ManagedFrom','ManagedFromManager'] },
- 'managedfrommanagervariant' => { 496 => [\'ManagedFrom','ManagedFromManagerVariant'] },
- 'managedfrommanageto' => { 496 => [\'ManagedFrom','ManagedFromManageTo'] },
- 'managedfrommanageui' => { 496 => [\'ManagedFrom','ManagedFromManageUI'] },
- 'managedfrommaskmarkers' => { 496 => [\'ManagedFrom','ManagedFromMaskMarkers'] },
- 'managedfromoriginaldocumentid' => { 496 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] },
- 'managedfrompartmapping' => { 496 => [\'ManagedFrom','ManagedFromPartMapping'] },
- 'managedfromplacedresolutionunit' => { 496 => [\'ManagedFrom','ManagedFromPlacedResolutionUnit'] },
- 'managedfromplacedxresolution' => { 496 => [\'ManagedFrom','ManagedFromPlacedXResolution'] },
- 'managedfromplacedyresolution' => { 496 => [\'ManagedFrom','ManagedFromPlacedYResolution'] },
- 'managedfromrenditionclass' => { 496 => [\'ManagedFrom','ManagedFromRenditionClass'] },
- 'managedfromrenditionparams' => { 496 => [\'ManagedFrom','ManagedFromRenditionParams'] },
- 'managedfromtopart' => { 496 => [\'ManagedFrom','ManagedFromToPart'] },
- 'managedfromversionid' => { 496 => [\'ManagedFrom','ManagedFromVersionID'] },
- 'manager' => { 496 => 'Manager' },
- 'managervariant' => { 496 => 'ManagerVariant' },
- 'manageto' => { 496 => 'ManageTo' },
- 'manageui' => { 496 => 'ManageUI' },
- 'manifest' => { 496 => 'Manifest' },
- 'manifestlinkform' => { 496 => [\'Manifest','ManifestLinkForm'] },
- 'manifestplacedresolutionunit' => { 496 => [\'Manifest','ManifestPlacedResolutionUnit'] },
- 'manifestplacedxresolution' => { 496 => [\'Manifest','ManifestPlacedXResolution'] },
- 'manifestplacedyresolution' => { 496 => [\'Manifest','ManifestPlacedYResolution'] },
- 'manifestreference' => { 496 => [\'Manifest','ManifestReference'] },
- 'manifestreferencealternatepaths' => { 496 => [\'Manifest','ManifestReferenceAlternatePaths'] },
- 'manifestreferencedocumentid' => { 496 => [\'Manifest','ManifestReferenceDocumentID'] },
- 'manifestreferencefilepath' => { 496 => [\'Manifest','ManifestReferenceFilePath'] },
- 'manifestreferencefrompart' => { 496 => [\'Manifest','ManifestReferenceFromPart'] },
- 'manifestreferenceinstanceid' => { 496 => [\'Manifest','ManifestReferenceInstanceID'] },
- 'manifestreferencelastmodifydate' => { 496 => [\'Manifest','ManifestReferenceLastModifyDate'] },
- 'manifestreferencelasturl' => { 496 => [\'Manifest','ManifestReferenceLastURL'] },
- 'manifestreferencelinkcategory' => { 496 => [\'Manifest','ManifestReferenceLinkCategory'] },
- 'manifestreferencelinkform' => { 496 => [\'Manifest','ManifestReferenceLinkForm'] },
- 'manifestreferencemanager' => { 496 => [\'Manifest','ManifestReferenceManager'] },
- 'manifestreferencemanagervariant' => { 496 => [\'Manifest','ManifestReferenceManagerVariant'] },
- 'manifestreferencemanageto' => { 496 => [\'Manifest','ManifestReferenceManageTo'] },
- 'manifestreferencemanageui' => { 496 => [\'Manifest','ManifestReferenceManageUI'] },
- 'manifestreferencemaskmarkers' => { 496 => [\'Manifest','ManifestReferenceMaskMarkers'] },
- 'manifestreferenceoriginaldocumentid' => { 496 => [\'Manifest','ManifestReferenceOriginalDocumentID'] },
- 'manifestreferencepartmapping' => { 496 => [\'Manifest','ManifestReferencePartMapping'] },
- 'manifestreferenceplacedresolutionunit' => { 496 => [\'Manifest','ManifestReferencePlacedResolutionUnit'] },
- 'manifestreferenceplacedxresolution' => { 496 => [\'Manifest','ManifestReferencePlacedXResolution'] },
- 'manifestreferenceplacedyresolution' => { 496 => [\'Manifest','ManifestReferencePlacedYResolution'] },
- 'manifestreferencerenditionclass' => { 496 => [\'Manifest','ManifestReferenceRenditionClass'] },
- 'manifestreferencerenditionparams' => { 496 => [\'Manifest','ManifestReferenceRenditionParams'] },
- 'manifestreferencetopart' => { 496 => [\'Manifest','ManifestReferenceToPart'] },
- 'manifestreferenceversionid' => { 496 => [\'Manifest','ManifestReferenceVersionID'] },
- 'manometerpressure' => { 289 => 0x900, 312 => 0x86 },
- 'manometerreading' => { 289 => 0x901 },
- 'manualafpointselectpattern' => { 82 => 0x513 },
+ 'lense-mountversion' => { 403 => 0x3f0, 447 => 0xd },
+ 'lensfirmware' => { 382 => 0x20, 388 => 0xa004 },
+ 'lensfirmwareversion' => { 292 => 0x204, 314 => 0x60, 403 => 0x3f3, 447 => 0x14 },
+ 'lensfocallength' => { 102 => 0xf0512, 340 => 0x9 },
+ 'lensfocalrange' => { 391 => [0xa,0x2a] },
+ 'lensfocusfunctionbuttons' => { 275 => '55.1', 277 => '52.1', 278 => '52.1', 287 => '52.1', 288 => '52.1' },
+ 'lensformat' => { 426 => 0x1891, 428 => 0x18bd, 429 => 0x18ed, 430 => 0x17f1, 432 => 0x106, 433 => 0x106, 443 => 0x603, 444 => 0x5d },
+ 'lensfstops' => { 216 => 0x7, 217 => 0xc, 218 => 0xd, 222 => 0xe, 224 => 0x8b, 340 => '0.3' },
+ 'lensid' => { 222 => 0x30, 468 => 'LensID' },
+ 'lensidnumber' => { 216 => 0x6, 217 => 0xb, 218 => 0xc, 222 => 0xd },
+ 'lensinfo' => { 118 => 0xa432, 346 => 0x2a, 468 => 'LensInfo', 478 => 'LensSpecification' },
+ 'lenskind' => { 340 => 0x1 },
+ 'lensmake' => { 118 => 0xa433, 162 => 'Make', 478 => 'LensMake' },
+ 'lensmanualdistortionamount' => { 471 => 'LensManualDistortionAmount', 473 => 'LensManualDistortionAmount' },
+ 'lensmanufacturer' => { 177 => 'LensManufacturer' },
+ 'lensmaxaperturerange' => { 391 => 0x2b },
+ 'lensmodel' => { 7 => 0x937, 14 => 0x92b, 15 => 0x933, 63 => 0x95, 118 => 0xa434, 162 => 'Model', 177 => 'LensModel', 219 => 0x18a, 220 => 0x18b, 221 => 0x2ac, 292 => 0x203, 346 => 0xc, 358 => 0x412, 478 => 'LensModel' },
+ 'lensmodulationoptimizer' => { 126 => 0x1045 },
+ 'lensmount' => { 403 => 0x99, 426 => 0x1892, 428 => 0x18be, 429 => 0x18ee, 430 => 0x17f2, 432 => 0x105, 433 => 0x105, 443 => 0x604, 444 => 0x5e },
+ 'lensmount2' => { 447 => 0x8 },
+ 'lensprofilechromaticaberrationscale' => { 471 => 'LensProfileChromaticAberrationScale', 473 => 'LensProfileChromaticAberrationScale' },
+ 'lensprofiledigest' => { 471 => 'LensProfileDigest', 473 => 'LensProfileDigest' },
+ 'lensprofiledistortionscale' => { 471 => 'LensProfileDistortionScale', 473 => 'LensProfileDistortionScale' },
+ 'lensprofileenable' => { 471 => 'LensProfileEnable', 473 => 'LensProfileEnable' },
+ 'lensprofilefilename' => { 471 => 'LensProfileFilename', 473 => 'LensProfileFilename' },
+ 'lensprofileisembedded' => { 471 => 'LensProfileIsEmbedded', 473 => 'LensProfileIsEmbedded' },
+ 'lensprofilematchkeycameramodelname' => { 471 => 'LensProfileMatchKeyCameraModelName', 473 => 'LensProfileMatchKeyCameraModelName' },
+ 'lensprofilematchkeyexifmake' => { 471 => 'LensProfileMatchKeyExifMake', 473 => 'LensProfileMatchKeyExifMake' },
+ 'lensprofilematchkeyexifmodel' => { 471 => 'LensProfileMatchKeyExifModel', 473 => 'LensProfileMatchKeyExifModel' },
+ 'lensprofilematchkeyisraw' => { 471 => 'LensProfileMatchKeyIsRaw', 473 => 'LensProfileMatchKeyIsRaw' },
+ 'lensprofilematchkeylensid' => { 471 => 'LensProfileMatchKeyLensID', 473 => 'LensProfileMatchKeyLensID' },
+ 'lensprofilematchkeylensinfo' => { 471 => 'LensProfileMatchKeyLensInfo', 473 => 'LensProfileMatchKeyLensInfo' },
+ 'lensprofilematchkeylensname' => { 471 => 'LensProfileMatchKeyLensName', 473 => 'LensProfileMatchKeyLensName' },
+ 'lensprofilematchkeysensorformatfactor' => { 471 => 'LensProfileMatchKeySensorFormatFactor', 473 => 'LensProfileMatchKeySensorFormatFactor' },
+ 'lensprofilename' => { 471 => 'LensProfileName', 473 => 'LensProfileName' },
+ 'lensprofilesetup' => { 471 => 'LensProfileSetup', 473 => 'LensProfileSetup' },
+ 'lensprofilevignettingscale' => { 471 => 'LensProfileVignettingScale', 473 => 'LensProfileVignettingScale' },
+ 'lensproperties' => { 292 => 0x20b },
+ 'lensserialnumber' => { 21 => 0x164, 32 => 0x16b, 61 => 0x0, 118 => 0xa435, 162 => 'SerialNumber', 292 => 0x202, 312 => 0x321, 314 => 0x52, 374 => 'LENS', 382 => 0x30, 468 => 'LensSerialNumber', 478 => 'LensSerialNumber' },
+ 'lensshutterlock' => { 183 => 0x4a },
+ 'lensspec' => { 398 => 0x0, 399 => 0x0, 400 => 0x0, 414 => 0xb02a },
+ 'lensspecfeatures' => { 432 => [0x115,0x116], 433 => [0x116,0x1ed,0x1f0,0x21c,0x21e] },
+ 'lenstemperature' => { 296 => 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, 224 => 0x83, 292 => 0x201, 305 => 0x16, 309 => 0x310, 311 => 0x303, 312 => 0x303, 314 => 0x51, 316 => 0x3405, 341 => 0x0, 342 => 0x0, 343 => 0x1, 344 => 0x1, 345 => 0x1, 347 => 0x0, 388 => 0xa003, 391 => 0x27, 414 => 0xb027, 426 => 0x1896, 428 => 0x18c2, 429 => 0x18f2, 430 => 0x17f6, 432 => 0x109, 433 => 0x109, 443 => 0x608, 444 => 0x62 },
+ 'lenstype2' => { 403 => 0x3f7, 426 => 0x1893, 428 => 0x18bf, 429 => 0x18ef, 430 => 0x17f3, 432 => 0x107, 433 => 0x107, 443 => 0x605, 444 => 0x60 },
+ 'lenstype3' => { 447 => 0x9 },
+ 'lenstypemake' => { 314 => 0xc4 },
+ 'lenstypemodel' => { 314 => [0xc5,0xe4] },
+ 'lenszoomposition' => { 440 => 0x19, 441 => 0x1e, 444 => [0x342,0x34e,0x35a] },
+ 'levelindicator' => { 322 => 0x15 },
+ 'levelmeter' => { 374 => ['Lvlm','lvlm'] },
+ 'levelorientation' => { 348 => 0x0 },
+ 'license' => { 469 => 'license' },
+ 'licensee' => { 301 => 'Licensee' },
+ 'licenseeid' => { 301 => [\'Licensee','LicenseeLicenseeID'] },
+ 'licenseeimageid' => { 301 => 'LicenseeImageID' },
+ 'licenseeimagenotes' => { 301 => 'LicenseeImageNotes' },
+ 'licenseename' => { 301 => [\'Licensee','LicenseeLicenseeName'] },
+ 'licenseenddate' => { 301 => 'LicenseEndDate' },
+ 'licenseeprojectreference' => { 301 => 'LicenseeProjectReference' },
+ 'licenseetransactionid' => { 301 => 'LicenseeTransactionID' },
+ 'licenseid' => { 301 => 'LicenseID' },
+ 'licensestartdate' => { 301 => 'LicenseStartDate' },
+ 'licensetransactiondate' => { 301 => 'LicenseTransactionDate' },
+ 'licensetype' => { 475 => 'licensetype' },
+ 'licensor' => { 301 => 'Licensor' },
+ 'licensorcity' => { 301 => [\'Licensor','LicensorLicensorCity'] },
+ 'licensorcountry' => { 301 => [\'Licensor','LicensorLicensorCountry'] },
+ 'licensoremail' => { 301 => [\'Licensor','LicensorLicensorEmail'] },
+ 'licensorextendedaddress' => { 301 => [\'Licensor','LicensorLicensorExtendedAddress'] },
+ 'licensorid' => { 301 => [\'Licensor','LicensorLicensorID'] },
+ 'licensorimageid' => { 301 => 'LicensorImageID' },
+ 'licensorname' => { 301 => [\'Licensor','LicensorLicensorName'] },
+ 'licensornotes' => { 301 => 'LicensorNotes' },
+ 'licensorpostalcode' => { 301 => [\'Licensor','LicensorLicensorPostalCode'] },
+ 'licensorregion' => { 301 => [\'Licensor','LicensorLicensorRegion'] },
+ 'licensorstreetaddress' => { 301 => [\'Licensor','LicensorLicensorStreetAddress'] },
+ 'licensortelephone1' => { 301 => [\'Licensor','LicensorLicensorTelephone1'] },
+ 'licensortelephone2' => { 301 => [\'Licensor','LicensorLicensorTelephone2'] },
+ 'licensortelephonetype1' => { 301 => [\'Licensor','LicensorLicensorTelephoneType1'] },
+ 'licensortelephonetype2' => { 301 => [\'Licensor','LicensorLicensorTelephoneType2'] },
+ 'licensortransactionid' => { 301 => 'LicensorTransactionID' },
+ 'licensorurl' => { 301 => [\'Licensor','LicensorLicensorURL'] },
+ 'lightcondition' => { 296 => 0x1009 },
+ 'lightingmode' => { 112 => 0x302a },
+ 'lightreading' => { 349 => 0x15 },
+ 'lightsource' => { 118 => 0x9208, 224 => 0x90, 299 => 0x1000, 477 => 'LightSource' },
+ 'lightsourcespecial' => { 390 => 0x21d },
+ 'lightswitch' => { 287 => '0.1', 289 => '0.1' },
+ 'lightvaluecenter' => { 296 => 0x103d },
+ 'lightvalueperiphery' => { 296 => 0x103e },
+ 'limitafareamodeselection' => { 275 => '51.1', 277 => '49.1', 278 => '49.1', 287 => '49.1', 288 => '49.1' },
+ 'linearitylimitblue' => { 319 => 0x10 },
+ 'linearitylimitgreen' => { 319 => 0xf },
+ 'linearitylimitred' => { 319 => 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' => { 487 => 'link' },
+ 'linkaetoafpoint' => { 330 => '14.2' },
+ 'linkedencodedrightsexpr' => { 483 => [\'LinkedEncRightsExpr','LinkedEncRightsExprLinkedRightsExpr'] },
+ 'linkedencodedrightsexprlangid' => { 483 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprLangId'] },
+ 'linkedencodedrightsexprtype' => { 483 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprEncType'] },
+ 'linkedencrightsexpr' => { 483 => 'LinkedEncRightsExpr' },
+ 'linlogcoring' => { 137 => 0x904 },
+ 'lithostratigraphicterms' => { 117 => [\'GeologicalContext','GeologicalContextLithostratigraphicTerms'] },
+ 'livephotoauto' => { 368 => 'live-photo.auto' },
+ 'livephotovitalityscore' => { 368 => 'live-photo.vitality-score' },
+ 'livephotovitalityscoringversion' => { 368 => 'live-photo.vitality-scoring-version' },
+ 'liveviewaf' => { 279 => '32.1', 289 => '34.1' },
+ 'liveviewafareamode' => { 284 => '34.1' },
+ 'liveviewafmethod' => { 419 => 0x20 },
+ 'liveviewafmode' => { 284 => '34.2' },
+ 'liveviewafsetting' => { 403 => 0x36 },
+ 'liveviewbuttonoptions' => { 275 => '50.2', 277 => '48.2', 278 => '48.2', 287 => '48.2', 288 => '48.2' },
+ 'liveviewexposuresimulation' => { 83 => 0x810 },
+ 'liveviewfocusmode' => { 403 => [0x8b,0x28b] },
+ 'liveviewmetering' => { 403 => [0x84,0x284] },
+ 'liveviewmonitorofftime' => { 275 => '21.2', 277 => '21.2', 278 => '21.2', 280 => '20.2', 281 => '20.2', 282 => '20.2', 284 => '20.2', 287 => '21.2', 288 => '21.2' },
+ 'liveviewshooting' => { 57 => 0x13 },
+ 'livingspecimen' => { 117 => 'LivingSpecimen' },
+ 'livingspecimenmaterialsampleid' => { 117 => [\'LivingSpecimen','LivingSpecimenMaterialSampleID'] },
+ 'localcaption' => { 130 => 0x79 },
+ 'localizedcameramodel' => { 118 => 0xc615 },
+ 'locallocationname' => { 388 => 0x30 },
+ 'location' => { 223 => 0x9, 314 => 0x67, 464 => 'Location', 482 => 'Location', 486 => 'location', 487 => 'location' },
+ 'locationaccuracyhorizontal' => { 368 => 'location.accuracy.horizontal' },
+ 'locationareacode' => { 470 => 'lac' },
+ 'locationbody' => { 368 => 'location.body' },
+ 'locationcreated' => { 483 => 'LocationCreated' },
+ 'locationcreatedcity' => { 483 => [\'LocationCreated','LocationCreatedCity'] },
+ 'locationcreatedcountrycode' => { 483 => [\'LocationCreated','LocationCreatedCountryCode'] },
+ 'locationcreatedcountryname' => { 483 => [\'LocationCreated','LocationCreatedCountryName'] },
+ 'locationcreatedgpsaltitude' => { 483 => [\'LocationCreated','LocationCreatedGPSAltitude'] },
+ 'locationcreatedgpslatitude' => { 483 => [\'LocationCreated','LocationCreatedGPSLatitude'] },
+ 'locationcreatedgpslongitude' => { 483 => [\'LocationCreated','LocationCreatedGPSLongitude'] },
+ 'locationcreatedidentifier' => { 483 => [\'LocationCreated','LocationCreatedIdentifier'] },
+ 'locationcreatedlocationid' => { 483 => [\'LocationCreated','LocationCreatedLocationId'] },
+ 'locationcreatedlocationname' => { 483 => [\'LocationCreated','LocationCreatedLocationName'] },
+ 'locationcreatedprovincestate' => { 483 => [\'LocationCreated','LocationCreatedProvinceState'] },
+ 'locationcreatedsublocation' => { 483 => [\'LocationCreated','LocationCreatedSublocation'] },
+ 'locationcreatedworldregion' => { 483 => [\'LocationCreated','LocationCreatedWorldRegion'] },
+ 'locationdate' => { 368 => 'location.date' },
+ 'locationinformation' => { 374 => 'loci' },
+ 'locationinfoversion' => { 223 => 0x0 },
+ 'locationname' => { 368 => 'location.name', 388 => 0x31 },
+ 'locationnote' => { 368 => 'location.note' },
+ 'locationrole' => { 368 => 'location.role' },
+ 'locationshown' => { 483 => 'LocationShown' },
+ 'locationshowncity' => { 483 => [\'LocationShown','LocationShownCity'] },
+ 'locationshowncountrycode' => { 483 => [\'LocationShown','LocationShownCountryCode'] },
+ 'locationshowncountryname' => { 483 => [\'LocationShown','LocationShownCountryName'] },
+ 'locationshowngpsaltitude' => { 483 => [\'LocationShown','LocationShownGPSAltitude'] },
+ 'locationshowngpslatitude' => { 483 => [\'LocationShown','LocationShownGPSLatitude'] },
+ 'locationshowngpslongitude' => { 483 => [\'LocationShown','LocationShownGPSLongitude'] },
+ 'locationshownidentifier' => { 483 => [\'LocationShown','LocationShownIdentifier'] },
+ 'locationshownlocationid' => { 483 => [\'LocationShown','LocationShownLocationId'] },
+ 'locationshownlocationname' => { 483 => [\'LocationShown','LocationShownLocationName'] },
+ 'locationshownprovincestate' => { 483 => [\'LocationShown','LocationShownProvinceState'] },
+ 'locationshownsublocation' => { 483 => [\'LocationShown','LocationShownSublocation'] },
+ 'locationshownworldregion' => { 483 => [\'LocationShown','LocationShownWorldRegion'] },
+ 'lockmicrophonebutton' => { 83 => 0x709 },
+ 'logcomment' => { 497 => 'logComment' },
+ 'logscale' => { 137 => 0x902 },
+ 'longdescription' => { 366 => 'ldes' },
+ 'longexposurenoisereduction' => { 62 => 0x4, 83 => 0x201, 84 => 0x1, 85 => 0x2, 86 => 0x1, 87 => 0x1, 88 => 0x2, 89 => 0x1, 314 => 0x49, 401 => 0x2b, 402 => 0x25, 403 => 0x25, 414 => 0x2008, 419 => 0x11, 444 => 0x44 },
+ 'longexposurenoisereduction2' => { 57 => 0x8 },
+ 'longexposurenrused' => { 314 => 0xbe },
+ 'longitude' => { 115 => 'Longitude' },
+ 'look' => { 471 => 'Look', 473 => 'Look' },
+ 'lookamount' => { 471 => [\'Look','LookAmount'], 473 => [\'Look','LookAmount'] },
+ 'lookcluster' => { 471 => [\'Look','LookCluster'], 473 => [\'Look','LookCluster'] },
+ 'lookcopyright' => { 471 => [\'Look','LookCopyright'], 473 => [\'Look','LookCopyright'] },
+ 'lookgroup' => { 471 => [\'Look','LookGroup'], 473 => [\'Look','LookGroup'] },
+ 'lookname' => { 471 => 'LookName', 473 => 'LookName' },
+ 'lookparameters' => { 471 => [\'Look','LookParameters'], 473 => [\'Look','LookParameters'] },
+ 'lookparameterscameraprofile' => { 471 => [\'Look','LookParametersCameraProfile'], 473 => [\'Look','LookParametersCameraProfile'] },
+ 'lookparametersclarity2012' => { 471 => [\'Look','LookParametersClarity2012'], 473 => [\'Look','LookParametersClarity2012'] },
+ 'lookparametersconverttograyscale' => { 471 => [\'Look','LookParametersConvertToGrayscale'], 473 => [\'Look','LookParametersConvertToGrayscale'] },
+ 'lookparameterslooktable' => { 471 => [\'Look','LookParametersLookTable'], 473 => [\'Look','LookParametersLookTable'] },
+ 'lookparametersprocessversion' => { 471 => [\'Look','LookParametersProcessVersion'], 473 => [\'Look','LookParametersProcessVersion'] },
+ 'lookparameterstonecurvepv2012' => { 471 => [\'Look','LookParametersToneCurvePV2012'], 473 => [\'Look','LookParametersToneCurvePV2012'] },
+ 'lookparameterstonecurvepv2012blue' => { 471 => [\'Look','LookParametersToneCurvePV2012Blue'], 473 => [\'Look','LookParametersToneCurvePV2012Blue'] },
+ 'lookparameterstonecurvepv2012green' => { 471 => [\'Look','LookParametersToneCurvePV2012Green'], 473 => [\'Look','LookParametersToneCurvePV2012Green'] },
+ 'lookparameterstonecurvepv2012red' => { 471 => [\'Look','LookParametersToneCurvePV2012Red'], 473 => [\'Look','LookParametersToneCurvePV2012Red'] },
+ 'lookparametersversion' => { 471 => [\'Look','LookParametersVersion'], 473 => [\'Look','LookParametersVersion'] },
+ 'looksupportsamount' => { 471 => [\'Look','LookSupportsAmount'], 473 => [\'Look','LookSupportsAmount'] },
+ 'looksupportsmonochrome' => { 471 => [\'Look','LookSupportsMonochrome'], 473 => [\'Look','LookSupportsMonochrome'] },
+ 'looksupportsoutputreferred' => { 471 => [\'Look','LookSupportsOutputReferred'], 473 => [\'Look','LookSupportsOutputReferred'] },
+ 'lookuuid' => { 471 => [\'Look','LookUUID'], 473 => [\'Look','LookUUID'] },
+ 'loop' => { 497 => 'loop' },
+ 'loopstyle' => { 374 => 'LOOP' },
+ 'lowestbiostratigraphiczone' => { 117 => [\'GeologicalContext','GeologicalContextLowestBiostratigraphicZone'] },
+ 'luminanceadjustmentaqua' => { 471 => 'LuminanceAdjustmentAqua', 473 => 'LuminanceAdjustmentAqua' },
+ 'luminanceadjustmentblue' => { 471 => 'LuminanceAdjustmentBlue', 473 => 'LuminanceAdjustmentBlue' },
+ 'luminanceadjustmentgreen' => { 471 => 'LuminanceAdjustmentGreen', 473 => 'LuminanceAdjustmentGreen' },
+ 'luminanceadjustmentmagenta' => { 471 => 'LuminanceAdjustmentMagenta', 473 => 'LuminanceAdjustmentMagenta' },
+ 'luminanceadjustmentorange' => { 471 => 'LuminanceAdjustmentOrange', 473 => 'LuminanceAdjustmentOrange' },
+ 'luminanceadjustmentpurple' => { 471 => 'LuminanceAdjustmentPurple', 473 => 'LuminanceAdjustmentPurple' },
+ 'luminanceadjustmentred' => { 471 => 'LuminanceAdjustmentRed', 473 => 'LuminanceAdjustmentRed' },
+ 'luminanceadjustmentyellow' => { 471 => 'LuminanceAdjustmentYellow', 473 => 'LuminanceAdjustmentYellow' },
+ 'luminancecurvelimits' => { 107 => 0x150 },
+ 'luminancecurvepoints' => { 107 => 0x126 },
+ 'luminancenoisereduction' => { 102 => 0x20600, 108 => 0x5f, 391 => 0x1b },
+ 'luminancenoisereductioncontrast' => { 471 => 'LuminanceNoiseReductionContrast', 473 => 'LuminanceNoiseReductionContrast' },
+ 'luminancenoisereductiondetail' => { 471 => 'LuminanceNoiseReductionDetail', 473 => 'LuminanceNoiseReductionDetail' },
+ 'luminancenr_tiff_jpeg' => { 108 => 0x6d },
+ 'luminancesmoothing' => { 471 => 'LuminanceSmoothing', 473 => 'LuminanceSmoothing' },
+ 'lvshootingareadisplay' => { 83 => [0x40b,0x40c] },
+ 'lyrics' => { 366 => "\xa9lyr", 374 => "\xa9lyr", 497 => 'lyrics' },
+ 'lyricsuri' => { 374 => 'lrcu' },
+ 'm16cversion' => { 309 => 0x333 },
+ 'macatom' => { 472 => 'macAtom' },
+ 'macatomapplicationcode' => { 472 => [\'macAtom','macAtomApplicationCode'] },
+ 'macatominvocationappleevent' => { 472 => [\'macAtom','macAtomInvocationAppleEvent'] },
+ 'macatomposixprojectpath' => { 472 => [\'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, 296 => 0x202, 380 => 0x21, 390 => 0x202, 414 => 0xb040 },
+ 'macroled' => { 294 => 0x120a },
+ 'macromagnification' => { 7 => 0x1b, 11 => 0x1b, 14 => 0x1b, 15 => 0x1b, 19 => 0x1b, 20 => 0x1b, 57 => 0x10 },
+ 'macromode' => { 34 => 0x1, 180 => 0xb, 291 => 0x300, 314 => 0x1c, 381 => 0x1009 },
+ 'magentahsl' => { 102 => 0x20917 },
+ 'magicfilter' => { 291 => 0x52c },
+ 'magnifiedview' => { 85 => 0x11, 87 => 0x9 },
+ 'mainboardversion' => { 137 => 0x438 },
+ 'maindialexposurecomp' => { 285 => '0.6' },
+ 'mainingredient' => { 489 => 'mainIngredient' },
+ 'majorversion' => { 462 => 'MajorVersion' },
+ 'make' => { 97 => 0x0, 114 => 0x1, 118 => 0x10f, 155 => 'Make', 304 => 'Make', 319 => 0x10f, 368 => 'make', 374 => ['@mak',"\xa9mak"], 486 => 'make', 493 => 'Make' },
+ 'makernote' => { 477 => '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' => { 390 => 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' => { 374 => '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' => { 381 => 0x1 },
+ 'makernoteunknown' => { 116 => 'MakN', 118 => 0x927c },
+ 'makernoteunknownbinary' => { 116 => 'MakN', 118 => 0x927c },
+ 'makernoteunknowntext' => { 116 => 'MakN', 118 => 0x927c },
+ 'makernoteversion' => { 185 => 0x0, 224 => 0x1, 296 => 0x0, 314 => 0x8000, 385 => 0x0, 388 => 0x1, 391 => [0x1d,0x1f], 404 => 0x2000 },
+ 'makerurl' => { 374 => "\xa9mal" },
+ 'managedfrom' => { 498 => 'ManagedFrom' },
+ 'managedfromalternatepaths' => { 498 => [\'ManagedFrom','ManagedFromAlternatePaths'] },
+ 'managedfromdocumentid' => { 498 => [\'ManagedFrom','ManagedFromDocumentID'] },
+ 'managedfromfilepath' => { 498 => [\'ManagedFrom','ManagedFromFilePath'] },
+ 'managedfromfrompart' => { 498 => [\'ManagedFrom','ManagedFromFromPart'] },
+ 'managedfrominstanceid' => { 498 => [\'ManagedFrom','ManagedFromInstanceID'] },
+ 'managedfromlastmodifydate' => { 498 => [\'ManagedFrom','ManagedFromLastModifyDate'] },
+ 'managedfromlasturl' => { 498 => [\'ManagedFrom','ManagedFromLastURL'] },
+ 'managedfromlinkcategory' => { 498 => [\'ManagedFrom','ManagedFromLinkCategory'] },
+ 'managedfromlinkform' => { 498 => [\'ManagedFrom','ManagedFromLinkForm'] },
+ 'managedfrommanager' => { 498 => [\'ManagedFrom','ManagedFromManager'] },
+ 'managedfrommanagervariant' => { 498 => [\'ManagedFrom','ManagedFromManagerVariant'] },
+ 'managedfrommanageto' => { 498 => [\'ManagedFrom','ManagedFromManageTo'] },
+ 'managedfrommanageui' => { 498 => [\'ManagedFrom','ManagedFromManageUI'] },
+ 'managedfrommaskmarkers' => { 498 => [\'ManagedFrom','ManagedFromMaskMarkers'] },
+ 'managedfromoriginaldocumentid' => { 498 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] },
+ 'managedfrompartmapping' => { 498 => [\'ManagedFrom','ManagedFromPartMapping'] },
+ 'managedfromplacedresolutionunit' => { 498 => [\'ManagedFrom','ManagedFromPlacedResolutionUnit'] },
+ 'managedfromplacedxresolution' => { 498 => [\'ManagedFrom','ManagedFromPlacedXResolution'] },
+ 'managedfromplacedyresolution' => { 498 => [\'ManagedFrom','ManagedFromPlacedYResolution'] },
+ 'managedfromrenditionclass' => { 498 => [\'ManagedFrom','ManagedFromRenditionClass'] },
+ 'managedfromrenditionparams' => { 498 => [\'ManagedFrom','ManagedFromRenditionParams'] },
+ 'managedfromtopart' => { 498 => [\'ManagedFrom','ManagedFromToPart'] },
+ 'managedfromversionid' => { 498 => [\'ManagedFrom','ManagedFromVersionID'] },
+ 'manager' => { 498 => 'Manager' },
+ 'managervariant' => { 498 => 'ManagerVariant' },
+ 'manageto' => { 498 => 'ManageTo' },
+ 'manageui' => { 498 => 'ManageUI' },
+ 'manifest' => { 498 => 'Manifest' },
+ 'manifestlinkform' => { 498 => [\'Manifest','ManifestLinkForm'] },
+ 'manifestplacedresolutionunit' => { 498 => [\'Manifest','ManifestPlacedResolutionUnit'] },
+ 'manifestplacedxresolution' => { 498 => [\'Manifest','ManifestPlacedXResolution'] },
+ 'manifestplacedyresolution' => { 498 => [\'Manifest','ManifestPlacedYResolution'] },
+ 'manifestreference' => { 498 => [\'Manifest','ManifestReference'] },
+ 'manifestreferencealternatepaths' => { 498 => [\'Manifest','ManifestReferenceAlternatePaths'] },
+ 'manifestreferencedocumentid' => { 498 => [\'Manifest','ManifestReferenceDocumentID'] },
+ 'manifestreferencefilepath' => { 498 => [\'Manifest','ManifestReferenceFilePath'] },
+ 'manifestreferencefrompart' => { 498 => [\'Manifest','ManifestReferenceFromPart'] },
+ 'manifestreferenceinstanceid' => { 498 => [\'Manifest','ManifestReferenceInstanceID'] },
+ 'manifestreferencelastmodifydate' => { 498 => [\'Manifest','ManifestReferenceLastModifyDate'] },
+ 'manifestreferencelasturl' => { 498 => [\'Manifest','ManifestReferenceLastURL'] },
+ 'manifestreferencelinkcategory' => { 498 => [\'Manifest','ManifestReferenceLinkCategory'] },
+ 'manifestreferencelinkform' => { 498 => [\'Manifest','ManifestReferenceLinkForm'] },
+ 'manifestreferencemanager' => { 498 => [\'Manifest','ManifestReferenceManager'] },
+ 'manifestreferencemanagervariant' => { 498 => [\'Manifest','ManifestReferenceManagerVariant'] },
+ 'manifestreferencemanageto' => { 498 => [\'Manifest','ManifestReferenceManageTo'] },
+ 'manifestreferencemanageui' => { 498 => [\'Manifest','ManifestReferenceManageUI'] },
+ 'manifestreferencemaskmarkers' => { 498 => [\'Manifest','ManifestReferenceMaskMarkers'] },
+ 'manifestreferenceoriginaldocumentid' => { 498 => [\'Manifest','ManifestReferenceOriginalDocumentID'] },
+ 'manifestreferencepartmapping' => { 498 => [\'Manifest','ManifestReferencePartMapping'] },
+ 'manifestreferenceplacedresolutionunit' => { 498 => [\'Manifest','ManifestReferencePlacedResolutionUnit'] },
+ 'manifestreferenceplacedxresolution' => { 498 => [\'Manifest','ManifestReferencePlacedXResolution'] },
+ 'manifestreferenceplacedyresolution' => { 498 => [\'Manifest','ManifestReferencePlacedYResolution'] },
+ 'manifestreferencerenditionclass' => { 498 => [\'Manifest','ManifestReferenceRenditionClass'] },
+ 'manifestreferencerenditionparams' => { 498 => [\'Manifest','ManifestReferenceRenditionParams'] },
+ 'manifestreferencetopart' => { 498 => [\'Manifest','ManifestReferenceToPart'] },
+ 'manifestreferenceversionid' => { 498 => [\'Manifest','ManifestReferenceVersionID'] },
+ 'manometerpressure' => { 291 => 0x900, 314 => 0x86 },
+ 'manometerreading' => { 291 => 0x901 },
+ 'manualafpointselectpattern' => { 83 => 0x513 },
'manualafpointselpattern' => { 2 => 0xf },
- 'manualflash' => { 292 => 0x1209 },
- 'manualflashoutput' => { 34 => 0x29, 274 => '8.2', 277 => '22.2', 278 => '23.1', 279 => '23.2', 281 => '16.2', 282 => '23.2', 283 => '8.2', 284 => '23.2', 287 => '24.2', 379 => 0x100c },
- 'manualflashstrength' => { 289 => 0x406 },
- 'manualfocusdistance' => { 223 => 0x85, 294 => 0x100c, 388 => 0x223 },
- 'manualtv' => { 81 => 0x5, 82 => 0x705 },
- 'manufacturedate' => { 189 => 0x6705, 327 => 0x1 },
- 'manufacturedate1' => { 381 => 0x4 },
- 'manufacturedate2' => { 381 => 0x5 },
- 'manufacturer' => { 454 => 'Manufacturer', 484 => 'manufacturer' },
- 'mariahchromablursize' => { 136 => 0xf0d },
- 'mariahmaphithreshold' => { 136 => 0xf0c },
- 'mariahmaplothreshold' => { 136 => 0xf0b },
- 'mariahsigmathreshold' => { 136 => 0xf0e },
- 'mariahtexturethreshold' => { 136 => 0xf0a },
- 'marked' => { 482 => 'Marked', 499 => 'Marked' },
- 'markers' => { 495 => 'markers' },
- 'markerscomment' => { 495 => [\'markers','markersComment'] },
- 'markerscuepointparams' => { 495 => [\'markers','markersCuePointParams'] },
- 'markerscuepointparamskey' => { 495 => [\'markers','markersCuePointParamsKey'] },
- 'markerscuepointparamsvalue' => { 495 => [\'markers','markersCuePointParamsValue'] },
- 'markerscuepointtype' => { 495 => [\'markers','markersCuePointType'] },
- 'markersduration' => { 495 => [\'markers','markersDuration'] },
- 'markerslocation' => { 495 => [\'markers','markersLocation'] },
- 'markersname' => { 495 => [\'markers','markersName'] },
- 'markersprobability' => { 495 => [\'markers','markersProbability'] },
- 'markersspeaker' => { 495 => [\'markers','markersSpeaker'] },
- 'markersstarttime' => { 495 => [\'markers','markersStartTime'] },
- 'markerstarget' => { 495 => [\'markers','markersTarget'] },
- 'markerstype' => { 495 => [\'markers','markersType'] },
- 'maskedareas' => { 117 => 0xc68e },
- 'maskgroupbasedcorractive' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'] },
- 'maskgroupbasedcorramount' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'] },
- 'maskgroupbasedcorrblacks2012' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'] },
- 'maskgroupbasedcorrbrightness' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'] },
- 'maskgroupbasedcorrclarity' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'] },
- 'maskgroupbasedcorrclarity2012' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'] },
- 'maskgroupbasedcorrcontrast' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'] },
- 'maskgroupbasedcorrcontrast2012' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'] },
- 'maskgroupbasedcorrcorrectionname' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'] },
- 'maskgroupbasedcorrcorrectionsyncid' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'] },
- 'maskgroupbasedcorrdefringe' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'] },
- 'maskgroupbasedcorrdehaze' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'] },
- 'maskgroupbasedcorrections' => { 469 => 'MaskGroupBasedCorrections', 471 => 'MaskGroupBasedCorrections' },
- 'maskgroupbasedcorrexposure' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'] },
- 'maskgroupbasedcorrexposure2012' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'] },
- 'maskgroupbasedcorrhighlights2012' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'] },
- 'maskgroupbasedcorrhue' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue','MaskGroupBasedCorrectionsLocalToningHue'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue','MaskGroupBasedCorrectionsLocalToningHue'] },
- 'maskgroupbasedcorrluminancenoise' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'] },
- 'maskgroupbasedcorrmask' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'] },
- 'maskgroupbasedcorrmaskalpha' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'] },
- 'maskgroupbasedcorrmaskangle' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'] },
- 'maskgroupbasedcorrmaskbottom' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'] },
- 'maskgroupbasedcorrmaskcentervalue' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'] },
- 'maskgroupbasedcorrmaskcenterweight' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'maskgroupbasedcorrmaskcorrectionrangemask' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'maskgroupbasedcorrmaskcorrectionrangemaskareamodels' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'maskgroupbasedcorrmaskcorrectionrangemaskareamodelsareacomponents' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'maskgroupbasedcorrmaskcorrectionrangemaskareamodelscolorrangemaskareasampleinfo' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'maskgroupbasedcorrmaskcorrectionrangemaskcoloramount' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'maskgroupbasedcorrmaskcorrectionrangemaskdepthfeather' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'maskgroupbasedcorrmaskcorrectionrangemaskdepthmax' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'maskgroupbasedcorrmaskcorrectionrangemaskdepthmin' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'maskgroupbasedcorrmaskcorrectionrangemaskinvert' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'maskgroupbasedcorrmaskcorrectionrangemasklumfeather' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'maskgroupbasedcorrmaskcorrectionrangemaskluminancedepthsampleinfo' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'maskgroupbasedcorrmaskcorrectionrangemasklummax' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'maskgroupbasedcorrmaskcorrectionrangemasklummin' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'maskgroupbasedcorrmaskcorrectionrangemasklumrange' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'maskgroupbasedcorrmaskcorrectionrangemasksampletype' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'maskgroupbasedcorrmaskcorrectionrangemasktype' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'maskgroupbasedcorrmaskcorrectionrangemaskversion' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'maskgroupbasedcorrmaskdabs' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'] },
- 'maskgroupbasedcorrmaskfeather' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'] },
- 'maskgroupbasedcorrmaskflipped' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'] },
- 'maskgroupbasedcorrmaskflow' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'] },
- 'maskgroupbasedcorrmaskfullx' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'] },
- 'maskgroupbasedcorrmaskfully' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'] },
- 'maskgroupbasedcorrmaskinputdigest' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'] },
- 'maskgroupbasedcorrmaskleft' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'] },
- 'maskgroupbasedcorrmaskmaskactive' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'] },
- 'maskgroupbasedcorrmaskmaskblendmode' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'maskgroupbasedcorrmaskmaskdigest' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'maskgroupbasedcorrmaskmaskinverted' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'maskgroupbasedcorrmaskmaskname' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'] },
- 'maskgroupbasedcorrmaskmasks' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'] },
- 'maskgroupbasedcorrmaskmasksalpha' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'maskgroupbasedcorrmaskmasksangle' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'maskgroupbasedcorrmaskmasksbottom' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'maskgroupbasedcorrmaskmaskscentervalue' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'maskgroupbasedcorrmaskmaskscenterweight' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'maskgroupbasedcorrmaskmasksdabs' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'maskgroupbasedcorrmaskmasksfeather' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'maskgroupbasedcorrmaskmasksflipped' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'maskgroupbasedcorrmaskmasksflow' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'maskgroupbasedcorrmaskmasksfullx' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'maskgroupbasedcorrmaskmasksfully' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'maskgroupbasedcorrmaskmasksinputdigest' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'maskgroupbasedcorrmaskmasksleft' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'maskgroupbasedcorrmaskmasksmaskactive' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'maskgroupbasedcorrmaskmasksmaskblendmode' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'maskgroupbasedcorrmaskmasksmaskdigest' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'maskgroupbasedcorrmaskmasksmaskinverted' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'maskgroupbasedcorrmaskmasksmaskname' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'maskgroupbasedcorrmaskmasksmasksubtype' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'maskgroupbasedcorrmaskmasksmasksyncid' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'maskgroupbasedcorrmaskmasksmaskversion' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'maskgroupbasedcorrmaskmasksmidpoint' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'maskgroupbasedcorrmaskmasksorigin' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'maskgroupbasedcorrmaskmasksperimetervalue' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'maskgroupbasedcorrmaskmasksradius' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'maskgroupbasedcorrmaskmasksreferencepoint' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'maskgroupbasedcorrmaskmasksright' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'] },
- 'maskgroupbasedcorrmaskmasksroundness' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'maskgroupbasedcorrmaskmaskssizex' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'maskgroupbasedcorrmaskmaskssizey' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'maskgroupbasedcorrmaskmaskstop' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'] },
- 'maskgroupbasedcorrmaskmasksubtype' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'maskgroupbasedcorrmaskmasksvalue' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'maskgroupbasedcorrmaskmasksversion' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'maskgroupbasedcorrmaskmaskswhat' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'maskgroupbasedcorrmaskmaskswholeimagearea' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'maskgroupbasedcorrmaskmasksx' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'] },
- 'maskgroupbasedcorrmaskmasksy' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'] },
- 'maskgroupbasedcorrmaskmasksyncid' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'maskgroupbasedcorrmaskmaskszerox' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'maskgroupbasedcorrmaskmaskszeroy' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'maskgroupbasedcorrmaskmaskversion' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'maskgroupbasedcorrmaskmidpoint' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'] },
- 'maskgroupbasedcorrmaskorigin' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'] },
- 'maskgroupbasedcorrmaskperimetervalue' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'maskgroupbasedcorrmaskradius' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'] },
- 'maskgroupbasedcorrmaskreferencepoint' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'maskgroupbasedcorrmaskright' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'] },
- 'maskgroupbasedcorrmaskroundness' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'] },
- 'maskgroupbasedcorrmasksizex' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'] },
- 'maskgroupbasedcorrmasksizey' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'] },
- 'maskgroupbasedcorrmasktop' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'] },
- 'maskgroupbasedcorrmaskvalue' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'] },
- 'maskgroupbasedcorrmaskversion' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'] },
- 'maskgroupbasedcorrmaskwhat' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'] },
- 'maskgroupbasedcorrmaskwholeimagearea' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'maskgroupbasedcorrmaskx' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'] },
- 'maskgroupbasedcorrmasky' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'] },
- 'maskgroupbasedcorrmaskzerox' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'] },
- 'maskgroupbasedcorrmaskzeroy' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'] },
- 'maskgroupbasedcorrmoire' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'] },
- 'maskgroupbasedcorrrangemask' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'] },
- 'maskgroupbasedcorrrangemaskareamodels' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'maskgroupbasedcorrrangemaskareamodelsareacomponents' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'maskgroupbasedcorrrangemaskareamodelscolorrangemaskareasampleinfo' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'maskgroupbasedcorrrangemaskcoloramount' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'maskgroupbasedcorrrangemaskdepthfeather' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'maskgroupbasedcorrrangemaskdepthmax' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'maskgroupbasedcorrrangemaskdepthmin' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'maskgroupbasedcorrrangemaskinvert' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'maskgroupbasedcorrrangemasklumfeather' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'maskgroupbasedcorrrangemaskluminancedepthsampleinfo' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'maskgroupbasedcorrrangemasklummax' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'maskgroupbasedcorrrangemasklummin' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'maskgroupbasedcorrrangemasklumrange' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'maskgroupbasedcorrrangemasksampletype' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'maskgroupbasedcorrrangemasktype' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'] },
- 'maskgroupbasedcorrrangemaskversion' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'maskgroupbasedcorrsaturation' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation','MaskGroupBasedCorrectionsLocalToningSaturation'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation','MaskGroupBasedCorrectionsLocalToningSaturation'] },
- 'maskgroupbasedcorrshadows2012' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'] },
- 'maskgroupbasedcorrsharpness' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'] },
- 'maskgroupbasedcorrtemperature' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'] },
- 'maskgroupbasedcorrtexture' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'] },
- 'maskgroupbasedcorrtint' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'] },
- 'maskgroupbasedcorrwhat' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'] },
- 'maskgroupbasedcorrwhites2012' => { 469 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'], 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'] },
- 'masterdocumentid' => { 129 => 0xb9 },
- 'mastergain' => { 231 => 0x50 },
- 'materialsample' => { 116 => 'MaterialSample' },
- 'materialsampleid' => { 116 => [\'MaterialSample','MaterialSampleMaterialSampleID'] },
- 'matrixmetering' => { 273 => '50.1', 275 => '48.1', 276 => '48.1', 285 => '48.1', 286 => '48.1' },
- 'matrixselectk' => { 136 => 0x91b },
- 'matrixselectthreshold' => { 136 => 0x91a },
- 'matrixselectthreshold1' => { 136 => 0x91e },
- 'matrixselectthreshold2' => { 136 => 0x91f },
- 'matrixstructure' => { 371 => 0xa },
- 'maxaperture' => { 34 => 0x1a, 136 => 0x3f9, 142 => 0x6103, 161 => 'MaxAperture', 179 => 0x17, 185 => 0x49c5, 221 => 0x36, 290 => 0x20a, 338 => '14.1' },
- 'maxapertureatmaxfocal' => { 125 => 0x1407, 161 => 'MaxApertureAtMaxFocal', 215 => 0xb, 216 => 0x10, 217 => 0x11, 221 => 0x12, 290 => 0x206 },
- 'maxapertureatminfocal' => { 125 => 0x1406, 215 => 0xa, 216 => 0xf, 217 => 0x10, 221 => 0x11, 290 => 0x205 },
- 'maxaperturevalue' => { 117 => 0x9205, 356 => 0x414, 475 => 'MaxApertureValue' },
- 'maxavailheight' => { 481 => 'MaxAvailHeight' },
- 'maxavailwidth' => { 481 => 'MaxAvailWidth' },
- 'maxcontinuousrelease' => { 272 => 0xb, 273 => 0xc, 275 => '12.1', 276 => '12.1', 281 => 0xc, 282 => 0xb, 285 => '12.1', 286 => '12.1' },
- 'maxfaces' => { 293 => 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, 125 => 0x1405, 161 => 'MaxFocalLength', 215 => 0x9, 216 => 0xe, 217 => 0xf, 221 => 0x10, 290 => 0x208, 424 => 0x127c, 425 => 0x1138, 426 => 0x330, 427 => 0x330, 428 => 0x30e },
- 'maximumdensityrange' => { 131 => 0x8c },
- 'maxpagesize' => { 500 => 'MaxPageSize' },
- 'maxpagesizeh' => { 500 => [\'MaxPageSize','MaxPageSizeH'] },
- 'maxpagesizeunit' => { 500 => [\'MaxPageSize','MaxPageSizeUnit'] },
- 'maxpagesizew' => { 500 => [\'MaxPageSize','MaxPageSizeW'] },
- 'maxpixelvaluethreshold' => { 136 => 0xc7d },
- 'maxsamplevalue' => { 117 => 0x119 },
- 'maxstorage' => { 490 => 'maxstorage' },
- 'mb-d10batteries' => { 272 => '12.6' },
- 'mb-d10batterytype' => { 281 => '13.3' },
- 'mb-d11batterytype' => { 282 => '2.3' },
- 'mb-d12batterytype' => { 285 => '3.2' },
- 'mb-d80batteries' => { 283 => '6.5' },
- 'mb-d80batterytype' => { 287 => '3.2' },
- 'mcuversion' => { 215 => 0xc, 216 => 0x11, 217 => 0x12, 221 => 0x13 },
- 'md5digest' => { 162 => 'zmd5' },
- 'mditemfindercomment' => { 171 => 'MDItemFinderComment' },
- 'mditemfscreationdate' => { 171 => 'MDItemFSCreationDate' },
- 'mditemfslabel' => { 171 => 'MDItemFSLabel' },
- 'mditemusertags' => { 171 => 'MDItemUserTags' },
- 'meal' => { 487 => 'meal' },
- 'measuredev' => { 28 => 0x9, 75 => 0x3, 95 => 0x1814, 154 => 'MeasuredEV' },
- 'measuredev2' => { 13 => 0x8, 28 => 0x8, 75 => 0x17 },
+ 'manualflash' => { 294 => 0x1209 },
+ 'manualflashoutput' => { 34 => 0x29, 276 => '8.2', 279 => '22.2', 280 => '23.1', 281 => '23.2', 283 => '16.2', 284 => '23.2', 285 => '8.2', 286 => '23.2', 289 => '24.2', 381 => 0x100c },
+ 'manualflashstrength' => { 291 => 0x406 },
+ 'manualfocusdistance' => { 224 => 0x85, 296 => 0x100c, 390 => 0x223 },
+ 'manualtv' => { 82 => 0x5, 83 => 0x705 },
+ 'manufacturedate' => { 190 => 0x6705, 329 => 0x1 },
+ 'manufacturedate1' => { 383 => 0x4 },
+ 'manufacturedate2' => { 383 => 0x5 },
+ 'manufacturer' => { 456 => 'Manufacturer', 486 => 'manufacturer' },
+ 'mariahchromablursize' => { 137 => 0xf0d },
+ 'mariahmaphithreshold' => { 137 => 0xf0c },
+ 'mariahmaplothreshold' => { 137 => 0xf0b },
+ 'mariahsigmathreshold' => { 137 => 0xf0e },
+ 'mariahtexturethreshold' => { 137 => 0xf0a },
+ 'marked' => { 484 => 'Marked', 501 => 'Marked' },
+ 'markers' => { 497 => 'markers' },
+ 'markerscomment' => { 497 => [\'markers','markersComment'] },
+ 'markerscuepointparams' => { 497 => [\'markers','markersCuePointParams'] },
+ 'markerscuepointparamskey' => { 497 => [\'markers','markersCuePointParamsKey'] },
+ 'markerscuepointparamsvalue' => { 497 => [\'markers','markersCuePointParamsValue'] },
+ 'markerscuepointtype' => { 497 => [\'markers','markersCuePointType'] },
+ 'markersduration' => { 497 => [\'markers','markersDuration'] },
+ 'markerslocation' => { 497 => [\'markers','markersLocation'] },
+ 'markersname' => { 497 => [\'markers','markersName'] },
+ 'markersprobability' => { 497 => [\'markers','markersProbability'] },
+ 'markersspeaker' => { 497 => [\'markers','markersSpeaker'] },
+ 'markersstarttime' => { 497 => [\'markers','markersStartTime'] },
+ 'markerstarget' => { 497 => [\'markers','markersTarget'] },
+ 'markerstype' => { 497 => [\'markers','markersType'] },
+ 'maskedareas' => { 118 => 0xc68e },
+ 'maskgroupbasedcorractive' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'] },
+ 'maskgroupbasedcorramount' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'] },
+ 'maskgroupbasedcorrblacks2012' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'] },
+ 'maskgroupbasedcorrbrightness' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'] },
+ 'maskgroupbasedcorrclarity' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'] },
+ 'maskgroupbasedcorrclarity2012' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'] },
+ 'maskgroupbasedcorrcontrast' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'] },
+ 'maskgroupbasedcorrcontrast2012' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'] },
+ 'maskgroupbasedcorrcorrectionname' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'] },
+ 'maskgroupbasedcorrcorrectionsyncid' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'] },
+ 'maskgroupbasedcorrdefringe' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'] },
+ 'maskgroupbasedcorrdehaze' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'] },
+ 'maskgroupbasedcorrections' => { 471 => 'MaskGroupBasedCorrections', 473 => 'MaskGroupBasedCorrections' },
+ 'maskgroupbasedcorrexposure' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'] },
+ 'maskgroupbasedcorrexposure2012' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'] },
+ 'maskgroupbasedcorrhighlights2012' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'] },
+ 'maskgroupbasedcorrhue' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'] },
+ 'maskgroupbasedcorrluminancenoise' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'] },
+ 'maskgroupbasedcorrmask' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'] },
+ 'maskgroupbasedcorrmaskalpha' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'] },
+ 'maskgroupbasedcorrmaskangle' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'] },
+ 'maskgroupbasedcorrmaskbottom' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'] },
+ 'maskgroupbasedcorrmaskcentervalue' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'maskgroupbasedcorrmaskcenterweight' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'maskgroupbasedcorrmaskdabs' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'] },
+ 'maskgroupbasedcorrmaskfeather' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'] },
+ 'maskgroupbasedcorrmaskflipped' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'] },
+ 'maskgroupbasedcorrmaskflow' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'] },
+ 'maskgroupbasedcorrmaskfullx' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'] },
+ 'maskgroupbasedcorrmaskfully' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'] },
+ 'maskgroupbasedcorrmaskinputdigest' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'maskgroupbasedcorrmaskleft' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'] },
+ 'maskgroupbasedcorrmaskmaskactive' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'maskgroupbasedcorrmaskmaskblendmode' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'maskgroupbasedcorrmaskmaskdigest' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'maskgroupbasedcorrmaskmaskinverted' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'maskgroupbasedcorrmaskmaskname' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'] },
+ 'maskgroupbasedcorrmaskmasks' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'] },
+ 'maskgroupbasedcorrmaskmasksalpha' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'maskgroupbasedcorrmaskmasksangle' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'maskgroupbasedcorrmaskmasksbottom' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'maskgroupbasedcorrmaskmaskscentervalue' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'maskgroupbasedcorrmaskmaskscenterweight' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'maskgroupbasedcorrmaskmasksdabs' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'maskgroupbasedcorrmaskmasksfeather' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'maskgroupbasedcorrmaskmasksflipped' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'maskgroupbasedcorrmaskmasksflow' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'maskgroupbasedcorrmaskmasksfullx' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'maskgroupbasedcorrmaskmasksfully' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'maskgroupbasedcorrmaskmasksinputdigest' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'maskgroupbasedcorrmaskmasksleft' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'maskgroupbasedcorrmaskmasksmaskactive' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'maskgroupbasedcorrmaskmasksmaskblendmode' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'maskgroupbasedcorrmaskmasksmaskdigest' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'maskgroupbasedcorrmaskmasksmaskinverted' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'maskgroupbasedcorrmaskmasksmaskname' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'maskgroupbasedcorrmaskmasksmasksubtype' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'maskgroupbasedcorrmaskmasksmasksyncid' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'maskgroupbasedcorrmaskmasksmaskversion' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'maskgroupbasedcorrmaskmasksmidpoint' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'maskgroupbasedcorrmaskmasksorigin' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'maskgroupbasedcorrmaskmasksperimetervalue' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'maskgroupbasedcorrmaskmasksradius' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'maskgroupbasedcorrmaskmasksreferencepoint' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'maskgroupbasedcorrmaskmasksright' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'maskgroupbasedcorrmaskmasksroundness' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'maskgroupbasedcorrmaskmaskssizex' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'maskgroupbasedcorrmaskmaskssizey' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'maskgroupbasedcorrmaskmaskstop' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'maskgroupbasedcorrmaskmasksubtype' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'maskgroupbasedcorrmaskmasksvalue' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'maskgroupbasedcorrmaskmasksversion' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'maskgroupbasedcorrmaskmaskswhat' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'maskgroupbasedcorrmaskmaskswholeimagearea' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'maskgroupbasedcorrmaskmasksx' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'] },
+ 'maskgroupbasedcorrmaskmasksy' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'] },
+ 'maskgroupbasedcorrmaskmasksyncid' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'maskgroupbasedcorrmaskmaskszerox' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'maskgroupbasedcorrmaskmaskszeroy' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'maskgroupbasedcorrmaskmaskversion' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'maskgroupbasedcorrmaskmidpoint' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'maskgroupbasedcorrmaskorigin' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'] },
+ 'maskgroupbasedcorrmaskperimetervalue' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'maskgroupbasedcorrmaskradius' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'] },
+ 'maskgroupbasedcorrmaskrange' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'maskgroupbasedcorrmaskrangeareamodels' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'maskgroupbasedcorrmaskrangeareamodelscolorsampleinfo' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'maskgroupbasedcorrmaskrangeareamodelscomponents' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'maskgroupbasedcorrmaskrangecoloramount' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'maskgroupbasedcorrmaskrangedepthfeather' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'maskgroupbasedcorrmaskrangedepthmax' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'maskgroupbasedcorrmaskrangedepthmin' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'maskgroupbasedcorrmaskrangeinvert' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'maskgroupbasedcorrmaskrangelumfeather' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'maskgroupbasedcorrmaskrangeluminancedepthsampleinfo' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'maskgroupbasedcorrmaskrangelummax' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'maskgroupbasedcorrmaskrangelummin' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'maskgroupbasedcorrmaskrangelumrange' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'maskgroupbasedcorrmaskrangesampletype' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'maskgroupbasedcorrmaskrangetype' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'maskgroupbasedcorrmaskrangeversion' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'maskgroupbasedcorrmaskreferencepoint' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'maskgroupbasedcorrmaskright' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'] },
+ 'maskgroupbasedcorrmaskroundness' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'] },
+ 'maskgroupbasedcorrmasksizex' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'] },
+ 'maskgroupbasedcorrmasksizey' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'] },
+ 'maskgroupbasedcorrmasktop' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'] },
+ 'maskgroupbasedcorrmaskvalue' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'maskgroupbasedcorrmaskversion' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'] },
+ 'maskgroupbasedcorrmaskwhat' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'] },
+ 'maskgroupbasedcorrmaskwholeimagearea' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'maskgroupbasedcorrmaskx' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'] },
+ 'maskgroupbasedcorrmasky' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'] },
+ 'maskgroupbasedcorrmaskzerox' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'] },
+ 'maskgroupbasedcorrmaskzeroy' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'] },
+ 'maskgroupbasedcorrmoire' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'] },
+ 'maskgroupbasedcorrrangemask' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'] },
+ 'maskgroupbasedcorrrangemaskareamodels' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'maskgroupbasedcorrrangemaskareamodelscolorsampleinfo' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'maskgroupbasedcorrrangemaskareamodelscomponents' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'maskgroupbasedcorrrangemaskcoloramount' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'maskgroupbasedcorrrangemaskdepthfeather' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'maskgroupbasedcorrrangemaskdepthmax' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'maskgroupbasedcorrrangemaskdepthmin' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'maskgroupbasedcorrrangemaskinvert' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'maskgroupbasedcorrrangemasklumfeather' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'maskgroupbasedcorrrangemaskluminancedepthsampleinfo' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'maskgroupbasedcorrrangemasklummax' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'maskgroupbasedcorrrangemasklummin' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'maskgroupbasedcorrrangemasklumrange' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'maskgroupbasedcorrrangemasksampletype' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'maskgroupbasedcorrrangemasktype' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'] },
+ 'maskgroupbasedcorrrangemaskversion' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'maskgroupbasedcorrsaturation' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'] },
+ 'maskgroupbasedcorrshadows2012' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'] },
+ 'maskgroupbasedcorrsharpness' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'] },
+ 'maskgroupbasedcorrtemperature' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'] },
+ 'maskgroupbasedcorrtexture' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'] },
+ 'maskgroupbasedcorrtint' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'] },
+ 'maskgroupbasedcorrtoninghue' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'] },
+ 'maskgroupbasedcorrtoningsaturation' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'] },
+ 'maskgroupbasedcorrwhat' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'] },
+ 'maskgroupbasedcorrwhites2012' => { 471 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'], 473 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'] },
+ 'masterdocumentid' => { 130 => 0xb9 },
+ 'mastergain' => { 232 => 0x50 },
+ 'materialsample' => { 117 => 'MaterialSample' },
+ 'materialsampleid' => { 117 => [\'MaterialSample','MaterialSampleMaterialSampleID'] },
+ 'matrixmetering' => { 275 => '50.1', 277 => '48.1', 278 => '48.1', 287 => '48.1', 288 => '48.1' },
+ 'matrixselectk' => { 137 => 0x91b },
+ 'matrixselectthreshold' => { 137 => 0x91a },
+ 'matrixselectthreshold1' => { 137 => 0x91e },
+ 'matrixselectthreshold2' => { 137 => 0x91f },
+ 'matrixstructure' => { 373 => 0xa },
+ 'maxaperture' => { 34 => 0x1a, 137 => 0x3f9, 143 => 0x6103, 162 => 'MaxAperture', 180 => 0x17, 186 => 0x49c5, 222 => 0x36, 292 => 0x20a, 340 => '14.1' },
+ 'maxapertureatmaxfocal' => { 126 => 0x1407, 162 => 'MaxApertureAtMaxFocal', 216 => 0xb, 217 => 0x10, 218 => 0x11, 222 => 0x12, 292 => 0x206 },
+ 'maxapertureatminfocal' => { 126 => 0x1406, 216 => 0xa, 217 => 0xf, 218 => 0x10, 222 => 0x11, 292 => 0x205 },
+ 'maxaperturevalue' => { 118 => 0x9205, 358 => 0x414, 477 => 'MaxApertureValue' },
+ 'maxavailheight' => { 483 => 'MaxAvailHeight' },
+ 'maxavailwidth' => { 483 => 'MaxAvailWidth' },
+ 'maxcontinuousrelease' => { 274 => 0xb, 275 => 0xc, 277 => '12.1', 278 => '12.1', 283 => 0xc, 284 => 0xb, 287 => '12.1', 288 => '12.1' },
+ 'maxfaces' => { 295 => 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', 216 => 0x9, 217 => 0xe, 218 => 0xf, 222 => 0x10, 292 => 0x208, 426 => 0x127c, 427 => 0x1138, 428 => 0x330, 429 => 0x330, 430 => 0x30e },
+ 'maximumdensityrange' => { 132 => 0x8c },
+ 'maxpagesize' => { 502 => 'MaxPageSize' },
+ 'maxpagesizeh' => { 502 => [\'MaxPageSize','MaxPageSizeH'] },
+ 'maxpagesizeunit' => { 502 => [\'MaxPageSize','MaxPageSizeUnit'] },
+ 'maxpagesizew' => { 502 => [\'MaxPageSize','MaxPageSizeW'] },
+ 'maxpixelvaluethreshold' => { 137 => 0xc7d },
+ 'maxsamplevalue' => { 118 => 0x119 },
+ 'maxstorage' => { 492 => 'maxstorage' },
+ 'mb-d10batteries' => { 274 => '12.6' },
+ 'mb-d10batterytype' => { 283 => '13.3' },
+ 'mb-d11batterytype' => { 284 => '2.3' },
+ 'mb-d12batterytype' => { 287 => '3.2' },
+ 'mb-d80batteries' => { 285 => '6.5' },
+ 'mb-d80batterytype' => { 289 => '3.2' },
+ 'mcuversion' => { 216 => 0xc, 217 => 0x11, 218 => 0x12, 222 => 0x13 },
+ 'md5digest' => { 163 => 'zmd5' },
+ 'mditemfindercomment' => { 172 => 'MDItemFinderComment' },
+ 'mditemfscreationdate' => { 172 => 'MDItemFSCreationDate' },
+ 'mditemfslabel' => { 172 => 'MDItemFSLabel' },
+ 'mditemusertags' => { 172 => 'MDItemUserTags' },
+ 'meal' => { 489 => 'meal' },
+ 'measuredev' => { 28 => 0x9, 76 => 0x3, 96 => 0x1814, 155 => 'MeasuredEV' },
+ 'measuredev2' => { 13 => 0x8, 28 => 0x8, 76 => 0x17 },
'measuredev3' => { 13 => 0x9 },
- 'measuredlv' => { 185 => 0x690, 307 => 0x312, 310 => 0x312, 311 => 0x312, 314 => 0x3407 },
- 'measuredrggb' => { 63 => 0x1 },
- 'measuredrggbdata' => { 43 => 0x287 },
- 'measurementaccuracy' => { 116 => [\'MeasurementOrFact','MeasurementOrFactMeasurementAccuracy'] },
- 'measurementdeterminedby' => { 116 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedBy'] },
- 'measurementdetermineddate' => { 116 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedDate'] },
- 'measurementid' => { 116 => [\'MeasurementOrFact','MeasurementOrFactMeasurementID'] },
- 'measurementmethod' => { 116 => [\'MeasurementOrFact','MeasurementOrFactMeasurementMethod'] },
- 'measurementorfact' => { 116 => 'MeasurementOrFact' },
- 'measurementremarks' => { 116 => [\'MeasurementOrFact','MeasurementOrFactMeasurementRemarks'] },
- 'measurementtype' => { 116 => [\'MeasurementOrFact','MeasurementOrFactMeasurementType'] },
- 'measurementunit' => { 116 => [\'MeasurementOrFact','MeasurementOrFactMeasurementUnit'] },
- 'measurementvalue' => { 116 => [\'MeasurementOrFact','MeasurementOrFactMeasurementValue'] },
- 'measuretype' => { 454 => 'MeasureType' },
- 'mechanicalshuttercount' => { 223 => 0x37 },
- 'mediaclassprimaryid' => { 177 => 'WM/MediaClassPrimaryID' },
- 'mediaclasssecondaryid' => { 177 => 'WM/MediaClassSecondaryID' },
- 'mediaconstraints' => { 299 => 'MediaConstraints' },
- 'mediacreatedate' => { 368 => 0x1 },
- 'mediaeventiddate' => { 459 => 'MediaEventIdDate' },
+ 'measuredlv' => { 186 => 0x690, 309 => 0x312, 312 => 0x312, 313 => 0x312, 316 => 0x3407 },
+ 'measuredrggb' => { 64 => 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' => { 456 => 'MeasureType' },
+ 'mechanicalshuttercount' => { 224 => 0x37 },
+ 'mediaclassprimaryid' => { 178 => 'WM/MediaClassPrimaryID' },
+ 'mediaclasssecondaryid' => { 178 => 'WM/MediaClassSecondaryID' },
+ 'mediaconstraints' => { 301 => 'MediaConstraints' },
+ 'mediacreatedate' => { 370 => 0x1 },
+ 'mediaeventiddate' => { 461 => 'MediaEventIdDate' },
'mediagroupuuid' => { 1 => 0x11 },
- 'mediamodifydate' => { 368 => 0x2 },
- 'mediasummarycode' => { 299 => 'MediaSummaryCode' },
- 'mediatype' => { 364 => 'stik' },
- 'memoaudioquality' => { 82 => 0x812 },
- 'memorycardconfiguration' => { 405 => 0x16 },
- 'memorycardnumber' => { 205 => 0x2 },
- 'menubuttondisplayposition' => { 80 => 0xb, 83 => 0xa, 84 => 0xb, 87 => 0xb },
- 'menubuttonreturn' => { 88 => 0xb },
- 'menumonitorofftime' => { 272 => '26.1', 273 => '22.1', 275 => '22.1', 276 => '22.1', 280 => '21.1', 281 => '8.2', 282 => '21.1', 285 => '22.1', 286 => '22.1', 287 => '22.1' },
- 'metadatadate' => { 493 => 'MetadataDate' },
- 'metadatamoddate' => { 495 => 'metadataModDate' },
- 'metaversion' => { 419 => 0x34 },
- 'meterinfo1row1' => { 413 => 0x0, 414 => 0x0 },
- 'meterinfo1row2' => { 413 => 0x6c, 414 => 0x5a },
- 'meterinfo1row3' => { 413 => 0xd8, 414 => 0xb4 },
- 'meterinfo1row4' => { 413 => 0x144, 414 => 0x10e },
- 'meterinfo1row5' => { 413 => 0x1b0, 414 => 0x168 },
- 'meterinfo1row6' => { 413 => 0x21c, 414 => 0x1c2 },
- 'meterinfo1row7' => { 413 => 0x288, 414 => 0x21c },
- 'meterinfo2row1' => { 413 => 0x2f4, 414 => 0x276 },
- 'meterinfo2row2' => { 413 => 0x378, 414 => 0x2e4 },
- 'meterinfo2row3' => { 413 => 0x3fc, 414 => 0x352 },
- 'meterinfo2row4' => { 413 => 0x480, 414 => 0x3c0 },
- 'meterinfo2row5' => { 413 => 0x504, 414 => 0x42e },
- 'meterinfo2row6' => { 413 => 0x588, 414 => 0x49c },
- 'meterinfo2row7' => { 413 => 0x60c, 414 => 0x50a },
- 'meterinfo2row8' => { 413 => 0x690, 414 => 0x578 },
- 'meterinfo2row9' => { 413 => 0x714, 414 => 0x5e6 },
- 'metering' => { 274 => '6.1' },
- 'meteringmode' => { 34 => 0x11, 117 => 0x9207, 138 => 0x1c, 179 => 0x7, 180 => 0x25, 182 => 0x12, 289 => 0x202, 347 => 0x17, 389 => 0x9, 399 => 0x15, 400 => 0x13, 401 => 0x7, 417 => 0x3, 420 => 0x1174, 421 => 0x1178, 422 => 0x1154, 423 => 0x11d0, 424 => 0x11ac, 425 => 0x1064, 426 => 0x25c, 427 => 0x25c, 428 => 0x24b, 475 => 'MeteringMode' },
- 'meteringmode2' => { 328 => '2.1', 412 => 0x202c },
- 'meteringmode3' => { 328 => '16.1' },
- 'meteringoffscaleindicator' => { 182 => 0x53 },
- 'meteringtime' => { 272 => '22.2', 274 => '3.2', 277 => '17.1', 278 => '18.1', 281 => '7.3', 282 => '18.1', 283 => '3.2', 287 => '19.1' },
- 'micro1version' => { 374 => 0x1f },
- 'micro2version' => { 374 => 0x2d },
- 'microvideo' => { 452 => 'MicroVideo' },
- 'microvideooffset' => { 452 => 'MicroVideoOffset' },
- 'microvideopresentationtimestampus' => { 452 => 'MicroVideoPresentationTimestampUs' },
- 'microvideoversion' => { 452 => 'MicroVideoVersion' },
- 'midrangesharpness' => { 227 => 0x3b },
- 'mieversion' => { 162 => '0Vers' },
- 'mime' => { 454 => 'Mime' },
- 'minaperture' => { 34 => 0x1b, 136 => 0x3f8, 161 => 'MinAperture', 338 => '0.2' },
- 'minaperturevalue' => { 356 => 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, 125 => 0x1404, 161 => 'MinFocalLength', 215 => 0x8, 216 => 0xd, 217 => 0xe, 221 => 0xf, 290 => 0x207, 424 => 0x127a, 425 => 0x1136, 426 => 0x32e, 427 => 0x32e, 428 => 0x30c },
- 'minfocusdistance' => { 338 => 0x3 },
- 'minintegrationrows' => { 136 => 0x1874 },
- 'minoltadate' => { 179 => 0x15 },
- 'minoltaimagesize' => { 179 => 0x4, 180 => 0xc, 181 => 0x2, 184 => 0x103 },
- 'minoltamodelid' => { 179 => 0x25 },
- 'minoltaquality' => { 179 => 0x5, 180 => 0xd, 181 => 0x3, 184 => [0x102,0x103] },
- 'minoltatime' => { 179 => 0x16 },
- 'minormodelagedisclosure' => { 299 => 'MinorModelAgeDisclosure' },
- 'minorversion' => { 460 => 'MinorVersion' },
- 'minsamplevalue' => { 117 => 0x118 },
- 'mirrorlockup' => { 80 => 0xc, 81 => 0xc, 82 => 0x60f, 83 => 0xb, 84 => 0xc, 85 => 0x6, 86 => 0x6, 87 => 0xc, 88 => 0x3 },
- 'mobilecountrycode' => { 468 => 'mcc' },
- 'mobilenetworkcode' => { 468 => 'mnc' },
- 'moddate' => { 302 => 'modify-date', 482 => 'ModDate' },
- 'modedialposition' => { 405 => 0x14 },
- 'model' => { 96 => 0x6, 117 => 0x110, 154 => 'Model', 302 => 'Model', 317 => 0x110, 347 => 0x23f, 366 => 'model', 372 => ['@mod','CNMN','cmnm',"\xa9mdl","\xa9mod"], 389 => 0x84, 454 => 'Model', 484 => 'model', 491 => 'Model' },
- 'modelage' => { 481 => 'ModelAge' },
- 'modelid' => { 288 => 0x0 },
- 'modelingflash' => { 272 => '21.4', 273 => '31.1', 275 => '31.1', 276 => '31.1', 281 => '26.4', 282 => '30.2', 283 => '7.4', 284 => '30.1', 285 => '31.1', 286 => '31.1', 287 => '31.3' },
- 'modelreleaseid' => { 299 => 'ModelReleaseID' },
- 'modelreleasestatus' => { 299 => 'ModelReleaseStatus' },
- 'modelreleaseyear' => { 433 => 0x52, 434 => 0x46, 435 => 0x53 },
- 'modeltiepoint' => { 117 => 0x8482 },
- 'modeltransform' => { 117 => 0x85d8 },
- 'modelyear' => { 484 => 'modelYear' },
- 'modificationdate' => { 485 => 'modificationDate' },
- 'modifiedcolortemp' => { 64 => 0x9 },
- 'modifieddigitalgain' => { 64 => 0xb },
- 'modifiedparamflag' => { 57 => 0x1 },
- 'modifiedpicturestyle' => { 64 => 0xa },
- 'modifiedsaturation' => { 289 => 0x504 },
- 'modifiedsensorbluelevel' => { 64 => 0x5 },
- 'modifiedsensorredlevel' => { 64 => 0x4 },
- 'modifiedsharpness' => { 64 => 0x2 },
- 'modifiedsharpnessfreq' => { 64 => 0x3 },
- 'modifiedtonecurve' => { 64 => 0x1 },
- 'modifiedwhitebalance' => { 64 => 0x8 },
- 'modifiedwhitebalanceblue' => { 64 => 0x7 },
- 'modifiedwhitebalancered' => { 64 => 0x6 },
- 'modifydate' => { 117 => 0x132, 155 => 'ModifyDate', 298 => 'ModDate', 300 => 'tIME', 363 => 'ModDate', 369 => 0x2, 493 => 'ModifyDate' },
- 'moirefilter' => { 117 => 0xfe58, 469 => 'MoireFilter', 471 => 'MoireFilter' },
- 'monitordisplayoff' => { 182 => 0x4c },
- 'monitormatrix' => { 136 => 0x8fc },
- 'monitorofftime' => { 272 => '18.2', 274 => '3.1', 283 => '3.1' },
- 'monochromecolor' => { 289 => 0x53b },
- 'monochromecontrast' => { 107 => 0x3c },
- 'monochromefiltereffect' => { 101 => 0x20307, 107 => 0x3a, 312 => 0xac, 347 => 0x73 },
- 'monochromegraineffect' => { 312 => 0xd2 },
- 'monochromelinear' => { 107 => 0x3d },
- 'monochromeoutputhighlightpoint' => { 107 => 0x41 },
- 'monochromeoutputshadowpoint' => { 107 => 0x42 },
- 'monochromeprofilesettings' => { 289 => 0x537 },
- 'monochromerawhighlight' => { 107 => 0x7a },
- 'monochromerawhighlightpoint' => { 107 => 0x3f },
- 'monochromerawshadow' => { 107 => 0x83 },
- 'monochromerawshadowpoint' => { 107 => 0x40 },
- 'monochromesharpness' => { 107 => 0x3e },
- 'monochrometoning' => { 347 => 0x74 },
- 'monochrometoningeffect' => { 101 => 0x20306, 107 => 0x3b },
- 'monochromeunsharpmaskfineness' => { 107 => 0xb2 },
- 'monochromeunsharpmaskstrength' => { 107 => 0xb0 },
- 'monochromeunsharpmaskthreshold' => { 107 => 0xb4 },
- 'monochromevignetting' => { 289 => 0x53a },
- 'monthdaycreated' => { 138 => 0x12, 147 => 0xe },
- 'mood' => { 177 => 'WM/Mood' },
- 'moonphase' => { 373 => 0x12, 374 => 0x43, 375 => 0x4c },
- 'morepermissions' => { 467 => 'morePermissions' },
- 'motionsensitivity' => { 373 => 0x29, 375 => 0x60 },
- 'movementcount' => { 364 => "\xa9mvc" },
- 'movementname' => { 364 => "\xa9mvn" },
- 'movementnumber' => { 364 => "\xa9mvi" },
- 'movieactived-lighting' => { 254 => 0xd196 },
- 'movieaelockbuttonassignment' => { 285 => '40.1' },
- 'movieautodistortioncontrol' => { 254 => 0xd1a0 },
- 'moviediffrationcompensation' => { 254 => 0xd19f },
- 'moviefocusmode' => { 254 => 0xd1a6 },
- 'movieframerate' => { 254 => 0xd156 },
- 'movieframesize' => { 254 => 0xd154 },
- 'moviefunc1button' => { 275 => '41.1', 276 => '41.1', 286 => '41.1' },
- 'moviefunctionbutton' => { 273 => '41.1', 285 => '41.1' },
- 'moviefunctionbuttonplusdials' => { 273 => '52.1' },
- 'moviehighisonoisereduction' => { 254 => 0xd19a },
- 'movieisoautomanualmode' => { 254 => 0xd162 },
- 'moviepreviewbutton' => { 273 => '41.2', 275 => '41.2', 276 => '41.2', 285 => '41.2', 286 => '41.2' },
- 'moviepreviewbuttonplusdials' => { 273 => '52.2' },
- 'movieshutterbutton' => { 273 => '38.3', 275 => '38.3', 276 => '38.3', 285 => '38.3', 286 => '38.3' },
- 'movieslowmotion' => { 254 => 0xd158 },
- 'moviesubselectorassignment' => { 273 => '48.2' },
- 'moviesubselectorassignmentplusdials' => { 273 => '53.1' },
- 'movietype' => { 246 => 0xc55c, 254 => 0xd15c },
- 'movievibrationreduction' => { 254 => 0xd1aa },
- 'movievibrationreductionsameasphoto' => { 254 => 0xd1ad },
- 'movievignettecontrol' => { 254 => 0xd19c },
- 'movievignettecontrolsameasphoto' => { 254 => 0xd19e },
- 'multiburstimageheight' => { 412 => 0x1002 },
- 'multiburstimagewidth' => { 412 => 0x1001 },
- 'multiburstmode' => { 412 => 0x1000 },
- 'multicontrollerwhilemetering' => { 82 => 0x517 },
- 'multiexposure' => { 66 => 0x1, 312 => 0xb4 },
- 'multiexposureautogain' => { 224 => 0x3 },
- 'multiexposurecontrol' => { 66 => 0x2 },
- 'multiexposuremode' => { 224 => 0x1 },
- 'multiexposureshots' => { 66 => 0x3, 224 => 0x2 },
- 'multiframenoisereduction' => { 401 => 0x35, 412 => 0x200b, 417 => 0x15 },
- 'multiframenreffect' => { 412 => 0x2023 },
- 'multifunctionlock' => { 82 => 0x70f },
- 'multipleexposuremode' => { 293 => 0x101c },
- 'multipleexposureset' => { 328 => '10.1' },
- 'multisample' => { 231 => 0x40 },
- 'multiselector' => { 272 => '9.4', 273 => '10.3', 275 => '10.3', 276 => '10.3', 281 => '27.4', 285 => '10.3', 286 => '10.3' },
- 'multiselectorliveview' => { 272 => '4.3', 275 => '37.1', 276 => '37.1', 285 => '37.1', 286 => '37.1' },
- 'multiselectorliveviewmode' => { 241 => 0x18c2 },
- 'multiselectorplaybackmode' => { 272 => ['13.5','9.2'], 273 => '10.2', 276 => '10.2', 281 => '27.2', 285 => '10.2', 286 => '10.2' },
- 'multiselectorshootmode' => { 272 => '9.1', 273 => '10.1', 275 => '10.1', 276 => '10.1', 281 => '27.1', 285 => '10.1', 286 => '10.1' },
- 'multishot' => { 317 => 0x121 },
- 'mute' => { 366 => 'player.movie.audio.mute' },
- 'mycolormode' => { 67 => 0x2 },
- 'name' => { 372 => 'name', 469 => 'Name', 471 => 'Name' },
- 'narrator' => { 364 => "\xa9nrt" },
- 'nationalcatalognumber' => { 485 => 'nationalCatalogNumber' },
- 'nativedigest' => { 475 => 'NativeDigest', 491 => 'NativeDigest' },
- 'ndfilter' => { 75 => 0x1c, 289 => 0x204, 379 => 0x1019 },
- 'near' => { 454 => 'Near' },
- 'nefbitdepth' => { 223 => 0xe22 },
- 'nefcompression' => { 223 => 0x93 },
- 'neflinearizationtable' => { 223 => 0x96 },
- 'negativecachelargepreviewsize' => { 469 => 'NegativeCacheLargePreviewSize', 471 => 'NegativeCacheLargePreviewSize' },
- 'negativecachemaximumsize' => { 469 => 'NegativeCacheMaximumSize', 471 => 'NegativeCacheMaximumSize' },
- 'negativecachepath' => { 469 => 'NegativeCachePath', 471 => 'NegativeCachePath' },
- 'neutraldensityfactor' => { 466 => 'NeutralDensityFactor' },
- 'neutraldensityfilter' => { 347 => 0x88 },
- 'neutraloutputhighlightpoint' => { 107 => 0x2f },
- 'neutraloutputshadowpoint' => { 107 => 0x30 },
- 'neutralrawcolortone' => { 107 => 0x28 },
- 'neutralrawcontrast' => { 107 => 0x2a },
- 'neutralrawhighlight' => { 107 => 0x78 },
- 'neutralrawhighlightpoint' => { 107 => 0x2d },
- 'neutralrawlinear' => { 107 => 0x2b },
- 'neutralrawsaturation' => { 107 => 0x29 },
- 'neutralrawshadow' => { 107 => 0x81 },
- 'neutralrawshadowpoint' => { 107 => 0x2e },
- 'neutralrawsharpness' => { 107 => 0x2c },
- 'neutralunsharpmaskfineness' => { 107 => 0xa6 },
- 'neutralunsharpmaskthreshold' => { 107 => 0xa8 },
- 'neutraunsharpmaskstrength' => { 107 => 0xa4 },
- 'newrawimagedigest' => { 117 => 0xc7a7 },
- 'newsphotoversion' => { 131 => 0x0 },
- 'nickname' => { 493 => 'Nickname' },
- 'nikoncapturedata' => { 223 => 0xe01 },
- 'nikoncaptureeditversions' => { 223 => 0xe13 },
- 'nikoncaptureoffsets' => { 223 => 0xe0e },
- 'nikoncaptureoutput' => { 223 => 0xe1e },
- 'nikoncaptureversion' => { 223 => 0xe09 },
- 'nikoniccprofile' => { 223 => 0xe1d },
- 'nikonimagesize' => { 238 => '723.1', 239 => '732.1', 249 => 0x2c4 },
- 'nikonmeteringmode' => { 242 => 0x2ea4, 251 => 0x175e, 254 => 0xd0a4 },
- 'nikonsettings' => { 223 => 0x4e },
- 'noisefilter' => { 289 => 0x527 },
- 'noiseprofile' => { 117 => 0xc761 },
- 'noisereduction' => { 125 => [0x100b,0x100e], 180 => 0xb0, 181 => 0x60, 182 => 0x3f, 223 => 0x95, 265 => 0x753dcbc0, 266 => 0x17, 289 => 0x50a, 294 => 0x103a, 312 => 0x2d, 347 => 0x49, 379 => 0x100f, 381 => 0x2a },
- 'noisereduction2' => { 293 => 0x1010 },
- 'noisereductionapplied' => { 117 => 0xc6f7 },
- 'noisereductionintensity' => { 266 => 0x9 },
- 'noisereductionmethod' => { 266 => 0x11 },
- 'noisereductionmode' => { 446 => 0x801e },
- 'noisereductionparametersatcapture' => { 136 => 0xe73 },
- 'noisereductionparameterscamera' => { 136 => 0xe72 },
- 'noisereductionparametershost3mp' => { 136 => 0xe71 },
- 'noisereductionparametershost6mp' => { 136 => 0xe70 },
- 'noisereductionparametershostrgb' => { 136 => 0xe6f },
- 'noisereductionparameterskhufu3mp' => { 136 => 0xe65 },
- 'noisereductionparameterskhufu6mp' => { 136 => 0xe64 },
- 'noisereductionparameterskhufurgb' => { 136 => 0xe63 },
- 'noisereductionparams' => { 317 => 0x1b },
- 'noisereductionsharpness' => { 266 => 0xd },
- 'noisereductionstrength' => { 312 => 0xd6 },
- 'noisereductionvalue' => { 446 => 0x8027 },
- 'nomemorycard' => { 272 => '22.1', 273 => '4.2', 274 => '0.3', 277 => '2.4', 278 => '3.2', 279 => '3.2', 281 => '33.7', 282 => '3.2', 283 => '0.3', 285 => '4.2', 287 => '4.5' },
- 'nominalmaxaperture' => { 338 => 0xa },
- 'nominalminaperture' => { 338 => '10.1' },
- 'normallinetime' => { 136 => 0x186a },
- 'normalwhitelevel' => { 41 => 0x32a, 44 => [0x2b8,0x2cf,0x2d3], 45 => 0x569, 46 => 0x1e3, 47 => [0x1fc,0x2dc], 48 => [0x230,0x30e], 49 => 0x31c },
- 'notes' => { 447 => 'Notes', 464 => 'notes' },
- 'npages' => { 500 => 'NPages' },
- 'nullrecord' => { 95 => 0x0 },
- 'numafpoints' => { 324 => 0x2 },
- 'number' => { 485 => 'number' },
- 'numberofbeats' => { 495 => 'numberOfBeats' },
- 'numberoffocuspoints' => { 275 => '1.3', 276 => '1.3', 279 => '0.2', 280 => '0.3', 282 => '0.3' },
- 'numfaceelements' => { 125 => 0x4200 },
- 'numfacepositions' => { 304 => 0x0 },
- 'numindexentries' => { 131 => 0x54 },
- 'numwbentries' => { 318 => 0x0, 319 => 0x0 },
- 'object' => { 485 => 'object' },
- 'objectattributereference' => { 129 => 0x4 },
- 'objectcycle' => { 129 => 0x4b, 464 => 'ObjectCycle' },
- 'objectdescription' => { 484 => 'objectDescription' },
- 'objectdistance' => { 110 => 0x6, 111 => 0x2022 },
- 'objectname' => { 129 => 0x5 },
- 'objectpreviewdata' => { 129 => 0xca },
- 'objectpreviewfileformat' => { 129 => 0xc8 },
- 'objectpreviewfileversion' => { 129 => 0xc9 },
- 'objectsubtype' => { 484 => 'objectSubtype' },
- 'objecttype' => { 484 => 'objectType' },
- 'objecttypereference' => { 129 => 0x3 },
- 'occurrence' => { 116 => 'Occurrence' },
- 'occurrenceassociatedmedia' => { 116 => [\'Occurrence','OccurrenceAssociatedMedia'] },
- 'occurrenceassociatedoccurrences' => { 116 => [\'Occurrence','OccurrenceAssociatedOccurrences'] },
- 'occurrenceassociatedreferences' => { 116 => [\'Occurrence','OccurrenceAssociatedReferences'] },
- 'occurrenceassociatedsequences' => { 116 => [\'Occurrence','OccurrenceAssociatedSequences'] },
- 'occurrenceassociatedtaxa' => { 116 => [\'Occurrence','OccurrenceAssociatedTaxa'] },
- 'occurrencebehavior' => { 116 => [\'Occurrence','OccurrenceBehavior'] },
- 'occurrencecatalognumber' => { 116 => [\'Occurrence','OccurrenceCatalogNumber'] },
- 'occurrencedetails' => { 116 => [\'Occurrence','OccurrenceOccurrenceDetails'] },
- 'occurrencedisposition' => { 116 => [\'Occurrence','OccurrenceDisposition'] },
- 'occurrenceestablishmentmeans' => { 116 => [\'Occurrence','OccurrenceEstablishmentMeans'] },
- 'occurrenceid' => { 116 => [\'Occurrence','OccurrenceOccurrenceID'] },
- 'occurrenceindividualcount' => { 116 => [\'Occurrence','OccurrenceIndividualCount'] },
- 'occurrenceindividualid' => { 116 => [\'Occurrence','OccurrenceIndividualID'] },
- 'occurrencelifestage' => { 116 => [\'Occurrence','OccurrenceLifeStage'] },
- 'occurrenceorganismquantity' => { 116 => [\'Occurrence','OccurrenceOrganismQuantity'] },
- 'occurrenceorganismquantitytype' => { 116 => [\'Occurrence','OccurrenceOrganismQuantityType'] },
- 'occurrenceothercatalognumbers' => { 116 => [\'Occurrence','OccurrenceOtherCatalogNumbers'] },
- 'occurrencepreparations' => { 116 => [\'Occurrence','OccurrencePreparations'] },
- 'occurrencepreviousidentifications' => { 116 => [\'Occurrence','OccurrencePreviousIdentifications'] },
- 'occurrencerecordedby' => { 116 => [\'Occurrence','OccurrenceRecordedBy'] },
- 'occurrencerecordnumber' => { 116 => [\'Occurrence','OccurrenceRecordNumber'] },
- 'occurrenceremarks' => { 116 => [\'Occurrence','OccurrenceOccurrenceRemarks'] },
- 'occurrencereproductivecondition' => { 116 => [\'Occurrence','OccurrenceReproductiveCondition'] },
- 'occurrencesex' => { 116 => [\'Occurrence','OccurrenceSex'] },
- 'occurrencestatus' => { 116 => [\'Occurrence','OccurrenceOccurrenceStatus'] },
- 'oecfcolumns' => { 475 => [\'OECF','OECFColumns'] },
- 'oecfnames' => { 475 => [\'OECF','OECFNames'] },
- 'oecfrows' => { 475 => [\'OECF','OECFRows'] },
- 'oecfvalues' => { 475 => [\'OECF','OECFValues'] },
- 'offsaledate' => { 485 => 'offSaleDate' },
- 'offsaledatea-platform' => { 485 => [\'offSaleDate','offSaleDateA-platform'] },
- 'offsaledatedate' => { 485 => [\'offSaleDate','offSaleDateDate'] },
- 'offsetdacvalue' => { 136 => 0x190a },
- 'offsetschema' => { 117 => 0xea1d },
- 'offsettime' => { 117 => 0x9010 },
- 'offsettimedigitized' => { 117 => 0x9012 },
- 'offsettimeoriginal' => { 117 => 0x9011 },
- 'okbutton' => { 282 => '15.1', 287 => '16.1' },
- 'oldsubfiletype' => { 117 => 0xff },
- 'olympusimageheight' => { 294 => 0x102f },
- 'olympusimagewidth' => { 294 => 0x102e },
- 'omenatcapturestrength' => { 136 => 0xa60 },
- 'omenautostrength' => { 136 => 0xa5f },
- 'omenearlystrength' => { 136 => 0xa5e },
- 'omenfocallengthlimit' => { 136 => 0xa62 },
- 'omeninitialipfstrength' => { 136 => 0xa5d },
- 'omensurfaceindex' => { 136 => 0xa64 },
+ 'mediamodifydate' => { 370 => 0x2 },
+ 'mediasummarycode' => { 301 => 'MediaSummaryCode' },
+ 'mediatype' => { 366 => 'stik' },
+ 'memoaudioquality' => { 83 => 0x812 },
+ 'memorycardconfiguration' => { 407 => 0x16 },
+ 'memorycardnumber' => { 206 => 0x2 },
+ 'menubuttondisplayposition' => { 81 => 0xb, 84 => 0xa, 85 => 0xb, 88 => 0xb },
+ 'menubuttonreturn' => { 89 => 0xb },
+ 'menumonitorofftime' => { 274 => '26.1', 275 => '22.1', 277 => '22.1', 278 => '22.1', 282 => '21.1', 283 => '8.2', 284 => '21.1', 287 => '22.1', 288 => '22.1', 289 => '22.1' },
+ 'metadatadate' => { 495 => 'MetadataDate' },
+ 'metadatamoddate' => { 497 => 'metadataModDate' },
+ 'metaversion' => { 421 => 0x34 },
+ 'meterinfo1row1' => { 415 => 0x0, 416 => 0x0 },
+ 'meterinfo1row2' => { 415 => 0x6c, 416 => 0x5a },
+ 'meterinfo1row3' => { 415 => 0xd8, 416 => 0xb4 },
+ 'meterinfo1row4' => { 415 => 0x144, 416 => 0x10e },
+ 'meterinfo1row5' => { 415 => 0x1b0, 416 => 0x168 },
+ 'meterinfo1row6' => { 415 => 0x21c, 416 => 0x1c2 },
+ 'meterinfo1row7' => { 415 => 0x288, 416 => 0x21c },
+ 'meterinfo2row1' => { 415 => 0x2f4, 416 => 0x276 },
+ 'meterinfo2row2' => { 415 => 0x378, 416 => 0x2e4 },
+ 'meterinfo2row3' => { 415 => 0x3fc, 416 => 0x352 },
+ 'meterinfo2row4' => { 415 => 0x480, 416 => 0x3c0 },
+ 'meterinfo2row5' => { 415 => 0x504, 416 => 0x42e },
+ 'meterinfo2row6' => { 415 => 0x588, 416 => 0x49c },
+ 'meterinfo2row7' => { 415 => 0x60c, 416 => 0x50a },
+ 'meterinfo2row8' => { 415 => 0x690, 416 => 0x578 },
+ 'meterinfo2row9' => { 415 => 0x714, 416 => 0x5e6 },
+ 'metering' => { 276 => '6.1' },
+ 'meteringmode' => { 34 => 0x11, 118 => 0x9207, 139 => 0x1c, 180 => 0x7, 181 => 0x25, 183 => 0x12, 291 => 0x202, 349 => 0x17, 391 => 0x9, 401 => 0x15, 402 => 0x13, 403 => 0x7, 419 => 0x3, 422 => 0x1174, 423 => 0x1178, 424 => 0x1154, 425 => 0x11d0, 426 => 0x11ac, 427 => 0x1064, 428 => 0x25c, 429 => 0x25c, 430 => 0x24b, 477 => 'MeteringMode' },
+ 'meteringmode2' => { 330 => '2.1', 414 => 0x202c },
+ 'meteringmode3' => { 330 => '16.1' },
+ 'meteringoffscaleindicator' => { 183 => 0x53 },
+ 'meteringtime' => { 274 => '22.2', 276 => '3.2', 279 => '17.1', 280 => '18.1', 283 => '7.3', 284 => '18.1', 285 => '3.2', 289 => '19.1' },
+ 'micro1version' => { 376 => 0x1f },
+ 'micro2version' => { 376 => 0x2d },
+ 'microvideo' => { 454 => 'MicroVideo' },
+ 'microvideooffset' => { 454 => 'MicroVideoOffset' },
+ 'microvideopresentationtimestampus' => { 454 => 'MicroVideoPresentationTimestampUs' },
+ 'microvideoversion' => { 454 => 'MicroVideoVersion' },
+ 'midrangesharpness' => { 228 => 0x3b },
+ 'mieversion' => { 163 => '0Vers' },
+ 'mime' => { 456 => 'Mime' },
+ 'minaperture' => { 34 => 0x1b, 137 => 0x3f8, 162 => 'MinAperture', 340 => '0.2' },
+ 'minaperturevalue' => { 358 => 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', 216 => 0x8, 217 => 0xd, 218 => 0xe, 222 => 0xf, 292 => 0x207, 426 => 0x127a, 427 => 0x1136, 428 => 0x32e, 429 => 0x32e, 430 => 0x30c },
+ 'minfocusdistance' => { 340 => 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' => { 301 => 'MinorModelAgeDisclosure' },
+ 'minorversion' => { 462 => 'MinorVersion' },
+ 'minsamplevalue' => { 118 => 0x118 },
+ 'mirrorlockup' => { 81 => 0xc, 82 => 0xc, 83 => 0x60f, 84 => 0xb, 85 => 0xc, 86 => 0x6, 87 => 0x6, 88 => 0xc, 89 => 0x3 },
+ 'mobilecountrycode' => { 470 => 'mcc' },
+ 'mobilenetworkcode' => { 470 => 'mnc' },
+ 'moddate' => { 304 => 'modify-date', 484 => 'ModDate' },
+ 'modedialposition' => { 407 => 0x14 },
+ 'model' => { 97 => 0x6, 118 => 0x110, 155 => 'Model', 304 => 'Model', 319 => 0x110, 349 => 0x23f, 368 => 'model', 374 => ['@mod','CNMN','cmnm',"\xa9mdl","\xa9mod"], 391 => 0x84, 456 => 'Model', 486 => 'model', 493 => 'Model' },
+ 'modelage' => { 483 => 'ModelAge' },
+ 'modelid' => { 290 => 0x0 },
+ 'modelingflash' => { 274 => '21.4', 275 => '31.1', 277 => '31.1', 278 => '31.1', 283 => '26.4', 284 => '30.2', 285 => '7.4', 286 => '30.1', 287 => '31.1', 288 => '31.1', 289 => '31.3' },
+ 'modelreleaseid' => { 301 => 'ModelReleaseID' },
+ 'modelreleasestatus' => { 301 => 'ModelReleaseStatus' },
+ 'modelreleaseyear' => { 435 => 0x52, 436 => 0x46, 437 => 0x53 },
+ 'modeltiepoint' => { 118 => 0x8482 },
+ 'modeltransform' => { 118 => 0x85d8 },
+ 'modelyear' => { 486 => 'modelYear' },
+ 'modificationdate' => { 487 => 'modificationDate' },
+ 'modifiedcolortemp' => { 65 => 0x9 },
+ 'modifieddigitalgain' => { 65 => 0xb },
+ 'modifiedparamflag' => { 58 => 0x1 },
+ 'modifiedpicturestyle' => { 65 => 0xa },
+ 'modifiedsaturation' => { 291 => 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', 300 => 'ModDate', 302 => 'tIME', 365 => 'ModDate', 371 => 0x2, 495 => 'ModifyDate' },
+ 'moirefilter' => { 118 => 0xfe58, 471 => 'MoireFilter', 473 => 'MoireFilter' },
+ 'monitordisplayoff' => { 183 => 0x4c },
+ 'monitormatrix' => { 137 => 0x8fc },
+ 'monitorofftime' => { 274 => '18.2', 276 => '3.1', 285 => '3.1' },
+ 'monochromecolor' => { 291 => 0x53b },
+ 'monochromecontrast' => { 108 => 0x3c },
+ 'monochromefiltereffect' => { 102 => 0x20307, 108 => 0x3a, 314 => 0xac, 349 => 0x73 },
+ 'monochromegraineffect' => { 314 => 0xd2 },
+ 'monochromelinear' => { 108 => 0x3d },
+ 'monochromeoutputhighlightpoint' => { 108 => 0x41 },
+ 'monochromeoutputshadowpoint' => { 108 => 0x42 },
+ 'monochromeprofilesettings' => { 291 => 0x537 },
+ 'monochromerawhighlight' => { 108 => 0x7a },
+ 'monochromerawhighlightpoint' => { 108 => 0x3f },
+ 'monochromerawshadow' => { 108 => 0x83 },
+ 'monochromerawshadowpoint' => { 108 => 0x40 },
+ 'monochromesharpness' => { 108 => 0x3e },
+ 'monochrometoning' => { 349 => 0x74 },
+ 'monochrometoningeffect' => { 102 => 0x20306, 108 => 0x3b },
+ 'monochromeunsharpmaskfineness' => { 108 => 0xb2 },
+ 'monochromeunsharpmaskstrength' => { 108 => 0xb0 },
+ 'monochromeunsharpmaskthreshold' => { 108 => 0xb4 },
+ 'monochromevignetting' => { 291 => 0x53a },
+ 'monthdaycreated' => { 139 => 0x12, 148 => 0xe },
+ 'mood' => { 178 => 'WM/Mood' },
+ 'moonphase' => { 375 => 0x12, 376 => 0x43, 377 => 0x4c },
+ 'morepermissions' => { 469 => 'morePermissions' },
+ 'motionsensitivity' => { 375 => 0x29, 377 => 0x60 },
+ 'movementcount' => { 366 => "\xa9mvc" },
+ 'movementname' => { 366 => "\xa9mvn" },
+ 'movementnumber' => { 366 => "\xa9mvi" },
+ 'movieactived-lighting' => { 259 => 0x238 },
+ 'movieaelockbuttonassignment' => { 287 => '40.1' },
+ 'movieautodistortioncontrol' => { 259 => 0x242 },
+ 'moviediffrationcompensation' => { 259 => 0x168b },
+ 'moviefocusmode' => { 259 => 0x248 },
+ 'movieframerate' => { 259 => 0x1f8 },
+ 'movieframesize' => { 259 => 0x1f6 },
+ 'moviefunc1button' => { 277 => '41.1', 278 => '41.1', 288 => '41.1' },
+ 'moviefunctionbutton' => { 275 => '41.1', 287 => '41.1' },
+ 'moviefunctionbuttonplusdials' => { 275 => '52.1' },
+ 'moviehighisonoisereduction' => { 259 => 0x23c },
+ 'movieisoautomanualmode' => { 259 => 0x204 },
+ 'moviepreviewbutton' => { 275 => '41.2', 277 => '41.2', 278 => '41.2', 287 => '41.2', 288 => '41.2' },
+ 'moviepreviewbuttonplusdials' => { 275 => '52.2' },
+ 'movieshutterbutton' => { 275 => '38.3', 277 => '38.3', 278 => '38.3', 287 => '38.3', 288 => '38.3' },
+ 'movieslowmotion' => { 259 => 0x1fa },
+ 'moviesubselectorassignment' => { 275 => '48.2' },
+ 'moviesubselectorassignmentplusdials' => { 275 => '53.1' },
+ 'movietype' => { 247 => 0xc55c, 259 => 0x1fe },
+ 'movievibrationreduction' => { 259 => 0x24e },
+ 'movievibrationreductionsameasphoto' => { 259 => 0x24f },
+ 'movievignettecontrol' => { 259 => 0x23e },
+ 'movievignettecontrolsameasphoto' => { 259 => 0x240 },
+ 'multiburstimageheight' => { 414 => 0x1002 },
+ 'multiburstimagewidth' => { 414 => 0x1001 },
+ 'multiburstmode' => { 414 => 0x1000 },
+ 'multicontrollerwhilemetering' => { 83 => 0x517 },
+ 'multiexposure' => { 67 => 0x1, 314 => 0xb4 },
+ 'multiexposureautogain' => { 225 => 0x3 },
+ 'multiexposurecontrol' => { 67 => 0x2 },
+ 'multiexposuremode' => { 225 => 0x1 },
+ 'multiexposureshots' => { 67 => 0x3, 225 => 0x2 },
+ 'multiframenoisereduction' => { 403 => 0x35, 414 => 0x200b, 419 => 0x15 },
+ 'multiframenreffect' => { 414 => 0x2023 },
+ 'multifunctionlock' => { 83 => 0x70f },
+ 'multipleexposuremode' => { 295 => 0x101c },
+ 'multipleexposureset' => { 330 => '10.1' },
+ 'multisample' => { 232 => 0x40 },
+ 'multiselector' => { 274 => '9.4', 275 => '10.3', 277 => '10.3', 278 => '10.3', 283 => '27.4', 287 => '10.3', 288 => '10.3' },
+ 'multiselectorliveview' => { 274 => '4.3', 277 => '37.1', 278 => '37.1', 287 => '37.1', 288 => '37.1' },
+ 'multiselectorliveviewmode' => { 242 => 0x18c2 },
+ 'multiselectorplaybackmode' => { 274 => ['13.5','9.2'], 275 => '10.2', 278 => '10.2', 283 => '27.2', 287 => '10.2', 288 => '10.2' },
+ 'multiselectorshootmode' => { 274 => '9.1', 275 => '10.1', 277 => '10.1', 278 => '10.1', 283 => '27.1', 287 => '10.1', 288 => '10.1' },
+ 'multishot' => { 319 => 0x121 },
+ 'mute' => { 368 => 'player.movie.audio.mute' },
+ 'mycolormode' => { 68 => 0x2 },
+ 'name' => { 374 => 'name', 471 => 'Name', 473 => 'Name' },
+ 'narrator' => { 366 => "\xa9nrt" },
+ 'nationalcatalognumber' => { 487 => 'nationalCatalogNumber' },
+ 'nativedigest' => { 477 => 'NativeDigest', 493 => 'NativeDigest' },
+ 'ndfilter' => { 76 => 0x1c, 291 => 0x204, 381 => 0x1019 },
+ 'near' => { 456 => 'Near' },
+ 'nefbitdepth' => { 224 => 0xe22 },
+ 'nefcompression' => { 224 => 0x93 },
+ 'neflinearizationtable' => { 224 => 0x96 },
+ 'negativecachelargepreviewsize' => { 471 => 'NegativeCacheLargePreviewSize', 473 => 'NegativeCacheLargePreviewSize' },
+ 'negativecachemaximumsize' => { 471 => 'NegativeCacheMaximumSize', 473 => 'NegativeCacheMaximumSize' },
+ 'negativecachepath' => { 471 => 'NegativeCachePath', 473 => 'NegativeCachePath' },
+ 'neutraldensityfactor' => { 468 => 'NeutralDensityFactor' },
+ 'neutraldensityfilter' => { 349 => 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' => { 495 => 'Nickname' },
+ 'nikoncapturedata' => { 224 => 0xe01 },
+ 'nikoncaptureeditversions' => { 224 => 0xe13 },
+ 'nikoncaptureoffsets' => { 224 => 0xe0e },
+ 'nikoncaptureoutput' => { 224 => 0xe1e },
+ 'nikoncaptureversion' => { 224 => 0xe09 },
+ 'nikoniccprofile' => { 224 => 0xe1d },
+ 'nikonimagesize' => { 239 => '723.1', 240 => '732.1', 250 => 0x2c4 },
+ 'nikonmeteringmode' => { 243 => 0x2ea4, 252 => 0x175e, 259 => 0x146 },
+ 'nikonsettings' => { 224 => 0x4e },
+ 'noisefilter' => { 291 => 0x527 },
+ 'noiseprofile' => { 118 => 0xc761 },
+ 'noisereduction' => { 126 => [0x100b,0x100e], 181 => 0xb0, 182 => 0x60, 183 => 0x3f, 224 => 0x95, 267 => 0x753dcbc0, 268 => 0x17, 291 => 0x50a, 296 => 0x103a, 314 => 0x2d, 349 => 0x49, 381 => 0x100f, 383 => 0x2a },
+ 'noisereduction2' => { 295 => 0x1010 },
+ 'noisereductionapplied' => { 118 => 0xc6f7 },
+ 'noisereductionintensity' => { 268 => 0x9 },
+ 'noisereductionmethod' => { 268 => 0x11 },
+ 'noisereductionmode' => { 448 => 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' => { 319 => 0x1b },
+ 'noisereductionsharpness' => { 268 => 0xd },
+ 'noisereductionstrength' => { 314 => 0xd6 },
+ 'noisereductionvalue' => { 448 => 0x8027 },
+ 'nomemorycard' => { 274 => '22.1', 275 => '4.2', 276 => '0.3', 279 => '2.4', 280 => '3.2', 281 => '3.2', 283 => '33.7', 284 => '3.2', 285 => '0.3', 287 => '4.2', 289 => '4.5' },
+ 'nominalmaxaperture' => { 340 => 0xa },
+ 'nominalminaperture' => { 340 => '10.1' },
+ 'normallinetime' => { 137 => 0x186a },
+ 'normalwhitelevel' => { 41 => 0x32a, 42 => 0x280, 45 => [0x2b8,0x2cf,0x2d3], 46 => 0x569, 47 => 0x1e3, 48 => [0x1fc,0x2dc], 49 => [0x230,0x30e], 50 => 0x31c },
+ 'notes' => { 449 => 'Notes', 466 => 'notes' },
+ 'npages' => { 502 => 'NPages' },
+ 'nullrecord' => { 96 => 0x0 },
+ 'numafpoints' => { 326 => 0x2 },
+ 'number' => { 487 => 'number' },
+ 'numberofbeats' => { 497 => 'numberOfBeats' },
+ 'numberoffocuspoints' => { 277 => '1.3', 278 => '1.3', 281 => '0.2', 282 => '0.3', 284 => '0.3' },
+ 'numfaceelements' => { 126 => 0x4200 },
+ 'numfacepositions' => { 306 => 0x0 },
+ 'numindexentries' => { 132 => 0x54 },
+ 'numwbentries' => { 320 => 0x0, 321 => 0x0 },
+ 'object' => { 487 => 'object' },
+ 'objectattributereference' => { 130 => 0x4 },
+ 'objectcycle' => { 130 => 0x4b, 466 => 'ObjectCycle' },
+ 'objectdescription' => { 486 => 'objectDescription' },
+ 'objectdistance' => { 111 => 0x6, 112 => 0x2022 },
+ 'objectname' => { 130 => 0x5 },
+ 'objectpreviewdata' => { 130 => 0xca },
+ 'objectpreviewfileformat' => { 130 => 0xc8 },
+ 'objectpreviewfileversion' => { 130 => 0xc9 },
+ 'objectsubtype' => { 486 => 'objectSubtype' },
+ 'objecttype' => { 486 => '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' => { 477 => [\'OECF','OECFColumns'] },
+ 'oecfnames' => { 477 => [\'OECF','OECFNames'] },
+ 'oecfrows' => { 477 => [\'OECF','OECFRows'] },
+ 'oecfvalues' => { 477 => [\'OECF','OECFValues'] },
+ 'offsaledate' => { 487 => 'offSaleDate' },
+ 'offsaledatea-platform' => { 487 => [\'offSaleDate','offSaleDateA-platform'] },
+ 'offsaledatedate' => { 487 => [\'offSaleDate','offSaleDateDate'] },
+ 'offsetdacvalue' => { 137 => 0x190a },
+ 'offsetschema' => { 118 => 0xea1d },
+ 'offsettime' => { 118 => 0x9010 },
+ 'offsettimedigitized' => { 118 => 0x9012 },
+ 'offsettimeoriginal' => { 118 => 0x9011 },
+ 'okbutton' => { 284 => '15.1', 289 => '16.1' },
+ 'oldsubfiletype' => { 118 => 0xff },
+ 'olympusimageheight' => { 296 => 0x102f },
+ 'olympusimagewidth' => { 296 => 0x102e },
+ 'omenatcapturestrength' => { 137 => 0xa60 },
+ 'omenautostrength' => { 137 => 0xa5f },
+ 'omenearlystrength' => { 137 => 0xa5e },
+ 'omenfocallengthlimit' => { 137 => 0xa62 },
+ 'omeninitialipfstrength' => { 137 => 0xa5d },
+ 'omensurfaceindex' => { 137 => 0xa64 },
'oneshotafrelease' => { 2 => 0x9 },
- 'onetouchwb' => { 294 => 0x302 },
- 'onsaledate' => { 485 => 'onSaleDate' },
- 'onsaledatea-platform' => { 485 => [\'onSaleDate','onSaleDateA-platform'] },
- 'onsaledatedate' => { 485 => [\'onSaleDate','onSaleDateDate'] },
- 'onsaleday' => { 485 => 'onSaleDay' },
- 'onsaledaya-platform' => { 485 => [\'onSaleDay','onSaleDayA-platform'] },
- 'onsaledayday' => { 485 => [\'onSaleDay','onSaleDayDay'] },
- 'opcodelist1' => { 117 => 0xc740 },
- 'opcodelist2' => { 117 => 0xc741 },
- 'opcodelist3' => { 117 => 0xc74e },
- 'opticalzoom' => { 140 => 0xfa3d, 142 => [0x6006,0xf006], 143 => 0x1000, 144 => 0xf, 147 => 0x1e, 149 => 0x20, 150 => 0x1c, 161 => 'OpticalZoom' },
- 'opticalzoomcode' => { 75 => 0xa },
- 'opticalzoommode' => { 312 => 0x34 },
- 'opticalzoomon' => { 388 => 0x219 },
- 'optionenddate' => { 488 => 'optionEndDate' },
- 'opto-electricconvfactor' => { 475 => 'OECF' },
- 'orangehsl' => { 101 => 0x20911 },
- 'ordernumber' => { 125 => 0x8002 },
- 'organisationinimagecode' => { 481 => 'OrganisationInImageCode' },
- 'organisationinimagename' => { 481 => 'OrganisationInImageName' },
- 'organism' => { 116 => 'Organism' },
- 'organismassociatedoccurrences' => { 116 => [\'Organism','OrganismAssociatedOccurrences'] },
- 'organismassociatedorganisms' => { 116 => [\'Organism','OrganismAssociatedOrganisms'] },
- 'organismid' => { 116 => [\'Organism','OrganismOrganismID'] },
- 'organismname' => { 116 => [\'Organism','OrganismOrganismName'] },
- 'organismpreviousidentifications' => { 116 => [\'Organism','OrganismPreviousIdentifications'] },
- 'organismremarks' => { 116 => [\'Organism','OrganismOrganismRemarks'] },
- 'organismscope' => { 116 => [\'Organism','OrganismOrganismScope'] },
- 'organization' => { 485 => 'organization' },
- 'orientation' => { 117 => 0x112, 317 => 0x112, 484 => 'orientation', 491 => 'Orientation' },
- 'orientation2' => { 417 => [0x28,0x2e] },
+ 'onetouchwb' => { 296 => 0x302 },
+ 'onsaledate' => { 487 => 'onSaleDate' },
+ 'onsaledatea-platform' => { 487 => [\'onSaleDate','onSaleDateA-platform'] },
+ 'onsaledatedate' => { 487 => [\'onSaleDate','onSaleDateDate'] },
+ 'onsaleday' => { 487 => 'onSaleDay' },
+ 'onsaledaya-platform' => { 487 => [\'onSaleDay','onSaleDayA-platform'] },
+ 'onsaledayday' => { 487 => [\'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' => { 314 => 0x34 },
+ 'opticalzoomon' => { 390 => 0x219 },
+ 'optionenddate' => { 490 => 'optionEndDate' },
+ 'opto-electricconvfactor' => { 477 => 'OECF' },
+ 'orangehsl' => { 102 => 0x20911 },
+ 'ordernumber' => { 126 => 0x8002 },
+ 'organisationinimagecode' => { 483 => 'OrganisationInImageCode' },
+ 'organisationinimagename' => { 483 => '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' => { 487 => 'organization' },
+ 'orientation' => { 118 => 0x112, 319 => 0x112, 486 => 'orientation', 493 => 'Orientation' },
+ 'orientation2' => { 419 => [0x28,0x2e] },
'orientationlinkedaf' => { 2 => 0xe },
- 'orientationlinkedafpoint' => { 82 => 0x516 },
- 'originalalbumtitle' => { 177 => 'WM/OriginalAlbumTitle' },
- 'originalartist' => { 177 => 'WM/OriginalArtist', 364 => "\xa9ope" },
- 'originalbestqualitysize' => { 117 => 0xc792 },
- 'originalcreatedatetime' => { 459 => 'OriginalCreateDateTime' },
- 'originaldecisiondata' => { 112 => 'Canon-OriginalDecisionData' },
- 'originaldecisiondataoffset' => { 62 => 0x83 },
- 'originaldefaultcropsize' => { 117 => 0xc793 },
- 'originaldefaultfinalsize' => { 117 => 0xc791 },
- 'originaldirectory' => { 309 => 0x408 },
- 'originaldocumentid' => { 496 => 'OriginalDocumentID' },
- 'originalfilename' => { 95 => 0x816, 136 => 0x3e9, 148 => 0x20, 309 => 0x407, 459 => 'OriginalFilename' },
- 'originalimageheight' => { 77 => 0xc, 121 => 0x1 },
- 'originalimagewidth' => { 77 => 0xb, 121 => 0x0 },
- 'originallyricist' => { 177 => 'WM/OriginalLyricist' },
- 'originalrawfiledata' => { 117 => 0xc68c },
- 'originalrawfiledigest' => { 117 => 0xc71d },
- 'originalrawfilename' => { 117 => 0xc68b },
- 'originaltransmissionreference' => { 129 => 0x67 },
- 'originatingprogram' => { 129 => 0x41, 464 => 'OriginatingProgram' },
- 'originplatform' => { 485 => 'originPlatform' },
- 'os' => { 473 => 'os' },
- 'otherconditions' => { 299 => 'OtherConditions' },
- 'otherconstraints' => { 299 => 'OtherConstraints' },
- 'otherimage' => { 112 => 'Exif-OtherImage' },
- 'otherimageinfo' => { 299 => 'OtherImageInfo' },
- 'otherimagelength' => { 117 => 0x202 },
- 'otherimagestart' => { 117 => 0x201 },
- 'otherlicensedocuments' => { 299 => 'OtherLicenseDocuments' },
- 'otherlicenseinfo' => { 299 => 'OtherLicenseInfo' },
- 'otherlicenserequirements' => { 299 => 'OtherLicenseRequirements' },
- 'outcue' => { 495 => 'outCue' },
- 'outcuescale' => { 495 => [\'outCue','outCueScale'] },
- 'outcuevalue' => { 495 => [\'outCue','outCueValue'] },
- 'outputimageheight' => { 194 => 0x3 },
- 'outputimagewidth' => { 194 => 0x2 },
- 'outputlut' => { 312 => 0xa7 },
- 'outputprofile' => { 136 => 0x138b },
- 'outputresolution' => { 194 => 0x4 },
- 'overclockcols' => { 136 => 0x189c },
- 'overclockrows' => { 136 => 0x18c4 },
- 'overridelookvignette' => { 469 => 'OverrideLookVignette', 471 => 'OverrideLookVignette' },
- 'owner' => { 499 => 'Owner' },
- 'ownerid' => { 129 => 0xbc },
- 'ownername' => { 15 => 0x10f, 62 => 0x9, 95 => 0x810, 117 => [0xa430,0xfde8], 154 => 'OwnerName', 466 => 'OwnerName', 476 => 'CameraOwnerName' },
- 'padding' => { 117 => 0xea1c },
- 'pagecount' => { 485 => 'pageCount' },
- 'pageimage' => { 493 => [\'PageInfo','PageInfoImage'] },
- 'pageimageformat' => { 493 => [\'PageInfo','PageInfoFormat'] },
- 'pageimageheight' => { 493 => [\'PageInfo','PageInfoHeight'] },
- 'pageimagepagenumber' => { 493 => [\'PageInfo','PageInfoPageNumber'] },
- 'pageimagewidth' => { 493 => [\'PageInfo','PageInfoWidth'] },
- 'pageinfo' => { 493 => 'PageInfo' },
- 'pagename' => { 117 => 0x11d },
- 'pagenumber' => { 117 => 0x129 },
- 'pageprogressiondirection' => { 485 => 'pageProgressionDirection' },
- 'pagerange' => { 485 => 'pageRange' },
- 'paintbasedcorrectionmasks' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] },
- 'paintbasedcorrections' => { 469 => 'PaintBasedCorrections', 471 => 'PaintBasedCorrections' },
- 'paintcorrectionactive' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] },
- 'paintcorrectionamount' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] },
- 'paintcorrectionblacks2012' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'] },
- 'paintcorrectionbrightness' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] },
- 'paintcorrectionclarity' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] },
- 'paintcorrectionclarity2012' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] },
- 'paintcorrectioncontrast' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] },
- 'paintcorrectioncontrast2012' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] },
- 'paintcorrectioncorrectionname' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'] },
- 'paintcorrectioncorrectionsyncid' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'] },
- 'paintcorrectiondefringe' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] },
- 'paintcorrectiondehaze' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'] },
- 'paintcorrectionexposure' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] },
- 'paintcorrectionexposure2012' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] },
- 'paintcorrectionhighlights2012' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] },
- 'paintcorrectionhue' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue','PaintBasedCorrectionsLocalToningHue'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue','PaintBasedCorrectionsLocalToningHue'] },
- 'paintcorrectionluminancenoise' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] },
- 'paintcorrectionmaskalpha' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] },
- 'paintcorrectionmaskangle' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] },
- 'paintcorrectionmaskbottom' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] },
- 'paintcorrectionmaskcentervalue' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] },
- 'paintcorrectionmaskcenterweight' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'paintcorrectionmaskcorrectionrangemask' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'paintcorrectionmaskcorrectionrangemaskareamodels' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'paintcorrectionmaskcorrectionrangemaskareamodelsareacomponents' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'paintcorrectionmaskcorrectionrangemaskareamodelscolorrangemaskareasampleinfo' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'paintcorrectionmaskcorrectionrangemaskcoloramount' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'paintcorrectionmaskcorrectionrangemaskdepthfeather' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'paintcorrectionmaskcorrectionrangemaskdepthmax' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'paintcorrectionmaskcorrectionrangemaskdepthmin' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'paintcorrectionmaskcorrectionrangemaskinvert' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'paintcorrectionmaskcorrectionrangemasklumfeather' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'paintcorrectionmaskcorrectionrangemaskluminancedepthsampleinfo' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'paintcorrectionmaskcorrectionrangemasklummax' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'paintcorrectionmaskcorrectionrangemasklummin' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'paintcorrectionmaskcorrectionrangemasklumrange' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'paintcorrectionmaskcorrectionrangemasksampletype' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'paintcorrectionmaskcorrectionrangemasktype' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'paintcorrectionmaskcorrectionrangemaskversion' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'paintcorrectionmaskdabs' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] },
- 'paintcorrectionmaskfeather' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] },
- 'paintcorrectionmaskflipped' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] },
- 'paintcorrectionmaskflow' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] },
- 'paintcorrectionmaskfullx' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] },
- 'paintcorrectionmaskfully' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] },
- 'paintcorrectionmaskinputdigest' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'] },
- 'paintcorrectionmaskleft' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] },
- 'paintcorrectionmaskmaskactive' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'] },
- 'paintcorrectionmaskmaskblendmode' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'paintcorrectionmaskmaskdigest' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'paintcorrectionmaskmaskinverted' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'paintcorrectionmaskmaskname' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'] },
- 'paintcorrectionmaskmasks' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'] },
- 'paintcorrectionmaskmasksalpha' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'paintcorrectionmaskmasksangle' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'paintcorrectionmaskmasksbottom' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'paintcorrectionmaskmaskscentervalue' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'paintcorrectionmaskmaskscenterweight' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'paintcorrectionmaskmasksdabs' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'paintcorrectionmaskmasksfeather' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'paintcorrectionmaskmasksflipped' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'paintcorrectionmaskmasksflow' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'paintcorrectionmaskmasksfullx' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'paintcorrectionmaskmasksfully' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'paintcorrectionmaskmasksinputdigest' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'paintcorrectionmaskmasksleft' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'paintcorrectionmaskmasksmaskactive' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'paintcorrectionmaskmasksmaskblendmode' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'paintcorrectionmaskmasksmaskdigest' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'paintcorrectionmaskmasksmaskinverted' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'paintcorrectionmaskmasksmaskname' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'paintcorrectionmaskmasksmasksubtype' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'paintcorrectionmaskmasksmasksyncid' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'paintcorrectionmaskmasksmaskversion' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'paintcorrectionmaskmasksmidpoint' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'paintcorrectionmaskmasksorigin' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'paintcorrectionmaskmasksperimetervalue' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'paintcorrectionmaskmasksradius' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'paintcorrectionmaskmasksreferencepoint' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'paintcorrectionmaskmasksright' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'] },
- 'paintcorrectionmaskmasksroundness' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'paintcorrectionmaskmaskssizex' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'paintcorrectionmaskmaskssizey' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'paintcorrectionmaskmaskstop' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'] },
- 'paintcorrectionmaskmasksubtype' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'paintcorrectionmaskmasksvalue' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'paintcorrectionmaskmasksversion' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'paintcorrectionmaskmaskswhat' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'paintcorrectionmaskmaskswholeimagearea' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'paintcorrectionmaskmasksx' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'] },
- 'paintcorrectionmaskmasksy' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'] },
- 'paintcorrectionmaskmasksyncid' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'paintcorrectionmaskmaskszerox' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'paintcorrectionmaskmaskszeroy' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'paintcorrectionmaskmaskversion' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'paintcorrectionmaskmidpoint' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] },
- 'paintcorrectionmaskorigin' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'] },
- 'paintcorrectionmaskperimetervalue' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'paintcorrectionmaskradius' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] },
- 'paintcorrectionmaskreferencepoint' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'paintcorrectionmaskright' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] },
- 'paintcorrectionmaskroundness' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] },
- 'paintcorrectionmasksizex' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] },
- 'paintcorrectionmasksizey' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] },
- 'paintcorrectionmasktop' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] },
- 'paintcorrectionmaskvalue' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] },
- 'paintcorrectionmaskversion' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] },
- 'paintcorrectionmaskwhat' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] },
- 'paintcorrectionmaskwholeimagearea' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'paintcorrectionmaskx' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] },
- 'paintcorrectionmasky' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] },
- 'paintcorrectionmaskzerox' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] },
- 'paintcorrectionmaskzeroy' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] },
- 'paintcorrectionmoire' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] },
- 'paintcorrectionrangemask' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'] },
- 'paintcorrectionrangemaskareamodels' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'paintcorrectionrangemaskareamodelsareacomponents' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'paintcorrectionrangemaskareamodelscolorrangemaskareasampleinfo' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'paintcorrectionrangemaskcoloramount' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'paintcorrectionrangemaskdepthfeather' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'paintcorrectionrangemaskdepthmax' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'paintcorrectionrangemaskdepthmin' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'paintcorrectionrangemaskinvert' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'paintcorrectionrangemasklumfeather' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'paintcorrectionrangemaskluminancedepthsampleinfo' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'paintcorrectionrangemasklummax' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'paintcorrectionrangemasklummin' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'paintcorrectionrangemasklumrange' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'paintcorrectionrangemasksampletype' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'paintcorrectionrangemasktype' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'] },
- 'paintcorrectionrangemaskversion' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'paintcorrectionsaturation' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation','PaintBasedCorrectionsLocalToningSaturation'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation','PaintBasedCorrectionsLocalToningSaturation'] },
- 'paintcorrectionshadows2012' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] },
- 'paintcorrectionsharpness' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] },
- 'paintcorrectiontemperature' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] },
- 'paintcorrectiontexture' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'] },
- 'paintcorrectiontint' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] },
- 'paintcorrectionwhat' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] },
- 'paintcorrectionwhites2012' => { 469 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'], 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'] },
- 'panasonicdatetime' => { 315 => 0x0 },
- 'panasonicexifversion' => { 312 => 0x26 },
- 'panasonicimageheight' => { 312 => 0x4c },
- 'panasonicimagewidth' => { 312 => 0x4b },
- 'panasonicrawversion' => { 317 => 0x1 },
- 'panasonictitle' => { 117 => 0xc6d2 },
- 'panasonictitle2' => { 117 => 0xc6d3 },
- 'panoramaangle' => { 125 => 0x1153 },
- 'panoramacropbottom' => { 418 => 0x7 },
- 'panoramacropleft' => { 418 => 0x4 },
- 'panoramacropright' => { 418 => 0x6 },
- 'panoramacroptop' => { 418 => 0x5 },
- 'panoramadirection' => { 70 => 0x5, 125 => 0x1154, 418 => 0x3 },
- 'panoramaframeheight' => { 418 => 0x9 },
- 'panoramaframenumber' => { 70 => 0x2 },
- 'panoramaframewidth' => { 418 => 0x8 },
- 'panoramafullheight' => { 418 => 0x2 },
- 'panoramafullwidth' => { 418 => 0x1 },
- 'panoramamode' => { 138 => 0x3c, 289 => 0x601 },
- 'panoramasize3d' => { 401 => 0x38 },
- 'panoramasourceheight' => { 418 => 0xb },
- 'panoramasourcewidth' => { 418 => 0xa },
- 'panoramicstitchcameramotion' => { 174 => 'PanoramicStitchCameraMotion', 175 => 0x1 },
- 'panoramicstitchmaptype' => { 174 => 'PanoramicStitchMapType', 175 => 0x2 },
- 'panoramicstitchphi0' => { 174 => 'PanoramicStitchPhi0', 175 => 0x5 },
- 'panoramicstitchphi1' => { 174 => 'PanoramicStitchPhi1', 175 => 0x6 },
- 'panoramicstitchtheta0' => { 174 => 'PanoramicStitchTheta0', 175 => 0x3 },
- 'panoramicstitchtheta1' => { 174 => 'PanoramicStitchTheta1', 175 => 0x4 },
- 'panoramicstitchversion' => { 175 => 0x0 },
- 'pantry' => { 496 => 'Pantry' },
- 'pantryinstanceid' => { 496 => [\'Pantry','PantryInstanceID'] },
- 'parallax' => { 125 => 0xb211, 288 => 0x28 },
- 'parametricdarks' => { 469 => 'ParametricDarks', 471 => 'ParametricDarks' },
- 'parametrichighlights' => { 469 => 'ParametricHighlights', 471 => 'ParametricHighlights' },
- 'parametrichighlightsplit' => { 469 => 'ParametricHighlightSplit', 471 => 'ParametricHighlightSplit' },
- 'parametriclights' => { 469 => 'ParametricLights', 471 => 'ParametricLights' },
- 'parametricmidtonesplit' => { 469 => 'ParametricMidtoneSplit', 471 => 'ParametricMidtoneSplit' },
- 'parametricshadows' => { 469 => 'ParametricShadows', 471 => 'ParametricShadows' },
- 'parametricshadowsplit' => { 469 => 'ParametricShadowSplit', 471 => 'ParametricShadowSplit' },
- 'parentalrating' => { 177 => 'WM/ParentalRating' },
- 'parentmediaeventid' => { 459 => 'ParentMediaEventID' },
- 'parentmeid' => { 459 => 'ParentMEID' },
- 'parentproductid' => { 364 => '@ppi' },
- 'parentreference1' => { 479 => [\'TagStructure','TagStructureParentReference'] },
- 'parentreference2' => { 479 => [\'TagStructure','TagStructureSubLabelsParentReference'] },
- 'parentreference3' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] },
- 'parentreference4' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentreference5' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentreference6' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentshorttitle' => { 364 => '@PST' },
- 'parenttitle' => { 364 => '@pti' },
- 'partialactivecols1' => { 136 => 0x17e8 },
- 'partialactivecols2' => { 136 => 0x17f2 },
- 'partialactiverows1' => { 136 => 0x17fc },
- 'partialactiverows2' => { 136 => 0x1806 },
- 'partofcompilation' => { 495 => 'partOfCompilation' },
- 'patientbirthdate' => { 448 => 'PatientDOB' },
- 'patientid' => { 448 => 'PatientID' },
- 'patientname' => { 448 => 'PatientName' },
- 'patientsex' => { 448 => 'PatientSex' },
- 'patternareaheight' => { 136 => 0x963 },
- 'patternareawidth' => { 136 => 0x962 },
- 'patterncorrectionfactorscale' => { 136 => 0x969 },
- 'patterncropcols1' => { 136 => 0x96c },
- 'patterncropcols2' => { 136 => 0x96d },
- 'patterncroprows1' => { 136 => 0x96a },
- 'patterncroprows2' => { 136 => 0x96b },
- 'patternimagerheight' => { 136 => 0x961 },
- 'patternimagerwidth' => { 136 => 0x960 },
- 'patternx' => { 136 => 0x966 },
- 'patterny' => { 136 => 0x967 },
- 'pdfversion' => { 482 => 'PDFVersion' },
- 'pentaximagesize' => { 347 => 0x9 },
- 'pentaxmodelid' => { 327 => 0x0, 347 => 0x5 },
- 'pentaxmodeltype' => { 347 => 0x1 },
- 'pentaxversion' => { 347 => 0x0 },
- 'people' => { 450 => 'People', 462 => 'People' },
- 'perchannelblacklevel' => { 41 => 0x157, 43 => 0xc4, 44 => [0x2b4,0x2cb,0x2cf], 45 => [0x108,0x14d], 46 => 0x1df, 47 => [0x1f8,0x2d8], 48 => [0x22c,0x30a], 49 => 0x149 },
- 'performer' => { 364 => 'perf', 372 => 'perf' },
- 'performerkeywords' => { 372 => "\xa9prk" },
- 'performers' => { 372 => "\xa9prf" },
- 'performerurl' => { 372 => "\xa9prl" },
- 'period' => { 177 => 'WM/Period' },
- 'peripheralillumcentralradius' => { 446 => 0x8030 },
- 'peripheralillumcentralvalue' => { 446 => 0x8031 },
- 'peripheralillumination' => { 101 => 0x20702, 107 => 0x68 },
- 'peripheralilluminationcorr' => { 61 => 0x1, 337 => 0x2 },
- 'peripheralilluminationon' => { 101 => '0x20702.0', 107 => 0x64 },
- 'peripheralillumperiphvalue' => { 446 => 0x8032 },
- 'peripherallighting' => { 77 => 0x2, 125 => 0x3804 },
- 'peripherallightingsetting' => { 78 => 0x5 },
- 'peripherallightingvalue' => { 77 => 0x6 },
- 'permissions' => { 488 => 'permissions' },
- 'permits' => { 467 => 'permits' },
- 'person' => { 485 => 'person' },
- 'personality' => { 459 => 'Personality' },
- 'personheard' => { 481 => 'PersonHeard' },
- 'personheardidentifier' => { 481 => [\'PersonHeard','PersonHeardIdentifier'] },
- 'personheardname' => { 481 => [\'PersonHeard','PersonHeardName'] },
- 'personinimage' => { 481 => 'PersonInImage' },
- 'personinimagecharacteristic' => { 481 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristic'] },
- 'personinimagecvtermcvid' => { 481 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvId'] },
- 'personinimagecvtermid' => { 481 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermId'] },
- 'personinimagecvtermname' => { 481 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermName'] },
- 'personinimagecvtermrefinedabout' => { 481 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermRefinedAbout'] },
- 'personinimagedescription' => { 481 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonDescription'] },
- 'personinimageid' => { 481 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonId'] },
- 'personinimagename' => { 481 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonName'] },
- 'personinimagewdetails' => { 481 => 'PersonInImageWDetails' },
- 'perspectiveaspect' => { 469 => 'PerspectiveAspect', 471 => 'PerspectiveAspect' },
- 'perspectivehorizontal' => { 469 => 'PerspectiveHorizontal', 471 => 'PerspectiveHorizontal' },
- 'perspectiverotate' => { 469 => 'PerspectiveRotate', 471 => 'PerspectiveRotate' },
- 'perspectivescale' => { 469 => 'PerspectiveScale', 471 => 'PerspectiveScale' },
- 'perspectiveupright' => { 469 => 'PerspectiveUpright', 471 => 'PerspectiveUpright' },
- 'perspectivevertical' => { 469 => 'PerspectiveVertical', 471 => 'PerspectiveVertical' },
- 'perspectivex' => { 469 => 'PerspectiveX', 471 => 'PerspectiveX' },
- 'perspectivey' => { 469 => 'PerspectiveY', 471 => 'PerspectiveY' },
- 'pf0customfuncregistration' => { 90 => 0x1 },
- 'pf10retainprogramshift' => { 90 => 0xb },
- 'pf13drivepriority' => { 90 => 0xe },
- 'pf14disablefocussearch' => { 90 => 0xf },
- 'pf15disableafassistbeam' => { 90 => 0x10 },
- 'pf16autofocuspointshoot' => { 90 => 0x11 },
- 'pf17disableafpointsel' => { 90 => 0x12 },
- 'pf18enableautoafpointsel' => { 90 => 0x13 },
- 'pf19continuousshootspeed' => { 90 => 0x14 },
- 'pf19shootingspeedhigh' => { 89 => 0xa },
- 'pf19shootingspeedlow' => { 89 => 0x9 },
- 'pf1disableshootingmodes' => { 90 => 0x2 },
- 'pf1value' => { 89 => 0x1 },
- 'pf20limitcontinousshots' => { 90 => 0x15 },
- 'pf20maxcontinousshots' => { 89 => 0xb },
- 'pf21enablequietoperation' => { 90 => 0x16 },
- 'pf23felocktime' => { 89 => 0xd },
- 'pf23postreleasetime' => { 89 => 0xe },
- 'pf23settimerlengths' => { 90 => 0x18 },
- 'pf23shutterbuttontime' => { 89 => 0xc },
- 'pf24lightlcdduringbulb' => { 90 => 0x19 },
- 'pf25aemode' => { 89 => 0xf },
- 'pf25afmode' => { 89 => 0x12 },
- 'pf25afpointsel' => { 89 => 0x13 },
- 'pf25colormatrix' => { 89 => 0x17 },
- 'pf25defaultclearsettings' => { 90 => 0x1a },
- 'pf25drivemode' => { 89 => 0x11 },
- 'pf25imagesize' => { 89 => 0x14 },
- 'pf25meteringmode' => { 89 => 0x10 },
- 'pf25parameters' => { 89 => 0x16 },
- 'pf25wbmode' => { 89 => 0x15 },
- 'pf26shortenreleaselag' => { 90 => 0x1b },
- 'pf27reversedialrotation' => { 90 => 0x1c },
- 'pf27value' => { 89 => 0x18 },
- 'pf28noquickdialexpcomp' => { 90 => 0x1d },
- 'pf29quickdialswitchoff' => { 90 => 0x1e },
- 'pf2disablemeteringmodes' => { 90 => 0x3 },
- 'pf2value' => { 89 => 0x2 },
- 'pf30enlargementmode' => { 90 => 0x1f },
- 'pf31originaldecisiondata' => { 90 => 0x20 },
- 'pf3manualexposuremetering' => { 90 => 0x4 },
- 'pf3value' => { 89 => 0x3 },
- 'pf4exposuretimelimits' => { 90 => 0x5 },
- 'pf4exposuretimemax' => { 89 => 0x5 },
- 'pf4exposuretimemin' => { 89 => 0x4 },
- 'pf5aperturelimits' => { 90 => 0x6 },
- 'pf5aperturemax' => { 89 => 0x7 },
- 'pf5aperturemin' => { 89 => 0x6 },
- 'pf6presetshootingmodes' => { 90 => 0x7 },
- 'pf7bracketcontinuousshoot' => { 90 => 0x8 },
- 'pf8bracketshots' => { 89 => 0x8 },
- 'pf8setbracketshots' => { 90 => 0x9 },
- 'pf9changebracketsequence' => { 90 => 0xa },
- 'phasedetectaf' => { 191 => 0x6 },
- 'phonenumber' => { 155 => 'Phone' },
+ 'orientationlinkedafpoint' => { 83 => 0x516 },
+ 'originalalbumtitle' => { 178 => 'WM/OriginalAlbumTitle' },
+ 'originalartist' => { 178 => 'WM/OriginalArtist', 366 => "\xa9ope" },
+ 'originalbestqualitysize' => { 118 => 0xc792 },
+ 'originalcreatedatetime' => { 461 => 'OriginalCreateDateTime' },
+ 'originaldecisiondata' => { 113 => 'Canon-OriginalDecisionData' },
+ 'originaldecisiondataoffset' => { 63 => 0x83 },
+ 'originaldefaultcropsize' => { 118 => 0xc793 },
+ 'originaldefaultfinalsize' => { 118 => 0xc791 },
+ 'originaldirectory' => { 311 => 0x408 },
+ 'originaldocumentid' => { 498 => 'OriginalDocumentID' },
+ 'originalfilename' => { 96 => 0x816, 137 => 0x3e9, 149 => 0x20, 311 => 0x407, 461 => '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, 466 => 'OriginatingProgram' },
+ 'originplatform' => { 487 => 'originPlatform' },
+ 'os' => { 475 => 'os' },
+ 'otherconditions' => { 301 => 'OtherConditions' },
+ 'otherconstraints' => { 301 => 'OtherConstraints' },
+ 'otherimage' => { 113 => 'Exif-OtherImage' },
+ 'otherimageinfo' => { 301 => 'OtherImageInfo' },
+ 'otherimagelength' => { 118 => 0x202 },
+ 'otherimagestart' => { 118 => 0x201 },
+ 'otherlicensedocuments' => { 301 => 'OtherLicenseDocuments' },
+ 'otherlicenseinfo' => { 301 => 'OtherLicenseInfo' },
+ 'otherlicenserequirements' => { 301 => 'OtherLicenseRequirements' },
+ 'outcue' => { 497 => 'outCue' },
+ 'outcuescale' => { 497 => [\'outCue','outCueScale'] },
+ 'outcuevalue' => { 497 => [\'outCue','outCueValue'] },
+ 'outputimageheight' => { 195 => 0x3 },
+ 'outputimagewidth' => { 195 => 0x2 },
+ 'outputlut' => { 314 => 0xa7 },
+ 'outputprofile' => { 137 => 0x138b },
+ 'outputresolution' => { 195 => 0x4 },
+ 'overclockcols' => { 137 => 0x189c },
+ 'overclockrows' => { 137 => 0x18c4 },
+ 'overridelookvignette' => { 471 => 'OverrideLookVignette', 473 => 'OverrideLookVignette' },
+ 'owner' => { 501 => 'Owner' },
+ 'ownerid' => { 130 => 0xbc },
+ 'ownername' => { 15 => 0x10f, 63 => 0x9, 96 => 0x810, 118 => [0xa430,0xfde8], 155 => 'OwnerName', 468 => 'OwnerName', 478 => 'CameraOwnerName' },
+ 'padding' => { 118 => 0xea1c },
+ 'pagecount' => { 487 => 'pageCount' },
+ 'pageimage' => { 495 => [\'PageInfo','PageInfoImage'] },
+ 'pageimageformat' => { 495 => [\'PageInfo','PageInfoFormat'] },
+ 'pageimageheight' => { 495 => [\'PageInfo','PageInfoHeight'] },
+ 'pageimagepagenumber' => { 495 => [\'PageInfo','PageInfoPageNumber'] },
+ 'pageimagewidth' => { 495 => [\'PageInfo','PageInfoWidth'] },
+ 'pageinfo' => { 495 => 'PageInfo' },
+ 'pagename' => { 118 => 0x11d },
+ 'pagenumber' => { 118 => 0x129 },
+ 'pageprogressiondirection' => { 487 => 'pageProgressionDirection' },
+ 'pagerange' => { 487 => 'pageRange' },
+ 'paintbasedcorrectionmasks' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] },
+ 'paintbasedcorrections' => { 471 => 'PaintBasedCorrections', 473 => 'PaintBasedCorrections' },
+ 'paintcorrectionactive' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] },
+ 'paintcorrectionamount' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] },
+ 'paintcorrectionblacks2012' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'] },
+ 'paintcorrectionbrightness' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] },
+ 'paintcorrectionclarity' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] },
+ 'paintcorrectionclarity2012' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] },
+ 'paintcorrectioncontrast' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] },
+ 'paintcorrectioncontrast2012' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] },
+ 'paintcorrectioncorrectionname' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'] },
+ 'paintcorrectioncorrectionsyncid' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'] },
+ 'paintcorrectiondefringe' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] },
+ 'paintcorrectiondehaze' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'] },
+ 'paintcorrectionexposure' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] },
+ 'paintcorrectionexposure2012' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] },
+ 'paintcorrectionhighlights2012' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] },
+ 'paintcorrectionhue' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'] },
+ 'paintcorrectionluminancenoise' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] },
+ 'paintcorrectionmaskalpha' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] },
+ 'paintcorrectionmaskangle' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] },
+ 'paintcorrectionmaskbottom' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] },
+ 'paintcorrectionmaskcentervalue' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'paintcorrectionmaskcenterweight' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'paintcorrectionmaskdabs' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] },
+ 'paintcorrectionmaskfeather' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] },
+ 'paintcorrectionmaskflipped' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] },
+ 'paintcorrectionmaskflow' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] },
+ 'paintcorrectionmaskfullx' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] },
+ 'paintcorrectionmaskfully' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] },
+ 'paintcorrectionmaskinputdigest' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'paintcorrectionmaskleft' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] },
+ 'paintcorrectionmaskmaskactive' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'paintcorrectionmaskmaskblendmode' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'paintcorrectionmaskmaskdigest' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'paintcorrectionmaskmaskinverted' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'paintcorrectionmaskmaskname' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'] },
+ 'paintcorrectionmaskmasks' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'] },
+ 'paintcorrectionmaskmasksalpha' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'paintcorrectionmaskmasksangle' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'paintcorrectionmaskmasksbottom' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'paintcorrectionmaskmaskscentervalue' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'paintcorrectionmaskmaskscenterweight' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'paintcorrectionmaskmasksdabs' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'paintcorrectionmaskmasksfeather' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'paintcorrectionmaskmasksflipped' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'paintcorrectionmaskmasksflow' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'paintcorrectionmaskmasksfullx' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'paintcorrectionmaskmasksfully' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'paintcorrectionmaskmasksinputdigest' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'paintcorrectionmaskmasksleft' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'paintcorrectionmaskmasksmaskactive' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'paintcorrectionmaskmasksmaskblendmode' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'paintcorrectionmaskmasksmaskdigest' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'paintcorrectionmaskmasksmaskinverted' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'paintcorrectionmaskmasksmaskname' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'paintcorrectionmaskmasksmasksubtype' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'paintcorrectionmaskmasksmasksyncid' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'paintcorrectionmaskmasksmaskversion' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'paintcorrectionmaskmasksmidpoint' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'paintcorrectionmaskmasksorigin' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'paintcorrectionmaskmasksperimetervalue' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'paintcorrectionmaskmasksradius' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'paintcorrectionmaskmasksreferencepoint' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'paintcorrectionmaskmasksright' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'paintcorrectionmaskmasksroundness' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'paintcorrectionmaskmaskssizex' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'paintcorrectionmaskmaskssizey' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'paintcorrectionmaskmaskstop' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'paintcorrectionmaskmasksubtype' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'paintcorrectionmaskmasksvalue' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'paintcorrectionmaskmasksversion' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'paintcorrectionmaskmaskswhat' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'paintcorrectionmaskmaskswholeimagearea' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'paintcorrectionmaskmasksx' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'] },
+ 'paintcorrectionmaskmasksy' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'] },
+ 'paintcorrectionmaskmasksyncid' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'paintcorrectionmaskmaskszerox' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'paintcorrectionmaskmaskszeroy' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'paintcorrectionmaskmaskversion' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'paintcorrectionmaskmidpoint' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'paintcorrectionmaskorigin' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'] },
+ 'paintcorrectionmaskperimetervalue' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'paintcorrectionmaskradius' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] },
+ 'paintcorrectionmaskrange' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'paintcorrectionmaskrangeareamodels' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'paintcorrectionmaskrangeareamodelscolorsampleinfo' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'paintcorrectionmaskrangeareamodelscomponents' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'paintcorrectionmaskrangecoloramount' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'paintcorrectionmaskrangedepthfeather' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'paintcorrectionmaskrangedepthmax' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'paintcorrectionmaskrangedepthmin' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'paintcorrectionmaskrangeinvert' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'paintcorrectionmaskrangelumfeather' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'paintcorrectionmaskrangeluminancedepthsampleinfo' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'paintcorrectionmaskrangelummax' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'paintcorrectionmaskrangelummin' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'paintcorrectionmaskrangelumrange' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'paintcorrectionmaskrangesampletype' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'paintcorrectionmaskrangetype' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'paintcorrectionmaskrangeversion' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'paintcorrectionmaskreferencepoint' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'paintcorrectionmaskright' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] },
+ 'paintcorrectionmaskroundness' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] },
+ 'paintcorrectionmasksizex' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] },
+ 'paintcorrectionmasksizey' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] },
+ 'paintcorrectionmasktop' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] },
+ 'paintcorrectionmaskvalue' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'paintcorrectionmaskversion' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] },
+ 'paintcorrectionmaskwhat' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] },
+ 'paintcorrectionmaskwholeimagearea' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'paintcorrectionmaskx' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] },
+ 'paintcorrectionmasky' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] },
+ 'paintcorrectionmaskzerox' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] },
+ 'paintcorrectionmaskzeroy' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] },
+ 'paintcorrectionmoire' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] },
+ 'paintcorrectionrangemask' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'] },
+ 'paintcorrectionrangemaskareamodels' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'paintcorrectionrangemaskareamodelscolorsampleinfo' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'paintcorrectionrangemaskareamodelscomponents' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'paintcorrectionrangemaskcoloramount' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'paintcorrectionrangemaskdepthfeather' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'paintcorrectionrangemaskdepthmax' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'paintcorrectionrangemaskdepthmin' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'paintcorrectionrangemaskinvert' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'paintcorrectionrangemasklumfeather' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'paintcorrectionrangemaskluminancedepthsampleinfo' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'paintcorrectionrangemasklummax' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'paintcorrectionrangemasklummin' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'paintcorrectionrangemasklumrange' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'paintcorrectionrangemasksampletype' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'paintcorrectionrangemasktype' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'] },
+ 'paintcorrectionrangemaskversion' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'paintcorrectionsaturation' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'] },
+ 'paintcorrectionshadows2012' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] },
+ 'paintcorrectionsharpness' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] },
+ 'paintcorrectiontemperature' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] },
+ 'paintcorrectiontexture' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'] },
+ 'paintcorrectiontint' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] },
+ 'paintcorrectiontoninghue' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] },
+ 'paintcorrectiontoningsaturation' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'] },
+ 'paintcorrectionwhat' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] },
+ 'paintcorrectionwhites2012' => { 471 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'], 473 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'] },
+ 'panasonicdatetime' => { 317 => 0x0 },
+ 'panasonicexifversion' => { 314 => 0x26 },
+ 'panasonicimageheight' => { 314 => 0x4c },
+ 'panasonicimagewidth' => { 314 => 0x4b },
+ 'panasonicrawversion' => { 319 => 0x1 },
+ 'panasonictitle' => { 118 => 0xc6d2 },
+ 'panasonictitle2' => { 118 => 0xc6d3 },
+ 'panoramaangle' => { 126 => 0x1153 },
+ 'panoramacropbottom' => { 420 => 0x7 },
+ 'panoramacropleft' => { 420 => 0x4 },
+ 'panoramacropright' => { 420 => 0x6 },
+ 'panoramacroptop' => { 420 => 0x5 },
+ 'panoramadirection' => { 71 => 0x5, 126 => 0x1154, 420 => 0x3 },
+ 'panoramaframeheight' => { 420 => 0x9 },
+ 'panoramaframenumber' => { 71 => 0x2 },
+ 'panoramaframewidth' => { 420 => 0x8 },
+ 'panoramafullheight' => { 420 => 0x2 },
+ 'panoramafullwidth' => { 420 => 0x1 },
+ 'panoramamode' => { 139 => 0x3c, 291 => 0x601 },
+ 'panoramasize3d' => { 403 => 0x38 },
+ 'panoramasourceheight' => { 420 => 0xb },
+ 'panoramasourcewidth' => { 420 => 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' => { 498 => 'Pantry' },
+ 'pantryinstanceid' => { 498 => [\'Pantry','PantryInstanceID'] },
+ 'parallax' => { 126 => 0xb211, 290 => 0x28 },
+ 'parametricdarks' => { 471 => 'ParametricDarks', 473 => 'ParametricDarks' },
+ 'parametrichighlights' => { 471 => 'ParametricHighlights', 473 => 'ParametricHighlights' },
+ 'parametrichighlightsplit' => { 471 => 'ParametricHighlightSplit', 473 => 'ParametricHighlightSplit' },
+ 'parametriclights' => { 471 => 'ParametricLights', 473 => 'ParametricLights' },
+ 'parametricmidtonesplit' => { 471 => 'ParametricMidtoneSplit', 473 => 'ParametricMidtoneSplit' },
+ 'parametricshadows' => { 471 => 'ParametricShadows', 473 => 'ParametricShadows' },
+ 'parametricshadowsplit' => { 471 => 'ParametricShadowSplit', 473 => 'ParametricShadowSplit' },
+ 'parentalrating' => { 178 => 'WM/ParentalRating' },
+ 'parentmediaeventid' => { 461 => 'ParentMediaEventID' },
+ 'parentmeid' => { 461 => 'ParentMEID' },
+ 'parentproductid' => { 366 => '@ppi' },
+ 'parentreference1' => { 481 => [\'TagStructure','TagStructureParentReference'] },
+ 'parentreference2' => { 481 => [\'TagStructure','TagStructureSubLabelsParentReference'] },
+ 'parentreference3' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] },
+ 'parentreference4' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentreference5' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentreference6' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentshorttitle' => { 366 => '@PST' },
+ 'parenttitle' => { 366 => '@pti' },
+ 'partialactivecols1' => { 137 => 0x17e8 },
+ 'partialactivecols2' => { 137 => 0x17f2 },
+ 'partialactiverows1' => { 137 => 0x17fc },
+ 'partialactiverows2' => { 137 => 0x1806 },
+ 'partofcompilation' => { 497 => 'partOfCompilation' },
+ 'patientbirthdate' => { 450 => 'PatientDOB' },
+ 'patientid' => { 450 => 'PatientID' },
+ 'patientname' => { 450 => 'PatientName' },
+ 'patientsex' => { 450 => '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' => { 484 => 'PDFVersion' },
+ 'pentaximagesize' => { 349 => 0x9 },
+ 'pentaxmodelid' => { 329 => 0x0, 349 => 0x5 },
+ 'pentaxmodeltype' => { 349 => 0x1 },
+ 'pentaxversion' => { 349 => 0x0 },
+ 'people' => { 452 => 'People', 464 => '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' => { 366 => 'perf', 374 => 'perf' },
+ 'performerkeywords' => { 374 => "\xa9prk" },
+ 'performers' => { 374 => "\xa9prf" },
+ 'performerurl' => { 374 => "\xa9prl" },
+ 'period' => { 178 => 'WM/Period' },
+ 'peripheralillumcentralradius' => { 448 => 0x8030 },
+ 'peripheralillumcentralvalue' => { 448 => 0x8031 },
+ 'peripheralillumination' => { 102 => 0x20702, 108 => 0x68 },
+ 'peripheralilluminationcorr' => { 62 => 0x1, 339 => 0x2 },
+ 'peripheralilluminationon' => { 102 => '0x20702.0', 108 => 0x64 },
+ 'peripheralillumperiphvalue' => { 448 => 0x8032 },
+ 'peripherallighting' => { 78 => 0x2, 126 => 0x3804 },
+ 'peripherallightingsetting' => { 79 => 0x5 },
+ 'peripherallightingvalue' => { 78 => 0x6 },
+ 'permissions' => { 490 => 'permissions' },
+ 'permits' => { 469 => 'permits' },
+ 'person' => { 487 => 'person' },
+ 'personality' => { 461 => 'Personality' },
+ 'personheard' => { 483 => 'PersonHeard' },
+ 'personheardidentifier' => { 483 => [\'PersonHeard','PersonHeardIdentifier'] },
+ 'personheardname' => { 483 => [\'PersonHeard','PersonHeardName'] },
+ 'personinimage' => { 483 => 'PersonInImage' },
+ 'personinimagecharacteristic' => { 483 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristic'] },
+ 'personinimagecvtermcvid' => { 483 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvId'] },
+ 'personinimagecvtermid' => { 483 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermId'] },
+ 'personinimagecvtermname' => { 483 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermName'] },
+ 'personinimagecvtermrefinedabout' => { 483 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermRefinedAbout'] },
+ 'personinimagedescription' => { 483 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonDescription'] },
+ 'personinimageid' => { 483 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonId'] },
+ 'personinimagename' => { 483 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonName'] },
+ 'personinimagewdetails' => { 483 => 'PersonInImageWDetails' },
+ 'perspectiveaspect' => { 471 => 'PerspectiveAspect', 473 => 'PerspectiveAspect' },
+ 'perspectivehorizontal' => { 471 => 'PerspectiveHorizontal', 473 => 'PerspectiveHorizontal' },
+ 'perspectiverotate' => { 471 => 'PerspectiveRotate', 473 => 'PerspectiveRotate' },
+ 'perspectivescale' => { 471 => 'PerspectiveScale', 473 => 'PerspectiveScale' },
+ 'perspectiveupright' => { 471 => 'PerspectiveUpright', 473 => 'PerspectiveUpright' },
+ 'perspectivevertical' => { 471 => 'PerspectiveVertical', 473 => 'PerspectiveVertical' },
+ 'perspectivex' => { 471 => 'PerspectiveX', 473 => 'PerspectiveX' },
+ 'perspectivey' => { 471 => 'PerspectiveY', 473 => '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' },
'photoeffect' => { 34 => 0x28 },
- 'photoeffecthistoryxml' => { 265 => 0xe9651831 },
- 'photoeffects' => { 265 => 0xab5eca5e },
- 'photoeffectsblue' => { 267 => 0x8 },
- 'photoeffectsgreen' => { 267 => 0x6 },
- 'photoeffectsred' => { 267 => 0x4 },
- 'photoeffectstype' => { 267 => 0x0 },
- 'photographicsensitivity' => { 476 => 'PhotographicSensitivity' },
- 'photoinfoplayback' => { 272 => '17.6', 281 => '33.6' },
- 'photometricinterpretation' => { 117 => 0x106, 491 => 'PhotometricInterpretation' },
- 'photoshootingmenubank' => { 242 => 0xe7d, 252 => 0xfbd },
- 'photoshootingmenubankimagearea' => { 242 => '3716.1', 252 => 0x791 },
- 'photoshopbgrthumbnail' => { 361 => 0x409 },
- 'photoshopquality' => { 360 => 0x0 },
- 'photoshopthumbnail' => { 361 => 0x40c },
- 'photostyle' => { 312 => 0x89 },
- 'picklabel' => { 474 => 'PickLabel' },
- 'pictinfo' => { 388 => 0x208 },
- 'picturecontrol' => { 265 => 0xe2173c47 },
- 'picturecontrolactive' => { 268 => 0x0 },
- 'picturecontroladjust' => { 225 => 0x30, 226 => 0x30, 227 => 0x36 },
- 'picturecontrolbase' => { 225 => 0x18, 226 => 0x18, 227 => 0x1c },
- 'picturecontroldata' => { 223 => [0xbd,0x23] },
- 'picturecontrolmode' => { 268 => 0x13 },
- 'picturecontrolname' => { 225 => 0x4, 226 => 0x4, 227 => 0x8 },
- 'picturecontrolquickadjust' => { 225 => 0x31, 226 => 0x31, 227 => 0x37 },
- 'pictureeffect' => { 412 => 0x200e },
- 'pictureeffect2' => { 420 => 0x1163, 421 => 0x1167, 422 => 0x1143, 423 => 0x11bf, 424 => 0x119b, 425 => 0x1053, 426 => 0x24b, 427 => 0x24b, 428 => 0x23c, 442 => 0x46 },
- 'picturefinish' => { 180 => 0x71 },
- 'picturemode' => { 125 => 0x1031, 289 => 0x520, 347 => [0xb,0x33], 389 => 0x3d },
- 'picturemode2' => { 328 => 0x0 },
- 'picturemodebwfilter' => { 289 => 0x525 },
- 'picturemodecontrast' => { 289 => 0x523 },
- 'picturemodeeffect' => { 289 => 0x52d },
- 'picturemodehue' => { 289 => 0x522 },
- 'picturemodesaturation' => { 289 => 0x521 },
- 'picturemodesharpness' => { 289 => 0x524 },
- 'picturemodetone' => { 289 => 0x526 },
- 'pictureprofile' => { 420 => [0x115e,0x115f], 421 => [0x1162,0x1163], 422 => [0x113e,0x113f], 423 => [0x11ba,0x11bb], 424 => [0x1196,0x1197], 425 => [0x104e,0x104f], 426 => [0x246,0x247], 427 => [0x246,0x247], 428 => [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, 72 => 0xa, 101 => 0x20301, 107 => 0x2 },
- 'picturestylepc' => { 62 => 0x4009 },
- 'picturestyleuserdef' => { 62 => 0x4008 },
- 'picturewizard' => { 386 => 0x21 },
- 'picturewizardcolor' => { 385 => 0x1 },
- 'picturewizardcontrast' => { 385 => 0x4 },
- 'picturewizardmode' => { 385 => 0x0 },
- 'picturewizardsaturation' => { 385 => 0x2 },
- 'picturewizardsharpness' => { 385 => 0x3 },
- 'pipelineversion' => { 174 => 'PipelineVersion' },
- 'pitch' => { 113 => 0x6, 273 => '4.1', 285 => '4.1', 372 => ['ptch',"\xa9fpt"] },
- 'pitchangle' => { 241 => 0x350f, 242 => 0x2c28, 246 => 0xc21e, 251 => 0x36f8, 252 => 0x2eff, 254 => 0xce36, 289 => 0x904, 312 => 0x91, 346 => 0x2, 384 => 0x1 },
- 'pitchshift' => { 366 => 'player.movie.audio.pitchshift' },
- 'pixelaspectratio' => { 365 => 'pasp' },
- 'pixelclockfrequency' => { 136 => 0x40b },
- 'pixelcorrectionoffset' => { 136 => 0x972 },
- 'pixelcorrectionscale' => { 136 => 0x971 },
- 'pixelscale' => { 117 => 0x830e },
- 'pixelshiftinfo' => { 412 => 0x202f },
- 'pixelshiftoffset' => { 125 => 0x1106 },
- 'pixelshiftresolution' => { 348 => 0x0 },
- 'pixelshiftshots' => { 125 => 0x1105 },
- 'pixelsperunitx' => { 301 => 0x0 },
- 'pixelsperunity' => { 301 => 0x4 },
- 'pixelunits' => { 301 => 0x8 },
- 'planarconfiguration' => { 117 => 0x11c, 491 => 'PlanarConfiguration' },
- 'plane' => { 449 => [\'Planes','PlanesPlane'] },
- 'planeboundary' => { 449 => [\'Planes','PlanesPlaneBoundary'] },
- 'planeboundaryvertexcount' => { 449 => [\'Planes','PlanesPlaneBoundaryVertexCount'] },
- 'planeextentx' => { 449 => [\'Planes','PlanesPlaneExtentX'] },
- 'planeextentz' => { 449 => [\'Planes','PlanesPlaneExtentZ'] },
- 'planepose' => { 449 => [\'Planes','PlanesPlanePose'] },
- 'planeposepositionx' => { 449 => [\'Planes','PlanesPlanePosePositionX'] },
- 'planeposepositiony' => { 449 => [\'Planes','PlanesPlanePosePositionY'] },
- 'planeposepositionz' => { 449 => [\'Planes','PlanesPlanePosePositionZ'] },
- 'planeposerotationw' => { 449 => [\'Planes','PlanesPlanePoseRotationW'] },
- 'planeposerotationx' => { 449 => [\'Planes','PlanesPlanePoseRotationX'] },
- 'planeposerotationy' => { 449 => [\'Planes','PlanesPlanePoseRotationY'] },
- 'planeposerotationz' => { 449 => [\'Planes','PlanesPlanePoseRotationZ'] },
- 'planeposetimestamp' => { 449 => [\'Planes','PlanesPlanePoseTimestamp'] },
- 'planes' => { 449 => 'Planes' },
- 'planningref' => { 481 => 'PlanningRef' },
- 'planningrefidentifier' => { 481 => [\'PlanningRef','PlanningRefIdentifier'] },
- 'planningrefname' => { 481 => [\'PlanningRef','PlanningRefName'] },
- 'planningrefrole' => { 481 => [\'PlanningRef','PlanningRefRole'] },
- 'platenames' => { 500 => 'PlateNames' },
- 'platform' => { 485 => 'platform' },
- 'playallframes' => { 372 => 'AllF' },
- 'playbackmenustime' => { 277 => '20.1', 278 => '21.1', 279 => '21.1' },
- 'playbackmonitorofftime' => { 272 => '25.2', 273 => '36.1', 275 => '36.1', 276 => '36.1', 280 => '35.1', 281 => '8.1', 282 => '35.1', 285 => '36.1', 286 => '36.1', 287 => '21.1' },
- 'playbackzoom' => { 273 => '37.1' },
- 'playdisplay' => { 182 => 0x4e },
- 'playerversion' => { 366 => 'player.version' },
- 'playgap' => { 364 => 'pgap' },
- 'playlistid' => { 364 => 'plID' },
- 'playmode' => { 372 => 'SDLN' },
- 'playselection' => { 372 => 'SelO' },
- 'plusversion' => { 299 => 'Version' },
- 'pmversion' => { 359 => 'PMVersion' },
- 'pngwarning' => { 302 => 'Warning' },
- 'podcast' => { 364 => 'pcst' },
- 'podcasturl' => { 364 => 'purl' },
- 'poilevel' => { 222 => 0x8 },
- 'portraitimpressionbalance' => { 254 => 0x7fa0 },
- 'portraitnote' => { 452 => 'PortraitNote' },
- 'portraitoutputhighlightpoint' => { 107 => 0x1d },
- 'portraitoutputshadowpoint' => { 107 => 0x1e },
- 'portraitrawcolortone' => { 107 => 0x16 },
- 'portraitrawcontrast' => { 107 => 0x18 },
- 'portraitrawhighlight' => { 107 => 0x76 },
- 'portraitrawhighlightpoint' => { 107 => 0x1b },
- 'portraitrawlinear' => { 107 => 0x19 },
- 'portraitrawsaturation' => { 107 => 0x17 },
- 'portraitrawshadow' => { 107 => 0x7f },
- 'portraitrawshadowpoint' => { 107 => 0x1c },
- 'portraitrawsharpness' => { 107 => 0x1a },
- 'portraitrefiner' => { 111 => 0x302b },
- 'portraitrequest' => { 452 => 'PortraitRequest' },
- 'portraitunsharpmaskfineness' => { 107 => 0x9a },
- 'portraitunsharpmaskstrength' => { 107 => 0x98 },
- 'portraitunsharpmaskthreshold' => { 107 => 0x9c },
- 'portraitversion' => { 452 => 'PortraitVersion' },
- 'pose' => { 449 => 'Pose' },
- 'poseheadingdegrees' => { 457 => 'PoseHeadingDegrees' },
- 'posepitchdegrees' => { 457 => 'PosePitchDegrees' },
- 'posepositionx' => { 449 => [\'Pose','PosePositionX'] },
- 'posepositiony' => { 449 => [\'Pose','PosePositionY'] },
- 'posepositionz' => { 449 => [\'Pose','PosePositionZ'] },
- 'poserolldegrees' => { 457 => 'PoseRollDegrees' },
- 'poserotationw' => { 449 => [\'Pose','PoseRotationW'] },
- 'poserotationx' => { 449 => [\'Pose','PoseRotationX'] },
- 'poserotationy' => { 449 => [\'Pose','PoseRotationY'] },
- 'poserotationz' => { 449 => [\'Pose','PoseRotationZ'] },
- 'posetimestamp' => { 449 => [\'Pose','PoseTimestamp'] },
- 'positiondescriptor' => { 484 => 'positionDescriptor' },
- 'postalcode' => { 159 => 'PostalCode' },
- 'postcropvignetteamount' => { 469 => 'PostCropVignetteAmount', 471 => 'PostCropVignetteAmount' },
- 'postcropvignettefeather' => { 469 => 'PostCropVignetteFeather', 471 => 'PostCropVignetteFeather' },
- 'postcropvignettehighlightcontrast' => { 469 => 'PostCropVignetteHighlightContrast', 471 => 'PostCropVignetteHighlightContrast' },
- 'postcropvignettemidpoint' => { 469 => 'PostCropVignetteMidpoint', 471 => 'PostCropVignetteMidpoint' },
- 'postcropvignetteroundness' => { 469 => 'PostCropVignetteRoundness', 471 => 'PostCropVignetteRoundness' },
- 'postcropvignettestyle' => { 469 => 'PostCropVignetteStyle', 471 => 'PostCropVignetteStyle' },
- 'postfocusmerging' => { 312 => 0xbf },
- 'potentialface1position' => { 409 => 0xb },
- 'potentialface2position' => { 409 => 0x15 },
- 'potentialface3position' => { 409 => 0x1f },
- 'potentialface4position' => { 409 => 0x29 },
- 'potentialface5position' => { 409 => 0x33 },
- 'potentialface6position' => { 409 => 0x3d },
- 'potentialface7position' => { 409 => 0x47 },
- 'potentialface8position' => { 409 => 0x51 },
- 'powersource' => { 326 => '0.1' },
- 'poweruptime' => { 223 => 0xb6 },
- 'preaf' => { 124 => '0.2' },
- 'precaptureframes' => { 294 => 0x300 },
- 'predictor' => { 117 => 0x13d },
- 'preflashreturnstrength' => { 239 => 0x28a },
- 'prefs' => { 129 => 0xdd, 359 => 'Prefs' },
- 'prereadfastresetcount' => { 136 => 0x187e },
- 'preservedfilename' => { 496 => 'PreservedFileName' },
- 'preservedspecimen' => { 116 => 'PreservedSpecimen' },
- 'preservedspecimenmaterialsampleid' => { 116 => [\'PreservedSpecimen','PreservedSpecimenMaterialSampleID'] },
- 'presettype' => { 469 => 'PresetType', 471 => 'PresetType' },
- 'presetwhitebalance' => { 182 => 0x24, 446 => 0x8002 },
- 'presetwhitebalanceadj' => { 446 => 0x8014 },
- 'pressure' => { 117 => 0x9402, 476 => 'Pressure' },
- 'previewapplicationname' => { 117 => 0xc716 },
- 'previewapplicationversion' => { 117 => 0xc717 },
- 'previewbutton' => { 272 => ['14.1','15.1'], 273 => '15.1', 275 => '15.1', 276 => '15.1', 281 => '29.1', 282 => '14.1', 285 => '15.1', 286 => '15.1' },
- 'previewbuttonplusdials' => { 272 => ['14.2','15.2'], 273 => '15.2', 275 => '43.1', 276 => '43.1', 281 => '31.2', 285 => '43.1', 286 => '43.1' },
- 'previewcolorspace' => { 117 => 0xc71a },
- 'previewcropbottom' => { 358 => 0xef },
- 'previewcropleft' => { 358 => 0xec },
- 'previewcropright' => { 358 => 0xee },
- 'previewcroptop' => { 358 => 0xed },
- 'previewdate' => { 370 => 0x0 },
- 'previewdatetime' => { 117 => 0xc71b },
- 'previewimage' => { 111 => 0x2000, 112 => 'Exif-PreviewImage', 118 => 'PreviewImage', 120 => 0x4, 164 => 'data', 184 => 0x81, 294 => 0x280, 310 => 0x300, 372 => 'mcvr', 412 => 0x2001 },
- 'previewimageborders' => { 347 => 0x3e },
- 'previewimageheight' => { 71 => 0x4, 140 => 0xfa58 },
- 'previewimagelength' => { 71 => 0x2, 111 => 0x3, 117 => [0x117,0x202], 184 => 0x89, 228 => 0x202, 289 => 0x102, 294 => 0x1037, 347 => 0x3, 378 => 0x1e, 383 => 0x3, 389 => [0x1b,0x1d], 402 => 0x202 },
- 'previewimagename' => { 164 => '1Name' },
- 'previewimagesize' => { 111 => 0x2, 145 => 0x2, 164 => 'ImageSize', 347 => 0x2, 389 => [0x1c,0x1e], 412 => 0xb02c, 446 => 0x9012 },
- 'previewimagestart' => { 71 => 0x5, 111 => 0x4, 117 => [0x111,0x201], 184 => 0x88, 228 => 0x201, 289 => 0x101, 294 => 0x1036, 347 => 0x4, 378 => 0x1c, 383 => 0x2, 389 => [0x1a,0x1c], 402 => 0x201 },
- 'previewimagetype' => { 164 => '0Type' },
- 'previewimagevalid' => { 289 => 0x100, 294 => 0x1035 },
- 'previewimagewidth' => { 71 => 0x3, 140 => 0xfa57 },
- 'previewquality' => { 71 => 0x1 },
- 'previewsettingsdigest' => { 117 => 0xc719 },
- 'previewsettingsname' => { 117 => 0xc718 },
- 'primaryafpoint' => { 191 => [0x38,0x44,0x7] },
- 'primarychromaticities' => { 117 => 0x13f, 491 => 'PrimaryChromaticities' },
- 'primaryftp' => { 459 => 'PrimaryFTP' },
- 'primaryslot' => { 242 => 0xe7f, 252 => 0xfbf },
- 'printim' => { 117 => 0xc4a5 },
- 'prioritysetinawb' => { 412 => 0x202b },
- 'prioritysetupshutterrelease' => { 182 => 0x1d, 399 => 0x28 },
- 'privatertkinfo' => { 461 => 'privateRTKInfo' },
- 'processbordercolsleft' => { 136 => 0xc61 },
- 'processbordercolsright' => { 136 => 0xc62 },
- 'processborderrowsbottom' => { 136 => 0xc64 },
- 'processborderrowstop' => { 136 => 0xc63 },
- 'processingsoftware' => { 117 => 0xb },
- 'processversion' => { 469 => 'ProcessVersion', 471 => 'ProcessVersion' },
- 'producer' => { 177 => 'WM/Producer', 298 => 'Producer', 364 => "\xa9prd", 366 => 'producer', 372 => "\xa9prd", 482 => 'Producer' },
- 'producerkeywords' => { 372 => "\xa9pdk" },
- 'productcode' => { 485 => 'productCode' },
- 'productid' => { 130 => 0x32, 364 => 'prID', 484 => 'productID' },
- 'productidtype' => { 484 => 'productIDType' },
- 'productinimage' => { 481 => 'ProductInImage' },
- 'productinimagedescription' => { 481 => [\'ProductInImage','ProductInImageProductDescription'] },
- 'productinimagegtin' => { 481 => [\'ProductInImage','ProductInImageProductGTIN'] },
- 'productinimagename' => { 481 => [\'ProductInImage','ProductInImageProductName'] },
- 'productioncode' => { 327 => 0x2 },
- 'productorserviceconstraints' => { 299 => 'ProductOrServiceConstraints' },
- 'productversion' => { 364 => 'VERS' },
- 'profession' => { 485 => 'profession' },
- 'profile' => { 449 => [\'Profiles','ProfilesProfile'] },
- 'profilecalibrationsig' => { 117 => 0xc6f4 },
- 'profilecameraindices' => { 449 => [\'Profiles','ProfilesProfileCameraIndices'] },
- 'profilecopyright' => { 117 => 0xc6fe },
- 'profileembedpolicy' => { 117 => 0xc6fd },
- 'profilegaintablemap' => { 117 => 0xcd2d },
- 'profilehuesatmapdata1' => { 117 => 0xc6fa },
- 'profilehuesatmapdata2' => { 117 => 0xc6fb },
- 'profilehuesatmapdata3' => { 117 => 0xcd39 },
- 'profilehuesatmapdims' => { 117 => 0xc6f9 },
- 'profilehuesatmapencoding' => { 117 => 0xc7a3 },
- 'profilelooktabledata' => { 117 => 0xc726 },
- 'profilelooktabledims' => { 117 => 0xc725 },
- 'profilelooktableencoding' => { 117 => 0xc7a4 },
- 'profilename' => { 117 => 0xc6f8 },
- 'profiles' => { 449 => 'Profiles' },
- 'profiletonecurve' => { 117 => 0xc6fc },
- 'profiletype' => { 449 => [\'Profiles','ProfilesProfileType'] },
- 'programiso' => { 312 => 0x3c },
- 'programline' => { 328 => '1.1' },
- 'programmode' => { 187 => 0x5 },
- 'programshift' => { 223 => 0xd },
- 'programversion' => { 129 => 0x46 },
- 'prohibits' => { 467 => 'prohibits' },
- 'projectiontype' => { 457 => 'ProjectionType', 458 => 'ProjectionType' },
- 'projectname' => { 495 => 'projectName' },
- 'projectref' => { 495 => 'projectRef' },
- 'projectrefpath' => { 495 => [\'projectRef','projectRefPath'] },
- 'projectreftype' => { 495 => [\'projectRef','projectRefType'] },
- 'promotionurl' => { 177 => 'WM/PromotionURL' },
- 'propertyreleaseid' => { 299 => 'PropertyReleaseID' },
- 'propertyreleasestatus' => { 299 => 'PropertyReleaseStatus' },
- 'provider' => { 177 => 'WM/Provider' },
- 'province-state' => { 129 => 0x5f },
- 'publicationdate' => { 485 => 'publicationDate' },
- 'publicationdatea-platform' => { 485 => [\'publicationDate','publicationDateA-platform'] },
- 'publicationdatedate' => { 485 => [\'publicationDate','publicationDateDate'] },
- 'publicationdisplaydate' => { 485 => 'publicationDisplayDate' },
- 'publicationdisplaydatea-platform' => { 485 => [\'publicationDisplayDate','publicationDisplayDateA-platform'] },
- 'publicationdisplaydatedate' => { 485 => [\'publicationDisplayDate','publicationDisplayDateDate'] },
- 'publicationevent' => { 481 => 'PublicationEvent' },
- 'publicationeventdate' => { 481 => [\'PublicationEvent','PublicationEventDate'] },
- 'publicationeventidentifier' => { 481 => [\'PublicationEvent','PublicationEventIdentifier'] },
- 'publicationeventname' => { 481 => [\'PublicationEvent','PublicationEventName'] },
- 'publicationname' => { 485 => 'publicationName' },
- 'publisher' => { 177 => 'WM/Publisher', 364 => "\xa9pub", 366 => 'publisher', 472 => 'publisher' },
- 'publishingfrequency' => { 485 => 'publishingFrequency' },
- 'pulldown' => { 495 => 'pullDown' },
- 'purchasedate' => { 364 => 'purd' },
- 'purplehsl' => { 101 => 0x20916 },
- 'pxshiftperiphedgenr' => { 446 => 0x9013 },
- 'pxshiftperiphedgenrvalue' => { 446 => 0x9014 },
- 'quality' => { 0 => 0x1, 34 => 0x3, 110 => 0x2, 111 => 0x3002, 125 => 0x1000, 138 => 0x9, 223 => 0x4, 255 => 0x3, 294 => 0x201, 307 => 0x300, 347 => 0x8, 354 => 0x2, 389 => 0x16, 399 => 0x56, 400 => 0x56, 401 => 0xb, 412 => [0x102,0x202e] },
- 'quality2' => { 420 => 0x1170, 421 => 0x1174, 422 => 0x1150, 424 => 0x11a8, 425 => 0x1060, 426 => 0x258, 427 => 0x258, 428 => 0x247, 433 => 0x29, 434 => 0x25, 435 => 0x2a },
- 'qualitymode' => { 111 => 0x8 },
- 'quantizationmethod' => { 131 => 0x78 },
- 'quickadjust' => { 268 => 0x2a },
- 'quickcontroldialinmeter' => { 82 => 0x703 },
- 'quickfix' => { 265 => 0x416391c6 },
- 'quickshot' => { 388 => 0x213 },
- 'quiettime' => { 136 => 0x188a },
- 'rads' => { 372 => 'rads' },
- 'rangefinder' => { 277 => '4.1', 278 => '5.1', 279 => '5.1' },
- 'rangemask' => { 469 => 'RangeMaskMapInfo', 471 => 'RangeMaskMapInfo' },
- 'rangemaskmapinfo' => { 469 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'], 471 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'] },
- 'rangemaskmapinfolabmax' => { 469 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'], 471 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'] },
- 'rangemaskmapinfolabmin' => { 469 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'], 471 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'] },
- 'rangemaskmapinfolumeq' => { 469 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'], 471 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'] },
- 'rangemaskmapinforgbmax' => { 469 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'], 471 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'] },
- 'rangemaskmapinforgbmin' => { 469 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'], 471 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'] },
- 'rasterizedcaption' => { 129 => 0x7d },
- 'rating' => { 117 => 0x4746, 125 => 0x1431, 358 => 0xdf, 364 => 'rtng', 372 => 'rtng', 412 => 0x2002, 464 => 'rating', 473 => 'rating', 481 => 'Rating', 485 => 'rating', 493 => 'Rating' },
- 'ratingpercent' => { 117 => 0x4749, 176 => 'Rating', 364 => 'rate', 493 => 'RatingPercent' },
- 'ratingregion' => { 481 => [\'Rating','RatingRatingRegion'] },
- 'ratingregioncity' => { 481 => [\'Rating','RatingRatingRegionCity'] },
- 'ratingregioncountrycode' => { 481 => [\'Rating','RatingRatingRegionCountryCode'] },
- 'ratingregioncountryname' => { 481 => [\'Rating','RatingRatingRegionCountryName'] },
- 'ratingregiongpsaltitude' => { 481 => [\'Rating','RatingRatingRegionGPSAltitude'] },
- 'ratingregiongpslatitude' => { 481 => [\'Rating','RatingRatingRegionGPSLatitude'] },
- 'ratingregiongpslongitude' => { 481 => [\'Rating','RatingRatingRegionGPSLongitude'] },
- 'ratingregionidentifier' => { 481 => [\'Rating','RatingRatingRegionIdentifier'] },
- 'ratingregionlocationid' => { 481 => [\'Rating','RatingRatingRegionLocationId'] },
- 'ratingregionlocationname' => { 481 => [\'Rating','RatingRatingRegionLocationName'] },
- 'ratingregionprovincestate' => { 481 => [\'Rating','RatingRatingRegionProvinceState'] },
- 'ratingregionsublocation' => { 481 => [\'Rating','RatingRatingRegionSublocation'] },
- 'ratingregionworldregion' => { 481 => [\'Rating','RatingRatingRegionWorldRegion'] },
- 'ratingscalemaxvalue' => { 481 => [\'Rating','RatingRatingScaleMaxValue'] },
- 'ratingscaleminvalue' => { 481 => [\'Rating','RatingRatingScaleMinValue'] },
- 'ratingsourcelink' => { 481 => [\'Rating','RatingRatingSourceLink'] },
- 'ratingvalue' => { 481 => [\'Rating','RatingRatingValue'] },
- 'ratingvaluelogolink' => { 481 => [\'Rating','RatingRatingValueLogoLink'] },
- 'rawandjpgrecording' => { 80 => 0x8, 184 => 0x109, 328 => 0xd },
- 'rawbrightnessadj' => { 101 => 0x20001, 106 => 0x38 },
- 'rawburstimagecount' => { 73 => 0x2 },
- 'rawburstimagenum' => { 73 => 0x1 },
- 'rawcoloradj' => { 106 => 0x2e },
- 'rawcropbottom' => { 358 => 0xd4 },
- 'rawcropleft' => { 358 => 0xd1 },
- 'rawcropright' => { 358 => 0xd3 },
- 'rawcroptop' => { 358 => 0xd2 },
- 'rawcustomsaturation' => { 106 => 0x30 },
- 'rawcustomtone' => { 106 => 0x34 },
- 'rawdata' => { 386 => 0xa048 },
- 'rawdatabyteorder' => { 386 => 0x40 },
- 'rawdatacfapattern' => { 386 => 0x50 },
- 'rawdatauniqueid' => { 117 => 0xc65d },
- 'rawdepth' => { 186 => 0x10 },
- 'rawdevartfilter' => { 296 => 0x121 },
- 'rawdevautogradation' => { 296 => 0x119 },
- 'rawdevcolorspace' => { 295 => 0x108, 296 => 0x109 },
- 'rawdevcontrastvalue' => { 295 => 0x106, 296 => 0x105 },
- 'rawdeveditstatus' => { 295 => 0x10b },
- 'rawdevelopmentprocess' => { 347 => 0x62 },
- 'rawdevengine' => { 295 => 0x109, 296 => 0x10b },
- 'rawdevexposurebiasvalue' => { 295 => 0x100, 296 => 0x100 },
- 'rawdevgradation' => { 296 => 0x112 },
- 'rawdevgraypoint' => { 295 => 0x103, 296 => 0x104 },
- 'rawdevmemorycoloremphasis' => { 295 => 0x105, 296 => 0x108 },
- 'rawdevnoisereduction' => { 295 => 0x10a, 296 => 0x10a },
- 'rawdevpicturemode' => { 296 => 0x10c },
- 'rawdevpm_bwfilter' => { 296 => 0x110 },
- 'rawdevpmcontrast' => { 296 => 0x10e },
- 'rawdevpmnoisefilter' => { 296 => 0x120 },
- 'rawdevpmpicturetone' => { 296 => 0x111 },
- 'rawdevpmsaturation' => { 296 => 0x10d },
- 'rawdevpmsharpness' => { 296 => 0x10f },
- 'rawdevsaturation3' => { 296 => 0x113 },
- 'rawdevsaturationemphasis' => { 295 => 0x104, 296 => 0x107 },
- 'rawdevsettings' => { 295 => 0x10c },
- 'rawdevsharpnessvalue' => { 295 => 0x107, 296 => 0x106 },
- 'rawdevversion' => { 295 => 0x0, 296 => 0x0 },
- 'rawdevwbfineadjustment' => { 295 => 0x102, 296 => 0x103 },
- 'rawdevwhitebalance' => { 296 => 0x101 },
- 'rawdevwhitebalancevalue' => { 295 => 0x101, 296 => 0x102 },
- 'rawfile' => { 117 => 0xfe4c },
- 'rawfilename' => { 469 => 'RawFileName', 471 => 'RawFileName' },
- 'rawfiletype' => { 412 => 0x2029 },
- 'rawformat' => { 317 => 0x2d, 356 => 0x10e },
- 'rawimagecenter' => { 223 => 0x99 },
- 'rawimagedigest' => { 117 => 0xc71c },
- 'rawimagesize' => { 347 => 0x39 },
- 'rawinfoversion' => { 297 => 0x0 },
- 'rawjpgheight' => { 97 => 0x4 },
- 'rawjpgquality' => { 56 => 0x6, 97 => 0x1 },
- 'rawjpgsize' => { 56 => 0x7, 97 => 0x2 },
- 'rawjpgwidth' => { 97 => 0x3 },
- 'rawmeasuredrggb' => { 42 => 0x26a, 44 => 0x280, 46 => 0x194, 47 => [0x1ad,0x26b] },
- 'rawrppused' => { 464 => 'rawrppused' },
- 'rawtopreviewgain' => { 117 => 0xc7a8 },
- 'readouttypeactual' => { 136 => 0x1903 },
- 'readouttyperequested' => { 136 => 0x1902 },
- 'reardisplay' => { 272 => '12.3', 273 => '6.2' },
- 'recdevice' => { 481 => 'RecDevice' },
- 'recdeviceattlensdescription' => { 481 => [\'RecDevice','RecDeviceAttLensDescription'] },
- 'recdevicemanufacturer' => { 481 => [\'RecDevice','RecDeviceManufacturer'] },
- 'recdevicemodelname' => { 481 => [\'RecDevice','RecDeviceModelName'] },
- 'recdeviceownersdeviceid' => { 481 => [\'RecDevice','RecDeviceOwnersDeviceId'] },
- 'recdeviceserialnumber' => { 481 => [\'RecDevice','RecDeviceSerialNumber'] },
- 'recipeendingpage' => { 487 => 'recipeEndingPage' },
- 'recipepagerange' => { 487 => 'recipePageRange' },
- 'recipesource' => { 487 => 'recipeSource' },
- 'recipestartingpage' => { 487 => 'recipeStartingPage' },
- 'recipetitle' => { 487 => 'recipeTitle' },
- 'recognizedface1age' => { 305 => 0x20 },
- 'recognizedface1name' => { 305 => 0x4 },
- 'recognizedface1position' => { 305 => 0x18 },
- 'recognizedface2age' => { 305 => 0x50 },
- 'recognizedface2name' => { 305 => 0x34 },
- 'recognizedface2position' => { 305 => 0x48 },
- 'recognizedface3age' => { 305 => 0x80 },
- 'recognizedface3name' => { 305 => 0x64 },
- 'recognizedface3position' => { 305 => 0x78 },
- 'recognizedfaceflags' => { 312 => 0x63 },
- 'recommendedexposureindex' => { 117 => 0x8832, 476 => 'RecommendedExposureIndex' },
- 'record' => { 116 => 'Record' },
- 'recordbasisofrecord' => { 116 => [\'Record','RecordBasisOfRecord'] },
- 'recordcollectioncode' => { 116 => [\'Record','RecordCollectionCode'] },
- 'recordcollectionid' => { 116 => [\'Record','RecordCollectionID'] },
- 'recorddatageneralizations' => { 116 => [\'Record','RecordDataGeneralizations'] },
- 'recorddatasetid' => { 116 => [\'Record','RecordDatasetID'] },
- 'recorddatasetname' => { 116 => [\'Record','RecordDatasetName'] },
- 'recorddisplay' => { 182 => 0x4d },
- 'recorddynamicproperties' => { 116 => [\'Record','RecordDynamicProperties'] },
- 'recordid' => { 95 => 0x1804 },
- 'recordinformationwithheld' => { 116 => [\'Record','RecordInformationWithheld'] },
- 'recordingcopyright' => { 372 => "\xa9phg" },
- 'recordingformat' => { 379 => 0x1000 },
- 'recordingmode' => { 110 => 0x1, 354 => 0x1 },
- 'recordinstitutioncode' => { 116 => [\'Record','RecordInstitutionCode'] },
- 'recordinstitutionid' => { 116 => [\'Record','RecordInstitutionID'] },
- 'recordlabelname' => { 372 => "\xa9lab" },
- 'recordlabelurl' => { 372 => "\xa9lal" },
- 'recordmode' => { 34 => 0x9, 111 => 0x3000 },
- 'recordownerinstitutioncode' => { 116 => [\'Record','RecordOwnerInstitutionCode'] },
- 'recordshutterrelease' => { 388 => 0x217 },
- 'redbalance' => { 294 => 0x1017, 317 => 0x11, 347 => 0x1c },
- 'redcurvelimits' => { 106 => 0x18a },
- 'redcurvepoints' => { 105 => 0x2d, 106 => 0x160 },
- 'redeyecorrection' => { 269 => 0x0 },
- 'redeyeinfo' => { 469 => 'RedEyeInfo', 471 => 'RedEyeInfo' },
- 'redeyereduction' => { 182 => 0x41, 399 => 0x6a, 401 => 0x28 },
- 'redeyeremoval' => { 312 => 0xb9 },
- 'redhsl' => { 101 => 0x20910 },
- 'redhue' => { 469 => 'RedHue', 471 => 'RedHue' },
- 'redsaturation' => { 469 => 'RedSaturation', 471 => 'RedSaturation' },
- 'reductionmatrix1' => { 117 => 0xc625 },
- 'reductionmatrix2' => { 117 => 0xc626 },
- 'reductionmatrix3' => { 117 => 0xcd3a },
- 'reelname' => { 117 => 0xc789, 372 => 'reel' },
- 'reference1' => { 479 => [\'TagStructure','TagStructureReference'] },
- 'reference2' => { 479 => [\'TagStructure','TagStructureSubLabelsReference'] },
- 'reference3' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] },
- 'reference4' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] },
- 'reference5' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
- 'reference6' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
- 'referenceblackwhite' => { 117 => 0x214, 491 => 'ReferenceBlackWhite' },
- 'referencedate' => { 129 => 0x2f },
- 'referencenumber' => { 129 => 0x32 },
- 'references' => { 155 => 'References' },
- 'referenceservice' => { 129 => 0x2d },
- 'regionappliedtodimensions' => { 170 => [\'Regions','RegionsAppliedToDimensions'] },
- 'regionappliedtodimensionsh' => { 170 => [\'Regions','RegionsAppliedToDimensionsH'] },
- 'regionappliedtodimensionsunit' => { 170 => [\'Regions','RegionsAppliedToDimensionsUnit'] },
- 'regionappliedtodimensionsw' => { 170 => [\'Regions','RegionsAppliedToDimensionsW'] },
- 'regionarea' => { 170 => [\'Regions','RegionsRegionListArea'] },
- 'regionaread' => { 170 => [\'Regions','RegionsRegionListAreaD'] },
- 'regionareah' => { 170 => [\'Regions','RegionsRegionListAreaH'] },
- 'regionareaunit' => { 170 => [\'Regions','RegionsRegionListAreaUnit'] },
- 'regionareaw' => { 170 => [\'Regions','RegionsRegionListAreaW'] },
- 'regionareax' => { 170 => [\'Regions','RegionsRegionListAreaX'] },
- 'regionareay' => { 170 => [\'Regions','RegionsRegionListAreaY'] },
- 'regionbarcodevalue' => { 170 => [\'Regions','RegionsRegionListBarCodeValue'] },
- 'regionconstraints' => { 299 => 'RegionConstraints' },
- 'regiondescription' => { 170 => [\'Regions','RegionsRegionListDescription'] },
- 'regionextensions' => { 170 => [\'Regions','RegionsRegionListExtensions'] },
- 'regionfocususage' => { 170 => [\'Regions','RegionsRegionListFocusUsage'] },
- 'regioninfo' => { 170 => 'Regions' },
- 'regioninfodateregionsvalid' => { 173 => [\'RegionInfo','RegionInfoDateRegionsValid'] },
- 'regioninfomp' => { 173 => 'RegionInfo' },
- 'regioninforegions' => { 173 => [\'RegionInfo','RegionInfoRegions'] },
- 'regionlist' => { 170 => [\'Regions','RegionsRegionList'] },
- 'regionname' => { 170 => [\'Regions','RegionsRegionListName'] },
- 'regionpersondisplayname' => { 173 => [\'RegionInfo','RegionInfoRegionsPersonDisplayName'] },
- 'regionpersonemaildigest' => { 173 => [\'RegionInfo','RegionInfoRegionsPersonEmailDigest'] },
- 'regionpersonliveidcid' => { 173 => [\'RegionInfo','RegionInfoRegionsPersonLiveIdCID'] },
- 'regionpersonsourceid' => { 173 => [\'RegionInfo','RegionInfoRegionsPersonSourceID'] },
- 'regionrectangle' => { 173 => [\'RegionInfo','RegionInfoRegionsRectangle'] },
- 'regionrotation' => { 170 => [\'Regions','RegionsRegionListRotation'] },
- 'regionseealso' => { 170 => [\'Regions','RegionsRegionListSeeAlso'] },
- 'regiontype' => { 170 => [\'Regions','RegionsRegionListType'] },
- 'registryentryrole' => { 481 => [\'RegistryId','RegistryIdRegEntryRole'] },
- 'registryid' => { 481 => 'RegistryId' },
- 'registryitemid' => { 481 => [\'RegistryId','RegistryIdRegItemId'] },
- 'registryorganisationid' => { 481 => [\'RegistryId','RegistryIdRegOrgId'] },
- 'relatedaudiofile' => { 153 => 'data' },
- 'relatedaudiofilename' => { 153 => '1Name' },
- 'relatedaudiofiletype' => { 153 => '0Type' },
- 'relatedimagefileformat' => { 117 => 0x1000 },
- 'relatedimageheight' => { 117 => 0x1002 },
- 'relatedimagewidth' => { 117 => 0x1001 },
- 'relatedresourceid' => { 116 => [\'ResourceRelationship','ResourceRelationshipRelatedResourceID'] },
- 'relatedsoundfile' => { 117 => 0xa004, 475 => 'RelatedSoundFile' },
- 'relatedvideofile' => { 167 => 'data' },
- 'relatedvideofilename' => { 167 => '1Name' },
- 'relatedvideofiletype' => { 167 => '0Type' },
- 'relation' => { 472 => 'relation' },
- 'relationshipaccordingto' => { 116 => [\'ResourceRelationship','ResourceRelationshipRelationshipAccordingTo'] },
- 'relationshipestablisheddate' => { 116 => [\'ResourceRelationship','ResourceRelationshipRelationshipEstablishedDate'] },
- 'relationshipofresource' => { 116 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResource'] },
- 'relationshipremarks' => { 116 => [\'ResourceRelationship','ResourceRelationshipRelationshipRemarks'] },
- 'relativealtitude' => { 114 => 'RelativeAltitude' },
- 'relativepeakaudiofilepath' => { 495 => 'relativePeakAudioFilePath' },
- 'relativetimestamp' => { 495 => 'relativeTimestamp' },
- 'relativetimestampscale' => { 495 => [\'relativeTimestamp','relativeTimestampScale'] },
- 'relativetimestampvalue' => { 495 => [\'relativeTimestamp','relativeTimestampValue'] },
- 'releasebuttontousedial' => { 272 => '17.8', 273 => '18.5', 275 => '18.4', 276 => '18.4', 281 => '33.8', 282 => '17.6', 285 => '18.5', 286 => '18.4' },
- 'releasedate' => { 129 => 0x1e, 364 => 'rldt', 464 => 'ReleaseDate', 495 => 'releaseDate' },
- 'releasemode' => { 111 => 0x3001, 241 => 0x184d, 412 => 0xb049 },
- 'releasemode2' => { 420 => 0x112c, 421 => [0x112c,0x8], 422 => [0x1108,0x8], 423 => [0x1184,0x8], 424 => [0x1160,0x8], 425 => [0x4,0x1018], 426 => [0x4,0x210], 427 => [0x4,0x210], 428 => [0x4,0x208], 430 => [0x67,0x3f], 431 => [0x6b,0x6d,0x73,0x4b], 432 => [0x6b,0x4b], 433 => 0x10, 434 => 0x10, 435 => 0x9, 442 => 0x34 },
- 'releasemode3' => { 420 => 0x1128, 421 => 0x1128, 422 => 0x1104, 423 => 0x1180, 424 => 0x115c, 425 => 0x1014, 426 => 0x20c, 427 => 0x20c, 428 => 0x204 },
- 'releaseready' => { 481 => 'ReleaseReady' },
- 'releasesetting' => { 95 => 0x1016 },
- 'releasetime' => { 129 => 0x23, 464 => 'ReleaseTime' },
- 'remoteonduration' => { 274 => '3.4', 277 => '17.2', 278 => '18.2', 279 => '18.2', 280 => '18.2', 282 => '18.2', 283 => '4.3', 287 => '19.2' },
- 'renditionclass' => { 496 => 'RenditionClass' },
- 'renditionof' => { 496 => 'RenditionOf' },
- 'renditionofalternatepaths' => { 496 => [\'RenditionOf','RenditionOfAlternatePaths'] },
- 'renditionofdocumentid' => { 496 => [\'RenditionOf','RenditionOfDocumentID'] },
- 'renditionoffilepath' => { 496 => [\'RenditionOf','RenditionOfFilePath'] },
- 'renditionoffrompart' => { 496 => [\'RenditionOf','RenditionOfFromPart'] },
- 'renditionofinstanceid' => { 496 => [\'RenditionOf','RenditionOfInstanceID'] },
- 'renditionoflastmodifydate' => { 496 => [\'RenditionOf','RenditionOfLastModifyDate'] },
- 'renditionoflasturl' => { 496 => [\'RenditionOf','RenditionOfLastURL'] },
- 'renditionoflinkcategory' => { 496 => [\'RenditionOf','RenditionOfLinkCategory'] },
- 'renditionoflinkform' => { 496 => [\'RenditionOf','RenditionOfLinkForm'] },
- 'renditionofmanager' => { 496 => [\'RenditionOf','RenditionOfManager'] },
- 'renditionofmanagervariant' => { 496 => [\'RenditionOf','RenditionOfManagerVariant'] },
- 'renditionofmanageto' => { 496 => [\'RenditionOf','RenditionOfManageTo'] },
- 'renditionofmanageui' => { 496 => [\'RenditionOf','RenditionOfManageUI'] },
- 'renditionofmaskmarkers' => { 496 => [\'RenditionOf','RenditionOfMaskMarkers'] },
- 'renditionoforiginaldocumentid' => { 496 => [\'RenditionOf','RenditionOfOriginalDocumentID'] },
- 'renditionofpartmapping' => { 496 => [\'RenditionOf','RenditionOfPartMapping'] },
- 'renditionofplacedresolutionunit' => { 496 => [\'RenditionOf','RenditionOfPlacedResolutionUnit'] },
- 'renditionofplacedxresolution' => { 496 => [\'RenditionOf','RenditionOfPlacedXResolution'] },
- 'renditionofplacedyresolution' => { 496 => [\'RenditionOf','RenditionOfPlacedYResolution'] },
- 'renditionofrenditionclass' => { 496 => [\'RenditionOf','RenditionOfRenditionClass'] },
- 'renditionofrenditionparams' => { 496 => [\'RenditionOf','RenditionOfRenditionParams'] },
- 'renditionoftopart' => { 496 => [\'RenditionOf','RenditionOfToPart'] },
- 'renditionofversionid' => { 496 => [\'RenditionOf','RenditionOfVersionID'] },
- 'renditionparams' => { 496 => 'RenditionParams' },
- 'repeatingflashcount' => { 206 => 0xd, 207 => 0xe, 208 => 0xe, 209 => 0xe, 210 => 0xe, 281 => '17.2', 282 => '24.2', 283 => '9.2', 284 => '24.2', 287 => '25.2' },
- 'repeatingflashcountbuilt-in' => { 250 => 0x4db },
- 'repeatingflashcountexternal' => { 250 => 0x4c3 },
- 'repeatingflashoutput' => { 281 => '17.1', 282 => '24.1', 283 => '9.1', 284 => '24.1', 287 => '25.1' },
- 'repeatingflashoutputexternal' => { 250 => 0x4c0 },
- 'repeatingflashrate' => { 206 => 0xc, 207 => 0xd, 208 => 0xd, 209 => 0xd, 210 => 0xd, 281 => '18.1', 282 => '25.1', 283 => '10.1', 284 => '25.1', 287 => '26.1' },
- 'repeatingflashratebuilt-in' => { 250 => 0x4da },
- 'repeatingflashrateexternal' => { 250 => 0x4c2 },
- 'requirements' => { 372 => "\xa9req" },
- 'requires' => { 467 => 'requires' },
- 'resampleparams' => { 495 => 'resampleParams' },
- 'resampleparamsquality' => { 495 => [\'resampleParams','resampleParamsQuality'] },
- 'resamplingkerneldenominators050' => { 136 => 0xe50 },
- 'resamplingkerneldenominators067' => { 136 => 0xe4f },
- 'resamplingkerneldenominators100' => { 136 => 0xe51 },
- 'resaved' => { 388 => 0x21e },
- 'resetblacksegrows' => { 136 => 0x181a },
- 'resolution' => { 160 => 'Resolution' },
- 'resolutionmode' => { 389 => [0x87,0x4] },
- 'resolutionunit' => { 117 => 0x128, 132 => 0x2, 491 => 'ResolutionUnit' },
- 'resourceid' => { 116 => [\'ResourceRelationship','ResourceRelationshipResourceID'] },
- 'resourcerelationship' => { 116 => 'ResourceRelationship' },
- 'resourcerelationshipid' => { 116 => [\'ResourceRelationship','ResourceRelationshipResourceRelationshipID'] },
- 'restrictdrivemodes' => { 82 => 0x612 },
- 'restrictions' => { 488 => 'restrictions' },
- 'retouchareafeather' => { 469 => [\'RetouchAreas','RetouchAreasFeather'], 471 => [\'RetouchAreas','RetouchAreasFeather'] },
- 'retouchareamaskalpha' => { 469 => [\'RetouchAreas','RetouchAreasMasksAlpha'], 471 => [\'RetouchAreas','RetouchAreasMasksAlpha'] },
- 'retouchareamaskangle' => { 469 => [\'RetouchAreas','RetouchAreasMasksAngle'], 471 => [\'RetouchAreas','RetouchAreasMasksAngle'] },
- 'retouchareamaskbottom' => { 469 => [\'RetouchAreas','RetouchAreasMasksBottom'], 471 => [\'RetouchAreas','RetouchAreasMasksBottom'] },
- 'retouchareamaskcentervalue' => { 469 => [\'RetouchAreas','RetouchAreasMasksCenterValue'], 471 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] },
- 'retouchareamaskcenterweight' => { 469 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'], 471 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] },
- 'retouchareamaskcorrectionrangemask' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'] },
- 'retouchareamaskcorrectionrangemaskareamodels' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'] },
- 'retouchareamaskcorrectionrangemaskareamodelsareacomponents' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'retouchareamaskcorrectionrangemaskareamodelscolorrangemaskareasampleinfo' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'retouchareamaskcorrectionrangemaskcoloramount' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'] },
- 'retouchareamaskcorrectionrangemaskdepthfeather' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'] },
- 'retouchareamaskcorrectionrangemaskdepthmax' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'] },
- 'retouchareamaskcorrectionrangemaskdepthmin' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'] },
- 'retouchareamaskcorrectionrangemaskinvert' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'] },
- 'retouchareamaskcorrectionrangemasklumfeather' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'] },
- 'retouchareamaskcorrectionrangemaskluminancedepthsampleinfo' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'retouchareamaskcorrectionrangemasklummax' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'] },
- 'retouchareamaskcorrectionrangemasklummin' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'] },
- 'retouchareamaskcorrectionrangemasklumrange' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'] },
- 'retouchareamaskcorrectionrangemasksampletype' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'] },
- 'retouchareamaskcorrectionrangemasktype' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'] },
- 'retouchareamaskcorrectionrangemaskversion' => { 469 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'], 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'] },
- 'retouchareamaskdabs' => { 469 => [\'RetouchAreas','RetouchAreasMasksDabs'], 471 => [\'RetouchAreas','RetouchAreasMasksDabs'] },
- 'retouchareamaskfeather' => { 469 => [\'RetouchAreas','RetouchAreasMasksFeather'], 471 => [\'RetouchAreas','RetouchAreasMasksFeather'] },
- 'retouchareamaskflipped' => { 469 => [\'RetouchAreas','RetouchAreasMasksFlipped'], 471 => [\'RetouchAreas','RetouchAreasMasksFlipped'] },
- 'retouchareamaskflow' => { 469 => [\'RetouchAreas','RetouchAreasMasksFlow'], 471 => [\'RetouchAreas','RetouchAreasMasksFlow'] },
- 'retouchareamaskfullx' => { 469 => [\'RetouchAreas','RetouchAreasMasksFullX'], 471 => [\'RetouchAreas','RetouchAreasMasksFullX'] },
- 'retouchareamaskfully' => { 469 => [\'RetouchAreas','RetouchAreasMasksFullY'], 471 => [\'RetouchAreas','RetouchAreasMasksFullY'] },
- 'retouchareamaskinputdigest' => { 469 => [\'RetouchAreas','RetouchAreasMasksInputDigest'], 471 => [\'RetouchAreas','RetouchAreasMasksInputDigest'] },
- 'retouchareamaskleft' => { 469 => [\'RetouchAreas','RetouchAreasMasksLeft'], 471 => [\'RetouchAreas','RetouchAreasMasksLeft'] },
- 'retouchareamaskmaskactive' => { 469 => [\'RetouchAreas','RetouchAreasMasksMaskActive'], 471 => [\'RetouchAreas','RetouchAreasMasksMaskActive'] },
- 'retouchareamaskmaskblendmode' => { 469 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'], 471 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'] },
- 'retouchareamaskmaskdigest' => { 469 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'], 471 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'] },
- 'retouchareamaskmaskinverted' => { 469 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'], 471 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'] },
- 'retouchareamaskmaskname' => { 469 => [\'RetouchAreas','RetouchAreasMasksMaskName'], 471 => [\'RetouchAreas','RetouchAreasMasksMaskName'] },
- 'retouchareamaskmasks' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasks'], 471 => [\'RetouchAreas','RetouchAreasMasksMasks'] },
- 'retouchareamaskmasksalpha' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'] },
- 'retouchareamaskmasksangle' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'] },
- 'retouchareamaskmasksbottom' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'] },
- 'retouchareamaskmaskscentervalue' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'] },
- 'retouchareamaskmaskscenterweight' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'] },
- 'retouchareamaskmasksdabs' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'] },
- 'retouchareamaskmasksfeather' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'] },
- 'retouchareamaskmasksflipped' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'] },
- 'retouchareamaskmasksflow' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'] },
- 'retouchareamaskmasksfullx' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'] },
- 'retouchareamaskmasksfully' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'] },
- 'retouchareamaskmasksinputdigest' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'] },
- 'retouchareamaskmasksleft' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'] },
- 'retouchareamaskmasksmaskactive' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'] },
- 'retouchareamaskmasksmaskblendmode' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'] },
- 'retouchareamaskmasksmaskdigest' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'] },
- 'retouchareamaskmasksmaskinverted' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'] },
- 'retouchareamaskmasksmaskname' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'] },
- 'retouchareamaskmasksmasksubtype' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'] },
- 'retouchareamaskmasksmasksyncid' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'] },
- 'retouchareamaskmasksmaskversion' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'] },
- 'retouchareamaskmasksmidpoint' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'] },
- 'retouchareamaskmasksorigin' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'] },
- 'retouchareamaskmasksperimetervalue' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'] },
- 'retouchareamaskmasksradius' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'] },
- 'retouchareamaskmasksreferencepoint' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'] },
- 'retouchareamaskmasksright' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksRight'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksRight'] },
- 'retouchareamaskmasksroundness' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'] },
- 'retouchareamaskmaskssizex' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'] },
- 'retouchareamaskmaskssizey' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'] },
- 'retouchareamaskmaskstop' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksTop'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksTop'] },
- 'retouchareamaskmasksubtype' => { 469 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'], 471 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'] },
- 'retouchareamaskmasksvalue' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'] },
- 'retouchareamaskmasksversion' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'] },
- 'retouchareamaskmaskswhat' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'] },
- 'retouchareamaskmaskswholeimagearea' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'] },
- 'retouchareamaskmasksx' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksX'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksX'] },
- 'retouchareamaskmasksy' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksY'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksY'] },
- 'retouchareamaskmasksyncid' => { 469 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'], 471 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'] },
- 'retouchareamaskmaskszerox' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'] },
- 'retouchareamaskmaskszeroy' => { 469 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'], 471 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'] },
- 'retouchareamaskmaskversion' => { 469 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'], 471 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'] },
- 'retouchareamaskmidpoint' => { 469 => [\'RetouchAreas','RetouchAreasMasksMidpoint'], 471 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] },
- 'retouchareamaskorigin' => { 469 => [\'RetouchAreas','RetouchAreasMasksOrigin'], 471 => [\'RetouchAreas','RetouchAreasMasksOrigin'] },
- 'retouchareamaskperimetervalue' => { 469 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'], 471 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] },
- 'retouchareamaskradius' => { 469 => [\'RetouchAreas','RetouchAreasMasksRadius'], 471 => [\'RetouchAreas','RetouchAreasMasksRadius'] },
- 'retouchareamaskreferencepoint' => { 469 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'], 471 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'] },
- 'retouchareamaskright' => { 469 => [\'RetouchAreas','RetouchAreasMasksRight'], 471 => [\'RetouchAreas','RetouchAreasMasksRight'] },
- 'retouchareamaskroundness' => { 469 => [\'RetouchAreas','RetouchAreasMasksRoundness'], 471 => [\'RetouchAreas','RetouchAreasMasksRoundness'] },
- 'retouchareamasks' => { 469 => [\'RetouchAreas','RetouchAreasMasks'], 471 => [\'RetouchAreas','RetouchAreasMasks'] },
- 'retouchareamasksizex' => { 469 => [\'RetouchAreas','RetouchAreasMasksSizeX'], 471 => [\'RetouchAreas','RetouchAreasMasksSizeX'] },
- 'retouchareamasksizey' => { 469 => [\'RetouchAreas','RetouchAreasMasksSizeY'], 471 => [\'RetouchAreas','RetouchAreasMasksSizeY'] },
- 'retouchareamasktop' => { 469 => [\'RetouchAreas','RetouchAreasMasksTop'], 471 => [\'RetouchAreas','RetouchAreasMasksTop'] },
- 'retouchareamaskvalue' => { 469 => [\'RetouchAreas','RetouchAreasMasksMaskValue'], 471 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] },
- 'retouchareamaskversion' => { 469 => [\'RetouchAreas','RetouchAreasMasksVersion'], 471 => [\'RetouchAreas','RetouchAreasMasksVersion'] },
- 'retouchareamaskwhat' => { 469 => [\'RetouchAreas','RetouchAreasMasksWhat'], 471 => [\'RetouchAreas','RetouchAreasMasksWhat'] },
- 'retouchareamaskwholeimagearea' => { 469 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'], 471 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'] },
- 'retouchareamaskx' => { 469 => [\'RetouchAreas','RetouchAreasMasksX'], 471 => [\'RetouchAreas','RetouchAreasMasksX'] },
- 'retouchareamasky' => { 469 => [\'RetouchAreas','RetouchAreasMasksY'], 471 => [\'RetouchAreas','RetouchAreasMasksY'] },
- 'retouchareamaskzerox' => { 469 => [\'RetouchAreas','RetouchAreasMasksZeroX'], 471 => [\'RetouchAreas','RetouchAreasMasksZeroX'] },
- 'retouchareamaskzeroy' => { 469 => [\'RetouchAreas','RetouchAreasMasksZeroY'], 471 => [\'RetouchAreas','RetouchAreasMasksZeroY'] },
- 'retouchareamethod' => { 469 => [\'RetouchAreas','RetouchAreasMethod'], 471 => [\'RetouchAreas','RetouchAreasMethod'] },
- 'retouchareaoffsety' => { 469 => [\'RetouchAreas','RetouchAreasOffsetY'], 471 => [\'RetouchAreas','RetouchAreasOffsetY'] },
- 'retouchareaopacity' => { 469 => [\'RetouchAreas','RetouchAreasOpacity'], 471 => [\'RetouchAreas','RetouchAreasOpacity'] },
- 'retouchareas' => { 469 => 'RetouchAreas', 471 => 'RetouchAreas' },
- 'retouchareaseed' => { 469 => [\'RetouchAreas','RetouchAreasSeed'], 471 => [\'RetouchAreas','RetouchAreasSeed'] },
- 'retouchareasourcestate' => { 469 => [\'RetouchAreas','RetouchAreasSourceState'], 471 => [\'RetouchAreas','RetouchAreasSourceState'] },
- 'retouchareasourcex' => { 469 => [\'RetouchAreas','RetouchAreasSourceX'], 471 => [\'RetouchAreas','RetouchAreasSourceX'] },
- 'retouchareaspottype' => { 469 => [\'RetouchAreas','RetouchAreasSpotType'], 471 => [\'RetouchAreas','RetouchAreasSpotType'] },
- 'retouchhistory' => { 223 => 0x9e },
- 'retouchinfo' => { 469 => 'RetouchInfo', 471 => 'RetouchInfo' },
- 'retouchnefprocessing' => { 230 => 0x5 },
- 'retractlensonpoweroff' => { 82 => 0x814 },
- 'reuse' => { 299 => 'Reuse' },
- 'reuseallowed' => { 498 => 'ReuseAllowed' },
- 'reuseprohibited' => { 488 => 'reuseProhibited' },
- 'reverseexposurecompdial' => { 279 => '5.2' },
- 'reverseindicators' => { 272 => '12.1', 273 => '6.1', 275 => '6.1', 276 => '6.1', 277 => '4.3', 278 => '5.2', 279 => '5.4', 281 => '33.5', 282 => '5.1', 285 => '6.1', 286 => '6.1', 287 => '6.2' },
- 'reverseshutterspeedaperture' => { 279 => '5.3' },
- 'revision' => { 473 => 'revision' },
- 'rflensmffocusringsensitivity' => { 82 => 0x714 },
- 'rflenstype' => { 56 => 0x3d },
- 'rgbcurvelimits' => { 106 => 0x238 },
- 'rgbcurvepoints' => { 105 => 0x7, 106 => 0x20e },
- 'rgbtables' => { 117 => 0xcd3b },
- 'richtextcomment' => { 478 => 'RichTextComment' },
- 'ricohdate' => { 378 => 0x6 },
- 'ricohimageheight' => { 378 => 0x2 },
- 'ricohimagewidth' => { 378 => 0x0 },
- 'rightalbedo' => { 460 => 'RightAlbedo' },
- 'rightascension' => { 163 => 'RightAscension' },
- 'rights' => { 472 => 'rights' },
- 'rightsagent' => { 488 => 'rightsAgent' },
- 'rightsowner' => { 488 => 'rightsOwner' },
- 'roll' => { 113 => 0x8, 372 => ['roll',"\xa9frl"] },
- 'rollangle' => { 241 => 0x350b, 242 => 0x2c24, 246 => 0xc21a, 251 => 0x36f4, 252 => 0x2efb, 254 => 0xce32, 289 => 0x903, 312 => 0x90, 346 => 0x1, 384 => 0x2 },
- 'romoperationmode' => { 95 => 0x80d },
- 'rotation' => { 30 => 0x17, 31 => 0x18, 94 => 0x3, 101 => 0x10002, 106 => 0x26e, 112 => 'QuickTime-Rotation', 121 => 0x4, 163 => 'Rotation', 180 => [0x65,0x50], 181 => 0x46, 182 => 0x5a, 185 => 0x10, 241 => 0x3693, 242 => 0xca, 249 => '590.1', 265 => 0x76a43207, 312 => 0x30, 328 => '17.2', 358 => 0xd8, 365 => 'irot', 399 => 0x3f, 400 => 0x3f, 410 => 0x10 },
- 'routedto' => { 477 => 'RoutedTo' },
- 'routing' => { 363 => 'Routing' },
- 'routingdestinations' => { 459 => 'RoutingDestinations' },
- 'routingexclusions' => { 459 => 'RoutingExclusions' },
- 'routingnotes' => { 477 => 'RoutingNotes' },
- 'rowsperstrip' => { 117 => 0x116 },
- 'rpp' => { 464 => 'rpp' },
- 'rtkflag' => { 114 => 'RtkFlag' },
- 'rtkstdhgt' => { 114 => 'RtkStdHgt' },
- 'rtkstdlat' => { 114 => 'RtkStdLat' },
- 'rtkstdlon' => { 114 => 'RtkStdLon' },
- 'safetyshift' => { 82 => 0x108 },
- 'safetyshiftinavortv' => { 80 => 0x10, 81 => 0x10, 83 => 0xf, 84 => 0x10, 87 => 0x10 },
- 'sameexposurefornewaperture' => { 82 => 0x112 },
- 'samplebits' => { 153 => 'SampleBits' },
- 'samplepagerange' => { 485 => 'samplePageRange' },
- 'samplerate' => { 153 => 'SampleRate' },
- 'samplesperpixel' => { 117 => 0x115, 317 => 0x8, 491 => 'SamplesPerPixel' },
- 'samplestructure' => { 131 => 0x5a },
- 'samsungmodelid' => { 386 => 0x3 },
- 'sanyoquality' => { 388 => 0x201 },
- 'sanyothumbnail' => { 388 => 0x100 },
- 'saturation' => { 10 => 0x6e, 12 => 0x76, 34 => 0xe, 50 => 0x1, 110 => 0xd, 111 => [0x3013,0x1f], 117 => [0xa409,0xfe55], 125 => 0x1003, 154 => 'Saturation', 179 => 0x1f, 180 => 0x32, 181 => 0x28, 182 => 0x1a, 187 => 0x1, 223 => 0xaa, 225 => 0x35, 226 => 0x3b, 227 => 0x43, 312 => 0x40, 314 => 0x300d, 347 => 0x1f, 354 => 0xd, 373 => 0x27, 375 => 0x58, 378 => 0x28, 379 => 0x1013, 389 => 0x10, 399 => 0x1e, 400 => 0x1b, 412 => 0x2005, 469 => 'Saturation', 471 => 'Saturation', 475 => 'Saturation' },
- 'saturationadj' => { 101 => 0x20901, 106 => 0x116, 223 => 0x94, 264 => 0x1, 268 => 0x2e, 446 => 0x8016 },
- 'saturationadjustmentaqua' => { 469 => 'SaturationAdjustmentAqua', 471 => 'SaturationAdjustmentAqua' },
- 'saturationadjustmentblue' => { 469 => 'SaturationAdjustmentBlue', 471 => 'SaturationAdjustmentBlue' },
- 'saturationadjustmentgreen' => { 469 => 'SaturationAdjustmentGreen', 471 => 'SaturationAdjustmentGreen' },
- 'saturationadjustmentmagenta' => { 469 => 'SaturationAdjustmentMagenta', 471 => 'SaturationAdjustmentMagenta' },
- 'saturationadjustmentorange' => { 469 => 'SaturationAdjustmentOrange', 471 => 'SaturationAdjustmentOrange' },
- 'saturationadjustmentpurple' => { 469 => 'SaturationAdjustmentPurple', 471 => 'SaturationAdjustmentPurple' },
- 'saturationadjustmentred' => { 469 => 'SaturationAdjustmentRed', 471 => 'SaturationAdjustmentRed' },
- 'saturationadjustmentyellow' => { 469 => 'SaturationAdjustmentYellow', 471 => 'SaturationAdjustmentYellow' },
- 'saturationauto' => { 69 => 0x98 },
- 'saturationfaithful' => { 19 => 0xfe, 68 => 0x68, 69 => 0x68 },
- 'saturationlandscape' => { 19 => 0xfc, 68 => 0x38, 69 => 0x38 },
- 'saturationmonochrome' => { 68 => 0x80, 69 => 0x80 },
- 'saturationneutral' => { 19 => 0xfd, 68 => 0x50, 69 => 0x50 },
- 'saturationportrait' => { 19 => 0xfb, 68 => 0x20, 69 => 0x20 },
- 'saturationsetting' => { 297 => 0x1010, 401 => 0x11, 417 => 0x9 },
- 'saturationstandard' => { 19 => 0xfa, 68 => 0x8, 69 => 0x8 },
- 'saturationuserdef1' => { 19 => 0x100, 68 => 0x98, 69 => 0xb0 },
- 'saturationuserdef2' => { 19 => 0x101, 68 => 0xb0, 69 => 0xc8 },
- 'saturationuserdef3' => { 19 => 0x102, 68 => 0xc8, 69 => 0xe0 },
- 'saveid' => { 496 => 'SaveID' },
- 'sbaanalysiscomplete' => { 136 => 0xc35 },
- 'sbablack' => { 136 => 0xc25 },
- 'sbagmoffset' => { 136 => 0xc4a },
- 'sbagray' => { 136 => 0xc26 },
- 'sbagreenmagentabal' => { 136 => 0xc33 },
- 'sbahighgray' => { 136 => 0xc46 },
- 'sbailloffset' => { 136 => 0xc49 },
- 'sbailluminantbal' => { 136 => 0xc34 },
- 'sbalowgray' => { 136 => 0xc47 },
- 'sbaneutralbal' => { 136 => 0xc32 },
- 'sbawhite' => { 136 => 0xc27 },
- 'scaletype' => { 495 => 'scaleType' },
- 'scanimageenhancer' => { 231 => 0x60 },
- 'scanningdirection' => { 131 => 0x64 },
- 'scene' => { 372 => 'scen', 480 => 'Scene', 495 => 'scene' },
- 'scenearea' => { 292 => 0x211, 294 => 0x1031 },
- 'sceneassist' => { 223 => 0x9c },
- 'scenecapturetype' => { 117 => 0xa406, 475 => 'SceneCaptureType' },
- 'scenedetect' => { 292 => 0x210, 294 => 0x1030 },
- 'scenedetectdata' => { 292 => 0x212, 294 => 0x1033 },
- 'scenemode' => { 140 => 0xfa02, 184 => 0x100, 223 => 0x8f, 289 => 0x509, 294 => 0x403, 312 => 0x8001, 321 => 0xf, 412 => 0xb023 },
- 'scenemodeused' => { 142 => [0x6002,0xf002] },
- 'scenerecognition' => { 125 => 0x1425 },
- 'sceneselect' => { 388 => 0x21f },
- 'scenetype' => { 117 => 0xa301, 475 => 'SceneType' },
- 'screentips' => { 272 => '12.7', 273 => '5.3', 281 => '13.1', 282 => '4.4', 285 => '5.4', 287 => '5.1' },
- 'scriptversion' => { 136 => 0x1770 },
- 'season' => { 481 => 'Season', 484 => 'season' },
- 'seasonidentifier' => { 481 => [\'Season','SeasonIdentifier'] },
- 'seasonname' => { 481 => [\'Season','SeasonName'] },
- 'seasonnumber' => { 481 => [\'Season','SeasonNumber'] },
- 'secondaryftp' => { 459 => 'SecondaryFTP' },
- 'secondaryslotfunction' => { 241 => 0x1d0, 251 => 0x1d0 },
- 'section' => { 485 => 'section' },
- 'securityclassification' => { 117 => 0x9212 },
- 'selectableafpoint' => { 82 => 0x509 },
+ 'photoeffecthistoryxml' => { 267 => 0xe9651831 },
+ 'photoeffects' => { 267 => 0xab5eca5e },
+ 'photoeffectsblue' => { 269 => 0x8 },
+ 'photoeffectsgreen' => { 269 => 0x6 },
+ 'photoeffectsred' => { 269 => 0x4 },
+ 'photoeffectstype' => { 269 => 0x0 },
+ 'photographicsensitivity' => { 478 => 'PhotographicSensitivity' },
+ 'photoinfoplayback' => { 274 => '17.6', 283 => '33.6' },
+ 'photometricinterpretation' => { 118 => 0x106, 493 => 'PhotometricInterpretation' },
+ 'photoshootingmenubank' => { 243 => 0xe7d, 253 => 0xfbd },
+ 'photoshootingmenubankimagearea' => { 243 => '3716.1', 253 => 0x791 },
+ 'photoshopbgrthumbnail' => { 363 => 0x409 },
+ 'photoshopquality' => { 362 => 0x0 },
+ 'photoshopthumbnail' => { 363 => 0x40c },
+ 'photostyle' => { 314 => 0x89 },
+ 'picklabel' => { 476 => 'PickLabel' },
+ 'pictinfo' => { 390 => 0x208 },
+ 'picturecontrol' => { 267 => 0xe2173c47 },
+ 'picturecontrolactive' => { 270 => 0x0 },
+ 'picturecontroladjust' => { 226 => 0x30, 227 => 0x30, 228 => 0x36 },
+ 'picturecontrolbase' => { 226 => 0x18, 227 => 0x18, 228 => 0x1c },
+ 'picturecontroldata' => { 224 => [0xbd,0x23] },
+ 'picturecontrolmode' => { 270 => 0x13 },
+ 'picturecontrolname' => { 226 => 0x4, 227 => 0x4, 228 => 0x8 },
+ 'picturecontrolquickadjust' => { 226 => 0x31, 227 => 0x31, 228 => 0x37 },
+ 'pictureeffect' => { 414 => 0x200e },
+ 'pictureeffect2' => { 422 => 0x1163, 423 => 0x1167, 424 => 0x1143, 425 => 0x11bf, 426 => 0x119b, 427 => 0x1053, 428 => 0x24b, 429 => 0x24b, 430 => 0x23c, 444 => 0x46 },
+ 'picturefinish' => { 181 => 0x71 },
+ 'picturemode' => { 126 => 0x1031, 291 => 0x520, 349 => [0xb,0x33], 391 => 0x3d },
+ 'picturemode2' => { 330 => 0x0 },
+ 'picturemodebwfilter' => { 291 => 0x525 },
+ 'picturemodecontrast' => { 291 => 0x523 },
+ 'picturemodeeffect' => { 291 => 0x52d },
+ 'picturemodehue' => { 291 => 0x522 },
+ 'picturemodesaturation' => { 291 => 0x521 },
+ 'picturemodesharpness' => { 291 => 0x524 },
+ 'picturemodetone' => { 291 => 0x526 },
+ 'pictureprofile' => { 422 => [0x115e,0x115f], 423 => [0x1162,0x1163], 424 => [0x113e,0x113f], 425 => [0x11ba,0x11bb], 426 => [0x1196,0x1197], 427 => [0x104e,0x104f], 428 => [0x246,0x247], 429 => [0x246,0x247], 430 => [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' => { 388 => 0x21 },
+ 'picturewizardcolor' => { 387 => 0x1 },
+ 'picturewizardcontrast' => { 387 => 0x4 },
+ 'picturewizardmode' => { 387 => 0x0 },
+ 'picturewizardsaturation' => { 387 => 0x2 },
+ 'picturewizardsharpness' => { 387 => 0x3 },
+ 'pipelineversion' => { 175 => 'PipelineVersion' },
+ 'pitch' => { 114 => 0x6, 275 => '4.1', 287 => '4.1', 374 => ['ptch',"\xa9fpt"] },
+ 'pitchangle' => { 242 => 0x350f, 243 => 0x2c28, 247 => 0xc21e, 252 => 0x36f8, 253 => 0x2eff, 255 => 0xce36, 291 => 0x904, 314 => 0x91, 348 => 0x2, 386 => 0x1 },
+ 'pitchshift' => { 368 => 'player.movie.audio.pitchshift' },
+ 'pixelaspectratio' => { 367 => 'pasp' },
+ 'pixelclockfrequency' => { 137 => 0x40b },
+ 'pixelcorrectionoffset' => { 137 => 0x972 },
+ 'pixelcorrectionscale' => { 137 => 0x971 },
+ 'pixelscale' => { 118 => 0x830e },
+ 'pixelshiftinfo' => { 414 => 0x202f },
+ 'pixelshiftoffset' => { 126 => 0x1106 },
+ 'pixelshiftresolution' => { 350 => 0x0 },
+ 'pixelshiftshots' => { 126 => 0x1105 },
+ 'pixelsperunitx' => { 303 => 0x0 },
+ 'pixelsperunity' => { 303 => 0x4 },
+ 'pixelunits' => { 303 => 0x8 },
+ 'planarconfiguration' => { 118 => 0x11c, 493 => 'PlanarConfiguration' },
+ 'plane' => { 451 => [\'Planes','PlanesPlane'] },
+ 'planeboundary' => { 451 => [\'Planes','PlanesPlaneBoundary'] },
+ 'planeboundaryvertexcount' => { 451 => [\'Planes','PlanesPlaneBoundaryVertexCount'] },
+ 'planeextentx' => { 451 => [\'Planes','PlanesPlaneExtentX'] },
+ 'planeextentz' => { 451 => [\'Planes','PlanesPlaneExtentZ'] },
+ 'planepose' => { 451 => [\'Planes','PlanesPlanePose'] },
+ 'planeposepositionx' => { 451 => [\'Planes','PlanesPlanePosePositionX'] },
+ 'planeposepositiony' => { 451 => [\'Planes','PlanesPlanePosePositionY'] },
+ 'planeposepositionz' => { 451 => [\'Planes','PlanesPlanePosePositionZ'] },
+ 'planeposerotationw' => { 451 => [\'Planes','PlanesPlanePoseRotationW'] },
+ 'planeposerotationx' => { 451 => [\'Planes','PlanesPlanePoseRotationX'] },
+ 'planeposerotationy' => { 451 => [\'Planes','PlanesPlanePoseRotationY'] },
+ 'planeposerotationz' => { 451 => [\'Planes','PlanesPlanePoseRotationZ'] },
+ 'planeposetimestamp' => { 451 => [\'Planes','PlanesPlanePoseTimestamp'] },
+ 'planes' => { 451 => 'Planes' },
+ 'planningref' => { 483 => 'PlanningRef' },
+ 'planningrefidentifier' => { 483 => [\'PlanningRef','PlanningRefIdentifier'] },
+ 'planningrefname' => { 483 => [\'PlanningRef','PlanningRefName'] },
+ 'planningrefrole' => { 483 => [\'PlanningRef','PlanningRefRole'] },
+ 'platenames' => { 502 => 'PlateNames' },
+ 'platform' => { 487 => 'platform' },
+ 'playallframes' => { 374 => 'AllF' },
+ 'playbackmenustime' => { 279 => '20.1', 280 => '21.1', 281 => '21.1' },
+ 'playbackmonitorofftime' => { 274 => '25.2', 275 => '36.1', 277 => '36.1', 278 => '36.1', 282 => '35.1', 283 => '8.1', 284 => '35.1', 287 => '36.1', 288 => '36.1', 289 => '21.1' },
+ 'playbackzoom' => { 275 => '37.1' },
+ 'playdisplay' => { 183 => 0x4e },
+ 'playerversion' => { 368 => 'player.version' },
+ 'playgap' => { 366 => 'pgap' },
+ 'playlistid' => { 366 => 'plID' },
+ 'playmode' => { 374 => 'SDLN' },
+ 'playselection' => { 374 => 'SelO' },
+ 'plusversion' => { 301 => 'Version' },
+ 'pmversion' => { 361 => 'PMVersion' },
+ 'pngwarning' => { 304 => 'Warning' },
+ 'podcast' => { 366 => 'pcst' },
+ 'podcasturl' => { 366 => 'purl' },
+ 'poilevel' => { 223 => 0x8 },
+ 'portraitimpressionbalance' => { 255 => 0x7fa0 },
+ 'portraitnote' => { 454 => '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' => { 454 => 'PortraitRequest' },
+ 'portraitunsharpmaskfineness' => { 108 => 0x9a },
+ 'portraitunsharpmaskstrength' => { 108 => 0x98 },
+ 'portraitunsharpmaskthreshold' => { 108 => 0x9c },
+ 'portraitversion' => { 454 => 'PortraitVersion' },
+ 'pose' => { 451 => 'Pose' },
+ 'poseheadingdegrees' => { 459 => 'PoseHeadingDegrees' },
+ 'posepitchdegrees' => { 459 => 'PosePitchDegrees' },
+ 'posepositionx' => { 451 => [\'Pose','PosePositionX'] },
+ 'posepositiony' => { 451 => [\'Pose','PosePositionY'] },
+ 'posepositionz' => { 451 => [\'Pose','PosePositionZ'] },
+ 'poserolldegrees' => { 459 => 'PoseRollDegrees' },
+ 'poserotationw' => { 451 => [\'Pose','PoseRotationW'] },
+ 'poserotationx' => { 451 => [\'Pose','PoseRotationX'] },
+ 'poserotationy' => { 451 => [\'Pose','PoseRotationY'] },
+ 'poserotationz' => { 451 => [\'Pose','PoseRotationZ'] },
+ 'posetimestamp' => { 451 => [\'Pose','PoseTimestamp'] },
+ 'positiondescriptor' => { 486 => 'positionDescriptor' },
+ 'postalcode' => { 160 => 'PostalCode' },
+ 'postcropvignetteamount' => { 471 => 'PostCropVignetteAmount', 473 => 'PostCropVignetteAmount' },
+ 'postcropvignettefeather' => { 471 => 'PostCropVignetteFeather', 473 => 'PostCropVignetteFeather' },
+ 'postcropvignettehighlightcontrast' => { 471 => 'PostCropVignetteHighlightContrast', 473 => 'PostCropVignetteHighlightContrast' },
+ 'postcropvignettemidpoint' => { 471 => 'PostCropVignetteMidpoint', 473 => 'PostCropVignetteMidpoint' },
+ 'postcropvignetteroundness' => { 471 => 'PostCropVignetteRoundness', 473 => 'PostCropVignetteRoundness' },
+ 'postcropvignettestyle' => { 471 => 'PostCropVignetteStyle', 473 => 'PostCropVignetteStyle' },
+ 'postfocusmerging' => { 314 => 0xbf },
+ 'potentialface1position' => { 411 => 0xb },
+ 'potentialface2position' => { 411 => 0x15 },
+ 'potentialface3position' => { 411 => 0x1f },
+ 'potentialface4position' => { 411 => 0x29 },
+ 'potentialface5position' => { 411 => 0x33 },
+ 'potentialface6position' => { 411 => 0x3d },
+ 'potentialface7position' => { 411 => 0x47 },
+ 'potentialface8position' => { 411 => 0x51 },
+ 'powersource' => { 328 => '0.1' },
+ 'poweruptime' => { 224 => 0xb6 },
+ 'preaf' => { 125 => '0.2' },
+ 'precaptureframes' => { 296 => 0x300 },
+ 'predictor' => { 118 => 0x13d },
+ 'preflashreturnstrength' => { 240 => 0x28a },
+ 'prefs' => { 130 => 0xdd, 361 => 'Prefs' },
+ 'prereadfastresetcount' => { 137 => 0x187e },
+ 'preservedfilename' => { 498 => 'PreservedFileName' },
+ 'preservedspecimen' => { 117 => 'PreservedSpecimen' },
+ 'preservedspecimenmaterialsampleid' => { 117 => [\'PreservedSpecimen','PreservedSpecimenMaterialSampleID'] },
+ 'presettype' => { 471 => 'PresetType', 473 => 'PresetType' },
+ 'presetwhitebalance' => { 183 => 0x24, 448 => 0x8002 },
+ 'presetwhitebalanceadj' => { 448 => 0x8014 },
+ 'pressure' => { 118 => 0x9402, 478 => 'Pressure' },
+ 'previewapplicationname' => { 118 => 0xc716 },
+ 'previewapplicationversion' => { 118 => 0xc717 },
+ 'previewbutton' => { 274 => ['14.1','15.1'], 275 => '15.1', 277 => '15.1', 278 => '15.1', 283 => '29.1', 284 => '14.1', 287 => '15.1', 288 => '15.1' },
+ 'previewbuttonplusdials' => { 274 => ['14.2','15.2'], 275 => '15.2', 277 => '43.1', 278 => '43.1', 283 => '31.2', 287 => '43.1', 288 => '43.1' },
+ 'previewcolorspace' => { 118 => 0xc71a },
+ 'previewcropbottom' => { 360 => 0xef },
+ 'previewcropleft' => { 360 => 0xec },
+ 'previewcropright' => { 360 => 0xee },
+ 'previewcroptop' => { 360 => 0xed },
+ 'previewdate' => { 372 => 0x0 },
+ 'previewdatetime' => { 118 => 0xc71b },
+ 'previewimage' => { 112 => 0x2000, 113 => 'Exif-PreviewImage', 119 => 'PreviewImage', 121 => 0x4, 165 => 'data', 185 => 0x81, 296 => 0x280, 312 => 0x300, 374 => 'mcvr', 414 => 0x2001 },
+ 'previewimageborders' => { 349 => 0x3e },
+ 'previewimageheight' => { 72 => 0x4, 141 => 0xfa58 },
+ 'previewimagelength' => { 72 => 0x2, 112 => 0x3, 118 => [0x117,0x202], 185 => 0x89, 229 => 0x202, 291 => 0x102, 296 => 0x1037, 349 => 0x3, 380 => 0x1e, 385 => 0x3, 391 => [0x1b,0x1d], 404 => 0x202 },
+ 'previewimagename' => { 165 => '1Name' },
+ 'previewimagesize' => { 112 => 0x2, 146 => 0x2, 165 => 'ImageSize', 349 => 0x2, 391 => [0x1c,0x1e], 414 => 0xb02c, 448 => 0x9012 },
+ 'previewimagestart' => { 72 => 0x5, 112 => 0x4, 118 => [0x111,0x201], 185 => 0x88, 229 => 0x201, 291 => 0x101, 296 => 0x1036, 349 => 0x4, 380 => 0x1c, 385 => 0x2, 391 => [0x1a,0x1c], 404 => 0x201 },
+ 'previewimagetype' => { 165 => '0Type' },
+ 'previewimagevalid' => { 291 => 0x100, 296 => 0x1035 },
+ 'previewimagewidth' => { 72 => 0x3, 141 => 0xfa57 },
+ 'previewquality' => { 72 => 0x1 },
+ 'previewsettingsdigest' => { 118 => 0xc719 },
+ 'previewsettingsname' => { 118 => 0xc718 },
+ 'primaryafpoint' => { 192 => [0x38,0x44,0x7] },
+ 'primarychromaticities' => { 118 => 0x13f, 493 => 'PrimaryChromaticities' },
+ 'primaryftp' => { 461 => 'PrimaryFTP' },
+ 'primaryslot' => { 243 => 0xe7f, 253 => 0xfbf },
+ 'printim' => { 118 => 0xc4a5 },
+ 'prioritysetinawb' => { 414 => 0x202b },
+ 'prioritysetupshutterrelease' => { 183 => 0x1d, 401 => 0x28 },
+ 'privatertkinfo' => { 463 => 'privateRTKInfo' },
+ 'processbordercolsleft' => { 137 => 0xc61 },
+ 'processbordercolsright' => { 137 => 0xc62 },
+ 'processborderrowsbottom' => { 137 => 0xc64 },
+ 'processborderrowstop' => { 137 => 0xc63 },
+ 'processingsoftware' => { 118 => 0xb },
+ 'processversion' => { 471 => 'ProcessVersion', 473 => 'ProcessVersion' },
+ 'producer' => { 178 => 'WM/Producer', 300 => 'Producer', 366 => "\xa9prd", 368 => 'producer', 374 => "\xa9prd", 484 => 'Producer' },
+ 'producerkeywords' => { 374 => "\xa9pdk" },
+ 'productcode' => { 487 => 'productCode' },
+ 'productid' => { 131 => 0x32, 366 => 'prID', 486 => 'productID' },
+ 'productidtype' => { 486 => 'productIDType' },
+ 'productinimage' => { 483 => 'ProductInImage' },
+ 'productinimagedescription' => { 483 => [\'ProductInImage','ProductInImageProductDescription'] },
+ 'productinimagegtin' => { 483 => [\'ProductInImage','ProductInImageProductGTIN'] },
+ 'productinimagename' => { 483 => [\'ProductInImage','ProductInImageProductName'] },
+ 'productioncode' => { 329 => 0x2 },
+ 'productorserviceconstraints' => { 301 => 'ProductOrServiceConstraints' },
+ 'productversion' => { 366 => 'VERS' },
+ 'profession' => { 487 => 'profession' },
+ 'profile' => { 451 => [\'Profiles','ProfilesProfile'] },
+ 'profilecalibrationsig' => { 118 => 0xc6f4 },
+ 'profilecameraindices' => { 451 => [\'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 },
+ 'profiles' => { 451 => 'Profiles' },
+ 'profiletonecurve' => { 118 => 0xc6fc },
+ 'profiletype' => { 451 => [\'Profiles','ProfilesProfileType'] },
+ 'programiso' => { 314 => 0x3c },
+ 'programline' => { 330 => '1.1' },
+ 'programmode' => { 188 => 0x5 },
+ 'programshift' => { 224 => 0xd },
+ 'programversion' => { 130 => 0x46 },
+ 'prohibits' => { 469 => 'prohibits' },
+ 'projectiontype' => { 459 => 'ProjectionType', 460 => 'ProjectionType' },
+ 'projectname' => { 497 => 'projectName' },
+ 'projectref' => { 497 => 'projectRef' },
+ 'projectrefpath' => { 497 => [\'projectRef','projectRefPath'] },
+ 'projectreftype' => { 497 => [\'projectRef','projectRefType'] },
+ 'promotionurl' => { 178 => 'WM/PromotionURL' },
+ 'propertyreleaseid' => { 301 => 'PropertyReleaseID' },
+ 'propertyreleasestatus' => { 301 => 'PropertyReleaseStatus' },
+ 'provider' => { 178 => 'WM/Provider' },
+ 'province-state' => { 130 => 0x5f },
+ 'publicationdate' => { 487 => 'publicationDate' },
+ 'publicationdatea-platform' => { 487 => [\'publicationDate','publicationDateA-platform'] },
+ 'publicationdatedate' => { 487 => [\'publicationDate','publicationDateDate'] },
+ 'publicationdisplaydate' => { 487 => 'publicationDisplayDate' },
+ 'publicationdisplaydatea-platform' => { 487 => [\'publicationDisplayDate','publicationDisplayDateA-platform'] },
+ 'publicationdisplaydatedate' => { 487 => [\'publicationDisplayDate','publicationDisplayDateDate'] },
+ 'publicationevent' => { 483 => 'PublicationEvent' },
+ 'publicationeventdate' => { 483 => [\'PublicationEvent','PublicationEventDate'] },
+ 'publicationeventidentifier' => { 483 => [\'PublicationEvent','PublicationEventIdentifier'] },
+ 'publicationeventname' => { 483 => [\'PublicationEvent','PublicationEventName'] },
+ 'publicationname' => { 487 => 'publicationName' },
+ 'publisher' => { 178 => 'WM/Publisher', 366 => "\xa9pub", 368 => 'publisher', 474 => 'publisher' },
+ 'publishingfrequency' => { 487 => 'publishingFrequency' },
+ 'pulldown' => { 497 => 'pullDown' },
+ 'purchasedate' => { 366 => 'purd' },
+ 'purplehsl' => { 102 => 0x20916 },
+ 'pxshiftperiphedgenr' => { 448 => 0x9013 },
+ 'pxshiftperiphedgenrvalue' => { 448 => 0x9014 },
+ 'quality' => { 0 => 0x1, 34 => 0x3, 111 => 0x2, 112 => 0x3002, 126 => 0x1000, 139 => 0x9, 224 => 0x4, 256 => 0x3, 296 => 0x201, 309 => 0x300, 349 => 0x8, 356 => 0x2, 391 => 0x16, 401 => 0x56, 402 => 0x56, 403 => 0xb, 414 => [0x102,0x202e] },
+ 'quality2' => { 422 => 0x1170, 423 => 0x1174, 424 => 0x1150, 426 => 0x11a8, 427 => 0x1060, 428 => 0x258, 429 => 0x258, 430 => 0x247, 435 => 0x29, 436 => 0x25, 437 => 0x2a },
+ 'qualitymode' => { 112 => 0x8 },
+ 'quantizationmethod' => { 132 => 0x78 },
+ 'quickadjust' => { 270 => 0x2a },
+ 'quickcontroldialinmeter' => { 83 => 0x703 },
+ 'quickfix' => { 267 => 0x416391c6 },
+ 'quickshot' => { 390 => 0x213 },
+ 'quiettime' => { 137 => 0x188a },
+ 'rads' => { 374 => 'rads' },
+ 'rangefinder' => { 279 => '4.1', 280 => '5.1', 281 => '5.1' },
+ 'rangemask' => { 471 => 'RangeMaskMapInfo', 473 => 'RangeMaskMapInfo' },
+ 'rangemaskmapinfo' => { 471 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'], 473 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'] },
+ 'rangemaskmapinfolabmax' => { 471 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'], 473 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'] },
+ 'rangemaskmapinfolabmin' => { 471 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'], 473 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'] },
+ 'rangemaskmapinfolumeq' => { 471 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'], 473 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'] },
+ 'rangemaskmapinforgbmax' => { 471 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'], 473 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'] },
+ 'rangemaskmapinforgbmin' => { 471 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'], 473 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'] },
+ 'rasterizedcaption' => { 130 => 0x7d },
+ 'rating' => { 118 => 0x4746, 126 => 0x1431, 360 => 0xdf, 366 => 'rtng', 374 => 'rtng', 414 => 0x2002, 466 => 'rating', 475 => 'rating', 483 => 'Rating', 487 => 'rating', 495 => 'Rating' },
+ 'ratingpercent' => { 118 => 0x4749, 177 => 'Rating', 366 => 'rate', 495 => 'RatingPercent' },
+ 'ratingregion' => { 483 => [\'Rating','RatingRatingRegion'] },
+ 'ratingregioncity' => { 483 => [\'Rating','RatingRatingRegionCity'] },
+ 'ratingregioncountrycode' => { 483 => [\'Rating','RatingRatingRegionCountryCode'] },
+ 'ratingregioncountryname' => { 483 => [\'Rating','RatingRatingRegionCountryName'] },
+ 'ratingregiongpsaltitude' => { 483 => [\'Rating','RatingRatingRegionGPSAltitude'] },
+ 'ratingregiongpslatitude' => { 483 => [\'Rating','RatingRatingRegionGPSLatitude'] },
+ 'ratingregiongpslongitude' => { 483 => [\'Rating','RatingRatingRegionGPSLongitude'] },
+ 'ratingregionidentifier' => { 483 => [\'Rating','RatingRatingRegionIdentifier'] },
+ 'ratingregionlocationid' => { 483 => [\'Rating','RatingRatingRegionLocationId'] },
+ 'ratingregionlocationname' => { 483 => [\'Rating','RatingRatingRegionLocationName'] },
+ 'ratingregionprovincestate' => { 483 => [\'Rating','RatingRatingRegionProvinceState'] },
+ 'ratingregionsublocation' => { 483 => [\'Rating','RatingRatingRegionSublocation'] },
+ 'ratingregionworldregion' => { 483 => [\'Rating','RatingRatingRegionWorldRegion'] },
+ 'ratingscalemaxvalue' => { 483 => [\'Rating','RatingRatingScaleMaxValue'] },
+ 'ratingscaleminvalue' => { 483 => [\'Rating','RatingRatingScaleMinValue'] },
+ 'ratingsourcelink' => { 483 => [\'Rating','RatingRatingSourceLink'] },
+ 'ratingvalue' => { 483 => [\'Rating','RatingRatingValue'] },
+ 'ratingvaluelogolink' => { 483 => [\'Rating','RatingRatingValueLogoLink'] },
+ 'rawandjpgrecording' => { 81 => 0x8, 185 => 0x109, 330 => 0xd },
+ 'rawbrightnessadj' => { 102 => 0x20001, 107 => 0x38 },
+ 'rawburstimagecount' => { 74 => 0x2 },
+ 'rawburstimagenum' => { 74 => 0x1 },
+ 'rawcoloradj' => { 107 => 0x2e },
+ 'rawcropbottom' => { 360 => 0xd4 },
+ 'rawcropleft' => { 360 => 0xd1 },
+ 'rawcropright' => { 360 => 0xd3 },
+ 'rawcroptop' => { 360 => 0xd2 },
+ 'rawcustomsaturation' => { 107 => 0x30 },
+ 'rawcustomtone' => { 107 => 0x34 },
+ 'rawdata' => { 388 => 0xa048 },
+ 'rawdatabyteorder' => { 388 => 0x40 },
+ 'rawdatacfapattern' => { 388 => 0x50 },
+ 'rawdatauniqueid' => { 118 => 0xc65d },
+ 'rawdepth' => { 187 => 0x10 },
+ 'rawdevartfilter' => { 298 => 0x121 },
+ 'rawdevautogradation' => { 298 => 0x119 },
+ 'rawdevcolorspace' => { 297 => 0x108, 298 => 0x109 },
+ 'rawdevcontrastvalue' => { 297 => 0x106, 298 => 0x105 },
+ 'rawdeveditstatus' => { 297 => 0x10b },
+ 'rawdevelopmentprocess' => { 349 => 0x62 },
+ 'rawdevengine' => { 297 => 0x109, 298 => 0x10b },
+ 'rawdevexposurebiasvalue' => { 297 => 0x100, 298 => 0x100 },
+ 'rawdevgradation' => { 298 => 0x112 },
+ 'rawdevgraypoint' => { 297 => 0x103, 298 => 0x104 },
+ 'rawdevmemorycoloremphasis' => { 297 => 0x105, 298 => 0x108 },
+ 'rawdevnoisereduction' => { 297 => 0x10a, 298 => 0x10a },
+ 'rawdevpicturemode' => { 298 => 0x10c },
+ 'rawdevpm_bwfilter' => { 298 => 0x110 },
+ 'rawdevpmcontrast' => { 298 => 0x10e },
+ 'rawdevpmnoisefilter' => { 298 => 0x120 },
+ 'rawdevpmpicturetone' => { 298 => 0x111 },
+ 'rawdevpmsaturation' => { 298 => 0x10d },
+ 'rawdevpmsharpness' => { 298 => 0x10f },
+ 'rawdevsaturation3' => { 298 => 0x113 },
+ 'rawdevsaturationemphasis' => { 297 => 0x104, 298 => 0x107 },
+ 'rawdevsettings' => { 297 => 0x10c },
+ 'rawdevsharpnessvalue' => { 297 => 0x107, 298 => 0x106 },
+ 'rawdevversion' => { 297 => 0x0, 298 => 0x0 },
+ 'rawdevwbfineadjustment' => { 297 => 0x102, 298 => 0x103 },
+ 'rawdevwhitebalance' => { 298 => 0x101 },
+ 'rawdevwhitebalancevalue' => { 297 => 0x101, 298 => 0x102 },
+ 'rawfile' => { 118 => 0xfe4c },
+ 'rawfilename' => { 471 => 'RawFileName', 473 => 'RawFileName' },
+ 'rawfiletype' => { 414 => 0x2029 },
+ 'rawformat' => { 319 => 0x2d, 358 => 0x10e },
+ 'rawimagecenter' => { 224 => 0x99 },
+ 'rawimagedigest' => { 118 => 0xc71c },
+ 'rawimagesize' => { 349 => 0x39 },
+ 'rawinfoversion' => { 299 => 0x0 },
+ 'rawjpgheight' => { 98 => 0x4 },
+ 'rawjpgquality' => { 57 => 0x6, 98 => 0x1 },
+ 'rawjpgsize' => { 57 => 0x7, 98 => 0x2 },
+ 'rawjpgwidth' => { 98 => 0x3 },
+ 'rawmeasuredrggb' => { 43 => 0x26a, 45 => 0x280, 47 => 0x194, 48 => [0x1ad,0x26b] },
+ 'rawrppused' => { 466 => 'rawrppused' },
+ 'rawtopreviewgain' => { 118 => 0xc7a8 },
+ 'readouttypeactual' => { 137 => 0x1903 },
+ 'readouttyperequested' => { 137 => 0x1902 },
+ 'reardisplay' => { 274 => '12.3', 275 => '6.2' },
+ 'recdevice' => { 483 => 'RecDevice' },
+ 'recdeviceattlensdescription' => { 483 => [\'RecDevice','RecDeviceAttLensDescription'] },
+ 'recdevicemanufacturer' => { 483 => [\'RecDevice','RecDeviceManufacturer'] },
+ 'recdevicemodelname' => { 483 => [\'RecDevice','RecDeviceModelName'] },
+ 'recdeviceownersdeviceid' => { 483 => [\'RecDevice','RecDeviceOwnersDeviceId'] },
+ 'recdeviceserialnumber' => { 483 => [\'RecDevice','RecDeviceSerialNumber'] },
+ 'recipeendingpage' => { 489 => 'recipeEndingPage' },
+ 'recipepagerange' => { 489 => 'recipePageRange' },
+ 'recipesource' => { 489 => 'recipeSource' },
+ 'recipestartingpage' => { 489 => 'recipeStartingPage' },
+ 'recipetitle' => { 489 => 'recipeTitle' },
+ 'recognizedface1age' => { 307 => 0x20 },
+ 'recognizedface1name' => { 307 => 0x4 },
+ 'recognizedface1position' => { 307 => 0x18 },
+ 'recognizedface2age' => { 307 => 0x50 },
+ 'recognizedface2name' => { 307 => 0x34 },
+ 'recognizedface2position' => { 307 => 0x48 },
+ 'recognizedface3age' => { 307 => 0x80 },
+ 'recognizedface3name' => { 307 => 0x64 },
+ 'recognizedface3position' => { 307 => 0x78 },
+ 'recognizedfaceflags' => { 314 => 0x63 },
+ 'recommendedexposureindex' => { 118 => 0x8832, 478 => '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' => { 374 => "\xa9phg" },
+ 'recordingformat' => { 381 => 0x1000 },
+ 'recordingmode' => { 111 => 0x1, 356 => 0x1 },
+ 'recordinstitutioncode' => { 117 => [\'Record','RecordInstitutionCode'] },
+ 'recordinstitutionid' => { 117 => [\'Record','RecordInstitutionID'] },
+ 'recordlabelname' => { 374 => "\xa9lab" },
+ 'recordlabelurl' => { 374 => "\xa9lal" },
+ 'recordmode' => { 34 => 0x9, 112 => 0x3000 },
+ 'recordownerinstitutioncode' => { 117 => [\'Record','RecordOwnerInstitutionCode'] },
+ 'recordshutterrelease' => { 390 => 0x217 },
+ 'redbalance' => { 296 => 0x1017, 319 => 0x11, 349 => 0x1c },
+ 'redcurvelimits' => { 107 => 0x18a },
+ 'redcurvepoints' => { 106 => 0x2d, 107 => 0x160 },
+ 'redeyecorrection' => { 271 => 0x0 },
+ 'redeyeinfo' => { 471 => 'RedEyeInfo', 473 => 'RedEyeInfo' },
+ 'redeyereduction' => { 183 => 0x41, 401 => 0x6a, 403 => 0x28 },
+ 'redeyeremoval' => { 314 => 0xb9 },
+ 'redhsl' => { 102 => 0x20910 },
+ 'redhue' => { 471 => 'RedHue', 473 => 'RedHue' },
+ 'redsaturation' => { 471 => 'RedSaturation', 473 => 'RedSaturation' },
+ 'reductionmatrix1' => { 118 => 0xc625 },
+ 'reductionmatrix2' => { 118 => 0xc626 },
+ 'reductionmatrix3' => { 118 => 0xcd3a },
+ 'reelname' => { 118 => 0xc789, 374 => 'reel' },
+ 'reference1' => { 481 => [\'TagStructure','TagStructureReference'] },
+ 'reference2' => { 481 => [\'TagStructure','TagStructureSubLabelsReference'] },
+ 'reference3' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] },
+ 'reference4' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] },
+ 'reference5' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
+ 'reference6' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
+ 'referenceblackwhite' => { 118 => 0x214, 493 => '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' => { 301 => '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' => { 483 => [\'RegistryId','RegistryIdRegEntryRole'] },
+ 'registryid' => { 483 => 'RegistryId' },
+ 'registryitemid' => { 483 => [\'RegistryId','RegistryIdRegItemId'] },
+ 'registryorganisationid' => { 483 => [\'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, 477 => 'RelatedSoundFile' },
+ 'relatedvideofile' => { 168 => 'data' },
+ 'relatedvideofilename' => { 168 => '1Name' },
+ 'relatedvideofiletype' => { 168 => '0Type' },
+ 'relation' => { 474 => 'relation' },
+ 'relationshipaccordingto' => { 117 => [\'ResourceRelationship','ResourceRelationshipRelationshipAccordingTo'] },
+ 'relationshipestablisheddate' => { 117 => [\'ResourceRelationship','ResourceRelationshipRelationshipEstablishedDate'] },
+ 'relationshipofresource' => { 117 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResource'] },
+ 'relationshipremarks' => { 117 => [\'ResourceRelationship','ResourceRelationshipRelationshipRemarks'] },
+ 'relativealtitude' => { 115 => 'RelativeAltitude' },
+ 'relativepeakaudiofilepath' => { 497 => 'relativePeakAudioFilePath' },
+ 'relativetimestamp' => { 497 => 'relativeTimestamp' },
+ 'relativetimestampscale' => { 497 => [\'relativeTimestamp','relativeTimestampScale'] },
+ 'relativetimestampvalue' => { 497 => [\'relativeTimestamp','relativeTimestampValue'] },
+ 'releasebuttontousedial' => { 274 => '17.8', 275 => '18.5', 277 => '18.4', 278 => '18.4', 283 => '33.8', 284 => '17.6', 287 => '18.5', 288 => '18.4' },
+ 'releasedate' => { 130 => 0x1e, 366 => 'rldt', 466 => 'ReleaseDate', 497 => 'releaseDate' },
+ 'releasemode' => { 112 => 0x3001, 242 => 0x184d, 414 => 0xb049 },
+ 'releasemode2' => { 422 => 0x112c, 423 => [0x112c,0x8], 424 => [0x1108,0x8], 425 => [0x1184,0x8], 426 => [0x1160,0x8], 427 => [0x4,0x1018], 428 => [0x4,0x210], 429 => [0x4,0x210], 430 => [0x4,0x208], 432 => [0x67,0x3f], 433 => [0x6b,0x6d,0x73,0x4b], 434 => [0x6b,0x4b], 435 => 0x10, 436 => 0x10, 437 => 0x9, 444 => 0x34 },
+ 'releasemode3' => { 422 => 0x1128, 423 => 0x1128, 424 => 0x1104, 425 => 0x1180, 426 => 0x115c, 427 => 0x1014, 428 => 0x20c, 429 => 0x20c, 430 => 0x204 },
+ 'releaseready' => { 483 => 'ReleaseReady' },
+ 'releasesetting' => { 96 => 0x1016 },
+ 'releasetime' => { 130 => 0x23, 466 => 'ReleaseTime' },
+ 'remoteonduration' => { 276 => '3.4', 279 => '17.2', 280 => '18.2', 281 => '18.2', 282 => '18.2', 284 => '18.2', 285 => '4.3', 289 => '19.2' },
+ 'renditionclass' => { 498 => 'RenditionClass' },
+ 'renditionof' => { 498 => 'RenditionOf' },
+ 'renditionofalternatepaths' => { 498 => [\'RenditionOf','RenditionOfAlternatePaths'] },
+ 'renditionofdocumentid' => { 498 => [\'RenditionOf','RenditionOfDocumentID'] },
+ 'renditionoffilepath' => { 498 => [\'RenditionOf','RenditionOfFilePath'] },
+ 'renditionoffrompart' => { 498 => [\'RenditionOf','RenditionOfFromPart'] },
+ 'renditionofinstanceid' => { 498 => [\'RenditionOf','RenditionOfInstanceID'] },
+ 'renditionoflastmodifydate' => { 498 => [\'RenditionOf','RenditionOfLastModifyDate'] },
+ 'renditionoflasturl' => { 498 => [\'RenditionOf','RenditionOfLastURL'] },
+ 'renditionoflinkcategory' => { 498 => [\'RenditionOf','RenditionOfLinkCategory'] },
+ 'renditionoflinkform' => { 498 => [\'RenditionOf','RenditionOfLinkForm'] },
+ 'renditionofmanager' => { 498 => [\'RenditionOf','RenditionOfManager'] },
+ 'renditionofmanagervariant' => { 498 => [\'RenditionOf','RenditionOfManagerVariant'] },
+ 'renditionofmanageto' => { 498 => [\'RenditionOf','RenditionOfManageTo'] },
+ 'renditionofmanageui' => { 498 => [\'RenditionOf','RenditionOfManageUI'] },
+ 'renditionofmaskmarkers' => { 498 => [\'RenditionOf','RenditionOfMaskMarkers'] },
+ 'renditionoforiginaldocumentid' => { 498 => [\'RenditionOf','RenditionOfOriginalDocumentID'] },
+ 'renditionofpartmapping' => { 498 => [\'RenditionOf','RenditionOfPartMapping'] },
+ 'renditionofplacedresolutionunit' => { 498 => [\'RenditionOf','RenditionOfPlacedResolutionUnit'] },
+ 'renditionofplacedxresolution' => { 498 => [\'RenditionOf','RenditionOfPlacedXResolution'] },
+ 'renditionofplacedyresolution' => { 498 => [\'RenditionOf','RenditionOfPlacedYResolution'] },
+ 'renditionofrenditionclass' => { 498 => [\'RenditionOf','RenditionOfRenditionClass'] },
+ 'renditionofrenditionparams' => { 498 => [\'RenditionOf','RenditionOfRenditionParams'] },
+ 'renditionoftopart' => { 498 => [\'RenditionOf','RenditionOfToPart'] },
+ 'renditionofversionid' => { 498 => [\'RenditionOf','RenditionOfVersionID'] },
+ 'renditionparams' => { 498 => 'RenditionParams' },
+ 'repeatingflashcount' => { 207 => 0xd, 208 => 0xe, 209 => 0xe, 210 => 0xe, 211 => 0xe, 283 => '17.2', 284 => '24.2', 285 => '9.2', 286 => '24.2', 289 => '25.2' },
+ 'repeatingflashcountbuilt-in' => { 251 => 0x4db },
+ 'repeatingflashcountexternal' => { 251 => 0x4c3 },
+ 'repeatingflashoutput' => { 283 => '17.1', 284 => '24.1', 285 => '9.1', 286 => '24.1', 289 => '25.1' },
+ 'repeatingflashoutputexternal' => { 251 => 0x4c0 },
+ 'repeatingflashrate' => { 207 => 0xc, 208 => 0xd, 209 => 0xd, 210 => 0xd, 211 => 0xd, 283 => '18.1', 284 => '25.1', 285 => '10.1', 286 => '25.1', 289 => '26.1' },
+ 'repeatingflashratebuilt-in' => { 251 => 0x4da },
+ 'repeatingflashrateexternal' => { 251 => 0x4c2 },
+ 'requirements' => { 374 => "\xa9req" },
+ 'requires' => { 469 => 'requires' },
+ 'resampleparams' => { 497 => 'resampleParams' },
+ 'resampleparamsquality' => { 497 => [\'resampleParams','resampleParamsQuality'] },
+ 'resamplingkerneldenominators050' => { 137 => 0xe50 },
+ 'resamplingkerneldenominators067' => { 137 => 0xe4f },
+ 'resamplingkerneldenominators100' => { 137 => 0xe51 },
+ 'resaved' => { 390 => 0x21e },
+ 'resetblacksegrows' => { 137 => 0x181a },
+ 'resolution' => { 161 => 'Resolution' },
+ 'resolutionmode' => { 391 => [0x87,0x4] },
+ 'resolutionunit' => { 118 => 0x128, 133 => 0x2, 493 => 'ResolutionUnit' },
+ 'resourceid' => { 117 => [\'ResourceRelationship','ResourceRelationshipResourceID'] },
+ 'resourcerelationship' => { 117 => 'ResourceRelationship' },
+ 'resourcerelationshipid' => { 117 => [\'ResourceRelationship','ResourceRelationshipResourceRelationshipID'] },
+ 'restrictdrivemodes' => { 83 => 0x612 },
+ 'restrictions' => { 490 => 'restrictions' },
+ 'retouchareafeather' => { 471 => [\'RetouchAreas','RetouchAreasFeather'], 473 => [\'RetouchAreas','RetouchAreasFeather'] },
+ 'retouchareamaskalpha' => { 471 => [\'RetouchAreas','RetouchAreasMasksAlpha'], 473 => [\'RetouchAreas','RetouchAreasMasksAlpha'] },
+ 'retouchareamaskangle' => { 471 => [\'RetouchAreas','RetouchAreasMasksAngle'], 473 => [\'RetouchAreas','RetouchAreasMasksAngle'] },
+ 'retouchareamaskbottom' => { 471 => [\'RetouchAreas','RetouchAreasMasksBottom'], 473 => [\'RetouchAreas','RetouchAreasMasksBottom'] },
+ 'retouchareamaskcentervalue' => { 471 => [\'RetouchAreas','RetouchAreasMasksCenterValue'], 473 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] },
+ 'retouchareamaskcenterweight' => { 471 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'], 473 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] },
+ 'retouchareamaskdabs' => { 471 => [\'RetouchAreas','RetouchAreasMasksDabs'], 473 => [\'RetouchAreas','RetouchAreasMasksDabs'] },
+ 'retouchareamaskfeather' => { 471 => [\'RetouchAreas','RetouchAreasMasksFeather'], 473 => [\'RetouchAreas','RetouchAreasMasksFeather'] },
+ 'retouchareamaskflipped' => { 471 => [\'RetouchAreas','RetouchAreasMasksFlipped'], 473 => [\'RetouchAreas','RetouchAreasMasksFlipped'] },
+ 'retouchareamaskflow' => { 471 => [\'RetouchAreas','RetouchAreasMasksFlow'], 473 => [\'RetouchAreas','RetouchAreasMasksFlow'] },
+ 'retouchareamaskfullx' => { 471 => [\'RetouchAreas','RetouchAreasMasksFullX'], 473 => [\'RetouchAreas','RetouchAreasMasksFullX'] },
+ 'retouchareamaskfully' => { 471 => [\'RetouchAreas','RetouchAreasMasksFullY'], 473 => [\'RetouchAreas','RetouchAreasMasksFullY'] },
+ 'retouchareamaskinputdigest' => { 471 => [\'RetouchAreas','RetouchAreasMasksInputDigest'], 473 => [\'RetouchAreas','RetouchAreasMasksInputDigest'] },
+ 'retouchareamaskleft' => { 471 => [\'RetouchAreas','RetouchAreasMasksLeft'], 473 => [\'RetouchAreas','RetouchAreasMasksLeft'] },
+ 'retouchareamaskmaskactive' => { 471 => [\'RetouchAreas','RetouchAreasMasksMaskActive'], 473 => [\'RetouchAreas','RetouchAreasMasksMaskActive'] },
+ 'retouchareamaskmaskblendmode' => { 471 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'], 473 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'] },
+ 'retouchareamaskmaskdigest' => { 471 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'], 473 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'] },
+ 'retouchareamaskmaskinverted' => { 471 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'], 473 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'] },
+ 'retouchareamaskmaskname' => { 471 => [\'RetouchAreas','RetouchAreasMasksMaskName'], 473 => [\'RetouchAreas','RetouchAreasMasksMaskName'] },
+ 'retouchareamaskmasks' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasks'], 473 => [\'RetouchAreas','RetouchAreasMasksMasks'] },
+ 'retouchareamaskmasksalpha' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'] },
+ 'retouchareamaskmasksangle' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'] },
+ 'retouchareamaskmasksbottom' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'] },
+ 'retouchareamaskmaskscentervalue' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'] },
+ 'retouchareamaskmaskscenterweight' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'] },
+ 'retouchareamaskmasksdabs' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'] },
+ 'retouchareamaskmasksfeather' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'] },
+ 'retouchareamaskmasksflipped' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'] },
+ 'retouchareamaskmasksflow' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'] },
+ 'retouchareamaskmasksfullx' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'] },
+ 'retouchareamaskmasksfully' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'] },
+ 'retouchareamaskmasksinputdigest' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'] },
+ 'retouchareamaskmasksleft' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'] },
+ 'retouchareamaskmasksmaskactive' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'] },
+ 'retouchareamaskmasksmaskblendmode' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'] },
+ 'retouchareamaskmasksmaskdigest' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'] },
+ 'retouchareamaskmasksmaskinverted' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'] },
+ 'retouchareamaskmasksmaskname' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'] },
+ 'retouchareamaskmasksmasksubtype' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'] },
+ 'retouchareamaskmasksmasksyncid' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'] },
+ 'retouchareamaskmasksmaskversion' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'] },
+ 'retouchareamaskmasksmidpoint' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'] },
+ 'retouchareamaskmasksorigin' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'] },
+ 'retouchareamaskmasksperimetervalue' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'] },
+ 'retouchareamaskmasksradius' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'] },
+ 'retouchareamaskmasksreferencepoint' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'] },
+ 'retouchareamaskmasksright' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksRight'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksRight'] },
+ 'retouchareamaskmasksroundness' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'] },
+ 'retouchareamaskmaskssizex' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'] },
+ 'retouchareamaskmaskssizey' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'] },
+ 'retouchareamaskmaskstop' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksTop'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksTop'] },
+ 'retouchareamaskmasksubtype' => { 471 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'], 473 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'] },
+ 'retouchareamaskmasksvalue' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'] },
+ 'retouchareamaskmasksversion' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'] },
+ 'retouchareamaskmaskswhat' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'] },
+ 'retouchareamaskmaskswholeimagearea' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'] },
+ 'retouchareamaskmasksx' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksX'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksX'] },
+ 'retouchareamaskmasksy' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksY'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksY'] },
+ 'retouchareamaskmasksyncid' => { 471 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'], 473 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'] },
+ 'retouchareamaskmaskszerox' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'] },
+ 'retouchareamaskmaskszeroy' => { 471 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'], 473 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'] },
+ 'retouchareamaskmaskversion' => { 471 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'], 473 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'] },
+ 'retouchareamaskmidpoint' => { 471 => [\'RetouchAreas','RetouchAreasMasksMidpoint'], 473 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] },
+ 'retouchareamaskorigin' => { 471 => [\'RetouchAreas','RetouchAreasMasksOrigin'], 473 => [\'RetouchAreas','RetouchAreasMasksOrigin'] },
+ 'retouchareamaskperimetervalue' => { 471 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'], 473 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] },
+ 'retouchareamaskradius' => { 471 => [\'RetouchAreas','RetouchAreasMasksRadius'], 473 => [\'RetouchAreas','RetouchAreasMasksRadius'] },
+ 'retouchareamaskrange' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'] },
+ 'retouchareamaskrangeareamodels' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'] },
+ 'retouchareamaskrangeareamodelscolorsampleinfo' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'retouchareamaskrangeareamodelscomponents' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'retouchareamaskrangecoloramount' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'] },
+ 'retouchareamaskrangedepthfeather' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'] },
+ 'retouchareamaskrangedepthmax' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'] },
+ 'retouchareamaskrangedepthmin' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'] },
+ 'retouchareamaskrangeinvert' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'] },
+ 'retouchareamaskrangelumfeather' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'] },
+ 'retouchareamaskrangeluminancedepthsampleinfo' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'retouchareamaskrangelummax' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'] },
+ 'retouchareamaskrangelummin' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'] },
+ 'retouchareamaskrangelumrange' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'] },
+ 'retouchareamaskrangesampletype' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'] },
+ 'retouchareamaskrangetype' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'] },
+ 'retouchareamaskrangeversion' => { 471 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'], 473 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'] },
+ 'retouchareamaskreferencepoint' => { 471 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'], 473 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'] },
+ 'retouchareamaskright' => { 471 => [\'RetouchAreas','RetouchAreasMasksRight'], 473 => [\'RetouchAreas','RetouchAreasMasksRight'] },
+ 'retouchareamaskroundness' => { 471 => [\'RetouchAreas','RetouchAreasMasksRoundness'], 473 => [\'RetouchAreas','RetouchAreasMasksRoundness'] },
+ 'retouchareamasks' => { 471 => [\'RetouchAreas','RetouchAreasMasks'], 473 => [\'RetouchAreas','RetouchAreasMasks'] },
+ 'retouchareamasksizex' => { 471 => [\'RetouchAreas','RetouchAreasMasksSizeX'], 473 => [\'RetouchAreas','RetouchAreasMasksSizeX'] },
+ 'retouchareamasksizey' => { 471 => [\'RetouchAreas','RetouchAreasMasksSizeY'], 473 => [\'RetouchAreas','RetouchAreasMasksSizeY'] },
+ 'retouchareamasktop' => { 471 => [\'RetouchAreas','RetouchAreasMasksTop'], 473 => [\'RetouchAreas','RetouchAreasMasksTop'] },
+ 'retouchareamaskvalue' => { 471 => [\'RetouchAreas','RetouchAreasMasksMaskValue'], 473 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] },
+ 'retouchareamaskversion' => { 471 => [\'RetouchAreas','RetouchAreasMasksVersion'], 473 => [\'RetouchAreas','RetouchAreasMasksVersion'] },
+ 'retouchareamaskwhat' => { 471 => [\'RetouchAreas','RetouchAreasMasksWhat'], 473 => [\'RetouchAreas','RetouchAreasMasksWhat'] },
+ 'retouchareamaskwholeimagearea' => { 471 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'], 473 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'] },
+ 'retouchareamaskx' => { 471 => [\'RetouchAreas','RetouchAreasMasksX'], 473 => [\'RetouchAreas','RetouchAreasMasksX'] },
+ 'retouchareamasky' => { 471 => [\'RetouchAreas','RetouchAreasMasksY'], 473 => [\'RetouchAreas','RetouchAreasMasksY'] },
+ 'retouchareamaskzerox' => { 471 => [\'RetouchAreas','RetouchAreasMasksZeroX'], 473 => [\'RetouchAreas','RetouchAreasMasksZeroX'] },
+ 'retouchareamaskzeroy' => { 471 => [\'RetouchAreas','RetouchAreasMasksZeroY'], 473 => [\'RetouchAreas','RetouchAreasMasksZeroY'] },
+ 'retouchareamethod' => { 471 => [\'RetouchAreas','RetouchAreasMethod'], 473 => [\'RetouchAreas','RetouchAreasMethod'] },
+ 'retouchareaoffsety' => { 471 => [\'RetouchAreas','RetouchAreasOffsetY'], 473 => [\'RetouchAreas','RetouchAreasOffsetY'] },
+ 'retouchareaopacity' => { 471 => [\'RetouchAreas','RetouchAreasOpacity'], 473 => [\'RetouchAreas','RetouchAreasOpacity'] },
+ 'retouchareas' => { 471 => 'RetouchAreas', 473 => 'RetouchAreas' },
+ 'retouchareaseed' => { 471 => [\'RetouchAreas','RetouchAreasSeed'], 473 => [\'RetouchAreas','RetouchAreasSeed'] },
+ 'retouchareasourcestate' => { 471 => [\'RetouchAreas','RetouchAreasSourceState'], 473 => [\'RetouchAreas','RetouchAreasSourceState'] },
+ 'retouchareasourcex' => { 471 => [\'RetouchAreas','RetouchAreasSourceX'], 473 => [\'RetouchAreas','RetouchAreasSourceX'] },
+ 'retouchareaspottype' => { 471 => [\'RetouchAreas','RetouchAreasSpotType'], 473 => [\'RetouchAreas','RetouchAreasSpotType'] },
+ 'retouchhistory' => { 224 => 0x9e },
+ 'retouchinfo' => { 471 => 'RetouchInfo', 473 => 'RetouchInfo' },
+ 'retouchnefprocessing' => { 231 => 0x5 },
+ 'retractlensonpoweroff' => { 83 => 0x814 },
+ 'reuse' => { 301 => 'Reuse' },
+ 'reuseallowed' => { 500 => 'ReuseAllowed' },
+ 'reuseprohibited' => { 490 => 'reuseProhibited' },
+ 'reverseexposurecompdial' => { 281 => '5.2' },
+ 'reverseindicators' => { 274 => '12.1', 275 => '6.1', 277 => '6.1', 278 => '6.1', 279 => '4.3', 280 => '5.2', 281 => '5.4', 283 => '33.5', 284 => '5.1', 287 => '6.1', 288 => '6.1', 289 => '6.2' },
+ 'reverseshutterspeedaperture' => { 281 => '5.3' },
+ 'revision' => { 475 => 'revision' },
+ 'rflensmffocusringsensitivity' => { 83 => 0x714 },
+ 'rflenstype' => { 57 => 0x3d },
+ 'rgbcurvelimits' => { 107 => 0x238 },
+ 'rgbcurvepoints' => { 106 => 0x7, 107 => 0x20e },
+ 'rgbtables' => { 118 => 0xcd3b },
+ 'richtextcomment' => { 480 => 'RichTextComment' },
+ 'ricohdate' => { 380 => 0x6 },
+ 'ricohimageheight' => { 380 => 0x2 },
+ 'ricohimagewidth' => { 380 => 0x0 },
+ 'rightalbedo' => { 462 => 'RightAlbedo' },
+ 'rightascension' => { 164 => 'RightAscension' },
+ 'rights' => { 474 => 'rights' },
+ 'rightsagent' => { 490 => 'rightsAgent' },
+ 'rightsowner' => { 490 => 'rightsOwner' },
+ 'roll' => { 114 => 0x8, 374 => ['roll',"\xa9frl"] },
+ 'rollangle' => { 242 => 0x350b, 243 => 0x2c24, 247 => 0xc21a, 252 => 0x36f4, 253 => 0x2efb, 255 => 0xce32, 291 => 0x903, 314 => 0x90, 348 => 0x1, 386 => 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, 242 => 0x3693, 243 => 0xca, 250 => '590.1', 267 => 0x76a43207, 314 => 0x30, 330 => '17.2', 360 => 0xd8, 367 => 'irot', 401 => 0x3f, 402 => 0x3f, 412 => 0x10 },
+ 'routedto' => { 479 => 'RoutedTo' },
+ 'routing' => { 365 => 'Routing' },
+ 'routingdestinations' => { 461 => 'RoutingDestinations' },
+ 'routingexclusions' => { 461 => 'RoutingExclusions' },
+ 'routingnotes' => { 479 => 'RoutingNotes' },
+ 'rowsperstrip' => { 118 => 0x116 },
+ 'rpp' => { 466 => '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' => { 487 => 'samplePageRange' },
+ 'samplerate' => { 154 => 'SampleRate' },
+ 'samplesperpixel' => { 118 => 0x115, 319 => 0x8, 493 => 'SamplesPerPixel' },
+ 'samplestructure' => { 132 => 0x5a },
+ 'samsungmodelid' => { 388 => 0x3 },
+ 'sanyoquality' => { 390 => 0x201 },
+ 'sanyothumbnail' => { 390 => 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, 224 => 0xaa, 226 => 0x35, 227 => 0x3b, 228 => 0x43, 314 => 0x40, 316 => 0x300d, 349 => 0x1f, 356 => 0xd, 375 => 0x27, 377 => 0x58, 380 => 0x28, 381 => 0x1013, 391 => 0x10, 401 => 0x1e, 402 => 0x1b, 414 => 0x2005, 471 => 'Saturation', 473 => 'Saturation', 477 => 'Saturation' },
+ 'saturationadj' => { 102 => 0x20901, 107 => 0x116, 224 => 0x94, 266 => 0x1, 270 => 0x2e, 448 => 0x8016 },
+ 'saturationadjustmentaqua' => { 471 => 'SaturationAdjustmentAqua', 473 => 'SaturationAdjustmentAqua' },
+ 'saturationadjustmentblue' => { 471 => 'SaturationAdjustmentBlue', 473 => 'SaturationAdjustmentBlue' },
+ 'saturationadjustmentgreen' => { 471 => 'SaturationAdjustmentGreen', 473 => 'SaturationAdjustmentGreen' },
+ 'saturationadjustmentmagenta' => { 471 => 'SaturationAdjustmentMagenta', 473 => 'SaturationAdjustmentMagenta' },
+ 'saturationadjustmentorange' => { 471 => 'SaturationAdjustmentOrange', 473 => 'SaturationAdjustmentOrange' },
+ 'saturationadjustmentpurple' => { 471 => 'SaturationAdjustmentPurple', 473 => 'SaturationAdjustmentPurple' },
+ 'saturationadjustmentred' => { 471 => 'SaturationAdjustmentRed', 473 => 'SaturationAdjustmentRed' },
+ 'saturationadjustmentyellow' => { 471 => 'SaturationAdjustmentYellow', 473 => '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' => { 299 => 0x1010, 403 => 0x11, 419 => 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' => { 498 => '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' => { 497 => 'scaleType' },
+ 'scanimageenhancer' => { 232 => 0x60 },
+ 'scanningdirection' => { 132 => 0x64 },
+ 'scene' => { 374 => 'scen', 482 => 'Scene', 497 => 'scene' },
+ 'scenearea' => { 294 => 0x211, 296 => 0x1031 },
+ 'sceneassist' => { 224 => 0x9c },
+ 'scenecapturetype' => { 118 => 0xa406, 477 => 'SceneCaptureType' },
+ 'scenedetect' => { 294 => 0x210, 296 => 0x1030 },
+ 'scenedetectdata' => { 294 => 0x212, 296 => 0x1033 },
+ 'scenemode' => { 141 => 0xfa02, 185 => 0x100, 224 => 0x8f, 291 => 0x509, 296 => 0x403, 314 => 0x8001, 323 => 0xf, 414 => 0xb023 },
+ 'scenemodeused' => { 143 => [0x6002,0xf002] },
+ 'scenerecognition' => { 126 => 0x1425 },
+ 'sceneselect' => { 390 => 0x21f },
+ 'scenetype' => { 118 => 0xa301, 477 => 'SceneType' },
+ 'screentips' => { 274 => '12.7', 275 => '5.3', 283 => '13.1', 284 => '4.4', 287 => '5.4', 289 => '5.1' },
+ 'scriptversion' => { 137 => 0x1770 },
+ 'season' => { 483 => 'Season', 486 => 'season' },
+ 'seasonidentifier' => { 483 => [\'Season','SeasonIdentifier'] },
+ 'seasonname' => { 483 => [\'Season','SeasonName'] },
+ 'seasonnumber' => { 483 => [\'Season','SeasonNumber'] },
+ 'secondaryftp' => { 461 => 'SecondaryFTP' },
+ 'secondaryslotfunction' => { 242 => 0x1d0, 252 => 0x1d0 },
+ 'section' => { 487 => 'section' },
+ 'securityclassification' => { 118 => 0x9212 },
+ 'selectableafpoint' => { 83 => 0x509 },
'selectafareaselectionmode' => { 2 => 0xc },
- 'selectafareaselectmode' => { 82 => 0x512 },
- 'selfdata' => { 114 => 'SelfData' },
- 'selftimer' => { 34 => 0x2, 312 => 0x2e, 388 => 0x214, 420 => 0x1134, 421 => 0x1134, 422 => 0x1110, 423 => 0x118c, 424 => 0x1168, 425 => 0x1020, 426 => 0x218, 427 => 0x218, 428 => 0x210 },
- 'selftimer2' => { 75 => 0x1d },
- 'selftimerinterval' => { 282 => '19.2' },
- 'selftimermode' => { 117 => 0x882b },
- 'selftimershotcount' => { 273 => '20.2', 275 => '20.3', 276 => '20.3', 277 => '18.2', 278 => '19.2', 279 => '19.2', 280 => '19.3', 282 => '19.3', 285 => '20.3', 286 => '20.3', 287 => '20.2' },
- 'selftimershotinterval' => { 273 => '20.3', 275 => '20.2', 276 => '20.2', 280 => '19.2', 285 => '20.2', 286 => '20.2' },
- 'selftimertime' => { 95 => 0x1806, 182 => 0x1f, 272 => '18.1', 273 => '20.1', 274 => '3.3', 275 => '20.1', 276 => '20.1', 277 => '18.1', 278 => '19.1', 279 => '19.1', 280 => '19.1', 281 => '7.2', 282 => '19.1', 283 => '3.3', 285 => '20.1', 286 => '20.1', 287 => '20.1' },
- 'sellingagency' => { 485 => 'sellingAgency' },
- 'seminfo' => { 117 => 0x8546 },
- 'sensingmethod' => { 117 => 0xa217, 475 => 'SensingMethod' },
- 'sensitivityadjust' => { 347 => 0x40 },
- 'sensitivitysteps' => { 328 => ['14.3','17.4'], 330 => 0x1 },
- 'sensitivitytype' => { 117 => 0x8830, 476 => 'SensitivityType' },
- 'sensor' => { 189 => 0x665e },
- 'sensorarea' => { 294 => 0x400 },
- 'sensorareas' => { 386 => 0xa010 },
- 'sensorbitdepth' => { 314 => 0x312d },
- 'sensorbluelevel' => { 72 => 0x5 },
- 'sensorcalibration' => { 293 => 0x805 },
- 'sensorcleaning' => { 88 => 0xd },
- 'sensorfullheight' => { 135 => 0xf904 },
- 'sensorfullwidth' => { 135 => 0xf903 },
- 'sensorheight' => { 135 => 0xf901, 140 => 0xfa21, 186 => 0x8, 314 => 0x312c, 356 => 0x109, 379 => 0x1602 },
- 'sensorimageheight' => { 136 => 0x3ee },
- 'sensorimagewidth' => { 136 => 0x3ed },
- 'sensorleftborder' => { 136 => 0x3eb },
- 'sensorleftmargin' => { 356 => 0x10a },
- 'sensorpixelsize' => { 223 => 0x9a },
- 'sensorredlevel' => { 72 => 0x4 },
- 'sensorserialnumber' => { 136 => 0x9ce },
- 'sensorsize' => { 154 => 'SensorSize', 347 => 0x35 },
- 'sensortemperature' => { 292 => 0x1500, 294 => 0x1007, 352 => 0xc, 356 => 0x210, 389 => [0x39,0x55] },
- 'sensortemperature2' => { 352 => 0xe, 356 => 0x211 },
- 'sensortopborder' => { 136 => 0x3ec },
- 'sensortopmargin' => { 356 => 0x10b },
- 'sensortype' => { 312 => 0xca },
- 'sensorwidth' => { 135 => 0xf900, 140 => 0xfa20, 186 => 0xa, 314 => 0x312b, 356 => 0x108, 379 => 0x1601 },
- 'sequence' => { 373 => 0x7, 374 => 0x35, 375 => 0x36 },
- 'sequencefilenumber' => { 421 => 0x4, 422 => 0x4, 423 => 0x4, 424 => 0x4, 433 => 0xc, 434 => 0xc, 435 => 0x1a },
- 'sequenceimagenumber' => { 421 => 0x0, 422 => 0x0, 423 => 0x0, 424 => 0x0, 433 => 0x8, 434 => 0x8, 435 => 0x12, 442 => 0x24 },
- 'sequencelength' => { 433 => 0x22, 434 => 0x1e, 435 => [0x16,0x1e] },
- 'sequencename' => { 484 => 'sequenceName' },
- 'sequencenumber' => { 75 => 0x9, 111 => 0x301c, 125 => 0x1101, 138 => 0x1d, 250 => 0x51c, 312 => 0x2b, 401 => [0x10c,0x30c], 412 => 0xb04a, 484 => 'sequenceNumber' },
- 'sequenceshotinterval' => { 388 => 0x224 },
- 'sequencetotalnumber' => { 484 => 'sequenceTotalNumber' },
- 'sequentialshot' => { 388 => 0x20e },
- 'serialnumber' => { 62 => 0xc, 95 => 0x180b, 117 => [0xa431,0xfde9], 135 => 0xfa04, 137 => 0xfa00, 139 => 0xc354, 140 => 0xfa19, 151 => 0x0, 154 => 'SerialNumber', 189 => 0x5501, 223 => [0xa0,0x1d], 290 => 0x101, 294 => [0x404,0x101a], 307 => 0x303, 309 => 0x305, 314 => 0x3103, 347 => 0x229, 356 => 0x102, 357 => 0x407, 372 => ['SNum','slno'], 373 => 0x15, 374 => 0x4b, 375 => 0x7e, 379 => 0x5, 386 => 0xa002, 389 => 0x2, 412 => 0x2031, 466 => 'SerialNumber', 476 => 'BodySerialNumber' },
- 'serialnumberformat' => { 62 => 0x15, 95 => 0x183b },
- 'serialnumberhash' => { 372 => 'CAME' },
- 'series' => { 481 => 'Series' },
- 'seriesdatetime' => { 448 => 'SeriesDateTime' },
- 'seriesdescription' => { 448 => 'SeriesDescription' },
- 'seriesidentifier' => { 481 => [\'Series','SeriesIdentifier'] },
- 'seriesmodality' => { 448 => 'SeriesModality' },
- 'seriesname' => { 481 => [\'Series','SeriesName'] },
- 'seriesnumber' => { 448 => 'SeriesNumber', 485 => 'seriesNumber' },
- 'seriestitle' => { 485 => 'seriesTitle' },
- 'serviceidentifier' => { 130 => 0x1e },
- 'servingsize' => { 487 => 'servingSize' },
- 'setbuttoncrosskeysfunc' => { 85 => 0x0, 86 => 0x0 },
- 'setbuttonwhenshooting' => { 80 => 0x1, 82 => 0x704, 88 => 0xc },
- 'setfunctionwhenshooting' => { 83 => 0x0, 84 => 0x1, 87 => 0x1 },
- 'setting' => { 484 => 'setting' },
- 'shadingcompensation' => { 289 => 0x50c, 312 => 0x8a },
- 'shadingcompensation2' => { 293 => 0x1012 },
- 'shadow' => { 389 => 0xe },
- 'shadowadj' => { 101 => 0x2030b },
- 'shadowcorrection' => { 347 => 0x79 },
- 'shadowprotection' => { 264 => 0x0 },
- 'shadows' => { 117 => 0xfe52, 412 => 0x2032, 463 => 'Shadows', 469 => 'Shadows', 471 => 'Shadows' },
- 'shadows2012' => { 469 => 'Shadows2012', 471 => 'Shadows2012' },
- 'shadowsadj' => { 446 => 0x901a },
- 'shadowscale' => { 117 => 0xc633 },
- 'shadowtint' => { 469 => 'ShadowTint', 471 => 'ShadowTint' },
- 'shadowtone' => { 125 => 0x1040 },
- 'shakereduction' => { 349 => 0x1, 350 => 0x1 },
- 'shareduserrating' => { 177 => 'WM/SharedUserRating' },
- 'sharpendetail' => { 469 => 'SharpenDetail', 471 => 'SharpenDetail' },
- 'sharpenedgemasking' => { 469 => 'SharpenEdgeMasking', 471 => 'SharpenEdgeMasking' },
- 'sharpening' => { 314 => 0x300b },
- 'sharpeningadj' => { 268 => 0x2b },
- 'sharpeningkernel' => { 136 => 0x92f },
- 'sharpenradius' => { 469 => 'SharpenRadius', 471 => 'SharpenRadius' },
- 'sharpness' => { 8 => [0x42,0x48], 10 => 0x72, 12 => 0x74, 34 => 0xf, 72 => 0x2, 110 => 0xb, 111 => [0x3011,0x21], 117 => [0xa40a,0xfe56], 125 => 0x1001, 138 => 0x6b, 147 => 0x37, 154 => 'Sharpness', 179 => 0x21, 180 => 0x30, 181 => 0x26, 182 => 0x18, 187 => 0x3, 223 => 0x6, 225 => 0x32, 226 => 0x33, 227 => 0x39, 294 => 0x100f, 312 => 0x41, 347 => 0x21, 354 => 0xb, 373 => 0x26, 375 => 0x56, 378 => 0x22, 379 => [0x1003,0x1014], 389 => 0x11, 399 => 0x1c, 400 => 0x19, 412 => 0x2006, 442 => 0x52, 469 => 'Sharpness', 471 => 'Sharpness', 475 => 'Sharpness' },
- 'sharpnessadj' => { 101 => 0x20310, 106 => 0x25a, 446 => 0x801a },
- 'sharpnessadjon' => { 101 => '0x20310.0' },
- 'sharpnessauto' => { 69 => 0x94 },
- 'sharpnessfactor' => { 294 => 0x102a },
- 'sharpnessfaithful' => { 19 => 0xf5, 68 => 0x64, 69 => 0x64 },
- 'sharpnessfrequency' => { 8 => [0x41,0x47], 72 => 0x3 },
- 'sharpnesslandscape' => { 19 => 0xf3, 68 => 0x34, 69 => 0x34 },
- 'sharpnessmonochrome' => { 19 => 0xf6, 68 => 0x7c, 69 => 0x7c },
- 'sharpnessneutral' => { 19 => 0xf4, 68 => 0x4c, 69 => 0x4c },
- 'sharpnessovershoot' => { 446 => 0x801b },
- 'sharpnessportrait' => { 19 => 0xf2, 68 => 0x1c, 69 => 0x1c },
- 'sharpnessrange' => { 412 => 0x2035 },
- 'sharpnesssetting' => { 289 => 0x506, 297 => 0x1013, 401 => 0x12, 417 => 0xa },
- 'sharpnessstandard' => { 19 => 0xf1, 68 => 0x4, 69 => 0x4 },
- 'sharpnessstrength' => { 101 => 0x20311 },
- 'sharpnessthreshold' => { 446 => 0x801d },
- 'sharpnessundershoot' => { 446 => 0x801c },
- 'sharpnessuserdef1' => { 19 => 0xf7, 68 => 0x94, 69 => 0xac },
- 'sharpnessuserdef2' => { 19 => 0xf8, 68 => 0xac, 69 => 0xc4 },
- 'sharpnessuserdef3' => { 19 => 0xf9, 68 => 0xc4, 69 => 0xdc },
- 'shiftcols' => { 136 => 0xc70 },
- 'shootid' => { 484 => 'shootID' },
- 'shootingdistance' => { 101 => 0x20701 },
- 'shootinginfodisplay' => { 272 => '13.2', 273 => '5.1', 281 => '10.2', 282 => '4.1', 285 => '5.1', 287 => '5.3' },
- 'shootinginfomonitorofftime' => { 272 => '26.2', 273 => '22.2', 275 => '22.2', 276 => '22.2', 280 => '21.2', 281 => '9.1', 282 => '21.2', 285 => '22.2', 286 => '22.2', 287 => '22.2' },
- 'shootingmode' => { 154 => 'ShootingMode', 223 => 0x89, 312 => 0x1f },
- 'shootingmodesetting' => { 274 => '5.1' },
- 'shortdescription' => { 473 => 'shortdescription' },
- 'shortdocumentid' => { 129 => 0xba },
- 'shortname' => { 469 => 'ShortName', 471 => 'ShortName' },
+ 'selectafareaselectmode' => { 83 => 0x512 },
+ 'selfdata' => { 115 => 'SelfData' },
+ 'selftimer' => { 34 => 0x2, 314 => 0x2e, 390 => 0x214, 422 => 0x1134, 423 => 0x1134, 424 => 0x1110, 425 => 0x118c, 426 => 0x1168, 427 => 0x1020, 428 => 0x218, 429 => 0x218, 430 => 0x210 },
+ 'selftimer2' => { 76 => 0x1d },
+ 'selftimerinterval' => { 284 => '19.2' },
+ 'selftimermode' => { 118 => 0x882b },
+ 'selftimershotcount' => { 275 => '20.2', 277 => '20.3', 278 => '20.3', 279 => '18.2', 280 => '19.2', 281 => '19.2', 282 => '19.3', 284 => '19.3', 287 => '20.3', 288 => '20.3', 289 => '20.2' },
+ 'selftimershotinterval' => { 275 => '20.3', 277 => '20.2', 278 => '20.2', 282 => '19.2', 287 => '20.2', 288 => '20.2' },
+ 'selftimertime' => { 96 => 0x1806, 183 => 0x1f, 274 => '18.1', 275 => '20.1', 276 => '3.3', 277 => '20.1', 278 => '20.1', 279 => '18.1', 280 => '19.1', 281 => '19.1', 282 => '19.1', 283 => '7.2', 284 => '19.1', 285 => '3.3', 287 => '20.1', 288 => '20.1', 289 => '20.1' },
+ 'sellingagency' => { 487 => 'sellingAgency' },
+ 'seminfo' => { 118 => 0x8546 },
+ 'sensingmethod' => { 118 => 0xa217, 477 => 'SensingMethod' },
+ 'sensitivityadjust' => { 349 => 0x40 },
+ 'sensitivitysteps' => { 330 => ['14.3','17.4'], 332 => 0x1 },
+ 'sensitivitytype' => { 118 => 0x8830, 478 => 'SensitivityType' },
+ 'sensor' => { 190 => 0x665e },
+ 'sensorarea' => { 296 => 0x400 },
+ 'sensorareas' => { 388 => 0xa010 },
+ 'sensorbitdepth' => { 316 => 0x312d },
+ 'sensorbluelevel' => { 73 => 0x5 },
+ 'sensorcalibration' => { 295 => 0x805 },
+ 'sensorcleaning' => { 89 => 0xd },
+ 'sensorfullheight' => { 136 => 0xf904 },
+ 'sensorfullwidth' => { 136 => 0xf903 },
+ 'sensorheight' => { 136 => 0xf901, 141 => 0xfa21, 187 => 0x8, 316 => 0x312c, 358 => 0x109, 381 => 0x1602 },
+ 'sensorimageheight' => { 137 => 0x3ee },
+ 'sensorimagewidth' => { 137 => 0x3ed },
+ 'sensorleftborder' => { 137 => 0x3eb },
+ 'sensorleftmargin' => { 358 => 0x10a },
+ 'sensorpixelsize' => { 224 => 0x9a },
+ 'sensorredlevel' => { 73 => 0x4 },
+ 'sensorserialnumber' => { 137 => 0x9ce },
+ 'sensorsize' => { 155 => 'SensorSize', 349 => 0x35 },
+ 'sensortemperature' => { 294 => 0x1500, 296 => 0x1007, 354 => 0xc, 358 => 0x210, 391 => [0x39,0x55] },
+ 'sensortemperature2' => { 354 => 0xe, 358 => 0x211 },
+ 'sensortopborder' => { 137 => 0x3ec },
+ 'sensortopmargin' => { 358 => 0x10b },
+ 'sensortype' => { 314 => 0xca },
+ 'sensorwidth' => { 136 => 0xf900, 141 => 0xfa20, 187 => 0xa, 316 => 0x312b, 358 => 0x108, 381 => 0x1601 },
+ 'sequence' => { 375 => 0x7, 376 => 0x35, 377 => 0x36 },
+ 'sequencefilenumber' => { 423 => 0x4, 424 => 0x4, 425 => 0x4, 426 => 0x4, 435 => 0xc, 436 => 0xc, 437 => 0x1a },
+ 'sequenceimagenumber' => { 423 => 0x0, 424 => 0x0, 425 => 0x0, 426 => 0x0, 435 => 0x8, 436 => 0x8, 437 => 0x12, 444 => 0x24 },
+ 'sequencelength' => { 435 => 0x22, 436 => 0x1e, 437 => [0x16,0x1e] },
+ 'sequencename' => { 486 => 'sequenceName' },
+ 'sequencenumber' => { 76 => 0x9, 112 => 0x301c, 126 => 0x1101, 139 => 0x1d, 251 => 0x51c, 314 => 0x2b, 403 => [0x10c,0x30c], 414 => 0xb04a, 486 => 'sequenceNumber' },
+ 'sequenceshotinterval' => { 390 => 0x224 },
+ 'sequencetotalnumber' => { 486 => 'sequenceTotalNumber' },
+ 'sequentialshot' => { 390 => 0x20e },
+ 'serialnumber' => { 63 => 0xc, 96 => 0x180b, 118 => [0xa431,0xfde9], 136 => 0xfa04, 138 => 0xfa00, 140 => 0xc354, 141 => 0xfa19, 152 => 0x0, 155 => 'SerialNumber', 190 => 0x5501, 224 => [0xa0,0x1d], 292 => 0x101, 296 => [0x404,0x101a], 309 => 0x303, 311 => 0x305, 316 => 0x3103, 349 => 0x229, 358 => 0x102, 359 => 0x407, 374 => ['SNum','slno'], 375 => 0x15, 376 => 0x4b, 377 => 0x7e, 381 => 0x5, 388 => 0xa002, 391 => 0x2, 414 => 0x2031, 468 => 'SerialNumber', 478 => 'BodySerialNumber' },
+ 'serialnumberformat' => { 63 => 0x15, 96 => 0x183b },
+ 'serialnumberhash' => { 374 => 'CAME' },
+ 'series' => { 483 => 'Series' },
+ 'seriesdatetime' => { 450 => 'SeriesDateTime' },
+ 'seriesdescription' => { 450 => 'SeriesDescription' },
+ 'seriesidentifier' => { 483 => [\'Series','SeriesIdentifier'] },
+ 'seriesmodality' => { 450 => 'SeriesModality' },
+ 'seriesname' => { 483 => [\'Series','SeriesName'] },
+ 'seriesnumber' => { 450 => 'SeriesNumber', 487 => 'seriesNumber' },
+ 'seriestitle' => { 487 => 'seriesTitle' },
+ 'serviceidentifier' => { 131 => 0x1e },
+ 'servingsize' => { 489 => 'servingSize' },
+ 'setbuttoncrosskeysfunc' => { 86 => 0x0, 87 => 0x0 },
+ 'setbuttonwhenshooting' => { 81 => 0x1, 83 => 0x704, 89 => 0xc },
+ 'setfunctionwhenshooting' => { 84 => 0x0, 85 => 0x1, 88 => 0x1 },
+ 'setting' => { 486 => 'setting' },
+ 'shadingcompensation' => { 291 => 0x50c, 314 => 0x8a },
+ 'shadingcompensation2' => { 295 => 0x1012 },
+ 'shadow' => { 391 => 0xe },
+ 'shadowadj' => { 102 => 0x2030b },
+ 'shadowcorrection' => { 349 => 0x79 },
+ 'shadowprotection' => { 266 => 0x0 },
+ 'shadows' => { 118 => 0xfe52, 414 => 0x2032, 465 => 'Shadows', 471 => 'Shadows', 473 => 'Shadows' },
+ 'shadows2012' => { 471 => 'Shadows2012', 473 => 'Shadows2012' },
+ 'shadowsadj' => { 448 => 0x901a },
+ 'shadowscale' => { 118 => 0xc633 },
+ 'shadowtint' => { 471 => 'ShadowTint', 473 => 'ShadowTint' },
+ 'shadowtone' => { 126 => 0x1040 },
+ 'shakereduction' => { 351 => 0x1, 352 => 0x1 },
+ 'shareduserrating' => { 178 => 'WM/SharedUserRating' },
+ 'sharpendetail' => { 471 => 'SharpenDetail', 473 => 'SharpenDetail' },
+ 'sharpenedgemasking' => { 471 => 'SharpenEdgeMasking', 473 => 'SharpenEdgeMasking' },
+ 'sharpening' => { 316 => 0x300b },
+ 'sharpeningadj' => { 270 => 0x2b },
+ 'sharpeningkernel' => { 137 => 0x92f },
+ 'sharpenradius' => { 471 => 'SharpenRadius', 473 => '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, 224 => 0x6, 226 => 0x32, 227 => 0x33, 228 => 0x39, 296 => 0x100f, 314 => 0x41, 349 => 0x21, 356 => 0xb, 375 => 0x26, 377 => 0x56, 380 => 0x22, 381 => [0x1003,0x1014], 391 => 0x11, 401 => 0x1c, 402 => 0x19, 414 => 0x2006, 444 => 0x52, 471 => 'Sharpness', 473 => 'Sharpness', 477 => 'Sharpness' },
+ 'sharpnessadj' => { 102 => 0x20310, 107 => 0x25a, 448 => 0x801a },
+ 'sharpnessadjon' => { 102 => '0x20310.0' },
+ 'sharpnessauto' => { 70 => 0x94 },
+ 'sharpnessfactor' => { 296 => 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' => { 448 => 0x801b },
+ 'sharpnessportrait' => { 19 => 0xf2, 69 => 0x1c, 70 => 0x1c },
+ 'sharpnessrange' => { 414 => 0x2035 },
+ 'sharpnesssetting' => { 291 => 0x506, 299 => 0x1013, 403 => 0x12, 419 => 0xa },
+ 'sharpnessstandard' => { 19 => 0xf1, 69 => 0x4, 70 => 0x4 },
+ 'sharpnessstrength' => { 102 => 0x20311 },
+ 'sharpnessthreshold' => { 448 => 0x801d },
+ 'sharpnessundershoot' => { 448 => 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' => { 486 => 'shootID' },
+ 'shootingdistance' => { 102 => 0x20701 },
+ 'shootinginfodisplay' => { 274 => '13.2', 275 => '5.1', 283 => '10.2', 284 => '4.1', 287 => '5.1', 289 => '5.3' },
+ 'shootinginfomonitorofftime' => { 274 => '26.2', 275 => '22.2', 277 => '22.2', 278 => '22.2', 282 => '21.2', 283 => '9.1', 284 => '21.2', 287 => '22.2', 288 => '22.2', 289 => '22.2' },
+ 'shootingmode' => { 155 => 'ShootingMode', 224 => 0x89, 314 => 0x1f },
+ 'shootingmodesetting' => { 276 => '5.1' },
+ 'shortdescription' => { 475 => 'shortdescription' },
+ 'shortdocumentid' => { 130 => 0xba },
+ 'shortname' => { 471 => 'ShortName', 473 => 'ShortName' },
'shortownername' => { 19 => 0xac },
- 'shortreleasetimelag' => { 82 => 0x80d },
- 'shorttitle' => { 364 => '@sti' },
- 'shotdate' => { 495 => 'shotDate' },
- 'shotday' => { 495 => 'shotDay' },
- 'shotlocation' => { 495 => 'shotLocation' },
- 'shotname' => { 372 => 'shot', 495 => 'shotName' },
- 'shotnumber' => { 495 => 'shotNumber' },
- 'shotnumbersincepowerup' => { 416 => 0x44e, 433 => 0x1a, 434 => 0x16, 435 => 0xa },
- 'shotnumbersincepowerup2' => { 401 => 0x200 },
- 'shotsize' => { 495 => 'shotSize' },
- 'shotsperinterval' => { 246 => 0xc412, 254 => 0xd012 },
- 'showmovement' => { 364 => 'shwm' },
- 'shownevent' => { 481 => 'EventExt' },
- 'showneventidentifier' => { 481 => [\'EventExt','EventExtIdentifier'] },
- 'showneventname' => { 481 => [\'EventExt','EventExtName'] },
- 'shutter' => { 430 => 0x20, 431 => 0x26, 432 => 0x26 },
- 'shutter-aelock' => { 80 => 0x4, 82 => 0x701, 83 => 0x3, 84 => 0x4, 85 => 0x3, 86 => 0x3, 87 => 0x4, 88 => 0x2 },
- 'shutteraelbutton' => { 81 => 0x4 },
- 'shutterbuttonafonbutton' => { 82 => 0x701 },
- 'shuttercount' => { 11 => 0x176, 56 => 0x1, 223 => 0xa7, 232 => [0x6a,0x157,0x24d], 233 => 0x286, 234 => 0x279, 235 => 0x284, 236 => 0x242, 237 => 0x280, 238 => 0x276, 239 => [0x27d,0x27f], 240 => 0x246, 243 => 0x2d6, 244 => 0x321, 245 => 0xbd8, 247 => 0x287, 248 => 0x320, 249 => 0x24a, 250 => 0x5fb, 253 => 0x2d5, 347 => 0x5d, 410 => 0x846, 415 => [0x125,0x14a], 430 => 0x32, 431 => 0x3a, 432 => 0x3a },
- 'shuttercount2' => { 430 => 0x4c, 431 => [0x50,0x52,0x58], 432 => 0x50 },
- 'shuttercount3' => { 430 => [0x1a0,0x1aa,0x1bd], 431 => [0x19f,0x1cb,0x1cd] },
- 'shuttercurtainsync' => { 80 => 0xf, 81 => 0xf, 82 => 0x305, 83 => 0xe, 84 => 0xf, 85 => 0x8, 86 => 0x8, 87 => 0xf, 88 => 0x8 },
- 'shuttermode' => { 56 => 0x17, 138 => 0x1b, 223 => 0x34 },
- 'shutterreleasebuttonae-l' => { 272 => '17.7', 273 => '18.4', 275 => '78.4', 276 => '78.4', 277 => '16.1', 278 => '17.1', 279 => '17.1', 280 => '17.1', 281 => '7.1', 282 => '17.5', 285 => '18.4', 286 => '78.4', 287 => '18.2' },
- 'shutterreleasemethod' => { 95 => 0x1010 },
- 'shutterreleasenocfcard' => { 80 => 0x2, 81 => 0x2, 88 => 0xf },
- 'shutterreleasetiming' => { 95 => 0x1011 },
- 'shutterreleasewithoutlens' => { 82 => 0x711 },
- 'shutterspeedlock' => { 273 => '38.1', 275 => '38.1', 276 => '38.1', 285 => '38.1', 286 => '38.1' },
- 'shutterspeedrange' => { 82 => 0x10c },
- 'shutterspeedsetting' => { 182 => 0x6, 399 => 0x2f, 400 => 0x28, 401 => 0x0 },
- 'shutterspeedvalue' => { 91 => 0x1, 117 => 0x9201, 294 => 0x1000, 356 => 0x400, 475 => 'ShutterSpeedValue' },
- 'shuttertype' => { 125 => 0x1050, 312 => 0x9f, 347 => 0x87 },
- 'sidecarforextension' => { 483 => 'SidecarForExtension' },
- 'sigmaimpulseparameters' => { 136 => 0xe0d },
- 'sigmascalingfactorcamera' => { 136 => 0xe0c },
- 'sigmascalingfactorlowres' => { 136 => 0xe0b },
- 'sigmasizetable' => { 136 => 0xe0f },
- 'silentphotography' => { 223 => 0xbf },
- 'similarityindex' => { 129 => 0xe4 },
- 'singleframebracketing' => { 182 => 0x21 },
- 'skilllevel' => { 487 => 'skillLevel' },
- 'skintonecorrection' => { 347 => 0x95 },
- 'skiplinetime' => { 136 => 0x184e },
- 'slaveflashmeteringsegments' => { 347 => 0x20b },
- 'slideshowname' => { 484 => 'slideshowName' },
- 'slideshownumber' => { 484 => 'slideshowNumber' },
- 'slideshowtotalnumber' => { 484 => 'slideshowTotalNumber' },
- 'slowshutter' => { 75 => 0x8 },
- 'slowsync' => { 125 => 0x1030 },
- 'smartalbumcolor' => { 386 => 0x20 },
- 'smartrange' => { 386 => 0xa012 },
- 'smileshutter' => { 401 => 0x31 },
- 'smileshuttermode' => { 401 => 0x27 },
- 'smoothness' => { 117 => 0xfe57, 469 => 'Smoothness', 471 => 'Smoothness' },
- 'snapshot' => { 481 => 'SnapshotLink' },
- 'snapshotformat' => { 481 => [\'SnapshotLink','SnapshotLinkFormat'] },
- 'snapshotheightpixels' => { 481 => [\'SnapshotLink','SnapshotLinkHeightPixels'] },
- 'snapshotimagerole' => { 481 => [\'SnapshotLink','SnapshotLinkImageRole'] },
- 'snapshotlink' => { 481 => [\'SnapshotLink','SnapshotLinkLink'] },
- 'snapshotlinkqualifier' => { 481 => [\'SnapshotLink','SnapshotLinkLinkQualifier'] },
- 'snapshots' => { 464 => 'Snapshots' },
- 'snapshotusedvideoframe' => { 481 => [\'SnapshotLink','SnapshotLinkUsedVideoFrame'] },
- 'snapshotusedvideoframetimeformat' => { 481 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeFormat'] },
- 'snapshotusedvideoframetimevalue' => { 481 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeValue'] },
- 'snapshotusedvideoframevalue' => { 481 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameValue'] },
- 'snapshotwidthpixels' => { 481 => [\'SnapshotLink','SnapshotLinkWidthPixels'] },
- 'softskineffect' => { 412 => 0x200f },
- 'software' => { 117 => 0x131, 155 => 'Software', 302 => 'Software', 356 => 0x203, 366 => 'software', 389 => 0x18, 454 => 'Software', 491 => 'Software' },
- 'softwareversion' => { 372 => ['@swr',"\xa9swr"], 388 => 0x207 },
- 'soloist' => { 364 => "\xa9sol" },
- 'songwriter' => { 372 => "\xa9swf" },
- 'songwriterkeywords' => { 372 => "\xa9swk" },
- 'sonycropsize' => { 117 => 0x74c8 },
- 'sonycroptopleft' => { 117 => 0x74c7 },
- 'sonydatetime' => { 419 => 0x6, 421 => 0x1b6, 422 => 0x210, 423 => 0x1fe, 424 => 0x22c },
- 'sonydatetime2' => { 430 => 0x51 },
- 'sonyexposuretime' => { 430 => 0x3a, 431 => 0x46, 432 => [0x66,0x46] },
- 'sonyexposuretime2' => { 442 => 0xe },
- 'sonyfnumber' => { 430 => 0x3c, 431 => 0x48, 432 => [0x68,0x48], 442 => 0x14 },
- 'sonyimageheight' => { 419 => 0x1a, 433 => 0x44, 434 => 0x3f, 435 => 0x47 },
- 'sonyimageheightmax' => { 442 => 0x40 },
- 'sonyimagesize' => { 182 => 0x3b, 399 => 0x54, 400 => 0x54, 401 => 0x9 },
- 'sonyimagewidth' => { 419 => 0x1c },
- 'sonyimagewidthmax' => { 442 => 0x3e },
- 'sonyiso' => { 421 => 0x1218, 422 => 0x11f4, 423 => 0x1270, 424 => [0x1254,0x1258,0x1280], 425 => 0x113c, 426 => 0x344, 427 => 0x346, 428 => 0x320, 442 => 0x4 },
- 'sonymaxaperture' => { 430 => 0x0, 431 => 0x0 },
- 'sonymaxaperturevalue' => { 442 => 0x16 },
- 'sonyminaperture' => { 430 => 0x1, 431 => 0x1 },
- 'sonymodelid' => { 412 => 0xb001 },
- 'sonyquality' => { 182 => 0x3c },
- 'sonytimeminsec' => { 431 => 0x61 },
- 'sortalbum' => { 364 => 'soal' },
- 'sortalbumartist' => { 364 => 'soaa' },
- 'sortartist' => { 364 => 'soar' },
- 'sortcomposer' => { 364 => 'soco' },
- 'sortname' => { 364 => 'sonm', 469 => 'SortName', 471 => 'SortName' },
- 'sortshow' => { 364 => 'sosn' },
- 'soundengineer' => { 364 => "\xa9sne" },
- 'source' => { 129 => 0x73, 302 => 'Source', 472 => 'source', 473 => 'source', 483 => 'Source' },
- 'sourcecount' => { 458 => 'SourceCount' },
- 'sourcecredits' => { 372 => "\xa9src" },
- 'sourcedirectoryindex' => { 334 => 0x0 },
- 'sourcefileindex' => { 334 => 0x2 },
- 'sourcephotoscount' => { 457 => 'SourcePhotosCount' },
- 'sourceprofileprefix' => { 136 => 0x1390 },
- 'spatialfrequencyresponse' => { 475 => 'SpatialFrequencyResponse' },
- 'spatialfrequencyresponsecolumns' => { 475 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] },
- 'spatialfrequencyresponsenames' => { 475 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] },
- 'spatialfrequencyresponserows' => { 475 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] },
- 'spatialfrequencyresponsevalues' => { 475 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] },
- 'speakerplacement' => { 495 => 'speakerPlacement' },
- 'specialeffectlevel' => { 111 => 0x3030 },
- 'specialeffectmode' => { 111 => 0x2076 },
- 'specialeffectsetting' => { 111 => 0x3031 },
- 'specialinstructions' => { 129 => 0x28 },
- 'specialmode' => { 294 => 0x200, 388 => 0x200 },
- 'specialoccasion' => { 487 => 'specialOccasion' },
- 'specialtypeid' => { 452 => 'SpecialTypeID' },
- 'spectralsensitivity' => { 117 => 0x8824, 475 => 'SpectralSensitivity' },
- 'specularwhitelevel' => { 41 => 0x32b, 44 => [0x2b9,0x2d0,0x2d4], 45 => 0x56a, 46 => 0x1e4, 47 => [0x1fd,0x2dd], 48 => [0x231,0x30f], 49 => 0x31d },
- 'speedx' => { 113 => 0x3, 372 => "\xa9xsp" },
- 'speedy' => { 113 => 0x4, 372 => "\xa9ysp" },
- 'speedz' => { 113 => 0x5, 372 => "\xa9zsp" },
- 'spherical' => { 458 => 'Spherical' },
- 'splitcolumn' => { 356 => 0x222 },
- 'splittoningbalance' => { 469 => 'SplitToningBalance', 471 => 'SplitToningBalance' },
- 'splittoninghighlighthue' => { 469 => 'SplitToningHighlightHue', 471 => 'SplitToningHighlightHue' },
- 'splittoninghighlightsaturation' => { 469 => 'SplitToningHighlightSaturation', 471 => 'SplitToningHighlightSaturation' },
- 'splittoningshadowhue' => { 469 => 'SplitToningShadowHue', 471 => 'SplitToningShadowHue' },
- 'splittoningshadowsaturation' => { 469 => 'SplitToningShadowSaturation', 471 => 'SplitToningShadowSaturation' },
- 'sport' => { 485 => 'sport' },
- 'spotfocuspointx' => { 179 => 0x2d },
- 'spotfocuspointy' => { 179 => 0x2e },
+ 'shortreleasetimelag' => { 83 => 0x80d },
+ 'shorttitle' => { 366 => '@sti' },
+ 'shotdate' => { 497 => 'shotDate' },
+ 'shotday' => { 497 => 'shotDay' },
+ 'shotlocation' => { 497 => 'shotLocation' },
+ 'shotname' => { 374 => 'shot', 497 => 'shotName' },
+ 'shotnumber' => { 497 => 'shotNumber' },
+ 'shotnumbersincepowerup' => { 418 => 0x44e, 435 => 0x1a, 436 => 0x16, 437 => 0xa },
+ 'shotnumbersincepowerup2' => { 403 => 0x200 },
+ 'shotsize' => { 497 => 'shotSize' },
+ 'shotsperinterval' => { 247 => 0xc412, 259 => 0xb4 },
+ 'showmovement' => { 366 => 'shwm' },
+ 'shownevent' => { 483 => 'EventExt' },
+ 'showneventidentifier' => { 483 => [\'EventExt','EventExtIdentifier'] },
+ 'showneventname' => { 483 => [\'EventExt','EventExtName'] },
+ 'shutter' => { 432 => 0x20, 433 => 0x26, 434 => 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, 224 => 0xa7, 233 => [0x6a,0x157,0x24d], 234 => 0x286, 235 => 0x279, 236 => 0x284, 237 => 0x242, 238 => 0x280, 239 => 0x276, 240 => [0x27d,0x27f], 241 => 0x246, 244 => 0x2d6, 245 => 0x321, 246 => 0xbd8, 248 => 0x287, 249 => 0x320, 250 => 0x24a, 251 => 0x5fb, 254 => 0x2d5, 349 => 0x5d, 412 => 0x846, 417 => [0x125,0x14a], 432 => 0x32, 433 => 0x3a, 434 => 0x3a },
+ 'shuttercount2' => { 432 => 0x4c, 433 => [0x50,0x52,0x58], 434 => 0x50 },
+ 'shuttercount3' => { 432 => [0x1a0,0x1aa,0x1bd], 433 => [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, 224 => 0x34 },
+ 'shutterreleasebuttonae-l' => { 274 => '17.7', 275 => '18.4', 277 => '78.4', 278 => '78.4', 279 => '16.1', 280 => '17.1', 281 => '17.1', 282 => '17.1', 283 => '7.1', 284 => '17.5', 287 => '18.4', 288 => '78.4', 289 => '18.2' },
+ 'shutterreleasemethod' => { 96 => 0x1010 },
+ 'shutterreleasenocfcard' => { 81 => 0x2, 82 => 0x2, 89 => 0xf },
+ 'shutterreleasetiming' => { 96 => 0x1011 },
+ 'shutterreleasewithoutlens' => { 83 => 0x711 },
+ 'shutterspeedlock' => { 275 => '38.1', 277 => '38.1', 278 => '38.1', 287 => '38.1', 288 => '38.1' },
+ 'shutterspeedrange' => { 83 => 0x10c },
+ 'shutterspeedsetting' => { 183 => 0x6, 401 => 0x2f, 402 => 0x28, 403 => 0x0 },
+ 'shutterspeedvalue' => { 92 => 0x1, 118 => 0x9201, 296 => 0x1000, 358 => 0x400, 477 => 'ShutterSpeedValue' },
+ 'shuttertype' => { 126 => 0x1050, 314 => 0x9f, 349 => 0x87 },
+ 'sidecarforextension' => { 485 => 'SidecarForExtension' },
+ 'sigmaimpulseparameters' => { 137 => 0xe0d },
+ 'sigmascalingfactorcamera' => { 137 => 0xe0c },
+ 'sigmascalingfactorlowres' => { 137 => 0xe0b },
+ 'sigmasizetable' => { 137 => 0xe0f },
+ 'silentphotography' => { 224 => 0xbf },
+ 'similarityindex' => { 130 => 0xe4 },
+ 'singleframebracketing' => { 183 => 0x21 },
+ 'skilllevel' => { 489 => 'skillLevel' },
+ 'skintonecorrection' => { 349 => 0x95 },
+ 'skiplinetime' => { 137 => 0x184e },
+ 'slaveflashmeteringsegments' => { 349 => 0x20b },
+ 'slideshowname' => { 486 => 'slideshowName' },
+ 'slideshownumber' => { 486 => 'slideshowNumber' },
+ 'slideshowtotalnumber' => { 486 => 'slideshowTotalNumber' },
+ 'slowshutter' => { 76 => 0x8 },
+ 'slowsync' => { 126 => 0x1030 },
+ 'smartalbumcolor' => { 388 => 0x20 },
+ 'smartrange' => { 388 => 0xa012 },
+ 'smileshutter' => { 403 => 0x31 },
+ 'smileshuttermode' => { 403 => 0x27 },
+ 'smoothness' => { 118 => 0xfe57, 471 => 'Smoothness', 473 => 'Smoothness' },
+ 'snapshot' => { 483 => 'SnapshotLink' },
+ 'snapshotformat' => { 483 => [\'SnapshotLink','SnapshotLinkFormat'] },
+ 'snapshotheightpixels' => { 483 => [\'SnapshotLink','SnapshotLinkHeightPixels'] },
+ 'snapshotimagerole' => { 483 => [\'SnapshotLink','SnapshotLinkImageRole'] },
+ 'snapshotlink' => { 483 => [\'SnapshotLink','SnapshotLinkLink'] },
+ 'snapshotlinkqualifier' => { 483 => [\'SnapshotLink','SnapshotLinkLinkQualifier'] },
+ 'snapshots' => { 466 => 'Snapshots' },
+ 'snapshotusedvideoframe' => { 483 => [\'SnapshotLink','SnapshotLinkUsedVideoFrame'] },
+ 'snapshotusedvideoframetimeformat' => { 483 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeFormat'] },
+ 'snapshotusedvideoframetimevalue' => { 483 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeValue'] },
+ 'snapshotusedvideoframevalue' => { 483 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameValue'] },
+ 'snapshotwidthpixels' => { 483 => [\'SnapshotLink','SnapshotLinkWidthPixels'] },
+ 'softskineffect' => { 414 => 0x200f },
+ 'software' => { 118 => 0x131, 156 => 'Software', 304 => 'Software', 358 => 0x203, 368 => 'software', 391 => 0x18, 456 => 'Software', 493 => 'Software' },
+ 'softwareversion' => { 374 => ['@swr',"\xa9swr"], 390 => 0x207 },
+ 'soloist' => { 366 => "\xa9sol" },
+ 'songwriter' => { 374 => "\xa9swf" },
+ 'songwriterkeywords' => { 374 => "\xa9swk" },
+ 'sonycropsize' => { 118 => 0x74c8 },
+ 'sonycroptopleft' => { 118 => 0x74c7 },
+ 'sonydatetime' => { 421 => 0x6, 423 => 0x1b6, 424 => 0x210, 425 => 0x1fe, 426 => 0x22c },
+ 'sonydatetime2' => { 432 => 0x51 },
+ 'sonyexposuretime' => { 432 => 0x3a, 433 => 0x46, 434 => [0x66,0x46] },
+ 'sonyexposuretime2' => { 444 => 0xe },
+ 'sonyfnumber' => { 432 => 0x3c, 433 => 0x48, 434 => [0x68,0x48], 444 => 0x14 },
+ 'sonyimageheight' => { 421 => 0x1a, 435 => 0x44, 436 => 0x3f, 437 => 0x47 },
+ 'sonyimageheightmax' => { 444 => 0x40 },
+ 'sonyimagesize' => { 183 => 0x3b, 401 => 0x54, 402 => 0x54, 403 => 0x9 },
+ 'sonyimagewidth' => { 421 => 0x1c },
+ 'sonyimagewidthmax' => { 444 => 0x3e },
+ 'sonyiso' => { 423 => 0x1218, 424 => 0x11f4, 425 => 0x1270, 426 => [0x1254,0x1258,0x1280], 427 => 0x113c, 428 => 0x344, 429 => 0x346, 430 => 0x320, 444 => 0x4 },
+ 'sonymaxaperture' => { 432 => 0x0, 433 => 0x0 },
+ 'sonymaxaperturevalue' => { 444 => 0x16 },
+ 'sonyminaperture' => { 432 => 0x1, 433 => 0x1 },
+ 'sonymodelid' => { 414 => 0xb001 },
+ 'sonyquality' => { 183 => 0x3c },
+ 'sonytimeminsec' => { 433 => 0x61 },
+ 'sortalbum' => { 366 => 'soal' },
+ 'sortalbumartist' => { 366 => 'soaa' },
+ 'sortartist' => { 366 => 'soar' },
+ 'sortcomposer' => { 366 => 'soco' },
+ 'sortname' => { 366 => 'sonm', 471 => 'SortName', 473 => 'SortName' },
+ 'sortshow' => { 366 => 'sosn' },
+ 'soundengineer' => { 366 => "\xa9sne" },
+ 'source' => { 130 => 0x73, 304 => 'Source', 474 => 'source', 475 => 'source', 485 => 'Source' },
+ 'sourcecount' => { 460 => 'SourceCount' },
+ 'sourcecredits' => { 374 => "\xa9src" },
+ 'sourcedirectoryindex' => { 336 => 0x0 },
+ 'sourcefileindex' => { 336 => 0x2 },
+ 'sourcephotoscount' => { 459 => 'SourcePhotosCount' },
+ 'sourceprofileprefix' => { 137 => 0x1390 },
+ 'spatialfrequencyresponse' => { 477 => 'SpatialFrequencyResponse' },
+ 'spatialfrequencyresponsecolumns' => { 477 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] },
+ 'spatialfrequencyresponsenames' => { 477 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] },
+ 'spatialfrequencyresponserows' => { 477 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] },
+ 'spatialfrequencyresponsevalues' => { 477 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] },
+ 'speakerplacement' => { 497 => 'speakerPlacement' },
+ 'specialeffectlevel' => { 112 => 0x3030 },
+ 'specialeffectmode' => { 112 => 0x2076 },
+ 'specialeffectsetting' => { 112 => 0x3031 },
+ 'specialinstructions' => { 130 => 0x28 },
+ 'specialmode' => { 296 => 0x200, 390 => 0x200 },
+ 'specialoccasion' => { 489 => 'specialOccasion' },
+ 'specialtypeid' => { 454 => 'SpecialTypeID' },
+ 'spectralsensitivity' => { 118 => 0x8824, 477 => '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, 374 => "\xa9xsp" },
+ 'speedy' => { 114 => 0x4, 374 => "\xa9ysp" },
+ 'speedz' => { 114 => 0x5, 374 => "\xa9zsp" },
+ 'spherical' => { 460 => 'Spherical' },
+ 'splitcolumn' => { 358 => 0x222 },
+ 'splittoningbalance' => { 471 => 'SplitToningBalance', 473 => 'SplitToningBalance' },
+ 'splittoninghighlighthue' => { 471 => 'SplitToningHighlightHue', 473 => 'SplitToningHighlightHue' },
+ 'splittoninghighlightsaturation' => { 471 => 'SplitToningHighlightSaturation', 473 => 'SplitToningHighlightSaturation' },
+ 'splittoningshadowhue' => { 471 => 'SplitToningShadowHue', 473 => 'SplitToningShadowHue' },
+ 'splittoningshadowsaturation' => { 471 => 'SplitToningShadowSaturation', 473 => 'SplitToningShadowSaturation' },
+ 'sport' => { 487 => 'sport' },
+ 'spotfocuspointx' => { 180 => 0x2d },
+ 'spotfocuspointy' => { 180 => 0x2e },
'spotmeteringmode' => { 34 => 0x27 },
- 'spotmeterlinktoafpoint' => { 82 => 0x107 },
- 'sractive' => { 328 => '17.1' },
+ 'spotmeterlinktoafpoint' => { 83 => 0x107 },
+ 'sractive' => { 330 => '17.1' },
'srawquality' => { 34 => 0x2e },
- 'srfocallength' => { 349 => 0x3 },
- 'srhalfpresstime' => { 349 => 0x2 },
- 'srresult' => { 349 => 0x0, 350 => 0x0 },
- 'stackedimage' => { 289 => 0x804 },
- 'standardmatrixcustom' => { 136 => 0x7d4 },
- 'standardmatrixdaylight' => { 136 => 0x7d0 },
- 'standardmatrixflash' => { 136 => 0x7d3 },
- 'standardmatrixfluorescent' => { 136 => 0x7d2 },
- 'standardmatrixtungsten' => { 136 => 0x7d1 },
- 'standardoutputhighlightpoint' => { 107 => 0x14 },
- 'standardoutputsensitivity' => { 117 => 0x8831, 476 => 'StandardOutputSensitivity' },
- 'standardoutputshadowpoint' => { 107 => 0x15 },
- 'standardrawcolortone' => { 107 => 0xd },
- 'standardrawcontrast' => { 107 => 0xf },
- 'standardrawhighlight' => { 107 => 0x75 },
- 'standardrawhighlightpoint' => { 107 => 0x12 },
- 'standardrawlinear' => { 107 => 0x10 },
- 'standardrawsaturation' => { 107 => 0xe },
- 'standardrawshadow' => { 107 => 0x7e },
- 'standardrawshadowpoint' => { 107 => 0x13 },
- 'standardrawsharpness' => { 107 => 0x11 },
- 'standardunsharpmaskfineness' => { 107 => 0x94 },
- 'standardunsharpmaskstrength' => { 107 => 0x92 },
- 'standardunsharpmaskthreshold' => { 107 => 0x96 },
- 'standardwhitecustom' => { 136 => 0x838 },
- 'standardwhitedaylight' => { 136 => 0x834 },
- 'standardwhiteflash' => { 136 => 0x837 },
- 'standardwhitefluorescent' => { 136 => 0x836 },
- 'standardwhitetungsten' => { 136 => 0x835 },
- 'standbytimer' => { 273 => '19.1', 275 => '19.1', 276 => '19.1', 279 => '18.1', 280 => '18.1', 285 => '19.1', 286 => '19.1' },
- 'startingpage' => { 485 => 'startingPage' },
- 'startmovieshooting' => { 82 => 0x70d },
- 'starttimecode' => { 372 => "\xa9TIM", 495 => 'startTimecode' },
- 'starttimecodetimeformat' => { 495 => [\'startTimecode','startTimecodeTimeFormat'] },
- 'starttimecodetimevalue' => { 495 => [\'startTimecode','startTimecodeTimeValue'] },
- 'starttimecodevalue' => { 495 => [\'startTimecode','startTimecodeValue'] },
- 'starttimesamplesize' => { 372 => "\xa9TSZ", 495 => 'startTimeSampleSize' },
- 'starttimescale' => { 372 => "\xa9TSC", 495 => 'startTimeScale' },
- 'state' => { 159 => 'State', 312 => 0x6b, 483 => 'State' },
- 'status' => { 450 => 'Status', 462 => 'Status' },
- 'stereomode' => { 458 => 'StereoMode' },
- 'stitched' => { 458 => 'Stitched' },
- 'stitchingsoftware' => { 457 => 'StitchingSoftware', 458 => 'StitchingSoftware' },
- 'stopsabovebaseiso' => { 420 => 0x113e, 421 => 0x113e, 422 => 0x111a, 423 => 0x1196, 424 => 0x1172, 425 => 0x102a, 426 => 0x222, 427 => 0x222, 428 => 0x217, 442 => 0xa },
- 'storagemethod' => { 186 => 0x12 },
- 'storebyorientation' => { 273 => '46.3', 275 => '47.3', 276 => '47.3', 285 => '47.3', 286 => '47.3' },
- 'storedescription' => { 364 => 'sdes' },
- 'storylineidentifier' => { 481 => 'StorylineIdentifier' },
- 'straightenangle' => { 265 => 0x2fc08431 },
- 'streamready' => { 481 => 'StreamReady' },
- 'streamtype' => { 174 => 'StreamType' },
- 'stretchmode' => { 495 => 'stretchMode' },
- 'studydatetime' => { 448 => 'StudyDateTime' },
- 'studydescription' => { 448 => 'StudyDescription' },
- 'studyid' => { 448 => 'StudyID' },
- 'studyphysician' => { 448 => 'StudyPhysician' },
- 'styleperiod' => { 481 => 'StylePeriod' },
- 'sub-location' => { 129 => 0x5c },
- 'subfiledata' => { 162 => 'data' },
- 'subfiledirectory' => { 162 => '1Directory' },
- 'subfilemimetype' => { 162 => '2MIME' },
- 'subfilename' => { 162 => '1Name' },
- 'subfileresource' => { 162 => 'rsrc' },
- 'subfiletype' => { 117 => 0xfe, 162 => '0Type' },
- 'subject' => { 298 => 'Subject', 363 => 'Subject', 472 => 'subject', 482 => 'Subject', 496 => 'subject' },
- 'subjectarea' => { 117 => 0x9214, 475 => 'SubjectArea' },
- 'subjectcode' => { 480 => 'SubjectCode' },
- 'subjectdistance' => { 117 => 0x9206, 138 => 0x3e, 475 => 'SubjectDistance' },
- 'subjectdistancerange' => { 117 => 0xa40c, 475 => 'SubjectDistanceRange' },
- 'subjectlocation' => { 117 => 0xa214, 475 => 'SubjectLocation' },
- 'subjectmotion' => { 275 => '78.2', 276 => '78.2', 286 => '78.2' },
- 'subjectprogram' => { 179 => 0x22 },
- 'subjectreference' => { 129 => 0xc },
- 'sublabels1' => { 479 => [\'TagStructure','TagStructureSubLabels'] },
- 'sublabels2' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabels'] },
- 'sublabels3' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] },
- 'sublabels4' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] },
- 'sublabels5' => { 479 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] },
- 'subseccreatedate' => { 112 => 'Exif-SubSecCreateDate' },
- 'subsecdatetimeoriginal' => { 112 => 'Exif-SubSecDateTimeOriginal' },
- 'subsecmodifydate' => { 112 => 'Exif-SubSecModifyDate' },
- 'subsectime' => { 117 => 0x9290 },
- 'subsectimedigitized' => { 117 => 0x9292 },
- 'subsectimeoriginal' => { 117 => 0x9291 },
- 'subsection1' => { 485 => 'subsection1' },
- 'subsection2' => { 485 => 'subsection2' },
- 'subsection3' => { 485 => 'subsection3' },
- 'subsection4' => { 485 => 'subsection4' },
- 'subselector' => { 273 => '49.1', 275 => '71.1', 276 => '71.1', 286 => '71.1' },
- 'subselectorassignment' => { 273 => '48.1' },
- 'subselectorcenter' => { 275 => '72.1', 276 => '72.1', 286 => '72.1' },
- 'subselectorplusdials' => { 273 => '49.2', 275 => '73.1', 276 => '73.1', 286 => '73.1' },
- 'subtitle' => { 177 => 'WM/SubTitle', 364 => "\xa9st3", 372 => "\xa9snm", 485 => 'subtitle' },
- 'subtitlekeywords' => { 372 => "\xa9snk" },
- 'subversionfilename' => { 479 => [\'SubVersions','SubVersionsFileName'] },
- 'subversionreference' => { 479 => [\'SubVersions','SubVersionsVersRef'] },
- 'subversions' => { 479 => 'SubVersions' },
- 'superimposeddisplay' => { 80 => 0xa, 82 => 0x510, 83 => 0x9, 84 => 0xa, 87 => 0xa, 88 => 0xe },
- 'supermacro' => { 62 => 0x1a },
- 'supplementalcategories' => { 129 => 0x14, 483 => 'SupplementalCategories' },
- 'supplementaltype' => { 131 => 0x37 },
- 'supplementdisplayid' => { 485 => 'supplementDisplayID' },
- 'supplementstartingpage' => { 485 => 'supplementStartingPage' },
- 'supplementtitle' => { 485 => 'supplementTitle' },
- 'supplychainsource' => { 481 => 'SupplyChainSource' },
- 'supplychainsourceidentifier' => { 481 => [\'SupplyChainSource','SupplyChainSourceIdentifier'] },
- 'supplychainsourcename' => { 481 => [\'SupplyChainSource','SupplyChainSourceName'] },
- 'supportsamount' => { 469 => 'SupportsAmount', 471 => 'SupportsAmount' },
- 'supportscolor' => { 469 => 'SupportsColor', 471 => 'SupportsColor' },
- 'supportshighdynamicrange' => { 469 => 'SupportsHighDynamicRange', 471 => 'SupportsHighDynamicRange' },
- 'supportsmonochrome' => { 469 => 'SupportsMonochrome', 471 => 'SupportsMonochrome' },
- 'supportsnormaldynamicrange' => { 469 => 'SupportsNormalDynamicRange', 471 => 'SupportsNormalDynamicRange' },
- 'supportsoutputreferred' => { 469 => 'SupportsOutputReferred', 471 => 'SupportsOutputReferred' },
- 'supportsscenereferred' => { 469 => 'SupportsSceneReferred', 471 => 'SupportsSceneReferred' },
- 'svisosetting' => { 328 => 0x14 },
- 'swatchcoloranta' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsA'] },
- 'swatchcolorantb' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsB'] },
- 'swatchcolorantblack' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsBlack'] },
- 'swatchcolorantblue' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsBlue'] },
- 'swatchcolorantcyan' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsCyan'] },
- 'swatchcolorantgray' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsGray'] },
- 'swatchcolorantgreen' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsGreen'] },
- 'swatchcolorantl' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsL'] },
- 'swatchcolorantmagenta' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsMagenta'] },
- 'swatchcolorantmode' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsMode'] },
- 'swatchcolorantred' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsRed'] },
- 'swatchcolorantswatchname' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsSwatchName'] },
- 'swatchcoloranttint' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsTint'] },
- 'swatchcoloranttype' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsType'] },
- 'swatchcolorantyellow' => { 500 => [\'SwatchGroups','SwatchGroupsColorantsYellow'] },
- 'swatchgroupname' => { 500 => [\'SwatchGroups','SwatchGroupsGroupName'] },
- 'swatchgroups' => { 500 => 'SwatchGroups' },
- 'swatchgroupscolorants' => { 500 => [\'SwatchGroups','SwatchGroupsColorants'] },
- 'swatchgrouptype' => { 500 => [\'SwatchGroups','SwatchGroupsGroupType'] },
- 'sweeppanoramadirection' => { 312 => 0x93, 401 => 0x33 },
- 'sweeppanoramafieldofview' => { 312 => 0x94 },
- 'sweeppanoramasize' => { 401 => 0x32 },
- 'switchtoregisteredafpoint' => { 81 => 0x12, 82 => 0x50a },
- 'symlink' => { 118 => 'SymLink' },
- 'syncreleasemode' => { 275 => '77.1', 276 => '77.1', 286 => '77.1' },
- 'system' => { 356 => 0x204 },
- 'tagged' => { 358 => 0xdd, 359 => 'Tagged', 464 => 'tagged' },
- 'tagslist' => { 474 => 'TagsList' },
- 'tagstructure' => { 479 => 'TagStructure' },
- 'takenumber' => { 495 => 'takeNumber' },
- 'tapename' => { 495 => 'tapeName' },
- 'targetaperture' => { 75 => 0x4 },
- 'targetcompressionratio' => { 93 => 0x1 },
- 'targetdistancesetting' => { 95 => 0x1807 },
- 'targetexposuretime' => { 75 => 0x5 },
- 'targetimagetype' => { 95 => 0x100a },
- 'targetprinter' => { 117 => 0x151 },
- 'taxon' => { 116 => 'Taxon' },
- 'taxonacceptednameusage' => { 116 => [\'Taxon','TaxonAcceptedNameUsage'] },
- 'taxonacceptednameusageid' => { 116 => [\'Taxon','TaxonAcceptedNameUsageID'] },
- 'taxonclass' => { 116 => [\'Taxon','TaxonClass'] },
- 'taxonconceptid' => { 116 => [\'Taxon','TaxonTaxonConceptID'] },
- 'taxonfamily' => { 116 => [\'Taxon','TaxonFamily'] },
- 'taxongenus' => { 116 => [\'Taxon','TaxonGenus'] },
- 'taxonhigherclassification' => { 116 => [\'Taxon','TaxonHigherClassification'] },
- 'taxonid' => { 116 => [\'Taxon','TaxonTaxonID'] },
- 'taxoninfraspecificepithet' => { 116 => [\'Taxon','TaxonInfraspecificEpithet'] },
- 'taxonkingdom' => { 116 => [\'Taxon','TaxonKingdom'] },
- 'taxonnameaccordingto' => { 116 => [\'Taxon','TaxonNameAccordingTo'] },
- 'taxonnameaccordingtoid' => { 116 => [\'Taxon','TaxonNameAccordingToID'] },
- 'taxonnamepublishedin' => { 116 => [\'Taxon','TaxonNamePublishedIn'] },
- 'taxonnamepublishedinid' => { 116 => [\'Taxon','TaxonNamePublishedInID'] },
- 'taxonnamepublishedinyear' => { 116 => [\'Taxon','TaxonNamePublishedInYear'] },
- 'taxonnomenclaturalcode' => { 116 => [\'Taxon','TaxonNomenclaturalCode'] },
- 'taxonnomenclaturalstatus' => { 116 => [\'Taxon','TaxonNomenclaturalStatus'] },
- 'taxonorder' => { 116 => [\'Taxon','TaxonOrder'] },
- 'taxonoriginalnameusage' => { 116 => [\'Taxon','TaxonOriginalNameUsage'] },
- 'taxonoriginalnameusageid' => { 116 => [\'Taxon','TaxonOriginalNameUsageID'] },
- 'taxonparentnameusage' => { 116 => [\'Taxon','TaxonParentNameUsage'] },
- 'taxonparentnameusageid' => { 116 => [\'Taxon','TaxonParentNameUsageID'] },
- 'taxonphylum' => { 116 => [\'Taxon','TaxonPhylum'] },
- 'taxonrank' => { 116 => [\'Taxon','TaxonTaxonRank'] },
- 'taxonremarks' => { 116 => [\'Taxon','TaxonTaxonRemarks'] },
- 'taxonscientificname' => { 116 => [\'Taxon','TaxonScientificName'] },
- 'taxonscientificnameauthorship' => { 116 => [\'Taxon','TaxonScientificNameAuthorship'] },
- 'taxonscientificnameid' => { 116 => [\'Taxon','TaxonScientificNameID'] },
- 'taxonspecificepithet' => { 116 => [\'Taxon','TaxonSpecificEpithet'] },
- 'taxonsubgenus' => { 116 => [\'Taxon','TaxonSubgenus'] },
- 'taxontaxonomicstatus' => { 116 => [\'Taxon','TaxonTaxonomicStatus'] },
- 'taxonverbatimtaxonrank' => { 116 => [\'Taxon','TaxonVerbatimTaxonRank'] },
- 'taxonvernacularname' => { 116 => [\'Taxon','TaxonVernacularName'] },
- 'tda1bandwidth' => { 136 => 0x196f },
- 'tda1edgepolarity' => { 136 => 0x1971 },
- 'tda1gain' => { 136 => 0x1970 },
- 'tda1offset' => { 136 => 0x196e },
- 'tda2bandwidth' => { 136 => 0x1979 },
- 'tda2edgepolarity' => { 136 => 0x197b },
- 'tda2gain' => { 136 => 0x197a },
- 'tda2offset' => { 136 => 0x1978 },
- 'tda3bandwidth' => { 136 => 0x1983 },
- 'tda3edgepolarity' => { 136 => 0x1985 },
- 'tda3gain' => { 136 => 0x1984 },
- 'tda3offset' => { 136 => 0x1982 },
- 'tda4bandwidth' => { 136 => 0x198d },
- 'tda4edgepolarity' => { 136 => 0x198f },
- 'tda4gain' => { 136 => 0x198e },
- 'tda4offset' => { 136 => 0x198c },
- 'teaser' => { 485 => 'teaser' },
- 'teleconverter' => { 184 => 0x105, 412 => 0x105 },
- 'tempampgainx100' => { 136 => 0x1914 },
- 'tempo' => { 495 => 'tempo' },
- 'temporalcoverage' => { 481 => 'TemporalCoverage' },
- 'temporalcoveragefrom' => { 481 => [\'TemporalCoverage','TemporalCoverageTempCoverageFrom'] },
- 'temporalcoverageto' => { 481 => [\'TemporalCoverage','TemporalCoverageTempCoverageTo'] },
- 'termsandconditionstext' => { 299 => 'TermsAndConditionsText' },
- 'termsandconditionsurl' => { 299 => 'TermsAndConditionsURL' },
- 'testname' => { 118 => 'TestName' },
- 'textencoding' => { 222 => 0x4 },
- 'textlayername' => { 483 => [\'TextLayers','TextLayersLayerName'] },
- 'textlayers' => { 483 => 'TextLayers' },
- 'textlayertext' => { 483 => [\'TextLayers','TextLayersLayerText'] },
- 'textstamp' => { 312 => [0x8008,0x8009,0x3b,0x3e] },
- 'texture' => { 469 => 'Texture', 471 => 'Texture' },
- 'three-dtrackingfacedetection' => { 275 => '1.4', 276 => '1.4', 286 => '1.4' },
- 'three-dtrackingwatcharea' => { 275 => '78.1', 276 => '78.1', 286 => '78.1' },
- 'thresholding' => { 117 => 0x107 },
- 'thumbnailfilename' => { 95 => 0x817 },
- 'thumbnailformat' => { 493 => [\'Thumbnails','ThumbnailsFormat'] },
- 'thumbnailheight' => { 140 => 0xfa55, 493 => [\'Thumbnails','ThumbnailsHeight'] },
- 'thumbnailimage' => { 6 => 'CNDA', 95 => 0x2008, 112 => 'Exif-ThumbnailImage', 120 => 0x3, 165 => 'data', 294 => 0x100, 372 => 'thmb', 493 => [\'Thumbnails','ThumbnailsImage'] },
- 'thumbnailimagename' => { 165 => '1Name' },
- 'thumbnailimagesize' => { 165 => 'ImageSize' },
- 'thumbnailimagetype' => { 165 => '0Type' },
- 'thumbnailimagevalidarea' => { 62 => 0x13 },
- 'thumbnaillength' => { 117 => 0x202 },
- 'thumbnailoffset' => { 117 => 0x201 },
- 'thumbnailpng' => { 372 => 'thmb' },
- 'thumbnails' => { 493 => 'Thumbnails' },
- 'thumbnailwidth' => { 140 => 0xfa54, 493 => [\'Thumbnails','ThumbnailsWidth'] },
- 'ticker' => { 485 => 'ticker' },
- 'tiffhandling' => { 469 => 'TIFFHandling', 471 => 'TIFFHandling' },
- 'tiffmeteringimage' => { 185 => 0x104c, 410 => 0x1110 },
- 'tilelength' => { 117 => 0x143 },
- 'tilewidth' => { 117 => 0x142 },
- 'time' => { 136 => 0x401, 347 => 0x7 },
- 'timecodes' => { 117 => 0xc763 },
- 'timecreated' => { 129 => 0x3c, 138 => 0x14, 147 => 0x10, 359 => 'TimeCreated' },
- 'timelapseshotnumber' => { 315 => 0x10 },
- 'timeperiod' => { 485 => 'timePeriod' },
- 'timerfunctionbutton' => { 274 => '5.2', 277 => '12.1', 278 => '13.1' },
- 'timerlength' => { 82 => 0x80c },
- 'timerrecording' => { 312 => 0x96 },
- 'timescaleparams' => { 495 => 'timeScaleParams' },
- 'timescaleparamsframeoverlappingpercentage' => { 495 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] },
- 'timescaleparamsframesize' => { 495 => [\'timeScaleParams','timeScaleParamsFrameSize'] },
- 'timescaleparamsquality' => { 495 => [\'timeScaleParams','timeScaleParamsQuality'] },
- 'timesent' => { 130 => 0x50 },
- 'timeshot' => { 459 => 'TimeShot' },
- 'timesignature' => { 495 => 'timeSignature' },
- 'timesincepoweron' => { 312 => 0x29 },
- 'timestamp' => { 11 => 0x45e, 19 => 0x11c, 288 => 0x8, 302 => 'TimeStamp', 312 => 0xaf, 458 => 'Timestamp', 465 => 'Timestamp', 479 => 'TimeStamp' },
+ 'srfocallength' => { 351 => 0x3 },
+ 'srhalfpresstime' => { 351 => 0x2 },
+ 'srresult' => { 351 => 0x0, 352 => 0x0 },
+ 'stackedimage' => { 291 => 0x804 },
+ 'standardmatrixcustom' => { 137 => 0x7d4 },
+ 'standardmatrixdaylight' => { 137 => 0x7d0 },
+ 'standardmatrixflash' => { 137 => 0x7d3 },
+ 'standardmatrixfluorescent' => { 137 => 0x7d2 },
+ 'standardmatrixtungsten' => { 137 => 0x7d1 },
+ 'standardoutputhighlightpoint' => { 108 => 0x14 },
+ 'standardoutputsensitivity' => { 118 => 0x8831, 478 => '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' => { 275 => '19.1', 277 => '19.1', 278 => '19.1', 281 => '18.1', 282 => '18.1', 287 => '19.1', 288 => '19.1' },
+ 'startingpage' => { 487 => 'startingPage' },
+ 'startmovieshooting' => { 83 => 0x70d },
+ 'starttimecode' => { 374 => "\xa9TIM", 497 => 'startTimecode' },
+ 'starttimecodetimeformat' => { 497 => [\'startTimecode','startTimecodeTimeFormat'] },
+ 'starttimecodetimevalue' => { 497 => [\'startTimecode','startTimecodeTimeValue'] },
+ 'starttimecodevalue' => { 497 => [\'startTimecode','startTimecodeValue'] },
+ 'starttimesamplesize' => { 374 => "\xa9TSZ", 497 => 'startTimeSampleSize' },
+ 'starttimescale' => { 374 => "\xa9TSC", 497 => 'startTimeScale' },
+ 'state' => { 160 => 'State', 314 => 0x6b, 485 => 'State' },
+ 'status' => { 452 => 'Status', 464 => 'Status' },
+ 'stereomode' => { 460 => 'StereoMode' },
+ 'stitched' => { 460 => 'Stitched' },
+ 'stitchingsoftware' => { 459 => 'StitchingSoftware', 460 => 'StitchingSoftware' },
+ 'stopsabovebaseiso' => { 422 => 0x113e, 423 => 0x113e, 424 => 0x111a, 425 => 0x1196, 426 => 0x1172, 427 => 0x102a, 428 => 0x222, 429 => 0x222, 430 => 0x217, 444 => 0xa },
+ 'storagemethod' => { 187 => 0x12 },
+ 'storebyorientation' => { 275 => '46.3', 277 => '47.3', 278 => '47.3', 287 => '47.3', 288 => '47.3' },
+ 'storedescription' => { 366 => 'sdes' },
+ 'storylineidentifier' => { 483 => 'StorylineIdentifier' },
+ 'straightenangle' => { 267 => 0x2fc08431 },
+ 'streamready' => { 483 => 'StreamReady' },
+ 'streamtype' => { 175 => 'StreamType' },
+ 'stretchmode' => { 497 => 'stretchMode' },
+ 'studydatetime' => { 450 => 'StudyDateTime' },
+ 'studydescription' => { 450 => 'StudyDescription' },
+ 'studyid' => { 450 => 'StudyID' },
+ 'studyphysician' => { 450 => 'StudyPhysician' },
+ 'styleperiod' => { 483 => 'StylePeriod' },
+ 'sub-location' => { 130 => 0x5c },
+ 'subfiledata' => { 163 => 'data' },
+ 'subfiledirectory' => { 163 => '1Directory' },
+ 'subfilemimetype' => { 163 => '2MIME' },
+ 'subfilename' => { 163 => '1Name' },
+ 'subfileresource' => { 163 => 'rsrc' },
+ 'subfiletype' => { 118 => 0xfe, 163 => '0Type' },
+ 'subject' => { 300 => 'Subject', 365 => 'Subject', 474 => 'subject', 484 => 'Subject', 498 => 'subject' },
+ 'subjectarea' => { 118 => 0x9214, 477 => 'SubjectArea' },
+ 'subjectcode' => { 482 => 'SubjectCode' },
+ 'subjectdistance' => { 118 => 0x9206, 139 => 0x3e, 477 => 'SubjectDistance' },
+ 'subjectdistancerange' => { 118 => 0xa40c, 477 => 'SubjectDistanceRange' },
+ 'subjectlocation' => { 118 => 0xa214, 477 => 'SubjectLocation' },
+ 'subjectmotion' => { 277 => '78.2', 278 => '78.2', 288 => '78.2' },
+ 'subjectprogram' => { 180 => 0x22 },
+ 'subjectreference' => { 130 => 0xc },
+ 'sublabels1' => { 481 => [\'TagStructure','TagStructureSubLabels'] },
+ 'sublabels2' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabels'] },
+ 'sublabels3' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] },
+ 'sublabels4' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] },
+ 'sublabels5' => { 481 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] },
+ 'subseccreatedate' => { 113 => 'Exif-SubSecCreateDate' },
+ 'subsecdatetimeoriginal' => { 113 => 'Exif-SubSecDateTimeOriginal' },
+ 'subsecmodifydate' => { 113 => 'Exif-SubSecModifyDate' },
+ 'subsectime' => { 118 => 0x9290 },
+ 'subsectimedigitized' => { 118 => 0x9292 },
+ 'subsectimeoriginal' => { 118 => 0x9291 },
+ 'subsection1' => { 487 => 'subsection1' },
+ 'subsection2' => { 487 => 'subsection2' },
+ 'subsection3' => { 487 => 'subsection3' },
+ 'subsection4' => { 487 => 'subsection4' },
+ 'subselector' => { 275 => '49.1', 277 => '71.1', 278 => '71.1', 288 => '71.1' },
+ 'subselectorassignment' => { 275 => '48.1' },
+ 'subselectorcenter' => { 277 => '72.1', 278 => '72.1', 288 => '72.1' },
+ 'subselectorplusdials' => { 275 => '49.2', 277 => '73.1', 278 => '73.1', 288 => '73.1' },
+ 'subtitle' => { 178 => 'WM/SubTitle', 366 => "\xa9st3", 374 => "\xa9snm", 487 => 'subtitle' },
+ 'subtitlekeywords' => { 374 => "\xa9snk" },
+ 'subversionfilename' => { 481 => [\'SubVersions','SubVersionsFileName'] },
+ 'subversionreference' => { 481 => [\'SubVersions','SubVersionsVersRef'] },
+ 'subversions' => { 481 => 'SubVersions' },
+ 'superimposeddisplay' => { 81 => 0xa, 83 => 0x510, 84 => 0x9, 85 => 0xa, 88 => 0xa, 89 => 0xe },
+ 'supermacro' => { 63 => 0x1a },
+ 'supplementalcategories' => { 130 => 0x14, 485 => 'SupplementalCategories' },
+ 'supplementaltype' => { 132 => 0x37 },
+ 'supplementdisplayid' => { 487 => 'supplementDisplayID' },
+ 'supplementstartingpage' => { 487 => 'supplementStartingPage' },
+ 'supplementtitle' => { 487 => 'supplementTitle' },
+ 'supplychainsource' => { 483 => 'SupplyChainSource' },
+ 'supplychainsourceidentifier' => { 483 => [\'SupplyChainSource','SupplyChainSourceIdentifier'] },
+ 'supplychainsourcename' => { 483 => [\'SupplyChainSource','SupplyChainSourceName'] },
+ 'supportsamount' => { 471 => 'SupportsAmount', 473 => 'SupportsAmount' },
+ 'supportscolor' => { 471 => 'SupportsColor', 473 => 'SupportsColor' },
+ 'supportshighdynamicrange' => { 471 => 'SupportsHighDynamicRange', 473 => 'SupportsHighDynamicRange' },
+ 'supportsmonochrome' => { 471 => 'SupportsMonochrome', 473 => 'SupportsMonochrome' },
+ 'supportsnormaldynamicrange' => { 471 => 'SupportsNormalDynamicRange', 473 => 'SupportsNormalDynamicRange' },
+ 'supportsoutputreferred' => { 471 => 'SupportsOutputReferred', 473 => 'SupportsOutputReferred' },
+ 'supportsscenereferred' => { 471 => 'SupportsSceneReferred', 473 => 'SupportsSceneReferred' },
+ 'svisosetting' => { 330 => 0x14 },
+ 'swatchcoloranta' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsA'] },
+ 'swatchcolorantb' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsB'] },
+ 'swatchcolorantblack' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsBlack'] },
+ 'swatchcolorantblue' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsBlue'] },
+ 'swatchcolorantcyan' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsCyan'] },
+ 'swatchcolorantgray' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsGray'] },
+ 'swatchcolorantgreen' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsGreen'] },
+ 'swatchcolorantl' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsL'] },
+ 'swatchcolorantmagenta' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsMagenta'] },
+ 'swatchcolorantmode' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsMode'] },
+ 'swatchcolorantred' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsRed'] },
+ 'swatchcolorantswatchname' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsSwatchName'] },
+ 'swatchcoloranttint' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsTint'] },
+ 'swatchcoloranttype' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsType'] },
+ 'swatchcolorantyellow' => { 502 => [\'SwatchGroups','SwatchGroupsColorantsYellow'] },
+ 'swatchgroupname' => { 502 => [\'SwatchGroups','SwatchGroupsGroupName'] },
+ 'swatchgroups' => { 502 => 'SwatchGroups' },
+ 'swatchgroupscolorants' => { 502 => [\'SwatchGroups','SwatchGroupsColorants'] },
+ 'swatchgrouptype' => { 502 => [\'SwatchGroups','SwatchGroupsGroupType'] },
+ 'sweeppanoramadirection' => { 314 => 0x93, 403 => 0x33 },
+ 'sweeppanoramafieldofview' => { 314 => 0x94 },
+ 'sweeppanoramasize' => { 403 => 0x32 },
+ 'switchtoregisteredafpoint' => { 82 => 0x12, 83 => 0x50a },
+ 'symlink' => { 119 => 'SymLink' },
+ 'syncreleasemode' => { 277 => '77.1', 278 => '77.1', 288 => '77.1' },
+ 'system' => { 358 => 0x204 },
+ 'tagged' => { 360 => 0xdd, 361 => 'Tagged', 466 => 'tagged' },
+ 'tagslist' => { 476 => 'TagsList' },
+ 'tagstructure' => { 481 => 'TagStructure' },
+ 'takenumber' => { 497 => 'takeNumber' },
+ 'tapename' => { 497 => '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' => { 487 => 'teaser' },
+ 'teleconverter' => { 185 => 0x105, 414 => 0x105 },
+ 'tempampgainx100' => { 137 => 0x1914 },
+ 'tempo' => { 497 => 'tempo' },
+ 'temporalcoverage' => { 483 => 'TemporalCoverage' },
+ 'temporalcoveragefrom' => { 483 => [\'TemporalCoverage','TemporalCoverageTempCoverageFrom'] },
+ 'temporalcoverageto' => { 483 => [\'TemporalCoverage','TemporalCoverageTempCoverageTo'] },
+ 'termsandconditionstext' => { 301 => 'TermsAndConditionsText' },
+ 'termsandconditionsurl' => { 301 => 'TermsAndConditionsURL' },
+ 'testname' => { 119 => 'TestName' },
+ 'textencoding' => { 223 => 0x4 },
+ 'textlayername' => { 485 => [\'TextLayers','TextLayersLayerName'] },
+ 'textlayers' => { 485 => 'TextLayers' },
+ 'textlayertext' => { 485 => [\'TextLayers','TextLayersLayerText'] },
+ 'textstamp' => { 314 => [0x8008,0x8009,0x3b,0x3e] },
+ 'texture' => { 471 => 'Texture', 473 => 'Texture' },
+ 'three-dtrackingfacedetection' => { 277 => '1.4', 278 => '1.4', 288 => '1.4' },
+ 'three-dtrackingwatcharea' => { 277 => '78.1', 278 => '78.1', 288 => '78.1' },
+ 'thresholding' => { 118 => 0x107 },
+ 'thumbnailfilename' => { 96 => 0x817 },
+ 'thumbnailformat' => { 495 => [\'Thumbnails','ThumbnailsFormat'] },
+ 'thumbnailheight' => { 141 => 0xfa55, 495 => [\'Thumbnails','ThumbnailsHeight'] },
+ 'thumbnailimage' => { 6 => 'CNDA', 96 => 0x2008, 113 => 'Exif-ThumbnailImage', 121 => 0x3, 166 => 'data', 296 => 0x100, 374 => 'thmb', 495 => [\'Thumbnails','ThumbnailsImage'] },
+ 'thumbnailimagename' => { 166 => '1Name' },
+ 'thumbnailimagesize' => { 166 => 'ImageSize' },
+ 'thumbnailimagetype' => { 166 => '0Type' },
+ 'thumbnailimagevalidarea' => { 63 => 0x13 },
+ 'thumbnaillength' => { 118 => 0x202 },
+ 'thumbnailoffset' => { 118 => 0x201 },
+ 'thumbnailpng' => { 374 => 'thmb' },
+ 'thumbnails' => { 495 => 'Thumbnails' },
+ 'thumbnailwidth' => { 141 => 0xfa54, 495 => [\'Thumbnails','ThumbnailsWidth'] },
+ 'ticker' => { 487 => 'ticker' },
+ 'tiffhandling' => { 471 => 'TIFFHandling', 473 => 'TIFFHandling' },
+ 'tiffmeteringimage' => { 186 => 0x104c, 412 => 0x1110 },
+ 'tilelength' => { 118 => 0x143 },
+ 'tilewidth' => { 118 => 0x142 },
+ 'time' => { 137 => 0x401, 349 => 0x7 },
+ 'timecodes' => { 118 => 0xc763 },
+ 'timecreated' => { 130 => 0x3c, 139 => 0x14, 148 => 0x10, 361 => 'TimeCreated' },
+ 'timelapseshotnumber' => { 317 => 0x10 },
+ 'timeperiod' => { 487 => 'timePeriod' },
+ 'timerfunctionbutton' => { 276 => '5.2', 279 => '12.1', 280 => '13.1' },
+ 'timerlength' => { 83 => 0x80c },
+ 'timerrecording' => { 314 => 0x96 },
+ 'timescaleparams' => { 497 => 'timeScaleParams' },
+ 'timescaleparamsframeoverlappingpercentage' => { 497 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] },
+ 'timescaleparamsframesize' => { 497 => [\'timeScaleParams','timeScaleParamsFrameSize'] },
+ 'timescaleparamsquality' => { 497 => [\'timeScaleParams','timeScaleParamsQuality'] },
+ 'timesent' => { 131 => 0x50 },
+ 'timeshot' => { 461 => 'TimeShot' },
+ 'timesignature' => { 497 => 'timeSignature' },
+ 'timesincepoweron' => { 314 => 0x29 },
+ 'timestamp' => { 11 => 0x45e, 19 => 0x11c, 290 => 0x8, 304 => 'TimeStamp', 314 => 0xaf, 460 => 'Timestamp', 467 => 'Timestamp', 481 => 'TimeStamp' },
'timestamp1' => { 11 => 0x45a },
- 'timezone' => { 76 => 0x1, 257 => 0x0, 382 => 0xa },
- 'timezonecity' => { 76 => 0x2 },
- 'timezonecode' => { 98 => 0x1 },
- 'timezoneinfo' => { 98 => 0x2 },
- 'timezoneoffset' => { 117 => 0x882a },
- 'tint' => { 366 => 'player.movie.visual.tint', 469 => 'Tint', 471 => 'Tint' },
- 'title' => { 155 => 'Title', 298 => 'Title', 302 => 'Title', 312 => 0x65, 363 => 'Title', 364 => ['titl',"\xa9nam"], 366 => 'title', 372 => ['titl',"\xa9nam"], 472 => 'title', 482 => 'Title', 493 => 'Title' },
- 'togglestyleamount' => { 469 => 'ToggleStyleAmount', 471 => 'ToggleStyleAmount' },
- 'togglestyledigest' => { 469 => 'ToggleStyleDigest', 471 => 'ToggleStyleDigest' },
- 'tonecomp' => { 223 => 0x81 },
- 'tonecurve' => { 72 => 0x1, 347 => 0x402, 469 => 'ToneCurve', 471 => 'ToneCurve' },
- 'tonecurveactive' => { 106 => 0x110 },
- 'tonecurveadobergb' => { 386 => 0xa043 },
- 'tonecurveadobergbdefault' => { 386 => 0xa041 },
- 'tonecurveblue' => { 469 => 'ToneCurveBlue', 471 => 'ToneCurveBlue' },
- 'tonecurvebluex' => { 446 => 0x9003 },
- 'tonecurvebluey' => { 446 => 0x9007 },
- 'tonecurvebrightness' => { 101 => 0x20410 },
- 'tonecurvebrightnessx' => { 446 => 0x9000 },
- 'tonecurvebrightnessy' => { 446 => 0x9004 },
- 'tonecurvecolorspace' => { 105 => 0x0 },
- 'tonecurvecontrast' => { 101 => 0x20411 },
- 'tonecurvegreen' => { 469 => 'ToneCurveGreen', 471 => 'ToneCurveGreen' },
- 'tonecurvegreenx' => { 446 => 0x9002 },
- 'tonecurvegreeny' => { 446 => 0x9006 },
- 'tonecurveinputrange' => { 105 => 0x3 },
- 'tonecurveinterpolation' => { 106 => 0x159 },
- 'tonecurvemode' => { 106 => 0x113 },
- 'tonecurvename' => { 469 => 'ToneCurveName', 471 => 'ToneCurveName' },
- 'tonecurvename2012' => { 469 => 'ToneCurveName2012', 471 => 'ToneCurveName2012' },
- 'tonecurveoriginal' => { 101 => '0x20400.1' },
- 'tonecurveoutputrange' => { 105 => 0x5 },
- 'tonecurveprofilename' => { 136 => 0x1391 },
- 'tonecurveproperty' => { 106 => 0x3c },
- 'tonecurvepv2012' => { 469 => 'ToneCurvePV2012', 471 => 'ToneCurvePV2012' },
- 'tonecurvepv2012blue' => { 469 => 'ToneCurvePV2012Blue', 471 => 'ToneCurvePV2012Blue' },
- 'tonecurvepv2012green' => { 469 => 'ToneCurvePV2012Green', 471 => 'ToneCurvePV2012Green' },
- 'tonecurvepv2012red' => { 469 => 'ToneCurvePV2012Red', 471 => 'ToneCurvePV2012Red' },
- 'tonecurvered' => { 469 => 'ToneCurveRed', 471 => 'ToneCurveRed' },
- 'tonecurveredx' => { 446 => 0x9001 },
- 'tonecurveredy' => { 446 => 0x9005 },
- 'tonecurves' => { 347 => 0x403 },
- 'tonecurveshape' => { 105 => 0x1 },
- 'tonecurvesrgb' => { 386 => 0xa042 },
- 'tonecurvesrgbdefault' => { 386 => 0xa040 },
- 'tonecurvex' => { 105 => 0xa },
- 'tonecurvey' => { 105 => 0xb },
- 'tonelevel' => { 289 => 0x52e },
- 'tonemapstrength' => { 469 => 'ToneMapStrength', 471 => 'ToneMapStrength' },
- 'toningeffect' => { 56 => 0xf, 223 => 0xb3, 225 => 0x38, 226 => 0x40, 227 => 0x48, 379 => 0x1015 },
- 'toningeffectauto' => { 69 => 0xa4 },
- 'toningeffectfaithful' => { 68 => 0x74, 69 => 0x74 },
- 'toningeffectlandscape' => { 68 => 0x44, 69 => 0x44 },
- 'toningeffectmonochrome' => { 19 => 0x108, 68 => 0x8c, 69 => 0x8c },
- 'toningeffectneutral' => { 68 => 0x5c, 69 => 0x5c },
- 'toningeffectportrait' => { 68 => 0x2c, 69 => 0x2c },
- 'toningeffectstandard' => { 68 => 0x14, 69 => 0x14 },
- 'toningeffectuserdef1' => { 68 => 0xa4, 69 => 0xbc },
- 'toningeffectuserdef2' => { 68 => 0xbc, 69 => 0xd4 },
- 'toningeffectuserdef3' => { 68 => 0xd4, 69 => 0xec },
- 'toningsaturation' => { 225 => 0x39, 226 => 0x41, 227 => 0x49 },
- 'totalzoom' => { 138 => 0x62 },
- 'touchae' => { 312 => 0xab },
- 'track' => { 364 => "\xa9trk", 372 => "\xa9trk" },
- 'trackcreatedate' => { 371 => 0x1 },
- 'trackmodifydate' => { 371 => 0x2 },
- 'tracknumber' => { 364 => 'trkn', 495 => 'trackNumber' },
- 'tracks' => { 495 => 'Tracks' },
- 'tracksframerate' => { 495 => [\'Tracks','TracksFrameRate'] },
- 'tracksmarkers' => { 495 => [\'Tracks','TracksMarkers'] },
- 'tracksmarkerscomment' => { 495 => [\'Tracks','TracksMarkersComment'] },
- 'tracksmarkerscuepointparams' => { 495 => [\'Tracks','TracksMarkersCuePointParams'] },
- 'tracksmarkerscuepointparamskey' => { 495 => [\'Tracks','TracksMarkersCuePointParamsKey'] },
- 'tracksmarkerscuepointparamsvalue' => { 495 => [\'Tracks','TracksMarkersCuePointParamsValue'] },
- 'tracksmarkerscuepointtype' => { 495 => [\'Tracks','TracksMarkersCuePointType'] },
- 'tracksmarkersduration' => { 495 => [\'Tracks','TracksMarkersDuration'] },
- 'tracksmarkerslocation' => { 495 => [\'Tracks','TracksMarkersLocation'] },
- 'tracksmarkersname' => { 495 => [\'Tracks','TracksMarkersName'] },
- 'tracksmarkersprobability' => { 495 => [\'Tracks','TracksMarkersProbability'] },
- 'tracksmarkersspeaker' => { 495 => [\'Tracks','TracksMarkersSpeaker'] },
- 'tracksmarkersstarttime' => { 495 => [\'Tracks','TracksMarkersStartTime'] },
- 'tracksmarkerstarget' => { 495 => [\'Tracks','TracksMarkersTarget'] },
- 'tracksmarkerstype' => { 495 => [\'Tracks','TracksMarkersType'] },
- 'trackstrackname' => { 495 => [\'Tracks','TracksTrackName'] },
- 'trackstracktype' => { 495 => [\'Tracks','TracksTrackType'] },
- 'tracktype' => { 372 => 'kgtt' },
- 'trailer' => { 118 => 'Trailer' },
- 'trailersignature' => { 162 => 'zmie' },
- 'transcript' => { 481 => 'Transcript' },
- 'transcriptlink' => { 481 => 'TranscriptLink' },
- 'transcriptlinklink' => { 481 => [\'TranscriptLink','TranscriptLinkLink'] },
- 'transcriptlinklinkqualifier' => { 481 => [\'TranscriptLink','TranscriptLinkLinkQualifier'] },
- 'transferfunction' => { 117 => 0x12d, 491 => 'TransferFunction' },
- 'transfertimenormal' => { 136 => 0x1888 },
- 'transfertimetest' => { 136 => 0x1889 },
- 'transform' => { 312 => [0x8012,0x59] },
- 'transmissionreference' => { 483 => 'TransmissionReference' },
- 'trapped' => { 298 => 'Trapped', 482 => 'Trapped' },
- 'trashbuttonfunction' => { 82 => 0x710 },
- 'travelday' => { 312 => 0x36 },
- 'trebel' => { 366 => 'player.movie.audio.treble' },
- 'triggermode' => { 373 => 0x6, 374 => 0x34, 375 => 0x34 },
- 'tstop' => { 117 => 0xc772 },
- 'ttl_da_adown' => { 335 => 0x5 },
- 'ttl_da_aup' => { 335 => 0x4 },
- 'ttl_da_bdown' => { 335 => 0x7 },
- 'ttl_da_bup' => { 335 => 0x6 },
- 'tungstenawb' => { 325 => 0x1 },
- 'tvepisode' => { 364 => 'tves' },
- 'tvepisodeid' => { 364 => 'tven' },
- 'tvexposuretimesetting' => { 328 => 0x12 },
- 'tvnetworkname' => { 364 => 'tvnn' },
- 'tvseason' => { 364 => 'tvsn' },
- 'tvshow' => { 364 => 'tvsh' },
- 'type' => { 472 => 'type', 490 => 'type' },
- 'typestatus' => { 116 => [\'Identification','IdentificationTypeStatus'] },
- 'uniquecameramodel' => { 117 => 0xc614 },
- 'uniquedocumentid' => { 129 => 0xbb },
- 'uniquematrixauto' => { 136 => 0x7e9 },
- 'uniquematrixcustom' => { 136 => 0x7e8 },
- 'uniquematrixdaylight' => { 136 => 0x7e4 },
- 'uniquematrixflash' => { 136 => 0x7e7 },
- 'uniquematrixfluorescent' => { 136 => 0x7e6 },
- 'uniquematrixtungsten' => { 136 => 0x7e5 },
- 'uniqueobjectname' => { 130 => 0x64 },
- 'units' => { 454 => 'Units' },
- 'unknown_aacr' => { 364 => 'AACR' },
- 'unknown_cdek' => { 364 => 'CDEK' },
- 'unknown_cdet' => { 364 => 'CDET' },
- 'unknownblock' => { 347 => 0x405 },
- 'unknownblock1' => { 293 => 0x635 },
- 'unknownblock2' => { 293 => 0x636 },
- 'unknownblock3' => { 293 => 0x1103 },
- 'unknownblock4' => { 293 => 0x1104 },
- 'unknowncontrast' => { 107 => 0x45 },
- 'unknowndate' => { 356 => 0x212 },
- 'unknownev' => { 136 => 0x1 },
- 'unknownlinear' => { 107 => 0x46 },
- 'unknownnumber' => { 95 => 0x180b },
- 'unknownoutputhighlightpoint' => { 107 => 0x4a },
- 'unknownoutputshadowpoint' => { 107 => 0x4b },
- 'unknownrawhighlight' => { 107 => 0x7b },
- 'unknownrawhighlightpoint' => { 107 => 0x48 },
- 'unknownrawshadow' => { 107 => 0x84 },
- 'unknownrawshadowpoint' => { 107 => 0x49 },
- 'unknownsharpness' => { 107 => 0x47 },
- 'unknowntags' => { 372 => 'TAGS' },
- 'unknowntemperature' => { 119 => 0x4 },
- 'unknownthumbnail' => { 372 => 'thmb' },
- 'unsharp1color' => { 270 => 0x13 },
- 'unsharp1halowidth' => { 270 => 0x19 },
- 'unsharp1intensity' => { 270 => 0x17 },
- 'unsharp1threshold' => { 270 => 0x1b },
- 'unsharp2color' => { 270 => 0x2e },
- 'unsharp2halowidth' => { 270 => 0x34 },
- 'unsharp2intensity' => { 270 => 0x32 },
- 'unsharp2threshold' => { 270 => 0x36 },
- 'unsharp3color' => { 270 => 0x49 },
- 'unsharp3halowidth' => { 270 => 0x4f },
- 'unsharp3intensity' => { 270 => 0x4d },
- 'unsharp3threshold' => { 270 => 0x51 },
- 'unsharp4color' => { 270 => 0x64 },
- 'unsharp4halowidth' => { 270 => 0x6a },
- 'unsharp4intensity' => { 270 => 0x68 },
- 'unsharp4threshold' => { 270 => 0x6c },
- 'unsharpcount' => { 270 => 0x0 },
- 'unsharpmask' => { 107 => 0x90, 265 => 0x76a43200 },
- 'unsharpmaskfineness' => { 101 => 0x20309 },
- 'unsharpmaskstrength' => { 101 => 0x20308 },
- 'unsharpmaskthreshold' => { 101 => 0x2030a },
- 'uprightcentermode' => { 469 => 'UprightCenterMode', 471 => 'UprightCenterMode' },
- 'uprightcenternormx' => { 469 => 'UprightCenterNormX', 471 => 'UprightCenterNormX' },
- 'uprightcenternormy' => { 469 => 'UprightCenterNormY', 471 => 'UprightCenterNormY' },
- 'uprightdependentdigest' => { 469 => 'UprightDependentDigest', 471 => 'UprightDependentDigest' },
- 'uprightfocallength35mm' => { 469 => 'UprightFocalLength35mm', 471 => 'UprightFocalLength35mm' },
- 'uprightfocalmode' => { 469 => 'UprightFocalMode', 471 => 'UprightFocalMode' },
- 'uprightfoursegmentscount' => { 469 => 'UprightFourSegmentsCount', 471 => 'UprightFourSegmentsCount' },
- 'uprightpreview' => { 469 => 'UprightPreview', 471 => 'UprightPreview' },
- 'uprighttransform_0' => { 469 => 'UprightTransform_0', 471 => 'UprightTransform_0' },
- 'uprighttransform_1' => { 469 => 'UprightTransform_1', 471 => 'UprightTransform_1' },
- 'uprighttransform_2' => { 469 => 'UprightTransform_2', 471 => 'UprightTransform_2' },
- 'uprighttransform_3' => { 469 => 'UprightTransform_3', 471 => 'UprightTransform_3' },
- 'uprighttransform_4' => { 469 => 'UprightTransform_4', 471 => 'UprightTransform_4' },
- 'uprighttransform_5' => { 469 => 'UprightTransform_5', 471 => 'UprightTransform_5' },
- 'uprighttransformcount' => { 469 => 'UprightTransformCount', 471 => 'UprightTransformCount' },
- 'uprightversion' => { 469 => 'UprightVersion', 471 => 'UprightVersion' },
- 'urgency' => { 129 => 0xa, 483 => 'Urgency' },
- 'url' => { 155 => 'URL', 302 => 'URL', 361 => 0x40b, 485 => 'url' },
- 'url_list' => { 361 => 0x41e },
- 'urla-platform' => { 485 => [\'url','urlA-platform'] },
- 'urlurl' => { 485 => [\'url','urlUrl'] },
- 'usablemeteringmodes' => { 82 => 0x10a },
- 'usableshootingmodes' => { 82 => 0x109 },
- 'usage' => { 486 => 'usage' },
- 'usageterms' => { 499 => 'UsageTerms' },
- 'useguidelines' => { 467 => 'useGuidelines' },
- 'usepanoramaviewer' => { 457 => 'UsePanoramaViewer' },
- 'usercollection' => { 366 => 'collection.user' },
- 'usercomment' => { 95 => 0x805, 117 => 0x9286, 475 => 'UserComment' },
- 'userdef1picturestyle' => { 19 => 0x10c, 68 => 0xd8, 69 => 0xf0 },
- 'userdef2picturestyle' => { 19 => 0x10e, 68 => 0xda, 69 => 0xf2 },
- 'userdef3picturestyle' => { 19 => 0x110, 68 => 0xdc, 69 => 0xf4 },
- 'userfields' => { 462 => 'UserFields' },
- 'userlabel' => { 373 => 0x2b, 374 => 0x5a, 375 => 0x68 },
- 'userprofile' => { 307 => 0x302, 311 => 0x34c, 314 => 0x3038 },
- 'userrating' => { 366 => 'rating.user', 372 => 'urat' },
- 'usmlenselectronicmf' => { 2 => 0x7, 81 => 0x7, 82 => 0x501 },
- 'uspsnumber' => { 485 => 'uspsNumber' },
- 'utmeasting' => { 166 => 'Easting' },
- 'utmmapdatum' => { 166 => 'Datum' },
- 'utmnorthing' => { 166 => 'Northing' },
- 'utmzone' => { 166 => 'Zone' },
- 'uuid' => { 469 => 'UUID', 471 => 'UUID' },
- 'uv-irfiltercorrection' => { 307 => 0x325 },
- 'validbits' => { 293 => 0x611, 294 => 0x102c },
- 'validpixeldepth' => { 297 => 0x611 },
- 'variablelowpassfilter' => { 412 => 0x2028 },
- 'variousmodes' => { 138 => 0x26 },
- 'variousmodes2' => { 138 => 0x3a },
- 'variprogram' => { 223 => 0xab },
- 'varraydacnominalvalues' => { 136 => 0x191e },
- 'vendor' => { 372 => 'vndr' },
- 'vendorinfo' => { 449 => 'VendorInfo' },
- 'vendorinfomanufacturer' => { 449 => [\'VendorInfo','VendorInfoManufacturer'] },
- 'vendorinfomodel' => { 449 => [\'VendorInfo','VendorInfoModel'] },
- 'vendorinfonotes' => { 449 => [\'VendorInfo','VendorInfoNotes'] },
- 'version' => { 125 => 0x0, 363 => 'Version', 366 => 'version', 469 => 'Version', 471 => 'Version' },
- 'versioncreatedate' => { 446 => 0xd100 },
- 'versionid' => { 496 => 'VersionID' },
- 'versionidentifier' => { 485 => 'versionIdentifier' },
- 'versionmodifydate' => { 446 => 0xd101 },
- 'versions' => { 496 => 'Versions' },
- 'versionscomments' => { 496 => [\'Versions','VersionsComments'] },
- 'versionsevent' => { 496 => [\'Versions','VersionsEvent'] },
- 'versionseventaction' => { 496 => [\'Versions','VersionsEventAction'] },
- 'versionseventchanged' => { 496 => [\'Versions','VersionsEventChanged'] },
- 'versionseventinstanceid' => { 496 => [\'Versions','VersionsEventInstanceID'] },
- 'versionseventparameters' => { 496 => [\'Versions','VersionsEventParameters'] },
- 'versionseventsoftwareagent' => { 496 => [\'Versions','VersionsEventSoftwareAgent'] },
- 'versionseventwhen' => { 496 => [\'Versions','VersionsEventWhen'] },
- 'versionsmodifier' => { 496 => [\'Versions','VersionsModifier'] },
- 'versionsmodifydate' => { 496 => [\'Versions','VersionsModifyDate'] },
- 'versionsversion' => { 496 => [\'Versions','VersionsVersion'] },
- 'verticalafonbutton' => { 272 => '3.2', 273 => '47.2', 275 => '79.1' },
- 'verticalclockoverlaps' => { 136 => 0x412 },
- 'verticalfuncbutton' => { 273 => '42.2', 275 => '67.1' },
- 'verticalfuncbuttonplusdials' => { 273 => '43.1' },
- 'verticalfuncplusdials' => { 275 => '68.1' },
- 'verticalmultiselector' => { 273 => '42.1', 275 => '66.1', 276 => '66.1', 286 => '66.1' },
- 'vfdisplayillumination' => { 2 => 0x11, 82 => [0x510,0x51d] },
- 'vibrance' => { 463 => 'Vibrance', 469 => 'Vibrance', 471 => 'Vibrance' },
- 'vibrationreduction' => { 232 => [0x75,0x82,0x1ae], 240 => '586.1', 249 => '590.2', 256 => 0x4 },
- 'videoalphamode' => { 495 => 'videoAlphaMode' },
- 'videoalphapremultiplecolor' => { 495 => 'videoAlphaPremultipleColor' },
- 'videoalphapremultiplecolora' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] },
- 'videoalphapremultiplecolorb' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] },
- 'videoalphapremultiplecolorblack' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] },
- 'videoalphapremultiplecolorblue' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] },
- 'videoalphapremultiplecolorcyan' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] },
- 'videoalphapremultiplecolorgray' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGray'] },
- 'videoalphapremultiplecolorgreen' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] },
- 'videoalphapremultiplecolorl' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] },
- 'videoalphapremultiplecolormagenta' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] },
- 'videoalphapremultiplecolormode' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] },
- 'videoalphapremultiplecolorred' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] },
- 'videoalphapremultiplecolorswatchname' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] },
- 'videoalphapremultiplecolortint' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] },
- 'videoalphapremultiplecolortype' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] },
- 'videoalphapremultiplecoloryellow' => { 495 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] },
- 'videoalphaunityistransparent' => { 495 => 'videoAlphaUnityIsTransparent' },
- 'videobitrate' => { 481 => 'videoBitRate' },
- 'videobitratemode' => { 481 => 'videoBitRateMode' },
- 'videoburstmode' => { 312 => 0xbb },
- 'videoburstresolution' => { 312 => 0xb3 },
- 'videocodec' => { 65 => 0x74 },
- 'videocolorspace' => { 495 => 'videoColorSpace' },
- 'videocompression' => { 125 => 0x3806 },
- 'videocompressor' => { 495 => 'videoCompressor' },
- 'videodisplayaspectratio' => { 481 => 'videoDisplayAspectRatio' },
- 'videoencodingprofile' => { 481 => 'videoEncodingProfile' },
- 'videofieldorder' => { 495 => 'videoFieldOrder' },
- 'videoframerate' => { 312 => 0x27, 495 => 'videoFrameRate' },
- 'videoframesize' => { 495 => 'videoFrameSize' },
- 'videoframesizeh' => { 495 => [\'videoFrameSize','videoFrameSizeH'] },
- 'videoframesizeunit' => { 495 => [\'videoFrameSize','videoFrameSizeUnit'] },
- 'videoframesizew' => { 495 => [\'videoFrameSize','videoFrameSizeW'] },
- 'videomoddate' => { 495 => 'videoModDate' },
- 'videopixelaspectratio' => { 495 => 'videoPixelAspectRatio' },
- 'videopixeldepth' => { 495 => 'videoPixelDepth' },
- 'videopreburst' => { 312 => 0xc1 },
- 'videoquality' => { 111 => 0x4003 },
- 'videorecordingmode' => { 125 => 0x3803 },
- 'videoshottype' => { 481 => 'VideoShotType' },
- 'videoshottypeidentifier' => { 481 => [\'VideoShotType','VideoShotTypeIdentifier'] },
- 'videoshottypename' => { 481 => [\'VideoShotType','VideoShotTypeName'] },
- 'videostreamscount' => { 481 => 'videoStreamsCount' },
- 'viewfinder' => { 356 => 0x455 },
- 'viewfinderdisplay' => { 272 => '12.4', 273 => '6.3' },
- 'viewfinderwarning' => { 272 => '13.4', 282 => '3.5', 283 => '6.2', 287 => '4.4' },
- 'viewfinderwarnings' => { 82 => 0x40a },
- 'viewinfoduringexposure' => { 82 => 0x407 },
- 'viewingmode' => { 401 => 0x2f, 417 => 0x18 },
- 'viewingmode2' => { 401 => [0x85,0x285] },
- 'viewpoint' => { 484 => 'viewpoint' },
- 'vignetteamount' => { 469 => 'VignetteAmount', 471 => 'VignetteAmount' },
- 'vignettecontrol' => { 223 => 0x2a, 265 => 0x76a43205 },
- 'vignettecontrolintensity' => { 265 => 0xac6bd5c0 },
- 'vignettecorrectionalreadyapplied' => { 466 => 'VignetteCorrectionAlreadyApplied' },
- 'vignettemidpoint' => { 469 => 'VignetteMidpoint', 471 => 'VignetteMidpoint' },
- 'vignetting' => { 379 => 0x1011, 386 => 0xa052 },
- 'vignettingcorrection' => { 117 => 0x7031, 386 => 0xa053, 412 => 0x2011 },
- 'vignettingcorrparams' => { 117 => 0x7032, 441 => 0x64a, 442 => [0x34a,0x350,0x35c,0x368] },
- 'vignettingsetting' => { 386 => 0xa054 },
- 'visualcolor' => { 481 => 'VisualColour' },
- 'visualtechnique' => { 484 => 'visualTechnique' },
- 'voicememo' => { 388 => 0x216 },
- 'volume' => { 485 => 'volume' },
- 'vr_0x66' => { 232 => 0x66 },
- 'vrdoffset' => { 62 => 0xd0 },
- 'vrmode' => { 256 => 0x6 },
- 'waterdepth' => { 117 => 0x9403, 476 => 'WaterDepth' },
- 'wb_bluelevel3500k' => { 185 => 0x19a },
- 'wb_bluelevel6500k' => { 185 => 0x18a },
- 'wb_bluelevelcustom' => { 185 => 0x18e },
- 'wb_bluelevelscloudy' => { 185 => 0x106 },
- 'wb_bluelevelsdaylight' => { 185 => 0xea },
- 'wb_bluelevelsflash' => { 185 => 0x122 },
- 'wb_bluelevelsfluorescent' => { 185 => [0x40a,0x15a] },
- 'wb_bluelevelskelvin' => { 185 => 0x254 },
- 'wb_bluelevelsshade' => { 185 => 0x176 },
- 'wb_bluelevelstungsten' => { 185 => 0xce },
- 'wb_gbrglevels' => { 185 => 0xae, 188 => 0x4 },
- 'wb_glevel' => { 293 => 0x11f },
- 'wb_glevel3000k' => { 293 => 0x113 },
- 'wb_glevel3300k' => { 293 => 0x114 },
- 'wb_glevel3600k' => { 293 => 0x115 },
- 'wb_glevel3900k' => { 293 => 0x116 },
- 'wb_glevel4000k' => { 293 => 0x117 },
- 'wb_glevel4300k' => { 293 => 0x118 },
- 'wb_glevel4500k' => { 293 => 0x119 },
- 'wb_glevel4800k' => { 293 => 0x11a },
- 'wb_glevel5300k' => { 293 => 0x11b },
- 'wb_glevel6000k' => { 293 => 0x11c },
- 'wb_glevel6600k' => { 293 => 0x11d },
- 'wb_glevel7500k' => { 293 => 0x11e },
- 'wb_grbglevels' => { 198 => 0x0 },
- 'wb_grgblevelsauto' => { 79 => 0x2 },
- 'wb_grgblevelscloudy' => { 79 => 0x12 },
- 'wb_grgblevelscustom1' => { 79 => 0x42 },
- 'wb_grgblevelscustom2' => { 79 => 0x4a },
- 'wb_grgblevelsdaylight' => { 79 => 0xa },
- 'wb_grgblevelsflash' => { 79 => 0x32 },
- 'wb_grgblevelsfluorescent' => { 79 => 0x22 },
- 'wb_grgblevelsfluorhigh' => { 79 => 0x2a },
- 'wb_grgblevelstungsten' => { 79 => 0x1a },
- 'wb_grgblevelsunderwater' => { 79 => 0x3a },
- 'wb_rbgglevels' => { 195 => 0x0 },
- 'wb_rblevels' => { 199 => 0x270, 223 => 0xc, 293 => 0x100 },
- 'wb_rblevels1' => { 318 => 0x2 },
- 'wb_rblevels2' => { 318 => 0x5 },
- 'wb_rblevels3' => { 318 => 0x8 },
- 'wb_rblevels3000k' => { 293 => 0x102 },
- 'wb_rblevels3300k' => { 293 => 0x103 },
- 'wb_rblevels3500k' => { 185 => 0x430 },
- 'wb_rblevels3600k' => { 293 => 0x104 },
- 'wb_rblevels3900k' => { 293 => 0x105 },
- 'wb_rblevels4' => { 318 => 0xb },
- 'wb_rblevels4000k' => { 293 => 0x106 },
- 'wb_rblevels4300k' => { 293 => 0x107 },
- 'wb_rblevels4500k' => { 293 => 0x108 },
- 'wb_rblevels4800k' => { 293 => 0x109 },
- 'wb_rblevels5' => { 318 => 0xe },
- 'wb_rblevels5300k' => { 293 => 0x10a },
- 'wb_rblevels6' => { 318 => 0x11 },
- 'wb_rblevels6000k' => { 293 => 0x10b },
- 'wb_rblevels6500k' => { 185 => 0x420 },
- 'wb_rblevels6600k' => { 293 => 0x10c },
- 'wb_rblevels7' => { 318 => 0x14 },
- 'wb_rblevels7500k' => { 293 => 0x10d },
- 'wb_rblevelsauto' => { 199 => 0x272, 297 => 0x110 },
- 'wb_rblevelscloudy' => { 185 => 0x3f0, 187 => 0x10, 199 => 0x296, 297 => 0x121 },
- 'wb_rblevelscoolwhitef' => { 185 => 0x308, 187 => 0x14 },
- 'wb_rblevelscoolwhitefluor' => { 297 => 0x132 },
- 'wb_rblevelscustom' => { 185 => 0x424, 187 => 0x1c },
- 'wb_rblevelscwb1' => { 293 => 0x10e },
- 'wb_rblevelscwb2' => { 293 => 0x10f },
- 'wb_rblevelscwb3' => { 293 => 0x110 },
- 'wb_rblevelscwb4' => { 293 => 0x111 },
- 'wb_rblevelsdaylight' => { 185 => [0x3ec,0x528], 187 => 0xc, 199 => 0x274 },
- 'wb_rblevelsdaylightf' => { 187 => 0x24 },
- 'wb_rblevelsdaylightfluor' => { 297 => 0x130 },
- 'wb_rblevelsdaywhitef' => { 187 => 0x28 },
- 'wb_rblevelsdaywhitefluor' => { 297 => 0x131 },
- 'wb_rblevelseveningsunlight' => { 297 => 0x124 },
- 'wb_rblevelsfineweather' => { 297 => 0x122 },
- 'wb_rblevelsflash' => { 185 => [0x3f4,0x304], 187 => 0x18, 199 => 0x2a4 },
- 'wb_rblevelsfluorescent' => { 199 => 0x290 },
- 'wb_rblevelsincandescent' => { 199 => 0x282 },
- 'wb_rblevelsshade' => { 185 => 0x418, 187 => 0x20, 199 => 0x2b2, 297 => 0x120 },
- 'wb_rblevelstungsten' => { 185 => 0x3e8, 187 => 0x8, 297 => 0x123 },
- 'wb_rblevelsused' => { 297 => 0x100 },
- 'wb_rblevelswhitef' => { 187 => 0x2c },
- 'wb_rblevelswhitefluorescent' => { 297 => 0x133 },
- 'wb_redlevel3500k' => { 185 => 0x198 },
- 'wb_redlevel6500k' => { 185 => 0x188 },
- 'wb_redlevelcustom' => { 185 => 0x18c },
- 'wb_redlevelscloudy' => { 185 => 0xf8 },
- 'wb_redlevelsdaylight' => { 185 => 0xdc },
- 'wb_redlevelsflash' => { 185 => 0x114 },
- 'wb_redlevelsfluorescent' => { 185 => [0x3fc,0x14c] },
- 'wb_redlevelskelvin' => { 185 => 0x1be },
- 'wb_redlevelsshade' => { 185 => 0x168 },
- 'wb_redlevelstungsten' => { 185 => 0xc0 },
- 'wb_rgbglevels' => { 197 => 0x0 },
- 'wb_rgblevels' => { 185 => [0x546,0x96], 308 => 0xd, 309 => 0x413, 314 => 0x3036, 356 => 0x107, 420 => 0x117c, 421 => 0x1180, 422 => 0x115c, 423 => 0x11d8, 424 => 0x11b4, 425 => 0x106c, 426 => 0x264, 427 => 0x264, 428 => 0x252 },
- 'wb_rgblevels1' => { 319 => 0x2 },
- 'wb_rgblevels2' => { 319 => 0x6 },
- 'wb_rgblevels3' => { 319 => 0xa },
- 'wb_rgblevels4' => { 319 => 0xe },
- 'wb_rgblevels5' => { 319 => 0x12 },
- 'wb_rgblevels6' => { 319 => 0x16 },
- 'wb_rgblevels7' => { 319 => 0x1a },
- 'wb_rgblevelsauto' => { 390 => 0x0 },
- 'wb_rgblevelscustom1' => { 390 => 0x15 },
- 'wb_rgblevelscustom2' => { 390 => 0x18 },
- 'wb_rgblevelscustom3' => { 390 => 0x1b },
- 'wb_rgblevelsdaylight' => { 390 => 0x3 },
- 'wb_rgblevelsflash' => { 390 => 0x12 },
- 'wb_rgblevelsfluorescent' => { 390 => 0xf },
- 'wb_rgblevelsincandescent' => { 390 => 0xc },
- 'wb_rgblevelsovercast' => { 390 => 0x9 },
- 'wb_rgblevelsshade' => { 390 => 0x6 },
- 'wb_rgblevelsunknown0' => { 391 => 0x0 },
- 'wb_rgblevelsunknown1' => { 391 => 0x3 },
- 'wb_rgblevelsunknown2' => { 391 => 0x6 },
- 'wb_rgblevelsunknown3' => { 391 => 0x9 },
- 'wb_rgblevelsunknown4' => { 391 => 0xc },
- 'wb_rgblevelsunknown5' => { 391 => 0xf },
- 'wb_rgblevelsunknown6' => { 391 => 0x12 },
- 'wb_rgblevelsunknown7' => { 391 => 0x15 },
- 'wb_rgblevelsunknown8' => { 391 => 0x18 },
- 'wb_rgblevelsunknown9' => { 391 => 0x1b },
- 'wb_rgbmuldaylight' => { 136 => 0x852 },
- 'wb_rgbmulflash' => { 136 => 0x855 },
- 'wb_rgbmulfluorescent' => { 136 => 0x854 },
- 'wb_rgbmultungsten' => { 136 => 0x853 },
+ 'timezone' => { 77 => 0x1, 258 => 0x0, 384 => 0xa },
+ 'timezonecity' => { 77 => 0x2 },
+ 'timezonecode' => { 99 => 0x1 },
+ 'timezoneinfo' => { 99 => 0x2 },
+ 'timezoneoffset' => { 118 => 0x882a },
+ 'tint' => { 368 => 'player.movie.visual.tint', 471 => 'Tint', 473 => 'Tint' },
+ 'title' => { 156 => 'Title', 300 => 'Title', 304 => 'Title', 314 => 0x65, 365 => 'Title', 366 => ['titl',"\xa9nam"], 368 => 'title', 374 => ['titl',"\xa9nam"], 474 => 'title', 484 => 'Title', 495 => 'Title' },
+ 'togglestyleamount' => { 471 => 'ToggleStyleAmount', 473 => 'ToggleStyleAmount' },
+ 'togglestyledigest' => { 471 => 'ToggleStyleDigest', 473 => 'ToggleStyleDigest' },
+ 'tonecomp' => { 224 => 0x81 },
+ 'tonecurve' => { 73 => 0x1, 349 => 0x402, 471 => 'ToneCurve', 473 => 'ToneCurve' },
+ 'tonecurveactive' => { 107 => 0x110 },
+ 'tonecurveadobergb' => { 388 => 0xa043 },
+ 'tonecurveadobergbdefault' => { 388 => 0xa041 },
+ 'tonecurveblue' => { 471 => 'ToneCurveBlue', 473 => 'ToneCurveBlue' },
+ 'tonecurvebluex' => { 448 => 0x9003 },
+ 'tonecurvebluey' => { 448 => 0x9007 },
+ 'tonecurvebrightness' => { 102 => 0x20410 },
+ 'tonecurvebrightnessx' => { 448 => 0x9000 },
+ 'tonecurvebrightnessy' => { 448 => 0x9004 },
+ 'tonecurvecolorspace' => { 106 => 0x0 },
+ 'tonecurvecontrast' => { 102 => 0x20411 },
+ 'tonecurvegreen' => { 471 => 'ToneCurveGreen', 473 => 'ToneCurveGreen' },
+ 'tonecurvegreenx' => { 448 => 0x9002 },
+ 'tonecurvegreeny' => { 448 => 0x9006 },
+ 'tonecurveinputrange' => { 106 => 0x3 },
+ 'tonecurveinterpolation' => { 107 => 0x159 },
+ 'tonecurvemode' => { 107 => 0x113 },
+ 'tonecurvename' => { 471 => 'ToneCurveName', 473 => 'ToneCurveName' },
+ 'tonecurvename2012' => { 471 => 'ToneCurveName2012', 473 => 'ToneCurveName2012' },
+ 'tonecurveoriginal' => { 102 => '0x20400.1' },
+ 'tonecurveoutputrange' => { 106 => 0x5 },
+ 'tonecurveprofilename' => { 137 => 0x1391 },
+ 'tonecurveproperty' => { 107 => 0x3c },
+ 'tonecurvepv2012' => { 471 => 'ToneCurvePV2012', 473 => 'ToneCurvePV2012' },
+ 'tonecurvepv2012blue' => { 471 => 'ToneCurvePV2012Blue', 473 => 'ToneCurvePV2012Blue' },
+ 'tonecurvepv2012green' => { 471 => 'ToneCurvePV2012Green', 473 => 'ToneCurvePV2012Green' },
+ 'tonecurvepv2012red' => { 471 => 'ToneCurvePV2012Red', 473 => 'ToneCurvePV2012Red' },
+ 'tonecurvered' => { 471 => 'ToneCurveRed', 473 => 'ToneCurveRed' },
+ 'tonecurveredx' => { 448 => 0x9001 },
+ 'tonecurveredy' => { 448 => 0x9005 },
+ 'tonecurves' => { 349 => 0x403 },
+ 'tonecurveshape' => { 106 => 0x1 },
+ 'tonecurvesrgb' => { 388 => 0xa042 },
+ 'tonecurvesrgbdefault' => { 388 => 0xa040 },
+ 'tonecurvex' => { 106 => 0xa },
+ 'tonecurvey' => { 106 => 0xb },
+ 'tonelevel' => { 291 => 0x52e },
+ 'tonemapstrength' => { 471 => 'ToneMapStrength', 473 => 'ToneMapStrength' },
+ 'toningeffect' => { 57 => 0xf, 224 => 0xb3, 226 => 0x38, 227 => 0x40, 228 => 0x48, 381 => 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' => { 226 => 0x39, 227 => 0x41, 228 => 0x49 },
+ 'totalzoom' => { 139 => 0x62 },
+ 'touchae' => { 314 => 0xab },
+ 'track' => { 366 => "\xa9trk", 374 => "\xa9trk" },
+ 'trackcreatedate' => { 373 => 0x1 },
+ 'trackmodifydate' => { 373 => 0x2 },
+ 'tracknumber' => { 366 => 'trkn', 497 => 'trackNumber' },
+ 'tracks' => { 497 => 'Tracks' },
+ 'tracksframerate' => { 497 => [\'Tracks','TracksFrameRate'] },
+ 'tracksmarkers' => { 497 => [\'Tracks','TracksMarkers'] },
+ 'tracksmarkerscomment' => { 497 => [\'Tracks','TracksMarkersComment'] },
+ 'tracksmarkerscuepointparams' => { 497 => [\'Tracks','TracksMarkersCuePointParams'] },
+ 'tracksmarkerscuepointparamskey' => { 497 => [\'Tracks','TracksMarkersCuePointParamsKey'] },
+ 'tracksmarkerscuepointparamsvalue' => { 497 => [\'Tracks','TracksMarkersCuePointParamsValue'] },
+ 'tracksmarkerscuepointtype' => { 497 => [\'Tracks','TracksMarkersCuePointType'] },
+ 'tracksmarkersduration' => { 497 => [\'Tracks','TracksMarkersDuration'] },
+ 'tracksmarkerslocation' => { 497 => [\'Tracks','TracksMarkersLocation'] },
+ 'tracksmarkersname' => { 497 => [\'Tracks','TracksMarkersName'] },
+ 'tracksmarkersprobability' => { 497 => [\'Tracks','TracksMarkersProbability'] },
+ 'tracksmarkersspeaker' => { 497 => [\'Tracks','TracksMarkersSpeaker'] },
+ 'tracksmarkersstarttime' => { 497 => [\'Tracks','TracksMarkersStartTime'] },
+ 'tracksmarkerstarget' => { 497 => [\'Tracks','TracksMarkersTarget'] },
+ 'tracksmarkerstype' => { 497 => [\'Tracks','TracksMarkersType'] },
+ 'trackstrackname' => { 497 => [\'Tracks','TracksTrackName'] },
+ 'trackstracktype' => { 497 => [\'Tracks','TracksTrackType'] },
+ 'tracktype' => { 374 => 'kgtt' },
+ 'trailer' => { 119 => 'Trailer' },
+ 'trailersignature' => { 163 => 'zmie' },
+ 'transcript' => { 483 => 'Transcript' },
+ 'transcriptlink' => { 483 => 'TranscriptLink' },
+ 'transcriptlinklink' => { 483 => [\'TranscriptLink','TranscriptLinkLink'] },
+ 'transcriptlinklinkqualifier' => { 483 => [\'TranscriptLink','TranscriptLinkLinkQualifier'] },
+ 'transferfunction' => { 118 => 0x12d, 493 => 'TransferFunction' },
+ 'transfertimenormal' => { 137 => 0x1888 },
+ 'transfertimetest' => { 137 => 0x1889 },
+ 'transform' => { 314 => [0x8012,0x59] },
+ 'transmissionreference' => { 485 => 'TransmissionReference' },
+ 'trapped' => { 300 => 'Trapped', 484 => 'Trapped' },
+ 'trashbuttonfunction' => { 83 => 0x710 },
+ 'travelday' => { 314 => 0x36 },
+ 'treble' => { 368 => 'player.movie.audio.treble' },
+ 'triggermode' => { 375 => 0x6, 376 => 0x34, 377 => 0x34 },
+ 'tstop' => { 118 => 0xc772 },
+ 'ttl_da_adown' => { 337 => 0x5 },
+ 'ttl_da_aup' => { 337 => 0x4 },
+ 'ttl_da_bdown' => { 337 => 0x7 },
+ 'ttl_da_bup' => { 337 => 0x6 },
+ 'tungstenawb' => { 327 => 0x1 },
+ 'tvepisode' => { 366 => 'tves' },
+ 'tvepisodeid' => { 366 => 'tven' },
+ 'tvexposuretimesetting' => { 330 => 0x12 },
+ 'tvnetworkname' => { 366 => 'tvnn' },
+ 'tvseason' => { 366 => 'tvsn' },
+ 'tvshow' => { 366 => 'tvsh' },
+ 'type' => { 474 => 'type', 492 => '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' => { 456 => 'Units' },
+ 'unknown_aacr' => { 366 => 'AACR' },
+ 'unknown_cdek' => { 366 => 'CDEK' },
+ 'unknown_cdet' => { 366 => 'CDET' },
+ 'unknownblock' => { 349 => 0x405 },
+ 'unknownblock1' => { 295 => 0x635 },
+ 'unknownblock2' => { 295 => 0x636 },
+ 'unknownblock3' => { 295 => 0x1103 },
+ 'unknownblock4' => { 295 => 0x1104 },
+ 'unknowncontrast' => { 108 => 0x45 },
+ 'unknowndate' => { 358 => 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' => { 374 => 'TAGS' },
+ 'unknowntemperature' => { 120 => 0x4 },
+ 'unknownthumbnail' => { 374 => 'thmb' },
+ 'unsharp1color' => { 272 => 0x13 },
+ 'unsharp1halowidth' => { 272 => 0x19 },
+ 'unsharp1intensity' => { 272 => 0x17 },
+ 'unsharp1threshold' => { 272 => 0x1b },
+ 'unsharp2color' => { 272 => 0x2e },
+ 'unsharp2halowidth' => { 272 => 0x34 },
+ 'unsharp2intensity' => { 272 => 0x32 },
+ 'unsharp2threshold' => { 272 => 0x36 },
+ 'unsharp3color' => { 272 => 0x49 },
+ 'unsharp3halowidth' => { 272 => 0x4f },
+ 'unsharp3intensity' => { 272 => 0x4d },
+ 'unsharp3threshold' => { 272 => 0x51 },
+ 'unsharp4color' => { 272 => 0x64 },
+ 'unsharp4halowidth' => { 272 => 0x6a },
+ 'unsharp4intensity' => { 272 => 0x68 },
+ 'unsharp4threshold' => { 272 => 0x6c },
+ 'unsharpcount' => { 272 => 0x0 },
+ 'unsharpmask' => { 108 => 0x90, 267 => 0x76a43200 },
+ 'unsharpmaskfineness' => { 102 => 0x20309 },
+ 'unsharpmaskstrength' => { 102 => 0x20308 },
+ 'unsharpmaskthreshold' => { 102 => 0x2030a },
+ 'uprightcentermode' => { 471 => 'UprightCenterMode', 473 => 'UprightCenterMode' },
+ 'uprightcenternormx' => { 471 => 'UprightCenterNormX', 473 => 'UprightCenterNormX' },
+ 'uprightcenternormy' => { 471 => 'UprightCenterNormY', 473 => 'UprightCenterNormY' },
+ 'uprightdependentdigest' => { 471 => 'UprightDependentDigest', 473 => 'UprightDependentDigest' },
+ 'uprightfocallength35mm' => { 471 => 'UprightFocalLength35mm', 473 => 'UprightFocalLength35mm' },
+ 'uprightfocalmode' => { 471 => 'UprightFocalMode', 473 => 'UprightFocalMode' },
+ 'uprightfoursegmentscount' => { 471 => 'UprightFourSegmentsCount', 473 => 'UprightFourSegmentsCount' },
+ 'uprightpreview' => { 471 => 'UprightPreview', 473 => 'UprightPreview' },
+ 'uprighttransform_0' => { 471 => 'UprightTransform_0', 473 => 'UprightTransform_0' },
+ 'uprighttransform_1' => { 471 => 'UprightTransform_1', 473 => 'UprightTransform_1' },
+ 'uprighttransform_2' => { 471 => 'UprightTransform_2', 473 => 'UprightTransform_2' },
+ 'uprighttransform_3' => { 471 => 'UprightTransform_3', 473 => 'UprightTransform_3' },
+ 'uprighttransform_4' => { 471 => 'UprightTransform_4', 473 => 'UprightTransform_4' },
+ 'uprighttransform_5' => { 471 => 'UprightTransform_5', 473 => 'UprightTransform_5' },
+ 'uprighttransformcount' => { 471 => 'UprightTransformCount', 473 => 'UprightTransformCount' },
+ 'uprightversion' => { 471 => 'UprightVersion', 473 => 'UprightVersion' },
+ 'urgency' => { 130 => 0xa, 485 => 'Urgency' },
+ 'url' => { 156 => 'URL', 304 => 'URL', 363 => 0x40b, 487 => 'url' },
+ 'url_list' => { 363 => 0x41e },
+ 'urla-platform' => { 487 => [\'url','urlA-platform'] },
+ 'urlurl' => { 487 => [\'url','urlUrl'] },
+ 'usablemeteringmodes' => { 83 => 0x10a },
+ 'usableshootingmodes' => { 83 => 0x109 },
+ 'usage' => { 488 => 'usage' },
+ 'usageterms' => { 501 => 'UsageTerms' },
+ 'useguidelines' => { 469 => 'useGuidelines' },
+ 'usepanoramaviewer' => { 459 => 'UsePanoramaViewer' },
+ 'usercollection' => { 368 => 'collection.user' },
+ 'usercomment' => { 96 => 0x805, 118 => 0x9286, 477 => 'UserComment' },
+ 'userdef1picturestyle' => { 19 => 0x10c, 69 => 0xd8, 70 => 0xf0 },
+ 'userdef2picturestyle' => { 19 => 0x10e, 69 => 0xda, 70 => 0xf2 },
+ 'userdef3picturestyle' => { 19 => 0x110, 69 => 0xdc, 70 => 0xf4 },
+ 'userfields' => { 464 => 'UserFields' },
+ 'userlabel' => { 375 => 0x2b, 376 => 0x5a, 377 => 0x68 },
+ 'userprofile' => { 309 => 0x302, 313 => 0x34c, 316 => 0x3038 },
+ 'userrating' => { 368 => 'rating.user', 374 => 'urat' },
+ 'usmlenselectronicmf' => { 2 => 0x7, 82 => 0x7, 83 => 0x501 },
+ 'uspsnumber' => { 487 => 'uspsNumber' },
+ 'utmeasting' => { 167 => 'Easting' },
+ 'utmmapdatum' => { 167 => 'Datum' },
+ 'utmnorthing' => { 167 => 'Northing' },
+ 'utmzone' => { 167 => 'Zone' },
+ 'uuid' => { 471 => 'UUID', 473 => 'UUID' },
+ 'uv-irfiltercorrection' => { 309 => 0x325 },
+ 'validbits' => { 295 => 0x611, 296 => 0x102c },
+ 'validpixeldepth' => { 299 => 0x611 },
+ 'variablelowpassfilter' => { 414 => 0x2028 },
+ 'variousmodes' => { 139 => 0x26 },
+ 'variousmodes2' => { 139 => 0x3a },
+ 'variprogram' => { 224 => 0xab },
+ 'varraydacnominalvalues' => { 137 => 0x191e },
+ 'vendor' => { 374 => 'vndr' },
+ 'vendorinfo' => { 451 => 'VendorInfo' },
+ 'vendorinfomanufacturer' => { 451 => [\'VendorInfo','VendorInfoManufacturer'] },
+ 'vendorinfomodel' => { 451 => [\'VendorInfo','VendorInfoModel'] },
+ 'vendorinfonotes' => { 451 => [\'VendorInfo','VendorInfoNotes'] },
+ 'version' => { 126 => 0x0, 365 => 'Version', 368 => 'version', 471 => 'Version', 473 => 'Version' },
+ 'versioncreatedate' => { 448 => 0xd100 },
+ 'versionid' => { 498 => 'VersionID' },
+ 'versionidentifier' => { 487 => 'versionIdentifier' },
+ 'versionmodifydate' => { 448 => 0xd101 },
+ 'versions' => { 498 => 'Versions' },
+ 'versionscomments' => { 498 => [\'Versions','VersionsComments'] },
+ 'versionsevent' => { 498 => [\'Versions','VersionsEvent'] },
+ 'versionseventaction' => { 498 => [\'Versions','VersionsEventAction'] },
+ 'versionseventchanged' => { 498 => [\'Versions','VersionsEventChanged'] },
+ 'versionseventinstanceid' => { 498 => [\'Versions','VersionsEventInstanceID'] },
+ 'versionseventparameters' => { 498 => [\'Versions','VersionsEventParameters'] },
+ 'versionseventsoftwareagent' => { 498 => [\'Versions','VersionsEventSoftwareAgent'] },
+ 'versionseventwhen' => { 498 => [\'Versions','VersionsEventWhen'] },
+ 'versionsmodifier' => { 498 => [\'Versions','VersionsModifier'] },
+ 'versionsmodifydate' => { 498 => [\'Versions','VersionsModifyDate'] },
+ 'versionsversion' => { 498 => [\'Versions','VersionsVersion'] },
+ 'verticalafonbutton' => { 274 => '3.2', 275 => '47.2', 277 => '79.1' },
+ 'verticalclockoverlaps' => { 137 => 0x412 },
+ 'verticalfuncbutton' => { 275 => '42.2', 277 => '67.1' },
+ 'verticalfuncbuttonplusdials' => { 275 => '43.1' },
+ 'verticalfuncplusdials' => { 277 => '68.1' },
+ 'verticalmultiselector' => { 275 => '42.1', 277 => '66.1', 278 => '66.1', 288 => '66.1' },
+ 'vfdisplayillumination' => { 2 => 0x11, 83 => [0x510,0x51d] },
+ 'vibrance' => { 465 => 'Vibrance', 471 => 'Vibrance', 473 => 'Vibrance' },
+ 'vibrationreduction' => { 233 => [0x75,0x82,0x1ae], 241 => '586.1', 250 => '590.2', 257 => 0x4 },
+ 'videoalphamode' => { 497 => 'videoAlphaMode' },
+ 'videoalphapremultiplecolor' => { 497 => 'videoAlphaPremultipleColor' },
+ 'videoalphapremultiplecolora' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] },
+ 'videoalphapremultiplecolorb' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] },
+ 'videoalphapremultiplecolorblack' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] },
+ 'videoalphapremultiplecolorblue' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] },
+ 'videoalphapremultiplecolorcyan' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] },
+ 'videoalphapremultiplecolorgray' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGray'] },
+ 'videoalphapremultiplecolorgreen' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] },
+ 'videoalphapremultiplecolorl' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] },
+ 'videoalphapremultiplecolormagenta' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] },
+ 'videoalphapremultiplecolormode' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] },
+ 'videoalphapremultiplecolorred' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] },
+ 'videoalphapremultiplecolorswatchname' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] },
+ 'videoalphapremultiplecolortint' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] },
+ 'videoalphapremultiplecolortype' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] },
+ 'videoalphapremultiplecoloryellow' => { 497 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] },
+ 'videoalphaunityistransparent' => { 497 => 'videoAlphaUnityIsTransparent' },
+ 'videobitrate' => { 483 => 'videoBitRate' },
+ 'videobitratemode' => { 483 => 'videoBitRateMode' },
+ 'videoburstmode' => { 314 => 0xbb },
+ 'videoburstresolution' => { 314 => 0xb3 },
+ 'videocodec' => { 66 => 0x74 },
+ 'videocolorspace' => { 497 => 'videoColorSpace' },
+ 'videocompression' => { 126 => 0x3806 },
+ 'videocompressor' => { 497 => 'videoCompressor' },
+ 'videodisplayaspectratio' => { 483 => 'videoDisplayAspectRatio' },
+ 'videoencodingprofile' => { 483 => 'videoEncodingProfile' },
+ 'videofieldorder' => { 497 => 'videoFieldOrder' },
+ 'videoframerate' => { 314 => 0x27, 497 => 'videoFrameRate' },
+ 'videoframesize' => { 497 => 'videoFrameSize' },
+ 'videoframesizeh' => { 497 => [\'videoFrameSize','videoFrameSizeH'] },
+ 'videoframesizeunit' => { 497 => [\'videoFrameSize','videoFrameSizeUnit'] },
+ 'videoframesizew' => { 497 => [\'videoFrameSize','videoFrameSizeW'] },
+ 'videomoddate' => { 497 => 'videoModDate' },
+ 'videopixelaspectratio' => { 497 => 'videoPixelAspectRatio' },
+ 'videopixeldepth' => { 497 => 'videoPixelDepth' },
+ 'videopreburst' => { 314 => 0xc1 },
+ 'videoquality' => { 112 => 0x4003 },
+ 'videorecordingmode' => { 126 => 0x3803 },
+ 'videoshottype' => { 483 => 'VideoShotType' },
+ 'videoshottypeidentifier' => { 483 => [\'VideoShotType','VideoShotTypeIdentifier'] },
+ 'videoshottypename' => { 483 => [\'VideoShotType','VideoShotTypeName'] },
+ 'videostreamscount' => { 483 => 'videoStreamsCount' },
+ 'viewfinder' => { 358 => 0x455 },
+ 'viewfinderdisplay' => { 274 => '12.4', 275 => '6.3' },
+ 'viewfinderwarning' => { 274 => '13.4', 284 => '3.5', 285 => '6.2', 289 => '4.4' },
+ 'viewfinderwarnings' => { 83 => 0x40a },
+ 'viewinfoduringexposure' => { 83 => 0x407 },
+ 'viewingmode' => { 403 => 0x2f, 419 => 0x18 },
+ 'viewingmode2' => { 403 => [0x85,0x285] },
+ 'viewpoint' => { 486 => 'viewpoint' },
+ 'vignetteamount' => { 471 => 'VignetteAmount', 473 => 'VignetteAmount' },
+ 'vignettecontrol' => { 224 => 0x2a, 267 => 0x76a43205 },
+ 'vignettecontrolintensity' => { 267 => 0xac6bd5c0 },
+ 'vignettecorrectionalreadyapplied' => { 468 => 'VignetteCorrectionAlreadyApplied' },
+ 'vignettemidpoint' => { 471 => 'VignetteMidpoint', 473 => 'VignetteMidpoint' },
+ 'vignetting' => { 381 => 0x1011, 388 => 0xa052 },
+ 'vignettingcorrection' => { 118 => 0x7031, 388 => 0xa053, 414 => 0x2011 },
+ 'vignettingcorrparams' => { 118 => 0x7032, 443 => 0x64a, 444 => [0x34a,0x350,0x35c,0x368] },
+ 'vignettingsetting' => { 388 => 0xa054 },
+ 'visualcolor' => { 483 => 'VisualColour' },
+ 'visualtechnique' => { 486 => 'visualTechnique' },
+ 'voicememo' => { 390 => 0x216 },
+ 'volume' => { 487 => 'volume' },
+ 'vr_0x66' => { 233 => 0x66 },
+ 'vrdoffset' => { 63 => 0xd0 },
+ 'vrmode' => { 257 => 0x6 },
+ 'waterdepth' => { 118 => 0x9403, 478 => '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' => { 295 => 0x11f },
+ 'wb_glevel3000k' => { 295 => 0x113 },
+ 'wb_glevel3300k' => { 295 => 0x114 },
+ 'wb_glevel3600k' => { 295 => 0x115 },
+ 'wb_glevel3900k' => { 295 => 0x116 },
+ 'wb_glevel4000k' => { 295 => 0x117 },
+ 'wb_glevel4300k' => { 295 => 0x118 },
+ 'wb_glevel4500k' => { 295 => 0x119 },
+ 'wb_glevel4800k' => { 295 => 0x11a },
+ 'wb_glevel5300k' => { 295 => 0x11b },
+ 'wb_glevel6000k' => { 295 => 0x11c },
+ 'wb_glevel6600k' => { 295 => 0x11d },
+ 'wb_glevel7500k' => { 295 => 0x11e },
+ 'wb_grbglevels' => { 199 => 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' => { 196 => 0x0 },
+ 'wb_rblevels' => { 200 => 0x270, 224 => 0xc, 295 => 0x100 },
+ 'wb_rblevels1' => { 320 => 0x2 },
+ 'wb_rblevels2' => { 320 => 0x5 },
+ 'wb_rblevels3' => { 320 => 0x8 },
+ 'wb_rblevels3000k' => { 295 => 0x102 },
+ 'wb_rblevels3300k' => { 295 => 0x103 },
+ 'wb_rblevels3500k' => { 186 => 0x430 },
+ 'wb_rblevels3600k' => { 295 => 0x104 },
+ 'wb_rblevels3900k' => { 295 => 0x105 },
+ 'wb_rblevels4' => { 320 => 0xb },
+ 'wb_rblevels4000k' => { 295 => 0x106 },
+ 'wb_rblevels4300k' => { 295 => 0x107 },
+ 'wb_rblevels4500k' => { 295 => 0x108 },
+ 'wb_rblevels4800k' => { 295 => 0x109 },
+ 'wb_rblevels5' => { 320 => 0xe },
+ 'wb_rblevels5300k' => { 295 => 0x10a },
+ 'wb_rblevels6' => { 320 => 0x11 },
+ 'wb_rblevels6000k' => { 295 => 0x10b },
+ 'wb_rblevels6500k' => { 186 => 0x420 },
+ 'wb_rblevels6600k' => { 295 => 0x10c },
+ 'wb_rblevels7' => { 320 => 0x14 },
+ 'wb_rblevels7500k' => { 295 => 0x10d },
+ 'wb_rblevelsauto' => { 200 => 0x272, 299 => 0x110 },
+ 'wb_rblevelscloudy' => { 186 => 0x3f0, 188 => 0x10, 200 => 0x296, 299 => 0x121 },
+ 'wb_rblevelscoolwhitef' => { 186 => 0x308, 188 => 0x14 },
+ 'wb_rblevelscoolwhitefluor' => { 299 => 0x132 },
+ 'wb_rblevelscustom' => { 186 => 0x424, 188 => 0x1c },
+ 'wb_rblevelscwb1' => { 295 => 0x10e },
+ 'wb_rblevelscwb2' => { 295 => 0x10f },
+ 'wb_rblevelscwb3' => { 295 => 0x110 },
+ 'wb_rblevelscwb4' => { 295 => 0x111 },
+ 'wb_rblevelsdaylight' => { 186 => [0x3ec,0x528], 188 => 0xc, 200 => 0x274 },
+ 'wb_rblevelsdaylightf' => { 188 => 0x24 },
+ 'wb_rblevelsdaylightfluor' => { 299 => 0x130 },
+ 'wb_rblevelsdaywhitef' => { 188 => 0x28 },
+ 'wb_rblevelsdaywhitefluor' => { 299 => 0x131 },
+ 'wb_rblevelseveningsunlight' => { 299 => 0x124 },
+ 'wb_rblevelsfineweather' => { 299 => 0x122 },
+ 'wb_rblevelsflash' => { 186 => [0x3f4,0x304], 188 => 0x18, 200 => 0x2a4 },
+ 'wb_rblevelsfluorescent' => { 200 => 0x290 },
+ 'wb_rblevelsincandescent' => { 200 => 0x282 },
+ 'wb_rblevelsshade' => { 186 => 0x418, 188 => 0x20, 200 => 0x2b2, 299 => 0x120 },
+ 'wb_rblevelstungsten' => { 186 => 0x3e8, 188 => 0x8, 299 => 0x123 },
+ 'wb_rblevelsused' => { 299 => 0x100 },
+ 'wb_rblevelswhitef' => { 188 => 0x2c },
+ 'wb_rblevelswhitefluorescent' => { 299 => 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' => { 198 => 0x0 },
+ 'wb_rgblevels' => { 186 => [0x546,0x96], 310 => 0xd, 311 => 0x413, 316 => 0x3036, 358 => 0x107, 422 => 0x117c, 423 => 0x1180, 424 => 0x115c, 425 => 0x11d8, 426 => 0x11b4, 427 => 0x106c, 428 => 0x264, 429 => 0x264, 430 => 0x252 },
+ 'wb_rgblevels1' => { 321 => 0x2 },
+ 'wb_rgblevels2' => { 321 => 0x6 },
+ 'wb_rgblevels3' => { 321 => 0xa },
+ 'wb_rgblevels4' => { 321 => 0xe },
+ 'wb_rgblevels5' => { 321 => 0x12 },
+ 'wb_rgblevels6' => { 321 => 0x16 },
+ 'wb_rgblevels7' => { 321 => 0x1a },
+ 'wb_rgblevelsauto' => { 392 => 0x0 },
+ 'wb_rgblevelscustom1' => { 392 => 0x15 },
+ 'wb_rgblevelscustom2' => { 392 => 0x18 },
+ 'wb_rgblevelscustom3' => { 392 => 0x1b },
+ 'wb_rgblevelsdaylight' => { 392 => 0x3 },
+ 'wb_rgblevelsflash' => { 392 => 0x12 },
+ 'wb_rgblevelsfluorescent' => { 392 => 0xf },
+ 'wb_rgblevelsincandescent' => { 392 => 0xc },
+ 'wb_rgblevelsovercast' => { 392 => 0x9 },
+ 'wb_rgblevelsshade' => { 392 => 0x6 },
+ 'wb_rgblevelsunknown0' => { 393 => 0x0 },
+ 'wb_rgblevelsunknown1' => { 393 => 0x3 },
+ 'wb_rgblevelsunknown2' => { 393 => 0x6 },
+ 'wb_rgblevelsunknown3' => { 393 => 0x9 },
+ 'wb_rgblevelsunknown4' => { 393 => 0xc },
+ 'wb_rgblevelsunknown5' => { 393 => 0xf },
+ 'wb_rgblevelsunknown6' => { 393 => 0x12 },
+ 'wb_rgblevelsunknown7' => { 393 => 0x15 },
+ 'wb_rgblevelsunknown8' => { 393 => 0x18 },
+ 'wb_rgblevelsunknown9' => { 393 => 0x1b },
+ 'wb_rgbmuldaylight' => { 137 => 0x852 },
+ 'wb_rgbmulflash' => { 137 => 0x855 },
+ 'wb_rgbmulfluorescent' => { 137 => 0x854 },
+ 'wb_rgbmultungsten' => { 137 => 0x853 },
'wb_rggbblacklevels' => { 35 => 0x25 },
- 'wb_rggblevels' => { 188 => 0x4, 196 => 0x0, 200 => 0x13e8, 201 => 0x38 },
- 'wb_rggblevelsasshot' => { 38 => 0x0, 39 => 0x0, 40 => 0x19, 41 => 0x55, 42 => 0x22, 43 => 0x3f, 46 => 0x3f, 47 => 0x3f, 48 => 0x3f, 49 => 0x47 },
- 'wb_rggblevelsauto' => { 35 => 0x1, 38 => 0x5, 39 => 0x8, 40 => 0x1e, 41 => 0x5a, 42 => 0x18, 43 => 0x44, 46 => 0x44, 47 => 0x44, 48 => 0x44, 49 => 0x4c, 200 => 0x1478, 201 => 0x114, 386 => 0xa022 },
- 'wb_rggblevelsblack' => { 386 => 0xa028 },
- 'wb_rggblevelscloudy' => { 35 => 0xd, 38 => 0x1e, 39 => 0x30, 40 => 0x2d, 41 => 0xa0, 42 => 0x31, 43 => 0x58, 46 => 0x71, 47 => 0x8a, 48 => 0x8f, 49 => 0x92, 200 => 0x1408, 201 => 0x60, 347 => 0x20f, 355 => 0x14 },
- 'wb_rggblevelscustom' => { 35 => 0x1d, 43 => 0x80, 200 => 0x1468, 201 => 0x100 },
+ 'wb_rggblevels' => { 189 => 0x4, 197 => 0x0, 201 => 0x13e8, 202 => 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, 201 => 0x1478, 202 => 0x114, 388 => 0xa022 },
+ 'wb_rggblevelsblack' => { 388 => 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, 201 => 0x1408, 202 => 0x60, 349 => 0x20f, 357 => 0x14 },
+ 'wb_rggblevelscustom' => { 35 => 0x1d, 44 => 0x80, 201 => 0x1468, 202 => 0x100 },
'wb_rggblevelscustom1' => { 40 => 0x41 },
'wb_rggblevelscustom2' => { 40 => 0x46 },
- 'wb_rggblevelsdaylight' => { 35 => 0x5, 38 => 0x14, 39 => 0x20, 40 => 0x23, 41 => 0x96, 42 => 0x27, 43 => 0x4e, 46 => 0x67, 47 => 0x80, 48 => 0x85, 49 => 0x88, 200 => 0x13f8, 201 => 0x4c, 347 => 0x20d, 355 => 0x2 },
- 'wb_rggblevelsflash' => { 35 => 0x19, 38 => 0x32, 39 => 0x50, 40 => 0x3c, 41 => 0xb4, 42 => 0x45, 43 => 0x6c, 46 => 0x85, 47 => 0x9e, 48 => 0xa3, 49 => 0xa6, 200 => 0x1448, 347 => 0x214, 355 => 0x41 },
- 'wb_rggblevelsfluorescent' => { 35 => 0x15, 38 => 0x28, 39 => 0x40, 40 => 0x37, 41 => 0xaa, 42 => 0x3b, 43 => 0x62, 46 => 0x7b, 47 => 0x94, 48 => 0x99, 49 => 0x9c },
- 'wb_rggblevelsfluorescentd' => { 201 => 0xc4, 347 => 0x211, 355 => 0x26 },
- 'wb_rggblevelsfluorescentl' => { 355 => 0x4a },
- 'wb_rggblevelsfluorescentn' => { 201 => 0xb0, 347 => 0x212, 355 => 0x2f },
- 'wb_rggblevelsfluorescentw' => { 200 => 0x1438, 201 => 0x9c, 347 => 0x213, 355 => 0x38 },
- 'wb_rggblevelshtmercury' => { 201 => 0xd8 },
- 'wb_rggblevelsilluminator1' => { 386 => 0xa023 },
- 'wb_rggblevelsilluminator2' => { 386 => 0xa024 },
- 'wb_rggblevelskelvin' => { 35 => 0x21, 38 => 0x2d, 39 => 0x48, 41 => 0xaf, 42 => 0x40, 43 => 0x67, 46 => 0x80, 47 => 0x99, 48 => 0x9e, 49 => 0xa1 },
- 'wb_rggblevelsmeasured' => { 38 => 0xa, 39 => 0x10, 41 => 0x5f, 43 => 0x49, 46 => 0x49, 47 => 0x49, 48 => 0x49, 49 => 0x51 },
- 'wb_rggblevelspc1' => { 42 => 0x90, 43 => 0x71 },
- 'wb_rggblevelspc2' => { 42 => 0x95, 43 => 0x76 },
- 'wb_rggblevelspc3' => { 42 => 0x9a, 43 => 0x7b },
- 'wb_rggblevelsshade' => { 35 => 0x9, 38 => 0x19, 39 => 0x28, 40 => 0x28, 41 => 0x9b, 42 => 0x2c, 43 => 0x53, 46 => 0x6c, 47 => 0x85, 48 => 0x8a, 49 => 0x8d, 201 => 0x74, 347 => 0x20e, 355 => 0xb },
- 'wb_rggblevelstungsten' => { 35 => 0x11, 38 => 0x23, 39 => 0x38, 40 => 0x32, 41 => 0xa5, 42 => 0x36, 43 => 0x5d, 46 => 0x76, 47 => 0x8f, 48 => 0x94, 49 => 0x97, 200 => 0x1428, 201 => 0x88, 347 => 0x210, 355 => 0x1d },
- 'wb_rggblevelsuncorrected' => { 386 => 0xa021 },
- 'wb_rggblevelsunknown' => { 38 => 0xf, 39 => 0x18, 41 => 0x64, 42 => 0x1d, 46 => 0x4e, 47 => 0x4e, 48 => 0x4e, 49 => 0x56, 355 => 0x53 },
- 'wb_rggblevelsunknown10' => { 38 => 0x5f, 39 => 0x98, 41 => 0x91, 42 => 0x72, 46 => 0x9e, 47 => 0x7b, 48 => 0x7b, 49 => 0x83 },
- 'wb_rggblevelsunknown11' => { 38 => 0x64, 39 => 0xa0, 41 => 0xb9, 42 => 0x77, 46 => 0xa3, 47 => 0xa3, 48 => 0x80, 49 => 0xab },
- 'wb_rggblevelsunknown12' => { 38 => 0x69, 39 => 0xa8, 41 => 0xbe, 42 => 0x7c, 46 => 0xa8, 47 => 0xa8, 48 => 0xa8, 49 => 0xb0 },
- 'wb_rggblevelsunknown13' => { 38 => 0x6e, 39 => 0xb0, 41 => 0xc3, 42 => 0x81, 46 => 0xad, 47 => 0xad, 48 => 0xad, 49 => 0xb5 },
- 'wb_rggblevelsunknown14' => { 41 => 0xc8, 42 => 0x86, 46 => 0xb2, 47 => 0xb2, 48 => 0xb2, 49 => 0xba },
- 'wb_rggblevelsunknown15' => { 41 => 0xcd, 42 => 0x8b, 46 => 0xb7, 47 => 0xb7, 48 => 0xb7, 49 => 0xbf },
- 'wb_rggblevelsunknown16' => { 41 => 0xd2, 42 => 0x9f, 47 => 0xbc, 48 => 0xbc, 49 => 0xc4 },
- 'wb_rggblevelsunknown17' => { 41 => 0xd7, 47 => 0xc1, 48 => 0xc1, 49 => 0xc9 },
- 'wb_rggblevelsunknown18' => { 41 => 0xdc, 47 => 0xc6, 48 => 0xc6, 49 => 0xce },
- 'wb_rggblevelsunknown19' => { 41 => 0xe1, 47 => 0xcb, 48 => 0xcb, 49 => 0xd3 },
- 'wb_rggblevelsunknown2' => { 38 => 0x37, 39 => 0x58, 41 => 0x69, 42 => 0x4a, 46 => 0x53, 47 => 0x53, 48 => 0x53, 49 => 0x5b },
- 'wb_rggblevelsunknown20' => { 41 => 0xe6, 47 => 0xd0, 48 => 0xd0, 49 => 0xd8 },
- 'wb_rggblevelsunknown21' => { 41 => 0xeb, 48 => 0xd5, 49 => 0xdd },
- 'wb_rggblevelsunknown22' => { 41 => 0xf0, 48 => 0xda, 49 => 0xe2 },
- 'wb_rggblevelsunknown23' => { 41 => 0xf5, 48 => 0xdf, 49 => 0xe7 },
- 'wb_rggblevelsunknown24' => { 41 => 0xfa, 48 => 0xe4, 49 => 0xec },
- 'wb_rggblevelsunknown25' => { 41 => 0xff, 48 => 0xe9, 49 => 0xf1 },
- 'wb_rggblevelsunknown26' => { 41 => 0x104, 48 => 0xee, 49 => 0xf6 },
- 'wb_rggblevelsunknown27' => { 41 => 0x109, 48 => 0xf3, 49 => 0xfb },
- 'wb_rggblevelsunknown28' => { 41 => 0x10e, 48 => 0xf8, 49 => 0x100 },
- 'wb_rggblevelsunknown29' => { 41 => 0x113, 48 => 0xfd, 49 => 0x105 },
- 'wb_rggblevelsunknown3' => { 38 => 0x3c, 39 => 0x60, 41 => 0x6e, 42 => 0x4f, 46 => 0x58, 47 => 0x58, 48 => 0x58, 49 => 0x60 },
- 'wb_rggblevelsunknown30' => { 48 => 0x102 },
- 'wb_rggblevelsunknown4' => { 38 => 0x41, 39 => 0x68, 41 => 0x73, 42 => 0x54, 46 => 0x5d, 47 => 0x5d, 48 => 0x5d, 49 => 0x65 },
- 'wb_rggblevelsunknown5' => { 38 => 0x46, 39 => 0x70, 41 => 0x78, 42 => 0x59, 46 => 0x62, 47 => 0x62, 48 => 0x62, 49 => 0x6a },
- 'wb_rggblevelsunknown6' => { 38 => 0x4b, 39 => 0x78, 41 => 0x7d, 42 => 0x5e, 46 => 0x8a, 47 => 0x67, 48 => 0x67, 49 => 0x6f },
- 'wb_rggblevelsunknown7' => { 38 => 0x50, 39 => 0x80, 41 => 0x82, 42 => 0x63, 46 => 0x8f, 47 => 0x6c, 48 => 0x6c, 49 => 0x74 },
- 'wb_rggblevelsunknown8' => { 38 => 0x55, 39 => 0x88, 41 => 0x87, 42 => 0x68, 46 => 0x94, 47 => 0x71, 48 => 0x71, 49 => 0x79 },
- 'wb_rggblevelsunknown9' => { 38 => 0x5a, 39 => 0x90, 41 => 0x8c, 42 => 0x6d, 46 => 0x99, 47 => 0x76, 48 => 0x76, 49 => 0x7e },
- 'wb_rggblevelsuserselected' => { 355 => 0x5c },
- 'wbadjblueamber' => { 101 => 0x20106 },
- 'wbadjbluebalance' => { 271 => 0x8 },
- 'wbadjcolortemp' => { 101 => 0x20102, 106 => 0x1a },
- 'wbadjlighting' => { 271 => 0x14 },
- 'wbadjmagentagreen' => { 101 => 0x20105 },
- 'wbadjmode' => { 271 => 0x10 },
- 'wbadjredbalance' => { 271 => 0x0 },
- 'wbadjrggblevels' => { 101 => 0x20125, 106 => 0x6 },
- 'wbadjtemperature' => { 271 => 0x18 },
- 'wbadjtint' => { 271 => 0x25 },
- 'wbbluelevel' => { 307 => 0x324, 312 => 0x8006, 317 => 0x26 },
- 'wbbracketingsteps' => { 241 => 0x174d, 242 => 0x87c, 251 => 0x1757 },
- 'wbbracketmode' => { 56 => 0x9 },
- 'wbbracketshotnumber' => { 185 => 0x2b, 379 => 0x101a },
- 'wbbracketvalueab' => { 56 => 0xc },
- 'wbbracketvaluegm' => { 56 => 0xd },
- 'wbfinetuneactive' => { 106 => 0x24 },
- 'wbfinetunesaturation' => { 106 => 0x28 },
- 'wbfinetunetone' => { 106 => 0x2c },
- 'wbgreenlevel' => { 307 => 0x323, 312 => 0x8005, 317 => 0x25 },
- 'wbmediaimagesizesetting' => { 82 => 0x708 },
- 'wbmode' => { 187 => 0x4, 294 => 0x1015 },
- 'wbredlevel' => { 307 => 0x322, 312 => 0x8004, 317 => 0x24 },
- 'wbscale' => { 188 => 0x0 },
- 'wbshiftab' => { 72 => 0xc, 312 => 0x46, 329 => 0x10 },
- 'wbshiftab_gm' => { 412 => 0x2014 },
- 'wbshiftab_gm_precise' => { 412 => 0x2026 },
- 'wbshiftcreativecontrol' => { 312 => 0x92 },
- 'wbshiftgm' => { 72 => 0xd, 312 => 0x47, 329 => 0x11 },
- 'wbshiftintelligentauto' => { 312 => 0x8b },
- 'wbtype1' => { 318 => 0x1, 319 => 0x1 },
- 'wbtype2' => { 318 => 0x4, 319 => 0x5 },
- 'wbtype3' => { 318 => 0x7, 319 => 0x9 },
- 'wbtype4' => { 318 => 0xa, 319 => 0xd },
- 'wbtype5' => { 318 => 0xd, 319 => 0x11 },
- 'wbtype6' => { 318 => 0x10, 319 => 0x15 },
- 'wbtype7' => { 318 => 0x13, 319 => 0x19 },
- 'webstatement' => { 499 => 'WebStatement' },
- 'weightedflatsubject' => { 461 => 'weightedFlatSubject' },
- 'what' => { 469 => 'What', 471 => '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, 72 => 0x8, 75 => 0x7, 110 => 0x7, 111 => [0x19,0x2012], 117 => [0xa403,0xfe4e], 125 => 0x1002, 136 => 0x3fc, 137 => 0xfa0d, 138 => 0x40, 149 => 0x1a, 179 => 0x3, 180 => 0xe, 181 => 0x4, 182 => 0xb, 184 => 0x115, 223 => 0x5, 255 => 0x7, 307 => 0x304, 312 => 0x3, 314 => 0x3033, 347 => 0x19, 354 => 0x7, 378 => 0x26, 379 => 0x1003, 389 => [0x88,0x3c,0x7,0x58], 399 => 0xf, 400 => 0xe, 412 => [0x115,0xb054], 469 => 'WhiteBalance', 471 => 'WhiteBalance', 475 => 'WhiteBalance' },
- 'whitebalance0' => { 174 => 'WhiteBalance0' },
- 'whitebalance1' => { 174 => 'WhiteBalance1' },
- 'whitebalance2' => { 174 => 'WhiteBalance2', 289 => 0x500 },
- 'whitebalanceadj' => { 101 => 0x20101, 106 => 0x18, 265 => 0x76a43204 },
- 'whitebalanceautoadjustment' => { 325 => 0x0 },
- 'whitebalancebias' => { 111 => 0x2011, 294 => 0x304, 312 => 0x23 },
- 'whitebalanceblue' => { 72 => 0x7 },
- 'whitebalancebracket' => { 289 => 0x502, 294 => 0x303 },
- 'whitebalancebracketing' => { 182 => 0x22, 185 => 0x2c, 410 => 0x2c },
- 'whitebalancecomp' => { 297 => 0x1001 },
- 'whitebalancedetected' => { 136 => 0x3fb },
- 'whitebalancefinetune' => { 125 => 0x100a, 182 => 0x38, 184 => 0x112, 223 => 0xb, 379 => 0x1004, 399 => 0x6, 400 => 0x5, 412 => 0x112 },
- 'whitebalancemode' => { 136 => 0x3fa, 347 => 0x1a },
- 'whitebalancered' => { 72 => 0x6 },
- 'whitebalanceset' => { 328 => 0xa },
- 'whitebalancesetting' => { 182 => 0x23, 399 => 0x5, 400 => 0x4, 401 => 0x16, 417 => 0xd },
- 'whitebalancesetup' => { 386 => 0x41 },
- 'whitebalancetemperature' => { 289 => 0x501 },
- 'whiteboard' => { 294 => 0x301 },
- 'whitelevel' => { 117 => 0xc61d, 347 => 0x7e },
- 'whitepoint' => { 117 => 0x13e, 311 => 0x35d, 347 => 0x201, 491 => 'WhitePoint' },
- 'whites2012' => { 469 => 'Whites2012', 471 => 'Whites2012' },
- 'whitesadj' => { 446 => 0x9017 },
- 'wideadapter' => { 379 => 0x1017 },
- 'widefocuszone' => { 179 => 0x2f },
- 'widerange' => { 388 => 0x20f },
- 'windmode' => { 136 => 0x3f4 },
- 'windowlocation' => { 372 => 'WLOC' },
- 'windowsatom' => { 470 => 'windowsAtom' },
- 'windowsatomextension' => { 470 => [\'windowsAtom','windowsAtomExtension'] },
- 'windowsatominvocationflags' => { 470 => [\'windowsAtom','windowsAtomInvocationFlags'] },
- 'windowsatomuncprojectpath' => { 470 => [\'windowsAtom','windowsAtomUncProjectPath'] },
- 'wordcount' => { 485 => 'wordCount' },
- 'work' => { 364 => "\xa9wrk" },
- 'workcolorspace' => { 101 => 0x10200, 106 => 0x270 },
- 'workflowtag' => { 481 => 'WorkflowTag' },
- 'workflowtagcvid' => { 481 => [\'WorkflowTag','WorkflowTagCvId'] },
- 'workflowtagcvtermid' => { 481 => [\'WorkflowTag','WorkflowTagCvTermId'] },
- 'workflowtagcvtermname' => { 481 => [\'WorkflowTag','WorkflowTagCvTermName'] },
- 'workflowtagcvtermrefinedabout' => { 481 => [\'WorkflowTag','WorkflowTagCvTermRefinedAbout'] },
- 'worktodo' => { 477 => 'WorkToDo' },
- 'worldtimelocation' => { 312 => 0x3a, 347 => 0x22, 353 => '0.1' },
- 'writer' => { 177 => 'WM/Writer' },
- 'writer-editor' => { 129 => 0x7a },
- 'x3filllight' => { 389 => 0x12 },
- 'xattrquarantine' => { 172 => 'com.apple.quarantine' },
- 'xilinxversion' => { 136 => 0x414 },
- 'xml' => { 134 => 'xml ' },
- 'xmp' => { 104 => 0xffff00f6, 118 => 'XMP' },
- 'xmptoolkit' => { 492 => 'xmptk' },
- 'xpauthor' => { 117 => 0x9c9d },
- 'xpcomment' => { 117 => 0x9c9c },
- 'xpkeywords' => { 117 => 0x9c9e },
- 'xposition' => { 117 => 0x11e },
- 'xpsubject' => { 117 => 0x9c9f },
- 'xptitle' => { 117 => 0x9c9b },
- 'xresolution' => { 117 => 0x11a, 132 => 0x3, 362 => 0x0, 491 => 'XResolution' },
- 'xyresolution' => { 121 => 0x3 },
- 'yaw' => { 113 => 0x7, 372 => ['_yaw',"\xa9fyw"] },
- 'yawangle' => { 241 => 0x3513, 242 => 0x2c2c, 246 => 0xc222, 251 => 0x36fc, 252 => 0x2f03, 254 => 0xce3a, 384 => 0x0 },
- 'ycbcrcoefficients' => { 117 => 0x211, 491 => 'YCbCrCoefficients' },
- 'ycbcrpositioning' => { 117 => 0x213, 491 => 'YCbCrPositioning' },
- 'ycbcrsubsampling' => { 117 => 0x212, 491 => 'YCbCrSubSampling' },
- 'year' => { 364 => 'yrrc', 366 => 'year', 372 => 'yrrc' },
- 'yearcreated' => { 138 => 0x10, 147 => 0xc },
- 'yellowhsl' => { 101 => 0x20912 },
- 'yield' => { 487 => 'yield' },
- 'yposition' => { 117 => 0x11f },
- 'yresolution' => { 117 => 0x11b, 132 => 0x5, 362 => 0x4, 491 => 'YResolution' },
- 'zoneidentifier' => { 118 => 'ZoneIdentifier' },
- 'zonematching' => { 184 => 0x10a, 187 => [0x3a,0x4a], 412 => 0xb024 },
- 'zonematchingmode' => { 182 => 0x14 },
- 'zonematchingon' => { 181 => 0x75 },
- 'zonematchingvalue' => { 399 => 0x1f },
- 'zoomedpreviewlength' => { 294 => 0xf05 },
- 'zoomedpreviewsize' => { 294 => 0xf06 },
- 'zoomedpreviewstart' => { 294 => 0xf04 },
+ '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, 201 => 0x13f8, 202 => 0x4c, 349 => 0x20d, 357 => 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, 201 => 0x1448, 349 => 0x214, 357 => 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' => { 202 => 0xc4, 349 => 0x211, 357 => 0x26 },
+ 'wb_rggblevelsfluorescentl' => { 357 => 0x4a },
+ 'wb_rggblevelsfluorescentn' => { 202 => 0xb0, 349 => 0x212, 357 => 0x2f },
+ 'wb_rggblevelsfluorescentw' => { 201 => 0x1438, 202 => 0x9c, 349 => 0x213, 357 => 0x38 },
+ 'wb_rggblevelshtmercury' => { 202 => 0xd8 },
+ 'wb_rggblevelsilluminator1' => { 388 => 0xa023 },
+ 'wb_rggblevelsilluminator2' => { 388 => 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, 202 => 0x74, 349 => 0x20e, 357 => 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, 201 => 0x1428, 202 => 0x88, 349 => 0x210, 357 => 0x1d },
+ 'wb_rggblevelsuncorrected' => { 388 => 0xa021 },
+ 'wb_rggblevelsunknown' => { 38 => 0xf, 39 => 0x18, 41 => 0x64, 42 => 0x78, 43 => 0x1d, 47 => 0x4e, 48 => 0x4e, 49 => 0x4e, 50 => 0x56, 357 => 0x53 },
+ 'wb_rggblevelsunknown10' => { 38 => 0x5f, 39 => 0x98, 41 => 0x91, 42 => 0xa5, 43 => 0x72, 47 => 0x9e, 48 => 0x7b, 49 => 0x7b, 50 => 0x83 },
+ 'wb_rggblevelsunknown11' => { 38 => 0x64, 39 => 0xa0, 41 => 0xb9, 42 => [0xaa,0xaf], 43 => 0x77, 47 => 0xa3, 48 => 0xa3, 49 => 0x80, 50 => 0xab },
+ 'wb_rggblevelsunknown12' => { 38 => 0x69, 39 => 0xa8, 41 => 0xbe, 42 => 0xb4, 43 => 0x7c, 47 => 0xa8, 48 => 0xa8, 49 => 0xa8, 50 => 0xb0 },
+ 'wb_rggblevelsunknown13' => { 38 => 0x6e, 39 => 0xb0, 41 => 0xc3, 42 => 0xb9, 43 => 0x81, 47 => 0xad, 48 => 0xad, 49 => 0xad, 50 => 0xb5 },
+ 'wb_rggblevelsunknown14' => { 41 => 0xc8, 42 => 0xbe, 43 => 0x86, 47 => 0xb2, 48 => 0xb2, 49 => 0xb2, 50 => 0xba },
+ 'wb_rggblevelsunknown15' => { 41 => 0xcd, 42 => 0xc3, 43 => 0x8b, 47 => 0xb7, 48 => 0xb7, 49 => 0xb7, 50 => 0xbf },
+ 'wb_rggblevelsunknown16' => { 41 => 0xd2, 42 => 0xc8, 43 => 0x9f, 48 => 0xbc, 49 => 0xbc, 50 => 0xc4 },
+ 'wb_rggblevelsunknown17' => { 41 => 0xd7, 42 => 0xf0, 48 => 0xc1, 49 => 0xc1, 50 => 0xc9 },
+ 'wb_rggblevelsunknown18' => { 41 => 0xdc, 42 => 0xf5, 48 => 0xc6, 49 => 0xc6, 50 => 0xce },
+ 'wb_rggblevelsunknown19' => { 41 => 0xe1, 42 => 0xfa, 48 => 0xcb, 49 => 0xcb, 50 => 0xd3 },
+ 'wb_rggblevelsunknown2' => { 38 => 0x37, 39 => 0x58, 41 => 0x69, 42 => 0x7d, 43 => 0x4a, 47 => 0x53, 48 => 0x53, 49 => 0x53, 50 => 0x5b },
+ 'wb_rggblevelsunknown20' => { 41 => 0xe6, 42 => 0xff, 48 => 0xd0, 49 => 0xd0, 50 => 0xd8 },
+ 'wb_rggblevelsunknown21' => { 41 => 0xeb, 42 => 0x104, 49 => 0xd5, 50 => 0xdd },
+ 'wb_rggblevelsunknown22' => { 41 => 0xf0, 42 => 0x109, 49 => 0xda, 50 => 0xe2 },
+ 'wb_rggblevelsunknown23' => { 41 => 0xf5, 42 => 0x10e, 49 => 0xdf, 50 => 0xe7 },
+ 'wb_rggblevelsunknown24' => { 41 => 0xfa, 42 => 0x113, 49 => 0xe4, 50 => 0xec },
+ 'wb_rggblevelsunknown25' => { 41 => 0xff, 42 => 0x118, 49 => 0xe9, 50 => 0xf1 },
+ 'wb_rggblevelsunknown26' => { 41 => 0x104, 42 => 0x11d, 49 => 0xee, 50 => 0xf6 },
+ 'wb_rggblevelsunknown27' => { 41 => 0x109, 42 => 0x122, 49 => 0xf3, 50 => 0xfb },
+ 'wb_rggblevelsunknown28' => { 41 => 0x10e, 49 => 0xf8, 50 => 0x100 },
+ 'wb_rggblevelsunknown29' => { 41 => 0x113, 49 => 0xfd, 50 => 0x105 },
+ 'wb_rggblevelsunknown3' => { 38 => 0x3c, 39 => 0x60, 41 => 0x6e, 42 => 0x82, 43 => 0x4f, 47 => 0x58, 48 => 0x58, 49 => 0x58, 50 => 0x60 },
+ 'wb_rggblevelsunknown30' => { 49 => 0x102 },
+ 'wb_rggblevelsunknown4' => { 38 => 0x41, 39 => 0x68, 41 => 0x73, 42 => 0x87, 43 => 0x54, 47 => 0x5d, 48 => 0x5d, 49 => 0x5d, 50 => 0x65 },
+ 'wb_rggblevelsunknown5' => { 38 => 0x46, 39 => 0x70, 41 => 0x78, 42 => 0x8c, 43 => 0x59, 47 => 0x62, 48 => 0x62, 49 => 0x62, 50 => 0x6a },
+ 'wb_rggblevelsunknown6' => { 38 => 0x4b, 39 => 0x78, 41 => 0x7d, 42 => 0x91, 43 => 0x5e, 47 => 0x8a, 48 => 0x67, 49 => 0x67, 50 => 0x6f },
+ 'wb_rggblevelsunknown7' => { 38 => 0x50, 39 => 0x80, 41 => 0x82, 42 => 0x96, 43 => 0x63, 47 => 0x8f, 48 => 0x6c, 49 => 0x6c, 50 => 0x74 },
+ 'wb_rggblevelsunknown8' => { 38 => 0x55, 39 => 0x88, 41 => 0x87, 42 => 0x9b, 43 => 0x68, 47 => 0x94, 48 => 0x71, 49 => 0x71, 50 => 0x79 },
+ 'wb_rggblevelsunknown9' => { 38 => 0x5a, 39 => 0x90, 41 => 0x8c, 42 => 0xa0, 43 => 0x6d, 47 => 0x99, 48 => 0x76, 49 => 0x76, 50 => 0x7e },
+ 'wb_rggblevelsuserselected' => { 357 => 0x5c },
+ 'wbadjblueamber' => { 102 => 0x20106 },
+ 'wbadjbluebalance' => { 273 => 0x8 },
+ 'wbadjcolortemp' => { 102 => 0x20102, 107 => 0x1a },
+ 'wbadjlighting' => { 273 => 0x14 },
+ 'wbadjmagentagreen' => { 102 => 0x20105 },
+ 'wbadjmode' => { 273 => 0x10 },
+ 'wbadjredbalance' => { 273 => 0x0 },
+ 'wbadjrggblevels' => { 102 => 0x20125, 107 => 0x6 },
+ 'wbadjtemperature' => { 273 => 0x18 },
+ 'wbadjtint' => { 273 => 0x25 },
+ 'wbbluelevel' => { 309 => 0x324, 314 => 0x8006, 319 => 0x26 },
+ 'wbbracketingsteps' => { 242 => 0x174d, 243 => 0x87c, 252 => 0x1757 },
+ 'wbbracketmode' => { 57 => 0x9 },
+ 'wbbracketshotnumber' => { 186 => 0x2b, 381 => 0x101a },
+ 'wbbracketvalueab' => { 57 => 0xc },
+ 'wbbracketvaluegm' => { 57 => 0xd },
+ 'wbfinetuneactive' => { 107 => 0x24 },
+ 'wbfinetunesaturation' => { 107 => 0x28 },
+ 'wbfinetunetone' => { 107 => 0x2c },
+ 'wbgreenlevel' => { 309 => 0x323, 314 => 0x8005, 319 => 0x25 },
+ 'wbmediaimagesizesetting' => { 83 => 0x708 },
+ 'wbmode' => { 188 => 0x4, 296 => 0x1015 },
+ 'wbredlevel' => { 309 => 0x322, 314 => 0x8004, 319 => 0x24 },
+ 'wbscale' => { 189 => 0x0 },
+ 'wbshiftab' => { 73 => 0xc, 314 => 0x46, 331 => 0x10 },
+ 'wbshiftab_gm' => { 414 => 0x2014 },
+ 'wbshiftab_gm_precise' => { 414 => 0x2026 },
+ 'wbshiftcreativecontrol' => { 314 => 0x92 },
+ 'wbshiftgm' => { 73 => 0xd, 314 => 0x47, 331 => 0x11 },
+ 'wbshiftintelligentauto' => { 314 => 0x8b },
+ 'wbtype1' => { 320 => 0x1, 321 => 0x1 },
+ 'wbtype2' => { 320 => 0x4, 321 => 0x5 },
+ 'wbtype3' => { 320 => 0x7, 321 => 0x9 },
+ 'wbtype4' => { 320 => 0xa, 321 => 0xd },
+ 'wbtype5' => { 320 => 0xd, 321 => 0x11 },
+ 'wbtype6' => { 320 => 0x10, 321 => 0x15 },
+ 'wbtype7' => { 320 => 0x13, 321 => 0x19 },
+ 'webstatement' => { 501 => 'WebStatement' },
+ 'weightedflatsubject' => { 463 => 'weightedFlatSubject' },
+ 'what' => { 471 => 'What', 473 => '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, 224 => 0x5, 256 => 0x7, 309 => 0x304, 314 => 0x3, 316 => 0x3033, 349 => 0x19, 356 => 0x7, 380 => 0x26, 381 => 0x1003, 391 => [0x88,0x3c,0x7,0x58], 401 => 0xf, 402 => 0xe, 414 => [0x115,0xb054], 471 => 'WhiteBalance', 473 => 'WhiteBalance', 477 => 'WhiteBalance' },
+ 'whitebalance0' => { 175 => 'WhiteBalance0' },
+ 'whitebalance1' => { 175 => 'WhiteBalance1' },
+ 'whitebalance2' => { 175 => 'WhiteBalance2', 291 => 0x500 },
+ 'whitebalanceadj' => { 102 => 0x20101, 107 => 0x18, 267 => 0x76a43204 },
+ 'whitebalanceautoadjustment' => { 327 => 0x0 },
+ 'whitebalancebias' => { 112 => 0x2011, 296 => 0x304, 314 => 0x23 },
+ 'whitebalanceblue' => { 73 => 0x7 },
+ 'whitebalancebracket' => { 291 => 0x502, 296 => 0x303 },
+ 'whitebalancebracketing' => { 183 => 0x22, 186 => 0x2c, 412 => 0x2c },
+ 'whitebalancecomp' => { 299 => 0x1001 },
+ 'whitebalancedetected' => { 137 => 0x3fb },
+ 'whitebalancefinetune' => { 126 => 0x100a, 183 => 0x38, 185 => 0x112, 224 => 0xb, 381 => 0x1004, 401 => 0x6, 402 => 0x5, 414 => 0x112 },
+ 'whitebalancemode' => { 137 => 0x3fa, 349 => 0x1a },
+ 'whitebalancered' => { 73 => 0x6 },
+ 'whitebalanceset' => { 330 => 0xa },
+ 'whitebalancesetting' => { 183 => 0x23, 401 => 0x5, 402 => 0x4, 403 => 0x16, 419 => 0xd },
+ 'whitebalancesetup' => { 388 => 0x41 },
+ 'whitebalancetemperature' => { 291 => 0x501 },
+ 'whiteboard' => { 296 => 0x301 },
+ 'whitelevel' => { 118 => 0xc61d, 349 => 0x7e },
+ 'whitepoint' => { 118 => 0x13e, 313 => 0x35d, 349 => 0x201, 493 => 'WhitePoint' },
+ 'whites2012' => { 471 => 'Whites2012', 473 => 'Whites2012' },
+ 'whitesadj' => { 448 => 0x9017 },
+ 'wideadapter' => { 381 => 0x1017 },
+ 'widefocuszone' => { 180 => 0x2f },
+ 'widerange' => { 390 => 0x20f },
+ 'windmode' => { 137 => 0x3f4 },
+ 'windowlocation' => { 374 => 'WLOC' },
+ 'windowsatom' => { 472 => 'windowsAtom' },
+ 'windowsatomextension' => { 472 => [\'windowsAtom','windowsAtomExtension'] },
+ 'windowsatominvocationflags' => { 472 => [\'windowsAtom','windowsAtomInvocationFlags'] },
+ 'windowsatomuncprojectpath' => { 472 => [\'windowsAtom','windowsAtomUncProjectPath'] },
+ 'wordcount' => { 487 => 'wordCount' },
+ 'work' => { 366 => "\xa9wrk" },
+ 'workcolorspace' => { 102 => 0x10200, 107 => 0x270 },
+ 'workflowtag' => { 483 => 'WorkflowTag' },
+ 'workflowtagcvid' => { 483 => [\'WorkflowTag','WorkflowTagCvId'] },
+ 'workflowtagcvtermid' => { 483 => [\'WorkflowTag','WorkflowTagCvTermId'] },
+ 'workflowtagcvtermname' => { 483 => [\'WorkflowTag','WorkflowTagCvTermName'] },
+ 'workflowtagcvtermrefinedabout' => { 483 => [\'WorkflowTag','WorkflowTagCvTermRefinedAbout'] },
+ 'worktodo' => { 479 => 'WorkToDo' },
+ 'worldtimelocation' => { 314 => 0x3a, 349 => 0x22, 355 => '0.1' },
+ 'writer' => { 178 => 'WM/Writer' },
+ 'writer-editor' => { 130 => 0x7a },
+ 'x3filllight' => { 391 => 0x12 },
+ 'xattrquarantine' => { 173 => 'com.apple.quarantine' },
+ 'xilinxversion' => { 137 => 0x414 },
+ 'xml' => { 135 => 'xml ' },
+ 'xmp' => { 105 => 0xffff00f6, 119 => 'XMP' },
+ 'xmptoolkit' => { 494 => 'xmptk' },
+ 'xpauthor' => { 118 => 0x9c9d },
+ 'xpcomment' => { 118 => 0x9c9c },
+ 'xpkeywords' => { 118 => 0x9c9e },
+ 'xposition' => { 118 => 0x11e },
+ 'xpsubject' => { 118 => 0x9c9f },
+ 'xptitle' => { 118 => 0x9c9b },
+ 'xresolution' => { 118 => 0x11a, 133 => 0x3, 364 => 0x0, 493 => 'XResolution' },
+ 'xyresolution' => { 122 => 0x3 },
+ 'yaw' => { 114 => 0x7, 374 => ['_yaw',"\xa9fyw"] },
+ 'yawangle' => { 242 => 0x3513, 243 => 0x2c2c, 247 => 0xc222, 252 => 0x36fc, 253 => 0x2f03, 255 => 0xce3a, 386 => 0x0 },
+ 'ycbcrcoefficients' => { 118 => 0x211, 493 => 'YCbCrCoefficients' },
+ 'ycbcrpositioning' => { 118 => 0x213, 493 => 'YCbCrPositioning' },
+ 'ycbcrsubsampling' => { 118 => 0x212, 493 => 'YCbCrSubSampling' },
+ 'year' => { 366 => 'yrrc', 368 => 'year', 374 => 'yrrc' },
+ 'yearcreated' => { 139 => 0x10, 148 => 0xc },
+ 'yellowhsl' => { 102 => 0x20912 },
+ 'yield' => { 489 => 'yield' },
+ 'yposition' => { 118 => 0x11f },
+ 'yresolution' => { 118 => 0x11b, 133 => 0x5, 364 => 0x4, 493 => 'YResolution' },
+ 'zmenusettingsoffset' => { 255 => 0xceb6 },
+ 'zoneidentifier' => { 119 => 'ZoneIdentifier' },
+ 'zonematching' => { 185 => 0x10a, 188 => [0x3a,0x4a], 414 => 0xb024 },
+ 'zonematchingmode' => { 183 => 0x14 },
+ 'zonematchingon' => { 182 => 0x75 },
+ 'zonematchingvalue' => { 401 => 0x1f },
+ 'zoomedpreviewlength' => { 296 => 0xf05 },
+ 'zoomedpreviewsize' => { 296 => 0xf06 },
+ 'zoomedpreviewstart' => { 296 => 0xf04 },
'zoomsourcewidth' => { 34 => 0x24 },
- 'zoomstepcount' => { 292 => 0x300, 294 => 0x100d },
+ 'zoomstepcount' => { 294 => 0x300, 296 => 0x100d },
'zoomtargetwidth' => { 34 => 0x25 },
);
@@ -7804,6 +7815,7 @@ my %tagExists = (
'colorcomponents' => 1,
'colordata1' => 1,
'colordata10' => 1,
+ 'colordata11' => 1,
'colordata2' => 1,
'colordata3' => 1,
'colordata4' => 1,
@@ -11598,6 +11610,7 @@ my %tagExists = (
'transformtitle' => 1,
'transparency' => 1,
'transparencyindicator' => 1,
+ 'transparentcolor' => 1,
'transparentindex' => 1,
'trapindicator' => 1,
'trashcolsright' => 1,
@@ -12020,6 +12033,7 @@ my %tagExists = (
'ziprequiredversion' => 1,
'zipuncompressedsize' => 1,
'zisrawversion' => 1,
+ 'zmenusettings' => 1,
'zoom' => 1,
'zoomedpreviewimage' => 1,
'zoompos' => 1,
diff --git a/lib/Image/ExifTool/TagNames.pod b/lib/Image/ExifTool/TagNames.pod
index bc4adc32..06b325d8 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 25430 tags, with 16376 unique tag names.
+They contain a total of 25513 tags, with 16386 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
@@ -1512,23 +1512,23 @@ These tags belong to the ExifTool XMP-crd family 1 group.
CircGradBasedCorrMaskBottom real/_
CircGradBasedCorrMaskCenterValue real/_
CircGradBasedCorrMaskCenterWeight real/_
- CircGradBasedCorrMaskCorrectionRangeMask CorrectionRangeMask Struct_+
- CircGradBasedCorrMaskCorrectionRangeMaskAreaModels AreaModels Struct_+
- CircGradBasedCorrMaskCorrectionRangeMaskAreaModelsAreaComponents string/_+
- CircGradBasedCorrMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string/_+
- CircGradBasedCorrMaskCorrectionRangeMaskColorAmount real/_+
- CircGradBasedCorrMaskCorrectionRangeMaskDepthFeather real/_+
- CircGradBasedCorrMaskCorrectionRangeMaskDepthMax real/_+
- CircGradBasedCorrMaskCorrectionRangeMaskDepthMin real/_+
- CircGradBasedCorrMaskCorrectionRangeMaskInvert boolean/_+
- CircGradBasedCorrMaskCorrectionRangeMaskLumFeather real/_+
- CircGradBasedCorrMaskCorrectionRangeMaskLuminanceDepthSampleInfo string/_+
- CircGradBasedCorrMaskCorrectionRangeMaskLumMax real/_+
- CircGradBasedCorrMaskCorrectionRangeMaskLumMin real/_+
- CircGradBasedCorrMaskCorrectionRangeMaskLumRange string/_+
- CircGradBasedCorrMaskCorrectionRangeMaskSampleType integer/_+
- CircGradBasedCorrMaskCorrectionRangeMaskType string/_+
- CircGradBasedCorrMaskCorrectionRangeMaskVersion string/_+
+ CircGradBasedCorrMaskRange CorrRangeMask Struct_+
+ CircGradBasedCorrMaskRangeAreaModels AreaModels Struct_+
+ CircGradBasedCorrMaskRangeAreaModelsComponents string/_+
+ CircGradBasedCorrMaskRangeAreaModelsColorSampleInfo string/_+
+ CircGradBasedCorrMaskRangeColorAmount real/_+
+ CircGradBasedCorrMaskRangeDepthFeather real/_+
+ CircGradBasedCorrMaskRangeDepthMax real/_+
+ CircGradBasedCorrMaskRangeDepthMin real/_+
+ CircGradBasedCorrMaskRangeInvert boolean/_+
+ CircGradBasedCorrMaskRangeLumFeather real/_+
+ CircGradBasedCorrMaskRangeLuminanceDepthSampleInfo string/_+
+ CircGradBasedCorrMaskRangeLumMax real/_+
+ CircGradBasedCorrMaskRangeLumMin real/_+
+ CircGradBasedCorrMaskRangeLumRange string/_+
+ CircGradBasedCorrMaskRangeSampleType integer/_+
+ CircGradBasedCorrMaskRangeType string/_+
+ CircGradBasedCorrMaskRangeVersion string/_+
CircGradBasedCorrMaskDabs string/_
CircGradBasedCorrMaskFeather real/_
CircGradBasedCorrMaskFlipped boolean/_
@@ -1604,10 +1604,10 @@ These tags belong to the ExifTool XMP-crd family 1 group.
CircGradBasedCorrMaskZeroX real/_
CircGradBasedCorrMaskZeroY real/_
CircGradBasedCorrCorrectionName string/_+
- CircGradBasedCorrRangeMask CorrectionRangeMask Struct_+
+ CircGradBasedCorrRangeMask CorrRangeMask Struct_+
CircGradBasedCorrRangeMaskAreaModels AreaModels Struct_+
- CircGradBasedCorrRangeMaskAreaModelsAreaComponents string/_+
- CircGradBasedCorrRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string/_+
+ CircGradBasedCorrRangeMaskAreaModelsComponents string/_+
+ CircGradBasedCorrRangeMaskAreaModelsColorSampleInfo string/_+
CircGradBasedCorrRangeMaskColorAmount real/_+
CircGradBasedCorrRangeMaskDepthFeather real/_+
CircGradBasedCorrRangeMaskDepthMax real/_+
@@ -1642,8 +1642,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
CircGradBasedCorrTemperature real/_
CircGradBasedCorrTexture real/_
CircGradBasedCorrTint real/_
- CircGradBasedCorrHue real/_
- CircGradBasedCorrSaturation real/_
+ CircGradBasedCorrToningHue real/_
+ CircGradBasedCorrToningSaturation real/_
CircGradBasedCorrWhites2012 real/_
CircGradBasedCorrWhat string/_
Clarity integer/
@@ -1706,23 +1706,23 @@ These tags belong to the ExifTool XMP-crd family 1 group.
GradientBasedCorrMaskBottom real/_
GradientBasedCorrMaskCenterValue real/_
GradientBasedCorrMaskCenterWeight real/_
- GradientBasedCorrMaskCorrectionRangeMask CorrectionRangeMask Struct_+
- GradientBasedCorrMaskCorrectionRangeMaskAreaModels AreaModels Struct_+
- GradientBasedCorrMaskCorrectionRangeMaskAreaModelsAreaComponents string/_+
- GradientBasedCorrMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string/_+
- GradientBasedCorrMaskCorrectionRangeMaskColorAmount real/_+
- GradientBasedCorrMaskCorrectionRangeMaskDepthFeather real/_+
- GradientBasedCorrMaskCorrectionRangeMaskDepthMax real/_+
- GradientBasedCorrMaskCorrectionRangeMaskDepthMin real/_+
- GradientBasedCorrMaskCorrectionRangeMaskInvert boolean/_+
- GradientBasedCorrMaskCorrectionRangeMaskLumFeather real/_+
- GradientBasedCorrMaskCorrectionRangeMaskLuminanceDepthSampleInfo string/_+
- GradientBasedCorrMaskCorrectionRangeMaskLumMax real/_+
- GradientBasedCorrMaskCorrectionRangeMaskLumMin real/_+
- GradientBasedCorrMaskCorrectionRangeMaskLumRange string/_+
- GradientBasedCorrMaskCorrectionRangeMaskSampleType integer/_+
- GradientBasedCorrMaskCorrectionRangeMaskType string/_+
- GradientBasedCorrMaskCorrectionRangeMaskVersion string/_+
+ GradientBasedCorrMaskRange CorrRangeMask Struct_+
+ GradientBasedCorrMaskRangeAreaModels AreaModels Struct_+
+ GradientBasedCorrMaskRangeAreaModelsComponents string/_+
+ GradientBasedCorrMaskRangeAreaModelsColorSampleInfo string/_+
+ GradientBasedCorrMaskRangeColorAmount real/_+
+ GradientBasedCorrMaskRangeDepthFeather real/_+
+ GradientBasedCorrMaskRangeDepthMax real/_+
+ GradientBasedCorrMaskRangeDepthMin real/_+
+ GradientBasedCorrMaskRangeInvert boolean/_+
+ GradientBasedCorrMaskRangeLumFeather real/_+
+ GradientBasedCorrMaskRangeLuminanceDepthSampleInfo string/_+
+ GradientBasedCorrMaskRangeLumMax real/_+
+ GradientBasedCorrMaskRangeLumMin real/_+
+ GradientBasedCorrMaskRangeLumRange string/_+
+ GradientBasedCorrMaskRangeSampleType integer/_+
+ GradientBasedCorrMaskRangeType string/_+
+ GradientBasedCorrMaskRangeVersion string/_+
GradientBasedCorrMaskDabs string/_
GradientBasedCorrMaskFeather real/_
GradientBasedCorrMaskFlipped boolean/_
@@ -1798,10 +1798,10 @@ These tags belong to the ExifTool XMP-crd family 1 group.
GradientBasedCorrMaskZeroX real/_
GradientBasedCorrMaskZeroY real/_
GradientBasedCorrCorrectionName string/_+
- GradientBasedCorrRangeMask CorrectionRangeMask Struct_+
+ GradientBasedCorrRangeMask CorrRangeMask Struct_+
GradientBasedCorrRangeMaskAreaModels AreaModels Struct_+
- GradientBasedCorrRangeMaskAreaModelsAreaComponents string/_+
- GradientBasedCorrRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string/_+
+ GradientBasedCorrRangeMaskAreaModelsComponents string/_+
+ GradientBasedCorrRangeMaskAreaModelsColorSampleInfo string/_+
GradientBasedCorrRangeMaskColorAmount real/_+
GradientBasedCorrRangeMaskDepthFeather real/_+
GradientBasedCorrRangeMaskDepthMax real/_+
@@ -1836,8 +1836,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
GradientBasedCorrTemperature real/_
GradientBasedCorrTexture real/_
GradientBasedCorrTint real/_
- GradientBasedCorrHue real/_
- GradientBasedCorrSaturation real/_
+ GradientBasedCorrToningHue real/_
+ GradientBasedCorrToningSaturation real/_
GradientBasedCorrWhites2012 real/_
GradientBasedCorrWhat string/_
GrainAmount integer/
@@ -1930,23 +1930,23 @@ These tags belong to the ExifTool XMP-crd family 1 group.
MaskGroupBasedCorrMaskBottom real/_
MaskGroupBasedCorrMaskCenterValue real/_
MaskGroupBasedCorrMaskCenterWeight real/_
- MaskGroupBasedCorrMaskCorrectionRangeMask CorrectionRangeMask Struct_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskAreaModels AreaModels Struct_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskAreaModelsAreaComponents string/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskColorAmount real/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskDepthFeather real/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskDepthMax real/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskDepthMin real/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskInvert boolean/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskLumFeather real/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskLuminanceDepthSampleInfo string/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskLumMax real/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskLumMin real/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskLumRange string/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskSampleType integer/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskType string/_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskVersion string/_+
+ MaskGroupBasedCorrMaskRange CorrRangeMask Struct_+
+ MaskGroupBasedCorrMaskRangeAreaModels AreaModels Struct_+
+ MaskGroupBasedCorrMaskRangeAreaModelsComponents string/_+
+ MaskGroupBasedCorrMaskRangeAreaModelsColorSampleInfo string/_+
+ MaskGroupBasedCorrMaskRangeColorAmount real/_+
+ MaskGroupBasedCorrMaskRangeDepthFeather real/_+
+ MaskGroupBasedCorrMaskRangeDepthMax real/_+
+ MaskGroupBasedCorrMaskRangeDepthMin real/_+
+ MaskGroupBasedCorrMaskRangeInvert boolean/_+
+ MaskGroupBasedCorrMaskRangeLumFeather real/_+
+ MaskGroupBasedCorrMaskRangeLuminanceDepthSampleInfo string/_+
+ MaskGroupBasedCorrMaskRangeLumMax real/_+
+ MaskGroupBasedCorrMaskRangeLumMin real/_+
+ MaskGroupBasedCorrMaskRangeLumRange string/_+
+ MaskGroupBasedCorrMaskRangeSampleType integer/_+
+ MaskGroupBasedCorrMaskRangeType string/_+
+ MaskGroupBasedCorrMaskRangeVersion string/_+
MaskGroupBasedCorrMaskDabs string/_+
MaskGroupBasedCorrMaskFeather real/_
MaskGroupBasedCorrMaskFlipped boolean/_
@@ -2022,10 +2022,10 @@ These tags belong to the ExifTool XMP-crd family 1 group.
MaskGroupBasedCorrMaskZeroX real/_
MaskGroupBasedCorrMaskZeroY real/_
MaskGroupBasedCorrCorrectionName string/_+
- MaskGroupBasedCorrRangeMask CorrectionRangeMask Struct_+
+ MaskGroupBasedCorrRangeMask CorrRangeMask Struct_+
MaskGroupBasedCorrRangeMaskAreaModels AreaModels Struct_+
- MaskGroupBasedCorrRangeMaskAreaModelsAreaComponents string/_+
- MaskGroupBasedCorrRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string/_+
+ MaskGroupBasedCorrRangeMaskAreaModelsComponents string/_+
+ MaskGroupBasedCorrRangeMaskAreaModelsColorSampleInfo string/_+
MaskGroupBasedCorrRangeMaskColorAmount real/_+
MaskGroupBasedCorrRangeMaskDepthFeather real/_+
MaskGroupBasedCorrRangeMaskDepthMax real/_+
@@ -2060,8 +2060,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
MaskGroupBasedCorrTemperature real/_
MaskGroupBasedCorrTexture real/_
MaskGroupBasedCorrTint real/_
- MaskGroupBasedCorrHue real/_
- MaskGroupBasedCorrSaturation real/_
+ MaskGroupBasedCorrToningHue real/_
+ MaskGroupBasedCorrToningSaturation real/_
MaskGroupBasedCorrWhites2012 real/_
MaskGroupBasedCorrWhat string/_
MoireFilter string/
@@ -2079,23 +2079,23 @@ These tags belong to the ExifTool XMP-crd family 1 group.
PaintCorrectionMaskBottom real/_
PaintCorrectionMaskCenterValue real/_
PaintCorrectionMaskCenterWeight real/_
- PaintCorrectionMaskCorrectionRangeMask CorrectionRangeMask Struct_+
- PaintCorrectionMaskCorrectionRangeMaskAreaModels AreaModels Struct_+
- PaintCorrectionMaskCorrectionRangeMaskAreaModelsAreaComponents string/_+
- PaintCorrectionMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string/_+
- PaintCorrectionMaskCorrectionRangeMaskColorAmount real/_+
- PaintCorrectionMaskCorrectionRangeMaskDepthFeather real/_+
- PaintCorrectionMaskCorrectionRangeMaskDepthMax real/_+
- PaintCorrectionMaskCorrectionRangeMaskDepthMin real/_+
- PaintCorrectionMaskCorrectionRangeMaskInvert boolean/_+
- PaintCorrectionMaskCorrectionRangeMaskLumFeather real/_+
- PaintCorrectionMaskCorrectionRangeMaskLuminanceDepthSampleInfo string/_+
- PaintCorrectionMaskCorrectionRangeMaskLumMax real/_+
- PaintCorrectionMaskCorrectionRangeMaskLumMin real/_+
- PaintCorrectionMaskCorrectionRangeMaskLumRange string/_+
- PaintCorrectionMaskCorrectionRangeMaskSampleType integer/_+
- PaintCorrectionMaskCorrectionRangeMaskType string/_+
- PaintCorrectionMaskCorrectionRangeMaskVersion string/_+
+ PaintCorrectionMaskRange CorrRangeMask Struct_+
+ PaintCorrectionMaskRangeAreaModels AreaModels Struct_+
+ PaintCorrectionMaskRangeAreaModelsComponents string/_+
+ PaintCorrectionMaskRangeAreaModelsColorSampleInfo string/_+
+ PaintCorrectionMaskRangeColorAmount real/_+
+ PaintCorrectionMaskRangeDepthFeather real/_+
+ PaintCorrectionMaskRangeDepthMax real/_+
+ PaintCorrectionMaskRangeDepthMin real/_+
+ PaintCorrectionMaskRangeInvert boolean/_+
+ PaintCorrectionMaskRangeLumFeather real/_+
+ PaintCorrectionMaskRangeLuminanceDepthSampleInfo string/_+
+ PaintCorrectionMaskRangeLumMax real/_+
+ PaintCorrectionMaskRangeLumMin real/_+
+ PaintCorrectionMaskRangeLumRange string/_+
+ PaintCorrectionMaskRangeSampleType integer/_+
+ PaintCorrectionMaskRangeType string/_+
+ PaintCorrectionMaskRangeVersion string/_+
PaintCorrectionMaskDabs string/_
PaintCorrectionMaskFeather real/_
PaintCorrectionMaskFlipped boolean/_
@@ -2171,10 +2171,10 @@ These tags belong to the ExifTool XMP-crd family 1 group.
PaintCorrectionMaskZeroX real/_
PaintCorrectionMaskZeroY real/_
PaintCorrectionCorrectionName string/_+
- PaintCorrectionRangeMask CorrectionRangeMask Struct_+
+ PaintCorrectionRangeMask CorrRangeMask Struct_+
PaintCorrectionRangeMaskAreaModels AreaModels Struct_+
- PaintCorrectionRangeMaskAreaModelsAreaComponents string/_+
- PaintCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string/_+
+ PaintCorrectionRangeMaskAreaModelsComponents string/_+
+ PaintCorrectionRangeMaskAreaModelsColorSampleInfo string/_+
PaintCorrectionRangeMaskColorAmount real/_+
PaintCorrectionRangeMaskDepthFeather real/_+
PaintCorrectionRangeMaskDepthMax real/_+
@@ -2209,8 +2209,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
PaintCorrectionTemperature real/_
PaintCorrectionTexture real/_
PaintCorrectionTint real/_
- PaintCorrectionHue real/_
- PaintCorrectionSaturation real/_
+ PaintCorrectionToningHue real/_
+ PaintCorrectionToningSaturation real/_
PaintCorrectionWhites2012 real/_
PaintCorrectionWhat string/_
ParametricDarks integer/
@@ -2255,23 +2255,23 @@ These tags belong to the ExifTool XMP-crd family 1 group.
RetouchAreaMaskBottom real/_
RetouchAreaMaskCenterValue real/_
RetouchAreaMaskCenterWeight real/_
- RetouchAreaMaskCorrectionRangeMask CorrectionRangeMask Struct_+
- RetouchAreaMaskCorrectionRangeMaskAreaModels AreaModels Struct_+
- RetouchAreaMaskCorrectionRangeMaskAreaModelsAreaComponents string/_+
- RetouchAreaMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string/_+
- RetouchAreaMaskCorrectionRangeMaskColorAmount real/_+
- RetouchAreaMaskCorrectionRangeMaskDepthFeather real/_+
- RetouchAreaMaskCorrectionRangeMaskDepthMax real/_+
- RetouchAreaMaskCorrectionRangeMaskDepthMin real/_+
- RetouchAreaMaskCorrectionRangeMaskInvert boolean/_+
- RetouchAreaMaskCorrectionRangeMaskLumFeather real/_+
- RetouchAreaMaskCorrectionRangeMaskLuminanceDepthSampleInfo string/_+
- RetouchAreaMaskCorrectionRangeMaskLumMax real/_+
- RetouchAreaMaskCorrectionRangeMaskLumMin real/_+
- RetouchAreaMaskCorrectionRangeMaskLumRange string/_+
- RetouchAreaMaskCorrectionRangeMaskSampleType integer/_+
- RetouchAreaMaskCorrectionRangeMaskType string/_+
- RetouchAreaMaskCorrectionRangeMaskVersion string/_+
+ RetouchAreaMaskRange CorrRangeMask Struct_+
+ RetouchAreaMaskRangeAreaModels AreaModels Struct_+
+ RetouchAreaMaskRangeAreaModelsComponents string/_+
+ RetouchAreaMaskRangeAreaModelsColorSampleInfo string/_+
+ RetouchAreaMaskRangeColorAmount real/_+
+ RetouchAreaMaskRangeDepthFeather real/_+
+ RetouchAreaMaskRangeDepthMax real/_+
+ RetouchAreaMaskRangeDepthMin real/_+
+ RetouchAreaMaskRangeInvert boolean/_+
+ RetouchAreaMaskRangeLumFeather real/_+
+ RetouchAreaMaskRangeLuminanceDepthSampleInfo string/_+
+ RetouchAreaMaskRangeLumMax real/_+
+ RetouchAreaMaskRangeLumMin real/_+
+ RetouchAreaMaskRangeLumRange string/_+
+ RetouchAreaMaskRangeSampleType integer/_+
+ RetouchAreaMaskRangeType string/_+
+ RetouchAreaMaskRangeVersion string/_+
RetouchAreaMaskDabs string/_
RetouchAreaMaskFeather real/_
RetouchAreaMaskFlipped boolean/_
@@ -2435,7 +2435,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
CorrectionAmount real
CorrectionMasks CorrectionMask Struct+
CorrectionName string
- CorrectionRangeMask CorrectionRangeMask Struct
+ CorrRangeMask CorrRangeMask Struct
+ -
CorrectionSyncID string
LocalBlacks2012 real
LocalBrightness real
@@ -2471,7 +2472,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
Bottom real
CenterValue real
CenterWeight real
- CorrectionRangeMask CorrectionRangeMask Struct
+ CorrRangeMask CorrRangeMask Struct
+ -
Dabs string+
Feather real
Flipped boolean
@@ -2508,7 +2510,9 @@ These tags belong to the ExifTool XMP-crd family 1 group.
ZeroX real
ZeroY real
-=head3 XMP CorrectionRangeMask Struct
+=head3 XMP CorrRangeMask Struct
+
+Called CorrectionRangeMask by the spec.
Field Name Writable
---------- --------
@@ -2688,23 +2692,23 @@ These tags belong to the ExifTool XMP-crs family 1 group.
CircGradBasedCorrMaskBottom real_
CircGradBasedCorrMaskCenterValue real_
CircGradBasedCorrMaskCenterWeight real_
- CircGradBasedCorrMaskCorrectionRangeMask CorrectionRangeMask Struct_+
- CircGradBasedCorrMaskCorrectionRangeMaskAreaModels AreaModels Struct_+
- CircGradBasedCorrMaskCorrectionRangeMaskAreaModelsAreaComponents string_+
- CircGradBasedCorrMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string_+
- CircGradBasedCorrMaskCorrectionRangeMaskColorAmount real_+
- CircGradBasedCorrMaskCorrectionRangeMaskDepthFeather real_+
- CircGradBasedCorrMaskCorrectionRangeMaskDepthMax real_+
- CircGradBasedCorrMaskCorrectionRangeMaskDepthMin real_+
- CircGradBasedCorrMaskCorrectionRangeMaskInvert boolean_+
- CircGradBasedCorrMaskCorrectionRangeMaskLumFeather real_+
- CircGradBasedCorrMaskCorrectionRangeMaskLuminanceDepthSampleInfo string_+
- CircGradBasedCorrMaskCorrectionRangeMaskLumMax real_+
- CircGradBasedCorrMaskCorrectionRangeMaskLumMin real_+
- CircGradBasedCorrMaskCorrectionRangeMaskLumRange string_+
- CircGradBasedCorrMaskCorrectionRangeMaskSampleType integer_+
- CircGradBasedCorrMaskCorrectionRangeMaskType string_+
- CircGradBasedCorrMaskCorrectionRangeMaskVersion string_+
+ CircGradBasedCorrMaskRange CorrRangeMask Struct_+
+ CircGradBasedCorrMaskRangeAreaModels AreaModels Struct_+
+ CircGradBasedCorrMaskRangeAreaModelsComponents string_+
+ CircGradBasedCorrMaskRangeAreaModelsColorSampleInfo string_+
+ CircGradBasedCorrMaskRangeColorAmount real_+
+ CircGradBasedCorrMaskRangeDepthFeather real_+
+ CircGradBasedCorrMaskRangeDepthMax real_+
+ CircGradBasedCorrMaskRangeDepthMin real_+
+ CircGradBasedCorrMaskRangeInvert boolean_+
+ CircGradBasedCorrMaskRangeLumFeather real_+
+ CircGradBasedCorrMaskRangeLuminanceDepthSampleInfo string_+
+ CircGradBasedCorrMaskRangeLumMax real_+
+ CircGradBasedCorrMaskRangeLumMin real_+
+ CircGradBasedCorrMaskRangeLumRange string_+
+ CircGradBasedCorrMaskRangeSampleType integer_+
+ CircGradBasedCorrMaskRangeType string_+
+ CircGradBasedCorrMaskRangeVersion string_+
CircGradBasedCorrMaskDabs string_
CircGradBasedCorrMaskFeather real_
CircGradBasedCorrMaskFlipped boolean_
@@ -2780,10 +2784,10 @@ These tags belong to the ExifTool XMP-crs family 1 group.
CircGradBasedCorrMaskZeroX real_
CircGradBasedCorrMaskZeroY real_
CircGradBasedCorrCorrectionName string_+
- CircGradBasedCorrRangeMask CorrectionRangeMask Struct_+
+ CircGradBasedCorrRangeMask CorrRangeMask Struct_+
CircGradBasedCorrRangeMaskAreaModels AreaModels Struct_+
- CircGradBasedCorrRangeMaskAreaModelsAreaComponents string_+
- CircGradBasedCorrRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string_+
+ CircGradBasedCorrRangeMaskAreaModelsComponents string_+
+ CircGradBasedCorrRangeMaskAreaModelsColorSampleInfo string_+
CircGradBasedCorrRangeMaskColorAmount real_+
CircGradBasedCorrRangeMaskDepthFeather real_+
CircGradBasedCorrRangeMaskDepthMax real_+
@@ -2818,8 +2822,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
CircGradBasedCorrTemperature real_
CircGradBasedCorrTexture real_
CircGradBasedCorrTint real_
- CircGradBasedCorrHue real_
- CircGradBasedCorrSaturation real_
+ CircGradBasedCorrToningHue real_
+ CircGradBasedCorrToningSaturation real_
CircGradBasedCorrWhites2012 real_
CircGradBasedCorrWhat string_
Clarity integer
@@ -2882,23 +2886,23 @@ These tags belong to the ExifTool XMP-crs family 1 group.
GradientBasedCorrMaskBottom real_
GradientBasedCorrMaskCenterValue real_
GradientBasedCorrMaskCenterWeight real_
- GradientBasedCorrMaskCorrectionRangeMask CorrectionRangeMask Struct_+
- GradientBasedCorrMaskCorrectionRangeMaskAreaModels AreaModels Struct_+
- GradientBasedCorrMaskCorrectionRangeMaskAreaModelsAreaComponents string_+
- GradientBasedCorrMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string_+
- GradientBasedCorrMaskCorrectionRangeMaskColorAmount real_+
- GradientBasedCorrMaskCorrectionRangeMaskDepthFeather real_+
- GradientBasedCorrMaskCorrectionRangeMaskDepthMax real_+
- GradientBasedCorrMaskCorrectionRangeMaskDepthMin real_+
- GradientBasedCorrMaskCorrectionRangeMaskInvert boolean_+
- GradientBasedCorrMaskCorrectionRangeMaskLumFeather real_+
- GradientBasedCorrMaskCorrectionRangeMaskLuminanceDepthSampleInfo string_+
- GradientBasedCorrMaskCorrectionRangeMaskLumMax real_+
- GradientBasedCorrMaskCorrectionRangeMaskLumMin real_+
- GradientBasedCorrMaskCorrectionRangeMaskLumRange string_+
- GradientBasedCorrMaskCorrectionRangeMaskSampleType integer_+
- GradientBasedCorrMaskCorrectionRangeMaskType string_+
- GradientBasedCorrMaskCorrectionRangeMaskVersion string_+
+ GradientBasedCorrMaskRange CorrRangeMask Struct_+
+ GradientBasedCorrMaskRangeAreaModels AreaModels Struct_+
+ GradientBasedCorrMaskRangeAreaModelsComponents string_+
+ GradientBasedCorrMaskRangeAreaModelsColorSampleInfo string_+
+ GradientBasedCorrMaskRangeColorAmount real_+
+ GradientBasedCorrMaskRangeDepthFeather real_+
+ GradientBasedCorrMaskRangeDepthMax real_+
+ GradientBasedCorrMaskRangeDepthMin real_+
+ GradientBasedCorrMaskRangeInvert boolean_+
+ GradientBasedCorrMaskRangeLumFeather real_+
+ GradientBasedCorrMaskRangeLuminanceDepthSampleInfo string_+
+ GradientBasedCorrMaskRangeLumMax real_+
+ GradientBasedCorrMaskRangeLumMin real_+
+ GradientBasedCorrMaskRangeLumRange string_+
+ GradientBasedCorrMaskRangeSampleType integer_+
+ GradientBasedCorrMaskRangeType string_+
+ GradientBasedCorrMaskRangeVersion string_+
GradientBasedCorrMaskDabs string_
GradientBasedCorrMaskFeather real_
GradientBasedCorrMaskFlipped boolean_
@@ -2974,10 +2978,10 @@ These tags belong to the ExifTool XMP-crs family 1 group.
GradientBasedCorrMaskZeroX real_
GradientBasedCorrMaskZeroY real_
GradientBasedCorrCorrectionName string_+
- GradientBasedCorrRangeMask CorrectionRangeMask Struct_+
+ GradientBasedCorrRangeMask CorrRangeMask Struct_+
GradientBasedCorrRangeMaskAreaModels AreaModels Struct_+
- GradientBasedCorrRangeMaskAreaModelsAreaComponents string_+
- GradientBasedCorrRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string_+
+ GradientBasedCorrRangeMaskAreaModelsComponents string_+
+ GradientBasedCorrRangeMaskAreaModelsColorSampleInfo string_+
GradientBasedCorrRangeMaskColorAmount real_+
GradientBasedCorrRangeMaskDepthFeather real_+
GradientBasedCorrRangeMaskDepthMax real_+
@@ -3012,8 +3016,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
GradientBasedCorrTemperature real_
GradientBasedCorrTexture real_
GradientBasedCorrTint real_
- GradientBasedCorrHue real_
- GradientBasedCorrSaturation real_
+ GradientBasedCorrToningHue real_
+ GradientBasedCorrToningSaturation real_
GradientBasedCorrWhites2012 real_
GradientBasedCorrWhat string_
GrainAmount integer
@@ -3106,23 +3110,23 @@ These tags belong to the ExifTool XMP-crs family 1 group.
MaskGroupBasedCorrMaskBottom real_
MaskGroupBasedCorrMaskCenterValue real_
MaskGroupBasedCorrMaskCenterWeight real_
- MaskGroupBasedCorrMaskCorrectionRangeMask CorrectionRangeMask Struct_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskAreaModels AreaModels Struct_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskAreaModelsAreaComponents string_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskColorAmount real_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskDepthFeather real_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskDepthMax real_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskDepthMin real_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskInvert boolean_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskLumFeather real_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskLuminanceDepthSampleInfo string_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskLumMax real_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskLumMin real_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskLumRange string_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskSampleType integer_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskType string_+
- MaskGroupBasedCorrMaskCorrectionRangeMaskVersion string_+
+ MaskGroupBasedCorrMaskRange CorrRangeMask Struct_+
+ MaskGroupBasedCorrMaskRangeAreaModels AreaModels Struct_+
+ MaskGroupBasedCorrMaskRangeAreaModelsComponents string_+
+ MaskGroupBasedCorrMaskRangeAreaModelsColorSampleInfo string_+
+ MaskGroupBasedCorrMaskRangeColorAmount real_+
+ MaskGroupBasedCorrMaskRangeDepthFeather real_+
+ MaskGroupBasedCorrMaskRangeDepthMax real_+
+ MaskGroupBasedCorrMaskRangeDepthMin real_+
+ MaskGroupBasedCorrMaskRangeInvert boolean_+
+ MaskGroupBasedCorrMaskRangeLumFeather real_+
+ MaskGroupBasedCorrMaskRangeLuminanceDepthSampleInfo string_+
+ MaskGroupBasedCorrMaskRangeLumMax real_+
+ MaskGroupBasedCorrMaskRangeLumMin real_+
+ MaskGroupBasedCorrMaskRangeLumRange string_+
+ MaskGroupBasedCorrMaskRangeSampleType integer_+
+ MaskGroupBasedCorrMaskRangeType string_+
+ MaskGroupBasedCorrMaskRangeVersion string_+
MaskGroupBasedCorrMaskDabs string_+
MaskGroupBasedCorrMaskFeather real_
MaskGroupBasedCorrMaskFlipped boolean_
@@ -3198,10 +3202,10 @@ These tags belong to the ExifTool XMP-crs family 1 group.
MaskGroupBasedCorrMaskZeroX real_
MaskGroupBasedCorrMaskZeroY real_
MaskGroupBasedCorrCorrectionName string_+
- MaskGroupBasedCorrRangeMask CorrectionRangeMask Struct_+
+ MaskGroupBasedCorrRangeMask CorrRangeMask Struct_+
MaskGroupBasedCorrRangeMaskAreaModels AreaModels Struct_+
- MaskGroupBasedCorrRangeMaskAreaModelsAreaComponents string_+
- MaskGroupBasedCorrRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string_+
+ MaskGroupBasedCorrRangeMaskAreaModelsComponents string_+
+ MaskGroupBasedCorrRangeMaskAreaModelsColorSampleInfo string_+
MaskGroupBasedCorrRangeMaskColorAmount real_+
MaskGroupBasedCorrRangeMaskDepthFeather real_+
MaskGroupBasedCorrRangeMaskDepthMax real_+
@@ -3236,8 +3240,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
MaskGroupBasedCorrTemperature real_
MaskGroupBasedCorrTexture real_
MaskGroupBasedCorrTint real_
- MaskGroupBasedCorrHue real_
- MaskGroupBasedCorrSaturation real_
+ MaskGroupBasedCorrToningHue real_
+ MaskGroupBasedCorrToningSaturation real_
MaskGroupBasedCorrWhites2012 real_
MaskGroupBasedCorrWhat string_
MoireFilter string
@@ -3255,23 +3259,23 @@ These tags belong to the ExifTool XMP-crs family 1 group.
PaintCorrectionMaskBottom real_
PaintCorrectionMaskCenterValue real_
PaintCorrectionMaskCenterWeight real_
- PaintCorrectionMaskCorrectionRangeMask CorrectionRangeMask Struct_+
- PaintCorrectionMaskCorrectionRangeMaskAreaModels AreaModels Struct_+
- PaintCorrectionMaskCorrectionRangeMaskAreaModelsAreaComponents string_+
- PaintCorrectionMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string_+
- PaintCorrectionMaskCorrectionRangeMaskColorAmount real_+
- PaintCorrectionMaskCorrectionRangeMaskDepthFeather real_+
- PaintCorrectionMaskCorrectionRangeMaskDepthMax real_+
- PaintCorrectionMaskCorrectionRangeMaskDepthMin real_+
- PaintCorrectionMaskCorrectionRangeMaskInvert boolean_+
- PaintCorrectionMaskCorrectionRangeMaskLumFeather real_+
- PaintCorrectionMaskCorrectionRangeMaskLuminanceDepthSampleInfo string_+
- PaintCorrectionMaskCorrectionRangeMaskLumMax real_+
- PaintCorrectionMaskCorrectionRangeMaskLumMin real_+
- PaintCorrectionMaskCorrectionRangeMaskLumRange string_+
- PaintCorrectionMaskCorrectionRangeMaskSampleType integer_+
- PaintCorrectionMaskCorrectionRangeMaskType string_+
- PaintCorrectionMaskCorrectionRangeMaskVersion string_+
+ PaintCorrectionMaskRange CorrRangeMask Struct_+
+ PaintCorrectionMaskRangeAreaModels AreaModels Struct_+
+ PaintCorrectionMaskRangeAreaModelsComponents string_+
+ PaintCorrectionMaskRangeAreaModelsColorSampleInfo string_+
+ PaintCorrectionMaskRangeColorAmount real_+
+ PaintCorrectionMaskRangeDepthFeather real_+
+ PaintCorrectionMaskRangeDepthMax real_+
+ PaintCorrectionMaskRangeDepthMin real_+
+ PaintCorrectionMaskRangeInvert boolean_+
+ PaintCorrectionMaskRangeLumFeather real_+
+ PaintCorrectionMaskRangeLuminanceDepthSampleInfo string_+
+ PaintCorrectionMaskRangeLumMax real_+
+ PaintCorrectionMaskRangeLumMin real_+
+ PaintCorrectionMaskRangeLumRange string_+
+ PaintCorrectionMaskRangeSampleType integer_+
+ PaintCorrectionMaskRangeType string_+
+ PaintCorrectionMaskRangeVersion string_+
PaintCorrectionMaskDabs string_
PaintCorrectionMaskFeather real_
PaintCorrectionMaskFlipped boolean_
@@ -3347,10 +3351,10 @@ These tags belong to the ExifTool XMP-crs family 1 group.
PaintCorrectionMaskZeroX real_
PaintCorrectionMaskZeroY real_
PaintCorrectionCorrectionName string_+
- PaintCorrectionRangeMask CorrectionRangeMask Struct_+
+ PaintCorrectionRangeMask CorrRangeMask Struct_+
PaintCorrectionRangeMaskAreaModels AreaModels Struct_+
- PaintCorrectionRangeMaskAreaModelsAreaComponents string_+
- PaintCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo string_+
+ PaintCorrectionRangeMaskAreaModelsComponents string_+
+ PaintCorrectionRangeMaskAreaModelsColorSampleInfo string_+
PaintCorrectionRangeMaskColorAmount real_+
PaintCorrectionRangeMaskDepthFeather real_+
PaintCorrectionRangeMaskDepthMax real_+
@@ -3385,8 +3389,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
PaintCorrectionTemperature real_
PaintCorrectionTexture real_
PaintCorrectionTint real_
- PaintCorrectionHue real_
- PaintCorrectionSaturation real_
+ PaintCorrectionToningHue real_
+ PaintCorrectionToningSaturation real_
PaintCorrectionWhites2012 real_
PaintCorrectionWhat string_
ParametricDarks integer
@@ -3431,23 +3435,23 @@ These tags belong to the ExifTool XMP-crs family 1 group.
RetouchAreaMaskBottom real_
RetouchAreaMaskCenterValue real_
RetouchAreaMaskCenterWeight real_
- RetouchAreaMaskCorrectionRangeMask CorrectionRangeMask Struct_+
- RetouchAreaMaskCorrectionRangeMaskAreaModels AreaModels Struct_+
- RetouchAreaMaskCorrectionRangeMaskAreaModelsAreaComponents string_+
- RetouchAreaMaskCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfostring_+
- RetouchAreaMaskCorrectionRangeMaskColorAmount real_+
- RetouchAreaMaskCorrectionRangeMaskDepthFeather real_+
- RetouchAreaMaskCorrectionRangeMaskDepthMax real_+
- RetouchAreaMaskCorrectionRangeMaskDepthMin real_+
- RetouchAreaMaskCorrectionRangeMaskInvert boolean_+
- RetouchAreaMaskCorrectionRangeMaskLumFeather real_+
- RetouchAreaMaskCorrectionRangeMaskLuminanceDepthSampleInfo string_+
- RetouchAreaMaskCorrectionRangeMaskLumMax real_+
- RetouchAreaMaskCorrectionRangeMaskLumMin real_+
- RetouchAreaMaskCorrectionRangeMaskLumRange string_+
- RetouchAreaMaskCorrectionRangeMaskSampleType integer_+
- RetouchAreaMaskCorrectionRangeMaskType string_+
- RetouchAreaMaskCorrectionRangeMaskVersion string_+
+ RetouchAreaMaskRange CorrRangeMask Struct_+
+ RetouchAreaMaskRangeAreaModels AreaModels Struct_+
+ RetouchAreaMaskRangeAreaModelsComponents string_+
+ RetouchAreaMaskRangeAreaModelsColorSampleInfo string_+
+ RetouchAreaMaskRangeColorAmount real_+
+ RetouchAreaMaskRangeDepthFeather real_+
+ RetouchAreaMaskRangeDepthMax real_+
+ RetouchAreaMaskRangeDepthMin real_+
+ RetouchAreaMaskRangeInvert boolean_+
+ RetouchAreaMaskRangeLumFeather real_+
+ RetouchAreaMaskRangeLuminanceDepthSampleInfo string_+
+ RetouchAreaMaskRangeLumMax real_+
+ RetouchAreaMaskRangeLumMin real_+
+ RetouchAreaMaskRangeLumRange string_+
+ RetouchAreaMaskRangeSampleType integer_+
+ RetouchAreaMaskRangeType string_+
+ RetouchAreaMaskRangeVersion string_+
RetouchAreaMaskDabs string_
RetouchAreaMaskFeather real_
RetouchAreaMaskFlipped boolean_
@@ -5461,7 +5465,7 @@ These tags belong to the ExifTool XMP-tiff family 1 group.
ImageWidth integer
Make string
Model string
- NativeDigest string
+ NativeDigest string/
Orientation integer
PhotometricInterpretation integer
PlanarConfiguration integer
@@ -7317,6 +7321,7 @@ Unknown only to reduce the volume of the normal output.
ColorData8 Canon ColorData8
ColorData9 Canon ColorData9
ColorData10 Canon ColorData10
+ ColorData11 Canon ColorData11
ColorDataUnknown Canon ColorDataUnknown
0x4002 CRWParam? no
0x4003 ColorInfo Canon ColorInfo
@@ -8948,7 +8953,8 @@ These tags are used by the EOS 600D and 1200D.
=head3 Canon ColorData7 Tags
-These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
+These tags are used by the EOS 1DX, 5DmkIII, 6D, 7DmkII, 100D, 650D, 700D,
+8000D, M and M2.
Index2 Tag Name Writable
------ -------- --------
@@ -9028,6 +9034,9 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
=head3 Canon ColorData8 Tags
+These tags are used by the EOS 1DXmkII, 5DS, 5DSR, 5DmkIV, 6DmkII, 77D, 80D,
+200D, 800D, 1300D, 2000D, 4000D and 9000D.
+
Index2 Tag Name Writable
------ -------- --------
0 ColorDataVersion int16s
@@ -9124,6 +9133,8 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
=head3 Canon ColorData9 Tags
+These tags are used by the M6mkII, M50, M200, EOS R, RP, 90D, 250D and 850D
+
Index2 Tag Name Writable
------ -------- --------
0 ColorDataVersion int16s
@@ -9213,6 +9224,8 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
=head3 Canon ColorData10 Tags
+These tags are used by the R5, R5 and EOS 1DXmkIII.
+
Index2 Tag Name Writable
------ -------- --------
0 ColorDataVersion int16s
@@ -9300,6 +9313,95 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
811 SpecularWhiteLevel int16u
812 LinearityUpperMargin int16u
+=head3 Canon ColorData11 Tags
+
+These tags are used by the EOS R3
+
+ Index2 Tag Name Writable
+ ------ -------- --------
+ 0 ColorDataVersion int16s
+ 105 WB_RGGBLevelsAsShot int16s[4]
+ 109 ColorTempAsShot int16s
+ 110 WB_RGGBLevelsAuto int16s[4]
+ 114 ColorTempAuto int16s
+ 115 WB_RGGBLevelsMeasured int16s[4]
+ 119 ColorTempMeasured int16s
+ 120 WB_RGGBLevelsUnknown? int16s[4]
+ 124 ColorTempUnknown? int16s
+ 125 WB_RGGBLevelsUnknown2? int16s[4]
+ 129 ColorTempUnknown2? int16s
+ 130 WB_RGGBLevelsUnknown3? int16s[4]
+ 134 ColorTempUnknown3? int16s
+ 135 WB_RGGBLevelsUnknown4? int16s[4]
+ 139 ColorTempUnknown4? int16s
+ 140 WB_RGGBLevelsUnknown5? int16s[4]
+ 144 ColorTempUnknown5? int16s
+ 145 WB_RGGBLevelsUnknown6? int16s[4]
+ 149 ColorTempUnknown6? int16s
+ 150 WB_RGGBLevelsUnknown7? int16s[4]
+ 154 ColorTempUnknown7? int16s
+ 155 WB_RGGBLevelsUnknown8? int16s[4]
+ 159 ColorTempUnknown8? int16s
+ 160 WB_RGGBLevelsUnknown9? int16s[4]
+ 164 ColorTempUnknown9? int16s
+ 165 WB_RGGBLevelsUnknown10? int16s[4]
+ 169 ColorTempUnknown10? int16s
+ 170 WB_RGGBLevelsUnknown11? int16s[4]
+ 174 ColorTempUnknown11? int16s
+ 175 WB_RGGBLevelsUnknown11? int16s[4]
+ 179 ColorTempUnknown11? int16s
+ 180 WB_RGGBLevelsUnknown12? int16s[4]
+ 184 ColorTempUnknown12? int16s
+ 185 WB_RGGBLevelsUnknown13? int16s[4]
+ 189 ColorTempUnknown13? int16s
+ 190 WB_RGGBLevelsUnknown14? int16s[4]
+ 194 ColorTempUnknown14? int16s
+ 195 WB_RGGBLevelsUnknown15? int16s[4]
+ 199 ColorTempUnknown15? int16s
+ 200 WB_RGGBLevelsUnknown16? int16s[4]
+ 204 ColorTempUnknown16? int16s
+ 205 WB_RGGBLevelsDaylight int16s[4]
+ 209 ColorTempDaylight int16s
+ 210 WB_RGGBLevelsShade int16s[4]
+ 214 ColorTempShade int16s
+ 215 WB_RGGBLevelsCloudy int16s[4]
+ 219 ColorTempCloudy int16s
+ 220 WB_RGGBLevelsTungsten int16s[4]
+ 224 ColorTempTungsten int16s
+ 225 WB_RGGBLevelsFluorescent int16s[4]
+ 229 ColorTempFluorescent int16s
+ 230 WB_RGGBLevelsKelvin int16s[4]
+ 234 ColorTempKelvin int16s
+ 235 WB_RGGBLevelsFlash int16s[4]
+ 239 ColorTempFlash int16s
+ 240 WB_RGGBLevelsUnknown17? int16s[4]
+ 244 ColorTempUnknown17? int16s
+ 245 WB_RGGBLevelsUnknown18? int16s[4]
+ 249 ColorTempUnknown18? int16s
+ 250 WB_RGGBLevelsUnknown19? int16s[4]
+ 254 ColorTempUnknown19? int16s
+ 255 WB_RGGBLevelsUnknown20? int16s[4]
+ 259 ColorTempUnknown20? int16s
+ 260 WB_RGGBLevelsUnknown21? int16s[4]
+ 264 ColorTempUnknown21? int16s
+ 265 WB_RGGBLevelsUnknown22? int16s[4]
+ 269 ColorTempUnknown22? int16s
+ 270 WB_RGGBLevelsUnknown23? int16s[4]
+ 274 ColorTempUnknown23? int16s
+ 275 WB_RGGBLevelsUnknown24? int16s[4]
+ 279 ColorTempUnknown24? int16s
+ 280 WB_RGGBLevelsUnknown25? int16s[4]
+ 284 ColorTempUnknown25? int16s
+ 285 WB_RGGBLevelsUnknown26? int16s[4]
+ 289 ColorTempUnknown26? int16s
+ 290 WB_RGGBLevelsUnknown27? int16s[4]
+ 294 ColorTempUnknown27? int16s
+ 300 ColorCalib? Canon ColorCalib
+ 363 PerChannelBlackLevel int16u[4]
+ 640 NormalWhiteLevel int16u
+ 641 SpecularWhiteLevel int16u
+ 642 LinearityUpperMargin int16u
+
=head3 Canon ColorDataUnknown Tags
Index2 Tag Name Writable
@@ -14053,43 +14155,52 @@ These tags are extracted from encrypted data in images from the Z7_2.
52786 RollAngle fixed32u
52790 PitchAngle fixed32u
52794 YawAngle fixed32u
- 53246 IntervalDurationHours int32u
- 53250 IntervalDurationMinutes int32u
- 53254 IntervalDurationSeconds int32u
- 53262 Intervals int32u
- 53266 ShotsPerInterval int32u
- 53270 IntervalExposureSmoothing int8u
- 53272 IntervalPriority int8u
- 53306 FocusShiftNumberShots int8u
- 53310 FocusShiftStepWidth int8u
- 53314 FocusShiftInterval int8u~
- 53318 FocusShiftExposureLock int8u
- 53408 DiffractionCompensation int8u
- 53409 AutoDistortionControl int8u
- 53412 NikonMeteringMode? int8u
- 53414 FlashControlMode int8u
- 53420 FlashGNDistance? no
- 53424 FlashOutput? int8u
- 53432 FlashWirelessOption? int8u
- 53434 FlashRemoteControl? int8u
- 53438 FlashMasterControlMode int8u
- 53440 FlashMasterCompensation? int8s
- 53444 FlashMasterOutput? int8u
- 53588 MovieFrameSize? int8u
- 53590 MovieFrameRate? int8u
- 53592 MovieSlowMotion? int8u
- 53596 MovieType? int8u
- 53602 MovieISOAutoManualMode? no
- 53654 MovieActiveD-Lighting? int8u
- 53658 MovieHighISONoiseReduction? int8u
- 53660 MovieVignetteControl? int8u
- 53662 MovieVignetteControlSameAsPhoto? int8u
- 53663 MovieDiffrationCompensation? int8u
- 53664 MovieAutoDistortionControl? int8u
- 53670 MovieFocusMode? int8u
- 53674 MovieVibrationReduction? int8u
- 53677 MovieVibrationReductionSameAsPhoto? int8u
- 53944 HDMIOutputN-Log? int8u
+ 52918 ZMenuSettingsOffset int8u
+ 52920 ZMenuSettings Nikon ZMenuSettings
+
+=head3 Nikon ZMenuSettings Tags
+
+These tags are used by the Z5 Z6 Z7 Z6II Z7II Z50 Zfc
+
+ Index1 Tag Name Writable
+ ------ -------- --------
+ 160 IntervalDurationHours int32u
+ 164 IntervalDurationMinutes int32u
+ 168 IntervalDurationSeconds int32u
+ 176 Intervals int32u
+ 180 ShotsPerInterval int32u
+ 184 IntervalExposureSmoothing int8u
+ 186 IntervalPriority int8u
+ 220 FocusShiftNumberShots int8u
+ 224 FocusShiftStepWidth int8u
+ 228 FocusShiftInterval int8u~
+ 232 FocusShiftExposureLock int8u
+ 322 DiffractionCompensation int8u
+ 323 AutoDistortionControl int8u
+ 326 NikonMeteringMode? int8u
+ 328 FlashControlMode int8u
+ 334 FlashGNDistance? no
+ 338 FlashOutput? int8u
+ 346 FlashWirelessOption? int8u
+ 348 FlashRemoteControl? int8u
+ 352 FlashMasterControlMode int8u
+ 354 FlashMasterCompensation? int8s
+ 358 FlashMasterOutput? int8u
+ 502 MovieFrameSize? int8u
+ 504 MovieFrameRate? int8u
+ 506 MovieSlowMotion? int8u
+ 510 MovieType? int8u
+ 516 MovieISOAutoManualMode? no
+ 568 MovieActiveD-Lighting? int8u
+ 572 MovieHighISONoiseReduction? int8u
+ 574 MovieVignetteControl? int8u
+ 576 MovieVignetteControlSameAsPhoto? int8u
+ 578 MovieAutoDistortionControl? int8u
+ 584 MovieFocusMode? int8u
+ 590 MovieVibrationReduction? int8u
+ 591 MovieVibrationReductionSameAsPhoto? int8u
+ 858 HDMIOutputN-Log? int8u
+ 5771 MovieDiffrationCompensation? int8u
=head3 Nikon ShotInfo Tags
@@ -23300,7 +23411,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
EventEarliestDate date_
EventEndDayOfYear integer_
EventDate date_
- EventID string_
+ EventID string/_
EventRemarks lang-alt_
EventTime string_
EventFieldNotes string_
@@ -23342,7 +23453,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
HumanObservationEarliestDate date_
HumanObservationEndDayOfYear integer_
HumanObservationEventDate date_
- HumanObservationEventID string_
+ HumanObservationEventID string/_
HumanObservationEventRemarks lang-alt_
HumanObservationEventTime string_
HumanObservationFieldNotes string_
@@ -23374,7 +23485,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
MachineObservationEarliestDate date_
MachineObservationEndDayOfYear integer_
MachineObservationEventDate date_
- MachineObservationEventID string_
+ MachineObservationEventID string/_
MachineObservationEventRemarks lang-alt_
MachineObservationEventTime string_
MachineObservationFieldNotes string_
@@ -24741,6 +24852,7 @@ specification.
GIFVersion no
ScreenDescriptor GIF Screen
Text no
+ TransparentColor no
=head3 GIF Extensions Tags
@@ -27286,7 +27398,7 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
The tags below are extracted from timed metadata in QuickTime and other
formats of video files when the ExtractEmbedded option is used. Although
most of these tags are combined into the single table below, ExifTool
-currently reads 58 different formats of timed GPS metadata from video files.
+currently reads 59 different formats of timed GPS metadata from video files.
Tag Name Writable
-------- --------
@@ -27532,7 +27644,7 @@ changed via the config file.
'player.movie.audio.gain' AudioGain yes
'player.movie.audio.mute' Mute int8u
'player.movie.audio.pitchshift' PitchShift yes
- 'player.movie.audio.treble' Trebel yes
+ 'player.movie.audio.treble' Treble yes
'player.movie.visual.brightness' Brightness yes
'player.movie.visual.color' Color yes
'player.movie.visual.contrast' Contrast yes
diff --git a/lib/Image/ExifTool/WriteXMP.pl b/lib/Image/ExifTool/WriteXMP.pl
index 092bdcd3..1ad35036 100644
--- a/lib/Image/ExifTool/WriteXMP.pl
+++ b/lib/Image/ExifTool/WriteXMP.pl
@@ -1418,9 +1418,15 @@ sub WriteXMP($$;$)
unless ($uri) {
$uri = $nsURI{$1}; # we must have added a namespace
unless ($uri) {
- # (namespace may be empty if trying to write empty XMP structure, forum12384)
- $xmpErr = "Undefined XMP namespace: $1" if length $uri;
- next;
+ # (namespace prefix may be empty if trying to write empty XMP structure, forum12384)
+ if (length $1) {
+ my $err = "Undefined XMP namespace: $1";
+ if (not $xmpErr or $err ne $xmpErr) {
+ $xmpFile ? $et->Error($err) : $et->Warn($err);
+ $xmpErr = $err;
+ }
+ }
+ next;
}
}
$nsNew{$1} = $uri;
@@ -1586,14 +1592,7 @@ sub WriteXMP($$;$)
unless (%capture or $xmpFile or $$dirInfo{InPlace} or $$dirInfo{NoDelete}) {
$long[-2] = '';
}
- if ($xmpErr) {
- if ($xmpFile) {
- $et->Error($xmpErr);
- return -1;
- }
- $et->Warn($xmpErr);
- return undef;
- }
+ return($xmpFile ? -1 : undef) if $xmpErr;
$$et{CHANGED} += $changed;
$debug > 1 and $long[-2] and print $long[-2],"\n";
return $long[-2] unless $xmpFile;
diff --git a/lib/Image/ExifTool/Writer.pl b/lib/Image/ExifTool/Writer.pl
index 988507af..4ea02d8f 100644
--- a/lib/Image/ExifTool/Writer.pl
+++ b/lib/Image/ExifTool/Writer.pl
@@ -1400,7 +1400,10 @@ sub SetNewValuesFromFile($$;@)
}
}
# validate tag name(s)
- $$opts{EXPR} or ValidTagName($tag) or $self->Warn("Invalid tag name '${tag}'"), next;
+ unless ($$opts{EXPR} or ValidTagName($tag)) {
+ $self->Warn("Invalid tag name '${tag}'. Use '=' not '<' to assign a tag value");
+ next;
+ }
ValidTagName($dstTag) or $self->Warn("Invalid tag name '${dstTag}'"), next;
# translate '+' and '-' to appropriate SetNewValue option
if ($opt) {
@@ -4775,7 +4778,7 @@ sub InverseDateTime($$;$$)
my ($rtnVal, $tz);
my $fmt = $$self{OPTIONS}{DateFormat};
# strip off timezone first if it exists
- if (not $fmt and $val =~ s/([+-])(\d{1,2}):?(\d{2})\s*(DST)?$//i) {
+ if (not $fmt and $val =~ s/([-+])(\d{1,2}):?(\d{2})\s*(DST)?$//i) {
$tz = sprintf("$1%.2d:$3", $2);
} elsif (not $fmt and $val =~ s/Z$//i) {
$tz = 'Z';
diff --git a/lib/Image/ExifTool/XMP.pm b/lib/Image/ExifTool/XMP.pm
index d60d9849..2cb87439 100644
--- a/lib/Image/ExifTool/XMP.pm
+++ b/lib/Image/ExifTool/XMP.pm
@@ -50,7 +50,7 @@ use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
require Exporter;
-$VERSION = '3.48';
+$VERSION = '3.49';
@ISA = qw(Exporter);
@EXPORT_OK = qw(EscapeXML UnescapeXML);
@@ -439,12 +439,13 @@ my %sOECF = (
my %sAreaModels = (
STRUCT_NAME => 'AreaModels',
NAMESPACE => 'crs',
- ColorRangeMaskAreaSampleInfo => { },
- AreaComponents => { List => 'Seq' },
+ ColorRangeMaskAreaSampleInfo => { FlatName => 'ColorSampleInfo' },
+ AreaComponents => { FlatName => 'Components', List => 'Seq' },
);
-my %sCorrectionRangeMask = (
- STRUCT_NAME => 'CorrectionRangeMask',
+my %sCorrRangeMask = (
+ STRUCT_NAME => 'CorrRangeMask',
NAMESPACE => 'crs',
+ NOTES => 'Called CorrectionRangeMask by the spec.',
Version => { },
Type => { },
ColorAmount => { Writable => 'real' },
@@ -515,7 +516,12 @@ my %sCorrectionMask;
WholeImageArea => { List => 0 },
Origin => { List => 0 },
Masks => { Struct => \%sCorrectionMask, NoSubStruct => 1 },
- CorrectionRangeMask => { Struct => \%sCorrectionRangeMask },
+ CorrectionRangeMask => {
+ Name => 'CorrRangeMask',
+ Notes => 'called CorrectionRangeMask by the spec',
+ FlatName => 'Range',
+ Struct => \%sCorrRangeMask,
+ },
);
my %sCorrection = (
STRUCT_NAME => 'Correction',
@@ -529,8 +535,8 @@ my %sCorrection = (
LocalClarity => { FlatName => 'Clarity', Writable => 'real', List => 0 },
LocalSharpness => { FlatName => 'Sharpness', Writable => 'real', List => 0 },
LocalBrightness => { FlatName => 'Brightness', Writable => 'real', List => 0 },
- LocalToningHue => { FlatName => 'Hue', Writable => 'real', List => 0 },
- LocalToningSaturation => { FlatName => 'Saturation', Writable => 'real', List => 0 },
+ LocalToningHue => { FlatName => 'ToningHue', Writable => 'real', List => 0 },
+ LocalToningSaturation => { FlatName => 'ToningSaturation', Writable => 'real', List => 0 },
LocalExposure2012 => { FlatName => 'Exposure2012', Writable => 'real', List => 0 },
LocalContrast2012 => { FlatName => 'Contrast2012', Writable => 'real', List => 0 },
LocalHighlights2012 => { FlatName => 'Highlights2012', Writable => 'real', List => 0 },
@@ -548,8 +554,10 @@ my %sCorrection = (
LocalTexture => { FlatName => 'Texture', Writable => 'real', List => 0 },
# new in LR 11.0
CorrectionRangeMask => {
+ Name => 'CorrRangeMask',
+ Notes => 'called CorrectionRangeMask by the spec',
FlatName => 'RangeMask',
- Struct => \%sCorrectionRangeMask,
+ Struct => \%sCorrRangeMask,
},
CorrectionMasks => {
FlatName => 'Mask',
@@ -1737,7 +1745,7 @@ my %sPantryItem = (
Software => { },
Artist => { Groups => { 2 => 'Author' } },
Copyright => { Groups => { 2 => 'Author' }, Writable => 'lang-alt' },
- NativeDigest => { }, #PH
+ NativeDigest => { Avoid => 1 }, #PH
);
# Exif namespace properties (exif)
diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec
index abc0da5e..16cdc3af 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.36
+Version: 12.37
Release: 1
License: Artistic/GPL
Group: Development/Libraries/Perl
diff --git a/pp_build_exe.args b/pp_build_exe.args
index ce86e1cf..57a12615 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.36
-#--info=FileVersion=12.3.6.0
-#--info=ProductVersion=12.3.6.0
-##"--info=Build Date=2021:11:16 11:24:35-05:00"
+-T exiftool-12.37
+#--info=FileVersion=12.3.7.0
+#--info=ProductVersion=12.3.7.0
+##"--info=Build Date=2021:12:08 08:27:04-05:00"
##"--info=Bundled Perl Version=ActivePerl 5.24.0"
##"--info=LegalCopyright=Copyright (c) 2003-2021, Phil Harvey"
##"--info=ProductName=ExifTool"
diff --git a/windows_exiftool b/windows_exiftool
index fc9b8fbc..2f1b10f0 100755
--- a/windows_exiftool
+++ b/windows_exiftool
@@ -10,7 +10,7 @@
use strict;
require 5.004;
-my $version = '12.36';
+my $version = '12.37';
# add our 'lib' directory to the include list BEFORE 'use Image::ExifTool'
my $exePath;
@@ -3465,18 +3465,26 @@ sub ConvertBinary($)
}
#------------------------------------------------------------------------------
-# Compare two tag values to see if they are equal
+# Compare ValueConv and PrintConv values of a tag to see if they are equal
# Inputs: 0) value1, 1) value2
# Returns: true if they are equal
sub IsEqual($$)
{
- return 1 if ref $_[0] eq 'SCALAR' or $_[0] eq $_[1];
- return 0 if ref $_[0] ne 'ARRAY' or ref $_[1] ne 'ARRAY' or
- @{$_[0]} ne @{$_[1]};
- # test all elements of an array
- my $i = 0;
- for ($i=0; $i<scalar(@{$_[0]}); ++$i) {
- return 0 if $_[0][$i] ne $_[1][$i];
+ my ($a, $b) = @_;
+ # (scalar values are not print-converted)
+ return 1 if $a eq $b or ref $a eq 'SCALAR';
+ if (ref $a eq 'HASH' and ref $b eq 'HASH') {
+ return 0 if scalar(keys %$a) != scalar(keys %$b);
+ my $key;
+ foreach $key (keys %$a) {
+ return 0 unless IsEqual($$a{$key}, $$b{$key});
+ }
+ } else {
+ return 0 if ref $a ne 'ARRAY' or ref $b ne 'ARRAY' or @$a != @$b;
+ my $i;
+ for ($i=0; $i<scalar(@$a); ++$i) {
+ return 0 unless IsEqual($$a[$i], $$b[$i]);
+ }
}
return 1;
}
@@ -4747,7 +4755,8 @@ OPTIONS
may be used to conditionally delete or replace a tag (see "WRITING
EXAMPLES" for examples). "^=" is used to write an empty string
instead of deleting the tag when no *VALUE* is given, but otherwise
- it is equivalent to "=".
+ it is equivalent to "=", but note that the caret must be quoted on
+ the Windows command line.
*TAG* may contain one or more leading family 0, 1, 2 or 7 group
names, prefixed by optional family numbers, and separated colons.
@@ -5435,7 +5444,8 @@ OPTIONS
beginning with "#" are output for each processed file. Lines
beginning with "#[IF]" are not output, but all BODY lines are
skipped if any tag on an IF line doesn't exist. Other lines
- beginning with "#" are ignored. For example, this format file:
+ beginning with "#" are ignored. (To output a line beginning with
+ "#", use "#[BODY]#".) For example, this format file:
# this is a comment line
#[HEAD]-- Generated by ExifTool $exifToolVersion --
@@ -5449,7 +5459,7 @@ OPTIONS
produces output like this:
- -- Generated by ExifTool 12.36 --
+ -- Generated by ExifTool 12.37 --
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