summaryrefslogtreecommitdiff
path: root/lib/Image/ExifTool
diff options
context:
space:
mode:
authorexiftool <exiftool@users.sourceforge.net>2020-10-29 09:55:03 -0400
committerexiftool <exiftool@users.sourceforge.net>2020-10-29 09:55:03 -0400
commitc591a3d701dd0a3fe797ef633ff5ec5f3745c0b8 (patch)
treee16b6194d1c37b0065840065c88b060c296e6cc2 /lib/Image/ExifTool
parent3e86057003d7e661ca409372181e06f770e32ea1 (diff)
Update to 12.09
Diffstat (limited to 'lib/Image/ExifTool')
-rw-r--r--lib/Image/ExifTool/BuildTagLookup.pm13
-rw-r--r--lib/Image/ExifTool/Canon.pm171
-rw-r--r--lib/Image/ExifTool/DarwinCore.pm12
-rw-r--r--lib/Image/ExifTool/GIF.pm4
-rw-r--r--lib/Image/ExifTool/GoPro.pm10
-rw-r--r--lib/Image/ExifTool/JSON.pm31
-rw-r--r--lib/Image/ExifTool/Matroska.pm4
-rw-r--r--lib/Image/ExifTool/Minolta.pm3
-rw-r--r--lib/Image/ExifTool/Nikon.pm3
-rw-r--r--lib/Image/ExifTool/PanasonicRaw.pm1
-rw-r--r--lib/Image/ExifTool/QuickTime.pm32
-rw-r--r--lib/Image/ExifTool/QuickTimeStream.pl87
-rw-r--r--lib/Image/ExifTool/README7
-rw-r--r--lib/Image/ExifTool/Radiance.pm9
-rw-r--r--lib/Image/ExifTool/Sony.pm9
-rw-r--r--lib/Image/ExifTool/TagLookup.pm11461
-rw-r--r--lib/Image/ExifTool/TagNames.pod202
-rw-r--r--lib/Image/ExifTool/WriteQuickTime.pl6
-rw-r--r--lib/Image/ExifTool/XMP.pm79
19 files changed, 6317 insertions, 5827 deletions
diff --git a/lib/Image/ExifTool/BuildTagLookup.pm b/lib/Image/ExifTool/BuildTagLookup.pm
index 60d73658..dc3fc597 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.38';
+$VERSION = '3.39';
@ISA = qw(Exporter);
sub NumbersFirst($$);
@@ -1029,9 +1029,14 @@ TagID: foreach $tagID (@keys) {
$note =~ s/(^[ \t]+|[ \t]+$)//mg;
push @values, "($note)";
}
- if ($isXMP and lc $tagID ne lc $name) {
- # add note about different XMP Tag ID
- my $note = $$tagInfo{RootTagInfo} ? $tagID : "called $tagID by the spec";
+ if ($isXMP and (lc $tagID ne lc $name or $$tagInfo{NotFlat})) {
+ my $note;
+ if ($$tagInfo{NotFlat}) {
+ $note = 'NOT a flattened tag!';
+ } else {
+ # add note about different XMP Tag ID
+ $note = $$tagInfo{RootTagInfo} ? $tagID : "called $tagID by the spec";
+ }
if ($$tagInfo{Notes}) {
$values[-1] =~ s/^\(/($note; /;
} else {
diff --git a/lib/Image/ExifTool/Canon.pm b/lib/Image/ExifTool/Canon.pm
index 24c21349..3521f6d5 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.39';
+$VERSION = '4.40';
# Note: Removed 'USM' from 'L' lenses since it is redundant - PH
# (or is it? Ref 32 shows 5 non-USM L-type lenses)
@@ -487,8 +487,9 @@ $VERSION = '4.39';
368.7 => 'Sigma 85mm f/1.4 DG HSM | A', #IB (016)
368.8 => 'Sigma 105mm f/1.4 DG HSM', #IB (A018)
368.9 => 'Sigma 14-24mm f/2.8 DG HSM', #IB (A018)
- 368.10 => 'Sigma 35mm f/1.4 DG HSM | A', #PH (012)
- '368.10' => 'Sigma 70mm f/2.8 DG Macro', #IB (A018)
+ '368.10' => 'Sigma 35mm f/1.4 DG HSM | A', #PH (012)
+ '368.11' => 'Sigma 70mm f/2.8 DG Macro', #IB (A018)
+ '368.12' => 'Sigma 18-35mm f/1.8 DC HSM | A', #50
# Note: LensType 488 (0x1e8) is reported as 232 (0xe8) in 7D CameraSettings
488 => 'Canon EF-S 15-85mm f/3.5-5.6 IS USM', #PH
489 => 'Canon EF 70-300mm f/4-5.6L IS USM', #Gerald Kapounek
@@ -932,6 +933,7 @@ $VERSION = '4.39';
0x80000406 => 'EOS 6D Mark II', #IB/42
0x80000408 => 'EOS 77D / 9000D',
0x80000417 => 'EOS Rebel SL2 / 200D / Kiss X9', #IB/42
+ 0x80000421 => 'EOS R5', #PH
0x80000422 => 'EOS Rebel T100 / 4000D / 3000D', #IB (3000D in China; Kiss? - PH)
0x80000424 => 'EOS R', #IB
0x80000428 => 'EOS-1D X Mark III', #IB
@@ -940,6 +942,7 @@ $VERSION = '4.39';
0x80000435 => 'EOS Rebel T8i / 850D / X10i', #JR/PH
0x80000436 => 'EOS SL3 / 250D / Kiss X10', #25
0x80000437 => 'EOS 90D', #IB
+ 0x80000453 => 'EOS R6', #PH
0x80000520 => 'EOS D2000C', #IB
0x80000560 => 'EOS D6000C', #PH (guess)
);
@@ -1896,6 +1899,11 @@ my %offOn = ( 0 => 'Off', 1 => 'On' );
Name => 'ColorData9',
SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorData9' },
},
+ { # (int16u[3656]) - R5/R6 ref PH
+ Condition => '$count == 3656',
+ Name => 'ColorData10',
+ SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorData10' },
+ },
{
Name => 'ColorDataUnknown',
SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorDataUnknown' },
@@ -5675,6 +5683,13 @@ my %ciMaxFocal = (
ValueConv => 'unpack("H*",$val)',
ValueConvInv => 'length($val) < 10 and $val = 0 x (10-length($val)) . $val; pack("H*",$val)',
},
+ 0x5c1 => {
+ Name => 'FirmwareVersion',
+ Format => 'string[6]',
+ Writable => 0,
+ Condition => '$$valPt =~ /^\d\.\d\.\d\0/',
+ Notes => 'M50', # (firmware 1.0.0)
+ },
);
# Picture Style information for various cameras (ref 48)
@@ -8062,7 +8077,6 @@ my %ciMaxFocal = (
0x149 => { #IB
Name => 'PerChannelBlackLevel',
Format => 'int16u[4]',
- Notes => '1300D',
},
# 0x318 - PerChannelBlackLevel again (ref IB)
0x31c => { #IB
@@ -8080,6 +8094,126 @@ my %ciMaxFocal = (
},
);
+# Color data (MakerNotes tag 0x4001, count=3656) (same as ColorData9 but shifted up by 0x0e, ref PH)
+%Image::ExifTool::Canon::ColorData10 = (
+ %binaryDataAttrs,
+ FORMAT => 'int16s',
+ FIRST_ENTRY => 0,
+ GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
+ DATAMEMBER => [ 0 ],
+ IS_SUBDIR => [ 0x118 ],
+ 0x00 => {
+ Name => 'ColorDataVersion',
+ DataMember => 'ColorDataVersion',
+ RawConv => '$$self{ColorDataVersion} = $val',
+ PrintConv => {
+ 33 => '33 (R5/R6)',
+ },
+ },
+ 0x55 => { Name => 'WB_RGGBLevelsAsShot', Format => 'int16s[4]' },
+ 0x59 => 'ColorTempAsShot',
+ 0x5a => { Name => 'WB_RGGBLevelsAuto', Format => 'int16s[4]' },
+ 0x5e => 'ColorTempAuto',
+ 0x5f => { Name => 'WB_RGGBLevelsMeasured', Format => 'int16s[4]' },
+ 0x63 => 'ColorTempMeasured',
+ 0x64 => { Name => 'WB_RGGBLevelsUnknown', Format => 'int16s[4]', Unknown => 1 },
+ 0x68 => { Name => 'ColorTempUnknown', Unknown => 1 },
+ 0x69 => { Name => 'WB_RGGBLevelsUnknown2', Format => 'int16s[4]', Unknown => 1 },
+ 0x6d => { Name => 'ColorTempUnknown2', Unknown => 1 },
+ 0x6e => { Name => 'WB_RGGBLevelsUnknown3', Format => 'int16s[4]', Unknown => 1 },
+ 0x72 => { Name => 'ColorTempUnknown3', Unknown => 1 },
+ 0x73 => { Name => 'WB_RGGBLevelsUnknown4', Format => 'int16s[4]', Unknown => 1 },
+ 0x77 => { Name => 'ColorTempUnknown4', Unknown => 1 },
+ 0x78 => { Name => 'WB_RGGBLevelsUnknown5', Format => 'int16s[4]', Unknown => 1 },
+ 0x7c => { Name => 'ColorTempUnknown5', Unknown => 1 },
+ 0x7d => { Name => 'WB_RGGBLevelsUnknown6', Format => 'int16s[4]', Unknown => 1 },
+ 0x81 => { Name => 'ColorTempUnknown6', Unknown => 1 },
+ 0x82 => { Name => 'WB_RGGBLevelsUnknown7', Format => 'int16s[4]', Unknown => 1 },
+ 0x86 => { Name => 'ColorTempUnknown7', Unknown => 1 },
+ 0x87 => { Name => 'WB_RGGBLevelsUnknown8', Format => 'int16s[4]', Unknown => 1 },
+ 0x8b => { Name => 'ColorTempUnknown8', Unknown => 1 },
+ 0x8c => { Name => 'WB_RGGBLevelsUnknown9', Format => 'int16s[4]', Unknown => 1 },
+ 0x90 => { Name => 'ColorTempUnknown9', Unknown => 1 },
+ 0x91 => { Name => 'WB_RGGBLevelsUnknown10', Format => 'int16s[4]', Unknown => 1 },
+ 0x95 => { Name => 'ColorTempUnknown10', Unknown => 1 },
+ 0x96 => { Name => 'WB_RGGBLevelsDaylight', Format => 'int16s[4]' },
+ 0x9a => 'ColorTempDaylight',
+ 0x9b => { Name => 'WB_RGGBLevelsShade', Format => 'int16s[4]' },
+ 0x9f => 'ColorTempShade',
+ 0xa0 => { Name => 'WB_RGGBLevelsCloudy', Format => 'int16s[4]' },
+ 0xa4 => 'ColorTempCloudy',
+ 0xa5 => { Name => 'WB_RGGBLevelsTungsten', Format => 'int16s[4]' },
+ 0xa9 => 'ColorTempTungsten',
+ 0xaa => { Name => 'WB_RGGBLevelsFluorescent',Format => 'int16s[4]' },
+ 0xae => 'ColorTempFluorescent',
+ 0xaf => { Name => 'WB_RGGBLevelsKelvin', Format => 'int16s[4]' },
+ 0xb3 => 'ColorTempKelvin',
+ 0xb4 => { Name => 'WB_RGGBLevelsFlash', Format => 'int16s[4]' },
+ 0xb8 => 'ColorTempFlash',
+ 0xb9 => { Name => 'WB_RGGBLevelsUnknown11', Format => 'int16s[4]', Unknown => 1 },
+ 0xbd => { Name => 'ColorTempUnknown11', Unknown => 1 },
+ 0xbe => { Name => 'WB_RGGBLevelsUnknown12', Format => 'int16s[4]', Unknown => 1 },
+ 0xc2 => { Name => 'ColorTempUnknown12', Unknown => 1 },
+ 0xc3 => { Name => 'WB_RGGBLevelsUnknown13', Format => 'int16s[4]', Unknown => 1 },
+ 0xc7 => { Name => 'ColorTempUnknown13', Unknown => 1 },
+ 0xc8 => { Name => 'WB_RGGBLevelsUnknown14', Format => 'int16s[4]', Unknown => 1 },
+ 0xcc => { Name => 'ColorTempUnknown14', Unknown => 1 },
+ 0xcd => { Name => 'WB_RGGBLevelsUnknown15', Format => 'int16s[4]', Unknown => 1 },
+ 0xd1 => { Name => 'ColorTempUnknown15', Unknown => 1 },
+ 0xd2 => { Name => 'WB_RGGBLevelsUnknown16', Format => 'int16s[4]', Unknown => 1 },
+ 0xd6 => { Name => 'ColorTempUnknown16', Unknown => 1 },
+ 0xd7 => { Name => 'WB_RGGBLevelsUnknown17', Format => 'int16s[4]', Unknown => 1 },
+ 0xdb => { Name => 'ColorTempUnknown17', Unknown => 1 },
+ 0xdc => { Name => 'WB_RGGBLevelsUnknown18', Format => 'int16s[4]', Unknown => 1 },
+ 0xe0 => { Name => 'ColorTempUnknown18', Unknown => 1 },
+ 0xe1 => { Name => 'WB_RGGBLevelsUnknown19', Format => 'int16s[4]', Unknown => 1 },
+ 0xe5 => { Name => 'ColorTempUnknown19', Unknown => 1 },
+ 0xe6 => { Name => 'WB_RGGBLevelsUnknown20', Format => 'int16s[4]', Unknown => 1 },
+ 0xea => { Name => 'ColorTempUnknown20', Unknown => 1 },
+ 0xeb => { Name => 'WB_RGGBLevelsUnknown21', Format => 'int16s[4]', Unknown => 1 },
+ 0xef => { Name => 'ColorTempUnknown21', Unknown => 1 },
+ 0xf0 => { Name => 'WB_RGGBLevelsUnknown22', Format => 'int16s[4]', Unknown => 1 },
+ 0xf4 => { Name => 'ColorTempUnknown22', Unknown => 1 },
+ 0xf5 => { Name => 'WB_RGGBLevelsUnknown23', Format => 'int16s[4]', Unknown => 1 },
+ 0xf9 => { Name => 'ColorTempUnknown23', Unknown => 1 },
+ 0xfa => { Name => 'WB_RGGBLevelsUnknown24', Format => 'int16s[4]', Unknown => 1 },
+ 0xfe => { Name => 'ColorTempUnknown24', Unknown => 1 },
+ 0xff => { Name => 'WB_RGGBLevelsUnknown25', Format => 'int16s[4]', Unknown => 1 },
+ 0x103=> { Name => 'ColorTempUnknown25', Unknown => 1 },
+ 0x104=> { Name => 'WB_RGGBLevelsUnknown26', Format => 'int16s[4]', Unknown => 1 },
+ 0x108=> { Name => 'ColorTempUnknown26', Unknown => 1 },
+ 0x109=> { Name => 'WB_RGGBLevelsUnknown27', Format => 'int16s[4]', Unknown => 1 },
+ 0x10d=> { Name => 'ColorTempUnknown27', Unknown => 1 },
+ 0x10e=> { Name => 'WB_RGGBLevelsUnknown28', Format => 'int16s[4]', Unknown => 1 },
+ 0x112=> { Name => 'ColorTempUnknown28', Unknown => 1 },
+ 0x113=> { Name => 'WB_RGGBLevelsUnknown29', Format => 'int16s[4]', Unknown => 1 },
+ 0x117=> { Name => 'ColorTempUnknown29', Unknown => 1 },
+ 0x118 => {
+ Name => 'ColorCalib',
+ Format => 'undef[120]',
+ Unknown => 1,
+ SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorCalib' }
+ },
+ 0x157 => {
+ Name => 'PerChannelBlackLevel',
+ Format => 'int16u[4]',
+ },
+ # 0x326 - PerChannelBlackLevel again
+ 0x32a => {
+ Name => 'NormalWhiteLevel',
+ Format => 'int16u',
+ RawConv => '$val || undef',
+ },
+ 0x32b => {
+ Name => 'SpecularWhiteLevel',
+ Format => 'int16u',
+ },
+ 0x32c => {
+ Name => 'LinearityUpperMargin',
+ Format => 'int16u',
+ },
+);
+
# Unknown color data (MakerNotes tag 0x4001)
%Image::ExifTool::Canon::ColorDataUnknown = (
PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData,
@@ -8588,7 +8722,7 @@ my %filterConv = (
Name => 'MakerNoteCanon',
SubDirectory => {
TagTable => 'Image::ExifTool::Canon::Main',
- ProcessProc => \&Image::ExifTool::ProcessTIFF,
+ ProcessProc => \&ProcessCMT3,
WriteProc => \&Image::ExifTool::WriteTIFF,
},
},
@@ -9535,6 +9669,33 @@ sub CanonEvInv($)
}
#------------------------------------------------------------------------------
+# Read CMT3 maker notes from CR3 file
+# Inputs: 0) ExifTool object reference, 1) dirInfo ref, 2) tag table ref
+# Returns: data block (may be empty if no Exif data) or undef on error
+sub ProcessCMT3($$$)
+{
+ my ($et, $dirInfo, $tagTablePtr) = @_;
+
+ # extract the static maker notes to copying to other file types if requested
+ # Note: this won't copy makernotes in the timed metadata since these are stored
+ # separately, but the only records they have that aren't in the static maker notes
+ # (for the M50) are: ColorData9, Flavor, CanonCameraInfoUnknown,
+ # VignettingCorrUnknown1, Canon_0x4033 and Canon_0x402e
+ if (($et->Options('MakerNotes') or $$et{REQ_TAG_LOOKUP}{makernotecanon}) and
+ $$dirInfo{DirLen} > 8)
+ {
+ my $dataPt = $$dirInfo{DataPt};
+ # remove old (unused) trailer
+ $$dataPt =~ s/(II\x2a\0|MM\0\x2a)\0{4,10}$//;
+ # remove TIFF header and append as the Canon makernote trailer
+ # (so offsets will be interpreted correctly)
+ my $val = substr($$dataPt,8) . substr($$dataPt,0,8);
+ $et->FoundTag($Image::ExifTool::Canon::uuid{CMT3}, \$val);
+ }
+ return $et->ProcessTIFF($dirInfo, $tagTablePtr);
+}
+
+#------------------------------------------------------------------------------
# Process CTMD EXIF information
# Inputs: 0) ExifTool object ref, 1) dirInfo ref, 2) tag table ref
# Returns: 1 on success
diff --git a/lib/Image/ExifTool/DarwinCore.pm b/lib/Image/ExifTool/DarwinCore.pm
index e12a5562..d02b6d40 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.04';
+$VERSION = '1.05';
my %dateTimeInfo = (
# NOTE: Do NOT put "Groups" here because Groups hash must not be common!
@@ -52,10 +52,12 @@ my %event = (
my $v = $self->InverseDateTime($val,undef,1);
undef $Image::ExifTool::evalWarning;
return $v if $v;
- my @a = ($val =~ /\d{1,2}/g); # get HH, MM and maybe SS
- return undef unless @a >= 2;
- $a[2] or $a[2] = 0;
- return sprintf('%.2d:%.2d:%.2d', @a);
+ # allow time-only values by adding dummy date (thanks Herb)
+ my $v = $self->InverseDateTime("2000:01:01 $val",undef,1);
+ undef $Image::ExifTool::evalWarning;
+ return $v if $v and $v =~ s/.* //; # strip off dummy date
+ $Image::ExifTool::evalWarning = 'Invalid date/time or time-only value (use HH:MM:SS[.ss][+/-HH:MM|Z])';
+ return undef;
},
},
fieldNotes => { },
diff --git a/lib/Image/ExifTool/GIF.pm b/lib/Image/ExifTool/GIF.pm
index 6803d969..2838f1f1 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.17';
+$VERSION = '1.18';
# road map of directory locations in GIF images
my %gifMap = (
@@ -116,7 +116,7 @@ my %gifMap = (
},
5 => 'BackgroundColor',
6 => {
- Name => 'AspectRatio',
+ Name => 'PixelAspectRatio',
RawConv => '$val ? $val : undef',
ValueConv => '($val + 15) / 64',
},
diff --git a/lib/Image/ExifTool/GoPro.pm b/lib/Image/ExifTool/GoPro.pm
index 9bfdadf3..b5074a96 100644
--- a/lib/Image/ExifTool/GoPro.pm
+++ b/lib/Image/ExifTool/GoPro.pm
@@ -16,7 +16,7 @@ use vars qw($VERSION);
use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::QuickTime;
-$VERSION = '1.05';
+$VERSION = '1.06';
sub ProcessGoPro($$$);
sub ProcessString($$$);
@@ -627,14 +627,6 @@ sub ProcessGoPro($$$)
my $unknown = $verbose || $et->Options('Unknown');
my ($size, $type, $unit, $scal, $setGroup0);
- # the Rove Stealth 4K writes encrypted text here, so check for this first
- # (really should check for this before loading GoPro module, but I was lazy) PHIL
- if ($$dataPt =~ /^\0\0\xf2\xe1\xf0\xeeTT/) {
- $et->VerboseDir('gpmd encrypted text', undef, length($$dataPt));
- my $strmTbl = GetTagTable('Image::ExifTool::QuickTime::Stream');
- Image::ExifTool::QuickTime::Process_text($et, $strmTbl, $dataPt);
- return 1;
- }
$et->VerboseDir($$dirInfo{DirName} || 'GPMF', undef, $dirEnd-$pos) if $verbose;
if ($pos) {
my $parent = $$dirInfo{Parent};
diff --git a/lib/Image/ExifTool/JSON.pm b/lib/Image/ExifTool/JSON.pm
index 80db6c1a..d45f5dd8 100644
--- a/lib/Image/ExifTool/JSON.pm
+++ b/lib/Image/ExifTool/JSON.pm
@@ -14,16 +14,33 @@ use vars qw($VERSION);
use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Import;
-$VERSION = '1.01';
+$VERSION = '1.02';
sub ProcessTag($$$$%);
%Image::ExifTool::JSON::Main = (
GROUPS => { 0 => 'JSON', 1 => 'JSON', 2 => 'Other' },
+ VARS => { NO_ID => 1 },
NOTES => q{
- No JSON tags have been pre-defined, but ExifTool will read any existing
- tags from basic JSON-formatted files.
+ Other than a few tags in the table below, JSON tags have not been
+ pre-defined. However, ExifTool will read any existing tags from basic
+ JSON-formatted files.
},
+ # ON1 settings tags
+ ON1_SettingsData => {
+ RawConv => q{
+ require Image::ExifTool::XMP;
+ $val = Image::ExifTool::XMP::DecodeBase64($val);
+ },
+ SubDirectory => { TagTable => 'Image::ExifTool::PLIST::Main' },
+ },
+ ON1_SettingsMetadataCreated => { Groups => { 2 => 'Time' } },
+ ON1_SettingsMetadataModified => { Groups => { 2 => 'Time' } },
+ ON1_SettingsMetadataName => { },
+ ON1_SettingsMetadataPluginID => { },
+ ON1_SettingsMetadataTimestamp => { Groups => { 2 => 'Time' } },
+ ON1_SettingsMetadataUsage => { },
+ ON1_SettingsMetadataVisibleToUser=>{ },
);
#------------------------------------------------------------------------------
@@ -33,12 +50,18 @@ sub FoundTag($$$$%)
{
my ($et, $tagTablePtr, $tag, $val, %flags) = @_;
+ # special case to reformat ON1 tag names
+ if ($tag =~ s/^settings\w{8}-\w{4}-\w{4}-\w{4}-\w{12}(Data|Metadata.+)$/ON1_Settings$1/) {
+ $et->OverrideFileType('ONP','application/on1') if $$et{FILE_TYPE} eq 'JSON';
+ }
+
# avoid conflict with special table entries
$tag .= '!' if $Image::ExifTool::specialTags{$tag};
AddTagToTable($tagTablePtr, $tag, {
Name => Image::ExifTool::MakeTagName($tag),
%flags,
+ Temporary => 1,
}) unless $$tagTablePtr{$tag};
$et->HandleTag($tagTablePtr, $tag, $val);
@@ -94,7 +117,7 @@ sub ProcessJSON($$)
# remove any old tag definitions in case they change flags
foreach $key (TagTableKeys($tagTablePtr)) {
- delete $$tagTablePtr{$key};
+ delete $$tagTablePtr{$key} if $$tagTablePtr{$key}{Temporary};
}
# extract tags from JSON database
diff --git a/lib/Image/ExifTool/Matroska.pm b/lib/Image/ExifTool/Matroska.pm
index 5aeb07ad..56040f56 100644
--- a/lib/Image/ExifTool/Matroska.pm
+++ b/lib/Image/ExifTool/Matroska.pm
@@ -14,7 +14,7 @@ use strict;
use vars qw($VERSION);
use Image::ExifTool qw(:DataAccess :Utils);
-$VERSION = '1.09';
+$VERSION = '1.10';
my %noYes = ( 0 => 'No', 1 => 'Yes' );
@@ -221,6 +221,8 @@ my %noYes = ( 0 => 'No', 1 => 'Yes' );
},
0x2e => {
Name => 'TrackEntry',
+ # reset TrackType member at the start of each track
+ Condition => 'delete $$self{TrackType}; 1',
SubDirectory => { TagTable => 'Image::ExifTool::Matroska::Main' },
},
0x57 => { Name => 'TrackNumber', Format => 'unsigned' },
diff --git a/lib/Image/ExifTool/Minolta.pm b/lib/Image/ExifTool/Minolta.pm
index f87d1458..f6192e31 100644
--- a/lib/Image/ExifTool/Minolta.pm
+++ b/lib/Image/ExifTool/Minolta.pm
@@ -49,7 +49,7 @@ use vars qw($VERSION %minoltaLensTypes %minoltaTeleconverters %minoltaColorMode
use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
-$VERSION = '2.86';
+$VERSION = '2.87';
# Full list of product codes for Sony-compatible Minolta lenses
# (ref http://www.kb.sony.com/selfservice/documentLink.do?externalId=C1000570)
@@ -603,6 +603,7 @@ $VERSION = '2.86';
16 => 'Autumn Leaves', #JR (NC)
17 => 'Sepia', #JR
18 => 'FL', #JR (7SM3)
+ 19 => 'Vivid 2', #JR (7SM3)
20 => 'IN', #JR (7SM3)
21 => 'SH', #JR (7SM3)
100 => 'Neutral', #JD
diff --git a/lib/Image/ExifTool/Nikon.pm b/lib/Image/ExifTool/Nikon.pm
index a7fe6814..a6108945 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 = '3.87';
+$VERSION = '3.88';
sub LensIDConv($$$);
sub ProcessNikonAVI($$$);
@@ -4663,6 +4663,7 @@ my %nikonFocalConversions = (
18 => 'Nikkor Z 24-200mm f/4-6.3 VR', #IB
21 => 'Nikkor Z 50mm f/1.2 S', #IB
22 => 'Nikkor Z 24-50mm f/4-6.3', #IB
+ 23 => 'Nikkor Z 14-24mm f/2.8 S', #IB
},
},
0x36 => {
diff --git a/lib/Image/ExifTool/PanasonicRaw.pm b/lib/Image/ExifTool/PanasonicRaw.pm
index ea0931a0..67c318d2 100644
--- a/lib/Image/ExifTool/PanasonicRaw.pm
+++ b/lib/Image/ExifTool/PanasonicRaw.pm
@@ -512,6 +512,7 @@ my %panasonicWhiteBalance = ( #forum9396
# when format is int32u (S models), these values have been observed (ref IB):
# 256 - Leica lens
# 257 - Lumix lens
+ # 258 - ? (seen once)
},
0x1202 => { #IB
Name => 'LensTypeModel',
diff --git a/lib/Image/ExifTool/QuickTime.pm b/lib/Image/ExifTool/QuickTime.pm
index 341d5a02..6cdaf3a6 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.53';
+$VERSION = '2.54';
sub ProcessMOV($$;$);
sub ProcessKeys($$$);
@@ -2555,7 +2555,23 @@ my %eeBox = (
Start => 4,
},
},
- # idat
+ idat => {
+ Name => 'MetaImageSize', #PH (NC)
+ Format => 'int16u',
+ # (don't know what the first two numbers are for)
+ PrintConv => '$val =~ s/^(\d+) (\d+) (\d+) (\d+)/${3}x$4/; $val',
+ },
+ uuid => [
+ { #PH (Canon R5/R6 HIF)
+ Name => 'MetaVersion', # (NC)
+ Condition => '$$valPt=~/^\x85\xc0\xb6\x87\x82\x0f\x11\xe0\x81\x11\xf4\xce\x46\x2b\x6a\x48/',
+ RawConv => 'substr($val, 0x14)',
+ },
+ {
+ Name => 'UUID-Unknown',
+ %unknownInfo,
+ },
+ ],
);
# additional metadata container (ref ISO14496-12:2015)
@@ -2867,12 +2883,16 @@ my %eeBox = (
WRITE_PROC => \&WriteQuickTime,
GROUPS => { 2 => 'Image' },
# (Note: ExifTool's ItemRefVersion may be used to test the iref version number)
- # dimg - DerivedImage
- # thmb - Thumbnail
- # auxl - AuxiliaryImage
+ NOTES => q{
+ The Item reference entries listed in the table below contain information about
+ the associations between items in the file. This information is used by
+ ExifTool, but these entries are not extracted as tags.
+ },
+ dimg => { Name => 'DerivedImageRef', RawConv => 'undef' },
+ thmb => { Name => 'ThumbnailRef', RawConv => 'undef' },
+ auxl => { Name => 'AuxiliaryImageRef', RawConv => 'undef' },
cdsc => {
Name => 'ContentDescribes',
- Notes => 'parsed, but not extracted as a tag',
RawConv => \&ParseContentDescribes,
WriteHook => \&ParseContentDescribes,
},
diff --git a/lib/Image/ExifTool/QuickTimeStream.pl b/lib/Image/ExifTool/QuickTimeStream.pl
index 71065c57..ab6f9c30 100644
--- a/lib/Image/ExifTool/QuickTimeStream.pl
+++ b/lib/Image/ExifTool/QuickTimeStream.pl
@@ -165,10 +165,17 @@ my %insvLimit = (
ProcessProc => \&Process_mebx,
},
},
- gpmd => {
- Name => 'gpmd',
+ gpmd => [{
+ Name => 'gpmd_GoPro',
+ Condition => '$$valPt !~ /^\0\0\xf2\xe1\xf0\xeeTT/',
SubDirectory => { TagTable => 'Image::ExifTool::GoPro::GPMF' },
- },
+ },{
+ Name => 'gpmd_Rove', # Rove Stealth 4K encrypted text
+ SubDirectory => {
+ TagTable => 'Image::ExifTool::QuickTime::Stream',
+ ProcessProc => \&Process_text,
+ },
+ }],
fdsc => {
Name => 'fdsc',
Condition => '$$valPt =~ /^GPRO/',
@@ -837,15 +844,21 @@ sub HandleTextTags($$$)
#------------------------------------------------------------------------------
# Process subtitle 'text'
-# Inputs: 0) ExifTool ref, 1) tag table ref, 2) data ref
+# Inputs: 0) ExifTool ref, 1) data ref or dirInfo ref, 2) tag table ref
sub Process_text($$$)
{
- my ($et, $tagTbl, $buffPt) = @_;
+ my ($et, $dataPt, $tagTbl) = @_;
my %tags;
return if $$et{NoMoreTextDecoding};
- while ($$buffPt =~ /\$(\w+)([^\$]*)/g) {
+ if (ref $dataPt eq 'HASH') {
+ my $dirName = $$dataPt{DirName};
+ $dataPt = $$dataPt{DataPt};
+ $et->VerboseDir($dirName, undef, length($$dataPt));
+ }
+
+ while ($$dataPt =~ /\$(\w+)([^\$]*)/g) {
my ($tag, $dat) = ($1, $2);
if ($tag =~ /^[A-Z]{2}RMC$/ and $dat =~ /^,(\d{2})(\d{2})(\d+(?:\.\d*)),A?,(\d*?)(\d{1,2}\.\d+),([NS]),(\d*?)(\d{1,2}\.\d+),([EW]),(\d*\.?\d*),(\d*\.?\d*),(\d{2})(\d{2})(\d+)/) {
my $time = "$1:$2:$3";
@@ -936,31 +949,31 @@ sub Process_text($$$)
# 0110: 31 30 38 30 30 30 58 00 58 00 58 00 58 00 58 00 [108000X.X.X.X.X.]
# 0120: 58 00 58 00 58 00 58 00 00 00 00 00 00 00 00 00 [X.X.X.X.........]
# 0130: 00 00 00 00 00 00 00 [.......]
- if ($$buffPt =~ /^\0\0(..\xaa\xaa|\xf2\xe1\xf0\xee)/s and length $$buffPt >= 282) {
- my $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$buffPt, 8, 14)));
+ if ($$dataPt =~ /^\0\0(..\xaa\xaa|\xf2\xe1\xf0\xee)/s and length $$dataPt >= 282) {
+ my $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$dataPt, 8, 14)));
if ($val =~ /^(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})$/) {
$tags{GPSDateTime} = "$1:$2:$3 $4:$5:$6";
- $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$buffPt, 38, 9)));
+ $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$dataPt, 38, 9)));
if ($val =~ /^([NS])(\d{2})(\d+$)$/) {
$tags{GPSLatitude} = ($2 + $3 / 600000) * ($1 eq 'S' ? -1 : 1);
}
- $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$buffPt, 47, 10)));
+ $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$dataPt, 47, 10)));
if ($val =~ /^([EW])(\d{3})(\d+$)$/) {
$tags{GPSLongitude} = ($2 + $3 / 600000) * ($1 eq 'W' ? -1 : 1);
}
- $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$buffPt, 0x39, 5)));
+ $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$dataPt, 0x39, 5)));
$tags{GPSAltitude} = $val + 0 if $val =~ /^[-+]\d+$/;
- $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$buffPt, 0x3e, 3)));
+ $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$dataPt, 0x3e, 3)));
if ($val =~ /^\d+$/) {
$tags{GPSSpeed} = $val + 0;
$tags{GPSSpeedRef} = 'K';
}
- if ($$buffPt =~ /^\0\0..\xaa\xaa/s) { # (BlueSkySea)
- $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$buffPt, 0xad, 12)));
+ if ($$dataPt =~ /^\0\0..\xaa\xaa/s) { # (BlueSkySea)
+ $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$dataPt, 0xad, 12)));
# the first X,Y,Z accelerometer readings from the AccelerometerData
if ($val =~ /^([-+]\d{3})([-+]\d{3})([-+]\d{3})$/) {
$tags{Accelerometer} = "$1 $2 $3";
- $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$buffPt, 0xba, 96)));
+ $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$dataPt, 0xba, 96)));
my $order = GetByteOrder();
SetByteOrder('II');
$val = ReadValue(\$val, 0, 'float');
@@ -969,7 +982,7 @@ sub Process_text($$$)
}
} else { # (Ambarella)
my @acc;
- $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$buffPt, 0x41, 195)));
+ $val = pack('C*', map { $_ ^ 0xaa } unpack('C*', substr($$dataPt, 0x41, 195)));
push @acc, $1, $2, $3 while $val =~ /\G([-+]\d{3})([-+]\d{3})([-+]\d{3})/g;
$tags{Accelerometer} = "@acc" if @acc;
}
@@ -980,36 +993,36 @@ sub Process_text($$$)
# check for DJI telemetry data, eg:
# "F/3.5, SS 1000, ISO 100, EV 0, GPS (8.6499, 53.1665, 18), D 24.26m,
# H 6.00m, H.S 2.10m/s, V.S 0.00m/s \n"
- if ($$buffPt =~ /GPS \(([-+]?\d*\.\d+),\s*([-+]?\d*\.\d+)/) {
+ if ($$dataPt =~ /GPS \(([-+]?\d*\.\d+),\s*([-+]?\d*\.\d+)/) {
$$et{CreateDateAtEnd} = 1; # set flag indicating the file creation date is at the end
$tags{GPSLatitude} = $2;
$tags{GPSLongitude} = $1;
- $tags{GPSAltitude} = $1 if $$buffPt =~ /,\s*H\s+([-+]?\d+\.?\d*)m/;
- if ($$buffPt =~ /,\s*H.S\s+([-+]?\d+\.?\d*)/) {
+ $tags{GPSAltitude} = $1 if $$dataPt =~ /,\s*H\s+([-+]?\d+\.?\d*)m/;
+ if ($$dataPt =~ /,\s*H.S\s+([-+]?\d+\.?\d*)/) {
$tags{GPSSpeed} = $1 * $mpsToKph;
$tags{GPSSpeedRef} = 'K';
}
- $tags{Distance} = $1 * $mpsToKph if $$buffPt =~ /,\s*D\s+(\d+\.?\d*)m/;
- $tags{VerticalSpeed} = $1 if $$buffPt =~ /,\s*V.S\s+([-+]?\d+\.?\d*)/;
- $tags{FNumber} = $1 if $$buffPt =~ /\bF\/(\d+\.?\d*)/;
- $tags{ExposureTime} = 1 / $1 if $$buffPt =~ /\bSS\s+(\d+\.?\d*)/;
- $tags{ExposureCompensation} = ($1 / ($2 || 1)) if $$buffPt =~ /\bEV\s+([-+]?\d+\.?\d*)(\/\d+)?/;
- $tags{ISO} = $1 if $$buffPt =~ /\bISO\s+(\d+\.?\d*)/;
+ $tags{Distance} = $1 * $mpsToKph if $$dataPt =~ /,\s*D\s+(\d+\.?\d*)m/;
+ $tags{VerticalSpeed} = $1 if $$dataPt =~ /,\s*V.S\s+([-+]?\d+\.?\d*)/;
+ $tags{FNumber} = $1 if $$dataPt =~ /\bF\/(\d+\.?\d*)/;
+ $tags{ExposureTime} = 1 / $1 if $$dataPt =~ /\bSS\s+(\d+\.?\d*)/;
+ $tags{ExposureCompensation} = ($1 / ($2 || 1)) if $$dataPt =~ /\bEV\s+([-+]?\d+\.?\d*)(\/\d+)?/;
+ $tags{ISO} = $1 if $$dataPt =~ /\bISO\s+(\d+\.?\d*)/;
HandleTextTags($et, $tagTbl, \%tags);
return;
}
# check for Mini 0806 dashcam GPS, eg:
# "A,270519,201555.000,3356.8925,N,08420.2071,W,000.0,331.0M,+01.84,-09.80,-00.61;\n"
- if ($$buffPt =~ /^A,(\d{2})(\d{2})(\d{2}),(\d{2})(\d{2})(\d{2}(\.\d+)?)/) {
+ if ($$dataPt =~ /^A,(\d{2})(\d{2})(\d{2}),(\d{2})(\d{2})(\d{2}(\.\d+)?)/) {
$tags{GPSDateTime} = "20$3:$2:$1 $4:$5:$6Z";
- if ($$buffPt =~ /^A,.*?,.*?,(\d{2})(\d+\.\d+),([NS])/) {
+ if ($$dataPt =~ /^A,.*?,.*?,(\d{2})(\d+\.\d+),([NS])/) {
$tags{GPSLatitude} = ($1 + $2/60) * ($3 eq 'S' ? -1 : 1);
}
- if ($$buffPt =~ /^A,.*?,.*?,.*?,.*?,(\d{3})(\d+\.\d+),([EW])/) {
+ if ($$dataPt =~ /^A,.*?,.*?,.*?,.*?,(\d{3})(\d+\.\d+),([EW])/) {
$tags{GPSLongitude} = ($1 + $2/60) * ($3 eq 'W' ? -1 : 1);
}
- my @a = split ',', $$buffPt;
+ my @a = split ',', $$dataPt;
$tags{GPSAltitude} = $a[8] if $a[8] and $a[8] =~ s/M$//;
$tags{GPSSpeed} = $a[7] if $a[7] and $a[7] =~ /^\d+\.\d+$/; # (NC)
$tags{Accelerometer} = "$a[9] $a[10] $a[11]" if $a[11] and $a[11] =~ s/;\s*$//;
@@ -1022,10 +1035,10 @@ sub Process_text($$$)
# decoded:
# "X0000.2340Y-000.0720Z0000.9900G0001.0400$GPRMC,082138,A,5330.6683,N,00641.9749,W,012.5,87.86,050213,002.1,A"
# (note: "002.1" is magnetic variation and is not decoded; it should have ",E" or ",W" afterward for direction)
- if ($$buffPt =~ /\*[0-9A-F]{2}~$/) {
+ if ($$dataPt =~ /\*[0-9A-F]{2}~$/) {
# (ref https://reverseengineering.stackexchange.com/questions/11582/how-to-reverse-engineer-dash-cam-metadata)
my @decode = unpack 'C*', '-I8XQWRVNZOYPUTA0B1C2SJ9K.L,M$D3E4F5G6H7';
- my @chars = unpack 'C*', substr($$buffPt, 0, -4);
+ my @chars = unpack 'C*', substr($$dataPt, 0, -4);
foreach (@chars) {
my $n = $_ - 43;
$_ = $decode[$n] if $n >= 0 and defined $decode[$n];
@@ -1034,14 +1047,14 @@ sub Process_text($$$)
if ($buff =~ /X(.*?)Y(.*?)Z(.*?)G(.*?)\$/) {
# yup. the decoding worked out
$tags{Accelerometer} = "$1 $2 $3 $4";
- $$buffPt = $buff; # (process GPRMC below)
+ $$dataPt = $buff; # (process GPRMC below)
}
}
# check for Thinkware format (and other NMEA RMC), eg:
# "gsensori,4,512,-67,-12,100;GNRMC,161313.00,A,4529.87489,N,07337.01215,W,6.225,35.34,310819,,,A*52..;
# CAR,0,0,0,0.0,0,0,0,0,0,0,0,0"
- if ($$buffPt =~ /[A-Z]{2}RMC,(\d{2})(\d{2})(\d+(\.\d*)?),A?,(\d*?)(\d{1,2}\.\d+),([NS]),(\d*?)(\d{1,2}\.\d+),([EW]),(\d*\.?\d*),(\d*\.?\d*),(\d{2})(\d{2})(\d+)/ and
+ if ($$dataPt =~ /[A-Z]{2}RMC,(\d{2})(\d{2})(\d+(\.\d*)?),A?,(\d*?)(\d{1,2}\.\d+),([NS]),(\d*?)(\d{1,2}\.\d+),([EW]),(\d*\.?\d*),(\d*\.?\d*),(\d{2})(\d{2})(\d+)/ and
# do some basic sanity checks on the date
$13 <= 31 and $14 <= 12 and $15 <= 99)
{
@@ -1058,8 +1071,8 @@ sub Process_text($$$)
$tags{GPSTrackRef} = 'T';
}
}
- $tags{GSensor} = $1 if $$buffPt =~ /\bgsensori,(.*?)(;|$)/;
- $tags{Car} = $1 if $$buffPt =~ /\bCAR,(.*?)(;|$)/;
+ $tags{GSensor} = $1 if $$dataPt =~ /\bgsensori,(.*?)(;|$)/;
+ $tags{Car} = $1 if $$dataPt =~ /\bCAR,(.*?)(;|$)/;
if (%tags) {
HandleTextTags($et, $tagTbl, \%tags);
@@ -1233,7 +1246,7 @@ sub ProcessSamples($)
$et->HandleTag($tagTbl, Text => $buff); # just store any other text
}
}
- Process_text($et, $tagTbl, \$buff);
+ Process_text($et, \$buff, $tagTbl);
} elsif ($processByMetaFormat{$type}) {
@@ -1254,7 +1267,7 @@ sub ProcessSamples($)
# "X0000.0000Y0000.0000Z0000.0000G0000.0000$GPRMC,000125,V,,,,,000.0,,280908,002.1,N*71~, 794021 \x0a"
FoundSomething($et, $tagTbl, $time[$i], $dur[$i]);
$et->HandleTag($tagTbl, Accelerometer => "$1 $2 $3 $4") if $buff =~ /X(.*?)Y(.*?)Z(.*?)G(.*?)\$/;
- Process_text($et, $tagTbl, \$buff);
+ Process_text($et, \$buff, $tagTbl);
}
} elsif ($verbose) {
$et->VPrint(0, "Unknown $type format ($metaFormat)");
diff --git a/lib/Image/ExifTool/README b/lib/Image/ExifTool/README
index 87f4be37..426a60da 100644
--- a/lib/Image/ExifTool/README
+++ b/lib/Image/ExifTool/README
@@ -387,8 +387,11 @@ numerical, and generated automatically otherwise.
'Flattened' - [reserved] used internally to mark Struct tags
which have been processed to generate flattened equivalents.
- 'GotGroups' - [reserved] flag used internally to indicate that
- the Groups hash has been initialized for this tag.
+ 'NotFlat' - [XMP tags only] Flag indicates that this tag ID
+ does not represent a flattened tag. Used to avoid a conflict
+ if the tag ID would be the same as a generated ID for a
+ flattened tag. The result is that the flattened tag will not
+ be accessible.
'Hidden' - set to hide tag from the TagName documentation.
Also suppresses verbose output of a BinaryData tag.
diff --git a/lib/Image/ExifTool/Radiance.pm b/lib/Image/ExifTool/Radiance.pm
index 572b0e18..4717bd62 100644
--- a/lib/Image/ExifTool/Radiance.pm
+++ b/lib/Image/ExifTool/Radiance.pm
@@ -15,7 +15,7 @@ use strict;
use vars qw($VERSION);
use Image::ExifTool qw(:DataAccess :Utils);
-$VERSION = '1.01';
+$VERSION = '1.02';
# Radiance tags
%Image::ExifTool::Radiance::Main = (
@@ -42,6 +42,7 @@ $VERSION = '1.01';
},
},
_command => 'Command',
+ _comment => 'Comment',
software => 'Software',
view => 'View',
'format' => 'Format', # <-- this is the one that caused the conflict when uppercase
@@ -74,8 +75,12 @@ sub ProcessHDR($$)
while ($raf->ReadLine($buff)) {
chomp $buff;
last unless length($buff) > 0 and length($buff) < 4096;
+ if ($buff =~ s/^#\s*//) {
+ $et->HandleTag($tagTablePtr, '_comment', $buff) if length $buff;
+ next;
+ }
unless ($buff =~ /^(.*)?\s*=\s*(.*)/) {
- $et->HandleTag($tagTablePtr, '_command', $buff);
+ $et->HandleTag($tagTablePtr, '_command', $buff) if length $buff;
next;
}
# use lower-case tag names to avoid conflicts with reserved tag table entries
diff --git a/lib/Image/ExifTool/Sony.pm b/lib/Image/ExifTool/Sony.pm
index 1e521aeb..60b12ff1 100644
--- a/lib/Image/ExifTool/Sony.pm
+++ b/lib/Image/ExifTool/Sony.pm
@@ -34,7 +34,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
use Image::ExifTool::Minolta;
-$VERSION = '3.30';
+$VERSION = '3.31';
sub ProcessSRF($$$);
sub ProcessSR2($$$);
@@ -73,6 +73,7 @@ sub PrintInvLensSpec($;$$);
2 => 'Sony LA-EA2 Adapter',
3 => 'Sony LA-EA3 Adapter', #(NC) ILCE-7 image with A-mount lens, but also has 0x940e 2nd byte=2
6 => 'Sony LA-EA4 Adapter', #(NC) ILCE-7R image with A-mount lens and having phase-detect info blocks in 0x940e AFInfo
+ 7 => 'Sony LA-EA5 Adapter', #JR
# 27 => Venus Optics Laowa 12mm f2.8 Zero-D or 105mm f2 (T3.2) Smooth Trans Focus (ref IB)
44 => 'Metabones Canon EF Smart Adapter', #JR
78 => 'Metabones Canon EF Smart Adapter Mark III or Other Adapter', #PH/JR (also Mark IV, Fotodiox and Viltrox)
@@ -1980,16 +1981,10 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
Autumnleaves=> 'Autumn Leaves',
Sepia => 'Sepia',
# new for the ILCE-7SM3 (ref JR)
- ST => 'Standard',
- PT => 'Portrait',
- NT => 'Neutral', # (NC)
- VV => 'Vivid', # (NC)
VV2 => 'Vivid 2', # (NC)
FL => 'FL', # "moody finish with sharp contrast and calm coloring as well as the impressive sky and colors of the greens"
IN => 'IN', # "matte textures by suppressing the contrast and saturation"
SH => 'SH', # "bright, transparent, soft, and vivid mood"
- BW => 'B&W',
- SE => 'Sepia',
# (...also Custom Look 1-6, but don't konw the values)
},
},
diff --git a/lib/Image/ExifTool/TagLookup.pm b/lib/Image/ExifTool/TagLookup.pm
index 36067c16..33ac978a 100644
--- a/lib/Image/ExifTool/TagLookup.pm
+++ b/lib/Image/ExifTool/TagLookup.pm
@@ -73,6 +73,7 @@ my @tableList = (
'Image::ExifTool::Canon::ColorCoefs',
'Image::ExifTool::Canon::ColorCoefs2',
'Image::ExifTool::Canon::ColorData1',
+ 'Image::ExifTool::Canon::ColorData10',
'Image::ExifTool::Canon::ColorData2',
'Image::ExifTool::Canon::ColorData3',
'Image::ExifTool::Canon::ColorData4',
@@ -531,655 +532,657 @@ my @tableList = (
# lookup for all writable tags
my %tagLookup = (
- 'aberrationcorrectiondistance' => { 106 => 0x69 },
- 'about' => { 483 => 'about' },
- 'aboutcvterm' => { 475 => 'AboutCvTerm' },
- 'aboutcvtermcvid' => { 475 => [\'AboutCvTerm','AboutCvTermCvId'] },
- 'aboutcvtermid' => { 475 => [\'AboutCvTerm','AboutCvTermCvTermId'] },
- 'aboutcvtermname' => { 475 => [\'AboutCvTerm','AboutCvTermCvTermName'] },
- 'aboutcvtermrefinedabout' => { 475 => [\'AboutCvTerm','AboutCvTermCvTermRefinedAbout'] },
- 'absolutealtitude' => { 113 => 'AbsoluteAltitude' },
- 'abspeakaudiofilepath' => { 489 => 'absPeakAudioFilePath' },
- 'academicfield' => { 479 => 'academicField' },
- 'acceleration' => { 116 => 0x9404, 470 => 'Acceleration' },
- 'accelerationtracking' => { 81 => 0x518 },
+ 'aberrationcorrectiondistance' => { 107 => 0x69 },
+ 'about' => { 484 => 'about' },
+ 'aboutcvterm' => { 476 => 'AboutCvTerm' },
+ 'aboutcvtermcvid' => { 476 => [\'AboutCvTerm','AboutCvTermCvId'] },
+ 'aboutcvtermid' => { 476 => [\'AboutCvTerm','AboutCvTermCvTermId'] },
+ 'aboutcvtermname' => { 476 => [\'AboutCvTerm','AboutCvTermCvTermName'] },
+ 'aboutcvtermrefinedabout' => { 476 => [\'AboutCvTerm','AboutCvTermCvTermRefinedAbout'] },
+ 'absolutealtitude' => { 114 => 'AbsoluteAltitude' },
+ 'abspeakaudiofilepath' => { 490 => 'absPeakAudioFilePath' },
+ 'academicfield' => { 480 => 'academicField' },
+ 'acceleration' => { 117 => 0x9404, 471 => 'Acceleration' },
+ 'accelerationtracking' => { 82 => 0x518 },
'accelerationvector' => { 1 => 0x8 },
- 'accelerometer' => { 376 => 0x3 },
- 'accelerometerdata' => { 366 => 'vrot' },
- 'accelerometerx' => { 306 => 0x8d },
- 'accelerometery' => { 306 => 0x8e },
- 'accelerometerz' => { 306 => 0x8c },
- 'accessoryserialnumber' => { 306 => 0x54 },
- 'accessorytype' => { 306 => 0x53 },
- 'actionadvised' => { 128 => 0x2a },
- 'activearea' => { 116 => 0xc68d },
- 'actived-lighting' => { 219 => 0x22, 257 => 0x24 },
- 'actived-lightingmode' => { 257 => 0x25 },
- 'adaptervoltage' => { 134 => 0x407 },
- 'addaspectratioinfo' => { 81 => 0x80e },
- 'addiptcinformation' => { 81 => 0x815 },
- 'additionalmodelinformation' => { 475 => 'AddlModelInfo' },
- 'addoriginaldecisiondata' => { 81 => 0x80f, 82 => 0x11, 83 => 0x13, 86 => 0x14 },
- 'address' => { 157 => 'Address' },
- 'adjustmentmode' => { 383 => 0x15 },
- 'adlbracketingstep' => { 238 => 0x883 },
- 'adlbracketingtype' => { 238 => 0x884 },
- 'adobe' => { 117 => 'Adobe' },
- 'adultcontentwarning' => { 293 => 'AdultContentWarning', 482 => 'adultContentWarning' },
- 'advancedfilter' => { 124 => 0x1201 },
- 'advancedraw' => { 259 => 0x76a43203 },
- 'advancedscenetype' => { 306 => 0x3d },
- 'advisory' => { 487 => 'Advisory' },
- 'ae_iso' => { 314 => 0x2, 315 => 0x4, 316 => 0x12 },
- 'aeaperture' => { 314 => 0x1, 315 => 0x3, 316 => 0x11 },
- 'aeaperturesteps' => { 314 => 0x8, 315 => 0xb },
- 'aebautocancel' => { 81 => 0x104 },
- 'aebbracketvalue' => { 74 => 0x11 },
- 'aebracketingsteps' => { 237 => 0x174c, 238 => 0x87b, 246 => 0x1756 },
- 'aebsequence' => { 81 => 0x105 },
- 'aebsequenceautocancel' => { 79 => 0x9, 80 => 0x9, 82 => 0x8, 83 => 0x9, 86 => 0x9, 87 => 0x7 },
- 'aebshotcount' => { 81 => 0x106 },
- 'aebxv' => { 314 => 0x4, 315 => 0x6 },
- 'aeerror' => { 315 => 0x8 },
- 'aeexposuretime' => { 314 => 0x0, 315 => 0x2, 316 => 0x10 },
- 'aelbutton' => { 179 => 0x45 },
- 'aelexposureindicator' => { 179 => 0x51 },
- 'aelock' => { 179 => 0x5b, 268 => '4.2', 277 => '4.2', 283 => 0x201, 341 => 0x48, 393 => 0x40, 394 => 0x40, 395 => [0x86,0x286] },
- 'aelockbutton' => { 266 => '16.1', 268 => '4.1', 271 => '15.1', 272 => '16.1', 273 => '16.1', 275 => '30.1', 276 => '16.1', 277 => '4.1', 279 => '17.1', 281 => '17.1' },
- 'aelockbuttonplusdials' => { 266 => '16.2', 275 => '32.1', 279 => '44.1' },
- 'aelockformb-d80' => { 281 => '3.1' },
- 'aelockmetermodeafterfocus' => { 81 => 0x114 },
- 'aemaxaperture' => { 314 => 0x9, 315 => 0x10, 316 => 0x1c },
- 'aemaxaperture2' => { 314 => 0xa, 315 => 0x11, 316 => 0x1d },
- 'aemeteringmode' => { 314 => 0xc },
- 'aemeteringmode2' => { 314 => '13.1' },
- 'aemeteringsegments' => { 182 => 0x628, 341 => 0x209 },
- 'aemicroadjustment' => { 81 => 0x110 },
- 'aeminaperture' => { 314 => 0xb, 315 => 0x12, 316 => 0x1e },
- 'aeminexposuretime' => { 314 => 0x5, 315 => 0x13, 316 => 0x1f },
- 'aeprogrammode' => { 314 => 0x6 },
- 'aeprojectlink' => { 464 => 'aeProjectLink' },
- 'aeprojectlinkcompositionid' => { 464 => [\'aeProjectLink','aeProjectLinkCompositionID'] },
- 'aeprojectlinkfullpath' => { 464 => [\'aeProjectLink','aeProjectLinkFullPath'] },
- 'aeprojectlinkrenderoutputmoduleindex' => { 464 => [\'aeProjectLink','aeProjectLinkRenderOutputModuleIndex'] },
- 'aeprojectlinkrenderqueueitemid' => { 464 => [\'aeProjectLink','aeProjectLinkRenderQueueItemID'] },
- 'aeprojectlinkrendertimestamp' => { 464 => [\'aeProjectLink','aeProjectLinkRenderTimeStamp'] },
+ 'accelerometer' => { 377 => 0x3 },
+ 'accelerometerdata' => { 367 => 'vrot' },
+ 'accelerometerx' => { 307 => 0x8d },
+ 'accelerometery' => { 307 => 0x8e },
+ 'accelerometerz' => { 307 => 0x8c },
+ 'accessoryserialnumber' => { 307 => 0x54 },
+ 'accessorytype' => { 307 => 0x53 },
+ 'actionadvised' => { 129 => 0x2a },
+ 'activearea' => { 117 => 0xc68d },
+ 'actived-lighting' => { 220 => 0x22, 258 => 0x24 },
+ 'actived-lightingmode' => { 258 => 0x25 },
+ 'adaptervoltage' => { 135 => 0x407 },
+ 'addaspectratioinfo' => { 82 => 0x80e },
+ 'addiptcinformation' => { 82 => 0x815 },
+ 'additionalmodelinformation' => { 476 => 'AddlModelInfo' },
+ 'addoriginaldecisiondata' => { 82 => 0x80f, 83 => 0x11, 84 => 0x13, 87 => 0x14 },
+ 'address' => { 158 => 'Address' },
+ 'adjustmentmode' => { 384 => 0x15 },
+ 'adlbracketingstep' => { 239 => 0x883 },
+ 'adlbracketingtype' => { 239 => 0x884 },
+ 'adobe' => { 118 => 'Adobe' },
+ 'adultcontentwarning' => { 294 => 'AdultContentWarning', 483 => 'adultContentWarning' },
+ 'advancedfilter' => { 125 => 0x1201 },
+ 'advancedraw' => { 260 => 0x76a43203 },
+ 'advancedscenetype' => { 307 => 0x3d },
+ 'advisory' => { 488 => 'Advisory' },
+ 'ae_iso' => { 315 => 0x2, 316 => 0x4, 317 => 0x12 },
+ 'aeaperture' => { 315 => 0x1, 316 => 0x3, 317 => 0x11 },
+ 'aeaperturesteps' => { 315 => 0x8, 316 => 0xb },
+ 'aebautocancel' => { 82 => 0x104 },
+ 'aebbracketvalue' => { 75 => 0x11 },
+ 'aebracketingsteps' => { 238 => 0x174c, 239 => 0x87b, 247 => 0x1756 },
+ 'aebsequence' => { 82 => 0x105 },
+ 'aebsequenceautocancel' => { 80 => 0x9, 81 => 0x9, 83 => 0x8, 84 => 0x9, 87 => 0x9, 88 => 0x7 },
+ 'aebshotcount' => { 82 => 0x106 },
+ 'aebxv' => { 315 => 0x4, 316 => 0x6 },
+ 'aeerror' => { 316 => 0x8 },
+ 'aeexposuretime' => { 315 => 0x0, 316 => 0x2, 317 => 0x10 },
+ 'aelbutton' => { 180 => 0x45 },
+ 'aelexposureindicator' => { 180 => 0x51 },
+ 'aelock' => { 180 => 0x5b, 269 => '4.2', 278 => '4.2', 284 => 0x201, 342 => 0x48, 394 => 0x40, 395 => 0x40, 396 => [0x86,0x286] },
+ 'aelockbutton' => { 267 => '16.1', 269 => '4.1', 272 => '15.1', 273 => '16.1', 274 => '16.1', 276 => '30.1', 277 => '16.1', 278 => '4.1', 280 => '17.1', 282 => '17.1' },
+ 'aelockbuttonplusdials' => { 267 => '16.2', 276 => '32.1', 280 => '44.1' },
+ 'aelockformb-d80' => { 282 => '3.1' },
+ 'aelockmetermodeafterfocus' => { 82 => 0x114 },
+ 'aemaxaperture' => { 315 => 0x9, 316 => 0x10, 317 => 0x1c },
+ 'aemaxaperture2' => { 315 => 0xa, 316 => 0x11, 317 => 0x1d },
+ 'aemeteringmode' => { 315 => 0xc },
+ 'aemeteringmode2' => { 315 => '13.1' },
+ 'aemeteringsegments' => { 183 => 0x628, 342 => 0x209 },
+ 'aemicroadjustment' => { 82 => 0x110 },
+ 'aeminaperture' => { 315 => 0xb, 316 => 0x12, 317 => 0x1e },
+ 'aeminexposuretime' => { 315 => 0x5, 316 => 0x13, 317 => 0x1f },
+ 'aeprogrammode' => { 315 => 0x6 },
+ 'aeprojectlink' => { 465 => 'aeProjectLink' },
+ 'aeprojectlinkcompositionid' => { 465 => [\'aeProjectLink','aeProjectLinkCompositionID'] },
+ 'aeprojectlinkfullpath' => { 465 => [\'aeProjectLink','aeProjectLinkFullPath'] },
+ 'aeprojectlinkrenderoutputmoduleindex' => { 465 => [\'aeProjectLink','aeProjectLinkRenderOutputModuleIndex'] },
+ 'aeprojectlinkrenderqueueitemid' => { 465 => [\'aeProjectLink','aeProjectLinkRenderQueueItemID'] },
+ 'aeprojectlinkrendertimestamp' => { 465 => [\'aeProjectLink','aeProjectLinkRenderTimeStamp'] },
'aesetting' => { 34 => 0x21 },
- 'aewhitebalance' => { 314 => 0xd },
- 'aexv' => { 314 => 0x3, 315 => 0x5 },
- 'af-cpriority' => { 125 => '0.2' },
- 'af-cpriorityselection' => { 266 => '1.1', 267 => '1.1', 269 => '1.1', 270 => '1.1', 272 => '0.1', 273 => '0.1', 274 => '0.1', 275 => '1.1', 276 => '0.1', 279 => '1.1', 280 => '1.1' },
- 'af-csetting' => { 121 => 0x0 },
- 'af-cspeedtrackingsensitivity' => { 121 => '0.2' },
- 'af-ctrackingsensitivity' => { 121 => '0.1' },
- 'af-czoneareaswitching' => { 121 => '0.3' },
- 'af-onbutton' => { 269 => '70.1', 270 => '70.1', 280 => '70.1' },
- 'af-onformb-d10' => { 266 => '3.3', 275 => '3.2' },
- 'af-onformb-d11' => { 276 => '2.2' },
- 'af-onformb-d12' => { 279 => '50.1' },
- 'af-spriority' => { 125 => '0.1' },
- 'af-spriorityselection' => { 266 => '1.2', 267 => '1.2', 269 => '1.2', 270 => '1.2', 274 => '0.2', 275 => '1.2', 276 => '0.2', 279 => '1.2', 280 => '1.2' },
+ 'aewhitebalance' => { 315 => 0xd },
+ 'aexv' => { 315 => 0x3, 316 => 0x5 },
+ 'af-cpriority' => { 126 => '0.2' },
+ 'af-cpriorityselection' => { 267 => '1.1', 268 => '1.1', 270 => '1.1', 271 => '1.1', 273 => '0.1', 274 => '0.1', 275 => '0.1', 276 => '1.1', 277 => '0.1', 280 => '1.1', 281 => '1.1' },
+ 'af-csetting' => { 122 => 0x0 },
+ 'af-cspeedtrackingsensitivity' => { 122 => '0.2' },
+ 'af-ctrackingsensitivity' => { 122 => '0.1' },
+ 'af-czoneareaswitching' => { 122 => '0.3' },
+ 'af-onbutton' => { 270 => '70.1', 271 => '70.1', 281 => '70.1' },
+ 'af-onformb-d10' => { 267 => '3.3', 276 => '3.2' },
+ 'af-onformb-d11' => { 277 => '2.2' },
+ 'af-onformb-d12' => { 280 => '50.1' },
+ 'af-spriority' => { 126 => '0.1' },
+ 'af-spriorityselection' => { 267 => '1.2', 268 => '1.2', 270 => '1.2', 271 => '1.2', 275 => '0.2', 276 => '1.2', 277 => '0.2', 280 => '1.2', 281 => '1.2' },
'afacceldeceltracking' => { 2 => 0x3 },
- 'afactivation' => { 266 => '2.1', 267 => '2.1', 269 => '78.3', 270 => '78.3', 275 => '2.1', 279 => '2.1', 280 => '78.3' },
- 'afadjustment' => { 341 => 0x72, 350 => 0x267 },
- 'afandmeteringbuttons' => { 81 => 0x701 },
- 'afaperture' => { 212 => 0x5, 213 => 0x5, 217 => 0x5 },
- 'afareaheight' => { 188 => [0x1a,0x34,0x50] },
- 'afareaillumination' => { 179 => 0x4b, 277 => '15.3' },
- 'afareamode' => { 123 => '0.2', 175 => 0x33, 179 => 0xe, 187 => 0x0, 188 => 0x5, 306 => 0xf, 373 => 0x1205, 386 => [0xa,0x3a], 393 => 0x11, 394 => 0x10, 395 => 0x24, 406 => 0xb043, 430 => 0x17 },
- 'afareamodesetting' => { 268 => '11.1', 271 => '0.1', 277 => '16.1', 281 => '2.1', 406 => 0x201c },
- 'afareapointsize' => { 123 => '0.3' },
- 'afareas' => { 283 => 0x304 },
+ 'afactivation' => { 267 => '2.1', 268 => '2.1', 270 => '78.3', 271 => '78.3', 276 => '2.1', 280 => '2.1', 281 => '78.3' },
+ 'afadjustment' => { 342 => 0x72, 351 => 0x267 },
+ 'afandmeteringbuttons' => { 82 => 0x701 },
+ 'afaperture' => { 213 => 0x5, 214 => 0x5, 218 => 0x5 },
+ 'afareaheight' => { 189 => [0x1a,0x34,0x50] },
+ 'afareaillumination' => { 180 => 0x4b, 278 => '15.3' },
+ 'afareamode' => { 124 => '0.2', 176 => 0x33, 180 => 0xe, 188 => 0x0, 189 => 0x5, 307 => 0xf, 374 => 0x1205, 387 => [0xa,0x3a], 394 => 0x11, 395 => 0x10, 396 => 0x24, 407 => 0xb043, 431 => 0x17 },
+ 'afareamodesetting' => { 269 => '11.1', 272 => '0.1', 278 => '16.1', 282 => '2.1', 407 => 0x201c },
+ 'afareapointsize' => { 124 => '0.3' },
+ 'afareas' => { 284 => 0x304 },
'afareaselectionmethod' => { 2 => 0xd },
- 'afareaselectmethod' => { 81 => 0x51b },
- 'afareawidth' => { 188 => [0x18,0x32,0x4e] },
- 'afareaxposition' => { 188 => [0x14,0x2e,0x4a], 373 => 0x1203 },
- 'afareaxposition1' => { 373 => 0x1201 },
- 'afareayposition' => { 188 => [0x16,0x30,0x4c], 373 => 0x1204 },
- 'afareayposition1' => { 373 => 0x1202 },
- 'afareazonesize' => { 123 => '0.4' },
- 'afassist' => { 79 => 0x5, 87 => 0x5, 179 => 0x48, 266 => '2.5', 268 => '0.2', 271 => '0.2', 272 => '1.1', 273 => '1.1', 274 => '1.3', 275 => '2.4', 276 => '1.3', 277 => '0.2', 279 => '2.4', 281 => '2.3' },
- 'afassistbeam' => { 2 => 0x8, 81 => 0x50e, 82 => 0x4, 83 => 0x5, 84 => 0x4, 85 => 0x4, 86 => 0x5 },
- 'afassistlamp' => { 306 => 0x31 },
- 'afbuttonpressed' => { 395 => [0x83,0x283] },
+ 'afareaselectmethod' => { 82 => 0x51b },
+ 'afareawidth' => { 189 => [0x18,0x32,0x4e] },
+ 'afareaxposition' => { 189 => [0x14,0x2e,0x4a], 374 => 0x1203 },
+ 'afareaxposition1' => { 374 => 0x1201 },
+ 'afareayposition' => { 189 => [0x16,0x30,0x4c], 374 => 0x1204 },
+ 'afareayposition1' => { 374 => 0x1202 },
+ 'afareazonesize' => { 124 => '0.4' },
+ 'afassist' => { 80 => 0x5, 88 => 0x5, 180 => 0x48, 267 => '2.5', 269 => '0.2', 272 => '0.2', 273 => '1.1', 274 => '1.1', 275 => '1.3', 276 => '2.4', 277 => '1.3', 278 => '0.2', 280 => '2.4', 282 => '2.3' },
+ 'afassistbeam' => { 2 => 0x8, 82 => 0x50e, 83 => 0x4, 84 => 0x5, 85 => 0x4, 86 => 0x4, 87 => 0x5 },
+ 'afassistlamp' => { 307 => 0x31 },
+ 'afbuttonpressed' => { 396 => [0x83,0x283] },
'afconfigtool' => { 2 => 0x1 },
- 'afdefocus' => { 317 => 0x6 },
- 'afduringliveview' => { 81 => 0x511 },
- 'affinea' => { 457 => 'AffineA' },
- 'affineb' => { 457 => 'AffineB' },
- 'affinec' => { 457 => 'AffineC' },
- 'affined' => { 457 => 'AffineD' },
- 'affinetune' => { 189 => 0x0, 283 => 0x306 },
- 'affinetuneadj' => { 189 => 0x2, 230 => 0x2d1, 231 => 0x2dc, 283 => 0x307 },
- 'affinetuneadjtele' => { 189 => 0x3 },
- 'affinetuneindex' => { 189 => 0x1 },
- 'affinex' => { 457 => 'AffineX' },
- 'affiney' => { 457 => 'AffineY' },
- 'afhold' => { 317 => 0x1fd },
- 'afilluminator' => { 393 => 0x29, 406 => 0xb044 },
- 'afimageheight' => { 188 => [0x12,0x2c,0x48] },
- 'afimagewidth' => { 188 => [0x10,0x2a,0x46] },
- 'afintegrationtime' => { 317 => 0x7 },
- 'afmicroadj' => { 386 => [0x17d,0x50] },
- 'afmicroadjmode' => { 3 => 0x1, 390 => 0x131 },
- 'afmicroadjregisteredlenses' => { 390 => '305.1' },
- 'afmicroadjustment' => { 81 => 0x507 },
- 'afmicroadjvalue' => { 3 => 0x2, 390 => 0x130 },
- 'afmode' => { 110 => 0x3009, 124 => 0x1022, 175 => 0x16, 383 => 0x5 },
- 'afmoderestrictions' => { 267 => '50.3', 269 => '48.3', 270 => '48.3', 279 => '48.3', 280 => '48.3' },
- 'afonaelockbuttonswitch' => { 81 => 0x702 },
- 'afonbutton' => { 266 => '3.1', 267 => '47.1' },
- 'afpoint' => { 34 => 0x13, 109 => 0x18, 175 => 0x15, 187 => 0x1, 286 => 0x308, 383 => 0x1f, 386 => [0x37,0x7], 390 => 0x19, 391 => 0x18, 392 => [0x18,0x20] },
- 'afpointactivationarea' => { 80 => 0x11, 86 => 0x11 },
- 'afpointareaexpansion' => { 81 => 0x508 },
- 'afpointatshutterrelease' => { 386 => [0x39,0x9] },
- 'afpointautoselection' => { 81 => 0x50b },
- 'afpointbrightness' => { 81 => 0x50d, 266 => '2.4', 267 => '46.5', 269 => '2.2', 270 => '2.2', 279 => '2.3', 280 => '2.2' },
- 'afpointdisplayduringfocus' => { 2 => 0x10, 81 => 0x50c },
- 'afpointillumination' => { 80 => 0xa, 266 => '2.3', 267 => '46.2', 269 => '47.2', 270 => '47.2', 274 => '1.2', 275 => '2.3', 276 => '1.2', 279 => '47.2', 280 => '47.2', 281 => '2.4' },
- 'afpointinfocus' => { 386 => [0x38,0x8] },
- 'afpointmode' => { 322 => 0x3 },
- 'afpointposition' => { 110 => 0x2021, 306 => 0x4d },
- 'afpointregistration' => { 79 => 0x7 },
- 'afpoints' => { 178 => 0x10 },
- 'afpointselected' => { 179 => 0xd, 283 => 0x305, 341 => 0xe, 390 => 0x15, 391 => 0x14, 392 => [0x14,0x1c], 406 => 0x201e },
- 'afpointselected2' => { 322 => 0x4 },
- 'afpointselection' => { 80 => 0xb, 266 => '1.3', 267 => '1.3', 275 => '1.3', 279 => '1.3', 280 => '1.3' },
- 'afpointselectionmethod' => { 81 => 0x50f, 82 => 0xc, 83 => 0xd, 86 => 0xd },
- 'afpointsetting' => { 393 => 0x12, 394 => 0x11 },
- 'afpointsinfocus' => { 74 => 0xe, 187 => 0x2, 188 => 0x30, 317 => 0xb, 318 => 0x4, 341 => [0xf,0x3c] },
+ 'afdefocus' => { 318 => 0x6 },
+ 'afduringliveview' => { 82 => 0x511 },
+ 'affinea' => { 458 => 'AffineA' },
+ 'affineb' => { 458 => 'AffineB' },
+ 'affinec' => { 458 => 'AffineC' },
+ 'affined' => { 458 => 'AffineD' },
+ 'affinetune' => { 190 => 0x0, 284 => 0x306 },
+ 'affinetuneadj' => { 190 => 0x2, 231 => 0x2d1, 232 => 0x2dc, 284 => 0x307 },
+ 'affinetuneadjtele' => { 190 => 0x3 },
+ 'affinetuneindex' => { 190 => 0x1 },
+ 'affinex' => { 458 => 'AffineX' },
+ 'affiney' => { 458 => 'AffineY' },
+ 'afhold' => { 318 => 0x1fd },
+ 'afilluminator' => { 394 => 0x29, 407 => 0xb044 },
+ 'afimageheight' => { 189 => [0x12,0x2c,0x48] },
+ 'afimagewidth' => { 189 => [0x10,0x2a,0x46] },
+ 'afintegrationtime' => { 318 => 0x7 },
+ 'afmicroadj' => { 387 => [0x17d,0x50] },
+ 'afmicroadjmode' => { 3 => 0x1, 391 => 0x131 },
+ 'afmicroadjregisteredlenses' => { 391 => '305.1' },
+ 'afmicroadjustment' => { 82 => 0x507 },
+ 'afmicroadjvalue' => { 3 => 0x2, 391 => 0x130 },
+ 'afmode' => { 111 => 0x3009, 125 => 0x1022, 176 => 0x16, 384 => 0x5 },
+ 'afmoderestrictions' => { 268 => '50.3', 270 => '48.3', 271 => '48.3', 280 => '48.3', 281 => '48.3' },
+ 'afonaelockbuttonswitch' => { 82 => 0x702 },
+ 'afonbutton' => { 267 => '3.1', 268 => '47.1' },
+ 'afpoint' => { 34 => 0x13, 110 => 0x18, 176 => 0x15, 188 => 0x1, 287 => 0x308, 384 => 0x1f, 387 => [0x37,0x7], 391 => 0x19, 392 => 0x18, 393 => [0x18,0x20] },
+ 'afpointactivationarea' => { 81 => 0x11, 87 => 0x11 },
+ 'afpointareaexpansion' => { 82 => 0x508 },
+ 'afpointatshutterrelease' => { 387 => [0x39,0x9] },
+ 'afpointautoselection' => { 82 => 0x50b },
+ 'afpointbrightness' => { 82 => 0x50d, 267 => '2.4', 268 => '46.5', 270 => '2.2', 271 => '2.2', 280 => '2.3', 281 => '2.2' },
+ 'afpointdisplayduringfocus' => { 2 => 0x10, 82 => 0x50c },
+ 'afpointillumination' => { 81 => 0xa, 267 => '2.3', 268 => '46.2', 270 => '47.2', 271 => '47.2', 275 => '1.2', 276 => '2.3', 277 => '1.2', 280 => '47.2', 281 => '47.2', 282 => '2.4' },
+ 'afpointinfocus' => { 387 => [0x38,0x8] },
+ 'afpointmode' => { 323 => 0x3 },
+ 'afpointposition' => { 111 => 0x2021, 307 => 0x4d },
+ 'afpointregistration' => { 80 => 0x7 },
+ 'afpoints' => { 179 => 0x10 },
+ 'afpointselected' => { 180 => 0xd, 284 => 0x305, 342 => 0xe, 391 => 0x15, 392 => 0x14, 393 => [0x14,0x1c], 407 => 0x201e },
+ 'afpointselected2' => { 323 => 0x4 },
+ 'afpointselection' => { 81 => 0xb, 267 => '1.3', 268 => '1.3', 276 => '1.3', 280 => '1.3', 281 => '1.3' },
+ 'afpointselectionmethod' => { 82 => 0x50f, 83 => 0xc, 84 => 0xd, 87 => 0xd },
+ 'afpointsetting' => { 394 => 0x12, 395 => 0x11 },
+ 'afpointsinfocus' => { 75 => 0xe, 188 => 0x2, 189 => 0x30, 318 => 0xb, 319 => 0x4, 342 => [0xf,0x3c] },
'afpointsinfocus5d' => { 19 => 0x38 },
- 'afpointspotmetering' => { 80 => 0xd },
- 'afpointsselected' => { 188 => 0x1c, 318 => '4.1', 438 => 0x4 },
- 'afpointsspecial' => { 318 => '4.2' },
- 'afpointsunknown1' => { 317 => 0x0 },
- 'afpointsunknown2' => { 317 => 0x2 },
- 'afpointsused' => { 188 => [0xa,0x8], 386 => [0x10,0x16e] },
+ 'afpointspotmetering' => { 81 => 0xd },
+ 'afpointsselected' => { 189 => 0x1c, 319 => '4.1', 439 => 0x4 },
+ 'afpointsspecial' => { 319 => '4.2' },
+ 'afpointsunknown1' => { 318 => 0x0 },
+ 'afpointsunknown2' => { 318 => 0x2 },
+ 'afpointsused' => { 189 => [0xa,0x8], 387 => [0x10,0x16e] },
'afpointswitching' => { 2 => 0x4 },
- 'afpredictor' => { 317 => 0x4 },
- 'afresponse' => { 219 => 0xad },
- 'afresult' => { 288 => 0x1038 },
- 'afsearch' => { 283 => 0x303 },
- 'afsensoractive' => { 175 => 0x1 },
- 'afstatus' => { 373 => 0x1200 },
- 'afstatus_00_b4' => { 389 => 0x0 },
- 'afstatus_01_c4' => { 389 => 0x2 },
- 'afstatus_02_d4' => { 389 => 0x4 },
- 'afstatus_03_e4' => { 389 => 0x6 },
- 'afstatus_04_f4' => { 389 => 0x8 },
- 'afstatus_05_g4' => { 389 => 0xa },
- 'afstatus_06_h4' => { 389 => 0xc },
- 'afstatus_07_b3' => { 389 => 0xe },
- 'afstatus_08_c3' => { 389 => 0x10 },
- 'afstatus_09_d3' => { 389 => 0x12 },
- 'afstatus_10_e3' => { 389 => 0x14 },
- 'afstatus_11_f3' => { 389 => 0x16 },
- 'afstatus_12_g3' => { 389 => 0x18 },
- 'afstatus_13_h3' => { 389 => 0x1a },
- 'afstatus_14_b2' => { 389 => 0x1c },
- 'afstatus_15_c2' => { 389 => 0x1e },
- 'afstatus_16_d2' => { 389 => 0x20 },
- 'afstatus_17_e2' => { 389 => 0x22 },
- 'afstatus_18_f2' => { 389 => 0x24 },
- 'afstatus_19_g2' => { 389 => 0x26 },
- 'afstatus_20_h2' => { 389 => 0x28 },
- 'afstatus_21_c1' => { 389 => 0x2a },
- 'afstatus_22_d1' => { 389 => 0x2c },
- 'afstatus_23_e1' => { 389 => 0x2e },
- 'afstatus_24_f1' => { 389 => 0x30 },
- 'afstatus_25_g1' => { 389 => 0x32 },
- 'afstatus_26_a7_vertical' => { 389 => 0x34 },
- 'afstatus_27_a6_vertical' => { 389 => 0x36 },
- 'afstatus_28_a5_vertical' => { 389 => 0x38 },
- 'afstatus_29_c7_vertical' => { 389 => 0x3a },
- 'afstatus_30_c6_vertical' => { 389 => 0x3c },
- 'afstatus_31_c5_vertical' => { 389 => 0x3e },
- 'afstatus_32_e7_vertical' => { 389 => 0x40 },
- 'afstatus_33_e6_center_vertical' => { 389 => 0x42 },
- 'afstatus_34_e5_vertical' => { 389 => 0x44 },
- 'afstatus_35_g7_vertical' => { 389 => 0x46 },
- 'afstatus_36_g6_vertical' => { 389 => 0x48 },
- 'afstatus_37_g5_vertical' => { 389 => 0x4a },
- 'afstatus_38_i7_vertical' => { 389 => 0x4c },
- 'afstatus_39_i6_vertical' => { 389 => 0x4e },
- 'afstatus_40_i5_vertical' => { 389 => 0x50 },
- 'afstatus_41_a7' => { 389 => 0x52 },
- 'afstatus_42_b7' => { 389 => 0x54 },
- 'afstatus_43_c7' => { 389 => 0x56 },
- 'afstatus_44_d7' => { 389 => 0x58 },
- 'afstatus_45_e7' => { 389 => 0x5a },
- 'afstatus_46_f7' => { 389 => 0x5c },
- 'afstatus_47_g7' => { 389 => 0x5e },
- 'afstatus_48_h7' => { 389 => 0x60 },
- 'afstatus_49_i7' => { 389 => 0x62 },
- 'afstatus_50_a6' => { 389 => 0x64 },
- 'afstatus_51_b6' => { 389 => 0x66 },
- 'afstatus_52_c6' => { 389 => 0x68 },
- 'afstatus_53_d6' => { 389 => 0x6a },
- 'afstatus_54_e6_center' => { 389 => 0x6c },
- 'afstatus_55_f6' => { 389 => 0x6e },
- 'afstatus_56_g6' => { 389 => 0x70 },
- 'afstatus_57_h6' => { 389 => 0x72 },
- 'afstatus_58_i6' => { 389 => 0x74 },
- 'afstatus_59_a5' => { 389 => 0x76 },
- 'afstatus_60_b5' => { 389 => 0x78 },
- 'afstatus_61_c5' => { 389 => 0x7a },
- 'afstatus_62_d5' => { 389 => 0x7c },
- 'afstatus_63_e5' => { 389 => 0x7e },
- 'afstatus_64_f5' => { 389 => 0x80 },
- 'afstatus_65_g5' => { 389 => 0x82 },
- 'afstatus_66_h5' => { 389 => 0x84 },
- 'afstatus_67_i5' => { 389 => 0x86 },
- 'afstatus_68_c11' => { 389 => 0x88 },
- 'afstatus_69_d11' => { 389 => 0x8a },
- 'afstatus_70_e11' => { 389 => 0x8c },
- 'afstatus_71_f11' => { 389 => 0x8e },
- 'afstatus_72_g11' => { 389 => 0x90 },
- 'afstatus_73_b10' => { 389 => 0x92 },
- 'afstatus_74_c10' => { 389 => 0x94 },
- 'afstatus_75_d10' => { 389 => 0x96 },
- 'afstatus_76_e10' => { 389 => 0x98 },
- 'afstatus_77_f10' => { 389 => 0x9a },
- 'afstatus_78_g10' => { 389 => 0x9c },
- 'afstatus_79_h10' => { 389 => 0x9e },
- 'afstatus_80_b9' => { 389 => 0xa0 },
- 'afstatus_81_c9' => { 389 => 0xa2 },
- 'afstatus_82_d9' => { 389 => 0xa4 },
- 'afstatus_83_e9' => { 389 => 0xa6 },
- 'afstatus_84_f9' => { 389 => 0xa8 },
- 'afstatus_85_g9' => { 389 => 0xaa },
- 'afstatus_86_h9' => { 389 => 0xac },
- 'afstatus_87_b8' => { 389 => 0xae },
- 'afstatus_88_c8' => { 389 => 0xb0 },
- 'afstatus_89_d8' => { 389 => 0xb2 },
- 'afstatus_90_e8' => { 389 => 0xb4 },
- 'afstatus_91_f8' => { 389 => 0xb6 },
- 'afstatus_92_g8' => { 389 => 0xb8 },
- 'afstatus_93_h8' => { 389 => 0xba },
- 'afstatus_94_e6_center_f2-8' => { 389 => 0xbc },
- 'afstatusactivesensor' => { 175 => 0x2, 386 => [0x4,0x3b], 390 => 0x1e, 391 => 0x1b, 392 => [0x1b,0x21] },
- 'afstatusbottom' => { 175 => 0x8, 390 => 0x2a, 391 => 0x21, 392 => 0x21 },
- 'afstatusbottom-left' => { 175 => 0x12, 391 => 0x2b, 392 => 0x2b },
- 'afstatusbottom-right' => { 175 => 0x6, 391 => 0x1f, 392 => 0x1f },
- 'afstatusbottomassist-left' => { 390 => 0x28 },
- 'afstatusbottomassist-right' => { 390 => 0x2c },
- 'afstatusbottomhorizontal' => { 387 => 0x10, 388 => 0x1c },
- 'afstatusbottomvertical' => { 387 => 0x16, 388 => 0x26 },
- 'afstatuscenter-10' => { 390 => 0x34 },
- 'afstatuscenter-11' => { 390 => 0x36 },
- 'afstatuscenter-12' => { 390 => 0x38 },
- 'afstatuscenter-14' => { 390 => 0x3c },
- 'afstatuscenter-7' => { 390 => 0x2e },
- 'afstatuscenter-9' => { 390 => 0x32 },
- 'afstatuscenter-horizontal' => { 390 => 0x30 },
- 'afstatuscenter-vertical' => { 390 => 0x3a },
- 'afstatuscenterf2-8' => { 390 => 0x4c },
- 'afstatuscenterhorizontal' => { 175 => 0x2f, 387 => 0xc, 388 => 0x18, 391 => 0x2f, 392 => 0x2f },
- 'afstatuscentervertical' => { 175 => 0xc, 387 => 0x14, 388 => 0x22, 391 => 0x25, 392 => 0x25 },
- 'afstatusfarleft' => { 387 => 0x6, 390 => 0x26 },
- 'afstatusfarlefthorizontal' => { 388 => 0x4 },
- 'afstatusfarleftvertical' => { 388 => 0x12 },
- 'afstatusfarright' => { 387 => 0x18, 390 => 0x44 },
- 'afstatusfarrighthorizontal' => { 388 => 0x2c },
- 'afstatusfarrightvertical' => { 388 => 0x34 },
- 'afstatusleft' => { 175 => 0x2d, 387 => 0x2, 390 => 0x22, 391 => 0x2d, 392 => 0x2d },
- 'afstatuslefthorizontal' => { 388 => 0x6 },
- 'afstatusleftvertical' => { 388 => 0xe },
- 'afstatuslower-left' => { 387 => 0x4, 390 => 0x24 },
- 'afstatuslower-lefthorizontal' => { 388 => 0xa },
- 'afstatuslower-leftvertical' => { 388 => 0x10 },
- 'afstatuslower-middle' => { 387 => 0x22, 388 => 0x24 },
- 'afstatuslower-right' => { 387 => 0x1e, 390 => 0x4a },
- 'afstatuslower-righthorizontal' => { 388 => 0x32 },
- 'afstatuslower-rightvertical' => { 388 => 0x3a },
- 'afstatuslowerfarleft' => { 388 => 0x8 },
- 'afstatuslowerfarright' => { 388 => 0x30 },
- 'afstatusmiddlehorizontal' => { 175 => 0xa, 391 => 0x23, 392 => 0x23 },
- 'afstatusnearleft' => { 387 => 0xe, 388 => 0x1a },
- 'afstatusnearright' => { 387 => 0xa, 388 => 0x16 },
- 'afstatusright' => { 175 => 0x31, 387 => 0x1c, 390 => 0x48, 391 => 0x31, 392 => 0x31 },
- 'afstatusrighthorizontal' => { 388 => 0x2e },
- 'afstatusrightvertical' => { 388 => 0x38 },
- 'afstatustop' => { 175 => 0xe, 390 => 0x40, 391 => 0x27, 392 => 0x27 },
- 'afstatustop-left' => { 175 => 0x10, 391 => 0x29, 392 => 0x29 },
- 'afstatustop-right' => { 175 => 0x4, 391 => 0x1d, 392 => 0x1d },
- 'afstatustopassist-left' => { 390 => 0x3e },
- 'afstatustopassist-right' => { 390 => 0x42 },
- 'afstatustophorizontal' => { 387 => 0x8, 388 => 0x14 },
- 'afstatustopvertical' => { 387 => 0x12, 388 => 0x1e },
- 'afstatusupper-left' => { 387 => 0x0, 390 => 0x20 },
- 'afstatusupper-lefthorizontal' => { 388 => 0x2 },
- 'afstatusupper-leftvertical' => { 388 => 0xc },
- 'afstatusupper-middle' => { 387 => 0x20, 388 => 0x20 },
- 'afstatusupper-right' => { 387 => 0x1a, 390 => 0x46 },
- 'afstatusupper-righthorizontal' => { 388 => 0x2a },
- 'afstatusupper-rightvertical' => { 388 => 0x36 },
- 'afstatusupperfarleft' => { 388 => 0x0 },
- 'afstatusupperfarright' => { 388 => 0x28 },
+ 'afpredictor' => { 318 => 0x4 },
+ 'afresponse' => { 220 => 0xad },
+ 'afresult' => { 289 => 0x1038 },
+ 'afsearch' => { 284 => 0x303 },
+ 'afsensoractive' => { 176 => 0x1 },
+ 'afstatus' => { 374 => 0x1200 },
+ 'afstatus_00_b4' => { 390 => 0x0 },
+ 'afstatus_01_c4' => { 390 => 0x2 },
+ 'afstatus_02_d4' => { 390 => 0x4 },
+ 'afstatus_03_e4' => { 390 => 0x6 },
+ 'afstatus_04_f4' => { 390 => 0x8 },
+ 'afstatus_05_g4' => { 390 => 0xa },
+ 'afstatus_06_h4' => { 390 => 0xc },
+ 'afstatus_07_b3' => { 390 => 0xe },
+ 'afstatus_08_c3' => { 390 => 0x10 },
+ 'afstatus_09_d3' => { 390 => 0x12 },
+ 'afstatus_10_e3' => { 390 => 0x14 },
+ 'afstatus_11_f3' => { 390 => 0x16 },
+ 'afstatus_12_g3' => { 390 => 0x18 },
+ 'afstatus_13_h3' => { 390 => 0x1a },
+ 'afstatus_14_b2' => { 390 => 0x1c },
+ 'afstatus_15_c2' => { 390 => 0x1e },
+ 'afstatus_16_d2' => { 390 => 0x20 },
+ 'afstatus_17_e2' => { 390 => 0x22 },
+ 'afstatus_18_f2' => { 390 => 0x24 },
+ 'afstatus_19_g2' => { 390 => 0x26 },
+ 'afstatus_20_h2' => { 390 => 0x28 },
+ 'afstatus_21_c1' => { 390 => 0x2a },
+ 'afstatus_22_d1' => { 390 => 0x2c },
+ 'afstatus_23_e1' => { 390 => 0x2e },
+ 'afstatus_24_f1' => { 390 => 0x30 },
+ 'afstatus_25_g1' => { 390 => 0x32 },
+ 'afstatus_26_a7_vertical' => { 390 => 0x34 },
+ 'afstatus_27_a6_vertical' => { 390 => 0x36 },
+ 'afstatus_28_a5_vertical' => { 390 => 0x38 },
+ 'afstatus_29_c7_vertical' => { 390 => 0x3a },
+ 'afstatus_30_c6_vertical' => { 390 => 0x3c },
+ 'afstatus_31_c5_vertical' => { 390 => 0x3e },
+ 'afstatus_32_e7_vertical' => { 390 => 0x40 },
+ 'afstatus_33_e6_center_vertical' => { 390 => 0x42 },
+ 'afstatus_34_e5_vertical' => { 390 => 0x44 },
+ 'afstatus_35_g7_vertical' => { 390 => 0x46 },
+ 'afstatus_36_g6_vertical' => { 390 => 0x48 },
+ 'afstatus_37_g5_vertical' => { 390 => 0x4a },
+ 'afstatus_38_i7_vertical' => { 390 => 0x4c },
+ 'afstatus_39_i6_vertical' => { 390 => 0x4e },
+ 'afstatus_40_i5_vertical' => { 390 => 0x50 },
+ 'afstatus_41_a7' => { 390 => 0x52 },
+ 'afstatus_42_b7' => { 390 => 0x54 },
+ 'afstatus_43_c7' => { 390 => 0x56 },
+ 'afstatus_44_d7' => { 390 => 0x58 },
+ 'afstatus_45_e7' => { 390 => 0x5a },
+ 'afstatus_46_f7' => { 390 => 0x5c },
+ 'afstatus_47_g7' => { 390 => 0x5e },
+ 'afstatus_48_h7' => { 390 => 0x60 },
+ 'afstatus_49_i7' => { 390 => 0x62 },
+ 'afstatus_50_a6' => { 390 => 0x64 },
+ 'afstatus_51_b6' => { 390 => 0x66 },
+ 'afstatus_52_c6' => { 390 => 0x68 },
+ 'afstatus_53_d6' => { 390 => 0x6a },
+ 'afstatus_54_e6_center' => { 390 => 0x6c },
+ 'afstatus_55_f6' => { 390 => 0x6e },
+ 'afstatus_56_g6' => { 390 => 0x70 },
+ 'afstatus_57_h6' => { 390 => 0x72 },
+ 'afstatus_58_i6' => { 390 => 0x74 },
+ 'afstatus_59_a5' => { 390 => 0x76 },
+ 'afstatus_60_b5' => { 390 => 0x78 },
+ 'afstatus_61_c5' => { 390 => 0x7a },
+ 'afstatus_62_d5' => { 390 => 0x7c },
+ 'afstatus_63_e5' => { 390 => 0x7e },
+ 'afstatus_64_f5' => { 390 => 0x80 },
+ 'afstatus_65_g5' => { 390 => 0x82 },
+ 'afstatus_66_h5' => { 390 => 0x84 },
+ 'afstatus_67_i5' => { 390 => 0x86 },
+ 'afstatus_68_c11' => { 390 => 0x88 },
+ 'afstatus_69_d11' => { 390 => 0x8a },
+ 'afstatus_70_e11' => { 390 => 0x8c },
+ 'afstatus_71_f11' => { 390 => 0x8e },
+ 'afstatus_72_g11' => { 390 => 0x90 },
+ 'afstatus_73_b10' => { 390 => 0x92 },
+ 'afstatus_74_c10' => { 390 => 0x94 },
+ 'afstatus_75_d10' => { 390 => 0x96 },
+ 'afstatus_76_e10' => { 390 => 0x98 },
+ 'afstatus_77_f10' => { 390 => 0x9a },
+ 'afstatus_78_g10' => { 390 => 0x9c },
+ 'afstatus_79_h10' => { 390 => 0x9e },
+ 'afstatus_80_b9' => { 390 => 0xa0 },
+ 'afstatus_81_c9' => { 390 => 0xa2 },
+ 'afstatus_82_d9' => { 390 => 0xa4 },
+ 'afstatus_83_e9' => { 390 => 0xa6 },
+ 'afstatus_84_f9' => { 390 => 0xa8 },
+ 'afstatus_85_g9' => { 390 => 0xaa },
+ 'afstatus_86_h9' => { 390 => 0xac },
+ 'afstatus_87_b8' => { 390 => 0xae },
+ 'afstatus_88_c8' => { 390 => 0xb0 },
+ 'afstatus_89_d8' => { 390 => 0xb2 },
+ 'afstatus_90_e8' => { 390 => 0xb4 },
+ 'afstatus_91_f8' => { 390 => 0xb6 },
+ 'afstatus_92_g8' => { 390 => 0xb8 },
+ 'afstatus_93_h8' => { 390 => 0xba },
+ 'afstatus_94_e6_center_f2-8' => { 390 => 0xbc },
+ 'afstatusactivesensor' => { 176 => 0x2, 387 => [0x4,0x3b], 391 => 0x1e, 392 => 0x1b, 393 => [0x1b,0x21] },
+ 'afstatusbottom' => { 176 => 0x8, 391 => 0x2a, 392 => 0x21, 393 => 0x21 },
+ 'afstatusbottom-left' => { 176 => 0x12, 392 => 0x2b, 393 => 0x2b },
+ 'afstatusbottom-right' => { 176 => 0x6, 392 => 0x1f, 393 => 0x1f },
+ 'afstatusbottomassist-left' => { 391 => 0x28 },
+ 'afstatusbottomassist-right' => { 391 => 0x2c },
+ 'afstatusbottomhorizontal' => { 388 => 0x10, 389 => 0x1c },
+ 'afstatusbottomvertical' => { 388 => 0x16, 389 => 0x26 },
+ 'afstatuscenter-10' => { 391 => 0x34 },
+ 'afstatuscenter-11' => { 391 => 0x36 },
+ 'afstatuscenter-12' => { 391 => 0x38 },
+ 'afstatuscenter-14' => { 391 => 0x3c },
+ 'afstatuscenter-7' => { 391 => 0x2e },
+ 'afstatuscenter-9' => { 391 => 0x32 },
+ 'afstatuscenter-horizontal' => { 391 => 0x30 },
+ 'afstatuscenter-vertical' => { 391 => 0x3a },
+ 'afstatuscenterf2-8' => { 391 => 0x4c },
+ 'afstatuscenterhorizontal' => { 176 => 0x2f, 388 => 0xc, 389 => 0x18, 392 => 0x2f, 393 => 0x2f },
+ 'afstatuscentervertical' => { 176 => 0xc, 388 => 0x14, 389 => 0x22, 392 => 0x25, 393 => 0x25 },
+ 'afstatusfarleft' => { 388 => 0x6, 391 => 0x26 },
+ 'afstatusfarlefthorizontal' => { 389 => 0x4 },
+ 'afstatusfarleftvertical' => { 389 => 0x12 },
+ 'afstatusfarright' => { 388 => 0x18, 391 => 0x44 },
+ 'afstatusfarrighthorizontal' => { 389 => 0x2c },
+ 'afstatusfarrightvertical' => { 389 => 0x34 },
+ 'afstatusleft' => { 176 => 0x2d, 388 => 0x2, 391 => 0x22, 392 => 0x2d, 393 => 0x2d },
+ 'afstatuslefthorizontal' => { 389 => 0x6 },
+ 'afstatusleftvertical' => { 389 => 0xe },
+ 'afstatuslower-left' => { 388 => 0x4, 391 => 0x24 },
+ 'afstatuslower-lefthorizontal' => { 389 => 0xa },
+ 'afstatuslower-leftvertical' => { 389 => 0x10 },
+ 'afstatuslower-middle' => { 388 => 0x22, 389 => 0x24 },
+ 'afstatuslower-right' => { 388 => 0x1e, 391 => 0x4a },
+ 'afstatuslower-righthorizontal' => { 389 => 0x32 },
+ 'afstatuslower-rightvertical' => { 389 => 0x3a },
+ 'afstatuslowerfarleft' => { 389 => 0x8 },
+ 'afstatuslowerfarright' => { 389 => 0x30 },
+ 'afstatusmiddlehorizontal' => { 176 => 0xa, 392 => 0x23, 393 => 0x23 },
+ 'afstatusnearleft' => { 388 => 0xe, 389 => 0x1a },
+ 'afstatusnearright' => { 388 => 0xa, 389 => 0x16 },
+ 'afstatusright' => { 176 => 0x31, 388 => 0x1c, 391 => 0x48, 392 => 0x31, 393 => 0x31 },
+ 'afstatusrighthorizontal' => { 389 => 0x2e },
+ 'afstatusrightvertical' => { 389 => 0x38 },
+ 'afstatustop' => { 176 => 0xe, 391 => 0x40, 392 => 0x27, 393 => 0x27 },
+ 'afstatustop-left' => { 176 => 0x10, 392 => 0x29, 393 => 0x29 },
+ 'afstatustop-right' => { 176 => 0x4, 392 => 0x1d, 393 => 0x1d },
+ 'afstatustopassist-left' => { 391 => 0x3e },
+ 'afstatustopassist-right' => { 391 => 0x42 },
+ 'afstatustophorizontal' => { 388 => 0x8, 389 => 0x14 },
+ 'afstatustopvertical' => { 388 => 0x12, 389 => 0x1e },
+ 'afstatusupper-left' => { 388 => 0x0, 391 => 0x20 },
+ 'afstatusupper-lefthorizontal' => { 389 => 0x2 },
+ 'afstatusupper-leftvertical' => { 389 => 0xc },
+ 'afstatusupper-middle' => { 388 => 0x20, 389 => 0x20 },
+ 'afstatusupper-right' => { 388 => 0x1a, 391 => 0x46 },
+ 'afstatusupper-righthorizontal' => { 389 => 0x2a },
+ 'afstatusupper-rightvertical' => { 389 => 0x36 },
+ 'afstatusupperfarleft' => { 389 => 0x0 },
+ 'afstatusupperfarright' => { 389 => 0x28 },
'afstatusviewfinder' => { 2 => 0x12 },
- 'aftracking' => { 406 => 0x2021 },
+ 'aftracking' => { 407 => 0x2021 },
'aftrackingsensitivity' => { 2 => 0x2 },
- 'aftype' => { 386 => 0x2 },
- 'afwithshutter' => { 393 => 0x2a },
- 'aggregateissuenumber' => { 479 => 'aggregateIssueNumber' },
- 'aggregationtype' => { 479 => 'aggregationType' },
- 'agreement' => { 482 => 'agreement' },
- 'ah2greeninterpolationthreshold' => { 134 => 0xe4e },
- 'aiservocontinuousshooting' => { 80 => 0x15 },
+ 'aftype' => { 387 => 0x2 },
+ 'afwithshutter' => { 394 => 0x2a },
+ 'aggregateissuenumber' => { 480 => 'aggregateIssueNumber' },
+ 'aggregationtype' => { 480 => 'aggregationType' },
+ 'agreement' => { 483 => 'agreement' },
+ 'ah2greeninterpolationthreshold' => { 135 => 0xe4e },
+ 'aiservocontinuousshooting' => { 81 => 0x15 },
'aiservofirstimage' => { 2 => 0x5 },
- 'aiservofirstimagepriority' => { 81 => 0x519 },
- 'aiservoimagepriority' => { 81 => 0x503 },
+ 'aiservofirstimagepriority' => { 82 => 0x519 },
+ 'aiservoimagepriority' => { 82 => 0x503 },
'aiservosecondimage' => { 2 => 0x6 },
- 'aiservosecondimagepriority' => { 81 => 0x51a },
- 'aiservotrackingmethod' => { 81 => 0x504 },
- 'aiservotrackingsensitivity' => { 80 => 0x14, 81 => 0x502 },
- 'album' => { 358 => ['albm',"\xa9alb"], 360 => 'album', 366 => ['albm',"\xa9alb"], 489 => 'album' },
- 'albumartist' => { 358 => 'aART', 366 => 'albr' },
- 'albumtitleid' => { 358 => 'atID' },
- 'alreadyapplied' => { 463 => 'AlreadyApplied', 465 => 'AlreadyApplied' },
- 'alternatetitle' => { 479 => 'alternateTitle' },
- 'alternatetitlea-lang' => { 479 => [\'alternateTitle','alternateTitleA-lang'] },
- 'alternatetitlea-platform' => { 479 => [\'alternateTitle','alternateTitleA-platform'] },
- 'alternatetitletext' => { 479 => [\'alternateTitle','alternateTitleText'] },
- 'altitude' => { 190 => 0x6 },
- 'alttapename' => { 489 => 'altTapeName' },
- 'alttimecode' => { 489 => 'altTimecode' },
- 'alttimecodetimeformat' => { 489 => [\'altTimecode','altTimecodeTimeFormat'] },
- 'alttimecodetimevalue' => { 489 => [\'altTimecode','altTimecodeTimeValue'] },
- 'alttimecodevalue' => { 489 => [\'altTimecode','altTimecodeValue'] },
+ 'aiservosecondimagepriority' => { 82 => 0x51a },
+ 'aiservotrackingmethod' => { 82 => 0x504 },
+ 'aiservotrackingsensitivity' => { 81 => 0x14, 82 => 0x502 },
+ 'album' => { 359 => ['albm',"\xa9alb"], 361 => 'album', 367 => ['albm',"\xa9alb"], 490 => 'album' },
+ 'albumartist' => { 359 => 'aART', 367 => 'albr' },
+ 'albumtitleid' => { 359 => 'atID' },
+ 'alreadyapplied' => { 464 => 'AlreadyApplied', 466 => 'AlreadyApplied' },
+ 'alternatetitle' => { 480 => 'alternateTitle' },
+ 'alternatetitlea-lang' => { 480 => [\'alternateTitle','alternateTitleA-lang'] },
+ 'alternatetitlea-platform' => { 480 => [\'alternateTitle','alternateTitleA-platform'] },
+ 'alternatetitletext' => { 480 => [\'alternateTitle','alternateTitleText'] },
+ 'altitude' => { 191 => 0x6 },
+ 'alttapename' => { 490 => 'altTapeName' },
+ 'alttimecode' => { 490 => 'altTimecode' },
+ 'alttimecodetimeformat' => { 490 => [\'altTimecode','altTimecodeTimeFormat'] },
+ 'alttimecodetimevalue' => { 490 => [\'altTimecode','altTimecodeTimeValue'] },
+ 'alttimecodevalue' => { 490 => [\'altTimecode','altTimecodeValue'] },
'ambienceselection' => { 4 => 0x1 },
- 'ambientinfrared' => { 369 => 0x5c },
- 'ambientlight' => { 369 => 0x5e },
- 'ambienttemperature' => { 116 => 0x9400, 367 => 0x14, 368 => 0x46, 369 => 0x50, 430 => 0x4, 470 => 'Temperature' },
- 'ambienttemperaturefahrenheit' => { 367 => 0x13, 368 => 0x44, 369 => 0x4e },
- 'analogbalance' => { 116 => 0xc627 },
- 'analogcaptureiso' => { 134 => 0x89e },
- 'analogisotable' => { 134 => 0x89d },
- 'androidversion' => { 360 => 'com.android.version' },
- 'angleadj' => { 100 => 0x10003, 106 => 0x8b },
- 'angleinforoll' => { 459 => 'AngleInfoRoll' },
- 'angleinfoyaw' => { 459 => 'AngleInfoYaw' },
- 'anti-blur' => { 406 => 0xb04b },
- 'antialiasstrength' => { 116 => 0xc632 },
- 'aperturelock' => { 267 => '38.2', 269 => '38.2', 270 => '38.2', 279 => '38.2', 280 => '38.2' },
- 'aperturemode' => { 366 => 'apmd' },
- 'aperturerange' => { 81 => 0x10d },
- 'apertureringuse' => { 322 => '1.4' },
- 'aperturesetting' => { 179 => 0x7, 393 => 0x30, 394 => 0x29, 395 => 0x1 },
- 'aperturevalue' => { 90 => 0x2, 116 => 0x9202, 288 => 0x1002, 350 => 0x401, 469 => 'ApertureValue' },
- 'appinfo' => { 443 => 'AppInfo' },
- 'appinfoapplication' => { 443 => [\'AppInfo','AppInfoApplication'] },
- 'appinfoitemuri' => { 443 => [\'AppInfo','AppInfoItemURI'] },
- 'appinfoversion' => { 443 => [\'AppInfo','AppInfoVersion'] },
- 'applekeywords' => { 292 => 'AAPL:Keywords' },
- 'applestoreaccount' => { 358 => 'apID' },
- 'applestoreaccounttype' => { 358 => 'akID' },
- 'applestorecatalogid' => { 358 => 'cnID' },
- 'applestorecountry' => { 358 => 'sfID' },
- 'applicationkeystring' => { 134 => 0x400 },
- 'applicationnotes' => { 116 => 0x2bc, 311 => 0x2bc },
- 'applicationrecordversion' => { 128 => 0x0 },
- 'applyshootingmeteringmode' => { 81 => 0x10e },
- 'approved' => { 471 => 'Approved' },
- 'approvedby' => { 471 => 'ApprovedBy' },
- 'approximatefnumber' => { 301 => 0x313, 308 => 0x3406 },
- 'approximatefocusdistance' => { 460 => 'ApproximateFocusDistance' },
- 'appversion' => { 473 => 'AppVersion' },
- 'aps-csizecapture' => { 424 => 0x114, 425 => [0x114,0x1eb,0x1ee,0x21a,0x21c] },
- 'aquahsl' => { 100 => 0x20914 },
- 'armidentifier' => { 129 => 0x78 },
- 'armversion' => { 129 => 0x7a },
- 'arranger' => { 358 => "\xa9arg", 366 => "\xa9arg" },
- 'arrangerkeywords' => { 366 => "\xa9ark" },
- 'artdirector' => { 358 => "\xa9ard" },
- 'artfilter' => { 283 => 0x529 },
- 'artfiltereffect' => { 283 => 0x52f },
- 'artist' => { 116 => 0x13b, 296 => 'Artist', 341 => 0x22e, 358 => "\xa9ART", 360 => 'artist', 366 => "\xa9ART", 485 => 'Artist', 489 => 'artist' },
- 'artmode' => { 110 => 0x301b },
- 'artmodeparameters' => { 110 => 0x310b },
- 'artwork' => { 360 => 'artwork' },
- 'artworkcircadatecreated' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOCircaDateCreated'] },
- 'artworkcontentdescription' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOContentDescription'] },
- 'artworkcontributiondescription' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOContributionDescription'] },
- 'artworkcopyrightnotice' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] },
- 'artworkcopyrightownerid' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerId'] },
- 'artworkcopyrightownername' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerName'] },
- 'artworkcreator' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] },
- 'artworkcreatorid' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOCreatorId'] },
- 'artworkdatecreated' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] },
- 'artworklicensorid' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorId'] },
- 'artworklicensorname' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorName'] },
- 'artworkorobject' => { 475 => 'ArtworkOrObject' },
- 'artworkphysicaldescription' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOPhysicalDescription'] },
- 'artworksource' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] },
- 'artworksourceinventoryno' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] },
- 'artworksourceinvurl' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvURL'] },
- 'artworkstyleperiod' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOStylePeriod'] },
- 'artworktitle' => { 475 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] },
- 'aspectframe' => { 287 => 0x1113 },
- 'aspectratio' => { 5 => 0x0, 287 => 0x1112, 341 => 0x80, 393 => 0x55, 394 => 0x55, 395 => 0xa },
- 'assetid' => { 453 => 'AssetID' },
- 'asshoticcprofile' => { 116 => 0xc68f },
- 'asshotneutral' => { 116 => 0xc628 },
- 'asshotpreprofilematrix' => { 116 => 0xc690 },
- 'asshotprofilename' => { 116 => 0xc6f6 },
- 'asshotwhitexy' => { 116 => 0xc629 },
- 'assignbktbutton' => { 266 => '4.2', 267 => '16.1', 269 => '16.1', 270 => '16.1', 279 => '16.1', 280 => '16.1' },
- 'assignfuncbutton' => { 81 => 0x70b },
- 'assignmb-d17af-onbutton' => { 270 => '79.1' },
- 'assignmb-d17funcbutton' => { 270 => '67.1' },
- 'assignmb-d17funcbuttonplusdials' => { 270 => '68.1' },
- 'assignmb-d18af-onbutton' => { 280 => '79.1' },
- 'assignmb-d18funcbutton' => { 280 => '67.1' },
- 'assignmb-d18funcbuttonplusdials' => { 280 => '68.1' },
- 'assignmoviefunc1buttonplusdials' => { 269 => '75.1', 270 => '75.1', 280 => '75.1' },
- 'assignmoviefunc2button' => { 269 => '82.1', 270 => '82.1', 280 => '82.1' },
- 'assignmoviepreviewbuttonplusdials' => { 269 => '75.2', 270 => '75.2', 280 => '75.2' },
- 'assignmovierecordbutton' => { 267 => '43.2', 279 => '45.1' },
- 'assignmovierecordbuttonplusdials' => { 269 => '45.1', 270 => '45.1', 280 => '45.1' },
- 'assignmoviesubselector' => { 269 => '74.1', 270 => '74.1', 280 => '74.1' },
- 'assignmoviesubselectorplusdials' => { 269 => '76.1', 270 => '76.1', 280 => '76.1' },
- 'assignremotefnbutton' => { 267 => '54.1', 279 => '51.1' },
- 'assistbuttonfunction' => { 79 => 0xd },
- 'atcaptureusercrop' => { 134 => 0x943 },
- 'attributionname' => { 461 => 'attributionName' },
- 'attributionurl' => { 461 => 'attributionURL' },
- 'audio' => { 306 => 0x20 },
- 'audiobitrate' => { 64 => 0x6c, 475 => 'audioBitRate' },
- 'audiobitratemode' => { 475 => 'audioBitRateMode' },
- 'audiobitspersample' => { 475 => 'audioBitsPerSample' },
- 'audiochannelcount' => { 475 => 'audioChannelCount' },
- 'audiochannels' => { 64 => 0x70 },
- 'audiochanneltype' => { 489 => 'audioChannelType' },
- 'audiocompression' => { 81 => 0x816, 151 => 'Compression' },
- 'audiocompressor' => { 489 => 'audioCompressor' },
- 'audiodata' => { 445 => 'Data' },
- 'audioduration' => { 128 => 0x99 },
- 'audiogain' => { 360 => 'player.movie.audio.gain' },
- 'audiomimetype' => { 445 => 'Mime' },
- 'audiomoddate' => { 489 => 'audioModDate' },
- 'audiooutcue' => { 128 => 0x9a },
- 'audiosamplerate' => { 64 => 0x6e, 489 => 'audioSampleRate' },
- 'audiosampletype' => { 489 => 'audioSampleType' },
- 'audiosamplingrate' => { 128 => 0x97 },
- 'audiosamplingresolution' => { 128 => 0x98 },
- 'audiotype' => { 128 => 0x96 },
- 'author' => { 153 => 'Author', 292 => 'Author', 296 => 'Author', 357 => 'Author', 358 => ['auth',"\xa9aut"], 360 => 'author', 366 => 'auth', 458 => 'author', 476 => 'Author', 487 => 'Author' },
- 'authorsposition' => { 477 => 'AuthorsPosition' },
- 'autoafpointcolortracking' => { 81 => 0x51c },
+ 'ambientinfrared' => { 370 => 0x5c },
+ 'ambientlight' => { 370 => 0x5e },
+ 'ambienttemperature' => { 117 => 0x9400, 368 => 0x14, 369 => 0x46, 370 => 0x50, 431 => 0x4, 471 => 'Temperature' },
+ 'ambienttemperaturefahrenheit' => { 368 => 0x13, 369 => 0x44, 370 => 0x4e },
+ 'analogbalance' => { 117 => 0xc627 },
+ 'analogcaptureiso' => { 135 => 0x89e },
+ 'analogisotable' => { 135 => 0x89d },
+ 'androidversion' => { 361 => 'com.android.version' },
+ 'angleadj' => { 101 => 0x10003, 107 => 0x8b },
+ 'angleinforoll' => { 460 => 'AngleInfoRoll' },
+ 'angleinfoyaw' => { 460 => 'AngleInfoYaw' },
+ 'anti-blur' => { 407 => 0xb04b },
+ 'antialiasstrength' => { 117 => 0xc632 },
+ 'aperturelock' => { 268 => '38.2', 270 => '38.2', 271 => '38.2', 280 => '38.2', 281 => '38.2' },
+ 'aperturemode' => { 367 => 'apmd' },
+ 'aperturerange' => { 82 => 0x10d },
+ 'apertureringuse' => { 323 => '1.4' },
+ 'aperturesetting' => { 180 => 0x7, 394 => 0x30, 395 => 0x29, 396 => 0x1 },
+ 'aperturevalue' => { 91 => 0x2, 117 => 0x9202, 289 => 0x1002, 351 => 0x401, 470 => 'ApertureValue' },
+ 'appinfo' => { 444 => 'AppInfo' },
+ 'appinfoapplication' => { 444 => [\'AppInfo','AppInfoApplication'] },
+ 'appinfoitemuri' => { 444 => [\'AppInfo','AppInfoItemURI'] },
+ 'appinfoversion' => { 444 => [\'AppInfo','AppInfoVersion'] },
+ 'applekeywords' => { 293 => 'AAPL:Keywords' },
+ 'applestoreaccount' => { 359 => 'apID' },
+ 'applestoreaccounttype' => { 359 => 'akID' },
+ 'applestorecatalogid' => { 359 => 'cnID' },
+ 'applestorecountry' => { 359 => 'sfID' },
+ 'applicationkeystring' => { 135 => 0x400 },
+ 'applicationnotes' => { 117 => 0x2bc, 312 => 0x2bc },
+ 'applicationrecordversion' => { 129 => 0x0 },
+ 'applyshootingmeteringmode' => { 82 => 0x10e },
+ 'approved' => { 472 => 'Approved' },
+ 'approvedby' => { 472 => 'ApprovedBy' },
+ 'approximatefnumber' => { 302 => 0x313, 309 => 0x3406 },
+ 'approximatefocusdistance' => { 461 => 'ApproximateFocusDistance' },
+ 'appversion' => { 474 => 'AppVersion' },
+ 'aps-csizecapture' => { 425 => 0x114, 426 => [0x114,0x1eb,0x1ee,0x21a,0x21c] },
+ 'aquahsl' => { 101 => 0x20914 },
+ 'armidentifier' => { 130 => 0x78 },
+ 'armversion' => { 130 => 0x7a },
+ 'arranger' => { 359 => "\xa9arg", 367 => "\xa9arg" },
+ 'arrangerkeywords' => { 367 => "\xa9ark" },
+ 'artdirector' => { 359 => "\xa9ard" },
+ 'artfilter' => { 284 => 0x529 },
+ 'artfiltereffect' => { 284 => 0x52f },
+ 'artist' => { 117 => 0x13b, 297 => 'Artist', 342 => 0x22e, 359 => "\xa9ART", 361 => 'artist', 367 => "\xa9ART", 486 => 'Artist', 490 => 'artist' },
+ 'artmode' => { 111 => 0x301b },
+ 'artmodeparameters' => { 111 => 0x310b },
+ 'artwork' => { 361 => 'artwork' },
+ 'artworkcircadatecreated' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOCircaDateCreated'] },
+ 'artworkcontentdescription' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOContentDescription'] },
+ 'artworkcontributiondescription' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOContributionDescription'] },
+ 'artworkcopyrightnotice' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] },
+ 'artworkcopyrightownerid' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerId'] },
+ 'artworkcopyrightownername' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerName'] },
+ 'artworkcreator' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] },
+ 'artworkcreatorid' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOCreatorId'] },
+ 'artworkdatecreated' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] },
+ 'artworklicensorid' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorId'] },
+ 'artworklicensorname' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorName'] },
+ 'artworkorobject' => { 476 => 'ArtworkOrObject' },
+ 'artworkphysicaldescription' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOPhysicalDescription'] },
+ 'artworksource' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] },
+ 'artworksourceinventoryno' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] },
+ 'artworksourceinvurl' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvURL'] },
+ 'artworkstyleperiod' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOStylePeriod'] },
+ 'artworktitle' => { 476 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] },
+ 'aspectframe' => { 288 => 0x1113 },
+ 'aspectratio' => { 5 => 0x0, 288 => 0x1112, 342 => 0x80, 394 => 0x55, 395 => 0x55, 396 => 0xa },
+ 'assetid' => { 454 => 'AssetID' },
+ 'asshoticcprofile' => { 117 => 0xc68f },
+ 'asshotneutral' => { 117 => 0xc628 },
+ 'asshotpreprofilematrix' => { 117 => 0xc690 },
+ 'asshotprofilename' => { 117 => 0xc6f6 },
+ 'asshotwhitexy' => { 117 => 0xc629 },
+ 'assignbktbutton' => { 267 => '4.2', 268 => '16.1', 270 => '16.1', 271 => '16.1', 280 => '16.1', 281 => '16.1' },
+ 'assignfuncbutton' => { 82 => 0x70b },
+ 'assignmb-d17af-onbutton' => { 271 => '79.1' },
+ 'assignmb-d17funcbutton' => { 271 => '67.1' },
+ 'assignmb-d17funcbuttonplusdials' => { 271 => '68.1' },
+ 'assignmb-d18af-onbutton' => { 281 => '79.1' },
+ 'assignmb-d18funcbutton' => { 281 => '67.1' },
+ 'assignmb-d18funcbuttonplusdials' => { 281 => '68.1' },
+ 'assignmoviefunc1buttonplusdials' => { 270 => '75.1', 271 => '75.1', 281 => '75.1' },
+ 'assignmoviefunc2button' => { 270 => '82.1', 271 => '82.1', 281 => '82.1' },
+ 'assignmoviepreviewbuttonplusdials' => { 270 => '75.2', 271 => '75.2', 281 => '75.2' },
+ 'assignmovierecordbutton' => { 268 => '43.2', 280 => '45.1' },
+ 'assignmovierecordbuttonplusdials' => { 270 => '45.1', 271 => '45.1', 281 => '45.1' },
+ 'assignmoviesubselector' => { 270 => '74.1', 271 => '74.1', 281 => '74.1' },
+ 'assignmoviesubselectorplusdials' => { 270 => '76.1', 271 => '76.1', 281 => '76.1' },
+ 'assignremotefnbutton' => { 268 => '54.1', 280 => '51.1' },
+ 'assistbuttonfunction' => { 80 => 0xd },
+ 'atcaptureusercrop' => { 135 => 0x943 },
+ 'attributionname' => { 462 => 'attributionName' },
+ 'attributionurl' => { 462 => 'attributionURL' },
+ 'audio' => { 307 => 0x20 },
+ 'audiobitrate' => { 65 => 0x6c, 476 => 'audioBitRate' },
+ 'audiobitratemode' => { 476 => 'audioBitRateMode' },
+ 'audiobitspersample' => { 476 => 'audioBitsPerSample' },
+ 'audiochannelcount' => { 476 => 'audioChannelCount' },
+ 'audiochannels' => { 65 => 0x70 },
+ 'audiochanneltype' => { 490 => 'audioChannelType' },
+ 'audiocompression' => { 82 => 0x816, 152 => 'Compression' },
+ 'audiocompressor' => { 490 => 'audioCompressor' },
+ 'audiodata' => { 446 => 'Data' },
+ 'audioduration' => { 129 => 0x99 },
+ 'audiogain' => { 361 => 'player.movie.audio.gain' },
+ 'audiomimetype' => { 446 => 'Mime' },
+ 'audiomoddate' => { 490 => 'audioModDate' },
+ 'audiooutcue' => { 129 => 0x9a },
+ 'audiosamplerate' => { 65 => 0x6e, 490 => 'audioSampleRate' },
+ 'audiosampletype' => { 490 => 'audioSampleType' },
+ 'audiosamplingrate' => { 129 => 0x97 },
+ 'audiosamplingresolution' => { 129 => 0x98 },
+ 'audiotype' => { 129 => 0x96 },
+ 'author' => { 154 => 'Author', 293 => 'Author', 297 => 'Author', 358 => 'Author', 359 => ['auth',"\xa9aut"], 361 => 'author', 367 => 'auth', 459 => 'author', 477 => 'Author', 488 => 'Author' },
+ 'authorsposition' => { 478 => 'AuthorsPosition' },
+ 'autoafpointcolortracking' => { 82 => 0x51c },
'autoafpointseleositraf' => { 2 => 0xa },
- 'autoaperture' => { 332 => '0.1' },
- 'autobracket' => { 383 => 0x19 },
- 'autobracketing' => { 124 => 0x1100, 341 => 0x18, 373 => 0x1007 },
- 'autobracketingmode' => { 278 => '12.3' },
- 'autobracketingset' => { 278 => '12.1' },
- 'autobracketmodem' => { 266 => '21.2', 267 => '13.3', 269 => '13.2', 270 => '13.2', 275 => '26.2', 279 => '13.3', 280 => '13.2' },
- 'autobracketorder' => { 179 => 0x43, 266 => '21.3', 267 => '13.2', 269 => '13.1', 270 => '13.1', 275 => '26.3', 276 => '12.2', 277 => '2.2', 278 => '12.2', 279 => '13.2', 280 => '13.1', 281 => '13.2' },
- 'autobracketset' => { 266 => '21.1', 267 => '13.1', 271 => '11.1', 272 => '12.1', 273 => '12.1', 275 => '26.1', 276 => '12.1', 277 => '2.1', 279 => '13.1', 281 => '13.1' },
- 'autobrightness' => { 463 => 'AutoBrightness', 465 => 'AutoBrightness' },
- 'autocontrast' => { 463 => 'AutoContrast', 465 => 'AutoContrast' },
- 'autodistortioncontrol' => { 200 => 0x4 },
- 'autodynamicrange' => { 124 => 0x140b },
- 'autoexposure' => { 463 => 'AutoExposure', 465 => 'AutoExposure' },
- 'autoexposurebracketing' => { 74 => 0x10 },
- 'autoflashisosensitivity' => { 269 => '38.5', 270 => '38.5', 280 => '38.5' },
- 'autofocus' => { 286 => 0x209 },
- 'autofp' => { 277 => '7.3', 281 => '31.4' },
- 'autoiso' => { 74 => 0x1, 110 => 0x3008, 268 => '1.1', 277 => '1.1' },
- 'autoisomax' => { 268 => '1.2', 277 => '1.2' },
- 'autoisominshutterspeed' => { 268 => '1.3', 277 => '1.3' },
- 'autolateralca' => { 463 => 'AutoLateralCA', 465 => 'AutoLateralCA' },
- 'autolightingoptimizer' => { 16 => 0xbe, 17 => 0xbf, 20 => 0xbf, 60 => 0x2, 81 => 0x204, 100 => 0x20500, 106 => 0x6f },
- 'autolightingoptimizeron' => { 100 => '0x20500.0', 106 => 0x6e },
- 'autoportraitframed' => { 406 => 0x2016 },
- 'autoredeye' => { 259 => 0xfe28a44f },
- 'autorotate' => { 74 => 0x1b },
- 'autoshadows' => { 463 => 'AutoShadows', 465 => 'AutoShadows' },
- 'autotone' => { 463 => 'AutoTone', 465 => 'AutoTone' },
- 'autowhiteversion' => { 463 => 'AutoWhiteVersion', 465 => 'AutoWhiteVersion' },
- 'auxiliarylens' => { 219 => 0x82 },
- 'avaperturesetting' => { 322 => 0x13 },
- 'averageblacklevel' => { 43 => 0xe7, 45 => 0xfb, 46 => 0x114, 47 => 0x146 },
- 'averagelv' => { 182 => 0x38 },
- 'avsettingwithoutlens' => { 81 => 0x707 },
- 'azimuth' => { 161 => 'Azimuth' },
- 'babyage' => { 306 => [0x8010,0x33] },
- 'babyname' => { 306 => 0x66 },
- 'backgroundalpha' => { 484 => 'bgalpha' },
- 'balance' => { 360 => 'player.movie.audio.balance' },
- 'baseexposurecompensation' => { 322 => 0x15 },
- 'baseiso' => { 74 => 0x2, 94 => 0x101c, 134 => 0x903, 308 => 0x312a, 436 => 0x6 },
- 'baseisodaylight' => { 134 => 0x910 },
- 'baseisoflash' => { 134 => 0x913 },
- 'baseisofluorescent' => { 134 => 0x912 },
- 'baseisotungsten' => { 134 => 0x911 },
- 'baselineexposure' => { 116 => 0xc62a },
- 'baselineexposureoffset' => { 116 => 0xc7a5 },
- 'baselinenoise' => { 116 => 0xc62b },
- 'baselinesharpness' => { 116 => 0xc62c },
- 'baseurl' => { 487 => 'BaseURL' },
- 'bass' => { 360 => 'player.movie.audio.bass' },
- 'batterylevel' => { 306 => 0x38, 393 => 0x51, 397 => 0xc, 398 => 0x4, 399 => 0x4, 437 => 0x7 },
- 'batterylevelgrip1' => { 437 => 0x6 },
- 'batterylevelgrip2' => { 437 => 0x8 },
- 'batteryorder' => { 266 => '12.5', 275 => '13.2', 276 => '2.1', 279 => '3.1' },
- 'batterystate' => { 179 => 0x60, 393 => 0x50, 399 => 0x14 },
- 'batterytemperature' => { 397 => 0x1, 399 => 0x2, 437 => 0x5 },
- 'batterytype' => { 61 => 0x38, 369 => 0x66 },
- 'batteryunknown' => { 397 => 0x2, 399 => 0x0 },
- 'batteryvoltage' => { 134 => 0x408, 367 => 0x2a, 368 => 0x49, 369 => 0x62, 397 => 0x8 },
- 'batteryvoltage1' => { 399 => 0x6 },
- 'batteryvoltage2' => { 399 => 0x8 },
- 'batteryvoltageavg' => { 369 => 0x64 },
- 'bayergreensplit' => { 116 => 0xc62d },
- 'bayerpattern' => { 133 => 0xf902, 183 => 0x17 },
- 'beatsperminute' => { 358 => 'tmpo' },
- 'beatspliceparams' => { 489 => 'beatSpliceParams' },
- 'beatspliceparamsriseindecibel' => { 489 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] },
- 'beatspliceparamsriseintimeduration' => { 489 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] },
- 'beatspliceparamsriseintimedurationscale' => { 489 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] },
- 'beatspliceparamsriseintimedurationvalue' => { 489 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] },
- 'beatspliceparamsusefilebeatsmarker' => { 489 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] },
- 'beep' => { 266 => '13.1', 267 => '5.4', 268 => '0.1', 271 => '2.1', 272 => '3.1', 273 => '3.1', 275 => '10.1', 277 => '0.1', 279 => '5.5', 281 => '4.1' },
- 'beeppitch' => { 276 => '3.1' },
- 'beepvolume' => { 276 => '4.5' },
- 'bestqualityscale' => { 116 => 0xc65c },
- 'bestshotmode' => { 110 => 0x3007 },
- 'bitdepth' => { 158 => 'BitDepth', 183 => 0x11, 227 => 0x41 },
- 'bitspercomponent' => { 130 => 0x87 },
- 'bitspersample' => { 116 => 0x102, 311 => 0xa, 485 => 'BitsPerSample' },
- 'blackacquirerows' => { 134 => 0x18ba },
- 'blacklevel' => { 116 => 0xc61a, 198 => 0x20, 219 => 0x3d, 288 => [0x401,0x1012], 350 => 0x21d },
- 'blacklevel2' => { 287 => 0x600, 291 => 0x600 },
- 'blacklevelblue' => { 311 => 0x1e },
- 'blacklevelbottom' => { 134 => 0x3f0 },
- 'blackleveldata' => { 350 => 0x223 },
- 'blackleveldeltah' => { 116 => 0xc61b },
- 'blackleveldeltav' => { 116 => 0xc61c },
- 'blacklevelgreen' => { 311 => 0x1d },
- 'blacklevelred' => { 311 => 0x1c },
- 'blacklevelrepeatdim' => { 116 => 0xc619 },
- 'blacklevelrough' => { 134 => 0x40e },
- 'blacklevelroughafter' => { 134 => 0x416 },
+ 'autoaperture' => { 333 => '0.1' },
+ 'autobracket' => { 384 => 0x19 },
+ 'autobracketing' => { 125 => 0x1100, 342 => 0x18, 374 => 0x1007 },
+ 'autobracketingmode' => { 279 => '12.3' },
+ 'autobracketingset' => { 279 => '12.1' },
+ 'autobracketmodem' => { 267 => '21.2', 268 => '13.3', 270 => '13.2', 271 => '13.2', 276 => '26.2', 280 => '13.3', 281 => '13.2' },
+ 'autobracketorder' => { 180 => 0x43, 267 => '21.3', 268 => '13.2', 270 => '13.1', 271 => '13.1', 276 => '26.3', 277 => '12.2', 278 => '2.2', 279 => '12.2', 280 => '13.2', 281 => '13.1', 282 => '13.2' },
+ 'autobracketset' => { 267 => '21.1', 268 => '13.1', 272 => '11.1', 273 => '12.1', 274 => '12.1', 276 => '26.1', 277 => '12.1', 278 => '2.1', 280 => '13.1', 282 => '13.1' },
+ 'autobrightness' => { 464 => 'AutoBrightness', 466 => 'AutoBrightness' },
+ 'autocontrast' => { 464 => 'AutoContrast', 466 => 'AutoContrast' },
+ 'autodistortioncontrol' => { 201 => 0x4 },
+ 'autodynamicrange' => { 125 => 0x140b },
+ 'autoexposure' => { 464 => 'AutoExposure', 466 => 'AutoExposure' },
+ 'autoexposurebracketing' => { 75 => 0x10 },
+ 'autoflashisosensitivity' => { 270 => '38.5', 271 => '38.5', 281 => '38.5' },
+ 'autofocus' => { 287 => 0x209 },
+ 'autofp' => { 278 => '7.3', 282 => '31.4' },
+ 'autoiso' => { 75 => 0x1, 111 => 0x3008, 269 => '1.1', 278 => '1.1' },
+ 'autoisomax' => { 269 => '1.2', 278 => '1.2' },
+ 'autoisominshutterspeed' => { 269 => '1.3', 278 => '1.3' },
+ 'autolateralca' => { 464 => 'AutoLateralCA', 466 => 'AutoLateralCA' },
+ 'autolightingoptimizer' => { 16 => 0xbe, 17 => 0xbf, 20 => 0xbf, 61 => 0x2, 82 => 0x204, 101 => 0x20500, 107 => 0x6f },
+ 'autolightingoptimizeron' => { 101 => '0x20500.0', 107 => 0x6e },
+ 'autoportraitframed' => { 407 => 0x2016 },
+ 'autoredeye' => { 260 => 0xfe28a44f },
+ 'autorotate' => { 75 => 0x1b },
+ 'autoshadows' => { 464 => 'AutoShadows', 466 => 'AutoShadows' },
+ 'autotone' => { 464 => 'AutoTone', 466 => 'AutoTone' },
+ 'autotonedigest' => { 464 => 'AutoToneDigest', 466 => 'AutoToneDigest' },
+ 'autotonedigestnosat' => { 464 => 'AutoToneDigestNoSat', 466 => 'AutoToneDigestNoSat' },
+ 'autowhiteversion' => { 464 => 'AutoWhiteVersion', 466 => 'AutoWhiteVersion' },
+ 'auxiliarylens' => { 220 => 0x82 },
+ 'avaperturesetting' => { 323 => 0x13 },
+ 'averageblacklevel' => { 44 => 0xe7, 46 => 0xfb, 47 => 0x114, 48 => 0x146 },
+ 'averagelv' => { 183 => 0x38 },
+ 'avsettingwithoutlens' => { 82 => 0x707 },
+ 'azimuth' => { 162 => 'Azimuth' },
+ 'babyage' => { 307 => [0x8010,0x33] },
+ 'babyname' => { 307 => 0x66 },
+ 'backgroundalpha' => { 485 => 'bgalpha' },
+ 'balance' => { 361 => 'player.movie.audio.balance' },
+ 'baseexposurecompensation' => { 323 => 0x15 },
+ 'baseiso' => { 75 => 0x2, 95 => 0x101c, 135 => 0x903, 309 => 0x312a, 437 => 0x6 },
+ 'baseisodaylight' => { 135 => 0x910 },
+ 'baseisoflash' => { 135 => 0x913 },
+ 'baseisofluorescent' => { 135 => 0x912 },
+ 'baseisotungsten' => { 135 => 0x911 },
+ 'baselineexposure' => { 117 => 0xc62a },
+ 'baselineexposureoffset' => { 117 => 0xc7a5 },
+ 'baselinenoise' => { 117 => 0xc62b },
+ 'baselinesharpness' => { 117 => 0xc62c },
+ 'baseurl' => { 488 => 'BaseURL' },
+ 'bass' => { 361 => 'player.movie.audio.bass' },
+ 'batterylevel' => { 307 => 0x38, 394 => 0x51, 398 => 0xc, 399 => 0x4, 400 => 0x4, 438 => 0x7 },
+ 'batterylevelgrip1' => { 438 => 0x6 },
+ 'batterylevelgrip2' => { 438 => 0x8 },
+ 'batteryorder' => { 267 => '12.5', 276 => '13.2', 277 => '2.1', 280 => '3.1' },
+ 'batterystate' => { 180 => 0x60, 394 => 0x50, 400 => 0x14 },
+ 'batterytemperature' => { 398 => 0x1, 400 => 0x2, 438 => 0x5 },
+ 'batterytype' => { 62 => 0x38, 370 => 0x66 },
+ 'batteryunknown' => { 398 => 0x2, 400 => 0x0 },
+ 'batteryvoltage' => { 135 => 0x408, 368 => 0x2a, 369 => 0x49, 370 => 0x62, 398 => 0x8 },
+ 'batteryvoltage1' => { 400 => 0x6 },
+ 'batteryvoltage2' => { 400 => 0x8 },
+ 'batteryvoltageavg' => { 370 => 0x64 },
+ 'bayergreensplit' => { 117 => 0xc62d },
+ 'bayerpattern' => { 134 => 0xf902, 184 => 0x17 },
+ 'beatsperminute' => { 359 => 'tmpo' },
+ 'beatspliceparams' => { 490 => 'beatSpliceParams' },
+ 'beatspliceparamsriseindecibel' => { 490 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] },
+ 'beatspliceparamsriseintimeduration' => { 490 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] },
+ 'beatspliceparamsriseintimedurationscale' => { 490 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] },
+ 'beatspliceparamsriseintimedurationvalue' => { 490 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] },
+ 'beatspliceparamsusefilebeatsmarker' => { 490 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] },
+ 'beep' => { 267 => '13.1', 268 => '5.4', 269 => '0.1', 272 => '2.1', 273 => '3.1', 274 => '3.1', 276 => '10.1', 278 => '0.1', 280 => '5.5', 282 => '4.1' },
+ 'beeppitch' => { 277 => '3.1' },
+ 'beepvolume' => { 277 => '4.5' },
+ 'bestqualityscale' => { 117 => 0xc65c },
+ 'bestshotmode' => { 111 => 0x3007 },
+ 'bitdepth' => { 159 => 'BitDepth', 184 => 0x11, 228 => 0x41 },
+ 'bitspercomponent' => { 131 => 0x87 },
+ 'bitspersample' => { 117 => 0x102, 312 => 0xa, 486 => 'BitsPerSample' },
+ 'blackacquirerows' => { 135 => 0x18ba },
+ 'blacklevel' => { 117 => 0xc61a, 199 => 0x20, 220 => 0x3d, 289 => [0x401,0x1012], 351 => 0x21d },
+ 'blacklevel2' => { 288 => 0x600, 292 => 0x600 },
+ 'blacklevelblue' => { 312 => 0x1e },
+ 'blacklevelbottom' => { 135 => 0x3f0 },
+ 'blackleveldata' => { 351 => 0x223 },
+ 'blackleveldeltah' => { 117 => 0xc61b },
+ 'blackleveldeltav' => { 117 => 0xc61c },
+ 'blacklevelgreen' => { 312 => 0x1d },
+ 'blacklevelred' => { 312 => 0x1c },
+ 'blacklevelrepeatdim' => { 117 => 0xc619 },
+ 'blacklevelrough' => { 135 => 0x40e },
+ 'blacklevelroughafter' => { 135 => 0x416 },
'blacklevels' => { 35 => 0x1d },
- 'blackleveltop' => { 134 => 0x3ef },
- 'blackpoint' => { 341 => 0x200 },
- 'blacks2012' => { 463 => 'Blacks2012', 465 => 'Blacks2012' },
- 'blacksadj' => { 440 => 0x9018 },
- 'bleachbypasstoning' => { 341 => 0x7f },
- 'blockshotafresponse' => { 269 => '1.5', 270 => '1.5', 280 => '1.5' },
- 'blogtitle' => { 479 => 'blogTitle' },
- 'blogurl' => { 479 => 'blogURL' },
- 'bluebalance' => { 288 => 0x1018, 311 => 0x12, 341 => 0x1b },
- 'bluecurvelimits' => { 105 => 0x1fe },
- 'bluecurvepoints' => { 104 => 0x79, 105 => 0x1d4 },
- 'bluehsl' => { 100 => 0x20915 },
- 'bluehue' => { 463 => 'BlueHue', 465 => 'BlueHue' },
- 'bluesaturation' => { 463 => 'BlueSaturation', 465 => 'BlueSaturation' },
- 'bluratinfinity' => { 449 => 'BlurAtInfinity' },
- 'blurcontrol' => { 341 => 0x82 },
- 'blurwarning' => { 124 => 0x1300 },
- 'bodybatteryadload' => { 320 => 0x3 },
- 'bodybatteryadnoload' => { 320 => 0x2 },
- 'bodybatterystate' => { 320 => '1.1' },
- 'bodybatteryvoltage1' => { 320 => 0x2 },
- 'bodybatteryvoltage2' => { 320 => 0x4 },
- 'bodybatteryvoltage3' => { 320 => 0x6 },
- 'bodybatteryvoltage4' => { 320 => 0x8 },
- 'bodyfirmware' => { 374 => 0x0 },
- 'bodyfirmwareversion' => { 284 => 0x104, 285 => 0x100, 288 => 0x104 },
- 'bodyserialnumber' => { 374 => 0x10 },
- 'bookedition' => { 479 => 'bookEdition' },
- 'bootloaderversion' => { 368 => 0x26 },
- 'bracketmode' => { 55 => 0x3 },
- 'bracketsequence' => { 110 => 0x301d },
- 'bracketsettings' => { 306 => 0x45 },
- 'bracketshotnumber' => { 55 => 0x5, 322 => 0x9, 404 => 0x2b },
- 'bracketshotnumber2' => { 404 => 0x2d },
- 'bracketstep' => { 176 => 0xe },
- 'bracketvalue' => { 55 => 0x4 },
- 'brightness' => { 116 => 0xfe53, 152 => 'Brightness', 172 => 'Brightness', 176 => 0x2c, 221 => 0x34, 222 => 0x39, 223 => 0x41, 360 => 'player.movie.visual.brightness', 367 => 0x25, 369 => 0x54, 393 => 0x22, 406 => 0x2007, 463 => 'Brightness', 465 => 'Brightness' },
- 'brightnessadj' => { 105 => 0x114, 252 => 0x0, 262 => 0x2d, 440 => 0x8018 },
- 'brightnessvalue' => { 116 => 0x9203, 182 => [0x691,0x49c3], 288 => 0x1003, 411 => 0x1e, 414 => 0x1140, 415 => 0x1140, 416 => 0x111c, 417 => 0x1198, 418 => 0x1174, 419 => 0x102c, 420 => 0x224, 421 => 0x224, 422 => 0x219, 469 => 'BrightnessValue' },
- 'buildnumber' => { 186 => 0x5500 },
- 'bulbduration' => { 74 => 0x18 },
- 'burstcount' => { 134 => 0x40d },
- 'burstid' => { 446 => 'BurstID' },
- 'burstmode' => { 136 => 0xa, 306 => 0x2a },
- 'burstmode2' => { 136 => 0x18 },
- 'burstprimary' => { 446 => 'BurstPrimary' },
- 'burstshot' => { 383 => 0x34 },
- 'burstspeed' => { 306 => 0x77 },
+ 'blackleveltop' => { 135 => 0x3ef },
+ 'blackpoint' => { 342 => 0x200 },
+ 'blacks2012' => { 464 => 'Blacks2012', 466 => 'Blacks2012' },
+ 'blacksadj' => { 441 => 0x9018 },
+ 'bleachbypasstoning' => { 342 => 0x7f },
+ 'blockshotafresponse' => { 270 => '1.5', 271 => '1.5', 281 => '1.5' },
+ 'blogtitle' => { 480 => 'blogTitle' },
+ 'blogurl' => { 480 => 'blogURL' },
+ 'bluebalance' => { 289 => 0x1018, 312 => 0x12, 342 => 0x1b },
+ 'bluecurvelimits' => { 106 => 0x1fe },
+ 'bluecurvepoints' => { 105 => 0x79, 106 => 0x1d4 },
+ 'bluehsl' => { 101 => 0x20915 },
+ 'bluehue' => { 464 => 'BlueHue', 466 => 'BlueHue' },
+ 'bluesaturation' => { 464 => 'BlueSaturation', 466 => 'BlueSaturation' },
+ 'bluratinfinity' => { 450 => 'BlurAtInfinity' },
+ 'blurcontrol' => { 342 => 0x82 },
+ 'blurwarning' => { 125 => 0x1300 },
+ 'bodybatteryadload' => { 321 => 0x3 },
+ 'bodybatteryadnoload' => { 321 => 0x2 },
+ 'bodybatterystate' => { 321 => '1.1' },
+ 'bodybatteryvoltage1' => { 321 => 0x2 },
+ 'bodybatteryvoltage2' => { 321 => 0x4 },
+ 'bodybatteryvoltage3' => { 321 => 0x6 },
+ 'bodybatteryvoltage4' => { 321 => 0x8 },
+ 'bodyfirmware' => { 375 => 0x0 },
+ 'bodyfirmwareversion' => { 285 => 0x104, 286 => 0x100, 289 => 0x104 },
+ 'bodyserialnumber' => { 375 => 0x10 },
+ 'bookedition' => { 480 => 'bookEdition' },
+ 'bootloaderversion' => { 369 => 0x26 },
+ 'bracketmode' => { 56 => 0x3 },
+ 'bracketsequence' => { 111 => 0x301d },
+ 'bracketsettings' => { 307 => 0x45 },
+ 'bracketshotnumber' => { 56 => 0x5, 323 => 0x9, 405 => 0x2b },
+ 'bracketshotnumber2' => { 405 => 0x2d },
+ 'bracketstep' => { 177 => 0xe },
+ 'bracketvalue' => { 56 => 0x4 },
+ 'brightness' => { 117 => 0xfe53, 153 => 'Brightness', 173 => 'Brightness', 177 => 0x2c, 222 => 0x34, 223 => 0x39, 224 => 0x41, 361 => 'player.movie.visual.brightness', 368 => 0x25, 370 => 0x54, 394 => 0x22, 407 => 0x2007, 464 => 'Brightness', 466 => 'Brightness' },
+ 'brightnessadj' => { 106 => 0x114, 253 => 0x0, 263 => 0x2d, 441 => 0x8018 },
+ 'brightnessvalue' => { 117 => 0x9203, 183 => [0x691,0x49c3], 289 => 0x1003, 412 => 0x1e, 415 => 0x1140, 416 => 0x1140, 417 => 0x111c, 418 => 0x1198, 419 => 0x1174, 420 => 0x102c, 421 => 0x224, 422 => 0x224, 423 => 0x219, 470 => 'BrightnessValue' },
+ 'buildnumber' => { 187 => 0x5500 },
+ 'bulbduration' => { 75 => 0x18 },
+ 'burstcount' => { 135 => 0x40d },
+ 'burstid' => { 447 => 'BurstID' },
+ 'burstmode' => { 137 => 0xa, 307 => 0x2a },
+ 'burstmode2' => { 137 => 0x18 },
+ 'burstprimary' => { 447 => 'BurstPrimary' },
+ 'burstshot' => { 384 => 0x34 },
+ 'burstspeed' => { 307 => 0x77 },
'burstuuid' => { 1 => 0xb },
- 'buttonfunctioncontroloff' => { 81 => 0x70a },
- 'bwadjustment' => { 124 => 0x1049 },
- 'bwfilter' => { 176 => 0x2a, 184 => 0x39 },
- 'bwmode' => { 288 => 0x203 },
- 'by-line' => { 128 => 0x50 },
- 'by-linetitle' => { 128 => 0x55 },
- 'bytecount' => { 479 => 'byteCount' },
- 'c14configuration' => { 134 => 0x1964 },
- 'cacheversion' => { 116 => 0xc7aa },
- 'calibratedfocallength' => { 113 => 'CalibratedFocalLength' },
- 'calibratedopticalcenterx' => { 113 => 'CalibratedOpticalCenterX' },
- 'calibratedopticalcentery' => { 113 => 'CalibratedOpticalCenterY' },
- 'calibration' => { 383 => [0x24,0x30] },
- 'calibrationhistory' => { 134 => 0x9c9 },
- 'calibrationilluminant1' => { 116 => 0xc65a },
- 'calibrationilluminant2' => { 116 => 0xc65b },
- 'calibrationversion' => { 134 => 0x9c6 },
- 'callforimage' => { 453 => 'CallForImage' },
- 'camera' => { 443 => [\'Cameras','CamerasCamera'] },
- 'cameraangle' => { 366 => 'angl', 489 => 'cameraAngle' },
- 'cameraappinfo' => { 443 => [\'Cameras','CamerasCameraAppInfo'] },
- 'cameraappinfoapplication' => { 443 => [\'Cameras','CamerasCameraAppInfoApplication'] },
- 'cameraappinfoitemuri' => { 443 => [\'Cameras','CamerasCameraAppInfoItemURI'] },
- 'cameraappinfoversion' => { 443 => [\'Cameras','CamerasCameraAppInfoVersion'] },
- 'cameraburstid' => { 447 => 'CameraBurstID' },
- 'cameracalibration' => { 383 => 0x11f },
- 'cameracalibration1' => { 116 => 0xc623 },
- 'cameracalibration2' => { 116 => 0xc624 },
- 'cameracalibrationsig' => { 116 => 0xc6f3 },
+ 'buttonfunctioncontroloff' => { 82 => 0x70a },
+ 'bwadjustment' => { 125 => 0x1049 },
+ 'bwfilter' => { 177 => 0x2a, 185 => 0x39 },
+ 'bwmode' => { 289 => 0x203 },
+ 'by-line' => { 129 => 0x50 },
+ 'by-linetitle' => { 129 => 0x55 },
+ 'bytecount' => { 480 => 'byteCount' },
+ 'c14configuration' => { 135 => 0x1964 },
+ 'cacheversion' => { 117 => 0xc7aa },
+ 'calibratedfocallength' => { 114 => 'CalibratedFocalLength' },
+ 'calibratedopticalcenterx' => { 114 => 'CalibratedOpticalCenterX' },
+ 'calibratedopticalcentery' => { 114 => 'CalibratedOpticalCenterY' },
+ 'calibration' => { 384 => [0x24,0x30] },
+ 'calibrationhistory' => { 135 => 0x9c9 },
+ 'calibrationilluminant1' => { 117 => 0xc65a },
+ 'calibrationilluminant2' => { 117 => 0xc65b },
+ 'calibrationversion' => { 135 => 0x9c6 },
+ 'callforimage' => { 454 => 'CallForImage' },
+ 'camera' => { 444 => [\'Cameras','CamerasCamera'] },
+ 'cameraangle' => { 367 => 'angl', 490 => 'cameraAngle' },
+ 'cameraappinfo' => { 444 => [\'Cameras','CamerasCameraAppInfo'] },
+ 'cameraappinfoapplication' => { 444 => [\'Cameras','CamerasCameraAppInfoApplication'] },
+ 'cameraappinfoitemuri' => { 444 => [\'Cameras','CamerasCameraAppInfoItemURI'] },
+ 'cameraappinfoversion' => { 444 => [\'Cameras','CamerasCameraAppInfoVersion'] },
+ 'cameraburstid' => { 448 => 'CameraBurstID' },
+ 'cameracalibration' => { 384 => 0x11f },
+ 'cameracalibration1' => { 117 => 0xc623 },
+ 'cameracalibration2' => { 117 => 0xc624 },
+ 'cameracalibrationsig' => { 117 => 0xc6f3 },
'cameracolorcalibration01' => { 36 => 0x0, 37 => 0x0 },
'cameracolorcalibration02' => { 36 => 0x4, 37 => 0x5 },
'cameracolorcalibration03' => { 36 => 0x8, 37 => 0xa },
@@ -1195,5119 +1198,5143 @@ my %tagLookup = (
'cameracolorcalibration13' => { 36 => 0x30, 37 => 0x3c },
'cameracolorcalibration14' => { 36 => 0x34, 37 => 0x41 },
'cameracolorcalibration15' => { 36 => 0x38, 37 => 0x46 },
- 'cameradepthmap' => { 443 => [\'Cameras','CamerasCameraDepthMap'] },
- 'cameradepthmapconfidenceuri' => { 443 => [\'Cameras','CamerasCameraDepthMapConfidenceURI'] },
- 'cameradepthmapdepthuri' => { 443 => [\'Cameras','CamerasCameraDepthMapDepthURI'] },
- 'cameradepthmapfar' => { 443 => [\'Cameras','CamerasCameraDepthMapFar'] },
- 'cameradepthmapfocaltable' => { 443 => [\'Cameras','CamerasCameraDepthMapFocalTable'] },
- 'cameradepthmapfocaltableentrycount' => { 443 => [\'Cameras','CamerasCameraDepthMapFocalTableEntryCount'] },
- 'cameradepthmapformat' => { 443 => [\'Cameras','CamerasCameraDepthMapFormat'] },
- 'cameradepthmapitemsemantic' => { 443 => [\'Cameras','CamerasCameraDepthMapItemSemantic'] },
- 'cameradepthmapmeasuretype' => { 443 => [\'Cameras','CamerasCameraDepthMapMeasureType'] },
- 'cameradepthmapnear' => { 443 => [\'Cameras','CamerasCameraDepthMapNear'] },
- 'cameradepthmapsoftware' => { 443 => [\'Cameras','CamerasCameraDepthMapSoftware'] },
- 'cameradepthmapunits' => { 443 => [\'Cameras','CamerasCameraDepthMapUnits'] },
- 'cameradirection' => { 360 => 'direction.facing' },
- 'camerae-mountversion' => { 439 => 0xb },
- 'cameraelevationangle' => { 116 => 0x9405, 470 => 'CameraElevationAngle' },
- 'camerafilename' => { 453 => 'CameraFilename' },
- 'cameraid' => { 288 => 0x209, 366 => 'cmid', 382 => 0x209 },
- 'cameraidentifier' => { 360 => 'camera.identifier' },
- 'cameraimage' => { 443 => [\'Cameras','CamerasCameraImage'] },
- 'cameraimageitemsemantic' => { 443 => [\'Cameras','CamerasCameraImageItemSemantic'] },
- 'cameraimageitemuri' => { 443 => [\'Cameras','CamerasCameraImageItemURI'] },
- 'cameraimagingmodel' => { 443 => [\'Cameras','CamerasCameraImagingModel'] },
- 'cameraimagingmodeldistortion' => { 443 => [\'Cameras','CamerasCameraImagingModelDistortion'] },
- 'cameraimagingmodeldistortioncount' => { 443 => [\'Cameras','CamerasCameraImagingModelDistortionCount'] },
- 'cameraimagingmodelfocallengthx' => { 443 => [\'Cameras','CamerasCameraImagingModelFocalLengthX'] },
- 'cameraimagingmodelfocallengthy' => { 443 => [\'Cameras','CamerasCameraImagingModelFocalLengthY'] },
- 'cameraimagingmodelimageheight' => { 443 => [\'Cameras','CamerasCameraImagingModelImageHeight'] },
- 'cameraimagingmodelimagewidth' => { 443 => [\'Cameras','CamerasCameraImagingModelImageWidth'] },
- 'cameraimagingmodelpixelaspectratio' => { 443 => [\'Cameras','CamerasCameraImagingModelPixelAspectRatio'] },
- 'cameraimagingmodelprincipalpointx' => { 443 => [\'Cameras','CamerasCameraImagingModelPrincipalPointX'] },
- 'cameraimagingmodelprincipalpointy' => { 443 => [\'Cameras','CamerasCameraImagingModelPrincipalPointY'] },
- 'cameraimagingmodelskew' => { 443 => [\'Cameras','CamerasCameraImagingModelSkew'] },
+ 'cameradepthmap' => { 444 => [\'Cameras','CamerasCameraDepthMap'] },
+ 'cameradepthmapconfidenceuri' => { 444 => [\'Cameras','CamerasCameraDepthMapConfidenceURI'] },
+ 'cameradepthmapdepthuri' => { 444 => [\'Cameras','CamerasCameraDepthMapDepthURI'] },
+ 'cameradepthmapfar' => { 444 => [\'Cameras','CamerasCameraDepthMapFar'] },
+ 'cameradepthmapfocaltable' => { 444 => [\'Cameras','CamerasCameraDepthMapFocalTable'] },
+ 'cameradepthmapfocaltableentrycount' => { 444 => [\'Cameras','CamerasCameraDepthMapFocalTableEntryCount'] },
+ 'cameradepthmapformat' => { 444 => [\'Cameras','CamerasCameraDepthMapFormat'] },
+ 'cameradepthmapitemsemantic' => { 444 => [\'Cameras','CamerasCameraDepthMapItemSemantic'] },
+ 'cameradepthmapmeasuretype' => { 444 => [\'Cameras','CamerasCameraDepthMapMeasureType'] },
+ 'cameradepthmapnear' => { 444 => [\'Cameras','CamerasCameraDepthMapNear'] },
+ 'cameradepthmapsoftware' => { 444 => [\'Cameras','CamerasCameraDepthMapSoftware'] },
+ 'cameradepthmapunits' => { 444 => [\'Cameras','CamerasCameraDepthMapUnits'] },
+ 'cameradirection' => { 361 => 'direction.facing' },
+ 'camerae-mountversion' => { 440 => 0xb },
+ 'cameraelevationangle' => { 117 => 0x9405, 471 => 'CameraElevationAngle' },
+ 'camerafilename' => { 454 => 'CameraFilename' },
+ 'cameraid' => { 289 => 0x209, 367 => 'cmid', 383 => 0x209 },
+ 'cameraidentifier' => { 361 => 'camera.identifier' },
+ 'cameraimage' => { 444 => [\'Cameras','CamerasCameraImage'] },
+ 'cameraimageitemsemantic' => { 444 => [\'Cameras','CamerasCameraImageItemSemantic'] },
+ 'cameraimageitemuri' => { 444 => [\'Cameras','CamerasCameraImageItemURI'] },
+ 'cameraimagingmodel' => { 444 => [\'Cameras','CamerasCameraImagingModel'] },
+ 'cameraimagingmodeldistortion' => { 444 => [\'Cameras','CamerasCameraImagingModelDistortion'] },
+ 'cameraimagingmodeldistortioncount' => { 444 => [\'Cameras','CamerasCameraImagingModelDistortionCount'] },
+ 'cameraimagingmodelfocallengthx' => { 444 => [\'Cameras','CamerasCameraImagingModelFocalLengthX'] },
+ 'cameraimagingmodelfocallengthy' => { 444 => [\'Cameras','CamerasCameraImagingModelFocalLengthY'] },
+ 'cameraimagingmodelimageheight' => { 444 => [\'Cameras','CamerasCameraImagingModelImageHeight'] },
+ 'cameraimagingmodelimagewidth' => { 444 => [\'Cameras','CamerasCameraImagingModelImageWidth'] },
+ 'cameraimagingmodelpixelaspectratio' => { 444 => [\'Cameras','CamerasCameraImagingModelPixelAspectRatio'] },
+ 'cameraimagingmodelprincipalpointx' => { 444 => [\'Cameras','CamerasCameraImagingModelPrincipalPointX'] },
+ 'cameraimagingmodelprincipalpointy' => { 444 => [\'Cameras','CamerasCameraImagingModelPrincipalPointY'] },
+ 'cameraimagingmodelskew' => { 444 => [\'Cameras','CamerasCameraImagingModelSkew'] },
'cameraiso' => { 34 => 0x10 },
- 'cameralabel' => { 116 => 0xc7a1, 489 => 'cameraLabel' },
- 'cameralightestimate' => { 443 => [\'Cameras','CamerasCameraLightEstimate'] },
- 'cameralightestimatecolorcorrectionb' => { 443 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionB'] },
- 'cameralightestimatecolorcorrectiong' => { 443 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionG'] },
- 'cameralightestimatecolorcorrectionr' => { 443 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionR'] },
- 'cameralightestimatepixelintensity' => { 443 => [\'Cameras','CamerasCameraLightEstimatePixelIntensity'] },
- 'cameramakemodel' => { 453 => 'CameraMakeModel' },
- 'cameramodel' => { 350 => 0x410, 489 => 'cameraModel' },
- 'cameramodelid' => { 172 => 'CameraModelID' },
- 'cameramodelrestriction' => { 463 => 'CameraModelRestriction', 465 => 'CameraModelRestriction' },
- 'cameramotion' => { 360 => 'direction.motion' },
- 'cameramove' => { 489 => '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, 24 => 0x7d, 25 => 0x83, 26 => 0x84, 28 => 0x35, 29 => 0x96, 306 => 0x8f, 345 => 0x1, 350 => 0x100, 399 => [0x16,0x18], 427 => 0x28, 428 => 0x24, 429 => 0x29 },
- 'cameraowner' => { 137 => 0xc353 },
- 'cameraparameters' => { 288 => 0x2050 },
+ 'cameralabel' => { 117 => 0xc7a1, 490 => 'cameraLabel' },
+ 'cameralightestimate' => { 444 => [\'Cameras','CamerasCameraLightEstimate'] },
+ 'cameralightestimatecolorcorrectionb' => { 444 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionB'] },
+ 'cameralightestimatecolorcorrectiong' => { 444 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionG'] },
+ 'cameralightestimatecolorcorrectionr' => { 444 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionR'] },
+ 'cameralightestimatepixelintensity' => { 444 => [\'Cameras','CamerasCameraLightEstimatePixelIntensity'] },
+ 'cameramakemodel' => { 454 => 'CameraMakeModel' },
+ 'cameramodel' => { 351 => 0x410, 490 => 'cameraModel' },
+ 'cameramodelid' => { 173 => 'CameraModelID' },
+ 'cameramodelrestriction' => { 464 => 'CameraModelRestriction', 466 => 'CameraModelRestriction' },
+ 'cameramotion' => { 361 => 'direction.motion' },
+ 'cameramove' => { 490 => '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, 24 => 0x7d, 25 => 0x83, 26 => 0x84, 28 => 0x35, 29 => 0x96, 307 => 0x8f, 346 => 0x1, 351 => 0x100, 400 => [0x16,0x18], 428 => 0x28, 429 => 0x24, 430 => 0x29 },
+ 'cameraowner' => { 138 => 0xc353 },
+ 'cameraparameters' => { 289 => 0x2050 },
'camerapicturestyle' => { 28 => 0xaf },
- 'camerapitch' => { 112 => 0x9, 366 => "\xa9gpt" },
- 'camerapointcloud' => { 443 => [\'Cameras','CamerasCameraPointCloud'] },
- 'camerapointcloudmetric' => { 443 => [\'Cameras','CamerasCameraPointCloudMetric'] },
- 'camerapointcloudpointcloud' => { 443 => [\'Cameras','CamerasCameraPointCloudPointCloud'] },
- 'camerapointcloudpoints' => { 443 => [\'Cameras','CamerasCameraPointCloudPoints'] },
- 'camerapose' => { 443 => [\'Cameras','CamerasCameraPose'] },
- 'cameraposepositionx' => { 443 => [\'Cameras','CamerasCameraPosePositionX'] },
- 'cameraposepositiony' => { 443 => [\'Cameras','CamerasCameraPosePositionY'] },
- 'cameraposepositionz' => { 443 => [\'Cameras','CamerasCameraPosePositionZ'] },
- 'cameraposerotationw' => { 443 => [\'Cameras','CamerasCameraPoseRotationW'] },
- 'cameraposerotationx' => { 443 => [\'Cameras','CamerasCameraPoseRotationX'] },
- 'cameraposerotationy' => { 443 => [\'Cameras','CamerasCameraPoseRotationY'] },
- 'cameraposerotationz' => { 443 => [\'Cameras','CamerasCameraPoseRotationZ'] },
- 'cameraposetimestamp' => { 443 => [\'Cameras','CamerasCameraPoseTimestamp'] },
- 'cameraprofile' => { 463 => 'CameraProfile', 465 => 'CameraProfile' },
- 'cameraprofiledigest' => { 463 => 'CameraProfileDigest', 465 => 'CameraProfileDigest' },
- 'camerarawcolortone' => { 106 => 0xe1 },
- 'camerarawcontrast' => { 106 => 0xe3 },
- 'camerarawhighlightpoint' => { 106 => 0xe6 },
- 'camerarawlinear' => { 106 => 0xe4 },
- 'camerarawoutputhighlightpoint' => { 106 => 0xe8 },
- 'camerarawoutputshadowpoint' => { 106 => 0xe9 },
- 'camerarawsaturation' => { 106 => 0xe2 },
- 'camerarawshadowpoint' => { 106 => 0xe7 },
- 'camerarawsharpness' => { 106 => 0xe5 },
- 'cameraroll' => { 112 => 0xb, 366 => "\xa9grl" },
- 'cameras' => { 443 => 'Cameras' },
- 'cameraserialnumber' => { 116 => 0xc62f, 174 => 'CameraSerialNumber', 453 => 'CameraSerialNumber' },
- 'camerasettingsversion' => { 283 => 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], 74 => 0xc, 134 => 0x406, 287 => 0x1306, 301 => 0x320, 308 => 0x3402, 341 => 0x47, 380 => 0x43, 431 => 0x5 },
- 'cameratemperature4' => { 346 => 0x14 },
- 'cameratemperature5' => { 346 => 0x16 },
- 'cameratemperaturerangemax' => { 118 => 0x5 },
- 'cameratemperaturerangemin' => { 118 => 0x6 },
- 'cameratrait' => { 443 => [\'Cameras','CamerasCameraTrait'] },
- 'cameratype' => { 74 => 0x1a, 288 => 0x207 },
- 'cameratype2' => { 284 => 0x100 },
- 'cameravendorinfo' => { 443 => [\'Cameras','CamerasCameraVendorInfo'] },
- 'cameravendorinfomanufacturer' => { 443 => [\'Cameras','CamerasCameraVendorInfoManufacturer'] },
- 'cameravendorinfomodel' => { 443 => [\'Cameras','CamerasCameraVendorInfoModel'] },
- 'cameravendorinfonotes' => { 443 => [\'Cameras','CamerasCameraVendorInfoNotes'] },
- 'camerayaw' => { 112 => 0xa, 366 => "\xa9gyw" },
- 'camreverse' => { 113 => 'CamReverse' },
- 'canondr4' => { 117 => 'CanonDR4' },
+ 'camerapitch' => { 113 => 0x9, 367 => "\xa9gpt" },
+ 'camerapointcloud' => { 444 => [\'Cameras','CamerasCameraPointCloud'] },
+ 'camerapointcloudmetric' => { 444 => [\'Cameras','CamerasCameraPointCloudMetric'] },
+ 'camerapointcloudpointcloud' => { 444 => [\'Cameras','CamerasCameraPointCloudPointCloud'] },
+ 'camerapointcloudpoints' => { 444 => [\'Cameras','CamerasCameraPointCloudPoints'] },
+ 'camerapose' => { 444 => [\'Cameras','CamerasCameraPose'] },
+ 'cameraposepositionx' => { 444 => [\'Cameras','CamerasCameraPosePositionX'] },
+ 'cameraposepositiony' => { 444 => [\'Cameras','CamerasCameraPosePositionY'] },
+ 'cameraposepositionz' => { 444 => [\'Cameras','CamerasCameraPosePositionZ'] },
+ 'cameraposerotationw' => { 444 => [\'Cameras','CamerasCameraPoseRotationW'] },
+ 'cameraposerotationx' => { 444 => [\'Cameras','CamerasCameraPoseRotationX'] },
+ 'cameraposerotationy' => { 444 => [\'Cameras','CamerasCameraPoseRotationY'] },
+ 'cameraposerotationz' => { 444 => [\'Cameras','CamerasCameraPoseRotationZ'] },
+ 'cameraposetimestamp' => { 444 => [\'Cameras','CamerasCameraPoseTimestamp'] },
+ 'cameraprofile' => { 464 => 'CameraProfile', 466 => 'CameraProfile' },
+ 'cameraprofiledigest' => { 464 => 'CameraProfileDigest', 466 => '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, 367 => "\xa9grl" },
+ 'cameras' => { 444 => 'Cameras' },
+ 'cameraserialnumber' => { 117 => 0xc62f, 175 => 'CameraSerialNumber', 454 => 'CameraSerialNumber' },
+ 'camerasettingsversion' => { 284 => 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, 135 => 0x406, 288 => 0x1306, 302 => 0x320, 309 => 0x3402, 342 => 0x47, 381 => 0x43, 432 => 0x5 },
+ 'cameratemperature4' => { 347 => 0x14 },
+ 'cameratemperature5' => { 347 => 0x16 },
+ 'cameratemperaturerangemax' => { 119 => 0x5 },
+ 'cameratemperaturerangemin' => { 119 => 0x6 },
+ 'cameratrait' => { 444 => [\'Cameras','CamerasCameraTrait'] },
+ 'cameratype' => { 75 => 0x1a, 289 => 0x207 },
+ 'cameratype2' => { 285 => 0x100 },
+ 'cameravendorinfo' => { 444 => [\'Cameras','CamerasCameraVendorInfo'] },
+ 'cameravendorinfomanufacturer' => { 444 => [\'Cameras','CamerasCameraVendorInfoManufacturer'] },
+ 'cameravendorinfomodel' => { 444 => [\'Cameras','CamerasCameraVendorInfoModel'] },
+ 'cameravendorinfonotes' => { 444 => [\'Cameras','CamerasCameraVendorInfoNotes'] },
+ 'camerayaw' => { 113 => 0xa, 367 => "\xa9gyw" },
+ 'camreverse' => { 114 => 'CamReverse' },
+ 'canondr4' => { 118 => 'CanonDR4' },
'canonexposuremode' => { 34 => 0x14 },
- 'canonfiledescription' => { 94 => 0x805 },
- 'canonfilelength' => { 61 => 0xe },
- 'canonfirmwareversion' => { 61 => 0x7, 94 => 0x80b },
- 'canonflashinfo' => { 94 => 0x1028 },
+ 'canonfiledescription' => { 95 => 0x805 },
+ 'canonfilelength' => { 62 => 0xe },
+ 'canonfirmwareversion' => { 62 => 0x7, 95 => 0x80b },
+ 'canonflashinfo' => { 95 => 0x1028 },
'canonflashmode' => { 34 => 0x4 },
'canonimagesize' => { 10 => 0x39, 34 => 0xa },
- 'canonimagetype' => { 61 => 0x6, 94 => 0x815 },
- 'canonmodelid' => { 61 => 0x10, 94 => 0x1834 },
- 'canonvrd' => { 117 => 'CanonVRD' },
- 'caption' => { 458 => 'caption' },
- 'caption-abstract' => { 128 => 0x78 },
- 'captionsauthornames' => { 468 => 'CaptionsAuthorNames' },
- 'captionsdatetimestamps' => { 468 => 'CaptionsDateTimeStamps' },
- 'captionwriter' => { 477 => 'CaptionWriter' },
- 'captureframerate' => { 110 => 0x4001 },
- 'captureheightnormal' => { 134 => 0x1839 },
- 'capturelook' => { 134 => 0xc48 },
- 'capturemode' => { 360 => 'com.apple.photos.captureMode' },
- 'capturesoftware' => { 451 => 'CaptureSoftware' },
- 'capturewidthnormal' => { 134 => 0x1838 },
- 'capturewidthtest' => { 134 => 0x1842 },
- 'cardshutterlock' => { 179 => 0x49 },
- 'casioimagesize' => { 110 => 0x9 },
- 'catalogsets' => { 128 => 0xff, 444 => 'CatalogSets', 456 => 'CatalogSets' },
- 'categories' => { 61 => 0x23, 458 => 'categories' },
- 'category' => { 128 => 0xf, 282 => 0x30, 358 => 'catg', 477 => 'Category' },
- 'cbcrgain' => { 380 => 0xa036 },
- 'cbcrgaindefault' => { 380 => 0xa035 },
- 'cbcrmatrix' => { 380 => 0xa034 },
- 'cbcrmatrixdefault' => { 380 => 0xa033 },
- 'ccdboardversion' => { 301 => 0x331 },
- 'ccdscanmode' => { 288 => 0x1039 },
- 'ccdsensitivity' => { 249 => 0x6 },
- 'ccdversion' => { 301 => 0x330 },
- 'cellglobalid' => { 462 => 'cgi' },
- 'celllength' => { 116 => 0x109 },
- 'cellr' => { 462 => 'r' },
- 'celltowerid' => { 462 => 'cellid' },
- 'cellwidth' => { 116 => 0x108 },
- 'centerafarea' => { 277 => '15.1' },
- 'centerfocuspoint' => { 281 => '2.2' },
- 'centerpixel' => { 134 => 0x40c },
- 'centerweightedareasize' => { 266 => '7.1', 267 => '8.1', 269 => '8.1', 270 => '8.1', 274 => '7.1', 275 => '5.1', 276 => '7.1', 277 => '6.3', 279 => '8.1', 280 => '8.1', 281 => '8.1' },
- 'certificate' => { 493 => 'Certificate' },
- 'cfainterpolationalgorithm' => { 134 => 0xe60 },
- 'cfainterpolationmetric' => { 134 => 0xe61 },
- 'cfaoffsetcols' => { 134 => 0xc71 },
- 'cfaoffsetrows' => { 134 => 0xc6f },
- 'cfapattern' => { 116 => 0xa302, 311 => 0x9, 469 => 'CFAPattern' },
- 'cfapattern2' => { 116 => 0x828e },
- 'cfapatterncolumns' => { 469 => [\'CFAPattern','CFAPatternColumns'] },
- 'cfapatternrows' => { 469 => [\'CFAPattern','CFAPatternRows'] },
- 'cfapatternvalues' => { 469 => [\'CFAPattern','CFAPatternValues'] },
- 'cfarepeatpatterndim' => { 116 => 0x828d },
- 'cfazipperfixthreshold' => { 134 => 0xe62 },
- 'channel' => { 479 => 'channel' },
- 'channela-lang' => { 479 => [\'channel','channelA-lang'] },
- 'channelchannel' => { 479 => [\'channel','channelChannel'] },
- 'channels' => { 151 => 'Channels' },
- 'channelsubchannel1' => { 479 => [\'channel','channelSubchannel1'] },
- 'channelsubchannel2' => { 479 => [\'channel','channelSubchannel2'] },
- 'channelsubchannel3' => { 479 => [\'channel','channelSubchannel3'] },
- 'channelsubchannel4' => { 479 => [\'channel','channelSubchannel4'] },
- 'chapterlist' => { 366 => 'chpl' },
- 'checkmark' => { 100 => 0x10101, 105 => 0x26a },
- 'checkmark2' => { 106 => 0x8e },
- 'childfontfiles' => { 494 => [\'Fonts','FontsChildFontFiles'] },
- 'chmodeshootingspeed' => { 266 => '10.3', 267 => '11.2' },
- 'chromablurradius' => { 116 => 0xc631 },
- 'chromanoisecolorspace' => { 134 => 0xe6d },
- 'chromanoiseedgemapthresh' => { 134 => 0xe6c },
- 'chromanoisehighfthresh' => { 134 => 0xe6a },
- 'chromanoiselowfthresh' => { 134 => 0xe6b },
- 'chromaticaberration' => { 100 => 0x20703, 106 => 0x66, 380 => 0xa051 },
- 'chromaticaberrationb' => { 463 => 'ChromaticAberrationB', 465 => 'ChromaticAberrationB' },
- 'chromaticaberrationblue' => { 100 => 0x20708, 106 => 0x6b },
- 'chromaticaberrationcorr' => { 76 => [0x4,0x5] },
- 'chromaticaberrationcorrection' => { 116 => 0x7034, 331 => 0x1, 440 => 0x900d },
- 'chromaticaberrationcorrparams' => { 116 => 0x7035, 435 => 0x66a, 436 => [0x37c,0x384,0x39c,0x3b0,0x3b8] },
- 'chromaticaberrationon' => { 100 => '0x20703.0', 106 => 0x62 },
- 'chromaticaberrationr' => { 463 => 'ChromaticAberrationR', 465 => 'ChromaticAberrationR' },
- 'chromaticaberrationred' => { 100 => 0x20707, 106 => 0x6a },
- 'chromaticaberrationsetting' => { 77 => 0x6 },
- 'chrominancenoisereduction' => { 100 => 0x20601, 106 => 0x5e, 383 => 0x1a },
- 'chrominancenr_tiff_jpeg' => { 106 => 0x60 },
- 'circadatecreated' => { 475 => 'CircaDateCreated' },
- 'circgradbasedcorractive' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] },
- 'circgradbasedcorramount' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] },
- 'circgradbasedcorrbrightness' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] },
- 'circgradbasedcorrclarity' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] },
- 'circgradbasedcorrclarity2012' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] },
- 'circgradbasedcorrcontrast' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] },
- 'circgradbasedcorrcontrast2012' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] },
- 'circgradbasedcorrdefringe' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] },
- 'circgradbasedcorrexposure' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] },
- 'circgradbasedcorrexposure2012' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] },
- 'circgradbasedcorrhighlights2012' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] },
- 'circgradbasedcorrhue' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] },
- 'circgradbasedcorrluminancenoise' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] },
- 'circgradbasedcorrmaskalpha' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] },
- 'circgradbasedcorrmaskangle' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] },
- 'circgradbasedcorrmaskbottom' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] },
- 'circgradbasedcorrmaskcentervalue' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] },
- 'circgradbasedcorrmaskcenterweight' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'circgradbasedcorrmaskdabs' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] },
- 'circgradbasedcorrmaskfeather' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] },
- 'circgradbasedcorrmaskflipped' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] },
- 'circgradbasedcorrmaskflow' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] },
- 'circgradbasedcorrmaskfullx' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] },
- 'circgradbasedcorrmaskfully' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] },
- 'circgradbasedcorrmaskleft' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] },
- 'circgradbasedcorrmaskmidpoint' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] },
- 'circgradbasedcorrmaskperimetervalue' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'circgradbasedcorrmaskradius' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] },
- 'circgradbasedcorrmaskright' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] },
- 'circgradbasedcorrmaskroundness' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] },
- 'circgradbasedcorrmasks' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] },
- 'circgradbasedcorrmasksizex' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] },
- 'circgradbasedcorrmasksizey' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] },
- 'circgradbasedcorrmasktop' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] },
- 'circgradbasedcorrmaskvalue' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] },
- 'circgradbasedcorrmaskversion' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] },
- 'circgradbasedcorrmaskwhat' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] },
- 'circgradbasedcorrmaskx' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] },
- 'circgradbasedcorrmasky' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] },
- 'circgradbasedcorrmaskzerox' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] },
- 'circgradbasedcorrmaskzeroy' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] },
- 'circgradbasedcorrmoire' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] },
- 'circgradbasedcorrsaturation' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation','CircularGradientBasedCorrectionsLocalToningSaturation'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation','CircularGradientBasedCorrectionsLocalToningSaturation'] },
- 'circgradbasedcorrshadows2012' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] },
- 'circgradbasedcorrsharpness' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] },
- 'circgradbasedcorrtemperature' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] },
- 'circgradbasedcorrtint' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] },
- 'circgradbasedcorrwhat' => { 463 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'], 465 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] },
- 'circulargradientbasedcorrections' => { 463 => 'CircularGradientBasedCorrections', 465 => 'CircularGradientBasedCorrections' },
- 'city' => { 128 => 0x5a, 157 => 'City', 306 => 0x6d, 477 => 'City' },
- 'city2' => { 306 => 0x80 },
- 'clarity' => { 222 => 0x35, 223 => 0x3d, 463 => 'Clarity', 465 => 'Clarity' },
- 'clarity2012' => { 463 => 'Clarity2012', 465 => 'Clarity2012' },
- 'claritycontrol' => { 341 => 0x96 },
- 'classifystate' => { 128 => 0xe1 },
- 'clearretouch' => { 306 => 0x7c },
- 'clearretouchvalue' => { 306 => 0xa3 },
- 'client' => { 489 => 'client' },
- 'clientname' => { 471 => 'ClientName' },
- 'clipboardaspectratio' => { 463 => 'ClipboardAspectRatio', 465 => 'ClipboardAspectRatio' },
- 'clipboardorientation' => { 463 => 'ClipboardOrientation', 465 => 'ClipboardOrientation' },
- 'clipfilename' => { 366 => 'clfn' },
- 'clipid' => { 366 => 'clid' },
- 'clmodeshootingspeed' => { 266 => '10.2', 267 => '11.3', 269 => '11.2', 270 => '11.2', 275 => '11.2', 276 => '10.2', 279 => '11.2', 280 => '11.2', 281 => '11.1' },
- 'cluster' => { 463 => 'Cluster', 465 => 'Cluster' },
- 'cmcontrast' => { 291 => 0x2022 },
- 'cmexposurecompensation' => { 291 => 0x2000 },
- 'cmhue' => { 291 => 0x2021 },
- 'cmsaturation' => { 291 => 0x2020 },
- 'cmsharpness' => { 291 => 0x2023 },
- 'cmwhitebalance' => { 291 => 0x2001 },
- 'cmwhitebalancecomp' => { 291 => 0x2002 },
- 'cmwhitebalancegraypoint' => { 291 => 0x2010 },
- 'codec' => { 165 => 'Codec' },
- 'codedcharacterset' => { 129 => 0x5a },
- 'codeversion' => { 366 => 'cver' },
- 'collection' => { 296 => 'Collection' },
- 'collectionname' => { 166 => [\'Collections','CollectionsCollectionName'], 366 => 'coll' },
- 'collections' => { 166 => 'Collections', 458 => 'collections' },
- 'collectionuri' => { 166 => [\'Collections','CollectionsCollectionURI'] },
- 'color' => { 360 => 'player.movie.visual.color', 478 => 'color' },
- 'coloraberrationcontrol' => { 259 => 0xc89224b },
- 'coloradjustment' => { 383 => 0x14 },
- 'coloradjustmentmode' => { 382 => 0x210 },
- 'coloranta' => { 494 => [\'Colorants','ColorantsA'] },
- 'colorantb' => { 494 => [\'Colorants','ColorantsB'] },
- 'colorantblack' => { 494 => [\'Colorants','ColorantsBlack'] },
- 'colorantblue' => { 494 => [\'Colorants','ColorantsBlue'] },
- 'colorantcyan' => { 494 => [\'Colorants','ColorantsCyan'] },
- 'colorantgray' => { 494 => [\'Colorants','ColorantsGray'] },
- 'colorantgreen' => { 494 => [\'Colorants','ColorantsGreen'] },
- 'colorantl' => { 494 => [\'Colorants','ColorantsL'] },
- 'colorantmagenta' => { 494 => [\'Colorants','ColorantsMagenta'] },
- 'colorantmode' => { 494 => [\'Colorants','ColorantsMode'] },
- 'colorantred' => { 494 => [\'Colorants','ColorantsRed'] },
- 'colorants' => { 494 => 'Colorants' },
- 'colorantswatchname' => { 494 => [\'Colorants','ColorantsSwatchName'] },
- 'coloranttint' => { 494 => [\'Colorants','ColorantsTint'] },
- 'coloranttype' => { 494 => [\'Colorants','ColorantsType'] },
- 'colorantyellow' => { 494 => [\'Colorants','ColorantsYellow'] },
- 'colorbalance' => { 152 => 'ColorBalance' },
- 'colorbalanceadj' => { 259 => 0x76a43202 },
- 'colorbalanceblue' => { 176 => 0x1e },
- 'colorbalancegreen' => { 176 => 0x1d },
- 'colorbalancered' => { 176 => 0x1c },
- 'colorbalanceversion' => { 197 => 0x4, 198 => 0x4, 199 => 0x0 },
- 'colorblur' => { 106 => 0x65 },
- 'colorbluron' => { 100 => 0x20704 },
- 'colorbooster' => { 259 => 0x5f0e7d23 },
- 'colorboostlevel' => { 253 => 0x1 },
- 'colorboosttype' => { 253 => 0x0 },
- 'colorchromeeffect' => { 124 => 0x1048 },
- 'colorchromefxblue' => { 124 => 0x104e },
- 'colorclass' => { 352 => 0xde, 353 => 'ColorClass' },
- 'colorcompensationfilter' => { 179 => [0x3a,0x5f], 181 => 0x111, 406 => 0xb022 },
- 'colorcompensationfiltercustom' => { 393 => 0xd, 394 => 0xc },
- 'colorcompensationfilterset' => { 393 => 0x8, 394 => 0x7, 395 => 0x18, 411 => 0xf },
- 'colorcontrol' => { 288 => 0x102b },
- 'colorcorrection' => { 440 => 0x8015 },
- 'colorcreatoreffect' => { 283 => 0x532 },
- 'colordataversion' => { 42 => 0x0, 43 => 0x0, 44 => 0x0, 45 => 0x0, 46 => 0x0, 47 => 0x0, 48 => 0x0 },
- 'coloreffect' => { 306 => 0x28 },
- 'colorfilter' => { 109 => 0x17, 110 => 0x3017, 176 => 0x29, 184 => [0x38,0x4d,0x4f], 348 => 0x17 },
- 'colorgain' => { 227 => 0x51 },
- 'colorhue' => { 100 => 0x20900, 219 => 0x8d },
- 'colorimetricreference' => { 116 => 0xc6bf },
- 'colorlabel' => { 468 => 'ColorLabel' },
- 'colormatrix' => { 287 => 0x200, 288 => 0x1011, 380 => 0xa030 },
- 'colormatrix1' => { 116 => 0xc621, 350 => 0x106 },
- 'colormatrix2' => { 116 => 0xc622, 291 => 0x200, 350 => 0x226 },
- 'colormatrixa' => { 341 => 0x203 },
- 'colormatrixadobergb' => { 380 => 0xa032 },
- 'colormatrixb' => { 341 => 0x204 },
- 'colormatrixnumber' => { 288 => 0x1019 },
- 'colormatrixsrgb' => { 380 => 0xa031 },
- 'colormode' => { 110 => 0x3015, 124 => 0x1210, 136 => 0x66, 176 => 0x28, 179 => 0x16, 181 => 0x101, 182 => 0x36, 184 => 0x7, 219 => 0x3, 249 => 0x4, 306 => 0x32, 383 => 0x2c, 406 => 0xb029, 477 => 'ColorMode' },
- 'colormoirereduction' => { 100 => 0x20670, 260 => 0x15 },
- 'colormoirereductionmode' => { 260 => 0x5 },
- 'colormoirereductionon' => { 100 => '0x20670.0' },
- 'colornoisereduction' => { 440 => 0x8029, 463 => 'ColorNoiseReduction', 465 => 'ColorNoiseReduction' },
- 'colornoisereductiondetail' => { 463 => 'ColorNoiseReductionDetail', 465 => 'ColorNoiseReductionDetail' },
- 'colornoisereductionintensity' => { 260 => 0x18 },
- 'colornoisereductionsharpness' => { 260 => 0x1c },
- 'colornoisereductionsmoothness' => { 463 => 'ColorNoiseReductionSmoothness', 465 => 'ColorNoiseReductionSmoothness' },
- 'colorplanes' => { 120 => 0x2 },
- 'colorprofile' => { 176 => 0x33 },
- 'colorprofilesettings' => { 283 => 0x539 },
- 'colorrepresentation' => { 130 => 0x3c },
- 'colorsaturationadj' => { 100 => 0x20305 },
- 'colorsequence' => { 130 => 0x41 },
- 'colorspace' => { 49 => 0x3, 61 => 0xb4, 94 => 0x10b4, 116 => 0xa001, 158 => 'ColorSpace', 177 => 0x2f, 178 => 0x25, 179 => 0x17, 219 => 0x1e, 283 => 0x507, 341 => 0x37, 380 => 0xa011, 383 => 0xb, 393 => 0x1b, 394 => 0x83, 395 => 0xe, 411 => 0x6, 469 => 'ColorSpace' },
- 'colortempasshot' => { 38 => 0x4, 39 => 0x7, 40 => 0x1d, 41 => 0x26, 42 => 0x43, 45 => 0x43, 46 => 0x43, 47 => 0x43, 48 => 0x4b },
- 'colortempauto' => { 38 => 0x9, 39 => 0xf, 40 => 0x22, 41 => 0x1c, 42 => 0x48, 45 => 0x48, 46 => 0x48, 47 => 0x48, 48 => 0x50 },
- 'colortempcloudy' => { 38 => 0x22, 39 => 0x37, 40 => 0x31, 41 => 0x35, 42 => 0x5c, 45 => 0x75, 46 => 0x8e, 47 => 0x93, 48 => 0x96, 341 => 0x55 },
- 'colortempcustom' => { 42 => 0x84 },
+ 'canonimagetype' => { 62 => 0x6, 95 => 0x815 },
+ 'canonmodelid' => { 62 => 0x10, 95 => 0x1834 },
+ 'canonvrd' => { 118 => 'CanonVRD' },
+ 'caption' => { 459 => 'caption' },
+ 'caption-abstract' => { 129 => 0x78 },
+ 'captionsauthornames' => { 469 => 'CaptionsAuthorNames' },
+ 'captionsdatetimestamps' => { 469 => 'CaptionsDateTimeStamps' },
+ 'captionwriter' => { 478 => 'CaptionWriter' },
+ 'captureframerate' => { 111 => 0x4001 },
+ 'captureheightnormal' => { 135 => 0x1839 },
+ 'capturelook' => { 135 => 0xc48 },
+ 'capturemode' => { 361 => 'com.apple.photos.captureMode' },
+ 'capturesoftware' => { 452 => 'CaptureSoftware' },
+ 'capturewidthnormal' => { 135 => 0x1838 },
+ 'capturewidthtest' => { 135 => 0x1842 },
+ 'cardshutterlock' => { 180 => 0x49 },
+ 'casioimagesize' => { 111 => 0x9 },
+ 'catalogsets' => { 129 => 0xff, 445 => 'CatalogSets', 457 => 'CatalogSets' },
+ 'categories' => { 62 => 0x23, 459 => 'categories' },
+ 'category' => { 129 => 0xf, 283 => 0x30, 359 => 'catg', 478 => 'Category' },
+ 'cbcrgain' => { 381 => 0xa036 },
+ 'cbcrgaindefault' => { 381 => 0xa035 },
+ 'cbcrmatrix' => { 381 => 0xa034 },
+ 'cbcrmatrixdefault' => { 381 => 0xa033 },
+ 'ccdboardversion' => { 302 => 0x331 },
+ 'ccdscanmode' => { 289 => 0x1039 },
+ 'ccdsensitivity' => { 250 => 0x6 },
+ 'ccdversion' => { 302 => 0x330 },
+ 'cellglobalid' => { 463 => 'cgi' },
+ 'celllength' => { 117 => 0x109 },
+ 'cellr' => { 463 => 'r' },
+ 'celltowerid' => { 463 => 'cellid' },
+ 'cellwidth' => { 117 => 0x108 },
+ 'centerafarea' => { 278 => '15.1' },
+ 'centerfocuspoint' => { 282 => '2.2' },
+ 'centerpixel' => { 135 => 0x40c },
+ 'centerweightedareasize' => { 267 => '7.1', 268 => '8.1', 270 => '8.1', 271 => '8.1', 275 => '7.1', 276 => '5.1', 277 => '7.1', 278 => '6.3', 280 => '8.1', 281 => '8.1', 282 => '8.1' },
+ 'certificate' => { 494 => 'Certificate' },
+ 'cfainterpolationalgorithm' => { 135 => 0xe60 },
+ 'cfainterpolationmetric' => { 135 => 0xe61 },
+ 'cfaoffsetcols' => { 135 => 0xc71 },
+ 'cfaoffsetrows' => { 135 => 0xc6f },
+ 'cfapattern' => { 117 => 0xa302, 312 => 0x9, 470 => 'CFAPattern' },
+ 'cfapattern2' => { 117 => 0x828e },
+ 'cfapatterncolumns' => { 470 => [\'CFAPattern','CFAPatternColumns'] },
+ 'cfapatternrows' => { 470 => [\'CFAPattern','CFAPatternRows'] },
+ 'cfapatternvalues' => { 470 => [\'CFAPattern','CFAPatternValues'] },
+ 'cfarepeatpatterndim' => { 117 => 0x828d },
+ 'cfazipperfixthreshold' => { 135 => 0xe62 },
+ 'channel' => { 480 => 'channel' },
+ 'channela-lang' => { 480 => [\'channel','channelA-lang'] },
+ 'channelchannel' => { 480 => [\'channel','channelChannel'] },
+ 'channels' => { 152 => 'Channels' },
+ 'channelsubchannel1' => { 480 => [\'channel','channelSubchannel1'] },
+ 'channelsubchannel2' => { 480 => [\'channel','channelSubchannel2'] },
+ 'channelsubchannel3' => { 480 => [\'channel','channelSubchannel3'] },
+ 'channelsubchannel4' => { 480 => [\'channel','channelSubchannel4'] },
+ 'chapterlist' => { 367 => 'chpl' },
+ 'checkmark' => { 101 => 0x10101, 106 => 0x26a },
+ 'checkmark2' => { 107 => 0x8e },
+ 'childfontfiles' => { 495 => [\'Fonts','FontsChildFontFiles'] },
+ 'chmodeshootingspeed' => { 267 => '10.3', 268 => '11.2' },
+ 'chromablurradius' => { 117 => 0xc631 },
+ 'chromanoisecolorspace' => { 135 => 0xe6d },
+ 'chromanoiseedgemapthresh' => { 135 => 0xe6c },
+ 'chromanoisehighfthresh' => { 135 => 0xe6a },
+ 'chromanoiselowfthresh' => { 135 => 0xe6b },
+ 'chromaticaberration' => { 101 => 0x20703, 107 => 0x66, 381 => 0xa051 },
+ 'chromaticaberrationb' => { 464 => 'ChromaticAberrationB', 466 => 'ChromaticAberrationB' },
+ 'chromaticaberrationblue' => { 101 => 0x20708, 107 => 0x6b },
+ 'chromaticaberrationcorr' => { 77 => [0x4,0x5] },
+ 'chromaticaberrationcorrection' => { 117 => 0x7034, 332 => 0x1, 441 => 0x900d },
+ 'chromaticaberrationcorrparams' => { 117 => 0x7035, 436 => 0x66a, 437 => [0x37c,0x384,0x39c,0x3b0,0x3b8] },
+ 'chromaticaberrationon' => { 101 => '0x20703.0', 107 => 0x62 },
+ 'chromaticaberrationr' => { 464 => 'ChromaticAberrationR', 466 => 'ChromaticAberrationR' },
+ 'chromaticaberrationred' => { 101 => 0x20707, 107 => 0x6a },
+ 'chromaticaberrationsetting' => { 78 => 0x6 },
+ 'chrominancenoisereduction' => { 101 => 0x20601, 107 => 0x5e, 384 => 0x1a },
+ 'chrominancenr_tiff_jpeg' => { 107 => 0x60 },
+ 'circadatecreated' => { 476 => 'CircaDateCreated' },
+ 'circgradbasedcorractive' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] },
+ 'circgradbasedcorramount' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] },
+ 'circgradbasedcorrbrightness' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] },
+ 'circgradbasedcorrclarity' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] },
+ 'circgradbasedcorrclarity2012' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] },
+ 'circgradbasedcorrcontrast' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] },
+ 'circgradbasedcorrcontrast2012' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] },
+ 'circgradbasedcorrdefringe' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] },
+ 'circgradbasedcorrexposure' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] },
+ 'circgradbasedcorrexposure2012' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] },
+ 'circgradbasedcorrhighlights2012' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] },
+ 'circgradbasedcorrhue' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] },
+ 'circgradbasedcorrluminancenoise' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] },
+ 'circgradbasedcorrmaskalpha' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] },
+ 'circgradbasedcorrmaskangle' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] },
+ 'circgradbasedcorrmaskbottom' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] },
+ 'circgradbasedcorrmaskcentervalue' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'circgradbasedcorrmaskcenterweight' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'circgradbasedcorrmaskdabs' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] },
+ 'circgradbasedcorrmaskfeather' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] },
+ 'circgradbasedcorrmaskflipped' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] },
+ 'circgradbasedcorrmaskflow' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] },
+ 'circgradbasedcorrmaskfullx' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] },
+ 'circgradbasedcorrmaskfully' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] },
+ 'circgradbasedcorrmaskleft' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] },
+ 'circgradbasedcorrmaskmidpoint' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'circgradbasedcorrmaskperimetervalue' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'circgradbasedcorrmaskradius' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] },
+ 'circgradbasedcorrmaskright' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] },
+ 'circgradbasedcorrmaskroundness' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] },
+ 'circgradbasedcorrmasks' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] },
+ 'circgradbasedcorrmasksizex' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] },
+ 'circgradbasedcorrmasksizey' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] },
+ 'circgradbasedcorrmasktop' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] },
+ 'circgradbasedcorrmaskvalue' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'circgradbasedcorrmaskversion' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] },
+ 'circgradbasedcorrmaskwhat' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] },
+ 'circgradbasedcorrmaskx' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] },
+ 'circgradbasedcorrmasky' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] },
+ 'circgradbasedcorrmaskzerox' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] },
+ 'circgradbasedcorrmaskzeroy' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] },
+ 'circgradbasedcorrmoire' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] },
+ 'circgradbasedcorrsaturation' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation','CircularGradientBasedCorrectionsLocalToningSaturation'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation','CircularGradientBasedCorrectionsLocalToningSaturation'] },
+ 'circgradbasedcorrshadows2012' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] },
+ 'circgradbasedcorrsharpness' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] },
+ 'circgradbasedcorrtemperature' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] },
+ 'circgradbasedcorrtint' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] },
+ 'circgradbasedcorrwhat' => { 464 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'], 466 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] },
+ 'circulargradientbasedcorrections' => { 464 => 'CircularGradientBasedCorrections', 466 => 'CircularGradientBasedCorrections' },
+ 'city' => { 129 => 0x5a, 158 => 'City', 307 => 0x6d, 478 => 'City' },
+ 'city2' => { 307 => 0x80 },
+ 'clarity' => { 223 => 0x35, 224 => 0x3d, 464 => 'Clarity', 466 => 'Clarity' },
+ 'clarity2012' => { 464 => 'Clarity2012', 466 => 'Clarity2012' },
+ 'claritycontrol' => { 342 => 0x96 },
+ 'classifystate' => { 129 => 0xe1 },
+ 'clearretouch' => { 307 => 0x7c },
+ 'clearretouchvalue' => { 307 => 0xa3 },
+ 'client' => { 490 => 'client' },
+ 'clientname' => { 472 => 'ClientName' },
+ 'clipboardaspectratio' => { 464 => 'ClipboardAspectRatio', 466 => 'ClipboardAspectRatio' },
+ 'clipboardorientation' => { 464 => 'ClipboardOrientation', 466 => 'ClipboardOrientation' },
+ 'clipfilename' => { 367 => 'clfn' },
+ 'clipid' => { 367 => 'clid' },
+ 'clmodeshootingspeed' => { 267 => '10.2', 268 => '11.3', 270 => '11.2', 271 => '11.2', 276 => '11.2', 277 => '10.2', 280 => '11.2', 281 => '11.2', 282 => '11.1' },
+ 'cluster' => { 464 => 'Cluster', 466 => 'Cluster' },
+ 'cmcontrast' => { 292 => 0x2022 },
+ 'cmexposurecompensation' => { 292 => 0x2000 },
+ 'cmhue' => { 292 => 0x2021 },
+ 'cmsaturation' => { 292 => 0x2020 },
+ 'cmsharpness' => { 292 => 0x2023 },
+ 'cmwhitebalance' => { 292 => 0x2001 },
+ 'cmwhitebalancecomp' => { 292 => 0x2002 },
+ 'cmwhitebalancegraypoint' => { 292 => 0x2010 },
+ 'codec' => { 166 => 'Codec' },
+ 'codedcharacterset' => { 130 => 0x5a },
+ 'codeversion' => { 367 => 'cver' },
+ 'collection' => { 297 => 'Collection' },
+ 'collectionname' => { 167 => [\'Collections','CollectionsCollectionName'], 367 => 'coll' },
+ 'collections' => { 167 => 'Collections', 459 => 'collections' },
+ 'collectionuri' => { 167 => [\'Collections','CollectionsCollectionURI'] },
+ 'color' => { 361 => 'player.movie.visual.color', 479 => 'color' },
+ 'coloraberrationcontrol' => { 260 => 0xc89224b },
+ 'coloradjustment' => { 384 => 0x14 },
+ 'coloradjustmentmode' => { 383 => 0x210 },
+ 'coloranta' => { 495 => [\'Colorants','ColorantsA'] },
+ 'colorantb' => { 495 => [\'Colorants','ColorantsB'] },
+ 'colorantblack' => { 495 => [\'Colorants','ColorantsBlack'] },
+ 'colorantblue' => { 495 => [\'Colorants','ColorantsBlue'] },
+ 'colorantcyan' => { 495 => [\'Colorants','ColorantsCyan'] },
+ 'colorantgray' => { 495 => [\'Colorants','ColorantsGray'] },
+ 'colorantgreen' => { 495 => [\'Colorants','ColorantsGreen'] },
+ 'colorantl' => { 495 => [\'Colorants','ColorantsL'] },
+ 'colorantmagenta' => { 495 => [\'Colorants','ColorantsMagenta'] },
+ 'colorantmode' => { 495 => [\'Colorants','ColorantsMode'] },
+ 'colorantred' => { 495 => [\'Colorants','ColorantsRed'] },
+ 'colorants' => { 495 => 'Colorants' },
+ 'colorantswatchname' => { 495 => [\'Colorants','ColorantsSwatchName'] },
+ 'coloranttint' => { 495 => [\'Colorants','ColorantsTint'] },
+ 'coloranttype' => { 495 => [\'Colorants','ColorantsType'] },
+ 'colorantyellow' => { 495 => [\'Colorants','ColorantsYellow'] },
+ 'colorbalance' => { 153 => 'ColorBalance' },
+ 'colorbalanceadj' => { 260 => 0x76a43202 },
+ 'colorbalanceblue' => { 177 => 0x1e },
+ 'colorbalancegreen' => { 177 => 0x1d },
+ 'colorbalancered' => { 177 => 0x1c },
+ 'colorbalanceversion' => { 198 => 0x4, 199 => 0x4, 200 => 0x0 },
+ 'colorblur' => { 107 => 0x65 },
+ 'colorbluron' => { 101 => 0x20704 },
+ 'colorbooster' => { 260 => 0x5f0e7d23 },
+ 'colorboostlevel' => { 254 => 0x1 },
+ 'colorboosttype' => { 254 => 0x0 },
+ 'colorchromeeffect' => { 125 => 0x1048 },
+ 'colorchromefxblue' => { 125 => 0x104e },
+ 'colorclass' => { 353 => 0xde, 354 => 'ColorClass' },
+ 'colorcompensationfilter' => { 180 => [0x3a,0x5f], 182 => 0x111, 407 => 0xb022 },
+ 'colorcompensationfiltercustom' => { 394 => 0xd, 395 => 0xc },
+ 'colorcompensationfilterset' => { 394 => 0x8, 395 => 0x7, 396 => 0x18, 412 => 0xf },
+ 'colorcontrol' => { 289 => 0x102b },
+ 'colorcorrection' => { 441 => 0x8015 },
+ 'colorcreatoreffect' => { 284 => 0x532 },
+ 'colordataversion' => { 41 => 0x0, 43 => 0x0, 44 => 0x0, 45 => 0x0, 46 => 0x0, 47 => 0x0, 48 => 0x0, 49 => 0x0 },
+ 'coloreffect' => { 307 => 0x28 },
+ 'colorfilter' => { 110 => 0x17, 111 => 0x3017, 177 => 0x29, 185 => [0x38,0x4d,0x4f], 349 => 0x17 },
+ 'colorgain' => { 228 => 0x51 },
+ 'colorgradeblending' => { 464 => 'ColorGradeBlending', 466 => 'ColorGradeBlending' },
+ 'colorgradeglobalhue' => { 464 => 'ColorGradeGlobalHue', 466 => 'ColorGradeGlobalHue' },
+ 'colorgradegloballum' => { 464 => 'ColorGradeGlobalLum', 466 => 'ColorGradeGlobalLum' },
+ 'colorgradeglobalsat' => { 464 => 'ColorGradeGlobalSat', 466 => 'ColorGradeGlobalSat' },
+ 'colorgradehighlightlum' => { 464 => 'ColorGradeHighlightLum', 466 => 'ColorGradeHighlightLum' },
+ 'colorgrademidtonehue' => { 464 => 'ColorGradeMidtoneHue', 466 => 'ColorGradeMidtoneHue' },
+ 'colorgrademidtonelum' => { 464 => 'ColorGradeMidtoneLum', 466 => 'ColorGradeMidtoneLum' },
+ 'colorgrademidtonesat' => { 464 => 'ColorGradeMidtoneSat', 466 => 'ColorGradeMidtoneSat' },
+ 'colorgradeshadowlum' => { 464 => 'ColorGradeShadowLum', 466 => 'ColorGradeShadowLum' },
+ 'colorhue' => { 101 => 0x20900, 220 => 0x8d },
+ 'colorimetricreference' => { 117 => 0xc6bf },
+ 'colorlabel' => { 469 => 'ColorLabel' },
+ 'colormatrix' => { 288 => 0x200, 289 => 0x1011, 381 => 0xa030 },
+ 'colormatrix1' => { 117 => 0xc621, 351 => 0x106 },
+ 'colormatrix2' => { 117 => 0xc622, 292 => 0x200, 351 => 0x226 },
+ 'colormatrixa' => { 342 => 0x203 },
+ 'colormatrixadobergb' => { 381 => 0xa032 },
+ 'colormatrixb' => { 342 => 0x204 },
+ 'colormatrixnumber' => { 289 => 0x1019 },
+ 'colormatrixsrgb' => { 381 => 0xa031 },
+ 'colormode' => { 111 => 0x3015, 125 => 0x1210, 137 => 0x66, 177 => 0x28, 180 => 0x16, 182 => 0x101, 183 => 0x36, 185 => 0x7, 220 => 0x3, 250 => 0x4, 307 => 0x32, 384 => 0x2c, 407 => 0xb029, 478 => 'ColorMode' },
+ 'colormoirereduction' => { 101 => 0x20670, 261 => 0x15 },
+ 'colormoirereductionmode' => { 261 => 0x5 },
+ 'colormoirereductionon' => { 101 => '0x20670.0' },
+ 'colornoisereduction' => { 441 => 0x8029, 464 => 'ColorNoiseReduction', 466 => 'ColorNoiseReduction' },
+ 'colornoisereductiondetail' => { 464 => 'ColorNoiseReductionDetail', 466 => 'ColorNoiseReductionDetail' },
+ 'colornoisereductionintensity' => { 261 => 0x18 },
+ 'colornoisereductionsharpness' => { 261 => 0x1c },
+ 'colornoisereductionsmoothness' => { 464 => 'ColorNoiseReductionSmoothness', 466 => 'ColorNoiseReductionSmoothness' },
+ 'colorplanes' => { 121 => 0x2 },
+ 'colorprofile' => { 177 => 0x33 },
+ 'colorprofilesettings' => { 284 => 0x539 },
+ 'colorrepresentation' => { 131 => 0x3c },
+ 'colorsaturationadj' => { 101 => 0x20305 },
+ 'colorsequence' => { 131 => 0x41 },
+ 'colorspace' => { 50 => 0x3, 62 => 0xb4, 95 => 0x10b4, 117 => 0xa001, 159 => 'ColorSpace', 178 => 0x2f, 179 => 0x25, 180 => 0x17, 220 => 0x1e, 284 => 0x507, 342 => 0x37, 381 => 0xa011, 384 => 0xb, 394 => 0x1b, 395 => 0x83, 396 => 0xe, 412 => 0x6, 470 => 'ColorSpace' },
+ '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, 342 => 0x55 },
+ 'colortempcustom' => { 43 => 0x84 },
'colortempcustom1' => { 40 => 0x45 },
'colortempcustom2' => { 40 => 0x4a },
- 'colortempdaylight' => { 38 => 0x18, 39 => 0x27, 40 => 0x27, 41 => 0x2b, 42 => 0x52, 45 => 0x6b, 46 => 0x84, 47 => 0x89, 48 => 0x8c, 341 => 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, 61 => 0xae, 71 => 0x9, 94 => 0x10ae, 124 => 0x1005, 134 => 0x846, 152 => 'ColorTemperature', 177 => [0x6e,0x49], 178 => 0x3f, 179 => [0x39,0x5e], 181 => 0x10b, 184 => [0x3c,0x4c,0x4e], 301 => 0x321, 341 => 0x50, 373 => 0x1308, 406 => 0xb021, 463 => 'Temperature', 465 => 'Temperature' },
- 'colortemperatureadj' => { 440 => 0x8013 },
- 'colortemperatureauto' => { 219 => 0x4f },
- 'colortemperaturebg' => { 288 => 0x1013 },
- 'colortemperaturecustom' => { 393 => 0xc, 394 => 0xb },
- 'colortemperaturerg' => { 288 => 0x1014 },
- 'colortemperatureset' => { 393 => 0x7, 394 => 0x6 },
- 'colortemperaturesetting' => { 179 => 0x25, 395 => 0x17, 411 => 0xe },
- 'colortempflash' => { 38 => 0x36, 39 => 0x57, 40 => 0x40, 41 => 0x49, 42 => 0x70, 45 => 0x89, 46 => 0xa2, 47 => 0xa7, 48 => 0xaa, 341 => 0x5a },
- 'colortempflashdata' => { 42 => 0x24a },
- 'colortempfluorescent' => { 38 => 0x2c, 39 => 0x47, 40 => 0x3b, 41 => 0x3f, 42 => 0x66, 45 => 0x7f, 46 => 0x98, 47 => 0x9d, 48 => 0xa0 },
- 'colortempfluorescentd' => { 341 => 0x57 },
- 'colortempfluorescentn' => { 341 => 0x58 },
- 'colortempfluorescentw' => { 341 => 0x59 },
- 'colortempkelvin' => { 38 => 0x31, 39 => 0x4f, 41 => 0x44, 42 => 0x6b, 45 => 0x84, 46 => 0x9d, 47 => 0xa2, 48 => 0xa5, 306 => 0x44, 373 => 0x1307 },
- 'colortempmeasured' => { 38 => 0xe, 39 => 0x17, 42 => 0x4d, 45 => 0x4d, 46 => 0x4d, 47 => 0x4d, 48 => 0x55 },
- 'colortemppc1' => { 41 => 0x94, 42 => 0x75 },
- 'colortemppc2' => { 41 => 0x99, 42 => 0x7a },
- 'colortemppc3' => { 41 => 0x9e, 42 => 0x7f },
- 'colortempshade' => { 38 => 0x1d, 39 => 0x2f, 40 => 0x2c, 41 => 0x30, 42 => 0x57, 45 => 0x70, 46 => 0x89, 47 => 0x8e, 48 => 0x91, 341 => 0x54 },
- 'colortemptungsten' => { 38 => 0x27, 39 => 0x3f, 40 => 0x36, 41 => 0x3a, 42 => 0x61, 45 => 0x7a, 46 => 0x93, 47 => 0x98, 48 => 0x9b, 341 => 0x56 },
- 'colortempunknown' => { 38 => 0x13, 39 => 0x1f, 41 => 0x21, 45 => 0x52, 46 => 0x52, 47 => 0x52, 48 => 0x5a },
- 'colortempunknown10' => { 38 => 0x63, 39 => 0x9f, 41 => 0x76, 45 => 0xa2, 46 => 0x7f, 47 => 0x7f, 48 => 0x87 },
- 'colortempunknown11' => { 38 => 0x68, 39 => 0xa7, 41 => 0x7b, 45 => 0xa7, 46 => 0xa7, 47 => 0x84, 48 => 0xaf },
- 'colortempunknown12' => { 38 => 0x6d, 39 => 0xaf, 41 => 0x80, 45 => 0xac, 46 => 0xac, 47 => 0xac, 48 => 0xb4 },
- 'colortempunknown13' => { 38 => 0x72, 39 => 0xb7, 41 => 0x85, 45 => 0xb1, 46 => 0xb1, 47 => 0xb1, 48 => 0xb9 },
- 'colortempunknown14' => { 41 => 0x8a, 45 => 0xb6, 46 => 0xb6, 47 => 0xb6, 48 => 0xbe },
- 'colortempunknown15' => { 41 => 0x8f, 45 => 0xbb, 46 => 0xbb, 47 => 0xbb, 48 => 0xc3 },
- 'colortempunknown16' => { 41 => 0xa3, 46 => 0xc0, 47 => 0xc0, 48 => 0xc8 },
- 'colortempunknown17' => { 46 => 0xc5, 47 => 0xc5, 48 => 0xcd },
- 'colortempunknown18' => { 46 => 0xca, 47 => 0xca, 48 => 0xd2 },
- 'colortempunknown19' => { 46 => 0xcf, 47 => 0xcf, 48 => 0xd7 },
- 'colortempunknown2' => { 38 => 0x3b, 39 => 0x5f, 41 => 0x4e, 45 => 0x57, 46 => 0x57, 47 => 0x57, 48 => 0x5f },
- 'colortempunknown20' => { 46 => 0xd4, 47 => 0xd4, 48 => 0xdc },
- 'colortempunknown21' => { 47 => 0xd9, 48 => 0xe1 },
- 'colortempunknown22' => { 47 => 0xde, 48 => 0xe6 },
- 'colortempunknown23' => { 47 => 0xe3, 48 => 0xeb },
- 'colortempunknown24' => { 47 => 0xe8, 48 => 0xf0 },
- 'colortempunknown25' => { 47 => 0xed, 48 => 0xf5 },
- 'colortempunknown26' => { 47 => 0xf2, 48 => 0xfa },
- 'colortempunknown27' => { 47 => 0xf7, 48 => 0xff },
- 'colortempunknown28' => { 47 => 0xfc, 48 => 0x104 },
- 'colortempunknown29' => { 47 => 0x101, 48 => 0x109 },
- 'colortempunknown3' => { 38 => 0x40, 39 => 0x67, 41 => 0x53, 45 => 0x5c, 46 => 0x5c, 47 => 0x5c, 48 => 0x64 },
- 'colortempunknown30' => { 47 => 0x106 },
- 'colortempunknown4' => { 38 => 0x45, 39 => 0x6f, 41 => 0x58, 45 => 0x61, 46 => 0x61, 47 => 0x61, 48 => 0x69 },
- 'colortempunknown5' => { 38 => 0x4a, 39 => 0x77, 41 => 0x5d, 45 => 0x66, 46 => 0x66, 47 => 0x66, 48 => 0x6e },
- 'colortempunknown6' => { 38 => 0x4f, 39 => 0x7f, 41 => 0x62, 45 => 0x8e, 46 => 0x6b, 47 => 0x6b, 48 => 0x73 },
- 'colortempunknown7' => { 38 => 0x54, 39 => 0x87, 41 => 0x67, 45 => 0x93, 46 => 0x70, 47 => 0x70, 48 => 0x78 },
- 'colortempunknown8' => { 38 => 0x59, 39 => 0x8f, 41 => 0x6c, 45 => 0x98, 46 => 0x75, 47 => 0x75, 48 => 0x7d },
- 'colortempunknown9' => { 38 => 0x5e, 39 => 0x97, 41 => 0x71, 45 => 0x9d, 46 => 0x7a, 47 => 0x7a, 48 => 0x82 },
- 'colortone' => { 10 => 0x6f, 12 => 0x77, 34 => 0x2a, 49 => 0x2 },
- 'colortoneadj' => { 100 => 0x20304, 105 => 0x11e },
- 'colortoneauto' => { 68 => 0x9c },
- 'colortonefaithful' => { 19 => 0x107, 67 => 0x6c, 68 => 0x6c },
- 'colortonelandscape' => { 19 => 0x105, 67 => 0x3c, 68 => 0x3c },
- 'colortonemonochrome' => { 67 => 0x84, 68 => 0x84 },
- 'colortoneneutral' => { 19 => 0x106, 67 => 0x54, 68 => 0x54 },
- 'colortoneportrait' => { 19 => 0x104, 67 => 0x24, 68 => 0x24 },
- 'colortonestandard' => { 19 => 0x103, 67 => 0xc, 68 => 0xc },
- 'colortoneuserdef1' => { 19 => 0x109, 67 => 0x9c, 68 => 0xb4 },
- 'colortoneuserdef2' => { 19 => 0x10a, 67 => 0xb4, 68 => 0xcc },
- 'colortoneuserdef3' => { 19 => 0x10b, 67 => 0xcc, 68 => 0xe4 },
- 'comlenblksize' => { 134 => 0xfde8 },
- 'commanddials' => { 277 => '5.1' },
- 'commanddialsaperturesetting' => { 266 => '17.3', 267 => '18.3', 269 => '18.3', 270 => '18.3', 275 => '33.3', 276 => '17.3', 279 => '18.3', 280 => '18.3' },
- 'commanddialschangemainsub' => { 266 => '17.2', 267 => '18.1', 269 => '18.1', 270 => '18.1', 275 => '33.2', 276 => '17.2', 279 => '18.1', 280 => '18.1' },
- 'commanddialsmenuandplayback' => { 266 => '17.4', 267 => '18.2', 269 => '18.2', 270 => '18.2', 275 => '33.4', 276 => '17.4', 279 => '18.2', 280 => '18.2' },
- 'commanddialsreverserotation' => { 266 => '17.1', 267 => '6.4', 269 => '6.2', 270 => '6.2', 271 => '16.2', 272 => '17.2', 275 => '33.1', 276 => '17.1', 279 => '6.2', 280 => '6.2', 281 => '18.1' },
- 'commanderchannel' => { 277 => '10.2', 278 => '25.2' },
- 'commandergroupa_ttl-aacomp' => { 277 => '13.1', 278 => '31.1' },
- 'commandergroupa_ttlcomp' => { 281 => '32.1' },
- 'commandergroupamanualoutput' => { 277 => '13.2', 278 => '28.2' },
- 'commandergroupamode' => { 277 => '11.2', 278 => '28.1' },
- 'commandergroupb_ttl-aacomp' => { 277 => '14.1', 278 => '32.1' },
- 'commandergroupb_ttlcomp' => { 281 => '33.1' },
- 'commandergroupbmanualoutput' => { 277 => '14.2', 278 => '29.2' },
- 'commandergroupbmode' => { 277 => '11.3', 278 => '29.1' },
- 'commanderinternalflash' => { 277 => '11.1', 278 => '27.1' },
- 'commanderinternalmanualoutput' => { 277 => '12.2', 278 => '27.2' },
- 'commanderinternalttlchannel' => { 275 => '18.2' },
- 'commanderinternalttlcomp' => { 277 => '12.1', 278 => '30.2', 281 => '31.2' },
- 'commanderinternalttlcompbuiltin' => { 275 => '20.1', 276 => '26.1' },
- 'commanderinternalttlcompgroupa' => { 275 => '21.1', 276 => '27.1' },
- 'commanderinternalttlcompgroupb' => { 275 => '22.1', 276 => '28.1' },
- 'comment' => { 0 => 0x2, 117 => 'Comment', 153 => 'Comment', 296 => 'Comment', 358 => "\xa9cmt", 360 => 'comment', 366 => "\xa9cmt" },
- 'compass' => { 376 => 0x4 },
- 'compilation' => { 358 => 'cpil' },
- 'compimageimagespersequence' => { 470 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfImagesInSequences'] },
- 'compimagemaxexposureall' => { 470 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfAll'] },
- 'compimagemaxexposureused' => { 470 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfUsed'] },
- 'compimageminexposureall' => { 470 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfAll'] },
- 'compimageminexposureused' => { 470 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfUsed'] },
- 'compimagenumsequences' => { 470 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfSequences'] },
- 'compimagesumexposureall' => { 470 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfAll'] },
- 'compimagesumexposureused' => { 470 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfUsed'] },
- 'compimagetotalexposureperiod' => { 470 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesTotalExposurePeriod'] },
- 'compimagevalues' => { 470 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesValues'] },
- 'complianceprofile' => { 479 => 'complianceProfile' },
- 'componentsconfiguration' => { 116 => 0x9101, 158 => 'Components', 469 => 'ComponentsConfiguration' },
- 'componentversion' => { 94 => 0x80c },
- 'composer' => { 358 => ["\xa9com","\xa9wrt"], 366 => ["\xa9com","\xa9wrt"], 489 => 'composer' },
- 'composerkeywords' => { 366 => "\xa9cok" },
- 'compositeimage' => { 116 => 0xa460, 470 => 'CompositeImage' },
- 'compositeimagecount' => { 116 => 0xa461, 470 => 'CompositeImageCount' },
- 'compositeimageexposuretimes' => { 116 => 0xa462, 470 => 'CompositeImageExposureTimes' },
- 'composition' => { 453 => 'Composition' },
- 'compositionadjust' => { 340 => '0.1' },
- 'compositionadjustrotation' => { 340 => 0x7 },
- 'compositionadjustx' => { 340 => 0x5 },
- 'compositionadjusty' => { 340 => 0x6 },
- 'compressedbitsperpixel' => { 116 => 0x9102, 469 => 'CompressedBitsPerPixel' },
- 'compressedimagesize' => { 181 => 0x40, 288 => 0x40 },
- 'compression' => { 116 => 0x103, 311 => 0xb, 485 => 'Compression' },
- 'compressionfactor' => { 283 => 0x50d },
- 'compressionratio' => { 158 => 'Compression', 288 => 0x1034 },
- 'compressorversion' => { 366 => 'CNCV' },
- 'condadobvfactor' => { 134 => 0xf3e },
- 'condadodaybvthresh' => { 134 => 0xf3c },
- 'condadodayoffsets' => { 134 => 0xf42 },
- 'condadofluoffsets' => { 134 => 0xf44 },
- 'condadofluthresh' => { 134 => 0xf41 },
- 'condadoillfactor' => { 134 => 0xf3f },
- 'condadoneurange' => { 134 => 0xf3d },
- 'condadotunoffsets' => { 134 => 0xf43 },
- 'condadotunthresh' => { 134 => 0xf40 },
- 'conductor' => { 358 => "\xa9con" },
- 'confidence' => { 448 => 'Confidence' },
- 'confidencelevel' => { 459 => 'ConfidenceLevel' },
- 'confidencemime' => { 448 => 'ConfidenceMime' },
- 'constrainedcropheight' => { 105 => 0x266, 352 => 0xd6 },
- 'constrainedcropwidth' => { 105 => 0x262, 352 => 0xd5 },
- 'contact' => { 128 => 0x76 },
- 'contactinfo' => { 463 => 'ContactInfo', 465 => 'ContactInfo', 478 => 'contactInfo' },
- 'container' => { 443 => 'Container' },
- 'containerdirectory' => { 443 => [\'Container','ContainerDirectory'] },
- 'containerdirectoryitem' => { 443 => [\'Container','ContainerDirectoryItem'] },
- 'containerdirectoryitemdatauri' => { 443 => [\'Container','ContainerDirectoryItemDataURI'] },
- 'containerdirectoryitemlength' => { 443 => [\'Container','ContainerDirectoryItemLength'] },
- 'containerdirectoryitemmime' => { 443 => [\'Container','ContainerDirectoryItemMime'] },
- 'containerdirectoryitempadding' => { 443 => [\'Container','ContainerDirectoryItemPadding'] },
- 'containerformat' => { 475 => 'ContainerFormat' },
- 'containerformatidentifier' => { 475 => [\'ContainerFormat','ContainerFormatIdentifier'] },
- 'containerformatname' => { 475 => [\'ContainerFormat','ContainerFormatName'] },
- 'contentcreatedate' => { 358 => "\xa9day", 366 => ['@day',"\xa9day"] },
- 'contentdistributorid' => { 366 => 'cdis' },
- 'contentid' => { 366 => 'ccid' },
+ 'colortempdaylight' => { 38 => 0x18, 39 => 0x27, 40 => 0x27, 41 => 0x9a, 42 => 0x2b, 43 => 0x52, 46 => 0x6b, 47 => 0x84, 48 => 0x89, 49 => 0x8c, 342 => 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, 135 => 0x846, 153 => 'ColorTemperature', 178 => [0x6e,0x49], 179 => 0x3f, 180 => [0x39,0x5e], 182 => 0x10b, 185 => [0x3c,0x4c,0x4e], 302 => 0x321, 342 => 0x50, 374 => 0x1308, 407 => 0xb021, 464 => 'Temperature', 466 => 'Temperature' },
+ 'colortemperatureadj' => { 441 => 0x8013 },
+ 'colortemperatureauto' => { 220 => 0x4f },
+ 'colortemperaturebg' => { 289 => 0x1013 },
+ 'colortemperaturecustom' => { 394 => 0xc, 395 => 0xb },
+ 'colortemperaturerg' => { 289 => 0x1014 },
+ 'colortemperatureset' => { 394 => 0x7, 395 => 0x6 },
+ 'colortemperaturesetting' => { 180 => 0x25, 396 => 0x17, 412 => 0xe },
+ 'colortempflash' => { 38 => 0x36, 39 => 0x57, 40 => 0x40, 41 => 0xb8, 42 => 0x49, 43 => 0x70, 46 => 0x89, 47 => 0xa2, 48 => 0xa7, 49 => 0xaa, 342 => 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' => { 342 => 0x57 },
+ 'colortempfluorescentn' => { 342 => 0x58 },
+ 'colortempfluorescentw' => { 342 => 0x59 },
+ 'colortempkelvin' => { 38 => 0x31, 39 => 0x4f, 41 => 0xb3, 42 => 0x44, 43 => 0x6b, 46 => 0x84, 47 => 0x9d, 48 => 0xa2, 49 => 0xa5, 307 => 0x44, 374 => 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, 342 => 0x54 },
+ 'colortemptungsten' => { 38 => 0x27, 39 => 0x3f, 40 => 0x36, 41 => 0xa9, 42 => 0x3a, 43 => 0x61, 46 => 0x7a, 47 => 0x93, 48 => 0x98, 49 => 0x9b, 342 => 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 },
+ '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' => { 135 => 0xfde8 },
+ 'commanddials' => { 278 => '5.1' },
+ 'commanddialsaperturesetting' => { 267 => '17.3', 268 => '18.3', 270 => '18.3', 271 => '18.3', 276 => '33.3', 277 => '17.3', 280 => '18.3', 281 => '18.3' },
+ 'commanddialschangemainsub' => { 267 => '17.2', 268 => '18.1', 270 => '18.1', 271 => '18.1', 276 => '33.2', 277 => '17.2', 280 => '18.1', 281 => '18.1' },
+ 'commanddialsmenuandplayback' => { 267 => '17.4', 268 => '18.2', 270 => '18.2', 271 => '18.2', 276 => '33.4', 277 => '17.4', 280 => '18.2', 281 => '18.2' },
+ 'commanddialsreverserotation' => { 267 => '17.1', 268 => '6.4', 270 => '6.2', 271 => '6.2', 272 => '16.2', 273 => '17.2', 276 => '33.1', 277 => '17.1', 280 => '6.2', 281 => '6.2', 282 => '18.1' },
+ 'commanderchannel' => { 278 => '10.2', 279 => '25.2' },
+ 'commandergroupa_ttl-aacomp' => { 278 => '13.1', 279 => '31.1' },
+ 'commandergroupa_ttlcomp' => { 282 => '32.1' },
+ 'commandergroupamanualoutput' => { 278 => '13.2', 279 => '28.2' },
+ 'commandergroupamode' => { 278 => '11.2', 279 => '28.1' },
+ 'commandergroupb_ttl-aacomp' => { 278 => '14.1', 279 => '32.1' },
+ 'commandergroupb_ttlcomp' => { 282 => '33.1' },
+ 'commandergroupbmanualoutput' => { 278 => '14.2', 279 => '29.2' },
+ 'commandergroupbmode' => { 278 => '11.3', 279 => '29.1' },
+ 'commanderinternalflash' => { 278 => '11.1', 279 => '27.1' },
+ 'commanderinternalmanualoutput' => { 278 => '12.2', 279 => '27.2' },
+ 'commanderinternalttlchannel' => { 276 => '18.2' },
+ 'commanderinternalttlcomp' => { 278 => '12.1', 279 => '30.2', 282 => '31.2' },
+ 'commanderinternalttlcompbuiltin' => { 276 => '20.1', 277 => '26.1' },
+ 'commanderinternalttlcompgroupa' => { 276 => '21.1', 277 => '27.1' },
+ 'commanderinternalttlcompgroupb' => { 276 => '22.1', 277 => '28.1' },
+ 'comment' => { 0 => 0x2, 118 => 'Comment', 154 => 'Comment', 297 => 'Comment', 359 => "\xa9cmt", 361 => 'comment', 367 => "\xa9cmt" },
+ 'compass' => { 377 => 0x4 },
+ 'compilation' => { 359 => 'cpil' },
+ 'compimageimagespersequence' => { 471 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfImagesInSequences'] },
+ 'compimagemaxexposureall' => { 471 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfAll'] },
+ 'compimagemaxexposureused' => { 471 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfUsed'] },
+ 'compimageminexposureall' => { 471 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfAll'] },
+ 'compimageminexposureused' => { 471 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfUsed'] },
+ 'compimagenumsequences' => { 471 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfSequences'] },
+ 'compimagesumexposureall' => { 471 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfAll'] },
+ 'compimagesumexposureused' => { 471 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfUsed'] },
+ 'compimagetotalexposureperiod' => { 471 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesTotalExposurePeriod'] },
+ 'compimagevalues' => { 471 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesValues'] },
+ 'complianceprofile' => { 480 => 'complianceProfile' },
+ 'componentsconfiguration' => { 117 => 0x9101, 159 => 'Components', 470 => 'ComponentsConfiguration' },
+ 'componentversion' => { 95 => 0x80c },
+ 'composer' => { 359 => ["\xa9com","\xa9wrt"], 367 => ["\xa9com","\xa9wrt"], 490 => 'composer' },
+ 'composerkeywords' => { 367 => "\xa9cok" },
+ 'compositeimage' => { 117 => 0xa460, 471 => 'CompositeImage' },
+ 'compositeimagecount' => { 117 => 0xa461, 471 => 'CompositeImageCount' },
+ 'compositeimageexposuretimes' => { 117 => 0xa462, 471 => 'CompositeImageExposureTimes' },
+ 'composition' => { 454 => 'Composition' },
+ 'compositionadjust' => { 341 => '0.1' },
+ 'compositionadjustrotation' => { 341 => 0x7 },
+ 'compositionadjustx' => { 341 => 0x5 },
+ 'compositionadjusty' => { 341 => 0x6 },
+ 'compressedbitsperpixel' => { 117 => 0x9102, 470 => 'CompressedBitsPerPixel' },
+ 'compressedimagesize' => { 182 => 0x40, 289 => 0x40 },
+ 'compression' => { 117 => 0x103, 312 => 0xb, 486 => 'Compression' },
+ 'compressionfactor' => { 284 => 0x50d },
+ 'compressionratio' => { 159 => 'Compression', 289 => 0x1034 },
+ 'compressorversion' => { 367 => 'CNCV' },
+ 'condadobvfactor' => { 135 => 0xf3e },
+ 'condadodaybvthresh' => { 135 => 0xf3c },
+ 'condadodayoffsets' => { 135 => 0xf42 },
+ 'condadofluoffsets' => { 135 => 0xf44 },
+ 'condadofluthresh' => { 135 => 0xf41 },
+ 'condadoillfactor' => { 135 => 0xf3f },
+ 'condadoneurange' => { 135 => 0xf3d },
+ 'condadotunoffsets' => { 135 => 0xf43 },
+ 'condadotunthresh' => { 135 => 0xf40 },
+ 'conductor' => { 359 => "\xa9con" },
+ 'confidence' => { 449 => 'Confidence' },
+ 'confidencelevel' => { 460 => 'ConfidenceLevel' },
+ 'confidencemime' => { 449 => 'ConfidenceMime' },
+ 'constrainedcropheight' => { 106 => 0x266, 353 => 0xd6 },
+ 'constrainedcropwidth' => { 106 => 0x262, 353 => 0xd5 },
+ 'contact' => { 129 => 0x76 },
+ 'contactinfo' => { 464 => 'ContactInfo', 466 => 'ContactInfo', 479 => 'contactInfo' },
+ 'container' => { 444 => 'Container' },
+ 'containerdirectory' => { 444 => [\'Container','ContainerDirectory'] },
+ 'containerdirectoryitem' => { 444 => [\'Container','ContainerDirectoryItem'] },
+ 'containerdirectoryitemdatauri' => { 444 => [\'Container','ContainerDirectoryItemDataURI'] },
+ 'containerdirectoryitemlength' => { 444 => [\'Container','ContainerDirectoryItemLength'] },
+ 'containerdirectoryitemmime' => { 444 => [\'Container','ContainerDirectoryItemMime'] },
+ 'containerdirectoryitempadding' => { 444 => [\'Container','ContainerDirectoryItemPadding'] },
+ 'containerformat' => { 476 => 'ContainerFormat' },
+ 'containerformatidentifier' => { 476 => [\'ContainerFormat','ContainerFormatIdentifier'] },
+ 'containerformatname' => { 476 => [\'ContainerFormat','ContainerFormatName'] },
+ 'contentcreatedate' => { 359 => "\xa9day", 367 => ['@day',"\xa9day"] },
+ 'contentdistributorid' => { 367 => 'cdis' },
+ 'contentid' => { 367 => 'ccid' },
'contentidentifier' => { 1 => 0x11 },
- 'contentlocationcode' => { 128 => 0x1a },
- 'contentlocationname' => { 128 => 0x1b },
- 'contenttype' => { 479 => 'contentType' },
- 'continuousbracketing' => { 179 => 0x20 },
+ 'contentlocationcode' => { 129 => 0x1a },
+ 'contentlocationname' => { 129 => 0x1b },
+ 'contenttype' => { 480 => 'contentType' },
+ 'continuousbracketing' => { 180 => 0x20 },
'continuousdrive' => { 34 => 0x5 },
- 'continuousmodeliveview' => { 280 => '77.2' },
- 'continuousshootingspeed' => { 81 => 0x610 },
- 'continuousshotlimit' => { 81 => 0x611 },
- 'contrast' => { 10 => 0x73, 12 => 0x75, 34 => 0xd, 109 => 0xc, 110 => [0x3012,0x20], 116 => [0xa408,0xfe54], 124 => [0x1004,0x1006], 152 => 'Contrast', 172 => 'Contrast', 176 => 0x20, 177 => 0x31, 178 => 0x27, 179 => 0x19, 184 => 0x2, 221 => 0x33, 222 => 0x37, 223 => 0x3f, 288 => 0x1029, 306 => 0x39, 308 => 0x300a, 341 => 0x20, 348 => 0xc, 360 => 'player.movie.visual.contrast', 367 => 0x24, 369 => 0x52, 373 => 0x1012, 383 => 0xd, 393 => 0x1d, 394 => 0x1a, 406 => 0x2004, 463 => 'Contrast', 465 => 'Contrast', 469 => 'Contrast' },
- 'contrast2012' => { 463 => 'Contrast2012', 465 => 'Contrast2012' },
- 'contrastadj' => { 100 => 0x20303, 105 => 0x115, 262 => 0x2c, 440 => 0x8017 },
- 'contrastauto' => { 68 => 0x90 },
- 'contrastcurve' => { 219 => 0x8c },
- 'contrastdetectaf' => { 188 => 0x4 },
- 'contrastdetectafarea' => { 341 => 0x231 },
- 'contrastdetectafinfocus' => { 188 => [0x1c,0x52] },
- 'contrastfaithful' => { 19 => 0xec, 67 => 0x60, 68 => 0x60 },
- 'contrasthighlight' => { 341 => 0x6d },
- 'contrasthighlightshadowadj' => { 341 => 0x6f },
- 'contrastlandscape' => { 19 => 0xea, 67 => 0x30, 68 => 0x30 },
- 'contrastmode' => { 306 => 0x2c },
- 'contrastmonochrome' => { 19 => 0xed, 67 => 0x78, 68 => 0x78 },
- 'contrastneutral' => { 19 => 0xeb, 67 => 0x48, 68 => 0x48 },
- 'contrastportrait' => { 19 => 0xe9, 67 => 0x18, 68 => 0x18 },
- 'contrastsetting' => { 283 => 0x505, 291 => 0x1012, 395 => 0x10, 411 => 0x8 },
- 'contrastshadow' => { 341 => 0x6e },
- 'contraststandard' => { 19 => 0xe8, 67 => 0x0, 68 => 0x0 },
- 'contrastuserdef1' => { 19 => 0xee, 67 => 0x90, 68 => 0xa8 },
- 'contrastuserdef2' => { 19 => 0xef, 67 => 0xa8, 68 => 0xc0 },
- 'contrastuserdef3' => { 19 => 0xf0, 67 => 0xc0, 68 => 0xd8 },
- 'contributedmedia' => { 489 => 'contributedMedia' },
- 'contributedmediaduration' => { 489 => [\'contributedMedia','contributedMediaDuration'] },
- 'contributedmediadurationscale' => { 489 => [\'contributedMedia','contributedMediaDurationScale'] },
- 'contributedmediadurationvalue' => { 489 => [\'contributedMedia','contributedMediaDurationValue'] },
- 'contributedmediamanaged' => { 489 => [\'contributedMedia','contributedMediaManaged'] },
- 'contributedmediapath' => { 489 => [\'contributedMedia','contributedMediaPath'] },
- 'contributedmediastarttime' => { 489 => [\'contributedMedia','contributedMediaStartTime'] },
- 'contributedmediastarttimescale' => { 489 => [\'contributedMedia','contributedMediaStartTimeScale'] },
- 'contributedmediastarttimevalue' => { 489 => [\'contributedMedia','contributedMediaStartTimeValue'] },
- 'contributedmediatrack' => { 489 => [\'contributedMedia','contributedMediaTrack'] },
- 'contributedmediawebstatement' => { 489 => [\'contributedMedia','contributedMediaWebStatement'] },
- 'contributor' => { 466 => 'contributor', 475 => 'Contributor' },
- 'contributoridentifier' => { 475 => [\'Contributor','ContributorIdentifier'] },
- 'contributorname' => { 475 => [\'Contributor','ContributorName'] },
- 'contributorrole' => { 475 => [\'Contributor','ContributorRole'] },
- 'contributors' => { 153 => 'Contributors' },
- 'controldialset' => { 179 => 0x46 },
- 'controlledvocabularyterm' => { 475 => 'CVterm' },
- 'controllerboardversion' => { 301 => 0x332 },
- 'controlmode' => { 74 => 0x12 },
- 'controlringrotation' => { 81 => 0x712 },
- 'conversionlens' => { 284 => 0x403, 306 => 0x35 },
- 'converter' => { 116 => 0xfe4d, 249 => 0xb, 463 => 'Converter', 465 => 'Converter' },
- 'converttograyscale' => { 463 => 'ConvertToGrayscale', 465 => 'ConvertToGrayscale' },
- 'cookingequipment' => { 481 => 'cookingEquipment' },
- 'cookingmethod' => { 481 => 'cookingMethod' },
- 'copyright' => { 0 => 0x3, 116 => 0x8298, 153 => 'Copyright', 296 => 'Copyright', 341 => 0x22f, 357 => 'Copyright', 358 => ['cprt',"\xa9cpy"], 360 => 'copyright', 366 => ['cprt',"\xa9cpy"], 463 => 'Copyright', 465 => 'Copyright', 476 => 'Copyright', 482 => 'copyright', 485 => 'Copyright', 489 => 'copyright' },
- 'copyrightflag' => { 355 => 0x40a },
- 'copyrightnotice' => { 128 => 0x74 },
- 'copyrightowner' => { 293 => 'CopyrightOwner' },
- 'copyrightownerid' => { 293 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] },
- 'copyrightownerimageid' => { 293 => 'CopyrightOwnerImageID' },
- 'copyrightownername' => { 293 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] },
- 'copyrightregistrationnumber' => { 293 => 'CopyrightRegistrationNumber' },
- 'copyrightstatus' => { 293 => 'CopyrightStatus' },
- 'copyrightyear' => { 475 => 'CopyrightYear', 479 => 'copyrightYear' },
- 'coringfilter' => { 287 => 0x310, 288 => 0x102d, 291 => 0x310 },
- 'coringvalues' => { 287 => 0x311, 291 => 0x311 },
- 'corporateentity' => { 479 => 'corporateEntity' },
- 'country' => { 157 => 'Country', 306 => 0x69, 477 => 'Country' },
- 'country-primarylocationcode' => { 128 => 0x64 },
- 'country-primarylocationname' => { 128 => 0x65 },
- 'countrycode' => { 218 => 0x5, 353 => 'CountryCode', 474 => 'CountryCode' },
- 'course' => { 481 => 'course' },
- 'coverage' => { 466 => 'coverage' },
- 'coverart' => { 358 => 'covr' },
- 'coverdate' => { 479 => 'coverDate' },
- 'coverdisplaydate' => { 479 => 'coverDisplayDate' },
- 'coveruri' => { 366 => 'cvru' },
- 'cpufirmwareversion' => { 341 => 0x28 },
- 'crc32' => { 467 => 'crc32' },
- 'createdate' => { 116 => 0x9004, 153 => 'CreateDate', 292 => 'CreationDate', 296 => 'create-date', 357 => 'CreationDate', 363 => 0x1, 487 => 'CreateDate' },
- 'creationdate' => { 360 => 'creationdate', 476 => 'CreationDate', 479 => 'creationDate' },
- 'creationtime' => { 296 => 'Creation Time' },
- 'creativestyle' => { 393 => 0x1a, 394 => 0x18, 404 => 0x41, 406 => 0xb020, 436 => 0x4a },
- 'creativestylesetting' => { 395 => 0xf, 411 => 0x7 },
- 'creativestylewaschanged' => { 440 => 0x8001 },
- 'creator' => { 292 => 'Creator', 357 => 'Creator', 466 => 'creator', 475 => 'Creator', 476 => 'Creator' },
- 'creatoraddress' => { 474 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] },
- 'creatorappid' => { 174 => 'CreatorAppId' },
- 'creatorcity' => { 474 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] },
- 'creatorcontactinfo' => { 474 => 'CreatorContactInfo' },
- 'creatorcountry' => { 474 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] },
- 'creatoridentifier' => { 475 => [\'Creator','CreatorIdentifier'] },
- 'creatorname' => { 475 => [\'Creator','CreatorName'] },
- 'creatoropenwithuioptions' => { 174 => 'CreatorOpenWithUIOptions' },
- 'creatorpostalcode' => { 474 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] },
- 'creatorregion' => { 474 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] },
- 'creatorrole' => { 475 => [\'Creator','CreatorRole'] },
- 'creatortool' => { 487 => 'CreatorTool' },
- 'creatorworkemail' => { 474 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] },
- 'creatorworktelephone' => { 474 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] },
- 'creatorworkurl' => { 474 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] },
- 'credit' => { 128 => 0x6e, 477 => 'Credit' },
- 'creditline' => { 482 => 'creditLine' },
- 'creditlinereq' => { 492 => 'CreditLineReq' },
- 'creditlinerequired' => { 293 => 'CreditLineRequired' },
- 'cropactive' => { 98 => 0x0, 105 => 0x244 },
- 'cropangle' => { 463 => 'CropAngle', 465 => 'CropAngle' },
- 'croparea' => { 219 => 0x45, 440 => 0x9011 },
- 'cropaspectratio' => { 100 => 0x30101, 105 => 0x260 },
- 'cropaspectratiocustom' => { 100 => 0x30102 },
- 'cropbottom' => { 120 => 0x9, 254 => 0x36, 311 => 0x31, 352 => 0xdc, 463 => 'CropBottom', 465 => 'CropBottom' },
- 'cropbottommargin' => { 51 => 0x3 },
- 'cropcircleactive' => { 106 => 0xd6 },
- 'cropcircleradius' => { 106 => 0xd9 },
- 'cropcirclex' => { 106 => 0xd7 },
- 'cropcircley' => { 106 => 0xd8 },
- 'cropconstraintowarp' => { 463 => 'CropConstrainToWarp', 465 => 'CropConstrainToWarp' },
- 'croph' => { 457 => 'CropH' },
- 'cropheight' => { 98 => 0x6, 105 => 0x24c, 287 => 0x615, 291 => 0x615, 463 => 'CropHeight', 465 => 'CropHeight' },
- 'crophispeed' => { 219 => 0x1b },
- 'cropleft' => { 105 => 0x246, 120 => 0x6, 254 => 0x1e, 287 => 0x612, 291 => 0x612, 311 => 0x30, 352 => 0xd9, 463 => 'CropLeft', 465 => 'CropLeft' },
- 'cropleftmargin' => { 51 => 0x0 },
- 'cropmode' => { 124 => 0x104d, 373 => 0x1018 },
- 'croporiginalheight' => { 98 => 0xb },
- 'croporiginalwidth' => { 98 => 0xa },
- 'cropoutputheight' => { 254 => 0xce },
- 'cropoutputheightinches' => { 254 => 0x96 },
- 'cropoutputpixels' => { 254 => 0xd6 },
- 'cropoutputresolution' => { 254 => 0xb6 },
- 'cropoutputscale' => { 254 => 0xbe },
- 'cropoutputwidth' => { 254 => 0xc6 },
- 'cropoutputwidthinches' => { 254 => 0x8e },
- 'croppedareaimageheightpixels' => { 451 => 'CroppedAreaImageHeightPixels', 452 => 'CroppedAreaImageHeightPixels' },
- 'croppedareaimagewidthpixels' => { 451 => 'CroppedAreaImageWidthPixels', 452 => 'CroppedAreaImageWidthPixels' },
- 'croppedarealeftpixels' => { 451 => 'CroppedAreaLeftPixels', 452 => 'CroppedAreaLeftPixels' },
- 'croppedareatoppixels' => { 451 => 'CroppedAreaTopPixels', 452 => 'CroppedAreaTopPixels' },
- 'croppedimageheight' => { 5 => 0x2, 373 => 0x1604 },
+ 'continuousmodeliveview' => { 281 => '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], 153 => 'Contrast', 173 => 'Contrast', 177 => 0x20, 178 => 0x31, 179 => 0x27, 180 => 0x19, 185 => 0x2, 222 => 0x33, 223 => 0x37, 224 => 0x3f, 289 => 0x1029, 307 => 0x39, 309 => 0x300a, 342 => 0x20, 349 => 0xc, 361 => 'player.movie.visual.contrast', 368 => 0x24, 370 => 0x52, 374 => 0x1012, 384 => 0xd, 394 => 0x1d, 395 => 0x1a, 407 => 0x2004, 464 => 'Contrast', 466 => 'Contrast', 470 => 'Contrast' },
+ 'contrast2012' => { 464 => 'Contrast2012', 466 => 'Contrast2012' },
+ 'contrastadj' => { 101 => 0x20303, 106 => 0x115, 263 => 0x2c, 441 => 0x8017 },
+ 'contrastauto' => { 69 => 0x90 },
+ 'contrastcurve' => { 220 => 0x8c },
+ 'contrastdetectaf' => { 189 => 0x4 },
+ 'contrastdetectafarea' => { 342 => 0x231 },
+ 'contrastdetectafinfocus' => { 189 => [0x1c,0x52] },
+ 'contrastfaithful' => { 19 => 0xec, 68 => 0x60, 69 => 0x60 },
+ 'contrasthighlight' => { 342 => 0x6d },
+ 'contrasthighlightshadowadj' => { 342 => 0x6f },
+ 'contrastlandscape' => { 19 => 0xea, 68 => 0x30, 69 => 0x30 },
+ 'contrastmode' => { 307 => 0x2c },
+ 'contrastmonochrome' => { 19 => 0xed, 68 => 0x78, 69 => 0x78 },
+ 'contrastneutral' => { 19 => 0xeb, 68 => 0x48, 69 => 0x48 },
+ 'contrastportrait' => { 19 => 0xe9, 68 => 0x18, 69 => 0x18 },
+ 'contrastsetting' => { 284 => 0x505, 292 => 0x1012, 396 => 0x10, 412 => 0x8 },
+ 'contrastshadow' => { 342 => 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' => { 490 => 'contributedMedia' },
+ 'contributedmediaduration' => { 490 => [\'contributedMedia','contributedMediaDuration'] },
+ 'contributedmediadurationscale' => { 490 => [\'contributedMedia','contributedMediaDurationScale'] },
+ 'contributedmediadurationvalue' => { 490 => [\'contributedMedia','contributedMediaDurationValue'] },
+ 'contributedmediamanaged' => { 490 => [\'contributedMedia','contributedMediaManaged'] },
+ 'contributedmediapath' => { 490 => [\'contributedMedia','contributedMediaPath'] },
+ 'contributedmediastarttime' => { 490 => [\'contributedMedia','contributedMediaStartTime'] },
+ 'contributedmediastarttimescale' => { 490 => [\'contributedMedia','contributedMediaStartTimeScale'] },
+ 'contributedmediastarttimevalue' => { 490 => [\'contributedMedia','contributedMediaStartTimeValue'] },
+ 'contributedmediatrack' => { 490 => [\'contributedMedia','contributedMediaTrack'] },
+ 'contributedmediawebstatement' => { 490 => [\'contributedMedia','contributedMediaWebStatement'] },
+ 'contributor' => { 467 => 'contributor', 476 => 'Contributor' },
+ 'contributoridentifier' => { 476 => [\'Contributor','ContributorIdentifier'] },
+ 'contributorname' => { 476 => [\'Contributor','ContributorName'] },
+ 'contributorrole' => { 476 => [\'Contributor','ContributorRole'] },
+ 'contributors' => { 154 => 'Contributors' },
+ 'controldialset' => { 180 => 0x46 },
+ 'controlledvocabularyterm' => { 476 => 'CVterm' },
+ 'controllerboardversion' => { 302 => 0x332 },
+ 'controlmode' => { 75 => 0x12 },
+ 'controlringrotation' => { 82 => 0x712 },
+ 'conversionlens' => { 285 => 0x403, 307 => 0x35 },
+ 'converter' => { 117 => 0xfe4d, 250 => 0xb, 464 => 'Converter', 466 => 'Converter' },
+ 'converttograyscale' => { 464 => 'ConvertToGrayscale', 466 => 'ConvertToGrayscale' },
+ 'cookingequipment' => { 482 => 'cookingEquipment' },
+ 'cookingmethod' => { 482 => 'cookingMethod' },
+ 'copyright' => { 0 => 0x3, 117 => 0x8298, 154 => 'Copyright', 297 => 'Copyright', 342 => 0x22f, 358 => 'Copyright', 359 => ['cprt',"\xa9cpy"], 361 => 'copyright', 367 => ['cprt',"\xa9cpy"], 464 => 'Copyright', 466 => 'Copyright', 477 => 'Copyright', 483 => 'copyright', 486 => 'Copyright', 490 => 'copyright' },
+ 'copyrightflag' => { 356 => 0x40a },
+ 'copyrightnotice' => { 129 => 0x74 },
+ 'copyrightowner' => { 294 => 'CopyrightOwner' },
+ 'copyrightownerid' => { 294 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] },
+ 'copyrightownerimageid' => { 294 => 'CopyrightOwnerImageID' },
+ 'copyrightownername' => { 294 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] },
+ 'copyrightregistrationnumber' => { 294 => 'CopyrightRegistrationNumber' },
+ 'copyrightstatus' => { 294 => 'CopyrightStatus' },
+ 'copyrightyear' => { 476 => 'CopyrightYear', 480 => 'copyrightYear' },
+ 'coringfilter' => { 288 => 0x310, 289 => 0x102d, 292 => 0x310 },
+ 'coringvalues' => { 288 => 0x311, 292 => 0x311 },
+ 'corporateentity' => { 480 => 'corporateEntity' },
+ 'country' => { 158 => 'Country', 307 => 0x69, 478 => 'Country' },
+ 'country-primarylocationcode' => { 129 => 0x64 },
+ 'country-primarylocationname' => { 129 => 0x65 },
+ 'countrycode' => { 219 => 0x5, 354 => 'CountryCode', 475 => 'CountryCode' },
+ 'course' => { 482 => 'course' },
+ 'coverage' => { 467 => 'coverage' },
+ 'coverart' => { 359 => 'covr' },
+ 'coverdate' => { 480 => 'coverDate' },
+ 'coverdisplaydate' => { 480 => 'coverDisplayDate' },
+ 'coveruri' => { 367 => 'cvru' },
+ 'cpufirmwareversion' => { 342 => 0x28 },
+ 'crc32' => { 468 => 'crc32' },
+ 'createdate' => { 117 => 0x9004, 154 => 'CreateDate', 293 => 'CreationDate', 297 => 'create-date', 358 => 'CreationDate', 364 => 0x1, 488 => 'CreateDate' },
+ 'creationdate' => { 361 => 'creationdate', 477 => 'CreationDate', 480 => 'creationDate' },
+ 'creationtime' => { 297 => 'Creation Time' },
+ 'creativestyle' => { 394 => 0x1a, 395 => 0x18, 405 => 0x41, 407 => 0xb020, 437 => 0x4a },
+ 'creativestylesetting' => { 396 => 0xf, 412 => 0x7 },
+ 'creativestylewaschanged' => { 441 => 0x8001 },
+ 'creator' => { 293 => 'Creator', 358 => 'Creator', 467 => 'creator', 476 => 'Creator', 477 => 'Creator' },
+ 'creatoraddress' => { 475 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] },
+ 'creatorappid' => { 175 => 'CreatorAppId' },
+ 'creatorcity' => { 475 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] },
+ 'creatorcontactinfo' => { 475 => 'CreatorContactInfo' },
+ 'creatorcountry' => { 475 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] },
+ 'creatoridentifier' => { 476 => [\'Creator','CreatorIdentifier'] },
+ 'creatorname' => { 476 => [\'Creator','CreatorName'] },
+ 'creatoropenwithuioptions' => { 175 => 'CreatorOpenWithUIOptions' },
+ 'creatorpostalcode' => { 475 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] },
+ 'creatorregion' => { 475 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] },
+ 'creatorrole' => { 476 => [\'Creator','CreatorRole'] },
+ 'creatortool' => { 488 => 'CreatorTool' },
+ 'creatorworkemail' => { 475 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] },
+ 'creatorworktelephone' => { 475 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] },
+ 'creatorworkurl' => { 475 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] },
+ 'credit' => { 129 => 0x6e, 478 => 'Credit' },
+ 'creditline' => { 483 => 'creditLine' },
+ 'creditlinereq' => { 493 => 'CreditLineReq' },
+ 'creditlinerequired' => { 294 => 'CreditLineRequired' },
+ 'cropactive' => { 99 => 0x0, 106 => 0x244 },
+ 'cropangle' => { 464 => 'CropAngle', 466 => 'CropAngle' },
+ 'croparea' => { 220 => 0x45, 441 => 0x9011 },
+ 'cropaspectratio' => { 101 => 0x30101, 106 => 0x260 },
+ 'cropaspectratiocustom' => { 101 => 0x30102 },
+ 'cropbottom' => { 121 => 0x9, 255 => 0x36, 312 => 0x31, 353 => 0xdc, 464 => 'CropBottom', 466 => 'CropBottom' },
+ 'cropbottommargin' => { 52 => 0x3 },
+ 'cropcircleactive' => { 107 => 0xd6 },
+ 'cropcircleradius' => { 107 => 0xd9 },
+ 'cropcirclex' => { 107 => 0xd7 },
+ 'cropcircley' => { 107 => 0xd8 },
+ 'cropconstraintowarp' => { 464 => 'CropConstrainToWarp', 466 => 'CropConstrainToWarp' },
+ 'croph' => { 458 => 'CropH' },
+ 'cropheight' => { 99 => 0x6, 106 => 0x24c, 288 => 0x615, 292 => 0x615, 464 => 'CropHeight', 466 => 'CropHeight' },
+ 'crophispeed' => { 220 => 0x1b },
+ 'cropleft' => { 106 => 0x246, 121 => 0x6, 255 => 0x1e, 288 => 0x612, 292 => 0x612, 312 => 0x30, 353 => 0xd9, 464 => 'CropLeft', 466 => 'CropLeft' },
+ 'cropleftmargin' => { 52 => 0x0 },
+ 'cropmode' => { 125 => 0x104d, 374 => 0x1018 },
+ 'croporiginalheight' => { 99 => 0xb },
+ 'croporiginalwidth' => { 99 => 0xa },
+ 'cropoutputheight' => { 255 => 0xce },
+ 'cropoutputheightinches' => { 255 => 0x96 },
+ 'cropoutputpixels' => { 255 => 0xd6 },
+ 'cropoutputresolution' => { 255 => 0xb6 },
+ 'cropoutputscale' => { 255 => 0xbe },
+ 'cropoutputwidth' => { 255 => 0xc6 },
+ 'cropoutputwidthinches' => { 255 => 0x8e },
+ 'croppedareaimageheightpixels' => { 452 => 'CroppedAreaImageHeightPixels', 453 => 'CroppedAreaImageHeightPixels' },
+ 'croppedareaimagewidthpixels' => { 452 => 'CroppedAreaImageWidthPixels', 453 => 'CroppedAreaImageWidthPixels' },
+ 'croppedarealeftpixels' => { 452 => 'CroppedAreaLeftPixels', 453 => 'CroppedAreaLeftPixels' },
+ 'croppedareatoppixels' => { 452 => 'CroppedAreaTopPixels', 453 => 'CroppedAreaTopPixels' },
+ 'croppedimageheight' => { 5 => 0x2, 374 => 0x1604 },
'croppedimageleft' => { 5 => 0x3 },
'croppedimagetop' => { 5 => 0x4 },
- 'croppedimagewidth' => { 5 => 0x1, 373 => 0x1603 },
- 'cropping' => { 440 => 0x9010 },
- 'cropright' => { 120 => 0x8, 254 => 0x2e, 311 => 0x32, 352 => 0xdb, 463 => 'CropRight', 465 => 'CropRight' },
- 'croprightmargin' => { 51 => 0x1 },
- 'croprotatedoriginalheight' => { 98 => 0x2 },
- 'croprotatedoriginalwidth' => { 98 => 0x1 },
- 'croprotation' => { 98 => 0x8, 120 => 0xb },
- 'cropscaledresolution' => { 254 => 0x9e },
- 'cropsourceresolution' => { 254 => 0xae },
- 'croptop' => { 105 => 0x248, 120 => 0x7, 254 => 0x26, 287 => 0x613, 291 => 0x613, 311 => 0x2f, 352 => 0xda, 463 => 'CropTop', 465 => 'CropTop' },
- 'croptopmargin' => { 51 => 0x2 },
- 'cropunit' => { 463 => 'CropUnit', 465 => 'CropUnit' },
- 'cropunits' => { 463 => 'CropUnits', 465 => 'CropUnits' },
- 'cropw' => { 457 => 'CropW' },
- 'cropwidth' => { 98 => 0x5, 105 => 0x24a, 287 => 0x614, 291 => 0x614, 463 => 'CropWidth', 465 => 'CropWidth' },
- 'cropx' => { 98 => 0x3, 457 => 'CropX' },
- 'cropy' => { 98 => 0x4, 457 => 'CropY' },
- 'crossprocess' => { 341 => 0x7b },
- 'crossprocessparams' => { 341 => 0x235 },
- 'cuisine' => { 481 => 'cuisine' },
- 'currenticcprofile' => { 116 => 0xc691 },
- 'currentpreprofilematrix' => { 116 => 0xc692 },
- 'currentversion' => { 440 => 0xd000 },
- 'curve0x' => { 457 => 'Curve0x' },
- 'curve0y' => { 457 => 'Curve0y' },
- 'curve1x' => { 457 => 'Curve1x' },
- 'curve1y' => { 457 => 'Curve1y' },
- 'curve2x' => { 457 => 'Curve2x' },
- 'curve2y' => { 457 => 'Curve2y' },
- 'curve3x' => { 457 => 'Curve3x' },
- 'curve3y' => { 457 => 'Curve3y' },
- 'curve4x' => { 457 => 'Curve4x' },
- 'curve4y' => { 457 => 'Curve4y' },
- 'curves' => { 259 => 0x76a43201 },
- 'custom1' => { 293 => 'Custom1' },
- 'custom10' => { 293 => 'Custom10' },
- 'custom2' => { 293 => 'Custom2' },
- 'custom3' => { 293 => 'Custom3' },
- 'custom4' => { 293 => 'Custom4' },
- 'custom5' => { 293 => 'Custom5' },
- 'custom6' => { 293 => 'Custom6' },
- 'custom7' => { 293 => 'Custom7' },
- 'custom8' => { 293 => 'Custom8' },
- 'custom9' => { 293 => 'Custom9' },
- 'customcolortone' => { 106 => 0x4c },
- 'customcontrast' => { 106 => 0x4e },
- 'customcontrols' => { 81 => 0x70c },
- 'customdefaultunsharpfineness' => { 106 => 0xbe },
- 'customdefaultunsharpstrength' => { 106 => 0xbc },
- 'customdefaultunsharpthreshold' => { 106 => 0xc0 },
- 'customilluminant' => { 134 => 0x405 },
- 'customizedials' => { 81 => 0x715 },
- 'customlinear' => { 106 => 0x4f },
- 'customoutputhighlightpoint' => { 106 => 0x53 },
- 'customoutputshadowpoint' => { 106 => 0x54 },
- 'custompicturestyle' => { 100 => 0x10021 },
- 'custompicturestyledata' => { 100 => 0xf0500 },
- 'custompicturestylefilename' => { 61 => 0x4010 },
- 'customrawhighlight' => { 106 => 0x7c },
- 'customrawhighlightpoint' => { 106 => 0x51 },
- 'customrawshadow' => { 106 => 0x85 },
- 'customrawshadowpoint' => { 106 => 0x52 },
- 'customrendered' => { 116 => 0xa401, 469 => 'CustomRendered' },
- 'customsaturation' => { 106 => 0x4d, 283 => 0x503 },
- 'customsettingsalldefault' => { 266 => '0.2', 275 => '0.2' },
- 'customsettingsbank' => { 266 => '0.1', 267 => '0.1', 269 => '0.1', 270 => '0.1', 275 => '0.1', 279 => '0.2', 280 => '0.2' },
- 'customsharpness' => { 106 => 0x50 },
- 'customunsharpmaskfineness' => { 106 => 0xb8 },
- 'customunsharpmaskstrength' => { 106 => 0xb6 },
- 'customunsharpmaskthreshold' => { 106 => 0xba },
- 'customwb_rblevels' => { 411 => 0x1a },
- 'customwb_rgblevels' => { 394 => 0x8, 395 => 0x19 },
- 'customwbbluelevel' => { 179 => 0x36 },
- 'customwberror' => { 179 => 0x37 },
- 'customwbgreenlevel' => { 179 => 0x35 },
- 'customwbredlevel' => { 179 => 0x34 },
- 'customwbsetting' => { 179 => 0x26 },
- 'cx' => { 366 => '_cx_' },
- 'cy' => { 366 => '_cy_' },
- 'd-lightinghq' => { 259 => 0x2175eb78 },
- 'd-lightinghqcolorboost' => { 255 => 0x2 },
- 'd-lightinghqhighlight' => { 255 => 0x1 },
- 'd-lightinghqselected' => { 259 => 0x6a6e36b6 },
- 'd-lightinghqshadow' => { 255 => 0x0 },
- 'd-lightinghs' => { 259 => 0xce5554aa },
- 'd-lightinghsadjustment' => { 256 => 0x0 },
- 'd-lightinghscolorboost' => { 256 => 0x1 },
- 'd-rangeoptimizerhighlight' => { 440 => 0x8024 },
- 'd-rangeoptimizermode' => { 440 => 0x8022 },
- 'd-rangeoptimizershadow' => { 440 => 0x802d },
- 'd-rangeoptimizervalue' => { 440 => 0x8023 },
- 'darkblacksegrows' => { 134 => 0x18d8 },
- 'darkfocusenvironment' => { 306 => 0x8003 },
- 'darkframecountfactor' => { 134 => 0xc85 },
- 'darkframelongexposure' => { 134 => 0xc84 },
- 'darkframeshortexposure' => { 134 => 0xc83 },
- 'darkpedestal' => { 134 => 0xc7f },
- 'datacompressionmethod' => { 130 => 0x6e },
- 'dataimprint' => { 176 => 0x34 },
- 'dataonscreen' => { 475 => 'DataOnScreen' },
- 'dataonscreenregion' => { 475 => [\'DataOnScreen','DataOnScreenRegion'] },
- 'dataonscreenregiond' => { 475 => [\'DataOnScreen','DataOnScreenRegionD'] },
- 'dataonscreenregionh' => { 475 => [\'DataOnScreen','DataOnScreenRegionH'] },
- 'dataonscreenregiontext' => { 475 => [\'DataOnScreen','DataOnScreenRegionText'] },
- 'dataonscreenregionunit' => { 475 => [\'DataOnScreen','DataOnScreenRegionUnit'] },
- 'dataonscreenregionw' => { 475 => [\'DataOnScreen','DataOnScreenRegionW'] },
- 'dataonscreenregionx' => { 475 => [\'DataOnScreen','DataOnScreenRegionX'] },
- 'dataonscreenregiony' => { 475 => [\'DataOnScreen','DataOnScreenRegionY'] },
- 'datascaling' => { 341 => 0x3d },
- 'date' => { 341 => 0x6, 466 => 'date' },
- 'dateacquired' => { 174 => 'DateAcquired' },
- 'datecreated' => { 128 => 0x37, 477 => 'DateCreated' },
- 'datedisplayformat' => { 251 => 0x3 },
- 'dateidentified' => { 115 => [\'Identification','IdentificationDateIdentified'] },
- 'dateimprint' => { 271 => '4.2' },
- 'daterecieved' => { 479 => 'dateRecieved' },
- 'datesent' => { 129 => 0x46 },
- 'datestampmode' => { 61 => 0x1c, 219 => 0x9d },
- 'datetime' => { 458 => 'datetime', 485 => 'DateTime' },
- 'datetimedigitized' => { 469 => 'DateTimeDigitized' },
- 'datetimeoriginal' => { 97 => 0x0, 116 => 0x9003, 150 => 0x14, 153 => 'OriginalDate', 361 => 'IDIT', 366 => 'date', 367 => 0xb, 368 => 0x3b, 369 => 0x3e, 469 => 'DateTimeOriginal' },
- 'datetimestamp' => { 136 => 0x64 },
- 'datetimeutc' => { 283 => 0x908 },
- 'daylightsavings' => { 75 => 0x3, 251 => 0x2 },
- 'dayofweek' => { 368 => 0x42, 369 => 0x4a },
- 'dccontinent' => { 115 => [\'dctermsLocation','dctermsLocationContinent'] },
- 'dccoordinateprecision' => { 115 => [\'dctermsLocation','dctermsLocationCoordinatePrecision'] },
- 'dccoordinateuncertaintyinmeters' => { 115 => [\'dctermsLocation','dctermsLocationCoordinateUncertaintyInMeters'] },
- 'dccountry' => { 115 => [\'dctermsLocation','dctermsLocationCountry'] },
- 'dccountrycode' => { 115 => [\'dctermsLocation','dctermsLocationCountryCode'] },
- 'dccounty' => { 115 => [\'dctermsLocation','dctermsLocationCounty'] },
- 'dcdecimallatitude' => { 115 => [\'dctermsLocation','dctermsLocationDecimalLatitude'] },
- 'dcdecimallongitude' => { 115 => [\'dctermsLocation','dctermsLocationDecimalLongitude'] },
- 'dcevent' => { 115 => 'Event' },
- 'dcfootprintspatialfit' => { 115 => [\'dctermsLocation','dctermsLocationFootprintSpatialFit'] },
- 'dcfootprintsrs' => { 115 => [\'dctermsLocation','dctermsLocationFootprintSRS'] },
- 'dcfootprintwkt' => { 115 => [\'dctermsLocation','dctermsLocationFootprintWKT'] },
- 'dcgeodeticdatum' => { 115 => [\'dctermsLocation','dctermsLocationGeodeticDatum'] },
- 'dcgeoreferencedby' => { 115 => [\'dctermsLocation','dctermsLocationGeoreferencedBy'] },
- 'dcgeoreferenceddate' => { 115 => [\'dctermsLocation','dctermsLocationGeoreferencedDate'] },
- 'dcgeoreferenceprotocol' => { 115 => [\'dctermsLocation','dctermsLocationGeoreferenceProtocol'] },
- 'dcgeoreferenceremarks' => { 115 => [\'dctermsLocation','dctermsLocationGeoreferenceRemarks'] },
- 'dcgeoreferencesources' => { 115 => [\'dctermsLocation','dctermsLocationGeoreferenceSources'] },
- 'dcgeoreferenceverificationstatus' => { 115 => [\'dctermsLocation','dctermsLocationGeoreferenceVerificationStatus'] },
- 'dchighergeography' => { 115 => [\'dctermsLocation','dctermsLocationHigherGeography'] },
- 'dchighergeographyid' => { 115 => [\'dctermsLocation','dctermsLocationHigherGeographyID'] },
- 'dcisland' => { 115 => [\'dctermsLocation','dctermsLocationIsland'] },
- 'dcislandgroup' => { 115 => [\'dctermsLocation','dctermsLocationIslandGroup'] },
- 'dclocality' => { 115 => [\'dctermsLocation','dctermsLocationLocality'] },
- 'dclocationaccordingto' => { 115 => [\'dctermsLocation','dctermsLocationLocationAccordingTo'] },
- 'dclocationid' => { 115 => [\'dctermsLocation','dctermsLocationLocationID'] },
- 'dclocationremarks' => { 115 => [\'dctermsLocation','dctermsLocationLocationRemarks'] },
- 'dcmaximumdepthinmeters' => { 115 => [\'dctermsLocation','dctermsLocationMaximumDepthInMeters'] },
- 'dcmaximumdistanceabovesurfaceinmeters' => { 115 => [\'dctermsLocation','dctermsLocationMaximumDistanceAboveSurfaceInMeters'] },
- 'dcmaximumelevationinmeters' => { 115 => [\'dctermsLocation','dctermsLocationMaximumElevationInMeters'] },
- 'dcminimumdepthinmeters' => { 115 => [\'dctermsLocation','dctermsLocationMinimumDepthInMeters'] },
- 'dcminimumdistanceabovesurfaceinmeters' => { 115 => [\'dctermsLocation','dctermsLocationMinimumDistanceAboveSurfaceInMeters'] },
- 'dcminimumelevationinmeters' => { 115 => [\'dctermsLocation','dctermsLocationMinimumElevationInMeters'] },
- 'dcmunicipality' => { 115 => [\'dctermsLocation','dctermsLocationMunicipality'] },
- 'dcpointradiusspatialfit' => { 115 => [\'dctermsLocation','dctermsLocationPointRadiusSpatialFit'] },
- 'dcstateprovince' => { 115 => [\'dctermsLocation','dctermsLocationStateProvince'] },
- 'dctermslocation' => { 115 => 'dctermsLocation' },
- 'dcverbatimcoordinates' => { 115 => [\'dctermsLocation','dctermsLocationVerbatimCoordinates'] },
- 'dcverbatimcoordinatesystem' => { 115 => [\'dctermsLocation','dctermsLocationVerbatimCoordinateSystem'] },
- 'dcverbatimdepth' => { 115 => [\'dctermsLocation','dctermsLocationVerbatimDepth'] },
- 'dcverbatimelevation' => { 115 => [\'dctermsLocation','dctermsLocationVerbatimElevation'] },
- 'dcverbatimlatitude' => { 115 => [\'dctermsLocation','dctermsLocationVerbatimLatitude'] },
- 'dcverbatimlocality' => { 115 => [\'dctermsLocation','dctermsLocationVerbatimLocality'] },
- 'dcverbatimlongitude' => { 115 => [\'dctermsLocation','dctermsLocationVerbatimLongitude'] },
- 'dcverbatimsrs' => { 115 => [\'dctermsLocation','dctermsLocationVerbatimSRS'] },
- 'dcwaterbody' => { 115 => [\'dctermsLocation','dctermsLocationWaterBody'] },
- 'declination' => { 161 => 'Declination' },
- 'decposition' => { 176 => 0x32 },
- 'defaultautogray' => { 463 => 'DefaultAutoGray', 465 => 'DefaultAutoGray' },
- 'defaultautotone' => { 463 => 'DefaultAutoTone', 465 => 'DefaultAutoTone' },
- 'defaultblackrender' => { 116 => 0xc7a6 },
- 'defaultcroporigin' => { 116 => 0xc61f },
- 'defaultcropsize' => { 116 => 0xc620 },
- 'defaulteraseoption' => { 81 => 0x813 },
- 'defaultscale' => { 116 => 0xc61e },
- 'defaultsspecifictoiso' => { 463 => 'DefaultsSpecificToISO', 465 => 'DefaultsSpecificToISO' },
- 'defaultsspecifictoserial' => { 463 => 'DefaultsSpecificToSerial', 465 => 'DefaultsSpecificToSerial' },
- 'defaultusercrop' => { 116 => 0xc7b5 },
- 'defectisocode' => { 134 => 0x90f },
- 'defringe' => { 463 => 'Defringe', 465 => 'Defringe' },
- 'defringegreenamount' => { 463 => 'DefringeGreenAmount', 465 => 'DefringeGreenAmount' },
- 'defringegreenhuehi' => { 463 => 'DefringeGreenHueHi', 465 => 'DefringeGreenHueHi' },
- 'defringegreenhuelo' => { 463 => 'DefringeGreenHueLo', 465 => 'DefringeGreenHueLo' },
- 'defringepurpleamount' => { 463 => 'DefringePurpleAmount', 465 => 'DefringePurpleAmount' },
- 'defringepurplehuehi' => { 463 => 'DefringePurpleHueHi', 465 => 'DefringePurpleHueHi' },
- 'defringepurplehuelo' => { 463 => 'DefringePurpleHueLo', 465 => 'DefringePurpleHueLo' },
- 'dehaze' => { 463 => 'Dehaze', 465 => 'Dehaze' },
- 'deletedimagecount' => { 219 => 0xa6, 228 => 0x6e },
- 'deprecatedon' => { 461 => 'deprecatedOn' },
- 'depthfar' => { 116 => 0xc7eb },
- 'depthformat' => { 116 => 0xc7e9 },
- 'depthimage' => { 448 => 'Data' },
- 'depthmeasuretype' => { 116 => 0xc7ed },
- 'depthnear' => { 116 => 0xc7ea },
- 'depthunits' => { 116 => 0xc7ec },
- 'derivedfrom' => { 490 => 'DerivedFrom' },
- 'derivedfromalternatepaths' => { 490 => [\'DerivedFrom','DerivedFromAlternatePaths'] },
- 'derivedfromdocumentid' => { 490 => [\'DerivedFrom','DerivedFromDocumentID'] },
- 'derivedfromfilepath' => { 490 => [\'DerivedFrom','DerivedFromFilePath'] },
- 'derivedfromfrompart' => { 490 => [\'DerivedFrom','DerivedFromFromPart'] },
- 'derivedfrominstanceid' => { 490 => [\'DerivedFrom','DerivedFromInstanceID'] },
- 'derivedfromlastmodifydate' => { 490 => [\'DerivedFrom','DerivedFromLastModifyDate'] },
- 'derivedfromlasturl' => { 490 => [\'DerivedFrom','DerivedFromLastURL'] },
- 'derivedfromlinkcategory' => { 490 => [\'DerivedFrom','DerivedFromLinkCategory'] },
- 'derivedfromlinkform' => { 490 => [\'DerivedFrom','DerivedFromLinkForm'] },
- 'derivedfrommanager' => { 490 => [\'DerivedFrom','DerivedFromManager'] },
- 'derivedfrommanagervariant' => { 490 => [\'DerivedFrom','DerivedFromManagerVariant'] },
- 'derivedfrommanageto' => { 490 => [\'DerivedFrom','DerivedFromManageTo'] },
- 'derivedfrommanageui' => { 490 => [\'DerivedFrom','DerivedFromManageUI'] },
- 'derivedfrommaskmarkers' => { 490 => [\'DerivedFrom','DerivedFromMaskMarkers'] },
- 'derivedfromoriginaldocumentid' => { 490 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] },
- 'derivedfrompartmapping' => { 490 => [\'DerivedFrom','DerivedFromPartMapping'] },
- 'derivedfromplacedresolutionunit' => { 490 => [\'DerivedFrom','DerivedFromPlacedResolutionUnit'] },
- 'derivedfromplacedxresolution' => { 490 => [\'DerivedFrom','DerivedFromPlacedXResolution'] },
- 'derivedfromplacedyresolution' => { 490 => [\'DerivedFrom','DerivedFromPlacedYResolution'] },
- 'derivedfromrenditionclass' => { 490 => [\'DerivedFrom','DerivedFromRenditionClass'] },
- 'derivedfromrenditionparams' => { 490 => [\'DerivedFrom','DerivedFromRenditionParams'] },
- 'derivedfromtopart' => { 490 => [\'DerivedFrom','DerivedFromToPart'] },
- 'derivedfromversionid' => { 490 => [\'DerivedFrom','DerivedFromVersionID'] },
- 'description' => { 296 => 'Description', 358 => ['desc','dscp',"\xa9des"], 360 => 'description', 366 => 'dscp', 463 => 'Description', 465 => 'Description', 466 => 'description', 487 => 'Description' },
- 'destination' => { 129 => 0x5 },
- 'destinationcity' => { 341 => 0x24, 347 => 0x3 },
- 'destinationcitycode' => { 348 => 0x1001 },
- 'destinationdst' => { 341 => 0x26, 347 => '0.3' },
- 'developmentdynamicrange' => { 124 => 0x1403 },
- 'deviantmatrixcustom' => { 134 => 0x7de },
- 'deviantmatrixdaylight' => { 134 => 0x7da },
- 'deviantmatrixflash' => { 134 => 0x7dd },
- 'deviantmatrixfluorescent' => { 134 => 0x7dc },
- 'deviantmatrixtungsten' => { 134 => 0x7db },
- 'deviantwhitecustom' => { 134 => 0x842 },
- 'deviantwhitedaylight' => { 134 => 0x83e },
- 'deviantwhiteflash' => { 134 => 0x841 },
- 'deviantwhitefluorescent' => { 134 => 0x840 },
- 'deviantwhitetungsten' => { 134 => 0x83f },
- 'device' => { 479 => 'device' },
- 'devicesettingdescription' => { 469 => 'DeviceSettingDescription' },
- 'devicesettingdescriptioncolumns' => { 469 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] },
- 'devicesettingdescriptionrows' => { 469 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] },
- 'devicesettingdescriptionsettings' => { 469 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] },
- 'devicetype' => { 380 => 0x2 },
- 'dewarpdata' => { 113 => 'DewarpData' },
- 'dewarpflag' => { 113 => 'DewarpFlag' },
- 'dialdirectiontvav' => { 81 => 0x706 },
- 'dietaryneeds' => { 481 => 'dietaryNeeds' },
- 'diffractioncorrection' => { 306 => 0xbc, 331 => 0x3 },
- 'diffractioncorrectionon' => { 100 => 0x2070b },
- 'digitalcreationdate' => { 128 => 0x3e },
- 'digitalcreationtime' => { 128 => 0x3f },
- 'digitaldeehighlightadj' => { 227 => 0x202 },
- 'digitaldeeshadowadj' => { 227 => 0x200 },
- 'digitaldeethreshold' => { 227 => 0x201 },
- 'digitalfilter' => { 383 => 0x59 },
- 'digitalfilter01' => { 328 => 0x5 },
- 'digitalfilter02' => { 328 => 0x16 },
- 'digitalfilter03' => { 328 => 0x27 },
- 'digitalfilter04' => { 328 => 0x38 },
- 'digitalfilter05' => { 328 => 0x49 },
- 'digitalfilter06' => { 328 => 0x5a },
- 'digitalfilter07' => { 328 => 0x6b },
- 'digitalfilter08' => { 328 => 0x7c },
- 'digitalfilter09' => { 328 => 0x8d },
- 'digitalfilter10' => { 328 => 0x9e },
- 'digitalfilter11' => { 328 => 0xaf },
- 'digitalfilter12' => { 328 => 0xc0 },
- 'digitalfilter13' => { 328 => 0xd1 },
- 'digitalfilter14' => { 328 => 0xe2 },
- 'digitalfilter15' => { 328 => 0xf3 },
- 'digitalfilter16' => { 328 => 0x104 },
- 'digitalfilter17' => { 328 => 0x115 },
- 'digitalfilter18' => { 328 => 0x126 },
- 'digitalfilter19' => { 328 => 0x137 },
- 'digitalfilter20' => { 328 => 0x148 },
- 'digitalgain' => { 71 => 0xb },
- 'digitalgem' => { 208 => 0x0 },
- 'digitalice' => { 227 => 0x100 },
- 'digitalimageguid' => { 475 => 'DigImageGUID' },
- 'digitalroc' => { 225 => 0x0 },
- 'digitalsourcefiletype' => { 475 => 'DigitalSourcefileType' },
- 'digitalsourcetype' => { 475 => 'DigitalSourceType' },
- 'digitalzoom' => { 34 => 0xc, 109 => 0xa, 124 => 0x1044, 136 => 0x68, 147 => 0x22, 148 => 0x1e, 152 => 'DigitalZoom', 176 => 0xc, 219 => 0x86, 249 => 0xa, 288 => 0x204, 341 => 0x1e, 348 => 0xa, 382 => 0x204, 427 => 0x12, 428 => 0x12 },
- 'digitalzoomon' => { 382 => 0x21b },
- 'digitalzoomratio' => { 116 => 0xa404, 416 => 0x200, 418 => 0x21c, 469 => 'DigitalZoomRatio' },
- 'director' => { 358 => "\xa9dir", 360 => 'director', 366 => "\xa9dir", 489 => 'director' },
- 'directorphotography' => { 489 => 'directorPhotography' },
- 'directory' => { 117 => 'Directory' },
+ 'croppedimagewidth' => { 5 => 0x1, 374 => 0x1603 },
+ 'cropping' => { 441 => 0x9010 },
+ 'cropright' => { 121 => 0x8, 255 => 0x2e, 312 => 0x32, 353 => 0xdb, 464 => 'CropRight', 466 => 'CropRight' },
+ 'croprightmargin' => { 52 => 0x1 },
+ 'croprotatedoriginalheight' => { 99 => 0x2 },
+ 'croprotatedoriginalwidth' => { 99 => 0x1 },
+ 'croprotation' => { 99 => 0x8, 121 => 0xb },
+ 'cropscaledresolution' => { 255 => 0x9e },
+ 'cropsourceresolution' => { 255 => 0xae },
+ 'croptop' => { 106 => 0x248, 121 => 0x7, 255 => 0x26, 288 => 0x613, 292 => 0x613, 312 => 0x2f, 353 => 0xda, 464 => 'CropTop', 466 => 'CropTop' },
+ 'croptopmargin' => { 52 => 0x2 },
+ 'cropunit' => { 464 => 'CropUnit', 466 => 'CropUnit' },
+ 'cropunits' => { 464 => 'CropUnits', 466 => 'CropUnits' },
+ 'cropw' => { 458 => 'CropW' },
+ 'cropwidth' => { 99 => 0x5, 106 => 0x24a, 288 => 0x614, 292 => 0x614, 464 => 'CropWidth', 466 => 'CropWidth' },
+ 'cropx' => { 99 => 0x3, 458 => 'CropX' },
+ 'cropy' => { 99 => 0x4, 458 => 'CropY' },
+ 'crossprocess' => { 342 => 0x7b },
+ 'crossprocessparams' => { 342 => 0x235 },
+ 'cuisine' => { 482 => 'cuisine' },
+ 'currenticcprofile' => { 117 => 0xc691 },
+ 'currentpreprofilematrix' => { 117 => 0xc692 },
+ 'currentversion' => { 441 => 0xd000 },
+ 'curve0x' => { 458 => 'Curve0x' },
+ 'curve0y' => { 458 => 'Curve0y' },
+ 'curve1x' => { 458 => 'Curve1x' },
+ 'curve1y' => { 458 => 'Curve1y' },
+ 'curve2x' => { 458 => 'Curve2x' },
+ 'curve2y' => { 458 => 'Curve2y' },
+ 'curve3x' => { 458 => 'Curve3x' },
+ 'curve3y' => { 458 => 'Curve3y' },
+ 'curve4x' => { 458 => 'Curve4x' },
+ 'curve4y' => { 458 => 'Curve4y' },
+ 'curves' => { 260 => 0x76a43201 },
+ 'custom1' => { 294 => 'Custom1' },
+ 'custom10' => { 294 => 'Custom10' },
+ 'custom2' => { 294 => 'Custom2' },
+ 'custom3' => { 294 => 'Custom3' },
+ 'custom4' => { 294 => 'Custom4' },
+ 'custom5' => { 294 => 'Custom5' },
+ 'custom6' => { 294 => 'Custom6' },
+ 'custom7' => { 294 => 'Custom7' },
+ 'custom8' => { 294 => 'Custom8' },
+ 'custom9' => { 294 => 'Custom9' },
+ 'customcolortone' => { 107 => 0x4c },
+ 'customcontrast' => { 107 => 0x4e },
+ 'customcontrols' => { 82 => 0x70c },
+ 'customdefaultunsharpfineness' => { 107 => 0xbe },
+ 'customdefaultunsharpstrength' => { 107 => 0xbc },
+ 'customdefaultunsharpthreshold' => { 107 => 0xc0 },
+ 'customilluminant' => { 135 => 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, 470 => 'CustomRendered' },
+ 'customsaturation' => { 107 => 0x4d, 284 => 0x503 },
+ 'customsettingsalldefault' => { 267 => '0.2', 276 => '0.2' },
+ 'customsettingsbank' => { 267 => '0.1', 268 => '0.1', 270 => '0.1', 271 => '0.1', 276 => '0.1', 280 => '0.2', 281 => '0.2' },
+ 'customsharpness' => { 107 => 0x50 },
+ 'customunsharpmaskfineness' => { 107 => 0xb8 },
+ 'customunsharpmaskstrength' => { 107 => 0xb6 },
+ 'customunsharpmaskthreshold' => { 107 => 0xba },
+ 'customwb_rblevels' => { 412 => 0x1a },
+ 'customwb_rgblevels' => { 395 => 0x8, 396 => 0x19 },
+ 'customwbbluelevel' => { 180 => 0x36 },
+ 'customwberror' => { 180 => 0x37 },
+ 'customwbgreenlevel' => { 180 => 0x35 },
+ 'customwbredlevel' => { 180 => 0x34 },
+ 'customwbsetting' => { 180 => 0x26 },
+ 'cx' => { 367 => '_cx_' },
+ 'cy' => { 367 => '_cy_' },
+ 'd-lightinghq' => { 260 => 0x2175eb78 },
+ 'd-lightinghqcolorboost' => { 256 => 0x2 },
+ 'd-lightinghqhighlight' => { 256 => 0x1 },
+ 'd-lightinghqselected' => { 260 => 0x6a6e36b6 },
+ 'd-lightinghqshadow' => { 256 => 0x0 },
+ 'd-lightinghs' => { 260 => 0xce5554aa },
+ 'd-lightinghsadjustment' => { 257 => 0x0 },
+ 'd-lightinghscolorboost' => { 257 => 0x1 },
+ 'd-rangeoptimizerhighlight' => { 441 => 0x8024 },
+ 'd-rangeoptimizermode' => { 441 => 0x8022 },
+ 'd-rangeoptimizershadow' => { 441 => 0x802d },
+ 'd-rangeoptimizervalue' => { 441 => 0x8023 },
+ 'darkblacksegrows' => { 135 => 0x18d8 },
+ 'darkfocusenvironment' => { 307 => 0x8003 },
+ 'darkframecountfactor' => { 135 => 0xc85 },
+ 'darkframelongexposure' => { 135 => 0xc84 },
+ 'darkframeshortexposure' => { 135 => 0xc83 },
+ 'darkpedestal' => { 135 => 0xc7f },
+ 'datacompressionmethod' => { 131 => 0x6e },
+ 'dataimprint' => { 177 => 0x34 },
+ 'dataonscreen' => { 476 => 'DataOnScreen' },
+ 'dataonscreenregion' => { 476 => [\'DataOnScreen','DataOnScreenRegion'] },
+ 'dataonscreenregiond' => { 476 => [\'DataOnScreen','DataOnScreenRegionD'] },
+ 'dataonscreenregionh' => { 476 => [\'DataOnScreen','DataOnScreenRegionH'] },
+ 'dataonscreenregiontext' => { 476 => [\'DataOnScreen','DataOnScreenRegionText'] },
+ 'dataonscreenregionunit' => { 476 => [\'DataOnScreen','DataOnScreenRegionUnit'] },
+ 'dataonscreenregionw' => { 476 => [\'DataOnScreen','DataOnScreenRegionW'] },
+ 'dataonscreenregionx' => { 476 => [\'DataOnScreen','DataOnScreenRegionX'] },
+ 'dataonscreenregiony' => { 476 => [\'DataOnScreen','DataOnScreenRegionY'] },
+ 'datascaling' => { 342 => 0x3d },
+ 'date' => { 342 => 0x6, 467 => 'date' },
+ 'dateacquired' => { 175 => 'DateAcquired' },
+ 'datecreated' => { 129 => 0x37, 478 => 'DateCreated' },
+ 'datedisplayformat' => { 252 => 0x3 },
+ 'dateidentified' => { 116 => [\'Identification','IdentificationDateIdentified'] },
+ 'dateimprint' => { 272 => '4.2' },
+ 'daterecieved' => { 480 => 'dateRecieved' },
+ 'datesent' => { 130 => 0x46 },
+ 'datestampmode' => { 62 => 0x1c, 220 => 0x9d },
+ 'datetime' => { 459 => 'datetime', 486 => 'DateTime' },
+ 'datetimedigitized' => { 470 => 'DateTimeDigitized' },
+ 'datetimeoriginal' => { 98 => 0x0, 117 => 0x9003, 151 => 0x14, 154 => 'OriginalDate', 362 => 'IDIT', 367 => 'date', 368 => 0xb, 369 => 0x3b, 370 => 0x3e, 470 => 'DateTimeOriginal' },
+ 'datetimestamp' => { 137 => 0x64 },
+ 'datetimeutc' => { 284 => 0x908 },
+ 'daylightsavings' => { 76 => 0x3, 252 => 0x2 },
+ 'dayofweek' => { 369 => 0x42, 370 => 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' => { 162 => 'Declination' },
+ 'decposition' => { 177 => 0x32 },
+ 'defaultautogray' => { 464 => 'DefaultAutoGray', 466 => 'DefaultAutoGray' },
+ 'defaultautotone' => { 464 => 'DefaultAutoTone', 466 => 'DefaultAutoTone' },
+ 'defaultblackrender' => { 117 => 0xc7a6 },
+ 'defaultcroporigin' => { 117 => 0xc61f },
+ 'defaultcropsize' => { 117 => 0xc620 },
+ 'defaulteraseoption' => { 82 => 0x813 },
+ 'defaultscale' => { 117 => 0xc61e },
+ 'defaultsspecifictoiso' => { 464 => 'DefaultsSpecificToISO', 466 => 'DefaultsSpecificToISO' },
+ 'defaultsspecifictoserial' => { 464 => 'DefaultsSpecificToSerial', 466 => 'DefaultsSpecificToSerial' },
+ 'defaultusercrop' => { 117 => 0xc7b5 },
+ 'defectisocode' => { 135 => 0x90f },
+ 'defringe' => { 464 => 'Defringe', 466 => 'Defringe' },
+ 'defringegreenamount' => { 464 => 'DefringeGreenAmount', 466 => 'DefringeGreenAmount' },
+ 'defringegreenhuehi' => { 464 => 'DefringeGreenHueHi', 466 => 'DefringeGreenHueHi' },
+ 'defringegreenhuelo' => { 464 => 'DefringeGreenHueLo', 466 => 'DefringeGreenHueLo' },
+ 'defringepurpleamount' => { 464 => 'DefringePurpleAmount', 466 => 'DefringePurpleAmount' },
+ 'defringepurplehuehi' => { 464 => 'DefringePurpleHueHi', 466 => 'DefringePurpleHueHi' },
+ 'defringepurplehuelo' => { 464 => 'DefringePurpleHueLo', 466 => 'DefringePurpleHueLo' },
+ 'dehaze' => { 464 => 'Dehaze', 466 => 'Dehaze' },
+ 'deletedimagecount' => { 220 => 0xa6, 229 => 0x6e },
+ 'deprecatedon' => { 462 => 'deprecatedOn' },
+ 'depthfar' => { 117 => 0xc7eb },
+ 'depthformat' => { 117 => 0xc7e9 },
+ 'depthimage' => { 449 => 'Data' },
+ 'depthmeasuretype' => { 117 => 0xc7ed },
+ 'depthnear' => { 117 => 0xc7ea },
+ 'depthunits' => { 117 => 0xc7ec },
+ 'derivedfrom' => { 491 => 'DerivedFrom' },
+ 'derivedfromalternatepaths' => { 491 => [\'DerivedFrom','DerivedFromAlternatePaths'] },
+ 'derivedfromdocumentid' => { 491 => [\'DerivedFrom','DerivedFromDocumentID'] },
+ 'derivedfromfilepath' => { 491 => [\'DerivedFrom','DerivedFromFilePath'] },
+ 'derivedfromfrompart' => { 491 => [\'DerivedFrom','DerivedFromFromPart'] },
+ 'derivedfrominstanceid' => { 491 => [\'DerivedFrom','DerivedFromInstanceID'] },
+ 'derivedfromlastmodifydate' => { 491 => [\'DerivedFrom','DerivedFromLastModifyDate'] },
+ 'derivedfromlasturl' => { 491 => [\'DerivedFrom','DerivedFromLastURL'] },
+ 'derivedfromlinkcategory' => { 491 => [\'DerivedFrom','DerivedFromLinkCategory'] },
+ 'derivedfromlinkform' => { 491 => [\'DerivedFrom','DerivedFromLinkForm'] },
+ 'derivedfrommanager' => { 491 => [\'DerivedFrom','DerivedFromManager'] },
+ 'derivedfrommanagervariant' => { 491 => [\'DerivedFrom','DerivedFromManagerVariant'] },
+ 'derivedfrommanageto' => { 491 => [\'DerivedFrom','DerivedFromManageTo'] },
+ 'derivedfrommanageui' => { 491 => [\'DerivedFrom','DerivedFromManageUI'] },
+ 'derivedfrommaskmarkers' => { 491 => [\'DerivedFrom','DerivedFromMaskMarkers'] },
+ 'derivedfromoriginaldocumentid' => { 491 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] },
+ 'derivedfrompartmapping' => { 491 => [\'DerivedFrom','DerivedFromPartMapping'] },
+ 'derivedfromplacedresolutionunit' => { 491 => [\'DerivedFrom','DerivedFromPlacedResolutionUnit'] },
+ 'derivedfromplacedxresolution' => { 491 => [\'DerivedFrom','DerivedFromPlacedXResolution'] },
+ 'derivedfromplacedyresolution' => { 491 => [\'DerivedFrom','DerivedFromPlacedYResolution'] },
+ 'derivedfromrenditionclass' => { 491 => [\'DerivedFrom','DerivedFromRenditionClass'] },
+ 'derivedfromrenditionparams' => { 491 => [\'DerivedFrom','DerivedFromRenditionParams'] },
+ 'derivedfromtopart' => { 491 => [\'DerivedFrom','DerivedFromToPart'] },
+ 'derivedfromversionid' => { 491 => [\'DerivedFrom','DerivedFromVersionID'] },
+ 'description' => { 297 => 'Description', 359 => ['desc','dscp',"\xa9des"], 361 => 'description', 367 => 'dscp', 464 => 'Description', 466 => 'Description', 467 => 'description', 488 => 'Description' },
+ 'destination' => { 130 => 0x5 },
+ 'destinationcity' => { 342 => 0x24, 348 => 0x3 },
+ 'destinationcitycode' => { 349 => 0x1001 },
+ 'destinationdst' => { 342 => 0x26, 348 => '0.3' },
+ 'developmentdynamicrange' => { 125 => 0x1403 },
+ 'deviantmatrixcustom' => { 135 => 0x7de },
+ 'deviantmatrixdaylight' => { 135 => 0x7da },
+ 'deviantmatrixflash' => { 135 => 0x7dd },
+ 'deviantmatrixfluorescent' => { 135 => 0x7dc },
+ 'deviantmatrixtungsten' => { 135 => 0x7db },
+ 'deviantwhitecustom' => { 135 => 0x842 },
+ 'deviantwhitedaylight' => { 135 => 0x83e },
+ 'deviantwhiteflash' => { 135 => 0x841 },
+ 'deviantwhitefluorescent' => { 135 => 0x840 },
+ 'deviantwhitetungsten' => { 135 => 0x83f },
+ 'device' => { 480 => 'device' },
+ 'devicesettingdescription' => { 470 => 'DeviceSettingDescription' },
+ 'devicesettingdescriptioncolumns' => { 470 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] },
+ 'devicesettingdescriptionrows' => { 470 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] },
+ 'devicesettingdescriptionsettings' => { 470 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] },
+ 'devicetype' => { 381 => 0x2 },
+ 'dewarpdata' => { 114 => 'DewarpData' },
+ 'dewarpflag' => { 114 => 'DewarpFlag' },
+ 'dialdirectiontvav' => { 82 => 0x706 },
+ 'dietaryneeds' => { 482 => 'dietaryNeeds' },
+ 'diffractioncorrection' => { 307 => 0xbc, 332 => 0x3 },
+ 'diffractioncorrectionon' => { 101 => 0x2070b },
+ 'digitalcreationdate' => { 129 => 0x3e },
+ 'digitalcreationtime' => { 129 => 0x3f },
+ 'digitaldeehighlightadj' => { 228 => 0x202 },
+ 'digitaldeeshadowadj' => { 228 => 0x200 },
+ 'digitaldeethreshold' => { 228 => 0x201 },
+ 'digitalfilter' => { 384 => 0x59 },
+ 'digitalfilter01' => { 329 => 0x5 },
+ 'digitalfilter02' => { 329 => 0x16 },
+ 'digitalfilter03' => { 329 => 0x27 },
+ 'digitalfilter04' => { 329 => 0x38 },
+ 'digitalfilter05' => { 329 => 0x49 },
+ 'digitalfilter06' => { 329 => 0x5a },
+ 'digitalfilter07' => { 329 => 0x6b },
+ 'digitalfilter08' => { 329 => 0x7c },
+ 'digitalfilter09' => { 329 => 0x8d },
+ 'digitalfilter10' => { 329 => 0x9e },
+ 'digitalfilter11' => { 329 => 0xaf },
+ 'digitalfilter12' => { 329 => 0xc0 },
+ 'digitalfilter13' => { 329 => 0xd1 },
+ 'digitalfilter14' => { 329 => 0xe2 },
+ 'digitalfilter15' => { 329 => 0xf3 },
+ 'digitalfilter16' => { 329 => 0x104 },
+ 'digitalfilter17' => { 329 => 0x115 },
+ 'digitalfilter18' => { 329 => 0x126 },
+ 'digitalfilter19' => { 329 => 0x137 },
+ 'digitalfilter20' => { 329 => 0x148 },
+ 'digitalgain' => { 72 => 0xb },
+ 'digitalgem' => { 209 => 0x0 },
+ 'digitalice' => { 228 => 0x100 },
+ 'digitalimageguid' => { 476 => 'DigImageGUID' },
+ 'digitalroc' => { 226 => 0x0 },
+ 'digitalsourcefiletype' => { 476 => 'DigitalSourcefileType' },
+ 'digitalsourcetype' => { 476 => 'DigitalSourceType' },
+ 'digitalzoom' => { 34 => 0xc, 110 => 0xa, 125 => 0x1044, 137 => 0x68, 148 => 0x22, 149 => 0x1e, 153 => 'DigitalZoom', 177 => 0xc, 220 => 0x86, 250 => 0xa, 289 => 0x204, 342 => 0x1e, 349 => 0xa, 383 => 0x204, 428 => 0x12, 429 => 0x12 },
+ 'digitalzoomon' => { 383 => 0x21b },
+ 'digitalzoomratio' => { 117 => 0xa404, 417 => 0x200, 419 => 0x21c, 470 => 'DigitalZoomRatio' },
+ 'director' => { 359 => "\xa9dir", 361 => 'director', 367 => "\xa9dir", 490 => 'director' },
+ 'directorphotography' => { 490 => 'directorPhotography' },
+ 'directory' => { 118 => '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' => { 202 => 0x3, 369 => 0x12 },
- 'disableautocreation' => { 446 => 'DisableAutoCreation' },
- 'disclaimer' => { 296 => 'Disclaimer' },
- 'discnumber' => { 489 => 'discNumber' },
- 'dishtype' => { 481 => 'dishType' },
- 'disknumber' => { 358 => 'disk' },
- 'displayallafpoints' => { 81 => 0x514 },
+ 'directorynumber' => { 203 => 0x3, 370 => 0x12 },
+ 'disableautocreation' => { 447 => 'DisableAutoCreation' },
+ 'disclaimer' => { 297 => 'Disclaimer' },
+ 'discnumber' => { 490 => 'discNumber' },
+ 'dishtype' => { 482 => 'dishType' },
+ 'disknumber' => { 359 => 'disk' },
+ 'displayallafpoints' => { 82 => 0x514 },
'displayaperture' => { 34 => 0x23 },
- 'displayedunitsx' => { 356 => 0x2 },
- 'displayedunitsy' => { 356 => 0x6 },
- 'displayname' => { 360 => 'displayname', 478 => 'displayName' },
- 'distance1' => { 136 => 0x28 },
- 'distance2' => { 136 => 0x2c },
- 'distance3' => { 136 => 0x30 },
- 'distance4' => { 136 => 0x34 },
- 'distortion' => { 380 => 0xa050 },
- 'distortioncompensation' => { 440 => 0x8040 },
- 'distortioncontrol' => { 228 => 0x10 },
- 'distortioncorrection' => { 76 => 0x3, 100 => 0x20705, 106 => 0x67, 116 => 0x7036, 283 => 0x50b, 310 => '7.1', 331 => 0x0, 435 => 0x601, 436 => 0x5b },
- 'distortioncorrection2' => { 287 => 0x1011 },
- 'distortioncorrectionalreadyapplied' => { 460 => 'DistortionCorrectionAlreadyApplied' },
- 'distortioncorrectionon' => { 100 => '0x20705.0', 106 => 0x63 },
- 'distortioncorrectionsetting' => { 77 => 0x7, 406 => 0x2013 },
- 'distortioncorrectionvalue' => { 76 => 0x9 },
- 'distortioncorrparams' => { 116 => 0x7037, 415 => 0x1a23, 418 => 0x1870, 420 => 0x189c, 421 => 0x18cc, 422 => 0x17d0, 435 => 0x6ca, 436 => 0x64 },
- 'distortioncorrparamsnumber' => { 418 => 0x1899, 420 => 0x18c5, 421 => 0x18f5, 422 => 0x17f9 },
- 'distortioncorrparamspresent' => { 418 => 0x1898, 420 => 0x18c4, 421 => 0x18f4, 422 => 0x17f8, 424 => 0x10b, 425 => 0x10b, 435 => 0x600, 436 => 0x5a },
- 'distortioneffect' => { 100 => 0x20709 },
- 'distortionn' => { 310 => 0xc },
- 'distortionparam02' => { 310 => 0x2 },
- 'distortionparam04' => { 310 => 0x4 },
- 'distortionparam08' => { 310 => 0x8 },
- 'distortionparam09' => { 310 => 0x9 },
- 'distortionparam11' => { 310 => 0xb },
- 'distortionscale' => { 310 => 0x5 },
- 'distributor' => { 479 => 'distributor' },
- 'distributorproductid' => { 478 => 'distributorProductID' },
- 'dloon' => { 100 => '0x20706.0', 106 => 0xdc },
- 'dlosetting' => { 100 => 0x20706, 106 => 0xdd },
- 'dlosettingapplied' => { 99 => 0x4 },
- 'dloshootingdistance' => { 106 => 0xde },
- 'dloversion' => { 99 => 0x5 },
- 'dmcomment' => { 489 => 'comment' },
- 'dmdithermatrix' => { 134 => 0xc7a },
- 'dmdithermatrixheight' => { 134 => 0xc7c },
- 'dmdithermatrixwidth' => { 134 => 0xc7b },
- 'dngadobedata' => { 116 => 0xc634 },
- 'dngbackwardversion' => { 116 => 0xc613 },
- 'dngignoresidecars' => { 463 => 'DNGIgnoreSidecars', 465 => 'DNGIgnoreSidecars' },
- 'dnglensinfo' => { 116 => 0xc630 },
- 'dngprivatedata' => { 116 => 0xc634 },
- 'dngversion' => { 116 => 0xc612 },
- 'document' => { 296 => 'Document' },
- 'documentancestors' => { 477 => 'DocumentAncestors' },
- 'documenthistory' => { 128 => 0xe7 },
- 'documentid' => { 490 => 'DocumentID' },
- 'documentname' => { 116 => 0x10d },
- 'documentnotes' => { 128 => 0xe6 },
- 'doi' => { 479 => 'doi' },
- 'dopesheet' => { 475 => 'Dopesheet' },
- 'dopesheetlink' => { 475 => 'DopesheetLink' },
- 'dopesheetlinklink' => { 475 => [\'DopesheetLink','DopesheetLinkLink'] },
- 'dopesheetlinklinkqualifier' => { 475 => [\'DopesheetLink','DopesheetLinkLinkQualifier'] },
- 'doublingmicrovolts' => { 134 => 0xc82 },
- 'dpp' => { 458 => 'dpp' },
- 'dr4cameramodel' => { 101 => 0x3 },
- 'drangepriority' => { 124 => 0x1443 },
- 'drangepriorityauto' => { 124 => 0x1444 },
- 'drangepriorityfixed' => { 124 => 0x1445 },
- 'drivemode' => { 110 => 0x3103, 122 => '0.1', 176 => 0x6, 179 => 0x1e, 182 => 0xe, 283 => 0x600, 341 => 0x34, 373 => 0x1002, 383 => 0x3, 393 => 0x4, 394 => 0x7e, 395 => 0x34 },
- 'drivemode2' => { 179 => 0xa, 322 => 0x7, 404 => 0xe, 411 => 0x1 },
- 'drivemodesetting' => { 395 => 0x4 },
- 'drivespeed' => { 122 => '0.2' },
- 'dspfirmwareversion' => { 341 => 0x27 },
- 'duration' => { 64 => 0x6a, 151 => 'Duration', 165 => 'Duration', 481 => 'duration', 489 => 'duration' },
- 'durationscale' => { 489 => [\'duration','durationScale'] },
- 'durationvalue' => { 489 => [\'duration','durationValue'] },
- 'dustremovaldata' => { 61 => 0x97 },
- 'dynamicafarea' => { 266 => '1.4', 275 => '1.4' },
- 'dynamicareaafdisplay' => { 267 => '46.1', 269 => '47.1', 270 => '47.1', 279 => '47.1', 280 => '47.1' },
- 'dynamicrange' => { 124 => 0x1400 },
- 'dynamicrangeexpansion' => { 341 => 0x69, 373 => 0x100e },
- 'dynamicrangemax' => { 105 => 0x7c },
- 'dynamicrangemin' => { 105 => 0x7a },
- 'dynamicrangeoptimizer' => { 179 => 0x15, 406 => [0xb025,0xb04f], 414 => 0x1144, 415 => [0x1144,0x324], 416 => [0x1120,0x300], 417 => [0x119c,0x37c], 418 => [0x1178,0x328], 419 => [0x1030,0x50], 420 => [0x228,0x50], 421 => [0x228,0x50], 422 => [0x21b,0x4e] },
- 'dynamicrangeoptimizerbracket' => { 404 => 0x2e },
- 'dynamicrangeoptimizerlevel' => { 393 => 0x19, 394 => 0x17, 395 => 0xd, 404 => 0x79, 411 => 0x5 },
- 'dynamicrangeoptimizermode' => { 182 => 0x15, 393 => 0x18, 394 => 0x16, 404 => [0x77,0x15] },
- 'dynamicrangeoptimizersetting' => { 179 => 0x27, 395 => 0xc, 411 => 0x4 },
- 'dynamicrangesetting' => { 124 => 0x1402 },
- 'e-dialinprogram' => { 322 => '1.3' },
- 'earliestageorloweststage' => { 115 => [\'GeologicalContext','GeologicalContextEarliestAgeOrLowestStage'] },
- 'earliesteonorlowesteonothem' => { 115 => [\'GeologicalContext','GeologicalContextEarliestEonOrLowestEonothem'] },
- 'earliestepochorlowestseries' => { 115 => [\'GeologicalContext','GeologicalContextEarliestEpochOrLowestSeries'] },
- 'earliesteraorlowesterathem' => { 115 => [\'GeologicalContext','GeologicalContextEarliestEraOrLowestErathem'] },
- 'earliestperiodorlowestsystem' => { 115 => [\'GeologicalContext','GeologicalContextEarliestPeriodOrLowestSystem'] },
- 'earthpos' => { 443 => 'EarthPos' },
- 'earthposaltitude' => { 443 => [\'EarthPos','EarthPosAltitude'] },
- 'earthposlatitude' => { 443 => [\'EarthPos','EarthPosLatitude'] },
- 'earthposlongitude' => { 443 => [\'EarthPos','EarthPosLongitude'] },
- 'earthposrotationw' => { 443 => [\'EarthPos','EarthPosRotationW'] },
- 'earthposrotationx' => { 443 => [\'EarthPos','EarthPosRotationX'] },
- 'earthposrotationy' => { 443 => [\'EarthPos','EarthPosRotationY'] },
- 'earthposrotationz' => { 443 => [\'EarthPos','EarthPosRotationZ'] },
- 'earthpostimestamp' => { 443 => [\'EarthPos','EarthPosTimestamp'] },
- 'easyexposurecomp' => { 281 => '6.1' },
- 'easyexposurecompensation' => { 266 => '6.4', 267 => '6.5', 269 => '6.3', 270 => '6.3', 274 => '5.1', 275 => '4.4', 276 => '5.2', 279 => '6.3', 280 => '6.3' },
+ 'displayedunitsx' => { 357 => 0x2 },
+ 'displayedunitsy' => { 357 => 0x6 },
+ 'displayname' => { 361 => 'displayname', 479 => 'displayName' },
+ 'distance1' => { 137 => 0x28 },
+ 'distance2' => { 137 => 0x2c },
+ 'distance3' => { 137 => 0x30 },
+ 'distance4' => { 137 => 0x34 },
+ 'distortion' => { 381 => 0xa050 },
+ 'distortioncompensation' => { 441 => 0x8040 },
+ 'distortioncontrol' => { 229 => 0x10 },
+ 'distortioncorrection' => { 77 => 0x3, 101 => 0x20705, 107 => 0x67, 117 => 0x7036, 284 => 0x50b, 311 => '7.1', 332 => 0x0, 436 => 0x601, 437 => 0x5b },
+ 'distortioncorrection2' => { 288 => 0x1011 },
+ 'distortioncorrectionalreadyapplied' => { 461 => 'DistortionCorrectionAlreadyApplied' },
+ 'distortioncorrectionon' => { 101 => '0x20705.0', 107 => 0x63 },
+ 'distortioncorrectionsetting' => { 78 => 0x7, 407 => 0x2013 },
+ 'distortioncorrectionvalue' => { 77 => 0x9 },
+ 'distortioncorrparams' => { 117 => 0x7037, 416 => 0x1a23, 419 => 0x1870, 421 => 0x189c, 422 => 0x18cc, 423 => 0x17d0, 436 => 0x6ca, 437 => 0x64 },
+ 'distortioncorrparamsnumber' => { 419 => 0x1899, 421 => 0x18c5, 422 => 0x18f5, 423 => 0x17f9 },
+ 'distortioncorrparamspresent' => { 419 => 0x1898, 421 => 0x18c4, 422 => 0x18f4, 423 => 0x17f8, 425 => 0x10b, 426 => 0x10b, 436 => 0x600, 437 => 0x5a },
+ 'distortioneffect' => { 101 => 0x20709 },
+ 'distortionn' => { 311 => 0xc },
+ 'distortionparam02' => { 311 => 0x2 },
+ 'distortionparam04' => { 311 => 0x4 },
+ 'distortionparam08' => { 311 => 0x8 },
+ 'distortionparam09' => { 311 => 0x9 },
+ 'distortionparam11' => { 311 => 0xb },
+ 'distortionscale' => { 311 => 0x5 },
+ 'distributor' => { 480 => 'distributor' },
+ 'distributorproductid' => { 479 => 'distributorProductID' },
+ 'dloon' => { 101 => '0x20706.0', 107 => 0xdc },
+ 'dlosetting' => { 101 => 0x20706, 107 => 0xdd },
+ 'dlosettingapplied' => { 100 => 0x4 },
+ 'dloshootingdistance' => { 107 => 0xde },
+ 'dloversion' => { 100 => 0x5 },
+ 'dmcomment' => { 490 => 'comment' },
+ 'dmdithermatrix' => { 135 => 0xc7a },
+ 'dmdithermatrixheight' => { 135 => 0xc7c },
+ 'dmdithermatrixwidth' => { 135 => 0xc7b },
+ 'dngadobedata' => { 117 => 0xc634 },
+ 'dngbackwardversion' => { 117 => 0xc613 },
+ 'dngignoresidecars' => { 464 => 'DNGIgnoreSidecars', 466 => 'DNGIgnoreSidecars' },
+ 'dnglensinfo' => { 117 => 0xc630 },
+ 'dngprivatedata' => { 117 => 0xc634 },
+ 'dngversion' => { 117 => 0xc612 },
+ 'document' => { 297 => 'Document' },
+ 'documentancestors' => { 478 => 'DocumentAncestors' },
+ 'documenthistory' => { 129 => 0xe7 },
+ 'documentid' => { 491 => 'DocumentID' },
+ 'documentname' => { 117 => 0x10d },
+ 'documentnotes' => { 129 => 0xe6 },
+ 'doi' => { 480 => 'doi' },
+ 'dopesheet' => { 476 => 'Dopesheet' },
+ 'dopesheetlink' => { 476 => 'DopesheetLink' },
+ 'dopesheetlinklink' => { 476 => [\'DopesheetLink','DopesheetLinkLink'] },
+ 'dopesheetlinklinkqualifier' => { 476 => [\'DopesheetLink','DopesheetLinkLinkQualifier'] },
+ 'doublingmicrovolts' => { 135 => 0xc82 },
+ 'dpp' => { 459 => 'dpp' },
+ 'dr4cameramodel' => { 102 => 0x3 },
+ 'drangepriority' => { 125 => 0x1443 },
+ 'drangepriorityauto' => { 125 => 0x1444 },
+ 'drangepriorityfixed' => { 125 => 0x1445 },
+ 'drivemode' => { 111 => 0x3103, 123 => '0.1', 177 => 0x6, 180 => 0x1e, 183 => 0xe, 284 => 0x600, 342 => 0x34, 374 => 0x1002, 384 => 0x3, 394 => 0x4, 395 => 0x7e, 396 => 0x34 },
+ 'drivemode2' => { 180 => 0xa, 323 => 0x7, 405 => 0xe, 412 => 0x1 },
+ 'drivemodesetting' => { 396 => 0x4 },
+ 'drivespeed' => { 123 => '0.2' },
+ 'dspfirmwareversion' => { 342 => 0x27 },
+ 'duration' => { 65 => 0x6a, 152 => 'Duration', 166 => 'Duration', 482 => 'duration', 490 => 'duration' },
+ 'durationscale' => { 490 => [\'duration','durationScale'] },
+ 'durationvalue' => { 490 => [\'duration','durationValue'] },
+ 'dustremovaldata' => { 62 => 0x97 },
+ 'dynamicafarea' => { 267 => '1.4', 276 => '1.4' },
+ 'dynamicareaafdisplay' => { 268 => '46.1', 270 => '47.1', 271 => '47.1', 280 => '47.1', 281 => '47.1' },
+ 'dynamicrange' => { 125 => 0x1400 },
+ 'dynamicrangeexpansion' => { 342 => 0x69, 374 => 0x100e },
+ 'dynamicrangemax' => { 106 => 0x7c },
+ 'dynamicrangemin' => { 106 => 0x7a },
+ 'dynamicrangeoptimizer' => { 180 => 0x15, 407 => [0xb025,0xb04f], 415 => 0x1144, 416 => [0x1144,0x324], 417 => [0x1120,0x300], 418 => [0x119c,0x37c], 419 => [0x1178,0x328], 420 => [0x1030,0x50], 421 => [0x228,0x50], 422 => [0x228,0x50], 423 => [0x21b,0x4e] },
+ 'dynamicrangeoptimizerbracket' => { 405 => 0x2e },
+ 'dynamicrangeoptimizerlevel' => { 394 => 0x19, 395 => 0x17, 396 => 0xd, 405 => 0x79, 412 => 0x5 },
+ 'dynamicrangeoptimizermode' => { 183 => 0x15, 394 => 0x18, 395 => 0x16, 405 => [0x77,0x15] },
+ 'dynamicrangeoptimizersetting' => { 180 => 0x27, 396 => 0xc, 412 => 0x4 },
+ 'dynamicrangesetting' => { 125 => 0x1402 },
+ 'e-dialinprogram' => { 323 => '1.3' },
+ 'earliestageorloweststage' => { 116 => [\'GeologicalContext','GeologicalContextEarliestAgeOrLowestStage'] },
+ 'earliesteonorlowesteonothem' => { 116 => [\'GeologicalContext','GeologicalContextEarliestEonOrLowestEonothem'] },
+ 'earliestepochorlowestseries' => { 116 => [\'GeologicalContext','GeologicalContextEarliestEpochOrLowestSeries'] },
+ 'earliesteraorlowesterathem' => { 116 => [\'GeologicalContext','GeologicalContextEarliestEraOrLowestErathem'] },
+ 'earliestperiodorlowestsystem' => { 116 => [\'GeologicalContext','GeologicalContextEarliestPeriodOrLowestSystem'] },
+ 'earthpos' => { 444 => 'EarthPos' },
+ 'earthposaltitude' => { 444 => [\'EarthPos','EarthPosAltitude'] },
+ 'earthposlatitude' => { 444 => [\'EarthPos','EarthPosLatitude'] },
+ 'earthposlongitude' => { 444 => [\'EarthPos','EarthPosLongitude'] },
+ 'earthposrotationw' => { 444 => [\'EarthPos','EarthPosRotationW'] },
+ 'earthposrotationx' => { 444 => [\'EarthPos','EarthPosRotationX'] },
+ 'earthposrotationy' => { 444 => [\'EarthPos','EarthPosRotationY'] },
+ 'earthposrotationz' => { 444 => [\'EarthPos','EarthPosRotationZ'] },
+ 'earthpostimestamp' => { 444 => [\'EarthPos','EarthPosTimestamp'] },
+ 'easyexposurecomp' => { 282 => '6.1' },
+ 'easyexposurecompensation' => { 267 => '6.4', 268 => '6.5', 270 => '6.3', 271 => '6.3', 275 => '5.1', 276 => '4.4', 277 => '5.2', 280 => '6.3', 281 => '6.3' },
'easymode' => { 34 => 0xb },
- 'edgemapslope' => { 134 => 0x930 },
- 'edgemapx1' => { 134 => 0x931 },
- 'edgemapx2' => { 134 => 0x932 },
- 'edgemapx3' => { 134 => 0x934 },
- 'edgemapx4' => { 134 => 0x935 },
- 'edgenoisereduction' => { 260 => 0x4, 440 => 0x8028 },
- 'edit1' => { 366 => "\xa9ed1" },
- 'edit2' => { 366 => "\xa9ed2" },
- 'edit3' => { 366 => "\xa9ed3" },
- 'edit4' => { 366 => "\xa9ed4" },
- 'edit5' => { 366 => "\xa9ed5" },
- 'edit6' => { 366 => "\xa9ed6" },
- 'edit7' => { 366 => "\xa9ed7" },
- 'edit8' => { 366 => "\xa9ed8" },
- 'edit9' => { 366 => "\xa9ed9" },
- 'edition' => { 479 => 'edition' },
- 'editorialupdate' => { 128 => 0x8 },
- 'editstatus' => { 128 => 0x7, 353 => 'EditStatus', 458 => 'EditStatus' },
- 'editversionname' => { 259 => 0x3d136244 },
- 'effectivelv' => { 341 => 0x2d },
- 'effectivemaxaperture' => { 212 => 0x12, 213 => 0x13, 217 => 0x14 },
- 'eissn' => { 479 => 'eIssn' },
- 'electricalblackcolumns' => { 134 => 0x1810 },
- 'electronicfront-curtainshutter' => { 269 => '5.2', 270 => '5.2', 279 => '5.3', 280 => '5.2' },
- 'electronicfrontcurtainshutter' => { 406 => 0x201a },
- 'elevation' => { 161 => 'Elevation' },
- 'email' => { 153 => 'EMail' },
- 'embargodate' => { 482 => 'embargoDate' },
- 'embdencrightsexpr' => { 475 => 'EmbdEncRightsExpr' },
- 'embeddedencodedrightsexpr' => { 475 => [\'EmbdEncRightsExpr','EmbdEncRightsExprEncRightsExpr'] },
- 'embeddedencodedrightsexprlangid' => { 475 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprLangId'] },
- 'embeddedencodedrightsexprtype' => { 475 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprEncType'] },
- 'embeddedxmpdigest' => { 477 => 'EmbeddedXMPDigest' },
- 'emissivity' => { 118 => 0x3 },
- 'enablechromanoisereduction' => { 134 => 0xe6e },
- 'enablesharpening' => { 134 => 0x92e },
- 'encodedby' => { 358 => "\xa9enc" },
- 'encodedwith' => { 360 => 'Encoded_With' },
- 'encoder' => { 358 => "\xa9too", 366 => "\xa9too" },
- 'encoderid' => { 366 => "\xa9enc" },
- 'encryptionkey' => { 380 => 0xa020 },
- 'endingpage' => { 479 => 'endingPage' },
- 'enduser' => { 293 => 'EndUser' },
- 'enduserid' => { 293 => [\'EndUser','EndUserEndUserID'] },
- 'endusername' => { 293 => [\'EndUser','EndUserEndUserName'] },
- 'engineer' => { 489 => 'engineer' },
- 'enhancedarktones' => { 252 => 0x8 },
- 'enhancement' => { 109 => 0x16, 110 => 0x3016 },
- 'enhanceparams' => { 116 => 0xc7ee },
- 'enhancer' => { 287 => 0x300 },
- 'enhancervalues' => { 287 => 0x301 },
- 'envelopenumber' => { 129 => 0x28 },
- 'envelopepriority' => { 129 => 0x3c },
- 'enveloperecordversion' => { 129 => 0x0 },
- 'episode' => { 475 => 'Episode' },
- 'episodeglobaluniqueid' => { 358 => 'egid' },
- 'episodeidentifier' => { 475 => [\'Episode','EpisodeIdentifier'] },
- 'episodename' => { 475 => [\'Episode','EpisodeName'] },
- 'episodenumber' => { 475 => [\'Episode','EpisodeNumber'] },
- 'epsonimageheight' => { 288 => 0x20c },
- 'epsonimagewidth' => { 288 => 0x20b },
- 'epsonsoftware' => { 288 => 0x20d },
- 'equipmentinstitution' => { 442 => 'EquipmentInstitution' },
- 'equipmentmanufacturer' => { 442 => 'EquipmentManufacturer' },
- 'equipmentversion' => { 284 => 0x0 },
- 'ettlii' => { 81 => 0x304, 82 => 0xd, 83 => 0xe, 84 => 0x7, 85 => 0x7, 86 => 0xe },
- 'event' => { 444 => 'Event', 456 => 'Event', 475 => 'Event', 479 => 'event' },
- 'eventalias' => { 478 => 'eventAlias' },
- 'eventdate' => { 115 => [\'Event','EventEventDate'] },
- 'eventday' => { 115 => [\'Event','EventDay'] },
- 'eventearliestdate' => { 115 => [\'Event','EventEarliestDate'] },
- 'eventend' => { 478 => 'eventEnd' },
- 'eventenddayofyear' => { 115 => [\'Event','EventEndDayOfYear'] },
- 'eventfieldnotes' => { 115 => [\'Event','EventFieldNotes'] },
- 'eventfieldnumber' => { 115 => [\'Event','EventFieldNumber'] },
- 'eventhabitat' => { 115 => [\'Event','EventHabitat'] },
- 'eventid' => { 115 => [\'Event','EventEventID'] },
- 'eventlatestdate' => { 115 => [\'Event','EventLatestDate'] },
- 'eventmonth' => { 115 => [\'Event','EventMonth'] },
- 'eventnumber' => { 367 => 0x9, 368 => 0x37, 369 => 0x3a },
- 'eventparenteventid' => { 115 => [\'Event','EventParentEventID'] },
- 'eventremarks' => { 115 => [\'Event','EventEventRemarks'] },
- 'eventsamplesizeunit' => { 115 => [\'Event','EventSampleSizeUnit'] },
- 'eventsamplesizevalue' => { 115 => [\'Event','EventSampleSizeValue'] },
- 'eventsamplingeffort' => { 115 => [\'Event','EventSamplingEffort'] },
- 'eventsamplingprotocol' => { 115 => [\'Event','EventSamplingProtocol'] },
- 'eventstart' => { 478 => 'eventStart' },
- 'eventstartdayofyear' => { 115 => [\'Event','EventStartDayOfYear'] },
- 'eventsubtype' => { 478 => 'eventSubtype' },
- 'eventtime' => { 115 => [\'Event','EventEventTime'] },
- 'eventtype' => { 478 => 'eventType' },
- 'eventverbatimeventdate' => { 115 => [\'Event','EventVerbatimEventDate'] },
- 'eventyear' => { 115 => [\'Event','EventYear'] },
- 'evsteps' => { 322 => '1.2', 324 => 0x0 },
- 'evstepsize' => { 271 => '5.1', 272 => '6.1', 273 => '6.1', 277 => '0.7' },
- 'exclusivecoverage' => { 453 => 'ExclusiveCoverage' },
- 'exclusivityenddate' => { 482 => 'exclusivityEndDate' },
- 'excursiontolerance' => { 130 => 0x82 },
- 'executiveproducer' => { 358 => "\xa9xpd" },
- 'exif' => { 117 => 'EXIF' },
- 'exifbyteorder' => { 117 => 'ExifByteOrder' },
- 'exifcamerainfo' => { 128 => 0xe8 },
- 'exifimageheight' => { 116 => 0xa003, 469 => 'PixelYDimension' },
- 'exifimagewidth' => { 116 => 0xa002, 469 => 'PixelXDimension' },
- 'exifunicodebyteorder' => { 117 => 'ExifUnicodeByteOrder' },
- 'exifversion' => { 116 => 0x9000, 469 => 'ExifVersion' },
- 'exitpupilposition' => { 212 => 0x4, 213 => 0x4, 217 => 0x4 },
- 'expirationdate' => { 128 => 0x25, 482 => 'expirationDate' },
- 'expirationtime' => { 128 => 0x26 },
- 'exposure' => { 116 => 0xfe51, 463 => 'Exposure', 465 => 'Exposure' },
- 'exposure2012' => { 463 => 'Exposure2012', 465 => 'Exposure2012' },
- 'exposureadj' => { 257 => 0x0 },
- 'exposureadj2' => { 257 => 0x12 },
- 'exposureadjust' => { 383 => 0xc },
- 'exposurebracketingindicatorlast' => { 179 => 0x52 },
- 'exposurebracketshotnumber' => { 182 => 0x2d, 404 => 0x2f },
- 'exposurebracketstepsize' => { 322 => 0x8 },
- 'exposurebracketvalue' => { 219 => 0x19 },
- 'exposurecompautocancel' => { 81 => 0x113 },
- 'exposurecompensation' => { 74 => 0x6, 90 => 0x0, 116 => 0x9204, 136 => 0x24, 152 => 'ExposureComp', 172 => 'ExposureCompensation', 176 => 0xd, 177 => 0x53, 178 => 0x1e, 182 => 0x49c0, 288 => 0x1006, 341 => 0x16, 350 => 0x402, 380 => 0xa013, 383 => [0xc,0x35,0x4d], 414 => 0x114c, 415 => 0x114c, 416 => 0x1128, 418 => 0x1180, 419 => 0x1038, 420 => 0x230, 421 => 0x230, 422 => 0x223, 469 => 'ExposureBiasValue' },
- 'exposurecompensation2' => { 411 => [0x24,0x26,0x2a] },
- 'exposurecompensationmode' => { 179 => 0x47, 182 => 0x2a },
- 'exposurecompensationset' => { 393 => 0x3, 394 => 0x3, 395 => 0x3, 411 => 0x1e },
- 'exposurecompensationsetting' => { 179 => 0x1 },
- 'exposurecompstepsize' => { 266 => '6.3', 267 => '7.3', 269 => '7.3', 270 => '7.3', 275 => '4.3', 279 => '7.3', 280 => '7.3' },
- 'exposurecontrolstep' => { 274 => '6.1', 276 => '6.1' },
- 'exposurecontrolstepsize' => { 266 => '6.2', 267 => '7.1', 269 => '7.1', 270 => '7.1', 275 => '4.2', 279 => '7.1', 280 => '7.1', 281 => '7.1' },
- 'exposurecount' => { 124 => 0x1032 },
- 'exposuredelaymode' => { 266 => '10.1', 267 => '11.1', 269 => '11.1', 270 => '11.1', 271 => '9.1', 272 => '10.1', 273 => '10.1', 275 => '10.4', 276 => '10.1', 277 => '6.4', 279 => '11.1', 280 => '11.1', 281 => '11.2' },
- 'exposuredifference' => { 219 => 0xe },
- 'exposuregaincustom' => { 134 => 0x89c },
- 'exposuregaindaylight' => { 134 => 0x898 },
- 'exposuregainflash' => { 134 => 0x89b },
- 'exposuregainfluorescent' => { 134 => 0x89a },
- 'exposuregaintungsten' => { 134 => 0x899 },
- 'exposureindex' => { 116 => 0xa215, 469 => 'ExposureIndex' },
- 'exposureindicator' => { 179 => 0x50 },
- 'exposurelevelincrements' => { 79 => 0x6, 80 => 0x6, 81 => 0x101, 82 => 0x5, 83 => 0x6, 84 => 0x5, 85 => 0x5, 86 => 0x6, 87 => 0x4, 393 => 0x58, 394 => 0x58 },
- 'exposurelockused' => { 451 => 'ExposureLockUsed' },
- 'exposuremode' => { 116 => 0xa402, 152 => 'ExposureMode', 176 => 0x1, 177 => 0xa, 178 => 0x0, 179 => 0x0, 182 => 0x34, 283 => 0x200, 303 => 0x40d, 383 => 0x8, 406 => 0xb041, 469 => 'ExposureMode' },
- 'exposuremodeinmanual' => { 81 => 0x10b },
- 'exposureprogram' => { 116 => 0x8822, 373 => 0x1001, 386 => [0x17e,0x43], 393 => 0x3c, 394 => 0x3c, 395 => 0x5, 399 => 0x14, 404 => 0x3f, 411 => 0x2, 414 => 0x1175, 415 => 0x1179, 416 => 0x1155, 417 => 0x11d1, 418 => 0x11ad, 419 => 0x1065, 420 => 0x25d, 421 => 0x25d, 422 => 0x24c, 432 => 0xb, 433 => 0xc, 434 => 0xb, 436 => 0x48, 469 => 'ExposureProgram' },
- 'exposureshift' => { 283 => 0x203 },
- 'exposurestandardadjustment' => { 406 => 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, 74 => 0x16, 116 => 0x829a, 133 => 0xfd05, 136 => 0x20, 138 => 0xfa24, 140 => 0xf104, 143 => 0x12, 145 => 0x38, 147 => 0x14, 148 => 0x10, 150 => 0x10, 152 => 'ExposureTime', 176 => 0x9, 177 => 0x35, 178 => 0x48, 179 => 0x8, 182 => 0x49b8, 341 => 0x12, 380 => 0xa018, 383 => [0x32,0x4a], 393 => 0x0, 394 => 0x0, 411 => [0x21,0x23,0x27], 436 => 0x10, 469 => 'ExposureTime' },
- 'exposuretime2' => { 383 => [0x33,0x4b] },
- 'exposuretuning' => { 219 => 0x1c },
- 'exposurevalue' => { 134 => 0x3 },
- 'exposurewarning' => { 124 => 0x1302 },
- 'exrauto' => { 124 => 0x1033 },
- 'exrmode' => { 124 => 0x1034 },
- 'extendedwbdetect' => { 283 => 0x902 },
- 'extender' => { 284 => 0x301 },
- 'extenderfirmwareversion' => { 284 => 0x304 },
- 'extendermagnification' => { 154 => 'Magnification' },
- 'extendermake' => { 154 => 'Make' },
- 'extendermodel' => { 154 => 'Model', 284 => 0x303 },
- 'extenderserialnumber' => { 154 => 'SerialNumber', 284 => 0x302 },
- 'extenderstatus' => { 339 => 0x3 },
- 'externalflash' => { 286 => 0x1201 },
- 'externalflashae1' => { 288 => 0x101f },
- 'externalflashae1_0' => { 288 => 0x101b },
- 'externalflashae2' => { 288 => 0x1020 },
- 'externalflashae2_0' => { 288 => 0x101c },
- 'externalflashbounce' => { 286 => 0x1204, 288 => 0x1026, 329 => 0x1a },
- 'externalflashcompensation' => { 205 => 0x1b },
- 'externalflashexposurecomp' => { 219 => 0x17, 329 => 0x19 },
- 'externalflashfirmware' => { 203 => 0x6, 204 => 0x6, 205 => 0x6, 206 => 0x6, 207 => 0x6 },
- 'externalflashflags' => { 203 => 0x8, 204 => 0x8, 205 => 0x8, 206 => 0x8 },
- 'externalflashguidenumber' => { 286 => 0x1203, 329 => '24.1' },
- 'externalflashgvalue' => { 288 => 0x1025 },
- 'externalflashmode' => { 288 => 0x1028, 329 => 0x2 },
- 'externalflashreadystate' => { 207 => '9.1' },
- 'externalflashstatus' => { 207 => '8.2' },
- 'externalflashzoom' => { 286 => 0x1205, 288 => 0x1027 },
- 'externalflashzoomoverride' => { 207 => '8.1' },
- 'externalmetadatalink' => { 475 => 'ExternalMetadataLink' },
- 'externalsensorbrightnessvalue' => { 301 => 0x311, 304 => 0x311, 305 => 0x311, 308 => 0x3408 },
- 'extrainfoversion' => { 397 => 0x1a },
- 'eyestartaf' => { 179 => 0x40 },
- 'fac100per' => { 134 => 0xe94 },
- 'fac170per' => { 134 => 0xe93 },
- 'fac18per' => { 134 => 0xe92 },
- 'face10position' => { 107 => 0x3f4, 108 => 0x1ec, 201 => 0x28, 326 => 0x12 },
- 'face10size' => { 327 => 0x12 },
- 'face11position' => { 201 => 0x2c, 326 => 0x14 },
- 'face11size' => { 327 => 0x14 },
- 'face12position' => { 201 => 0x30, 326 => 0x16 },
- 'face12size' => { 327 => 0x16 },
- 'face13position' => { 326 => 0x18 },
- 'face13size' => { 327 => 0x18 },
- 'face14position' => { 326 => 0x1a },
- 'face14size' => { 327 => 0x1a },
- 'face15position' => { 326 => 0x1c },
- 'face15size' => { 327 => 0x1c },
- 'face16position' => { 326 => 0x1e },
- 'face16size' => { 327 => 0x1e },
- 'face17position' => { 326 => 0x20 },
- 'face17size' => { 327 => 0x20 },
- 'face18position' => { 326 => 0x22 },
- 'face18size' => { 327 => 0x22 },
- 'face19position' => { 326 => 0x24 },
- 'face19size' => { 327 => 0x24 },
- 'face1position' => { 52 => 0x8, 107 => 0xd, 108 => 0x18, 201 => 0x4, 298 => 0x1, 326 => 0x0, 370 => 0xbc, 400 => 0x1, 401 => 0x0, 402 => 0x0, 403 => 0x5b },
- 'face1size' => { 327 => 0x0 },
- 'face20position' => { 326 => 0x26 },
- 'face20size' => { 327 => 0x26 },
- 'face21position' => { 326 => 0x28 },
- 'face21size' => { 327 => 0x28 },
- 'face22position' => { 326 => 0x2a },
- 'face22size' => { 327 => 0x2a },
- 'face23position' => { 326 => 0x2c },
- 'face23size' => { 327 => 0x2c },
- 'face24position' => { 326 => 0x2e },
- 'face24size' => { 327 => 0x2e },
- 'face25position' => { 326 => 0x30 },
- 'face25size' => { 327 => 0x30 },
- 'face26position' => { 326 => 0x32 },
- 'face26size' => { 327 => 0x32 },
- 'face27position' => { 326 => 0x34 },
- 'face27size' => { 327 => 0x34 },
- 'face28position' => { 326 => 0x36 },
- 'face28size' => { 327 => 0x36 },
- 'face29position' => { 326 => 0x38 },
- 'face29size' => { 327 => 0x38 },
- 'face2position' => { 52 => 0xa, 107 => 0x7c, 108 => 0x4c, 201 => 0x8, 298 => 0x5, 326 => 0x2, 370 => 0xc8, 400 => 0x6, 401 => 0x20, 402 => 0x25, 403 => 0x65 },
- 'face2size' => { 327 => 0x2 },
- 'face30position' => { 326 => 0x3a },
- 'face30size' => { 327 => 0x3a },
- 'face31position' => { 326 => 0x3c },
- 'face31size' => { 327 => 0x3c },
- 'face32position' => { 326 => 0x3e },
- 'face32size' => { 327 => 0x3e },
- 'face3position' => { 52 => 0xc, 107 => 0xeb, 108 => 0x80, 201 => 0xc, 298 => 0x9, 326 => 0x4, 370 => 0xd4, 400 => 0xb, 401 => 0x40, 402 => 0x4a, 403 => 0x6f },
- 'face3size' => { 327 => 0x4 },
- 'face4position' => { 52 => 0xe, 107 => 0x15a, 108 => 0xb4, 201 => 0x10, 298 => 0xd, 326 => 0x6, 370 => 0xe0, 400 => 0x10, 401 => 0x60, 402 => 0x6f, 403 => 0x79 },
- 'face4size' => { 327 => 0x6 },
- 'face5position' => { 52 => 0x10, 107 => 0x1c9, 108 => 0xe8, 201 => 0x14, 298 => 0x11, 326 => 0x8, 370 => 0xec, 400 => 0x15, 401 => 0x80, 402 => 0x94 },
- 'face5size' => { 327 => 0x8 },
- 'face6position' => { 52 => 0x12, 107 => 0x238, 108 => 0x11c, 201 => 0x18, 326 => 0xa, 370 => 0xf8, 400 => 0x1a, 401 => 0xa0, 402 => 0xb9 },
- 'face6size' => { 327 => 0xa },
- 'face7position' => { 52 => 0x14, 107 => 0x2a7, 108 => 0x150, 201 => 0x1c, 326 => 0xc, 370 => 0x104, 400 => 0x1f, 401 => 0xc0, 402 => 0xde },
- 'face7size' => { 327 => 0xc },
- 'face8position' => { 52 => 0x16, 107 => 0x316, 108 => 0x184, 201 => 0x20, 326 => 0xe, 370 => 0x110, 400 => 0x24, 401 => 0xe0, 402 => 0x103 },
- 'face8size' => { 327 => 0xe },
- 'face9position' => { 52 => 0x18, 107 => 0x385, 108 => 0x1b8, 201 => 0x24, 326 => 0x10 },
- 'face9size' => { 327 => 0x10 },
- 'facebalanceorigi' => { 457 => 'FaceBalanceOrigI' },
- 'facebalanceorigq' => { 457 => 'FaceBalanceOrigQ' },
- 'facebalancestrength' => { 457 => 'FaceBalanceStrength' },
- 'facebalancewarmth' => { 457 => 'FaceBalanceWarmth' },
- 'facedetect' => { 341 => 0x76, 380 => 0x100 },
- 'facedetectarea' => { 287 => 0x1201 },
- 'facedetectframecrop' => { 287 => 0x1207 },
- 'facedetectframesize' => { 52 => 0x3, 107 => 0x1, 108 => 0x4, 201 => 0x1, 287 => 0x1203, 341 => 0x77, 370 => 0xb6 },
- 'facedetection' => { 395 => 0x30, 411 => 0x19 },
- 'faceelementpositions' => { 124 => 0x4203 },
- 'faceelementselected' => { 124 => 0x4005 },
- 'faceelementtypes' => { 124 => 0x4201 },
- 'faceid' => { 459 => 'FaceID' },
- 'faceinfounknown' => { 110 => 0x2089 },
- 'facename' => { 380 => 0x123 },
- 'faceorientation' => { 108 => 0x8 },
- 'faceposition' => { 325 => 0x2, 381 => 0x4 },
- 'facepositions' => { 124 => 0x4103 },
- 'facerecognition' => { 380 => 0x120 },
- 'facesdetected' => { 52 => 0x2, 53 => 0x2, 54 => 0x3, 107 => 0x0, 108 => 0x2, 110 => 0x211c, 124 => 0x4100, 201 => 0x3, 287 => 0x1200, 306 => 0x3f, 325 => 0x0, 370 => 0xb5, 381 => 0x0, 400 => 0x0, 403 => 0x3, 413 => 0x30 },
- 'facesrecognized' => { 299 => 0x0 },
- 'facewidth' => { 53 => 0x1 },
- 'faithfuloutputhighlightpoint' => { 106 => 0x38 },
- 'faithfuloutputshadowpoint' => { 106 => 0x39 },
- 'faithfulrawcolortone' => { 106 => 0x31 },
- 'faithfulrawcontrast' => { 106 => 0x33 },
- 'faithfulrawhighlight' => { 106 => 0x79 },
- 'faithfulrawhighlightpoint' => { 106 => 0x36 },
- 'faithfulrawlinear' => { 106 => 0x34 },
- 'faithfulrawsaturation' => { 106 => 0x32 },
- 'faithfulrawshadow' => { 106 => 0x82 },
- 'faithfulrawshadowpoint' => { 106 => 0x37 },
- 'faithfulrawsharpness' => { 106 => 0x35 },
- 'faithfulunsharpmaskfineness' => { 106 => 0xac },
- 'faithfulunsharpmaskstrength' => { 106 => 0xaa },
- 'faithfulunsharpmaskthreshold' => { 106 => 0xae },
- 'far' => { 448 => 'Far' },
- 'fastresetlinetime' => { 134 => 0x1860 },
- 'feedidentifier' => { 475 => 'FeedIdentifier' },
- 'femicroadjustment' => { 81 => 0x111 },
- 'ffid' => { 467 => 'ffid' },
- 'field' => { 478 => 'field' },
- 'fieldcount' => { 288 => 0x103f },
- 'fieldofview' => { 366 => "FOV\x00" },
- 'fifoenonepixeldelay' => { 134 => 0x1901 },
- 'filecreatedate' => { 117 => 'FileCreateDate' },
- 'filedatarate' => { 489 => 'fileDataRate' },
- 'fileformat' => { 92 => 0x0, 129 => 0x14, 383 => [0x22,0x26], 406 => 0xb000 },
- 'filegroupid' => { 117 => '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, 307 => 0x0 },
+ 'edgemapslope' => { 135 => 0x930 },
+ 'edgemapx1' => { 135 => 0x931 },
+ 'edgemapx2' => { 135 => 0x932 },
+ 'edgemapx3' => { 135 => 0x934 },
+ 'edgemapx4' => { 135 => 0x935 },
+ 'edgenoisereduction' => { 261 => 0x4, 441 => 0x8028 },
+ 'edit1' => { 367 => "\xa9ed1" },
+ 'edit2' => { 367 => "\xa9ed2" },
+ 'edit3' => { 367 => "\xa9ed3" },
+ 'edit4' => { 367 => "\xa9ed4" },
+ 'edit5' => { 367 => "\xa9ed5" },
+ 'edit6' => { 367 => "\xa9ed6" },
+ 'edit7' => { 367 => "\xa9ed7" },
+ 'edit8' => { 367 => "\xa9ed8" },
+ 'edit9' => { 367 => "\xa9ed9" },
+ 'edition' => { 480 => 'edition' },
+ 'editorialupdate' => { 129 => 0x8 },
+ 'editstatus' => { 129 => 0x7, 354 => 'EditStatus', 459 => 'EditStatus' },
+ 'editversionname' => { 260 => 0x3d136244 },
+ 'effectivelv' => { 342 => 0x2d },
+ 'effectivemaxaperture' => { 213 => 0x12, 214 => 0x13, 218 => 0x14 },
+ 'eissn' => { 480 => 'eIssn' },
+ 'electricalblackcolumns' => { 135 => 0x1810 },
+ 'electronicfront-curtainshutter' => { 270 => '5.2', 271 => '5.2', 280 => '5.3', 281 => '5.2' },
+ 'electronicfrontcurtainshutter' => { 407 => 0x201a },
+ 'elevation' => { 162 => 'Elevation' },
+ 'email' => { 154 => 'EMail' },
+ 'embargodate' => { 483 => 'embargoDate' },
+ 'embdencrightsexpr' => { 476 => 'EmbdEncRightsExpr' },
+ 'embeddedencodedrightsexpr' => { 476 => [\'EmbdEncRightsExpr','EmbdEncRightsExprEncRightsExpr'] },
+ 'embeddedencodedrightsexprlangid' => { 476 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprLangId'] },
+ 'embeddedencodedrightsexprtype' => { 476 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprEncType'] },
+ 'embeddedxmpdigest' => { 478 => 'EmbeddedXMPDigest' },
+ 'emissivity' => { 119 => 0x3 },
+ 'enablechromanoisereduction' => { 135 => 0xe6e },
+ 'enablesharpening' => { 135 => 0x92e },
+ 'encodedby' => { 359 => "\xa9enc" },
+ 'encodedwith' => { 361 => 'Encoded_With' },
+ 'encoder' => { 359 => "\xa9too", 367 => "\xa9too" },
+ 'encoderid' => { 367 => "\xa9enc" },
+ 'encryptionkey' => { 381 => 0xa020 },
+ 'endingpage' => { 480 => 'endingPage' },
+ 'enduser' => { 294 => 'EndUser' },
+ 'enduserid' => { 294 => [\'EndUser','EndUserEndUserID'] },
+ 'endusername' => { 294 => [\'EndUser','EndUserEndUserName'] },
+ 'engineer' => { 490 => 'engineer' },
+ 'enhancedarktones' => { 253 => 0x8 },
+ 'enhancement' => { 110 => 0x16, 111 => 0x3016 },
+ 'enhanceparams' => { 117 => 0xc7ee },
+ 'enhancer' => { 288 => 0x300 },
+ 'enhancervalues' => { 288 => 0x301 },
+ 'envelopenumber' => { 130 => 0x28 },
+ 'envelopepriority' => { 130 => 0x3c },
+ 'enveloperecordversion' => { 130 => 0x0 },
+ 'episode' => { 476 => 'Episode' },
+ 'episodeglobaluniqueid' => { 359 => 'egid' },
+ 'episodeidentifier' => { 476 => [\'Episode','EpisodeIdentifier'] },
+ 'episodename' => { 476 => [\'Episode','EpisodeName'] },
+ 'episodenumber' => { 476 => [\'Episode','EpisodeNumber'] },
+ 'epsonimageheight' => { 289 => 0x20c },
+ 'epsonimagewidth' => { 289 => 0x20b },
+ 'epsonsoftware' => { 289 => 0x20d },
+ 'equipmentinstitution' => { 443 => 'EquipmentInstitution' },
+ 'equipmentmanufacturer' => { 443 => 'EquipmentManufacturer' },
+ 'equipmentversion' => { 285 => 0x0 },
+ 'ettlii' => { 82 => 0x304, 83 => 0xd, 84 => 0xe, 85 => 0x7, 86 => 0x7, 87 => 0xe },
+ 'event' => { 445 => 'Event', 457 => 'Event', 476 => 'Event', 480 => 'event' },
+ 'eventalias' => { 479 => 'eventAlias' },
+ 'eventdate' => { 116 => [\'Event','EventEventDate'] },
+ 'eventday' => { 116 => [\'Event','EventDay'] },
+ 'eventearliestdate' => { 116 => [\'Event','EventEarliestDate'] },
+ 'eventend' => { 479 => 'eventEnd' },
+ 'eventenddayofyear' => { 116 => [\'Event','EventEndDayOfYear'] },
+ 'eventfieldnotes' => { 116 => [\'Event','EventFieldNotes'] },
+ 'eventfieldnumber' => { 116 => [\'Event','EventFieldNumber'] },
+ 'eventhabitat' => { 116 => [\'Event','EventHabitat'] },
+ 'eventid' => { 116 => [\'Event','EventEventID'] },
+ 'eventlatestdate' => { 116 => [\'Event','EventLatestDate'] },
+ 'eventmonth' => { 116 => [\'Event','EventMonth'] },
+ 'eventnumber' => { 368 => 0x9, 369 => 0x37, 370 => 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' => { 479 => 'eventStart' },
+ 'eventstartdayofyear' => { 116 => [\'Event','EventStartDayOfYear'] },
+ 'eventsubtype' => { 479 => 'eventSubtype' },
+ 'eventtime' => { 116 => [\'Event','EventEventTime'] },
+ 'eventtype' => { 479 => 'eventType' },
+ 'eventverbatimeventdate' => { 116 => [\'Event','EventVerbatimEventDate'] },
+ 'eventyear' => { 116 => [\'Event','EventYear'] },
+ 'evsteps' => { 323 => '1.2', 325 => 0x0 },
+ 'evstepsize' => { 272 => '5.1', 273 => '6.1', 274 => '6.1', 278 => '0.7' },
+ 'exclusivecoverage' => { 454 => 'ExclusiveCoverage' },
+ 'exclusivityenddate' => { 483 => 'exclusivityEndDate' },
+ 'excursiontolerance' => { 131 => 0x82 },
+ 'executiveproducer' => { 359 => "\xa9xpd" },
+ 'exif' => { 118 => 'EXIF' },
+ 'exifbyteorder' => { 118 => 'ExifByteOrder' },
+ 'exifcamerainfo' => { 129 => 0xe8 },
+ 'exifimageheight' => { 117 => 0xa003, 470 => 'PixelYDimension' },
+ 'exifimagewidth' => { 117 => 0xa002, 470 => 'PixelXDimension' },
+ 'exifunicodebyteorder' => { 118 => 'ExifUnicodeByteOrder' },
+ 'exifversion' => { 117 => 0x9000, 470 => 'ExifVersion' },
+ 'exitpupilposition' => { 213 => 0x4, 214 => 0x4, 218 => 0x4 },
+ 'expirationdate' => { 129 => 0x25, 483 => 'expirationDate' },
+ 'expirationtime' => { 129 => 0x26 },
+ 'exposure' => { 117 => 0xfe51, 464 => 'Exposure', 466 => 'Exposure' },
+ 'exposure2012' => { 464 => 'Exposure2012', 466 => 'Exposure2012' },
+ 'exposureadj' => { 258 => 0x0 },
+ 'exposureadj2' => { 258 => 0x12 },
+ 'exposureadjust' => { 384 => 0xc },
+ 'exposurebracketingindicatorlast' => { 180 => 0x52 },
+ 'exposurebracketshotnumber' => { 183 => 0x2d, 405 => 0x2f },
+ 'exposurebracketstepsize' => { 323 => 0x8 },
+ 'exposurebracketvalue' => { 220 => 0x19 },
+ 'exposurecompautocancel' => { 82 => 0x113 },
+ 'exposurecompensation' => { 75 => 0x6, 91 => 0x0, 117 => 0x9204, 137 => 0x24, 153 => 'ExposureComp', 173 => 'ExposureCompensation', 177 => 0xd, 178 => 0x53, 179 => 0x1e, 183 => 0x49c0, 289 => 0x1006, 342 => 0x16, 351 => 0x402, 381 => 0xa013, 384 => [0xc,0x35,0x4d], 415 => 0x114c, 416 => 0x114c, 417 => 0x1128, 419 => 0x1180, 420 => 0x1038, 421 => 0x230, 422 => 0x230, 423 => 0x223, 470 => 'ExposureBiasValue' },
+ 'exposurecompensation2' => { 412 => [0x24,0x26,0x2a] },
+ 'exposurecompensationmode' => { 180 => 0x47, 183 => 0x2a },
+ 'exposurecompensationset' => { 394 => 0x3, 395 => 0x3, 396 => 0x3, 412 => 0x1e },
+ 'exposurecompensationsetting' => { 180 => 0x1 },
+ 'exposurecompstepsize' => { 267 => '6.3', 268 => '7.3', 270 => '7.3', 271 => '7.3', 276 => '4.3', 280 => '7.3', 281 => '7.3' },
+ 'exposurecontrolstep' => { 275 => '6.1', 277 => '6.1' },
+ 'exposurecontrolstepsize' => { 267 => '6.2', 268 => '7.1', 270 => '7.1', 271 => '7.1', 276 => '4.2', 280 => '7.1', 281 => '7.1', 282 => '7.1' },
+ 'exposurecount' => { 125 => 0x1032 },
+ 'exposuredelaymode' => { 267 => '10.1', 268 => '11.1', 270 => '11.1', 271 => '11.1', 272 => '9.1', 273 => '10.1', 274 => '10.1', 276 => '10.4', 277 => '10.1', 278 => '6.4', 280 => '11.1', 281 => '11.1', 282 => '11.2' },
+ 'exposuredifference' => { 220 => 0xe },
+ 'exposuregaincustom' => { 135 => 0x89c },
+ 'exposuregaindaylight' => { 135 => 0x898 },
+ 'exposuregainflash' => { 135 => 0x89b },
+ 'exposuregainfluorescent' => { 135 => 0x89a },
+ 'exposuregaintungsten' => { 135 => 0x899 },
+ 'exposureindex' => { 117 => 0xa215, 470 => 'ExposureIndex' },
+ 'exposureindicator' => { 180 => 0x50 },
+ 'exposurelevelincrements' => { 80 => 0x6, 81 => 0x6, 82 => 0x101, 83 => 0x5, 84 => 0x6, 85 => 0x5, 86 => 0x5, 87 => 0x6, 88 => 0x4, 394 => 0x58, 395 => 0x58 },
+ 'exposurelockused' => { 452 => 'ExposureLockUsed' },
+ 'exposuremode' => { 117 => 0xa402, 153 => 'ExposureMode', 177 => 0x1, 178 => 0xa, 179 => 0x0, 180 => 0x0, 183 => 0x34, 284 => 0x200, 304 => 0x40d, 384 => 0x8, 407 => 0xb041, 470 => 'ExposureMode' },
+ 'exposuremodeinmanual' => { 82 => 0x10b },
+ 'exposureprogram' => { 117 => 0x8822, 374 => 0x1001, 387 => [0x17e,0x43], 394 => 0x3c, 395 => 0x3c, 396 => 0x5, 400 => 0x14, 405 => 0x3f, 412 => 0x2, 415 => 0x1175, 416 => 0x1179, 417 => 0x1155, 418 => 0x11d1, 419 => 0x11ad, 420 => 0x1065, 421 => 0x25d, 422 => 0x25d, 423 => 0x24c, 433 => 0xb, 434 => 0xc, 435 => 0xb, 437 => 0x48, 470 => 'ExposureProgram' },
+ 'exposureshift' => { 284 => 0x203 },
+ 'exposurestandardadjustment' => { 407 => 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, 134 => 0xfd05, 137 => 0x20, 139 => 0xfa24, 141 => 0xf104, 144 => 0x12, 146 => 0x38, 148 => 0x14, 149 => 0x10, 151 => 0x10, 153 => 'ExposureTime', 177 => 0x9, 178 => 0x35, 179 => 0x48, 180 => 0x8, 183 => 0x49b8, 342 => 0x12, 381 => 0xa018, 384 => [0x32,0x4a], 394 => 0x0, 395 => 0x0, 412 => [0x21,0x23,0x27], 437 => 0x10, 470 => 'ExposureTime' },
+ 'exposuretime2' => { 384 => [0x33,0x4b] },
+ 'exposuretuning' => { 220 => 0x1c },
+ 'exposurevalue' => { 135 => 0x3 },
+ 'exposurewarning' => { 125 => 0x1302 },
+ 'exrauto' => { 125 => 0x1033 },
+ 'exrmode' => { 125 => 0x1034 },
+ 'extendedwbdetect' => { 284 => 0x902 },
+ 'extender' => { 285 => 0x301 },
+ 'extenderfirmwareversion' => { 285 => 0x304 },
+ 'extendermagnification' => { 155 => 'Magnification' },
+ 'extendermake' => { 155 => 'Make' },
+ 'extendermodel' => { 155 => 'Model', 285 => 0x303 },
+ 'extenderserialnumber' => { 155 => 'SerialNumber', 285 => 0x302 },
+ 'extenderstatus' => { 340 => 0x3 },
+ 'externalflash' => { 287 => 0x1201 },
+ 'externalflashae1' => { 289 => 0x101f },
+ 'externalflashae1_0' => { 289 => 0x101b },
+ 'externalflashae2' => { 289 => 0x1020 },
+ 'externalflashae2_0' => { 289 => 0x101c },
+ 'externalflashbounce' => { 287 => 0x1204, 289 => 0x1026, 330 => 0x1a },
+ 'externalflashcompensation' => { 206 => 0x1b },
+ 'externalflashexposurecomp' => { 220 => 0x17, 330 => 0x19 },
+ 'externalflashfirmware' => { 204 => 0x6, 205 => 0x6, 206 => 0x6, 207 => 0x6, 208 => 0x6 },
+ 'externalflashflags' => { 204 => 0x8, 205 => 0x8, 206 => 0x8, 207 => 0x8 },
+ 'externalflashguidenumber' => { 287 => 0x1203, 330 => '24.1' },
+ 'externalflashgvalue' => { 289 => 0x1025 },
+ 'externalflashmode' => { 289 => 0x1028, 330 => 0x2 },
+ 'externalflashreadystate' => { 208 => '9.1' },
+ 'externalflashstatus' => { 208 => '8.2' },
+ 'externalflashzoom' => { 287 => 0x1205, 289 => 0x1027 },
+ 'externalflashzoomoverride' => { 208 => '8.1' },
+ 'externalmetadatalink' => { 476 => 'ExternalMetadataLink' },
+ 'externalsensorbrightnessvalue' => { 302 => 0x311, 305 => 0x311, 306 => 0x311, 309 => 0x3408 },
+ 'extrainfoversion' => { 398 => 0x1a },
+ 'eyestartaf' => { 180 => 0x40 },
+ 'fac100per' => { 135 => 0xe94 },
+ 'fac170per' => { 135 => 0xe93 },
+ 'fac18per' => { 135 => 0xe92 },
+ 'face10position' => { 108 => 0x3f4, 109 => 0x1ec, 202 => 0x28, 327 => 0x12 },
+ 'face10size' => { 328 => 0x12 },
+ 'face11position' => { 202 => 0x2c, 327 => 0x14 },
+ 'face11size' => { 328 => 0x14 },
+ 'face12position' => { 202 => 0x30, 327 => 0x16 },
+ 'face12size' => { 328 => 0x16 },
+ 'face13position' => { 327 => 0x18 },
+ 'face13size' => { 328 => 0x18 },
+ 'face14position' => { 327 => 0x1a },
+ 'face14size' => { 328 => 0x1a },
+ 'face15position' => { 327 => 0x1c },
+ 'face15size' => { 328 => 0x1c },
+ 'face16position' => { 327 => 0x1e },
+ 'face16size' => { 328 => 0x1e },
+ 'face17position' => { 327 => 0x20 },
+ 'face17size' => { 328 => 0x20 },
+ 'face18position' => { 327 => 0x22 },
+ 'face18size' => { 328 => 0x22 },
+ 'face19position' => { 327 => 0x24 },
+ 'face19size' => { 328 => 0x24 },
+ 'face1position' => { 53 => 0x8, 108 => 0xd, 109 => 0x18, 202 => 0x4, 299 => 0x1, 327 => 0x0, 371 => 0xbc, 401 => 0x1, 402 => 0x0, 403 => 0x0, 404 => 0x5b },
+ 'face1size' => { 328 => 0x0 },
+ 'face20position' => { 327 => 0x26 },
+ 'face20size' => { 328 => 0x26 },
+ 'face21position' => { 327 => 0x28 },
+ 'face21size' => { 328 => 0x28 },
+ 'face22position' => { 327 => 0x2a },
+ 'face22size' => { 328 => 0x2a },
+ 'face23position' => { 327 => 0x2c },
+ 'face23size' => { 328 => 0x2c },
+ 'face24position' => { 327 => 0x2e },
+ 'face24size' => { 328 => 0x2e },
+ 'face25position' => { 327 => 0x30 },
+ 'face25size' => { 328 => 0x30 },
+ 'face26position' => { 327 => 0x32 },
+ 'face26size' => { 328 => 0x32 },
+ 'face27position' => { 327 => 0x34 },
+ 'face27size' => { 328 => 0x34 },
+ 'face28position' => { 327 => 0x36 },
+ 'face28size' => { 328 => 0x36 },
+ 'face29position' => { 327 => 0x38 },
+ 'face29size' => { 328 => 0x38 },
+ 'face2position' => { 53 => 0xa, 108 => 0x7c, 109 => 0x4c, 202 => 0x8, 299 => 0x5, 327 => 0x2, 371 => 0xc8, 401 => 0x6, 402 => 0x20, 403 => 0x25, 404 => 0x65 },
+ 'face2size' => { 328 => 0x2 },
+ 'face30position' => { 327 => 0x3a },
+ 'face30size' => { 328 => 0x3a },
+ 'face31position' => { 327 => 0x3c },
+ 'face31size' => { 328 => 0x3c },
+ 'face32position' => { 327 => 0x3e },
+ 'face32size' => { 328 => 0x3e },
+ 'face3position' => { 53 => 0xc, 108 => 0xeb, 109 => 0x80, 202 => 0xc, 299 => 0x9, 327 => 0x4, 371 => 0xd4, 401 => 0xb, 402 => 0x40, 403 => 0x4a, 404 => 0x6f },
+ 'face3size' => { 328 => 0x4 },
+ 'face4position' => { 53 => 0xe, 108 => 0x15a, 109 => 0xb4, 202 => 0x10, 299 => 0xd, 327 => 0x6, 371 => 0xe0, 401 => 0x10, 402 => 0x60, 403 => 0x6f, 404 => 0x79 },
+ 'face4size' => { 328 => 0x6 },
+ 'face5position' => { 53 => 0x10, 108 => 0x1c9, 109 => 0xe8, 202 => 0x14, 299 => 0x11, 327 => 0x8, 371 => 0xec, 401 => 0x15, 402 => 0x80, 403 => 0x94 },
+ 'face5size' => { 328 => 0x8 },
+ 'face6position' => { 53 => 0x12, 108 => 0x238, 109 => 0x11c, 202 => 0x18, 327 => 0xa, 371 => 0xf8, 401 => 0x1a, 402 => 0xa0, 403 => 0xb9 },
+ 'face6size' => { 328 => 0xa },
+ 'face7position' => { 53 => 0x14, 108 => 0x2a7, 109 => 0x150, 202 => 0x1c, 327 => 0xc, 371 => 0x104, 401 => 0x1f, 402 => 0xc0, 403 => 0xde },
+ 'face7size' => { 328 => 0xc },
+ 'face8position' => { 53 => 0x16, 108 => 0x316, 109 => 0x184, 202 => 0x20, 327 => 0xe, 371 => 0x110, 401 => 0x24, 402 => 0xe0, 403 => 0x103 },
+ 'face8size' => { 328 => 0xe },
+ 'face9position' => { 53 => 0x18, 108 => 0x385, 109 => 0x1b8, 202 => 0x24, 327 => 0x10 },
+ 'face9size' => { 328 => 0x10 },
+ 'facebalanceorigi' => { 458 => 'FaceBalanceOrigI' },
+ 'facebalanceorigq' => { 458 => 'FaceBalanceOrigQ' },
+ 'facebalancestrength' => { 458 => 'FaceBalanceStrength' },
+ 'facebalancewarmth' => { 458 => 'FaceBalanceWarmth' },
+ 'facedetect' => { 342 => 0x76, 381 => 0x100 },
+ 'facedetectarea' => { 288 => 0x1201 },
+ 'facedetectframecrop' => { 288 => 0x1207 },
+ 'facedetectframesize' => { 53 => 0x3, 108 => 0x1, 109 => 0x4, 202 => 0x1, 288 => 0x1203, 342 => 0x77, 371 => 0xb6 },
+ 'facedetection' => { 396 => 0x30, 412 => 0x19 },
+ 'faceelementpositions' => { 125 => 0x4203 },
+ 'faceelementselected' => { 125 => 0x4005 },
+ 'faceelementtypes' => { 125 => 0x4201 },
+ 'faceid' => { 460 => 'FaceID' },
+ 'faceinfounknown' => { 111 => 0x2089 },
+ 'facename' => { 381 => 0x123 },
+ 'faceorientation' => { 109 => 0x8 },
+ 'faceposition' => { 326 => 0x2, 382 => 0x4 },
+ 'facepositions' => { 125 => 0x4103 },
+ 'facerecognition' => { 381 => 0x120 },
+ 'facesdetected' => { 53 => 0x2, 54 => 0x2, 55 => 0x3, 108 => 0x0, 109 => 0x2, 111 => 0x211c, 125 => 0x4100, 202 => 0x3, 288 => 0x1200, 307 => 0x3f, 326 => 0x0, 371 => 0xb5, 382 => 0x0, 401 => 0x0, 404 => 0x3, 414 => 0x30 },
+ 'facesrecognized' => { 300 => 0x0 },
+ 'facewidth' => { 54 => 0x1 },
+ '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' => { 449 => 'Far' },
+ 'fastresetlinetime' => { 135 => 0x1860 },
+ 'feedidentifier' => { 476 => 'FeedIdentifier' },
+ 'femicroadjustment' => { 82 => 0x111 },
+ 'ffid' => { 468 => 'ffid' },
+ 'field' => { 479 => 'field' },
+ 'fieldcount' => { 289 => 0x103f },
+ 'fieldofview' => { 367 => "FOV\x00" },
+ 'fifoenonepixeldelay' => { 135 => 0x1901 },
+ 'filecreatedate' => { 118 => 'FileCreateDate' },
+ 'filedatarate' => { 490 => 'fileDataRate' },
+ 'fileformat' => { 93 => 0x0, 130 => 0x14, 384 => [0x22,0x26], 407 => 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, 308 => 0x0 },
'fileindex2' => { 21 => 0x290 },
- 'filemodifydate' => { 117 => 'FileModifyDate' },
- 'filename' => { 117 => 'FileName' },
- 'filenameasdelivered' => { 293 => 'FileNameAsDelivered' },
- 'filenumber' => { 55 => 0x1, 61 => 0x8, 94 => 0x1817, 111 => 'Canon-FileNumber', 202 => 0x4, 369 => 0x10 },
- 'filenumbermemory' => { 176 => 0x1a },
- 'filenumbersequence' => { 266 => '12.2', 271 => '3.1', 272 => '4.1', 273 => '4.1', 275 => '11.1', 276 => '4.3', 281 => '5.2' },
- 'filepermissions' => { 117 => 'FilePermissions' },
- 'filesource' => { 116 => 0xa300, 124 => 0x8000, 469 => 'FileSource' },
- 'fileuserid' => { 117 => 'FileUserID' },
- 'fileversion' => { 129 => 0x16 },
- 'fillflashautoreduction' => { 79 => 0xe, 80 => 0xe, 87 => 0xa },
- 'filllight' => { 463 => 'FillLight', 465 => 'FillLight' },
- 'fillorder' => { 116 => 0x10a },
- 'filmgraineffect' => { 283 => 0x538 },
- 'filmmode' => { 124 => 0x1401, 303 => 0x412, 306 => 0x42 },
- 'filmtype' => { 227 => 0x2 },
- 'filtereffect' => { 55 => 0xe, 221 => 0x37, 222 => 0x3f, 223 => 0x47, 306 => 0xa1 },
- 'filtereffectauto' => { 68 => 0xa0 },
- 'filtereffectfaithful' => { 67 => 0x70, 68 => 0x70 },
- 'filtereffectlandscape' => { 67 => 0x40, 68 => 0x40 },
- 'filtereffectmonochrome' => { 19 => 0xff, 67 => 0x88, 68 => 0x88 },
- 'filtereffectneutral' => { 67 => 0x58, 68 => 0x58 },
- 'filtereffectportrait' => { 67 => 0x28, 68 => 0x28 },
- 'filtereffectstandard' => { 67 => 0x10, 68 => 0x10 },
- 'filtereffectuserdef1' => { 67 => 0xa0, 68 => 0xb8 },
- 'filtereffectuserdef2' => { 67 => 0xb8, 68 => 0xd0 },
- 'filtereffectuserdef3' => { 67 => 0xd0, 68 => 0xe8 },
- 'finderdisplayduringexposure' => { 80 => 0x1 },
- 'finesharpness' => { 341 => 0x70 },
- 'finetuneoptcenterweighted' => { 266 => '7.2', 267 => '9.1', 269 => '9.1', 270 => '9.1', 274 => '8.1', 279 => '9.1', 280 => '9.1', 281 => '9.1' },
- 'finetuneopthighlightweighted' => { 269 => '46.1', 270 => '46.1', 279 => '46.1', 280 => '46.1' },
- 'finetuneoptmatrixmetering' => { 266 => '8.1', 267 => '8.2', 269 => '8.2', 270 => '8.2', 274 => '7.2', 275 => '6.1', 279 => '8.2', 280 => '8.2', 281 => '8.2' },
- 'finetuneoptspotmetering' => { 266 => '8.2', 267 => '9.2', 269 => '9.2', 270 => '9.2', 274 => '8.2', 275 => '6.2', 279 => '9.2', 280 => '9.2', 281 => '9.2' },
- 'finishexposure' => { 134 => 0xdbd },
- 'finishfiletype' => { 134 => 0xdb8 },
- 'finishlook' => { 134 => 0xdbc },
- 'finishnoise' => { 134 => 0xdba },
- 'finishresolution' => { 134 => 0xdb9 },
- 'finishsharpening' => { 134 => 0xdbb },
- 'firmware' => { 288 => 0x405, 383 => [0x8c,0x17,0x3b], 460 => 'Firmware' },
- 'firmware2' => { 383 => 0x57 },
- 'firmwaredate' => { 109 => 0x15, 110 => 0x2001, 367 => 0x4, 369 => 0x30 },
- 'firmwareid' => { 183 => 0x0 },
- 'firmwarename' => { 380 => 0xa001 },
- 'firmwarerevision' => { 19 => 0xa4, 61 => 0x1e, 371 => 0x0 },
- 'firmwarerevision2' => { 371 => 0xc },
- 'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107, 134 => [0x415,0xce5], 150 => 0x57, 152 => 'FirmwareVersion', 304 => 0x320, 306 => 0x2, 308 => 0x3109, 341 => 0x230, 366 => ['CNFV','FIRM'], 368 => 0x18, 369 => 0x2a, 373 => 0x2 },
- 'firmwareversions' => { 350 => 0x301 },
- 'firstphotodate' => { 451 => 'FirstPhotoDate' },
- 'firstpublicationdate' => { 293 => 'FirstPublicationDate' },
- 'fixtureidentifier' => { 128 => 0x16, 458 => 'FixtureIdentifier' },
- 'flash' => { 111 => 'XMP-Flash', 116 => 0x9209, 148 => 0x22, 177 => 0x1f, 178 => 0x15, 369 => 0x5a, 469 => 'Flash' },
- 'flashaction' => { 393 => 0x3e, 394 => 0x3e, 406 => 0x2017, 411 => [0x2a,0x2c,0x30] },
- 'flashaction2' => { 393 => 0x4c, 394 => 0x4c, 411 => 0x77 },
- 'flashactionexternal' => { 411 => [0x78,0x7c] },
+ 'filemodifydate' => { 118 => 'FileModifyDate' },
+ 'filename' => { 118 => 'FileName' },
+ 'filenameasdelivered' => { 294 => 'FileNameAsDelivered' },
+ 'filenumber' => { 56 => 0x1, 62 => 0x8, 95 => 0x1817, 112 => 'Canon-FileNumber', 203 => 0x4, 370 => 0x10 },
+ 'filenumbermemory' => { 177 => 0x1a },
+ 'filenumbersequence' => { 267 => '12.2', 272 => '3.1', 273 => '4.1', 274 => '4.1', 276 => '11.1', 277 => '4.3', 282 => '5.2' },
+ 'filepermissions' => { 118 => 'FilePermissions' },
+ 'filesource' => { 117 => 0xa300, 125 => 0x8000, 470 => 'FileSource' },
+ 'fileuserid' => { 118 => 'FileUserID' },
+ 'fileversion' => { 130 => 0x16 },
+ 'fillflashautoreduction' => { 80 => 0xe, 81 => 0xe, 88 => 0xa },
+ 'filllight' => { 464 => 'FillLight', 466 => 'FillLight' },
+ 'fillorder' => { 117 => 0x10a },
+ 'filmgraineffect' => { 284 => 0x538 },
+ 'filmmode' => { 125 => 0x1401, 304 => 0x412, 307 => 0x42 },
+ 'filmtype' => { 228 => 0x2 },
+ 'filtereffect' => { 56 => 0xe, 222 => 0x37, 223 => 0x3f, 224 => 0x47, 307 => 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' => { 342 => 0x70 },
+ 'finetuneoptcenterweighted' => { 267 => '7.2', 268 => '9.1', 270 => '9.1', 271 => '9.1', 275 => '8.1', 280 => '9.1', 281 => '9.1', 282 => '9.1' },
+ 'finetuneopthighlightweighted' => { 270 => '46.1', 271 => '46.1', 280 => '46.1', 281 => '46.1' },
+ 'finetuneoptmatrixmetering' => { 267 => '8.1', 268 => '8.2', 270 => '8.2', 271 => '8.2', 275 => '7.2', 276 => '6.1', 280 => '8.2', 281 => '8.2', 282 => '8.2' },
+ 'finetuneoptspotmetering' => { 267 => '8.2', 268 => '9.2', 270 => '9.2', 271 => '9.2', 275 => '8.2', 276 => '6.2', 280 => '9.2', 281 => '9.2', 282 => '9.2' },
+ 'finishexposure' => { 135 => 0xdbd },
+ 'finishfiletype' => { 135 => 0xdb8 },
+ 'finishlook' => { 135 => 0xdbc },
+ 'finishnoise' => { 135 => 0xdba },
+ 'finishresolution' => { 135 => 0xdb9 },
+ 'finishsharpening' => { 135 => 0xdbb },
+ 'firmware' => { 289 => 0x405, 384 => [0x8c,0x17,0x3b], 461 => 'Firmware' },
+ 'firmware2' => { 384 => 0x57 },
+ 'firmwaredate' => { 110 => 0x15, 111 => 0x2001, 368 => 0x4, 370 => 0x30 },
+ 'firmwareid' => { 184 => 0x0 },
+ 'firmwarename' => { 381 => 0xa001 },
+ 'firmwarerevision' => { 19 => 0xa4, 62 => 0x1e, 372 => 0x0 },
+ 'firmwarerevision2' => { 372 => 0xc },
+ 'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107, 135 => [0x415,0xce5], 151 => 0x57, 153 => 'FirmwareVersion', 305 => 0x320, 307 => 0x2, 309 => 0x3109, 342 => 0x230, 367 => ['CNFV','FIRM'], 369 => 0x18, 370 => 0x2a, 374 => 0x2 },
+ 'firmwareversions' => { 351 => 0x301 },
+ 'firstphotodate' => { 452 => 'FirstPhotoDate' },
+ 'firstpublicationdate' => { 294 => 'FirstPublicationDate' },
+ 'fixtureidentifier' => { 129 => 0x16, 459 => 'FixtureIdentifier' },
+ 'flash' => { 112 => 'XMP-Flash', 117 => 0x9209, 149 => 0x22, 178 => 0x1f, 179 => 0x15, 370 => 0x5a, 470 => 'Flash' },
+ 'flashaction' => { 394 => 0x3e, 395 => 0x3e, 407 => 0x2017, 412 => [0x2a,0x2c,0x30] },
+ 'flashaction2' => { 394 => 0x4c, 395 => 0x4c, 412 => 0x77 },
+ 'flashactionexternal' => { 412 => [0x78,0x7c] },
'flashactivity' => { 34 => 0x1c },
- 'flashbatterylevel' => { 42 => 0x249 },
- 'flashbias' => { 306 => 0x24 },
+ 'flashbatterylevel' => { 43 => 0x249 },
+ 'flashbias' => { 307 => 0x24 },
'flashbits' => { 34 => 0x1d },
- 'flashbuttonfunction' => { 81 => 0x70e },
- 'flashchargelevel' => { 288 => 0x1010 },
- 'flashcolorfilter' => { 205 => 0x10, 206 => 0x10 },
- 'flashcommandermode' => { 203 => '9.1', 204 => '9.1', 205 => '9.1', 206 => '9.1' },
- 'flashcompensation' => { 134 => 0x3f3, 203 => 0xa, 204 => 0xa, 205 => 0xa, 206 => 0x27, 207 => 0xa, 460 => 'FlashCompensation' },
- 'flashcontrol' => { 393 => 0x23, 394 => 0x1f, 395 => 0x21 },
- 'flashcontrolbuilt-in' => { 275 => '16.1', 276 => '23.1', 278 => '23.1', 279 => '24.1' },
- 'flashcontrolmode' => { 203 => '9.2', 204 => '9.2', 205 => '9.2', 206 => '9.2', 283 => 0x404 },
- 'flashcurtain' => { 306 => 0x48 },
- 'flashdefault' => { 179 => 0x42 },
- 'flashdevice' => { 288 => 0x1005 },
- 'flashdistance' => { 110 => 0x2034 },
- 'flashenergy' => { 116 => 0xa20b, 469 => 'FlashEnergy' },
- 'flashexposurebracketvalue' => { 219 => 0x18 },
- 'flashexposurecomp' => { 74 => 0xf, 124 => 0x1011, 155 => 'ExposureComp', 176 => 0x23, 181 => 0x104, 182 => 0x49c1, 219 => 0x12, 283 => 0x401, 288 => 0x1023, 341 => 0x4d, 373 => 0x100b, 383 => [0x3a,0x56], 406 => 0x104 },
- 'flashexposurecomp2' => { 245 => 0x4d2 },
- 'flashexposurecomp3' => { 205 => 0x1d },
- 'flashexposurecomp4' => { 205 => 0x27 },
- 'flashexposurecomparea' => { 267 => '38.4', 269 => '38.4', 270 => '38.4', 279 => '38.4', 280 => '38.4' },
- 'flashexposurecompset' => { 179 => 0x10, 314 => 0xe, 393 => 0x14, 394 => 0x12, 395 => 0x23, 411 => 0x1f },
- 'flashexposurecompset2' => { 411 => [0x26,0x2c] },
- 'flashexposureindicator' => { 179 => 0x54 },
- 'flashexposureindicatorlast' => { 179 => 0x56 },
- 'flashexposureindicatornext' => { 179 => 0x55 },
- 'flashexposurelock' => { 55 => 0x19 },
- 'flashfired' => { 136 => 0x5d, 155 => 'Fired', 176 => 0x14, 244 => '590.3', 469 => [\'Flash','FlashFired'] },
- 'flashfiring' => { 81 => 0x306, 82 => 0x6, 83 => 0x7, 86 => 0x7 },
- 'flashfirmwareversion' => { 284 => 0x1002 },
- 'flashfocallength' => { 203 => 0xb, 204 => 0xc, 205 => 0xc, 206 => 0xc, 207 => 0xc },
- 'flashfunction' => { 182 => 0x31, 469 => [\'Flash','FlashFunction'] },
- 'flashgndistance' => { 203 => 0xe, 204 => 0xf, 205 => 0xf, 206 => 0xf, 207 => 0xf },
- 'flashgroupacompensation' => { 203 => 0x11, 204 => 0x12, 205 => 0x13, 206 => 0x28, 207 => 0x28 },
- 'flashgroupacontrolmode' => { 203 => 0xf, 204 => '16.1', 205 => '17.1', 206 => '17.1', 207 => '17.1' },
- 'flashgroupaoutput' => { 203 => 0x11, 204 => 0x12, 205 => 0x13, 206 => 0x28, 207 => 0x28 },
- 'flashgroupbcompensation' => { 203 => 0x12, 204 => 0x13, 205 => 0x14, 206 => 0x29, 207 => 0x29 },
- 'flashgroupbcontrolmode' => { 203 => 0x10, 204 => '17.1', 205 => '18.1', 206 => '18.1', 207 => '18.1' },
- 'flashgroupboutput' => { 203 => 0x12, 204 => 0x13, 205 => 0x14, 206 => 0x29, 207 => 0x29 },
- 'flashgroupccompensation' => { 204 => 0x14, 205 => 0x15, 206 => 0x2a, 207 => 0x2a },
- 'flashgroupccontrolmode' => { 204 => '17.2', 205 => '18.2', 206 => '18.2', 207 => '18.2' },
- 'flashgroupcoutput' => { 204 => 0x14, 205 => 0x15, 206 => 0x2a, 207 => 0x2a },
- 'flashguidenumber' => { 74 => 0xd, 91 => 0x0, 155 => 'GuideNumber' },
- 'flashintensity' => { 109 => [0x19,0x5], 283 => 0x405 },
- 'flashlevel' => { 268 => 0x9, 406 => 0xb048 },
- 'flashmake' => { 155 => 'Make' },
- 'flashmanufacturer' => { 174 => 'FlashManufacturer' },
- 'flashmetering' => { 176 => 0x3f, 179 => 0x1c },
+ 'flashbuttonfunction' => { 82 => 0x70e },
+ 'flashchargelevel' => { 289 => 0x1010 },
+ 'flashcolorfilter' => { 206 => 0x10, 207 => 0x10 },
+ 'flashcommandermode' => { 204 => '9.1', 205 => '9.1', 206 => '9.1', 207 => '9.1' },
+ 'flashcompensation' => { 135 => 0x3f3, 204 => 0xa, 205 => 0xa, 206 => 0xa, 207 => 0x27, 208 => 0xa, 461 => 'FlashCompensation' },
+ 'flashcontrol' => { 394 => 0x23, 395 => 0x1f, 396 => 0x21 },
+ 'flashcontrolbuilt-in' => { 276 => '16.1', 277 => '23.1', 279 => '23.1', 280 => '24.1' },
+ 'flashcontrolmode' => { 204 => '9.2', 205 => '9.2', 206 => '9.2', 207 => '9.2', 284 => 0x404 },
+ 'flashcurtain' => { 307 => 0x48 },
+ 'flashdefault' => { 180 => 0x42 },
+ 'flashdevice' => { 289 => 0x1005 },
+ 'flashdistance' => { 111 => 0x2034 },
+ 'flashenergy' => { 117 => 0xa20b, 470 => 'FlashEnergy' },
+ 'flashexposurebracketvalue' => { 220 => 0x18 },
+ 'flashexposurecomp' => { 75 => 0xf, 125 => 0x1011, 156 => 'ExposureComp', 177 => 0x23, 182 => 0x104, 183 => 0x49c1, 220 => 0x12, 284 => 0x401, 289 => 0x1023, 342 => 0x4d, 374 => 0x100b, 384 => [0x3a,0x56], 407 => 0x104 },
+ 'flashexposurecomp2' => { 246 => 0x4d2 },
+ 'flashexposurecomp3' => { 206 => 0x1d },
+ 'flashexposurecomp4' => { 206 => 0x27 },
+ 'flashexposurecomparea' => { 268 => '38.4', 270 => '38.4', 271 => '38.4', 280 => '38.4', 281 => '38.4' },
+ 'flashexposurecompset' => { 180 => 0x10, 315 => 0xe, 394 => 0x14, 395 => 0x12, 396 => 0x23, 412 => 0x1f },
+ 'flashexposurecompset2' => { 412 => [0x26,0x2c] },
+ 'flashexposureindicator' => { 180 => 0x54 },
+ 'flashexposureindicatorlast' => { 180 => 0x56 },
+ 'flashexposureindicatornext' => { 180 => 0x55 },
+ 'flashexposurelock' => { 56 => 0x19 },
+ 'flashfired' => { 137 => 0x5d, 156 => 'Fired', 177 => 0x14, 245 => '590.3', 470 => [\'Flash','FlashFired'] },
+ 'flashfiring' => { 82 => 0x306, 83 => 0x6, 84 => 0x7, 87 => 0x7 },
+ 'flashfirmwareversion' => { 285 => 0x1002 },
+ 'flashfocallength' => { 204 => 0xb, 205 => 0xc, 206 => 0xc, 207 => 0xc, 208 => 0xc },
+ 'flashfunction' => { 183 => 0x31, 470 => [\'Flash','FlashFunction'] },
+ 'flashgndistance' => { 204 => 0xe, 205 => 0xf, 206 => 0xf, 207 => 0xf, 208 => 0xf },
+ 'flashgroupacompensation' => { 204 => 0x11, 205 => 0x12, 206 => 0x13, 207 => 0x28, 208 => 0x28 },
+ 'flashgroupacontrolmode' => { 204 => 0xf, 205 => '16.1', 206 => '17.1', 207 => '17.1', 208 => '17.1' },
+ 'flashgroupaoutput' => { 204 => 0x11, 205 => 0x12, 206 => 0x13, 207 => 0x28, 208 => 0x28 },
+ 'flashgroupbcompensation' => { 204 => 0x12, 205 => 0x13, 206 => 0x14, 207 => 0x29, 208 => 0x29 },
+ 'flashgroupbcontrolmode' => { 204 => 0x10, 205 => '17.1', 206 => '18.1', 207 => '18.1', 208 => '18.1' },
+ 'flashgroupboutput' => { 204 => 0x12, 205 => 0x13, 206 => 0x14, 207 => 0x29, 208 => 0x29 },
+ 'flashgroupccompensation' => { 205 => 0x14, 206 => 0x15, 207 => 0x2a, 208 => 0x2a },
+ 'flashgroupccontrolmode' => { 205 => '17.2', 206 => '18.2', 207 => '18.2', 208 => '18.2' },
+ 'flashgroupcoutput' => { 205 => 0x14, 206 => 0x15, 207 => 0x2a, 208 => 0x2a },
+ 'flashguidenumber' => { 75 => 0xd, 92 => 0x0, 156 => 'GuideNumber' },
+ 'flashintensity' => { 110 => [0x19,0x5], 284 => 0x405 },
+ 'flashlevel' => { 269 => 0x9, 407 => 0xb048 },
+ 'flashmake' => { 156 => 'Make' },
+ 'flashmanufacturer' => { 175 => 'FlashManufacturer' },
+ 'flashmetering' => { 177 => 0x3f, 180 => 0x1c },
'flashmeteringmode' => { 7 => 0x15, 13 => 0x15, 14 => 0x15, 15 => 0x15, 16 => 0x15, 17 => 0x15, 18 => 0x15, 20 => 0x15, 22 => 0x15, 28 => 0x15 },
- 'flashmeteringsegments' => { 341 => 0x20a },
- 'flashmode' => { 109 => 0x4, 134 => 0x3f2, 136 => 0x5c, 147 => 0x27, 155 => 'Mode', 176 => 0x2, 177 => 0x20, 178 => 0x16, 179 => 0xf, 219 => 0x87, 283 => 0x400, 288 => 0x1004, 341 => 0xc, 348 => 0x4, 372 => 0x20, 373 => 0x100a, 382 => 0x225, 393 => 0x13, 394 => 0x7f, 395 => 0x20, 411 => 0x10, 414 => 0x1138, 415 => 0x1138, 416 => 0x1114, 417 => 0x1190, 418 => 0x116c, 419 => 0x1024, 420 => 0x21c, 421 => 0x21c, 422 => 0x211, 469 => [\'Flash','FlashMode'] },
- 'flashmodel' => { 155 => 'Model', 174 => 'FlashModel', 284 => 0x1001 },
- 'flashoptions' => { 322 => 0x2 },
- 'flashoptions2' => { 322 => 0x10 },
- 'flashoutput' => { 42 => 0x248, 74 => 0x21, 203 => 0xa, 204 => 0xa, 205 => 0xa, 206 => 0x27 },
- 'flashpixversion' => { 116 => 0xa000, 469 => 'FlashpixVersion' },
- 'flashredeyemode' => { 469 => [\'Flash','FlashRedEyeMode'] },
- 'flashremotecontrol' => { 283 => 0x403 },
- 'flashreturn' => { 469 => [\'Flash','FlashReturn'] },
- 'flashserialnumber' => { 155 => 'SerialNumber', 284 => 0x1003 },
- 'flashsetting' => { 219 => 0x8 },
- 'flashshutterspeed' => { 266 => '20.2', 267 => '23.2', 269 => '23.2', 270 => '23.2', 275 => '15.2', 276 => '22.2', 277 => '7.2', 278 => '22.2', 279 => '23.2', 280 => '23.2', 281 => '23.1' },
- 'flashsource' => { 203 => 0x4, 204 => 0x4, 205 => 0x4, 206 => 0x4, 207 => 0x4 },
- 'flashstatus' => { 329 => 0x0, 411 => [0x82,0x86], 424 => 0x31, 425 => 0x39, 426 => 0x39 },
- 'flashstatusbuilt-in' => { 395 => [0x87,0x287] },
- 'flashstatusexternal' => { 395 => [0x88,0x288] },
- 'flashsyncspeed' => { 266 => '20.1', 267 => '23.1', 269 => '23.1', 270 => '23.1', 275 => '15.1', 276 => '22.1', 278 => '22.1', 279 => '23.1', 280 => '23.1' },
- 'flashsyncspeedav' => { 79 => 0x3, 81 => 0x10f, 82 => 0x2, 83 => 0x3, 84 => 0x2, 85 => 0x2, 86 => 0x3, 87 => 0x6 },
- 'flashthreshold' => { 91 => 0x1 },
- 'flashtype' => { 155 => 'Type', 179 => 0x59, 219 => 0x9, 284 => 0x1000 },
- 'flashwarning' => { 276 => '30.1', 277 => '7.1', 281 => '31.1', 306 => 0x62 },
- 'flexiblespotposition' => { 406 => 0x201d },
- 'flickerreduce' => { 382 => 0x218 },
- 'flickerreduction' => { 124 => 0x1446, 238 => 0xe84 },
- 'flickerreductionindicator' => { 238 => 0x5e2 },
- 'flightpitchdegree' => { 113 => 'FlightPitchDegree' },
- 'flightrolldegree' => { 113 => 'FlightRollDegree' },
- 'flightxspeed' => { 113 => 'FlightXSpeed' },
- 'flightyawdegree' => { 113 => 'FlightYawDegree' },
- 'flightyspeed' => { 113 => 'FlightYSpeed' },
- 'flightzspeed' => { 113 => 'FlightZSpeed' },
- 'fliphorizontal' => { 259 => 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, 74 => 0x15, 116 => 0x829d, 133 => 0xfd04, 136 => 0x1e, 138 => 0xfa23, 140 => 0xf103, 143 => 0x13, 145 => 0x3c, 147 => 0x1c, 148 => 0x18, 150 => 0xc, 159 => 'FNumber', 176 => 0xa, 177 => 0x36, 178 => 0x47, 179 => 0x9, 182 => 0x49c7, 217 => 0x38, 305 => 0x35a, 341 => 0x13, 380 => 0xa019, 383 => [0x31,0x49], 393 => 0x1, 394 => 0x1, 411 => [0x20,0x22,0x26], 469 => 'FNumber' },
- 'focaldistance' => { 449 => '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, 57 => 0x1, 110 => 0x1d, 116 => 0x920a, 143 => 0x1d, 159 => 'FocalLength', 176 => 0x12, 212 => 0xa, 213 => 0xb, 217 => [0xc,0x3c], 300 => 0x1, 341 => 0x1d, 350 => 0x403, 373 => 0x1500, 392 => 0xe, 418 => 0x1278, 419 => 0x1134, 420 => 0x32c, 421 => 0x32c, 422 => 0x30a, 469 => 'FocalLength' },
- 'focallength2' => { 411 => [0x23,0x25,0x29] },
- 'focallengthin35mmformat' => { 116 => 0xa405, 380 => 0xa01a, 469 => 'FocalLengthIn35mmFilm' },
- 'focallengthtelezoom' => { 392 => 0x10 },
- 'focalplaneafpointarea' => { 423 => 0x2 },
- 'focalplaneafpointlocation1' => { 423 => 0x6 },
- 'focalplaneafpointlocation10' => { 423 => 0x2a },
- 'focalplaneafpointlocation11' => { 423 => 0x2e },
- 'focalplaneafpointlocation12' => { 423 => 0x32 },
- 'focalplaneafpointlocation13' => { 423 => 0x36 },
- 'focalplaneafpointlocation14' => { 423 => 0x3a },
- 'focalplaneafpointlocation15' => { 423 => 0x3e },
- 'focalplaneafpointlocation2' => { 423 => 0xa },
- 'focalplaneafpointlocation3' => { 423 => 0xe },
- 'focalplaneafpointlocation4' => { 423 => 0x12 },
- 'focalplaneafpointlocation5' => { 423 => 0x16 },
- 'focalplaneafpointlocation6' => { 423 => 0x1a },
- 'focalplaneafpointlocation7' => { 423 => 0x1e },
- 'focalplaneafpointlocation8' => { 423 => 0x22 },
- 'focalplaneafpointlocation9' => { 423 => 0x26 },
- 'focalplaneafpointsused' => { 423 => 0x1 },
- 'focalplanediagonal' => { 284 => 0x103, 288 => 0x205 },
- 'focalplaneresolutionunit' => { 116 => 0xa210, 469 => 'FocalPlaneResolutionUnit' },
- 'focalplanexresolution' => { 116 => 0xa20e, 469 => 'FocalPlaneXResolution' },
- 'focalplanexsize' => { 57 => 0x2 },
- 'focalplanexunknown' => { 57 => 0x2 },
- 'focalplaneyresolution' => { 116 => 0xa20f, 469 => 'FocalPlaneYResolution' },
- 'focalplaneysize' => { 57 => 0x3 },
- 'focalplaneyunknown' => { 57 => 0x3 },
- 'focalpointx' => { 449 => 'FocalPointX' },
- 'focalpointy' => { 449 => 'FocalPointY' },
- 'focaltype' => { 10 => 0x2d, 57 => 0x0 },
+ 'flashmeteringsegments' => { 342 => 0x20a },
+ 'flashmode' => { 110 => 0x4, 135 => 0x3f2, 137 => 0x5c, 148 => 0x27, 156 => 'Mode', 177 => 0x2, 178 => 0x20, 179 => 0x16, 180 => 0xf, 220 => 0x87, 284 => 0x400, 289 => 0x1004, 342 => 0xc, 349 => 0x4, 373 => 0x20, 374 => 0x100a, 383 => 0x225, 394 => 0x13, 395 => 0x7f, 396 => 0x20, 412 => 0x10, 415 => 0x1138, 416 => 0x1138, 417 => 0x1114, 418 => 0x1190, 419 => 0x116c, 420 => 0x1024, 421 => 0x21c, 422 => 0x21c, 423 => 0x211, 470 => [\'Flash','FlashMode'] },
+ 'flashmodel' => { 156 => 'Model', 175 => 'FlashModel', 285 => 0x1001 },
+ 'flashoptions' => { 323 => 0x2 },
+ 'flashoptions2' => { 323 => 0x10 },
+ 'flashoutput' => { 43 => 0x248, 75 => 0x21, 204 => 0xa, 205 => 0xa, 206 => 0xa, 207 => 0x27 },
+ 'flashpixversion' => { 117 => 0xa000, 470 => 'FlashpixVersion' },
+ 'flashredeyemode' => { 470 => [\'Flash','FlashRedEyeMode'] },
+ 'flashremotecontrol' => { 284 => 0x403 },
+ 'flashreturn' => { 470 => [\'Flash','FlashReturn'] },
+ 'flashserialnumber' => { 156 => 'SerialNumber', 285 => 0x1003 },
+ 'flashsetting' => { 220 => 0x8 },
+ 'flashshutterspeed' => { 267 => '20.2', 268 => '23.2', 270 => '23.2', 271 => '23.2', 276 => '15.2', 277 => '22.2', 278 => '7.2', 279 => '22.2', 280 => '23.2', 281 => '23.2', 282 => '23.1' },
+ 'flashsource' => { 204 => 0x4, 205 => 0x4, 206 => 0x4, 207 => 0x4, 208 => 0x4 },
+ 'flashstatus' => { 330 => 0x0, 412 => [0x82,0x86], 425 => 0x31, 426 => 0x39, 427 => 0x39 },
+ 'flashstatusbuilt-in' => { 396 => [0x87,0x287] },
+ 'flashstatusexternal' => { 396 => [0x88,0x288] },
+ 'flashsyncspeed' => { 267 => '20.1', 268 => '23.1', 270 => '23.1', 271 => '23.1', 276 => '15.1', 277 => '22.1', 279 => '22.1', 280 => '23.1', 281 => '23.1' },
+ 'flashsyncspeedav' => { 80 => 0x3, 82 => 0x10f, 83 => 0x2, 84 => 0x3, 85 => 0x2, 86 => 0x2, 87 => 0x3, 88 => 0x6 },
+ 'flashthreshold' => { 92 => 0x1 },
+ 'flashtype' => { 156 => 'Type', 180 => 0x59, 220 => 0x9, 285 => 0x1000 },
+ 'flashwarning' => { 277 => '30.1', 278 => '7.1', 282 => '31.1', 307 => 0x62 },
+ 'flexiblespotposition' => { 407 => 0x201d },
+ 'flickerreduce' => { 383 => 0x218 },
+ 'flickerreduction' => { 125 => 0x1446, 239 => 0xe84 },
+ 'flickerreductionindicator' => { 239 => 0x5e2 },
+ 'flightpitchdegree' => { 114 => 'FlightPitchDegree' },
+ 'flightrolldegree' => { 114 => 'FlightRollDegree' },
+ 'flightxspeed' => { 114 => 'FlightXSpeed' },
+ 'flightyawdegree' => { 114 => 'FlightYawDegree' },
+ 'flightyspeed' => { 114 => 'FlightYSpeed' },
+ 'flightzspeed' => { 114 => 'FlightZSpeed' },
+ 'fliphorizontal' => { 260 => 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, 134 => 0xfd04, 137 => 0x1e, 139 => 0xfa23, 141 => 0xf103, 144 => 0x13, 146 => 0x3c, 148 => 0x1c, 149 => 0x18, 151 => 0xc, 160 => 'FNumber', 177 => 0xa, 178 => 0x36, 179 => 0x47, 180 => 0x9, 183 => 0x49c7, 218 => 0x38, 306 => 0x35a, 342 => 0x13, 381 => 0xa019, 384 => [0x31,0x49], 394 => 0x1, 395 => 0x1, 412 => [0x20,0x22,0x26], 470 => 'FNumber' },
+ 'focaldistance' => { 450 => '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, 144 => 0x1d, 160 => 'FocalLength', 177 => 0x12, 213 => 0xa, 214 => 0xb, 218 => [0xc,0x3c], 301 => 0x1, 342 => 0x1d, 351 => 0x403, 374 => 0x1500, 393 => 0xe, 419 => 0x1278, 420 => 0x1134, 421 => 0x32c, 422 => 0x32c, 423 => 0x30a, 470 => 'FocalLength' },
+ 'focallength2' => { 412 => [0x23,0x25,0x29] },
+ 'focallengthin35mmformat' => { 117 => 0xa405, 381 => 0xa01a, 470 => 'FocalLengthIn35mmFilm' },
+ 'focallengthtelezoom' => { 393 => 0x10 },
+ 'focalplaneafpointarea' => { 424 => 0x2 },
+ 'focalplaneafpointlocation1' => { 424 => 0x6 },
+ 'focalplaneafpointlocation10' => { 424 => 0x2a },
+ 'focalplaneafpointlocation11' => { 424 => 0x2e },
+ 'focalplaneafpointlocation12' => { 424 => 0x32 },
+ 'focalplaneafpointlocation13' => { 424 => 0x36 },
+ 'focalplaneafpointlocation14' => { 424 => 0x3a },
+ 'focalplaneafpointlocation15' => { 424 => 0x3e },
+ 'focalplaneafpointlocation2' => { 424 => 0xa },
+ 'focalplaneafpointlocation3' => { 424 => 0xe },
+ 'focalplaneafpointlocation4' => { 424 => 0x12 },
+ 'focalplaneafpointlocation5' => { 424 => 0x16 },
+ 'focalplaneafpointlocation6' => { 424 => 0x1a },
+ 'focalplaneafpointlocation7' => { 424 => 0x1e },
+ 'focalplaneafpointlocation8' => { 424 => 0x22 },
+ 'focalplaneafpointlocation9' => { 424 => 0x26 },
+ 'focalplaneafpointsused' => { 424 => 0x1 },
+ 'focalplanediagonal' => { 285 => 0x103, 289 => 0x205 },
+ 'focalplaneresolutionunit' => { 117 => 0xa210, 470 => 'FocalPlaneResolutionUnit' },
+ 'focalplanexresolution' => { 117 => 0xa20e, 470 => 'FocalPlaneXResolution' },
+ 'focalplanexsize' => { 58 => 0x2 },
+ 'focalplanexunknown' => { 58 => 0x2 },
+ 'focalplaneyresolution' => { 117 => 0xa20f, 470 => 'FocalPlaneYResolution' },
+ 'focalplaneysize' => { 58 => 0x3 },
+ 'focalplaneyunknown' => { 58 => 0x3 },
+ 'focalpointx' => { 450 => 'FocalPointX' },
+ 'focalpointy' => { 450 => 'FocalPointY' },
+ 'focaltype' => { 10 => 0x2d, 58 => 0x0 },
'focalunits' => { 34 => 0x19 },
- 'focus' => { 249 => 0x8 },
- 'focusarea' => { 176 => 0x31 },
- 'focusareaselection' => { 277 => '15.2' },
- 'focusbracket' => { 306 => 0xbd },
- 'focusbracketstepsize' => { 283 => 0x308 },
+ 'focus' => { 250 => 0x8 },
+ 'focusarea' => { 177 => 0x31 },
+ 'focusareaselection' => { 278 => '15.2' },
+ 'focusbracket' => { 307 => 0xbd },
+ 'focusbracketstepsize' => { 284 => 0x308 },
'focuscontinuous' => { 34 => 0x20 },
- 'focusdisplayaiservoandmf' => { 81 => 0x515 },
- 'focusdistance' => { 159 => 'FocusDistance', 176 => 0x13, 182 => 0x49bb, 212 => 0x9, 213 => 0xa, 217 => [0xb,0x4f], 286 => 0x305, 300 => 0x0, 304 => 0x304, 305 => 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, 55 => 0x15, 74 => 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, 55 => 0x14, 74 => 0x13 },
- 'focusholdbutton' => { 179 => 0x44 },
- 'focusinfoversion' => { 286 => 0x0 },
- 'focusingscreen' => { 80 => 0x0, 81 => 0x80b, 86 => 0x0 },
- 'focuslocation' => { 406 => 0x2027 },
- 'focuslocked' => { 175 => 0x14 },
- 'focusmode' => { 34 => 0x7, 109 => 0x3, 110 => [0x3003,0xd], 124 => 0x1021, 134 => 0x3f5, 136 => 0x38, 152 => 'FocusMode', 176 => 0x30, 178 => 0xe, 179 => 0xc, 219 => 0x7, 283 => 0x301, 288 => 0x100b, 306 => 0x7, 341 => 0xd, 348 => 0x3, 373 => 0x1006, 386 => [0xb,0x5], 392 => [0x15,0x1d], 393 => 0x4d, 394 => 0x4d, 406 => [0xb042,0xb04e,0x201b], 411 => 0x13, 430 => 0x16 },
- 'focusmode2' => { 123 => '0.1', 322 => '3.1', 411 => [0x2c,0x2e,0x32] },
- 'focusmodesetting' => { 268 => '10.1', 390 => 0x14, 391 => 0x15, 393 => 0x10, 394 => 0xf, 395 => 0x6 },
- 'focusmodeswitch' => { 179 => 0x58, 393 => 0x2e },
- 'focuspixel' => { 124 => 0x1023 },
- 'focuspointwrap' => { 266 => '2.2', 267 => '2.2', 269 => '2.1', 270 => '2.1', 274 => '1.1', 275 => '2.2', 276 => '1.1', 279 => '2.2', 280 => '2.1', 281 => '2.5' },
- 'focusposition' => { 212 => 0x8, 213 => 0x8, 217 => 0x9, 341 => 0x10, 404 => 0x9bb },
- 'focusposition2' => { 411 => [0x29,0x2b,0x2f], 430 => 0x2d, 433 => 0x20 },
- 'focusprocess' => { 283 => 0x302 },
- 'focusrange' => { 34 => 0x12, 288 => 0x100a },
- 'focusrangeindex' => { 332 => '3.1' },
- 'focusringrotation' => { 81 => 0x713 },
- 'focussetting' => { 383 => 0x6 },
- 'focusstatus' => { 392 => 0x19, 393 => 0x53, 394 => 0x53 },
- 'focusstepcount' => { 286 => 0x301, 288 => 0x100e },
- 'focusstepinfinity' => { 286 => 0x303, 288 => 0x103b },
- 'focusstepnear' => { 286 => 0x304, 288 => 0x103c },
- 'focustrackinglockon' => { 266 => ['1.5','4.1'], 267 => '1.4', 274 => '0.4', 275 => '3.1', 276 => '0.4', 279 => '1.4' },
- 'focuswarning' => { 124 => 0x1301 },
- 'foldername' => { 176 => 0x27 },
- 'foldernumber' => { 393 => 0x9a, 395 => [0x402,0x114,0x316] },
- 'fontcomposite' => { 494 => [\'Fonts','FontsComposite'] },
- 'fontface' => { 494 => [\'Fonts','FontsFontFace'] },
- 'fontfamily' => { 494 => [\'Fonts','FontsFontFamily'] },
- 'fontfilename' => { 494 => [\'Fonts','FontsFontFileName'] },
- 'fontname' => { 494 => [\'Fonts','FontsFontName'] },
- 'fonts' => { 494 => 'Fonts' },
- 'fonttype' => { 494 => [\'Fonts','FontsFontType'] },
- 'fontversion' => { 494 => [\'Fonts','FontsVersionString'] },
- 'for' => { 357 => 'For' },
- 'forcewrite' => { 117 => 'ForceWrite' },
- 'format' => { 366 => "\xa9fmt", 448 => 'Format', 466 => 'format', 487 => 'Format' },
- 'forwardlock' => { 484 => 'forwardlock' },
- 'forwardmatrix1' => { 116 => 0xc714 },
- 'forwardmatrix2' => { 116 => 0xc715 },
- 'fossilspecimen' => { 115 => 'FossilSpecimen' },
- 'fossilspecimenmaterialsampleid' => { 115 => [\'FossilSpecimen','FossilSpecimenMaterialSampleID'] },
- 'framecount' => { 64 => [0x2,0x4] },
- 'frameheight' => { 124 => 0x3822 },
- 'framenum' => { 352 => 0xd7 },
- 'framenumber' => { 124 => 0x8003, 182 => 0x3c, 341 => 0x29 },
- 'framerate' => { 64 => [0x1,0x6], 116 => 0xc764, 124 => 0x3820 },
- 'framereadouttime' => { 360 => 'camera.framereadouttimeinmicroseconds' },
- 'framewidth' => { 124 => 0x3821 },
- 'framing' => { 478 => 'framing' },
- 'freebytes' => { 94 => 0x1 },
- 'freememorycardimages' => { 177 => [0x37,0x54], 178 => [0x2d,0x4a], 179 => 0x32 },
- 'fujiflashmode' => { 124 => 0x1010 },
- 'fullhdhighspeedrec' => { 124 => 0x3824 },
- 'fullimagesize' => { 406 => 0xb02b },
- 'fullpanoheightpixels' => { 451 => 'FullPanoHeightPixels', 452 => 'FullPanoHeightPixels' },
- 'fullpanowidthpixels' => { 451 => 'FullPanoWidthPixels', 452 => 'FullPanoWidthPixels' },
- 'fullpresssnap' => { 373 => 0x100d },
- 'fullsizeimage' => { 158 => 'data' },
- 'fullsizeimagename' => { 158 => '1Name' },
- 'fullsizeimagetype' => { 158 => '0Type' },
- 'func1button' => { 269 => '14.1', 270 => '14.1', 280 => '14.1' },
- 'func1buttonplusdials' => { 269 => '42.1', 270 => '42.1', 280 => '42.1' },
- 'func2button' => { 269 => '80.1', 270 => '80.1', 280 => '80.1' },
- 'func2buttonplusdials' => { 269 => '81.1' },
- 'func3button' => { 269 => '83.1' },
- 'funcbutton' => { 266 => ['14.1','15.1'], 267 => '14.1', 275 => '28.1', 276 => '13.1', 279 => '14.1', 281 => '14.1' },
- 'funcbuttonplusdials' => { 266 => ['14.2','15.2'], 267 => '14.2', 275 => '31.1', 279 => '42.1' },
- 'functionbutton' => { 273 => '13.1', 277 => '5.2' },
- 'gainbase' => { 287 => 0x610 },
- 'gaincontrol' => { 116 => 0xa407, 469 => 'GainControl' },
- 'gamma' => { 116 => 0xa500, 134 => 0x8fe, 311 => 0x11c, 470 => 'Gamma' },
- 'gammablackpoint' => { 102 => 0xc },
- 'gammacolortone' => { 102 => 0x3 },
- 'gammacompensatedvalue' => { 130 => 0x91 },
- 'gammacontrast' => { 102 => 0x2 },
- 'gammacurveoutputrange' => { 102 => 0xf },
- 'gammahighlight' => { 102 => 0xa },
- 'gammalinear' => { 100 => 0x20200 },
- 'gammamidpoint' => { 102 => 0xe },
- 'gammasaturation' => { 102 => 0x4 },
- 'gammashadow' => { 102 => 0x9 },
- 'gammasharpnessstrength' => { 102 => 0x8 },
- 'gammaunsharpmaskfineness' => { 102 => 0x6 },
- 'gammaunsharpmaskstrength' => { 102 => 0x5 },
- 'gammaunsharpmaskthreshold' => { 102 => 0x7 },
- 'gammawhitepoint' => { 102 => 0xd },
- 'garminsettings' => { 366 => 'pmcc' },
- 'garminsoftware' => { 366 => 'uuid' },
- 'gdalmetadata' => { 116 => 0xa480 },
- 'gdalnodata' => { 116 => 0xa481 },
- 'geimagesize' => { 124 => 0x1304 },
- 'gemake' => { 126 => 0x300 },
- 'gemodel' => { 126 => 0x207 },
- 'genre' => { 358 => ['gnre',"\xa9gen"], 360 => 'genre', 366 => ['gnre',"\xa9gen"], 475 => 'Genre', 479 => 'genre', 489 => 'genre' },
- 'genrecvid' => { 475 => [\'Genre','GenreCvId'] },
- 'genrecvtermid' => { 475 => [\'Genre','GenreCvTermId'] },
- 'genrecvtermname' => { 475 => [\'Genre','GenreCvTermName'] },
- 'genrecvtermrefinedabout' => { 475 => [\'Genre','GenreCvTermRefinedAbout'] },
- 'genreid' => { 358 => 'geID' },
- 'geography' => { 480 => 'geography' },
- 'geologicalcontext' => { 115 => 'GeologicalContext' },
- 'geologicalcontextbed' => { 115 => [\'GeologicalContext','GeologicalContextBed'] },
- 'geologicalcontextformation' => { 115 => [\'GeologicalContext','GeologicalContextFormation'] },
- 'geologicalcontextgroup' => { 115 => [\'GeologicalContext','GeologicalContextGroup'] },
- 'geologicalcontextid' => { 115 => [\'GeologicalContext','GeologicalContextGeologicalContextID'] },
- 'geologicalcontextmember' => { 115 => [\'GeologicalContext','GeologicalContextMember'] },
- 'geosync' => { 117 => 'Geosync' },
- 'geotag' => { 117 => 'Geotag' },
- 'geotiffasciiparams' => { 116 => 0x87b1 },
- 'geotiffdirectory' => { 116 => 0x87af },
- 'geotiffdoubleparams' => { 116 => 0x87b0 },
- 'geotime' => { 117 => 'Geotime' },
- 'giftftppriority' => { 453 => 'GIFTFtpPriority' },
- 'gimbalpitchdegree' => { 113 => 'GimbalPitchDegree' },
- 'gimbalreverse' => { 113 => 'GimbalReverse' },
- 'gimbalrolldegree' => { 113 => 'GimbalRollDegree' },
- 'gimbalyawdegree' => { 113 => 'GimbalYawDegree' },
- 'globalaltitude' => { 355 => 0x419 },
- 'globalangle' => { 355 => 0x40d },
- 'good' => { 489 => 'good' },
- 'googlehostheader' => { 358 => 'gshh' },
- 'googlepingmessage' => { 358 => 'gspm' },
- 'googlepingurl' => { 358 => 'gspu' },
- 'googleplusuploadcode' => { 116 => 0x9009 },
- 'googlesourcedata' => { 358 => 'gssd' },
- 'googlestarttime' => { 358 => 'gsst' },
- 'googletrackduration' => { 358 => 'gstd' },
- 'goprotype' => { 366 => 'GoPr' },
- 'gpsaltitude' => { 127 => 0x6, 156 => 'Altitude', 469 => 'GPSAltitude' },
- 'gpsaltituderef' => { 127 => 0x5, 469 => 'GPSAltitudeRef' },
- 'gpsareainformation' => { 127 => 0x1c, 469 => 'GPSAreaInformation' },
- 'gpscoordinates' => { 358 => "\xa9xyz", 360 => 'location.ISO6709', 366 => ['@xyz',"\xa9xyz"] },
- 'gpsdatestamp' => { 127 => 0x1d },
- 'gpsdatetime' => { 156 => 'DateTime', 469 => 'GPSTimeStamp' },
- 'gpsdestbearing' => { 127 => 0x18, 156 => 'Bearing', 469 => 'GPSDestBearing' },
- 'gpsdestbearingref' => { 127 => 0x17, 469 => 'GPSDestBearingRef' },
- 'gpsdestdistance' => { 127 => 0x1a, 156 => 'Distance', 469 => 'GPSDestDistance' },
- 'gpsdestdistanceref' => { 127 => 0x19, 469 => 'GPSDestDistanceRef' },
- 'gpsdestlatitude' => { 127 => 0x14, 469 => 'GPSDestLatitude' },
- 'gpsdestlatituderef' => { 127 => 0x13 },
- 'gpsdestlongitude' => { 127 => 0x16, 469 => 'GPSDestLongitude' },
- 'gpsdestlongituderef' => { 127 => 0x15 },
- 'gpsdifferential' => { 127 => 0x1e, 156 => 'Differential', 469 => 'GPSDifferential' },
- 'gpsdop' => { 127 => 0xb, 469 => 'GPSDOP' },
- 'gpshpositioningerror' => { 127 => 0x1f, 469 => 'GPSHPositioningError' },
- 'gpsimgdirection' => { 127 => 0x11, 469 => 'GPSImgDirection' },
- 'gpsimgdirectionref' => { 127 => 0x10, 469 => 'GPSImgDirectionRef' },
- 'gpslatitude' => { 113 => 'GpsLatitude', 127 => 0x2, 156 => 'Latitude', 469 => 'GPSLatitude' },
- 'gpslatituderef' => { 127 => 0x1 },
- 'gpslongitude' => { 113 => 'GpsLongitude', 127 => 0x4, 156 => 'Longitude', 469 => 'GPSLongitude' },
- 'gpslongituderef' => { 127 => 0x3 },
- 'gpslongtitude' => { 113 => 'GpsLongtitude' },
- 'gpsmapdatum' => { 127 => 0x12, 156 => 'Datum', 469 => 'GPSMapDatum' },
- 'gpsmeasuremode' => { 127 => 0xa, 156 => 'MeasureMode', 469 => 'GPSMeasureMode' },
- 'gpsprocessingmethod' => { 127 => 0x1b, 469 => 'GPSProcessingMethod' },
- 'gpssatellites' => { 127 => 0x8, 156 => 'Satellites', 469 => 'GPSSatellites' },
- 'gpsspeed' => { 127 => 0xd, 156 => 'Speed', 469 => 'GPSSpeed' },
- 'gpsspeedref' => { 127 => 0xc, 469 => 'GPSSpeedRef' },
- 'gpsstatus' => { 127 => 0x9, 469 => 'GPSStatus' },
- 'gpsstring' => { 134 => 0x402 },
- 'gpstimestamp' => { 127 => 0x7 },
- 'gpstrack' => { 127 => 0xf, 156 => 'Heading', 469 => 'GPSTrack' },
- 'gpstrackref' => { 127 => 0xe, 469 => 'GPSTrackRef' },
- 'gpsversionid' => { 127 => 0x0, 469 => 'GPSVersionID' },
- 'gradation' => { 283 => 0x50f },
- 'gradientbasedcorractive' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] },
- 'gradientbasedcorramount' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] },
- 'gradientbasedcorrbrightness' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] },
- 'gradientbasedcorrclarity' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] },
- 'gradientbasedcorrclarity2012' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] },
- 'gradientbasedcorrcontrast' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] },
- 'gradientbasedcorrcontrast2012' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] },
- 'gradientbasedcorrdefringe' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] },
- 'gradientbasedcorrections' => { 463 => 'GradientBasedCorrections', 465 => 'GradientBasedCorrections' },
- 'gradientbasedcorrexposure' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] },
- 'gradientbasedcorrexposure2012' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] },
- 'gradientbasedcorrhighlights2012' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] },
- 'gradientbasedcorrhue' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] },
- 'gradientbasedcorrluminancenoise' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] },
- 'gradientbasedcorrmaskalpha' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] },
- 'gradientbasedcorrmaskangle' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] },
- 'gradientbasedcorrmaskbottom' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] },
- 'gradientbasedcorrmaskcentervalue' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] },
- 'gradientbasedcorrmaskcenterweight' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'gradientbasedcorrmaskdabs' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] },
- 'gradientbasedcorrmaskfeather' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] },
- 'gradientbasedcorrmaskflipped' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] },
- 'gradientbasedcorrmaskflow' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] },
- 'gradientbasedcorrmaskfullx' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] },
- 'gradientbasedcorrmaskfully' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] },
- 'gradientbasedcorrmaskleft' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] },
- 'gradientbasedcorrmaskmidpoint' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] },
- 'gradientbasedcorrmaskperimetervalue' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'gradientbasedcorrmaskradius' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] },
- 'gradientbasedcorrmaskright' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] },
- 'gradientbasedcorrmaskroundness' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] },
- 'gradientbasedcorrmasks' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] },
- 'gradientbasedcorrmasksizex' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] },
- 'gradientbasedcorrmasksizey' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] },
- 'gradientbasedcorrmasktop' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] },
- 'gradientbasedcorrmaskvalue' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] },
- 'gradientbasedcorrmaskversion' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] },
- 'gradientbasedcorrmaskwhat' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] },
- 'gradientbasedcorrmaskx' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] },
- 'gradientbasedcorrmasky' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] },
- 'gradientbasedcorrmaskzerox' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] },
- 'gradientbasedcorrmaskzeroy' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] },
- 'gradientbasedcorrmoire' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] },
- 'gradientbasedcorrsaturation' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation','GradientBasedCorrectionsLocalToningSaturation'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation','GradientBasedCorrectionsLocalToningSaturation'] },
- 'gradientbasedcorrshadows2012' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] },
- 'gradientbasedcorrsharpness' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] },
- 'gradientbasedcorrtemperature' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] },
- 'gradientbasedcorrtint' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] },
- 'gradientbasedcorrwhat' => { 463 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'], 465 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] },
- 'grainamount' => { 463 => 'GrainAmount', 465 => 'GrainAmount' },
- 'graineffect' => { 124 => 0x1047 },
- 'grainfrequency' => { 463 => 'GrainFrequency', 465 => 'GrainFrequency' },
- 'grainseed' => { 463 => 'GrainSeed', 465 => 'GrainSeed' },
- 'grainsize' => { 463 => 'GrainSize', 465 => 'GrainSize' },
- 'graymixeraqua' => { 463 => 'GrayMixerAqua', 465 => 'GrayMixerAqua' },
- 'graymixerblue' => { 463 => 'GrayMixerBlue', 465 => 'GrayMixerBlue' },
- 'graymixergreen' => { 463 => 'GrayMixerGreen', 465 => 'GrayMixerGreen' },
- 'graymixermagenta' => { 463 => 'GrayMixerMagenta', 465 => 'GrayMixerMagenta' },
- 'graymixerorange' => { 463 => 'GrayMixerOrange', 465 => 'GrayMixerOrange' },
- 'graymixerpurple' => { 463 => 'GrayMixerPurple', 465 => 'GrayMixerPurple' },
- 'graymixerred' => { 463 => 'GrayMixerRed', 465 => 'GrayMixerRed' },
- 'graymixeryellow' => { 463 => 'GrayMixerYellow', 465 => 'GrayMixerYellow' },
- 'graypoint' => { 440 => 0x8021 },
- 'grayresponseunit' => { 116 => 0x122 },
- 'greencurvelimits' => { 105 => 0x1c4 },
- 'greencurvepoints' => { 104 => 0x53, 105 => 0x19a },
- 'greenhsl' => { 100 => 0x20913 },
- 'greenhue' => { 463 => 'GreenHue', 465 => 'GreenHue' },
- 'greensaturation' => { 463 => 'GreenSaturation', 465 => 'GreenSaturation' },
- 'griddisplay' => { 266 => '13.3', 267 => '4.3', 269 => '4.2', 270 => '4.2', 271 => '2.2', 275 => '10.5', 276 => '3.4', 277 => '6.1', 279 => '4.4', 280 => '4.2', 281 => '4.2' },
- 'gripbatteryadload' => { 320 => 0x5 },
- 'gripbatteryadnoload' => { 320 => 0x4 },
- 'gripbatterystate' => { 320 => '1.2' },
- 'group' => { 463 => 'Group', 465 => 'Group' },
- 'groupareaafillumination' => { 267 => '46.4', 270 => '47.4', 279 => '47.4' },
- 'grouping' => { 358 => ['grup',"\xa9grp"], 366 => "\xa9grp" },
- 'guid' => { 358 => 'GUID' },
- 'h2resetblackpixels' => { 134 => 0x18a6 },
- 'h3resetblackcolumns' => { 134 => 0x18ce },
- 'h3resetblackpixels' => { 134 => 0x18b0 },
- 'halftonehints' => { 116 => 0x141 },
- 'hardlink' => { 117 => 'HardLink' },
- 'hasalternative' => { 479 => 'hasAlternative' },
- 'hascorrection' => { 479 => 'hasCorrection' },
- 'hascorrectiona-lang' => { 479 => [\'hasCorrection','hasCorrectionA-lang'] },
- 'hascorrectiona-platform' => { 479 => [\'hasCorrection','hasCorrectionA-platform'] },
- 'hascorrectiontext' => { 479 => [\'hasCorrection','hasCorrectionText'] },
- 'hascrop' => { 463 => 'HasCrop', 465 => 'HasCrop' },
- 'hasextendedxmp' => { 491 => 'HasExtendedXMP' },
- 'hassettings' => { 463 => 'HasSettings', 465 => 'HasSettings' },
- 'hastranslation' => { 479 => 'hasTranslation' },
- 'hasvisibleoverprint' => { 494 => 'HasVisibleOverprint' },
- 'hasvisibletransparency' => { 494 => 'HasVisibleTransparency' },
- 'hdr' => { 58 => 0x1, 209 => 0x4, 306 => 0x9e, 341 => 0x85, 406 => 0x200a },
- 'hdreffect' => { 58 => 0x2 },
+ 'focusdisplayaiservoandmf' => { 82 => 0x515 },
+ 'focusdistance' => { 160 => 'FocusDistance', 177 => 0x13, 183 => 0x49bb, 213 => 0x9, 214 => 0xa, 218 => [0xb,0x4f], 287 => 0x305, 301 => 0x0, 305 => 0x304, 306 => 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' => { 180 => 0x44 },
+ 'focusinfoversion' => { 287 => 0x0 },
+ 'focusingscreen' => { 81 => 0x0, 82 => 0x80b, 87 => 0x0 },
+ 'focuslocation' => { 407 => 0x2027 },
+ 'focuslocked' => { 176 => 0x14 },
+ 'focusmode' => { 34 => 0x7, 110 => 0x3, 111 => [0x3003,0xd], 125 => 0x1021, 135 => 0x3f5, 137 => 0x38, 153 => 'FocusMode', 177 => 0x30, 179 => 0xe, 180 => 0xc, 220 => 0x7, 284 => 0x301, 289 => 0x100b, 307 => 0x7, 342 => 0xd, 349 => 0x3, 374 => 0x1006, 387 => [0xb,0x5], 393 => [0x15,0x1d], 394 => 0x4d, 395 => 0x4d, 407 => [0xb042,0xb04e,0x201b], 412 => 0x13, 431 => 0x16 },
+ 'focusmode2' => { 124 => '0.1', 323 => '3.1', 412 => [0x2c,0x2e,0x32] },
+ 'focusmodesetting' => { 269 => '10.1', 391 => 0x14, 392 => 0x15, 394 => 0x10, 395 => 0xf, 396 => 0x6 },
+ 'focusmodeswitch' => { 180 => 0x58, 394 => 0x2e },
+ 'focuspixel' => { 125 => 0x1023 },
+ 'focuspointwrap' => { 267 => '2.2', 268 => '2.2', 270 => '2.1', 271 => '2.1', 275 => '1.1', 276 => '2.2', 277 => '1.1', 280 => '2.2', 281 => '2.1', 282 => '2.5' },
+ 'focusposition' => { 213 => 0x8, 214 => 0x8, 218 => 0x9, 342 => 0x10, 405 => 0x9bb },
+ 'focusposition2' => { 412 => [0x29,0x2b,0x2f], 431 => 0x2d, 434 => 0x20 },
+ 'focusprocess' => { 284 => 0x302 },
+ 'focusrange' => { 34 => 0x12, 289 => 0x100a },
+ 'focusrangeindex' => { 333 => '3.1' },
+ 'focusringrotation' => { 82 => 0x713 },
+ 'focussetting' => { 384 => 0x6 },
+ 'focusstatus' => { 393 => 0x19, 394 => 0x53, 395 => 0x53 },
+ 'focusstepcount' => { 287 => 0x301, 289 => 0x100e },
+ 'focusstepinfinity' => { 287 => 0x303, 289 => 0x103b },
+ 'focusstepnear' => { 287 => 0x304, 289 => 0x103c },
+ 'focustrackinglockon' => { 267 => ['1.5','4.1'], 268 => '1.4', 275 => '0.4', 276 => '3.1', 277 => '0.4', 280 => '1.4' },
+ 'focuswarning' => { 125 => 0x1301 },
+ 'foldername' => { 177 => 0x27 },
+ 'foldernumber' => { 394 => 0x9a, 396 => [0x402,0x114,0x316] },
+ 'fontcomposite' => { 495 => [\'Fonts','FontsComposite'] },
+ 'fontface' => { 495 => [\'Fonts','FontsFontFace'] },
+ 'fontfamily' => { 495 => [\'Fonts','FontsFontFamily'] },
+ 'fontfilename' => { 495 => [\'Fonts','FontsFontFileName'] },
+ 'fontname' => { 495 => [\'Fonts','FontsFontName'] },
+ 'fonts' => { 495 => 'Fonts' },
+ 'fonttype' => { 495 => [\'Fonts','FontsFontType'] },
+ 'fontversion' => { 495 => [\'Fonts','FontsVersionString'] },
+ 'for' => { 358 => 'For' },
+ 'forcewrite' => { 118 => 'ForceWrite' },
+ 'format' => { 367 => "\xa9fmt", 449 => 'Format', 467 => 'format', 488 => 'Format' },
+ 'forwardlock' => { 485 => 'forwardlock' },
+ 'forwardmatrix1' => { 117 => 0xc714 },
+ 'forwardmatrix2' => { 117 => 0xc715 },
+ 'fossilspecimen' => { 116 => 'FossilSpecimen' },
+ 'fossilspecimenmaterialsampleid' => { 116 => [\'FossilSpecimen','FossilSpecimenMaterialSampleID'] },
+ 'framecount' => { 65 => [0x2,0x4] },
+ 'frameheight' => { 125 => 0x3822 },
+ 'framenum' => { 353 => 0xd7 },
+ 'framenumber' => { 125 => 0x8003, 183 => 0x3c, 342 => 0x29 },
+ 'framerate' => { 65 => [0x1,0x6], 117 => 0xc764, 125 => 0x3820 },
+ 'framereadouttime' => { 361 => 'camera.framereadouttimeinmicroseconds' },
+ 'framewidth' => { 125 => 0x3821 },
+ 'framing' => { 479 => 'framing' },
+ 'freebytes' => { 95 => 0x1 },
+ 'freememorycardimages' => { 178 => [0x37,0x54], 179 => [0x2d,0x4a], 180 => 0x32 },
+ 'fujiflashmode' => { 125 => 0x1010 },
+ 'fullhdhighspeedrec' => { 125 => 0x3824 },
+ 'fullimagesize' => { 407 => 0xb02b },
+ 'fullpanoheightpixels' => { 452 => 'FullPanoHeightPixels', 453 => 'FullPanoHeightPixels' },
+ 'fullpanowidthpixels' => { 452 => 'FullPanoWidthPixels', 453 => 'FullPanoWidthPixels' },
+ 'fullpresssnap' => { 374 => 0x100d },
+ 'fullsizeimage' => { 159 => 'data' },
+ 'fullsizeimagename' => { 159 => '1Name' },
+ 'fullsizeimagetype' => { 159 => '0Type' },
+ 'func1button' => { 270 => '14.1', 271 => '14.1', 281 => '14.1' },
+ 'func1buttonplusdials' => { 270 => '42.1', 271 => '42.1', 281 => '42.1' },
+ 'func2button' => { 270 => '80.1', 271 => '80.1', 281 => '80.1' },
+ 'func2buttonplusdials' => { 270 => '81.1' },
+ 'func3button' => { 270 => '83.1' },
+ 'funcbutton' => { 267 => ['14.1','15.1'], 268 => '14.1', 276 => '28.1', 277 => '13.1', 280 => '14.1', 282 => '14.1' },
+ 'funcbuttonplusdials' => { 267 => ['14.2','15.2'], 268 => '14.2', 276 => '31.1', 280 => '42.1' },
+ 'functionbutton' => { 274 => '13.1', 278 => '5.2' },
+ 'gainbase' => { 288 => 0x610 },
+ 'gaincontrol' => { 117 => 0xa407, 470 => 'GainControl' },
+ 'gamma' => { 117 => 0xa500, 135 => 0x8fe, 312 => 0x11c, 471 => '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' => { 367 => 'pmcc' },
+ 'garminsoftware' => { 367 => 'uuid' },
+ 'gdalmetadata' => { 117 => 0xa480 },
+ 'gdalnodata' => { 117 => 0xa481 },
+ 'geimagesize' => { 125 => 0x1304 },
+ 'gemake' => { 127 => 0x300 },
+ 'gemodel' => { 127 => 0x207 },
+ 'genre' => { 359 => ['gnre',"\xa9gen"], 361 => 'genre', 367 => ['gnre',"\xa9gen"], 476 => 'Genre', 480 => 'genre', 490 => 'genre' },
+ 'genrecvid' => { 476 => [\'Genre','GenreCvId'] },
+ 'genrecvtermid' => { 476 => [\'Genre','GenreCvTermId'] },
+ 'genrecvtermname' => { 476 => [\'Genre','GenreCvTermName'] },
+ 'genrecvtermrefinedabout' => { 476 => [\'Genre','GenreCvTermRefinedAbout'] },
+ 'genreid' => { 359 => 'geID' },
+ 'geography' => { 481 => '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' => { 454 => 'GIFTFtpPriority' },
+ 'gimbalpitchdegree' => { 114 => 'GimbalPitchDegree' },
+ 'gimbalreverse' => { 114 => 'GimbalReverse' },
+ 'gimbalrolldegree' => { 114 => 'GimbalRollDegree' },
+ 'gimbalyawdegree' => { 114 => 'GimbalYawDegree' },
+ 'globalaltitude' => { 356 => 0x419 },
+ 'globalangle' => { 356 => 0x40d },
+ 'good' => { 490 => 'good' },
+ 'googlehostheader' => { 359 => 'gshh' },
+ 'googlepingmessage' => { 359 => 'gspm' },
+ 'googlepingurl' => { 359 => 'gspu' },
+ 'googleplusuploadcode' => { 117 => 0x9009 },
+ 'googlesourcedata' => { 359 => 'gssd' },
+ 'googlestarttime' => { 359 => 'gsst' },
+ 'googletrackduration' => { 359 => 'gstd' },
+ 'goprotype' => { 367 => 'GoPr' },
+ 'gpsaltitude' => { 128 => 0x6, 157 => 'Altitude', 470 => 'GPSAltitude' },
+ 'gpsaltituderef' => { 128 => 0x5, 470 => 'GPSAltitudeRef' },
+ 'gpsareainformation' => { 128 => 0x1c, 470 => 'GPSAreaInformation' },
+ 'gpscoordinates' => { 359 => "\xa9xyz", 361 => 'location.ISO6709', 367 => ['@xyz',"\xa9xyz"] },
+ 'gpsdatestamp' => { 128 => 0x1d },
+ 'gpsdatetime' => { 157 => 'DateTime', 470 => 'GPSTimeStamp' },
+ 'gpsdestbearing' => { 128 => 0x18, 157 => 'Bearing', 470 => 'GPSDestBearing' },
+ 'gpsdestbearingref' => { 128 => 0x17, 470 => 'GPSDestBearingRef' },
+ 'gpsdestdistance' => { 128 => 0x1a, 157 => 'Distance', 470 => 'GPSDestDistance' },
+ 'gpsdestdistanceref' => { 128 => 0x19, 470 => 'GPSDestDistanceRef' },
+ 'gpsdestlatitude' => { 128 => 0x14, 470 => 'GPSDestLatitude' },
+ 'gpsdestlatituderef' => { 128 => 0x13 },
+ 'gpsdestlongitude' => { 128 => 0x16, 470 => 'GPSDestLongitude' },
+ 'gpsdestlongituderef' => { 128 => 0x15 },
+ 'gpsdifferential' => { 128 => 0x1e, 157 => 'Differential', 470 => 'GPSDifferential' },
+ 'gpsdop' => { 128 => 0xb, 470 => 'GPSDOP' },
+ 'gpshpositioningerror' => { 128 => 0x1f, 470 => 'GPSHPositioningError' },
+ 'gpsimgdirection' => { 128 => 0x11, 470 => 'GPSImgDirection' },
+ 'gpsimgdirectionref' => { 128 => 0x10, 470 => 'GPSImgDirectionRef' },
+ 'gpslatitude' => { 114 => 'GpsLatitude', 128 => 0x2, 157 => 'Latitude', 470 => 'GPSLatitude' },
+ 'gpslatituderef' => { 128 => 0x1 },
+ 'gpslongitude' => { 114 => 'GpsLongitude', 128 => 0x4, 157 => 'Longitude', 470 => 'GPSLongitude' },
+ 'gpslongituderef' => { 128 => 0x3 },
+ 'gpslongtitude' => { 114 => 'GpsLongtitude' },
+ 'gpsmapdatum' => { 128 => 0x12, 157 => 'Datum', 470 => 'GPSMapDatum' },
+ 'gpsmeasuremode' => { 128 => 0xa, 157 => 'MeasureMode', 470 => 'GPSMeasureMode' },
+ 'gpsprocessingmethod' => { 128 => 0x1b, 470 => 'GPSProcessingMethod' },
+ 'gpssatellites' => { 128 => 0x8, 157 => 'Satellites', 470 => 'GPSSatellites' },
+ 'gpsspeed' => { 128 => 0xd, 157 => 'Speed', 470 => 'GPSSpeed' },
+ 'gpsspeedref' => { 128 => 0xc, 470 => 'GPSSpeedRef' },
+ 'gpsstatus' => { 128 => 0x9, 470 => 'GPSStatus' },
+ 'gpsstring' => { 135 => 0x402 },
+ 'gpstimestamp' => { 128 => 0x7 },
+ 'gpstrack' => { 128 => 0xf, 157 => 'Heading', 470 => 'GPSTrack' },
+ 'gpstrackref' => { 128 => 0xe, 470 => 'GPSTrackRef' },
+ 'gpsversionid' => { 128 => 0x0, 470 => 'GPSVersionID' },
+ 'gradation' => { 284 => 0x50f },
+ 'gradientbasedcorractive' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] },
+ 'gradientbasedcorramount' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] },
+ 'gradientbasedcorrbrightness' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] },
+ 'gradientbasedcorrclarity' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] },
+ 'gradientbasedcorrclarity2012' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] },
+ 'gradientbasedcorrcontrast' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] },
+ 'gradientbasedcorrcontrast2012' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] },
+ 'gradientbasedcorrdefringe' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] },
+ 'gradientbasedcorrections' => { 464 => 'GradientBasedCorrections', 466 => 'GradientBasedCorrections' },
+ 'gradientbasedcorrexposure' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] },
+ 'gradientbasedcorrexposure2012' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] },
+ 'gradientbasedcorrhighlights2012' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] },
+ 'gradientbasedcorrhue' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] },
+ 'gradientbasedcorrluminancenoise' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] },
+ 'gradientbasedcorrmaskalpha' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] },
+ 'gradientbasedcorrmaskangle' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] },
+ 'gradientbasedcorrmaskbottom' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] },
+ 'gradientbasedcorrmaskcentervalue' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'gradientbasedcorrmaskcenterweight' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'gradientbasedcorrmaskdabs' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] },
+ 'gradientbasedcorrmaskfeather' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] },
+ 'gradientbasedcorrmaskflipped' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] },
+ 'gradientbasedcorrmaskflow' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] },
+ 'gradientbasedcorrmaskfullx' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] },
+ 'gradientbasedcorrmaskfully' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] },
+ 'gradientbasedcorrmaskleft' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] },
+ 'gradientbasedcorrmaskmidpoint' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'gradientbasedcorrmaskperimetervalue' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'gradientbasedcorrmaskradius' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] },
+ 'gradientbasedcorrmaskright' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] },
+ 'gradientbasedcorrmaskroundness' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] },
+ 'gradientbasedcorrmasks' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] },
+ 'gradientbasedcorrmasksizex' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] },
+ 'gradientbasedcorrmasksizey' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] },
+ 'gradientbasedcorrmasktop' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] },
+ 'gradientbasedcorrmaskvalue' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'gradientbasedcorrmaskversion' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] },
+ 'gradientbasedcorrmaskwhat' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] },
+ 'gradientbasedcorrmaskx' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] },
+ 'gradientbasedcorrmasky' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] },
+ 'gradientbasedcorrmaskzerox' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] },
+ 'gradientbasedcorrmaskzeroy' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] },
+ 'gradientbasedcorrmoire' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] },
+ 'gradientbasedcorrsaturation' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation','GradientBasedCorrectionsLocalToningSaturation'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation','GradientBasedCorrectionsLocalToningSaturation'] },
+ 'gradientbasedcorrshadows2012' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] },
+ 'gradientbasedcorrsharpness' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] },
+ 'gradientbasedcorrtemperature' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] },
+ 'gradientbasedcorrtint' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] },
+ 'gradientbasedcorrwhat' => { 464 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'], 466 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] },
+ 'grainamount' => { 464 => 'GrainAmount', 466 => 'GrainAmount' },
+ 'graineffect' => { 125 => 0x1047 },
+ 'grainfrequency' => { 464 => 'GrainFrequency', 466 => 'GrainFrequency' },
+ 'grainseed' => { 464 => 'GrainSeed', 466 => 'GrainSeed' },
+ 'grainsize' => { 464 => 'GrainSize', 466 => 'GrainSize' },
+ 'graymixeraqua' => { 464 => 'GrayMixerAqua', 466 => 'GrayMixerAqua' },
+ 'graymixerblue' => { 464 => 'GrayMixerBlue', 466 => 'GrayMixerBlue' },
+ 'graymixergreen' => { 464 => 'GrayMixerGreen', 466 => 'GrayMixerGreen' },
+ 'graymixermagenta' => { 464 => 'GrayMixerMagenta', 466 => 'GrayMixerMagenta' },
+ 'graymixerorange' => { 464 => 'GrayMixerOrange', 466 => 'GrayMixerOrange' },
+ 'graymixerpurple' => { 464 => 'GrayMixerPurple', 466 => 'GrayMixerPurple' },
+ 'graymixerred' => { 464 => 'GrayMixerRed', 466 => 'GrayMixerRed' },
+ 'graymixeryellow' => { 464 => 'GrayMixerYellow', 466 => 'GrayMixerYellow' },
+ 'graypoint' => { 441 => 0x8021 },
+ 'grayresponseunit' => { 117 => 0x122 },
+ 'greencurvelimits' => { 106 => 0x1c4 },
+ 'greencurvepoints' => { 105 => 0x53, 106 => 0x19a },
+ 'greenhsl' => { 101 => 0x20913 },
+ 'greenhue' => { 464 => 'GreenHue', 466 => 'GreenHue' },
+ 'greensaturation' => { 464 => 'GreenSaturation', 466 => 'GreenSaturation' },
+ 'griddisplay' => { 267 => '13.3', 268 => '4.3', 270 => '4.2', 271 => '4.2', 272 => '2.2', 276 => '10.5', 277 => '3.4', 278 => '6.1', 280 => '4.4', 281 => '4.2', 282 => '4.2' },
+ 'gripbatteryadload' => { 321 => 0x5 },
+ 'gripbatteryadnoload' => { 321 => 0x4 },
+ 'gripbatterystate' => { 321 => '1.2' },
+ 'group' => { 464 => 'Group', 466 => 'Group' },
+ 'groupareaafillumination' => { 268 => '46.4', 271 => '47.4', 280 => '47.4' },
+ 'grouping' => { 359 => ['grup',"\xa9grp"], 367 => "\xa9grp" },
+ 'guid' => { 359 => 'GUID' },
+ 'h2resetblackpixels' => { 135 => 0x18a6 },
+ 'h3resetblackcolumns' => { 135 => 0x18ce },
+ 'h3resetblackpixels' => { 135 => 0x18b0 },
+ 'halftonehints' => { 117 => 0x141 },
+ 'hardlink' => { 118 => 'HardLink' },
+ 'hasalternative' => { 480 => 'hasAlternative' },
+ 'hascorrection' => { 480 => 'hasCorrection' },
+ 'hascorrectiona-lang' => { 480 => [\'hasCorrection','hasCorrectionA-lang'] },
+ 'hascorrectiona-platform' => { 480 => [\'hasCorrection','hasCorrectionA-platform'] },
+ 'hascorrectiontext' => { 480 => [\'hasCorrection','hasCorrectionText'] },
+ 'hascrop' => { 464 => 'HasCrop', 466 => 'HasCrop' },
+ 'hasextendedxmp' => { 492 => 'HasExtendedXMP' },
+ 'hassettings' => { 464 => 'HasSettings', 466 => 'HasSettings' },
+ 'hastranslation' => { 480 => 'hasTranslation' },
+ 'hasvisibleoverprint' => { 495 => 'HasVisibleOverprint' },
+ 'hasvisibletransparency' => { 495 => 'HasVisibleTransparency' },
+ 'hdr' => { 59 => 0x1, 210 => 0x4, 307 => 0x9e, 342 => 0x85, 407 => 0x200a },
+ 'hdreffect' => { 59 => 0x2 },
'hdrimagetype' => { 1 => 0xa },
- 'hdrinfoversion' => { 209 => 0x0 },
- 'hdrlevel' => { 209 => 0x5, 395 => 0x2e, 411 => 0x17 },
- 'hdrlevel2' => { 209 => 0x7 },
- 'hdrpmakernote' => { 446 => 'hdrp_makernote' },
- 'hdrsetting' => { 395 => 0x2d, 411 => 0x16, 414 => 0x1148, 415 => 0x1148, 416 => 0x1124, 417 => 0x11a0, 418 => 0x117c, 419 => 0x1034, 420 => 0x22c, 421 => 0x22c, 422 => 0x21f },
- 'hdrshot' => { 306 => 0x76 },
- 'hdrsmoothing' => { 209 => 0x6 },
- 'hdvideo' => { 358 => 'hdvd' },
- 'headline' => { 128 => 0x69, 475 => 'Headline', 477 => 'Headline' },
- 'hierarchicalkeywords' => { 167 => [\'Keywords','KeywordsHierarchy'] },
- 'hierarchicalkeywords1' => { 167 => [\'Keywords','KeywordsHierarchyKeyword'] },
- 'hierarchicalkeywords1applied' => { 167 => [\'Keywords','KeywordsHierarchyApplied'] },
- 'hierarchicalkeywords1children' => { 167 => [\'Keywords','KeywordsHierarchyChildren'] },
- 'hierarchicalkeywords2' => { 167 => [\'Keywords','KeywordsHierarchyChildrenKeyword'] },
- 'hierarchicalkeywords2applied' => { 167 => [\'Keywords','KeywordsHierarchyChildrenApplied'] },
- 'hierarchicalkeywords2children' => { 167 => [\'Keywords','KeywordsHierarchyChildrenChildren'] },
- 'hierarchicalkeywords3' => { 167 => [\'Keywords','KeywordsHierarchyChildrenChildrenKeyword'] },
- 'hierarchicalkeywords3applied' => { 167 => [\'Keywords','KeywordsHierarchyChildrenChildrenApplied'] },
- 'hierarchicalkeywords3children' => { 167 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildren'] },
- 'hierarchicalkeywords4' => { 167 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenKeyword'] },
- 'hierarchicalkeywords4applied' => { 167 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenApplied'] },
- 'hierarchicalkeywords4children' => { 167 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildren'] },
- 'hierarchicalkeywords5' => { 167 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenKeyword'] },
- 'hierarchicalkeywords5applied' => { 167 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenApplied'] },
- 'hierarchicalkeywords5children' => { 167 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildren'] },
- 'hierarchicalkeywords6' => { 167 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenKeyword'] },
- 'hierarchicalkeywords6applied' => { 167 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenApplied'] },
- 'hierarchicalsubject' => { 455 => 'hierarchicalSubject' },
- 'highestbiostratigraphiczone' => { 115 => [\'GeologicalContext','GeologicalContextHighestBiostratigraphicZone'] },
- 'highisomultiplierblue' => { 311 => 0x1a },
- 'highisomultipliergreen' => { 311 => 0x19 },
- 'highisomultiplierred' => { 311 => 0x18 },
- 'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0xc9, 60 => 0x5, 81 => 0x202, 219 => 0xb1, 341 => 0x71, 393 => 0x2c, 394 => 0x26, 395 => 0x26, 406 => 0x2009, 411 => 0x12, 436 => 0x42 },
- 'highisonoisereduction2' => { 406 => 0xb050 },
- 'highlight' => { 383 => 0xf },
- 'highlight2012' => { 463 => 'Highlight2012', 465 => 'Highlight2012' },
- 'highlightadj' => { 100 => 0x2030c },
- 'highlightcolordistortreduct' => { 440 => 0x8026 },
- 'highlightlinearitylimit' => { 380 => 0xa025 },
- 'highlightprotection' => { 258 => 0x6 },
- 'highlightrecovery' => { 463 => 'HighlightRecovery', 465 => 'HighlightRecovery' },
- 'highlights' => { 457 => 'Highlights' },
- 'highlights2012' => { 463 => 'Highlights2012', 465 => 'Highlights2012' },
- 'highlightsadj' => { 440 => 0x9019 },
- 'highlightshadow' => { 306 => 0xad },
- 'highlighttone' => { 124 => 0x1041 },
- 'highlighttonepriority' => { 13 => 0x7, 16 => 0x7, 17 => 0x7, 18 => 0x7, 20 => 0x7, 22 => 0x7, 28 => 0x7, 60 => 0x3, 81 => 0x203 },
- 'highlightwarning' => { 306 => 0x8002 },
- 'highlowkeyadj' => { 341 => 0x6c },
- 'highspeedsync' => { 179 => 0x5, 393 => 0x2, 394 => 0x2 },
- 'hintversion' => { 366 => 'hinv' },
- 'histogramxml' => { 259 => 0x83a1a25 },
- 'history' => { 477 => 'History', 490 => 'History' },
- 'historyaction' => { 490 => [\'History','HistoryAction'] },
- 'historychanged' => { 490 => [\'History','HistoryChanged'] },
- 'historyinstanceid' => { 490 => [\'History','HistoryInstanceID'] },
- 'historyparameters' => { 490 => [\'History','HistoryParameters'] },
- 'historysoftwareagent' => { 490 => [\'History','HistorySoftwareAgent'] },
- 'historywhen' => { 490 => [\'History','HistoryWhen'] },
- 'holefilldarkdeltathreshold' => { 134 => 0xc88 },
- 'holefilldeltathreshold' => { 134 => 0xc7e },
- 'hometowncity' => { 110 => 0x3006, 341 => 0x23, 347 => 0x2 },
- 'hometowncitycode' => { 348 => 0x1000 },
- 'hometowndst' => { 341 => 0x25, 347 => '0.2' },
- 'hostcomputer' => { 116 => 0x13c },
- 'hostsoftwarerendering' => { 134 => 0xce7 },
- 'hue' => { 184 => 0x3b, 222 => 0x3d, 223 => 0x45, 341 => 0x67 },
- 'hueadj' => { 262 => 0x2f, 440 => 0x8019 },
- 'hueadjust' => { 373 => 0x1016 },
- 'hueadjustment' => { 177 => 0x4a, 178 => 0x40, 219 => 0x92, 221 => 0x36 },
- 'hueadjustmentaqua' => { 463 => 'HueAdjustmentAqua', 465 => 'HueAdjustmentAqua' },
- 'hueadjustmentblue' => { 463 => 'HueAdjustmentBlue', 465 => 'HueAdjustmentBlue' },
- 'hueadjustmentgreen' => { 463 => 'HueAdjustmentGreen', 465 => 'HueAdjustmentGreen' },
- 'hueadjustmentmagenta' => { 463 => 'HueAdjustmentMagenta', 465 => 'HueAdjustmentMagenta' },
- 'hueadjustmentorange' => { 463 => 'HueAdjustmentOrange', 465 => 'HueAdjustmentOrange' },
- 'hueadjustmentpurple' => { 463 => 'HueAdjustmentPurple', 465 => 'HueAdjustmentPurple' },
- 'hueadjustmentred' => { 463 => 'HueAdjustmentRed', 465 => 'HueAdjustmentRed' },
- 'hueadjustmentyellow' => { 463 => 'HueAdjustmentYellow', 465 => 'HueAdjustmentYellow' },
- 'huesetting' => { 291 => 0x1011 },
- 'humanobservation' => { 115 => 'HumanObservation' },
- 'humanobservationday' => { 115 => [\'HumanObservation','HumanObservationDay'] },
- 'humanobservationearliestdate' => { 115 => [\'HumanObservation','HumanObservationEarliestDate'] },
- 'humanobservationenddayofyear' => { 115 => [\'HumanObservation','HumanObservationEndDayOfYear'] },
- 'humanobservationeventdate' => { 115 => [\'HumanObservation','HumanObservationEventDate'] },
- 'humanobservationeventid' => { 115 => [\'HumanObservation','HumanObservationEventID'] },
- 'humanobservationeventremarks' => { 115 => [\'HumanObservation','HumanObservationEventRemarks'] },
- 'humanobservationeventtime' => { 115 => [\'HumanObservation','HumanObservationEventTime'] },
- 'humanobservationfieldnotes' => { 115 => [\'HumanObservation','HumanObservationFieldNotes'] },
- 'humanobservationfieldnumber' => { 115 => [\'HumanObservation','HumanObservationFieldNumber'] },
- 'humanobservationhabitat' => { 115 => [\'HumanObservation','HumanObservationHabitat'] },
- 'humanobservationlatestdate' => { 115 => [\'HumanObservation','HumanObservationLatestDate'] },
- 'humanobservationmonth' => { 115 => [\'HumanObservation','HumanObservationMonth'] },
- 'humanobservationparenteventid' => { 115 => [\'HumanObservation','HumanObservationParentEventID'] },
- 'humanobservationsamplesizeunit' => { 115 => [\'HumanObservation','HumanObservationSampleSizeUnit'] },
- 'humanobservationsamplesizevalue' => { 115 => [\'HumanObservation','HumanObservationSampleSizeValue'] },
- 'humanobservationsamplingeffort' => { 115 => [\'HumanObservation','HumanObservationSamplingEffort'] },
- 'humanobservationsamplingprotocol' => { 115 => [\'HumanObservation','HumanObservationSamplingProtocol'] },
- 'humanobservationstartdayofyear' => { 115 => [\'HumanObservation','HumanObservationStartDayOfYear'] },
- 'humanobservationverbatimeventdate' => { 115 => [\'HumanObservation','HumanObservationVerbatimEventDate'] },
- 'humanobservationyear' => { 115 => [\'HumanObservation','HumanObservationYear'] },
- 'humidity' => { 116 => 0x9401, 470 => 'Humidity' },
- 'icc_profile' => { 117 => 'ICC_Profile' },
- 'iccprofilename' => { 477 => 'ICCProfile' },
- 'iconuri' => { 366 => 'icnu' },
- 'idccreativestyle' => { 440 => 0x8000 },
- 'idcpreviewlength' => { 440 => 0x202 },
- 'idcpreviewstart' => { 440 => 0x201 },
- 'identification' => { 115 => 'Identification' },
- 'identificationid' => { 115 => [\'Identification','IdentificationIdentificationID'] },
- 'identificationqualifier' => { 115 => [\'Identification','IdentificationIdentificationQualifier'] },
- 'identificationreferences' => { 115 => [\'Identification','IdentificationIdentificationReferences'] },
- 'identificationremarks' => { 115 => [\'Identification','IdentificationIdentificationRemarks'] },
- 'identificationverificationstatus' => { 115 => [\'Identification','IdentificationIdentificationVerificationStatus'] },
- 'identifiedby' => { 115 => [\'Identification','IdentificationIdentifiedBy'] },
- 'identifier' => { 466 => 'identifier', 487 => 'Identifier' },
- 'ifcameramodel' => { 134 => 0x9c8 },
- 'illumination' => { 277 => '0.5', 368 => 0x48 },
- 'imageabsolutex' => { 134 => 0x3fe },
- 'imageabsolutey' => { 134 => 0x3ff },
- 'imageadjustment' => { 219 => 0x80, 249 => 0x5 },
- 'imagealterationconstraints' => { 293 => 'ImageAlterationConstraints' },
- 'imagearea' => { 232 => 0x10, 235 => 0x10 },
- 'imageareaoffset' => { 341 => 0x38 },
- 'imageauthentication' => { 219 => 0x20 },
- 'imageboundary' => { 219 => 0x16 },
- 'imagecount' => { 124 => 0x1438, 219 => 0xa5, 409 => 0x11b },
- 'imagecreator' => { 293 => 'ImageCreator' },
- 'imagecreatorid' => { 293 => [\'ImageCreator','ImageCreatorImageCreatorID'] },
- 'imagecreatorimageid' => { 293 => 'ImageCreatorImageID' },
- 'imagecreatorname' => { 293 => [\'ImageCreator','ImageCreatorImageCreatorName'] },
- 'imagecropx' => { 134 => 0x41f },
- 'imagecropy' => { 134 => 0x420 },
- 'imagedata' => { 450 => 'Data' },
- 'imagedatasize' => { 219 => 0xa2 },
- 'imagedescription' => { 116 => 0x10e, 485 => 'ImageDescription' },
- 'imageduplicationconstraints' => { 293 => 'ImageDuplicationConstraints' },
- 'imagedustoff' => { 259 => 0xfe443a45 },
- 'imageeditcount' => { 341 => 0x41 },
- 'imageediting' => { 341 => 0x32 },
- 'imageeffects' => { 373 => 0x1010 },
- 'imagefileconstraints' => { 293 => 'ImageFileConstraints' },
- 'imagefileformatasdelivered' => { 293 => 'ImageFileFormatAsDelivered' },
- 'imagefilesizeasdelivered' => { 293 => 'ImageFileSizeAsDelivered' },
- 'imagegeneration' => { 124 => 0x1436 },
- 'imageheight' => { 116 => 0x101, 183 => 0xc, 350 => 0x10d, 448 => 'ImageHeight', 485 => 'ImageLength' },
- 'imagehistory' => { 116 => 0x9213, 468 => 'ImageHistory' },
- 'imageidnumber' => { 301 => 0x340 },
- 'imagemimetype' => { 450 => 'Mime' },
- 'imagenumber' => { 116 => 0x9211, 152 => 'ImageNumber', 177 => 0xae, 178 => 0x5e, 350 => 0x113, 393 => 0x9b, 395 => [0x400,'276.1',0x314], 460 => 'ImageNumber' },
- 'imagenumber2' => { 178 => 0x62 },
- 'imageoptimization' => { 219 => 0xa9 },
- 'imageorientation' => { 128 => 0x83 },
- 'imageprocessing' => { 219 => 0x1a },
- 'imageprocessingfiledatecreated' => { 134 => 0xc81 },
- 'imageprocessingfiletagsversionnumber' => { 134 => 0xc80 },
- 'imageprocessingversion' => { 287 => 0x0 },
- 'imagequality' => { 152 => 'ImageQuality', 234 => '723.2', 235 => '732.2', 244 => '708.1', 306 => 0x1 },
- 'imagequality2' => { 283 => 0x603 },
- 'imagerank' => { 453 => 'ImageRank' },
- 'imagerbiassettlingdelaymsec' => { 134 => 0x600 },
- 'imagerboardversion' => { 134 => 0x439 },
- 'imagercols' => { 134 => 0x17d4 },
- 'imageref' => { 473 => 'ImageRef' },
- 'imageregion' => { 475 => 'ImageRegion' },
- 'imageregionboundary' => { 475 => [\'ImageRegion','ImageRegionRegionBoundary'] },
- 'imageregionboundaryh' => { 475 => [\'ImageRegion','ImageRegionRegionBoundaryRbH'] },
- 'imageregionboundaryrx' => { 475 => [\'ImageRegion','ImageRegionRegionBoundaryRbRx'] },
- 'imageregionboundaryshape' => { 475 => [\'ImageRegion','ImageRegionRegionBoundaryRbShape'] },
- 'imageregionboundaryunit' => { 475 => [\'ImageRegion','ImageRegionRegionBoundaryRbUnit'] },
- 'imageregionboundaryvertices' => { 475 => [\'ImageRegion','ImageRegionRegionBoundaryRbVertices'] },
- 'imageregionboundaryverticesx' => { 475 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbX'] },
- 'imageregionboundaryverticesy' => { 475 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbY'] },
- 'imageregionboundaryw' => { 475 => [\'ImageRegion','ImageRegionRegionBoundaryRbW'] },
- 'imageregionboundaryx' => { 475 => [\'ImageRegion','ImageRegionRegionBoundaryRbX'] },
- 'imageregionboundaryy' => { 475 => [\'ImageRegion','ImageRegionRegionBoundaryRbY'] },
- 'imageregionctype' => { 475 => [\'ImageRegion','ImageRegionRCtype'] },
- 'imageregionctypeidentifier' => { 475 => [\'ImageRegion','ImageRegionRCtypeIdentifier'] },
- 'imageregionctypename' => { 475 => [\'ImageRegion','ImageRegionRCtypeName'] },
- 'imageregionid' => { 475 => [\'ImageRegion','ImageRegionRId'] },
- 'imageregionname' => { 475 => [\'ImageRegion','ImageRegionName'] },
- 'imageregionrole' => { 475 => [\'ImageRegion','ImageRegionRRole'] },
- 'imageregionroleidentifier' => { 475 => [\'ImageRegion','ImageRegionRRoleIdentifier'] },
- 'imageregionrolename' => { 475 => [\'ImageRegion','ImageRegionRRoleName'] },
- 'imageresolution' => { 134 => 0x944 },
- 'imageresolutionjpg' => { 134 => 0x945 },
- 'imagereview' => { 268 => '0.4', 277 => '0.4' },
- 'imagereviewmonitorofftime' => { 267 => '21.1', 269 => '21.1', 270 => '21.1', 274 => '20.1', 279 => '21.1', 280 => '21.1' },
- 'imagereviewtime' => { 266 => '25.1', 268 => '2.1', 271 => '19.1', 272 => '20.1', 273 => '20.1', 275 => '9.2', 276 => '20.1', 281 => '21.2' },
- 'imagerfiledatecreated' => { 134 => 0x9c5 },
- 'imagerfileproductionlevel' => { 134 => 0x9c4 },
- 'imagerfiletagsversionstandard' => { 134 => 0x9c7 },
- 'imagerotated' => { 147 => 0x2a },
- 'imagerpowerondelaymsec' => { 134 => 0x5fd },
- 'imagerrows' => { 134 => 0x17de },
- 'imagesegmentlines' => { 134 => 0x184d },
- 'imagesegmentstartline' => { 134 => 0x184c },
- 'imagesize' => { 158 => 'ImageSize' },
- 'imagesizerestriction' => { 482 => 'imageSizeRestriction' },
- 'imagesourcedata' => { 116 => 0x935c },
- 'imagespace' => { 134 => 0x909 },
- 'imagestabilization' => { 34 => 0x22, 110 => 0x3020, 124 => 0x1422, 152 => 'ImageStabilization', 177 => 0xbd, 178 => 0x71, 179 => 0x57, 180 => 0x0, 181 => [0x18,0x107,0x113], 182 => 0x49c2, 219 => 0xac, 283 => 0x604, 286 => 0x1600, 306 => 0x1a, 398 => 0x12, 399 => 0x11, 406 => 0xb026 },
- 'imagestabilization2' => { 397 => 0xa },
- 'imagestabilizationsetting' => { 182 => 0x14, 393 => 0x3d, 394 => 0x3d, 404 => 0x14 },
- 'imagestyle' => { 393 => 0x2d, 394 => 0x27 },
- 'imagesupplier' => { 293 => 'ImageSupplier' },
- 'imagesupplierid' => { 293 => [\'ImageSupplier','ImageSupplierImageSupplierID'] },
- 'imagesupplierimageid' => { 293 => 'ImageSupplierImageID' },
- 'imagesuppliername' => { 293 => [\'ImageSupplier','ImageSupplierImageSupplierName'] },
- 'imagetemperaturemax' => { 118 => 0x1 },
- 'imagetemperaturemin' => { 118 => 0x2 },
- 'imagetone' => { 341 => 0x4f },
- 'imagetype' => { 128 => 0x82, 293 => 'ImageType' },
- 'imageuniqueid' => { 1 => 0x15, 61 => 0x28, 116 => 0xa420, 468 => 'ImageUniqueID', 469 => 'ImageUniqueID' },
- 'imagewidth' => { 116 => 0x100, 183 => 0xe, 350 => 0x10c, 448 => 'ImageWidth', 485 => 'ImageWidth' },
- 'inclinationangle' => { 440 => 0x900f },
- 'inclinationcorrection' => { 440 => 0x900e },
- 'incrementaltemperature' => { 463 => 'IncrementalTemperature', 465 => 'IncrementalTemperature' },
- 'incrementaltint' => { 463 => 'IncrementalTint', 465 => 'IncrementalTint' },
- 'industry' => { 479 => 'industry', 480 => 'industry' },
- 'infobuttonwhenshooting' => { 81 => 0x409 },
- 'information' => { 360 => 'information', 366 => "\xa9inf" },
- 'infourl' => { 366 => 'infu' },
- 'infraredilluminator' => { 367 => 0x28 },
- 'ingredientexclusion' => { 481 => 'ingredientExclusion' },
- 'ingredients' => { 490 => 'Ingredients' },
- 'ingredientsalternatepaths' => { 490 => [\'Ingredients','IngredientsAlternatePaths'] },
- 'ingredientsdocumentid' => { 490 => [\'Ingredients','IngredientsDocumentID'] },
- 'ingredientsfilepath' => { 490 => [\'Ingredients','IngredientsFilePath'] },
- 'ingredientsfrompart' => { 490 => [\'Ingredients','IngredientsFromPart'] },
- 'ingredientsinstanceid' => { 490 => [\'Ingredients','IngredientsInstanceID'] },
- 'ingredientslastmodifydate' => { 490 => [\'Ingredients','IngredientsLastModifyDate'] },
- 'ingredientslasturl' => { 490 => [\'Ingredients','IngredientsLastURL'] },
- 'ingredientslinkcategory' => { 490 => [\'Ingredients','IngredientsLinkCategory'] },
- 'ingredientslinkform' => { 490 => [\'Ingredients','IngredientsLinkForm'] },
- 'ingredientsmanager' => { 490 => [\'Ingredients','IngredientsManager'] },
- 'ingredientsmanagervariant' => { 490 => [\'Ingredients','IngredientsManagerVariant'] },
- 'ingredientsmanageto' => { 490 => [\'Ingredients','IngredientsManageTo'] },
- 'ingredientsmanageui' => { 490 => [\'Ingredients','IngredientsManageUI'] },
- 'ingredientsmaskmarkers' => { 490 => [\'Ingredients','IngredientsMaskMarkers'] },
- 'ingredientsoriginaldocumentid' => { 490 => [\'Ingredients','IngredientsOriginalDocumentID'] },
- 'ingredientspartmapping' => { 490 => [\'Ingredients','IngredientsPartMapping'] },
- 'ingredientsplacedresolutionunit' => { 490 => [\'Ingredients','IngredientsPlacedResolutionUnit'] },
- 'ingredientsplacedxresolution' => { 490 => [\'Ingredients','IngredientsPlacedXResolution'] },
- 'ingredientsplacedyresolution' => { 490 => [\'Ingredients','IngredientsPlacedYResolution'] },
- 'ingredientsrenditionclass' => { 490 => [\'Ingredients','IngredientsRenditionClass'] },
- 'ingredientsrenditionparams' => { 490 => [\'Ingredients','IngredientsRenditionParams'] },
- 'ingredientstopart' => { 490 => [\'Ingredients','IngredientsToPart'] },
- 'ingredientsversionid' => { 490 => [\'Ingredients','IngredientsVersionID'] },
- 'initialafpointaiservoaf' => { 81 => 0x51e },
+ 'hdrinfoversion' => { 210 => 0x0 },
+ 'hdrlevel' => { 210 => 0x5, 396 => 0x2e, 412 => 0x17 },
+ 'hdrlevel2' => { 210 => 0x7 },
+ 'hdrpmakernote' => { 447 => 'hdrp_makernote' },
+ 'hdrsetting' => { 396 => 0x2d, 412 => 0x16, 415 => 0x1148, 416 => 0x1148, 417 => 0x1124, 418 => 0x11a0, 419 => 0x117c, 420 => 0x1034, 421 => 0x22c, 422 => 0x22c, 423 => 0x21f },
+ 'hdrshot' => { 307 => 0x76 },
+ 'hdrsmoothing' => { 210 => 0x6 },
+ 'hdvideo' => { 359 => 'hdvd' },
+ 'headline' => { 129 => 0x69, 476 => 'Headline', 478 => 'Headline' },
+ 'hierarchicalkeywords' => { 168 => [\'Keywords','KeywordsHierarchy'] },
+ 'hierarchicalkeywords1' => { 168 => [\'Keywords','KeywordsHierarchyKeyword'] },
+ 'hierarchicalkeywords1applied' => { 168 => [\'Keywords','KeywordsHierarchyApplied'] },
+ 'hierarchicalkeywords1children' => { 168 => [\'Keywords','KeywordsHierarchyChildren'] },
+ 'hierarchicalkeywords2' => { 168 => [\'Keywords','KeywordsHierarchyChildrenKeyword'] },
+ 'hierarchicalkeywords2applied' => { 168 => [\'Keywords','KeywordsHierarchyChildrenApplied'] },
+ 'hierarchicalkeywords2children' => { 168 => [\'Keywords','KeywordsHierarchyChildrenChildren'] },
+ 'hierarchicalkeywords3' => { 168 => [\'Keywords','KeywordsHierarchyChildrenChildrenKeyword'] },
+ 'hierarchicalkeywords3applied' => { 168 => [\'Keywords','KeywordsHierarchyChildrenChildrenApplied'] },
+ 'hierarchicalkeywords3children' => { 168 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildren'] },
+ 'hierarchicalkeywords4' => { 168 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenKeyword'] },
+ 'hierarchicalkeywords4applied' => { 168 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenApplied'] },
+ 'hierarchicalkeywords4children' => { 168 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildren'] },
+ 'hierarchicalkeywords5' => { 168 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenKeyword'] },
+ 'hierarchicalkeywords5applied' => { 168 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenApplied'] },
+ 'hierarchicalkeywords5children' => { 168 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildren'] },
+ 'hierarchicalkeywords6' => { 168 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenKeyword'] },
+ 'hierarchicalkeywords6applied' => { 168 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenApplied'] },
+ 'hierarchicalsubject' => { 456 => 'hierarchicalSubject' },
+ 'highestbiostratigraphiczone' => { 116 => [\'GeologicalContext','GeologicalContextHighestBiostratigraphicZone'] },
+ 'highisomultiplierblue' => { 312 => 0x1a },
+ 'highisomultipliergreen' => { 312 => 0x19 },
+ 'highisomultiplierred' => { 312 => 0x18 },
+ 'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0xc9, 61 => 0x5, 82 => 0x202, 220 => 0xb1, 342 => 0x71, 394 => 0x2c, 395 => 0x26, 396 => 0x26, 407 => 0x2009, 412 => 0x12, 437 => 0x42 },
+ 'highisonoisereduction2' => { 407 => 0xb050 },
+ 'highlight' => { 384 => 0xf },
+ 'highlight2012' => { 464 => 'Highlight2012', 466 => 'Highlight2012' },
+ 'highlightadj' => { 101 => 0x2030c },
+ 'highlightcolordistortreduct' => { 441 => 0x8026 },
+ 'highlightlinearitylimit' => { 381 => 0xa025 },
+ 'highlightprotection' => { 259 => 0x6 },
+ 'highlightrecovery' => { 464 => 'HighlightRecovery', 466 => 'HighlightRecovery' },
+ 'highlights' => { 458 => 'Highlights' },
+ 'highlights2012' => { 464 => 'Highlights2012', 466 => 'Highlights2012' },
+ 'highlightsadj' => { 441 => 0x9019 },
+ 'highlightshadow' => { 307 => 0xad },
+ 'highlighttone' => { 125 => 0x1041 },
+ 'highlighttonepriority' => { 13 => 0x7, 16 => 0x7, 17 => 0x7, 18 => 0x7, 20 => 0x7, 22 => 0x7, 28 => 0x7, 61 => 0x3, 82 => 0x203 },
+ 'highlightwarning' => { 307 => 0x8002 },
+ 'highlowkeyadj' => { 342 => 0x6c },
+ 'highspeedsync' => { 180 => 0x5, 394 => 0x2, 395 => 0x2 },
+ 'hintversion' => { 367 => 'hinv' },
+ 'histogramxml' => { 260 => 0x83a1a25 },
+ 'history' => { 478 => 'History', 491 => 'History' },
+ 'historyaction' => { 491 => [\'History','HistoryAction'] },
+ 'historychanged' => { 491 => [\'History','HistoryChanged'] },
+ 'historyinstanceid' => { 491 => [\'History','HistoryInstanceID'] },
+ 'historyparameters' => { 491 => [\'History','HistoryParameters'] },
+ 'historysoftwareagent' => { 491 => [\'History','HistorySoftwareAgent'] },
+ 'historywhen' => { 491 => [\'History','HistoryWhen'] },
+ 'holefilldarkdeltathreshold' => { 135 => 0xc88 },
+ 'holefilldeltathreshold' => { 135 => 0xc7e },
+ 'hometowncity' => { 111 => 0x3006, 342 => 0x23, 348 => 0x2 },
+ 'hometowncitycode' => { 349 => 0x1000 },
+ 'hometowndst' => { 342 => 0x25, 348 => '0.2' },
+ 'hostcomputer' => { 117 => 0x13c },
+ 'hostsoftwarerendering' => { 135 => 0xce7 },
+ 'hue' => { 185 => 0x3b, 223 => 0x3d, 224 => 0x45, 342 => 0x67 },
+ 'hueadj' => { 263 => 0x2f, 441 => 0x8019 },
+ 'hueadjust' => { 374 => 0x1016 },
+ 'hueadjustment' => { 178 => 0x4a, 179 => 0x40, 220 => 0x92, 222 => 0x36 },
+ 'hueadjustmentaqua' => { 464 => 'HueAdjustmentAqua', 466 => 'HueAdjustmentAqua' },
+ 'hueadjustmentblue' => { 464 => 'HueAdjustmentBlue', 466 => 'HueAdjustmentBlue' },
+ 'hueadjustmentgreen' => { 464 => 'HueAdjustmentGreen', 466 => 'HueAdjustmentGreen' },
+ 'hueadjustmentmagenta' => { 464 => 'HueAdjustmentMagenta', 466 => 'HueAdjustmentMagenta' },
+ 'hueadjustmentorange' => { 464 => 'HueAdjustmentOrange', 466 => 'HueAdjustmentOrange' },
+ 'hueadjustmentpurple' => { 464 => 'HueAdjustmentPurple', 466 => 'HueAdjustmentPurple' },
+ 'hueadjustmentred' => { 464 => 'HueAdjustmentRed', 466 => 'HueAdjustmentRed' },
+ 'hueadjustmentyellow' => { 464 => 'HueAdjustmentYellow', 466 => 'HueAdjustmentYellow' },
+ 'huesetting' => { 292 => 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, 471 => 'Humidity' },
+ 'icc_profile' => { 118 => 'ICC_Profile' },
+ 'iccprofilename' => { 478 => 'ICCProfile' },
+ 'iconuri' => { 367 => 'icnu' },
+ 'idccreativestyle' => { 441 => 0x8000 },
+ 'idcpreviewlength' => { 441 => 0x202 },
+ 'idcpreviewstart' => { 441 => 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' => { 467 => 'identifier', 488 => 'Identifier' },
+ 'ifcameramodel' => { 135 => 0x9c8 },
+ 'illumination' => { 278 => '0.5', 369 => 0x48 },
+ 'imageabsolutex' => { 135 => 0x3fe },
+ 'imageabsolutey' => { 135 => 0x3ff },
+ 'imageadjustment' => { 220 => 0x80, 250 => 0x5 },
+ 'imagealterationconstraints' => { 294 => 'ImageAlterationConstraints' },
+ 'imagearea' => { 233 => 0x10, 236 => 0x10 },
+ 'imageareaoffset' => { 342 => 0x38 },
+ 'imageauthentication' => { 220 => 0x20 },
+ 'imageboundary' => { 220 => 0x16 },
+ 'imagecount' => { 125 => 0x1438, 220 => 0xa5, 410 => 0x11b },
+ 'imagecreator' => { 294 => 'ImageCreator' },
+ 'imagecreatorid' => { 294 => [\'ImageCreator','ImageCreatorImageCreatorID'] },
+ 'imagecreatorimageid' => { 294 => 'ImageCreatorImageID' },
+ 'imagecreatorname' => { 294 => [\'ImageCreator','ImageCreatorImageCreatorName'] },
+ 'imagecropx' => { 135 => 0x41f },
+ 'imagecropy' => { 135 => 0x420 },
+ 'imagedata' => { 451 => 'Data' },
+ 'imagedatasize' => { 220 => 0xa2 },
+ 'imagedescription' => { 117 => 0x10e, 486 => 'ImageDescription' },
+ 'imageduplicationconstraints' => { 294 => 'ImageDuplicationConstraints' },
+ 'imagedustoff' => { 260 => 0xfe443a45 },
+ 'imageeditcount' => { 342 => 0x41 },
+ 'imageediting' => { 342 => 0x32 },
+ 'imageeffects' => { 374 => 0x1010 },
+ 'imagefileconstraints' => { 294 => 'ImageFileConstraints' },
+ 'imagefileformatasdelivered' => { 294 => 'ImageFileFormatAsDelivered' },
+ 'imagefilesizeasdelivered' => { 294 => 'ImageFileSizeAsDelivered' },
+ 'imagegeneration' => { 125 => 0x1436 },
+ 'imageheight' => { 117 => 0x101, 184 => 0xc, 351 => 0x10d, 449 => 'ImageHeight', 486 => 'ImageLength' },
+ 'imagehistory' => { 117 => 0x9213, 469 => 'ImageHistory' },
+ 'imageidnumber' => { 302 => 0x340 },
+ 'imagemimetype' => { 451 => 'Mime' },
+ 'imagenumber' => { 117 => 0x9211, 153 => 'ImageNumber', 178 => 0xae, 179 => 0x5e, 351 => 0x113, 394 => 0x9b, 396 => [0x400,'276.1',0x314], 461 => 'ImageNumber' },
+ 'imagenumber2' => { 179 => 0x62 },
+ 'imageoptimization' => { 220 => 0xa9 },
+ 'imageorientation' => { 129 => 0x83 },
+ 'imageprocessing' => { 220 => 0x1a },
+ 'imageprocessingfiledatecreated' => { 135 => 0xc81 },
+ 'imageprocessingfiletagsversionnumber' => { 135 => 0xc80 },
+ 'imageprocessingversion' => { 288 => 0x0 },
+ 'imagequality' => { 153 => 'ImageQuality', 235 => '723.2', 236 => '732.2', 245 => '708.1', 307 => 0x1 },
+ 'imagequality2' => { 284 => 0x603 },
+ 'imagerank' => { 454 => 'ImageRank' },
+ 'imagerbiassettlingdelaymsec' => { 135 => 0x600 },
+ 'imagerboardversion' => { 135 => 0x439 },
+ 'imagercols' => { 135 => 0x17d4 },
+ 'imageref' => { 474 => 'ImageRef' },
+ 'imageregion' => { 476 => 'ImageRegion' },
+ 'imageregionboundary' => { 476 => [\'ImageRegion','ImageRegionRegionBoundary'] },
+ 'imageregionboundaryh' => { 476 => [\'ImageRegion','ImageRegionRegionBoundaryRbH'] },
+ 'imageregionboundaryrx' => { 476 => [\'ImageRegion','ImageRegionRegionBoundaryRbRx'] },
+ 'imageregionboundaryshape' => { 476 => [\'ImageRegion','ImageRegionRegionBoundaryRbShape'] },
+ 'imageregionboundaryunit' => { 476 => [\'ImageRegion','ImageRegionRegionBoundaryRbUnit'] },
+ 'imageregionboundaryvertices' => { 476 => [\'ImageRegion','ImageRegionRegionBoundaryRbVertices'] },
+ 'imageregionboundaryverticesx' => { 476 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbX'] },
+ 'imageregionboundaryverticesy' => { 476 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbY'] },
+ 'imageregionboundaryw' => { 476 => [\'ImageRegion','ImageRegionRegionBoundaryRbW'] },
+ 'imageregionboundaryx' => { 476 => [\'ImageRegion','ImageRegionRegionBoundaryRbX'] },
+ 'imageregionboundaryy' => { 476 => [\'ImageRegion','ImageRegionRegionBoundaryRbY'] },
+ 'imageregionctype' => { 476 => [\'ImageRegion','ImageRegionRCtype'] },
+ 'imageregionctypeidentifier' => { 476 => [\'ImageRegion','ImageRegionRCtypeIdentifier'] },
+ 'imageregionctypename' => { 476 => [\'ImageRegion','ImageRegionRCtypeName'] },
+ 'imageregionid' => { 476 => [\'ImageRegion','ImageRegionRId'] },
+ 'imageregionname' => { 476 => [\'ImageRegion','ImageRegionName'] },
+ 'imageregionrole' => { 476 => [\'ImageRegion','ImageRegionRRole'] },
+ 'imageregionroleidentifier' => { 476 => [\'ImageRegion','ImageRegionRRoleIdentifier'] },
+ 'imageregionrolename' => { 476 => [\'ImageRegion','ImageRegionRRoleName'] },
+ 'imageresolution' => { 135 => 0x944 },
+ 'imageresolutionjpg' => { 135 => 0x945 },
+ 'imagereview' => { 269 => '0.4', 278 => '0.4' },
+ 'imagereviewmonitorofftime' => { 268 => '21.1', 270 => '21.1', 271 => '21.1', 275 => '20.1', 280 => '21.1', 281 => '21.1' },
+ 'imagereviewtime' => { 267 => '25.1', 269 => '2.1', 272 => '19.1', 273 => '20.1', 274 => '20.1', 276 => '9.2', 277 => '20.1', 282 => '21.2' },
+ 'imagerfiledatecreated' => { 135 => 0x9c5 },
+ 'imagerfileproductionlevel' => { 135 => 0x9c4 },
+ 'imagerfiletagsversionstandard' => { 135 => 0x9c7 },
+ 'imagerotated' => { 148 => 0x2a },
+ 'imagerpowerondelaymsec' => { 135 => 0x5fd },
+ 'imagerrows' => { 135 => 0x17de },
+ 'imagesegmentlines' => { 135 => 0x184d },
+ 'imagesegmentstartline' => { 135 => 0x184c },
+ 'imagesize' => { 159 => 'ImageSize' },
+ 'imagesizerestriction' => { 483 => 'imageSizeRestriction' },
+ 'imagesourcedata' => { 117 => 0x935c },
+ 'imagespace' => { 135 => 0x909 },
+ 'imagestabilization' => { 34 => 0x22, 111 => 0x3020, 125 => 0x1422, 153 => 'ImageStabilization', 178 => 0xbd, 179 => 0x71, 180 => 0x57, 181 => 0x0, 182 => [0x18,0x107,0x113], 183 => 0x49c2, 220 => 0xac, 284 => 0x604, 287 => 0x1600, 307 => 0x1a, 399 => 0x12, 400 => 0x11, 407 => 0xb026 },
+ 'imagestabilization2' => { 398 => 0xa },
+ 'imagestabilizationsetting' => { 183 => 0x14, 394 => 0x3d, 395 => 0x3d, 405 => 0x14 },
+ 'imagestyle' => { 394 => 0x2d, 395 => 0x27 },
+ 'imagesupplier' => { 294 => 'ImageSupplier' },
+ 'imagesupplierid' => { 294 => [\'ImageSupplier','ImageSupplierImageSupplierID'] },
+ 'imagesupplierimageid' => { 294 => 'ImageSupplierImageID' },
+ 'imagesuppliername' => { 294 => [\'ImageSupplier','ImageSupplierImageSupplierName'] },
+ 'imagetemperaturemax' => { 119 => 0x1 },
+ 'imagetemperaturemin' => { 119 => 0x2 },
+ 'imagetone' => { 342 => 0x4f },
+ 'imagetype' => { 129 => 0x82, 294 => 'ImageType' },
+ 'imageuniqueid' => { 1 => 0x15, 62 => 0x28, 117 => 0xa420, 469 => 'ImageUniqueID', 470 => 'ImageUniqueID' },
+ 'imagewidth' => { 117 => 0x100, 184 => 0xe, 351 => 0x10c, 449 => 'ImageWidth', 486 => 'ImageWidth' },
+ 'inclinationangle' => { 441 => 0x900f },
+ 'inclinationcorrection' => { 441 => 0x900e },
+ 'incrementaltemperature' => { 464 => 'IncrementalTemperature', 466 => 'IncrementalTemperature' },
+ 'incrementaltint' => { 464 => 'IncrementalTint', 466 => 'IncrementalTint' },
+ 'industry' => { 480 => 'industry', 481 => 'industry' },
+ 'infobuttonwhenshooting' => { 82 => 0x409 },
+ 'information' => { 361 => 'information', 367 => "\xa9inf" },
+ 'infourl' => { 367 => 'infu' },
+ 'infraredilluminator' => { 368 => 0x28 },
+ 'ingredientexclusion' => { 482 => 'ingredientExclusion' },
+ 'ingredients' => { 491 => 'Ingredients' },
+ 'ingredientsalternatepaths' => { 491 => [\'Ingredients','IngredientsAlternatePaths'] },
+ 'ingredientsdocumentid' => { 491 => [\'Ingredients','IngredientsDocumentID'] },
+ 'ingredientsfilepath' => { 491 => [\'Ingredients','IngredientsFilePath'] },
+ 'ingredientsfrompart' => { 491 => [\'Ingredients','IngredientsFromPart'] },
+ 'ingredientsinstanceid' => { 491 => [\'Ingredients','IngredientsInstanceID'] },
+ 'ingredientslastmodifydate' => { 491 => [\'Ingredients','IngredientsLastModifyDate'] },
+ 'ingredientslasturl' => { 491 => [\'Ingredients','IngredientsLastURL'] },
+ 'ingredientslinkcategory' => { 491 => [\'Ingredients','IngredientsLinkCategory'] },
+ 'ingredientslinkform' => { 491 => [\'Ingredients','IngredientsLinkForm'] },
+ 'ingredientsmanager' => { 491 => [\'Ingredients','IngredientsManager'] },
+ 'ingredientsmanagervariant' => { 491 => [\'Ingredients','IngredientsManagerVariant'] },
+ 'ingredientsmanageto' => { 491 => [\'Ingredients','IngredientsManageTo'] },
+ 'ingredientsmanageui' => { 491 => [\'Ingredients','IngredientsManageUI'] },
+ 'ingredientsmaskmarkers' => { 491 => [\'Ingredients','IngredientsMaskMarkers'] },
+ 'ingredientsoriginaldocumentid' => { 491 => [\'Ingredients','IngredientsOriginalDocumentID'] },
+ 'ingredientspartmapping' => { 491 => [\'Ingredients','IngredientsPartMapping'] },
+ 'ingredientsplacedresolutionunit' => { 491 => [\'Ingredients','IngredientsPlacedResolutionUnit'] },
+ 'ingredientsplacedxresolution' => { 491 => [\'Ingredients','IngredientsPlacedXResolution'] },
+ 'ingredientsplacedyresolution' => { 491 => [\'Ingredients','IngredientsPlacedYResolution'] },
+ 'ingredientsrenditionclass' => { 491 => [\'Ingredients','IngredientsRenditionClass'] },
+ 'ingredientsrenditionparams' => { 491 => [\'Ingredients','IngredientsRenditionParams'] },
+ 'ingredientstopart' => { 491 => [\'Ingredients','IngredientsToPart'] },
+ 'ingredientsversionid' => { 491 => [\'Ingredients','IngredientsVersionID'] },
+ 'initialafpointaiservoaf' => { 82 => 0x51e },
'initialafpointinservo' => { 2 => 0x13 },
- 'initialcameradolly' => { 451 => 'InitialCameraDolly' },
- 'initialhorizontalfovdegrees' => { 451 => 'InitialHorizontalFOVDegrees' },
- 'initialviewheadingdegrees' => { 451 => 'InitialViewHeadingDegrees', 452 => 'InitialViewHeadingDegrees' },
- 'initialviewpitchdegrees' => { 451 => 'InitialViewPitchDegrees', 452 => 'InitialViewPitchDegrees' },
- 'initialviewrolldegrees' => { 451 => 'InitialViewRollDegrees', 452 => 'InitialViewRollDegrees' },
- 'initialzoomliveview' => { 266 => '4.4' },
- 'initialzoomsetting' => { 266 => '9.3', 275 => '27.3' },
- 'inkset' => { 116 => 0x14c },
- 'inputprofile' => { 134 => 0x1389 },
- 'instanceid' => { 490 => 'InstanceID' },
- 'instantplaybacksetup' => { 179 => 0x3e },
- 'instantplaybacktime' => { 179 => 0x3d },
- 'instructions' => { 477 => 'Instructions' },
- 'instrument' => { 489 => 'instrument' },
- 'integrationtime' => { 134 => 0x423 },
- 'intellectualgenre' => { 474 => 'IntellectualGenre' },
- 'intelligentauto' => { 406 => 0xb052, 432 => 0xd, 433 => 0xe, 434 => 0xd },
- 'intelligentcontrast' => { 50 => 0x4 },
- 'intelligentd-range' => { 306 => 0x79 },
- 'intelligentexposure' => { 306 => 0x5d },
- 'intelligentresolution' => { 306 => 0x70 },
- 'interchangecolorspace' => { 130 => 0x40 },
- 'intergraphmatrix' => { 116 => 0x8480 },
- 'internalflash' => { 176 => 0x2b, 266 => '23.1', 268 => '8.1', 271 => '22.1', 273 => '23.1', 277 => '8.1', 281 => '24.1', 286 => 0x1208 },
- 'internalflashae1' => { 288 => 0x1021 },
- 'internalflashae1_0' => { 288 => 0x101d },
- 'internalflashae2' => { 288 => 0x1022 },
- 'internalflashae2_0' => { 288 => 0x101e },
- 'internalflashmode' => { 329 => 0x1 },
- 'internalflashstrength' => { 329 => 0x3 },
- 'internalflashtable' => { 288 => 0x1024 },
- 'internallensserialnumber' => { 380 => 0xa005 },
- 'internalndfilter' => { 306 => 0x9d },
- 'internalserialnumber' => { 61 => 0x96, 73 => 0x9, 124 => 0x10, 182 => 0x49dc, 282 => 0x18, 284 => 0x102, 303 => 0x500, 306 => 0x25, 321 => 0x4, 373 => 0x5, 424 => [0x7c,0xf0], 425 => 0x88, 426 => 0x88 },
- 'interopindex' => { 116 => 0x1, 470 => 'InteroperabilityIndex' },
- 'interopversion' => { 116 => 0x2 },
- 'intervallength' => { 176 => 0x10 },
- 'intervalmode' => { 176 => 0x26 },
- 'intervalnumber' => { 176 => 0x11 },
- 'intervalshooting' => { 341 => 0x92 },
- 'introtime' => { 489 => 'introTime' },
- 'introtimescale' => { 489 => [\'introTime','introTimeScale'] },
- 'introtimevalue' => { 489 => [\'introTime','introTimeValue'] },
- 'ipaversion' => { 134 => 0xdae },
- 'ipfcameramodel' => { 134 => 0xe4d },
- 'iptc' => { 117 => 'IPTC' },
- 'iptc-naa' => { 116 => 0x83bb, 311 => 0x83bb },
- 'iptcbitspersample' => { 130 => 0x56 },
- 'iptcdigest' => { 355 => 0x425 },
- 'iptcimageheight' => { 130 => 0x1e },
- 'iptcimagerotation' => { 130 => 0x66 },
- 'iptcimagewidth' => { 130 => 0x14 },
- 'iptclastedited' => { 475 => 'IptcLastEdited' },
- 'iptcpicturenumber' => { 130 => 0xa },
- 'iptcpixelheight' => { 130 => 0x32 },
- 'iptcpixelwidth' => { 130 => 0x28 },
- 'isalternativeof' => { 479 => 'isAlternativeOf' },
- 'isbn' => { 479 => 'isbn' },
- 'iscorrectionof' => { 479 => 'isCorrectionOf' },
- 'iscustompicturestyle' => { 106 => 0x3 },
- 'ismergedhdr' => { 460 => 'IsMergedHDR' },
- 'ismergedpanorama' => { 460 => '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, 109 => 0x14, 110 => [0x3014,0x14], 116 => 0x8827, 133 => 0xfd06, 134 => 0x1784, 136 => 0x60, 138 => [0xfa2e,0xfa46], 139 => [0x27,0x28], 140 => 0xf105, 143 => 0x14, 145 => 0x4e, 147 => 0x1e, 148 => 0x1a, 150 => 0x34, 152 => 'ISO', 176 => 0x8, 182 => 0x49ba, 210 => 0x0, 219 => 0x2, 306 => 0xd1, 311 => 0x17, 341 => [0x8b,0x14], 348 => 0x14, 350 => 0x105, 380 => 0xa014, 383 => 0x86, 404 => 0x6f, 411 => [0x1f,0x21,0x25], 469 => 'ISOSpeedRatings' },
- 'iso2' => { 210 => 0x6, 229 => 0x265, 230 => 0x25c, 231 => 0x265, 232 => 0x221, 233 => 0x25d, 234 => 0x256, 235 => 0x25d, 239 => 0x2b5, 242 => 0x265, 248 => 0x2b5 },
- 'isoauto' => { 322 => '14.4' },
- 'isoautohilimit' => { 237 => 0x18eb, 238 => 0xe82, 246 => 0x185d },
- 'isoautomax' => { 405 => 0x4 },
- 'isoautomin' => { 405 => 0x2 },
- 'isoautoparameters' => { 341 => 0x7a },
- 'isoautoshuttertime' => { 237 => 0x18ea, 238 => 0xe81, 246 => 0x185c },
- 'isocalibrationgain' => { 134 => 0x89f },
- 'isodisplay' => { 269 => '4.1', 270 => '4.1', 271 => '2.3', 272 => '3.3', 273 => '3.3', 276 => '3.3', 279 => '4.3', 280 => '4.1', 281 => '4.3' },
- 'isoexpansion' => { 81 => 0x103, 82 => 0x7, 83 => 0x8, 86 => 0x8, 210 => 0x4 },
- 'isoexpansion2' => { 210 => 0xa },
- 'isofloor' => { 322 => 0x6 },
- 'isoselected' => { 305 => 0x359 },
- 'isoselection' => { 219 => 0xf },
- 'isosensitivitystep' => { 274 => '6.2', 276 => '6.2' },
- 'isosetting' => { 136 => 0x5e, 148 => 0x14, 152 => 'ISOSetting', 176 => 0x24, 177 => 0x26, 178 => 0x1c, 179 => 0x13, 184 => 0x6, 219 => 0x13, 322 => '17.3', 372 => 0x27, 393 => 0x16, 394 => 0x14, 395 => 0x2, 404 => 0x6d, 405 => 0x0 },
- 'isospeed' => { 116 => 0x8833, 470 => 'ISOSpeed' },
- 'isospeedexpansion' => { 80 => 0x3 },
- 'isospeedincrements' => { 81 => 0x102 },
- 'isospeedlatitudeyyy' => { 116 => 0x8834, 470 => 'ISOSpeedLatitudeyyy' },
- 'isospeedlatitudezzz' => { 116 => 0x8835, 470 => 'ISOSpeedLatitudezzz' },
- 'isospeedrange' => { 81 => 0x103 },
- 'isostepsize' => { 266 => '6.1', 267 => '7.2', 269 => '7.2', 270 => '7.2', 275 => '4.1', 279 => '7.2', 280 => '7.2' },
- 'isovalue' => { 288 => 0x1001 },
- 'isrccode' => { 366 => "\xa9isr" },
- 'issn' => { 479 => 'issn' },
- 'issueidentifier' => { 479 => 'issueIdentifier' },
- 'issuename' => { 479 => 'issueName' },
- 'issueteaser' => { 479 => 'issueTeaser' },
- 'issuetype' => { 479 => 'issueType' },
- 'istranslationof' => { 479 => 'isTranslationOf' },
- 'itemsubtype' => { 174 => 'ItemSubType' },
- 'itunesu' => { 358 => 'itnu' },
- 'jobid' => { 128 => 0xb8 },
- 'jobname' => { 471 => 'JobName' },
- 'jobref' => { 488 => 'JobRef' },
- 'jobrefid' => { 488 => [\'JobRef','JobRefId'] },
- 'jobrefname' => { 488 => [\'JobRef','JobRefName'] },
- 'jobrefurl' => { 488 => [\'JobRef','JobRefUrl'] },
- 'jobstatus' => { 471 => 'JobStatus' },
- 'jpeghandling' => { 463 => 'JPEGHandling', 465 => 'JPEGHandling' },
- 'jpegquality' => { 10 => 0x66, 306 => 0x43, 308 => 0x3034, 406 => 0xb047 },
- 'jpegsize' => { 308 => 0x303a },
- 'jpgcompression' => { 238 => 0x7d4 },
- 'jpgfromraw' => { 94 => 0x2007, 111 => 'Exif-JpgFromRaw', 311 => 0x2e },
- 'jpgfromrawlength' => { 116 => [0x117,0x202] },
- 'jpgfromrawstart' => { 116 => [0x111,0x201] },
- 'jpgrecordedpixels' => { 322 => '14.1' },
- 'jurisdiction' => { 461 => 'jurisdiction' },
- 'kelvinwb_01' => { 330 => 0x5 },
- 'kelvinwb_02' => { 330 => 0x9 },
- 'kelvinwb_03' => { 330 => 0xd },
- 'kelvinwb_04' => { 330 => 0x11 },
- 'kelvinwb_05' => { 330 => 0x15 },
- 'kelvinwb_06' => { 330 => 0x19 },
- 'kelvinwb_07' => { 330 => 0x1d },
- 'kelvinwb_08' => { 330 => 0x21 },
- 'kelvinwb_09' => { 330 => 0x25 },
- 'kelvinwb_10' => { 330 => 0x29 },
- 'kelvinwb_11' => { 330 => 0x2d },
- 'kelvinwb_12' => { 330 => 0x31 },
- 'kelvinwb_13' => { 330 => 0x35 },
- 'kelvinwb_14' => { 330 => 0x39 },
- 'kelvinwb_15' => { 330 => 0x3d },
- 'kelvinwb_16' => { 330 => 0x41 },
- 'kelvinwb_daylight' => { 330 => 0x1 },
- 'kerneldenominators' => { 134 => 0x933 },
- 'key' => { 489 => 'key' },
- 'keystonecompensation' => { 287 => 0x1900 },
- 'keystonedirection' => { 287 => 0x1901 },
- 'keystonevalue' => { 287 => 0x1906 },
- 'keyword' => { 358 => 'keyw', 479 => 'keyword' },
- 'keywordinfo' => { 167 => 'Keywords' },
- 'keywords' => { 128 => 0x19, 153 => 'Keywords', 292 => 'Keywords', 357 => 'Keywords', 360 => 'keywords', 458 => 'keywords', 476 => 'Keywords', 487 => 'Keywords' },
- 'killdate' => { 479 => 'killDate' },
- 'killdatea-platform' => { 479 => [\'killDate','killDateA-platform'] },
- 'killdatedate' => { 479 => [\'killDate','killDateDate'] },
- 'kodakimageheight' => { 133 => 0xf908, 136 => 0xe, 138 => [0xfa1e,0xfa52], 144 => 0x70 },
- 'kodakimagewidth' => { 133 => 0xf907, 136 => 0xc, 138 => [0xfa1d,0xfa51], 144 => 0x6c },
- 'kodakinfotype' => { 133 => 0xfa00 },
- 'kodaklook' => { 134 => 0xe4c },
- 'kodaklookprofile' => { 134 => 0x138a },
- 'kodakmaker' => { 144 => 0x8 },
- 'kodakmodel' => { 136 => 0x0, 144 => 0x28 },
- 'kodaktag' => { 134 => 0x3ea },
- 'kodakversion' => { 134 => 0x0 },
- 'label' => { 296 => 'Label', 487 => 'Label' },
- 'labelname1' => { 473 => [\'TagStructure','TagStructureLabelName'] },
- 'labelname2' => { 473 => [\'TagStructure','TagStructureSubLabelsLabelName'] },
- 'labelname3' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] },
- 'labelname4' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] },
- 'labelname5' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
- 'labelname6' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
- 'landmark' => { 306 => 0x6f },
- 'landscapeoutputhighlightpoint' => { 106 => 0x26 },
- 'landscapeoutputshadowpoint' => { 106 => 0x27 },
- 'landscaperawcolortone' => { 106 => 0x1f },
- 'landscaperawcontrast' => { 106 => 0x21 },
- 'landscaperawhighlight' => { 106 => 0x77 },
- 'landscaperawhighlightpoint' => { 106 => 0x24 },
- 'landscaperawlinear' => { 106 => 0x22 },
- 'landscaperawsaturation' => { 106 => 0x20 },
- 'landscaperawshadow' => { 106 => 0x80 },
- 'landscaperawshadowpoint' => { 106 => 0x25 },
- 'landscaperawsharpness' => { 106 => 0x23 },
- 'landscapeunsharpmaskfineness' => { 106 => 0xa0 },
- 'landscapeunsharpmaskstrength' => { 106 => 0x9e },
- 'landscapeunsharpmaskthreshold' => { 106 => 0xa2 },
- 'language' => { 466 => 'language' },
- 'languageidentifier' => { 128 => 0x87 },
- 'largestvalidinteriorrectheight' => { 451 => 'LargestValidInteriorRectHeight' },
- 'largestvalidinteriorrectleft' => { 451 => 'LargestValidInteriorRectLeft' },
- 'largestvalidinteriorrecttop' => { 451 => 'LargestValidInteriorRectTop' },
- 'largestvalidinteriorrectwidth' => { 451 => 'LargestValidInteriorRectWidth' },
- 'lastfilenumber' => { 176 => 0x1b },
- 'lastkeywordiptc' => { 174 => 'LastKeywordIPTC' },
- 'lastkeywordxmp' => { 174 => 'LastKeywordXMP' },
- 'lastphotodate' => { 451 => 'LastPhotoDate' },
- 'lasturl' => { 490 => 'LastURL' },
- 'lateralchromaticaberration' => { 406 => 0x2012 },
- 'lateralchromaticaberrationcorrectionalreadyapplied' => { 460 => 'LateralChromaticAberrationCorrectionAlreadyApplied' },
- 'latestageorhigheststage' => { 115 => [\'GeologicalContext','GeologicalContextLatestAgeOrHighestStage'] },
- 'latesteonorhighesteonothem' => { 115 => [\'GeologicalContext','GeologicalContextLatestEonOrHighestEonothem'] },
- 'latestepochorhighestseries' => { 115 => [\'GeologicalContext','GeologicalContextLatestEpochOrHighestSeries'] },
- 'latesteraorhighesterathem' => { 115 => [\'GeologicalContext','GeologicalContextLatestEraOrHighestErathem'] },
- 'latestperiodorhighestsystem' => { 115 => [\'GeologicalContext','GeologicalContextLatestPeriodOrHighestSystem'] },
- 'latitude' => { 113 => 'Latitude' },
- 'lc1' => { 332 => 0x2 },
- 'lc10' => { 332 => 0xb },
- 'lc11' => { 332 => 0xc },
- 'lc12' => { 332 => 0xd },
- 'lc14' => { 332 => 0xf },
- 'lc15' => { 332 => 0x10 },
- 'lc3' => { 332 => 0x4 },
- 'lc4' => { 332 => 0x5 },
- 'lc5' => { 332 => 0x6 },
- 'lc6' => { 332 => 0x7 },
- 'lc7' => { 332 => 0x8 },
- 'lc8' => { 332 => 0x9 },
- 'lcddisplayatpoweron' => { 81 => 0x811, 85 => 0xa },
- 'lcddisplayreturntoshoot' => { 86 => 0x12 },
- 'lcdillumination' => { 266 => '17.5', 267 => '5.2', 269 => '5.1', 270 => '5.1', 275 => '10.3', 276 => '4.2', 279 => '5.2', 280 => '5.1', 281 => '5.4' },
- 'lcdilluminationduringbulb' => { 81 => 0x408 },
- 'lcdmatrix' => { 134 => 0xe74 },
- 'lcdmatrixchickfix' => { 134 => 0xe75 },
- 'lcdmatrixmarvin' => { 134 => 0xe76 },
- 'lcdpanels' => { 80 => 0x8 },
- 'lcheditor' => { 259 => 0x8ae85e },
- 'legacyiptcdigest' => { 477 => 'LegacyIPTCDigest' },
- 'legalcode' => { 461 => 'legalcode' },
- 'lens' => { 116 => 0xfdea, 219 => 0x84, 460 => 'Lens' },
- 'lensafstopbutton' => { 79 => 0x11, 80 => 0x13, 81 => 0x506, 82 => 0x10, 83 => 0x12, 86 => 0x13, 87 => 0x9 },
- 'lensaperturerange' => { 383 => [0x30,0x48] },
- 'lenscorrectionsettings' => { 468 => 'LensCorrectionSettings' },
- 'lensdistortinfo' => { 460 => 'LensDistortInfo' },
- 'lensdistortionparams' => { 288 => 0x206 },
- 'lensdrivenoaf' => { 81 => 0x505 },
+ 'initialcameradolly' => { 452 => 'InitialCameraDolly' },
+ 'initialhorizontalfovdegrees' => { 452 => 'InitialHorizontalFOVDegrees' },
+ 'initialviewheadingdegrees' => { 452 => 'InitialViewHeadingDegrees', 453 => 'InitialViewHeadingDegrees' },
+ 'initialviewpitchdegrees' => { 452 => 'InitialViewPitchDegrees', 453 => 'InitialViewPitchDegrees' },
+ 'initialviewrolldegrees' => { 452 => 'InitialViewRollDegrees', 453 => 'InitialViewRollDegrees' },
+ 'initialzoomliveview' => { 267 => '4.4' },
+ 'initialzoomsetting' => { 267 => '9.3', 276 => '27.3' },
+ 'inkset' => { 117 => 0x14c },
+ 'inputprofile' => { 135 => 0x1389 },
+ 'instanceid' => { 491 => 'InstanceID' },
+ 'instantplaybacksetup' => { 180 => 0x3e },
+ 'instantplaybacktime' => { 180 => 0x3d },
+ 'instructions' => { 478 => 'Instructions' },
+ 'instrument' => { 490 => 'instrument' },
+ 'integrationtime' => { 135 => 0x423 },
+ 'intellectualgenre' => { 475 => 'IntellectualGenre' },
+ 'intelligentauto' => { 407 => 0xb052, 433 => 0xd, 434 => 0xe, 435 => 0xd },
+ 'intelligentcontrast' => { 51 => 0x4 },
+ 'intelligentd-range' => { 307 => 0x79 },
+ 'intelligentexposure' => { 307 => 0x5d },
+ 'intelligentresolution' => { 307 => 0x70 },
+ 'interchangecolorspace' => { 131 => 0x40 },
+ 'intergraphmatrix' => { 117 => 0x8480 },
+ 'internalflash' => { 177 => 0x2b, 267 => '23.1', 269 => '8.1', 272 => '22.1', 274 => '23.1', 278 => '8.1', 282 => '24.1', 287 => 0x1208 },
+ 'internalflashae1' => { 289 => 0x1021 },
+ 'internalflashae1_0' => { 289 => 0x101d },
+ 'internalflashae2' => { 289 => 0x1022 },
+ 'internalflashae2_0' => { 289 => 0x101e },
+ 'internalflashmode' => { 330 => 0x1 },
+ 'internalflashstrength' => { 330 => 0x3 },
+ 'internalflashtable' => { 289 => 0x1024 },
+ 'internallensserialnumber' => { 381 => 0xa005 },
+ 'internalndfilter' => { 307 => 0x9d },
+ 'internalserialnumber' => { 62 => 0x96, 74 => 0x9, 125 => 0x10, 183 => 0x49dc, 283 => 0x18, 285 => 0x102, 304 => 0x500, 307 => 0x25, 322 => 0x4, 374 => 0x5, 425 => [0x7c,0xf0], 426 => 0x88, 427 => 0x88 },
+ 'interopindex' => { 117 => 0x1, 471 => 'InteroperabilityIndex' },
+ 'interopversion' => { 117 => 0x2 },
+ 'intervallength' => { 177 => 0x10 },
+ 'intervalmode' => { 177 => 0x26 },
+ 'intervalnumber' => { 177 => 0x11 },
+ 'intervalshooting' => { 342 => 0x92 },
+ 'introtime' => { 490 => 'introTime' },
+ 'introtimescale' => { 490 => [\'introTime','introTimeScale'] },
+ 'introtimevalue' => { 490 => [\'introTime','introTimeValue'] },
+ 'ipaversion' => { 135 => 0xdae },
+ 'ipfcameramodel' => { 135 => 0xe4d },
+ 'iptc' => { 118 => 'IPTC' },
+ 'iptc-naa' => { 117 => 0x83bb, 312 => 0x83bb },
+ 'iptcbitspersample' => { 131 => 0x56 },
+ 'iptcdigest' => { 356 => 0x425 },
+ 'iptcimageheight' => { 131 => 0x1e },
+ 'iptcimagerotation' => { 131 => 0x66 },
+ 'iptcimagewidth' => { 131 => 0x14 },
+ 'iptclastedited' => { 476 => 'IptcLastEdited' },
+ 'iptcpicturenumber' => { 131 => 0xa },
+ 'iptcpixelheight' => { 131 => 0x32 },
+ 'iptcpixelwidth' => { 131 => 0x28 },
+ 'isalternativeof' => { 480 => 'isAlternativeOf' },
+ 'isbn' => { 480 => 'isbn' },
+ 'iscorrectionof' => { 480 => 'isCorrectionOf' },
+ 'iscustompicturestyle' => { 107 => 0x3 },
+ 'ismergedhdr' => { 461 => 'IsMergedHDR' },
+ 'ismergedpanorama' => { 461 => '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, 134 => 0xfd06, 135 => 0x1784, 137 => 0x60, 139 => [0xfa2e,0xfa46], 140 => [0x27,0x28], 141 => 0xf105, 144 => 0x14, 146 => 0x4e, 148 => 0x1e, 149 => 0x1a, 151 => 0x34, 153 => 'ISO', 177 => 0x8, 183 => 0x49ba, 211 => 0x0, 220 => 0x2, 307 => 0xd1, 312 => 0x17, 342 => [0x8b,0x14], 349 => 0x14, 351 => 0x105, 381 => 0xa014, 384 => 0x86, 405 => 0x6f, 412 => [0x1f,0x21,0x25], 470 => 'ISOSpeedRatings' },
+ 'iso2' => { 211 => 0x6, 230 => 0x265, 231 => 0x25c, 232 => 0x265, 233 => 0x221, 234 => 0x25d, 235 => 0x256, 236 => 0x25d, 240 => 0x2b5, 243 => 0x265, 249 => 0x2b5 },
+ 'isoauto' => { 323 => '14.4' },
+ 'isoautohilimit' => { 238 => 0x18eb, 239 => 0xe82, 247 => 0x185d },
+ 'isoautomax' => { 406 => 0x4 },
+ 'isoautomin' => { 406 => 0x2 },
+ 'isoautoparameters' => { 342 => 0x7a },
+ 'isoautoshuttertime' => { 238 => 0x18ea, 239 => 0xe81, 247 => 0x185c },
+ 'isocalibrationgain' => { 135 => 0x89f },
+ 'isodisplay' => { 270 => '4.1', 271 => '4.1', 272 => '2.3', 273 => '3.3', 274 => '3.3', 277 => '3.3', 280 => '4.3', 281 => '4.1', 282 => '4.3' },
+ 'isoexpansion' => { 82 => 0x103, 83 => 0x7, 84 => 0x8, 87 => 0x8, 211 => 0x4 },
+ 'isoexpansion2' => { 211 => 0xa },
+ 'isofloor' => { 323 => 0x6 },
+ 'isoselected' => { 306 => 0x359 },
+ 'isoselection' => { 220 => 0xf },
+ 'isosensitivitystep' => { 275 => '6.2', 277 => '6.2' },
+ 'isosetting' => { 137 => 0x5e, 149 => 0x14, 153 => 'ISOSetting', 177 => 0x24, 178 => 0x26, 179 => 0x1c, 180 => 0x13, 185 => 0x6, 220 => 0x13, 323 => '17.3', 373 => 0x27, 394 => 0x16, 395 => 0x14, 396 => 0x2, 405 => 0x6d, 406 => 0x0 },
+ 'isospeed' => { 117 => 0x8833, 471 => 'ISOSpeed' },
+ 'isospeedexpansion' => { 81 => 0x3 },
+ 'isospeedincrements' => { 82 => 0x102 },
+ 'isospeedlatitudeyyy' => { 117 => 0x8834, 471 => 'ISOSpeedLatitudeyyy' },
+ 'isospeedlatitudezzz' => { 117 => 0x8835, 471 => 'ISOSpeedLatitudezzz' },
+ 'isospeedrange' => { 82 => 0x103 },
+ 'isostepsize' => { 267 => '6.1', 268 => '7.2', 270 => '7.2', 271 => '7.2', 276 => '4.1', 280 => '7.2', 281 => '7.2' },
+ 'isovalue' => { 289 => 0x1001 },
+ 'isrccode' => { 367 => "\xa9isr" },
+ 'issn' => { 480 => 'issn' },
+ 'issueidentifier' => { 480 => 'issueIdentifier' },
+ 'issuename' => { 480 => 'issueName' },
+ 'issueteaser' => { 480 => 'issueTeaser' },
+ 'issuetype' => { 480 => 'issueType' },
+ 'istranslationof' => { 480 => 'isTranslationOf' },
+ 'itemsubtype' => { 175 => 'ItemSubType' },
+ 'itunesu' => { 359 => 'itnu' },
+ 'jobid' => { 129 => 0xb8 },
+ 'jobname' => { 472 => 'JobName' },
+ 'jobref' => { 489 => 'JobRef' },
+ 'jobrefid' => { 489 => [\'JobRef','JobRefId'] },
+ 'jobrefname' => { 489 => [\'JobRef','JobRefName'] },
+ 'jobrefurl' => { 489 => [\'JobRef','JobRefUrl'] },
+ 'jobstatus' => { 472 => 'JobStatus' },
+ 'jpeghandling' => { 464 => 'JPEGHandling', 466 => 'JPEGHandling' },
+ 'jpegquality' => { 10 => 0x66, 307 => 0x43, 309 => 0x3034, 407 => 0xb047 },
+ 'jpegsize' => { 309 => 0x303a },
+ 'jpgcompression' => { 239 => 0x7d4 },
+ 'jpgfromraw' => { 95 => 0x2007, 112 => 'Exif-JpgFromRaw', 312 => 0x2e },
+ 'jpgfromrawlength' => { 117 => [0x117,0x202] },
+ 'jpgfromrawstart' => { 117 => [0x111,0x201] },
+ 'jpgrecordedpixels' => { 323 => '14.1' },
+ 'jurisdiction' => { 462 => 'jurisdiction' },
+ 'kelvinwb_01' => { 331 => 0x5 },
+ 'kelvinwb_02' => { 331 => 0x9 },
+ 'kelvinwb_03' => { 331 => 0xd },
+ 'kelvinwb_04' => { 331 => 0x11 },
+ 'kelvinwb_05' => { 331 => 0x15 },
+ 'kelvinwb_06' => { 331 => 0x19 },
+ 'kelvinwb_07' => { 331 => 0x1d },
+ 'kelvinwb_08' => { 331 => 0x21 },
+ 'kelvinwb_09' => { 331 => 0x25 },
+ 'kelvinwb_10' => { 331 => 0x29 },
+ 'kelvinwb_11' => { 331 => 0x2d },
+ 'kelvinwb_12' => { 331 => 0x31 },
+ 'kelvinwb_13' => { 331 => 0x35 },
+ 'kelvinwb_14' => { 331 => 0x39 },
+ 'kelvinwb_15' => { 331 => 0x3d },
+ 'kelvinwb_16' => { 331 => 0x41 },
+ 'kelvinwb_daylight' => { 331 => 0x1 },
+ 'kerneldenominators' => { 135 => 0x933 },
+ 'key' => { 490 => 'key' },
+ 'keystonecompensation' => { 288 => 0x1900 },
+ 'keystonedirection' => { 288 => 0x1901 },
+ 'keystonevalue' => { 288 => 0x1906 },
+ 'keyword' => { 359 => 'keyw', 480 => 'keyword' },
+ 'keywordinfo' => { 168 => 'Keywords' },
+ 'keywords' => { 129 => 0x19, 154 => 'Keywords', 293 => 'Keywords', 358 => 'Keywords', 361 => 'keywords', 459 => 'keywords', 477 => 'Keywords', 488 => 'Keywords' },
+ 'killdate' => { 480 => 'killDate' },
+ 'killdatea-platform' => { 480 => [\'killDate','killDateA-platform'] },
+ 'killdatedate' => { 480 => [\'killDate','killDateDate'] },
+ 'kodakimageheight' => { 134 => 0xf908, 137 => 0xe, 139 => [0xfa1e,0xfa52], 145 => 0x70 },
+ 'kodakimagewidth' => { 134 => 0xf907, 137 => 0xc, 139 => [0xfa1d,0xfa51], 145 => 0x6c },
+ 'kodakinfotype' => { 134 => 0xfa00 },
+ 'kodaklook' => { 135 => 0xe4c },
+ 'kodaklookprofile' => { 135 => 0x138a },
+ 'kodakmaker' => { 145 => 0x8 },
+ 'kodakmodel' => { 137 => 0x0, 145 => 0x28 },
+ 'kodaktag' => { 135 => 0x3ea },
+ 'kodakversion' => { 135 => 0x0 },
+ 'label' => { 297 => 'Label', 488 => 'Label' },
+ 'labelname1' => { 474 => [\'TagStructure','TagStructureLabelName'] },
+ 'labelname2' => { 474 => [\'TagStructure','TagStructureSubLabelsLabelName'] },
+ 'labelname3' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] },
+ 'labelname4' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'labelname5' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'labelname6' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'landmark' => { 307 => 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' => { 467 => 'language' },
+ 'languageidentifier' => { 129 => 0x87 },
+ 'largestvalidinteriorrectheight' => { 452 => 'LargestValidInteriorRectHeight' },
+ 'largestvalidinteriorrectleft' => { 452 => 'LargestValidInteriorRectLeft' },
+ 'largestvalidinteriorrecttop' => { 452 => 'LargestValidInteriorRectTop' },
+ 'largestvalidinteriorrectwidth' => { 452 => 'LargestValidInteriorRectWidth' },
+ 'lastfilenumber' => { 177 => 0x1b },
+ 'lastkeywordiptc' => { 175 => 'LastKeywordIPTC' },
+ 'lastkeywordxmp' => { 175 => 'LastKeywordXMP' },
+ 'lastphotodate' => { 452 => 'LastPhotoDate' },
+ 'lasturl' => { 491 => 'LastURL' },
+ 'lateralchromaticaberration' => { 407 => 0x2012 },
+ 'lateralchromaticaberrationcorrectionalreadyapplied' => { 461 => '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' => { 333 => 0x2 },
+ 'lc10' => { 333 => 0xb },
+ 'lc11' => { 333 => 0xc },
+ 'lc12' => { 333 => 0xd },
+ 'lc14' => { 333 => 0xf },
+ 'lc15' => { 333 => 0x10 },
+ 'lc3' => { 333 => 0x4 },
+ 'lc4' => { 333 => 0x5 },
+ 'lc5' => { 333 => 0x6 },
+ 'lc6' => { 333 => 0x7 },
+ 'lc7' => { 333 => 0x8 },
+ 'lc8' => { 333 => 0x9 },
+ 'lcddisplayatpoweron' => { 82 => 0x811, 86 => 0xa },
+ 'lcddisplayreturntoshoot' => { 87 => 0x12 },
+ 'lcdillumination' => { 267 => '17.5', 268 => '5.2', 270 => '5.1', 271 => '5.1', 276 => '10.3', 277 => '4.2', 280 => '5.2', 281 => '5.1', 282 => '5.4' },
+ 'lcdilluminationduringbulb' => { 82 => 0x408 },
+ 'lcdmatrix' => { 135 => 0xe74 },
+ 'lcdmatrixchickfix' => { 135 => 0xe75 },
+ 'lcdmatrixmarvin' => { 135 => 0xe76 },
+ 'lcdpanels' => { 81 => 0x8 },
+ 'lcheditor' => { 260 => 0x8ae85e },
+ 'legacyiptcdigest' => { 478 => 'LegacyIPTCDigest' },
+ 'legalcode' => { 462 => 'legalcode' },
+ 'lens' => { 117 => 0xfdea, 220 => 0x84, 461 => 'Lens' },
+ 'lensafstopbutton' => { 80 => 0x11, 81 => 0x13, 82 => 0x506, 83 => 0x10, 84 => 0x12, 87 => 0x13, 88 => 0x9 },
+ 'lensaperturerange' => { 384 => [0x30,0x48] },
+ 'lenscorrectionsettings' => { 469 => 'LensCorrectionSettings' },
+ 'lensdistortinfo' => { 461 => 'LensDistortInfo' },
+ 'lensdistortionparams' => { 289 => 0x206 },
+ 'lensdrivenoaf' => { 82 => 0x505 },
'lensdrivewhenafimpossible' => { 2 => 0xb },
- 'lense-mountversion' => { 395 => 0x3f0, 439 => 0xd },
- 'lensfirmware' => { 374 => 0x20, 380 => 0xa004 },
- 'lensfirmwareversion' => { 284 => 0x204, 306 => 0x60, 395 => 0x3f3, 439 => 0x14 },
- 'lensfocallength' => { 100 => 0xf0512, 332 => 0x9 },
- 'lensfocalrange' => { 383 => [0xa,0x2a] },
- 'lensfocusfunctionbuttons' => { 267 => '55.1', 269 => '52.1', 270 => '52.1', 279 => '52.1', 280 => '52.1' },
- 'lensformat' => { 418 => 0x1891, 420 => 0x18bd, 421 => 0x18ed, 422 => 0x17f1, 424 => 0x106, 425 => 0x106, 435 => 0x603, 436 => 0x5d },
- 'lensfstops' => { 211 => 0x7, 212 => 0xc, 213 => 0xd, 217 => 0xe, 219 => 0x8b, 332 => '0.3' },
- 'lensid' => { 217 => 0x30, 460 => 'LensID' },
- 'lensidnumber' => { 211 => 0x6, 212 => 0xb, 213 => 0xc, 217 => 0xd },
- 'lensinfo' => { 116 => 0xa432, 338 => 0x2a, 460 => 'LensInfo', 470 => 'LensSpecification' },
- 'lenskind' => { 332 => 0x1 },
- 'lensmake' => { 116 => 0xa433, 159 => 'Make', 470 => 'LensMake' },
- 'lensmanualdistortionamount' => { 463 => 'LensManualDistortionAmount', 465 => 'LensManualDistortionAmount' },
- 'lensmanufacturer' => { 174 => 'LensManufacturer' },
- 'lensmaxaperturerange' => { 383 => 0x2b },
- 'lensmodel' => { 7 => 0x937, 14 => 0x92b, 15 => 0x933, 61 => 0x95, 116 => 0xa434, 159 => 'Model', 174 => 'LensModel', 214 => 0x18a, 215 => 0x18b, 216 => 0x2ac, 284 => 0x203, 338 => 0xc, 350 => 0x412, 470 => 'LensModel' },
- 'lensmodulationoptimizer' => { 124 => 0x1045 },
- 'lensmount' => { 395 => 0x99, 418 => 0x1892, 420 => 0x18be, 421 => 0x18ee, 422 => 0x17f2, 424 => 0x105, 425 => 0x105, 435 => 0x604, 436 => 0x5e },
- 'lensmount2' => { 439 => 0x8 },
- 'lensprofilechromaticaberrationscale' => { 463 => 'LensProfileChromaticAberrationScale', 465 => 'LensProfileChromaticAberrationScale' },
- 'lensprofiledigest' => { 463 => 'LensProfileDigest', 465 => 'LensProfileDigest' },
- 'lensprofiledistortionscale' => { 463 => 'LensProfileDistortionScale', 465 => 'LensProfileDistortionScale' },
- 'lensprofileenable' => { 463 => 'LensProfileEnable', 465 => 'LensProfileEnable' },
- 'lensprofilefilename' => { 463 => 'LensProfileFilename', 465 => 'LensProfileFilename' },
- 'lensprofilematchkeycameramodelname' => { 463 => 'LensProfileMatchKeyCameraModelName', 465 => 'LensProfileMatchKeyCameraModelName' },
- 'lensprofilematchkeyexifmake' => { 463 => 'LensProfileMatchKeyExifMake', 465 => 'LensProfileMatchKeyExifMake' },
- 'lensprofilematchkeyexifmodel' => { 463 => 'LensProfileMatchKeyExifModel', 465 => 'LensProfileMatchKeyExifModel' },
- 'lensprofilematchkeyisraw' => { 463 => 'LensProfileMatchKeyIsRaw', 465 => 'LensProfileMatchKeyIsRaw' },
- 'lensprofilematchkeylensid' => { 463 => 'LensProfileMatchKeyLensID', 465 => 'LensProfileMatchKeyLensID' },
- 'lensprofilematchkeylensinfo' => { 463 => 'LensProfileMatchKeyLensInfo', 465 => 'LensProfileMatchKeyLensInfo' },
- 'lensprofilematchkeylensname' => { 463 => 'LensProfileMatchKeyLensName', 465 => 'LensProfileMatchKeyLensName' },
- 'lensprofilematchkeysensorformatfactor' => { 463 => 'LensProfileMatchKeySensorFormatFactor', 465 => 'LensProfileMatchKeySensorFormatFactor' },
- 'lensprofilename' => { 463 => 'LensProfileName', 465 => 'LensProfileName' },
- 'lensprofilesetup' => { 463 => 'LensProfileSetup', 465 => 'LensProfileSetup' },
- 'lensprofilevignettingscale' => { 463 => 'LensProfileVignettingScale', 465 => 'LensProfileVignettingScale' },
- 'lensproperties' => { 284 => 0x20b },
- 'lensserialnumber' => { 21 => 0x164, 32 => 0x16b, 59 => 0x0, 116 => 0xa435, 159 => 'SerialNumber', 284 => 0x202, 304 => 0x321, 306 => 0x52, 366 => 'LENS', 374 => 0x30, 460 => 'LensSerialNumber', 470 => 'LensSerialNumber' },
- 'lensshutterlock' => { 179 => 0x4a },
- 'lensspec' => { 390 => 0x0, 391 => 0x0, 392 => 0x0, 406 => 0xb02a },
- 'lensspecfeatures' => { 424 => [0x115,0x116], 425 => [0x116,0x1ed,0x1f0,0x21c,0x21e] },
- 'lenstemperature' => { 288 => 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, 181 => 0x10c, 182 => 0x49bd, 219 => 0x83, 284 => 0x201, 297 => 0x16, 301 => 0x310, 303 => 0x303, 304 => 0x303, 306 => 0x51, 308 => 0x3405, 333 => 0x0, 334 => 0x0, 335 => 0x1, 336 => 0x1, 337 => 0x1, 339 => 0x0, 380 => 0xa003, 383 => 0x27, 406 => 0xb027, 418 => 0x1896, 420 => 0x18c2, 421 => 0x18f2, 422 => 0x17f6, 424 => 0x109, 425 => 0x109, 435 => 0x608, 436 => 0x62 },
- 'lenstype2' => { 395 => 0x3f7, 418 => 0x1893, 420 => 0x18bf, 421 => 0x18ef, 422 => 0x17f3, 424 => 0x107, 425 => 0x107, 435 => 0x605, 436 => 0x60 },
- 'lenstype3' => { 439 => 0x9 },
- 'lenstypemake' => { 306 => 0xc4 },
- 'lenstypemodel' => { 306 => 0xc5 },
- 'lenszoomposition' => { 432 => 0x19, 433 => 0x1e, 436 => [0x342,0x34e,0x35a] },
- 'levelindicator' => { 314 => 0x15 },
- 'levelmeter' => { 366 => ['Lvlm','lvlm'] },
- 'levelorientation' => { 340 => 0x0 },
- 'license' => { 461 => 'license' },
- 'licensee' => { 293 => 'Licensee' },
- 'licenseeid' => { 293 => [\'Licensee','LicenseeLicenseeID'] },
- 'licenseeimageid' => { 293 => 'LicenseeImageID' },
- 'licenseeimagenotes' => { 293 => 'LicenseeImageNotes' },
- 'licenseename' => { 293 => [\'Licensee','LicenseeLicenseeName'] },
- 'licenseenddate' => { 293 => 'LicenseEndDate' },
- 'licenseeprojectreference' => { 293 => 'LicenseeProjectReference' },
- 'licenseetransactionid' => { 293 => 'LicenseeTransactionID' },
- 'licenseid' => { 293 => 'LicenseID' },
- 'licensestartdate' => { 293 => 'LicenseStartDate' },
- 'licensetransactiondate' => { 293 => 'LicenseTransactionDate' },
- 'licensetype' => { 467 => 'licensetype' },
- 'licensor' => { 293 => 'Licensor' },
- 'licensorcity' => { 293 => [\'Licensor','LicensorLicensorCity'] },
- 'licensorcountry' => { 293 => [\'Licensor','LicensorLicensorCountry'] },
- 'licensoremail' => { 293 => [\'Licensor','LicensorLicensorEmail'] },
- 'licensorextendedaddress' => { 293 => [\'Licensor','LicensorLicensorExtendedAddress'] },
- 'licensorid' => { 293 => [\'Licensor','LicensorLicensorID'] },
- 'licensorimageid' => { 293 => 'LicensorImageID' },
- 'licensorname' => { 293 => [\'Licensor','LicensorLicensorName'] },
- 'licensornotes' => { 293 => 'LicensorNotes' },
- 'licensorpostalcode' => { 293 => [\'Licensor','LicensorLicensorPostalCode'] },
- 'licensorregion' => { 293 => [\'Licensor','LicensorLicensorRegion'] },
- 'licensorstreetaddress' => { 293 => [\'Licensor','LicensorLicensorStreetAddress'] },
- 'licensortelephone1' => { 293 => [\'Licensor','LicensorLicensorTelephone1'] },
- 'licensortelephone2' => { 293 => [\'Licensor','LicensorLicensorTelephone2'] },
- 'licensortelephonetype1' => { 293 => [\'Licensor','LicensorLicensorTelephoneType1'] },
- 'licensortelephonetype2' => { 293 => [\'Licensor','LicensorLicensorTelephoneType2'] },
- 'licensortransactionid' => { 293 => 'LicensorTransactionID' },
- 'licensorurl' => { 293 => [\'Licensor','LicensorLicensorURL'] },
- 'lightcondition' => { 288 => 0x1009 },
- 'lightingmode' => { 110 => 0x302a },
- 'lightreading' => { 341 => 0x15 },
- 'lightsource' => { 116 => 0x9208, 219 => 0x90, 291 => 0x1000, 469 => 'LightSource' },
- 'lightsourcespecial' => { 382 => 0x21d },
- 'lightswitch' => { 279 => '0.1', 281 => '0.1' },
- 'lightvaluecenter' => { 288 => 0x103d },
- 'lightvalueperiphery' => { 288 => 0x103e },
- 'limitafareamodeselection' => { 267 => '51.1', 269 => '49.1', 270 => '49.1', 279 => '49.1', 280 => '49.1' },
- 'linearitylimitblue' => { 311 => 0x10 },
- 'linearitylimitgreen' => { 311 => 0xf },
- 'linearitylimitred' => { 311 => 0xe },
- 'linearityuppermargin' => { 43 => [0x2ba,0x2d1,0x2d5], 45 => 0x1e5, 46 => [0x1fe,0x2de], 47 => [0x232,0x310], 48 => 0x31e },
- 'linearizationtable' => { 116 => 0xc618 },
- 'linearresponselimit' => { 116 => 0xc62e },
- 'link' => { 479 => 'link' },
- 'linkaetoafpoint' => { 322 => '14.2' },
- 'linkedencodedrightsexpr' => { 475 => [\'LinkedEncRightsExpr','LinkedEncRightsExprLinkedRightsExpr'] },
- 'linkedencodedrightsexprlangid' => { 475 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprLangId'] },
- 'linkedencodedrightsexprtype' => { 475 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprEncType'] },
- 'linkedencrightsexpr' => { 475 => 'LinkedEncRightsExpr' },
- 'linlogcoring' => { 134 => 0x904 },
- 'lithostratigraphicterms' => { 115 => [\'GeologicalContext','GeologicalContextLithostratigraphicTerms'] },
- 'liveviewaf' => { 271 => '32.1', 281 => '34.1' },
- 'liveviewafareamode' => { 276 => '34.1' },
- 'liveviewafmethod' => { 411 => 0x20 },
- 'liveviewafmode' => { 276 => '34.2' },
- 'liveviewafsetting' => { 395 => 0x36 },
- 'liveviewbuttonoptions' => { 267 => '50.2', 269 => '48.2', 270 => '48.2', 279 => '48.2', 280 => '48.2' },
- 'liveviewexposuresimulation' => { 81 => 0x810 },
- 'liveviewfocusmode' => { 395 => [0x8b,0x28b] },
- 'liveviewmetering' => { 395 => [0x84,0x284] },
- 'liveviewmonitorofftime' => { 267 => '21.2', 269 => '21.2', 270 => '21.2', 272 => '20.2', 273 => '20.2', 274 => '20.2', 276 => '20.2', 279 => '21.2', 280 => '21.2' },
- 'liveviewshooting' => { 55 => 0x13 },
- 'livingspecimen' => { 115 => 'LivingSpecimen' },
- 'livingspecimenmaterialsampleid' => { 115 => [\'LivingSpecimen','LivingSpecimenMaterialSampleID'] },
- 'localcaption' => { 128 => 0x79 },
- 'localizedcameramodel' => { 116 => 0xc615 },
- 'locallocationname' => { 380 => 0x30 },
- 'location' => { 218 => 0x9, 306 => 0x67, 456 => 'Location', 474 => 'Location', 478 => 'location', 479 => 'location' },
- 'locationareacode' => { 462 => 'lac' },
- 'locationbody' => { 360 => 'location.body' },
- 'locationcreated' => { 475 => 'LocationCreated' },
- 'locationcreatedcity' => { 475 => [\'LocationCreated','LocationCreatedCity'] },
- 'locationcreatedcountrycode' => { 475 => [\'LocationCreated','LocationCreatedCountryCode'] },
- 'locationcreatedcountryname' => { 475 => [\'LocationCreated','LocationCreatedCountryName'] },
- 'locationcreatedgpsaltitude' => { 475 => [\'LocationCreated','LocationCreatedGPSAltitude'] },
- 'locationcreatedgpslatitude' => { 475 => [\'LocationCreated','LocationCreatedGPSLatitude'] },
- 'locationcreatedgpslongitude' => { 475 => [\'LocationCreated','LocationCreatedGPSLongitude'] },
- 'locationcreatedidentifier' => { 475 => [\'LocationCreated','LocationCreatedIdentifier'] },
- 'locationcreatedlocationid' => { 475 => [\'LocationCreated','LocationCreatedLocationId'] },
- 'locationcreatedlocationname' => { 475 => [\'LocationCreated','LocationCreatedLocationName'] },
- 'locationcreatedprovincestate' => { 475 => [\'LocationCreated','LocationCreatedProvinceState'] },
- 'locationcreatedsublocation' => { 475 => [\'LocationCreated','LocationCreatedSublocation'] },
- 'locationcreatedworldregion' => { 475 => [\'LocationCreated','LocationCreatedWorldRegion'] },
- 'locationdate' => { 360 => 'location.date' },
- 'locationinfoversion' => { 218 => 0x0 },
- 'locationname' => { 360 => 'location.name', 380 => 0x31 },
- 'locationnote' => { 360 => 'location.note' },
- 'locationrole' => { 360 => 'location.role' },
- 'locationshown' => { 475 => 'LocationShown' },
- 'locationshowncity' => { 475 => [\'LocationShown','LocationShownCity'] },
- 'locationshowncountrycode' => { 475 => [\'LocationShown','LocationShownCountryCode'] },
- 'locationshowncountryname' => { 475 => [\'LocationShown','LocationShownCountryName'] },
- 'locationshowngpsaltitude' => { 475 => [\'LocationShown','LocationShownGPSAltitude'] },
- 'locationshowngpslatitude' => { 475 => [\'LocationShown','LocationShownGPSLatitude'] },
- 'locationshowngpslongitude' => { 475 => [\'LocationShown','LocationShownGPSLongitude'] },
- 'locationshownidentifier' => { 475 => [\'LocationShown','LocationShownIdentifier'] },
- 'locationshownlocationid' => { 475 => [\'LocationShown','LocationShownLocationId'] },
- 'locationshownlocationname' => { 475 => [\'LocationShown','LocationShownLocationName'] },
- 'locationshownprovincestate' => { 475 => [\'LocationShown','LocationShownProvinceState'] },
- 'locationshownsublocation' => { 475 => [\'LocationShown','LocationShownSublocation'] },
- 'locationshownworldregion' => { 475 => [\'LocationShown','LocationShownWorldRegion'] },
- 'lockmicrophonebutton' => { 81 => 0x709 },
- 'logcomment' => { 489 => 'logComment' },
- 'logscale' => { 134 => 0x902 },
- 'longdescription' => { 358 => 'ldes' },
- 'longexposurenoisereduction' => { 60 => 0x4, 81 => 0x201, 82 => 0x1, 83 => 0x2, 84 => 0x1, 85 => 0x1, 86 => 0x2, 87 => 0x1, 306 => 0x49, 393 => 0x2b, 394 => 0x25, 395 => 0x25, 406 => 0x2008, 411 => 0x11, 436 => 0x44 },
- 'longexposurenoisereduction2' => { 55 => 0x8 },
- 'longexposurenrused' => { 306 => 0xbe },
- 'longitude' => { 113 => 'Longitude' },
- 'look' => { 463 => 'Look', 465 => 'Look' },
- 'lookamount' => { 463 => [\'Look','LookAmount'], 465 => [\'Look','LookAmount'] },
- 'lookcluster' => { 463 => [\'Look','LookCluster'], 465 => [\'Look','LookCluster'] },
- 'lookname' => { 463 => [\'Look','LookName'], 465 => [\'Look','LookName'] },
- 'looksupportsmonochrome' => { 463 => [\'Look','LookSupportsMonochrome'], 465 => [\'Look','LookSupportsMonochrome'] },
- 'lookuuid' => { 463 => [\'Look','LookUUID'], 465 => [\'Look','LookUUID'] },
- 'loop' => { 489 => 'loop' },
- 'loopstyle' => { 366 => 'LOOP' },
- 'lowestbiostratigraphiczone' => { 115 => [\'GeologicalContext','GeologicalContextLowestBiostratigraphicZone'] },
- 'luminanceadjustmentaqua' => { 463 => 'LuminanceAdjustmentAqua', 465 => 'LuminanceAdjustmentAqua' },
- 'luminanceadjustmentblue' => { 463 => 'LuminanceAdjustmentBlue', 465 => 'LuminanceAdjustmentBlue' },
- 'luminanceadjustmentgreen' => { 463 => 'LuminanceAdjustmentGreen', 465 => 'LuminanceAdjustmentGreen' },
- 'luminanceadjustmentmagenta' => { 463 => 'LuminanceAdjustmentMagenta', 465 => 'LuminanceAdjustmentMagenta' },
- 'luminanceadjustmentorange' => { 463 => 'LuminanceAdjustmentOrange', 465 => 'LuminanceAdjustmentOrange' },
- 'luminanceadjustmentpurple' => { 463 => 'LuminanceAdjustmentPurple', 465 => 'LuminanceAdjustmentPurple' },
- 'luminanceadjustmentred' => { 463 => 'LuminanceAdjustmentRed', 465 => 'LuminanceAdjustmentRed' },
- 'luminanceadjustmentyellow' => { 463 => 'LuminanceAdjustmentYellow', 465 => 'LuminanceAdjustmentYellow' },
- 'luminancecurvelimits' => { 105 => 0x150 },
- 'luminancecurvepoints' => { 105 => 0x126 },
- 'luminancenoisereduction' => { 100 => 0x20600, 106 => 0x5f, 383 => 0x1b },
- 'luminancenoisereductioncontrast' => { 463 => 'LuminanceNoiseReductionContrast', 465 => 'LuminanceNoiseReductionContrast' },
- 'luminancenoisereductiondetail' => { 463 => 'LuminanceNoiseReductionDetail', 465 => 'LuminanceNoiseReductionDetail' },
- 'luminancenr_tiff_jpeg' => { 106 => 0x6d },
- 'luminancesmoothing' => { 463 => 'LuminanceSmoothing', 465 => 'LuminanceSmoothing' },
- 'lvshootingareadisplay' => { 81 => [0x40b,0x40c] },
- 'lyrics' => { 358 => "\xa9lyr", 366 => "\xa9lyr", 489 => 'lyrics' },
- 'lyricsuri' => { 366 => 'lrcu' },
- 'm16cversion' => { 301 => 0x333 },
- 'macatom' => { 464 => 'macAtom' },
- 'macatomapplicationcode' => { 464 => [\'macAtom','macAtomApplicationCode'] },
- 'macatominvocationappleevent' => { 464 => [\'macAtom','macAtomInvocationAppleEvent'] },
- 'macatomposixprojectpath' => { 464 => [\'macAtom','macAtomPosixProjectPath'] },
- 'machineobservation' => { 115 => 'MachineObservation' },
- 'machineobservationday' => { 115 => [\'MachineObservation','MachineObservationDay'] },
- 'machineobservationearliestdate' => { 115 => [\'MachineObservation','MachineObservationEarliestDate'] },
- 'machineobservationenddayofyear' => { 115 => [\'MachineObservation','MachineObservationEndDayOfYear'] },
- 'machineobservationeventdate' => { 115 => [\'MachineObservation','MachineObservationEventDate'] },
- 'machineobservationeventid' => { 115 => [\'MachineObservation','MachineObservationEventID'] },
- 'machineobservationeventremarks' => { 115 => [\'MachineObservation','MachineObservationEventRemarks'] },
- 'machineobservationeventtime' => { 115 => [\'MachineObservation','MachineObservationEventTime'] },
- 'machineobservationfieldnotes' => { 115 => [\'MachineObservation','MachineObservationFieldNotes'] },
- 'machineobservationfieldnumber' => { 115 => [\'MachineObservation','MachineObservationFieldNumber'] },
- 'machineobservationhabitat' => { 115 => [\'MachineObservation','MachineObservationHabitat'] },
- 'machineobservationlatestdate' => { 115 => [\'MachineObservation','MachineObservationLatestDate'] },
- 'machineobservationmonth' => { 115 => [\'MachineObservation','MachineObservationMonth'] },
- 'machineobservationparenteventid' => { 115 => [\'MachineObservation','MachineObservationParentEventID'] },
- 'machineobservationsamplesizeunit' => { 115 => [\'MachineObservation','MachineObservationSampleSizeUnit'] },
- 'machineobservationsamplesizevalue' => { 115 => [\'MachineObservation','MachineObservationSampleSizeValue'] },
- 'machineobservationsamplingeffort' => { 115 => [\'MachineObservation','MachineObservationSamplingEffort'] },
- 'machineobservationsamplingprotocol' => { 115 => [\'MachineObservation','MachineObservationSamplingProtocol'] },
- 'machineobservationstartdayofyear' => { 115 => [\'MachineObservation','MachineObservationStartDayOfYear'] },
- 'machineobservationverbatimeventdate' => { 115 => [\'MachineObservation','MachineObservationVerbatimEventDate'] },
- 'machineobservationyear' => { 115 => [\'MachineObservation','MachineObservationYear'] },
- 'macro' => { 124 => 0x1020, 126 => 0x202, 147 => 0x2b, 288 => 0x202, 372 => 0x21, 382 => 0x202, 406 => 0xb040 },
- 'macroled' => { 286 => 0x120a },
- 'macromagnification' => { 7 => 0x1b, 11 => 0x1b, 14 => 0x1b, 15 => 0x1b, 19 => 0x1b, 20 => 0x1b, 55 => 0x10 },
- 'macromode' => { 34 => 0x1, 176 => 0xb, 283 => 0x300, 306 => 0x1c, 373 => 0x1009 },
- 'magentahsl' => { 100 => 0x20917 },
- 'magicfilter' => { 283 => 0x52c },
- 'magnifiedview' => { 83 => 0x11, 85 => 0x9 },
- 'mainboardversion' => { 134 => 0x438 },
- 'maindialexposurecomp' => { 277 => '0.6' },
- 'mainingredient' => { 481 => 'mainIngredient' },
- 'majorversion' => { 454 => 'MajorVersion' },
- 'make' => { 95 => 0x0, 112 => 0x1, 116 => 0x10f, 152 => 'Make', 296 => 'Make', 311 => 0x10f, 360 => 'make', 366 => ['@mak',"\xa9mak"], 478 => 'make', 485 => 'Make' },
- 'makernote' => { 469 => 'MakerNote' },
- 'makernoteapple' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotecanon' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotecasio' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotecasio2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotedji' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteflir' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotefujifilm' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotege' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotege2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotehasselblad' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotehp' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotehp2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotehp4' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotehp6' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteisl' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotejvc' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotejvctext' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak10' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak11' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak12' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak1a' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak1b' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak3' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak4' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak5' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak6a' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak6b' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak7' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak8a' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak8b' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak8c' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodak9' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekodakunknown' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotekyocera' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteleica' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteleica10' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteleica2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteleica3' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteleica4' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteleica5' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteleica6' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteleica7' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteleica8' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteleica9' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteminolta' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteminolta2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteminolta3' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotemotorola' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotenikon' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotenikon2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotenikon3' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotenintendo' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteoffset' => { 382 => 0xff },
- 'makernoteolympus' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteolympus2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotepanasonic' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotepanasonic2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotepanasonic3' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotepentax' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotepentax2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotepentax3' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotepentax4' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotepentax5' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotepentax6' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotepentaxunknown' => { 366 => 'PXMN' },
- 'makernotephaseone' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotereconyx' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotereconyx2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotereconyx3' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotericoh' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotericoh2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotericohpentax' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotericohtext' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesafety' => { 116 => 0xc635 },
- 'makernotesamsung1a' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesamsung1b' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesamsung2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesanyo' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesanyoc4' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesanyopatch' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesigma' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesony' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesony2' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesony3' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesony4' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesony5' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesonyericsson' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotesonysrf' => { 114 => 'MakN', 116 => 0x927c },
- 'makernotetype' => { 373 => 0x1 },
- 'makernoteunknown' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteunknownbinary' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteunknowntext' => { 114 => 'MakN', 116 => 0x927c },
- 'makernoteversion' => { 181 => 0x0, 219 => 0x1, 288 => 0x0, 306 => 0x8000, 377 => 0x0, 380 => 0x1, 383 => [0x1d,0x1f], 396 => 0x2000 },
- 'makerurl' => { 366 => "\xa9mal" },
- 'managedfrom' => { 490 => 'ManagedFrom' },
- 'managedfromalternatepaths' => { 490 => [\'ManagedFrom','ManagedFromAlternatePaths'] },
- 'managedfromdocumentid' => { 490 => [\'ManagedFrom','ManagedFromDocumentID'] },
- 'managedfromfilepath' => { 490 => [\'ManagedFrom','ManagedFromFilePath'] },
- 'managedfromfrompart' => { 490 => [\'ManagedFrom','ManagedFromFromPart'] },
- 'managedfrominstanceid' => { 490 => [\'ManagedFrom','ManagedFromInstanceID'] },
- 'managedfromlastmodifydate' => { 490 => [\'ManagedFrom','ManagedFromLastModifyDate'] },
- 'managedfromlasturl' => { 490 => [\'ManagedFrom','ManagedFromLastURL'] },
- 'managedfromlinkcategory' => { 490 => [\'ManagedFrom','ManagedFromLinkCategory'] },
- 'managedfromlinkform' => { 490 => [\'ManagedFrom','ManagedFromLinkForm'] },
- 'managedfrommanager' => { 490 => [\'ManagedFrom','ManagedFromManager'] },
- 'managedfrommanagervariant' => { 490 => [\'ManagedFrom','ManagedFromManagerVariant'] },
- 'managedfrommanageto' => { 490 => [\'ManagedFrom','ManagedFromManageTo'] },
- 'managedfrommanageui' => { 490 => [\'ManagedFrom','ManagedFromManageUI'] },
- 'managedfrommaskmarkers' => { 490 => [\'ManagedFrom','ManagedFromMaskMarkers'] },
- 'managedfromoriginaldocumentid' => { 490 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] },
- 'managedfrompartmapping' => { 490 => [\'ManagedFrom','ManagedFromPartMapping'] },
- 'managedfromplacedresolutionunit' => { 490 => [\'ManagedFrom','ManagedFromPlacedResolutionUnit'] },
- 'managedfromplacedxresolution' => { 490 => [\'ManagedFrom','ManagedFromPlacedXResolution'] },
- 'managedfromplacedyresolution' => { 490 => [\'ManagedFrom','ManagedFromPlacedYResolution'] },
- 'managedfromrenditionclass' => { 490 => [\'ManagedFrom','ManagedFromRenditionClass'] },
- 'managedfromrenditionparams' => { 490 => [\'ManagedFrom','ManagedFromRenditionParams'] },
- 'managedfromtopart' => { 490 => [\'ManagedFrom','ManagedFromToPart'] },
- 'managedfromversionid' => { 490 => [\'ManagedFrom','ManagedFromVersionID'] },
- 'manager' => { 490 => 'Manager' },
- 'managervariant' => { 490 => 'ManagerVariant' },
- 'manageto' => { 490 => 'ManageTo' },
- 'manageui' => { 490 => 'ManageUI' },
- 'manifest' => { 490 => 'Manifest' },
- 'manifestlinkform' => { 490 => [\'Manifest','ManifestLinkForm'] },
- 'manifestplacedresolutionunit' => { 490 => [\'Manifest','ManifestPlacedResolutionUnit'] },
- 'manifestplacedxresolution' => { 490 => [\'Manifest','ManifestPlacedXResolution'] },
- 'manifestplacedyresolution' => { 490 => [\'Manifest','ManifestPlacedYResolution'] },
- 'manifestreference' => { 490 => [\'Manifest','ManifestReference'] },
- 'manifestreferencealternatepaths' => { 490 => [\'Manifest','ManifestReferenceAlternatePaths'] },
- 'manifestreferencedocumentid' => { 490 => [\'Manifest','ManifestReferenceDocumentID'] },
- 'manifestreferencefilepath' => { 490 => [\'Manifest','ManifestReferenceFilePath'] },
- 'manifestreferencefrompart' => { 490 => [\'Manifest','ManifestReferenceFromPart'] },
- 'manifestreferenceinstanceid' => { 490 => [\'Manifest','ManifestReferenceInstanceID'] },
- 'manifestreferencelastmodifydate' => { 490 => [\'Manifest','ManifestReferenceLastModifyDate'] },
- 'manifestreferencelasturl' => { 490 => [\'Manifest','ManifestReferenceLastURL'] },
- 'manifestreferencelinkcategory' => { 490 => [\'Manifest','ManifestReferenceLinkCategory'] },
- 'manifestreferencelinkform' => { 490 => [\'Manifest','ManifestReferenceLinkForm'] },
- 'manifestreferencemanager' => { 490 => [\'Manifest','ManifestReferenceManager'] },
- 'manifestreferencemanagervariant' => { 490 => [\'Manifest','ManifestReferenceManagerVariant'] },
- 'manifestreferencemanageto' => { 490 => [\'Manifest','ManifestReferenceManageTo'] },
- 'manifestreferencemanageui' => { 490 => [\'Manifest','ManifestReferenceManageUI'] },
- 'manifestreferencemaskmarkers' => { 490 => [\'Manifest','ManifestReferenceMaskMarkers'] },
- 'manifestreferenceoriginaldocumentid' => { 490 => [\'Manifest','ManifestReferenceOriginalDocumentID'] },
- 'manifestreferencepartmapping' => { 490 => [\'Manifest','ManifestReferencePartMapping'] },
- 'manifestreferenceplacedresolutionunit' => { 490 => [\'Manifest','ManifestReferencePlacedResolutionUnit'] },
- 'manifestreferenceplacedxresolution' => { 490 => [\'Manifest','ManifestReferencePlacedXResolution'] },
- 'manifestreferenceplacedyresolution' => { 490 => [\'Manifest','ManifestReferencePlacedYResolution'] },
- 'manifestreferencerenditionclass' => { 490 => [\'Manifest','ManifestReferenceRenditionClass'] },
- 'manifestreferencerenditionparams' => { 490 => [\'Manifest','ManifestReferenceRenditionParams'] },
- 'manifestreferencetopart' => { 490 => [\'Manifest','ManifestReferenceToPart'] },
- 'manifestreferenceversionid' => { 490 => [\'Manifest','ManifestReferenceVersionID'] },
- 'manometerpressure' => { 283 => 0x900, 306 => 0x86 },
- 'manometerreading' => { 283 => 0x901 },
- 'manualafpointselectpattern' => { 81 => 0x513 },
+ 'lense-mountversion' => { 396 => 0x3f0, 440 => 0xd },
+ 'lensfirmware' => { 375 => 0x20, 381 => 0xa004 },
+ 'lensfirmwareversion' => { 285 => 0x204, 307 => 0x60, 396 => 0x3f3, 440 => 0x14 },
+ 'lensfocallength' => { 101 => 0xf0512, 333 => 0x9 },
+ 'lensfocalrange' => { 384 => [0xa,0x2a] },
+ 'lensfocusfunctionbuttons' => { 268 => '55.1', 270 => '52.1', 271 => '52.1', 280 => '52.1', 281 => '52.1' },
+ 'lensformat' => { 419 => 0x1891, 421 => 0x18bd, 422 => 0x18ed, 423 => 0x17f1, 425 => 0x106, 426 => 0x106, 436 => 0x603, 437 => 0x5d },
+ 'lensfstops' => { 212 => 0x7, 213 => 0xc, 214 => 0xd, 218 => 0xe, 220 => 0x8b, 333 => '0.3' },
+ 'lensid' => { 218 => 0x30, 461 => 'LensID' },
+ 'lensidnumber' => { 212 => 0x6, 213 => 0xb, 214 => 0xc, 218 => 0xd },
+ 'lensinfo' => { 117 => 0xa432, 339 => 0x2a, 461 => 'LensInfo', 471 => 'LensSpecification' },
+ 'lenskind' => { 333 => 0x1 },
+ 'lensmake' => { 117 => 0xa433, 160 => 'Make', 471 => 'LensMake' },
+ 'lensmanualdistortionamount' => { 464 => 'LensManualDistortionAmount', 466 => 'LensManualDistortionAmount' },
+ 'lensmanufacturer' => { 175 => 'LensManufacturer' },
+ 'lensmaxaperturerange' => { 384 => 0x2b },
+ 'lensmodel' => { 7 => 0x937, 14 => 0x92b, 15 => 0x933, 62 => 0x95, 117 => 0xa434, 160 => 'Model', 175 => 'LensModel', 215 => 0x18a, 216 => 0x18b, 217 => 0x2ac, 285 => 0x203, 339 => 0xc, 351 => 0x412, 471 => 'LensModel' },
+ 'lensmodulationoptimizer' => { 125 => 0x1045 },
+ 'lensmount' => { 396 => 0x99, 419 => 0x1892, 421 => 0x18be, 422 => 0x18ee, 423 => 0x17f2, 425 => 0x105, 426 => 0x105, 436 => 0x604, 437 => 0x5e },
+ 'lensmount2' => { 440 => 0x8 },
+ 'lensprofilechromaticaberrationscale' => { 464 => 'LensProfileChromaticAberrationScale', 466 => 'LensProfileChromaticAberrationScale' },
+ 'lensprofiledigest' => { 464 => 'LensProfileDigest', 466 => 'LensProfileDigest' },
+ 'lensprofiledistortionscale' => { 464 => 'LensProfileDistortionScale', 466 => 'LensProfileDistortionScale' },
+ 'lensprofileenable' => { 464 => 'LensProfileEnable', 466 => 'LensProfileEnable' },
+ 'lensprofilefilename' => { 464 => 'LensProfileFilename', 466 => 'LensProfileFilename' },
+ 'lensprofileisembedded' => { 464 => 'LensProfileIsEmbedded', 466 => 'LensProfileIsEmbedded' },
+ 'lensprofilematchkeycameramodelname' => { 464 => 'LensProfileMatchKeyCameraModelName', 466 => 'LensProfileMatchKeyCameraModelName' },
+ 'lensprofilematchkeyexifmake' => { 464 => 'LensProfileMatchKeyExifMake', 466 => 'LensProfileMatchKeyExifMake' },
+ 'lensprofilematchkeyexifmodel' => { 464 => 'LensProfileMatchKeyExifModel', 466 => 'LensProfileMatchKeyExifModel' },
+ 'lensprofilematchkeyisraw' => { 464 => 'LensProfileMatchKeyIsRaw', 466 => 'LensProfileMatchKeyIsRaw' },
+ 'lensprofilematchkeylensid' => { 464 => 'LensProfileMatchKeyLensID', 466 => 'LensProfileMatchKeyLensID' },
+ 'lensprofilematchkeylensinfo' => { 464 => 'LensProfileMatchKeyLensInfo', 466 => 'LensProfileMatchKeyLensInfo' },
+ 'lensprofilematchkeylensname' => { 464 => 'LensProfileMatchKeyLensName', 466 => 'LensProfileMatchKeyLensName' },
+ 'lensprofilematchkeysensorformatfactor' => { 464 => 'LensProfileMatchKeySensorFormatFactor', 466 => 'LensProfileMatchKeySensorFormatFactor' },
+ 'lensprofilename' => { 464 => 'LensProfileName', 466 => 'LensProfileName' },
+ 'lensprofilesetup' => { 464 => 'LensProfileSetup', 466 => 'LensProfileSetup' },
+ 'lensprofilevignettingscale' => { 464 => 'LensProfileVignettingScale', 466 => 'LensProfileVignettingScale' },
+ 'lensproperties' => { 285 => 0x20b },
+ 'lensserialnumber' => { 21 => 0x164, 32 => 0x16b, 60 => 0x0, 117 => 0xa435, 160 => 'SerialNumber', 285 => 0x202, 305 => 0x321, 307 => 0x52, 367 => 'LENS', 375 => 0x30, 461 => 'LensSerialNumber', 471 => 'LensSerialNumber' },
+ 'lensshutterlock' => { 180 => 0x4a },
+ 'lensspec' => { 391 => 0x0, 392 => 0x0, 393 => 0x0, 407 => 0xb02a },
+ 'lensspecfeatures' => { 425 => [0x115,0x116], 426 => [0x116,0x1ed,0x1f0,0x21c,0x21e] },
+ 'lenstemperature' => { 289 => 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, 182 => 0x10c, 183 => 0x49bd, 220 => 0x83, 285 => 0x201, 298 => 0x16, 302 => 0x310, 304 => 0x303, 305 => 0x303, 307 => 0x51, 309 => 0x3405, 334 => 0x0, 335 => 0x0, 336 => 0x1, 337 => 0x1, 338 => 0x1, 340 => 0x0, 381 => 0xa003, 384 => 0x27, 407 => 0xb027, 419 => 0x1896, 421 => 0x18c2, 422 => 0x18f2, 423 => 0x17f6, 425 => 0x109, 426 => 0x109, 436 => 0x608, 437 => 0x62 },
+ 'lenstype2' => { 396 => 0x3f7, 419 => 0x1893, 421 => 0x18bf, 422 => 0x18ef, 423 => 0x17f3, 425 => 0x107, 426 => 0x107, 436 => 0x605, 437 => 0x60 },
+ 'lenstype3' => { 440 => 0x9 },
+ 'lenstypemake' => { 307 => 0xc4 },
+ 'lenstypemodel' => { 307 => 0xc5 },
+ 'lenszoomposition' => { 433 => 0x19, 434 => 0x1e, 437 => [0x342,0x34e,0x35a] },
+ 'levelindicator' => { 315 => 0x15 },
+ 'levelmeter' => { 367 => ['Lvlm','lvlm'] },
+ 'levelorientation' => { 341 => 0x0 },
+ 'license' => { 462 => 'license' },
+ 'licensee' => { 294 => 'Licensee' },
+ 'licenseeid' => { 294 => [\'Licensee','LicenseeLicenseeID'] },
+ 'licenseeimageid' => { 294 => 'LicenseeImageID' },
+ 'licenseeimagenotes' => { 294 => 'LicenseeImageNotes' },
+ 'licenseename' => { 294 => [\'Licensee','LicenseeLicenseeName'] },
+ 'licenseenddate' => { 294 => 'LicenseEndDate' },
+ 'licenseeprojectreference' => { 294 => 'LicenseeProjectReference' },
+ 'licenseetransactionid' => { 294 => 'LicenseeTransactionID' },
+ 'licenseid' => { 294 => 'LicenseID' },
+ 'licensestartdate' => { 294 => 'LicenseStartDate' },
+ 'licensetransactiondate' => { 294 => 'LicenseTransactionDate' },
+ 'licensetype' => { 468 => 'licensetype' },
+ 'licensor' => { 294 => 'Licensor' },
+ 'licensorcity' => { 294 => [\'Licensor','LicensorLicensorCity'] },
+ 'licensorcountry' => { 294 => [\'Licensor','LicensorLicensorCountry'] },
+ 'licensoremail' => { 294 => [\'Licensor','LicensorLicensorEmail'] },
+ 'licensorextendedaddress' => { 294 => [\'Licensor','LicensorLicensorExtendedAddress'] },
+ 'licensorid' => { 294 => [\'Licensor','LicensorLicensorID'] },
+ 'licensorimageid' => { 294 => 'LicensorImageID' },
+ 'licensorname' => { 294 => [\'Licensor','LicensorLicensorName'] },
+ 'licensornotes' => { 294 => 'LicensorNotes' },
+ 'licensorpostalcode' => { 294 => [\'Licensor','LicensorLicensorPostalCode'] },
+ 'licensorregion' => { 294 => [\'Licensor','LicensorLicensorRegion'] },
+ 'licensorstreetaddress' => { 294 => [\'Licensor','LicensorLicensorStreetAddress'] },
+ 'licensortelephone1' => { 294 => [\'Licensor','LicensorLicensorTelephone1'] },
+ 'licensortelephone2' => { 294 => [\'Licensor','LicensorLicensorTelephone2'] },
+ 'licensortelephonetype1' => { 294 => [\'Licensor','LicensorLicensorTelephoneType1'] },
+ 'licensortelephonetype2' => { 294 => [\'Licensor','LicensorLicensorTelephoneType2'] },
+ 'licensortransactionid' => { 294 => 'LicensorTransactionID' },
+ 'licensorurl' => { 294 => [\'Licensor','LicensorLicensorURL'] },
+ 'lightcondition' => { 289 => 0x1009 },
+ 'lightingmode' => { 111 => 0x302a },
+ 'lightreading' => { 342 => 0x15 },
+ 'lightsource' => { 117 => 0x9208, 220 => 0x90, 292 => 0x1000, 470 => 'LightSource' },
+ 'lightsourcespecial' => { 383 => 0x21d },
+ 'lightswitch' => { 280 => '0.1', 282 => '0.1' },
+ 'lightvaluecenter' => { 289 => 0x103d },
+ 'lightvalueperiphery' => { 289 => 0x103e },
+ 'limitafareamodeselection' => { 268 => '51.1', 270 => '49.1', 271 => '49.1', 280 => '49.1', 281 => '49.1' },
+ 'linearitylimitblue' => { 312 => 0x10 },
+ 'linearitylimitgreen' => { 312 => 0xf },
+ 'linearitylimitred' => { 312 => 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' => { 480 => 'link' },
+ 'linkaetoafpoint' => { 323 => '14.2' },
+ 'linkedencodedrightsexpr' => { 476 => [\'LinkedEncRightsExpr','LinkedEncRightsExprLinkedRightsExpr'] },
+ 'linkedencodedrightsexprlangid' => { 476 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprLangId'] },
+ 'linkedencodedrightsexprtype' => { 476 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprEncType'] },
+ 'linkedencrightsexpr' => { 476 => 'LinkedEncRightsExpr' },
+ 'linlogcoring' => { 135 => 0x904 },
+ 'lithostratigraphicterms' => { 116 => [\'GeologicalContext','GeologicalContextLithostratigraphicTerms'] },
+ 'liveviewaf' => { 272 => '32.1', 282 => '34.1' },
+ 'liveviewafareamode' => { 277 => '34.1' },
+ 'liveviewafmethod' => { 412 => 0x20 },
+ 'liveviewafmode' => { 277 => '34.2' },
+ 'liveviewafsetting' => { 396 => 0x36 },
+ 'liveviewbuttonoptions' => { 268 => '50.2', 270 => '48.2', 271 => '48.2', 280 => '48.2', 281 => '48.2' },
+ 'liveviewexposuresimulation' => { 82 => 0x810 },
+ 'liveviewfocusmode' => { 396 => [0x8b,0x28b] },
+ 'liveviewmetering' => { 396 => [0x84,0x284] },
+ 'liveviewmonitorofftime' => { 268 => '21.2', 270 => '21.2', 271 => '21.2', 273 => '20.2', 274 => '20.2', 275 => '20.2', 277 => '20.2', 280 => '21.2', 281 => '21.2' },
+ 'liveviewshooting' => { 56 => 0x13 },
+ 'livingspecimen' => { 116 => 'LivingSpecimen' },
+ 'livingspecimenmaterialsampleid' => { 116 => [\'LivingSpecimen','LivingSpecimenMaterialSampleID'] },
+ 'localcaption' => { 129 => 0x79 },
+ 'localizedcameramodel' => { 117 => 0xc615 },
+ 'locallocationname' => { 381 => 0x30 },
+ 'location' => { 219 => 0x9, 307 => 0x67, 457 => 'Location', 475 => 'Location', 479 => 'location', 480 => 'location' },
+ 'locationareacode' => { 463 => 'lac' },
+ 'locationbody' => { 361 => 'location.body' },
+ 'locationcreated' => { 476 => 'LocationCreated' },
+ 'locationcreatedcity' => { 476 => [\'LocationCreated','LocationCreatedCity'] },
+ 'locationcreatedcountrycode' => { 476 => [\'LocationCreated','LocationCreatedCountryCode'] },
+ 'locationcreatedcountryname' => { 476 => [\'LocationCreated','LocationCreatedCountryName'] },
+ 'locationcreatedgpsaltitude' => { 476 => [\'LocationCreated','LocationCreatedGPSAltitude'] },
+ 'locationcreatedgpslatitude' => { 476 => [\'LocationCreated','LocationCreatedGPSLatitude'] },
+ 'locationcreatedgpslongitude' => { 476 => [\'LocationCreated','LocationCreatedGPSLongitude'] },
+ 'locationcreatedidentifier' => { 476 => [\'LocationCreated','LocationCreatedIdentifier'] },
+ 'locationcreatedlocationid' => { 476 => [\'LocationCreated','LocationCreatedLocationId'] },
+ 'locationcreatedlocationname' => { 476 => [\'LocationCreated','LocationCreatedLocationName'] },
+ 'locationcreatedprovincestate' => { 476 => [\'LocationCreated','LocationCreatedProvinceState'] },
+ 'locationcreatedsublocation' => { 476 => [\'LocationCreated','LocationCreatedSublocation'] },
+ 'locationcreatedworldregion' => { 476 => [\'LocationCreated','LocationCreatedWorldRegion'] },
+ 'locationdate' => { 361 => 'location.date' },
+ 'locationinfoversion' => { 219 => 0x0 },
+ 'locationname' => { 361 => 'location.name', 381 => 0x31 },
+ 'locationnote' => { 361 => 'location.note' },
+ 'locationrole' => { 361 => 'location.role' },
+ 'locationshown' => { 476 => 'LocationShown' },
+ 'locationshowncity' => { 476 => [\'LocationShown','LocationShownCity'] },
+ 'locationshowncountrycode' => { 476 => [\'LocationShown','LocationShownCountryCode'] },
+ 'locationshowncountryname' => { 476 => [\'LocationShown','LocationShownCountryName'] },
+ 'locationshowngpsaltitude' => { 476 => [\'LocationShown','LocationShownGPSAltitude'] },
+ 'locationshowngpslatitude' => { 476 => [\'LocationShown','LocationShownGPSLatitude'] },
+ 'locationshowngpslongitude' => { 476 => [\'LocationShown','LocationShownGPSLongitude'] },
+ 'locationshownidentifier' => { 476 => [\'LocationShown','LocationShownIdentifier'] },
+ 'locationshownlocationid' => { 476 => [\'LocationShown','LocationShownLocationId'] },
+ 'locationshownlocationname' => { 476 => [\'LocationShown','LocationShownLocationName'] },
+ 'locationshownprovincestate' => { 476 => [\'LocationShown','LocationShownProvinceState'] },
+ 'locationshownsublocation' => { 476 => [\'LocationShown','LocationShownSublocation'] },
+ 'locationshownworldregion' => { 476 => [\'LocationShown','LocationShownWorldRegion'] },
+ 'lockmicrophonebutton' => { 82 => 0x709 },
+ 'logcomment' => { 490 => 'logComment' },
+ 'logscale' => { 135 => 0x902 },
+ 'longdescription' => { 359 => 'ldes' },
+ 'longexposurenoisereduction' => { 61 => 0x4, 82 => 0x201, 83 => 0x1, 84 => 0x2, 85 => 0x1, 86 => 0x1, 87 => 0x2, 88 => 0x1, 307 => 0x49, 394 => 0x2b, 395 => 0x25, 396 => 0x25, 407 => 0x2008, 412 => 0x11, 437 => 0x44 },
+ 'longexposurenoisereduction2' => { 56 => 0x8 },
+ 'longexposurenrused' => { 307 => 0xbe },
+ 'longitude' => { 114 => 'Longitude' },
+ 'look' => { 464 => 'Look', 466 => 'Look' },
+ 'lookamount' => { 464 => [\'Look','LookAmount'], 466 => [\'Look','LookAmount'] },
+ 'lookcluster' => { 464 => [\'Look','LookCluster'], 466 => [\'Look','LookCluster'] },
+ 'lookcopyright' => { 464 => [\'Look','LookCopyright'], 466 => [\'Look','LookCopyright'] },
+ 'lookgroup' => { 464 => [\'Look','LookGroup'], 466 => [\'Look','LookGroup'] },
+ 'lookname' => { 464 => 'LookName', 466 => 'LookName' },
+ 'lookparameters' => { 464 => [\'Look','LookParameters'], 466 => [\'Look','LookParameters'] },
+ 'lookparameterscameraprofile' => { 464 => [\'Look','LookParametersCameraProfile'], 466 => [\'Look','LookParametersCameraProfile'] },
+ 'lookparametersclarity2012' => { 464 => [\'Look','LookParametersClarity2012'], 466 => [\'Look','LookParametersClarity2012'] },
+ 'lookparametersconverttograyscale' => { 464 => [\'Look','LookParametersConvertToGrayscale'], 466 => [\'Look','LookParametersConvertToGrayscale'] },
+ 'lookparameterslooktable' => { 464 => [\'Look','LookParametersLookTable'], 466 => [\'Look','LookParametersLookTable'] },
+ 'lookparametersprocessversion' => { 464 => [\'Look','LookParametersProcessVersion'], 466 => [\'Look','LookParametersProcessVersion'] },
+ 'lookparameterstonecurvepv2012' => { 464 => [\'Look','LookParametersToneCurvePV2012'], 466 => [\'Look','LookParametersToneCurvePV2012'] },
+ 'lookparametersversion' => { 464 => [\'Look','LookParametersVersion'], 466 => [\'Look','LookParametersVersion'] },
+ 'looksupportsamount' => { 464 => [\'Look','LookSupportsAmount'], 466 => [\'Look','LookSupportsAmount'] },
+ 'looksupportsmonochrome' => { 464 => [\'Look','LookSupportsMonochrome'], 466 => [\'Look','LookSupportsMonochrome'] },
+ 'looksupportsoutputreferred' => { 464 => [\'Look','LookSupportsOutputReferred'], 466 => [\'Look','LookSupportsOutputReferred'] },
+ 'lookuuid' => { 464 => [\'Look','LookUUID'], 466 => [\'Look','LookUUID'] },
+ 'loop' => { 490 => 'loop' },
+ 'loopstyle' => { 367 => 'LOOP' },
+ 'lowestbiostratigraphiczone' => { 116 => [\'GeologicalContext','GeologicalContextLowestBiostratigraphicZone'] },
+ 'luminanceadjustmentaqua' => { 464 => 'LuminanceAdjustmentAqua', 466 => 'LuminanceAdjustmentAqua' },
+ 'luminanceadjustmentblue' => { 464 => 'LuminanceAdjustmentBlue', 466 => 'LuminanceAdjustmentBlue' },
+ 'luminanceadjustmentgreen' => { 464 => 'LuminanceAdjustmentGreen', 466 => 'LuminanceAdjustmentGreen' },
+ 'luminanceadjustmentmagenta' => { 464 => 'LuminanceAdjustmentMagenta', 466 => 'LuminanceAdjustmentMagenta' },
+ 'luminanceadjustmentorange' => { 464 => 'LuminanceAdjustmentOrange', 466 => 'LuminanceAdjustmentOrange' },
+ 'luminanceadjustmentpurple' => { 464 => 'LuminanceAdjustmentPurple', 466 => 'LuminanceAdjustmentPurple' },
+ 'luminanceadjustmentred' => { 464 => 'LuminanceAdjustmentRed', 466 => 'LuminanceAdjustmentRed' },
+ 'luminanceadjustmentyellow' => { 464 => 'LuminanceAdjustmentYellow', 466 => 'LuminanceAdjustmentYellow' },
+ 'luminancecurvelimits' => { 106 => 0x150 },
+ 'luminancecurvepoints' => { 106 => 0x126 },
+ 'luminancenoisereduction' => { 101 => 0x20600, 107 => 0x5f, 384 => 0x1b },
+ 'luminancenoisereductioncontrast' => { 464 => 'LuminanceNoiseReductionContrast', 466 => 'LuminanceNoiseReductionContrast' },
+ 'luminancenoisereductiondetail' => { 464 => 'LuminanceNoiseReductionDetail', 466 => 'LuminanceNoiseReductionDetail' },
+ 'luminancenr_tiff_jpeg' => { 107 => 0x6d },
+ 'luminancesmoothing' => { 464 => 'LuminanceSmoothing', 466 => 'LuminanceSmoothing' },
+ 'lvshootingareadisplay' => { 82 => [0x40b,0x40c] },
+ 'lyrics' => { 359 => "\xa9lyr", 367 => "\xa9lyr", 490 => 'lyrics' },
+ 'lyricsuri' => { 367 => 'lrcu' },
+ 'm16cversion' => { 302 => 0x333 },
+ 'macatom' => { 465 => 'macAtom' },
+ 'macatomapplicationcode' => { 465 => [\'macAtom','macAtomApplicationCode'] },
+ 'macatominvocationappleevent' => { 465 => [\'macAtom','macAtomInvocationAppleEvent'] },
+ 'macatomposixprojectpath' => { 465 => [\'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, 148 => 0x2b, 289 => 0x202, 373 => 0x21, 383 => 0x202, 407 => 0xb040 },
+ 'macroled' => { 287 => 0x120a },
+ 'macromagnification' => { 7 => 0x1b, 11 => 0x1b, 14 => 0x1b, 15 => 0x1b, 19 => 0x1b, 20 => 0x1b, 56 => 0x10 },
+ 'macromode' => { 34 => 0x1, 177 => 0xb, 284 => 0x300, 307 => 0x1c, 374 => 0x1009 },
+ 'magentahsl' => { 101 => 0x20917 },
+ 'magicfilter' => { 284 => 0x52c },
+ 'magnifiedview' => { 84 => 0x11, 86 => 0x9 },
+ 'mainboardversion' => { 135 => 0x438 },
+ 'maindialexposurecomp' => { 278 => '0.6' },
+ 'mainingredient' => { 482 => 'mainIngredient' },
+ 'majorversion' => { 455 => 'MajorVersion' },
+ 'make' => { 96 => 0x0, 113 => 0x1, 117 => 0x10f, 153 => 'Make', 297 => 'Make', 312 => 0x10f, 361 => 'make', 367 => ['@mak',"\xa9mak"], 479 => 'make', 486 => 'Make' },
+ 'makernote' => { 470 => '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' => { 383 => 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' => { 367 => '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' => { 374 => 0x1 },
+ 'makernoteunknown' => { 115 => 'MakN', 117 => 0x927c },
+ 'makernoteunknownbinary' => { 115 => 'MakN', 117 => 0x927c },
+ 'makernoteunknowntext' => { 115 => 'MakN', 117 => 0x927c },
+ 'makernoteversion' => { 182 => 0x0, 220 => 0x1, 289 => 0x0, 307 => 0x8000, 378 => 0x0, 381 => 0x1, 384 => [0x1d,0x1f], 397 => 0x2000 },
+ 'makerurl' => { 367 => "\xa9mal" },
+ 'managedfrom' => { 491 => 'ManagedFrom' },
+ 'managedfromalternatepaths' => { 491 => [\'ManagedFrom','ManagedFromAlternatePaths'] },
+ 'managedfromdocumentid' => { 491 => [\'ManagedFrom','ManagedFromDocumentID'] },
+ 'managedfromfilepath' => { 491 => [\'ManagedFrom','ManagedFromFilePath'] },
+ 'managedfromfrompart' => { 491 => [\'ManagedFrom','ManagedFromFromPart'] },
+ 'managedfrominstanceid' => { 491 => [\'ManagedFrom','ManagedFromInstanceID'] },
+ 'managedfromlastmodifydate' => { 491 => [\'ManagedFrom','ManagedFromLastModifyDate'] },
+ 'managedfromlasturl' => { 491 => [\'ManagedFrom','ManagedFromLastURL'] },
+ 'managedfromlinkcategory' => { 491 => [\'ManagedFrom','ManagedFromLinkCategory'] },
+ 'managedfromlinkform' => { 491 => [\'ManagedFrom','ManagedFromLinkForm'] },
+ 'managedfrommanager' => { 491 => [\'ManagedFrom','ManagedFromManager'] },
+ 'managedfrommanagervariant' => { 491 => [\'ManagedFrom','ManagedFromManagerVariant'] },
+ 'managedfrommanageto' => { 491 => [\'ManagedFrom','ManagedFromManageTo'] },
+ 'managedfrommanageui' => { 491 => [\'ManagedFrom','ManagedFromManageUI'] },
+ 'managedfrommaskmarkers' => { 491 => [\'ManagedFrom','ManagedFromMaskMarkers'] },
+ 'managedfromoriginaldocumentid' => { 491 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] },
+ 'managedfrompartmapping' => { 491 => [\'ManagedFrom','ManagedFromPartMapping'] },
+ 'managedfromplacedresolutionunit' => { 491 => [\'ManagedFrom','ManagedFromPlacedResolutionUnit'] },
+ 'managedfromplacedxresolution' => { 491 => [\'ManagedFrom','ManagedFromPlacedXResolution'] },
+ 'managedfromplacedyresolution' => { 491 => [\'ManagedFrom','ManagedFromPlacedYResolution'] },
+ 'managedfromrenditionclass' => { 491 => [\'ManagedFrom','ManagedFromRenditionClass'] },
+ 'managedfromrenditionparams' => { 491 => [\'ManagedFrom','ManagedFromRenditionParams'] },
+ 'managedfromtopart' => { 491 => [\'ManagedFrom','ManagedFromToPart'] },
+ 'managedfromversionid' => { 491 => [\'ManagedFrom','ManagedFromVersionID'] },
+ 'manager' => { 491 => 'Manager' },
+ 'managervariant' => { 491 => 'ManagerVariant' },
+ 'manageto' => { 491 => 'ManageTo' },
+ 'manageui' => { 491 => 'ManageUI' },
+ 'manifest' => { 491 => 'Manifest' },
+ 'manifestlinkform' => { 491 => [\'Manifest','ManifestLinkForm'] },
+ 'manifestplacedresolutionunit' => { 491 => [\'Manifest','ManifestPlacedResolutionUnit'] },
+ 'manifestplacedxresolution' => { 491 => [\'Manifest','ManifestPlacedXResolution'] },
+ 'manifestplacedyresolution' => { 491 => [\'Manifest','ManifestPlacedYResolution'] },
+ 'manifestreference' => { 491 => [\'Manifest','ManifestReference'] },
+ 'manifestreferencealternatepaths' => { 491 => [\'Manifest','ManifestReferenceAlternatePaths'] },
+ 'manifestreferencedocumentid' => { 491 => [\'Manifest','ManifestReferenceDocumentID'] },
+ 'manifestreferencefilepath' => { 491 => [\'Manifest','ManifestReferenceFilePath'] },
+ 'manifestreferencefrompart' => { 491 => [\'Manifest','ManifestReferenceFromPart'] },
+ 'manifestreferenceinstanceid' => { 491 => [\'Manifest','ManifestReferenceInstanceID'] },
+ 'manifestreferencelastmodifydate' => { 491 => [\'Manifest','ManifestReferenceLastModifyDate'] },
+ 'manifestreferencelasturl' => { 491 => [\'Manifest','ManifestReferenceLastURL'] },
+ 'manifestreferencelinkcategory' => { 491 => [\'Manifest','ManifestReferenceLinkCategory'] },
+ 'manifestreferencelinkform' => { 491 => [\'Manifest','ManifestReferenceLinkForm'] },
+ 'manifestreferencemanager' => { 491 => [\'Manifest','ManifestReferenceManager'] },
+ 'manifestreferencemanagervariant' => { 491 => [\'Manifest','ManifestReferenceManagerVariant'] },
+ 'manifestreferencemanageto' => { 491 => [\'Manifest','ManifestReferenceManageTo'] },
+ 'manifestreferencemanageui' => { 491 => [\'Manifest','ManifestReferenceManageUI'] },
+ 'manifestreferencemaskmarkers' => { 491 => [\'Manifest','ManifestReferenceMaskMarkers'] },
+ 'manifestreferenceoriginaldocumentid' => { 491 => [\'Manifest','ManifestReferenceOriginalDocumentID'] },
+ 'manifestreferencepartmapping' => { 491 => [\'Manifest','ManifestReferencePartMapping'] },
+ 'manifestreferenceplacedresolutionunit' => { 491 => [\'Manifest','ManifestReferencePlacedResolutionUnit'] },
+ 'manifestreferenceplacedxresolution' => { 491 => [\'Manifest','ManifestReferencePlacedXResolution'] },
+ 'manifestreferenceplacedyresolution' => { 491 => [\'Manifest','ManifestReferencePlacedYResolution'] },
+ 'manifestreferencerenditionclass' => { 491 => [\'Manifest','ManifestReferenceRenditionClass'] },
+ 'manifestreferencerenditionparams' => { 491 => [\'Manifest','ManifestReferenceRenditionParams'] },
+ 'manifestreferencetopart' => { 491 => [\'Manifest','ManifestReferenceToPart'] },
+ 'manifestreferenceversionid' => { 491 => [\'Manifest','ManifestReferenceVersionID'] },
+ 'manometerpressure' => { 284 => 0x900, 307 => 0x86 },
+ 'manometerreading' => { 284 => 0x901 },
+ 'manualafpointselectpattern' => { 82 => 0x513 },
'manualafpointselpattern' => { 2 => 0xf },
- 'manualflash' => { 286 => 0x1209 },
- 'manualflashoutput' => { 34 => 0x29, 268 => '8.2', 271 => '22.2', 272 => '23.1', 273 => '23.2', 275 => '16.2', 276 => '23.2', 277 => '8.2', 278 => '23.2', 281 => '24.2', 373 => 0x100c },
- 'manualflashstrength' => { 283 => 0x406 },
- 'manualfocusdistance' => { 219 => 0x85, 288 => 0x100c, 382 => 0x223 },
- 'manualtv' => { 80 => 0x5, 81 => 0x705 },
- 'manufacturedate' => { 186 => 0x6705, 321 => 0x1 },
- 'manufacturedate1' => { 375 => 0x4 },
- 'manufacturedate2' => { 375 => 0x5 },
- 'manufacturer' => { 448 => 'Manufacturer', 478 => 'manufacturer' },
- 'mariahchromablursize' => { 134 => 0xf0d },
- 'mariahmaphithreshold' => { 134 => 0xf0c },
- 'mariahmaplothreshold' => { 134 => 0xf0b },
- 'mariahsigmathreshold' => { 134 => 0xf0e },
- 'mariahtexturethreshold' => { 134 => 0xf0a },
- 'marked' => { 476 => 'Marked', 493 => 'Marked' },
- 'markers' => { 489 => 'markers' },
- 'markerscomment' => { 489 => [\'markers','markersComment'] },
- 'markerscuepointparams' => { 489 => [\'markers','markersCuePointParams'] },
- 'markerscuepointparamskey' => { 489 => [\'markers','markersCuePointParamsKey'] },
- 'markerscuepointparamsvalue' => { 489 => [\'markers','markersCuePointParamsValue'] },
- 'markerscuepointtype' => { 489 => [\'markers','markersCuePointType'] },
- 'markersduration' => { 489 => [\'markers','markersDuration'] },
- 'markerslocation' => { 489 => [\'markers','markersLocation'] },
- 'markersname' => { 489 => [\'markers','markersName'] },
- 'markersprobability' => { 489 => [\'markers','markersProbability'] },
- 'markersspeaker' => { 489 => [\'markers','markersSpeaker'] },
- 'markersstarttime' => { 489 => [\'markers','markersStartTime'] },
- 'markerstarget' => { 489 => [\'markers','markersTarget'] },
- 'markerstype' => { 489 => [\'markers','markersType'] },
- 'maskedareas' => { 116 => 0xc68e },
- 'masterdocumentid' => { 128 => 0xb9 },
- 'mastergain' => { 227 => 0x50 },
- 'materialsample' => { 115 => 'MaterialSample' },
- 'materialsampleid' => { 115 => [\'MaterialSample','MaterialSampleMaterialSampleID'] },
- 'matrixmetering' => { 267 => '50.1', 269 => '48.1', 270 => '48.1', 279 => '48.1', 280 => '48.1' },
- 'matrixselectk' => { 134 => 0x91b },
- 'matrixselectthreshold' => { 134 => 0x91a },
- 'matrixselectthreshold1' => { 134 => 0x91e },
- 'matrixselectthreshold2' => { 134 => 0x91f },
- 'matrixstructure' => { 365 => 0xa },
- 'maxaperture' => { 34 => 0x1a, 134 => 0x3f9, 140 => 0x6103, 159 => 'MaxAperture', 176 => 0x17, 182 => 0x49c5, 217 => 0x36, 284 => 0x20a, 332 => '14.1' },
- 'maxapertureatmaxfocal' => { 124 => 0x1407, 159 => 'MaxApertureAtMaxFocal', 211 => 0xb, 212 => 0x10, 213 => 0x11, 217 => 0x12, 284 => 0x206 },
- 'maxapertureatminfocal' => { 124 => 0x1406, 211 => 0xa, 212 => 0xf, 213 => 0x10, 217 => 0x11, 284 => 0x205 },
- 'maxaperturevalue' => { 116 => 0x9205, 350 => 0x414, 469 => 'MaxApertureValue' },
- 'maxavailheight' => { 475 => 'MaxAvailHeight' },
- 'maxavailwidth' => { 475 => 'MaxAvailWidth' },
- 'maxcontinuousrelease' => { 266 => 0xb, 267 => 0xc, 269 => '12.1', 270 => '12.1', 275 => 0xc, 276 => 0xb, 279 => '12.1', 280 => '12.1' },
- 'maxfaces' => { 287 => 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, 124 => 0x1405, 159 => 'MaxFocalLength', 211 => 0x9, 212 => 0xe, 213 => 0xf, 217 => 0x10, 284 => 0x208, 418 => 0x127c, 419 => 0x1138, 420 => 0x330, 421 => 0x330, 422 => 0x30e },
- 'maximumdensityrange' => { 130 => 0x8c },
- 'maxpagesize' => { 494 => 'MaxPageSize' },
- 'maxpagesizeh' => { 494 => [\'MaxPageSize','MaxPageSizeH'] },
- 'maxpagesizeunit' => { 494 => [\'MaxPageSize','MaxPageSizeUnit'] },
- 'maxpagesizew' => { 494 => [\'MaxPageSize','MaxPageSizeW'] },
- 'maxpixelvaluethreshold' => { 134 => 0xc7d },
- 'maxsamplevalue' => { 116 => 0x119 },
- 'maxstorage' => { 484 => 'maxstorage' },
- 'mb-d10batteries' => { 266 => '12.6' },
- 'mb-d10batterytype' => { 275 => '13.3' },
- 'mb-d11batterytype' => { 276 => '2.3' },
- 'mb-d12batterytype' => { 279 => '3.2' },
- 'mb-d80batteries' => { 277 => '6.5' },
- 'mb-d80batterytype' => { 281 => '3.2' },
- 'mcuversion' => { 211 => 0xc, 212 => 0x11, 213 => 0x12, 217 => 0x13 },
- 'md5digest' => { 160 => 'zmd5' },
- 'mditemfindercomment' => { 169 => 'MDItemFinderComment' },
- 'mditemfscreationdate' => { 169 => 'MDItemFSCreationDate' },
- 'mditemfslabel' => { 169 => 'MDItemFSLabel' },
- 'mditemusertags' => { 169 => 'MDItemUserTags' },
- 'meal' => { 481 => 'meal' },
- 'measuredev' => { 28 => 0x9, 74 => 0x3, 94 => 0x1814, 152 => 'MeasuredEV' },
- 'measuredev2' => { 13 => 0x8, 28 => 0x8, 74 => 0x17 },
+ 'manualflash' => { 287 => 0x1209 },
+ 'manualflashoutput' => { 34 => 0x29, 269 => '8.2', 272 => '22.2', 273 => '23.1', 274 => '23.2', 276 => '16.2', 277 => '23.2', 278 => '8.2', 279 => '23.2', 282 => '24.2', 374 => 0x100c },
+ 'manualflashstrength' => { 284 => 0x406 },
+ 'manualfocusdistance' => { 220 => 0x85, 289 => 0x100c, 383 => 0x223 },
+ 'manualtv' => { 81 => 0x5, 82 => 0x705 },
+ 'manufacturedate' => { 187 => 0x6705, 322 => 0x1 },
+ 'manufacturedate1' => { 376 => 0x4 },
+ 'manufacturedate2' => { 376 => 0x5 },
+ 'manufacturer' => { 449 => 'Manufacturer', 479 => 'manufacturer' },
+ 'mariahchromablursize' => { 135 => 0xf0d },
+ 'mariahmaphithreshold' => { 135 => 0xf0c },
+ 'mariahmaplothreshold' => { 135 => 0xf0b },
+ 'mariahsigmathreshold' => { 135 => 0xf0e },
+ 'mariahtexturethreshold' => { 135 => 0xf0a },
+ 'marked' => { 477 => 'Marked', 494 => 'Marked' },
+ 'markers' => { 490 => 'markers' },
+ 'markerscomment' => { 490 => [\'markers','markersComment'] },
+ 'markerscuepointparams' => { 490 => [\'markers','markersCuePointParams'] },
+ 'markerscuepointparamskey' => { 490 => [\'markers','markersCuePointParamsKey'] },
+ 'markerscuepointparamsvalue' => { 490 => [\'markers','markersCuePointParamsValue'] },
+ 'markerscuepointtype' => { 490 => [\'markers','markersCuePointType'] },
+ 'markersduration' => { 490 => [\'markers','markersDuration'] },
+ 'markerslocation' => { 490 => [\'markers','markersLocation'] },
+ 'markersname' => { 490 => [\'markers','markersName'] },
+ 'markersprobability' => { 490 => [\'markers','markersProbability'] },
+ 'markersspeaker' => { 490 => [\'markers','markersSpeaker'] },
+ 'markersstarttime' => { 490 => [\'markers','markersStartTime'] },
+ 'markerstarget' => { 490 => [\'markers','markersTarget'] },
+ 'markerstype' => { 490 => [\'markers','markersType'] },
+ 'maskedareas' => { 117 => 0xc68e },
+ 'masterdocumentid' => { 129 => 0xb9 },
+ 'mastergain' => { 228 => 0x50 },
+ 'materialsample' => { 116 => 'MaterialSample' },
+ 'materialsampleid' => { 116 => [\'MaterialSample','MaterialSampleMaterialSampleID'] },
+ 'matrixmetering' => { 268 => '50.1', 270 => '48.1', 271 => '48.1', 280 => '48.1', 281 => '48.1' },
+ 'matrixselectk' => { 135 => 0x91b },
+ 'matrixselectthreshold' => { 135 => 0x91a },
+ 'matrixselectthreshold1' => { 135 => 0x91e },
+ 'matrixselectthreshold2' => { 135 => 0x91f },
+ 'matrixstructure' => { 366 => 0xa },
+ 'maxaperture' => { 34 => 0x1a, 135 => 0x3f9, 141 => 0x6103, 160 => 'MaxAperture', 177 => 0x17, 183 => 0x49c5, 218 => 0x36, 285 => 0x20a, 333 => '14.1' },
+ 'maxapertureatmaxfocal' => { 125 => 0x1407, 160 => 'MaxApertureAtMaxFocal', 212 => 0xb, 213 => 0x10, 214 => 0x11, 218 => 0x12, 285 => 0x206 },
+ 'maxapertureatminfocal' => { 125 => 0x1406, 212 => 0xa, 213 => 0xf, 214 => 0x10, 218 => 0x11, 285 => 0x205 },
+ 'maxaperturevalue' => { 117 => 0x9205, 351 => 0x414, 470 => 'MaxApertureValue' },
+ 'maxavailheight' => { 476 => 'MaxAvailHeight' },
+ 'maxavailwidth' => { 476 => 'MaxAvailWidth' },
+ 'maxcontinuousrelease' => { 267 => 0xb, 268 => 0xc, 270 => '12.1', 271 => '12.1', 276 => 0xc, 277 => 0xb, 280 => '12.1', 281 => '12.1' },
+ 'maxfaces' => { 288 => 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, 160 => 'MaxFocalLength', 212 => 0x9, 213 => 0xe, 214 => 0xf, 218 => 0x10, 285 => 0x208, 419 => 0x127c, 420 => 0x1138, 421 => 0x330, 422 => 0x330, 423 => 0x30e },
+ 'maximumdensityrange' => { 131 => 0x8c },
+ 'maxpagesize' => { 495 => 'MaxPageSize' },
+ 'maxpagesizeh' => { 495 => [\'MaxPageSize','MaxPageSizeH'] },
+ 'maxpagesizeunit' => { 495 => [\'MaxPageSize','MaxPageSizeUnit'] },
+ 'maxpagesizew' => { 495 => [\'MaxPageSize','MaxPageSizeW'] },
+ 'maxpixelvaluethreshold' => { 135 => 0xc7d },
+ 'maxsamplevalue' => { 117 => 0x119 },
+ 'maxstorage' => { 485 => 'maxstorage' },
+ 'mb-d10batteries' => { 267 => '12.6' },
+ 'mb-d10batterytype' => { 276 => '13.3' },
+ 'mb-d11batterytype' => { 277 => '2.3' },
+ 'mb-d12batterytype' => { 280 => '3.2' },
+ 'mb-d80batteries' => { 278 => '6.5' },
+ 'mb-d80batterytype' => { 282 => '3.2' },
+ 'mcuversion' => { 212 => 0xc, 213 => 0x11, 214 => 0x12, 218 => 0x13 },
+ 'md5digest' => { 161 => 'zmd5' },
+ 'mditemfindercomment' => { 170 => 'MDItemFinderComment' },
+ 'mditemfscreationdate' => { 170 => 'MDItemFSCreationDate' },
+ 'mditemfslabel' => { 170 => 'MDItemFSLabel' },
+ 'mditemusertags' => { 170 => 'MDItemUserTags' },
+ 'meal' => { 482 => 'meal' },
+ 'measuredev' => { 28 => 0x9, 75 => 0x3, 95 => 0x1814, 153 => 'MeasuredEV' },
+ 'measuredev2' => { 13 => 0x8, 28 => 0x8, 75 => 0x17 },
'measuredev3' => { 13 => 0x9 },
- 'measuredlv' => { 182 => 0x690, 301 => 0x312, 304 => 0x312, 305 => 0x312, 308 => 0x3407 },
- 'measuredrggb' => { 62 => 0x1 },
- 'measuredrggbdata' => { 42 => 0x287 },
- 'measurementaccuracy' => { 115 => [\'MeasurementOrFact','MeasurementOrFactMeasurementAccuracy'] },
- 'measurementdeterminedby' => { 115 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedBy'] },
- 'measurementdetermineddate' => { 115 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedDate'] },
- 'measurementid' => { 115 => [\'MeasurementOrFact','MeasurementOrFactMeasurementID'] },
- 'measurementmethod' => { 115 => [\'MeasurementOrFact','MeasurementOrFactMeasurementMethod'] },
- 'measurementorfact' => { 115 => 'MeasurementOrFact' },
- 'measurementremarks' => { 115 => [\'MeasurementOrFact','MeasurementOrFactMeasurementRemarks'] },
- 'measurementtype' => { 115 => [\'MeasurementOrFact','MeasurementOrFactMeasurementType'] },
- 'measurementunit' => { 115 => [\'MeasurementOrFact','MeasurementOrFactMeasurementUnit'] },
- 'measurementvalue' => { 115 => [\'MeasurementOrFact','MeasurementOrFactMeasurementValue'] },
- 'measuretype' => { 448 => 'MeasureType' },
- 'mechanicalshuttercount' => { 219 => 0x37 },
- 'mediaconstraints' => { 293 => 'MediaConstraints' },
- 'mediacreatedate' => { 362 => 0x1 },
- 'mediaeventiddate' => { 453 => 'MediaEventIdDate' },
- 'mediamodifydate' => { 362 => 0x2 },
- 'mediasummarycode' => { 293 => 'MediaSummaryCode' },
- 'mediatype' => { 358 => 'stik' },
- 'memoaudioquality' => { 81 => 0x812 },
- 'memorycardconfiguration' => { 399 => 0x16 },
- 'memorycardnumber' => { 202 => 0x2 },
- 'menubuttondisplayposition' => { 79 => 0xb, 82 => 0xa, 83 => 0xb, 86 => 0xb },
- 'menubuttonreturn' => { 87 => 0xb },
- 'menumonitorofftime' => { 266 => '26.1', 267 => '22.1', 269 => '22.1', 270 => '22.1', 274 => '21.1', 275 => '8.2', 276 => '21.1', 279 => '22.1', 280 => '22.1', 281 => '22.1' },
- 'metadatadate' => { 487 => 'MetadataDate' },
- 'metadatamoddate' => { 489 => 'metadataModDate' },
- 'metaversion' => { 413 => 0x34 },
- 'meterinfo1row1' => { 407 => 0x0, 408 => 0x0 },
- 'meterinfo1row2' => { 407 => 0x6c, 408 => 0x5a },
- 'meterinfo1row3' => { 407 => 0xd8, 408 => 0xb4 },
- 'meterinfo1row4' => { 407 => 0x144, 408 => 0x10e },
- 'meterinfo1row5' => { 407 => 0x1b0, 408 => 0x168 },
- 'meterinfo1row6' => { 407 => 0x21c, 408 => 0x1c2 },
- 'meterinfo1row7' => { 407 => 0x288, 408 => 0x21c },
- 'meterinfo2row1' => { 407 => 0x2f4, 408 => 0x276 },
- 'meterinfo2row2' => { 407 => 0x378, 408 => 0x2e4 },
- 'meterinfo2row3' => { 407 => 0x3fc, 408 => 0x352 },
- 'meterinfo2row4' => { 407 => 0x480, 408 => 0x3c0 },
- 'meterinfo2row5' => { 407 => 0x504, 408 => 0x42e },
- 'meterinfo2row6' => { 407 => 0x588, 408 => 0x49c },
- 'meterinfo2row7' => { 407 => 0x60c, 408 => 0x50a },
- 'meterinfo2row8' => { 407 => 0x690, 408 => 0x578 },
- 'meterinfo2row9' => { 407 => 0x714, 408 => 0x5e6 },
- 'metering' => { 268 => '6.1' },
- 'meteringmode' => { 34 => 0x11, 116 => 0x9207, 136 => 0x1c, 176 => 0x7, 177 => 0x25, 179 => 0x12, 283 => 0x202, 341 => 0x17, 383 => 0x9, 393 => 0x15, 394 => 0x13, 395 => 0x7, 411 => 0x3, 414 => 0x1174, 415 => 0x1178, 416 => 0x1154, 417 => 0x11d0, 418 => 0x11ac, 419 => 0x1064, 420 => 0x25c, 421 => 0x25c, 422 => 0x24b, 469 => 'MeteringMode' },
- 'meteringmode2' => { 322 => '2.1', 406 => 0x202c },
- 'meteringmode3' => { 322 => '16.1' },
- 'meteringoffscaleindicator' => { 179 => 0x53 },
- 'meteringtime' => { 266 => '22.2', 268 => '3.2', 271 => '17.1', 272 => '18.1', 275 => '7.3', 276 => '18.1', 277 => '3.2', 281 => '19.1' },
- 'micro1version' => { 368 => 0x1f },
- 'micro2version' => { 368 => 0x2d },
- 'midrangesharpness' => { 223 => 0x3b },
- 'mieversion' => { 160 => '0Vers' },
- 'mime' => { 448 => 'Mime' },
- 'minaperture' => { 34 => 0x1b, 134 => 0x3f8, 159 => 'MinAperture', 332 => '0.2' },
- 'minaperturevalue' => { 350 => 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, 124 => 0x1404, 159 => 'MinFocalLength', 211 => 0x8, 212 => 0xd, 213 => 0xe, 217 => 0xf, 284 => 0x207, 418 => 0x127a, 419 => 0x1136, 420 => 0x32e, 421 => 0x32e, 422 => 0x30c },
- 'minfocusdistance' => { 332 => 0x3 },
- 'minintegrationrows' => { 134 => 0x1874 },
- 'minoltadate' => { 176 => 0x15 },
- 'minoltaimagesize' => { 176 => 0x4, 177 => 0xc, 178 => 0x2, 181 => 0x103 },
- 'minoltamodelid' => { 176 => 0x25 },
- 'minoltaquality' => { 176 => 0x5, 177 => 0xd, 178 => 0x3, 181 => [0x102,0x103] },
- 'minoltatime' => { 176 => 0x16 },
- 'minormodelagedisclosure' => { 293 => 'MinorModelAgeDisclosure' },
- 'minorversion' => { 454 => 'MinorVersion' },
- 'minsamplevalue' => { 116 => 0x118 },
- 'mirrorlockup' => { 79 => 0xc, 80 => 0xc, 81 => 0x60f, 82 => 0xb, 83 => 0xc, 84 => 0x6, 85 => 0x6, 86 => 0xc, 87 => 0x3 },
- 'mobilecountrycode' => { 462 => 'mcc' },
- 'mobilenetworkcode' => { 462 => 'mnc' },
- 'moddate' => { 296 => 'modify-date', 476 => 'ModDate' },
- 'modedialposition' => { 399 => 0x14 },
- 'model' => { 95 => 0x6, 116 => 0x110, 152 => 'Model', 296 => 'Model', 311 => 0x110, 341 => 0x23f, 360 => 'model', 366 => ['@mod','CNMN','cmnm',"\xa9mdl","\xa9mod"], 383 => 0x84, 448 => 'Model', 478 => 'model', 485 => 'Model' },
- 'modelage' => { 475 => 'ModelAge' },
- 'modelid' => { 282 => 0x0 },
- 'modelingflash' => { 266 => '21.4', 267 => '31.1', 269 => '31.1', 270 => '31.1', 275 => '26.4', 276 => '30.2', 277 => '7.4', 278 => '30.1', 279 => '31.1', 280 => '31.1', 281 => '31.3' },
- 'modelreleaseid' => { 293 => 'ModelReleaseID' },
- 'modelreleasestatus' => { 293 => 'ModelReleaseStatus' },
- 'modelreleaseyear' => { 427 => 0x52, 428 => 0x46, 429 => 0x53 },
- 'modeltiepoint' => { 116 => 0x8482 },
- 'modeltransform' => { 116 => 0x85d8 },
- 'modelyear' => { 478 => 'modelYear' },
- 'modificationdate' => { 479 => 'modificationDate' },
- 'modifiedcolortemp' => { 63 => 0x9 },
- 'modifieddigitalgain' => { 63 => 0xb },
- 'modifiedparamflag' => { 56 => 0x1 },
- 'modifiedpicturestyle' => { 63 => 0xa },
- 'modifiedsaturation' => { 283 => 0x504 },
- 'modifiedsensorbluelevel' => { 63 => 0x5 },
- 'modifiedsensorredlevel' => { 63 => 0x4 },
- 'modifiedsharpness' => { 63 => 0x2 },
- 'modifiedsharpnessfreq' => { 63 => 0x3 },
- 'modifiedtonecurve' => { 63 => 0x1 },
- 'modifiedwhitebalance' => { 63 => 0x8 },
- 'modifiedwhitebalanceblue' => { 63 => 0x7 },
- 'modifiedwhitebalancered' => { 63 => 0x6 },
- 'modifydate' => { 116 => 0x132, 153 => 'ModifyDate', 292 => 'ModDate', 294 => 'tIME', 357 => 'ModDate', 363 => 0x2, 487 => 'ModifyDate' },
- 'moirefilter' => { 116 => 0xfe58, 463 => 'MoireFilter', 465 => 'MoireFilter' },
- 'monitordisplayoff' => { 179 => 0x4c },
- 'monitormatrix' => { 134 => 0x8fc },
- 'monitorofftime' => { 266 => '18.2', 268 => '3.1', 277 => '3.1' },
- 'monochromecolor' => { 283 => 0x53b },
- 'monochromecontrast' => { 106 => 0x3c },
- 'monochromefiltereffect' => { 100 => 0x20307, 106 => 0x3a, 306 => 0xac, 341 => 0x73 },
- 'monochromegraineffect' => { 306 => 0xd2 },
- 'monochromelinear' => { 106 => 0x3d },
- 'monochromeoutputhighlightpoint' => { 106 => 0x41 },
- 'monochromeoutputshadowpoint' => { 106 => 0x42 },
- 'monochromeprofilesettings' => { 283 => 0x537 },
- 'monochromerawhighlight' => { 106 => 0x7a },
- 'monochromerawhighlightpoint' => { 106 => 0x3f },
- 'monochromerawshadow' => { 106 => 0x83 },
- 'monochromerawshadowpoint' => { 106 => 0x40 },
- 'monochromesharpness' => { 106 => 0x3e },
- 'monochrometoning' => { 341 => 0x74 },
- 'monochrometoningeffect' => { 100 => 0x20306, 106 => 0x3b },
- 'monochromeunsharpmaskfineness' => { 106 => 0xb2 },
- 'monochromeunsharpmaskstrength' => { 106 => 0xb0 },
- 'monochromeunsharpmaskthreshold' => { 106 => 0xb4 },
- 'monochromevignetting' => { 283 => 0x53a },
- 'monthdaycreated' => { 136 => 0x12, 145 => 0xe },
- 'moonphase' => { 367 => 0x12, 368 => 0x43, 369 => 0x4c },
- 'morepermissions' => { 461 => 'morePermissions' },
- 'motionsensitivity' => { 367 => 0x29, 369 => 0x60 },
- 'movementcount' => { 358 => "\xa9mvc" },
- 'movementname' => { 358 => "\xa9mvn" },
- 'movementnumber' => { 358 => "\xa9mvi" },
- 'movieaelockbuttonassignment' => { 279 => '40.1' },
- 'moviefunc1button' => { 269 => '41.1', 270 => '41.1', 280 => '41.1' },
- 'moviefunctionbutton' => { 267 => '41.1', 279 => '41.1' },
- 'moviefunctionbuttonplusdials' => { 267 => '52.1' },
- 'moviepreviewbutton' => { 267 => '41.2', 269 => '41.2', 270 => '41.2', 279 => '41.2', 280 => '41.2' },
- 'moviepreviewbuttonplusdials' => { 267 => '52.2' },
- 'movieshutterbutton' => { 267 => '38.3', 269 => '38.3', 270 => '38.3', 279 => '38.3', 280 => '38.3' },
- 'moviesubselectorassignment' => { 267 => '48.2' },
- 'moviesubselectorassignmentplusdials' => { 267 => '53.1' },
- 'multiburstimageheight' => { 406 => 0x1002 },
- 'multiburstimagewidth' => { 406 => 0x1001 },
- 'multiburstmode' => { 406 => 0x1000 },
- 'multicontrollerwhilemetering' => { 81 => 0x517 },
- 'multiexposure' => { 65 => 0x1, 306 => 0xb4 },
- 'multiexposureautogain' => { 220 => 0x3 },
- 'multiexposurecontrol' => { 65 => 0x2 },
- 'multiexposuremode' => { 220 => 0x1 },
- 'multiexposureshots' => { 65 => 0x3, 220 => 0x2 },
- 'multiframenoisereduction' => { 395 => 0x35, 406 => 0x200b, 411 => 0x15 },
- 'multiframenreffect' => { 406 => 0x2023 },
- 'multifunctionlock' => { 81 => 0x70f },
- 'multipleexposuremode' => { 287 => 0x101c },
- 'multipleexposureset' => { 322 => '10.1' },
- 'multisample' => { 227 => 0x40 },
- 'multiselector' => { 266 => '9.4', 267 => '10.3', 269 => '10.3', 270 => '10.3', 275 => '27.4', 279 => '10.3', 280 => '10.3' },
- 'multiselectorliveview' => { 266 => '4.3', 269 => '37.1', 270 => '37.1', 279 => '37.1', 280 => '37.1' },
- 'multiselectorliveviewmode' => { 237 => 0x18c2 },
- 'multiselectorplaybackmode' => { 266 => ['13.5','9.2'], 267 => '10.2', 270 => '10.2', 275 => '27.2', 279 => '10.2', 280 => '10.2' },
- 'multiselectorshootmode' => { 266 => '9.1', 267 => '10.1', 269 => '10.1', 270 => '10.1', 275 => '27.1', 279 => '10.1', 280 => '10.1' },
- 'multishot' => { 311 => 0x121 },
- 'mute' => { 360 => 'player.movie.audio.mute' },
- 'mycolormode' => { 66 => 0x2 },
- 'name' => { 366 => 'name', 463 => 'Name', 465 => 'Name' },
- 'narrator' => { 358 => "\xa9nrt" },
- 'nationalcatalognumber' => { 479 => 'nationalCatalogNumber' },
- 'nativedigest' => { 469 => 'NativeDigest', 485 => 'NativeDigest' },
- 'ndfilter' => { 74 => 0x1c, 283 => 0x204, 373 => 0x1019 },
- 'near' => { 448 => 'Near' },
- 'nefbitdepth' => { 219 => 0xe22 },
- 'nefcompression' => { 219 => 0x93 },
- 'neflinearizationtable' => { 219 => 0x96 },
- 'negativecachelargepreviewsize' => { 463 => 'NegativeCacheLargePreviewSize', 465 => 'NegativeCacheLargePreviewSize' },
- 'negativecachemaximumsize' => { 463 => 'NegativeCacheMaximumSize', 465 => 'NegativeCacheMaximumSize' },
- 'negativecachepath' => { 463 => 'NegativeCachePath', 465 => 'NegativeCachePath' },
- 'neutraldensityfilter' => { 341 => 0x88 },
- 'neutraloutputhighlightpoint' => { 106 => 0x2f },
- 'neutraloutputshadowpoint' => { 106 => 0x30 },
- 'neutralrawcolortone' => { 106 => 0x28 },
- 'neutralrawcontrast' => { 106 => 0x2a },
- 'neutralrawhighlight' => { 106 => 0x78 },
- 'neutralrawhighlightpoint' => { 106 => 0x2d },
- 'neutralrawlinear' => { 106 => 0x2b },
- 'neutralrawsaturation' => { 106 => 0x29 },
- 'neutralrawshadow' => { 106 => 0x81 },
- 'neutralrawshadowpoint' => { 106 => 0x2e },
- 'neutralrawsharpness' => { 106 => 0x2c },
- 'neutralunsharpmaskfineness' => { 106 => 0xa6 },
- 'neutralunsharpmaskthreshold' => { 106 => 0xa8 },
- 'neutraunsharpmaskstrength' => { 106 => 0xa4 },
- 'newrawimagedigest' => { 116 => 0xc7a7 },
- 'newsphotoversion' => { 130 => 0x0 },
- 'nickname' => { 487 => 'Nickname' },
- 'nikoncapturedata' => { 219 => 0xe01 },
- 'nikoncaptureeditversions' => { 219 => 0xe13 },
- 'nikoncaptureoffsets' => { 219 => 0xe0e },
- 'nikoncaptureoutput' => { 219 => 0xe1e },
- 'nikoncaptureversion' => { 219 => 0xe09 },
- 'nikoniccprofile' => { 219 => 0xe1d },
- 'nikonimagesize' => { 234 => '723.1', 235 => '732.1', 244 => 0x2c4 },
- 'nikonmeteringmode' => { 238 => 0x2ea4, 246 => 0x175e },
- 'noisefilter' => { 283 => 0x527 },
- 'noiseprofile' => { 116 => 0xc761 },
- 'noisereduction' => { 124 => [0x100b,0x100e], 177 => 0xb0, 178 => 0x60, 179 => 0x3f, 219 => 0x95, 259 => 0x753dcbc0, 260 => 0x17, 283 => 0x50a, 288 => 0x103a, 306 => 0x2d, 341 => 0x49, 373 => 0x100f, 375 => 0x2a },
- 'noisereduction2' => { 287 => 0x1010 },
- 'noisereductionapplied' => { 116 => 0xc6f7 },
- 'noisereductionintensity' => { 260 => 0x9 },
- 'noisereductionmethod' => { 260 => 0x11 },
- 'noisereductionmode' => { 440 => 0x801e },
- 'noisereductionparametersatcapture' => { 134 => 0xe73 },
- 'noisereductionparameterscamera' => { 134 => 0xe72 },
- 'noisereductionparametershost3mp' => { 134 => 0xe71 },
- 'noisereductionparametershost6mp' => { 134 => 0xe70 },
- 'noisereductionparametershostrgb' => { 134 => 0xe6f },
- 'noisereductionparameterskhufu3mp' => { 134 => 0xe65 },
- 'noisereductionparameterskhufu6mp' => { 134 => 0xe64 },
- 'noisereductionparameterskhufurgb' => { 134 => 0xe63 },
- 'noisereductionparams' => { 311 => 0x1b },
- 'noisereductionsharpness' => { 260 => 0xd },
- 'noisereductionstrength' => { 306 => 0xd6 },
- 'noisereductionvalue' => { 440 => 0x8027 },
- 'nomemorycard' => { 266 => '22.1', 267 => '4.2', 268 => '0.3', 271 => '2.4', 272 => '3.2', 273 => '3.2', 275 => '33.7', 276 => '3.2', 277 => '0.3', 279 => '4.2', 281 => '4.5' },
- 'nominalmaxaperture' => { 332 => 0xa },
- 'nominalminaperture' => { 332 => '10.1' },
- 'normallinetime' => { 134 => 0x186a },
- 'normalwhitelevel' => { 43 => [0x2b8,0x2cf,0x2d3], 44 => 0x569, 45 => 0x1e3, 46 => [0x1fc,0x2dc], 47 => [0x230,0x30e], 48 => 0x31c },
- 'notes' => { 441 => 'Notes', 458 => 'notes' },
- 'npages' => { 494 => 'NPages' },
- 'nullrecord' => { 94 => 0x0 },
- 'numafpoints' => { 318 => 0x2 },
- 'number' => { 479 => 'number' },
- 'numberofbeats' => { 489 => 'numberOfBeats' },
- 'numberoffocuspoints' => { 269 => '1.3', 270 => '1.3', 273 => '0.2', 274 => '0.3', 276 => '0.3' },
- 'numfaceelements' => { 124 => 0x4200 },
- 'numfacepositions' => { 298 => 0x0 },
- 'numindexentries' => { 130 => 0x54 },
- 'numwbentries' => { 312 => 0x0, 313 => 0x0 },
- 'object' => { 479 => 'object' },
- 'objectattributereference' => { 128 => 0x4 },
- 'objectcycle' => { 128 => 0x4b, 458 => 'ObjectCycle' },
- 'objectdescription' => { 478 => 'objectDescription' },
- 'objectdistance' => { 109 => 0x6, 110 => 0x2022 },
- 'objectname' => { 128 => 0x5 },
- 'objectpreviewdata' => { 128 => 0xca },
- 'objectpreviewfileformat' => { 128 => 0xc8 },
- 'objectpreviewfileversion' => { 128 => 0xc9 },
- 'objectsubtype' => { 478 => 'objectSubtype' },
- 'objecttype' => { 478 => 'objectType' },
- 'objecttypereference' => { 128 => 0x3 },
- 'occurrence' => { 115 => 'Occurrence' },
- 'occurrenceassociatedmedia' => { 115 => [\'Occurrence','OccurrenceAssociatedMedia'] },
- 'occurrenceassociatedoccurrences' => { 115 => [\'Occurrence','OccurrenceAssociatedOccurrences'] },
- 'occurrenceassociatedreferences' => { 115 => [\'Occurrence','OccurrenceAssociatedReferences'] },
- 'occurrenceassociatedsequences' => { 115 => [\'Occurrence','OccurrenceAssociatedSequences'] },
- 'occurrenceassociatedtaxa' => { 115 => [\'Occurrence','OccurrenceAssociatedTaxa'] },
- 'occurrencebehavior' => { 115 => [\'Occurrence','OccurrenceBehavior'] },
- 'occurrencecatalognumber' => { 115 => [\'Occurrence','OccurrenceCatalogNumber'] },
- 'occurrencedetails' => { 115 => [\'Occurrence','OccurrenceOccurrenceDetails'] },
- 'occurrencedisposition' => { 115 => [\'Occurrence','OccurrenceDisposition'] },
- 'occurrenceestablishmentmeans' => { 115 => [\'Occurrence','OccurrenceEstablishmentMeans'] },
- 'occurrenceid' => { 115 => [\'Occurrence','OccurrenceOccurrenceID'] },
- 'occurrenceindividualcount' => { 115 => [\'Occurrence','OccurrenceIndividualCount'] },
- 'occurrenceindividualid' => { 115 => [\'Occurrence','OccurrenceIndividualID'] },
- 'occurrencelifestage' => { 115 => [\'Occurrence','OccurrenceLifeStage'] },
- 'occurrenceorganismquantity' => { 115 => [\'Occurrence','OccurrenceOrganismQuantity'] },
- 'occurrenceorganismquantitytype' => { 115 => [\'Occurrence','OccurrenceOrganismQuantityType'] },
- 'occurrenceothercatalognumbers' => { 115 => [\'Occurrence','OccurrenceOtherCatalogNumbers'] },
- 'occurrencepreparations' => { 115 => [\'Occurrence','OccurrencePreparations'] },
- 'occurrencepreviousidentifications' => { 115 => [\'Occurrence','OccurrencePreviousIdentifications'] },
- 'occurrencerecordedby' => { 115 => [\'Occurrence','OccurrenceRecordedBy'] },
- 'occurrencerecordnumber' => { 115 => [\'Occurrence','OccurrenceRecordNumber'] },
- 'occurrenceremarks' => { 115 => [\'Occurrence','OccurrenceOccurrenceRemarks'] },
- 'occurrencereproductivecondition' => { 115 => [\'Occurrence','OccurrenceReproductiveCondition'] },
- 'occurrencesex' => { 115 => [\'Occurrence','OccurrenceSex'] },
- 'occurrencestatus' => { 115 => [\'Occurrence','OccurrenceOccurrenceStatus'] },
- 'oecfcolumns' => { 469 => [\'OECF','OECFColumns'] },
- 'oecfnames' => { 469 => [\'OECF','OECFNames'] },
- 'oecfrows' => { 469 => [\'OECF','OECFRows'] },
- 'oecfvalues' => { 469 => [\'OECF','OECFValues'] },
- 'offsaledate' => { 479 => 'offSaleDate' },
- 'offsaledatea-platform' => { 479 => [\'offSaleDate','offSaleDateA-platform'] },
- 'offsaledatedate' => { 479 => [\'offSaleDate','offSaleDateDate'] },
- 'offsetdacvalue' => { 134 => 0x190a },
- 'offsetschema' => { 116 => 0xea1d },
- 'offsettime' => { 116 => 0x9010 },
- 'offsettimedigitized' => { 116 => 0x9012 },
- 'offsettimeoriginal' => { 116 => 0x9011 },
- 'okbutton' => { 276 => '15.1', 281 => '16.1' },
- 'oldsubfiletype' => { 116 => 0xff },
- 'olympusimageheight' => { 288 => 0x102f },
- 'olympusimagewidth' => { 288 => 0x102e },
- 'omenatcapturestrength' => { 134 => 0xa60 },
- 'omenautostrength' => { 134 => 0xa5f },
- 'omenearlystrength' => { 134 => 0xa5e },
- 'omenfocallengthlimit' => { 134 => 0xa62 },
- 'omeninitialipfstrength' => { 134 => 0xa5d },
- 'omensurfaceindex' => { 134 => 0xa64 },
+ 'measuredlv' => { 183 => 0x690, 302 => 0x312, 305 => 0x312, 306 => 0x312, 309 => 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' => { 449 => 'MeasureType' },
+ 'mechanicalshuttercount' => { 220 => 0x37 },
+ 'mediaconstraints' => { 294 => 'MediaConstraints' },
+ 'mediacreatedate' => { 363 => 0x1 },
+ 'mediaeventiddate' => { 454 => 'MediaEventIdDate' },
+ 'mediamodifydate' => { 363 => 0x2 },
+ 'mediasummarycode' => { 294 => 'MediaSummaryCode' },
+ 'mediatype' => { 359 => 'stik' },
+ 'memoaudioquality' => { 82 => 0x812 },
+ 'memorycardconfiguration' => { 400 => 0x16 },
+ 'memorycardnumber' => { 203 => 0x2 },
+ 'menubuttondisplayposition' => { 80 => 0xb, 83 => 0xa, 84 => 0xb, 87 => 0xb },
+ 'menubuttonreturn' => { 88 => 0xb },
+ 'menumonitorofftime' => { 267 => '26.1', 268 => '22.1', 270 => '22.1', 271 => '22.1', 275 => '21.1', 276 => '8.2', 277 => '21.1', 280 => '22.1', 281 => '22.1', 282 => '22.1' },
+ 'metadatadate' => { 488 => 'MetadataDate' },
+ 'metadatamoddate' => { 490 => 'metadataModDate' },
+ 'metaversion' => { 414 => 0x34 },
+ 'meterinfo1row1' => { 408 => 0x0, 409 => 0x0 },
+ 'meterinfo1row2' => { 408 => 0x6c, 409 => 0x5a },
+ 'meterinfo1row3' => { 408 => 0xd8, 409 => 0xb4 },
+ 'meterinfo1row4' => { 408 => 0x144, 409 => 0x10e },
+ 'meterinfo1row5' => { 408 => 0x1b0, 409 => 0x168 },
+ 'meterinfo1row6' => { 408 => 0x21c, 409 => 0x1c2 },
+ 'meterinfo1row7' => { 408 => 0x288, 409 => 0x21c },
+ 'meterinfo2row1' => { 408 => 0x2f4, 409 => 0x276 },
+ 'meterinfo2row2' => { 408 => 0x378, 409 => 0x2e4 },
+ 'meterinfo2row3' => { 408 => 0x3fc, 409 => 0x352 },
+ 'meterinfo2row4' => { 408 => 0x480, 409 => 0x3c0 },
+ 'meterinfo2row5' => { 408 => 0x504, 409 => 0x42e },
+ 'meterinfo2row6' => { 408 => 0x588, 409 => 0x49c },
+ 'meterinfo2row7' => { 408 => 0x60c, 409 => 0x50a },
+ 'meterinfo2row8' => { 408 => 0x690, 409 => 0x578 },
+ 'meterinfo2row9' => { 408 => 0x714, 409 => 0x5e6 },
+ 'metering' => { 269 => '6.1' },
+ 'meteringmode' => { 34 => 0x11, 117 => 0x9207, 137 => 0x1c, 177 => 0x7, 178 => 0x25, 180 => 0x12, 284 => 0x202, 342 => 0x17, 384 => 0x9, 394 => 0x15, 395 => 0x13, 396 => 0x7, 412 => 0x3, 415 => 0x1174, 416 => 0x1178, 417 => 0x1154, 418 => 0x11d0, 419 => 0x11ac, 420 => 0x1064, 421 => 0x25c, 422 => 0x25c, 423 => 0x24b, 470 => 'MeteringMode' },
+ 'meteringmode2' => { 323 => '2.1', 407 => 0x202c },
+ 'meteringmode3' => { 323 => '16.1' },
+ 'meteringoffscaleindicator' => { 180 => 0x53 },
+ 'meteringtime' => { 267 => '22.2', 269 => '3.2', 272 => '17.1', 273 => '18.1', 276 => '7.3', 277 => '18.1', 278 => '3.2', 282 => '19.1' },
+ 'micro1version' => { 369 => 0x1f },
+ 'micro2version' => { 369 => 0x2d },
+ 'midrangesharpness' => { 224 => 0x3b },
+ 'mieversion' => { 161 => '0Vers' },
+ 'mime' => { 449 => 'Mime' },
+ 'minaperture' => { 34 => 0x1b, 135 => 0x3f8, 160 => 'MinAperture', 333 => '0.2' },
+ 'minaperturevalue' => { 351 => 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, 160 => 'MinFocalLength', 212 => 0x8, 213 => 0xd, 214 => 0xe, 218 => 0xf, 285 => 0x207, 419 => 0x127a, 420 => 0x1136, 421 => 0x32e, 422 => 0x32e, 423 => 0x30c },
+ 'minfocusdistance' => { 333 => 0x3 },
+ 'minintegrationrows' => { 135 => 0x1874 },
+ 'minoltadate' => { 177 => 0x15 },
+ 'minoltaimagesize' => { 177 => 0x4, 178 => 0xc, 179 => 0x2, 182 => 0x103 },
+ 'minoltamodelid' => { 177 => 0x25 },
+ 'minoltaquality' => { 177 => 0x5, 178 => 0xd, 179 => 0x3, 182 => [0x102,0x103] },
+ 'minoltatime' => { 177 => 0x16 },
+ 'minormodelagedisclosure' => { 294 => 'MinorModelAgeDisclosure' },
+ 'minorversion' => { 455 => 'MinorVersion' },
+ 'minsamplevalue' => { 117 => 0x118 },
+ 'mirrorlockup' => { 80 => 0xc, 81 => 0xc, 82 => 0x60f, 83 => 0xb, 84 => 0xc, 85 => 0x6, 86 => 0x6, 87 => 0xc, 88 => 0x3 },
+ 'mobilecountrycode' => { 463 => 'mcc' },
+ 'mobilenetworkcode' => { 463 => 'mnc' },
+ 'moddate' => { 297 => 'modify-date', 477 => 'ModDate' },
+ 'modedialposition' => { 400 => 0x14 },
+ 'model' => { 96 => 0x6, 117 => 0x110, 153 => 'Model', 297 => 'Model', 312 => 0x110, 342 => 0x23f, 361 => 'model', 367 => ['@mod','CNMN','cmnm',"\xa9mdl","\xa9mod"], 384 => 0x84, 449 => 'Model', 479 => 'model', 486 => 'Model' },
+ 'modelage' => { 476 => 'ModelAge' },
+ 'modelid' => { 283 => 0x0 },
+ 'modelingflash' => { 267 => '21.4', 268 => '31.1', 270 => '31.1', 271 => '31.1', 276 => '26.4', 277 => '30.2', 278 => '7.4', 279 => '30.1', 280 => '31.1', 281 => '31.1', 282 => '31.3' },
+ 'modelreleaseid' => { 294 => 'ModelReleaseID' },
+ 'modelreleasestatus' => { 294 => 'ModelReleaseStatus' },
+ 'modelreleaseyear' => { 428 => 0x52, 429 => 0x46, 430 => 0x53 },
+ 'modeltiepoint' => { 117 => 0x8482 },
+ 'modeltransform' => { 117 => 0x85d8 },
+ 'modelyear' => { 479 => 'modelYear' },
+ 'modificationdate' => { 480 => 'modificationDate' },
+ 'modifiedcolortemp' => { 64 => 0x9 },
+ 'modifieddigitalgain' => { 64 => 0xb },
+ 'modifiedparamflag' => { 57 => 0x1 },
+ 'modifiedpicturestyle' => { 64 => 0xa },
+ 'modifiedsaturation' => { 284 => 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, 154 => 'ModifyDate', 293 => 'ModDate', 295 => 'tIME', 358 => 'ModDate', 364 => 0x2, 488 => 'ModifyDate' },
+ 'moirefilter' => { 117 => 0xfe58, 464 => 'MoireFilter', 466 => 'MoireFilter' },
+ 'monitordisplayoff' => { 180 => 0x4c },
+ 'monitormatrix' => { 135 => 0x8fc },
+ 'monitorofftime' => { 267 => '18.2', 269 => '3.1', 278 => '3.1' },
+ 'monochromecolor' => { 284 => 0x53b },
+ 'monochromecontrast' => { 107 => 0x3c },
+ 'monochromefiltereffect' => { 101 => 0x20307, 107 => 0x3a, 307 => 0xac, 342 => 0x73 },
+ 'monochromegraineffect' => { 307 => 0xd2 },
+ 'monochromelinear' => { 107 => 0x3d },
+ 'monochromeoutputhighlightpoint' => { 107 => 0x41 },
+ 'monochromeoutputshadowpoint' => { 107 => 0x42 },
+ 'monochromeprofilesettings' => { 284 => 0x537 },
+ 'monochromerawhighlight' => { 107 => 0x7a },
+ 'monochromerawhighlightpoint' => { 107 => 0x3f },
+ 'monochromerawshadow' => { 107 => 0x83 },
+ 'monochromerawshadowpoint' => { 107 => 0x40 },
+ 'monochromesharpness' => { 107 => 0x3e },
+ 'monochrometoning' => { 342 => 0x74 },
+ 'monochrometoningeffect' => { 101 => 0x20306, 107 => 0x3b },
+ 'monochromeunsharpmaskfineness' => { 107 => 0xb2 },
+ 'monochromeunsharpmaskstrength' => { 107 => 0xb0 },
+ 'monochromeunsharpmaskthreshold' => { 107 => 0xb4 },
+ 'monochromevignetting' => { 284 => 0x53a },
+ 'monthdaycreated' => { 137 => 0x12, 146 => 0xe },
+ 'moonphase' => { 368 => 0x12, 369 => 0x43, 370 => 0x4c },
+ 'morepermissions' => { 462 => 'morePermissions' },
+ 'motionsensitivity' => { 368 => 0x29, 370 => 0x60 },
+ 'movementcount' => { 359 => "\xa9mvc" },
+ 'movementname' => { 359 => "\xa9mvn" },
+ 'movementnumber' => { 359 => "\xa9mvi" },
+ 'movieaelockbuttonassignment' => { 280 => '40.1' },
+ 'moviefunc1button' => { 270 => '41.1', 271 => '41.1', 281 => '41.1' },
+ 'moviefunctionbutton' => { 268 => '41.1', 280 => '41.1' },
+ 'moviefunctionbuttonplusdials' => { 268 => '52.1' },
+ 'moviepreviewbutton' => { 268 => '41.2', 270 => '41.2', 271 => '41.2', 280 => '41.2', 281 => '41.2' },
+ 'moviepreviewbuttonplusdials' => { 268 => '52.2' },
+ 'movieshutterbutton' => { 268 => '38.3', 270 => '38.3', 271 => '38.3', 280 => '38.3', 281 => '38.3' },
+ 'moviesubselectorassignment' => { 268 => '48.2' },
+ 'moviesubselectorassignmentplusdials' => { 268 => '53.1' },
+ 'multiburstimageheight' => { 407 => 0x1002 },
+ 'multiburstimagewidth' => { 407 => 0x1001 },
+ 'multiburstmode' => { 407 => 0x1000 },
+ 'multicontrollerwhilemetering' => { 82 => 0x517 },
+ 'multiexposure' => { 66 => 0x1, 307 => 0xb4 },
+ 'multiexposureautogain' => { 221 => 0x3 },
+ 'multiexposurecontrol' => { 66 => 0x2 },
+ 'multiexposuremode' => { 221 => 0x1 },
+ 'multiexposureshots' => { 66 => 0x3, 221 => 0x2 },
+ 'multiframenoisereduction' => { 396 => 0x35, 407 => 0x200b, 412 => 0x15 },
+ 'multiframenreffect' => { 407 => 0x2023 },
+ 'multifunctionlock' => { 82 => 0x70f },
+ 'multipleexposuremode' => { 288 => 0x101c },
+ 'multipleexposureset' => { 323 => '10.1' },
+ 'multisample' => { 228 => 0x40 },
+ 'multiselector' => { 267 => '9.4', 268 => '10.3', 270 => '10.3', 271 => '10.3', 276 => '27.4', 280 => '10.3', 281 => '10.3' },
+ 'multiselectorliveview' => { 267 => '4.3', 270 => '37.1', 271 => '37.1', 280 => '37.1', 281 => '37.1' },
+ 'multiselectorliveviewmode' => { 238 => 0x18c2 },
+ 'multiselectorplaybackmode' => { 267 => ['13.5','9.2'], 268 => '10.2', 271 => '10.2', 276 => '27.2', 280 => '10.2', 281 => '10.2' },
+ 'multiselectorshootmode' => { 267 => '9.1', 268 => '10.1', 270 => '10.1', 271 => '10.1', 276 => '27.1', 280 => '10.1', 281 => '10.1' },
+ 'multishot' => { 312 => 0x121 },
+ 'mute' => { 361 => 'player.movie.audio.mute' },
+ 'mycolormode' => { 67 => 0x2 },
+ 'name' => { 367 => 'name', 464 => 'Name', 466 => 'Name' },
+ 'narrator' => { 359 => "\xa9nrt" },
+ 'nationalcatalognumber' => { 480 => 'nationalCatalogNumber' },
+ 'nativedigest' => { 470 => 'NativeDigest', 486 => 'NativeDigest' },
+ 'ndfilter' => { 75 => 0x1c, 284 => 0x204, 374 => 0x1019 },
+ 'near' => { 449 => 'Near' },
+ 'nefbitdepth' => { 220 => 0xe22 },
+ 'nefcompression' => { 220 => 0x93 },
+ 'neflinearizationtable' => { 220 => 0x96 },
+ 'negativecachelargepreviewsize' => { 464 => 'NegativeCacheLargePreviewSize', 466 => 'NegativeCacheLargePreviewSize' },
+ 'negativecachemaximumsize' => { 464 => 'NegativeCacheMaximumSize', 466 => 'NegativeCacheMaximumSize' },
+ 'negativecachepath' => { 464 => 'NegativeCachePath', 466 => 'NegativeCachePath' },
+ 'neutraldensityfilter' => { 342 => 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' => { 488 => 'Nickname' },
+ 'nikoncapturedata' => { 220 => 0xe01 },
+ 'nikoncaptureeditversions' => { 220 => 0xe13 },
+ 'nikoncaptureoffsets' => { 220 => 0xe0e },
+ 'nikoncaptureoutput' => { 220 => 0xe1e },
+ 'nikoncaptureversion' => { 220 => 0xe09 },
+ 'nikoniccprofile' => { 220 => 0xe1d },
+ 'nikonimagesize' => { 235 => '723.1', 236 => '732.1', 245 => 0x2c4 },
+ 'nikonmeteringmode' => { 239 => 0x2ea4, 247 => 0x175e },
+ 'noisefilter' => { 284 => 0x527 },
+ 'noiseprofile' => { 117 => 0xc761 },
+ 'noisereduction' => { 125 => [0x100b,0x100e], 178 => 0xb0, 179 => 0x60, 180 => 0x3f, 220 => 0x95, 260 => 0x753dcbc0, 261 => 0x17, 284 => 0x50a, 289 => 0x103a, 307 => 0x2d, 342 => 0x49, 374 => 0x100f, 376 => 0x2a },
+ 'noisereduction2' => { 288 => 0x1010 },
+ 'noisereductionapplied' => { 117 => 0xc6f7 },
+ 'noisereductionintensity' => { 261 => 0x9 },
+ 'noisereductionmethod' => { 261 => 0x11 },
+ 'noisereductionmode' => { 441 => 0x801e },
+ 'noisereductionparametersatcapture' => { 135 => 0xe73 },
+ 'noisereductionparameterscamera' => { 135 => 0xe72 },
+ 'noisereductionparametershost3mp' => { 135 => 0xe71 },
+ 'noisereductionparametershost6mp' => { 135 => 0xe70 },
+ 'noisereductionparametershostrgb' => { 135 => 0xe6f },
+ 'noisereductionparameterskhufu3mp' => { 135 => 0xe65 },
+ 'noisereductionparameterskhufu6mp' => { 135 => 0xe64 },
+ 'noisereductionparameterskhufurgb' => { 135 => 0xe63 },
+ 'noisereductionparams' => { 312 => 0x1b },
+ 'noisereductionsharpness' => { 261 => 0xd },
+ 'noisereductionstrength' => { 307 => 0xd6 },
+ 'noisereductionvalue' => { 441 => 0x8027 },
+ 'nomemorycard' => { 267 => '22.1', 268 => '4.2', 269 => '0.3', 272 => '2.4', 273 => '3.2', 274 => '3.2', 276 => '33.7', 277 => '3.2', 278 => '0.3', 280 => '4.2', 282 => '4.5' },
+ 'nominalmaxaperture' => { 333 => 0xa },
+ 'nominalminaperture' => { 333 => '10.1' },
+ 'normallinetime' => { 135 => 0x186a },
+ 'normalwhitelevel' => { 41 => 0x32a, 44 => [0x2b8,0x2cf,0x2d3], 45 => 0x569, 46 => 0x1e3, 47 => [0x1fc,0x2dc], 48 => [0x230,0x30e], 49 => 0x31c },
+ 'notes' => { 442 => 'Notes', 459 => 'notes' },
+ 'npages' => { 495 => 'NPages' },
+ 'nullrecord' => { 95 => 0x0 },
+ 'numafpoints' => { 319 => 0x2 },
+ 'number' => { 480 => 'number' },
+ 'numberofbeats' => { 490 => 'numberOfBeats' },
+ 'numberoffocuspoints' => { 270 => '1.3', 271 => '1.3', 274 => '0.2', 275 => '0.3', 277 => '0.3' },
+ 'numfaceelements' => { 125 => 0x4200 },
+ 'numfacepositions' => { 299 => 0x0 },
+ 'numindexentries' => { 131 => 0x54 },
+ 'numwbentries' => { 313 => 0x0, 314 => 0x0 },
+ 'object' => { 480 => 'object' },
+ 'objectattributereference' => { 129 => 0x4 },
+ 'objectcycle' => { 129 => 0x4b, 459 => 'ObjectCycle' },
+ 'objectdescription' => { 479 => 'objectDescription' },
+ 'objectdistance' => { 110 => 0x6, 111 => 0x2022 },
+ 'objectname' => { 129 => 0x5 },
+ 'objectpreviewdata' => { 129 => 0xca },
+ 'objectpreviewfileformat' => { 129 => 0xc8 },
+ 'objectpreviewfileversion' => { 129 => 0xc9 },
+ 'objectsubtype' => { 479 => 'objectSubtype' },
+ 'objecttype' => { 479 => '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' => { 470 => [\'OECF','OECFColumns'] },
+ 'oecfnames' => { 470 => [\'OECF','OECFNames'] },
+ 'oecfrows' => { 470 => [\'OECF','OECFRows'] },
+ 'oecfvalues' => { 470 => [\'OECF','OECFValues'] },
+ 'offsaledate' => { 480 => 'offSaleDate' },
+ 'offsaledatea-platform' => { 480 => [\'offSaleDate','offSaleDateA-platform'] },
+ 'offsaledatedate' => { 480 => [\'offSaleDate','offSaleDateDate'] },
+ 'offsetdacvalue' => { 135 => 0x190a },
+ 'offsetschema' => { 117 => 0xea1d },
+ 'offsettime' => { 117 => 0x9010 },
+ 'offsettimedigitized' => { 117 => 0x9012 },
+ 'offsettimeoriginal' => { 117 => 0x9011 },
+ 'okbutton' => { 277 => '15.1', 282 => '16.1' },
+ 'oldsubfiletype' => { 117 => 0xff },
+ 'olympusimageheight' => { 289 => 0x102f },
+ 'olympusimagewidth' => { 289 => 0x102e },
+ 'omenatcapturestrength' => { 135 => 0xa60 },
+ 'omenautostrength' => { 135 => 0xa5f },
+ 'omenearlystrength' => { 135 => 0xa5e },
+ 'omenfocallengthlimit' => { 135 => 0xa62 },
+ 'omeninitialipfstrength' => { 135 => 0xa5d },
+ 'omensurfaceindex' => { 135 => 0xa64 },
'oneshotafrelease' => { 2 => 0x9 },
- 'onetouchwb' => { 288 => 0x302 },
- 'onsaledate' => { 479 => 'onSaleDate' },
- 'onsaledatea-platform' => { 479 => [\'onSaleDate','onSaleDateA-platform'] },
- 'onsaledatedate' => { 479 => [\'onSaleDate','onSaleDateDate'] },
- 'onsaleday' => { 479 => 'onSaleDay' },
- 'onsaledaya-platform' => { 479 => [\'onSaleDay','onSaleDayA-platform'] },
- 'onsaledayday' => { 479 => [\'onSaleDay','onSaleDayDay'] },
- 'opcodelist1' => { 116 => 0xc740 },
- 'opcodelist2' => { 116 => 0xc741 },
- 'opcodelist3' => { 116 => 0xc74e },
- 'opticalzoom' => { 138 => 0xfa3d, 140 => [0x6006,0xf006], 141 => 0x1000, 142 => 0xf, 145 => 0x1e, 147 => 0x20, 148 => 0x1c, 159 => 'OpticalZoom' },
- 'opticalzoomcode' => { 74 => 0xa },
- 'opticalzoommode' => { 306 => 0x34 },
- 'opticalzoomon' => { 382 => 0x219 },
- 'optionenddate' => { 482 => 'optionEndDate' },
- 'opto-electricconvfactor' => { 469 => 'OECF' },
- 'orangehsl' => { 100 => 0x20911 },
- 'ordernumber' => { 124 => 0x8002 },
- 'organisationinimagecode' => { 475 => 'OrganisationInImageCode' },
- 'organisationinimagename' => { 475 => 'OrganisationInImageName' },
- 'organism' => { 115 => 'Organism' },
- 'organismassociatedoccurrences' => { 115 => [\'Organism','OrganismAssociatedOccurrences'] },
- 'organismassociatedorganisms' => { 115 => [\'Organism','OrganismAssociatedOrganisms'] },
- 'organismid' => { 115 => [\'Organism','OrganismOrganismID'] },
- 'organismname' => { 115 => [\'Organism','OrganismOrganismName'] },
- 'organismpreviousidentifications' => { 115 => [\'Organism','OrganismPreviousIdentifications'] },
- 'organismremarks' => { 115 => [\'Organism','OrganismOrganismRemarks'] },
- 'organismscope' => { 115 => [\'Organism','OrganismOrganismScope'] },
- 'organization' => { 479 => 'organization' },
- 'orientation' => { 116 => 0x112, 311 => 0x112, 478 => 'orientation', 485 => 'Orientation' },
- 'orientation2' => { 411 => [0x28,0x2e] },
+ 'onetouchwb' => { 289 => 0x302 },
+ 'onsaledate' => { 480 => 'onSaleDate' },
+ 'onsaledatea-platform' => { 480 => [\'onSaleDate','onSaleDateA-platform'] },
+ 'onsaledatedate' => { 480 => [\'onSaleDate','onSaleDateDate'] },
+ 'onsaleday' => { 480 => 'onSaleDay' },
+ 'onsaledaya-platform' => { 480 => [\'onSaleDay','onSaleDayA-platform'] },
+ 'onsaledayday' => { 480 => [\'onSaleDay','onSaleDayDay'] },
+ 'opcodelist1' => { 117 => 0xc740 },
+ 'opcodelist2' => { 117 => 0xc741 },
+ 'opcodelist3' => { 117 => 0xc74e },
+ 'opticalzoom' => { 139 => 0xfa3d, 141 => [0x6006,0xf006], 142 => 0x1000, 143 => 0xf, 146 => 0x1e, 148 => 0x20, 149 => 0x1c, 160 => 'OpticalZoom' },
+ 'opticalzoomcode' => { 75 => 0xa },
+ 'opticalzoommode' => { 307 => 0x34 },
+ 'opticalzoomon' => { 383 => 0x219 },
+ 'optionenddate' => { 483 => 'optionEndDate' },
+ 'opto-electricconvfactor' => { 470 => 'OECF' },
+ 'orangehsl' => { 101 => 0x20911 },
+ 'ordernumber' => { 125 => 0x8002 },
+ 'organisationinimagecode' => { 476 => 'OrganisationInImageCode' },
+ 'organisationinimagename' => { 476 => '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' => { 480 => 'organization' },
+ 'orientation' => { 117 => 0x112, 312 => 0x112, 479 => 'orientation', 486 => 'Orientation' },
+ 'orientation2' => { 412 => [0x28,0x2e] },
'orientationlinkedaf' => { 2 => 0xe },
- 'orientationlinkedafpoint' => { 81 => 0x516 },
- 'originalartist' => { 358 => "\xa9ope" },
- 'originalbestqualitysize' => { 116 => 0xc792 },
- 'originalcreatedatetime' => { 453 => 'OriginalCreateDateTime' },
- 'originaldecisiondata' => { 111 => 'Canon-OriginalDecisionData' },
- 'originaldecisiondataoffset' => { 61 => 0x83 },
- 'originaldefaultcropsize' => { 116 => 0xc793 },
- 'originaldefaultfinalsize' => { 116 => 0xc791 },
- 'originaldirectory' => { 303 => 0x408 },
- 'originaldocumentid' => { 490 => 'OriginalDocumentID' },
- 'originalfilename' => { 94 => 0x816, 134 => 0x3e9, 146 => 0x20, 303 => 0x407, 453 => 'OriginalFilename' },
- 'originalimageheight' => { 76 => 0xc, 120 => 0x1 },
- 'originalimagewidth' => { 76 => 0xb, 120 => 0x0 },
- 'originalrawfiledata' => { 116 => 0xc68c },
- 'originalrawfiledigest' => { 116 => 0xc71d },
- 'originalrawfilename' => { 116 => 0xc68b },
- 'originaltransmissionreference' => { 128 => 0x67 },
- 'originatingprogram' => { 128 => 0x41, 458 => 'OriginatingProgram' },
- 'originplatform' => { 479 => 'originPlatform' },
- 'os' => { 467 => 'os' },
- 'otherconditions' => { 293 => 'OtherConditions' },
- 'otherconstraints' => { 293 => 'OtherConstraints' },
- 'otherimage' => { 111 => 'Exif-OtherImage' },
- 'otherimageinfo' => { 293 => 'OtherImageInfo' },
- 'otherimagelength' => { 116 => 0x202 },
- 'otherimagestart' => { 116 => 0x201 },
- 'otherlicensedocuments' => { 293 => 'OtherLicenseDocuments' },
- 'otherlicenseinfo' => { 293 => 'OtherLicenseInfo' },
- 'otherlicenserequirements' => { 293 => 'OtherLicenseRequirements' },
- 'outcue' => { 489 => 'outCue' },
- 'outcuescale' => { 489 => [\'outCue','outCueScale'] },
- 'outcuevalue' => { 489 => [\'outCue','outCueValue'] },
- 'outputimageheight' => { 191 => 0x3 },
- 'outputimagewidth' => { 191 => 0x2 },
- 'outputlut' => { 306 => 0xa7 },
- 'outputprofile' => { 134 => 0x138b },
- 'outputresolution' => { 191 => 0x4 },
- 'overclockcols' => { 134 => 0x189c },
- 'overclockrows' => { 134 => 0x18c4 },
- 'overridelookvignette' => { 463 => 'OverrideLookVignette', 465 => 'OverrideLookVignette' },
- 'owner' => { 493 => 'Owner' },
- 'ownerid' => { 128 => 0xbc },
- 'ownername' => { 15 => 0x10f, 61 => 0x9, 94 => 0x810, 116 => [0xa430,0xfde8], 152 => 'OwnerName', 460 => 'OwnerName', 470 => 'CameraOwnerName' },
- 'padding' => { 116 => 0xea1c },
- 'pagecount' => { 479 => 'pageCount' },
- 'pageimage' => { 487 => [\'PageInfo','PageInfoImage'] },
- 'pageimageformat' => { 487 => [\'PageInfo','PageInfoFormat'] },
- 'pageimageheight' => { 487 => [\'PageInfo','PageInfoHeight'] },
- 'pageimagepagenumber' => { 487 => [\'PageInfo','PageInfoPageNumber'] },
- 'pageimagewidth' => { 487 => [\'PageInfo','PageInfoWidth'] },
- 'pageinfo' => { 487 => 'PageInfo' },
- 'pagename' => { 116 => 0x11d },
- 'pagenumber' => { 116 => 0x129 },
- 'pageprogressiondirection' => { 479 => 'pageProgressionDirection' },
- 'pagerange' => { 479 => 'pageRange' },
- 'paintbasedcorrectionmasks' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] },
- 'paintbasedcorrections' => { 463 => 'PaintBasedCorrections', 465 => 'PaintBasedCorrections' },
- 'paintcorrectionactive' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] },
- 'paintcorrectionamount' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] },
- 'paintcorrectionbrightness' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] },
- 'paintcorrectionclarity' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] },
- 'paintcorrectionclarity2012' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] },
- 'paintcorrectioncontrast' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] },
- 'paintcorrectioncontrast2012' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] },
- 'paintcorrectiondefringe' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] },
- 'paintcorrectionexposure' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] },
- 'paintcorrectionexposure2012' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] },
- 'paintcorrectionhighlights2012' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] },
- 'paintcorrectionhue' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] },
- 'paintcorrectionluminancenoise' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] },
- 'paintcorrectionmaskalpha' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] },
- 'paintcorrectionmaskangle' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] },
- 'paintcorrectionmaskbottom' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] },
- 'paintcorrectionmaskcentervalue' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] },
- 'paintcorrectionmaskcenterweight' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'paintcorrectionmaskdabs' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] },
- 'paintcorrectionmaskfeather' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] },
- 'paintcorrectionmaskflipped' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] },
- 'paintcorrectionmaskflow' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] },
- 'paintcorrectionmaskfullx' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] },
- 'paintcorrectionmaskfully' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] },
- 'paintcorrectionmaskleft' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] },
- 'paintcorrectionmaskmidpoint' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] },
- 'paintcorrectionmaskperimetervalue' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'paintcorrectionmaskradius' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] },
- 'paintcorrectionmaskright' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] },
- 'paintcorrectionmaskroundness' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] },
- 'paintcorrectionmasksizex' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] },
- 'paintcorrectionmasksizey' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] },
- 'paintcorrectionmasktop' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] },
- 'paintcorrectionmaskvalue' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] },
- 'paintcorrectionmaskversion' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] },
- 'paintcorrectionmaskwhat' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] },
- 'paintcorrectionmaskx' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] },
- 'paintcorrectionmasky' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] },
- 'paintcorrectionmaskzerox' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] },
- 'paintcorrectionmaskzeroy' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] },
- 'paintcorrectionmoire' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] },
- 'paintcorrectionsaturation' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation','PaintBasedCorrectionsLocalToningSaturation'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation','PaintBasedCorrectionsLocalToningSaturation'] },
- 'paintcorrectionshadows2012' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] },
- 'paintcorrectionsharpness' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] },
- 'paintcorrectiontemperature' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] },
- 'paintcorrectiontint' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] },
- 'paintcorrectionwhat' => { 463 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'], 465 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] },
- 'panasonicdatetime' => { 309 => 0x0 },
- 'panasonicexifversion' => { 306 => 0x26 },
- 'panasonicimageheight' => { 306 => 0x4c },
- 'panasonicimagewidth' => { 306 => 0x4b },
- 'panasonicrawversion' => { 311 => 0x1 },
- 'panasonictitle' => { 116 => 0xc6d2 },
- 'panasonictitle2' => { 116 => 0xc6d3 },
- 'panoramaangle' => { 124 => 0x1153 },
- 'panoramacropbottom' => { 412 => 0x7 },
- 'panoramacropleft' => { 412 => 0x4 },
- 'panoramacropright' => { 412 => 0x6 },
- 'panoramacroptop' => { 412 => 0x5 },
- 'panoramadirection' => { 69 => 0x5, 124 => 0x1154, 412 => 0x3 },
- 'panoramaframeheight' => { 412 => 0x9 },
- 'panoramaframenumber' => { 69 => 0x2 },
- 'panoramaframewidth' => { 412 => 0x8 },
- 'panoramafullheight' => { 412 => 0x2 },
- 'panoramafullwidth' => { 412 => 0x1 },
- 'panoramamode' => { 136 => 0x3c, 283 => 0x601 },
- 'panoramasize3d' => { 395 => 0x38 },
- 'panoramasourceheight' => { 412 => 0xb },
- 'panoramasourcewidth' => { 412 => 0xa },
- 'panoramicstitchcameramotion' => { 172 => 'PanoramicStitchCameraMotion', 173 => 0x1 },
- 'panoramicstitchmaptype' => { 172 => 'PanoramicStitchMapType', 173 => 0x2 },
- 'panoramicstitchphi0' => { 172 => 'PanoramicStitchPhi0', 173 => 0x5 },
- 'panoramicstitchphi1' => { 172 => 'PanoramicStitchPhi1', 173 => 0x6 },
- 'panoramicstitchtheta0' => { 172 => 'PanoramicStitchTheta0', 173 => 0x3 },
- 'panoramicstitchtheta1' => { 172 => 'PanoramicStitchTheta1', 173 => 0x4 },
- 'panoramicstitchversion' => { 173 => 0x0 },
- 'pantry' => { 490 => 'Pantry' },
- 'pantryinstanceid' => { 490 => [\'Pantry','PantryInstanceID'] },
- 'parallax' => { 124 => 0xb211, 282 => 0x28 },
- 'parametricdarks' => { 463 => 'ParametricDarks', 465 => 'ParametricDarks' },
- 'parametrichighlights' => { 463 => 'ParametricHighlights', 465 => 'ParametricHighlights' },
- 'parametrichighlightsplit' => { 463 => 'ParametricHighlightSplit', 465 => 'ParametricHighlightSplit' },
- 'parametriclights' => { 463 => 'ParametricLights', 465 => 'ParametricLights' },
- 'parametricmidtonesplit' => { 463 => 'ParametricMidtoneSplit', 465 => 'ParametricMidtoneSplit' },
- 'parametricshadows' => { 463 => 'ParametricShadows', 465 => 'ParametricShadows' },
- 'parametricshadowsplit' => { 463 => 'ParametricShadowSplit', 465 => 'ParametricShadowSplit' },
- 'parentmediaeventid' => { 453 => 'ParentMediaEventID' },
- 'parentmeid' => { 453 => 'ParentMEID' },
- 'parentproductid' => { 358 => '@ppi' },
- 'parentreference1' => { 473 => [\'TagStructure','TagStructureParentReference'] },
- 'parentreference2' => { 473 => [\'TagStructure','TagStructureSubLabelsParentReference'] },
- 'parentreference3' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] },
- 'parentreference4' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentreference5' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentreference6' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentshorttitle' => { 358 => '@PST' },
- 'parenttitle' => { 358 => '@pti' },
- 'partialactivecols1' => { 134 => 0x17e8 },
- 'partialactivecols2' => { 134 => 0x17f2 },
- 'partialactiverows1' => { 134 => 0x17fc },
- 'partialactiverows2' => { 134 => 0x1806 },
- 'partofcompilation' => { 489 => 'partOfCompilation' },
- 'patientbirthdate' => { 442 => 'PatientDOB' },
- 'patientid' => { 442 => 'PatientID' },
- 'patientname' => { 442 => 'PatientName' },
- 'patientsex' => { 442 => 'PatientSex' },
- 'patternareaheight' => { 134 => 0x963 },
- 'patternareawidth' => { 134 => 0x962 },
- 'patterncorrectionfactorscale' => { 134 => 0x969 },
- 'patterncropcols1' => { 134 => 0x96c },
- 'patterncropcols2' => { 134 => 0x96d },
- 'patterncroprows1' => { 134 => 0x96a },
- 'patterncroprows2' => { 134 => 0x96b },
- 'patternimagerheight' => { 134 => 0x961 },
- 'patternimagerwidth' => { 134 => 0x960 },
- 'patternx' => { 134 => 0x966 },
- 'patterny' => { 134 => 0x967 },
- 'pdfversion' => { 476 => 'PDFVersion' },
- 'pentaximagesize' => { 341 => 0x9 },
- 'pentaxmodelid' => { 321 => 0x0, 341 => 0x5 },
- 'pentaxmodeltype' => { 341 => 0x1 },
- 'pentaxversion' => { 341 => 0x0 },
- 'people' => { 444 => 'People', 456 => 'People' },
- 'perchannelblacklevel' => { 42 => 0xc4, 43 => [0x2b4,0x2cb,0x2cf], 44 => [0x108,0x14d], 45 => 0x1df, 46 => [0x1f8,0x2d8], 47 => [0x22c,0x30a], 48 => 0x149 },
- 'performer' => { 358 => 'perf', 366 => 'perf' },
- 'performerkeywords' => { 366 => "\xa9prk" },
- 'performers' => { 366 => "\xa9prf" },
- 'performerurl' => { 366 => "\xa9prl" },
- 'peripheralillumcentralradius' => { 440 => 0x8030 },
- 'peripheralillumcentralvalue' => { 440 => 0x8031 },
- 'peripheralillumination' => { 100 => 0x20702, 106 => 0x68 },
- 'peripheralilluminationcorr' => { 60 => 0x1, 331 => 0x2 },
- 'peripheralilluminationon' => { 100 => '0x20702.0', 106 => 0x64 },
- 'peripheralillumperiphvalue' => { 440 => 0x8032 },
- 'peripherallighting' => { 76 => 0x2, 124 => 0x3804 },
- 'peripherallightingsetting' => { 77 => 0x5 },
- 'peripherallightingvalue' => { 76 => 0x6 },
- 'permissions' => { 482 => 'permissions' },
- 'permits' => { 461 => 'permits' },
- 'person' => { 479 => 'person' },
- 'personality' => { 453 => 'Personality' },
- 'personheard' => { 475 => 'PersonHeard' },
- 'personheardidentifier' => { 475 => [\'PersonHeard','PersonHeardIdentifier'] },
- 'personheardname' => { 475 => [\'PersonHeard','PersonHeardName'] },
- 'personinimage' => { 475 => 'PersonInImage' },
- 'personinimagecharacteristic' => { 475 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristic'] },
- 'personinimagecvtermcvid' => { 475 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvId'] },
- 'personinimagecvtermid' => { 475 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermId'] },
- 'personinimagecvtermname' => { 475 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermName'] },
- 'personinimagecvtermrefinedabout' => { 475 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermRefinedAbout'] },
- 'personinimagedescription' => { 475 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonDescription'] },
- 'personinimageid' => { 475 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonId'] },
- 'personinimagename' => { 475 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonName'] },
- 'personinimagewdetails' => { 475 => 'PersonInImageWDetails' },
- 'perspectiveaspect' => { 463 => 'PerspectiveAspect', 465 => 'PerspectiveAspect' },
- 'perspectivehorizontal' => { 463 => 'PerspectiveHorizontal', 465 => 'PerspectiveHorizontal' },
- 'perspectiverotate' => { 463 => 'PerspectiveRotate', 465 => 'PerspectiveRotate' },
- 'perspectivescale' => { 463 => 'PerspectiveScale', 465 => 'PerspectiveScale' },
- 'perspectiveupright' => { 463 => 'PerspectiveUpright', 465 => 'PerspectiveUpright' },
- 'perspectivevertical' => { 463 => 'PerspectiveVertical', 465 => 'PerspectiveVertical' },
- 'perspectivex' => { 463 => 'PerspectiveX', 465 => 'PerspectiveX' },
- 'perspectivey' => { 463 => 'PerspectiveY', 465 => 'PerspectiveY' },
- 'pf0customfuncregistration' => { 89 => 0x1 },
- 'pf10retainprogramshift' => { 89 => 0xb },
- 'pf13drivepriority' => { 89 => 0xe },
- 'pf14disablefocussearch' => { 89 => 0xf },
- 'pf15disableafassistbeam' => { 89 => 0x10 },
- 'pf16autofocuspointshoot' => { 89 => 0x11 },
- 'pf17disableafpointsel' => { 89 => 0x12 },
- 'pf18enableautoafpointsel' => { 89 => 0x13 },
- 'pf19continuousshootspeed' => { 89 => 0x14 },
- 'pf19shootingspeedhigh' => { 88 => 0xa },
- 'pf19shootingspeedlow' => { 88 => 0x9 },
- 'pf1disableshootingmodes' => { 89 => 0x2 },
- 'pf1value' => { 88 => 0x1 },
- 'pf20limitcontinousshots' => { 89 => 0x15 },
- 'pf20maxcontinousshots' => { 88 => 0xb },
- 'pf21enablequietoperation' => { 89 => 0x16 },
- 'pf23felocktime' => { 88 => 0xd },
- 'pf23postreleasetime' => { 88 => 0xe },
- 'pf23settimerlengths' => { 89 => 0x18 },
- 'pf23shutterbuttontime' => { 88 => 0xc },
- 'pf24lightlcdduringbulb' => { 89 => 0x19 },
- 'pf25aemode' => { 88 => 0xf },
- 'pf25afmode' => { 88 => 0x12 },
- 'pf25afpointsel' => { 88 => 0x13 },
- 'pf25colormatrix' => { 88 => 0x17 },
- 'pf25defaultclearsettings' => { 89 => 0x1a },
- 'pf25drivemode' => { 88 => 0x11 },
- 'pf25imagesize' => { 88 => 0x14 },
- 'pf25meteringmode' => { 88 => 0x10 },
- 'pf25parameters' => { 88 => 0x16 },
- 'pf25wbmode' => { 88 => 0x15 },
- 'pf26shortenreleaselag' => { 89 => 0x1b },
- 'pf27reversedialrotation' => { 89 => 0x1c },
- 'pf27value' => { 88 => 0x18 },
- 'pf28noquickdialexpcomp' => { 89 => 0x1d },
- 'pf29quickdialswitchoff' => { 89 => 0x1e },
- 'pf2disablemeteringmodes' => { 89 => 0x3 },
- 'pf2value' => { 88 => 0x2 },
- 'pf30enlargementmode' => { 89 => 0x1f },
- 'pf31originaldecisiondata' => { 89 => 0x20 },
- 'pf3manualexposuremetering' => { 89 => 0x4 },
- 'pf3value' => { 88 => 0x3 },
- 'pf4exposuretimelimits' => { 89 => 0x5 },
- 'pf4exposuretimemax' => { 88 => 0x5 },
- 'pf4exposuretimemin' => { 88 => 0x4 },
- 'pf5aperturelimits' => { 89 => 0x6 },
- 'pf5aperturemax' => { 88 => 0x7 },
- 'pf5aperturemin' => { 88 => 0x6 },
- 'pf6presetshootingmodes' => { 89 => 0x7 },
- 'pf7bracketcontinuousshoot' => { 89 => 0x8 },
- 'pf8bracketshots' => { 88 => 0x8 },
- 'pf8setbracketshots' => { 89 => 0x9 },
- 'pf9changebracketsequence' => { 89 => 0xa },
- 'phasedetectaf' => { 188 => 0x6 },
- 'phonenumber' => { 153 => 'Phone' },
+ 'orientationlinkedafpoint' => { 82 => 0x516 },
+ 'originalartist' => { 359 => "\xa9ope" },
+ 'originalbestqualitysize' => { 117 => 0xc792 },
+ 'originalcreatedatetime' => { 454 => 'OriginalCreateDateTime' },
+ 'originaldecisiondata' => { 112 => 'Canon-OriginalDecisionData' },
+ 'originaldecisiondataoffset' => { 62 => 0x83 },
+ 'originaldefaultcropsize' => { 117 => 0xc793 },
+ 'originaldefaultfinalsize' => { 117 => 0xc791 },
+ 'originaldirectory' => { 304 => 0x408 },
+ 'originaldocumentid' => { 491 => 'OriginalDocumentID' },
+ 'originalfilename' => { 95 => 0x816, 135 => 0x3e9, 147 => 0x20, 304 => 0x407, 454 => 'OriginalFilename' },
+ 'originalimageheight' => { 77 => 0xc, 121 => 0x1 },
+ 'originalimagewidth' => { 77 => 0xb, 121 => 0x0 },
+ 'originalrawfiledata' => { 117 => 0xc68c },
+ 'originalrawfiledigest' => { 117 => 0xc71d },
+ 'originalrawfilename' => { 117 => 0xc68b },
+ 'originaltransmissionreference' => { 129 => 0x67 },
+ 'originatingprogram' => { 129 => 0x41, 459 => 'OriginatingProgram' },
+ 'originplatform' => { 480 => 'originPlatform' },
+ 'os' => { 468 => 'os' },
+ 'otherconditions' => { 294 => 'OtherConditions' },
+ 'otherconstraints' => { 294 => 'OtherConstraints' },
+ 'otherimage' => { 112 => 'Exif-OtherImage' },
+ 'otherimageinfo' => { 294 => 'OtherImageInfo' },
+ 'otherimagelength' => { 117 => 0x202 },
+ 'otherimagestart' => { 117 => 0x201 },
+ 'otherlicensedocuments' => { 294 => 'OtherLicenseDocuments' },
+ 'otherlicenseinfo' => { 294 => 'OtherLicenseInfo' },
+ 'otherlicenserequirements' => { 294 => 'OtherLicenseRequirements' },
+ 'outcue' => { 490 => 'outCue' },
+ 'outcuescale' => { 490 => [\'outCue','outCueScale'] },
+ 'outcuevalue' => { 490 => [\'outCue','outCueValue'] },
+ 'outputimageheight' => { 192 => 0x3 },
+ 'outputimagewidth' => { 192 => 0x2 },
+ 'outputlut' => { 307 => 0xa7 },
+ 'outputprofile' => { 135 => 0x138b },
+ 'outputresolution' => { 192 => 0x4 },
+ 'overclockcols' => { 135 => 0x189c },
+ 'overclockrows' => { 135 => 0x18c4 },
+ 'overridelookvignette' => { 464 => 'OverrideLookVignette', 466 => 'OverrideLookVignette' },
+ 'owner' => { 494 => 'Owner' },
+ 'ownerid' => { 129 => 0xbc },
+ 'ownername' => { 15 => 0x10f, 62 => 0x9, 95 => 0x810, 117 => [0xa430,0xfde8], 153 => 'OwnerName', 461 => 'OwnerName', 471 => 'CameraOwnerName' },
+ 'padding' => { 117 => 0xea1c },
+ 'pagecount' => { 480 => 'pageCount' },
+ 'pageimage' => { 488 => [\'PageInfo','PageInfoImage'] },
+ 'pageimageformat' => { 488 => [\'PageInfo','PageInfoFormat'] },
+ 'pageimageheight' => { 488 => [\'PageInfo','PageInfoHeight'] },
+ 'pageimagepagenumber' => { 488 => [\'PageInfo','PageInfoPageNumber'] },
+ 'pageimagewidth' => { 488 => [\'PageInfo','PageInfoWidth'] },
+ 'pageinfo' => { 488 => 'PageInfo' },
+ 'pagename' => { 117 => 0x11d },
+ 'pagenumber' => { 117 => 0x129 },
+ 'pageprogressiondirection' => { 480 => 'pageProgressionDirection' },
+ 'pagerange' => { 480 => 'pageRange' },
+ 'paintbasedcorrectionmasks' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] },
+ 'paintbasedcorrections' => { 464 => 'PaintBasedCorrections', 466 => 'PaintBasedCorrections' },
+ 'paintcorrectionactive' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] },
+ 'paintcorrectionamount' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] },
+ 'paintcorrectionbrightness' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] },
+ 'paintcorrectionclarity' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] },
+ 'paintcorrectionclarity2012' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] },
+ 'paintcorrectioncontrast' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] },
+ 'paintcorrectioncontrast2012' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] },
+ 'paintcorrectiondefringe' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] },
+ 'paintcorrectionexposure' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] },
+ 'paintcorrectionexposure2012' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] },
+ 'paintcorrectionhighlights2012' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] },
+ 'paintcorrectionhue' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] },
+ 'paintcorrectionluminancenoise' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] },
+ 'paintcorrectionmaskalpha' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] },
+ 'paintcorrectionmaskangle' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] },
+ 'paintcorrectionmaskbottom' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] },
+ 'paintcorrectionmaskcentervalue' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'paintcorrectionmaskcenterweight' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'paintcorrectionmaskdabs' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] },
+ 'paintcorrectionmaskfeather' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] },
+ 'paintcorrectionmaskflipped' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] },
+ 'paintcorrectionmaskflow' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] },
+ 'paintcorrectionmaskfullx' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] },
+ 'paintcorrectionmaskfully' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] },
+ 'paintcorrectionmaskleft' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] },
+ 'paintcorrectionmaskmidpoint' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'paintcorrectionmaskperimetervalue' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'paintcorrectionmaskradius' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] },
+ 'paintcorrectionmaskright' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] },
+ 'paintcorrectionmaskroundness' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] },
+ 'paintcorrectionmasksizex' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] },
+ 'paintcorrectionmasksizey' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] },
+ 'paintcorrectionmasktop' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] },
+ 'paintcorrectionmaskvalue' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'paintcorrectionmaskversion' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] },
+ 'paintcorrectionmaskwhat' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] },
+ 'paintcorrectionmaskx' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] },
+ 'paintcorrectionmasky' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] },
+ 'paintcorrectionmaskzerox' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] },
+ 'paintcorrectionmaskzeroy' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] },
+ 'paintcorrectionmoire' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] },
+ 'paintcorrectionsaturation' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation','PaintBasedCorrectionsLocalToningSaturation'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation','PaintBasedCorrectionsLocalToningSaturation'] },
+ 'paintcorrectionshadows2012' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] },
+ 'paintcorrectionsharpness' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] },
+ 'paintcorrectiontemperature' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] },
+ 'paintcorrectiontint' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] },
+ 'paintcorrectionwhat' => { 464 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'], 466 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] },
+ 'panasonicdatetime' => { 310 => 0x0 },
+ 'panasonicexifversion' => { 307 => 0x26 },
+ 'panasonicimageheight' => { 307 => 0x4c },
+ 'panasonicimagewidth' => { 307 => 0x4b },
+ 'panasonicrawversion' => { 312 => 0x1 },
+ 'panasonictitle' => { 117 => 0xc6d2 },
+ 'panasonictitle2' => { 117 => 0xc6d3 },
+ 'panoramaangle' => { 125 => 0x1153 },
+ 'panoramacropbottom' => { 413 => 0x7 },
+ 'panoramacropleft' => { 413 => 0x4 },
+ 'panoramacropright' => { 413 => 0x6 },
+ 'panoramacroptop' => { 413 => 0x5 },
+ 'panoramadirection' => { 70 => 0x5, 125 => 0x1154, 413 => 0x3 },
+ 'panoramaframeheight' => { 413 => 0x9 },
+ 'panoramaframenumber' => { 70 => 0x2 },
+ 'panoramaframewidth' => { 413 => 0x8 },
+ 'panoramafullheight' => { 413 => 0x2 },
+ 'panoramafullwidth' => { 413 => 0x1 },
+ 'panoramamode' => { 137 => 0x3c, 284 => 0x601 },
+ 'panoramasize3d' => { 396 => 0x38 },
+ 'panoramasourceheight' => { 413 => 0xb },
+ 'panoramasourcewidth' => { 413 => 0xa },
+ 'panoramicstitchcameramotion' => { 173 => 'PanoramicStitchCameraMotion', 174 => 0x1 },
+ 'panoramicstitchmaptype' => { 173 => 'PanoramicStitchMapType', 174 => 0x2 },
+ 'panoramicstitchphi0' => { 173 => 'PanoramicStitchPhi0', 174 => 0x5 },
+ 'panoramicstitchphi1' => { 173 => 'PanoramicStitchPhi1', 174 => 0x6 },
+ 'panoramicstitchtheta0' => { 173 => 'PanoramicStitchTheta0', 174 => 0x3 },
+ 'panoramicstitchtheta1' => { 173 => 'PanoramicStitchTheta1', 174 => 0x4 },
+ 'panoramicstitchversion' => { 174 => 0x0 },
+ 'pantry' => { 491 => 'Pantry' },
+ 'pantryinstanceid' => { 491 => [\'Pantry','PantryInstanceID'] },
+ 'parallax' => { 125 => 0xb211, 283 => 0x28 },
+ 'parametricdarks' => { 464 => 'ParametricDarks', 466 => 'ParametricDarks' },
+ 'parametrichighlights' => { 464 => 'ParametricHighlights', 466 => 'ParametricHighlights' },
+ 'parametrichighlightsplit' => { 464 => 'ParametricHighlightSplit', 466 => 'ParametricHighlightSplit' },
+ 'parametriclights' => { 464 => 'ParametricLights', 466 => 'ParametricLights' },
+ 'parametricmidtonesplit' => { 464 => 'ParametricMidtoneSplit', 466 => 'ParametricMidtoneSplit' },
+ 'parametricshadows' => { 464 => 'ParametricShadows', 466 => 'ParametricShadows' },
+ 'parametricshadowsplit' => { 464 => 'ParametricShadowSplit', 466 => 'ParametricShadowSplit' },
+ 'parentmediaeventid' => { 454 => 'ParentMediaEventID' },
+ 'parentmeid' => { 454 => 'ParentMEID' },
+ 'parentproductid' => { 359 => '@ppi' },
+ 'parentreference1' => { 474 => [\'TagStructure','TagStructureParentReference'] },
+ 'parentreference2' => { 474 => [\'TagStructure','TagStructureSubLabelsParentReference'] },
+ 'parentreference3' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] },
+ 'parentreference4' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentreference5' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentreference6' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentshorttitle' => { 359 => '@PST' },
+ 'parenttitle' => { 359 => '@pti' },
+ 'partialactivecols1' => { 135 => 0x17e8 },
+ 'partialactivecols2' => { 135 => 0x17f2 },
+ 'partialactiverows1' => { 135 => 0x17fc },
+ 'partialactiverows2' => { 135 => 0x1806 },
+ 'partofcompilation' => { 490 => 'partOfCompilation' },
+ 'patientbirthdate' => { 443 => 'PatientDOB' },
+ 'patientid' => { 443 => 'PatientID' },
+ 'patientname' => { 443 => 'PatientName' },
+ 'patientsex' => { 443 => 'PatientSex' },
+ 'patternareaheight' => { 135 => 0x963 },
+ 'patternareawidth' => { 135 => 0x962 },
+ 'patterncorrectionfactorscale' => { 135 => 0x969 },
+ 'patterncropcols1' => { 135 => 0x96c },
+ 'patterncropcols2' => { 135 => 0x96d },
+ 'patterncroprows1' => { 135 => 0x96a },
+ 'patterncroprows2' => { 135 => 0x96b },
+ 'patternimagerheight' => { 135 => 0x961 },
+ 'patternimagerwidth' => { 135 => 0x960 },
+ 'patternx' => { 135 => 0x966 },
+ 'patterny' => { 135 => 0x967 },
+ 'pdfversion' => { 477 => 'PDFVersion' },
+ 'pentaximagesize' => { 342 => 0x9 },
+ 'pentaxmodelid' => { 322 => 0x0, 342 => 0x5 },
+ 'pentaxmodeltype' => { 342 => 0x1 },
+ 'pentaxversion' => { 342 => 0x0 },
+ 'people' => { 445 => 'People', 457 => 'People' },
+ 'perchannelblacklevel' => { 41 => 0x157, 43 => 0xc4, 44 => [0x2b4,0x2cb,0x2cf], 45 => [0x108,0x14d], 46 => 0x1df, 47 => [0x1f8,0x2d8], 48 => [0x22c,0x30a], 49 => 0x149 },
+ 'performer' => { 359 => 'perf', 367 => 'perf' },
+ 'performerkeywords' => { 367 => "\xa9prk" },
+ 'performers' => { 367 => "\xa9prf" },
+ 'performerurl' => { 367 => "\xa9prl" },
+ 'peripheralillumcentralradius' => { 441 => 0x8030 },
+ 'peripheralillumcentralvalue' => { 441 => 0x8031 },
+ 'peripheralillumination' => { 101 => 0x20702, 107 => 0x68 },
+ 'peripheralilluminationcorr' => { 61 => 0x1, 332 => 0x2 },
+ 'peripheralilluminationon' => { 101 => '0x20702.0', 107 => 0x64 },
+ 'peripheralillumperiphvalue' => { 441 => 0x8032 },
+ 'peripherallighting' => { 77 => 0x2, 125 => 0x3804 },
+ 'peripherallightingsetting' => { 78 => 0x5 },
+ 'peripherallightingvalue' => { 77 => 0x6 },
+ 'permissions' => { 483 => 'permissions' },
+ 'permits' => { 462 => 'permits' },
+ 'person' => { 480 => 'person' },
+ 'personality' => { 454 => 'Personality' },
+ 'personheard' => { 476 => 'PersonHeard' },
+ 'personheardidentifier' => { 476 => [\'PersonHeard','PersonHeardIdentifier'] },
+ 'personheardname' => { 476 => [\'PersonHeard','PersonHeardName'] },
+ 'personinimage' => { 476 => 'PersonInImage' },
+ 'personinimagecharacteristic' => { 476 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristic'] },
+ 'personinimagecvtermcvid' => { 476 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvId'] },
+ 'personinimagecvtermid' => { 476 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermId'] },
+ 'personinimagecvtermname' => { 476 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermName'] },
+ 'personinimagecvtermrefinedabout' => { 476 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermRefinedAbout'] },
+ 'personinimagedescription' => { 476 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonDescription'] },
+ 'personinimageid' => { 476 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonId'] },
+ 'personinimagename' => { 476 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonName'] },
+ 'personinimagewdetails' => { 476 => 'PersonInImageWDetails' },
+ 'perspectiveaspect' => { 464 => 'PerspectiveAspect', 466 => 'PerspectiveAspect' },
+ 'perspectivehorizontal' => { 464 => 'PerspectiveHorizontal', 466 => 'PerspectiveHorizontal' },
+ 'perspectiverotate' => { 464 => 'PerspectiveRotate', 466 => 'PerspectiveRotate' },
+ 'perspectivescale' => { 464 => 'PerspectiveScale', 466 => 'PerspectiveScale' },
+ 'perspectiveupright' => { 464 => 'PerspectiveUpright', 466 => 'PerspectiveUpright' },
+ 'perspectivevertical' => { 464 => 'PerspectiveVertical', 466 => 'PerspectiveVertical' },
+ 'perspectivex' => { 464 => 'PerspectiveX', 466 => 'PerspectiveX' },
+ 'perspectivey' => { 464 => 'PerspectiveY', 466 => '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' => { 189 => 0x6 },
+ 'phonenumber' => { 154 => 'Phone' },
'photoeffect' => { 34 => 0x28 },
- 'photoeffecthistoryxml' => { 259 => 0xe9651831 },
- 'photoeffects' => { 259 => 0xab5eca5e },
- 'photoeffectsblue' => { 261 => 0x8 },
- 'photoeffectsgreen' => { 261 => 0x6 },
- 'photoeffectsred' => { 261 => 0x4 },
- 'photoeffectstype' => { 261 => 0x0 },
- 'photographicsensitivity' => { 470 => 'PhotographicSensitivity' },
- 'photoinfoplayback' => { 266 => '17.6', 275 => '33.6' },
- 'photometricinterpretation' => { 116 => 0x106, 485 => 'PhotometricInterpretation' },
- 'photoshootingmenubank' => { 238 => 0xe7d, 247 => 0xfbd },
- 'photoshootingmenubankimagearea' => { 238 => '3716.1', 247 => 0x791 },
- 'photoshopbgrthumbnail' => { 355 => 0x409 },
- 'photoshopquality' => { 354 => 0x0 },
- 'photoshopthumbnail' => { 355 => 0x40c },
- 'photostyle' => { 306 => 0x89 },
- 'picklabel' => { 468 => 'PickLabel' },
- 'pictinfo' => { 382 => 0x208 },
- 'picturecontrol' => { 259 => 0xe2173c47 },
- 'picturecontrolactive' => { 262 => 0x0 },
- 'picturecontroladjust' => { 221 => 0x30, 222 => 0x30, 223 => 0x36 },
- 'picturecontrolbase' => { 221 => 0x18, 222 => 0x18, 223 => 0x1c },
- 'picturecontroldata' => { 219 => [0xbd,0x23] },
- 'picturecontrolmode' => { 262 => 0x13 },
- 'picturecontrolname' => { 221 => 0x4, 222 => 0x4, 223 => 0x8 },
- 'picturecontrolquickadjust' => { 221 => 0x31, 222 => 0x31, 223 => 0x37 },
- 'pictureeffect' => { 406 => 0x200e },
- 'pictureeffect2' => { 414 => 0x1163, 415 => 0x1167, 416 => 0x1143, 417 => 0x11bf, 418 => 0x119b, 419 => 0x1053, 420 => 0x24b, 421 => 0x24b, 422 => 0x23c, 436 => 0x46 },
- 'picturefinish' => { 177 => 0x71 },
- 'picturemode' => { 124 => 0x1031, 283 => 0x520, 341 => [0xb,0x33], 383 => 0x3d },
- 'picturemode2' => { 322 => 0x0 },
- 'picturemodebwfilter' => { 283 => 0x525 },
- 'picturemodecontrast' => { 283 => 0x523 },
- 'picturemodeeffect' => { 283 => 0x52d },
- 'picturemodehue' => { 283 => 0x522 },
- 'picturemodesaturation' => { 283 => 0x521 },
- 'picturemodesharpness' => { 283 => 0x524 },
- 'picturemodetone' => { 283 => 0x526 },
- 'pictureprofile' => { 414 => [0x115e,0x115f], 415 => [0x1162,0x1163], 416 => [0x113e,0x113f], 417 => [0x11ba,0x11bb], 418 => [0x1196,0x1197], 419 => [0x104e,0x104f], 420 => [0x246,0x247], 421 => [0x246,0x247], 422 => [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, 71 => 0xa, 100 => 0x20301, 106 => 0x2 },
- 'picturestylepc' => { 61 => 0x4009 },
- 'picturestyleuserdef' => { 61 => 0x4008 },
- 'picturewizard' => { 380 => 0x21 },
- 'picturewizardcolor' => { 379 => 0x1 },
- 'picturewizardcontrast' => { 379 => 0x4 },
- 'picturewizardmode' => { 379 => 0x0 },
- 'picturewizardsaturation' => { 379 => 0x2 },
- 'picturewizardsharpness' => { 379 => 0x3 },
- 'pipelineversion' => { 172 => 'PipelineVersion' },
- 'pitch' => { 112 => 0x6, 267 => '4.1', 279 => '4.1', 366 => ['ptch',"\xa9fpt"] },
- 'pitchangle' => { 237 => 0x350f, 238 => 0x2c28, 246 => 0x36f8, 247 => 0x2eff, 283 => 0x904, 306 => 0x91, 340 => 0x2, 378 => 0x1 },
- 'pitchshift' => { 360 => 'player.movie.audio.pitchshift' },
- 'pixelaspectratio' => { 359 => 'pasp' },
- 'pixelclockfrequency' => { 134 => 0x40b },
- 'pixelcorrectionoffset' => { 134 => 0x972 },
- 'pixelcorrectionscale' => { 134 => 0x971 },
- 'pixelscale' => { 116 => 0x830e },
- 'pixelshiftinfo' => { 406 => 0x202f },
- 'pixelshiftresolution' => { 342 => 0x0 },
- 'pixelsperunitx' => { 295 => 0x0 },
- 'pixelsperunity' => { 295 => 0x4 },
- 'pixelunits' => { 295 => 0x8 },
- 'planarconfiguration' => { 116 => 0x11c, 485 => 'PlanarConfiguration' },
- 'plane' => { 443 => [\'Planes','PlanesPlane'] },
- 'planeboundary' => { 443 => [\'Planes','PlanesPlaneBoundary'] },
- 'planeboundaryvertexcount' => { 443 => [\'Planes','PlanesPlaneBoundaryVertexCount'] },
- 'planeextentx' => { 443 => [\'Planes','PlanesPlaneExtentX'] },
- 'planeextentz' => { 443 => [\'Planes','PlanesPlaneExtentZ'] },
- 'planepose' => { 443 => [\'Planes','PlanesPlanePose'] },
- 'planeposepositionx' => { 443 => [\'Planes','PlanesPlanePosePositionX'] },
- 'planeposepositiony' => { 443 => [\'Planes','PlanesPlanePosePositionY'] },
- 'planeposepositionz' => { 443 => [\'Planes','PlanesPlanePosePositionZ'] },
- 'planeposerotationw' => { 443 => [\'Planes','PlanesPlanePoseRotationW'] },
- 'planeposerotationx' => { 443 => [\'Planes','PlanesPlanePoseRotationX'] },
- 'planeposerotationy' => { 443 => [\'Planes','PlanesPlanePoseRotationY'] },
- 'planeposerotationz' => { 443 => [\'Planes','PlanesPlanePoseRotationZ'] },
- 'planeposetimestamp' => { 443 => [\'Planes','PlanesPlanePoseTimestamp'] },
- 'planes' => { 443 => 'Planes' },
- 'planningref' => { 475 => 'PlanningRef' },
- 'planningrefidentifier' => { 475 => [\'PlanningRef','PlanningRefIdentifier'] },
- 'planningrefname' => { 475 => [\'PlanningRef','PlanningRefName'] },
- 'planningrefrole' => { 475 => [\'PlanningRef','PlanningRefRole'] },
- 'platenames' => { 494 => 'PlateNames' },
- 'platform' => { 479 => 'platform' },
- 'playallframes' => { 366 => 'AllF' },
- 'playbackmenustime' => { 271 => '20.1', 272 => '21.1', 273 => '21.1' },
- 'playbackmonitorofftime' => { 266 => '25.2', 267 => '36.1', 269 => '36.1', 270 => '36.1', 274 => '35.1', 275 => '8.1', 276 => '35.1', 279 => '36.1', 280 => '36.1', 281 => '21.1' },
- 'playbackzoom' => { 267 => '37.1' },
- 'playdisplay' => { 179 => 0x4e },
- 'playerversion' => { 360 => 'player.version' },
- 'playgap' => { 358 => 'pgap' },
- 'playlistid' => { 358 => 'plID' },
- 'playmode' => { 366 => 'SDLN' },
- 'playselection' => { 366 => 'SelO' },
- 'plusversion' => { 293 => 'Version' },
- 'pmversion' => { 353 => 'PMVersion' },
- 'pngwarning' => { 296 => 'Warning' },
- 'podcast' => { 358 => 'pcst' },
- 'podcasturl' => { 358 => 'purl' },
- 'poilevel' => { 218 => 0x8 },
- 'portraitnote' => { 446 => 'PortraitNote' },
- 'portraitoutputhighlightpoint' => { 106 => 0x1d },
- 'portraitoutputshadowpoint' => { 106 => 0x1e },
- 'portraitrawcolortone' => { 106 => 0x16 },
- 'portraitrawcontrast' => { 106 => 0x18 },
- 'portraitrawhighlight' => { 106 => 0x76 },
- 'portraitrawhighlightpoint' => { 106 => 0x1b },
- 'portraitrawlinear' => { 106 => 0x19 },
- 'portraitrawsaturation' => { 106 => 0x17 },
- 'portraitrawshadow' => { 106 => 0x7f },
- 'portraitrawshadowpoint' => { 106 => 0x1c },
- 'portraitrawsharpness' => { 106 => 0x1a },
- 'portraitrefiner' => { 110 => 0x302b },
- 'portraitrequest' => { 446 => 'PortraitRequest' },
- 'portraitunsharpmaskfineness' => { 106 => 0x9a },
- 'portraitunsharpmaskstrength' => { 106 => 0x98 },
- 'portraitunsharpmaskthreshold' => { 106 => 0x9c },
- 'portraitversion' => { 446 => 'PortraitVersion' },
- 'pose' => { 443 => 'Pose' },
- 'poseheadingdegrees' => { 451 => 'PoseHeadingDegrees' },
- 'posepitchdegrees' => { 451 => 'PosePitchDegrees' },
- 'posepositionx' => { 443 => [\'Pose','PosePositionX'] },
- 'posepositiony' => { 443 => [\'Pose','PosePositionY'] },
- 'posepositionz' => { 443 => [\'Pose','PosePositionZ'] },
- 'poserolldegrees' => { 451 => 'PoseRollDegrees' },
- 'poserotationw' => { 443 => [\'Pose','PoseRotationW'] },
- 'poserotationx' => { 443 => [\'Pose','PoseRotationX'] },
- 'poserotationy' => { 443 => [\'Pose','PoseRotationY'] },
- 'poserotationz' => { 443 => [\'Pose','PoseRotationZ'] },
- 'posetimestamp' => { 443 => [\'Pose','PoseTimestamp'] },
- 'positiondescriptor' => { 478 => 'positionDescriptor' },
- 'postalcode' => { 157 => 'PostalCode' },
- 'postcropvignetteamount' => { 463 => 'PostCropVignetteAmount', 465 => 'PostCropVignetteAmount' },
- 'postcropvignettefeather' => { 463 => 'PostCropVignetteFeather', 465 => 'PostCropVignetteFeather' },
- 'postcropvignettehighlightcontrast' => { 463 => 'PostCropVignetteHighlightContrast', 465 => 'PostCropVignetteHighlightContrast' },
- 'postcropvignettemidpoint' => { 463 => 'PostCropVignetteMidpoint', 465 => 'PostCropVignetteMidpoint' },
- 'postcropvignetteroundness' => { 463 => 'PostCropVignetteRoundness', 465 => 'PostCropVignetteRoundness' },
- 'postcropvignettestyle' => { 463 => 'PostCropVignetteStyle', 465 => 'PostCropVignetteStyle' },
- 'postfocusmerging' => { 306 => 0xbf },
- 'potentialface1position' => { 403 => 0xb },
- 'potentialface2position' => { 403 => 0x15 },
- 'potentialface3position' => { 403 => 0x1f },
- 'potentialface4position' => { 403 => 0x29 },
- 'potentialface5position' => { 403 => 0x33 },
- 'potentialface6position' => { 403 => 0x3d },
- 'potentialface7position' => { 403 => 0x47 },
- 'potentialface8position' => { 403 => 0x51 },
- 'powersource' => { 320 => '0.1' },
- 'poweruptime' => { 219 => 0xb6 },
- 'precaptureframes' => { 288 => 0x300 },
- 'predictor' => { 116 => 0x13d },
- 'preflashreturnstrength' => { 235 => 0x28a },
- 'prefs' => { 128 => 0xdd, 353 => 'Prefs' },
- 'prereadfastresetcount' => { 134 => 0x187e },
- 'preservedfilename' => { 490 => 'PreservedFileName' },
- 'preservedspecimen' => { 115 => 'PreservedSpecimen' },
- 'preservedspecimenmaterialsampleid' => { 115 => [\'PreservedSpecimen','PreservedSpecimenMaterialSampleID'] },
- 'presettype' => { 463 => 'PresetType', 465 => 'PresetType' },
- 'presetwhitebalance' => { 179 => 0x24, 440 => 0x8002 },
- 'presetwhitebalanceadj' => { 440 => 0x8014 },
- 'pressure' => { 116 => 0x9402, 470 => 'Pressure' },
- 'previewapplicationname' => { 116 => 0xc716 },
- 'previewapplicationversion' => { 116 => 0xc717 },
- 'previewbutton' => { 266 => ['14.1','15.1'], 267 => '15.1', 269 => '15.1', 270 => '15.1', 275 => '29.1', 276 => '14.1', 279 => '15.1', 280 => '15.1' },
- 'previewbuttonplusdials' => { 266 => ['14.2','15.2'], 267 => '15.2', 269 => '43.1', 270 => '43.1', 275 => '31.2', 279 => '43.1', 280 => '43.1' },
- 'previewcolorspace' => { 116 => 0xc71a },
- 'previewcropbottom' => { 352 => 0xef },
- 'previewcropleft' => { 352 => 0xec },
- 'previewcropright' => { 352 => 0xee },
- 'previewcroptop' => { 352 => 0xed },
- 'previewdate' => { 364 => 0x0 },
- 'previewdatetime' => { 116 => 0xc71b },
- 'previewimage' => { 110 => 0x2000, 111 => 'Exif-PreviewImage', 117 => 'PreviewImage', 119 => 0x4, 162 => 'data', 181 => 0x81, 288 => 0x280, 304 => 0x300, 406 => 0x2001 },
- 'previewimageborders' => { 341 => 0x3e },
- 'previewimageheight' => { 70 => 0x4, 138 => 0xfa58 },
- 'previewimagelength' => { 70 => 0x2, 110 => 0x3, 116 => [0x117,0x202], 181 => 0x89, 224 => 0x202, 283 => 0x102, 288 => 0x1037, 341 => 0x3, 372 => 0x1e, 377 => 0x3, 383 => [0x1b,0x1d], 396 => 0x202 },
- 'previewimagename' => { 162 => '1Name' },
- 'previewimagesize' => { 110 => 0x2, 143 => 0x2, 162 => 'ImageSize', 341 => 0x2, 383 => [0x1c,0x1e], 406 => 0xb02c, 440 => 0x9012 },
- 'previewimagestart' => { 70 => 0x5, 110 => 0x4, 116 => [0x111,0x201], 181 => 0x88, 224 => 0x201, 283 => 0x101, 288 => 0x1036, 341 => 0x4, 372 => 0x1c, 377 => 0x2, 383 => [0x1a,0x1c], 396 => 0x201 },
- 'previewimagetype' => { 162 => '0Type' },
- 'previewimagevalid' => { 283 => 0x100, 288 => 0x1035 },
- 'previewimagewidth' => { 70 => 0x3, 138 => 0xfa57 },
- 'previewquality' => { 70 => 0x1 },
- 'previewsettingsdigest' => { 116 => 0xc719 },
- 'previewsettingsname' => { 116 => 0xc718 },
- 'primaryafpoint' => { 188 => [0x38,0x44,0x7] },
- 'primarychromaticities' => { 116 => 0x13f, 485 => 'PrimaryChromaticities' },
- 'primaryftp' => { 453 => 'PrimaryFTP' },
- 'primaryslot' => { 238 => 0xe7f, 247 => 0xfbf },
- 'printim' => { 116 => 0xc4a5 },
- 'prioritysetinawb' => { 406 => 0x202b },
- 'prioritysetupshutterrelease' => { 179 => 0x1d, 393 => 0x28 },
- 'privatertkinfo' => { 455 => 'privateRTKInfo' },
- 'processbordercolsleft' => { 134 => 0xc61 },
- 'processbordercolsright' => { 134 => 0xc62 },
- 'processborderrowsbottom' => { 134 => 0xc64 },
- 'processborderrowstop' => { 134 => 0xc63 },
- 'processingsoftware' => { 116 => 0xb },
- 'processversion' => { 463 => 'ProcessVersion', 465 => 'ProcessVersion' },
- 'producer' => { 292 => 'Producer', 358 => "\xa9prd", 360 => 'producer', 366 => "\xa9prd", 476 => 'Producer' },
- 'producerkeywords' => { 366 => "\xa9pdk" },
- 'productcode' => { 479 => 'productCode' },
- 'productid' => { 129 => 0x32, 358 => 'prID', 478 => 'productID' },
- 'productidtype' => { 478 => 'productIDType' },
- 'productinimage' => { 475 => 'ProductInImage' },
- 'productinimagedescription' => { 475 => [\'ProductInImage','ProductInImageProductDescription'] },
- 'productinimagegtin' => { 475 => [\'ProductInImage','ProductInImageProductGTIN'] },
- 'productinimagename' => { 475 => [\'ProductInImage','ProductInImageProductName'] },
- 'productioncode' => { 321 => 0x2 },
- 'productorserviceconstraints' => { 293 => 'ProductOrServiceConstraints' },
- 'productversion' => { 358 => 'VERS' },
- 'profession' => { 479 => 'profession' },
- 'profile' => { 443 => [\'Profiles','ProfilesProfile'] },
- 'profilecalibrationsig' => { 116 => 0xc6f4 },
- 'profilecameraindices' => { 443 => [\'Profiles','ProfilesProfileCameraIndices'] },
- 'profilecopyright' => { 116 => 0xc6fe },
- 'profileembedpolicy' => { 116 => 0xc6fd },
- 'profilehuesatmapdata1' => { 116 => 0xc6fa },
- 'profilehuesatmapdata2' => { 116 => 0xc6fb },
- 'profilehuesatmapdims' => { 116 => 0xc6f9 },
- 'profilehuesatmapencoding' => { 116 => 0xc7a3 },
- 'profilelooktabledata' => { 116 => 0xc726 },
- 'profilelooktabledims' => { 116 => 0xc725 },
- 'profilelooktableencoding' => { 116 => 0xc7a4 },
- 'profilename' => { 116 => 0xc6f8 },
- 'profiles' => { 443 => 'Profiles' },
- 'profiletonecurve' => { 116 => 0xc6fc },
- 'profiletype' => { 443 => [\'Profiles','ProfilesProfileType'] },
- 'programiso' => { 306 => 0x3c },
- 'programline' => { 322 => '1.1' },
- 'programmode' => { 184 => 0x5 },
- 'programshift' => { 219 => 0xd },
- 'programversion' => { 128 => 0x46 },
- 'prohibits' => { 461 => 'prohibits' },
- 'projectiontype' => { 451 => 'ProjectionType', 452 => 'ProjectionType' },
- 'projectname' => { 489 => 'projectName' },
- 'projectref' => { 489 => 'projectRef' },
- 'projectrefpath' => { 489 => [\'projectRef','projectRefPath'] },
- 'projectreftype' => { 489 => [\'projectRef','projectRefType'] },
- 'propertyreleaseid' => { 293 => 'PropertyReleaseID' },
- 'propertyreleasestatus' => { 293 => 'PropertyReleaseStatus' },
- 'province-state' => { 128 => 0x5f },
- 'publicationdate' => { 479 => 'publicationDate' },
- 'publicationdatea-platform' => { 479 => [\'publicationDate','publicationDateA-platform'] },
- 'publicationdatedate' => { 479 => [\'publicationDate','publicationDateDate'] },
- 'publicationdisplaydate' => { 479 => 'publicationDisplayDate' },
- 'publicationdisplaydatea-platform' => { 479 => [\'publicationDisplayDate','publicationDisplayDateA-platform'] },
- 'publicationdisplaydatedate' => { 479 => [\'publicationDisplayDate','publicationDisplayDateDate'] },
- 'publicationevent' => { 475 => 'PublicationEvent' },
- 'publicationeventdate' => { 475 => [\'PublicationEvent','PublicationEventDate'] },
- 'publicationeventidentifier' => { 475 => [\'PublicationEvent','PublicationEventIdentifier'] },
- 'publicationeventname' => { 475 => [\'PublicationEvent','PublicationEventName'] },
- 'publicationname' => { 479 => 'publicationName' },
- 'publisher' => { 358 => "\xa9pub", 360 => 'publisher', 466 => 'publisher' },
- 'publishingfrequency' => { 479 => 'publishingFrequency' },
- 'pulldown' => { 489 => 'pullDown' },
- 'purchasedate' => { 358 => 'purd' },
- 'purplehsl' => { 100 => 0x20916 },
- 'pxshiftperiphedgenr' => { 440 => 0x9013 },
- 'pxshiftperiphedgenrvalue' => { 440 => 0x9014 },
- 'quality' => { 0 => 0x1, 34 => 0x3, 109 => 0x2, 110 => 0x3002, 124 => 0x1000, 136 => 0x9, 219 => 0x4, 249 => 0x3, 288 => 0x201, 301 => 0x300, 341 => 0x8, 348 => 0x2, 383 => 0x16, 393 => 0x56, 394 => 0x56, 395 => 0xb, 406 => [0x102,0x202e] },
- 'quality2' => { 414 => 0x1170, 415 => 0x1174, 416 => 0x1150, 418 => 0x11a8, 419 => 0x1060, 420 => 0x258, 421 => 0x258, 422 => 0x247, 427 => 0x29, 428 => 0x25, 429 => 0x2a },
- 'qualitymode' => { 110 => 0x8 },
- 'quantizationmethod' => { 130 => 0x78 },
- 'quickadjust' => { 262 => 0x2a },
- 'quickcontroldialinmeter' => { 81 => 0x703 },
- 'quickfix' => { 259 => 0x416391c6 },
- 'quickshot' => { 382 => 0x213 },
- 'quiettime' => { 134 => 0x188a },
- 'rads' => { 366 => 'rads' },
- 'rangefinder' => { 271 => '4.1', 272 => '5.1', 273 => '5.1' },
- 'rasterizedcaption' => { 128 => 0x7d },
- 'rating' => { 116 => 0x4746, 124 => 0x1431, 352 => 0xdf, 358 => 'rtng', 406 => 0x2002, 458 => 'rating', 467 => 'rating', 475 => 'Rating', 479 => 'rating', 487 => 'Rating' },
- 'ratingpercent' => { 116 => 0x4749, 174 => 'Rating', 358 => 'rate', 487 => 'RatingPercent' },
- 'ratingregion' => { 475 => [\'Rating','RatingRatingRegion'] },
- 'ratingregioncity' => { 475 => [\'Rating','RatingRatingRegionCity'] },
- 'ratingregioncountrycode' => { 475 => [\'Rating','RatingRatingRegionCountryCode'] },
- 'ratingregioncountryname' => { 475 => [\'Rating','RatingRatingRegionCountryName'] },
- 'ratingregiongpsaltitude' => { 475 => [\'Rating','RatingRatingRegionGPSAltitude'] },
- 'ratingregiongpslatitude' => { 475 => [\'Rating','RatingRatingRegionGPSLatitude'] },
- 'ratingregiongpslongitude' => { 475 => [\'Rating','RatingRatingRegionGPSLongitude'] },
- 'ratingregionidentifier' => { 475 => [\'Rating','RatingRatingRegionIdentifier'] },
- 'ratingregionlocationid' => { 475 => [\'Rating','RatingRatingRegionLocationId'] },
- 'ratingregionlocationname' => { 475 => [\'Rating','RatingRatingRegionLocationName'] },
- 'ratingregionprovincestate' => { 475 => [\'Rating','RatingRatingRegionProvinceState'] },
- 'ratingregionsublocation' => { 475 => [\'Rating','RatingRatingRegionSublocation'] },
- 'ratingregionworldregion' => { 475 => [\'Rating','RatingRatingRegionWorldRegion'] },
- 'ratingscalemaxvalue' => { 475 => [\'Rating','RatingRatingScaleMaxValue'] },
- 'ratingscaleminvalue' => { 475 => [\'Rating','RatingRatingScaleMinValue'] },
- 'ratingsourcelink' => { 475 => [\'Rating','RatingRatingSourceLink'] },
- 'ratingvalue' => { 475 => [\'Rating','RatingRatingValue'] },
- 'ratingvaluelogolink' => { 475 => [\'Rating','RatingRatingValueLogoLink'] },
- 'rawandjpgrecording' => { 79 => 0x8, 181 => 0x109, 322 => 0xd },
- 'rawbrightnessadj' => { 100 => 0x20001, 105 => 0x38 },
- 'rawburstimagecount' => { 72 => 0x2 },
- 'rawburstimagenum' => { 72 => 0x1 },
- 'rawcoloradj' => { 105 => 0x2e },
- 'rawcropbottom' => { 352 => 0xd4 },
- 'rawcropleft' => { 352 => 0xd1 },
- 'rawcropright' => { 352 => 0xd3 },
- 'rawcroptop' => { 352 => 0xd2 },
- 'rawcustomsaturation' => { 105 => 0x30 },
- 'rawcustomtone' => { 105 => 0x34 },
- 'rawdata' => { 380 => 0xa048 },
- 'rawdatabyteorder' => { 380 => 0x40 },
- 'rawdatacfapattern' => { 380 => 0x50 },
- 'rawdatauniqueid' => { 116 => 0xc65d },
- 'rawdepth' => { 183 => 0x10 },
- 'rawdevartfilter' => { 290 => 0x121 },
- 'rawdevautogradation' => { 290 => 0x119 },
- 'rawdevcolorspace' => { 289 => 0x108, 290 => 0x109 },
- 'rawdevcontrastvalue' => { 289 => 0x106, 290 => 0x105 },
- 'rawdeveditstatus' => { 289 => 0x10b },
- 'rawdevelopmentprocess' => { 341 => 0x62 },
- 'rawdevengine' => { 289 => 0x109, 290 => 0x10b },
- 'rawdevexposurebiasvalue' => { 289 => 0x100, 290 => 0x100 },
- 'rawdevgradation' => { 290 => 0x112 },
- 'rawdevgraypoint' => { 289 => 0x103, 290 => 0x104 },
- 'rawdevmemorycoloremphasis' => { 289 => 0x105, 290 => 0x108 },
- 'rawdevnoisereduction' => { 289 => 0x10a, 290 => 0x10a },
- 'rawdevpicturemode' => { 290 => 0x10c },
- 'rawdevpm_bwfilter' => { 290 => 0x110 },
- 'rawdevpmcontrast' => { 290 => 0x10e },
- 'rawdevpmnoisefilter' => { 290 => 0x120 },
- 'rawdevpmpicturetone' => { 290 => 0x111 },
- 'rawdevpmsaturation' => { 290 => 0x10d },
- 'rawdevpmsharpness' => { 290 => 0x10f },
- 'rawdevsaturation3' => { 290 => 0x113 },
- 'rawdevsaturationemphasis' => { 289 => 0x104, 290 => 0x107 },
- 'rawdevsettings' => { 289 => 0x10c },
- 'rawdevsharpnessvalue' => { 289 => 0x107, 290 => 0x106 },
- 'rawdevversion' => { 289 => 0x0, 290 => 0x0 },
- 'rawdevwbfineadjustment' => { 289 => 0x102, 290 => 0x103 },
- 'rawdevwhitebalance' => { 290 => 0x101 },
- 'rawdevwhitebalancevalue' => { 289 => 0x101, 290 => 0x102 },
- 'rawfile' => { 116 => 0xfe4c },
- 'rawfilename' => { 463 => 'RawFileName', 465 => 'RawFileName' },
- 'rawfiletype' => { 406 => 0x2029 },
- 'rawformat' => { 311 => 0x2d, 350 => 0x10e },
- 'rawimagecenter' => { 219 => 0x99 },
- 'rawimagedigest' => { 116 => 0xc71c },
- 'rawimagesize' => { 341 => 0x39 },
- 'rawinfoversion' => { 291 => 0x0 },
- 'rawjpgheight' => { 96 => 0x4 },
- 'rawjpgquality' => { 55 => 0x6, 96 => 0x1 },
- 'rawjpgsize' => { 55 => 0x7, 96 => 0x2 },
- 'rawjpgwidth' => { 96 => 0x3 },
- 'rawmeasuredrggb' => { 41 => 0x26a, 43 => 0x280, 45 => 0x194, 46 => [0x1ad,0x26b] },
- 'rawrppused' => { 458 => 'rawrppused' },
- 'rawtopreviewgain' => { 116 => 0xc7a8 },
- 'readouttypeactual' => { 134 => 0x1903 },
- 'readouttyperequested' => { 134 => 0x1902 },
- 'reardisplay' => { 266 => '12.3', 267 => '6.2' },
- 'recdevice' => { 475 => 'RecDevice' },
- 'recdeviceattlensdescription' => { 475 => [\'RecDevice','RecDeviceAttLensDescription'] },
- 'recdevicemanufacturer' => { 475 => [\'RecDevice','RecDeviceManufacturer'] },
- 'recdevicemodelname' => { 475 => [\'RecDevice','RecDeviceModelName'] },
- 'recdeviceownersdeviceid' => { 475 => [\'RecDevice','RecDeviceOwnersDeviceId'] },
- 'recdeviceserialnumber' => { 475 => [\'RecDevice','RecDeviceSerialNumber'] },
- 'recipeendingpage' => { 481 => 'recipeEndingPage' },
- 'recipepagerange' => { 481 => 'recipePageRange' },
- 'recipesource' => { 481 => 'recipeSource' },
- 'recipestartingpage' => { 481 => 'recipeStartingPage' },
- 'recipetitle' => { 481 => 'recipeTitle' },
- 'recognizedface1age' => { 299 => 0x20 },
- 'recognizedface1name' => { 299 => 0x4 },
- 'recognizedface1position' => { 299 => 0x18 },
- 'recognizedface2age' => { 299 => 0x50 },
- 'recognizedface2name' => { 299 => 0x34 },
- 'recognizedface2position' => { 299 => 0x48 },
- 'recognizedface3age' => { 299 => 0x80 },
- 'recognizedface3name' => { 299 => 0x64 },
- 'recognizedface3position' => { 299 => 0x78 },
- 'recognizedfaceflags' => { 306 => 0x63 },
- 'recommendedexposureindex' => { 116 => 0x8832, 470 => 'RecommendedExposureIndex' },
- 'record' => { 115 => 'Record' },
- 'recordbasisofrecord' => { 115 => [\'Record','RecordBasisOfRecord'] },
- 'recordcollectioncode' => { 115 => [\'Record','RecordCollectionCode'] },
- 'recordcollectionid' => { 115 => [\'Record','RecordCollectionID'] },
- 'recorddatageneralizations' => { 115 => [\'Record','RecordDataGeneralizations'] },
- 'recorddatasetid' => { 115 => [\'Record','RecordDatasetID'] },
- 'recorddatasetname' => { 115 => [\'Record','RecordDatasetName'] },
- 'recorddisplay' => { 179 => 0x4d },
- 'recorddynamicproperties' => { 115 => [\'Record','RecordDynamicProperties'] },
- 'recordid' => { 94 => 0x1804 },
- 'recordinformationwithheld' => { 115 => [\'Record','RecordInformationWithheld'] },
- 'recordingcopyright' => { 366 => "\xa9phg" },
- 'recordingformat' => { 373 => 0x1000 },
- 'recordingmode' => { 109 => 0x1, 348 => 0x1 },
- 'recordinstitutioncode' => { 115 => [\'Record','RecordInstitutionCode'] },
- 'recordinstitutionid' => { 115 => [\'Record','RecordInstitutionID'] },
- 'recordlabelname' => { 366 => "\xa9lab" },
- 'recordlabelurl' => { 366 => "\xa9lal" },
- 'recordmode' => { 34 => 0x9, 110 => 0x3000 },
- 'recordownerinstitutioncode' => { 115 => [\'Record','RecordOwnerInstitutionCode'] },
- 'recordshutterrelease' => { 382 => 0x217 },
- 'redbalance' => { 288 => 0x1017, 311 => 0x11, 341 => 0x1c },
- 'redcurvelimits' => { 105 => 0x18a },
- 'redcurvepoints' => { 104 => 0x2d, 105 => 0x160 },
- 'redeyecorrection' => { 263 => 0x0 },
- 'redeyeinfo' => { 463 => 'RedEyeInfo', 465 => 'RedEyeInfo' },
- 'redeyereduction' => { 179 => 0x41, 393 => 0x6a, 395 => 0x28 },
- 'redeyeremoval' => { 306 => 0xb9 },
- 'redhsl' => { 100 => 0x20910 },
- 'redhue' => { 463 => 'RedHue', 465 => 'RedHue' },
- 'redsaturation' => { 463 => 'RedSaturation', 465 => 'RedSaturation' },
- 'reductionmatrix1' => { 116 => 0xc625 },
- 'reductionmatrix2' => { 116 => 0xc626 },
- 'reelname' => { 116 => 0xc789, 366 => 'reel' },
- 'reference1' => { 473 => [\'TagStructure','TagStructureReference'] },
- 'reference2' => { 473 => [\'TagStructure','TagStructureSubLabelsReference'] },
- 'reference3' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] },
- 'reference4' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] },
- 'reference5' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
- 'reference6' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
- 'referenceblackwhite' => { 116 => 0x214, 485 => 'ReferenceBlackWhite' },
- 'referencedate' => { 128 => 0x2f },
- 'referencenumber' => { 128 => 0x32 },
- 'references' => { 153 => 'References' },
- 'referenceservice' => { 128 => 0x2d },
- 'regionappliedtodimensions' => { 168 => [\'Regions','RegionsAppliedToDimensions'] },
- 'regionappliedtodimensionsh' => { 168 => [\'Regions','RegionsAppliedToDimensionsH'] },
- 'regionappliedtodimensionsunit' => { 168 => [\'Regions','RegionsAppliedToDimensionsUnit'] },
- 'regionappliedtodimensionsw' => { 168 => [\'Regions','RegionsAppliedToDimensionsW'] },
- 'regionarea' => { 168 => [\'Regions','RegionsRegionListArea'] },
- 'regionaread' => { 168 => [\'Regions','RegionsRegionListAreaD'] },
- 'regionareah' => { 168 => [\'Regions','RegionsRegionListAreaH'] },
- 'regionareaunit' => { 168 => [\'Regions','RegionsRegionListAreaUnit'] },
- 'regionareaw' => { 168 => [\'Regions','RegionsRegionListAreaW'] },
- 'regionareax' => { 168 => [\'Regions','RegionsRegionListAreaX'] },
- 'regionareay' => { 168 => [\'Regions','RegionsRegionListAreaY'] },
- 'regionbarcodevalue' => { 168 => [\'Regions','RegionsRegionListBarCodeValue'] },
- 'regionconstraints' => { 293 => 'RegionConstraints' },
- 'regiondescription' => { 168 => [\'Regions','RegionsRegionListDescription'] },
- 'regionextensions' => { 168 => [\'Regions','RegionsRegionListExtensions'] },
- 'regionfocususage' => { 168 => [\'Regions','RegionsRegionListFocusUsage'] },
- 'regioninfo' => { 168 => 'Regions' },
- 'regioninfodateregionsvalid' => { 171 => [\'RegionInfo','RegionInfoDateRegionsValid'] },
- 'regioninfomp' => { 171 => 'RegionInfo' },
- 'regioninforegions' => { 171 => [\'RegionInfo','RegionInfoRegions'] },
- 'regionlist' => { 168 => [\'Regions','RegionsRegionList'] },
- 'regionname' => { 168 => [\'Regions','RegionsRegionListName'] },
- 'regionpersondisplayname' => { 171 => [\'RegionInfo','RegionInfoRegionsPersonDisplayName'] },
- 'regionpersonemaildigest' => { 171 => [\'RegionInfo','RegionInfoRegionsPersonEmailDigest'] },
- 'regionpersonliveidcid' => { 171 => [\'RegionInfo','RegionInfoRegionsPersonLiveIdCID'] },
- 'regionpersonsourceid' => { 171 => [\'RegionInfo','RegionInfoRegionsPersonSourceID'] },
- 'regionrectangle' => { 171 => [\'RegionInfo','RegionInfoRegionsRectangle'] },
- 'regionrotation' => { 168 => [\'Regions','RegionsRegionListRotation'] },
- 'regionseealso' => { 168 => [\'Regions','RegionsRegionListSeeAlso'] },
- 'regiontype' => { 168 => [\'Regions','RegionsRegionListType'] },
- 'registryentryrole' => { 475 => [\'RegistryId','RegistryIdRegEntryRole'] },
- 'registryid' => { 475 => 'RegistryId' },
- 'registryitemid' => { 475 => [\'RegistryId','RegistryIdRegItemId'] },
- 'registryorganisationid' => { 475 => [\'RegistryId','RegistryIdRegOrgId'] },
- 'relatedaudiofile' => { 151 => 'data' },
- 'relatedaudiofilename' => { 151 => '1Name' },
- 'relatedaudiofiletype' => { 151 => '0Type' },
- 'relatedimagefileformat' => { 116 => 0x1000 },
- 'relatedimageheight' => { 116 => 0x1002 },
- 'relatedimagewidth' => { 116 => 0x1001 },
- 'relatedresourceid' => { 115 => [\'ResourceRelationship','ResourceRelationshipRelatedResourceID'] },
- 'relatedsoundfile' => { 116 => 0xa004, 469 => 'RelatedSoundFile' },
- 'relatedvideofile' => { 165 => 'data' },
- 'relatedvideofilename' => { 165 => '1Name' },
- 'relatedvideofiletype' => { 165 => '0Type' },
- 'relation' => { 466 => 'relation' },
- 'relationshipaccordingto' => { 115 => [\'ResourceRelationship','ResourceRelationshipRelationshipAccordingTo'] },
- 'relationshipestablisheddate' => { 115 => [\'ResourceRelationship','ResourceRelationshipRelationshipEstablishedDate'] },
- 'relationshipofresource' => { 115 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResource'] },
- 'relationshipremarks' => { 115 => [\'ResourceRelationship','ResourceRelationshipRelationshipRemarks'] },
- 'relativealtitude' => { 113 => 'RelativeAltitude' },
- 'relativepeakaudiofilepath' => { 489 => 'relativePeakAudioFilePath' },
- 'relativetimestamp' => { 489 => 'relativeTimestamp' },
- 'relativetimestampscale' => { 489 => [\'relativeTimestamp','relativeTimestampScale'] },
- 'relativetimestampvalue' => { 489 => [\'relativeTimestamp','relativeTimestampValue'] },
- 'releasebuttontousedial' => { 266 => '17.8', 267 => '18.5', 269 => '18.4', 270 => '18.4', 275 => '33.8', 276 => '17.6', 279 => '18.5', 280 => '18.4' },
- 'releasedate' => { 128 => 0x1e, 358 => 'rldt', 458 => 'ReleaseDate', 489 => 'releaseDate' },
- 'releasemode' => { 110 => 0x3001, 237 => 0x184d, 406 => 0xb049 },
- 'releasemode2' => { 414 => 0x112c, 415 => [0x112c,0x8], 416 => [0x1108,0x8], 417 => [0x1184,0x8], 418 => [0x1160,0x8], 419 => [0x4,0x1018], 420 => [0x4,0x210], 421 => [0x4,0x210], 422 => [0x4,0x208], 424 => [0x67,0x3f], 425 => [0x6b,0x6d,0x73,0x4b], 426 => [0x6b,0x4b], 427 => 0x10, 428 => 0x10, 429 => 0x9, 436 => 0x34 },
- 'releasemode3' => { 414 => 0x1128, 415 => 0x1128, 416 => 0x1104, 417 => 0x1180, 418 => 0x115c, 419 => 0x1014, 420 => 0x20c, 421 => 0x20c, 422 => 0x204 },
- 'releaseready' => { 475 => 'ReleaseReady' },
- 'releasesetting' => { 94 => 0x1016 },
- 'releasetime' => { 128 => 0x23, 458 => 'ReleaseTime' },
- 'remoteonduration' => { 268 => '3.4', 271 => '17.2', 272 => '18.2', 273 => '18.2', 274 => '18.2', 276 => '18.2', 277 => '4.3', 281 => '19.2' },
- 'renditionclass' => { 490 => 'RenditionClass' },
- 'renditionof' => { 490 => 'RenditionOf' },
- 'renditionofalternatepaths' => { 490 => [\'RenditionOf','RenditionOfAlternatePaths'] },
- 'renditionofdocumentid' => { 490 => [\'RenditionOf','RenditionOfDocumentID'] },
- 'renditionoffilepath' => { 490 => [\'RenditionOf','RenditionOfFilePath'] },
- 'renditionoffrompart' => { 490 => [\'RenditionOf','RenditionOfFromPart'] },
- 'renditionofinstanceid' => { 490 => [\'RenditionOf','RenditionOfInstanceID'] },
- 'renditionoflastmodifydate' => { 490 => [\'RenditionOf','RenditionOfLastModifyDate'] },
- 'renditionoflasturl' => { 490 => [\'RenditionOf','RenditionOfLastURL'] },
- 'renditionoflinkcategory' => { 490 => [\'RenditionOf','RenditionOfLinkCategory'] },
- 'renditionoflinkform' => { 490 => [\'RenditionOf','RenditionOfLinkForm'] },
- 'renditionofmanager' => { 490 => [\'RenditionOf','RenditionOfManager'] },
- 'renditionofmanagervariant' => { 490 => [\'RenditionOf','RenditionOfManagerVariant'] },
- 'renditionofmanageto' => { 490 => [\'RenditionOf','RenditionOfManageTo'] },
- 'renditionofmanageui' => { 490 => [\'RenditionOf','RenditionOfManageUI'] },
- 'renditionofmaskmarkers' => { 490 => [\'RenditionOf','RenditionOfMaskMarkers'] },
- 'renditionoforiginaldocumentid' => { 490 => [\'RenditionOf','RenditionOfOriginalDocumentID'] },
- 'renditionofpartmapping' => { 490 => [\'RenditionOf','RenditionOfPartMapping'] },
- 'renditionofplacedresolutionunit' => { 490 => [\'RenditionOf','RenditionOfPlacedResolutionUnit'] },
- 'renditionofplacedxresolution' => { 490 => [\'RenditionOf','RenditionOfPlacedXResolution'] },
- 'renditionofplacedyresolution' => { 490 => [\'RenditionOf','RenditionOfPlacedYResolution'] },
- 'renditionofrenditionclass' => { 490 => [\'RenditionOf','RenditionOfRenditionClass'] },
- 'renditionofrenditionparams' => { 490 => [\'RenditionOf','RenditionOfRenditionParams'] },
- 'renditionoftopart' => { 490 => [\'RenditionOf','RenditionOfToPart'] },
- 'renditionofversionid' => { 490 => [\'RenditionOf','RenditionOfVersionID'] },
- 'renditionparams' => { 490 => 'RenditionParams' },
- 'repeatingflashcount' => { 203 => 0xd, 204 => 0xe, 205 => 0xe, 206 => 0xe, 207 => 0xe, 275 => '17.2', 276 => '24.2', 277 => '9.2', 278 => '24.2', 281 => '25.2' },
- 'repeatingflashcountbuilt-in' => { 245 => 0x4db },
- 'repeatingflashcountexternal' => { 245 => 0x4c3 },
- 'repeatingflashoutput' => { 275 => '17.1', 276 => '24.1', 277 => '9.1', 278 => '24.1', 281 => '25.1' },
- 'repeatingflashoutputexternal' => { 245 => 0x4c0 },
- 'repeatingflashrate' => { 203 => 0xc, 204 => 0xd, 205 => 0xd, 206 => 0xd, 207 => 0xd, 275 => '18.1', 276 => '25.1', 277 => '10.1', 278 => '25.1', 281 => '26.1' },
- 'repeatingflashratebuilt-in' => { 245 => 0x4da },
- 'repeatingflashrateexternal' => { 245 => 0x4c2 },
- 'requirements' => { 366 => "\xa9req" },
- 'requires' => { 461 => 'requires' },
- 'resampleparams' => { 489 => 'resampleParams' },
- 'resampleparamsquality' => { 489 => [\'resampleParams','resampleParamsQuality'] },
- 'resamplingkerneldenominators050' => { 134 => 0xe50 },
- 'resamplingkerneldenominators067' => { 134 => 0xe4f },
- 'resamplingkerneldenominators100' => { 134 => 0xe51 },
- 'resaved' => { 382 => 0x21e },
- 'resetblacksegrows' => { 134 => 0x181a },
- 'resolution' => { 158 => 'Resolution' },
- 'resolutionmode' => { 383 => [0x87,0x4] },
- 'resolutionunit' => { 116 => 0x128, 131 => 0x2, 485 => 'ResolutionUnit' },
- 'resourceid' => { 115 => [\'ResourceRelationship','ResourceRelationshipResourceID'] },
- 'resourcerelationship' => { 115 => 'ResourceRelationship' },
- 'resourcerelationshipid' => { 115 => [\'ResourceRelationship','ResourceRelationshipResourceRelationshipID'] },
- 'restrictdrivemodes' => { 81 => 0x612 },
- 'restrictions' => { 482 => 'restrictions' },
- 'retouchareafeather' => { 463 => [\'RetouchAreas','RetouchAreasFeather'], 465 => [\'RetouchAreas','RetouchAreasFeather'] },
- 'retouchareamaskalpha' => { 463 => [\'RetouchAreas','RetouchAreasMasksAlpha'], 465 => [\'RetouchAreas','RetouchAreasMasksAlpha'] },
- 'retouchareamaskangle' => { 463 => [\'RetouchAreas','RetouchAreasMasksAngle'], 465 => [\'RetouchAreas','RetouchAreasMasksAngle'] },
- 'retouchareamaskbottom' => { 463 => [\'RetouchAreas','RetouchAreasMasksBottom'], 465 => [\'RetouchAreas','RetouchAreasMasksBottom'] },
- 'retouchareamaskcentervalue' => { 463 => [\'RetouchAreas','RetouchAreasMasksCenterValue'], 465 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] },
- 'retouchareamaskcenterweight' => { 463 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'], 465 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] },
- 'retouchareamaskdabs' => { 463 => [\'RetouchAreas','RetouchAreasMasksDabs'], 465 => [\'RetouchAreas','RetouchAreasMasksDabs'] },
- 'retouchareamaskfeather' => { 463 => [\'RetouchAreas','RetouchAreasMasksFeather'], 465 => [\'RetouchAreas','RetouchAreasMasksFeather'] },
- 'retouchareamaskflipped' => { 463 => [\'RetouchAreas','RetouchAreasMasksFlipped'], 465 => [\'RetouchAreas','RetouchAreasMasksFlipped'] },
- 'retouchareamaskflow' => { 463 => [\'RetouchAreas','RetouchAreasMasksFlow'], 465 => [\'RetouchAreas','RetouchAreasMasksFlow'] },
- 'retouchareamaskfullx' => { 463 => [\'RetouchAreas','RetouchAreasMasksFullX'], 465 => [\'RetouchAreas','RetouchAreasMasksFullX'] },
- 'retouchareamaskfully' => { 463 => [\'RetouchAreas','RetouchAreasMasksFullY'], 465 => [\'RetouchAreas','RetouchAreasMasksFullY'] },
- 'retouchareamaskleft' => { 463 => [\'RetouchAreas','RetouchAreasMasksLeft'], 465 => [\'RetouchAreas','RetouchAreasMasksLeft'] },
- 'retouchareamaskmidpoint' => { 463 => [\'RetouchAreas','RetouchAreasMasksMidpoint'], 465 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] },
- 'retouchareamaskperimetervalue' => { 463 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'], 465 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] },
- 'retouchareamaskradius' => { 463 => [\'RetouchAreas','RetouchAreasMasksRadius'], 465 => [\'RetouchAreas','RetouchAreasMasksRadius'] },
- 'retouchareamaskright' => { 463 => [\'RetouchAreas','RetouchAreasMasksRight'], 465 => [\'RetouchAreas','RetouchAreasMasksRight'] },
- 'retouchareamaskroundness' => { 463 => [\'RetouchAreas','RetouchAreasMasksRoundness'], 465 => [\'RetouchAreas','RetouchAreasMasksRoundness'] },
- 'retouchareamasks' => { 463 => [\'RetouchAreas','RetouchAreasMasks'], 465 => [\'RetouchAreas','RetouchAreasMasks'] },
- 'retouchareamasksizex' => { 463 => [\'RetouchAreas','RetouchAreasMasksSizeX'], 465 => [\'RetouchAreas','RetouchAreasMasksSizeX'] },
- 'retouchareamasksizey' => { 463 => [\'RetouchAreas','RetouchAreasMasksSizeY'], 465 => [\'RetouchAreas','RetouchAreasMasksSizeY'] },
- 'retouchareamasktop' => { 463 => [\'RetouchAreas','RetouchAreasMasksTop'], 465 => [\'RetouchAreas','RetouchAreasMasksTop'] },
- 'retouchareamaskvalue' => { 463 => [\'RetouchAreas','RetouchAreasMasksMaskValue'], 465 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] },
- 'retouchareamaskversion' => { 463 => [\'RetouchAreas','RetouchAreasMasksVersion'], 465 => [\'RetouchAreas','RetouchAreasMasksVersion'] },
- 'retouchareamaskwhat' => { 463 => [\'RetouchAreas','RetouchAreasMasksWhat'], 465 => [\'RetouchAreas','RetouchAreasMasksWhat'] },
- 'retouchareamaskx' => { 463 => [\'RetouchAreas','RetouchAreasMasksX'], 465 => [\'RetouchAreas','RetouchAreasMasksX'] },
- 'retouchareamasky' => { 463 => [\'RetouchAreas','RetouchAreasMasksY'], 465 => [\'RetouchAreas','RetouchAreasMasksY'] },
- 'retouchareamaskzerox' => { 463 => [\'RetouchAreas','RetouchAreasMasksZeroX'], 465 => [\'RetouchAreas','RetouchAreasMasksZeroX'] },
- 'retouchareamaskzeroy' => { 463 => [\'RetouchAreas','RetouchAreasMasksZeroY'], 465 => [\'RetouchAreas','RetouchAreasMasksZeroY'] },
- 'retouchareamethod' => { 463 => [\'RetouchAreas','RetouchAreasMethod'], 465 => [\'RetouchAreas','RetouchAreasMethod'] },
- 'retouchareaoffsety' => { 463 => [\'RetouchAreas','RetouchAreasOffsetY'], 465 => [\'RetouchAreas','RetouchAreasOffsetY'] },
- 'retouchareaopacity' => { 463 => [\'RetouchAreas','RetouchAreasOpacity'], 465 => [\'RetouchAreas','RetouchAreasOpacity'] },
- 'retouchareas' => { 463 => 'RetouchAreas', 465 => 'RetouchAreas' },
- 'retouchareaseed' => { 463 => [\'RetouchAreas','RetouchAreasSeed'], 465 => [\'RetouchAreas','RetouchAreasSeed'] },
- 'retouchareasourcestate' => { 463 => [\'RetouchAreas','RetouchAreasSourceState'], 465 => [\'RetouchAreas','RetouchAreasSourceState'] },
- 'retouchareasourcex' => { 463 => [\'RetouchAreas','RetouchAreasSourceX'], 465 => [\'RetouchAreas','RetouchAreasSourceX'] },
- 'retouchareaspottype' => { 463 => [\'RetouchAreas','RetouchAreasSpotType'], 465 => [\'RetouchAreas','RetouchAreasSpotType'] },
- 'retouchhistory' => { 219 => 0x9e },
- 'retouchinfo' => { 463 => 'RetouchInfo', 465 => 'RetouchInfo' },
- 'retouchnefprocessing' => { 226 => 0x5 },
- 'retractlensonpoweroff' => { 81 => 0x814 },
- 'reuse' => { 293 => 'Reuse' },
- 'reuseallowed' => { 492 => 'ReuseAllowed' },
- 'reuseprohibited' => { 482 => 'reuseProhibited' },
- 'reverseexposurecompdial' => { 273 => '5.2' },
- 'reverseindicators' => { 266 => '12.1', 267 => '6.1', 269 => '6.1', 270 => '6.1', 271 => '4.3', 272 => '5.2', 273 => '5.4', 275 => '33.5', 276 => '5.1', 279 => '6.1', 280 => '6.1', 281 => '6.2' },
- 'reverseshutterspeedaperture' => { 273 => '5.3' },
- 'revision' => { 467 => 'revision' },
- 'rflensmffocusringsensitivity' => { 81 => 0x714 },
- 'rflenstype' => { 55 => 0x3d },
- 'rgbcurvelimits' => { 105 => 0x238 },
- 'rgbcurvepoints' => { 104 => 0x7, 105 => 0x20e },
- 'richtextcomment' => { 472 => 'RichTextComment' },
- 'ricohdate' => { 372 => 0x6 },
- 'ricohimageheight' => { 372 => 0x2 },
- 'ricohimagewidth' => { 372 => 0x0 },
- 'rightalbedo' => { 454 => 'RightAlbedo' },
- 'rightascension' => { 161 => 'RightAscension' },
- 'rights' => { 466 => 'rights' },
- 'rightsagent' => { 482 => 'rightsAgent' },
- 'rightsowner' => { 482 => 'rightsOwner' },
- 'roll' => { 112 => 0x8, 366 => ['roll',"\xa9frl"] },
- 'rollangle' => { 237 => 0x350b, 238 => 0x2c24, 246 => 0x36f4, 247 => 0x2efb, 283 => 0x903, 306 => 0x90, 340 => 0x1, 378 => 0x2 },
- 'romoperationmode' => { 94 => 0x80d },
- 'rotation' => { 30 => 0x17, 31 => 0x18, 93 => 0x3, 100 => 0x10002, 105 => 0x26e, 111 => 'QuickTime-Rotation', 120 => 0x4, 161 => 'Rotation', 177 => [0x65,0x50], 178 => 0x46, 179 => 0x5a, 182 => 0x10, 237 => 0x3693, 238 => 0xca, 244 => '590.1', 259 => 0x76a43207, 306 => 0x30, 322 => '17.2', 352 => 0xd8, 359 => 'irot', 393 => 0x3f, 394 => 0x3f, 404 => 0x10 },
- 'routedto' => { 471 => 'RoutedTo' },
- 'routing' => { 357 => 'Routing' },
- 'routingdestinations' => { 453 => 'RoutingDestinations' },
- 'routingexclusions' => { 453 => 'RoutingExclusions' },
- 'routingnotes' => { 471 => 'RoutingNotes' },
- 'rowsperstrip' => { 116 => 0x116 },
- 'rpp' => { 458 => 'rpp' },
- 'rtkflag' => { 113 => 'RtkFlag' },
- 'rtkstdhgt' => { 113 => 'RtkStdHgt' },
- 'rtkstdlat' => { 113 => 'RtkStdLat' },
- 'rtkstdlon' => { 113 => 'RtkStdLon' },
- 'safetyshift' => { 81 => 0x108 },
- 'safetyshiftinavortv' => { 79 => 0x10, 80 => 0x10, 82 => 0xf, 83 => 0x10, 86 => 0x10 },
- 'sameexposurefornewaperture' => { 81 => 0x112 },
- 'samplebits' => { 151 => 'SampleBits' },
- 'samplepagerange' => { 479 => 'samplePageRange' },
- 'samplerate' => { 151 => 'SampleRate' },
- 'samplesperpixel' => { 116 => 0x115, 311 => 0x8, 485 => 'SamplesPerPixel' },
- 'samplestructure' => { 130 => 0x5a },
- 'samsungmodelid' => { 380 => 0x3 },
- 'sanyoquality' => { 382 => 0x201 },
- 'sanyothumbnail' => { 382 => 0x100 },
- 'saturation' => { 10 => 0x6e, 12 => 0x76, 34 => 0xe, 49 => 0x1, 109 => 0xd, 110 => [0x3013,0x1f], 116 => [0xa409,0xfe55], 124 => 0x1003, 152 => 'Saturation', 176 => 0x1f, 177 => 0x32, 178 => 0x28, 179 => 0x1a, 184 => 0x1, 219 => 0xaa, 221 => 0x35, 222 => 0x3b, 223 => 0x43, 306 => 0x40, 308 => 0x300d, 341 => 0x1f, 348 => 0xd, 367 => 0x27, 369 => 0x58, 372 => 0x28, 373 => 0x1013, 383 => 0x10, 393 => 0x1e, 394 => 0x1b, 406 => 0x2005, 463 => 'Saturation', 465 => 'Saturation', 469 => 'Saturation' },
- 'saturationadj' => { 100 => 0x20901, 105 => 0x116, 219 => 0x94, 258 => 0x1, 262 => 0x2e, 440 => 0x8016 },
- 'saturationadjustmentaqua' => { 463 => 'SaturationAdjustmentAqua', 465 => 'SaturationAdjustmentAqua' },
- 'saturationadjustmentblue' => { 463 => 'SaturationAdjustmentBlue', 465 => 'SaturationAdjustmentBlue' },
- 'saturationadjustmentgreen' => { 463 => 'SaturationAdjustmentGreen', 465 => 'SaturationAdjustmentGreen' },
- 'saturationadjustmentmagenta' => { 463 => 'SaturationAdjustmentMagenta', 465 => 'SaturationAdjustmentMagenta' },
- 'saturationadjustmentorange' => { 463 => 'SaturationAdjustmentOrange', 465 => 'SaturationAdjustmentOrange' },
- 'saturationadjustmentpurple' => { 463 => 'SaturationAdjustmentPurple', 465 => 'SaturationAdjustmentPurple' },
- 'saturationadjustmentred' => { 463 => 'SaturationAdjustmentRed', 465 => 'SaturationAdjustmentRed' },
- 'saturationadjustmentyellow' => { 463 => 'SaturationAdjustmentYellow', 465 => 'SaturationAdjustmentYellow' },
- 'saturationauto' => { 68 => 0x98 },
- 'saturationfaithful' => { 19 => 0xfe, 67 => 0x68, 68 => 0x68 },
- 'saturationlandscape' => { 19 => 0xfc, 67 => 0x38, 68 => 0x38 },
- 'saturationmonochrome' => { 67 => 0x80, 68 => 0x80 },
- 'saturationneutral' => { 19 => 0xfd, 67 => 0x50, 68 => 0x50 },
- 'saturationportrait' => { 19 => 0xfb, 67 => 0x20, 68 => 0x20 },
- 'saturationsetting' => { 291 => 0x1010, 395 => 0x11, 411 => 0x9 },
- 'saturationstandard' => { 19 => 0xfa, 67 => 0x8, 68 => 0x8 },
- 'saturationuserdef1' => { 19 => 0x100, 67 => 0x98, 68 => 0xb0 },
- 'saturationuserdef2' => { 19 => 0x101, 67 => 0xb0, 68 => 0xc8 },
- 'saturationuserdef3' => { 19 => 0x102, 67 => 0xc8, 68 => 0xe0 },
- 'saveid' => { 490 => 'SaveID' },
- 'sbaanalysiscomplete' => { 134 => 0xc35 },
- 'sbablack' => { 134 => 0xc25 },
- 'sbagmoffset' => { 134 => 0xc4a },
- 'sbagray' => { 134 => 0xc26 },
- 'sbagreenmagentabal' => { 134 => 0xc33 },
- 'sbahighgray' => { 134 => 0xc46 },
- 'sbailloffset' => { 134 => 0xc49 },
- 'sbailluminantbal' => { 134 => 0xc34 },
- 'sbalowgray' => { 134 => 0xc47 },
- 'sbaneutralbal' => { 134 => 0xc32 },
- 'sbawhite' => { 134 => 0xc27 },
- 'scaletype' => { 489 => 'scaleType' },
- 'scanimageenhancer' => { 227 => 0x60 },
- 'scanningdirection' => { 130 => 0x64 },
- 'scene' => { 366 => 'scen', 474 => 'Scene', 489 => 'scene' },
- 'scenearea' => { 286 => 0x211, 288 => 0x1031 },
- 'sceneassist' => { 219 => 0x9c },
- 'scenecapturetype' => { 116 => 0xa406, 469 => 'SceneCaptureType' },
- 'scenedetect' => { 286 => 0x210, 288 => 0x1030 },
- 'scenedetectdata' => { 286 => 0x212, 288 => 0x1033 },
- 'scenemode' => { 138 => 0xfa02, 181 => 0x100, 219 => 0x8f, 283 => 0x509, 288 => 0x403, 306 => 0x8001, 315 => 0xf, 406 => 0xb023 },
- 'scenemodeused' => { 140 => [0x6002,0xf002] },
- 'scenerecognition' => { 124 => 0x1425 },
- 'sceneselect' => { 382 => 0x21f },
- 'scenetype' => { 116 => 0xa301, 469 => 'SceneType' },
- 'screentips' => { 266 => '12.7', 267 => '5.3', 275 => '13.1', 276 => '4.4', 279 => '5.4', 281 => '5.1' },
- 'scriptversion' => { 134 => 0x1770 },
- 'season' => { 475 => 'Season', 478 => 'season' },
- 'seasonidentifier' => { 475 => [\'Season','SeasonIdentifier'] },
- 'seasonname' => { 475 => [\'Season','SeasonName'] },
- 'seasonnumber' => { 475 => [\'Season','SeasonNumber'] },
- 'secondaryftp' => { 453 => 'SecondaryFTP' },
- 'secondaryslotfunction' => { 237 => 0x1d0, 246 => 0x1d0 },
- 'section' => { 479 => 'section' },
- 'securityclassification' => { 116 => 0x9212 },
- 'selectableafpoint' => { 81 => 0x509 },
+ 'photoeffecthistoryxml' => { 260 => 0xe9651831 },
+ 'photoeffects' => { 260 => 0xab5eca5e },
+ 'photoeffectsblue' => { 262 => 0x8 },
+ 'photoeffectsgreen' => { 262 => 0x6 },
+ 'photoeffectsred' => { 262 => 0x4 },
+ 'photoeffectstype' => { 262 => 0x0 },
+ 'photographicsensitivity' => { 471 => 'PhotographicSensitivity' },
+ 'photoinfoplayback' => { 267 => '17.6', 276 => '33.6' },
+ 'photometricinterpretation' => { 117 => 0x106, 486 => 'PhotometricInterpretation' },
+ 'photoshootingmenubank' => { 239 => 0xe7d, 248 => 0xfbd },
+ 'photoshootingmenubankimagearea' => { 239 => '3716.1', 248 => 0x791 },
+ 'photoshopbgrthumbnail' => { 356 => 0x409 },
+ 'photoshopquality' => { 355 => 0x0 },
+ 'photoshopthumbnail' => { 356 => 0x40c },
+ 'photostyle' => { 307 => 0x89 },
+ 'picklabel' => { 469 => 'PickLabel' },
+ 'pictinfo' => { 383 => 0x208 },
+ 'picturecontrol' => { 260 => 0xe2173c47 },
+ 'picturecontrolactive' => { 263 => 0x0 },
+ 'picturecontroladjust' => { 222 => 0x30, 223 => 0x30, 224 => 0x36 },
+ 'picturecontrolbase' => { 222 => 0x18, 223 => 0x18, 224 => 0x1c },
+ 'picturecontroldata' => { 220 => [0xbd,0x23] },
+ 'picturecontrolmode' => { 263 => 0x13 },
+ 'picturecontrolname' => { 222 => 0x4, 223 => 0x4, 224 => 0x8 },
+ 'picturecontrolquickadjust' => { 222 => 0x31, 223 => 0x31, 224 => 0x37 },
+ 'pictureeffect' => { 407 => 0x200e },
+ 'pictureeffect2' => { 415 => 0x1163, 416 => 0x1167, 417 => 0x1143, 418 => 0x11bf, 419 => 0x119b, 420 => 0x1053, 421 => 0x24b, 422 => 0x24b, 423 => 0x23c, 437 => 0x46 },
+ 'picturefinish' => { 178 => 0x71 },
+ 'picturemode' => { 125 => 0x1031, 284 => 0x520, 342 => [0xb,0x33], 384 => 0x3d },
+ 'picturemode2' => { 323 => 0x0 },
+ 'picturemodebwfilter' => { 284 => 0x525 },
+ 'picturemodecontrast' => { 284 => 0x523 },
+ 'picturemodeeffect' => { 284 => 0x52d },
+ 'picturemodehue' => { 284 => 0x522 },
+ 'picturemodesaturation' => { 284 => 0x521 },
+ 'picturemodesharpness' => { 284 => 0x524 },
+ 'picturemodetone' => { 284 => 0x526 },
+ 'pictureprofile' => { 415 => [0x115e,0x115f], 416 => [0x1162,0x1163], 417 => [0x113e,0x113f], 418 => [0x11ba,0x11bb], 419 => [0x1196,0x1197], 420 => [0x104e,0x104f], 421 => [0x246,0x247], 422 => [0x246,0x247], 423 => [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' => { 381 => 0x21 },
+ 'picturewizardcolor' => { 380 => 0x1 },
+ 'picturewizardcontrast' => { 380 => 0x4 },
+ 'picturewizardmode' => { 380 => 0x0 },
+ 'picturewizardsaturation' => { 380 => 0x2 },
+ 'picturewizardsharpness' => { 380 => 0x3 },
+ 'pipelineversion' => { 173 => 'PipelineVersion' },
+ 'pitch' => { 113 => 0x6, 268 => '4.1', 280 => '4.1', 367 => ['ptch',"\xa9fpt"] },
+ 'pitchangle' => { 238 => 0x350f, 239 => 0x2c28, 247 => 0x36f8, 248 => 0x2eff, 284 => 0x904, 307 => 0x91, 341 => 0x2, 379 => 0x1 },
+ 'pitchshift' => { 361 => 'player.movie.audio.pitchshift' },
+ 'pixelaspectratio' => { 360 => 'pasp' },
+ 'pixelclockfrequency' => { 135 => 0x40b },
+ 'pixelcorrectionoffset' => { 135 => 0x972 },
+ 'pixelcorrectionscale' => { 135 => 0x971 },
+ 'pixelscale' => { 117 => 0x830e },
+ 'pixelshiftinfo' => { 407 => 0x202f },
+ 'pixelshiftresolution' => { 343 => 0x0 },
+ 'pixelsperunitx' => { 296 => 0x0 },
+ 'pixelsperunity' => { 296 => 0x4 },
+ 'pixelunits' => { 296 => 0x8 },
+ 'planarconfiguration' => { 117 => 0x11c, 486 => 'PlanarConfiguration' },
+ 'plane' => { 444 => [\'Planes','PlanesPlane'] },
+ 'planeboundary' => { 444 => [\'Planes','PlanesPlaneBoundary'] },
+ 'planeboundaryvertexcount' => { 444 => [\'Planes','PlanesPlaneBoundaryVertexCount'] },
+ 'planeextentx' => { 444 => [\'Planes','PlanesPlaneExtentX'] },
+ 'planeextentz' => { 444 => [\'Planes','PlanesPlaneExtentZ'] },
+ 'planepose' => { 444 => [\'Planes','PlanesPlanePose'] },
+ 'planeposepositionx' => { 444 => [\'Planes','PlanesPlanePosePositionX'] },
+ 'planeposepositiony' => { 444 => [\'Planes','PlanesPlanePosePositionY'] },
+ 'planeposepositionz' => { 444 => [\'Planes','PlanesPlanePosePositionZ'] },
+ 'planeposerotationw' => { 444 => [\'Planes','PlanesPlanePoseRotationW'] },
+ 'planeposerotationx' => { 444 => [\'Planes','PlanesPlanePoseRotationX'] },
+ 'planeposerotationy' => { 444 => [\'Planes','PlanesPlanePoseRotationY'] },
+ 'planeposerotationz' => { 444 => [\'Planes','PlanesPlanePoseRotationZ'] },
+ 'planeposetimestamp' => { 444 => [\'Planes','PlanesPlanePoseTimestamp'] },
+ 'planes' => { 444 => 'Planes' },
+ 'planningref' => { 476 => 'PlanningRef' },
+ 'planningrefidentifier' => { 476 => [\'PlanningRef','PlanningRefIdentifier'] },
+ 'planningrefname' => { 476 => [\'PlanningRef','PlanningRefName'] },
+ 'planningrefrole' => { 476 => [\'PlanningRef','PlanningRefRole'] },
+ 'platenames' => { 495 => 'PlateNames' },
+ 'platform' => { 480 => 'platform' },
+ 'playallframes' => { 367 => 'AllF' },
+ 'playbackmenustime' => { 272 => '20.1', 273 => '21.1', 274 => '21.1' },
+ 'playbackmonitorofftime' => { 267 => '25.2', 268 => '36.1', 270 => '36.1', 271 => '36.1', 275 => '35.1', 276 => '8.1', 277 => '35.1', 280 => '36.1', 281 => '36.1', 282 => '21.1' },
+ 'playbackzoom' => { 268 => '37.1' },
+ 'playdisplay' => { 180 => 0x4e },
+ 'playerversion' => { 361 => 'player.version' },
+ 'playgap' => { 359 => 'pgap' },
+ 'playlistid' => { 359 => 'plID' },
+ 'playmode' => { 367 => 'SDLN' },
+ 'playselection' => { 367 => 'SelO' },
+ 'plusversion' => { 294 => 'Version' },
+ 'pmversion' => { 354 => 'PMVersion' },
+ 'pngwarning' => { 297 => 'Warning' },
+ 'podcast' => { 359 => 'pcst' },
+ 'podcasturl' => { 359 => 'purl' },
+ 'poilevel' => { 219 => 0x8 },
+ 'portraitnote' => { 447 => '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' => { 447 => 'PortraitRequest' },
+ 'portraitunsharpmaskfineness' => { 107 => 0x9a },
+ 'portraitunsharpmaskstrength' => { 107 => 0x98 },
+ 'portraitunsharpmaskthreshold' => { 107 => 0x9c },
+ 'portraitversion' => { 447 => 'PortraitVersion' },
+ 'pose' => { 444 => 'Pose' },
+ 'poseheadingdegrees' => { 452 => 'PoseHeadingDegrees' },
+ 'posepitchdegrees' => { 452 => 'PosePitchDegrees' },
+ 'posepositionx' => { 444 => [\'Pose','PosePositionX'] },
+ 'posepositiony' => { 444 => [\'Pose','PosePositionY'] },
+ 'posepositionz' => { 444 => [\'Pose','PosePositionZ'] },
+ 'poserolldegrees' => { 452 => 'PoseRollDegrees' },
+ 'poserotationw' => { 444 => [\'Pose','PoseRotationW'] },
+ 'poserotationx' => { 444 => [\'Pose','PoseRotationX'] },
+ 'poserotationy' => { 444 => [\'Pose','PoseRotationY'] },
+ 'poserotationz' => { 444 => [\'Pose','PoseRotationZ'] },
+ 'posetimestamp' => { 444 => [\'Pose','PoseTimestamp'] },
+ 'positiondescriptor' => { 479 => 'positionDescriptor' },
+ 'postalcode' => { 158 => 'PostalCode' },
+ 'postcropvignetteamount' => { 464 => 'PostCropVignetteAmount', 466 => 'PostCropVignetteAmount' },
+ 'postcropvignettefeather' => { 464 => 'PostCropVignetteFeather', 466 => 'PostCropVignetteFeather' },
+ 'postcropvignettehighlightcontrast' => { 464 => 'PostCropVignetteHighlightContrast', 466 => 'PostCropVignetteHighlightContrast' },
+ 'postcropvignettemidpoint' => { 464 => 'PostCropVignetteMidpoint', 466 => 'PostCropVignetteMidpoint' },
+ 'postcropvignetteroundness' => { 464 => 'PostCropVignetteRoundness', 466 => 'PostCropVignetteRoundness' },
+ 'postcropvignettestyle' => { 464 => 'PostCropVignetteStyle', 466 => 'PostCropVignetteStyle' },
+ 'postfocusmerging' => { 307 => 0xbf },
+ 'potentialface1position' => { 404 => 0xb },
+ 'potentialface2position' => { 404 => 0x15 },
+ 'potentialface3position' => { 404 => 0x1f },
+ 'potentialface4position' => { 404 => 0x29 },
+ 'potentialface5position' => { 404 => 0x33 },
+ 'potentialface6position' => { 404 => 0x3d },
+ 'potentialface7position' => { 404 => 0x47 },
+ 'potentialface8position' => { 404 => 0x51 },
+ 'powersource' => { 321 => '0.1' },
+ 'poweruptime' => { 220 => 0xb6 },
+ 'precaptureframes' => { 289 => 0x300 },
+ 'predictor' => { 117 => 0x13d },
+ 'preflashreturnstrength' => { 236 => 0x28a },
+ 'prefs' => { 129 => 0xdd, 354 => 'Prefs' },
+ 'prereadfastresetcount' => { 135 => 0x187e },
+ 'preservedfilename' => { 491 => 'PreservedFileName' },
+ 'preservedspecimen' => { 116 => 'PreservedSpecimen' },
+ 'preservedspecimenmaterialsampleid' => { 116 => [\'PreservedSpecimen','PreservedSpecimenMaterialSampleID'] },
+ 'presettype' => { 464 => 'PresetType', 466 => 'PresetType' },
+ 'presetwhitebalance' => { 180 => 0x24, 441 => 0x8002 },
+ 'presetwhitebalanceadj' => { 441 => 0x8014 },
+ 'pressure' => { 117 => 0x9402, 471 => 'Pressure' },
+ 'previewapplicationname' => { 117 => 0xc716 },
+ 'previewapplicationversion' => { 117 => 0xc717 },
+ 'previewbutton' => { 267 => ['14.1','15.1'], 268 => '15.1', 270 => '15.1', 271 => '15.1', 276 => '29.1', 277 => '14.1', 280 => '15.1', 281 => '15.1' },
+ 'previewbuttonplusdials' => { 267 => ['14.2','15.2'], 268 => '15.2', 270 => '43.1', 271 => '43.1', 276 => '31.2', 280 => '43.1', 281 => '43.1' },
+ 'previewcolorspace' => { 117 => 0xc71a },
+ 'previewcropbottom' => { 353 => 0xef },
+ 'previewcropleft' => { 353 => 0xec },
+ 'previewcropright' => { 353 => 0xee },
+ 'previewcroptop' => { 353 => 0xed },
+ 'previewdate' => { 365 => 0x0 },
+ 'previewdatetime' => { 117 => 0xc71b },
+ 'previewimage' => { 111 => 0x2000, 112 => 'Exif-PreviewImage', 118 => 'PreviewImage', 120 => 0x4, 163 => 'data', 182 => 0x81, 289 => 0x280, 305 => 0x300, 407 => 0x2001 },
+ 'previewimageborders' => { 342 => 0x3e },
+ 'previewimageheight' => { 71 => 0x4, 139 => 0xfa58 },
+ 'previewimagelength' => { 71 => 0x2, 111 => 0x3, 117 => [0x117,0x202], 182 => 0x89, 225 => 0x202, 284 => 0x102, 289 => 0x1037, 342 => 0x3, 373 => 0x1e, 378 => 0x3, 384 => [0x1b,0x1d], 397 => 0x202 },
+ 'previewimagename' => { 163 => '1Name' },
+ 'previewimagesize' => { 111 => 0x2, 144 => 0x2, 163 => 'ImageSize', 342 => 0x2, 384 => [0x1c,0x1e], 407 => 0xb02c, 441 => 0x9012 },
+ 'previewimagestart' => { 71 => 0x5, 111 => 0x4, 117 => [0x111,0x201], 182 => 0x88, 225 => 0x201, 284 => 0x101, 289 => 0x1036, 342 => 0x4, 373 => 0x1c, 378 => 0x2, 384 => [0x1a,0x1c], 397 => 0x201 },
+ 'previewimagetype' => { 163 => '0Type' },
+ 'previewimagevalid' => { 284 => 0x100, 289 => 0x1035 },
+ 'previewimagewidth' => { 71 => 0x3, 139 => 0xfa57 },
+ 'previewquality' => { 71 => 0x1 },
+ 'previewsettingsdigest' => { 117 => 0xc719 },
+ 'previewsettingsname' => { 117 => 0xc718 },
+ 'primaryafpoint' => { 189 => [0x38,0x44,0x7] },
+ 'primarychromaticities' => { 117 => 0x13f, 486 => 'PrimaryChromaticities' },
+ 'primaryftp' => { 454 => 'PrimaryFTP' },
+ 'primaryslot' => { 239 => 0xe7f, 248 => 0xfbf },
+ 'printim' => { 117 => 0xc4a5 },
+ 'prioritysetinawb' => { 407 => 0x202b },
+ 'prioritysetupshutterrelease' => { 180 => 0x1d, 394 => 0x28 },
+ 'privatertkinfo' => { 456 => 'privateRTKInfo' },
+ 'processbordercolsleft' => { 135 => 0xc61 },
+ 'processbordercolsright' => { 135 => 0xc62 },
+ 'processborderrowsbottom' => { 135 => 0xc64 },
+ 'processborderrowstop' => { 135 => 0xc63 },
+ 'processingsoftware' => { 117 => 0xb },
+ 'processversion' => { 464 => 'ProcessVersion', 466 => 'ProcessVersion' },
+ 'producer' => { 293 => 'Producer', 359 => "\xa9prd", 361 => 'producer', 367 => "\xa9prd", 477 => 'Producer' },
+ 'producerkeywords' => { 367 => "\xa9pdk" },
+ 'productcode' => { 480 => 'productCode' },
+ 'productid' => { 130 => 0x32, 359 => 'prID', 479 => 'productID' },
+ 'productidtype' => { 479 => 'productIDType' },
+ 'productinimage' => { 476 => 'ProductInImage' },
+ 'productinimagedescription' => { 476 => [\'ProductInImage','ProductInImageProductDescription'] },
+ 'productinimagegtin' => { 476 => [\'ProductInImage','ProductInImageProductGTIN'] },
+ 'productinimagename' => { 476 => [\'ProductInImage','ProductInImageProductName'] },
+ 'productioncode' => { 322 => 0x2 },
+ 'productorserviceconstraints' => { 294 => 'ProductOrServiceConstraints' },
+ 'productversion' => { 359 => 'VERS' },
+ 'profession' => { 480 => 'profession' },
+ 'profile' => { 444 => [\'Profiles','ProfilesProfile'] },
+ 'profilecalibrationsig' => { 117 => 0xc6f4 },
+ 'profilecameraindices' => { 444 => [\'Profiles','ProfilesProfileCameraIndices'] },
+ 'profilecopyright' => { 117 => 0xc6fe },
+ 'profileembedpolicy' => { 117 => 0xc6fd },
+ 'profilehuesatmapdata1' => { 117 => 0xc6fa },
+ 'profilehuesatmapdata2' => { 117 => 0xc6fb },
+ 'profilehuesatmapdims' => { 117 => 0xc6f9 },
+ 'profilehuesatmapencoding' => { 117 => 0xc7a3 },
+ 'profilelooktabledata' => { 117 => 0xc726 },
+ 'profilelooktabledims' => { 117 => 0xc725 },
+ 'profilelooktableencoding' => { 117 => 0xc7a4 },
+ 'profilename' => { 117 => 0xc6f8 },
+ 'profiles' => { 444 => 'Profiles' },
+ 'profiletonecurve' => { 117 => 0xc6fc },
+ 'profiletype' => { 444 => [\'Profiles','ProfilesProfileType'] },
+ 'programiso' => { 307 => 0x3c },
+ 'programline' => { 323 => '1.1' },
+ 'programmode' => { 185 => 0x5 },
+ 'programshift' => { 220 => 0xd },
+ 'programversion' => { 129 => 0x46 },
+ 'prohibits' => { 462 => 'prohibits' },
+ 'projectiontype' => { 452 => 'ProjectionType', 453 => 'ProjectionType' },
+ 'projectname' => { 490 => 'projectName' },
+ 'projectref' => { 490 => 'projectRef' },
+ 'projectrefpath' => { 490 => [\'projectRef','projectRefPath'] },
+ 'projectreftype' => { 490 => [\'projectRef','projectRefType'] },
+ 'propertyreleaseid' => { 294 => 'PropertyReleaseID' },
+ 'propertyreleasestatus' => { 294 => 'PropertyReleaseStatus' },
+ 'province-state' => { 129 => 0x5f },
+ 'publicationdate' => { 480 => 'publicationDate' },
+ 'publicationdatea-platform' => { 480 => [\'publicationDate','publicationDateA-platform'] },
+ 'publicationdatedate' => { 480 => [\'publicationDate','publicationDateDate'] },
+ 'publicationdisplaydate' => { 480 => 'publicationDisplayDate' },
+ 'publicationdisplaydatea-platform' => { 480 => [\'publicationDisplayDate','publicationDisplayDateA-platform'] },
+ 'publicationdisplaydatedate' => { 480 => [\'publicationDisplayDate','publicationDisplayDateDate'] },
+ 'publicationevent' => { 476 => 'PublicationEvent' },
+ 'publicationeventdate' => { 476 => [\'PublicationEvent','PublicationEventDate'] },
+ 'publicationeventidentifier' => { 476 => [\'PublicationEvent','PublicationEventIdentifier'] },
+ 'publicationeventname' => { 476 => [\'PublicationEvent','PublicationEventName'] },
+ 'publicationname' => { 480 => 'publicationName' },
+ 'publisher' => { 359 => "\xa9pub", 361 => 'publisher', 467 => 'publisher' },
+ 'publishingfrequency' => { 480 => 'publishingFrequency' },
+ 'pulldown' => { 490 => 'pullDown' },
+ 'purchasedate' => { 359 => 'purd' },
+ 'purplehsl' => { 101 => 0x20916 },
+ 'pxshiftperiphedgenr' => { 441 => 0x9013 },
+ 'pxshiftperiphedgenrvalue' => { 441 => 0x9014 },
+ 'quality' => { 0 => 0x1, 34 => 0x3, 110 => 0x2, 111 => 0x3002, 125 => 0x1000, 137 => 0x9, 220 => 0x4, 250 => 0x3, 289 => 0x201, 302 => 0x300, 342 => 0x8, 349 => 0x2, 384 => 0x16, 394 => 0x56, 395 => 0x56, 396 => 0xb, 407 => [0x102,0x202e] },
+ 'quality2' => { 415 => 0x1170, 416 => 0x1174, 417 => 0x1150, 419 => 0x11a8, 420 => 0x1060, 421 => 0x258, 422 => 0x258, 423 => 0x247, 428 => 0x29, 429 => 0x25, 430 => 0x2a },
+ 'qualitymode' => { 111 => 0x8 },
+ 'quantizationmethod' => { 131 => 0x78 },
+ 'quickadjust' => { 263 => 0x2a },
+ 'quickcontroldialinmeter' => { 82 => 0x703 },
+ 'quickfix' => { 260 => 0x416391c6 },
+ 'quickshot' => { 383 => 0x213 },
+ 'quiettime' => { 135 => 0x188a },
+ 'rads' => { 367 => 'rads' },
+ 'rangefinder' => { 272 => '4.1', 273 => '5.1', 274 => '5.1' },
+ 'rasterizedcaption' => { 129 => 0x7d },
+ 'rating' => { 117 => 0x4746, 125 => 0x1431, 353 => 0xdf, 359 => 'rtng', 407 => 0x2002, 459 => 'rating', 468 => 'rating', 476 => 'Rating', 480 => 'rating', 488 => 'Rating' },
+ 'ratingpercent' => { 117 => 0x4749, 175 => 'Rating', 359 => 'rate', 488 => 'RatingPercent' },
+ 'ratingregion' => { 476 => [\'Rating','RatingRatingRegion'] },
+ 'ratingregioncity' => { 476 => [\'Rating','RatingRatingRegionCity'] },
+ 'ratingregioncountrycode' => { 476 => [\'Rating','RatingRatingRegionCountryCode'] },
+ 'ratingregioncountryname' => { 476 => [\'Rating','RatingRatingRegionCountryName'] },
+ 'ratingregiongpsaltitude' => { 476 => [\'Rating','RatingRatingRegionGPSAltitude'] },
+ 'ratingregiongpslatitude' => { 476 => [\'Rating','RatingRatingRegionGPSLatitude'] },
+ 'ratingregiongpslongitude' => { 476 => [\'Rating','RatingRatingRegionGPSLongitude'] },
+ 'ratingregionidentifier' => { 476 => [\'Rating','RatingRatingRegionIdentifier'] },
+ 'ratingregionlocationid' => { 476 => [\'Rating','RatingRatingRegionLocationId'] },
+ 'ratingregionlocationname' => { 476 => [\'Rating','RatingRatingRegionLocationName'] },
+ 'ratingregionprovincestate' => { 476 => [\'Rating','RatingRatingRegionProvinceState'] },
+ 'ratingregionsublocation' => { 476 => [\'Rating','RatingRatingRegionSublocation'] },
+ 'ratingregionworldregion' => { 476 => [\'Rating','RatingRatingRegionWorldRegion'] },
+ 'ratingscalemaxvalue' => { 476 => [\'Rating','RatingRatingScaleMaxValue'] },
+ 'ratingscaleminvalue' => { 476 => [\'Rating','RatingRatingScaleMinValue'] },
+ 'ratingsourcelink' => { 476 => [\'Rating','RatingRatingSourceLink'] },
+ 'ratingvalue' => { 476 => [\'Rating','RatingRatingValue'] },
+ 'ratingvaluelogolink' => { 476 => [\'Rating','RatingRatingValueLogoLink'] },
+ 'rawandjpgrecording' => { 80 => 0x8, 182 => 0x109, 323 => 0xd },
+ 'rawbrightnessadj' => { 101 => 0x20001, 106 => 0x38 },
+ 'rawburstimagecount' => { 73 => 0x2 },
+ 'rawburstimagenum' => { 73 => 0x1 },
+ 'rawcoloradj' => { 106 => 0x2e },
+ 'rawcropbottom' => { 353 => 0xd4 },
+ 'rawcropleft' => { 353 => 0xd1 },
+ 'rawcropright' => { 353 => 0xd3 },
+ 'rawcroptop' => { 353 => 0xd2 },
+ 'rawcustomsaturation' => { 106 => 0x30 },
+ 'rawcustomtone' => { 106 => 0x34 },
+ 'rawdata' => { 381 => 0xa048 },
+ 'rawdatabyteorder' => { 381 => 0x40 },
+ 'rawdatacfapattern' => { 381 => 0x50 },
+ 'rawdatauniqueid' => { 117 => 0xc65d },
+ 'rawdepth' => { 184 => 0x10 },
+ 'rawdevartfilter' => { 291 => 0x121 },
+ 'rawdevautogradation' => { 291 => 0x119 },
+ 'rawdevcolorspace' => { 290 => 0x108, 291 => 0x109 },
+ 'rawdevcontrastvalue' => { 290 => 0x106, 291 => 0x105 },
+ 'rawdeveditstatus' => { 290 => 0x10b },
+ 'rawdevelopmentprocess' => { 342 => 0x62 },
+ 'rawdevengine' => { 290 => 0x109, 291 => 0x10b },
+ 'rawdevexposurebiasvalue' => { 290 => 0x100, 291 => 0x100 },
+ 'rawdevgradation' => { 291 => 0x112 },
+ 'rawdevgraypoint' => { 290 => 0x103, 291 => 0x104 },
+ 'rawdevmemorycoloremphasis' => { 290 => 0x105, 291 => 0x108 },
+ 'rawdevnoisereduction' => { 290 => 0x10a, 291 => 0x10a },
+ 'rawdevpicturemode' => { 291 => 0x10c },
+ 'rawdevpm_bwfilter' => { 291 => 0x110 },
+ 'rawdevpmcontrast' => { 291 => 0x10e },
+ 'rawdevpmnoisefilter' => { 291 => 0x120 },
+ 'rawdevpmpicturetone' => { 291 => 0x111 },
+ 'rawdevpmsaturation' => { 291 => 0x10d },
+ 'rawdevpmsharpness' => { 291 => 0x10f },
+ 'rawdevsaturation3' => { 291 => 0x113 },
+ 'rawdevsaturationemphasis' => { 290 => 0x104, 291 => 0x107 },
+ 'rawdevsettings' => { 290 => 0x10c },
+ 'rawdevsharpnessvalue' => { 290 => 0x107, 291 => 0x106 },
+ 'rawdevversion' => { 290 => 0x0, 291 => 0x0 },
+ 'rawdevwbfineadjustment' => { 290 => 0x102, 291 => 0x103 },
+ 'rawdevwhitebalance' => { 291 => 0x101 },
+ 'rawdevwhitebalancevalue' => { 290 => 0x101, 291 => 0x102 },
+ 'rawfile' => { 117 => 0xfe4c },
+ 'rawfilename' => { 464 => 'RawFileName', 466 => 'RawFileName' },
+ 'rawfiletype' => { 407 => 0x2029 },
+ 'rawformat' => { 312 => 0x2d, 351 => 0x10e },
+ 'rawimagecenter' => { 220 => 0x99 },
+ 'rawimagedigest' => { 117 => 0xc71c },
+ 'rawimagesize' => { 342 => 0x39 },
+ 'rawinfoversion' => { 292 => 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' => { 459 => 'rawrppused' },
+ 'rawtopreviewgain' => { 117 => 0xc7a8 },
+ 'readouttypeactual' => { 135 => 0x1903 },
+ 'readouttyperequested' => { 135 => 0x1902 },
+ 'reardisplay' => { 267 => '12.3', 268 => '6.2' },
+ 'recdevice' => { 476 => 'RecDevice' },
+ 'recdeviceattlensdescription' => { 476 => [\'RecDevice','RecDeviceAttLensDescription'] },
+ 'recdevicemanufacturer' => { 476 => [\'RecDevice','RecDeviceManufacturer'] },
+ 'recdevicemodelname' => { 476 => [\'RecDevice','RecDeviceModelName'] },
+ 'recdeviceownersdeviceid' => { 476 => [\'RecDevice','RecDeviceOwnersDeviceId'] },
+ 'recdeviceserialnumber' => { 476 => [\'RecDevice','RecDeviceSerialNumber'] },
+ 'recipeendingpage' => { 482 => 'recipeEndingPage' },
+ 'recipepagerange' => { 482 => 'recipePageRange' },
+ 'recipesource' => { 482 => 'recipeSource' },
+ 'recipestartingpage' => { 482 => 'recipeStartingPage' },
+ 'recipetitle' => { 482 => 'recipeTitle' },
+ 'recognizedface1age' => { 300 => 0x20 },
+ 'recognizedface1name' => { 300 => 0x4 },
+ 'recognizedface1position' => { 300 => 0x18 },
+ 'recognizedface2age' => { 300 => 0x50 },
+ 'recognizedface2name' => { 300 => 0x34 },
+ 'recognizedface2position' => { 300 => 0x48 },
+ 'recognizedface3age' => { 300 => 0x80 },
+ 'recognizedface3name' => { 300 => 0x64 },
+ 'recognizedface3position' => { 300 => 0x78 },
+ 'recognizedfaceflags' => { 307 => 0x63 },
+ 'recommendedexposureindex' => { 117 => 0x8832, 471 => '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' => { 180 => 0x4d },
+ 'recorddynamicproperties' => { 116 => [\'Record','RecordDynamicProperties'] },
+ 'recordid' => { 95 => 0x1804 },
+ 'recordinformationwithheld' => { 116 => [\'Record','RecordInformationWithheld'] },
+ 'recordingcopyright' => { 367 => "\xa9phg" },
+ 'recordingformat' => { 374 => 0x1000 },
+ 'recordingmode' => { 110 => 0x1, 349 => 0x1 },
+ 'recordinstitutioncode' => { 116 => [\'Record','RecordInstitutionCode'] },
+ 'recordinstitutionid' => { 116 => [\'Record','RecordInstitutionID'] },
+ 'recordlabelname' => { 367 => "\xa9lab" },
+ 'recordlabelurl' => { 367 => "\xa9lal" },
+ 'recordmode' => { 34 => 0x9, 111 => 0x3000 },
+ 'recordownerinstitutioncode' => { 116 => [\'Record','RecordOwnerInstitutionCode'] },
+ 'recordshutterrelease' => { 383 => 0x217 },
+ 'redbalance' => { 289 => 0x1017, 312 => 0x11, 342 => 0x1c },
+ 'redcurvelimits' => { 106 => 0x18a },
+ 'redcurvepoints' => { 105 => 0x2d, 106 => 0x160 },
+ 'redeyecorrection' => { 264 => 0x0 },
+ 'redeyeinfo' => { 464 => 'RedEyeInfo', 466 => 'RedEyeInfo' },
+ 'redeyereduction' => { 180 => 0x41, 394 => 0x6a, 396 => 0x28 },
+ 'redeyeremoval' => { 307 => 0xb9 },
+ 'redhsl' => { 101 => 0x20910 },
+ 'redhue' => { 464 => 'RedHue', 466 => 'RedHue' },
+ 'redsaturation' => { 464 => 'RedSaturation', 466 => 'RedSaturation' },
+ 'reductionmatrix1' => { 117 => 0xc625 },
+ 'reductionmatrix2' => { 117 => 0xc626 },
+ 'reelname' => { 117 => 0xc789, 367 => 'reel' },
+ 'reference1' => { 474 => [\'TagStructure','TagStructureReference'] },
+ 'reference2' => { 474 => [\'TagStructure','TagStructureSubLabelsReference'] },
+ 'reference3' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] },
+ 'reference4' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] },
+ 'reference5' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
+ 'reference6' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
+ 'referenceblackwhite' => { 117 => 0x214, 486 => 'ReferenceBlackWhite' },
+ 'referencedate' => { 129 => 0x2f },
+ 'referencenumber' => { 129 => 0x32 },
+ 'references' => { 154 => 'References' },
+ 'referenceservice' => { 129 => 0x2d },
+ 'regionappliedtodimensions' => { 169 => [\'Regions','RegionsAppliedToDimensions'] },
+ 'regionappliedtodimensionsh' => { 169 => [\'Regions','RegionsAppliedToDimensionsH'] },
+ 'regionappliedtodimensionsunit' => { 169 => [\'Regions','RegionsAppliedToDimensionsUnit'] },
+ 'regionappliedtodimensionsw' => { 169 => [\'Regions','RegionsAppliedToDimensionsW'] },
+ 'regionarea' => { 169 => [\'Regions','RegionsRegionListArea'] },
+ 'regionaread' => { 169 => [\'Regions','RegionsRegionListAreaD'] },
+ 'regionareah' => { 169 => [\'Regions','RegionsRegionListAreaH'] },
+ 'regionareaunit' => { 169 => [\'Regions','RegionsRegionListAreaUnit'] },
+ 'regionareaw' => { 169 => [\'Regions','RegionsRegionListAreaW'] },
+ 'regionareax' => { 169 => [\'Regions','RegionsRegionListAreaX'] },
+ 'regionareay' => { 169 => [\'Regions','RegionsRegionListAreaY'] },
+ 'regionbarcodevalue' => { 169 => [\'Regions','RegionsRegionListBarCodeValue'] },
+ 'regionconstraints' => { 294 => 'RegionConstraints' },
+ 'regiondescription' => { 169 => [\'Regions','RegionsRegionListDescription'] },
+ 'regionextensions' => { 169 => [\'Regions','RegionsRegionListExtensions'] },
+ 'regionfocususage' => { 169 => [\'Regions','RegionsRegionListFocusUsage'] },
+ 'regioninfo' => { 169 => 'Regions' },
+ 'regioninfodateregionsvalid' => { 172 => [\'RegionInfo','RegionInfoDateRegionsValid'] },
+ 'regioninfomp' => { 172 => 'RegionInfo' },
+ 'regioninforegions' => { 172 => [\'RegionInfo','RegionInfoRegions'] },
+ 'regionlist' => { 169 => [\'Regions','RegionsRegionList'] },
+ 'regionname' => { 169 => [\'Regions','RegionsRegionListName'] },
+ 'regionpersondisplayname' => { 172 => [\'RegionInfo','RegionInfoRegionsPersonDisplayName'] },
+ 'regionpersonemaildigest' => { 172 => [\'RegionInfo','RegionInfoRegionsPersonEmailDigest'] },
+ 'regionpersonliveidcid' => { 172 => [\'RegionInfo','RegionInfoRegionsPersonLiveIdCID'] },
+ 'regionpersonsourceid' => { 172 => [\'RegionInfo','RegionInfoRegionsPersonSourceID'] },
+ 'regionrectangle' => { 172 => [\'RegionInfo','RegionInfoRegionsRectangle'] },
+ 'regionrotation' => { 169 => [\'Regions','RegionsRegionListRotation'] },
+ 'regionseealso' => { 169 => [\'Regions','RegionsRegionListSeeAlso'] },
+ 'regiontype' => { 169 => [\'Regions','RegionsRegionListType'] },
+ 'registryentryrole' => { 476 => [\'RegistryId','RegistryIdRegEntryRole'] },
+ 'registryid' => { 476 => 'RegistryId' },
+ 'registryitemid' => { 476 => [\'RegistryId','RegistryIdRegItemId'] },
+ 'registryorganisationid' => { 476 => [\'RegistryId','RegistryIdRegOrgId'] },
+ 'relatedaudiofile' => { 152 => 'data' },
+ 'relatedaudiofilename' => { 152 => '1Name' },
+ 'relatedaudiofiletype' => { 152 => '0Type' },
+ 'relatedimagefileformat' => { 117 => 0x1000 },
+ 'relatedimageheight' => { 117 => 0x1002 },
+ 'relatedimagewidth' => { 117 => 0x1001 },
+ 'relatedresourceid' => { 116 => [\'ResourceRelationship','ResourceRelationshipRelatedResourceID'] },
+ 'relatedsoundfile' => { 117 => 0xa004, 470 => 'RelatedSoundFile' },
+ 'relatedvideofile' => { 166 => 'data' },
+ 'relatedvideofilename' => { 166 => '1Name' },
+ 'relatedvideofiletype' => { 166 => '0Type' },
+ 'relation' => { 467 => 'relation' },
+ 'relationshipaccordingto' => { 116 => [\'ResourceRelationship','ResourceRelationshipRelationshipAccordingTo'] },
+ 'relationshipestablisheddate' => { 116 => [\'ResourceRelationship','ResourceRelationshipRelationshipEstablishedDate'] },
+ 'relationshipofresource' => { 116 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResource'] },
+ 'relationshipremarks' => { 116 => [\'ResourceRelationship','ResourceRelationshipRelationshipRemarks'] },
+ 'relativealtitude' => { 114 => 'RelativeAltitude' },
+ 'relativepeakaudiofilepath' => { 490 => 'relativePeakAudioFilePath' },
+ 'relativetimestamp' => { 490 => 'relativeTimestamp' },
+ 'relativetimestampscale' => { 490 => [\'relativeTimestamp','relativeTimestampScale'] },
+ 'relativetimestampvalue' => { 490 => [\'relativeTimestamp','relativeTimestampValue'] },
+ 'releasebuttontousedial' => { 267 => '17.8', 268 => '18.5', 270 => '18.4', 271 => '18.4', 276 => '33.8', 277 => '17.6', 280 => '18.5', 281 => '18.4' },
+ 'releasedate' => { 129 => 0x1e, 359 => 'rldt', 459 => 'ReleaseDate', 490 => 'releaseDate' },
+ 'releasemode' => { 111 => 0x3001, 238 => 0x184d, 407 => 0xb049 },
+ 'releasemode2' => { 415 => 0x112c, 416 => [0x112c,0x8], 417 => [0x1108,0x8], 418 => [0x1184,0x8], 419 => [0x1160,0x8], 420 => [0x4,0x1018], 421 => [0x4,0x210], 422 => [0x4,0x210], 423 => [0x4,0x208], 425 => [0x67,0x3f], 426 => [0x6b,0x6d,0x73,0x4b], 427 => [0x6b,0x4b], 428 => 0x10, 429 => 0x10, 430 => 0x9, 437 => 0x34 },
+ 'releasemode3' => { 415 => 0x1128, 416 => 0x1128, 417 => 0x1104, 418 => 0x1180, 419 => 0x115c, 420 => 0x1014, 421 => 0x20c, 422 => 0x20c, 423 => 0x204 },
+ 'releaseready' => { 476 => 'ReleaseReady' },
+ 'releasesetting' => { 95 => 0x1016 },
+ 'releasetime' => { 129 => 0x23, 459 => 'ReleaseTime' },
+ 'remoteonduration' => { 269 => '3.4', 272 => '17.2', 273 => '18.2', 274 => '18.2', 275 => '18.2', 277 => '18.2', 278 => '4.3', 282 => '19.2' },
+ 'renditionclass' => { 491 => 'RenditionClass' },
+ 'renditionof' => { 491 => 'RenditionOf' },
+ 'renditionofalternatepaths' => { 491 => [\'RenditionOf','RenditionOfAlternatePaths'] },
+ 'renditionofdocumentid' => { 491 => [\'RenditionOf','RenditionOfDocumentID'] },
+ 'renditionoffilepath' => { 491 => [\'RenditionOf','RenditionOfFilePath'] },
+ 'renditionoffrompart' => { 491 => [\'RenditionOf','RenditionOfFromPart'] },
+ 'renditionofinstanceid' => { 491 => [\'RenditionOf','RenditionOfInstanceID'] },
+ 'renditionoflastmodifydate' => { 491 => [\'RenditionOf','RenditionOfLastModifyDate'] },
+ 'renditionoflasturl' => { 491 => [\'RenditionOf','RenditionOfLastURL'] },
+ 'renditionoflinkcategory' => { 491 => [\'RenditionOf','RenditionOfLinkCategory'] },
+ 'renditionoflinkform' => { 491 => [\'RenditionOf','RenditionOfLinkForm'] },
+ 'renditionofmanager' => { 491 => [\'RenditionOf','RenditionOfManager'] },
+ 'renditionofmanagervariant' => { 491 => [\'RenditionOf','RenditionOfManagerVariant'] },
+ 'renditionofmanageto' => { 491 => [\'RenditionOf','RenditionOfManageTo'] },
+ 'renditionofmanageui' => { 491 => [\'RenditionOf','RenditionOfManageUI'] },
+ 'renditionofmaskmarkers' => { 491 => [\'RenditionOf','RenditionOfMaskMarkers'] },
+ 'renditionoforiginaldocumentid' => { 491 => [\'RenditionOf','RenditionOfOriginalDocumentID'] },
+ 'renditionofpartmapping' => { 491 => [\'RenditionOf','RenditionOfPartMapping'] },
+ 'renditionofplacedresolutionunit' => { 491 => [\'RenditionOf','RenditionOfPlacedResolutionUnit'] },
+ 'renditionofplacedxresolution' => { 491 => [\'RenditionOf','RenditionOfPlacedXResolution'] },
+ 'renditionofplacedyresolution' => { 491 => [\'RenditionOf','RenditionOfPlacedYResolution'] },
+ 'renditionofrenditionclass' => { 491 => [\'RenditionOf','RenditionOfRenditionClass'] },
+ 'renditionofrenditionparams' => { 491 => [\'RenditionOf','RenditionOfRenditionParams'] },
+ 'renditionoftopart' => { 491 => [\'RenditionOf','RenditionOfToPart'] },
+ 'renditionofversionid' => { 491 => [\'RenditionOf','RenditionOfVersionID'] },
+ 'renditionparams' => { 491 => 'RenditionParams' },
+ 'repeatingflashcount' => { 204 => 0xd, 205 => 0xe, 206 => 0xe, 207 => 0xe, 208 => 0xe, 276 => '17.2', 277 => '24.2', 278 => '9.2', 279 => '24.2', 282 => '25.2' },
+ 'repeatingflashcountbuilt-in' => { 246 => 0x4db },
+ 'repeatingflashcountexternal' => { 246 => 0x4c3 },
+ 'repeatingflashoutput' => { 276 => '17.1', 277 => '24.1', 278 => '9.1', 279 => '24.1', 282 => '25.1' },
+ 'repeatingflashoutputexternal' => { 246 => 0x4c0 },
+ 'repeatingflashrate' => { 204 => 0xc, 205 => 0xd, 206 => 0xd, 207 => 0xd, 208 => 0xd, 276 => '18.1', 277 => '25.1', 278 => '10.1', 279 => '25.1', 282 => '26.1' },
+ 'repeatingflashratebuilt-in' => { 246 => 0x4da },
+ 'repeatingflashrateexternal' => { 246 => 0x4c2 },
+ 'requirements' => { 367 => "\xa9req" },
+ 'requires' => { 462 => 'requires' },
+ 'resampleparams' => { 490 => 'resampleParams' },
+ 'resampleparamsquality' => { 490 => [\'resampleParams','resampleParamsQuality'] },
+ 'resamplingkerneldenominators050' => { 135 => 0xe50 },
+ 'resamplingkerneldenominators067' => { 135 => 0xe4f },
+ 'resamplingkerneldenominators100' => { 135 => 0xe51 },
+ 'resaved' => { 383 => 0x21e },
+ 'resetblacksegrows' => { 135 => 0x181a },
+ 'resolution' => { 159 => 'Resolution' },
+ 'resolutionmode' => { 384 => [0x87,0x4] },
+ 'resolutionunit' => { 117 => 0x128, 132 => 0x2, 486 => 'ResolutionUnit' },
+ 'resourceid' => { 116 => [\'ResourceRelationship','ResourceRelationshipResourceID'] },
+ 'resourcerelationship' => { 116 => 'ResourceRelationship' },
+ 'resourcerelationshipid' => { 116 => [\'ResourceRelationship','ResourceRelationshipResourceRelationshipID'] },
+ 'restrictdrivemodes' => { 82 => 0x612 },
+ 'restrictions' => { 483 => 'restrictions' },
+ 'retouchareafeather' => { 464 => [\'RetouchAreas','RetouchAreasFeather'], 466 => [\'RetouchAreas','RetouchAreasFeather'] },
+ 'retouchareamaskalpha' => { 464 => [\'RetouchAreas','RetouchAreasMasksAlpha'], 466 => [\'RetouchAreas','RetouchAreasMasksAlpha'] },
+ 'retouchareamaskangle' => { 464 => [\'RetouchAreas','RetouchAreasMasksAngle'], 466 => [\'RetouchAreas','RetouchAreasMasksAngle'] },
+ 'retouchareamaskbottom' => { 464 => [\'RetouchAreas','RetouchAreasMasksBottom'], 466 => [\'RetouchAreas','RetouchAreasMasksBottom'] },
+ 'retouchareamaskcentervalue' => { 464 => [\'RetouchAreas','RetouchAreasMasksCenterValue'], 466 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] },
+ 'retouchareamaskcenterweight' => { 464 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'], 466 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] },
+ 'retouchareamaskdabs' => { 464 => [\'RetouchAreas','RetouchAreasMasksDabs'], 466 => [\'RetouchAreas','RetouchAreasMasksDabs'] },
+ 'retouchareamaskfeather' => { 464 => [\'RetouchAreas','RetouchAreasMasksFeather'], 466 => [\'RetouchAreas','RetouchAreasMasksFeather'] },
+ 'retouchareamaskflipped' => { 464 => [\'RetouchAreas','RetouchAreasMasksFlipped'], 466 => [\'RetouchAreas','RetouchAreasMasksFlipped'] },
+ 'retouchareamaskflow' => { 464 => [\'RetouchAreas','RetouchAreasMasksFlow'], 466 => [\'RetouchAreas','RetouchAreasMasksFlow'] },
+ 'retouchareamaskfullx' => { 464 => [\'RetouchAreas','RetouchAreasMasksFullX'], 466 => [\'RetouchAreas','RetouchAreasMasksFullX'] },
+ 'retouchareamaskfully' => { 464 => [\'RetouchAreas','RetouchAreasMasksFullY'], 466 => [\'RetouchAreas','RetouchAreasMasksFullY'] },
+ 'retouchareamaskleft' => { 464 => [\'RetouchAreas','RetouchAreasMasksLeft'], 466 => [\'RetouchAreas','RetouchAreasMasksLeft'] },
+ 'retouchareamaskmidpoint' => { 464 => [\'RetouchAreas','RetouchAreasMasksMidpoint'], 466 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] },
+ 'retouchareamaskperimetervalue' => { 464 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'], 466 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] },
+ 'retouchareamaskradius' => { 464 => [\'RetouchAreas','RetouchAreasMasksRadius'], 466 => [\'RetouchAreas','RetouchAreasMasksRadius'] },
+ 'retouchareamaskright' => { 464 => [\'RetouchAreas','RetouchAreasMasksRight'], 466 => [\'RetouchAreas','RetouchAreasMasksRight'] },
+ 'retouchareamaskroundness' => { 464 => [\'RetouchAreas','RetouchAreasMasksRoundness'], 466 => [\'RetouchAreas','RetouchAreasMasksRoundness'] },
+ 'retouchareamasks' => { 464 => [\'RetouchAreas','RetouchAreasMasks'], 466 => [\'RetouchAreas','RetouchAreasMasks'] },
+ 'retouchareamasksizex' => { 464 => [\'RetouchAreas','RetouchAreasMasksSizeX'], 466 => [\'RetouchAreas','RetouchAreasMasksSizeX'] },
+ 'retouchareamasksizey' => { 464 => [\'RetouchAreas','RetouchAreasMasksSizeY'], 466 => [\'RetouchAreas','RetouchAreasMasksSizeY'] },
+ 'retouchareamasktop' => { 464 => [\'RetouchAreas','RetouchAreasMasksTop'], 466 => [\'RetouchAreas','RetouchAreasMasksTop'] },
+ 'retouchareamaskvalue' => { 464 => [\'RetouchAreas','RetouchAreasMasksMaskValue'], 466 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] },
+ 'retouchareamaskversion' => { 464 => [\'RetouchAreas','RetouchAreasMasksVersion'], 466 => [\'RetouchAreas','RetouchAreasMasksVersion'] },
+ 'retouchareamaskwhat' => { 464 => [\'RetouchAreas','RetouchAreasMasksWhat'], 466 => [\'RetouchAreas','RetouchAreasMasksWhat'] },
+ 'retouchareamaskx' => { 464 => [\'RetouchAreas','RetouchAreasMasksX'], 466 => [\'RetouchAreas','RetouchAreasMasksX'] },
+ 'retouchareamasky' => { 464 => [\'RetouchAreas','RetouchAreasMasksY'], 466 => [\'RetouchAreas','RetouchAreasMasksY'] },
+ 'retouchareamaskzerox' => { 464 => [\'RetouchAreas','RetouchAreasMasksZeroX'], 466 => [\'RetouchAreas','RetouchAreasMasksZeroX'] },
+ 'retouchareamaskzeroy' => { 464 => [\'RetouchAreas','RetouchAreasMasksZeroY'], 466 => [\'RetouchAreas','RetouchAreasMasksZeroY'] },
+ 'retouchareamethod' => { 464 => [\'RetouchAreas','RetouchAreasMethod'], 466 => [\'RetouchAreas','RetouchAreasMethod'] },
+ 'retouchareaoffsety' => { 464 => [\'RetouchAreas','RetouchAreasOffsetY'], 466 => [\'RetouchAreas','RetouchAreasOffsetY'] },
+ 'retouchareaopacity' => { 464 => [\'RetouchAreas','RetouchAreasOpacity'], 466 => [\'RetouchAreas','RetouchAreasOpacity'] },
+ 'retouchareas' => { 464 => 'RetouchAreas', 466 => 'RetouchAreas' },
+ 'retouchareaseed' => { 464 => [\'RetouchAreas','RetouchAreasSeed'], 466 => [\'RetouchAreas','RetouchAreasSeed'] },
+ 'retouchareasourcestate' => { 464 => [\'RetouchAreas','RetouchAreasSourceState'], 466 => [\'RetouchAreas','RetouchAreasSourceState'] },
+ 'retouchareasourcex' => { 464 => [\'RetouchAreas','RetouchAreasSourceX'], 466 => [\'RetouchAreas','RetouchAreasSourceX'] },
+ 'retouchareaspottype' => { 464 => [\'RetouchAreas','RetouchAreasSpotType'], 466 => [\'RetouchAreas','RetouchAreasSpotType'] },
+ 'retouchhistory' => { 220 => 0x9e },
+ 'retouchinfo' => { 464 => 'RetouchInfo', 466 => 'RetouchInfo' },
+ 'retouchnefprocessing' => { 227 => 0x5 },
+ 'retractlensonpoweroff' => { 82 => 0x814 },
+ 'reuse' => { 294 => 'Reuse' },
+ 'reuseallowed' => { 493 => 'ReuseAllowed' },
+ 'reuseprohibited' => { 483 => 'reuseProhibited' },
+ 'reverseexposurecompdial' => { 274 => '5.2' },
+ 'reverseindicators' => { 267 => '12.1', 268 => '6.1', 270 => '6.1', 271 => '6.1', 272 => '4.3', 273 => '5.2', 274 => '5.4', 276 => '33.5', 277 => '5.1', 280 => '6.1', 281 => '6.1', 282 => '6.2' },
+ 'reverseshutterspeedaperture' => { 274 => '5.3' },
+ 'revision' => { 468 => 'revision' },
+ 'rflensmffocusringsensitivity' => { 82 => 0x714 },
+ 'rflenstype' => { 56 => 0x3d },
+ 'rgbcurvelimits' => { 106 => 0x238 },
+ 'rgbcurvepoints' => { 105 => 0x7, 106 => 0x20e },
+ 'richtextcomment' => { 473 => 'RichTextComment' },
+ 'ricohdate' => { 373 => 0x6 },
+ 'ricohimageheight' => { 373 => 0x2 },
+ 'ricohimagewidth' => { 373 => 0x0 },
+ 'rightalbedo' => { 455 => 'RightAlbedo' },
+ 'rightascension' => { 162 => 'RightAscension' },
+ 'rights' => { 467 => 'rights' },
+ 'rightsagent' => { 483 => 'rightsAgent' },
+ 'rightsowner' => { 483 => 'rightsOwner' },
+ 'roll' => { 113 => 0x8, 367 => ['roll',"\xa9frl"] },
+ 'rollangle' => { 238 => 0x350b, 239 => 0x2c24, 247 => 0x36f4, 248 => 0x2efb, 284 => 0x903, 307 => 0x90, 341 => 0x1, 379 => 0x2 },
+ 'romoperationmode' => { 95 => 0x80d },
+ 'rotation' => { 30 => 0x17, 31 => 0x18, 94 => 0x3, 101 => 0x10002, 106 => 0x26e, 112 => 'QuickTime-Rotation', 121 => 0x4, 162 => 'Rotation', 178 => [0x65,0x50], 179 => 0x46, 180 => 0x5a, 183 => 0x10, 238 => 0x3693, 239 => 0xca, 245 => '590.1', 260 => 0x76a43207, 307 => 0x30, 323 => '17.2', 353 => 0xd8, 360 => 'irot', 394 => 0x3f, 395 => 0x3f, 405 => 0x10 },
+ 'routedto' => { 472 => 'RoutedTo' },
+ 'routing' => { 358 => 'Routing' },
+ 'routingdestinations' => { 454 => 'RoutingDestinations' },
+ 'routingexclusions' => { 454 => 'RoutingExclusions' },
+ 'routingnotes' => { 472 => 'RoutingNotes' },
+ 'rowsperstrip' => { 117 => 0x116 },
+ 'rpp' => { 459 => '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' => { 152 => 'SampleBits' },
+ 'samplepagerange' => { 480 => 'samplePageRange' },
+ 'samplerate' => { 152 => 'SampleRate' },
+ 'samplesperpixel' => { 117 => 0x115, 312 => 0x8, 486 => 'SamplesPerPixel' },
+ 'samplestructure' => { 131 => 0x5a },
+ 'samsungmodelid' => { 381 => 0x3 },
+ 'sanyoquality' => { 383 => 0x201 },
+ 'sanyothumbnail' => { 383 => 0x100 },
+ 'saturation' => { 10 => 0x6e, 12 => 0x76, 34 => 0xe, 50 => 0x1, 110 => 0xd, 111 => [0x3013,0x1f], 117 => [0xa409,0xfe55], 125 => 0x1003, 153 => 'Saturation', 177 => 0x1f, 178 => 0x32, 179 => 0x28, 180 => 0x1a, 185 => 0x1, 220 => 0xaa, 222 => 0x35, 223 => 0x3b, 224 => 0x43, 307 => 0x40, 309 => 0x300d, 342 => 0x1f, 349 => 0xd, 368 => 0x27, 370 => 0x58, 373 => 0x28, 374 => 0x1013, 384 => 0x10, 394 => 0x1e, 395 => 0x1b, 407 => 0x2005, 464 => 'Saturation', 466 => 'Saturation', 470 => 'Saturation' },
+ 'saturationadj' => { 101 => 0x20901, 106 => 0x116, 220 => 0x94, 259 => 0x1, 263 => 0x2e, 441 => 0x8016 },
+ 'saturationadjustmentaqua' => { 464 => 'SaturationAdjustmentAqua', 466 => 'SaturationAdjustmentAqua' },
+ 'saturationadjustmentblue' => { 464 => 'SaturationAdjustmentBlue', 466 => 'SaturationAdjustmentBlue' },
+ 'saturationadjustmentgreen' => { 464 => 'SaturationAdjustmentGreen', 466 => 'SaturationAdjustmentGreen' },
+ 'saturationadjustmentmagenta' => { 464 => 'SaturationAdjustmentMagenta', 466 => 'SaturationAdjustmentMagenta' },
+ 'saturationadjustmentorange' => { 464 => 'SaturationAdjustmentOrange', 466 => 'SaturationAdjustmentOrange' },
+ 'saturationadjustmentpurple' => { 464 => 'SaturationAdjustmentPurple', 466 => 'SaturationAdjustmentPurple' },
+ 'saturationadjustmentred' => { 464 => 'SaturationAdjustmentRed', 466 => 'SaturationAdjustmentRed' },
+ 'saturationadjustmentyellow' => { 464 => 'SaturationAdjustmentYellow', 466 => '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' => { 292 => 0x1010, 396 => 0x11, 412 => 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' => { 491 => 'SaveID' },
+ 'sbaanalysiscomplete' => { 135 => 0xc35 },
+ 'sbablack' => { 135 => 0xc25 },
+ 'sbagmoffset' => { 135 => 0xc4a },
+ 'sbagray' => { 135 => 0xc26 },
+ 'sbagreenmagentabal' => { 135 => 0xc33 },
+ 'sbahighgray' => { 135 => 0xc46 },
+ 'sbailloffset' => { 135 => 0xc49 },
+ 'sbailluminantbal' => { 135 => 0xc34 },
+ 'sbalowgray' => { 135 => 0xc47 },
+ 'sbaneutralbal' => { 135 => 0xc32 },
+ 'sbawhite' => { 135 => 0xc27 },
+ 'scaletype' => { 490 => 'scaleType' },
+ 'scanimageenhancer' => { 228 => 0x60 },
+ 'scanningdirection' => { 131 => 0x64 },
+ 'scene' => { 367 => 'scen', 475 => 'Scene', 490 => 'scene' },
+ 'scenearea' => { 287 => 0x211, 289 => 0x1031 },
+ 'sceneassist' => { 220 => 0x9c },
+ 'scenecapturetype' => { 117 => 0xa406, 470 => 'SceneCaptureType' },
+ 'scenedetect' => { 287 => 0x210, 289 => 0x1030 },
+ 'scenedetectdata' => { 287 => 0x212, 289 => 0x1033 },
+ 'scenemode' => { 139 => 0xfa02, 182 => 0x100, 220 => 0x8f, 284 => 0x509, 289 => 0x403, 307 => 0x8001, 316 => 0xf, 407 => 0xb023 },
+ 'scenemodeused' => { 141 => [0x6002,0xf002] },
+ 'scenerecognition' => { 125 => 0x1425 },
+ 'sceneselect' => { 383 => 0x21f },
+ 'scenetype' => { 117 => 0xa301, 470 => 'SceneType' },
+ 'screentips' => { 267 => '12.7', 268 => '5.3', 276 => '13.1', 277 => '4.4', 280 => '5.4', 282 => '5.1' },
+ 'scriptversion' => { 135 => 0x1770 },
+ 'season' => { 476 => 'Season', 479 => 'season' },
+ 'seasonidentifier' => { 476 => [\'Season','SeasonIdentifier'] },
+ 'seasonname' => { 476 => [\'Season','SeasonName'] },
+ 'seasonnumber' => { 476 => [\'Season','SeasonNumber'] },
+ 'secondaryftp' => { 454 => 'SecondaryFTP' },
+ 'secondaryslotfunction' => { 238 => 0x1d0, 247 => 0x1d0 },
+ 'section' => { 480 => 'section' },
+ 'securityclassification' => { 117 => 0x9212 },
+ 'selectableafpoint' => { 82 => 0x509 },
'selectafareaselectionmode' => { 2 => 0xc },
- 'selectafareaselectmode' => { 81 => 0x512 },
- 'selfdata' => { 113 => 'SelfData' },
- 'selftimer' => { 34 => 0x2, 306 => 0x2e, 382 => 0x214, 414 => 0x1134, 415 => 0x1134, 416 => 0x1110, 417 => 0x118c, 418 => 0x1168, 419 => 0x1020, 420 => 0x218, 421 => 0x218, 422 => 0x210 },
- 'selftimer2' => { 74 => 0x1d },
- 'selftimerinterval' => { 276 => '19.2' },
- 'selftimermode' => { 116 => 0x882b },
- 'selftimershotcount' => { 267 => '20.2', 269 => '20.3', 270 => '20.3', 271 => '18.2', 272 => '19.2', 273 => '19.2', 274 => '19.3', 276 => '19.3', 279 => '20.3', 280 => '20.3', 281 => '20.2' },
- 'selftimershotinterval' => { 267 => '20.3', 269 => '20.2', 270 => '20.2', 274 => '19.2', 279 => '20.2', 280 => '20.2' },
- 'selftimertime' => { 94 => 0x1806, 179 => 0x1f, 266 => '18.1', 267 => '20.1', 268 => '3.3', 269 => '20.1', 270 => '20.1', 271 => '18.1', 272 => '19.1', 273 => '19.1', 274 => '19.1', 275 => '7.2', 276 => '19.1', 277 => '3.3', 279 => '20.1', 280 => '20.1', 281 => '20.1' },
- 'sellingagency' => { 479 => 'sellingAgency' },
- 'seminfo' => { 116 => 0x8546 },
- 'sensingmethod' => { 116 => 0xa217, 469 => 'SensingMethod' },
- 'sensitivityadjust' => { 341 => 0x40 },
- 'sensitivitysteps' => { 322 => ['14.3','17.4'], 324 => 0x1 },
- 'sensitivitytype' => { 116 => 0x8830, 470 => 'SensitivityType' },
- 'sensor' => { 186 => 0x665e },
- 'sensorarea' => { 288 => 0x400 },
- 'sensorareas' => { 380 => 0xa010 },
- 'sensorbitdepth' => { 308 => 0x312d },
- 'sensorbluelevel' => { 71 => 0x5 },
- 'sensorcalibration' => { 287 => 0x805 },
- 'sensorcleaning' => { 87 => 0xd },
- 'sensorfullheight' => { 133 => 0xf904 },
- 'sensorfullwidth' => { 133 => 0xf903 },
- 'sensorheight' => { 133 => 0xf901, 138 => 0xfa21, 183 => 0x8, 308 => 0x312c, 350 => 0x109, 373 => 0x1602 },
- 'sensorimageheight' => { 134 => 0x3ee },
- 'sensorimagewidth' => { 134 => 0x3ed },
- 'sensorleftborder' => { 134 => 0x3eb },
- 'sensorleftmargin' => { 350 => 0x10a },
- 'sensorpixelsize' => { 219 => 0x9a },
- 'sensorredlevel' => { 71 => 0x4 },
- 'sensorserialnumber' => { 134 => 0x9ce },
- 'sensorsize' => { 152 => 'SensorSize', 341 => 0x35 },
- 'sensortemperature' => { 286 => 0x1500, 288 => 0x1007, 346 => 0xc, 350 => 0x210, 383 => [0x39,0x55] },
- 'sensortemperature2' => { 346 => 0xe, 350 => 0x211 },
- 'sensortopborder' => { 134 => 0x3ec },
- 'sensortopmargin' => { 350 => 0x10b },
- 'sensortype' => { 306 => 0xca },
- 'sensorwidth' => { 133 => 0xf900, 138 => 0xfa20, 183 => 0xa, 308 => 0x312b, 350 => 0x108, 373 => 0x1601 },
- 'sequence' => { 367 => 0x7, 368 => 0x35, 369 => 0x36 },
- 'sequencefilenumber' => { 415 => 0x4, 416 => 0x4, 417 => 0x4, 418 => 0x4, 427 => 0xc, 428 => 0xc, 429 => 0x1a },
- 'sequenceimagenumber' => { 415 => 0x0, 416 => 0x0, 417 => 0x0, 418 => 0x0, 427 => 0x8, 428 => 0x8, 429 => 0x12, 436 => 0x24 },
- 'sequencelength' => { 427 => 0x22, 428 => 0x1e, 429 => [0x16,0x1e] },
- 'sequencename' => { 478 => 'sequenceName' },
- 'sequencenumber' => { 74 => 0x9, 110 => 0x301c, 124 => 0x1101, 136 => 0x1d, 245 => 0x51c, 306 => 0x2b, 395 => [0x10c,0x30c], 406 => 0xb04a, 478 => 'sequenceNumber' },
- 'sequenceshotinterval' => { 382 => 0x224 },
- 'sequencetotalnumber' => { 478 => 'sequenceTotalNumber' },
- 'sequentialshot' => { 382 => 0x20e },
- 'serialnumber' => { 61 => 0xc, 94 => 0x180b, 116 => [0xa431,0xfde9], 133 => 0xfa04, 135 => 0xfa00, 137 => 0xc354, 138 => 0xfa19, 149 => 0x0, 152 => 'SerialNumber', 186 => 0x5501, 219 => [0xa0,0x1d], 284 => 0x101, 288 => [0x404,0x101a], 301 => 0x303, 303 => 0x305, 308 => 0x3103, 341 => 0x229, 350 => 0x102, 351 => 0x407, 366 => ['SNum','slno'], 367 => 0x15, 368 => 0x4b, 369 => 0x7e, 373 => 0x5, 380 => 0xa002, 383 => 0x2, 406 => 0x2031, 460 => 'SerialNumber', 470 => 'BodySerialNumber' },
- 'serialnumberformat' => { 61 => 0x15, 94 => 0x183b },
- 'serialnumberhash' => { 366 => 'CAME' },
- 'series' => { 475 => 'Series' },
- 'seriesdatetime' => { 442 => 'SeriesDateTime' },
- 'seriesdescription' => { 442 => 'SeriesDescription' },
- 'seriesidentifier' => { 475 => [\'Series','SeriesIdentifier'] },
- 'seriesmodality' => { 442 => 'SeriesModality' },
- 'seriesname' => { 475 => [\'Series','SeriesName'] },
- 'seriesnumber' => { 442 => 'SeriesNumber', 479 => 'seriesNumber' },
- 'seriestitle' => { 479 => 'seriesTitle' },
- 'serviceidentifier' => { 129 => 0x1e },
- 'servingsize' => { 481 => 'servingSize' },
- 'setbuttoncrosskeysfunc' => { 84 => 0x0, 85 => 0x0 },
- 'setbuttonwhenshooting' => { 79 => 0x1, 81 => 0x704, 87 => 0xc },
- 'setfunctionwhenshooting' => { 82 => 0x0, 83 => 0x1, 86 => 0x1 },
- 'setting' => { 478 => 'setting' },
- 'shadingcompensation' => { 283 => 0x50c, 306 => 0x8a },
- 'shadingcompensation2' => { 287 => 0x1012 },
- 'shadow' => { 383 => 0xe },
- 'shadowadj' => { 100 => 0x2030b },
- 'shadowcorrection' => { 341 => 0x79 },
- 'shadowprotection' => { 258 => 0x0 },
- 'shadows' => { 116 => 0xfe52, 457 => 'Shadows', 463 => 'Shadows', 465 => 'Shadows' },
- 'shadows2012' => { 463 => 'Shadows2012', 465 => 'Shadows2012' },
- 'shadowsadj' => { 440 => 0x901a },
- 'shadowscale' => { 116 => 0xc633 },
- 'shadowtint' => { 463 => 'ShadowTint', 465 => 'ShadowTint' },
- 'shadowtone' => { 124 => 0x1040 },
- 'shakereduction' => { 343 => 0x1, 344 => 0x1 },
- 'sharpendetail' => { 463 => 'SharpenDetail', 465 => 'SharpenDetail' },
- 'sharpenedgemasking' => { 463 => 'SharpenEdgeMasking', 465 => 'SharpenEdgeMasking' },
- 'sharpening' => { 308 => 0x300b },
- 'sharpeningadj' => { 262 => 0x2b },
- 'sharpeningkernel' => { 134 => 0x92f },
- 'sharpenradius' => { 463 => 'SharpenRadius', 465 => 'SharpenRadius' },
- 'sharpness' => { 8 => [0x42,0x48], 10 => 0x72, 12 => 0x74, 34 => 0xf, 71 => 0x2, 109 => 0xb, 110 => [0x3011,0x21], 116 => [0xa40a,0xfe56], 124 => 0x1001, 136 => 0x6b, 145 => 0x37, 152 => 'Sharpness', 176 => 0x21, 177 => 0x30, 178 => 0x26, 179 => 0x18, 184 => 0x3, 219 => 0x6, 221 => 0x32, 222 => 0x33, 223 => 0x39, 288 => 0x100f, 306 => 0x41, 341 => 0x21, 348 => 0xb, 367 => 0x26, 369 => 0x56, 372 => 0x22, 373 => [0x1003,0x1014], 383 => 0x11, 393 => 0x1c, 394 => 0x19, 406 => 0x2006, 436 => 0x52, 463 => 'Sharpness', 465 => 'Sharpness', 469 => 'Sharpness' },
- 'sharpnessadj' => { 100 => 0x20310, 105 => 0x25a, 440 => 0x801a },
- 'sharpnessadjon' => { 100 => '0x20310.0' },
- 'sharpnessauto' => { 68 => 0x94 },
- 'sharpnessfactor' => { 288 => 0x102a },
- 'sharpnessfaithful' => { 19 => 0xf5, 67 => 0x64, 68 => 0x64 },
- 'sharpnessfrequency' => { 8 => [0x41,0x47], 71 => 0x3 },
- 'sharpnesslandscape' => { 19 => 0xf3, 67 => 0x34, 68 => 0x34 },
- 'sharpnessmonochrome' => { 19 => 0xf6, 67 => 0x7c, 68 => 0x7c },
- 'sharpnessneutral' => { 19 => 0xf4, 67 => 0x4c, 68 => 0x4c },
- 'sharpnessovershoot' => { 440 => 0x801b },
- 'sharpnessportrait' => { 19 => 0xf2, 67 => 0x1c, 68 => 0x1c },
- 'sharpnesssetting' => { 283 => 0x506, 291 => 0x1013, 395 => 0x12, 411 => 0xa },
- 'sharpnessstandard' => { 19 => 0xf1, 67 => 0x4, 68 => 0x4 },
- 'sharpnessstrength' => { 100 => 0x20311 },
- 'sharpnessthreshold' => { 440 => 0x801d },
- 'sharpnessundershoot' => { 440 => 0x801c },
- 'sharpnessuserdef1' => { 19 => 0xf7, 67 => 0x94, 68 => 0xac },
- 'sharpnessuserdef2' => { 19 => 0xf8, 67 => 0xac, 68 => 0xc4 },
- 'sharpnessuserdef3' => { 19 => 0xf9, 67 => 0xc4, 68 => 0xdc },
- 'shiftcols' => { 134 => 0xc70 },
- 'shootid' => { 478 => 'shootID' },
- 'shootingdistance' => { 100 => 0x20701 },
- 'shootinginfodisplay' => { 266 => '13.2', 267 => '5.1', 275 => '10.2', 276 => '4.1', 279 => '5.1', 281 => '5.3' },
- 'shootinginfomonitorofftime' => { 266 => '26.2', 267 => '22.2', 269 => '22.2', 270 => '22.2', 274 => '21.2', 275 => '9.1', 276 => '21.2', 279 => '22.2', 280 => '22.2', 281 => '22.2' },
- 'shootingmode' => { 152 => 'ShootingMode', 219 => 0x89, 306 => 0x1f },
- 'shootingmodesetting' => { 268 => '5.1' },
- 'shortdescription' => { 467 => 'shortdescription' },
- 'shortdocumentid' => { 128 => 0xba },
- 'shortname' => { 463 => 'ShortName', 465 => 'ShortName' },
+ 'selectafareaselectmode' => { 82 => 0x512 },
+ 'selfdata' => { 114 => 'SelfData' },
+ 'selftimer' => { 34 => 0x2, 307 => 0x2e, 383 => 0x214, 415 => 0x1134, 416 => 0x1134, 417 => 0x1110, 418 => 0x118c, 419 => 0x1168, 420 => 0x1020, 421 => 0x218, 422 => 0x218, 423 => 0x210 },
+ 'selftimer2' => { 75 => 0x1d },
+ 'selftimerinterval' => { 277 => '19.2' },
+ 'selftimermode' => { 117 => 0x882b },
+ 'selftimershotcount' => { 268 => '20.2', 270 => '20.3', 271 => '20.3', 272 => '18.2', 273 => '19.2', 274 => '19.2', 275 => '19.3', 277 => '19.3', 280 => '20.3', 281 => '20.3', 282 => '20.2' },
+ 'selftimershotinterval' => { 268 => '20.3', 270 => '20.2', 271 => '20.2', 275 => '19.2', 280 => '20.2', 281 => '20.2' },
+ 'selftimertime' => { 95 => 0x1806, 180 => 0x1f, 267 => '18.1', 268 => '20.1', 269 => '3.3', 270 => '20.1', 271 => '20.1', 272 => '18.1', 273 => '19.1', 274 => '19.1', 275 => '19.1', 276 => '7.2', 277 => '19.1', 278 => '3.3', 280 => '20.1', 281 => '20.1', 282 => '20.1' },
+ 'sellingagency' => { 480 => 'sellingAgency' },
+ 'seminfo' => { 117 => 0x8546 },
+ 'sensingmethod' => { 117 => 0xa217, 470 => 'SensingMethod' },
+ 'sensitivityadjust' => { 342 => 0x40 },
+ 'sensitivitysteps' => { 323 => ['14.3','17.4'], 325 => 0x1 },
+ 'sensitivitytype' => { 117 => 0x8830, 471 => 'SensitivityType' },
+ 'sensor' => { 187 => 0x665e },
+ 'sensorarea' => { 289 => 0x400 },
+ 'sensorareas' => { 381 => 0xa010 },
+ 'sensorbitdepth' => { 309 => 0x312d },
+ 'sensorbluelevel' => { 72 => 0x5 },
+ 'sensorcalibration' => { 288 => 0x805 },
+ 'sensorcleaning' => { 88 => 0xd },
+ 'sensorfullheight' => { 134 => 0xf904 },
+ 'sensorfullwidth' => { 134 => 0xf903 },
+ 'sensorheight' => { 134 => 0xf901, 139 => 0xfa21, 184 => 0x8, 309 => 0x312c, 351 => 0x109, 374 => 0x1602 },
+ 'sensorimageheight' => { 135 => 0x3ee },
+ 'sensorimagewidth' => { 135 => 0x3ed },
+ 'sensorleftborder' => { 135 => 0x3eb },
+ 'sensorleftmargin' => { 351 => 0x10a },
+ 'sensorpixelsize' => { 220 => 0x9a },
+ 'sensorredlevel' => { 72 => 0x4 },
+ 'sensorserialnumber' => { 135 => 0x9ce },
+ 'sensorsize' => { 153 => 'SensorSize', 342 => 0x35 },
+ 'sensortemperature' => { 287 => 0x1500, 289 => 0x1007, 347 => 0xc, 351 => 0x210, 384 => [0x39,0x55] },
+ 'sensortemperature2' => { 347 => 0xe, 351 => 0x211 },
+ 'sensortopborder' => { 135 => 0x3ec },
+ 'sensortopmargin' => { 351 => 0x10b },
+ 'sensortype' => { 307 => 0xca },
+ 'sensorwidth' => { 134 => 0xf900, 139 => 0xfa20, 184 => 0xa, 309 => 0x312b, 351 => 0x108, 374 => 0x1601 },
+ 'sequence' => { 368 => 0x7, 369 => 0x35, 370 => 0x36 },
+ 'sequencefilenumber' => { 416 => 0x4, 417 => 0x4, 418 => 0x4, 419 => 0x4, 428 => 0xc, 429 => 0xc, 430 => 0x1a },
+ 'sequenceimagenumber' => { 416 => 0x0, 417 => 0x0, 418 => 0x0, 419 => 0x0, 428 => 0x8, 429 => 0x8, 430 => 0x12, 437 => 0x24 },
+ 'sequencelength' => { 428 => 0x22, 429 => 0x1e, 430 => [0x16,0x1e] },
+ 'sequencename' => { 479 => 'sequenceName' },
+ 'sequencenumber' => { 75 => 0x9, 111 => 0x301c, 125 => 0x1101, 137 => 0x1d, 246 => 0x51c, 307 => 0x2b, 396 => [0x10c,0x30c], 407 => 0xb04a, 479 => 'sequenceNumber' },
+ 'sequenceshotinterval' => { 383 => 0x224 },
+ 'sequencetotalnumber' => { 479 => 'sequenceTotalNumber' },
+ 'sequentialshot' => { 383 => 0x20e },
+ 'serialnumber' => { 62 => 0xc, 95 => 0x180b, 117 => [0xa431,0xfde9], 134 => 0xfa04, 136 => 0xfa00, 138 => 0xc354, 139 => 0xfa19, 150 => 0x0, 153 => 'SerialNumber', 187 => 0x5501, 220 => [0xa0,0x1d], 285 => 0x101, 289 => [0x404,0x101a], 302 => 0x303, 304 => 0x305, 309 => 0x3103, 342 => 0x229, 351 => 0x102, 352 => 0x407, 367 => ['SNum','slno'], 368 => 0x15, 369 => 0x4b, 370 => 0x7e, 374 => 0x5, 381 => 0xa002, 384 => 0x2, 407 => 0x2031, 461 => 'SerialNumber', 471 => 'BodySerialNumber' },
+ 'serialnumberformat' => { 62 => 0x15, 95 => 0x183b },
+ 'serialnumberhash' => { 367 => 'CAME' },
+ 'series' => { 476 => 'Series' },
+ 'seriesdatetime' => { 443 => 'SeriesDateTime' },
+ 'seriesdescription' => { 443 => 'SeriesDescription' },
+ 'seriesidentifier' => { 476 => [\'Series','SeriesIdentifier'] },
+ 'seriesmodality' => { 443 => 'SeriesModality' },
+ 'seriesname' => { 476 => [\'Series','SeriesName'] },
+ 'seriesnumber' => { 443 => 'SeriesNumber', 480 => 'seriesNumber' },
+ 'seriestitle' => { 480 => 'seriesTitle' },
+ 'serviceidentifier' => { 130 => 0x1e },
+ 'servingsize' => { 482 => 'servingSize' },
+ 'setbuttoncrosskeysfunc' => { 85 => 0x0, 86 => 0x0 },
+ 'setbuttonwhenshooting' => { 80 => 0x1, 82 => 0x704, 88 => 0xc },
+ 'setfunctionwhenshooting' => { 83 => 0x0, 84 => 0x1, 87 => 0x1 },
+ 'setting' => { 479 => 'setting' },
+ 'shadingcompensation' => { 284 => 0x50c, 307 => 0x8a },
+ 'shadingcompensation2' => { 288 => 0x1012 },
+ 'shadow' => { 384 => 0xe },
+ 'shadowadj' => { 101 => 0x2030b },
+ 'shadowcorrection' => { 342 => 0x79 },
+ 'shadowprotection' => { 259 => 0x0 },
+ 'shadows' => { 117 => 0xfe52, 458 => 'Shadows', 464 => 'Shadows', 466 => 'Shadows' },
+ 'shadows2012' => { 464 => 'Shadows2012', 466 => 'Shadows2012' },
+ 'shadowsadj' => { 441 => 0x901a },
+ 'shadowscale' => { 117 => 0xc633 },
+ 'shadowtint' => { 464 => 'ShadowTint', 466 => 'ShadowTint' },
+ 'shadowtone' => { 125 => 0x1040 },
+ 'shakereduction' => { 344 => 0x1, 345 => 0x1 },
+ 'sharpendetail' => { 464 => 'SharpenDetail', 466 => 'SharpenDetail' },
+ 'sharpenedgemasking' => { 464 => 'SharpenEdgeMasking', 466 => 'SharpenEdgeMasking' },
+ 'sharpening' => { 309 => 0x300b },
+ 'sharpeningadj' => { 263 => 0x2b },
+ 'sharpeningkernel' => { 135 => 0x92f },
+ 'sharpenradius' => { 464 => 'SharpenRadius', 466 => 'SharpenRadius' },
+ 'sharpness' => { 8 => [0x42,0x48], 10 => 0x72, 12 => 0x74, 34 => 0xf, 72 => 0x2, 110 => 0xb, 111 => [0x3011,0x21], 117 => [0xa40a,0xfe56], 125 => 0x1001, 137 => 0x6b, 146 => 0x37, 153 => 'Sharpness', 177 => 0x21, 178 => 0x30, 179 => 0x26, 180 => 0x18, 185 => 0x3, 220 => 0x6, 222 => 0x32, 223 => 0x33, 224 => 0x39, 289 => 0x100f, 307 => 0x41, 342 => 0x21, 349 => 0xb, 368 => 0x26, 370 => 0x56, 373 => 0x22, 374 => [0x1003,0x1014], 384 => 0x11, 394 => 0x1c, 395 => 0x19, 407 => 0x2006, 437 => 0x52, 464 => 'Sharpness', 466 => 'Sharpness', 470 => 'Sharpness' },
+ 'sharpnessadj' => { 101 => 0x20310, 106 => 0x25a, 441 => 0x801a },
+ 'sharpnessadjon' => { 101 => '0x20310.0' },
+ 'sharpnessauto' => { 69 => 0x94 },
+ 'sharpnessfactor' => { 289 => 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' => { 441 => 0x801b },
+ 'sharpnessportrait' => { 19 => 0xf2, 68 => 0x1c, 69 => 0x1c },
+ 'sharpnesssetting' => { 284 => 0x506, 292 => 0x1013, 396 => 0x12, 412 => 0xa },
+ 'sharpnessstandard' => { 19 => 0xf1, 68 => 0x4, 69 => 0x4 },
+ 'sharpnessstrength' => { 101 => 0x20311 },
+ 'sharpnessthreshold' => { 441 => 0x801d },
+ 'sharpnessundershoot' => { 441 => 0x801c },
+ 'sharpnessuserdef1' => { 19 => 0xf7, 68 => 0x94, 69 => 0xac },
+ 'sharpnessuserdef2' => { 19 => 0xf8, 68 => 0xac, 69 => 0xc4 },
+ 'sharpnessuserdef3' => { 19 => 0xf9, 68 => 0xc4, 69 => 0xdc },
+ 'shiftcols' => { 135 => 0xc70 },
+ 'shootid' => { 479 => 'shootID' },
+ 'shootingdistance' => { 101 => 0x20701 },
+ 'shootinginfodisplay' => { 267 => '13.2', 268 => '5.1', 276 => '10.2', 277 => '4.1', 280 => '5.1', 282 => '5.3' },
+ 'shootinginfomonitorofftime' => { 267 => '26.2', 268 => '22.2', 270 => '22.2', 271 => '22.2', 275 => '21.2', 276 => '9.1', 277 => '21.2', 280 => '22.2', 281 => '22.2', 282 => '22.2' },
+ 'shootingmode' => { 153 => 'ShootingMode', 220 => 0x89, 307 => 0x1f },
+ 'shootingmodesetting' => { 269 => '5.1' },
+ 'shortdescription' => { 468 => 'shortdescription' },
+ 'shortdocumentid' => { 129 => 0xba },
+ 'shortname' => { 464 => 'ShortName', 466 => 'ShortName' },
'shortownername' => { 19 => 0xac },
- 'shortreleasetimelag' => { 81 => 0x80d },
- 'shorttitle' => { 358 => '@sti' },
- 'shotdate' => { 489 => 'shotDate' },
- 'shotday' => { 489 => 'shotDay' },
- 'shotlocation' => { 489 => 'shotLocation' },
- 'shotname' => { 366 => 'shot', 489 => 'shotName' },
- 'shotnumber' => { 489 => 'shotNumber' },
- 'shotnumbersincepowerup' => { 410 => 0x44e, 427 => 0x1a, 428 => 0x16, 429 => 0xa },
- 'shotnumbersincepowerup2' => { 395 => 0x200 },
- 'shotsize' => { 489 => 'shotSize' },
- 'showmovement' => { 358 => 'shwm' },
- 'shownevent' => { 475 => 'EventExt' },
- 'showneventidentifier' => { 475 => [\'EventExt','EventExtIdentifier'] },
- 'showneventname' => { 475 => [\'EventExt','EventExtName'] },
- 'shutter' => { 424 => 0x20, 425 => 0x26, 426 => 0x26 },
- 'shutter-aelock' => { 79 => 0x4, 81 => 0x701, 82 => 0x3, 83 => 0x4, 84 => 0x3, 85 => 0x3, 86 => 0x4, 87 => 0x2 },
- 'shutteraelbutton' => { 80 => 0x4 },
- 'shutterbuttonafonbutton' => { 81 => 0x701 },
- 'shuttercount' => { 11 => 0x176, 55 => 0x1, 219 => 0xa7, 228 => [0x6a,0x157,0x24d], 229 => 0x286, 230 => 0x279, 231 => 0x284, 232 => 0x242, 233 => 0x280, 234 => 0x276, 235 => [0x27d,0x27f], 236 => 0x246, 239 => 0x2d6, 240 => 0x321, 241 => 0xbd8, 242 => 0x287, 243 => 0x320, 244 => 0x24a, 245 => 0x5fb, 248 => 0x2d5, 341 => 0x5d, 404 => 0x846, 409 => [0x125,0x14a], 424 => 0x32, 425 => 0x3a, 426 => 0x3a },
- 'shuttercount2' => { 424 => 0x4c, 425 => [0x50,0x52,0x58], 426 => 0x50 },
- 'shuttercount3' => { 424 => [0x1a0,0x1aa,0x1bd], 425 => [0x19f,0x1cb,0x1cd] },
- 'shuttercurtainsync' => { 79 => 0xf, 80 => 0xf, 81 => 0x305, 82 => 0xe, 83 => 0xf, 84 => 0x8, 85 => 0x8, 86 => 0xf, 87 => 0x8 },
- 'shuttermode' => { 136 => 0x1b, 219 => 0x34 },
- 'shutterreleasebuttonae-l' => { 266 => '17.7', 267 => '18.4', 269 => '78.4', 270 => '78.4', 271 => '16.1', 272 => '17.1', 273 => '17.1', 274 => '17.1', 275 => '7.1', 276 => '17.5', 279 => '18.4', 280 => '78.4', 281 => '18.2' },
- 'shutterreleasemethod' => { 94 => 0x1010 },
- 'shutterreleasenocfcard' => { 79 => 0x2, 80 => 0x2, 87 => 0xf },
- 'shutterreleasetiming' => { 94 => 0x1011 },
- 'shutterreleasewithoutlens' => { 81 => 0x711 },
- 'shutterspeedlock' => { 267 => '38.1', 269 => '38.1', 270 => '38.1', 279 => '38.1', 280 => '38.1' },
- 'shutterspeedrange' => { 81 => 0x10c },
- 'shutterspeedsetting' => { 179 => 0x6, 393 => 0x2f, 394 => 0x28, 395 => 0x0 },
- 'shutterspeedvalue' => { 90 => 0x1, 116 => 0x9201, 288 => 0x1000, 350 => 0x400, 469 => 'ShutterSpeedValue' },
- 'shuttertype' => { 124 => 0x1050, 306 => 0x9f, 341 => 0x87 },
- 'sidecarforextension' => { 477 => 'SidecarForExtension' },
- 'sigmaimpulseparameters' => { 134 => 0xe0d },
- 'sigmascalingfactorcamera' => { 134 => 0xe0c },
- 'sigmascalingfactorlowres' => { 134 => 0xe0b },
- 'sigmasizetable' => { 134 => 0xe0f },
- 'similarityindex' => { 128 => 0xe4 },
- 'singleframebracketing' => { 179 => 0x21 },
- 'skilllevel' => { 481 => 'skillLevel' },
- 'skintonecorrection' => { 341 => 0x95 },
- 'skiplinetime' => { 134 => 0x184e },
- 'slaveflashmeteringsegments' => { 341 => 0x20b },
- 'slideshowname' => { 478 => 'slideshowName' },
- 'slideshownumber' => { 478 => 'slideshowNumber' },
- 'slideshowtotalnumber' => { 478 => 'slideshowTotalNumber' },
- 'slowshutter' => { 74 => 0x8 },
- 'slowsync' => { 124 => 0x1030 },
- 'smartalbumcolor' => { 380 => 0x20 },
- 'smartrange' => { 380 => 0xa012 },
- 'smileshutter' => { 395 => 0x31 },
- 'smileshuttermode' => { 395 => 0x27 },
- 'smoothness' => { 116 => 0xfe57, 463 => 'Smoothness', 465 => 'Smoothness' },
- 'snapshot' => { 475 => 'SnapshotLink' },
- 'snapshotformat' => { 475 => [\'SnapshotLink','SnapshotLinkFormat'] },
- 'snapshotheightpixels' => { 475 => [\'SnapshotLink','SnapshotLinkHeightPixels'] },
- 'snapshotimagerole' => { 475 => [\'SnapshotLink','SnapshotLinkImageRole'] },
- 'snapshotlink' => { 475 => [\'SnapshotLink','SnapshotLinkLink'] },
- 'snapshotlinkqualifier' => { 475 => [\'SnapshotLink','SnapshotLinkLinkQualifier'] },
- 'snapshots' => { 458 => 'Snapshots' },
- 'snapshotusedvideoframe' => { 475 => [\'SnapshotLink','SnapshotLinkUsedVideoFrame'] },
- 'snapshotusedvideoframetimeformat' => { 475 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeFormat'] },
- 'snapshotusedvideoframetimevalue' => { 475 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeValue'] },
- 'snapshotusedvideoframevalue' => { 475 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameValue'] },
- 'snapshotwidthpixels' => { 475 => [\'SnapshotLink','SnapshotLinkWidthPixels'] },
- 'softskineffect' => { 406 => 0x200f },
- 'software' => { 116 => 0x131, 153 => 'Software', 296 => 'Software', 350 => 0x203, 360 => 'software', 383 => 0x18, 448 => 'Software', 485 => 'Software' },
- 'softwareversion' => { 366 => ['@swr',"\xa9swr"], 382 => 0x207 },
- 'soloist' => { 358 => "\xa9sol" },
- 'songwriter' => { 366 => "\xa9swf" },
- 'songwriterkeywords' => { 366 => "\xa9swk" },
- 'sonycropsize' => { 116 => 0x74c8 },
- 'sonycroptopleft' => { 116 => 0x74c7 },
- 'sonydatetime' => { 413 => 0x6, 415 => 0x1b6, 416 => 0x210, 417 => 0x1fe, 418 => 0x22c },
- 'sonydatetime2' => { 424 => 0x51 },
- 'sonyexposuretime' => { 424 => 0x3a, 425 => 0x46, 426 => [0x66,0x46] },
- 'sonyexposuretime2' => { 436 => 0xe },
- 'sonyfnumber' => { 424 => 0x3c, 425 => 0x48, 426 => [0x68,0x48], 436 => 0x14 },
- 'sonyimageheight' => { 413 => 0x1a, 427 => 0x44, 428 => 0x3f, 429 => 0x47 },
- 'sonyimageheightmax' => { 436 => 0x40 },
- 'sonyimagesize' => { 179 => 0x3b, 393 => 0x54, 394 => 0x54, 395 => 0x9 },
- 'sonyimagewidth' => { 413 => 0x1c },
- 'sonyimagewidthmax' => { 436 => 0x3e },
- 'sonyiso' => { 415 => 0x1218, 416 => 0x11f4, 417 => 0x1270, 418 => [0x1254,0x1258,0x1280], 419 => 0x113c, 420 => 0x344, 421 => 0x346, 422 => 0x320, 436 => 0x4 },
- 'sonymaxaperture' => { 424 => 0x0, 425 => 0x0 },
- 'sonymaxaperturevalue' => { 436 => 0x16 },
- 'sonyminaperture' => { 424 => 0x1, 425 => 0x1 },
- 'sonymodelid' => { 406 => 0xb001 },
- 'sonyquality' => { 179 => 0x3c },
- 'sonytimeminsec' => { 425 => 0x61 },
- 'sortalbum' => { 358 => 'soal' },
- 'sortalbumartist' => { 358 => 'soaa' },
- 'sortartist' => { 358 => 'soar' },
- 'sortcomposer' => { 358 => 'soco' },
- 'sortname' => { 358 => 'sonm', 463 => 'SortName', 465 => 'SortName' },
- 'sortshow' => { 358 => 'sosn' },
- 'soundengineer' => { 358 => "\xa9sne" },
- 'source' => { 128 => 0x73, 296 => 'Source', 466 => 'source', 467 => 'source', 477 => 'Source' },
- 'sourcecount' => { 452 => 'SourceCount' },
- 'sourcecredits' => { 366 => "\xa9src" },
- 'sourcedirectoryindex' => { 328 => 0x0 },
- 'sourcefileindex' => { 328 => 0x2 },
- 'sourcephotoscount' => { 451 => 'SourcePhotosCount' },
- 'sourceprofileprefix' => { 134 => 0x1390 },
- 'spatialfrequencyresponse' => { 469 => 'SpatialFrequencyResponse' },
- 'spatialfrequencyresponsecolumns' => { 469 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] },
- 'spatialfrequencyresponsenames' => { 469 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] },
- 'spatialfrequencyresponserows' => { 469 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] },
- 'spatialfrequencyresponsevalues' => { 469 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] },
- 'speakerplacement' => { 489 => 'speakerPlacement' },
- 'specialeffectlevel' => { 110 => 0x3030 },
- 'specialeffectmode' => { 110 => 0x2076 },
- 'specialeffectsetting' => { 110 => 0x3031 },
- 'specialinstructions' => { 128 => 0x28 },
- 'specialmode' => { 288 => 0x200, 382 => 0x200 },
- 'specialoccasion' => { 481 => 'specialOccasion' },
- 'specialtypeid' => { 446 => 'SpecialTypeID' },
- 'spectralsensitivity' => { 116 => 0x8824, 469 => 'SpectralSensitivity' },
- 'specularwhitelevel' => { 43 => [0x2b9,0x2d0,0x2d4], 44 => 0x56a, 45 => 0x1e4, 46 => [0x1fd,0x2dd], 47 => [0x231,0x30f], 48 => 0x31d },
- 'speedx' => { 112 => 0x3, 366 => "\xa9xsp" },
- 'speedy' => { 112 => 0x4, 366 => "\xa9ysp" },
- 'speedz' => { 112 => 0x5, 366 => "\xa9zsp" },
- 'spherical' => { 452 => 'Spherical' },
- 'splitcolumn' => { 350 => 0x222 },
- 'splittoningbalance' => { 463 => 'SplitToningBalance', 465 => 'SplitToningBalance' },
- 'splittoninghighlighthue' => { 463 => 'SplitToningHighlightHue', 465 => 'SplitToningHighlightHue' },
- 'splittoninghighlightsaturation' => { 463 => 'SplitToningHighlightSaturation', 465 => 'SplitToningHighlightSaturation' },
- 'splittoningshadowhue' => { 463 => 'SplitToningShadowHue', 465 => 'SplitToningShadowHue' },
- 'splittoningshadowsaturation' => { 463 => 'SplitToningShadowSaturation', 465 => 'SplitToningShadowSaturation' },
- 'sport' => { 479 => 'sport' },
- 'spotfocuspointx' => { 176 => 0x2d },
- 'spotfocuspointy' => { 176 => 0x2e },
+ 'shortreleasetimelag' => { 82 => 0x80d },
+ 'shorttitle' => { 359 => '@sti' },
+ 'shotdate' => { 490 => 'shotDate' },
+ 'shotday' => { 490 => 'shotDay' },
+ 'shotlocation' => { 490 => 'shotLocation' },
+ 'shotname' => { 367 => 'shot', 490 => 'shotName' },
+ 'shotnumber' => { 490 => 'shotNumber' },
+ 'shotnumbersincepowerup' => { 411 => 0x44e, 428 => 0x1a, 429 => 0x16, 430 => 0xa },
+ 'shotnumbersincepowerup2' => { 396 => 0x200 },
+ 'shotsize' => { 490 => 'shotSize' },
+ 'showmovement' => { 359 => 'shwm' },
+ 'shownevent' => { 476 => 'EventExt' },
+ 'showneventidentifier' => { 476 => [\'EventExt','EventExtIdentifier'] },
+ 'showneventname' => { 476 => [\'EventExt','EventExtName'] },
+ 'shutter' => { 425 => 0x20, 426 => 0x26, 427 => 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, 220 => 0xa7, 229 => [0x6a,0x157,0x24d], 230 => 0x286, 231 => 0x279, 232 => 0x284, 233 => 0x242, 234 => 0x280, 235 => 0x276, 236 => [0x27d,0x27f], 237 => 0x246, 240 => 0x2d6, 241 => 0x321, 242 => 0xbd8, 243 => 0x287, 244 => 0x320, 245 => 0x24a, 246 => 0x5fb, 249 => 0x2d5, 342 => 0x5d, 405 => 0x846, 410 => [0x125,0x14a], 425 => 0x32, 426 => 0x3a, 427 => 0x3a },
+ 'shuttercount2' => { 425 => 0x4c, 426 => [0x50,0x52,0x58], 427 => 0x50 },
+ 'shuttercount3' => { 425 => [0x1a0,0x1aa,0x1bd], 426 => [0x19f,0x1cb,0x1cd] },
+ 'shuttercurtainsync' => { 80 => 0xf, 81 => 0xf, 82 => 0x305, 83 => 0xe, 84 => 0xf, 85 => 0x8, 86 => 0x8, 87 => 0xf, 88 => 0x8 },
+ 'shuttermode' => { 137 => 0x1b, 220 => 0x34 },
+ 'shutterreleasebuttonae-l' => { 267 => '17.7', 268 => '18.4', 270 => '78.4', 271 => '78.4', 272 => '16.1', 273 => '17.1', 274 => '17.1', 275 => '17.1', 276 => '7.1', 277 => '17.5', 280 => '18.4', 281 => '78.4', 282 => '18.2' },
+ 'shutterreleasemethod' => { 95 => 0x1010 },
+ 'shutterreleasenocfcard' => { 80 => 0x2, 81 => 0x2, 88 => 0xf },
+ 'shutterreleasetiming' => { 95 => 0x1011 },
+ 'shutterreleasewithoutlens' => { 82 => 0x711 },
+ 'shutterspeedlock' => { 268 => '38.1', 270 => '38.1', 271 => '38.1', 280 => '38.1', 281 => '38.1' },
+ 'shutterspeedrange' => { 82 => 0x10c },
+ 'shutterspeedsetting' => { 180 => 0x6, 394 => 0x2f, 395 => 0x28, 396 => 0x0 },
+ 'shutterspeedvalue' => { 91 => 0x1, 117 => 0x9201, 289 => 0x1000, 351 => 0x400, 470 => 'ShutterSpeedValue' },
+ 'shuttertype' => { 125 => 0x1050, 307 => 0x9f, 342 => 0x87 },
+ 'sidecarforextension' => { 478 => 'SidecarForExtension' },
+ 'sigmaimpulseparameters' => { 135 => 0xe0d },
+ 'sigmascalingfactorcamera' => { 135 => 0xe0c },
+ 'sigmascalingfactorlowres' => { 135 => 0xe0b },
+ 'sigmasizetable' => { 135 => 0xe0f },
+ 'similarityindex' => { 129 => 0xe4 },
+ 'singleframebracketing' => { 180 => 0x21 },
+ 'skilllevel' => { 482 => 'skillLevel' },
+ 'skintonecorrection' => { 342 => 0x95 },
+ 'skiplinetime' => { 135 => 0x184e },
+ 'slaveflashmeteringsegments' => { 342 => 0x20b },
+ 'slideshowname' => { 479 => 'slideshowName' },
+ 'slideshownumber' => { 479 => 'slideshowNumber' },
+ 'slideshowtotalnumber' => { 479 => 'slideshowTotalNumber' },
+ 'slowshutter' => { 75 => 0x8 },
+ 'slowsync' => { 125 => 0x1030 },
+ 'smartalbumcolor' => { 381 => 0x20 },
+ 'smartrange' => { 381 => 0xa012 },
+ 'smileshutter' => { 396 => 0x31 },
+ 'smileshuttermode' => { 396 => 0x27 },
+ 'smoothness' => { 117 => 0xfe57, 464 => 'Smoothness', 466 => 'Smoothness' },
+ 'snapshot' => { 476 => 'SnapshotLink' },
+ 'snapshotformat' => { 476 => [\'SnapshotLink','SnapshotLinkFormat'] },
+ 'snapshotheightpixels' => { 476 => [\'SnapshotLink','SnapshotLinkHeightPixels'] },
+ 'snapshotimagerole' => { 476 => [\'SnapshotLink','SnapshotLinkImageRole'] },
+ 'snapshotlink' => { 476 => [\'SnapshotLink','SnapshotLinkLink'] },
+ 'snapshotlinkqualifier' => { 476 => [\'SnapshotLink','SnapshotLinkLinkQualifier'] },
+ 'snapshots' => { 459 => 'Snapshots' },
+ 'snapshotusedvideoframe' => { 476 => [\'SnapshotLink','SnapshotLinkUsedVideoFrame'] },
+ 'snapshotusedvideoframetimeformat' => { 476 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeFormat'] },
+ 'snapshotusedvideoframetimevalue' => { 476 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeValue'] },
+ 'snapshotusedvideoframevalue' => { 476 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameValue'] },
+ 'snapshotwidthpixels' => { 476 => [\'SnapshotLink','SnapshotLinkWidthPixels'] },
+ 'softskineffect' => { 407 => 0x200f },
+ 'software' => { 117 => 0x131, 154 => 'Software', 297 => 'Software', 351 => 0x203, 361 => 'software', 384 => 0x18, 449 => 'Software', 486 => 'Software' },
+ 'softwareversion' => { 367 => ['@swr',"\xa9swr"], 383 => 0x207 },
+ 'soloist' => { 359 => "\xa9sol" },
+ 'songwriter' => { 367 => "\xa9swf" },
+ 'songwriterkeywords' => { 367 => "\xa9swk" },
+ 'sonycropsize' => { 117 => 0x74c8 },
+ 'sonycroptopleft' => { 117 => 0x74c7 },
+ 'sonydatetime' => { 414 => 0x6, 416 => 0x1b6, 417 => 0x210, 418 => 0x1fe, 419 => 0x22c },
+ 'sonydatetime2' => { 425 => 0x51 },
+ 'sonyexposuretime' => { 425 => 0x3a, 426 => 0x46, 427 => [0x66,0x46] },
+ 'sonyexposuretime2' => { 437 => 0xe },
+ 'sonyfnumber' => { 425 => 0x3c, 426 => 0x48, 427 => [0x68,0x48], 437 => 0x14 },
+ 'sonyimageheight' => { 414 => 0x1a, 428 => 0x44, 429 => 0x3f, 430 => 0x47 },
+ 'sonyimageheightmax' => { 437 => 0x40 },
+ 'sonyimagesize' => { 180 => 0x3b, 394 => 0x54, 395 => 0x54, 396 => 0x9 },
+ 'sonyimagewidth' => { 414 => 0x1c },
+ 'sonyimagewidthmax' => { 437 => 0x3e },
+ 'sonyiso' => { 416 => 0x1218, 417 => 0x11f4, 418 => 0x1270, 419 => [0x1254,0x1258,0x1280], 420 => 0x113c, 421 => 0x344, 422 => 0x346, 423 => 0x320, 437 => 0x4 },
+ 'sonymaxaperture' => { 425 => 0x0, 426 => 0x0 },
+ 'sonymaxaperturevalue' => { 437 => 0x16 },
+ 'sonyminaperture' => { 425 => 0x1, 426 => 0x1 },
+ 'sonymodelid' => { 407 => 0xb001 },
+ 'sonyquality' => { 180 => 0x3c },
+ 'sonytimeminsec' => { 426 => 0x61 },
+ 'sortalbum' => { 359 => 'soal' },
+ 'sortalbumartist' => { 359 => 'soaa' },
+ 'sortartist' => { 359 => 'soar' },
+ 'sortcomposer' => { 359 => 'soco' },
+ 'sortname' => { 359 => 'sonm', 464 => 'SortName', 466 => 'SortName' },
+ 'sortshow' => { 359 => 'sosn' },
+ 'soundengineer' => { 359 => "\xa9sne" },
+ 'source' => { 129 => 0x73, 297 => 'Source', 467 => 'source', 468 => 'source', 478 => 'Source' },
+ 'sourcecount' => { 453 => 'SourceCount' },
+ 'sourcecredits' => { 367 => "\xa9src" },
+ 'sourcedirectoryindex' => { 329 => 0x0 },
+ 'sourcefileindex' => { 329 => 0x2 },
+ 'sourcephotoscount' => { 452 => 'SourcePhotosCount' },
+ 'sourceprofileprefix' => { 135 => 0x1390 },
+ 'spatialfrequencyresponse' => { 470 => 'SpatialFrequencyResponse' },
+ 'spatialfrequencyresponsecolumns' => { 470 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] },
+ 'spatialfrequencyresponsenames' => { 470 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] },
+ 'spatialfrequencyresponserows' => { 470 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] },
+ 'spatialfrequencyresponsevalues' => { 470 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] },
+ 'speakerplacement' => { 490 => 'speakerPlacement' },
+ 'specialeffectlevel' => { 111 => 0x3030 },
+ 'specialeffectmode' => { 111 => 0x2076 },
+ 'specialeffectsetting' => { 111 => 0x3031 },
+ 'specialinstructions' => { 129 => 0x28 },
+ 'specialmode' => { 289 => 0x200, 383 => 0x200 },
+ 'specialoccasion' => { 482 => 'specialOccasion' },
+ 'specialtypeid' => { 447 => 'SpecialTypeID' },
+ 'spectralsensitivity' => { 117 => 0x8824, 470 => 'SpectralSensitivity' },
+ 'specularwhitelevel' => { 41 => 0x32b, 44 => [0x2b9,0x2d0,0x2d4], 45 => 0x56a, 46 => 0x1e4, 47 => [0x1fd,0x2dd], 48 => [0x231,0x30f], 49 => 0x31d },
+ 'speedx' => { 113 => 0x3, 367 => "\xa9xsp" },
+ 'speedy' => { 113 => 0x4, 367 => "\xa9ysp" },
+ 'speedz' => { 113 => 0x5, 367 => "\xa9zsp" },
+ 'spherical' => { 453 => 'Spherical' },
+ 'splitcolumn' => { 351 => 0x222 },
+ 'splittoningbalance' => { 464 => 'SplitToningBalance', 466 => 'SplitToningBalance' },
+ 'splittoninghighlighthue' => { 464 => 'SplitToningHighlightHue', 466 => 'SplitToningHighlightHue' },
+ 'splittoninghighlightsaturation' => { 464 => 'SplitToningHighlightSaturation', 466 => 'SplitToningHighlightSaturation' },
+ 'splittoningshadowhue' => { 464 => 'SplitToningShadowHue', 466 => 'SplitToningShadowHue' },
+ 'splittoningshadowsaturation' => { 464 => 'SplitToningShadowSaturation', 466 => 'SplitToningShadowSaturation' },
+ 'sport' => { 480 => 'sport' },
+ 'spotfocuspointx' => { 177 => 0x2d },
+ 'spotfocuspointy' => { 177 => 0x2e },
'spotmeteringmode' => { 34 => 0x27 },
- 'spotmeterlinktoafpoint' => { 81 => 0x107 },
- 'sractive' => { 322 => '17.1' },
+ 'spotmeterlinktoafpoint' => { 82 => 0x107 },
+ 'sractive' => { 323 => '17.1' },
'srawquality' => { 34 => 0x2e },
- 'srfocallength' => { 343 => 0x3 },
- 'srhalfpresstime' => { 343 => 0x2 },
- 'srresult' => { 343 => 0x0, 344 => 0x0 },
- 'stackedimage' => { 283 => 0x804 },
- 'standardmatrixcustom' => { 134 => 0x7d4 },
- 'standardmatrixdaylight' => { 134 => 0x7d0 },
- 'standardmatrixflash' => { 134 => 0x7d3 },
- 'standardmatrixfluorescent' => { 134 => 0x7d2 },
- 'standardmatrixtungsten' => { 134 => 0x7d1 },
- 'standardoutputhighlightpoint' => { 106 => 0x14 },
- 'standardoutputsensitivity' => { 116 => 0x8831, 470 => 'StandardOutputSensitivity' },
- 'standardoutputshadowpoint' => { 106 => 0x15 },
- 'standardrawcolortone' => { 106 => 0xd },
- 'standardrawcontrast' => { 106 => 0xf },
- 'standardrawhighlight' => { 106 => 0x75 },
- 'standardrawhighlightpoint' => { 106 => 0x12 },
- 'standardrawlinear' => { 106 => 0x10 },
- 'standardrawsaturation' => { 106 => 0xe },
- 'standardrawshadow' => { 106 => 0x7e },
- 'standardrawshadowpoint' => { 106 => 0x13 },
- 'standardrawsharpness' => { 106 => 0x11 },
- 'standardunsharpmaskfineness' => { 106 => 0x94 },
- 'standardunsharpmaskstrength' => { 106 => 0x92 },
- 'standardunsharpmaskthreshold' => { 106 => 0x96 },
- 'standardwhitecustom' => { 134 => 0x838 },
- 'standardwhitedaylight' => { 134 => 0x834 },
- 'standardwhiteflash' => { 134 => 0x837 },
- 'standardwhitefluorescent' => { 134 => 0x836 },
- 'standardwhitetungsten' => { 134 => 0x835 },
- 'standbytimer' => { 267 => '19.1', 269 => '19.1', 270 => '19.1', 273 => '18.1', 274 => '18.1', 279 => '19.1', 280 => '19.1' },
- 'startingpage' => { 479 => 'startingPage' },
- 'startmovieshooting' => { 81 => 0x70d },
- 'starttimecode' => { 366 => "\xa9TIM", 489 => 'startTimecode' },
- 'starttimecodetimeformat' => { 489 => [\'startTimecode','startTimecodeTimeFormat'] },
- 'starttimecodetimevalue' => { 489 => [\'startTimecode','startTimecodeTimeValue'] },
- 'starttimecodevalue' => { 489 => [\'startTimecode','startTimecodeValue'] },
- 'starttimesamplesize' => { 366 => "\xa9TSZ", 489 => 'startTimeSampleSize' },
- 'starttimescale' => { 366 => "\xa9TSC", 489 => 'startTimeScale' },
- 'state' => { 157 => 'State', 306 => 0x6b, 477 => 'State' },
- 'status' => { 444 => 'Status', 456 => 'Status' },
- 'stereomode' => { 452 => 'StereoMode' },
- 'stitched' => { 452 => 'Stitched' },
- 'stitchingsoftware' => { 451 => 'StitchingSoftware', 452 => 'StitchingSoftware' },
- 'stopsabovebaseiso' => { 414 => 0x113e, 415 => 0x113e, 416 => 0x111a, 417 => 0x1196, 418 => 0x1172, 419 => 0x102a, 420 => 0x222, 421 => 0x222, 422 => 0x217, 436 => 0xa },
- 'storagemethod' => { 183 => 0x12 },
- 'storebyorientation' => { 267 => '46.3', 269 => '47.3', 270 => '47.3', 279 => '47.3', 280 => '47.3' },
- 'storedescription' => { 358 => 'sdes' },
- 'storylineidentifier' => { 475 => 'StorylineIdentifier' },
- 'straightenangle' => { 259 => 0x2fc08431 },
- 'streamready' => { 475 => 'StreamReady' },
- 'streamtype' => { 172 => 'StreamType' },
- 'stretchmode' => { 489 => 'stretchMode' },
- 'studydatetime' => { 442 => 'StudyDateTime' },
- 'studydescription' => { 442 => 'StudyDescription' },
- 'studyid' => { 442 => 'StudyID' },
- 'studyphysician' => { 442 => 'StudyPhysician' },
- 'styleperiod' => { 475 => 'StylePeriod' },
- 'sub-location' => { 128 => 0x5c },
- 'subfiledata' => { 160 => 'data' },
- 'subfiledirectory' => { 160 => '1Directory' },
- 'subfilemimetype' => { 160 => '2MIME' },
- 'subfilename' => { 160 => '1Name' },
- 'subfileresource' => { 160 => 'rsrc' },
- 'subfiletype' => { 116 => 0xfe, 160 => '0Type' },
- 'subject' => { 292 => 'Subject', 357 => 'Subject', 466 => 'subject', 476 => 'Subject', 490 => 'subject' },
- 'subjectarea' => { 116 => 0x9214, 469 => 'SubjectArea' },
- 'subjectcode' => { 474 => 'SubjectCode' },
- 'subjectdistance' => { 116 => 0x9206, 136 => 0x3e, 469 => 'SubjectDistance' },
- 'subjectdistancerange' => { 116 => 0xa40c, 469 => 'SubjectDistanceRange' },
- 'subjectlocation' => { 116 => 0xa214, 469 => 'SubjectLocation' },
- 'subjectmotion' => { 269 => '78.2', 270 => '78.2', 280 => '78.2' },
- 'subjectprogram' => { 176 => 0x22 },
- 'subjectreference' => { 128 => 0xc },
- 'sublabels1' => { 473 => [\'TagStructure','TagStructureSubLabels'] },
- 'sublabels2' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabels'] },
- 'sublabels3' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] },
- 'sublabels4' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] },
- 'sublabels5' => { 473 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] },
- 'subseccreatedate' => { 111 => 'Exif-SubSecCreateDate' },
- 'subsecdatetimeoriginal' => { 111 => 'Exif-SubSecDateTimeOriginal' },
- 'subsecmodifydate' => { 111 => 'Exif-SubSecModifyDate' },
- 'subsectime' => { 116 => 0x9290 },
- 'subsectimedigitized' => { 116 => 0x9292 },
- 'subsectimeoriginal' => { 116 => 0x9291 },
- 'subsection1' => { 479 => 'subsection1' },
- 'subsection2' => { 479 => 'subsection2' },
- 'subsection3' => { 479 => 'subsection3' },
- 'subsection4' => { 479 => 'subsection4' },
- 'subselector' => { 267 => '49.1', 269 => '71.1', 270 => '71.1', 280 => '71.1' },
- 'subselectorassignment' => { 267 => '48.1' },
- 'subselectorcenter' => { 269 => '72.1', 270 => '72.1', 280 => '72.1' },
- 'subselectorplusdials' => { 267 => '49.2', 269 => '73.1', 270 => '73.1', 280 => '73.1' },
- 'subtitle' => { 358 => "\xa9st3", 366 => "\xa9snm", 479 => 'subtitle' },
- 'subtitlekeywords' => { 366 => "\xa9snk" },
- 'subversionfilename' => { 473 => [\'SubVersions','SubVersionsFileName'] },
- 'subversionreference' => { 473 => [\'SubVersions','SubVersionsVersRef'] },
- 'subversions' => { 473 => 'SubVersions' },
- 'superimposeddisplay' => { 79 => 0xa, 81 => 0x510, 82 => 0x9, 83 => 0xa, 86 => 0xa, 87 => 0xe },
- 'supermacro' => { 61 => 0x1a },
- 'supplementalcategories' => { 128 => 0x14, 477 => 'SupplementalCategories' },
- 'supplementaltype' => { 130 => 0x37 },
- 'supplementdisplayid' => { 479 => 'supplementDisplayID' },
- 'supplementstartingpage' => { 479 => 'supplementStartingPage' },
- 'supplementtitle' => { 479 => 'supplementTitle' },
- 'supplychainsource' => { 475 => 'SupplyChainSource' },
- 'supplychainsourceidentifier' => { 475 => [\'SupplyChainSource','SupplyChainSourceIdentifier'] },
- 'supplychainsourcename' => { 475 => [\'SupplyChainSource','SupplyChainSourceName'] },
- 'supportsamount' => { 463 => 'SupportsAmount', 465 => 'SupportsAmount' },
- 'supportscolor' => { 463 => 'SupportsColor', 465 => 'SupportsColor' },
- 'supportshighdynamicrange' => { 463 => 'SupportsHighDynamicRange', 465 => 'SupportsHighDynamicRange' },
- 'supportsmonochrome' => { 463 => 'SupportsMonochrome', 465 => 'SupportsMonochrome' },
- 'supportsnormaldynamicrange' => { 463 => 'SupportsNormalDynamicRange', 465 => 'SupportsNormalDynamicRange' },
- 'supportsoutputreferred' => { 463 => 'SupportsOutputReferred', 465 => 'SupportsOutputReferred' },
- 'supportsscenereferred' => { 463 => 'SupportsSceneReferred', 465 => 'SupportsSceneReferred' },
- 'svisosetting' => { 322 => 0x14 },
- 'swatchcoloranta' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsA'] },
- 'swatchcolorantb' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsB'] },
- 'swatchcolorantblack' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsBlack'] },
- 'swatchcolorantblue' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsBlue'] },
- 'swatchcolorantcyan' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsCyan'] },
- 'swatchcolorantgray' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsGray'] },
- 'swatchcolorantgreen' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsGreen'] },
- 'swatchcolorantl' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsL'] },
- 'swatchcolorantmagenta' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsMagenta'] },
- 'swatchcolorantmode' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsMode'] },
- 'swatchcolorantred' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsRed'] },
- 'swatchcolorantswatchname' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsSwatchName'] },
- 'swatchcoloranttint' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsTint'] },
- 'swatchcoloranttype' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsType'] },
- 'swatchcolorantyellow' => { 494 => [\'SwatchGroups','SwatchGroupsColorantsYellow'] },
- 'swatchgroupname' => { 494 => [\'SwatchGroups','SwatchGroupsGroupName'] },
- 'swatchgroups' => { 494 => 'SwatchGroups' },
- 'swatchgroupscolorants' => { 494 => [\'SwatchGroups','SwatchGroupsColorants'] },
- 'swatchgrouptype' => { 494 => [\'SwatchGroups','SwatchGroupsGroupType'] },
- 'sweeppanoramadirection' => { 306 => 0x93, 395 => 0x33 },
- 'sweeppanoramafieldofview' => { 306 => 0x94 },
- 'sweeppanoramasize' => { 395 => 0x32 },
- 'switchtoregisteredafpoint' => { 80 => 0x12, 81 => 0x50a },
- 'symlink' => { 117 => 'SymLink' },
- 'syncreleasemode' => { 269 => '77.1', 270 => '77.1', 280 => '77.1' },
- 'system' => { 350 => 0x204 },
- 'tagged' => { 352 => 0xdd, 353 => 'Tagged', 458 => 'tagged' },
- 'tagslist' => { 468 => 'TagsList' },
- 'tagstructure' => { 473 => 'TagStructure' },
- 'takenumber' => { 489 => 'takeNumber' },
- 'tapename' => { 489 => 'tapeName' },
- 'targetaperture' => { 74 => 0x4 },
- 'targetcompressionratio' => { 92 => 0x1 },
- 'targetdistancesetting' => { 94 => 0x1807 },
- 'targetexposuretime' => { 74 => 0x5 },
- 'targetimagetype' => { 94 => 0x100a },
- 'targetprinter' => { 116 => 0x151 },
- 'taxon' => { 115 => 'Taxon' },
- 'taxonacceptednameusage' => { 115 => [\'Taxon','TaxonAcceptedNameUsage'] },
- 'taxonacceptednameusageid' => { 115 => [\'Taxon','TaxonAcceptedNameUsageID'] },
- 'taxonclass' => { 115 => [\'Taxon','TaxonClass'] },
- 'taxonconceptid' => { 115 => [\'Taxon','TaxonTaxonConceptID'] },
- 'taxonfamily' => { 115 => [\'Taxon','TaxonFamily'] },
- 'taxongenus' => { 115 => [\'Taxon','TaxonGenus'] },
- 'taxonhigherclassification' => { 115 => [\'Taxon','TaxonHigherClassification'] },
- 'taxonid' => { 115 => [\'Taxon','TaxonTaxonID'] },
- 'taxoninfraspecificepithet' => { 115 => [\'Taxon','TaxonInfraspecificEpithet'] },
- 'taxonkingdom' => { 115 => [\'Taxon','TaxonKingdom'] },
- 'taxonnameaccordingto' => { 115 => [\'Taxon','TaxonNameAccordingTo'] },
- 'taxonnameaccordingtoid' => { 115 => [\'Taxon','TaxonNameAccordingToID'] },
- 'taxonnamepublishedin' => { 115 => [\'Taxon','TaxonNamePublishedIn'] },
- 'taxonnamepublishedinid' => { 115 => [\'Taxon','TaxonNamePublishedInID'] },
- 'taxonnamepublishedinyear' => { 115 => [\'Taxon','TaxonNamePublishedInYear'] },
- 'taxonnomenclaturalcode' => { 115 => [\'Taxon','TaxonNomenclaturalCode'] },
- 'taxonnomenclaturalstatus' => { 115 => [\'Taxon','TaxonNomenclaturalStatus'] },
- 'taxonorder' => { 115 => [\'Taxon','TaxonOrder'] },
- 'taxonoriginalnameusage' => { 115 => [\'Taxon','TaxonOriginalNameUsage'] },
- 'taxonoriginalnameusageid' => { 115 => [\'Taxon','TaxonOriginalNameUsageID'] },
- 'taxonparentnameusage' => { 115 => [\'Taxon','TaxonParentNameUsage'] },
- 'taxonparentnameusageid' => { 115 => [\'Taxon','TaxonParentNameUsageID'] },
- 'taxonphylum' => { 115 => [\'Taxon','TaxonPhylum'] },
- 'taxonrank' => { 115 => [\'Taxon','TaxonTaxonRank'] },
- 'taxonremarks' => { 115 => [\'Taxon','TaxonTaxonRemarks'] },
- 'taxonscientificname' => { 115 => [\'Taxon','TaxonScientificName'] },
- 'taxonscientificnameauthorship' => { 115 => [\'Taxon','TaxonScientificNameAuthorship'] },
- 'taxonscientificnameid' => { 115 => [\'Taxon','TaxonScientificNameID'] },
- 'taxonspecificepithet' => { 115 => [\'Taxon','TaxonSpecificEpithet'] },
- 'taxonsubgenus' => { 115 => [\'Taxon','TaxonSubgenus'] },
- 'taxontaxonomicstatus' => { 115 => [\'Taxon','TaxonTaxonomicStatus'] },
- 'taxonverbatimtaxonrank' => { 115 => [\'Taxon','TaxonVerbatimTaxonRank'] },
- 'taxonvernacularname' => { 115 => [\'Taxon','TaxonVernacularName'] },
- 'tda1bandwidth' => { 134 => 0x196f },
- 'tda1edgepolarity' => { 134 => 0x1971 },
- 'tda1gain' => { 134 => 0x1970 },
- 'tda1offset' => { 134 => 0x196e },
- 'tda2bandwidth' => { 134 => 0x1979 },
- 'tda2edgepolarity' => { 134 => 0x197b },
- 'tda2gain' => { 134 => 0x197a },
- 'tda2offset' => { 134 => 0x1978 },
- 'tda3bandwidth' => { 134 => 0x1983 },
- 'tda3edgepolarity' => { 134 => 0x1985 },
- 'tda3gain' => { 134 => 0x1984 },
- 'tda3offset' => { 134 => 0x1982 },
- 'tda4bandwidth' => { 134 => 0x198d },
- 'tda4edgepolarity' => { 134 => 0x198f },
- 'tda4gain' => { 134 => 0x198e },
- 'tda4offset' => { 134 => 0x198c },
- 'teaser' => { 479 => 'teaser' },
- 'teleconverter' => { 181 => 0x105, 406 => 0x105 },
- 'tempampgainx100' => { 134 => 0x1914 },
- 'tempo' => { 489 => 'tempo' },
- 'temporalcoverage' => { 475 => 'TemporalCoverage' },
- 'temporalcoveragefrom' => { 475 => [\'TemporalCoverage','TemporalCoverageTempCoverageFrom'] },
- 'temporalcoverageto' => { 475 => [\'TemporalCoverage','TemporalCoverageTempCoverageTo'] },
- 'termsandconditionstext' => { 293 => 'TermsAndConditionsText' },
- 'termsandconditionsurl' => { 293 => 'TermsAndConditionsURL' },
- 'testname' => { 117 => 'TestName' },
- 'textencoding' => { 218 => 0x4 },
- 'textlayername' => { 477 => [\'TextLayers','TextLayersLayerName'] },
- 'textlayers' => { 477 => 'TextLayers' },
- 'textlayertext' => { 477 => [\'TextLayers','TextLayersLayerText'] },
- 'textstamp' => { 306 => [0x8008,0x8009,0x3b,0x3e] },
- 'texture' => { 463 => 'Texture', 465 => 'Texture' },
- 'three-dtrackingfacedetection' => { 269 => '1.4', 270 => '1.4', 280 => '1.4' },
- 'three-dtrackingwatcharea' => { 269 => '78.1', 270 => '78.1', 280 => '78.1' },
- 'thresholding' => { 116 => 0x107 },
- 'thumbnailfilename' => { 94 => 0x817 },
- 'thumbnailformat' => { 487 => [\'Thumbnails','ThumbnailsFormat'] },
- 'thumbnailheight' => { 138 => 0xfa55, 487 => [\'Thumbnails','ThumbnailsHeight'] },
- 'thumbnailimage' => { 6 => 'CNDA', 94 => 0x2008, 111 => 'Exif-ThumbnailImage', 119 => 0x3, 163 => 'data', 288 => 0x100, 366 => 'thmb', 487 => [\'Thumbnails','ThumbnailsImage'] },
- 'thumbnailimagename' => { 163 => '1Name' },
- 'thumbnailimagesize' => { 163 => 'ImageSize' },
- 'thumbnailimagetype' => { 163 => '0Type' },
- 'thumbnailimagevalidarea' => { 61 => 0x13 },
- 'thumbnaillength' => { 116 => 0x202 },
- 'thumbnailoffset' => { 116 => 0x201 },
- 'thumbnailpng' => { 366 => 'thmb' },
- 'thumbnails' => { 487 => 'Thumbnails' },
- 'thumbnailwidth' => { 138 => 0xfa54, 487 => [\'Thumbnails','ThumbnailsWidth'] },
- 'ticker' => { 479 => 'ticker' },
- 'tiffhandling' => { 463 => 'TIFFHandling', 465 => 'TIFFHandling' },
- 'tiffmeteringimage' => { 182 => 0x104c, 404 => 0x1110 },
- 'tilelength' => { 116 => 0x143 },
- 'tilewidth' => { 116 => 0x142 },
- 'time' => { 134 => 0x401, 341 => 0x7 },
- 'timecodes' => { 116 => 0xc763 },
- 'timecreated' => { 128 => 0x3c, 136 => 0x14, 145 => 0x10, 353 => 'TimeCreated' },
- 'timelapseshotnumber' => { 309 => 0x10 },
- 'timeperiod' => { 479 => 'timePeriod' },
- 'timerfunctionbutton' => { 268 => '5.2', 271 => '12.1', 272 => '13.1' },
- 'timerlength' => { 81 => 0x80c },
- 'timerrecording' => { 306 => 0x96 },
- 'timescaleparams' => { 489 => 'timeScaleParams' },
- 'timescaleparamsframeoverlappingpercentage' => { 489 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] },
- 'timescaleparamsframesize' => { 489 => [\'timeScaleParams','timeScaleParamsFrameSize'] },
- 'timescaleparamsquality' => { 489 => [\'timeScaleParams','timeScaleParamsQuality'] },
- 'timesent' => { 129 => 0x50 },
- 'timeshot' => { 453 => 'TimeShot' },
- 'timesignature' => { 489 => 'timeSignature' },
- 'timesincepoweron' => { 306 => 0x29 },
- 'timestamp' => { 11 => 0x45e, 19 => 0x11c, 282 => 0x8, 296 => 'TimeStamp', 306 => 0xaf, 452 => 'Timestamp', 459 => 'Timestamp', 473 => 'TimeStamp' },
+ 'srfocallength' => { 344 => 0x3 },
+ 'srhalfpresstime' => { 344 => 0x2 },
+ 'srresult' => { 344 => 0x0, 345 => 0x0 },
+ 'stackedimage' => { 284 => 0x804 },
+ 'standardmatrixcustom' => { 135 => 0x7d4 },
+ 'standardmatrixdaylight' => { 135 => 0x7d0 },
+ 'standardmatrixflash' => { 135 => 0x7d3 },
+ 'standardmatrixfluorescent' => { 135 => 0x7d2 },
+ 'standardmatrixtungsten' => { 135 => 0x7d1 },
+ 'standardoutputhighlightpoint' => { 107 => 0x14 },
+ 'standardoutputsensitivity' => { 117 => 0x8831, 471 => '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' => { 135 => 0x838 },
+ 'standardwhitedaylight' => { 135 => 0x834 },
+ 'standardwhiteflash' => { 135 => 0x837 },
+ 'standardwhitefluorescent' => { 135 => 0x836 },
+ 'standardwhitetungsten' => { 135 => 0x835 },
+ 'standbytimer' => { 268 => '19.1', 270 => '19.1', 271 => '19.1', 274 => '18.1', 275 => '18.1', 280 => '19.1', 281 => '19.1' },
+ 'startingpage' => { 480 => 'startingPage' },
+ 'startmovieshooting' => { 82 => 0x70d },
+ 'starttimecode' => { 367 => "\xa9TIM", 490 => 'startTimecode' },
+ 'starttimecodetimeformat' => { 490 => [\'startTimecode','startTimecodeTimeFormat'] },
+ 'starttimecodetimevalue' => { 490 => [\'startTimecode','startTimecodeTimeValue'] },
+ 'starttimecodevalue' => { 490 => [\'startTimecode','startTimecodeValue'] },
+ 'starttimesamplesize' => { 367 => "\xa9TSZ", 490 => 'startTimeSampleSize' },
+ 'starttimescale' => { 367 => "\xa9TSC", 490 => 'startTimeScale' },
+ 'state' => { 158 => 'State', 307 => 0x6b, 478 => 'State' },
+ 'status' => { 445 => 'Status', 457 => 'Status' },
+ 'stereomode' => { 453 => 'StereoMode' },
+ 'stitched' => { 453 => 'Stitched' },
+ 'stitchingsoftware' => { 452 => 'StitchingSoftware', 453 => 'StitchingSoftware' },
+ 'stopsabovebaseiso' => { 415 => 0x113e, 416 => 0x113e, 417 => 0x111a, 418 => 0x1196, 419 => 0x1172, 420 => 0x102a, 421 => 0x222, 422 => 0x222, 423 => 0x217, 437 => 0xa },
+ 'storagemethod' => { 184 => 0x12 },
+ 'storebyorientation' => { 268 => '46.3', 270 => '47.3', 271 => '47.3', 280 => '47.3', 281 => '47.3' },
+ 'storedescription' => { 359 => 'sdes' },
+ 'storylineidentifier' => { 476 => 'StorylineIdentifier' },
+ 'straightenangle' => { 260 => 0x2fc08431 },
+ 'streamready' => { 476 => 'StreamReady' },
+ 'streamtype' => { 173 => 'StreamType' },
+ 'stretchmode' => { 490 => 'stretchMode' },
+ 'studydatetime' => { 443 => 'StudyDateTime' },
+ 'studydescription' => { 443 => 'StudyDescription' },
+ 'studyid' => { 443 => 'StudyID' },
+ 'studyphysician' => { 443 => 'StudyPhysician' },
+ 'styleperiod' => { 476 => 'StylePeriod' },
+ 'sub-location' => { 129 => 0x5c },
+ 'subfiledata' => { 161 => 'data' },
+ 'subfiledirectory' => { 161 => '1Directory' },
+ 'subfilemimetype' => { 161 => '2MIME' },
+ 'subfilename' => { 161 => '1Name' },
+ 'subfileresource' => { 161 => 'rsrc' },
+ 'subfiletype' => { 117 => 0xfe, 161 => '0Type' },
+ 'subject' => { 293 => 'Subject', 358 => 'Subject', 467 => 'subject', 477 => 'Subject', 491 => 'subject' },
+ 'subjectarea' => { 117 => 0x9214, 470 => 'SubjectArea' },
+ 'subjectcode' => { 475 => 'SubjectCode' },
+ 'subjectdistance' => { 117 => 0x9206, 137 => 0x3e, 470 => 'SubjectDistance' },
+ 'subjectdistancerange' => { 117 => 0xa40c, 470 => 'SubjectDistanceRange' },
+ 'subjectlocation' => { 117 => 0xa214, 470 => 'SubjectLocation' },
+ 'subjectmotion' => { 270 => '78.2', 271 => '78.2', 281 => '78.2' },
+ 'subjectprogram' => { 177 => 0x22 },
+ 'subjectreference' => { 129 => 0xc },
+ 'sublabels1' => { 474 => [\'TagStructure','TagStructureSubLabels'] },
+ 'sublabels2' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabels'] },
+ 'sublabels3' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] },
+ 'sublabels4' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] },
+ 'sublabels5' => { 474 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] },
+ 'subseccreatedate' => { 112 => 'Exif-SubSecCreateDate' },
+ 'subsecdatetimeoriginal' => { 112 => 'Exif-SubSecDateTimeOriginal' },
+ 'subsecmodifydate' => { 112 => 'Exif-SubSecModifyDate' },
+ 'subsectime' => { 117 => 0x9290 },
+ 'subsectimedigitized' => { 117 => 0x9292 },
+ 'subsectimeoriginal' => { 117 => 0x9291 },
+ 'subsection1' => { 480 => 'subsection1' },
+ 'subsection2' => { 480 => 'subsection2' },
+ 'subsection3' => { 480 => 'subsection3' },
+ 'subsection4' => { 480 => 'subsection4' },
+ 'subselector' => { 268 => '49.1', 270 => '71.1', 271 => '71.1', 281 => '71.1' },
+ 'subselectorassignment' => { 268 => '48.1' },
+ 'subselectorcenter' => { 270 => '72.1', 271 => '72.1', 281 => '72.1' },
+ 'subselectorplusdials' => { 268 => '49.2', 270 => '73.1', 271 => '73.1', 281 => '73.1' },
+ 'subtitle' => { 359 => "\xa9st3", 367 => "\xa9snm", 480 => 'subtitle' },
+ 'subtitlekeywords' => { 367 => "\xa9snk" },
+ 'subversionfilename' => { 474 => [\'SubVersions','SubVersionsFileName'] },
+ 'subversionreference' => { 474 => [\'SubVersions','SubVersionsVersRef'] },
+ 'subversions' => { 474 => 'SubVersions' },
+ 'superimposeddisplay' => { 80 => 0xa, 82 => 0x510, 83 => 0x9, 84 => 0xa, 87 => 0xa, 88 => 0xe },
+ 'supermacro' => { 62 => 0x1a },
+ 'supplementalcategories' => { 129 => 0x14, 478 => 'SupplementalCategories' },
+ 'supplementaltype' => { 131 => 0x37 },
+ 'supplementdisplayid' => { 480 => 'supplementDisplayID' },
+ 'supplementstartingpage' => { 480 => 'supplementStartingPage' },
+ 'supplementtitle' => { 480 => 'supplementTitle' },
+ 'supplychainsource' => { 476 => 'SupplyChainSource' },
+ 'supplychainsourceidentifier' => { 476 => [\'SupplyChainSource','SupplyChainSourceIdentifier'] },
+ 'supplychainsourcename' => { 476 => [\'SupplyChainSource','SupplyChainSourceName'] },
+ 'supportsamount' => { 464 => 'SupportsAmount', 466 => 'SupportsAmount' },
+ 'supportscolor' => { 464 => 'SupportsColor', 466 => 'SupportsColor' },
+ 'supportshighdynamicrange' => { 464 => 'SupportsHighDynamicRange', 466 => 'SupportsHighDynamicRange' },
+ 'supportsmonochrome' => { 464 => 'SupportsMonochrome', 466 => 'SupportsMonochrome' },
+ 'supportsnormaldynamicrange' => { 464 => 'SupportsNormalDynamicRange', 466 => 'SupportsNormalDynamicRange' },
+ 'supportsoutputreferred' => { 464 => 'SupportsOutputReferred', 466 => 'SupportsOutputReferred' },
+ 'supportsscenereferred' => { 464 => 'SupportsSceneReferred', 466 => 'SupportsSceneReferred' },
+ 'svisosetting' => { 323 => 0x14 },
+ 'swatchcoloranta' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsA'] },
+ 'swatchcolorantb' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsB'] },
+ 'swatchcolorantblack' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsBlack'] },
+ 'swatchcolorantblue' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsBlue'] },
+ 'swatchcolorantcyan' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsCyan'] },
+ 'swatchcolorantgray' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsGray'] },
+ 'swatchcolorantgreen' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsGreen'] },
+ 'swatchcolorantl' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsL'] },
+ 'swatchcolorantmagenta' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsMagenta'] },
+ 'swatchcolorantmode' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsMode'] },
+ 'swatchcolorantred' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsRed'] },
+ 'swatchcolorantswatchname' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsSwatchName'] },
+ 'swatchcoloranttint' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsTint'] },
+ 'swatchcoloranttype' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsType'] },
+ 'swatchcolorantyellow' => { 495 => [\'SwatchGroups','SwatchGroupsColorantsYellow'] },
+ 'swatchgroupname' => { 495 => [\'SwatchGroups','SwatchGroupsGroupName'] },
+ 'swatchgroups' => { 495 => 'SwatchGroups' },
+ 'swatchgroupscolorants' => { 495 => [\'SwatchGroups','SwatchGroupsColorants'] },
+ 'swatchgrouptype' => { 495 => [\'SwatchGroups','SwatchGroupsGroupType'] },
+ 'sweeppanoramadirection' => { 307 => 0x93, 396 => 0x33 },
+ 'sweeppanoramafieldofview' => { 307 => 0x94 },
+ 'sweeppanoramasize' => { 396 => 0x32 },
+ 'switchtoregisteredafpoint' => { 81 => 0x12, 82 => 0x50a },
+ 'symlink' => { 118 => 'SymLink' },
+ 'syncreleasemode' => { 270 => '77.1', 271 => '77.1', 281 => '77.1' },
+ 'system' => { 351 => 0x204 },
+ 'tagged' => { 353 => 0xdd, 354 => 'Tagged', 459 => 'tagged' },
+ 'tagslist' => { 469 => 'TagsList' },
+ 'tagstructure' => { 474 => 'TagStructure' },
+ 'takenumber' => { 490 => 'takeNumber' },
+ 'tapename' => { 490 => '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' => { 135 => 0x196f },
+ 'tda1edgepolarity' => { 135 => 0x1971 },
+ 'tda1gain' => { 135 => 0x1970 },
+ 'tda1offset' => { 135 => 0x196e },
+ 'tda2bandwidth' => { 135 => 0x1979 },
+ 'tda2edgepolarity' => { 135 => 0x197b },
+ 'tda2gain' => { 135 => 0x197a },
+ 'tda2offset' => { 135 => 0x1978 },
+ 'tda3bandwidth' => { 135 => 0x1983 },
+ 'tda3edgepolarity' => { 135 => 0x1985 },
+ 'tda3gain' => { 135 => 0x1984 },
+ 'tda3offset' => { 135 => 0x1982 },
+ 'tda4bandwidth' => { 135 => 0x198d },
+ 'tda4edgepolarity' => { 135 => 0x198f },
+ 'tda4gain' => { 135 => 0x198e },
+ 'tda4offset' => { 135 => 0x198c },
+ 'teaser' => { 480 => 'teaser' },
+ 'teleconverter' => { 182 => 0x105, 407 => 0x105 },
+ 'tempampgainx100' => { 135 => 0x1914 },
+ 'tempo' => { 490 => 'tempo' },
+ 'temporalcoverage' => { 476 => 'TemporalCoverage' },
+ 'temporalcoveragefrom' => { 476 => [\'TemporalCoverage','TemporalCoverageTempCoverageFrom'] },
+ 'temporalcoverageto' => { 476 => [\'TemporalCoverage','TemporalCoverageTempCoverageTo'] },
+ 'termsandconditionstext' => { 294 => 'TermsAndConditionsText' },
+ 'termsandconditionsurl' => { 294 => 'TermsAndConditionsURL' },
+ 'testname' => { 118 => 'TestName' },
+ 'textencoding' => { 219 => 0x4 },
+ 'textlayername' => { 478 => [\'TextLayers','TextLayersLayerName'] },
+ 'textlayers' => { 478 => 'TextLayers' },
+ 'textlayertext' => { 478 => [\'TextLayers','TextLayersLayerText'] },
+ 'textstamp' => { 307 => [0x8008,0x8009,0x3b,0x3e] },
+ 'texture' => { 464 => 'Texture', 466 => 'Texture' },
+ 'three-dtrackingfacedetection' => { 270 => '1.4', 271 => '1.4', 281 => '1.4' },
+ 'three-dtrackingwatcharea' => { 270 => '78.1', 271 => '78.1', 281 => '78.1' },
+ 'thresholding' => { 117 => 0x107 },
+ 'thumbnailfilename' => { 95 => 0x817 },
+ 'thumbnailformat' => { 488 => [\'Thumbnails','ThumbnailsFormat'] },
+ 'thumbnailheight' => { 139 => 0xfa55, 488 => [\'Thumbnails','ThumbnailsHeight'] },
+ 'thumbnailimage' => { 6 => 'CNDA', 95 => 0x2008, 112 => 'Exif-ThumbnailImage', 120 => 0x3, 164 => 'data', 289 => 0x100, 367 => 'thmb', 488 => [\'Thumbnails','ThumbnailsImage'] },
+ 'thumbnailimagename' => { 164 => '1Name' },
+ 'thumbnailimagesize' => { 164 => 'ImageSize' },
+ 'thumbnailimagetype' => { 164 => '0Type' },
+ 'thumbnailimagevalidarea' => { 62 => 0x13 },
+ 'thumbnaillength' => { 117 => 0x202 },
+ 'thumbnailoffset' => { 117 => 0x201 },
+ 'thumbnailpng' => { 367 => 'thmb' },
+ 'thumbnails' => { 488 => 'Thumbnails' },
+ 'thumbnailwidth' => { 139 => 0xfa54, 488 => [\'Thumbnails','ThumbnailsWidth'] },
+ 'ticker' => { 480 => 'ticker' },
+ 'tiffhandling' => { 464 => 'TIFFHandling', 466 => 'TIFFHandling' },
+ 'tiffmeteringimage' => { 183 => 0x104c, 405 => 0x1110 },
+ 'tilelength' => { 117 => 0x143 },
+ 'tilewidth' => { 117 => 0x142 },
+ 'time' => { 135 => 0x401, 342 => 0x7 },
+ 'timecodes' => { 117 => 0xc763 },
+ 'timecreated' => { 129 => 0x3c, 137 => 0x14, 146 => 0x10, 354 => 'TimeCreated' },
+ 'timelapseshotnumber' => { 310 => 0x10 },
+ 'timeperiod' => { 480 => 'timePeriod' },
+ 'timerfunctionbutton' => { 269 => '5.2', 272 => '12.1', 273 => '13.1' },
+ 'timerlength' => { 82 => 0x80c },
+ 'timerrecording' => { 307 => 0x96 },
+ 'timescaleparams' => { 490 => 'timeScaleParams' },
+ 'timescaleparamsframeoverlappingpercentage' => { 490 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] },
+ 'timescaleparamsframesize' => { 490 => [\'timeScaleParams','timeScaleParamsFrameSize'] },
+ 'timescaleparamsquality' => { 490 => [\'timeScaleParams','timeScaleParamsQuality'] },
+ 'timesent' => { 130 => 0x50 },
+ 'timeshot' => { 454 => 'TimeShot' },
+ 'timesignature' => { 490 => 'timeSignature' },
+ 'timesincepoweron' => { 307 => 0x29 },
+ 'timestamp' => { 11 => 0x45e, 19 => 0x11c, 283 => 0x8, 297 => 'TimeStamp', 307 => 0xaf, 453 => 'Timestamp', 460 => 'Timestamp', 474 => 'TimeStamp' },
'timestamp1' => { 11 => 0x45a },
- 'timezone' => { 75 => 0x1, 251 => 0x0, 376 => 0xa },
- 'timezonecity' => { 75 => 0x2 },
- 'timezonecode' => { 97 => 0x1 },
- 'timezoneinfo' => { 97 => 0x2 },
- 'timezoneoffset' => { 116 => 0x882a },
- 'tint' => { 360 => 'player.movie.visual.tint', 463 => 'Tint', 465 => 'Tint' },
- 'title' => { 153 => 'Title', 292 => 'Title', 296 => 'Title', 306 => 0x65, 357 => 'Title', 358 => ['titl',"\xa9nam"], 360 => 'title', 366 => ['titl',"\xa9nam"], 466 => 'title', 476 => 'Title', 487 => 'Title' },
- 'tonecomp' => { 219 => 0x81 },
- 'tonecurve' => { 71 => 0x1, 341 => 0x402, 463 => 'ToneCurve', 465 => 'ToneCurve' },
- 'tonecurveactive' => { 105 => 0x110 },
- 'tonecurveadobergb' => { 380 => 0xa043 },
- 'tonecurveadobergbdefault' => { 380 => 0xa041 },
- 'tonecurveblue' => { 463 => 'ToneCurveBlue', 465 => 'ToneCurveBlue' },
- 'tonecurvebluex' => { 440 => 0x9003 },
- 'tonecurvebluey' => { 440 => 0x9007 },
- 'tonecurvebrightness' => { 100 => 0x20410 },
- 'tonecurvebrightnessx' => { 440 => 0x9000 },
- 'tonecurvebrightnessy' => { 440 => 0x9004 },
- 'tonecurvecolorspace' => { 104 => 0x0 },
- 'tonecurvecontrast' => { 100 => 0x20411 },
- 'tonecurvegreen' => { 463 => 'ToneCurveGreen', 465 => 'ToneCurveGreen' },
- 'tonecurvegreenx' => { 440 => 0x9002 },
- 'tonecurvegreeny' => { 440 => 0x9006 },
- 'tonecurveinputrange' => { 104 => 0x3 },
- 'tonecurveinterpolation' => { 105 => 0x159 },
- 'tonecurvemode' => { 105 => 0x113 },
- 'tonecurvename' => { 463 => 'ToneCurveName', 465 => 'ToneCurveName' },
- 'tonecurvename2012' => { 463 => 'ToneCurveName2012', 465 => 'ToneCurveName2012' },
- 'tonecurveoriginal' => { 100 => '0x20400.1' },
- 'tonecurveoutputrange' => { 104 => 0x5 },
- 'tonecurveprofilename' => { 134 => 0x1391 },
- 'tonecurveproperty' => { 105 => 0x3c },
- 'tonecurvepv2012' => { 463 => 'ToneCurvePV2012', 465 => 'ToneCurvePV2012' },
- 'tonecurvepv2012blue' => { 463 => 'ToneCurvePV2012Blue', 465 => 'ToneCurvePV2012Blue' },
- 'tonecurvepv2012green' => { 463 => 'ToneCurvePV2012Green', 465 => 'ToneCurvePV2012Green' },
- 'tonecurvepv2012red' => { 463 => 'ToneCurvePV2012Red', 465 => 'ToneCurvePV2012Red' },
- 'tonecurvered' => { 463 => 'ToneCurveRed', 465 => 'ToneCurveRed' },
- 'tonecurveredx' => { 440 => 0x9001 },
- 'tonecurveredy' => { 440 => 0x9005 },
- 'tonecurves' => { 341 => 0x403 },
- 'tonecurveshape' => { 104 => 0x1 },
- 'tonecurvesrgb' => { 380 => 0xa042 },
- 'tonecurvesrgbdefault' => { 380 => 0xa040 },
- 'tonecurvex' => { 104 => 0xa },
- 'tonecurvey' => { 104 => 0xb },
- 'tonelevel' => { 283 => 0x52e },
- 'tonemapstrength' => { 463 => 'ToneMapStrength', 465 => 'ToneMapStrength' },
- 'toningeffect' => { 55 => 0xf, 219 => 0xb3, 221 => 0x38, 222 => 0x40, 223 => 0x48, 373 => 0x1015 },
- 'toningeffectauto' => { 68 => 0xa4 },
- 'toningeffectfaithful' => { 67 => 0x74, 68 => 0x74 },
- 'toningeffectlandscape' => { 67 => 0x44, 68 => 0x44 },
- 'toningeffectmonochrome' => { 19 => 0x108, 67 => 0x8c, 68 => 0x8c },
- 'toningeffectneutral' => { 67 => 0x5c, 68 => 0x5c },
- 'toningeffectportrait' => { 67 => 0x2c, 68 => 0x2c },
- 'toningeffectstandard' => { 67 => 0x14, 68 => 0x14 },
- 'toningeffectuserdef1' => { 67 => 0xa4, 68 => 0xbc },
- 'toningeffectuserdef2' => { 67 => 0xbc, 68 => 0xd4 },
- 'toningeffectuserdef3' => { 67 => 0xd4, 68 => 0xec },
- 'toningsaturation' => { 221 => 0x39, 222 => 0x41, 223 => 0x49 },
- 'totalzoom' => { 136 => 0x62 },
- 'touchae' => { 306 => 0xab },
- 'track' => { 358 => "\xa9trk", 366 => "\xa9trk" },
- 'trackcreatedate' => { 365 => 0x1 },
- 'trackmodifydate' => { 365 => 0x2 },
- 'tracknumber' => { 358 => 'trkn', 489 => 'trackNumber' },
- 'tracks' => { 489 => 'Tracks' },
- 'tracksframerate' => { 489 => [\'Tracks','TracksFrameRate'] },
- 'tracksmarkers' => { 489 => [\'Tracks','TracksMarkers'] },
- 'tracksmarkerscomment' => { 489 => [\'Tracks','TracksMarkersComment'] },
- 'tracksmarkerscuepointparams' => { 489 => [\'Tracks','TracksMarkersCuePointParams'] },
- 'tracksmarkerscuepointparamskey' => { 489 => [\'Tracks','TracksMarkersCuePointParamsKey'] },
- 'tracksmarkerscuepointparamsvalue' => { 489 => [\'Tracks','TracksMarkersCuePointParamsValue'] },
- 'tracksmarkerscuepointtype' => { 489 => [\'Tracks','TracksMarkersCuePointType'] },
- 'tracksmarkersduration' => { 489 => [\'Tracks','TracksMarkersDuration'] },
- 'tracksmarkerslocation' => { 489 => [\'Tracks','TracksMarkersLocation'] },
- 'tracksmarkersname' => { 489 => [\'Tracks','TracksMarkersName'] },
- 'tracksmarkersprobability' => { 489 => [\'Tracks','TracksMarkersProbability'] },
- 'tracksmarkersspeaker' => { 489 => [\'Tracks','TracksMarkersSpeaker'] },
- 'tracksmarkersstarttime' => { 489 => [\'Tracks','TracksMarkersStartTime'] },
- 'tracksmarkerstarget' => { 489 => [\'Tracks','TracksMarkersTarget'] },
- 'tracksmarkerstype' => { 489 => [\'Tracks','TracksMarkersType'] },
- 'trackstrackname' => { 489 => [\'Tracks','TracksTrackName'] },
- 'trackstracktype' => { 489 => [\'Tracks','TracksTrackType'] },
- 'tracktype' => { 366 => 'kgtt' },
- 'trailer' => { 117 => 'Trailer' },
- 'trailersignature' => { 160 => 'zmie' },
- 'transcript' => { 475 => 'Transcript' },
- 'transcriptlink' => { 475 => 'TranscriptLink' },
- 'transcriptlinklink' => { 475 => [\'TranscriptLink','TranscriptLinkLink'] },
- 'transcriptlinklinkqualifier' => { 475 => [\'TranscriptLink','TranscriptLinkLinkQualifier'] },
- 'transferfunction' => { 116 => 0x12d, 485 => 'TransferFunction' },
- 'transfertimenormal' => { 134 => 0x1888 },
- 'transfertimetest' => { 134 => 0x1889 },
- 'transform' => { 306 => [0x8012,0x59] },
- 'transmissionreference' => { 477 => 'TransmissionReference' },
- 'trapped' => { 292 => 'Trapped', 476 => 'Trapped' },
- 'trashbuttonfunction' => { 81 => 0x710 },
- 'travelday' => { 306 => 0x36 },
- 'trebel' => { 360 => 'player.movie.audio.treble' },
- 'triggermode' => { 367 => 0x6, 368 => 0x34, 369 => 0x34 },
- 'tstop' => { 116 => 0xc772 },
- 'ttl_da_adown' => { 329 => 0x5 },
- 'ttl_da_aup' => { 329 => 0x4 },
- 'ttl_da_bdown' => { 329 => 0x7 },
- 'ttl_da_bup' => { 329 => 0x6 },
- 'tungstenawb' => { 319 => 0x1 },
- 'tvepisode' => { 358 => 'tves' },
- 'tvepisodeid' => { 358 => 'tven' },
- 'tvexposuretimesetting' => { 322 => 0x12 },
- 'tvnetworkname' => { 358 => 'tvnn' },
- 'tvseason' => { 358 => 'tvsn' },
- 'tvshow' => { 358 => 'tvsh' },
- 'type' => { 466 => 'type', 484 => 'type' },
- 'typestatus' => { 115 => [\'Identification','IdentificationTypeStatus'] },
- 'uniquecameramodel' => { 116 => 0xc614 },
- 'uniquedocumentid' => { 128 => 0xbb },
- 'uniquematrixauto' => { 134 => 0x7e9 },
- 'uniquematrixcustom' => { 134 => 0x7e8 },
- 'uniquematrixdaylight' => { 134 => 0x7e4 },
- 'uniquematrixflash' => { 134 => 0x7e7 },
- 'uniquematrixfluorescent' => { 134 => 0x7e6 },
- 'uniquematrixtungsten' => { 134 => 0x7e5 },
- 'uniqueobjectname' => { 129 => 0x64 },
- 'units' => { 448 => 'Units' },
- 'unknown_aacr' => { 358 => 'AACR' },
- 'unknown_cdek' => { 358 => 'CDEK' },
- 'unknown_cdet' => { 358 => 'CDET' },
- 'unknownblock' => { 341 => 0x405 },
- 'unknownblock1' => { 287 => 0x635 },
- 'unknownblock2' => { 287 => 0x636 },
- 'unknownblock3' => { 287 => 0x1103 },
- 'unknownblock4' => { 287 => 0x1104 },
- 'unknowncontrast' => { 106 => 0x45 },
- 'unknowndate' => { 350 => 0x212 },
- 'unknownev' => { 134 => 0x1 },
- 'unknownlinear' => { 106 => 0x46 },
- 'unknownnumber' => { 94 => 0x180b },
- 'unknownoutputhighlightpoint' => { 106 => 0x4a },
- 'unknownoutputshadowpoint' => { 106 => 0x4b },
- 'unknownrawhighlight' => { 106 => 0x7b },
- 'unknownrawhighlightpoint' => { 106 => 0x48 },
- 'unknownrawshadow' => { 106 => 0x84 },
- 'unknownrawshadowpoint' => { 106 => 0x49 },
- 'unknownsharpness' => { 106 => 0x47 },
- 'unknowntags' => { 366 => 'TAGS' },
- 'unknowntemperature' => { 118 => 0x4 },
- 'unknownthumbnail' => { 366 => 'thmb' },
- 'unsharp1color' => { 264 => 0x13 },
- 'unsharp1halowidth' => { 264 => 0x19 },
- 'unsharp1intensity' => { 264 => 0x17 },
- 'unsharp1threshold' => { 264 => 0x1b },
- 'unsharp2color' => { 264 => 0x2e },
- 'unsharp2halowidth' => { 264 => 0x34 },
- 'unsharp2intensity' => { 264 => 0x32 },
- 'unsharp2threshold' => { 264 => 0x36 },
- 'unsharp3color' => { 264 => 0x49 },
- 'unsharp3halowidth' => { 264 => 0x4f },
- 'unsharp3intensity' => { 264 => 0x4d },
- 'unsharp3threshold' => { 264 => 0x51 },
- 'unsharp4color' => { 264 => 0x64 },
- 'unsharp4halowidth' => { 264 => 0x6a },
- 'unsharp4intensity' => { 264 => 0x68 },
- 'unsharp4threshold' => { 264 => 0x6c },
- 'unsharpcount' => { 264 => 0x0 },
- 'unsharpmask' => { 106 => 0x90, 259 => 0x76a43200 },
- 'unsharpmaskfineness' => { 100 => 0x20309 },
- 'unsharpmaskstrength' => { 100 => 0x20308 },
- 'unsharpmaskthreshold' => { 100 => 0x2030a },
- 'uprightcentermode' => { 463 => 'UprightCenterMode', 465 => 'UprightCenterMode' },
- 'uprightcenternormx' => { 463 => 'UprightCenterNormX', 465 => 'UprightCenterNormX' },
- 'uprightcenternormy' => { 463 => 'UprightCenterNormY', 465 => 'UprightCenterNormY' },
- 'uprightdependentdigest' => { 463 => 'UprightDependentDigest', 465 => 'UprightDependentDigest' },
- 'uprightfocallength35mm' => { 463 => 'UprightFocalLength35mm', 465 => 'UprightFocalLength35mm' },
- 'uprightfocalmode' => { 463 => 'UprightFocalMode', 465 => 'UprightFocalMode' },
- 'uprightfoursegmentscount' => { 463 => 'UprightFourSegmentsCount', 465 => 'UprightFourSegmentsCount' },
- 'uprightpreview' => { 463 => 'UprightPreview', 465 => 'UprightPreview' },
- 'uprighttransform_0' => { 463 => 'UprightTransform_0', 465 => 'UprightTransform_0' },
- 'uprighttransform_1' => { 463 => 'UprightTransform_1', 465 => 'UprightTransform_1' },
- 'uprighttransform_2' => { 463 => 'UprightTransform_2', 465 => 'UprightTransform_2' },
- 'uprighttransform_3' => { 463 => 'UprightTransform_3', 465 => 'UprightTransform_3' },
- 'uprighttransform_4' => { 463 => 'UprightTransform_4', 465 => 'UprightTransform_4' },
- 'uprighttransform_5' => { 463 => 'UprightTransform_5', 465 => 'UprightTransform_5' },
- 'uprighttransformcount' => { 463 => 'UprightTransformCount', 465 => 'UprightTransformCount' },
- 'uprightversion' => { 463 => 'UprightVersion', 465 => 'UprightVersion' },
- 'urgency' => { 128 => 0xa, 477 => 'Urgency' },
- 'url' => { 153 => 'URL', 296 => 'URL', 355 => 0x40b, 479 => 'url' },
- 'url_list' => { 355 => 0x41e },
- 'urla-platform' => { 479 => [\'url','urlA-platform'] },
- 'urlurl' => { 479 => [\'url','urlUrl'] },
- 'usablemeteringmodes' => { 81 => 0x10a },
- 'usableshootingmodes' => { 81 => 0x109 },
- 'usage' => { 480 => 'usage' },
- 'usageterms' => { 493 => 'UsageTerms' },
- 'useguidelines' => { 461 => 'useGuidelines' },
- 'usepanoramaviewer' => { 451 => 'UsePanoramaViewer' },
- 'usercollection' => { 360 => 'collection.user' },
- 'usercomment' => { 94 => 0x805, 116 => 0x9286, 469 => 'UserComment' },
- 'userdef1picturestyle' => { 19 => 0x10c, 67 => 0xd8, 68 => 0xf0 },
- 'userdef2picturestyle' => { 19 => 0x10e, 67 => 0xda, 68 => 0xf2 },
- 'userdef3picturestyle' => { 19 => 0x110, 67 => 0xdc, 68 => 0xf4 },
- 'userfields' => { 456 => 'UserFields' },
- 'userlabel' => { 367 => 0x2b, 368 => 0x5a, 369 => 0x68 },
- 'userprofile' => { 301 => 0x302, 305 => 0x34c, 308 => 0x3038 },
- 'userrating' => { 360 => 'rating.user' },
- 'usmlenselectronicmf' => { 2 => 0x7, 80 => 0x7, 81 => 0x501 },
- 'uspsnumber' => { 479 => 'uspsNumber' },
- 'utmeasting' => { 164 => 'Easting' },
- 'utmmapdatum' => { 164 => 'Datum' },
- 'utmnorthing' => { 164 => 'Northing' },
- 'utmzone' => { 164 => 'Zone' },
- 'uuid' => { 463 => 'UUID', 465 => 'UUID' },
- 'uv-irfiltercorrection' => { 301 => 0x325 },
- 'validbits' => { 287 => 0x611, 288 => 0x102c },
- 'validpixeldepth' => { 291 => 0x611 },
- 'variablelowpassfilter' => { 406 => 0x2028 },
- 'variousmodes' => { 136 => 0x26 },
- 'variousmodes2' => { 136 => 0x3a },
- 'variprogram' => { 219 => 0xab },
- 'varraydacnominalvalues' => { 134 => 0x191e },
- 'vendor' => { 366 => 'vndr' },
- 'vendorinfo' => { 443 => 'VendorInfo' },
- 'vendorinfomanufacturer' => { 443 => [\'VendorInfo','VendorInfoManufacturer'] },
- 'vendorinfomodel' => { 443 => [\'VendorInfo','VendorInfoModel'] },
- 'vendorinfonotes' => { 443 => [\'VendorInfo','VendorInfoNotes'] },
- 'version' => { 124 => 0x0, 357 => 'Version', 360 => 'version', 463 => 'Version', 465 => 'Version' },
- 'versioncreatedate' => { 440 => 0xd100 },
- 'versionid' => { 490 => 'VersionID' },
- 'versionidentifier' => { 479 => 'versionIdentifier' },
- 'versionmodifydate' => { 440 => 0xd101 },
- 'versions' => { 490 => 'Versions' },
- 'versionscomments' => { 490 => [\'Versions','VersionsComments'] },
- 'versionsevent' => { 490 => [\'Versions','VersionsEvent'] },
- 'versionseventaction' => { 490 => [\'Versions','VersionsEventAction'] },
- 'versionseventchanged' => { 490 => [\'Versions','VersionsEventChanged'] },
- 'versionseventinstanceid' => { 490 => [\'Versions','VersionsEventInstanceID'] },
- 'versionseventparameters' => { 490 => [\'Versions','VersionsEventParameters'] },
- 'versionseventsoftwareagent' => { 490 => [\'Versions','VersionsEventSoftwareAgent'] },
- 'versionseventwhen' => { 490 => [\'Versions','VersionsEventWhen'] },
- 'versionsmodifier' => { 490 => [\'Versions','VersionsModifier'] },
- 'versionsmodifydate' => { 490 => [\'Versions','VersionsModifyDate'] },
- 'versionsversion' => { 490 => [\'Versions','VersionsVersion'] },
- 'verticalafonbutton' => { 266 => '3.2', 267 => '47.2', 269 => '79.1' },
- 'verticalclockoverlaps' => { 134 => 0x412 },
- 'verticalfuncbutton' => { 267 => '42.2', 269 => '67.1' },
- 'verticalfuncbuttonplusdials' => { 267 => '43.1' },
- 'verticalfuncplusdials' => { 269 => '68.1' },
- 'verticalmultiselector' => { 267 => '42.1', 269 => '66.1', 270 => '66.1', 280 => '66.1' },
- 'vfdisplayillumination' => { 2 => 0x11, 81 => [0x510,0x51d] },
- 'vibrance' => { 457 => 'Vibrance', 463 => 'Vibrance', 465 => 'Vibrance' },
- 'vibrationreduction' => { 228 => [0x75,0x82,0x1ae], 236 => '586.1', 244 => '590.2', 250 => 0x4 },
- 'videoalphamode' => { 489 => 'videoAlphaMode' },
- 'videoalphapremultiplecolor' => { 489 => 'videoAlphaPremultipleColor' },
- 'videoalphapremultiplecolora' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] },
- 'videoalphapremultiplecolorb' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] },
- 'videoalphapremultiplecolorblack' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] },
- 'videoalphapremultiplecolorblue' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] },
- 'videoalphapremultiplecolorcyan' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] },
- 'videoalphapremultiplecolorgray' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGray'] },
- 'videoalphapremultiplecolorgreen' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] },
- 'videoalphapremultiplecolorl' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] },
- 'videoalphapremultiplecolormagenta' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] },
- 'videoalphapremultiplecolormode' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] },
- 'videoalphapremultiplecolorred' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] },
- 'videoalphapremultiplecolorswatchname' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] },
- 'videoalphapremultiplecolortint' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] },
- 'videoalphapremultiplecolortype' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] },
- 'videoalphapremultiplecoloryellow' => { 489 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] },
- 'videoalphaunityistransparent' => { 489 => 'videoAlphaUnityIsTransparent' },
- 'videobitrate' => { 475 => 'videoBitRate' },
- 'videobitratemode' => { 475 => 'videoBitRateMode' },
- 'videoburstmode' => { 306 => 0xbb },
- 'videoburstresolution' => { 306 => 0xb3 },
- 'videocodec' => { 64 => 0x74 },
- 'videocolorspace' => { 489 => 'videoColorSpace' },
- 'videocompression' => { 124 => 0x3806 },
- 'videocompressor' => { 489 => 'videoCompressor' },
- 'videodisplayaspectratio' => { 475 => 'videoDisplayAspectRatio' },
- 'videoencodingprofile' => { 475 => 'videoEncodingProfile' },
- 'videofieldorder' => { 489 => 'videoFieldOrder' },
- 'videoframerate' => { 306 => 0x27, 489 => 'videoFrameRate' },
- 'videoframesize' => { 489 => 'videoFrameSize' },
- 'videoframesizeh' => { 489 => [\'videoFrameSize','videoFrameSizeH'] },
- 'videoframesizeunit' => { 489 => [\'videoFrameSize','videoFrameSizeUnit'] },
- 'videoframesizew' => { 489 => [\'videoFrameSize','videoFrameSizeW'] },
- 'videomoddate' => { 489 => 'videoModDate' },
- 'videopixelaspectratio' => { 489 => 'videoPixelAspectRatio' },
- 'videopixeldepth' => { 489 => 'videoPixelDepth' },
- 'videopreburst' => { 306 => 0xc1 },
- 'videoquality' => { 110 => 0x4003 },
- 'videorecordingmode' => { 124 => 0x3803 },
- 'videoshottype' => { 475 => 'VideoShotType' },
- 'videoshottypeidentifier' => { 475 => [\'VideoShotType','VideoShotTypeIdentifier'] },
- 'videoshottypename' => { 475 => [\'VideoShotType','VideoShotTypeName'] },
- 'videostreamscount' => { 475 => 'videoStreamsCount' },
- 'viewfinder' => { 350 => 0x455 },
- 'viewfinderdisplay' => { 266 => '12.4', 267 => '6.3' },
- 'viewfinderwarning' => { 266 => '13.4', 276 => '3.5', 277 => '6.2', 281 => '4.4' },
- 'viewfinderwarnings' => { 81 => 0x40a },
- 'viewinfoduringexposure' => { 81 => 0x407 },
- 'viewingmode' => { 395 => 0x2f, 411 => 0x18 },
- 'viewingmode2' => { 395 => [0x85,0x285] },
- 'viewpoint' => { 478 => 'viewpoint' },
- 'vignetteamount' => { 463 => 'VignetteAmount', 465 => 'VignetteAmount' },
- 'vignettecontrol' => { 219 => 0x2a, 259 => 0x76a43205 },
- 'vignettecontrolintensity' => { 259 => 0xac6bd5c0 },
- 'vignettecorrectionalreadyapplied' => { 460 => 'VignetteCorrectionAlreadyApplied' },
- 'vignettemidpoint' => { 463 => 'VignetteMidpoint', 465 => 'VignetteMidpoint' },
- 'vignetting' => { 373 => 0x1011, 380 => 0xa052 },
- 'vignettingcorrection' => { 116 => 0x7031, 380 => 0xa053, 406 => 0x2011 },
- 'vignettingcorrparams' => { 116 => 0x7032, 435 => 0x64a, 436 => [0x34a,0x350,0x35c,0x368] },
- 'vignettingsetting' => { 380 => 0xa054 },
- 'visualcolor' => { 475 => 'VisualColour' },
- 'visualtechnique' => { 478 => 'visualTechnique' },
- 'voicememo' => { 382 => 0x216 },
- 'volume' => { 479 => 'volume' },
- 'vr_0x66' => { 228 => 0x66 },
- 'vrdoffset' => { 61 => 0xd0 },
- 'vrmode' => { 250 => 0x6 },
- 'waterdepth' => { 116 => 0x9403, 470 => 'WaterDepth' },
- 'wb_bluelevel3500k' => { 182 => 0x19a },
- 'wb_bluelevel6500k' => { 182 => 0x18a },
- 'wb_bluelevelcustom' => { 182 => 0x18e },
- 'wb_bluelevelscloudy' => { 182 => 0x106 },
- 'wb_bluelevelsdaylight' => { 182 => 0xea },
- 'wb_bluelevelsflash' => { 182 => 0x122 },
- 'wb_bluelevelsfluorescent' => { 182 => [0x40a,0x15a] },
- 'wb_bluelevelskelvin' => { 182 => 0x254 },
- 'wb_bluelevelsshade' => { 182 => 0x176 },
- 'wb_bluelevelstungsten' => { 182 => 0xce },
- 'wb_gbrglevels' => { 182 => 0xae, 185 => 0x4 },
- 'wb_glevel' => { 287 => 0x11f },
- 'wb_glevel3000k' => { 287 => 0x113 },
- 'wb_glevel3300k' => { 287 => 0x114 },
- 'wb_glevel3600k' => { 287 => 0x115 },
- 'wb_glevel3900k' => { 287 => 0x116 },
- 'wb_glevel4000k' => { 287 => 0x117 },
- 'wb_glevel4300k' => { 287 => 0x118 },
- 'wb_glevel4500k' => { 287 => 0x119 },
- 'wb_glevel4800k' => { 287 => 0x11a },
- 'wb_glevel5300k' => { 287 => 0x11b },
- 'wb_glevel6000k' => { 287 => 0x11c },
- 'wb_glevel6600k' => { 287 => 0x11d },
- 'wb_glevel7500k' => { 287 => 0x11e },
- 'wb_grbglevels' => { 195 => 0x0 },
- 'wb_grgblevelsauto' => { 78 => 0x2 },
- 'wb_grgblevelscloudy' => { 78 => 0x12 },
- 'wb_grgblevelscustom1' => { 78 => 0x42 },
- 'wb_grgblevelscustom2' => { 78 => 0x4a },
- 'wb_grgblevelsdaylight' => { 78 => 0xa },
- 'wb_grgblevelsflash' => { 78 => 0x32 },
- 'wb_grgblevelsfluorescent' => { 78 => 0x22 },
- 'wb_grgblevelsfluorhigh' => { 78 => 0x2a },
- 'wb_grgblevelstungsten' => { 78 => 0x1a },
- 'wb_grgblevelsunderwater' => { 78 => 0x3a },
- 'wb_rbgglevels' => { 192 => 0x0 },
- 'wb_rblevels' => { 196 => 0x270, 219 => 0xc, 287 => 0x100 },
- 'wb_rblevels1' => { 312 => 0x2 },
- 'wb_rblevels2' => { 312 => 0x5 },
- 'wb_rblevels3' => { 312 => 0x8 },
- 'wb_rblevels3000k' => { 287 => 0x102 },
- 'wb_rblevels3300k' => { 287 => 0x103 },
- 'wb_rblevels3500k' => { 182 => 0x430 },
- 'wb_rblevels3600k' => { 287 => 0x104 },
- 'wb_rblevels3900k' => { 287 => 0x105 },
- 'wb_rblevels4' => { 312 => 0xb },
- 'wb_rblevels4000k' => { 287 => 0x106 },
- 'wb_rblevels4300k' => { 287 => 0x107 },
- 'wb_rblevels4500k' => { 287 => 0x108 },
- 'wb_rblevels4800k' => { 287 => 0x109 },
- 'wb_rblevels5' => { 312 => 0xe },
- 'wb_rblevels5300k' => { 287 => 0x10a },
- 'wb_rblevels6' => { 312 => 0x11 },
- 'wb_rblevels6000k' => { 287 => 0x10b },
- 'wb_rblevels6500k' => { 182 => 0x420 },
- 'wb_rblevels6600k' => { 287 => 0x10c },
- 'wb_rblevels7' => { 312 => 0x14 },
- 'wb_rblevels7500k' => { 287 => 0x10d },
- 'wb_rblevelsauto' => { 196 => 0x272, 291 => 0x110 },
- 'wb_rblevelscloudy' => { 182 => 0x3f0, 184 => 0x10, 196 => 0x296, 291 => 0x121 },
- 'wb_rblevelscoolwhitef' => { 182 => 0x308, 184 => 0x14 },
- 'wb_rblevelscoolwhitefluor' => { 291 => 0x132 },
- 'wb_rblevelscustom' => { 182 => 0x424, 184 => 0x1c },
- 'wb_rblevelscwb1' => { 287 => 0x10e },
- 'wb_rblevelscwb2' => { 287 => 0x10f },
- 'wb_rblevelscwb3' => { 287 => 0x110 },
- 'wb_rblevelscwb4' => { 287 => 0x111 },
- 'wb_rblevelsdaylight' => { 182 => [0x3ec,0x528], 184 => 0xc, 196 => 0x274 },
- 'wb_rblevelsdaylightf' => { 184 => 0x24 },
- 'wb_rblevelsdaylightfluor' => { 291 => 0x130 },
- 'wb_rblevelsdaywhitef' => { 184 => 0x28 },
- 'wb_rblevelsdaywhitefluor' => { 291 => 0x131 },
- 'wb_rblevelseveningsunlight' => { 291 => 0x124 },
- 'wb_rblevelsfineweather' => { 291 => 0x122 },
- 'wb_rblevelsflash' => { 182 => [0x3f4,0x304], 184 => 0x18, 196 => 0x2a4 },
- 'wb_rblevelsfluorescent' => { 196 => 0x290 },
- 'wb_rblevelsincandescent' => { 196 => 0x282 },
- 'wb_rblevelsshade' => { 182 => 0x418, 184 => 0x20, 196 => 0x2b2, 291 => 0x120 },
- 'wb_rblevelstungsten' => { 182 => 0x3e8, 184 => 0x8, 291 => 0x123 },
- 'wb_rblevelsused' => { 291 => 0x100 },
- 'wb_rblevelswhitef' => { 184 => 0x2c },
- 'wb_rblevelswhitefluorescent' => { 291 => 0x133 },
- 'wb_redlevel3500k' => { 182 => 0x198 },
- 'wb_redlevel6500k' => { 182 => 0x188 },
- 'wb_redlevelcustom' => { 182 => 0x18c },
- 'wb_redlevelscloudy' => { 182 => 0xf8 },
- 'wb_redlevelsdaylight' => { 182 => 0xdc },
- 'wb_redlevelsflash' => { 182 => 0x114 },
- 'wb_redlevelsfluorescent' => { 182 => [0x3fc,0x14c] },
- 'wb_redlevelskelvin' => { 182 => 0x1be },
- 'wb_redlevelsshade' => { 182 => 0x168 },
- 'wb_redlevelstungsten' => { 182 => 0xc0 },
- 'wb_rgbglevels' => { 194 => 0x0 },
- 'wb_rgblevels' => { 182 => [0x546,0x96], 302 => 0xd, 303 => 0x413, 308 => 0x3036, 350 => 0x107, 414 => 0x117c, 415 => 0x1180, 416 => 0x115c, 417 => 0x11d8, 418 => 0x11b4, 419 => 0x106c, 420 => 0x264, 421 => 0x264, 422 => 0x252 },
- 'wb_rgblevels1' => { 313 => 0x2 },
- 'wb_rgblevels2' => { 313 => 0x6 },
- 'wb_rgblevels3' => { 313 => 0xa },
- 'wb_rgblevels4' => { 313 => 0xe },
- 'wb_rgblevels5' => { 313 => 0x12 },
- 'wb_rgblevels6' => { 313 => 0x16 },
- 'wb_rgblevels7' => { 313 => 0x1a },
- 'wb_rgblevelsauto' => { 384 => 0x0 },
- 'wb_rgblevelscustom1' => { 384 => 0x15 },
- 'wb_rgblevelscustom2' => { 384 => 0x18 },
- 'wb_rgblevelscustom3' => { 384 => 0x1b },
- 'wb_rgblevelsdaylight' => { 384 => 0x3 },
- 'wb_rgblevelsflash' => { 384 => 0x12 },
- 'wb_rgblevelsfluorescent' => { 384 => 0xf },
- 'wb_rgblevelsincandescent' => { 384 => 0xc },
- 'wb_rgblevelsovercast' => { 384 => 0x9 },
- 'wb_rgblevelsshade' => { 384 => 0x6 },
- 'wb_rgblevelsunknown0' => { 385 => 0x0 },
- 'wb_rgblevelsunknown1' => { 385 => 0x3 },
- 'wb_rgblevelsunknown2' => { 385 => 0x6 },
- 'wb_rgblevelsunknown3' => { 385 => 0x9 },
- 'wb_rgblevelsunknown4' => { 385 => 0xc },
- 'wb_rgblevelsunknown5' => { 385 => 0xf },
- 'wb_rgblevelsunknown6' => { 385 => 0x12 },
- 'wb_rgblevelsunknown7' => { 385 => 0x15 },
- 'wb_rgblevelsunknown8' => { 385 => 0x18 },
- 'wb_rgblevelsunknown9' => { 385 => 0x1b },
- 'wb_rgbmuldaylight' => { 134 => 0x852 },
- 'wb_rgbmulflash' => { 134 => 0x855 },
- 'wb_rgbmulfluorescent' => { 134 => 0x854 },
- 'wb_rgbmultungsten' => { 134 => 0x853 },
+ 'timezone' => { 76 => 0x1, 252 => 0x0, 377 => 0xa },
+ 'timezonecity' => { 76 => 0x2 },
+ 'timezonecode' => { 98 => 0x1 },
+ 'timezoneinfo' => { 98 => 0x2 },
+ 'timezoneoffset' => { 117 => 0x882a },
+ 'tint' => { 361 => 'player.movie.visual.tint', 464 => 'Tint', 466 => 'Tint' },
+ 'title' => { 154 => 'Title', 293 => 'Title', 297 => 'Title', 307 => 0x65, 358 => 'Title', 359 => ['titl',"\xa9nam"], 361 => 'title', 367 => ['titl',"\xa9nam"], 467 => 'title', 477 => 'Title', 488 => 'Title' },
+ 'togglestyleamount' => { 464 => 'ToggleStyleAmount', 466 => 'ToggleStyleAmount' },
+ 'togglestyledigest' => { 464 => 'ToggleStyleDigest', 466 => 'ToggleStyleDigest' },
+ 'tonecomp' => { 220 => 0x81 },
+ 'tonecurve' => { 72 => 0x1, 342 => 0x402, 464 => 'ToneCurve', 466 => 'ToneCurve' },
+ 'tonecurveactive' => { 106 => 0x110 },
+ 'tonecurveadobergb' => { 381 => 0xa043 },
+ 'tonecurveadobergbdefault' => { 381 => 0xa041 },
+ 'tonecurveblue' => { 464 => 'ToneCurveBlue', 466 => 'ToneCurveBlue' },
+ 'tonecurvebluex' => { 441 => 0x9003 },
+ 'tonecurvebluey' => { 441 => 0x9007 },
+ 'tonecurvebrightness' => { 101 => 0x20410 },
+ 'tonecurvebrightnessx' => { 441 => 0x9000 },
+ 'tonecurvebrightnessy' => { 441 => 0x9004 },
+ 'tonecurvecolorspace' => { 105 => 0x0 },
+ 'tonecurvecontrast' => { 101 => 0x20411 },
+ 'tonecurvegreen' => { 464 => 'ToneCurveGreen', 466 => 'ToneCurveGreen' },
+ 'tonecurvegreenx' => { 441 => 0x9002 },
+ 'tonecurvegreeny' => { 441 => 0x9006 },
+ 'tonecurveinputrange' => { 105 => 0x3 },
+ 'tonecurveinterpolation' => { 106 => 0x159 },
+ 'tonecurvemode' => { 106 => 0x113 },
+ 'tonecurvename' => { 464 => 'ToneCurveName', 466 => 'ToneCurveName' },
+ 'tonecurvename2012' => { 464 => 'ToneCurveName2012', 466 => 'ToneCurveName2012' },
+ 'tonecurveoriginal' => { 101 => '0x20400.1' },
+ 'tonecurveoutputrange' => { 105 => 0x5 },
+ 'tonecurveprofilename' => { 135 => 0x1391 },
+ 'tonecurveproperty' => { 106 => 0x3c },
+ 'tonecurvepv2012' => { 464 => 'ToneCurvePV2012', 466 => 'ToneCurvePV2012' },
+ 'tonecurvepv2012blue' => { 464 => 'ToneCurvePV2012Blue', 466 => 'ToneCurvePV2012Blue' },
+ 'tonecurvepv2012green' => { 464 => 'ToneCurvePV2012Green', 466 => 'ToneCurvePV2012Green' },
+ 'tonecurvepv2012red' => { 464 => 'ToneCurvePV2012Red', 466 => 'ToneCurvePV2012Red' },
+ 'tonecurvered' => { 464 => 'ToneCurveRed', 466 => 'ToneCurveRed' },
+ 'tonecurveredx' => { 441 => 0x9001 },
+ 'tonecurveredy' => { 441 => 0x9005 },
+ 'tonecurves' => { 342 => 0x403 },
+ 'tonecurveshape' => { 105 => 0x1 },
+ 'tonecurvesrgb' => { 381 => 0xa042 },
+ 'tonecurvesrgbdefault' => { 381 => 0xa040 },
+ 'tonecurvex' => { 105 => 0xa },
+ 'tonecurvey' => { 105 => 0xb },
+ 'tonelevel' => { 284 => 0x52e },
+ 'tonemapstrength' => { 464 => 'ToneMapStrength', 466 => 'ToneMapStrength' },
+ 'toningeffect' => { 56 => 0xf, 220 => 0xb3, 222 => 0x38, 223 => 0x40, 224 => 0x48, 374 => 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' => { 222 => 0x39, 223 => 0x41, 224 => 0x49 },
+ 'totalzoom' => { 137 => 0x62 },
+ 'touchae' => { 307 => 0xab },
+ 'track' => { 359 => "\xa9trk", 367 => "\xa9trk" },
+ 'trackcreatedate' => { 366 => 0x1 },
+ 'trackmodifydate' => { 366 => 0x2 },
+ 'tracknumber' => { 359 => 'trkn', 490 => 'trackNumber' },
+ 'tracks' => { 490 => 'Tracks' },
+ 'tracksframerate' => { 490 => [\'Tracks','TracksFrameRate'] },
+ 'tracksmarkers' => { 490 => [\'Tracks','TracksMarkers'] },
+ 'tracksmarkerscomment' => { 490 => [\'Tracks','TracksMarkersComment'] },
+ 'tracksmarkerscuepointparams' => { 490 => [\'Tracks','TracksMarkersCuePointParams'] },
+ 'tracksmarkerscuepointparamskey' => { 490 => [\'Tracks','TracksMarkersCuePointParamsKey'] },
+ 'tracksmarkerscuepointparamsvalue' => { 490 => [\'Tracks','TracksMarkersCuePointParamsValue'] },
+ 'tracksmarkerscuepointtype' => { 490 => [\'Tracks','TracksMarkersCuePointType'] },
+ 'tracksmarkersduration' => { 490 => [\'Tracks','TracksMarkersDuration'] },
+ 'tracksmarkerslocation' => { 490 => [\'Tracks','TracksMarkersLocation'] },
+ 'tracksmarkersname' => { 490 => [\'Tracks','TracksMarkersName'] },
+ 'tracksmarkersprobability' => { 490 => [\'Tracks','TracksMarkersProbability'] },
+ 'tracksmarkersspeaker' => { 490 => [\'Tracks','TracksMarkersSpeaker'] },
+ 'tracksmarkersstarttime' => { 490 => [\'Tracks','TracksMarkersStartTime'] },
+ 'tracksmarkerstarget' => { 490 => [\'Tracks','TracksMarkersTarget'] },
+ 'tracksmarkerstype' => { 490 => [\'Tracks','TracksMarkersType'] },
+ 'trackstrackname' => { 490 => [\'Tracks','TracksTrackName'] },
+ 'trackstracktype' => { 490 => [\'Tracks','TracksTrackType'] },
+ 'tracktype' => { 367 => 'kgtt' },
+ 'trailer' => { 118 => 'Trailer' },
+ 'trailersignature' => { 161 => 'zmie' },
+ 'transcript' => { 476 => 'Transcript' },
+ 'transcriptlink' => { 476 => 'TranscriptLink' },
+ 'transcriptlinklink' => { 476 => [\'TranscriptLink','TranscriptLinkLink'] },
+ 'transcriptlinklinkqualifier' => { 476 => [\'TranscriptLink','TranscriptLinkLinkQualifier'] },
+ 'transferfunction' => { 117 => 0x12d, 486 => 'TransferFunction' },
+ 'transfertimenormal' => { 135 => 0x1888 },
+ 'transfertimetest' => { 135 => 0x1889 },
+ 'transform' => { 307 => [0x8012,0x59] },
+ 'transmissionreference' => { 478 => 'TransmissionReference' },
+ 'trapped' => { 293 => 'Trapped', 477 => 'Trapped' },
+ 'trashbuttonfunction' => { 82 => 0x710 },
+ 'travelday' => { 307 => 0x36 },
+ 'trebel' => { 361 => 'player.movie.audio.treble' },
+ 'triggermode' => { 368 => 0x6, 369 => 0x34, 370 => 0x34 },
+ 'tstop' => { 117 => 0xc772 },
+ 'ttl_da_adown' => { 330 => 0x5 },
+ 'ttl_da_aup' => { 330 => 0x4 },
+ 'ttl_da_bdown' => { 330 => 0x7 },
+ 'ttl_da_bup' => { 330 => 0x6 },
+ 'tungstenawb' => { 320 => 0x1 },
+ 'tvepisode' => { 359 => 'tves' },
+ 'tvepisodeid' => { 359 => 'tven' },
+ 'tvexposuretimesetting' => { 323 => 0x12 },
+ 'tvnetworkname' => { 359 => 'tvnn' },
+ 'tvseason' => { 359 => 'tvsn' },
+ 'tvshow' => { 359 => 'tvsh' },
+ 'type' => { 467 => 'type', 485 => 'type' },
+ 'typestatus' => { 116 => [\'Identification','IdentificationTypeStatus'] },
+ 'uniquecameramodel' => { 117 => 0xc614 },
+ 'uniquedocumentid' => { 129 => 0xbb },
+ 'uniquematrixauto' => { 135 => 0x7e9 },
+ 'uniquematrixcustom' => { 135 => 0x7e8 },
+ 'uniquematrixdaylight' => { 135 => 0x7e4 },
+ 'uniquematrixflash' => { 135 => 0x7e7 },
+ 'uniquematrixfluorescent' => { 135 => 0x7e6 },
+ 'uniquematrixtungsten' => { 135 => 0x7e5 },
+ 'uniqueobjectname' => { 130 => 0x64 },
+ 'units' => { 449 => 'Units' },
+ 'unknown_aacr' => { 359 => 'AACR' },
+ 'unknown_cdek' => { 359 => 'CDEK' },
+ 'unknown_cdet' => { 359 => 'CDET' },
+ 'unknownblock' => { 342 => 0x405 },
+ 'unknownblock1' => { 288 => 0x635 },
+ 'unknownblock2' => { 288 => 0x636 },
+ 'unknownblock3' => { 288 => 0x1103 },
+ 'unknownblock4' => { 288 => 0x1104 },
+ 'unknowncontrast' => { 107 => 0x45 },
+ 'unknowndate' => { 351 => 0x212 },
+ 'unknownev' => { 135 => 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' => { 367 => 'TAGS' },
+ 'unknowntemperature' => { 119 => 0x4 },
+ 'unknownthumbnail' => { 367 => 'thmb' },
+ 'unsharp1color' => { 265 => 0x13 },
+ 'unsharp1halowidth' => { 265 => 0x19 },
+ 'unsharp1intensity' => { 265 => 0x17 },
+ 'unsharp1threshold' => { 265 => 0x1b },
+ 'unsharp2color' => { 265 => 0x2e },
+ 'unsharp2halowidth' => { 265 => 0x34 },
+ 'unsharp2intensity' => { 265 => 0x32 },
+ 'unsharp2threshold' => { 265 => 0x36 },
+ 'unsharp3color' => { 265 => 0x49 },
+ 'unsharp3halowidth' => { 265 => 0x4f },
+ 'unsharp3intensity' => { 265 => 0x4d },
+ 'unsharp3threshold' => { 265 => 0x51 },
+ 'unsharp4color' => { 265 => 0x64 },
+ 'unsharp4halowidth' => { 265 => 0x6a },
+ 'unsharp4intensity' => { 265 => 0x68 },
+ 'unsharp4threshold' => { 265 => 0x6c },
+ 'unsharpcount' => { 265 => 0x0 },
+ 'unsharpmask' => { 107 => 0x90, 260 => 0x76a43200 },
+ 'unsharpmaskfineness' => { 101 => 0x20309 },
+ 'unsharpmaskstrength' => { 101 => 0x20308 },
+ 'unsharpmaskthreshold' => { 101 => 0x2030a },
+ 'uprightcentermode' => { 464 => 'UprightCenterMode', 466 => 'UprightCenterMode' },
+ 'uprightcenternormx' => { 464 => 'UprightCenterNormX', 466 => 'UprightCenterNormX' },
+ 'uprightcenternormy' => { 464 => 'UprightCenterNormY', 466 => 'UprightCenterNormY' },
+ 'uprightdependentdigest' => { 464 => 'UprightDependentDigest', 466 => 'UprightDependentDigest' },
+ 'uprightfocallength35mm' => { 464 => 'UprightFocalLength35mm', 466 => 'UprightFocalLength35mm' },
+ 'uprightfocalmode' => { 464 => 'UprightFocalMode', 466 => 'UprightFocalMode' },
+ 'uprightfoursegmentscount' => { 464 => 'UprightFourSegmentsCount', 466 => 'UprightFourSegmentsCount' },
+ 'uprightpreview' => { 464 => 'UprightPreview', 466 => 'UprightPreview' },
+ 'uprighttransform_0' => { 464 => 'UprightTransform_0', 466 => 'UprightTransform_0' },
+ 'uprighttransform_1' => { 464 => 'UprightTransform_1', 466 => 'UprightTransform_1' },
+ 'uprighttransform_2' => { 464 => 'UprightTransform_2', 466 => 'UprightTransform_2' },
+ 'uprighttransform_3' => { 464 => 'UprightTransform_3', 466 => 'UprightTransform_3' },
+ 'uprighttransform_4' => { 464 => 'UprightTransform_4', 466 => 'UprightTransform_4' },
+ 'uprighttransform_5' => { 464 => 'UprightTransform_5', 466 => 'UprightTransform_5' },
+ 'uprighttransformcount' => { 464 => 'UprightTransformCount', 466 => 'UprightTransformCount' },
+ 'uprightversion' => { 464 => 'UprightVersion', 466 => 'UprightVersion' },
+ 'urgency' => { 129 => 0xa, 478 => 'Urgency' },
+ 'url' => { 154 => 'URL', 297 => 'URL', 356 => 0x40b, 480 => 'url' },
+ 'url_list' => { 356 => 0x41e },
+ 'urla-platform' => { 480 => [\'url','urlA-platform'] },
+ 'urlurl' => { 480 => [\'url','urlUrl'] },
+ 'usablemeteringmodes' => { 82 => 0x10a },
+ 'usableshootingmodes' => { 82 => 0x109 },
+ 'usage' => { 481 => 'usage' },
+ 'usageterms' => { 494 => 'UsageTerms' },
+ 'useguidelines' => { 462 => 'useGuidelines' },
+ 'usepanoramaviewer' => { 452 => 'UsePanoramaViewer' },
+ 'usercollection' => { 361 => 'collection.user' },
+ 'usercomment' => { 95 => 0x805, 117 => 0x9286, 470 => 'UserComment' },
+ 'userdef1picturestyle' => { 19 => 0x10c, 68 => 0xd8, 69 => 0xf0 },
+ 'userdef2picturestyle' => { 19 => 0x10e, 68 => 0xda, 69 => 0xf2 },
+ 'userdef3picturestyle' => { 19 => 0x110, 68 => 0xdc, 69 => 0xf4 },
+ 'userfields' => { 457 => 'UserFields' },
+ 'userlabel' => { 368 => 0x2b, 369 => 0x5a, 370 => 0x68 },
+ 'userprofile' => { 302 => 0x302, 306 => 0x34c, 309 => 0x3038 },
+ 'userrating' => { 361 => 'rating.user' },
+ 'usmlenselectronicmf' => { 2 => 0x7, 81 => 0x7, 82 => 0x501 },
+ 'uspsnumber' => { 480 => 'uspsNumber' },
+ 'utmeasting' => { 165 => 'Easting' },
+ 'utmmapdatum' => { 165 => 'Datum' },
+ 'utmnorthing' => { 165 => 'Northing' },
+ 'utmzone' => { 165 => 'Zone' },
+ 'uuid' => { 464 => 'UUID', 466 => 'UUID' },
+ 'uv-irfiltercorrection' => { 302 => 0x325 },
+ 'validbits' => { 288 => 0x611, 289 => 0x102c },
+ 'validpixeldepth' => { 292 => 0x611 },
+ 'variablelowpassfilter' => { 407 => 0x2028 },
+ 'variousmodes' => { 137 => 0x26 },
+ 'variousmodes2' => { 137 => 0x3a },
+ 'variprogram' => { 220 => 0xab },
+ 'varraydacnominalvalues' => { 135 => 0x191e },
+ 'vendor' => { 367 => 'vndr' },
+ 'vendorinfo' => { 444 => 'VendorInfo' },
+ 'vendorinfomanufacturer' => { 444 => [\'VendorInfo','VendorInfoManufacturer'] },
+ 'vendorinfomodel' => { 444 => [\'VendorInfo','VendorInfoModel'] },
+ 'vendorinfonotes' => { 444 => [\'VendorInfo','VendorInfoNotes'] },
+ 'version' => { 125 => 0x0, 358 => 'Version', 361 => 'version', 464 => 'Version', 466 => 'Version' },
+ 'versioncreatedate' => { 441 => 0xd100 },
+ 'versionid' => { 491 => 'VersionID' },
+ 'versionidentifier' => { 480 => 'versionIdentifier' },
+ 'versionmodifydate' => { 441 => 0xd101 },
+ 'versions' => { 491 => 'Versions' },
+ 'versionscomments' => { 491 => [\'Versions','VersionsComments'] },
+ 'versionsevent' => { 491 => [\'Versions','VersionsEvent'] },
+ 'versionseventaction' => { 491 => [\'Versions','VersionsEventAction'] },
+ 'versionseventchanged' => { 491 => [\'Versions','VersionsEventChanged'] },
+ 'versionseventinstanceid' => { 491 => [\'Versions','VersionsEventInstanceID'] },
+ 'versionseventparameters' => { 491 => [\'Versions','VersionsEventParameters'] },
+ 'versionseventsoftwareagent' => { 491 => [\'Versions','VersionsEventSoftwareAgent'] },
+ 'versionseventwhen' => { 491 => [\'Versions','VersionsEventWhen'] },
+ 'versionsmodifier' => { 491 => [\'Versions','VersionsModifier'] },
+ 'versionsmodifydate' => { 491 => [\'Versions','VersionsModifyDate'] },
+ 'versionsversion' => { 491 => [\'Versions','VersionsVersion'] },
+ 'verticalafonbutton' => { 267 => '3.2', 268 => '47.2', 270 => '79.1' },
+ 'verticalclockoverlaps' => { 135 => 0x412 },
+ 'verticalfuncbutton' => { 268 => '42.2', 270 => '67.1' },
+ 'verticalfuncbuttonplusdials' => { 268 => '43.1' },
+ 'verticalfuncplusdials' => { 270 => '68.1' },
+ 'verticalmultiselector' => { 268 => '42.1', 270 => '66.1', 271 => '66.1', 281 => '66.1' },
+ 'vfdisplayillumination' => { 2 => 0x11, 82 => [0x510,0x51d] },
+ 'vibrance' => { 458 => 'Vibrance', 464 => 'Vibrance', 466 => 'Vibrance' },
+ 'vibrationreduction' => { 229 => [0x75,0x82,0x1ae], 237 => '586.1', 245 => '590.2', 251 => 0x4 },
+ 'videoalphamode' => { 490 => 'videoAlphaMode' },
+ 'videoalphapremultiplecolor' => { 490 => 'videoAlphaPremultipleColor' },
+ 'videoalphapremultiplecolora' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] },
+ 'videoalphapremultiplecolorb' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] },
+ 'videoalphapremultiplecolorblack' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] },
+ 'videoalphapremultiplecolorblue' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] },
+ 'videoalphapremultiplecolorcyan' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] },
+ 'videoalphapremultiplecolorgray' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGray'] },
+ 'videoalphapremultiplecolorgreen' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] },
+ 'videoalphapremultiplecolorl' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] },
+ 'videoalphapremultiplecolormagenta' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] },
+ 'videoalphapremultiplecolormode' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] },
+ 'videoalphapremultiplecolorred' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] },
+ 'videoalphapremultiplecolorswatchname' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] },
+ 'videoalphapremultiplecolortint' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] },
+ 'videoalphapremultiplecolortype' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] },
+ 'videoalphapremultiplecoloryellow' => { 490 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] },
+ 'videoalphaunityistransparent' => { 490 => 'videoAlphaUnityIsTransparent' },
+ 'videobitrate' => { 476 => 'videoBitRate' },
+ 'videobitratemode' => { 476 => 'videoBitRateMode' },
+ 'videoburstmode' => { 307 => 0xbb },
+ 'videoburstresolution' => { 307 => 0xb3 },
+ 'videocodec' => { 65 => 0x74 },
+ 'videocolorspace' => { 490 => 'videoColorSpace' },
+ 'videocompression' => { 125 => 0x3806 },
+ 'videocompressor' => { 490 => 'videoCompressor' },
+ 'videodisplayaspectratio' => { 476 => 'videoDisplayAspectRatio' },
+ 'videoencodingprofile' => { 476 => 'videoEncodingProfile' },
+ 'videofieldorder' => { 490 => 'videoFieldOrder' },
+ 'videoframerate' => { 307 => 0x27, 490 => 'videoFrameRate' },
+ 'videoframesize' => { 490 => 'videoFrameSize' },
+ 'videoframesizeh' => { 490 => [\'videoFrameSize','videoFrameSizeH'] },
+ 'videoframesizeunit' => { 490 => [\'videoFrameSize','videoFrameSizeUnit'] },
+ 'videoframesizew' => { 490 => [\'videoFrameSize','videoFrameSizeW'] },
+ 'videomoddate' => { 490 => 'videoModDate' },
+ 'videopixelaspectratio' => { 490 => 'videoPixelAspectRatio' },
+ 'videopixeldepth' => { 490 => 'videoPixelDepth' },
+ 'videopreburst' => { 307 => 0xc1 },
+ 'videoquality' => { 111 => 0x4003 },
+ 'videorecordingmode' => { 125 => 0x3803 },
+ 'videoshottype' => { 476 => 'VideoShotType' },
+ 'videoshottypeidentifier' => { 476 => [\'VideoShotType','VideoShotTypeIdentifier'] },
+ 'videoshottypename' => { 476 => [\'VideoShotType','VideoShotTypeName'] },
+ 'videostreamscount' => { 476 => 'videoStreamsCount' },
+ 'viewfinder' => { 351 => 0x455 },
+ 'viewfinderdisplay' => { 267 => '12.4', 268 => '6.3' },
+ 'viewfinderwarning' => { 267 => '13.4', 277 => '3.5', 278 => '6.2', 282 => '4.4' },
+ 'viewfinderwarnings' => { 82 => 0x40a },
+ 'viewinfoduringexposure' => { 82 => 0x407 },
+ 'viewingmode' => { 396 => 0x2f, 412 => 0x18 },
+ 'viewingmode2' => { 396 => [0x85,0x285] },
+ 'viewpoint' => { 479 => 'viewpoint' },
+ 'vignetteamount' => { 464 => 'VignetteAmount', 466 => 'VignetteAmount' },
+ 'vignettecontrol' => { 220 => 0x2a, 260 => 0x76a43205 },
+ 'vignettecontrolintensity' => { 260 => 0xac6bd5c0 },
+ 'vignettecorrectionalreadyapplied' => { 461 => 'VignetteCorrectionAlreadyApplied' },
+ 'vignettemidpoint' => { 464 => 'VignetteMidpoint', 466 => 'VignetteMidpoint' },
+ 'vignetting' => { 374 => 0x1011, 381 => 0xa052 },
+ 'vignettingcorrection' => { 117 => 0x7031, 381 => 0xa053, 407 => 0x2011 },
+ 'vignettingcorrparams' => { 117 => 0x7032, 436 => 0x64a, 437 => [0x34a,0x350,0x35c,0x368] },
+ 'vignettingsetting' => { 381 => 0xa054 },
+ 'visualcolor' => { 476 => 'VisualColour' },
+ 'visualtechnique' => { 479 => 'visualTechnique' },
+ 'voicememo' => { 383 => 0x216 },
+ 'volume' => { 480 => 'volume' },
+ 'vr_0x66' => { 229 => 0x66 },
+ 'vrdoffset' => { 62 => 0xd0 },
+ 'vrmode' => { 251 => 0x6 },
+ 'waterdepth' => { 117 => 0x9403, 471 => 'WaterDepth' },
+ 'wb_bluelevel3500k' => { 183 => 0x19a },
+ 'wb_bluelevel6500k' => { 183 => 0x18a },
+ 'wb_bluelevelcustom' => { 183 => 0x18e },
+ 'wb_bluelevelscloudy' => { 183 => 0x106 },
+ 'wb_bluelevelsdaylight' => { 183 => 0xea },
+ 'wb_bluelevelsflash' => { 183 => 0x122 },
+ 'wb_bluelevelsfluorescent' => { 183 => [0x40a,0x15a] },
+ 'wb_bluelevelskelvin' => { 183 => 0x254 },
+ 'wb_bluelevelsshade' => { 183 => 0x176 },
+ 'wb_bluelevelstungsten' => { 183 => 0xce },
+ 'wb_gbrglevels' => { 183 => 0xae, 186 => 0x4 },
+ 'wb_glevel' => { 288 => 0x11f },
+ 'wb_glevel3000k' => { 288 => 0x113 },
+ 'wb_glevel3300k' => { 288 => 0x114 },
+ 'wb_glevel3600k' => { 288 => 0x115 },
+ 'wb_glevel3900k' => { 288 => 0x116 },
+ 'wb_glevel4000k' => { 288 => 0x117 },
+ 'wb_glevel4300k' => { 288 => 0x118 },
+ 'wb_glevel4500k' => { 288 => 0x119 },
+ 'wb_glevel4800k' => { 288 => 0x11a },
+ 'wb_glevel5300k' => { 288 => 0x11b },
+ 'wb_glevel6000k' => { 288 => 0x11c },
+ 'wb_glevel6600k' => { 288 => 0x11d },
+ 'wb_glevel7500k' => { 288 => 0x11e },
+ 'wb_grbglevels' => { 196 => 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' => { 193 => 0x0 },
+ 'wb_rblevels' => { 197 => 0x270, 220 => 0xc, 288 => 0x100 },
+ 'wb_rblevels1' => { 313 => 0x2 },
+ 'wb_rblevels2' => { 313 => 0x5 },
+ 'wb_rblevels3' => { 313 => 0x8 },
+ 'wb_rblevels3000k' => { 288 => 0x102 },
+ 'wb_rblevels3300k' => { 288 => 0x103 },
+ 'wb_rblevels3500k' => { 183 => 0x430 },
+ 'wb_rblevels3600k' => { 288 => 0x104 },
+ 'wb_rblevels3900k' => { 288 => 0x105 },
+ 'wb_rblevels4' => { 313 => 0xb },
+ 'wb_rblevels4000k' => { 288 => 0x106 },
+ 'wb_rblevels4300k' => { 288 => 0x107 },
+ 'wb_rblevels4500k' => { 288 => 0x108 },
+ 'wb_rblevels4800k' => { 288 => 0x109 },
+ 'wb_rblevels5' => { 313 => 0xe },
+ 'wb_rblevels5300k' => { 288 => 0x10a },
+ 'wb_rblevels6' => { 313 => 0x11 },
+ 'wb_rblevels6000k' => { 288 => 0x10b },
+ 'wb_rblevels6500k' => { 183 => 0x420 },
+ 'wb_rblevels6600k' => { 288 => 0x10c },
+ 'wb_rblevels7' => { 313 => 0x14 },
+ 'wb_rblevels7500k' => { 288 => 0x10d },
+ 'wb_rblevelsauto' => { 197 => 0x272, 292 => 0x110 },
+ 'wb_rblevelscloudy' => { 183 => 0x3f0, 185 => 0x10, 197 => 0x296, 292 => 0x121 },
+ 'wb_rblevelscoolwhitef' => { 183 => 0x308, 185 => 0x14 },
+ 'wb_rblevelscoolwhitefluor' => { 292 => 0x132 },
+ 'wb_rblevelscustom' => { 183 => 0x424, 185 => 0x1c },
+ 'wb_rblevelscwb1' => { 288 => 0x10e },
+ 'wb_rblevelscwb2' => { 288 => 0x10f },
+ 'wb_rblevelscwb3' => { 288 => 0x110 },
+ 'wb_rblevelscwb4' => { 288 => 0x111 },
+ 'wb_rblevelsdaylight' => { 183 => [0x3ec,0x528], 185 => 0xc, 197 => 0x274 },
+ 'wb_rblevelsdaylightf' => { 185 => 0x24 },
+ 'wb_rblevelsdaylightfluor' => { 292 => 0x130 },
+ 'wb_rblevelsdaywhitef' => { 185 => 0x28 },
+ 'wb_rblevelsdaywhitefluor' => { 292 => 0x131 },
+ 'wb_rblevelseveningsunlight' => { 292 => 0x124 },
+ 'wb_rblevelsfineweather' => { 292 => 0x122 },
+ 'wb_rblevelsflash' => { 183 => [0x3f4,0x304], 185 => 0x18, 197 => 0x2a4 },
+ 'wb_rblevelsfluorescent' => { 197 => 0x290 },
+ 'wb_rblevelsincandescent' => { 197 => 0x282 },
+ 'wb_rblevelsshade' => { 183 => 0x418, 185 => 0x20, 197 => 0x2b2, 292 => 0x120 },
+ 'wb_rblevelstungsten' => { 183 => 0x3e8, 185 => 0x8, 292 => 0x123 },
+ 'wb_rblevelsused' => { 292 => 0x100 },
+ 'wb_rblevelswhitef' => { 185 => 0x2c },
+ 'wb_rblevelswhitefluorescent' => { 292 => 0x133 },
+ 'wb_redlevel3500k' => { 183 => 0x198 },
+ 'wb_redlevel6500k' => { 183 => 0x188 },
+ 'wb_redlevelcustom' => { 183 => 0x18c },
+ 'wb_redlevelscloudy' => { 183 => 0xf8 },
+ 'wb_redlevelsdaylight' => { 183 => 0xdc },
+ 'wb_redlevelsflash' => { 183 => 0x114 },
+ 'wb_redlevelsfluorescent' => { 183 => [0x3fc,0x14c] },
+ 'wb_redlevelskelvin' => { 183 => 0x1be },
+ 'wb_redlevelsshade' => { 183 => 0x168 },
+ 'wb_redlevelstungsten' => { 183 => 0xc0 },
+ 'wb_rgbglevels' => { 195 => 0x0 },
+ 'wb_rgblevels' => { 183 => [0x546,0x96], 303 => 0xd, 304 => 0x413, 309 => 0x3036, 351 => 0x107, 415 => 0x117c, 416 => 0x1180, 417 => 0x115c, 418 => 0x11d8, 419 => 0x11b4, 420 => 0x106c, 421 => 0x264, 422 => 0x264, 423 => 0x252 },
+ 'wb_rgblevels1' => { 314 => 0x2 },
+ 'wb_rgblevels2' => { 314 => 0x6 },
+ 'wb_rgblevels3' => { 314 => 0xa },
+ 'wb_rgblevels4' => { 314 => 0xe },
+ 'wb_rgblevels5' => { 314 => 0x12 },
+ 'wb_rgblevels6' => { 314 => 0x16 },
+ 'wb_rgblevels7' => { 314 => 0x1a },
+ 'wb_rgblevelsauto' => { 385 => 0x0 },
+ 'wb_rgblevelscustom1' => { 385 => 0x15 },
+ 'wb_rgblevelscustom2' => { 385 => 0x18 },
+ 'wb_rgblevelscustom3' => { 385 => 0x1b },
+ 'wb_rgblevelsdaylight' => { 385 => 0x3 },
+ 'wb_rgblevelsflash' => { 385 => 0x12 },
+ 'wb_rgblevelsfluorescent' => { 385 => 0xf },
+ 'wb_rgblevelsincandescent' => { 385 => 0xc },
+ 'wb_rgblevelsovercast' => { 385 => 0x9 },
+ 'wb_rgblevelsshade' => { 385 => 0x6 },
+ 'wb_rgblevelsunknown0' => { 386 => 0x0 },
+ 'wb_rgblevelsunknown1' => { 386 => 0x3 },
+ 'wb_rgblevelsunknown2' => { 386 => 0x6 },
+ 'wb_rgblevelsunknown3' => { 386 => 0x9 },
+ 'wb_rgblevelsunknown4' => { 386 => 0xc },
+ 'wb_rgblevelsunknown5' => { 386 => 0xf },
+ 'wb_rgblevelsunknown6' => { 386 => 0x12 },
+ 'wb_rgblevelsunknown7' => { 386 => 0x15 },
+ 'wb_rgblevelsunknown8' => { 386 => 0x18 },
+ 'wb_rgblevelsunknown9' => { 386 => 0x1b },
+ 'wb_rgbmuldaylight' => { 135 => 0x852 },
+ 'wb_rgbmulflash' => { 135 => 0x855 },
+ 'wb_rgbmulfluorescent' => { 135 => 0x854 },
+ 'wb_rgbmultungsten' => { 135 => 0x853 },
'wb_rggbblacklevels' => { 35 => 0x25 },
- 'wb_rggblevels' => { 185 => 0x4, 193 => 0x0, 197 => 0x13e8, 198 => 0x38 },
- 'wb_rggblevelsasshot' => { 38 => 0x0, 39 => 0x0, 40 => 0x19, 41 => 0x22, 42 => 0x3f, 45 => 0x3f, 46 => 0x3f, 47 => 0x3f, 48 => 0x47 },
- 'wb_rggblevelsauto' => { 35 => 0x1, 38 => 0x5, 39 => 0x8, 40 => 0x1e, 41 => 0x18, 42 => 0x44, 45 => 0x44, 46 => 0x44, 47 => 0x44, 48 => 0x4c, 197 => 0x1478, 198 => 0x114, 380 => 0xa022 },
- 'wb_rggblevelsblack' => { 380 => 0xa028 },
- 'wb_rggblevelscloudy' => { 35 => 0xd, 38 => 0x1e, 39 => 0x30, 40 => 0x2d, 41 => 0x31, 42 => 0x58, 45 => 0x71, 46 => 0x8a, 47 => 0x8f, 48 => 0x92, 197 => 0x1408, 198 => 0x60, 341 => 0x20f, 349 => 0x14 },
- 'wb_rggblevelscustom' => { 35 => 0x1d, 42 => 0x80, 197 => 0x1468, 198 => 0x100 },
+ 'wb_rggblevels' => { 186 => 0x4, 194 => 0x0, 198 => 0x13e8, 199 => 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, 198 => 0x1478, 199 => 0x114, 381 => 0xa022 },
+ 'wb_rggblevelsblack' => { 381 => 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, 198 => 0x1408, 199 => 0x60, 342 => 0x20f, 350 => 0x14 },
+ 'wb_rggblevelscustom' => { 35 => 0x1d, 43 => 0x80, 198 => 0x1468, 199 => 0x100 },
'wb_rggblevelscustom1' => { 40 => 0x41 },
'wb_rggblevelscustom2' => { 40 => 0x46 },
- 'wb_rggblevelsdaylight' => { 35 => 0x5, 38 => 0x14, 39 => 0x20, 40 => 0x23, 41 => 0x27, 42 => 0x4e, 45 => 0x67, 46 => 0x80, 47 => 0x85, 48 => 0x88, 197 => 0x13f8, 198 => 0x4c, 341 => 0x20d, 349 => 0x2 },
- 'wb_rggblevelsflash' => { 35 => 0x19, 38 => 0x32, 39 => 0x50, 40 => 0x3c, 41 => 0x45, 42 => 0x6c, 45 => 0x85, 46 => 0x9e, 47 => 0xa3, 48 => 0xa6, 197 => 0x1448, 341 => 0x214, 349 => 0x41 },
- 'wb_rggblevelsfluorescent' => { 35 => 0x15, 38 => 0x28, 39 => 0x40, 40 => 0x37, 41 => 0x3b, 42 => 0x62, 45 => 0x7b, 46 => 0x94, 47 => 0x99, 48 => 0x9c },
- 'wb_rggblevelsfluorescentd' => { 198 => 0xc4, 341 => 0x211, 349 => 0x26 },
- 'wb_rggblevelsfluorescentl' => { 349 => 0x4a },
- 'wb_rggblevelsfluorescentn' => { 198 => 0xb0, 341 => 0x212, 349 => 0x2f },
- 'wb_rggblevelsfluorescentw' => { 197 => 0x1438, 198 => 0x9c, 341 => 0x213, 349 => 0x38 },
- 'wb_rggblevelshtmercury' => { 198 => 0xd8 },
- 'wb_rggblevelsilluminator1' => { 380 => 0xa023 },
- 'wb_rggblevelsilluminator2' => { 380 => 0xa024 },
- 'wb_rggblevelskelvin' => { 35 => 0x21, 38 => 0x2d, 39 => 0x48, 41 => 0x40, 42 => 0x67, 45 => 0x80, 46 => 0x99, 47 => 0x9e, 48 => 0xa1 },
- 'wb_rggblevelsmeasured' => { 38 => 0xa, 39 => 0x10, 42 => 0x49, 45 => 0x49, 46 => 0x49, 47 => 0x49, 48 => 0x51 },
- 'wb_rggblevelspc1' => { 41 => 0x90, 42 => 0x71 },
- 'wb_rggblevelspc2' => { 41 => 0x95, 42 => 0x76 },
- 'wb_rggblevelspc3' => { 41 => 0x9a, 42 => 0x7b },
- 'wb_rggblevelsshade' => { 35 => 0x9, 38 => 0x19, 39 => 0x28, 40 => 0x28, 41 => 0x2c, 42 => 0x53, 45 => 0x6c, 46 => 0x85, 47 => 0x8a, 48 => 0x8d, 198 => 0x74, 341 => 0x20e, 349 => 0xb },
- 'wb_rggblevelstungsten' => { 35 => 0x11, 38 => 0x23, 39 => 0x38, 40 => 0x32, 41 => 0x36, 42 => 0x5d, 45 => 0x76, 46 => 0x8f, 47 => 0x94, 48 => 0x97, 197 => 0x1428, 198 => 0x88, 341 => 0x210, 349 => 0x1d },
- 'wb_rggblevelsuncorrected' => { 380 => 0xa021 },
- 'wb_rggblevelsunknown' => { 38 => 0xf, 39 => 0x18, 41 => 0x1d, 45 => 0x4e, 46 => 0x4e, 47 => 0x4e, 48 => 0x56, 349 => 0x53 },
- 'wb_rggblevelsunknown10' => { 38 => 0x5f, 39 => 0x98, 41 => 0x72, 45 => 0x9e, 46 => 0x7b, 47 => 0x7b, 48 => 0x83 },
- 'wb_rggblevelsunknown11' => { 38 => 0x64, 39 => 0xa0, 41 => 0x77, 45 => 0xa3, 46 => 0xa3, 47 => 0x80, 48 => 0xab },
- 'wb_rggblevelsunknown12' => { 38 => 0x69, 39 => 0xa8, 41 => 0x7c, 45 => 0xa8, 46 => 0xa8, 47 => 0xa8, 48 => 0xb0 },
- 'wb_rggblevelsunknown13' => { 38 => 0x6e, 39 => 0xb0, 41 => 0x81, 45 => 0xad, 46 => 0xad, 47 => 0xad, 48 => 0xb5 },
- 'wb_rggblevelsunknown14' => { 41 => 0x86, 45 => 0xb2, 46 => 0xb2, 47 => 0xb2, 48 => 0xba },
- 'wb_rggblevelsunknown15' => { 41 => 0x8b, 45 => 0xb7, 46 => 0xb7, 47 => 0xb7, 48 => 0xbf },
- 'wb_rggblevelsunknown16' => { 41 => 0x9f, 46 => 0xbc, 47 => 0xbc, 48 => 0xc4 },
- 'wb_rggblevelsunknown17' => { 46 => 0xc1, 47 => 0xc1, 48 => 0xc9 },
- 'wb_rggblevelsunknown18' => { 46 => 0xc6, 47 => 0xc6, 48 => 0xce },
- 'wb_rggblevelsunknown19' => { 46 => 0xcb, 47 => 0xcb, 48 => 0xd3 },
- 'wb_rggblevelsunknown2' => { 38 => 0x37, 39 => 0x58, 41 => 0x4a, 45 => 0x53, 46 => 0x53, 47 => 0x53, 48 => 0x5b },
- 'wb_rggblevelsunknown20' => { 46 => 0xd0, 47 => 0xd0, 48 => 0xd8 },
- 'wb_rggblevelsunknown21' => { 47 => 0xd5, 48 => 0xdd },
- 'wb_rggblevelsunknown22' => { 47 => 0xda, 48 => 0xe2 },
- 'wb_rggblevelsunknown23' => { 47 => 0xdf, 48 => 0xe7 },
- 'wb_rggblevelsunknown24' => { 47 => 0xe4, 48 => 0xec },
- 'wb_rggblevelsunknown25' => { 47 => 0xe9, 48 => 0xf1 },
- 'wb_rggblevelsunknown26' => { 47 => 0xee, 48 => 0xf6 },
- 'wb_rggblevelsunknown27' => { 47 => 0xf3, 48 => 0xfb },
- 'wb_rggblevelsunknown28' => { 47 => 0xf8, 48 => 0x100 },
- 'wb_rggblevelsunknown29' => { 47 => 0xfd, 48 => 0x105 },
- 'wb_rggblevelsunknown3' => { 38 => 0x3c, 39 => 0x60, 41 => 0x4f, 45 => 0x58, 46 => 0x58, 47 => 0x58, 48 => 0x60 },
- 'wb_rggblevelsunknown30' => { 47 => 0x102 },
- 'wb_rggblevelsunknown4' => { 38 => 0x41, 39 => 0x68, 41 => 0x54, 45 => 0x5d, 46 => 0x5d, 47 => 0x5d, 48 => 0x65 },
- 'wb_rggblevelsunknown5' => { 38 => 0x46, 39 => 0x70, 41 => 0x59, 45 => 0x62, 46 => 0x62, 47 => 0x62, 48 => 0x6a },
- 'wb_rggblevelsunknown6' => { 38 => 0x4b, 39 => 0x78, 41 => 0x5e, 45 => 0x8a, 46 => 0x67, 47 => 0x67, 48 => 0x6f },
- 'wb_rggblevelsunknown7' => { 38 => 0x50, 39 => 0x80, 41 => 0x63, 45 => 0x8f, 46 => 0x6c, 47 => 0x6c, 48 => 0x74 },
- 'wb_rggblevelsunknown8' => { 38 => 0x55, 39 => 0x88, 41 => 0x68, 45 => 0x94, 46 => 0x71, 47 => 0x71, 48 => 0x79 },
- 'wb_rggblevelsunknown9' => { 38 => 0x5a, 39 => 0x90, 41 => 0x6d, 45 => 0x99, 46 => 0x76, 47 => 0x76, 48 => 0x7e },
- 'wb_rggblevelsuserselected' => { 349 => 0x5c },
- 'wbadjblueamber' => { 100 => 0x20106 },
- 'wbadjbluebalance' => { 265 => 0x8 },
- 'wbadjcolortemp' => { 100 => 0x20102, 105 => 0x1a },
- 'wbadjlighting' => { 265 => 0x14 },
- 'wbadjmagentagreen' => { 100 => 0x20105 },
- 'wbadjmode' => { 265 => 0x10 },
- 'wbadjredbalance' => { 265 => 0x0 },
- 'wbadjrggblevels' => { 100 => 0x20125, 105 => 0x6 },
- 'wbadjtemperature' => { 265 => 0x18 },
- 'wbadjtint' => { 265 => 0x25 },
- 'wbbluelevel' => { 301 => 0x324, 306 => 0x8006, 311 => 0x26 },
- 'wbbracketingsteps' => { 237 => 0x174d, 238 => 0x87c, 246 => 0x1757 },
- 'wbbracketmode' => { 55 => 0x9 },
- 'wbbracketshotnumber' => { 182 => 0x2b, 373 => 0x101a },
- 'wbbracketvalueab' => { 55 => 0xc },
- 'wbbracketvaluegm' => { 55 => 0xd },
- 'wbfinetuneactive' => { 105 => 0x24 },
- 'wbfinetunesaturation' => { 105 => 0x28 },
- 'wbfinetunetone' => { 105 => 0x2c },
- 'wbgreenlevel' => { 301 => 0x323, 306 => 0x8005, 311 => 0x25 },
- 'wbmediaimagesizesetting' => { 81 => 0x708 },
- 'wbmode' => { 184 => 0x4, 288 => 0x1015 },
- 'wbredlevel' => { 301 => 0x322, 306 => 0x8004, 311 => 0x24 },
- 'wbscale' => { 185 => 0x0 },
- 'wbshiftab' => { 71 => 0xc, 306 => 0x46, 323 => 0x10 },
- 'wbshiftab_gm' => { 406 => 0x2014 },
- 'wbshiftab_gm_precise' => { 406 => 0x2026 },
- 'wbshiftcreativecontrol' => { 306 => 0x92 },
- 'wbshiftgm' => { 71 => 0xd, 306 => 0x47, 323 => 0x11 },
- 'wbshiftintelligentauto' => { 306 => 0x8b },
- 'wbtype1' => { 312 => 0x1, 313 => 0x1 },
- 'wbtype2' => { 312 => 0x4, 313 => 0x5 },
- 'wbtype3' => { 312 => 0x7, 313 => 0x9 },
- 'wbtype4' => { 312 => 0xa, 313 => 0xd },
- 'wbtype5' => { 312 => 0xd, 313 => 0x11 },
- 'wbtype6' => { 312 => 0x10, 313 => 0x15 },
- 'wbtype7' => { 312 => 0x13, 313 => 0x19 },
- 'webstatement' => { 493 => 'WebStatement' },
- 'what' => { 463 => 'What', 465 => '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, 71 => 0x8, 74 => 0x7, 109 => 0x7, 110 => [0x19,0x2012], 116 => [0xa403,0xfe4e], 124 => 0x1002, 134 => 0x3fc, 135 => 0xfa0d, 136 => 0x40, 147 => 0x1a, 176 => 0x3, 177 => 0xe, 178 => 0x4, 179 => 0xb, 181 => 0x115, 219 => 0x5, 249 => 0x7, 301 => 0x304, 306 => 0x3, 308 => 0x3033, 341 => 0x19, 348 => 0x7, 372 => 0x26, 373 => 0x1003, 383 => [0x88,0x3c,0x7,0x58], 393 => 0xf, 394 => 0xe, 406 => [0x115,0xb054], 463 => 'WhiteBalance', 465 => 'WhiteBalance', 469 => 'WhiteBalance' },
- 'whitebalance0' => { 172 => 'WhiteBalance0' },
- 'whitebalance1' => { 172 => 'WhiteBalance1' },
- 'whitebalance2' => { 172 => 'WhiteBalance2', 283 => 0x500 },
- 'whitebalanceadj' => { 100 => 0x20101, 105 => 0x18, 259 => 0x76a43204 },
- 'whitebalanceautoadjustment' => { 319 => 0x0 },
- 'whitebalancebias' => { 110 => 0x2011, 288 => 0x304, 306 => 0x23 },
- 'whitebalanceblue' => { 71 => 0x7 },
- 'whitebalancebracket' => { 283 => 0x502, 288 => 0x303 },
- 'whitebalancebracketing' => { 179 => 0x22, 182 => 0x2c, 404 => 0x2c },
- 'whitebalancecomp' => { 291 => 0x1001 },
- 'whitebalancedetected' => { 134 => 0x3fb },
- 'whitebalancefinetune' => { 124 => 0x100a, 179 => 0x38, 181 => 0x112, 219 => 0xb, 373 => 0x1004, 393 => 0x6, 394 => 0x5, 406 => 0x112 },
- 'whitebalancemode' => { 134 => 0x3fa, 341 => 0x1a },
- 'whitebalancered' => { 71 => 0x6 },
- 'whitebalanceset' => { 322 => 0xa },
- 'whitebalancesetting' => { 179 => 0x23, 393 => 0x5, 394 => 0x4, 395 => 0x16, 411 => 0xd },
- 'whitebalancesetup' => { 380 => 0x41 },
- 'whitebalancetemperature' => { 283 => 0x501 },
- 'whiteboard' => { 288 => 0x301 },
- 'whitelevel' => { 116 => 0xc61d, 341 => 0x7e },
- 'whitepoint' => { 116 => 0x13e, 341 => 0x201, 485 => 'WhitePoint' },
- 'whites2012' => { 463 => 'Whites2012', 465 => 'Whites2012' },
- 'whitesadj' => { 440 => 0x9017 },
- 'wideadapter' => { 373 => 0x1017 },
- 'widefocuszone' => { 176 => 0x2f },
- 'widerange' => { 382 => 0x20f },
- 'windmode' => { 134 => 0x3f4 },
- 'windowlocation' => { 366 => 'WLOC' },
- 'windowsatom' => { 464 => 'windowsAtom' },
- 'windowsatomextension' => { 464 => [\'windowsAtom','windowsAtomExtension'] },
- 'windowsatominvocationflags' => { 464 => [\'windowsAtom','windowsAtomInvocationFlags'] },
- 'windowsatomuncprojectpath' => { 464 => [\'windowsAtom','windowsAtomUncProjectPath'] },
- 'wordcount' => { 479 => 'wordCount' },
- 'work' => { 358 => "\xa9wrk" },
- 'workcolorspace' => { 100 => 0x10200, 105 => 0x270 },
- 'workflowtag' => { 475 => 'WorkflowTag' },
- 'workflowtagcvid' => { 475 => [\'WorkflowTag','WorkflowTagCvId'] },
- 'workflowtagcvtermid' => { 475 => [\'WorkflowTag','WorkflowTagCvTermId'] },
- 'workflowtagcvtermname' => { 475 => [\'WorkflowTag','WorkflowTagCvTermName'] },
- 'workflowtagcvtermrefinedabout' => { 475 => [\'WorkflowTag','WorkflowTagCvTermRefinedAbout'] },
- 'worktodo' => { 471 => 'WorkToDo' },
- 'worldtimelocation' => { 306 => 0x3a, 341 => 0x22, 347 => '0.1' },
- 'writer-editor' => { 128 => 0x7a },
- 'x3filllight' => { 383 => 0x12 },
- 'xattrquarantine' => { 170 => 'com.apple.quarantine' },
- 'xilinxversion' => { 134 => 0x414 },
- 'xml' => { 132 => 'xml ' },
- 'xmp' => { 103 => 0xffff00f6, 117 => 'XMP' },
- 'xmptoolkit' => { 486 => 'xmptk' },
- 'xpauthor' => { 116 => 0x9c9d },
- 'xpcomment' => { 116 => 0x9c9c },
- 'xpkeywords' => { 116 => 0x9c9e },
- 'xposition' => { 116 => 0x11e },
- 'xpsubject' => { 116 => 0x9c9f },
- 'xptitle' => { 116 => 0x9c9b },
- 'xresolution' => { 116 => 0x11a, 131 => 0x3, 356 => 0x0, 485 => 'XResolution' },
- 'xyresolution' => { 120 => 0x3 },
- 'yaw' => { 112 => 0x7, 366 => ['_yaw',"\xa9fyw"] },
- 'yawangle' => { 237 => 0x3513, 238 => 0x2c2c, 246 => 0x36fc, 247 => 0x2f03, 378 => 0x0 },
- 'ycbcrcoefficients' => { 116 => 0x211, 485 => 'YCbCrCoefficients' },
- 'ycbcrpositioning' => { 116 => 0x213, 485 => 'YCbCrPositioning' },
- 'ycbcrsubsampling' => { 116 => 0x212, 485 => 'YCbCrSubSampling' },
- 'year' => { 358 => 'yrrc', 360 => 'year' },
- 'yearcreated' => { 136 => 0x10, 145 => 0xc },
- 'yellowhsl' => { 100 => 0x20912 },
- 'yield' => { 481 => 'yield' },
- 'yposition' => { 116 => 0x11f },
- 'yresolution' => { 116 => 0x11b, 131 => 0x5, 356 => 0x4, 485 => 'YResolution' },
- 'zonematching' => { 181 => 0x10a, 184 => [0x3a,0x4a], 406 => 0xb024 },
- 'zonematchingmode' => { 179 => 0x14 },
- 'zonematchingon' => { 178 => 0x75 },
- 'zonematchingvalue' => { 393 => 0x1f },
- 'zoomedpreviewlength' => { 288 => 0xf05 },
- 'zoomedpreviewsize' => { 288 => 0xf06 },
- 'zoomedpreviewstart' => { 288 => 0xf04 },
+ 'wb_rggblevelsdaylight' => { 35 => 0x5, 38 => 0x14, 39 => 0x20, 40 => 0x23, 41 => 0x96, 42 => 0x27, 43 => 0x4e, 46 => 0x67, 47 => 0x80, 48 => 0x85, 49 => 0x88, 198 => 0x13f8, 199 => 0x4c, 342 => 0x20d, 350 => 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, 198 => 0x1448, 342 => 0x214, 350 => 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' => { 199 => 0xc4, 342 => 0x211, 350 => 0x26 },
+ 'wb_rggblevelsfluorescentl' => { 350 => 0x4a },
+ 'wb_rggblevelsfluorescentn' => { 199 => 0xb0, 342 => 0x212, 350 => 0x2f },
+ 'wb_rggblevelsfluorescentw' => { 198 => 0x1438, 199 => 0x9c, 342 => 0x213, 350 => 0x38 },
+ 'wb_rggblevelshtmercury' => { 199 => 0xd8 },
+ 'wb_rggblevelsilluminator1' => { 381 => 0xa023 },
+ 'wb_rggblevelsilluminator2' => { 381 => 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, 199 => 0x74, 342 => 0x20e, 350 => 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, 198 => 0x1428, 199 => 0x88, 342 => 0x210, 350 => 0x1d },
+ 'wb_rggblevelsuncorrected' => { 381 => 0xa021 },
+ 'wb_rggblevelsunknown' => { 38 => 0xf, 39 => 0x18, 41 => 0x64, 42 => 0x1d, 46 => 0x4e, 47 => 0x4e, 48 => 0x4e, 49 => 0x56, 350 => 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' => { 350 => 0x5c },
+ 'wbadjblueamber' => { 101 => 0x20106 },
+ 'wbadjbluebalance' => { 266 => 0x8 },
+ 'wbadjcolortemp' => { 101 => 0x20102, 106 => 0x1a },
+ 'wbadjlighting' => { 266 => 0x14 },
+ 'wbadjmagentagreen' => { 101 => 0x20105 },
+ 'wbadjmode' => { 266 => 0x10 },
+ 'wbadjredbalance' => { 266 => 0x0 },
+ 'wbadjrggblevels' => { 101 => 0x20125, 106 => 0x6 },
+ 'wbadjtemperature' => { 266 => 0x18 },
+ 'wbadjtint' => { 266 => 0x25 },
+ 'wbbluelevel' => { 302 => 0x324, 307 => 0x8006, 312 => 0x26 },
+ 'wbbracketingsteps' => { 238 => 0x174d, 239 => 0x87c, 247 => 0x1757 },
+ 'wbbracketmode' => { 56 => 0x9 },
+ 'wbbracketshotnumber' => { 183 => 0x2b, 374 => 0x101a },
+ 'wbbracketvalueab' => { 56 => 0xc },
+ 'wbbracketvaluegm' => { 56 => 0xd },
+ 'wbfinetuneactive' => { 106 => 0x24 },
+ 'wbfinetunesaturation' => { 106 => 0x28 },
+ 'wbfinetunetone' => { 106 => 0x2c },
+ 'wbgreenlevel' => { 302 => 0x323, 307 => 0x8005, 312 => 0x25 },
+ 'wbmediaimagesizesetting' => { 82 => 0x708 },
+ 'wbmode' => { 185 => 0x4, 289 => 0x1015 },
+ 'wbredlevel' => { 302 => 0x322, 307 => 0x8004, 312 => 0x24 },
+ 'wbscale' => { 186 => 0x0 },
+ 'wbshiftab' => { 72 => 0xc, 307 => 0x46, 324 => 0x10 },
+ 'wbshiftab_gm' => { 407 => 0x2014 },
+ 'wbshiftab_gm_precise' => { 407 => 0x2026 },
+ 'wbshiftcreativecontrol' => { 307 => 0x92 },
+ 'wbshiftgm' => { 72 => 0xd, 307 => 0x47, 324 => 0x11 },
+ 'wbshiftintelligentauto' => { 307 => 0x8b },
+ 'wbtype1' => { 313 => 0x1, 314 => 0x1 },
+ 'wbtype2' => { 313 => 0x4, 314 => 0x5 },
+ 'wbtype3' => { 313 => 0x7, 314 => 0x9 },
+ 'wbtype4' => { 313 => 0xa, 314 => 0xd },
+ 'wbtype5' => { 313 => 0xd, 314 => 0x11 },
+ 'wbtype6' => { 313 => 0x10, 314 => 0x15 },
+ 'wbtype7' => { 313 => 0x13, 314 => 0x19 },
+ 'webstatement' => { 494 => 'WebStatement' },
+ 'what' => { 464 => 'What', 466 => '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, 135 => 0x3fc, 136 => 0xfa0d, 137 => 0x40, 148 => 0x1a, 177 => 0x3, 178 => 0xe, 179 => 0x4, 180 => 0xb, 182 => 0x115, 220 => 0x5, 250 => 0x7, 302 => 0x304, 307 => 0x3, 309 => 0x3033, 342 => 0x19, 349 => 0x7, 373 => 0x26, 374 => 0x1003, 384 => [0x88,0x3c,0x7,0x58], 394 => 0xf, 395 => 0xe, 407 => [0x115,0xb054], 464 => 'WhiteBalance', 466 => 'WhiteBalance', 470 => 'WhiteBalance' },
+ 'whitebalance0' => { 173 => 'WhiteBalance0' },
+ 'whitebalance1' => { 173 => 'WhiteBalance1' },
+ 'whitebalance2' => { 173 => 'WhiteBalance2', 284 => 0x500 },
+ 'whitebalanceadj' => { 101 => 0x20101, 106 => 0x18, 260 => 0x76a43204 },
+ 'whitebalanceautoadjustment' => { 320 => 0x0 },
+ 'whitebalancebias' => { 111 => 0x2011, 289 => 0x304, 307 => 0x23 },
+ 'whitebalanceblue' => { 72 => 0x7 },
+ 'whitebalancebracket' => { 284 => 0x502, 289 => 0x303 },
+ 'whitebalancebracketing' => { 180 => 0x22, 183 => 0x2c, 405 => 0x2c },
+ 'whitebalancecomp' => { 292 => 0x1001 },
+ 'whitebalancedetected' => { 135 => 0x3fb },
+ 'whitebalancefinetune' => { 125 => 0x100a, 180 => 0x38, 182 => 0x112, 220 => 0xb, 374 => 0x1004, 394 => 0x6, 395 => 0x5, 407 => 0x112 },
+ 'whitebalancemode' => { 135 => 0x3fa, 342 => 0x1a },
+ 'whitebalancered' => { 72 => 0x6 },
+ 'whitebalanceset' => { 323 => 0xa },
+ 'whitebalancesetting' => { 180 => 0x23, 394 => 0x5, 395 => 0x4, 396 => 0x16, 412 => 0xd },
+ 'whitebalancesetup' => { 381 => 0x41 },
+ 'whitebalancetemperature' => { 284 => 0x501 },
+ 'whiteboard' => { 289 => 0x301 },
+ 'whitelevel' => { 117 => 0xc61d, 342 => 0x7e },
+ 'whitepoint' => { 117 => 0x13e, 342 => 0x201, 486 => 'WhitePoint' },
+ 'whites2012' => { 464 => 'Whites2012', 466 => 'Whites2012' },
+ 'whitesadj' => { 441 => 0x9017 },
+ 'wideadapter' => { 374 => 0x1017 },
+ 'widefocuszone' => { 177 => 0x2f },
+ 'widerange' => { 383 => 0x20f },
+ 'windmode' => { 135 => 0x3f4 },
+ 'windowlocation' => { 367 => 'WLOC' },
+ 'windowsatom' => { 465 => 'windowsAtom' },
+ 'windowsatomextension' => { 465 => [\'windowsAtom','windowsAtomExtension'] },
+ 'windowsatominvocationflags' => { 465 => [\'windowsAtom','windowsAtomInvocationFlags'] },
+ 'windowsatomuncprojectpath' => { 465 => [\'windowsAtom','windowsAtomUncProjectPath'] },
+ 'wordcount' => { 480 => 'wordCount' },
+ 'work' => { 359 => "\xa9wrk" },
+ 'workcolorspace' => { 101 => 0x10200, 106 => 0x270 },
+ 'workflowtag' => { 476 => 'WorkflowTag' },
+ 'workflowtagcvid' => { 476 => [\'WorkflowTag','WorkflowTagCvId'] },
+ 'workflowtagcvtermid' => { 476 => [\'WorkflowTag','WorkflowTagCvTermId'] },
+ 'workflowtagcvtermname' => { 476 => [\'WorkflowTag','WorkflowTagCvTermName'] },
+ 'workflowtagcvtermrefinedabout' => { 476 => [\'WorkflowTag','WorkflowTagCvTermRefinedAbout'] },
+ 'worktodo' => { 472 => 'WorkToDo' },
+ 'worldtimelocation' => { 307 => 0x3a, 342 => 0x22, 348 => '0.1' },
+ 'writer-editor' => { 129 => 0x7a },
+ 'x3filllight' => { 384 => 0x12 },
+ 'xattrquarantine' => { 171 => 'com.apple.quarantine' },
+ 'xilinxversion' => { 135 => 0x414 },
+ 'xml' => { 133 => 'xml ' },
+ 'xmp' => { 104 => 0xffff00f6, 118 => 'XMP' },
+ 'xmptoolkit' => { 487 => 'xmptk' },
+ 'xpauthor' => { 117 => 0x9c9d },
+ 'xpcomment' => { 117 => 0x9c9c },
+ 'xpkeywords' => { 117 => 0x9c9e },
+ 'xposition' => { 117 => 0x11e },
+ 'xpsubject' => { 117 => 0x9c9f },
+ 'xptitle' => { 117 => 0x9c9b },
+ 'xresolution' => { 117 => 0x11a, 132 => 0x3, 357 => 0x0, 486 => 'XResolution' },
+ 'xyresolution' => { 121 => 0x3 },
+ 'yaw' => { 113 => 0x7, 367 => ['_yaw',"\xa9fyw"] },
+ 'yawangle' => { 238 => 0x3513, 239 => 0x2c2c, 247 => 0x36fc, 248 => 0x2f03, 379 => 0x0 },
+ 'ycbcrcoefficients' => { 117 => 0x211, 486 => 'YCbCrCoefficients' },
+ 'ycbcrpositioning' => { 117 => 0x213, 486 => 'YCbCrPositioning' },
+ 'ycbcrsubsampling' => { 117 => 0x212, 486 => 'YCbCrSubSampling' },
+ 'year' => { 359 => 'yrrc', 361 => 'year' },
+ 'yearcreated' => { 137 => 0x10, 146 => 0xc },
+ 'yellowhsl' => { 101 => 0x20912 },
+ 'yield' => { 482 => 'yield' },
+ 'yposition' => { 117 => 0x11f },
+ 'yresolution' => { 117 => 0x11b, 132 => 0x5, 357 => 0x4, 486 => 'YResolution' },
+ 'zonematching' => { 182 => 0x10a, 185 => [0x3a,0x4a], 407 => 0xb024 },
+ 'zonematchingmode' => { 180 => 0x14 },
+ 'zonematchingon' => { 179 => 0x75 },
+ 'zonematchingvalue' => { 394 => 0x1f },
+ 'zoomedpreviewlength' => { 289 => 0xf05 },
+ 'zoomedpreviewsize' => { 289 => 0xf06 },
+ 'zoomedpreviewstart' => { 289 => 0xf04 },
'zoomsourcewidth' => { 34 => 0x24 },
- 'zoomstepcount' => { 286 => 0x300, 288 => 0x100d },
+ 'zoomstepcount' => { 287 => 0x300, 289 => 0x100d },
'zoomtargetwidth' => { 34 => 0x25 },
);
@@ -6604,6 +6631,7 @@ my %tagExists = (
'autosaveformat' => 1,
'autosummary' => 1,
'aux' => 1,
+ 'auxiliaryimageref' => 1,
'auxiliaryimagetype' => 1,
'av1configuration' => 1,
'av1configurationversion' => 1,
@@ -7112,6 +7140,7 @@ my %tagExists = (
'colorcoefs2' => 1,
'colorcomponents' => 1,
'colordata1' => 1,
+ 'colordata10' => 1,
'colordata2' => 1,
'colordata3' => 1,
'colordata4' => 1,
@@ -7477,6 +7506,7 @@ my %tagExists = (
'depthmapwidth' => 1,
'depthswheight' => 1,
'depthswwidth' => 1,
+ 'derivedimageref' => 1,
'descender' => 1,
'designer' => 1,
'designerurl' => 1,
@@ -8131,7 +8161,8 @@ my %tagExists = (
'gopro' => 1,
'goprogpmf' => 1,
'gpano' => 1,
- 'gpmd' => 1,
+ 'gpmd_gopro' => 1,
+ 'gpmd_rove' => 1,
'gps' => 1,
'gps360fly' => 1,
'gpsaltituderaw' => 1,
@@ -9054,6 +9085,7 @@ my %tagExists = (
'metadatasource' => 1,
'metadataversion' => 1,
'metaformat' => 1,
+ 'metaimagesize' => 1,
'metarelation' => 1,
'metasampledesc' => 1,
'metdata' => 1,
@@ -9345,6 +9377,14 @@ my %tagExists = (
'omenroicoefficients' => 1,
'omenroicoordinates' => 1,
'omensmoothingkernel' => 1,
+ 'on1_settingsdata' => 1,
+ 'on1_settingsmetadatacreated' => 1,
+ 'on1_settingsmetadatamodified' => 1,
+ 'on1_settingsmetadataname' => 1,
+ 'on1_settingsmetadatapluginid' => 1,
+ 'on1_settingsmetadatatimestamp' => 1,
+ 'on1_settingsmetadatausage' => 1,
+ 'on1_settingsmetadatavisibletouser' => 1,
'onionskins' => 1,
'opacity' => 1,
'opcolor' => 1,
@@ -10571,6 +10611,7 @@ my %tagExists = (
'thumbnailclip' => 1,
'thumbnailcompressiontable' => 1,
'thumbnailexpansiontable' => 1,
+ 'thumbnailref' => 1,
'thumbnailresizeratio' => 1,
'thumbnailtiff' => 1,
'tickspersecond' => 1,
diff --git a/lib/Image/ExifTool/TagNames.pod b/lib/Image/ExifTool/TagNames.pod
index 8a5d71a9..372e2f23 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 23566 tags, with 15380 unique tag names.
+They contain a total of 23716 tags, with 15418 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
@@ -1457,6 +1457,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
AutoLateralCA integer/
AutoShadows boolean/
AutoTone boolean/
+ AutoToneDigest string/
+ AutoToneDigestNoSat string/
AutoWhiteVersion integer/
Blacks2012 integer/
BlueHue integer/
@@ -1522,6 +1524,15 @@ These tags belong to the ExifTool XMP-crd family 1 group.
ClipboardAspectRatio integer/
ClipboardOrientation integer/
Cluster string/
+ ColorGradeBlending integer/
+ ColorGradeGlobalHue integer/
+ ColorGradeGlobalLum integer/
+ ColorGradeGlobalSat integer/
+ ColorGradeHighlightLum integer/
+ ColorGradeMidtoneHue integer/
+ ColorGradeMidtoneLum integer/
+ ColorGradeMidtoneSat integer/
+ ColorGradeShadowLum integer/
ColorNoiseReduction integer/
ColorNoiseReductionDetail integer/
ColorNoiseReductionSmoothness integer/
@@ -1645,6 +1656,7 @@ These tags belong to the ExifTool XMP-crd family 1 group.
LensProfileDistortionScale integer/
LensProfileEnable integer/
LensProfileFilename string/
+ LensProfileIsEmbedded boolean/
LensProfileMatchKeyCameraModelName string/
LensProfileMatchKeyExifMake string/
LensProfileMatchKeyExifModel string/
@@ -1659,8 +1671,20 @@ These tags belong to the ExifTool XMP-crd family 1 group.
Look Look Struct
LookAmount string/_
LookCluster string/_
- LookName string/_
+ LookCopyright string/_
+ LookGroup lang-alt/_
+ LookName string/
+ LookParameters LookParms Struct_
+ LookParametersCameraProfile string/_
+ LookParametersClarity2012 string/_
+ LookParametersConvertToGrayscale string/_
+ LookParametersLookTable string/_
+ LookParametersProcessVersion string/_
+ LookParametersToneCurvePV2012 string/_+
+ LookParametersVersion string/_
+ LookSupportsAmount string/_
LookSupportsMonochrome string/_
+ LookSupportsOutputReferred string/_
LookUUID string/_
LuminanceAdjustmentAqua integer/
LuminanceAdjustmentBlue integer/
@@ -1829,6 +1853,8 @@ These tags belong to the ExifTool XMP-crd family 1 group.
Texture integer/
TIFFHandling string/
Tint integer/
+ ToggleStyleAmount integer/
+ ToggleStyleDigest string/
ToneCurve string/+
ToneCurveBlue string/+
ToneCurveGreen string/+
@@ -1930,10 +1956,27 @@ These tags belong to the ExifTool XMP-crd family 1 group.
---------- --------
Amount string
Cluster string
+ Copyright string
+ Group lang-alt
Name string
+ Parameters LookParms Struct
+ SupportsAmount string
SupportsMonochrome string
+ SupportsOutputReferred string
UUID string
+=head3 XMP LookParms Struct
+
+ Field Name Writable
+ ---------- --------
+ CameraProfile string
+ Clarity2012 string
+ ConvertToGrayscale string
+ LookTable string
+ ProcessVersion string
+ ToneCurvePV2012 string+
+ Version string
+
=head3 XMP RetouchArea Struct
Field Name Writable
@@ -2013,6 +2056,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
AutoLateralCA integer
AutoShadows boolean
AutoTone boolean
+ AutoToneDigest string
+ AutoToneDigestNoSat string
AutoWhiteVersion integer
Blacks2012 integer
BlueHue integer
@@ -2078,6 +2123,15 @@ These tags belong to the ExifTool XMP-crs family 1 group.
ClipboardAspectRatio integer
ClipboardOrientation integer
Cluster string
+ ColorGradeBlending integer
+ ColorGradeGlobalHue integer
+ ColorGradeGlobalLum integer
+ ColorGradeGlobalSat integer
+ ColorGradeHighlightLum integer
+ ColorGradeMidtoneHue integer
+ ColorGradeMidtoneLum integer
+ ColorGradeMidtoneSat integer
+ ColorGradeShadowLum integer
ColorNoiseReduction integer
ColorNoiseReductionDetail integer
ColorNoiseReductionSmoothness integer
@@ -2201,6 +2255,7 @@ These tags belong to the ExifTool XMP-crs family 1 group.
LensProfileDistortionScale integer
LensProfileEnable integer
LensProfileFilename string
+ LensProfileIsEmbedded boolean
LensProfileMatchKeyCameraModelName string
LensProfileMatchKeyExifMake string
LensProfileMatchKeyExifModel string
@@ -2215,8 +2270,20 @@ These tags belong to the ExifTool XMP-crs family 1 group.
Look Look Struct
LookAmount string_
LookCluster string_
- LookName string_
+ LookCopyright string_
+ LookGroup lang-alt_
+ LookName string
+ LookParameters LookParms Struct_
+ LookParametersCameraProfile string_
+ LookParametersClarity2012 string_
+ LookParametersConvertToGrayscale string_
+ LookParametersLookTable string_
+ LookParametersProcessVersion string_
+ LookParametersToneCurvePV2012 string_+
+ LookParametersVersion string_
+ LookSupportsAmount string_
LookSupportsMonochrome string_
+ LookSupportsOutputReferred string_
LookUUID string_
LuminanceAdjustmentAqua integer
LuminanceAdjustmentBlue integer
@@ -2385,6 +2452,8 @@ These tags belong to the ExifTool XMP-crs family 1 group.
Texture integer
TIFFHandling string
Tint integer
+ ToggleStyleAmount integer
+ ToggleStyleDigest string
ToneCurve string+
ToneCurveBlue string+
ToneCurveGreen string+
@@ -2941,7 +3010,7 @@ These tags belong to the ExifTool XMP-exif family 1 group.
=head3 XMP exifEX Tags
EXIF tags added by the EXIF 2.31 for XMP specification (see
-L<http://www.cipa.jp/std/documents/e/DC-010-2017_E.pdf>).
+L<http://www.cipa.jp/std/documents/e/DC-X010-2017.pdf>).
These tags belong to the ExifTool XMP-exifEX family 1 group.
@@ -5830,6 +5899,7 @@ boot, not including standby time.
ColorData7 Canon ColorData7
ColorData8 Canon ColorData8
ColorData9 Canon ColorData9
+ ColorData10 Canon ColorData10
ColorDataUnknown Canon ColorDataUnknown
0x4002 CRWParam? no
0x4003 ColorInfo Canon ColorInfo
@@ -6792,6 +6862,7 @@ Unknown CameraInfo tags are divided into 3 tables based on format size.
Index1 Tag Name Writable
------ -------- --------
363 LensSerialNumber undef[5]
+ 1473 FirmwareVersion no
=head3 Canon MovieInfo Tags
@@ -7720,6 +7791,95 @@ These tags are used by the EOS 1DX, 5DmkIII, 6D, 100D, 650D, 700D, M and 7DmkII.
797 SpecularWhiteLevel int16u
798 LinearityUpperMargin int16u
+=head3 Canon ColorData10 Tags
+
+ Index2 Tag Name Writable
+ ------ -------- --------
+ 0 ColorDataVersion int16s
+ 85 WB_RGGBLevelsAsShot int16s[4]
+ 89 ColorTempAsShot int16s
+ 90 WB_RGGBLevelsAuto int16s[4]
+ 94 ColorTempAuto int16s
+ 95 WB_RGGBLevelsMeasured int16s[4]
+ 99 ColorTempMeasured int16s
+ 100 WB_RGGBLevelsUnknown? int16s[4]
+ 104 ColorTempUnknown? int16s
+ 105 WB_RGGBLevelsUnknown2? int16s[4]
+ 109 ColorTempUnknown2? int16s
+ 110 WB_RGGBLevelsUnknown3? int16s[4]
+ 114 ColorTempUnknown3? int16s
+ 115 WB_RGGBLevelsUnknown4? int16s[4]
+ 119 ColorTempUnknown4? int16s
+ 120 WB_RGGBLevelsUnknown5? int16s[4]
+ 124 ColorTempUnknown5? int16s
+ 125 WB_RGGBLevelsUnknown6? int16s[4]
+ 129 ColorTempUnknown6? int16s
+ 130 WB_RGGBLevelsUnknown7? int16s[4]
+ 134 ColorTempUnknown7? int16s
+ 135 WB_RGGBLevelsUnknown8? int16s[4]
+ 139 ColorTempUnknown8? int16s
+ 140 WB_RGGBLevelsUnknown9? int16s[4]
+ 144 ColorTempUnknown9? int16s
+ 145 WB_RGGBLevelsUnknown10? int16s[4]
+ 149 ColorTempUnknown10? int16s
+ 150 WB_RGGBLevelsDaylight int16s[4]
+ 154 ColorTempDaylight int16s
+ 155 WB_RGGBLevelsShade int16s[4]
+ 159 ColorTempShade int16s
+ 160 WB_RGGBLevelsCloudy int16s[4]
+ 164 ColorTempCloudy int16s
+ 165 WB_RGGBLevelsTungsten int16s[4]
+ 169 ColorTempTungsten int16s
+ 170 WB_RGGBLevelsFluorescent int16s[4]
+ 174 ColorTempFluorescent int16s
+ 175 WB_RGGBLevelsKelvin int16s[4]
+ 179 ColorTempKelvin int16s
+ 180 WB_RGGBLevelsFlash int16s[4]
+ 184 ColorTempFlash int16s
+ 185 WB_RGGBLevelsUnknown11? int16s[4]
+ 189 ColorTempUnknown11? int16s
+ 190 WB_RGGBLevelsUnknown12? int16s[4]
+ 194 ColorTempUnknown12? int16s
+ 195 WB_RGGBLevelsUnknown13? int16s[4]
+ 199 ColorTempUnknown13? int16s
+ 200 WB_RGGBLevelsUnknown14? int16s[4]
+ 204 ColorTempUnknown14? int16s
+ 205 WB_RGGBLevelsUnknown15? int16s[4]
+ 209 ColorTempUnknown15? int16s
+ 210 WB_RGGBLevelsUnknown16? int16s[4]
+ 214 ColorTempUnknown16? int16s
+ 215 WB_RGGBLevelsUnknown17? int16s[4]
+ 219 ColorTempUnknown17? int16s
+ 220 WB_RGGBLevelsUnknown18? int16s[4]
+ 224 ColorTempUnknown18? int16s
+ 225 WB_RGGBLevelsUnknown19? int16s[4]
+ 229 ColorTempUnknown19? int16s
+ 230 WB_RGGBLevelsUnknown20? int16s[4]
+ 234 ColorTempUnknown20? int16s
+ 235 WB_RGGBLevelsUnknown21? int16s[4]
+ 239 ColorTempUnknown21? int16s
+ 240 WB_RGGBLevelsUnknown22? int16s[4]
+ 244 ColorTempUnknown22? int16s
+ 245 WB_RGGBLevelsUnknown23? int16s[4]
+ 249 ColorTempUnknown23? int16s
+ 250 WB_RGGBLevelsUnknown24? int16s[4]
+ 254 ColorTempUnknown24? int16s
+ 255 WB_RGGBLevelsUnknown25? int16s[4]
+ 259 ColorTempUnknown25? int16s
+ 260 WB_RGGBLevelsUnknown26? int16s[4]
+ 264 ColorTempUnknown26? int16s
+ 265 WB_RGGBLevelsUnknown27? int16s[4]
+ 269 ColorTempUnknown27? int16s
+ 270 WB_RGGBLevelsUnknown28? int16s[4]
+ 274 ColorTempUnknown28? int16s
+ 275 WB_RGGBLevelsUnknown29? int16s[4]
+ 279 ColorTempUnknown29? int16s
+ 280 ColorCalib? Canon ColorCalib
+ 343 PerChannelBlackLevel int16u[4]
+ 810 NormalWhiteLevel int16u
+ 811 SpecularWhiteLevel int16u
+ 812 LinearityUpperMargin int16u
+
=head3 Canon ColorDataUnknown Tags
Index2 Tag Name Writable
@@ -22937,7 +23097,7 @@ Information extracted from the GIF logical screen descriptor.
4.2 ColorResolutionDepth no
4.3 BitsPerPixel no
5 BackgroundColor no
- 6 AspectRatio no
+ 6 PixelAspectRatio no
=head2 BMP Tags
@@ -23963,6 +24123,7 @@ specification.
Tag ID Tag Name Writable
------ -------- --------
'_command' Command no
+ '_comment' Comment no
'_orient' Orientation no
'colorcorr' ColorCorrection no
'exposure' Exposure no
@@ -25306,7 +25467,8 @@ formats of timed GPS metadata from video files.
camm6 QuickTime camm6
camm7 QuickTime camm7
fdsc GoPro fdsc
- gpmd GoPro GPMF
+ gpmd_GoPro GoPro GPMF
+ gpmd_Rove QuickTime Stream
marl QuickTime marl
mebx QuickTime Keys
mett Parrot mett
@@ -25557,6 +25719,7 @@ Tags extracted from the tx3g sbtl timed metadata of Yuneec drones.
'dinf' DataInfo QuickTime DataInfo
'free' Free? no
'hdlr' Handler QuickTime Handler
+ 'idat' MetaImageSize no
'iinf' ItemInformation QuickTime ItemInfo
QuickTime ItemInfo
'iloc' ItemLocation no
@@ -25567,6 +25730,8 @@ Tags extracted from the tx3g sbtl timed metadata of Yuneec drones.
'iref' ItemReference QuickTime ItemRef
'keys' Keys QuickTime Keys
'pitm' PrimaryItemReference no
+ 'uuid' MetaVersion no
+ UUID-Unknown? no
'xml ' XML XMP XML
=head3 QuickTime DataInfo Tags
@@ -25824,9 +25989,16 @@ defined in this table.
=head3 QuickTime ItemRef Tags
+The Item reference entries listed in the table below contain information about
+the associations between items in the file. This information is used by
+ExifTool, but these entries are not extracted as tags.
+
Tag ID Tag Name Writable
------ -------- --------
+ 'auxl' AuxiliaryImageRef no
'cdsc' ContentDescribes no
+ 'dimg' DerivedImageRef no
+ 'thmb' ThumbnailRef no
=head3 QuickTime MovieFragment Tags
@@ -33172,12 +33344,20 @@ L<https://fits.gsfc.nasa.gov/fits_standard.html> for the specification.
=head2 JSON Tags
-No JSON tags have been pre-defined, but ExifTool will read any existing
-tags from basic JSON-formatted files.
+Other than a few tags in the table below, JSON tags have not been
+pre-defined. However, ExifTool will read any existing tags from basic
+JSON-formatted files.
- Tag ID Tag Name Writable
- ------ -------- --------
- [no tags known]
+ Tag Name Writable
+ -------- --------
+ ON1_SettingsData PLIST
+ ON1_SettingsMetadataCreated no
+ ON1_SettingsMetadataModified no
+ ON1_SettingsMetadataName no
+ ON1_SettingsMetadataPluginID no
+ ON1_SettingsMetadataTimestamp no
+ ON1_SettingsMetadataUsage no
+ ON1_SettingsMetadataVisibleToUser no
=head2 HTML Tags
diff --git a/lib/Image/ExifTool/WriteQuickTime.pl b/lib/Image/ExifTool/WriteQuickTime.pl
index ced3a0d2..60aed7b3 100644
--- a/lib/Image/ExifTool/WriteQuickTime.pl
+++ b/lib/Image/ExifTool/WriteQuickTime.pl
@@ -144,7 +144,7 @@ sub PrintInvGPSCoordinates($)
$v[2] = Image::ExifTool::ToFloat($v[2]) * ($below ? -1 : 1) if @v == 3;
return "@v";
}
- return $val if $val =~ /^([-+]\d+(\.\d*)?){2,3}(CRS.*)?$/; # already in ISO6709 format?
+ return $val if $val =~ /^([-+]\d+(\.\d*)?){2,3}(CRS.*)?\/?$/; # already in ISO6709 format?
return undef;
}
@@ -165,9 +165,9 @@ sub ConvInvISO6709($)
return undef unless Image::ExifTool::IsFloat($_);
$_ =~ s/^([-+]?)(\d+)/sprintf(shift(@fmt), $1 || '+', $2)/e;
}
- return join '', @a;
+ return join '', @a, '/';
}
- return $val if $val =~ /^([-+]\d+(\.\d*)?){2,3}(CRS.*)?$/; # already in ISO6709 format?
+ return $val if $val =~ /^([-+]\d+(\.\d*)?){2,3}(CRS.*)?\/?$/; # already in ISO6709 format?
return undef;
}
diff --git a/lib/Image/ExifTool/XMP.pm b/lib/Image/ExifTool/XMP.pm
index 3996a82e..1fa5bc55 100644
--- a/lib/Image/ExifTool/XMP.pm
+++ b/lib/Image/ExifTool/XMP.pm
@@ -25,7 +25,8 @@
# 10) http://www.adobe.com/devnet/xmp/pdfs/XMPSpecificationPart2.pdf (Oct 2008)
# 11) http://www.extensis.com/en/support/kb_article.jsp?articleNumber=6102211
# 12) http://www.cipa.jp/std/documents/e/DC-010-2012_E.pdf
-# 13) http://www.cipa.jp/std/documents/e/DC-010-2017_E.pdf
+# 13) http://www.cipa.jp/std/documents/e/DC-010-2017_E.pdf (changed to
+# http://www.cipa.jp/std/documents/e/DC-X010-2017.pdf)
#
# Notes: - Property qualifiers are handled as if they were separate
# properties (with no associated namespace).
@@ -49,7 +50,7 @@ use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
require Exporter;
-$VERSION = '3.35';
+$VERSION = '3.36';
@ISA = qw(Exporter);
@EXPORT_OK = qw(EscapeXML UnescapeXML);
@@ -1290,11 +1291,11 @@ my %sPantryItem = (
SharpenDetail => { Writable => 'integer' },
SharpenEdgeMasking => { Writable => 'integer' },
SharpenRadius => { Writable => 'real' },
- SplitToningBalance => { Writable => 'integer' },
- SplitToningHighlightHue => { Writable => 'integer' },
- SplitToningHighlightSaturation => { Writable => 'integer' },
- SplitToningShadowHue => { Writable => 'integer' },
- SplitToningShadowSaturation => { Writable => 'integer' },
+ SplitToningBalance => { Writable => 'integer', Notes => 'also used for newer ColorGrade settings' },
+ SplitToningHighlightHue => { Writable => 'integer', Notes => 'also used for newer ColorGrade settings' },
+ SplitToningHighlightSaturation => { Writable => 'integer', Notes => 'also used for newer ColorGrade settings' },
+ SplitToningShadowHue => { Writable => 'integer', Notes => 'also used for newer ColorGrade settings' },
+ SplitToningShadowSaturation => { Writable => 'integer', Notes => 'also used for newer ColorGrade settings' },
Vibrance => { Writable => 'integer' },
# new tags written by LR 1.4 (not sure in what version they first appeared)
GrayMixerRed => { Writable => 'integer' },
@@ -1483,11 +1484,28 @@ my %sPantryItem = (
Struct => {
STRUCT_NAME => 'Look',
NAMESPACE => 'crs',
- Name => { },
- Amount => { },
- Cluster=> { },
- UUID => { },
+ Name => { },
+ Amount => { },
+ Cluster => { },
+ UUID => { },
SupportsMonochrome => { },
+ SupportsAmount => { },
+ SupportsOutputReferred => { },
+ Copyright => { },
+ Group => { Writable => 'lang-alt' },
+ Parameters => {
+ Struct => {
+ STRUCT_NAME => 'LookParms',
+ NAMESPACE => 'crs',
+ Version => { },
+ ProcessVersion => { },
+ Clarity2012 => { },
+ ConvertToGrayscale => { },
+ CameraProfile => { },
+ LookTable => { },
+ ToneCurvePV2012 => { List => 'Seq' },
+ },
+ },
}
},
# more again (ref forum11258)
@@ -1513,6 +1531,24 @@ my %sPantryItem = (
SortName => { Writable => 'lang-alt' },
Group => { Writable => 'lang-alt', Avoid => 1 },
Description => { Writable => 'lang-alt', Avoid => 1 },
+ # new for DNG converter 13.0
+ LookName => { NotFlat => 1 }, # (grr... conflicts with "Name" element of "Look" struct!)
+ # new for Lightroom CC 2021 (ref forum11745)
+ ColorGradeMidtoneHue => { Writable => 'integer' },
+ ColorGradeMidtoneSat => { Writable => 'integer' },
+ ColorGradeShadowLum => { Writable => 'integer' },
+ ColorGradeMidtoneLum => { Writable => 'integer' },
+ ColorGradeHighlightLum => { Writable => 'integer' },
+ ColorGradeBlending => { Writable => 'integer' },
+ ColorGradeGlobalHue => { Writable => 'integer' },
+ ColorGradeGlobalSat => { Writable => 'integer' },
+ ColorGradeGlobalLum => { Writable => 'integer' },
+ # new for Adobe Camera Raw 13 (ref forum11745)
+ LensProfileIsEmbedded => { Writable => 'boolean'},
+ AutoToneDigest => { },
+ AutoToneDigestNoSat => { },
+ ToggleStyleDigest => { },
+ ToggleStyleAmount => { Writable => 'integer' },
);
# Tiff namespace properties (tiff)
@@ -2070,7 +2106,7 @@ my %sPantryItem = (
PRIORITY => 0, # not as reliable as actual EXIF tags
NOTES => q{
EXIF tags added by the EXIF 2.31 for XMP specification (see
- L<http://www.cipa.jp/std/documents/e/DC-010-2017_E.pdf>).
+ L<http://www.cipa.jp/std/documents/e/DC-X010-2017.pdf>).
},
Gamma => { Writable => 'rational' },
PhotographicSensitivity => { Writable => 'integer' },
@@ -2775,8 +2811,9 @@ sub AddFlattenedTags($;$$)
if ($flatInfo) {
ref $flatInfo eq 'HASH' or warn("$flatInfo is not a HASH!\n"), next; # (to be safe)
# pre-defined flattened tags should have Flat flag set
- if (not defined $$flatInfo{Flat} and $Image::ExifTool::debug) {
- warn "Missing Flat flag for $$flatInfo{Name}\n";
+ if (not defined $$flatInfo{Flat}) {
+ next if $$flatInfo{NotFlat};
+ warn "Missing Flat flag for $$flatInfo{Name}\n" if $Image::ExifTool::debug;
}
$$flatInfo{Flat} = 0;
# copy all missing entries from field information
@@ -3218,9 +3255,9 @@ NoLoop:
#} elsif (grep / /, @$props) {
# $$tagInfo{List} = 1;
}
- #PHIL why flat tag added here???? (try a.xmp)
+ # save property list for verbose "adding" message unless this tag already exists
+ $added = \@tagList unless $$tagTablePtr{$tagID};
AddTagToTable($tagTablePtr, $tagID, $tagInfo);
- $added = 1;
last;
}
# decode value if necessary (et:encoding was used before exiftool 7.71)
@@ -3304,8 +3341,16 @@ NoLoop:
}
if ($$et{OPTIONS}{Verbose}) {
if ($added) {
+ my $props;
+ if (@$added > 1) {
+ $$tagInfo{Flat} = 0; # this is a flattened tag
+ my @props = map { $$_[0] } @$added;
+ $props = ' (' . join('/',@props) . ')';
+ } else {
+ $props = '';
+ }
my $g1 = $et->GetGroup($key, 1);
- $et->VPrint(0, $$et{INDENT}, "[adding $g1:$tag]\n");
+ $et->VPrint(0, $$et{INDENT}, "[adding $g1:$tag]$props\n");
}
my $tagID = join('/',@$props);
$et->VerboseInfo($tagID, $tagInfo, Value => $rawVal || $val);