From 631b846f790312901a3e91bd03099e508fc9aef3 Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Sun, 22 Sep 2024 13:15:01 -0700 Subject: [PATCH] update exiftool to v12.96 --- bin/Changes | 48 +- bin/META.json | 2 +- bin/META.yml | 2 +- bin/README | 4 +- bin/exiftool | 59 +- bin/lib/Image/ExifTool.pm | 70 +- bin/lib/Image/ExifTool/Canon.pm | 138 +- bin/lib/Image/ExifTool/Font.pm | 19 +- bin/lib/Image/ExifTool/Geotag.pm | 24 +- bin/lib/Image/ExifTool/Jpeg2000.pm | 4 +- bin/lib/Image/ExifTool/Nikon.pm | 3 +- bin/lib/Image/ExifTool/NikonSettings.pm | 57 +- bin/lib/Image/ExifTool/OpenEXR.pm | 4 +- bin/lib/Image/ExifTool/PostScript.pm | 15 +- bin/lib/Image/ExifTool/QuickTime.pm | 48 +- bin/lib/Image/ExifTool/QuickTimeStream.pl | 154 +- bin/lib/Image/ExifTool/Samsung.pm | 8 +- bin/lib/Image/ExifTool/TagLookup.pm | 13824 ++++++++++---------- bin/lib/Image/ExifTool/TagNames.pod | 109 +- bin/lib/Image/ExifTool/WriteQuickTime.pl | 64 +- bin/lib/Image/ExifTool/Writer.pl | 62 +- bin/perl-Image-ExifTool.spec | 2 +- 22 files changed, 7602 insertions(+), 7118 deletions(-) diff --git a/bin/Changes b/bin/Changes index 9584c37..1e1e781 100644 --- a/bin/Changes +++ b/bin/Changes @@ -7,10 +7,52 @@ RSS feed: https://exiftool.org/rss.xml Note: The most recent production release is Version 12.76. (Other versions are considered development releases, and are not uploaded to MetaCPAN.) +Sept. 1, 2024 - Version 12.96 + + - More improvements to handling of trailers on video files (and add ability to + write videos which have an unknown trailer) + - Fixed problem geotagging from some newer Google Takeout files + +Aug. 30, 2024 - Version 12.95 + + - Added a couple of new CanonModelID values + - Decode ColorData for a couple of new Canon models + - Fixed problem writing video files which have some known trailer types + +Aug. 29, 2024 - Version 12.94 + + - Added ability to geotag from new-format Google Takeout JSON files + - Added a few new Android and Xiaomi QuickTime Keys tags + - Added ability to read C2PA JUMBF metadata from TTF/OTF files + - Internal changes to code for creating new directories + - Changed Windows packages to have the application help text file in the + exiftool_files folder instead of writing it to a temporary directory + - Removed new QuickTime Keys tags added in 12.93 because these aren't used in + top-level metadata (written to the video track by Apple devices) + - Fixed the group names for synthesized default-language QuickTime tags and + added a verbose message when generating these tags + - Fixed warning in Geolocation.t self test + +Aug. 20, 2024 - Version 12.93 + + - Added a new Nikon LensID + - Added a couple of new OpenEXR Compression types + - Added a couple of new QuickTime Keys tags + - Decode timed metadata from E-ACE B44 dashcam videos + - Made "Unrecognized" Samsung Meta warnings minor + - Fixed bug in -listg6 option which resulted in "uninitialized value" warnings + - Fixed decoding of Func1Button and Func2Button for the Nikon Z6/Z7 + - Fixed bug reading JUMB metadata from JXL images + +July 24, 2024 - Version 12.92 + + - Removed -w from exiftool shebang due to compatibility issues on some systems + July 24, 2024 - Version 12.91 - - Fixed 2 test files that were causing failed tests (ExifTool itself is -unchanged) + - Added a couple of new OpenEXR Compression values (github#276) + - Updated 2 test files that were causing failed tests (ExifTool itself is + unchanged) July 24, 2024 - Version 12.90 @@ -21,7 +63,7 @@ July 24, 2024 - Version 12.90 - Drop Nikon ShotInfo record when copying MakerNotes from NEF to JPG if it is larger than 50000 bytes (then MakerNotes would be too large for a single JPEG segment) - - Changed exiftool shebang from "#!/usr/bin/perl" to "#!/usr/bin/env perl" + - Changed exiftool shebang to use env: "#!/usr/bin/env perl -w" - Revert change of 12.84 to iterate through sub-documents with the -p option only if -ee is used diff --git a/bin/META.json b/bin/META.json index bb9a161..3073dcb 100644 --- a/bin/META.json +++ b/bin/META.json @@ -50,5 +50,5 @@ } }, "release_status" : "stable", - "version" : "12.91" + "version" : "12.96" } diff --git a/bin/META.yml b/bin/META.yml index f7a3099..63b2100 100644 --- a/bin/META.yml +++ b/bin/META.yml @@ -31,4 +31,4 @@ recommends: Time::HiRes: '0' requires: perl: '5.004' -version: '12.91' +version: '12.96' diff --git a/bin/README b/bin/README index 0b3a897..c0e195c 100644 --- a/bin/README +++ b/bin/README @@ -109,8 +109,8 @@ your home directory, then you would type the following commands in a terminal window to extract and run ExifTool: cd ~/Desktop - gzip -dc Image-ExifTool-12.91.tar.gz | tar -xf - - cd Image-ExifTool-12.91 + gzip -dc Image-ExifTool-12.96.tar.gz | tar -xf - + cd Image-ExifTool-12.96 ./exiftool t/images/ExifTool.jpg Note: These commands extract meta information from one of the test images. diff --git a/bin/exiftool b/bin/exiftool index dd06355..995c8dd 100755 --- a/bin/exiftool +++ b/bin/exiftool @@ -11,7 +11,7 @@ use strict; use warnings; require 5.004; -my $version = '12.91'; +my $version = '12.96'; # add our 'lib' directory to the include list BEFORE 'use Image::ExifTool' my $exePath; @@ -232,10 +232,6 @@ my $stayOpen = 0; my $rtnValApp = 0; # app return value (0=success) my $curTitle = ''; # current window title -# lookup for O/S names which may use a backslash as a directory separator -# (ref File::Spec of PathTools-3.2701) -my %hasBackslash = ( MSWin32 => 1, os2 => 1, dos => 1, NetWare => 1, symbian => 1, cygwin => 1 ); - # lookup for O/S names which use CR/LF newlines my $isCRLF = { MSWin32 => 1, os2 => 1, dos => 1 }->{$^O}; @@ -1615,7 +1611,7 @@ if ($argFormat) { } # change to forward slashes if necessary in all filenames (like CleanFilename) -if ($hasBackslash{$^O}) { +if (Image::ExifTool::IsPC()) { tr/\\/\// foreach @files; } @@ -3774,7 +3770,7 @@ sub DoSetFromFile($$$) # Returns: nothing, but changes filename if necessary sub CleanFilename($) { - $_[0] =~ tr/\\/\// if $hasBackslash{$^O}; + $_[0] =~ tr/\\/\// if Image::ExifTool::IsPC(); } #------------------------------------------------------------------------------ @@ -4097,7 +4093,7 @@ sub AbsPath($) $path = eval { Cwd::abs_path($file) }; # make the delimiters and case consistent # (abs_path is very inconsistent about what it returns in Windows) - if (defined $path and $hasBackslash{$^O}) { + if (defined $path and Image::ExifTool::IsPC()) { $path =~ tr/\\/\//; $path = lc $path; } @@ -4353,46 +4349,21 @@ sub NextUnusedFilename($;$) # Create directory for specified file # Inputs: 0) complete file name including path # Returns: true if a directory was created -my $k32CreateDir; sub CreateDirectory($) { my $file = shift; - my ($dir, $created); - ($dir = $file) =~ s/[^\/]*$//; # remove filename from path specification - if ($dir and not $mt->IsDirectory($dir)) { - my @parts = split /\//, $dir; - $dir = ''; - foreach (@parts) { - $dir .= $_; - if (length $dir and not $mt->IsDirectory($dir) and - # don't try to create a network drive root directory - not ($hasBackslash{$^O} and $dir =~ m{^//[^/]*$})) - { - my $success; - # create directory since it doesn't exist - my $d2 = $dir; # (must make a copy in case EncodeFileName recodes it) - if ($mt->EncodeFileName($d2)) { - # handle Windows Unicode directory names - unless (eval { require Win32::API }) { - Error('Install Win32::API to create directories with Unicode names'); - return 0; - } - unless ($k32CreateDir) { - $k32CreateDir = Win32::API->new('KERNEL32', 'CreateDirectoryW', 'PP', 'I'); - } - $success = $k32CreateDir->Call($d2, 0) if $k32CreateDir; - } else { - $success = mkdir($d2, 0777); - } - $success or Error("Error creating directory $dir\n"), return 0; - $verbose and print $vout "Created directory $dir\n"; - $created = 1; - } - $dir .= '/'; + my $err = $mt->CreateDirectory($file); + if (defined $err) { + $err and Error("$err\n"), return 0; + if ($verbose) { + my $dir; + ($dir = $file) =~ s(/[^/]*$)(); + print $vout "Created directory $dir\n"; } - ++$countNewDir if $created; + ++$countNewDir; + return 1; } - return $created; + return 0; } #------------------------------------------------------------------------------ @@ -5684,7 +5655,7 @@ with this command: produces output like this: - -- Generated by ExifTool 12.91 -- + -- Generated by ExifTool 12.96 -- File: a.jpg - 2003:10:31 15:44:19 (f/5.6, 1/60s, ISO 100) File: b.jpg - 2006:05:23 11:57:38 diff --git a/bin/lib/Image/ExifTool.pm b/bin/lib/Image/ExifTool.pm index 0c5f186..3bac9cb 100644 --- a/bin/lib/Image/ExifTool.pm +++ b/bin/lib/Image/ExifTool.pm @@ -29,7 +29,7 @@ use vars qw($VERSION $RELEASE @ISA @EXPORT_OK %EXPORT_TAGS $AUTOLOAD @fileTypes %jpegMarker %specialTags %fileTypeLookup $testLen $exeDir %static_vars $advFmtSelf); -$VERSION = '12.91'; +$VERSION = '12.96'; $RELEASE = ''; @ISA = qw(Exporter); %EXPORT_TAGS = ( @@ -1873,9 +1873,10 @@ my %systemTagsNotes = ( this write-only tag is used to define the GPS track log data or track log file name. Currently supported track log formats are GPX, NMEA RMC/GGA/GLL, KML, IGC, Garmin XML and TCX, Magellan PMGNTRK, Honeywell PTNTHPR, Winplus - Beacon text, and Bramor gEO log files. May be set to the special value of - "DATETIMEONLY" (all caps) to set GPS date/time tags if no input track points - are available. See L for details + Beacon text, Bramor gEO, Google Takeout JSON, and CSV log files. May be set + to the special value of "DATETIMEONLY" (all caps) to set GPS date/time tags + if no input track points are available. See L + for details }, DelCheck => q{ require Image::ExifTool::Geotag; @@ -4734,6 +4735,56 @@ sub IsDirectory($$) return 0; } +#------------------------------------------------------------------------------ +# Create directory for specified file +# Inputs: 0) ExifTool ref, 1) complete file name including path +# Returns: '' = directory created, undef = nothing done, otherwise error string +my $k32CreateDir; +sub CreateDirectory($$) +{ + local $_; + my ($self, $file) = @_; + my ($err, $dir); + ($dir = $file) =~ s/[^\/]*$//; # remove filename from path specification + if ($dir and not $self->IsDirectory($dir)) { + my @parts = split /\//, $dir; + $dir = ''; + foreach (@parts) { + $dir .= $_; + if (length and not $self->IsDirectory($dir) and + # don't try to create a network drive root directory + not (IsPC() and $dir =~ m{^//[^/]*$})) + { + my $success; + # create directory since it doesn't exist + my $d2 = $dir; # (must make a copy in case EncodeFileName recodes it) + if ($self->EncodeFileName($d2)) { + # handle Windows Unicode directory names + unless (eval { require Win32::API }) { + $err = 'Install Win32::API to create directories with Unicode names'; + last; + } + unless (defined $k32CreateDir) { + $k32CreateDir = Win32::API->new('KERNEL32', 'CreateDirectoryW', 'PP', 'I'); + unless ($k32CreateDir) { + $k32CreateDir = 0; + # give this error once, then just "Error creating" for subsequent attempts + return 'Error accessing Win32::API::CreateDirectoryW'; + } + } + $success = $k32CreateDir->Call($d2, 0) if $k32CreateDir; + } else { + $success = mkdir($d2, 0777); + } + $success or $err = "Error creating directory $dir", last; + $err = ''; + } + $dir .= '/'; + } + } + return $err; +} + #------------------------------------------------------------------------------ # Get file times (Unix seconds since the epoch) # Inputs: 0) ExifTool ref, 1) file name or ref @@ -5648,6 +5699,17 @@ sub SetupTagTable($) } } +#------------------------------------------------------------------------------ +# Is this a PC system? +# Returns: true for PC systems +# uses lookup for O/S names which may use a backslash as a directory separator +# (ref File::Spec of PathTools-3.2701) +my %isPC = (MSWin32 => 1, os2 => 1, dos => 1, NetWare => 1, symbian => 1, cygwin => 1); +sub IsPC() +{ + return $isPC{$^O}; +} + #------------------------------------------------------------------------------ # Utilities to check for numerical types # Inputs: 0) value; Returns: true if value is a numerical type diff --git a/bin/lib/Image/ExifTool/Canon.pm b/bin/lib/Image/ExifTool/Canon.pm index 64e0213..b211367 100644 --- a/bin/lib/Image/ExifTool/Canon.pm +++ b/bin/lib/Image/ExifTool/Canon.pm @@ -88,7 +88,7 @@ sub ProcessCTMD($$$); sub ProcessExifInfo($$$); sub SwapWords($); -$VERSION = '4.79'; +$VERSION = '4.81'; # Note: Removed 'USM' from 'L' lenses since it is redundant - PH # (or is it? Ref 32 shows 5 non-USM L-type lenses) @@ -995,6 +995,8 @@ $VERSION = '4.79'; 0x80000481 => 'EOS R6 Mark II', #42 0x80000487 => 'EOS R8', #42 0x80000491 => 'PowerShot V10', #25 + 0x80000495 => 'EOS R1', #PH + 0x80000496 => 'R5 Mark II', #forum16406 0x80000498 => 'EOS R100', #25 0x80000520 => 'EOS D2000C', #IB 0x80000560 => 'EOS D6000C', #PH (guess) @@ -1978,6 +1980,11 @@ my %offOn = ( 0 => 'Off', 1 => 'On' ); Name => 'ColorData11', SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorData11' }, }, + { # (int16u[4528]) - R1/R5mkII ref forum16406 + Condition => '$count == 4528', + Name => 'ColorData12', + SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorData12' }, + }, { Name => 'ColorDataUnknown', SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorDataUnknown' }, @@ -8613,6 +8620,126 @@ my %ciMaxFocal = ( }, ); +# Color data (MakerNotes tag 0x4001, count=4528, ref PH) +%Image::ExifTool::Canon::ColorData12 = ( + %binaryDataAttrs, + NOTES => 'These tags are used by the EOS R1 and R5mkII', + FORMAT => 'int16s', + FIRST_ENTRY => 0, + GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' }, + DATAMEMBER => [ 0 ], + IS_SUBDIR => [ 0x140 ], + 0x00 => { + Name => 'ColorDataVersion', + DataMember => 'ColorDataVersion', + RawConv => '$$self{ColorDataVersion} = $val', + PrintConv => { + 64 => '64 (R1, R5 Mark II)', + }, + }, + 0x69 => { Name => 'WB_RGGBLevelsAsShot', Format => 'int16s[4]' }, # (NC) + 0x6d => 'ColorTempAsShot', # (NC) + 0x6e => { Name => 'WB_RGGBLevelsDaylight', Format => 'int16s[4]' }, + 0x72 => 'ColorTempDaylight', + 0x73 => { Name => 'WB_RGGBLevelsShade', Format => 'int16s[4]' }, + 0x77 => 'ColorTempShade', + 0x78 => { Name => 'WB_RGGBLevelsCloudy', Format => 'int16s[4]' }, + 0x7c => 'ColorTempCloudy', + 0x7d => { Name => 'WB_RGGBLevelsTungsten', Format => 'int16s[4]' }, + 0x81 => 'ColorTempTungsten', + 0x82 => { Name => 'WB_RGGBLevelsFluorescent',Format=> 'int16s[4]' }, + 0x86 => 'ColorTempFluorescent' , + 0x87 => { Name => 'WB_RGGBLevelsFlash', Format => 'int16s[4]' }, + 0x8b => 'ColorTempFlash', + 0x8c => { Name => 'WB_RGGBLevelsUnknown2', Format => 'int16s[4]', Unknown => 1 }, + 0x90 => { Name => 'ColorTempUnknown2', Unknown => 1 }, + 0x91 => { Name => 'WB_RGGBLevelsUnknown3', Format => 'int16s[4]', Unknown => 1 }, + 0x95 => { Name => 'ColorTempUnknown3', Unknown => 1 }, + 0x96 => { Name => 'WB_RGGBLevelsUnknown4', Format => 'int16s[4]', Unknown => 1 }, + 0x9a => { Name => 'ColorTempUnknown4', Unknown => 1 }, + 0x9b => { Name => 'WB_RGGBLevelsUnknown5', Format => 'int16s[4]', Unknown => 1 }, + 0x9f => { Name => 'ColorTempUnknown5', Unknown => 1 }, + 0xa0 => { Name => 'WB_RGGBLevelsUnknown6', Format => 'int16s[4]', Unknown => 1 }, + 0xa4 => { Name => 'ColorTempUnknown6', Unknown => 1 }, + 0xa5 => { Name => 'WB_RGGBLevelsUnknown7', Format => 'int16s[4]', Unknown => 1 }, + 0xa9 => { Name => 'ColorTempUnknown7', Unknown => 1 }, + 0xaa => { Name => 'WB_RGGBLevelsUnknown8', Format => 'int16s[4]', Unknown => 1 }, + 0xae => { Name => 'ColorTempUnknown8', Unknown => 1 }, + 0xaf => { Name => 'WB_RGGBLevelsUnknown9', Format => 'int16s[4]', Unknown => 1 }, + 0xb3 => { Name => 'ColorTempUnknown9', Unknown => 1 }, + 0xb4 => { Name => 'WB_RGGBLevelsUnknown10', Format => 'int16s[4]', Unknown => 1 }, + 0xb8 => { Name => 'ColorTempUnknown10', Unknown => 1 }, + 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 => 'WB_RGGBLevelsUnknown30',Format => 'int16s[4]', Unknown => 1 }, + 0x11c => { Name => 'ColorTempUnknown30', Unknown => 1 }, + 0x11d => { Name => 'WB_RGGBLevelsUnknown31',Format => 'int16s[4]', Unknown => 1 }, + 0x121 => { Name => 'ColorTempUnknown31', Unknown => 1 }, + 0x122 => { Name => 'WB_RGGBLevelsUnknown32',Format => 'int16s[4]', Unknown => 1 }, + 0x126 => { Name => 'ColorTempUnknown32', Unknown => 1 }, + 0x127 => { Name => 'WB_RGGBLevelsUnknown33',Format => 'int16s[4]', Unknown => 1 }, + 0x12b => { Name => 'ColorTempUnknown33', Unknown => 1 }, + 0x140 => { + Name => 'ColorCalib', + Format => 'undef[120]', + Unknown => 1, + SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorCalib' } + }, + 0x17f => { + Name => 'PerChannelBlackLevel', + Format => 'int16u[4]', + }, + 0x294 => { + Name => 'NormalWhiteLevel', + Format => 'int16u', + RawConv => '$val || undef', + }, + 0x295 => { + Name => 'SpecularWhiteLevel', + Format => 'int16u', + }, + 0x296 => { + Name => 'LinearityUpperMargin', + Format => 'int16u', + }, +); + # Unknown color data (MakerNotes tag 0x4001) %Image::ExifTool::Canon::ColorDataUnknown = ( PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData, @@ -9199,14 +9326,19 @@ my %filterConv = ( PrintConvInv => '$val=~s/\s*mm//;$val', }, 8 => { - Name => 'MinFocalLength', + Name => 'MinFocalLength2', + Notes => q{ + these seem to be min/max focal length without teleconverter, as opposed to + MinFocalLength and MaxFocalLength which include the effect of a + teleconverter + }, #forum16309 ValueConv => '$val / 10', ValueConvInv => 'int($val * 10 + 0.5)', PrintConv => '"$val mm"', PrintConvInv => '$val=~s/\s*mm//;$val', }, 9 => { - Name => 'MaxFocalLength', + Name => 'MaxFocalLength2', ValueConv => '$val / 10', ValueConvInv => 'int($val * 10 + 0.5)', PrintConv => '"$val mm"', diff --git a/bin/lib/Image/ExifTool/Font.pm b/bin/lib/Image/ExifTool/Font.pm index 412f11a..43a7f78 100644 --- a/bin/lib/Image/ExifTool/Font.pm +++ b/bin/lib/Image/ExifTool/Font.pm @@ -19,7 +19,7 @@ use strict; use vars qw($VERSION %ttLang); use Image::ExifTool qw(:DataAccess :Utils); -$VERSION = '1.10'; +$VERSION = '1.11'; sub ProcessOTF($$); @@ -189,6 +189,9 @@ my %ttCharset = ( name => { SubDirectory => { TagTable => 'Image::ExifTool::Font::Name' }, }, + C2PA => { + SubDirectory => { TagTable => 'Image::ExifTool::Jpeg2000::Main', Start => 20 }, + }, PFM => { Name => 'PFMHeader', SubDirectory => { TagTable => 'Image::ExifTool::Font::PFM' }, @@ -389,10 +392,12 @@ sub ProcessOTF($$) $$et{INDENT} .= '| '; $et->VerboseDir('TrueType', $numTables) if $verbose; + my %processTag = ( name => 1, C2PA => 1 ); # tags to process (skip all others) + for ($pos=0; $pos<$len; $pos+=16) { - # look for 'name' table + # look for tags to process my $tag = substr($tbl, $pos, 4); - next unless $tag eq 'name' or $verbose; + next unless $processTag{$tag} or $verbose; my $offset = Get32u(\$tbl, $pos + 8); my $size = Get32u(\$tbl, $pos + 12); unless ($raf->Seek($offset+$base, 0) and $raf->Read($buff, $size) == $size) { @@ -405,9 +410,15 @@ sub ProcessOTF($$) $$et{INDENT}, $pos/16, $tag, $offset, $size); $et->VPrint(0, $str); $et->VerboseDump(\$buff, Addr => $offset) if $verbose > 2; - next unless $tag eq 'name'; + next unless $processTag{$tag}; } next unless $size >= 8; + unless ($tag eq 'name') { + my $tagTablePtr = GetTagTable('Image::ExifTool::Font::Main'); + $et->HandleTag($tagTablePtr, $tag, undef, DataPt => \$buff, Size => length($buff)); + next; + } + # process the 'name' tag my $entries = Get16u(\$buff, 2); my $recEnd = 6 + $entries * 12; if ($recEnd > $size) { diff --git a/bin/lib/Image/ExifTool/Geotag.pm b/bin/lib/Image/ExifTool/Geotag.pm index c171567..8b03174 100644 --- a/bin/lib/Image/ExifTool/Geotag.pm +++ b/bin/lib/Image/ExifTool/Geotag.pm @@ -16,6 +16,7 @@ # 2020/12/01 - PH Added ability to read DJI CSV log files # 2022/06/21 - PH Added ability to read Google Takeout JSON files # 2024/04/23 - PH Added ability to read more OpenTracks GPS tags +# 2024/08/28 - PH Added support for new Google Takeout JSON format # # References: 1) http://www.topografix.com/GPX/1/1/ # 2) http://www.gpsinformation.org/dale/nmea.htm#GSA @@ -30,7 +31,7 @@ use vars qw($VERSION); use Image::ExifTool qw(:Public); use Image::ExifTool::GPS; -$VERSION = '1.76'; +$VERSION = '1.78'; sub JITTER() { return 2 } # maximum time jitter @@ -151,7 +152,7 @@ sub LoadTrackLog($$;$) my ($raf, $from, $time, $isDate, $noDate, $noDateChanged, $lastDate, $dateFlarm); my ($nmeaStart, $fixSecs, @fixTimes, $lastFix, %nmea, @csvHeadings, $sortFixes); my ($canCut, $cutPDOP, $cutHDOP, $cutSats, $e0, $e1, @tmp, $trackFile, $trackTime); - my $scaleSpeed; + my ($scaleSpeed, $startTime); unless (eval { require Time::Local }) { return 'Geotag feature requires Time::Local installed'; @@ -318,10 +319,13 @@ sub LoadTrackLog($$;$) } } next; - } elsif (/"(timelineObjects|placeVisit|activitySegment|latitudeE7)":/) { + } elsif (/"(timelineObjects|placeVisit|activitySegment|latitudeE7)"\s*:/) { # Google Takeout JSON format $format = 'JSON'; $sortFixes = 1; # (fixes are not all in order for this format) + } elsif (/"(durationMinutesOffsetFromStartTime|startTime)"\s*:/) { + $format = 'JSON'; # new Google Takeout JSON format (fixes seem to be in order) + $raf->Seek(0,0); # rewind to start of file } else { # search only first 50 lines of file for a valid fix last if ++$skipped > 50; @@ -558,14 +562,24 @@ DoneFix: $isDate = 1; next; } elsif ($format eq 'JSON') { # Google Takeout JSON format - if (/"(latitudeE7|longitudeE7|latE7|lngE7|timestamp)":\s*"?(.*?)"?,?\s*[\x0d\x0a]/) { + if (/"(latitudeE7|longitudeE7|latE7|lngE7|timestamp|startTime|point|durationMinutesOffsetFromStartTime)"\s*:\s*"?(.*?)"?,?\s*[\x0d\x0a]/) { if ($1 eq 'timestamp') { $time = GetTime($2); goto DoneFix if $time and $$fix{lat} and $$fix{lon}; + } elsif ($1 eq 'startTime') { # (new format) + $startTime = GetTime($2); } elsif ($1 eq 'latitudeE7' or $1 eq 'latE7') { $$fix{lat} = $2 * 1e-7; - } else { + } elsif ($1 eq 'longitudeE7' or $1 eq 'lngE7') { $$fix{lon} = $2 * 1e-7; + } elsif ($1 eq 'point') { # (new format) + my $point = $2; + my @coords = $point =~ /[-+]?\d+\.\d+/g; + @$fix{'lat','lon'} = @coords[0,1] if @coords == 2; + } elsif ($1 eq 'durationMinutesOffsetFromStartTime' and defined $startTime) { # (new format) + $time = $startTime + $2 * 60; + # note: this assumes that "point" comes first, which it does in my sample + goto DoneFix if $time and $$fix{lat} and $$fix{lon}; } } next; diff --git a/bin/lib/Image/ExifTool/Jpeg2000.pm b/bin/lib/Image/ExifTool/Jpeg2000.pm index 5cce7f2..68c08ab 100644 --- a/bin/lib/Image/ExifTool/Jpeg2000.pm +++ b/bin/lib/Image/ExifTool/Jpeg2000.pm @@ -16,7 +16,7 @@ use strict; use vars qw($VERSION); use Image::ExifTool qw(:DataAccess :Utils); -$VERSION = '1.39'; +$VERSION = '1.40'; sub ProcessJpeg2000Box($$$); sub ProcessJUMD($$$); @@ -1442,7 +1442,7 @@ sub ProcessBrotli($$$) } } elsif ($type eq 'jumb') { return undef if $isWriting; # (can't yet write JUMBF) - Image::ExifTool::ProcessJUMB($et, \%dirInfo, $tagTablePtr); # (untested) + Image::ExifTool::Jpeg2000::ProcessJUMB($et, \%dirInfo, $tagTablePtr); # (untested) } if ($isWriting) { return undef unless defined $dat; diff --git a/bin/lib/Image/ExifTool/Nikon.pm b/bin/lib/Image/ExifTool/Nikon.pm index cd63072..6baf851 100644 --- a/bin/lib/Image/ExifTool/Nikon.pm +++ b/bin/lib/Image/ExifTool/Nikon.pm @@ -65,7 +65,7 @@ use Image::ExifTool::Exif; use Image::ExifTool::GPS; use Image::ExifTool::XMP; -$VERSION = '4.36'; +$VERSION = '4.37'; sub LensIDConv($$$); sub ProcessNikonAVI($$$); @@ -367,6 +367,7 @@ sub GetAFPointGrid($$;$); '02 46 37 37 25 25 02 00' => 'Sigma 24mm F2.8 Super Wide II Macro', '7E 54 37 37 0C 0C 4B 06' => 'Sigma 24mm F1.4 DG HSM | A', #30 '26 58 3C 3C 14 14 1C 02' => 'Sigma 28mm F1.8 EX DG Aspherical Macro', + 'BC 54 3C 3C 0C 0C 4B 46' => 'Sigma 28mm F1.4 DG HSM | A', #30 '48 54 3E 3E 0C 0C 4B 06' => 'Sigma 30mm F1.4 EX DC HSM', 'F8 54 3E 3E 0C 0C 4B 06' => 'Sigma 30mm F1.4 EX DC HSM', #JD '91 54 44 44 0C 0C 4B 06' => 'Sigma 35mm F1.4 DG HSM', #30 diff --git a/bin/lib/Image/ExifTool/NikonSettings.pm b/bin/lib/Image/ExifTool/NikonSettings.pm index 962d58b..4f8259e 100644 --- a/bin/lib/Image/ExifTool/NikonSettings.pm +++ b/bin/lib/Image/ExifTool/NikonSettings.pm @@ -17,12 +17,57 @@ use strict; use vars qw($VERSION); use Image::ExifTool qw(:DataAccess :Utils); -$VERSION = '1.07'; +$VERSION = '1.08'; sub ProcessNikonSettings($$$); my %enableDisable = ( 1 => 'Enable', 2 => 'Disable' ); +my %funcButtonZ6 = ( #forum16316 + 1 => 'AF-On or Subject Tracking', # (bug in 3.xx firmware?) + 2 => 'AF Lock Only', + 3 => 'AE Lock (hold)', + 4 => 'AE Lock (reset on release)', + 5 => 'AE Lock Only', + 6 => 'AE/AF Lock', + 7 => 'FV Lock', + 8 => 'Flash Disable/Enable', + 9 => 'Preview', + 10 => 'Matrix Metering', + 11 => 'Center-weighted Metering', + 12 => 'Spot Metering', + 13 => 'Highlight-weighted Metering', + 14 => 'Bracketing Burst', + 15 => 'Synchronized Release (Master)', + 16 => 'Synchronized Release (Remote)', # no settings map to 17 or 18 + 19 => '+NEF(RAW)', + 20 => 'Framing Grid Display', + # 21 - missing + 22 => 'Zoom On/Off', + # 23 - missing + 24 => 'My Menu', + 25 => 'My Menu Top Item', + 26 => 'Playback', + 27 => 'Protect', + 28 => 'Image Area', + 29 => 'Image Quality', + 30 => 'White Balance', + 31 => 'Picture Control', + 32 => 'Active D-Lighting', + 33 => 'Metering', + 34 => 'Flash Mode', + 35 => 'Focus Mode', + 36 => 'Auto Bracketing', + 37 => 'Multiple Exposure', + 38 => 'HDR', + 39 => 'Exposure Delay Mode', + 40 => 'Shutter/Aperture Lock', + 41 => 'Focus Peaking', + 42 => 'Rating', + 43 => 'Non-CPU Lens', + 44 => 'None', +); + my %funcButtonZ7m2 = ( 1 => 'AF-On', 2 => 'AF Lock Only', @@ -1117,6 +1162,11 @@ my %infoZSeries = ( Name => 'Func1Button', PrintConv => \%previewButtonD6, %infoD6, + },{ # CSf2-a (Z6) + Name => 'Func1Button', + Condition => '$$self{Model} =~ /^NIKON Z [67]\b/', + Notes => 'Z6 and Z7', + PrintConv => \%funcButtonZ6, },{ # CSf2-a (Z7_2) Name => 'Func1Button', PrintConv => \%funcButtonZ7m2, @@ -1126,6 +1176,11 @@ my %infoZSeries = ( Name => 'Func2Button', PrintConv => \%previewButtonD6, %infoD6, + },{ # CSf2-b (Z6) + Name => 'Func2Button', + Condition => '$$self{Model} =~ /^NIKON Z [67]\b/', + Notes => 'Z6 and Z7', + PrintConv => \%funcButtonZ6, },{ # CSf2-b (Z7_2) Name => 'Func2Button', PrintConv => \%funcButtonZ7m2, diff --git a/bin/lib/Image/ExifTool/OpenEXR.pm b/bin/lib/Image/ExifTool/OpenEXR.pm index 74d551d..996a167 100644 --- a/bin/lib/Image/ExifTool/OpenEXR.pm +++ b/bin/lib/Image/ExifTool/OpenEXR.pm @@ -16,7 +16,7 @@ use vars qw($VERSION); use Image::ExifTool qw(:DataAccess :Utils); use Image::ExifTool::GPS; -$VERSION = '1.06'; +$VERSION = '1.07'; # supported EXR value format types (other types are extracted as undef binary data) my %formatType = ( @@ -91,6 +91,8 @@ my %formatType = ( 5 => 'PXR24', 6 => 'B44', 7 => 'B44A', + 8 => 'DWAA', #github276 + 9 => 'DWAB', #github276 }, }, dataWindow => { }, diff --git a/bin/lib/Image/ExifTool/PostScript.pm b/bin/lib/Image/ExifTool/PostScript.pm index 3df944e..ec926e8 100644 --- a/bin/lib/Image/ExifTool/PostScript.pm +++ b/bin/lib/Image/ExifTool/PostScript.pm @@ -16,7 +16,7 @@ use strict; use vars qw($VERSION $AUTOLOAD); use Image::ExifTool qw(:DataAccess :Utils); -$VERSION = '1.45'; +$VERSION = '1.46'; sub WritePS($$); sub ProcessPS($$;$); @@ -156,15 +156,6 @@ sub AUTOLOAD return Image::ExifTool::DoAutoLoad($AUTOLOAD, @_); } -#------------------------------------------------------------------------------ -# Is this a PC system -# Returns: true for PC systems -my %isPC = (MSWin32 => 1, os2 => 1, dos => 1, NetWare => 1, symbian => 1, cygwin => 1); -sub IsPC() -{ - return $isPC{$^O}; -} - #------------------------------------------------------------------------------ # Get image width or height # Inputs: 0) value list ref (ImageData, BoundingBox), 1) true to get height @@ -284,7 +275,7 @@ sub GetNextLine($$) $$raf{PSEnd} and CheckPSEnd($raf, \$data); # split line if it contains other newline sequences if ($data =~ /$altnl/) { - if (length($data) > 500000 and IsPC()) { + if (length($data) > 500000 and Image::ExifTool::IsPC()) { # patch for Windows memory problem unless ($changedNL) { $changedNL = $/; @@ -537,7 +528,7 @@ sub ProcessPS($$;$) $raf->ReadLine($data) or last; # check for alternate newlines as efficiently as possible if ($data =~ /$altnl/) { - if (length($data) > 500000 and IsPC()) { + if (length($data) > 500000 and Image::ExifTool::IsPC()) { # Windows can't split very long lines due to poor memory handling, # so re-read the file with the other newline character instead # (slower but uses less memory) diff --git a/bin/lib/Image/ExifTool/QuickTime.pm b/bin/lib/Image/ExifTool/QuickTime.pm index 40845a6..a84648b 100644 --- a/bin/lib/Image/ExifTool/QuickTime.pm +++ b/bin/lib/Image/ExifTool/QuickTime.pm @@ -48,7 +48,7 @@ use Image::ExifTool qw(:DataAccess :Utils); use Image::ExifTool::Exif; use Image::ExifTool::GPS; -$VERSION = '2.99'; +$VERSION = '3.02'; sub ProcessMOV($$;$); sub ProcessKeys($$$); @@ -6552,7 +6552,7 @@ my %userDefined = ( PROCESS_PROC => \&ProcessKeys, WRITE_PROC => \&WriteKeys, CHECK_PROC => \&CheckQTValue, - VARS => { LONG_TAGS => 7 }, + VARS => { LONG_TAGS => 8 }, WRITABLE => 1, # (not PREFERRED when writing) GROUPS => { 1 => 'Keys' }, @@ -6606,6 +6606,8 @@ my %userDefined = ( PrintConv => '$val * 1e6 . " microseconds"', PrintConvInv => '$val =~ s/ .*//; $val * 1e-6', }, + # 'camera.focal_length.35mm_equivalent' - not top level (written to Keys in video track) + # 'camera.lens_model' - not top level (written to Keys in video track) 'location.ISO6709' => { Name => 'GPSCoordinates', Groups => { 2 => 'Location' }, @@ -6668,7 +6670,12 @@ my %userDefined = ( # 'com.apple.photos.captureMode' => 'CaptureMode', 'com.android.version' => 'AndroidVersion', - 'com.android.capture.fps' => 'AndroidCaptureFPS', + 'com.android.capture.fps' => { Name => 'AndroidCaptureFPS', Writable => 'float' }, + 'com.android.manufacturer' => 'AndroidMake', + 'com.android.model' => 'AndroidModel', + 'com.xiaomi.preview_video_cover' => { Name => 'XiaomiPreviewVideoCover', Writable => 'int32s' }, + 'xiaomi.exifInfo.videoinfo' => 'XiaomiExifInfo', + 'com.xiaomi.hdr10' => { Name => 'XiaomiHDR10', Writable => 'int32s' }, # # also seen # @@ -9484,7 +9491,7 @@ sub ProcessKeys($$$) $$newInfo{KeysID} = $tag; # save original ID for use in family 7 group name AddTagToTable($itemList, $id, $newInfo); $msg or $msg = ''; - $out and print $out "$$et{INDENT}Added ItemList Tag $id = ($ns) $tag$msg\n"; + $out and print $out "$$et{INDENT}Added ItemList Tag $id = ($ns) $full$msg\n"; } $pos += $len; ++$index; @@ -9521,7 +9528,7 @@ sub ProcessMOV($$;$) my $dirID = $$dirInfo{DirID} || ''; my $charsetQuickTime = $et->Options('CharsetQuickTime'); my ($buff, $tag, $size, $track, $isUserData, %triplet, $doDefaultLang, $index); - my ($dirEnd, $unkOpt, %saveOptions, $atomCount, $warnStr); + my ($dirEnd, $unkOpt, %saveOptions, $atomCount, $warnStr, $trailer); my $topLevel = not $$et{InQuickTime}; $$et{InQuickTime} = 1; @@ -9550,6 +9557,17 @@ sub ProcessMOV($$;$) $tagTablePtr = GetTagTable('Image::ExifTool::QuickTime::Main'); } ($size, $tag) = unpack('Na4', $buff); + my $fast = $$et{OPTIONS}{FastScan} || 0; + # check for Insta360 trailer + if ($topLevel and not $fast) { + my $pos = $raf->Tell(); + if ($raf->Seek(-40, 2) and $raf->Read($buff, 40) == 40 and + substr($buff, 8) eq '8db42d694ccc418790edff439fe026bf') + { + $trailer = [ 'Insta360', $raf->Tell() - unpack('V',$buff) ]; + } + $raf->Seek($pos,0) or return 0; + } if ($dataPt) { $verbose and $et->VerboseDir($$dirInfo{DirName}); } else { @@ -9588,7 +9606,6 @@ sub ProcessMOV($$;$) # have XMP take priority except for HEIC $$et{PRIORITY_DIR} = 'XMP' unless $fileType and $fileType eq 'HEIC'; } - my $fast = $$et{OPTIONS}{FastScan} || 0; $$raf{NoBuffer} = 1 if $fast; # disable buffering in FastScan mode my $ee = $$et{OPTIONS}{ExtractEmbedded}; @@ -10129,6 +10146,10 @@ ItemID: foreach $id (reverse sort { $a <=> $b } keys %$items) { $dataPos += $size + 8; # point to start of next atom data last if $dirEnd and $dataPos >= $dirEnd; # (note: ignores last value if 0 bytes) $lastPos = $raf->Tell() + $dirBase; + if ($trailer and $lastPos >= $$trailer[1]) { + $et->Warn(sprintf('%s trailer at offset 0x%x', @$trailer), 1); + last; + } $raf->Read($buff, 8) == 8 or last; $lastTag = $tag if $$tagTablePtr{$tag} and $tag ne 'free'; # (Insta360 sometimes puts free block before trailer) ($size, $tag) = unpack('Na4', $buff); @@ -10137,14 +10158,10 @@ ItemID: foreach $id (reverse sort { $a <=> $b } keys %$items) { if ($warnStr) { # assume this is an unknown trailer if it comes immediately after # mdat or moov and has a tag name we don't recognize - if (($lastTag eq 'mdat' or $lastTag eq 'moov') and (not $$tagTablePtr{$tag} or - ref $$tagTablePtr{$tag} eq 'HASH' and $$tagTablePtr{$tag}{Unknown})) + if (($lastTag eq 'mdat' or $lastTag eq 'moov') and + (not $$tagTablePtr{$tag} or ref $$tagTablePtr{$tag} eq 'HASH' and $$tagTablePtr{$tag}{Unknown})) { - if ($size == 0x1000000 - 8 and $tag =~ /^(\x94\xc0\x7e\0|\0\x02\0\0)/) { - $et->Warn(sprintf('Insta360 trailer at offset 0x%x', $lastPos), 1); - } else { - $et->Warn('Unknown trailer with '.lcfirst($warnStr)); - } + $et->Warn('Unknown trailer with '.lcfirst($warnStr)); } else { $et->Warn($warnStr); } @@ -10171,7 +10188,10 @@ QTLang: foreach $tag (@{$$et{QTLang}}) { for ($i=0, $key=$name; $$infoHash{$key}; ++$i, $key="$name ($i)") { next QTLang if $et->GetGroup($key, 0) eq 'QuickTime'; } - $et->FoundTag($tagInfo, $$et{VALUE}{$tag}); + $key = $et->FoundTag($tagInfo, $$et{VALUE}{$tag}); + # copy extra tag information (groups, etc) to the synthetic tag + $$et{TAG_EXTRA}{$key} = $$et{TAG_EXTRA}{$tag}; + $et->VPrint(0, "(synthesized default-language tag for QuickTime:$$tagInfo{Name})"); } delete $$et{QTLang}; } diff --git a/bin/lib/Image/ExifTool/QuickTimeStream.pl b/bin/lib/Image/ExifTool/QuickTimeStream.pl index 843d19e..3b37e89 100644 --- a/bin/lib/Image/ExifTool/QuickTimeStream.pl +++ b/bin/lib/Image/ExifTool/QuickTimeStream.pl @@ -109,7 +109,7 @@ package Image::ExifTool::QuickTime; The tags below are extracted from timed metadata in QuickTime and other formats of video files when the ExtractEmbedded option is used. Although most of these tags are combined into the single table below, ExifTool - currently reads 76 different formats of timed GPS metadata from video files. + currently reads 77 different formats of timed GPS metadata from video files. }, VARS => { NO_ID => 1 }, GPSLatitude => { PrintConv => 'Image::ExifTool::GPS::ToDMS($self, $val, 1, "N")', RawConv => '$$self{FoundGPSLatitude} = 1; $val' }, @@ -757,6 +757,15 @@ package Image::ExifTool::QuickTime; 10 => { Name => 'FusionYPR', Format => 'float[3]' }, ); +#------------------------------------------------------------------------------ +# Convert unsigned 32-bit integer to signed +# Inputs: (uses value in $_) +# Returns: signed integer +sub SignedInt32() +{ + return $_ < 0x80000000 ? $_ : $_ - 4294967296; +} + #------------------------------------------------------------------------------ # Save information from keys in OtherSampleDesc directory for processing timed metadata # Inputs: 0) ExifTool object ref, 1) dirInfo ref, 2) tag table ref @@ -1474,6 +1483,31 @@ ($$) $_[1] = $deg + ($_[1] - $deg * 100) / 60; } +#------------------------------------------------------------------------------ +# Decrypt Lucky data +# Inputs: 0) string to decrypt, 1) encryption key +# Returns: decrypted string +my @luckyKeys = ('luckychip gps', 'customer ## gps'); +sub DecryptLucky($$) { + my ($str, $key) = @_; + my @str = unpack('C*', $str); + my @key = unpack('C*', $key); + my @enc = (0..255); + my ($i, $j, $k) = (0, 0, 0); + do { + $j = ($j + $enc[$i] + $key[$i % length($key)]) & 0xff; + @enc[$i,$j] = @enc[$j,$i]; + } while (++$i < 256); + ($i, $j, $k) = (0, 0, 0); + do { + $j = ($j + 1) & 0xff; + $k = ($k + $enc[$j]) & 0xff; + @enc[$j,$k] = @enc[$k,$j]; + $str[$i] ^= $enc[($enc[$j] + $enc[$k]) & 0xff]; + } while (++$i < @str); + return pack('C*', @str); +} + #------------------------------------------------------------------------------ # Process "freeGPS " data blocks # Inputs: 0) ExifTool ref, 1) dirInfo ref {DataPt,SampleTime,SampleDuration}, 2) tagTable ref @@ -1589,40 +1623,87 @@ ($$$) } if (defined $lat) { # extract accelerometer readings if GPS was valid - @acc = unpack('x68V3', $$dataPt); - # change to signed integer and divide by 256 - map { $_ = $_ - 4294967296 if $_ >= 0x80000000; $_ /= 256 } @acc; + # and change to signed integer and divide by 256 + @acc = map { SignedInt32 / 256 } unpack('x68V3', $$dataPt); } - } elsif ($$dataPt =~ /^.{37}\0\0\0A([NS])([EW])/s) { + } elsif ($$dataPt =~ /^.{37}\0\0\0A([NS])([EW])\0/s) { - $debug and $et->FoundTag(GPSType => 3); - # decode freeGPS from ViofoA119v3 dashcam (similar to Novatek GPS format) - # 0000: 00 00 40 00 66 72 65 65 47 50 53 20 f0 03 00 00 [..@.freeGPS ....] - # 0010: 05 00 00 00 2f 00 00 00 03 00 00 00 13 00 00 00 [..../...........] - # 0020: 09 00 00 00 1b 00 00 00 41 4e 57 00 25 d1 99 45 [........ANW.%..E] - # 0030: f1 47 40 46 66 66 d2 41 85 eb 83 41 00 00 00 00 [.G@Fff.A...A....] ($latRef, $lonRef) = ($1, $2); ($hr,$min,$sec,$yr,$mon,$day) = unpack('x16V6', $$dataPt); - if ($yr >= 2000) { - # Kenwood dashcam sometimes stores absolute year and local time - # (but sometimes year since 2000 and UTC time in same video!) - require Time::Local; - my $time = Image::ExifTool::TimeLocal($sec,$min,$hr,$day,$mon-1,$yr); - ($sec,$min,$hr,$day,$mon,$yr) = gmtime($time); - $yr += 1900; - ++$mon; - $et->WarnOnce('Converting GPSDateTime to UTC based on local time zone',1); - } - $lat = GetFloat($dataPt, 0x2c); - $lon = GetFloat($dataPt, 0x30); - $spd = GetFloat($dataPt, 0x34) * $knotsToKph; # (convert knots to km/h) - $trk = GetFloat($dataPt, 0x38); - # (may be all zeros or int16u counting from 1 to 6 if not valid) - my $tmp = substr($$dataPt, 60, 12); - if ($tmp ne "\0\0\0\0\0\0\0\0\0\0\0\0" and $tmp ne "\x01\0\x02\0\x03\0\x04\0\x05\0\x06\0") { - @acc = unpack('V3', $tmp); - map { $_ = $_ - 4294967296 if $_ >= 0x80000000; $_ /= 256 } @acc; + # test for base64-encoded and encrypted lucky gps strings + my ($notEnc, $notStr, $lt, $ln); + if (length($$dataPt) < 0x78) { + $notEnc = $notStr = 1; + } else { + $lt = substr($$dataPt, 0x2c, 20), # latitude + $ln = substr($$dataPt, 0x40, 20), # longitude + /^[A-Za-z0-9+\/]{8,20}={0,2}\0*$/ or $notEnc = 1, last foreach ($lt, $ln); + /^\d{1,5}\.\d+\0*$/ or $notStr = 1, last foreach ($lt, $ln); + } + if ($notEnc and $notStr) { + + $debug and $et->FoundTag(GPSType => '3a'); + # decode freeGPS from ViofoA119v3 dashcam (similar to Novatek GPS format) + # 0000: 00 00 40 00 66 72 65 65 47 50 53 20 f0 03 00 00 [..@.freeGPS ....] + # 0010: 05 00 00 00 2f 00 00 00 03 00 00 00 13 00 00 00 [..../...........] + # 0020: 09 00 00 00 1b 00 00 00 41 4e 57 00 25 d1 99 45 [........ANW.%..E] + # 0030: f1 47 40 46 66 66 d2 41 85 eb 83 41 00 00 00 00 [.G@Fff.A...A....] + if ($yr >= 2000) { + # Kenwood dashcam sometimes stores absolute year and local time + # (but sometimes year since 2000 and UTC time in same video!) + require Time::Local; + my $time = Image::ExifTool::TimeLocal($sec,$min,$hr,$day,$mon-1,$yr); + ($sec,$min,$hr,$day,$mon,$yr) = gmtime($time); + $yr += 1900; + ++$mon; + $et->WarnOnce('Converting GPSDateTime to UTC based on local time zone',1); + } + $lat = GetFloat($dataPt, 0x2c); + $lon = GetFloat($dataPt, 0x30); + $spd = GetFloat($dataPt, 0x34) * $knotsToKph; + $trk = GetFloat($dataPt, 0x38); + # (may be all zeros or int16u counting from 1 to 6 if not valid) + my $tmp = substr($$dataPt, 60, 12); + if ($tmp ne "\0\0\0\0\0\0\0\0\0\0\0\0" and $tmp ne "\x01\0\x02\0\x03\0\x04\0\x05\0\x06\0") { + @acc = map { SignedInt32 / 256 } unpack('V3', $tmp); + } + + } else { + + $debug and $et->FoundTag(GPSType => '3b'); + # decode freeGPS from E-ACE B44 dashcam + # 0000: 00 00 40 00 66 72 65 65 47 50 53 20 f0 03 00 00 [..@.freeGPS ....] + # 0010: 08 00 00 00 22 00 00 00 01 00 00 00 18 00 00 00 [...."...........] + # 0020: 08 00 00 00 10 00 00 00 41 4e 45 00 67 4e 69 69 [........ANE.gNii] + # 0030: 5a 38 4a 54 74 48 63 61 36 74 77 3d 00 00 00 00 [Z8JTtHca6tw=....] + # 0040: 68 74 75 69 5a 4d 4a 53 73 58 55 58 37 4e 6f 3d [htuiZMJSsXUX7No=] + # 0050: 00 00 00 00 64 3b ac 41 e1 3a 1d 43 2b 01 00 00 [....d;.A.:.C+...] + # 0060: fd ff ff ff 43 00 00 00 32 4a 37 31 50 70 55 48 [....C...2J71PpUH] + # 0070: 37 69 68 66 00 00 00 00 00 00 00 00 00 00 00 00 [7ihf............] + # (16-byte string at 0x68 is base64 encoded and encrypted 'luckychip' string) + $spd = GetFloat($dataPt, 0x54) * $knotsToKph; + $trk = GetFloat($dataPt, 0x58); + @acc = map SignedInt32, unpack('x92V3', $$dataPt); + # (accelerometer scaling is roughly 1G=250-300, but it varies depending on the axis, + # so leave the values as raw. The axes are positive acceleration up,left,forward) + if ($notEnc) { # (not encrypted) + ($lat = $lt) =~ s/\0+$//; + ($lon = $ln) =~ s/\0+$//; + } else { + # decode base64 strings + require Image::ExifTool::XMP; + $_ = ${Image::ExifTool::XMP::DecodeBase64($_)} foreach ($lt, $ln); + # try various keys to decrypt lat/lon + my ($i, $ch, $key) = (0, 'a', $luckyKeys[0]); + for (; $i<20; ++$i) { + $i and ($key = $luckyKeys[1]) =~ s/#/$ch/g, ++$ch; + ($lat = DecryptLucky($lt, $key)) =~ /^\d{1,4}\.\d+$/ or undef($lat), next; + ($lon = DecryptLucky($ln, $key)) =~ /^\d{1,5}\.\d+$/ or undef($lon), next; + last; + } + $lon or $et->WarnOnce('Unknown encryption for latitude/longitude'); + } } } elsif ($$dataPt =~ /^.{21}\0\0\0A([NS])([EW])/s) { @@ -1683,7 +1764,7 @@ ($$$) $trk -= 360 if $trk >= 360; undef @acc; } else { - map { $_ = $_ - 4294967296 if $_ >= 0x80000000; $_ /= 1000 } @acc; # (NC) + @acc = map { SignedInt32 / 1000 } @acc; # (NC) } } elsif ($$dataPt =~ /^.{60}4W`b]S= 140) { @@ -1787,7 +1868,7 @@ ($$$) return 0; } # (not sure about acc scaling) - map { $_ = $_ - 4294967296 if $_ >= 0x80000000; $_ /= 1000 } @acc; + @acc = map { SignedInt32 / 1000 } @acc; $lon = GetFloat($dataPt, 0x5c); $lat = GetFloat($dataPt, 0x60); $spd = GetFloat($dataPt, 0x64) * $knotsToKph; @@ -1932,7 +2013,7 @@ ($$$) # 0x7c - int32s[3] accelerometer * 1000 ($latRef, $lonRef) = ($1, $2); ($hr,$min,$sec,$yr,$mon,$day,@acc) = unpack('x48V3x52V6', $$dataPt); - map { $_ = $_ - 4294967296 if $_ >= 0x80000000; $_ /= 1000 } @acc; + @acc = map { SignedInt32 / 1000 } @acc; $lat = GetDouble($dataPt, 0x40); $lon = GetDouble($dataPt, 0x50); $spd = GetDouble($dataPt, 0x60) * $knotsToKph; @@ -1948,8 +2029,7 @@ ($$$) $lon = abs(GetFloat(\$dat, 8)); # (abs just to be safe) $spd = GetFloat(\$dat, 12) * $knotsToKph; $trk = GetFloat(\$dat, 16); - @acc = unpack('x20V3', $dat); - map { $_ = $_ - 4294967296 if $_ >= 0x80000000 } @acc; + @acc = map SignedInt32, unpack('x20V3', $dat); ConvertLatLon($lat, $lon); $$et{DOC_NUM} = ++$$et{DOC_COUNT}; $et->HandleTag($tagTbl, GPSLatitude => $lat * (substr($dat,1,1) eq 'S' ? -1 : 1)); @@ -1983,7 +2063,7 @@ ($$$) $lon = abs(GetDouble($dataPt, 48)); # (abs just to be safe) $spd = GetDouble($dataPt, 64) * $knotsToKph; $trk = GetDouble($dataPt, 72); - map { $_ = $_ - 4294967296 if $_ >= 0x80000000; $_ /= 1000 } @acc; # (NC) + @acc = map { SignedInt32 / 1000 } @acc; # (NC) # (not necessary to read RMC sentence because we already have it all) } elsif ($$dataPt =~ /^.{72}A[NS][EW]\0/s) { @@ -2117,7 +2197,7 @@ ($$$) $day < 1 or $day > 31 or $hr > 59 or $min > 59 or $sec > 600; # change lat/lon to signed integer and divide by 1e7 - map { $_ = $_ - 4294967296 if $_ >= 0x80000000; $_ /= 1e7 } $lat, $lon; + ($lat, $lon) = map { SignedInt32 / 1e7 } $lat, $lon; $trk -= 0x10000 if $trk >= 0x8000; # make it signed $trk /= 100; $trk += 360 if $trk < 0; diff --git a/bin/lib/Image/ExifTool/Samsung.pm b/bin/lib/Image/ExifTool/Samsung.pm index 14250d5..1059464 100644 --- a/bin/lib/Image/ExifTool/Samsung.pm +++ b/bin/lib/Image/ExifTool/Samsung.pm @@ -22,7 +22,7 @@ use vars qw($VERSION %samsungLensTypes); use Image::ExifTool qw(:DataAccess :Utils); use Image::ExifTool::Exif; -$VERSION = '1.57'; +$VERSION = '1.58'; sub WriteSTMN($$$); sub ProcessINFO($$$); @@ -957,7 +957,7 @@ my %formatMinMax = ( Samsung models such as the Galaxy S4 and Tab S, and from the 'sefd' atom in HEIC images from models such as the S10+. }, - '0x0001-name' => 'EmbeddedImageName', # ("DualShot_1","DualShot_2") + '0x0001-name' => 'EmbeddedImageName', # ("DualShot_1","DualShot_2","SingleShot") '0x0001' => [ { Name => 'EmbeddedImage', @@ -970,6 +970,7 @@ my %formatMinMax = ( Groups => { 2 => 'Preview' }, Binary => 1, }, + # (have also seen the string "BOKEH" here (SM-A226B) ], '0x0100-name' => 'EmbeddedAudioFileName', # ("SoundShot_000") '0x0100' => { Name => 'EmbeddedAudioFile', Groups => { 2 => 'Audio' }, Binary => 1 }, @@ -1265,6 +1266,7 @@ my %formatMinMax = ( '0x0b40' => { # (SM-N975X front camera) Name => 'SingleShotMeta', SubDirectory => { TagTable => 'Image::ExifTool::Samsung::SingleShotMeta' }, + # (have also see the string "BOKEH_INFO" here (SM-A226B) }, # 0x0b41-name - seen 'SingeShot_DepthMap_1' (Yes, "Singe") (SM-N975X front camera) '0x0b41' => { Name => 'SingleShotDepthMap', Binary => 1 }, @@ -1493,7 +1495,7 @@ sub ProcessSamsungMeta($$$) my $pos = $$dirInfo{DirStart}; my $end = $$dirInfo{DirLen} + $pos; unless ($pos + 8 <= $end and substr($$dataPt, $pos, 4) eq 'DOFS') { - $et->Warn("Unrecognized $dirName data"); + $et->Warn("Unrecognized $dirName data", 1); return 0; } my $ver = Get32u($dataPt, $pos + 4); diff --git a/bin/lib/Image/ExifTool/TagLookup.pm b/bin/lib/Image/ExifTool/TagLookup.pm index aefa622..d26cb6b 100644 --- a/bin/lib/Image/ExifTool/TagLookup.pm +++ b/bin/lib/Image/ExifTool/TagLookup.pm @@ -77,6 +77,7 @@ my @tableList = ( 'Image::ExifTool::Canon::ColorData1', 'Image::ExifTool::Canon::ColorData10', 'Image::ExifTool::Canon::ColorData11', + 'Image::ExifTool::Canon::ColorData12', 'Image::ExifTool::Canon::ColorData2', 'Image::ExifTool::Canon::ColorData3', 'Image::ExifTool::Canon::ColorData4', @@ -585,734 +586,736 @@ my @tableList = ( # lookup for all writable tags my %tagLookup = ( - 'aberrationcorrectiondistance' => { 113 => 0x69 }, - 'about' => { 537 => 'about' }, - 'aboutcvterm' => { 528 => 'AboutCvTerm' }, - 'aboutcvtermcvid' => { 528 => [\'AboutCvTerm','AboutCvTermCvId'] }, - 'aboutcvtermid' => { 528 => [\'AboutCvTerm','AboutCvTermCvTermId'] }, - 'aboutcvtermname' => { 528 => [\'AboutCvTerm','AboutCvTermCvTermName'] }, - 'aboutcvtermrefinedabout' => { 528 => [\'AboutCvTerm','AboutCvTermCvTermRefinedAbout'] }, - 'absolutealtitude' => { 120 => 'AbsoluteAltitude' }, - 'abspeakaudiofilepath' => { 543 => 'absPeakAudioFilePath' }, - 'academicfield' => { 533 => 'academicField' }, - 'acceleration' => { 123 => 0x9404, 521 => 'Acceleration' }, - 'accelerationtracking' => { 88 => 0x518 }, + 'aberrationcorrectiondistance' => { 114 => 0x69 }, + 'about' => { 538 => 'about' }, + 'aboutcvterm' => { 529 => 'AboutCvTerm' }, + 'aboutcvtermcvid' => { 529 => [\'AboutCvTerm','AboutCvTermCvId'] }, + 'aboutcvtermid' => { 529 => [\'AboutCvTerm','AboutCvTermCvTermId'] }, + 'aboutcvtermname' => { 529 => [\'AboutCvTerm','AboutCvTermCvTermName'] }, + 'aboutcvtermrefinedabout' => { 529 => [\'AboutCvTerm','AboutCvTermCvTermRefinedAbout'] }, + 'absolutealtitude' => { 121 => 'AbsoluteAltitude' }, + 'abspeakaudiofilepath' => { 544 => 'absPeakAudioFilePath' }, + 'academicfield' => { 534 => 'academicField' }, + 'acceleration' => { 124 => 0x9404, 522 => 'Acceleration' }, + 'accelerationtracking' => { 89 => 0x518 }, 'accelerationvector' => { 1 => 0x8 }, - 'accelerometer' => { 420 => 0x3 }, - 'accelerometerdata' => { 410 => 'vrot' }, - 'accelerometerx' => { 349 => 0x8d }, - 'accelerometery' => { 349 => 0x8e }, - 'accelerometerz' => { 349 => 0x8c }, - 'accessoryserialnumber' => { 349 => 0x54 }, - 'accessorytype' => { 349 => 0x53 }, - 'acdseeregion' => { 489 => [\'Regions','RegionsRegionList'] }, - 'acdseeregionalgarea' => { 489 => [\'Regions','RegionsRegionListALGArea'] }, - 'acdseeregionalgareah' => { 489 => [\'Regions','RegionsRegionListALGAreaH'] }, - 'acdseeregionalgareaw' => { 489 => [\'Regions','RegionsRegionListALGAreaW'] }, - 'acdseeregionalgareax' => { 489 => [\'Regions','RegionsRegionListALGAreaX'] }, - 'acdseeregionalgareay' => { 489 => [\'Regions','RegionsRegionListALGAreaY'] }, - 'acdseeregionappliedtodimensions' => { 489 => [\'Regions','RegionsAppliedToDimensions'] }, - 'acdseeregionappliedtodimensionsh' => { 489 => [\'Regions','RegionsAppliedToDimensionsH'] }, - 'acdseeregionappliedtodimensionsunit' => { 489 => [\'Regions','RegionsAppliedToDimensionsUnit'] }, - 'acdseeregionappliedtodimensionsw' => { 489 => [\'Regions','RegionsAppliedToDimensionsW'] }, - 'acdseeregiondlyarea' => { 489 => [\'Regions','RegionsRegionListDLYArea'] }, - 'acdseeregiondlyareah' => { 489 => [\'Regions','RegionsRegionListDLYAreaH'] }, - 'acdseeregiondlyareaw' => { 489 => [\'Regions','RegionsRegionListDLYAreaW'] }, - 'acdseeregiondlyareax' => { 489 => [\'Regions','RegionsRegionListDLYAreaX'] }, - 'acdseeregiondlyareay' => { 489 => [\'Regions','RegionsRegionListDLYAreaY'] }, - 'acdseeregionname' => { 489 => [\'Regions','RegionsRegionListName'] }, - 'acdseeregionnameassigntype' => { 489 => [\'Regions','RegionsRegionListNameAssignType'] }, - 'acdseeregiontype' => { 489 => [\'Regions','RegionsRegionListType'] }, - 'actionadvised' => { 135 => 0x2a }, - 'activearea' => { 123 => 0xc68d }, - 'actived-lighting' => { 240 => 0x22, 296 => 0x24 }, - 'actived-lightingmode' => { 296 => 0x25 }, - 'adaptervoltage' => { 142 => 0x407 }, - 'addaspectratioinfo' => { 88 => 0x80e }, - 'addiptcinformation' => { 88 => 0x815 }, - 'additionalmodelinformation' => { 528 => 'AddlModelInfo' }, - 'addoriginaldecisiondata' => { 88 => 0x80f, 89 => 0x11, 90 => 0x13, 93 => 0x14 }, - 'address' => { 165 => 'Address' }, - 'adjustmentmode' => { 427 => 0x15 }, - 'adlbracketingstep' => { 202 => 0x17 }, - 'adlbracketingtype' => { 202 => 0x18 }, - 'adobe' => { 124 => 'Adobe' }, - 'adultcontentwarning' => { 335 => 'AdultContentWarning', 536 => 'adultContentWarning' }, - 'advancedfilter' => { 131 => 0x1201 }, - 'advancedraw' => { 298 => 0x76a43203 }, - 'advancedscenetype' => { 349 => 0x3d }, - 'advisory' => { 541 => 'Advisory' }, - 'ae_iso' => { 357 => 0x2, 358 => 0x4, 359 => 0x12 }, - 'aeaperture' => { 357 => 0x1, 358 => 0x3, 359 => 0x11 }, - 'aeaperturesteps' => { 357 => 0x8, 358 => 0xb }, + 'accelerometer' => { 421 => 0x3 }, + 'accelerometerdata' => { 411 => 'vrot' }, + 'accelerometerx' => { 350 => 0x8d }, + 'accelerometery' => { 350 => 0x8e }, + 'accelerometerz' => { 350 => 0x8c }, + 'accessoryserialnumber' => { 350 => 0x54 }, + 'accessorytype' => { 350 => 0x53 }, + 'acdseeregion' => { 490 => [\'Regions','RegionsRegionList'] }, + 'acdseeregionalgarea' => { 490 => [\'Regions','RegionsRegionListALGArea'] }, + 'acdseeregionalgareah' => { 490 => [\'Regions','RegionsRegionListALGAreaH'] }, + 'acdseeregionalgareaw' => { 490 => [\'Regions','RegionsRegionListALGAreaW'] }, + 'acdseeregionalgareax' => { 490 => [\'Regions','RegionsRegionListALGAreaX'] }, + 'acdseeregionalgareay' => { 490 => [\'Regions','RegionsRegionListALGAreaY'] }, + 'acdseeregionappliedtodimensions' => { 490 => [\'Regions','RegionsAppliedToDimensions'] }, + 'acdseeregionappliedtodimensionsh' => { 490 => [\'Regions','RegionsAppliedToDimensionsH'] }, + 'acdseeregionappliedtodimensionsunit' => { 490 => [\'Regions','RegionsAppliedToDimensionsUnit'] }, + 'acdseeregionappliedtodimensionsw' => { 490 => [\'Regions','RegionsAppliedToDimensionsW'] }, + 'acdseeregiondlyarea' => { 490 => [\'Regions','RegionsRegionListDLYArea'] }, + 'acdseeregiondlyareah' => { 490 => [\'Regions','RegionsRegionListDLYAreaH'] }, + 'acdseeregiondlyareaw' => { 490 => [\'Regions','RegionsRegionListDLYAreaW'] }, + 'acdseeregiondlyareax' => { 490 => [\'Regions','RegionsRegionListDLYAreaX'] }, + 'acdseeregiondlyareay' => { 490 => [\'Regions','RegionsRegionListDLYAreaY'] }, + 'acdseeregionname' => { 490 => [\'Regions','RegionsRegionListName'] }, + 'acdseeregionnameassigntype' => { 490 => [\'Regions','RegionsRegionListNameAssignType'] }, + 'acdseeregiontype' => { 490 => [\'Regions','RegionsRegionListType'] }, + 'actionadvised' => { 136 => 0x2a }, + 'activearea' => { 124 => 0xc68d }, + 'actived-lighting' => { 241 => 0x22, 297 => 0x24 }, + 'actived-lightingmode' => { 297 => 0x25 }, + 'adaptervoltage' => { 143 => 0x407 }, + 'addaspectratioinfo' => { 89 => 0x80e }, + 'addiptcinformation' => { 89 => 0x815 }, + 'additionalmodelinformation' => { 529 => 'AddlModelInfo' }, + 'addoriginaldecisiondata' => { 89 => 0x80f, 90 => 0x11, 91 => 0x13, 94 => 0x14 }, + 'address' => { 166 => 'Address' }, + 'adjustmentmode' => { 428 => 0x15 }, + 'adlbracketingstep' => { 203 => 0x17 }, + 'adlbracketingtype' => { 203 => 0x18 }, + 'adobe' => { 125 => 'Adobe' }, + 'adultcontentwarning' => { 336 => 'AdultContentWarning', 537 => 'adultContentWarning' }, + 'advancedfilter' => { 132 => 0x1201 }, + 'advancedraw' => { 299 => 0x76a43203 }, + 'advancedscenetype' => { 350 => 0x3d }, + 'advisory' => { 542 => 'Advisory' }, + 'ae_iso' => { 358 => 0x2, 359 => 0x4, 360 => 0x12 }, + 'aeaperture' => { 358 => 0x1, 359 => 0x3, 360 => 0x11 }, + 'aeaperturesteps' => { 358 => 0x8, 359 => 0xb }, 'aeaverage' => { 1 => 0x6 }, - 'aebautocancel' => { 88 => 0x104 }, - 'aebbracketvalue' => { 80 => 0x11 }, - 'aebracketingsteps' => { 202 => 0xf, 203 => 0xf, 278 => 0x174c }, - 'aebsequence' => { 88 => 0x105 }, - 'aebsequenceautocancel' => { 86 => 0x9, 87 => 0x9, 89 => 0x8, 90 => 0x9, 93 => 0x9, 94 => 0x7 }, - 'aebshotcount' => { 88 => 0x106 }, - 'aebxv' => { 357 => 0x4, 358 => 0x6 }, - 'aeerror' => { 358 => 0x8 }, - 'aeexposuretime' => { 357 => 0x0, 358 => 0x2, 359 => 0x10 }, - 'aelbutton' => { 188 => 0x45 }, - 'aelexposureindicator' => { 188 => 0x51 }, - 'aelock' => { 188 => 0x5b, 307 => '4.2', 316 => '4.2', 325 => 0x201, 385 => 0x48, 437 => 0x40, 438 => 0x40, 439 => [0x86,0x286] }, - 'aelockbutton' => { 305 => '16.1', 307 => '4.1', 310 => '15.1', 311 => '16.1', 312 => '16.1', 314 => '30.1', 315 => '16.1', 316 => '4.1', 318 => '17.1', 320 => '17.1' }, - 'aelockbuttonplusdials' => { 305 => '16.2', 314 => '32.1', 318 => '44.1' }, - 'aelockformb-d80' => { 320 => '3.1' }, - 'aelockmetermodeafterfocus' => { 88 => 0x114 }, + 'aebautocancel' => { 89 => 0x104 }, + 'aebbracketvalue' => { 81 => 0x11 }, + 'aebracketingsteps' => { 203 => 0xf, 204 => 0xf, 279 => 0x174c }, + 'aebsequence' => { 89 => 0x105 }, + 'aebsequenceautocancel' => { 87 => 0x9, 88 => 0x9, 90 => 0x8, 91 => 0x9, 94 => 0x9, 95 => 0x7 }, + 'aebshotcount' => { 89 => 0x106 }, + 'aebxv' => { 358 => 0x4, 359 => 0x6 }, + 'aeerror' => { 359 => 0x8 }, + 'aeexposuretime' => { 358 => 0x0, 359 => 0x2, 360 => 0x10 }, + 'aelbutton' => { 189 => 0x45 }, + 'aelexposureindicator' => { 189 => 0x51 }, + 'aelock' => { 189 => 0x5b, 308 => '4.2', 317 => '4.2', 326 => 0x201, 386 => 0x48, 438 => 0x40, 439 => 0x40, 440 => [0x86,0x286] }, + 'aelockbutton' => { 306 => '16.1', 308 => '4.1', 311 => '15.1', 312 => '16.1', 313 => '16.1', 315 => '30.1', 316 => '16.1', 317 => '4.1', 319 => '17.1', 321 => '17.1' }, + 'aelockbuttonplusdials' => { 306 => '16.2', 315 => '32.1', 319 => '44.1' }, + 'aelockformb-d80' => { 321 => '3.1' }, + 'aelockmetermodeafterfocus' => { 89 => 0x114 }, 'aematrix' => { 1 => 0x2 }, - 'aemaxaperture' => { 357 => 0x9, 358 => 0x10, 359 => 0x1c }, - 'aemaxaperture2' => { 357 => 0xa, 358 => 0x11, 359 => 0x1d }, - 'aemeteringmode' => { 357 => 0xc }, - 'aemeteringmode2' => { 357 => '13.1' }, - 'aemeteringsegments' => { 191 => 0x628, 385 => 0x209 }, - 'aemicroadjustment' => { 88 => 0x110 }, - 'aeminaperture' => { 357 => 0xb, 358 => 0x12, 359 => 0x1e }, - 'aeminexposuretime' => { 357 => 0x5, 358 => 0x13, 359 => 0x1f }, - 'aeprogrammode' => { 357 => 0x6 }, - 'aeprojectlink' => { 515 => 'aeProjectLink' }, - 'aeprojectlinkcompositionid' => { 515 => [\'aeProjectLink','aeProjectLinkCompositionID'] }, - 'aeprojectlinkfullpath' => { 515 => [\'aeProjectLink','aeProjectLinkFullPath'] }, - 'aeprojectlinkrenderoutputmoduleindex' => { 515 => [\'aeProjectLink','aeProjectLinkRenderOutputModuleIndex'] }, - 'aeprojectlinkrenderqueueitemid' => { 515 => [\'aeProjectLink','aeProjectLinkRenderQueueItemID'] }, - 'aeprojectlinkrendertimestamp' => { 515 => [\'aeProjectLink','aeProjectLinkRenderTimeStamp'] }, + 'aemaxaperture' => { 358 => 0x9, 359 => 0x10, 360 => 0x1c }, + 'aemaxaperture2' => { 358 => 0xa, 359 => 0x11, 360 => 0x1d }, + 'aemeteringmode' => { 358 => 0xc }, + 'aemeteringmode2' => { 358 => '13.1' }, + 'aemeteringsegments' => { 192 => 0x628, 386 => 0x209 }, + 'aemicroadjustment' => { 89 => 0x110 }, + 'aeminaperture' => { 358 => 0xb, 359 => 0x12, 360 => 0x1e }, + 'aeminexposuretime' => { 358 => 0x5, 359 => 0x13, 360 => 0x1f }, + 'aeprogrammode' => { 358 => 0x6 }, + 'aeprojectlink' => { 516 => 'aeProjectLink' }, + 'aeprojectlinkcompositionid' => { 516 => [\'aeProjectLink','aeProjectLinkCompositionID'] }, + 'aeprojectlinkfullpath' => { 516 => [\'aeProjectLink','aeProjectLinkFullPath'] }, + 'aeprojectlinkrenderoutputmoduleindex' => { 516 => [\'aeProjectLink','aeProjectLinkRenderOutputModuleIndex'] }, + 'aeprojectlinkrenderqueueitemid' => { 516 => [\'aeProjectLink','aeProjectLinkRenderQueueItemID'] }, + 'aeprojectlinkrendertimestamp' => { 516 => [\'aeProjectLink','aeProjectLinkRenderTimeStamp'] }, 'aesetting' => { 36 => 0x21 }, 'aestable' => { 1 => 0x4 }, - 'aestheticscore' => { 338 => 'aesthetic_score' }, + 'aestheticscore' => { 339 => 'aesthetic_score' }, 'aetarget' => { 1 => 0x5 }, - 'aewhitebalance' => { 357 => 0xd }, - 'aexv' => { 357 => 0x3, 358 => 0x5 }, - 'af-assistilluminator' => { 321 => 0x19, 322 => 0x19, 323 => 0x19 }, - 'af-cfocusdisplay' => { 321 => 0x234, 322 => 0x234, 323 => 0x24c }, - 'af-cpriority' => { 132 => '0.2' }, - 'af-cpriorityselection' => { 305 => '1.1', 306 => '1.1', 308 => '1.1', 309 => '1.1', 311 => '0.1', 312 => '0.1', 313 => '0.1', 314 => '1.1', 315 => '0.1', 318 => '1.1', 319 => '1.1', 321 => 0x3, 322 => 0x3, 323 => 0x3 }, - 'af-csetting' => { 128 => 0x0 }, - 'af-cspeedtrackingsensitivity' => { 128 => '0.2' }, - 'af-ctrackingsensitivity' => { 128 => '0.1' }, - 'af-czoneareaswitching' => { 128 => '0.3' }, - 'af-onbutton' => { 308 => '70.1', 309 => '70.1', 319 => '70.1' }, - 'af-onformb-d10' => { 305 => '3.3', 314 => '3.2' }, - 'af-onformb-d11' => { 315 => '2.2' }, - 'af-onformb-d12' => { 318 => '50.1' }, - 'af-onoutoffocusrelease' => { 321 => 0x10, 322 => 0x10, 323 => 0x10 }, - 'af-spriority' => { 132 => '0.1' }, - 'af-spriorityselection' => { 305 => '1.2', 306 => '1.2', 308 => '1.2', 309 => '1.2', 313 => '0.2', 314 => '1.2', 315 => '0.2', 318 => '1.2', 319 => '1.2', 321 => 0x5, 322 => 0x5, 323 => 0x5 }, + 'aewhitebalance' => { 358 => 0xd }, + 'aexv' => { 358 => 0x3, 359 => 0x5 }, + 'af-assistilluminator' => { 322 => 0x19, 323 => 0x19, 324 => 0x19 }, + 'af-cfocusdisplay' => { 322 => 0x234, 323 => 0x234, 324 => 0x24c }, + 'af-cpriority' => { 133 => '0.2' }, + 'af-cpriorityselection' => { 306 => '1.1', 307 => '1.1', 309 => '1.1', 310 => '1.1', 312 => '0.1', 313 => '0.1', 314 => '0.1', 315 => '1.1', 316 => '0.1', 319 => '1.1', 320 => '1.1', 322 => 0x3, 323 => 0x3, 324 => 0x3 }, + 'af-csetting' => { 129 => 0x0 }, + 'af-cspeedtrackingsensitivity' => { 129 => '0.2' }, + 'af-ctrackingsensitivity' => { 129 => '0.1' }, + 'af-czoneareaswitching' => { 129 => '0.3' }, + 'af-onbutton' => { 309 => '70.1', 310 => '70.1', 320 => '70.1' }, + 'af-onformb-d10' => { 306 => '3.3', 315 => '3.2' }, + 'af-onformb-d11' => { 316 => '2.2' }, + 'af-onformb-d12' => { 319 => '50.1' }, + 'af-onoutoffocusrelease' => { 322 => 0x10, 323 => 0x10, 324 => 0x10 }, + 'af-spriority' => { 133 => '0.1' }, + 'af-spriorityselection' => { 306 => '1.2', 307 => '1.2', 309 => '1.2', 310 => '1.2', 314 => '0.2', 315 => '1.2', 316 => '0.2', 319 => '1.2', 320 => '1.2', 322 => 0x5, 323 => 0x5, 324 => 0x5 }, 'afacceldeceltracking' => { 2 => 0x3 }, - 'afactivation' => { 305 => '2.1', 306 => '2.1', 308 => '78.3', 309 => '78.3', 314 => '2.1', 318 => '2.1', 319 => '78.3', 321 => 0xf, 322 => 0xf, 323 => 0xf }, - 'afadjustment' => { 385 => 0x72, 394 => 0x267 }, - 'afandmeteringbuttons' => { 88 => 0x701 }, - 'afaperture' => { 233 => 0x5, 234 => 0x5, 238 => 0x5 }, - 'afareaheight' => { 197 => [0x1a,0x34,0x50], 198 => 0x48 }, - 'afareaillumination' => { 188 => 0x4b, 316 => '15.3' }, - 'afareainitialheight' => { 253 => 0xbeb }, - 'afareainitialwidth' => { 253 => 0xbea }, - 'afareainitialxposition' => { 253 => 0xbe8 }, - 'afareainitialyposition' => { 253 => 0xbe9 }, - 'afareamode' => { 130 => '0.3', 184 => 0x33, 188 => 0xe, 196 => 0x0, 197 => 0x5, 198 => 0x5, 245 => 0x224, 246 => 0x224, 247 => 0x210, 248 => 0x224, 249 => 0x224, 349 => 0xf, 417 => 0x1205, 430 => [0xa,0x3a], 437 => 0x11, 438 => 0x10, 439 => 0x24, 451 => 0xb043, 477 => 0x17 }, - 'afareamodesetting' => { 307 => '11.1', 310 => '0.1', 316 => '16.1', 320 => '2.1', 451 => 0x201c }, - 'afareapointsize' => { 130 => '0.4' }, - 'afareas' => { 325 => 0x304 }, + 'afactivation' => { 306 => '2.1', 307 => '2.1', 309 => '78.3', 310 => '78.3', 315 => '2.1', 319 => '2.1', 320 => '78.3', 322 => 0xf, 323 => 0xf, 324 => 0xf }, + 'afadjustment' => { 386 => 0x72, 395 => 0x267 }, + 'afandmeteringbuttons' => { 89 => 0x701 }, + 'afaperture' => { 234 => 0x5, 235 => 0x5, 239 => 0x5 }, + 'afareaheight' => { 198 => [0x1a,0x34,0x50], 199 => 0x48 }, + 'afareaillumination' => { 189 => 0x4b, 317 => '15.3' }, + 'afareainitialheight' => { 254 => 0xbeb }, + 'afareainitialwidth' => { 254 => 0xbea }, + 'afareainitialxposition' => { 254 => 0xbe8 }, + 'afareainitialyposition' => { 254 => 0xbe9 }, + 'afareamode' => { 131 => '0.3', 185 => 0x33, 189 => 0xe, 197 => 0x0, 198 => 0x5, 199 => 0x5, 246 => 0x224, 247 => 0x224, 248 => 0x210, 249 => 0x224, 250 => 0x224, 350 => 0xf, 418 => 0x1205, 431 => [0xa,0x3a], 438 => 0x11, 439 => 0x10, 440 => 0x24, 452 => 0xb043, 478 => 0x17 }, + 'afareamodesetting' => { 308 => '11.1', 311 => '0.1', 317 => '16.1', 321 => '2.1', 452 => 0x201c }, + 'afareapointsize' => { 131 => '0.4' }, + 'afareas' => { 326 => 0x304 }, 'afareaselectionmethod' => { 2 => 0xd }, - 'afareaselectmethod' => { 88 => 0x51b }, - 'afareawidth' => { 197 => [0x18,0x32,0x4e], 198 => 0x46 }, - 'afareaxposition' => { 197 => [0x14,0x2e,0x4a], 198 => 0x42, 417 => 0x1203 }, - 'afareaxposition1' => { 417 => 0x1201 }, - 'afareayposition' => { 197 => [0x16,0x30,0x4c], 198 => 0x44, 417 => 0x1204 }, - 'afareayposition1' => { 417 => 0x1202 }, - 'afareazonesize' => { 130 => '0.5' }, - 'afassist' => { 86 => 0x5, 94 => 0x5, 188 => 0x48, 305 => '2.5', 307 => '0.2', 310 => '0.2', 311 => '1.1', 312 => '1.1', 313 => '1.3', 314 => '2.4', 315 => '1.3', 316 => '0.2', 318 => '2.4', 320 => '2.3' }, - 'afassistbeam' => { 2 => 0x8, 88 => 0x50e, 89 => 0x4, 90 => 0x5, 91 => 0x4, 92 => 0x4, 93 => 0x5 }, - 'afassistlamp' => { 349 => 0x31 }, - 'afbuttonpressed' => { 439 => [0x83,0x283] }, + 'afareaselectmethod' => { 89 => 0x51b }, + 'afareawidth' => { 198 => [0x18,0x32,0x4e], 199 => 0x46 }, + 'afareaxposition' => { 198 => [0x14,0x2e,0x4a], 199 => 0x42, 418 => 0x1203 }, + 'afareaxposition1' => { 418 => 0x1201 }, + 'afareayposition' => { 198 => [0x16,0x30,0x4c], 199 => 0x44, 418 => 0x1204 }, + 'afareayposition1' => { 418 => 0x1202 }, + 'afareazonesize' => { 131 => '0.5' }, + 'afassist' => { 87 => 0x5, 95 => 0x5, 189 => 0x48, 306 => '2.5', 308 => '0.2', 311 => '0.2', 312 => '1.1', 313 => '1.1', 314 => '1.3', 315 => '2.4', 316 => '1.3', 317 => '0.2', 319 => '2.4', 321 => '2.3' }, + 'afassistbeam' => { 2 => 0x8, 89 => 0x50e, 90 => 0x4, 91 => 0x5, 92 => 0x4, 93 => 0x4, 94 => 0x5 }, + 'afassistlamp' => { 350 => 0x31 }, + 'afbuttonpressed' => { 440 => [0x83,0x283] }, 'afconfidence' => { 1 => 0x3d }, 'afconfigtool' => { 2 => 0x1 }, - 'afdefocus' => { 360 => 0x6 }, - 'afduringliveview' => { 88 => 0x511 }, - 'affinea' => { 508 => 'AffineA' }, - 'affineb' => { 508 => 'AffineB' }, - 'affinec' => { 508 => 'AffineC' }, - 'affined' => { 508 => 'AffineD' }, - 'affinetune' => { 199 => 0x0, 245 => 0x6b0, 246 => 0x6c0, 247 => 0x5b0, 248 => 0x5e0, 249 => 0x5f8, 325 => 0x306 }, - 'affinetuneadj' => { 199 => 0x2, 271 => 0x2d1, 272 => 0x2dc, 325 => 0x307 }, - 'affinetuneadjtele' => { 199 => 0x3 }, - 'affinetuneindex' => { 199 => 0x1 }, - 'affinex' => { 508 => 'AffineX' }, - 'affiney' => { 508 => 'AffineY' }, - 'afhold' => { 360 => 0x1fd }, - 'afilluminator' => { 437 => 0x29, 451 => 0xb044 }, - 'afimageheight' => { 197 => [0x12,0x2c,0x48], 198 => 0x40 }, - 'afimagewidth' => { 197 => [0x10,0x2a,0x46], 198 => 0x3e }, - 'afintegrationtime' => { 360 => 0x7 }, + 'afdefocus' => { 361 => 0x6 }, + 'afduringliveview' => { 89 => 0x511 }, + 'affinea' => { 509 => 'AffineA' }, + 'affineb' => { 509 => 'AffineB' }, + 'affinec' => { 509 => 'AffineC' }, + 'affined' => { 509 => 'AffineD' }, + 'affinetune' => { 200 => 0x0, 246 => 0x6b0, 247 => 0x6c0, 248 => 0x5b0, 249 => 0x5e0, 250 => 0x5f8, 326 => 0x306 }, + 'affinetuneadj' => { 200 => 0x2, 272 => 0x2d1, 273 => 0x2dc, 326 => 0x307 }, + 'affinetuneadjtele' => { 200 => 0x3 }, + 'affinetuneindex' => { 200 => 0x1 }, + 'affinex' => { 509 => 'AffineX' }, + 'affiney' => { 509 => 'AffineY' }, + 'afhold' => { 361 => 0x1fd }, + 'afilluminator' => { 438 => 0x29, 452 => 0xb044 }, + 'afimageheight' => { 198 => [0x12,0x2c,0x48], 199 => 0x40 }, + 'afimagewidth' => { 198 => [0x10,0x2a,0x46], 199 => 0x3e }, + 'afintegrationtime' => { 361 => 0x7 }, 'afmeasureddepth' => { 1 => 0x38 }, - 'afmicroadj' => { 430 => [0x17d,0x50] }, - 'afmicroadjmode' => { 3 => 0x1, 434 => 0x131 }, - 'afmicroadjregisteredlenses' => { 434 => '305.1' }, - 'afmicroadjustment' => { 88 => 0x507 }, - 'afmicroadjvalue' => { 3 => 0x2, 434 => 0x130 }, - 'afmode' => { 117 => 0x3009, 131 => 0x1022, 184 => 0x16, 427 => 0x5 }, - 'afmoderestrictions' => { 306 => '50.3', 308 => '48.3', 309 => '48.3', 318 => '48.3', 319 => '48.3' }, - 'afonaelockbuttonswitch' => { 88 => 0x702 }, - 'afonbutton' => { 305 => '3.1', 306 => '47.1', 321 => 0x83, 322 => 0x83, 323 => 0x83 }, + 'afmicroadj' => { 431 => [0x17d,0x50] }, + 'afmicroadjmode' => { 3 => 0x1, 435 => 0x131 }, + 'afmicroadjregisteredlenses' => { 435 => '305.1' }, + 'afmicroadjustment' => { 89 => 0x507 }, + 'afmicroadjvalue' => { 3 => 0x2, 435 => 0x130 }, + 'afmode' => { 118 => 0x3009, 132 => 0x1022, 185 => 0x16, 428 => 0x5 }, + 'afmoderestrictions' => { 307 => '50.3', 309 => '48.3', 310 => '48.3', 319 => '48.3', 320 => '48.3' }, + 'afonaelockbuttonswitch' => { 89 => 0x702 }, + 'afonbutton' => { 306 => '3.1', 307 => '47.1', 322 => 0x83, 323 => 0x83, 324 => 0x83 }, 'afperformance' => { 1 => 0x23 }, - 'afpoint' => { 36 => 0x13, 116 => 0x18, 184 => 0x15, 196 => 0x1, 328 => 0x308, 427 => 0x1f, 430 => [0x37,0x7], 434 => 0x19, 435 => 0x18, 436 => [0x18,0x20] }, - 'afpointactivationarea' => { 87 => 0x11, 93 => 0x11 }, - 'afpointareaexpansion' => { 88 => 0x508 }, - 'afpointatshutterrelease' => { 430 => [0x39,0x9] }, - 'afpointautoselection' => { 88 => 0x50b }, - 'afpointbrightness' => { 88 => 0x50d, 305 => '2.4', 306 => '46.5', 308 => '2.2', 309 => '2.2', 318 => '2.3', 319 => '2.2' }, - 'afpointdetails' => { 328 => 0x31b }, - 'afpointdisplayduringfocus' => { 2 => 0x10, 88 => 0x50c }, - 'afpointillumination' => { 87 => 0xa, 305 => '2.3', 306 => '46.2', 308 => '47.2', 309 => '47.2', 313 => '1.2', 314 => '2.3', 315 => '1.2', 318 => '47.2', 319 => '47.2', 320 => '2.4' }, - 'afpointinfocus' => { 430 => [0x38,0x8] }, - 'afpointmode' => { 365 => 0x3 }, - 'afpointposition' => { 117 => 0x2021, 349 => 0x4d }, - 'afpointregistration' => { 86 => 0x7 }, - 'afpoints' => { 187 => 0x10 }, - 'afpointsel' => { 321 => 0xb, 322 => 0xb, 323 => 0xb }, - 'afpointselected' => { 188 => 0xd, 325 => 0x305, 385 => 0xe, 434 => 0x15, 435 => 0x14, 436 => [0x14,0x1c], 451 => 0x201e }, - 'afpointselected2' => { 365 => 0x4 }, - 'afpointselection' => { 87 => 0xb, 305 => '1.3', 306 => '1.3', 314 => '1.3', 318 => '1.3', 319 => '1.3' }, - 'afpointselectionmethod' => { 88 => 0x50f, 89 => 0xc, 90 => 0xd, 93 => 0xd }, - 'afpointsetting' => { 437 => 0x12, 438 => 0x11 }, - 'afpointsinfocus' => { 80 => 0xe, 196 => 0x2, 197 => 0x30, 360 => 0xb, 361 => 0x4, 385 => [0xf,0x3c] }, + 'afpoint' => { 36 => 0x13, 117 => 0x18, 185 => 0x15, 197 => 0x1, 329 => 0x308, 428 => 0x1f, 431 => [0x37,0x7], 435 => 0x19, 436 => 0x18, 437 => [0x18,0x20] }, + 'afpointactivationarea' => { 88 => 0x11, 94 => 0x11 }, + 'afpointareaexpansion' => { 89 => 0x508 }, + 'afpointatshutterrelease' => { 431 => [0x39,0x9] }, + 'afpointautoselection' => { 89 => 0x50b }, + 'afpointbrightness' => { 89 => 0x50d, 306 => '2.4', 307 => '46.5', 309 => '2.2', 310 => '2.2', 319 => '2.3', 320 => '2.2' }, + 'afpointdetails' => { 329 => 0x31b }, + 'afpointdisplayduringfocus' => { 2 => 0x10, 89 => 0x50c }, + 'afpointillumination' => { 88 => 0xa, 306 => '2.3', 307 => '46.2', 309 => '47.2', 310 => '47.2', 314 => '1.2', 315 => '2.3', 316 => '1.2', 319 => '47.2', 320 => '47.2', 321 => '2.4' }, + 'afpointinfocus' => { 431 => [0x38,0x8] }, + 'afpointmode' => { 366 => 0x3 }, + 'afpointposition' => { 118 => 0x2021, 350 => 0x4d }, + 'afpointregistration' => { 87 => 0x7 }, + 'afpoints' => { 188 => 0x10 }, + 'afpointsel' => { 322 => 0xb, 323 => 0xb, 324 => 0xb }, + 'afpointselected' => { 189 => 0xd, 326 => 0x305, 386 => 0xe, 435 => 0x15, 436 => 0x14, 437 => [0x14,0x1c], 452 => 0x201e }, + 'afpointselected2' => { 366 => 0x4 }, + 'afpointselection' => { 88 => 0xb, 306 => '1.3', 307 => '1.3', 315 => '1.3', 319 => '1.3', 320 => '1.3' }, + 'afpointselectionmethod' => { 89 => 0x50f, 90 => 0xc, 91 => 0xd, 94 => 0xd }, + 'afpointsetting' => { 438 => 0x12, 439 => 0x11 }, + 'afpointsinfocus' => { 81 => 0xe, 197 => 0x2, 198 => 0x30, 361 => 0xb, 362 => 0x4, 386 => [0xf,0x3c] }, 'afpointsinfocus5d' => { 19 => 0x38 }, - 'afpointspotmetering' => { 87 => 0xd }, - 'afpointsselected' => { 197 => 0x1c, 361 => '4.1', 486 => 0x4 }, - 'afpointsspecial' => { 361 => '4.2' }, - 'afpointsunknown1' => { 360 => 0x0 }, - 'afpointsunknown2' => { 360 => 0x2 }, - 'afpointsused' => { 197 => [0xa,0x8], 198 => 0xa, 430 => [0x10,0x16e] }, + 'afpointspotmetering' => { 88 => 0xd }, + 'afpointsselected' => { 198 => 0x1c, 362 => '4.1', 487 => 0x4 }, + 'afpointsspecial' => { 362 => '4.2' }, + 'afpointsunknown1' => { 361 => 0x0 }, + 'afpointsunknown2' => { 361 => 0x2 }, + 'afpointsused' => { 198 => [0xa,0x8], 199 => 0xa, 431 => [0x10,0x16e] }, 'afpointswitching' => { 2 => 0x4 }, - 'afpredictor' => { 360 => 0x4 }, - 'afresponse' => { 240 => 0xad }, - 'afresult' => { 330 => 0x1038 }, - 'afsearch' => { 325 => 0x303 }, - 'afsensoractive' => { 184 => 0x1 }, + 'afpredictor' => { 361 => 0x4 }, + 'afresponse' => { 241 => 0xad }, + 'afresult' => { 331 => 0x1038 }, + 'afsearch' => { 326 => 0x303 }, + 'afsensoractive' => { 185 => 0x1 }, 'afstable' => { 1 => 0x7 }, - 'afstatus' => { 417 => 0x1200 }, - 'afstatus_00_b4' => { 433 => 0x0 }, - 'afstatus_01_c4' => { 433 => 0x2 }, - 'afstatus_02_d4' => { 433 => 0x4 }, - 'afstatus_03_e4' => { 433 => 0x6 }, - 'afstatus_04_f4' => { 433 => 0x8 }, - 'afstatus_05_g4' => { 433 => 0xa }, - 'afstatus_06_h4' => { 433 => 0xc }, - 'afstatus_07_b3' => { 433 => 0xe }, - 'afstatus_08_c3' => { 433 => 0x10 }, - 'afstatus_09_d3' => { 433 => 0x12 }, - 'afstatus_10_e3' => { 433 => 0x14 }, - 'afstatus_11_f3' => { 433 => 0x16 }, - 'afstatus_12_g3' => { 433 => 0x18 }, - 'afstatus_13_h3' => { 433 => 0x1a }, - 'afstatus_14_b2' => { 433 => 0x1c }, - 'afstatus_15_c2' => { 433 => 0x1e }, - 'afstatus_16_d2' => { 433 => 0x20 }, - 'afstatus_17_e2' => { 433 => 0x22 }, - 'afstatus_18_f2' => { 433 => 0x24 }, - 'afstatus_19_g2' => { 433 => 0x26 }, - 'afstatus_20_h2' => { 433 => 0x28 }, - 'afstatus_21_c1' => { 433 => 0x2a }, - 'afstatus_22_d1' => { 433 => 0x2c }, - 'afstatus_23_e1' => { 433 => 0x2e }, - 'afstatus_24_f1' => { 433 => 0x30 }, - 'afstatus_25_g1' => { 433 => 0x32 }, - 'afstatus_26_a7_vertical' => { 433 => 0x34 }, - 'afstatus_27_a6_vertical' => { 433 => 0x36 }, - 'afstatus_28_a5_vertical' => { 433 => 0x38 }, - 'afstatus_29_c7_vertical' => { 433 => 0x3a }, - 'afstatus_30_c6_vertical' => { 433 => 0x3c }, - 'afstatus_31_c5_vertical' => { 433 => 0x3e }, - 'afstatus_32_e7_vertical' => { 433 => 0x40 }, - 'afstatus_33_e6_center_vertical' => { 433 => 0x42 }, - 'afstatus_34_e5_vertical' => { 433 => 0x44 }, - 'afstatus_35_g7_vertical' => { 433 => 0x46 }, - 'afstatus_36_g6_vertical' => { 433 => 0x48 }, - 'afstatus_37_g5_vertical' => { 433 => 0x4a }, - 'afstatus_38_i7_vertical' => { 433 => 0x4c }, - 'afstatus_39_i6_vertical' => { 433 => 0x4e }, - 'afstatus_40_i5_vertical' => { 433 => 0x50 }, - 'afstatus_41_a7' => { 433 => 0x52 }, - 'afstatus_42_b7' => { 433 => 0x54 }, - 'afstatus_43_c7' => { 433 => 0x56 }, - 'afstatus_44_d7' => { 433 => 0x58 }, - 'afstatus_45_e7' => { 433 => 0x5a }, - 'afstatus_46_f7' => { 433 => 0x5c }, - 'afstatus_47_g7' => { 433 => 0x5e }, - 'afstatus_48_h7' => { 433 => 0x60 }, - 'afstatus_49_i7' => { 433 => 0x62 }, - 'afstatus_50_a6' => { 433 => 0x64 }, - 'afstatus_51_b6' => { 433 => 0x66 }, - 'afstatus_52_c6' => { 433 => 0x68 }, - 'afstatus_53_d6' => { 433 => 0x6a }, - 'afstatus_54_e6_center' => { 433 => 0x6c }, - 'afstatus_55_f6' => { 433 => 0x6e }, - 'afstatus_56_g6' => { 433 => 0x70 }, - 'afstatus_57_h6' => { 433 => 0x72 }, - 'afstatus_58_i6' => { 433 => 0x74 }, - 'afstatus_59_a5' => { 433 => 0x76 }, - 'afstatus_60_b5' => { 433 => 0x78 }, - 'afstatus_61_c5' => { 433 => 0x7a }, - 'afstatus_62_d5' => { 433 => 0x7c }, - 'afstatus_63_e5' => { 433 => 0x7e }, - 'afstatus_64_f5' => { 433 => 0x80 }, - 'afstatus_65_g5' => { 433 => 0x82 }, - 'afstatus_66_h5' => { 433 => 0x84 }, - 'afstatus_67_i5' => { 433 => 0x86 }, - 'afstatus_68_c11' => { 433 => 0x88 }, - 'afstatus_69_d11' => { 433 => 0x8a }, - 'afstatus_70_e11' => { 433 => 0x8c }, - 'afstatus_71_f11' => { 433 => 0x8e }, - 'afstatus_72_g11' => { 433 => 0x90 }, - 'afstatus_73_b10' => { 433 => 0x92 }, - 'afstatus_74_c10' => { 433 => 0x94 }, - 'afstatus_75_d10' => { 433 => 0x96 }, - 'afstatus_76_e10' => { 433 => 0x98 }, - 'afstatus_77_f10' => { 433 => 0x9a }, - 'afstatus_78_g10' => { 433 => 0x9c }, - 'afstatus_79_h10' => { 433 => 0x9e }, - 'afstatus_80_b9' => { 433 => 0xa0 }, - 'afstatus_81_c9' => { 433 => 0xa2 }, - 'afstatus_82_d9' => { 433 => 0xa4 }, - 'afstatus_83_e9' => { 433 => 0xa6 }, - 'afstatus_84_f9' => { 433 => 0xa8 }, - 'afstatus_85_g9' => { 433 => 0xaa }, - 'afstatus_86_h9' => { 433 => 0xac }, - 'afstatus_87_b8' => { 433 => 0xae }, - 'afstatus_88_c8' => { 433 => 0xb0 }, - 'afstatus_89_d8' => { 433 => 0xb2 }, - 'afstatus_90_e8' => { 433 => 0xb4 }, - 'afstatus_91_f8' => { 433 => 0xb6 }, - 'afstatus_92_g8' => { 433 => 0xb8 }, - 'afstatus_93_h8' => { 433 => 0xba }, - 'afstatus_94_e6_center_f2-8' => { 433 => 0xbc }, - 'afstatusactivesensor' => { 184 => 0x2, 430 => [0x4,0x3b], 434 => 0x1e, 435 => 0x1b, 436 => [0x1b,0x21] }, - 'afstatusbottom' => { 184 => 0x8, 434 => 0x2a, 435 => 0x21, 436 => 0x21 }, - 'afstatusbottom-left' => { 184 => 0x12, 435 => 0x2b, 436 => 0x2b }, - 'afstatusbottom-right' => { 184 => 0x6, 435 => 0x1f, 436 => 0x1f }, - 'afstatusbottomassist-left' => { 434 => 0x28 }, - 'afstatusbottomassist-right' => { 434 => 0x2c }, - 'afstatusbottomhorizontal' => { 431 => 0x10, 432 => 0x1c }, - 'afstatusbottomvertical' => { 431 => 0x16, 432 => 0x26 }, - 'afstatuscenter-10' => { 434 => 0x34 }, - 'afstatuscenter-11' => { 434 => 0x36 }, - 'afstatuscenter-12' => { 434 => 0x38 }, - 'afstatuscenter-14' => { 434 => 0x3c }, - 'afstatuscenter-7' => { 434 => 0x2e }, - 'afstatuscenter-9' => { 434 => 0x32 }, - 'afstatuscenter-horizontal' => { 434 => 0x30 }, - 'afstatuscenter-vertical' => { 434 => 0x3a }, - 'afstatuscenterf2-8' => { 434 => 0x4c }, - 'afstatuscenterhorizontal' => { 184 => 0x2f, 431 => 0xc, 432 => 0x18, 435 => 0x2f, 436 => 0x2f }, - 'afstatuscentervertical' => { 184 => 0xc, 431 => 0x14, 432 => 0x22, 435 => 0x25, 436 => 0x25 }, - 'afstatusfarleft' => { 431 => 0x6, 434 => 0x26 }, - 'afstatusfarlefthorizontal' => { 432 => 0x4 }, - 'afstatusfarleftvertical' => { 432 => 0x12 }, - 'afstatusfarright' => { 431 => 0x18, 434 => 0x44 }, - 'afstatusfarrighthorizontal' => { 432 => 0x2c }, - 'afstatusfarrightvertical' => { 432 => 0x34 }, - 'afstatusleft' => { 184 => 0x2d, 431 => 0x2, 434 => 0x22, 435 => 0x2d, 436 => 0x2d }, - 'afstatuslefthorizontal' => { 432 => 0x6 }, - 'afstatusleftvertical' => { 432 => 0xe }, - 'afstatuslower-left' => { 431 => 0x4, 434 => 0x24 }, - 'afstatuslower-lefthorizontal' => { 432 => 0xa }, - 'afstatuslower-leftvertical' => { 432 => 0x10 }, - 'afstatuslower-middle' => { 431 => 0x22, 432 => 0x24 }, - 'afstatuslower-right' => { 431 => 0x1e, 434 => 0x4a }, - 'afstatuslower-righthorizontal' => { 432 => 0x32 }, - 'afstatuslower-rightvertical' => { 432 => 0x3a }, - 'afstatuslowerfarleft' => { 432 => 0x8 }, - 'afstatuslowerfarright' => { 432 => 0x30 }, - 'afstatusmiddlehorizontal' => { 184 => 0xa, 435 => 0x23, 436 => 0x23 }, - 'afstatusnearleft' => { 431 => 0xe, 432 => 0x1a }, - 'afstatusnearright' => { 431 => 0xa, 432 => 0x16 }, - 'afstatusright' => { 184 => 0x31, 431 => 0x1c, 434 => 0x48, 435 => 0x31, 436 => 0x31 }, - 'afstatusrighthorizontal' => { 432 => 0x2e }, - 'afstatusrightvertical' => { 432 => 0x38 }, - 'afstatustop' => { 184 => 0xe, 434 => 0x40, 435 => 0x27, 436 => 0x27 }, - 'afstatustop-left' => { 184 => 0x10, 435 => 0x29, 436 => 0x29 }, - 'afstatustop-right' => { 184 => 0x4, 435 => 0x1d, 436 => 0x1d }, - 'afstatustopassist-left' => { 434 => 0x3e }, - 'afstatustopassist-right' => { 434 => 0x42 }, - 'afstatustophorizontal' => { 431 => 0x8, 432 => 0x14 }, - 'afstatustopvertical' => { 431 => 0x12, 432 => 0x1e }, - 'afstatusupper-left' => { 431 => 0x0, 434 => 0x20 }, - 'afstatusupper-lefthorizontal' => { 432 => 0x2 }, - 'afstatusupper-leftvertical' => { 432 => 0xc }, - 'afstatusupper-middle' => { 431 => 0x20, 432 => 0x20 }, - 'afstatusupper-right' => { 431 => 0x1a, 434 => 0x46 }, - 'afstatusupper-righthorizontal' => { 432 => 0x2a }, - 'afstatusupper-rightvertical' => { 432 => 0x36 }, - 'afstatusupperfarleft' => { 432 => 0x0 }, - 'afstatusupperfarright' => { 432 => 0x28 }, + 'afstatus' => { 418 => 0x1200 }, + 'afstatus_00_b4' => { 434 => 0x0 }, + 'afstatus_01_c4' => { 434 => 0x2 }, + 'afstatus_02_d4' => { 434 => 0x4 }, + 'afstatus_03_e4' => { 434 => 0x6 }, + 'afstatus_04_f4' => { 434 => 0x8 }, + 'afstatus_05_g4' => { 434 => 0xa }, + 'afstatus_06_h4' => { 434 => 0xc }, + 'afstatus_07_b3' => { 434 => 0xe }, + 'afstatus_08_c3' => { 434 => 0x10 }, + 'afstatus_09_d3' => { 434 => 0x12 }, + 'afstatus_10_e3' => { 434 => 0x14 }, + 'afstatus_11_f3' => { 434 => 0x16 }, + 'afstatus_12_g3' => { 434 => 0x18 }, + 'afstatus_13_h3' => { 434 => 0x1a }, + 'afstatus_14_b2' => { 434 => 0x1c }, + 'afstatus_15_c2' => { 434 => 0x1e }, + 'afstatus_16_d2' => { 434 => 0x20 }, + 'afstatus_17_e2' => { 434 => 0x22 }, + 'afstatus_18_f2' => { 434 => 0x24 }, + 'afstatus_19_g2' => { 434 => 0x26 }, + 'afstatus_20_h2' => { 434 => 0x28 }, + 'afstatus_21_c1' => { 434 => 0x2a }, + 'afstatus_22_d1' => { 434 => 0x2c }, + 'afstatus_23_e1' => { 434 => 0x2e }, + 'afstatus_24_f1' => { 434 => 0x30 }, + 'afstatus_25_g1' => { 434 => 0x32 }, + 'afstatus_26_a7_vertical' => { 434 => 0x34 }, + 'afstatus_27_a6_vertical' => { 434 => 0x36 }, + 'afstatus_28_a5_vertical' => { 434 => 0x38 }, + 'afstatus_29_c7_vertical' => { 434 => 0x3a }, + 'afstatus_30_c6_vertical' => { 434 => 0x3c }, + 'afstatus_31_c5_vertical' => { 434 => 0x3e }, + 'afstatus_32_e7_vertical' => { 434 => 0x40 }, + 'afstatus_33_e6_center_vertical' => { 434 => 0x42 }, + 'afstatus_34_e5_vertical' => { 434 => 0x44 }, + 'afstatus_35_g7_vertical' => { 434 => 0x46 }, + 'afstatus_36_g6_vertical' => { 434 => 0x48 }, + 'afstatus_37_g5_vertical' => { 434 => 0x4a }, + 'afstatus_38_i7_vertical' => { 434 => 0x4c }, + 'afstatus_39_i6_vertical' => { 434 => 0x4e }, + 'afstatus_40_i5_vertical' => { 434 => 0x50 }, + 'afstatus_41_a7' => { 434 => 0x52 }, + 'afstatus_42_b7' => { 434 => 0x54 }, + 'afstatus_43_c7' => { 434 => 0x56 }, + 'afstatus_44_d7' => { 434 => 0x58 }, + 'afstatus_45_e7' => { 434 => 0x5a }, + 'afstatus_46_f7' => { 434 => 0x5c }, + 'afstatus_47_g7' => { 434 => 0x5e }, + 'afstatus_48_h7' => { 434 => 0x60 }, + 'afstatus_49_i7' => { 434 => 0x62 }, + 'afstatus_50_a6' => { 434 => 0x64 }, + 'afstatus_51_b6' => { 434 => 0x66 }, + 'afstatus_52_c6' => { 434 => 0x68 }, + 'afstatus_53_d6' => { 434 => 0x6a }, + 'afstatus_54_e6_center' => { 434 => 0x6c }, + 'afstatus_55_f6' => { 434 => 0x6e }, + 'afstatus_56_g6' => { 434 => 0x70 }, + 'afstatus_57_h6' => { 434 => 0x72 }, + 'afstatus_58_i6' => { 434 => 0x74 }, + 'afstatus_59_a5' => { 434 => 0x76 }, + 'afstatus_60_b5' => { 434 => 0x78 }, + 'afstatus_61_c5' => { 434 => 0x7a }, + 'afstatus_62_d5' => { 434 => 0x7c }, + 'afstatus_63_e5' => { 434 => 0x7e }, + 'afstatus_64_f5' => { 434 => 0x80 }, + 'afstatus_65_g5' => { 434 => 0x82 }, + 'afstatus_66_h5' => { 434 => 0x84 }, + 'afstatus_67_i5' => { 434 => 0x86 }, + 'afstatus_68_c11' => { 434 => 0x88 }, + 'afstatus_69_d11' => { 434 => 0x8a }, + 'afstatus_70_e11' => { 434 => 0x8c }, + 'afstatus_71_f11' => { 434 => 0x8e }, + 'afstatus_72_g11' => { 434 => 0x90 }, + 'afstatus_73_b10' => { 434 => 0x92 }, + 'afstatus_74_c10' => { 434 => 0x94 }, + 'afstatus_75_d10' => { 434 => 0x96 }, + 'afstatus_76_e10' => { 434 => 0x98 }, + 'afstatus_77_f10' => { 434 => 0x9a }, + 'afstatus_78_g10' => { 434 => 0x9c }, + 'afstatus_79_h10' => { 434 => 0x9e }, + 'afstatus_80_b9' => { 434 => 0xa0 }, + 'afstatus_81_c9' => { 434 => 0xa2 }, + 'afstatus_82_d9' => { 434 => 0xa4 }, + 'afstatus_83_e9' => { 434 => 0xa6 }, + 'afstatus_84_f9' => { 434 => 0xa8 }, + 'afstatus_85_g9' => { 434 => 0xaa }, + 'afstatus_86_h9' => { 434 => 0xac }, + 'afstatus_87_b8' => { 434 => 0xae }, + 'afstatus_88_c8' => { 434 => 0xb0 }, + 'afstatus_89_d8' => { 434 => 0xb2 }, + 'afstatus_90_e8' => { 434 => 0xb4 }, + 'afstatus_91_f8' => { 434 => 0xb6 }, + 'afstatus_92_g8' => { 434 => 0xb8 }, + 'afstatus_93_h8' => { 434 => 0xba }, + 'afstatus_94_e6_center_f2-8' => { 434 => 0xbc }, + 'afstatusactivesensor' => { 185 => 0x2, 431 => [0x4,0x3b], 435 => 0x1e, 436 => 0x1b, 437 => [0x1b,0x21] }, + 'afstatusbottom' => { 185 => 0x8, 435 => 0x2a, 436 => 0x21, 437 => 0x21 }, + 'afstatusbottom-left' => { 185 => 0x12, 436 => 0x2b, 437 => 0x2b }, + 'afstatusbottom-right' => { 185 => 0x6, 436 => 0x1f, 437 => 0x1f }, + 'afstatusbottomassist-left' => { 435 => 0x28 }, + 'afstatusbottomassist-right' => { 435 => 0x2c }, + 'afstatusbottomhorizontal' => { 432 => 0x10, 433 => 0x1c }, + 'afstatusbottomvertical' => { 432 => 0x16, 433 => 0x26 }, + 'afstatuscenter-10' => { 435 => 0x34 }, + 'afstatuscenter-11' => { 435 => 0x36 }, + 'afstatuscenter-12' => { 435 => 0x38 }, + 'afstatuscenter-14' => { 435 => 0x3c }, + 'afstatuscenter-7' => { 435 => 0x2e }, + 'afstatuscenter-9' => { 435 => 0x32 }, + 'afstatuscenter-horizontal' => { 435 => 0x30 }, + 'afstatuscenter-vertical' => { 435 => 0x3a }, + 'afstatuscenterf2-8' => { 435 => 0x4c }, + 'afstatuscenterhorizontal' => { 185 => 0x2f, 432 => 0xc, 433 => 0x18, 436 => 0x2f, 437 => 0x2f }, + 'afstatuscentervertical' => { 185 => 0xc, 432 => 0x14, 433 => 0x22, 436 => 0x25, 437 => 0x25 }, + 'afstatusfarleft' => { 432 => 0x6, 435 => 0x26 }, + 'afstatusfarlefthorizontal' => { 433 => 0x4 }, + 'afstatusfarleftvertical' => { 433 => 0x12 }, + 'afstatusfarright' => { 432 => 0x18, 435 => 0x44 }, + 'afstatusfarrighthorizontal' => { 433 => 0x2c }, + 'afstatusfarrightvertical' => { 433 => 0x34 }, + 'afstatusleft' => { 185 => 0x2d, 432 => 0x2, 435 => 0x22, 436 => 0x2d, 437 => 0x2d }, + 'afstatuslefthorizontal' => { 433 => 0x6 }, + 'afstatusleftvertical' => { 433 => 0xe }, + 'afstatuslower-left' => { 432 => 0x4, 435 => 0x24 }, + 'afstatuslower-lefthorizontal' => { 433 => 0xa }, + 'afstatuslower-leftvertical' => { 433 => 0x10 }, + 'afstatuslower-middle' => { 432 => 0x22, 433 => 0x24 }, + 'afstatuslower-right' => { 432 => 0x1e, 435 => 0x4a }, + 'afstatuslower-righthorizontal' => { 433 => 0x32 }, + 'afstatuslower-rightvertical' => { 433 => 0x3a }, + 'afstatuslowerfarleft' => { 433 => 0x8 }, + 'afstatuslowerfarright' => { 433 => 0x30 }, + 'afstatusmiddlehorizontal' => { 185 => 0xa, 436 => 0x23, 437 => 0x23 }, + 'afstatusnearleft' => { 432 => 0xe, 433 => 0x1a }, + 'afstatusnearright' => { 432 => 0xa, 433 => 0x16 }, + 'afstatusright' => { 185 => 0x31, 432 => 0x1c, 435 => 0x48, 436 => 0x31, 437 => 0x31 }, + 'afstatusrighthorizontal' => { 433 => 0x2e }, + 'afstatusrightvertical' => { 433 => 0x38 }, + 'afstatustop' => { 185 => 0xe, 435 => 0x40, 436 => 0x27, 437 => 0x27 }, + 'afstatustop-left' => { 185 => 0x10, 436 => 0x29, 437 => 0x29 }, + 'afstatustop-right' => { 185 => 0x4, 436 => 0x1d, 437 => 0x1d }, + 'afstatustopassist-left' => { 435 => 0x3e }, + 'afstatustopassist-right' => { 435 => 0x42 }, + 'afstatustophorizontal' => { 432 => 0x8, 433 => 0x14 }, + 'afstatustopvertical' => { 432 => 0x12, 433 => 0x1e }, + 'afstatusupper-left' => { 432 => 0x0, 435 => 0x20 }, + 'afstatusupper-lefthorizontal' => { 433 => 0x2 }, + 'afstatusupper-leftvertical' => { 433 => 0xc }, + 'afstatusupper-middle' => { 432 => 0x20, 433 => 0x20 }, + 'afstatusupper-right' => { 432 => 0x1a, 435 => 0x46 }, + 'afstatusupper-righthorizontal' => { 433 => 0x2a }, + 'afstatusupper-rightvertical' => { 433 => 0x36 }, + 'afstatusupperfarleft' => { 433 => 0x0 }, + 'afstatusupperfarright' => { 433 => 0x28 }, 'afstatusviewfinder' => { 2 => 0x12 }, - 'aftracking' => { 451 => 0x2021 }, + 'aftracking' => { 452 => 0x2021 }, 'aftrackingsensitivity' => { 2 => 0x2 }, - 'aftype' => { 430 => 0x2 }, - 'afwithshutter' => { 437 => 0x2a }, - 'aggregateissuenumber' => { 533 => 'aggregateIssueNumber' }, - 'aggregationtype' => { 533 => 'aggregationType' }, - 'agreement' => { 536 => 'agreement' }, - 'ah2greeninterpolationthreshold' => { 142 => 0xe4e }, - 'airplanemode' => { 245 => 0x722, 246 => 0x732, 247 => 0x624, 248 => 0x654, 249 => 0x6bc }, - 'aiservocontinuousshooting' => { 87 => 0x15 }, + 'aftype' => { 431 => 0x2 }, + 'afwithshutter' => { 438 => 0x2a }, + 'aggregateissuenumber' => { 534 => 'aggregateIssueNumber' }, + 'aggregationtype' => { 534 => 'aggregationType' }, + 'agreement' => { 537 => 'agreement' }, + 'ah2greeninterpolationthreshold' => { 143 => 0xe4e }, + 'airplanemode' => { 246 => 0x722, 247 => 0x732, 248 => 0x624, 249 => 0x654, 250 => 0x6bc }, + 'aiservocontinuousshooting' => { 88 => 0x15 }, 'aiservofirstimage' => { 2 => 0x5 }, - 'aiservofirstimagepriority' => { 88 => 0x519 }, - 'aiservoimagepriority' => { 88 => 0x503 }, + 'aiservofirstimagepriority' => { 89 => 0x519 }, + 'aiservoimagepriority' => { 89 => 0x503 }, 'aiservosecondimage' => { 2 => 0x6 }, - 'aiservosecondimagepriority' => { 88 => 0x51a }, - 'aiservotrackingmethod' => { 88 => 0x504 }, - 'aiservotrackingsensitivity' => { 87 => 0x14, 88 => 0x502 }, - 'aisubjecttrackingmode' => { 325 => 0x309 }, - 'album' => { 402 => ['albm',"\xa9alb"], 404 => 'album', 410 => ['albm',"\xa9alb"], 543 => 'album' }, - 'albumartist' => { 183 => 'WM/AlbumArtist', 402 => 'aART', 410 => 'albr' }, - 'albumcoverurl' => { 183 => 'WM/AlbumCoverURL' }, - 'albumid' => { 402 => 'plID' }, - 'albumtitle' => { 183 => 'WM/AlbumTitle' }, - 'alreadyapplied' => { 514 => 'AlreadyApplied', 516 => 'AlreadyApplied' }, - 'alternatetitle' => { 533 => 'alternateTitle' }, - 'alternatetitlea-lang' => { 533 => [\'alternateTitle','alternateTitleA-lang'] }, - 'alternatetitlea-platform' => { 533 => [\'alternateTitle','alternateTitleA-platform'] }, - 'alternatetitletext' => { 533 => [\'alternateTitle','alternateTitleText'] }, - 'altitude' => { 201 => 0x6 }, - 'alttapename' => { 543 => 'altTapeName' }, - 'alttextaccessibility' => { 527 => 'AltTextAccessibility' }, - 'alttimecode' => { 543 => 'altTimecode' }, - 'alttimecodetimeformat' => { 543 => [\'altTimecode','altTimecodeTimeFormat'] }, - 'alttimecodetimevalue' => { 543 => [\'altTimecode','altTimecodeTimeValue'] }, - 'alttimecodevalue' => { 543 => [\'altTimecode','altTimecodeValue'] }, + 'aiservosecondimagepriority' => { 89 => 0x51a }, + 'aiservotrackingmethod' => { 89 => 0x504 }, + 'aiservotrackingsensitivity' => { 88 => 0x14, 89 => 0x502 }, + 'aisubjecttrackingmode' => { 326 => 0x309 }, + 'album' => { 403 => ['albm',"\xa9alb"], 405 => 'album', 411 => ['albm',"\xa9alb"], 544 => 'album' }, + 'albumartist' => { 184 => 'WM/AlbumArtist', 403 => 'aART', 411 => 'albr' }, + 'albumcoverurl' => { 184 => 'WM/AlbumCoverURL' }, + 'albumid' => { 403 => 'plID' }, + 'albumtitle' => { 184 => 'WM/AlbumTitle' }, + 'alreadyapplied' => { 515 => 'AlreadyApplied', 517 => 'AlreadyApplied' }, + 'alternatetitle' => { 534 => 'alternateTitle' }, + 'alternatetitlea-lang' => { 534 => [\'alternateTitle','alternateTitleA-lang'] }, + 'alternatetitlea-platform' => { 534 => [\'alternateTitle','alternateTitleA-platform'] }, + 'alternatetitletext' => { 534 => [\'alternateTitle','alternateTitleText'] }, + 'altitude' => { 202 => 0x6 }, + 'alttapename' => { 544 => 'altTapeName' }, + 'alttextaccessibility' => { 528 => 'AltTextAccessibility' }, + 'alttimecode' => { 544 => 'altTimecode' }, + 'alttimecodetimeformat' => { 544 => [\'altTimecode','altTimecodeTimeFormat'] }, + 'alttimecodetimevalue' => { 544 => [\'altTimecode','altTimecodeTimeValue'] }, + 'alttimecodevalue' => { 544 => [\'altTimecode','altTimecodeValue'] }, 'ambienceselection' => { 4 => 0x1 }, - 'ambientinfrared' => { 413 => 0x5c }, - 'ambientlight' => { 413 => 0x5e }, - 'ambienttemperature' => { 123 => 0x9400, 411 => 0x14, 412 => 0x46, 413 => 0x50, 477 => 0x4, 521 => 'Temperature' }, - 'ambienttemperaturefahrenheit' => { 411 => 0x13, 412 => 0x44, 413 => 0x4e }, - 'analogbalance' => { 123 => 0xc627 }, - 'analogcaptureiso' => { 142 => 0x89e }, - 'analogisotable' => { 142 => 0x89d }, - 'androidcapturefps' => { 404 => 'com.android.capture.fps' }, - 'androidversion' => { 404 => 'com.android.version' }, - 'angleadj' => { 107 => 0x10003, 113 => 0x8b }, - 'angleinforoll' => { 510 => 'AngleInfoRoll' }, - 'angleinfoyaw' => { 510 => 'AngleInfoYaw' }, - 'anti-blur' => { 451 => 0xb04b }, - 'antialiasstrength' => { 123 => 0xc632 }, - 'antiflicker' => { 59 => 0x20 }, - 'aperturelock' => { 306 => '38.2', 308 => '38.2', 309 => '38.2', 318 => '38.2', 319 => '38.2', 321 => 0xb8, 322 => 0xb8, 323 => 0xb8 }, - 'aperturemode' => { 410 => 'apmd' }, - 'aperturerange' => { 88 => 0x10d }, - 'apertureringuse' => { 365 => '1.4' }, - 'aperturesetting' => { 188 => 0x7, 437 => 0x30, 438 => 0x29, 439 => 0x1 }, - 'aperturevalue' => { 97 => 0x2, 123 => 0x9202, 330 => 0x1002, 394 => 0x401, 520 => 'ApertureValue' }, - 'appinfo' => { 492 => 'AppInfo' }, - 'appinfoapplication' => { 492 => [\'AppInfo','AppInfoApplication'] }, - 'appinfoitemuri' => { 492 => [\'AppInfo','AppInfoItemURI'] }, - 'appinfoversion' => { 492 => [\'AppInfo','AppInfoVersion'] }, + 'ambientinfrared' => { 414 => 0x5c }, + 'ambientlight' => { 414 => 0x5e }, + 'ambienttemperature' => { 124 => 0x9400, 412 => 0x14, 413 => 0x46, 414 => 0x50, 478 => 0x4, 522 => 'Temperature' }, + 'ambienttemperaturefahrenheit' => { 412 => 0x13, 413 => 0x44, 414 => 0x4e }, + 'analogbalance' => { 124 => 0xc627 }, + 'analogcaptureiso' => { 143 => 0x89e }, + 'analogisotable' => { 143 => 0x89d }, + 'androidcapturefps' => { 405 => 'com.android.capture.fps' }, + 'androidmake' => { 405 => 'com.android.manufacturer' }, + 'androidmodel' => { 405 => 'com.android.model' }, + 'androidversion' => { 405 => 'com.android.version' }, + 'angleadj' => { 108 => 0x10003, 114 => 0x8b }, + 'angleinforoll' => { 511 => 'AngleInfoRoll' }, + 'angleinfoyaw' => { 511 => 'AngleInfoYaw' }, + 'anti-blur' => { 452 => 0xb04b }, + 'antialiasstrength' => { 124 => 0xc632 }, + 'antiflicker' => { 60 => 0x20 }, + 'aperturelock' => { 307 => '38.2', 309 => '38.2', 310 => '38.2', 319 => '38.2', 320 => '38.2', 322 => 0xb8, 323 => 0xb8, 324 => 0xb8 }, + 'aperturemode' => { 411 => 'apmd' }, + 'aperturerange' => { 89 => 0x10d }, + 'apertureringuse' => { 366 => '1.4' }, + 'aperturesetting' => { 189 => 0x7, 438 => 0x30, 439 => 0x29, 440 => 0x1 }, + 'aperturevalue' => { 98 => 0x2, 124 => 0x9202, 331 => 0x1002, 395 => 0x401, 521 => 'ApertureValue' }, + 'appinfo' => { 493 => 'AppInfo' }, + 'appinfoapplication' => { 493 => [\'AppInfo','AppInfoApplication'] }, + 'appinfoitemuri' => { 493 => [\'AppInfo','AppInfoItemURI'] }, + 'appinfoversion' => { 493 => [\'AppInfo','AppInfoVersion'] }, 'apple_0x004e' => { 1 => 0x4e }, 'apple_0x004f' => { 1 => 0x4f }, - 'applekeywords' => { 334 => 'AAPL:Keywords' }, - 'applephotosvariationidentifier' => { 404 => 'apple.photos.variation-identifier' }, - 'applestoreaccount' => { 402 => 'apID' }, - 'applestoreaccounttype' => { 402 => 'akID' }, - 'applestorecatalogid' => { 402 => 'cnID' }, - 'applestorecountry' => { 402 => 'sfID' }, - 'applicationkeystring' => { 142 => 0x400 }, - 'applicationnotes' => { 123 => 0x2bc, 354 => 0x2bc }, - 'applicationrecordversion' => { 135 => 0x0 }, - 'applyautomatically' => { 339 => 'ApplyAutomatically' }, - 'applyshootingmeteringmode' => { 88 => 0x10e }, - 'approved' => { 522 => 'Approved' }, - 'approvedby' => { 522 => 'ApprovedBy' }, - 'approximatefnumber' => { 344 => 0x313, 351 => 0x3406 }, - 'approximatefocusdistance' => { 511 => 'ApproximateFocusDistance' }, - 'appversion' => { 526 => 'AppVersion' }, - 'aps-csizecapture' => { 470 => 0x114, 471 => [0x114,0x1eb,0x1ee,0x21a,0x21c] }, - 'aquahsl' => { 107 => 0x20914 }, - 'armidentifier' => { 136 => 0x78 }, - 'armversion' => { 136 => 0x7a }, - 'arranger' => { 402 => "\xa9arg", 410 => "\xa9arg" }, - 'arrangerkeywords' => { 410 => "\xa9ark" }, - 'artdirector' => { 402 => "\xa9ard" }, - 'artfilter' => { 325 => 0x529 }, - 'artfiltereffect' => { 325 => 0x52f }, - 'artist' => { 123 => 0x13b, 338 => 'Artist', 354 => 0x13b, 385 => 0x22e, 402 => "\xa9ART", 404 => 'artist', 410 => "\xa9ART", 539 => 'Artist', 543 => 'artist' }, - 'artistid' => { 402 => 'atID' }, - 'artmode' => { 117 => 0x301b }, - 'artmodeparameters' => { 117 => 0x310b }, - 'artwork' => { 404 => 'artwork' }, - 'artworkcircadatecreated' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOCircaDateCreated'] }, - 'artworkcontentdescription' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOContentDescription'] }, - 'artworkcontributiondescription' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOContributionDescription'] }, - 'artworkcopyrightnotice' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] }, - 'artworkcopyrightownerid' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerId'] }, - 'artworkcopyrightownername' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerName'] }, - 'artworkcreator' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] }, - 'artworkcreatorid' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOCreatorId'] }, - 'artworkdatecreated' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] }, - 'artworklicensorid' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorId'] }, - 'artworklicensorname' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorName'] }, - 'artworkorobject' => { 528 => 'ArtworkOrObject' }, - 'artworkphysicaldescription' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOPhysicalDescription'] }, - 'artworksource' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] }, - 'artworksourceinventoryno' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] }, - 'artworksourceinvurl' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvURL'] }, - 'artworkstyleperiod' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOStylePeriod'] }, - 'artworktitle' => { 528 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] }, - 'aspectframe' => { 329 => 0x1113 }, - 'aspectratio' => { 5 => 0x0, 329 => 0x1112, 385 => 0x80, 437 => 0x55, 438 => 0x55, 439 => 0xa, 464 => [0x192c,0x1a88], 465 => 0x192c, 466 => 0x1958, 467 => 0x192c, 468 => 0x188c }, - 'assetid' => { 504 => 'AssetID' }, - 'asshoticcprofile' => { 123 => 0xc68f }, - 'asshotneutral' => { 123 => 0xc628 }, - 'asshotpreprofilematrix' => { 123 => 0xc690 }, - 'asshotprofilename' => { 123 => 0xc6f6 }, - 'asshotwhitexy' => { 123 => 0xc629 }, - 'assignbktbutton' => { 305 => '4.2', 306 => '16.1', 308 => '16.1', 309 => '16.1', 318 => '16.1', 319 => '16.1' }, - 'assignfuncbutton' => { 88 => 0x70b }, - 'assignmb-d17af-onbutton' => { 309 => '79.1' }, - 'assignmb-d17funcbutton' => { 309 => '67.1' }, - 'assignmb-d17funcbuttonplusdials' => { 309 => '68.1' }, - 'assignmb-d18af-onbutton' => { 319 => '79.1' }, - 'assignmb-d18funcbutton' => { 319 => '67.1' }, - 'assignmb-d18funcbuttonplusdials' => { 319 => '68.1' }, - 'assignmoviefunc1buttonplusdials' => { 308 => '75.1', 309 => '75.1', 319 => '75.1' }, - 'assignmoviefunc2button' => { 308 => '82.1', 309 => '82.1', 319 => '82.1' }, - 'assignmoviepreviewbuttonplusdials' => { 308 => '75.2', 309 => '75.2', 319 => '75.2' }, - 'assignmovierecordbutton' => { 306 => '43.2', 318 => '45.1', 321 => 0x9b, 322 => 0x9b, 323 => 0x9b }, - 'assignmovierecordbuttonplusdials' => { 308 => '45.1', 309 => '45.1', 319 => '45.1' }, - 'assignmoviesubselector' => { 308 => '74.1', 309 => '74.1', 319 => '74.1' }, - 'assignmoviesubselectorplusdials' => { 308 => '76.1', 309 => '76.1', 319 => '76.1' }, - 'assignremotefnbutton' => { 306 => '54.1', 318 => '51.1' }, - 'assistbuttonfunction' => { 86 => 0xd }, - 'atcaptureusercrop' => { 142 => 0x943 }, - 'attributionname' => { 512 => 'attributionName' }, - 'attributionurl' => { 512 => 'attributionURL' }, - 'audio' => { 349 => 0x20 }, - 'audiobitrate' => { 70 => 0x6c, 528 => 'audioBitRate' }, - 'audiobitratemode' => { 528 => 'audioBitRateMode' }, - 'audiobitspersample' => { 528 => 'audioBitsPerSample' }, - 'audiobutton' => { 322 => 0x17b, 323 => 0x193 }, - 'audiobuttonplaybackmode' => { 322 => 0x1b9, 323 => 0x1d1 }, - 'audiochannelcount' => { 528 => 'audioChannelCount' }, - 'audiochannels' => { 70 => 0x70 }, - 'audiochanneltype' => { 543 => 'audioChannelType' }, - 'audiocompression' => { 88 => 0x816, 159 => 'Compression' }, - 'audiocompressor' => { 543 => 'audioCompressor' }, - 'audiodata' => { 495 => 'Data' }, - 'audioduration' => { 135 => 0x99 }, - 'audiogain' => { 404 => 'player.movie.audio.gain' }, - 'audiomimetype' => { 495 => 'Mime' }, - 'audiomoddate' => { 543 => 'audioModDate' }, - 'audiooutcue' => { 135 => 0x9a }, - 'audiosamplerate' => { 70 => 0x6e, 543 => 'audioSampleRate' }, - 'audiosampletype' => { 543 => 'audioSampleType' }, - 'audiosamplingrate' => { 135 => 0x97 }, - 'audiosamplingresolution' => { 135 => 0x98 }, - 'audiotype' => { 135 => 0x96 }, - 'author' => { 161 => 'Author', 334 => 'Author', 338 => 'Author', 401 => 'Author', 402 => ['auth',"\xa9aut"], 404 => 'author', 410 => 'auth', 509 => 'author', 530 => 'Author', 541 => 'Author' }, - 'authorsposition' => { 531 => 'AuthorsPosition' }, - 'authorurl' => { 183 => 'WM/AuthorURL' }, - 'autoafpointcolortracking' => { 88 => 0x51c }, + 'applekeywords' => { 335 => 'AAPL:Keywords' }, + 'applephotosvariationidentifier' => { 405 => 'apple.photos.variation-identifier' }, + 'applestoreaccount' => { 403 => 'apID' }, + 'applestoreaccounttype' => { 403 => 'akID' }, + 'applestorecatalogid' => { 403 => 'cnID' }, + 'applestorecountry' => { 403 => 'sfID' }, + 'applicationkeystring' => { 143 => 0x400 }, + 'applicationnotes' => { 124 => 0x2bc, 355 => 0x2bc }, + 'applicationrecordversion' => { 136 => 0x0 }, + 'applyautomatically' => { 340 => 'ApplyAutomatically' }, + 'applyshootingmeteringmode' => { 89 => 0x10e }, + 'approved' => { 523 => 'Approved' }, + 'approvedby' => { 523 => 'ApprovedBy' }, + 'approximatefnumber' => { 345 => 0x313, 352 => 0x3406 }, + 'approximatefocusdistance' => { 512 => 'ApproximateFocusDistance' }, + 'appversion' => { 527 => 'AppVersion' }, + 'aps-csizecapture' => { 471 => 0x114, 472 => [0x114,0x1eb,0x1ee,0x21a,0x21c] }, + 'aquahsl' => { 108 => 0x20914 }, + 'armidentifier' => { 137 => 0x78 }, + 'armversion' => { 137 => 0x7a }, + 'arranger' => { 403 => "\xa9arg", 411 => "\xa9arg" }, + 'arrangerkeywords' => { 411 => "\xa9ark" }, + 'artdirector' => { 403 => "\xa9ard" }, + 'artfilter' => { 326 => 0x529 }, + 'artfiltereffect' => { 326 => 0x52f }, + 'artist' => { 124 => 0x13b, 339 => 'Artist', 355 => 0x13b, 386 => 0x22e, 403 => "\xa9ART", 405 => 'artist', 411 => "\xa9ART", 540 => 'Artist', 544 => 'artist' }, + 'artistid' => { 403 => 'atID' }, + 'artmode' => { 118 => 0x301b }, + 'artmodeparameters' => { 118 => 0x310b }, + 'artwork' => { 405 => 'artwork' }, + 'artworkcircadatecreated' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOCircaDateCreated'] }, + 'artworkcontentdescription' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOContentDescription'] }, + 'artworkcontributiondescription' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOContributionDescription'] }, + 'artworkcopyrightnotice' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] }, + 'artworkcopyrightownerid' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerId'] }, + 'artworkcopyrightownername' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerName'] }, + 'artworkcreator' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] }, + 'artworkcreatorid' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOCreatorId'] }, + 'artworkdatecreated' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] }, + 'artworklicensorid' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorId'] }, + 'artworklicensorname' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorName'] }, + 'artworkorobject' => { 529 => 'ArtworkOrObject' }, + 'artworkphysicaldescription' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOPhysicalDescription'] }, + 'artworksource' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] }, + 'artworksourceinventoryno' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] }, + 'artworksourceinvurl' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvURL'] }, + 'artworkstyleperiod' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOStylePeriod'] }, + 'artworktitle' => { 529 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] }, + 'aspectframe' => { 330 => 0x1113 }, + 'aspectratio' => { 5 => 0x0, 330 => 0x1112, 386 => 0x80, 438 => 0x55, 439 => 0x55, 440 => 0xa, 465 => [0x192c,0x1a88], 466 => 0x192c, 467 => 0x1958, 468 => 0x192c, 469 => 0x188c }, + 'assetid' => { 505 => 'AssetID' }, + 'asshoticcprofile' => { 124 => 0xc68f }, + 'asshotneutral' => { 124 => 0xc628 }, + 'asshotpreprofilematrix' => { 124 => 0xc690 }, + 'asshotprofilename' => { 124 => 0xc6f6 }, + 'asshotwhitexy' => { 124 => 0xc629 }, + 'assignbktbutton' => { 306 => '4.2', 307 => '16.1', 309 => '16.1', 310 => '16.1', 319 => '16.1', 320 => '16.1' }, + 'assignfuncbutton' => { 89 => 0x70b }, + 'assignmb-d17af-onbutton' => { 310 => '79.1' }, + 'assignmb-d17funcbutton' => { 310 => '67.1' }, + 'assignmb-d17funcbuttonplusdials' => { 310 => '68.1' }, + 'assignmb-d18af-onbutton' => { 320 => '79.1' }, + 'assignmb-d18funcbutton' => { 320 => '67.1' }, + 'assignmb-d18funcbuttonplusdials' => { 320 => '68.1' }, + 'assignmoviefunc1buttonplusdials' => { 309 => '75.1', 310 => '75.1', 320 => '75.1' }, + 'assignmoviefunc2button' => { 309 => '82.1', 310 => '82.1', 320 => '82.1' }, + 'assignmoviepreviewbuttonplusdials' => { 309 => '75.2', 310 => '75.2', 320 => '75.2' }, + 'assignmovierecordbutton' => { 307 => '43.2', 319 => '45.1', 322 => 0x9b, 323 => 0x9b, 324 => 0x9b }, + 'assignmovierecordbuttonplusdials' => { 309 => '45.1', 310 => '45.1', 320 => '45.1' }, + 'assignmoviesubselector' => { 309 => '74.1', 310 => '74.1', 320 => '74.1' }, + 'assignmoviesubselectorplusdials' => { 309 => '76.1', 310 => '76.1', 320 => '76.1' }, + 'assignremotefnbutton' => { 307 => '54.1', 319 => '51.1' }, + 'assistbuttonfunction' => { 87 => 0xd }, + 'atcaptureusercrop' => { 143 => 0x943 }, + 'attributionname' => { 513 => 'attributionName' }, + 'attributionurl' => { 513 => 'attributionURL' }, + 'audio' => { 350 => 0x20 }, + 'audiobitrate' => { 71 => 0x6c, 529 => 'audioBitRate' }, + 'audiobitratemode' => { 529 => 'audioBitRateMode' }, + 'audiobitspersample' => { 529 => 'audioBitsPerSample' }, + 'audiobutton' => { 323 => 0x17b, 324 => 0x193 }, + 'audiobuttonplaybackmode' => { 323 => 0x1b9, 324 => 0x1d1 }, + 'audiochannelcount' => { 529 => 'audioChannelCount' }, + 'audiochannels' => { 71 => 0x70 }, + 'audiochanneltype' => { 544 => 'audioChannelType' }, + 'audiocompression' => { 89 => 0x816, 160 => 'Compression' }, + 'audiocompressor' => { 544 => 'audioCompressor' }, + 'audiodata' => { 496 => 'Data' }, + 'audioduration' => { 136 => 0x99 }, + 'audiogain' => { 405 => 'player.movie.audio.gain' }, + 'audiomimetype' => { 496 => 'Mime' }, + 'audiomoddate' => { 544 => 'audioModDate' }, + 'audiooutcue' => { 136 => 0x9a }, + 'audiosamplerate' => { 71 => 0x6e, 544 => 'audioSampleRate' }, + 'audiosampletype' => { 544 => 'audioSampleType' }, + 'audiosamplingrate' => { 136 => 0x97 }, + 'audiosamplingresolution' => { 136 => 0x98 }, + 'audiotype' => { 136 => 0x96 }, + 'author' => { 162 => 'Author', 335 => 'Author', 339 => 'Author', 402 => 'Author', 403 => ['auth',"\xa9aut"], 405 => 'author', 411 => 'auth', 510 => 'author', 531 => 'Author', 542 => 'Author' }, + 'authorsposition' => { 532 => 'AuthorsPosition' }, + 'authorurl' => { 184 => 'WM/AuthorURL' }, + 'autoafpointcolortracking' => { 89 => 0x51c }, 'autoafpointseleositraf' => { 2 => 0xa }, - 'autoaperture' => { 375 => '0.1' }, - 'autobracket' => { 427 => 0x19 }, - 'autobracketing' => { 131 => 0x1100, 385 => 0x18, 417 => 0x1007 }, - 'autobracketingmode' => { 317 => '12.3' }, - 'autobracketingset' => { 317 => '12.1' }, - 'autobracketmodem' => { 305 => '21.2', 306 => '13.3', 308 => '13.2', 309 => '13.2', 314 => '26.2', 318 => '13.3', 319 => '13.2', 321 => 0x5f, 322 => 0x5f, 323 => 0x5f }, - 'autobracketorder' => { 188 => 0x43, 305 => '21.3', 306 => '13.2', 308 => '13.1', 309 => '13.1', 314 => '26.3', 315 => '12.2', 316 => '2.2', 317 => '12.2', 318 => '13.2', 319 => '13.1', 320 => '13.2', 321 => 0x61, 322 => 0x61, 323 => 0x61 }, - 'autobracketset' => { 305 => '21.1', 306 => '13.1', 310 => '11.1', 311 => '12.1', 312 => '12.1', 314 => '26.1', 315 => '12.1', 316 => '2.1', 318 => '13.1', 320 => '13.1' }, - 'autobrightness' => { 514 => 'AutoBrightness', 516 => 'AutoBrightness' }, - 'autocapturecriteria' => { 200 => 0x1 }, - 'autocapturecriteriamotiondirection' => { 200 => 0x5f }, - 'autocapturecriteriamotionsize' => { 200 => 0x64 }, - 'autocapturecriteriamotionspeed' => { 200 => 0x63 }, - 'autocapturecriteriasubjectsize' => { 200 => 0x69 }, - 'autocapturecriteriasubjecttype' => { 200 => 0x6a }, - 'autocapturedframe' => { 200 => 0x0 }, - 'autocapturedistancefar' => { 200 => 0x4a }, - 'autocapturedistancenear' => { 200 => 0x4e }, - 'autocapturepreset' => { 249 => 0x746 }, - 'autocapturerecordingtime' => { 200 => 0x37 }, - 'autocapturewaittime' => { 200 => 0x38 }, - 'autocontrast' => { 514 => 'AutoContrast', 516 => 'AutoContrast' }, - 'autodistortioncontrol' => { 214 => 0x4, 244 => 0x143 }, - 'autodynamicrange' => { 131 => 0x140b }, - 'autoexposure' => { 514 => 'AutoExposure', 516 => 'AutoExposure' }, - 'autoexposurebracketing' => { 80 => 0x10 }, - 'autoflashisosensitivity' => { 308 => '38.5', 309 => '38.5', 319 => '38.5', 321 => 0x5b, 322 => 0x5b, 323 => 0x5b }, - 'autofocus' => { 328 => 0x209 }, - 'autofocusmoderestrictions' => { 321 => 0x107, 322 => 0x107, 323 => 0x11d }, - 'autofp' => { 316 => '7.3', 320 => '31.4' }, - 'autoiso' => { 80 => 0x1, 117 => 0x3008, 245 => 0x152, 246 => 0x152, 247 => 0x142, 248 => 0x156, 249 => 0x156, 307 => '1.1', 316 => '1.1' }, - 'autoisomax' => { 307 => '1.2', 316 => '1.2' }, - 'autoisominshutterspeed' => { 307 => '1.3', 316 => '1.3' }, - 'autolateralca' => { 514 => 'AutoLateralCA', 516 => 'AutoLateralCA' }, - 'autolightingoptimizer' => { 16 => 0xbe, 17 => 0xbf, 20 => 0xbf, 65 => 0x2, 88 => 0x204, 107 => 0x20500, 113 => 0x6f }, - 'autolightingoptimizeron' => { 107 => '0x20500.0', 113 => 0x6e }, - 'autoportraitframed' => { 451 => 0x2016 }, - 'autoredeye' => { 298 => 0xfe28a44f }, - 'autorotate' => { 80 => 0x1b }, - 'autoshadows' => { 514 => 'AutoShadows', 516 => 'AutoShadows' }, - 'autotone' => { 514 => 'AutoTone', 516 => 'AutoTone' }, - 'autotonedigest' => { 514 => 'AutoToneDigest', 516 => 'AutoToneDigest' }, - 'autotonedigestnosat' => { 514 => 'AutoToneDigestNoSat', 516 => 'AutoToneDigestNoSat' }, - 'autowhiteversion' => { 514 => 'AutoWhiteVersion', 516 => 'AutoWhiteVersion' }, - 'auxiliarylens' => { 240 => 0x82 }, - 'avaperturesetting' => { 365 => 0x13 }, - 'averageblacklevel' => { 47 => 0xe7, 49 => 0xfb, 50 => 0x114, 51 => 0x146 }, - 'averagelv' => { 191 => 0x38 }, - 'avsettingwithoutlens' => { 88 => 0x707 }, - 'azimuth' => { 169 => 'Azimuth' }, - 'babyage' => { 349 => [0x8010,0x33] }, - 'babyname' => { 349 => 0x66 }, - 'backgroundalpha' => { 538 => 'bgalpha' }, - 'balance' => { 404 => 'player.movie.audio.balance' }, - 'baseexposurecompensation' => { 365 => 0x15 }, - 'baseiso' => { 80 => 0x2, 101 => 0x101c, 142 => 0x903, 351 => 0x312a, 483 => 0x6 }, - 'baseisodaylight' => { 142 => 0x910 }, - 'baseisoflash' => { 142 => 0x913 }, - 'baseisofluorescent' => { 142 => 0x912 }, - 'baseisotungsten' => { 142 => 0x911 }, - 'baselineexposure' => { 123 => 0xc62a }, - 'baselineexposureoffset' => { 123 => 0xc7a5 }, - 'baselinenoise' => { 123 => 0xc62b }, - 'baselinesharpness' => { 123 => 0xc62c }, - 'baserenditionishdr' => { 525 => 'BaseRenditionIsHDR' }, - 'baseurl' => { 541 => 'BaseURL' }, - 'bass' => { 404 => 'player.movie.audio.bass' }, - 'batterylevel' => { 349 => 0x38, 437 => 0x51, 441 => 0xc, 442 => 0x4, 443 => 0x4, 484 => 0x7, 485 => 0x5 }, - 'batterylevel2' => { 485 => 0x7 }, - 'batterylevelgrip1' => { 484 => 0x6 }, - 'batterylevelgrip2' => { 484 => 0x8 }, - 'batteryorder' => { 305 => '12.5', 314 => '13.2', 315 => '2.1', 318 => '3.1' }, - 'batterystate' => { 188 => 0x60, 437 => 0x50, 443 => 0x14 }, - 'batterytemperature' => { 441 => 0x1, 443 => 0x2, 484 => 0x5 }, - 'batterytype' => { 67 => 0x38, 413 => 0x66 }, - 'batteryunknown' => { 441 => 0x2, 443 => 0x0 }, - 'batteryvoltage' => { 142 => 0x408, 411 => 0x2a, 412 => 0x49, 413 => 0x62, 441 => 0x8 }, - 'batteryvoltage1' => { 443 => 0x6 }, - 'batteryvoltage2' => { 443 => 0x8 }, - 'batteryvoltageavg' => { 413 => 0x64 }, - 'bayergreensplit' => { 123 => 0xc62d }, - 'bayerpattern' => { 141 => 0xf902, 192 => 0x17 }, - 'beatsperminute' => { 402 => 'tmpo' }, - 'beatspliceparams' => { 543 => 'beatSpliceParams' }, - 'beatspliceparamsriseindecibel' => { 543 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] }, - 'beatspliceparamsriseintimeduration' => { 543 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] }, - 'beatspliceparamsriseintimedurationscale' => { 543 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] }, - 'beatspliceparamsriseintimedurationvalue' => { 543 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] }, - 'beatspliceparamsusefilebeatsmarker' => { 543 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] }, - 'beep' => { 305 => '13.1', 306 => '5.4', 307 => '0.1', 310 => '2.1', 311 => '3.1', 312 => '3.1', 314 => '10.1', 316 => '0.1', 318 => '5.5', 320 => '4.1' }, - 'beeppitch' => { 315 => '3.1' }, - 'beepvolume' => { 315 => '4.5' }, - 'bestqualityscale' => { 123 => 0xc65c }, - 'bestshotmode' => { 117 => 0x3007 }, - 'bitdepth' => { 166 => 'BitDepth', 192 => 0x11, 264 => 0x41 }, - 'bitspercomponent' => { 137 => 0x87 }, - 'bitspersample' => { 123 => 0x102, 354 => 0xa, 539 => 'BitsPerSample' }, - 'blackacquirerows' => { 142 => 0x18ba }, - 'blacklevel' => { 123 => [0x7310,0xc61a], 211 => 0x20, 240 => 0x3d, 330 => [0x401,0x1012], 394 => 0x21d, 458 => [0x7300,0x7310] }, - 'blacklevel2' => { 329 => 0x600, 333 => 0x600 }, - 'blacklevelblue' => { 354 => 0x1e }, - 'blacklevelbottom' => { 142 => 0x3f0 }, - 'blackleveldata' => { 394 => 0x223 }, - 'blackleveldeltah' => { 123 => 0xc61b }, - 'blackleveldeltav' => { 123 => 0xc61c }, - 'blacklevelgreen' => { 354 => 0x1d }, - 'blacklevelred' => { 354 => 0x1c }, - 'blacklevelrepeatdim' => { 123 => 0xc619 }, - 'blacklevelrough' => { 142 => 0x40e }, - 'blacklevelroughafter' => { 142 => 0x416 }, + 'autoaperture' => { 376 => '0.1' }, + 'autobracket' => { 428 => 0x19 }, + 'autobracketing' => { 132 => 0x1100, 386 => 0x18, 418 => 0x1007 }, + 'autobracketingmode' => { 318 => '12.3' }, + 'autobracketingset' => { 318 => '12.1' }, + 'autobracketmodem' => { 306 => '21.2', 307 => '13.3', 309 => '13.2', 310 => '13.2', 315 => '26.2', 319 => '13.3', 320 => '13.2', 322 => 0x5f, 323 => 0x5f, 324 => 0x5f }, + 'autobracketorder' => { 189 => 0x43, 306 => '21.3', 307 => '13.2', 309 => '13.1', 310 => '13.1', 315 => '26.3', 316 => '12.2', 317 => '2.2', 318 => '12.2', 319 => '13.2', 320 => '13.1', 321 => '13.2', 322 => 0x61, 323 => 0x61, 324 => 0x61 }, + 'autobracketset' => { 306 => '21.1', 307 => '13.1', 311 => '11.1', 312 => '12.1', 313 => '12.1', 315 => '26.1', 316 => '12.1', 317 => '2.1', 319 => '13.1', 321 => '13.1' }, + 'autobrightness' => { 515 => 'AutoBrightness', 517 => 'AutoBrightness' }, + 'autocapturecriteria' => { 201 => 0x1 }, + 'autocapturecriteriamotiondirection' => { 201 => 0x5f }, + 'autocapturecriteriamotionsize' => { 201 => 0x64 }, + 'autocapturecriteriamotionspeed' => { 201 => 0x63 }, + 'autocapturecriteriasubjectsize' => { 201 => 0x69 }, + 'autocapturecriteriasubjecttype' => { 201 => 0x6a }, + 'autocapturedframe' => { 201 => 0x0 }, + 'autocapturedistancefar' => { 201 => 0x4a }, + 'autocapturedistancenear' => { 201 => 0x4e }, + 'autocapturepreset' => { 250 => 0x746 }, + 'autocapturerecordingtime' => { 201 => 0x37 }, + 'autocapturewaittime' => { 201 => 0x38 }, + 'autocontrast' => { 515 => 'AutoContrast', 517 => 'AutoContrast' }, + 'autodistortioncontrol' => { 215 => 0x4, 245 => 0x143 }, + 'autodynamicrange' => { 132 => 0x140b }, + 'autoexposure' => { 515 => 'AutoExposure', 517 => 'AutoExposure' }, + 'autoexposurebracketing' => { 81 => 0x10 }, + 'autoflashisosensitivity' => { 309 => '38.5', 310 => '38.5', 320 => '38.5', 322 => 0x5b, 323 => 0x5b, 324 => 0x5b }, + 'autofocus' => { 329 => 0x209 }, + 'autofocusmoderestrictions' => { 322 => 0x107, 323 => 0x107, 324 => 0x11d }, + 'autofp' => { 317 => '7.3', 321 => '31.4' }, + 'autoiso' => { 81 => 0x1, 118 => 0x3008, 246 => 0x152, 247 => 0x152, 248 => 0x142, 249 => 0x156, 250 => 0x156, 308 => '1.1', 317 => '1.1' }, + 'autoisomax' => { 308 => '1.2', 317 => '1.2' }, + 'autoisominshutterspeed' => { 308 => '1.3', 317 => '1.3' }, + 'autolateralca' => { 515 => 'AutoLateralCA', 517 => 'AutoLateralCA' }, + 'autolightingoptimizer' => { 16 => 0xbe, 17 => 0xbf, 20 => 0xbf, 66 => 0x2, 89 => 0x204, 108 => 0x20500, 114 => 0x6f }, + 'autolightingoptimizeron' => { 108 => '0x20500.0', 114 => 0x6e }, + 'autoportraitframed' => { 452 => 0x2016 }, + 'autoredeye' => { 299 => 0xfe28a44f }, + 'autorotate' => { 81 => 0x1b }, + 'autoshadows' => { 515 => 'AutoShadows', 517 => 'AutoShadows' }, + 'autotone' => { 515 => 'AutoTone', 517 => 'AutoTone' }, + 'autotonedigest' => { 515 => 'AutoToneDigest', 517 => 'AutoToneDigest' }, + 'autotonedigestnosat' => { 515 => 'AutoToneDigestNoSat', 517 => 'AutoToneDigestNoSat' }, + 'autowhiteversion' => { 515 => 'AutoWhiteVersion', 517 => 'AutoWhiteVersion' }, + 'auxiliarylens' => { 241 => 0x82 }, + 'avaperturesetting' => { 366 => 0x13 }, + 'averageblacklevel' => { 48 => 0xe7, 50 => 0xfb, 51 => 0x114, 52 => 0x146 }, + 'averagelv' => { 192 => 0x38 }, + 'avsettingwithoutlens' => { 89 => 0x707 }, + 'azimuth' => { 170 => 'Azimuth' }, + 'babyage' => { 350 => [0x8010,0x33] }, + 'babyname' => { 350 => 0x66 }, + 'backgroundalpha' => { 539 => 'bgalpha' }, + 'balance' => { 405 => 'player.movie.audio.balance' }, + 'baseexposurecompensation' => { 366 => 0x15 }, + 'baseiso' => { 81 => 0x2, 102 => 0x101c, 143 => 0x903, 352 => 0x312a, 484 => 0x6 }, + 'baseisodaylight' => { 143 => 0x910 }, + 'baseisoflash' => { 143 => 0x913 }, + 'baseisofluorescent' => { 143 => 0x912 }, + 'baseisotungsten' => { 143 => 0x911 }, + 'baselineexposure' => { 124 => 0xc62a }, + 'baselineexposureoffset' => { 124 => 0xc7a5 }, + 'baselinenoise' => { 124 => 0xc62b }, + 'baselinesharpness' => { 124 => 0xc62c }, + 'baserenditionishdr' => { 526 => 'BaseRenditionIsHDR' }, + 'baseurl' => { 542 => 'BaseURL' }, + 'bass' => { 405 => 'player.movie.audio.bass' }, + 'batterylevel' => { 350 => 0x38, 438 => 0x51, 442 => 0xc, 443 => 0x4, 444 => 0x4, 485 => 0x7, 486 => 0x5 }, + 'batterylevel2' => { 486 => 0x7 }, + 'batterylevelgrip1' => { 485 => 0x6 }, + 'batterylevelgrip2' => { 485 => 0x8 }, + 'batteryorder' => { 306 => '12.5', 315 => '13.2', 316 => '2.1', 319 => '3.1' }, + 'batterystate' => { 189 => 0x60, 438 => 0x50, 444 => 0x14 }, + 'batterytemperature' => { 442 => 0x1, 444 => 0x2, 485 => 0x5 }, + 'batterytype' => { 68 => 0x38, 414 => 0x66 }, + 'batteryunknown' => { 442 => 0x2, 444 => 0x0 }, + 'batteryvoltage' => { 143 => 0x408, 412 => 0x2a, 413 => 0x49, 414 => 0x62, 442 => 0x8 }, + 'batteryvoltage1' => { 444 => 0x6 }, + 'batteryvoltage2' => { 444 => 0x8 }, + 'batteryvoltageavg' => { 414 => 0x64 }, + 'bayergreensplit' => { 124 => 0xc62d }, + 'bayerpattern' => { 142 => 0xf902, 193 => 0x17 }, + 'beatsperminute' => { 403 => 'tmpo' }, + 'beatspliceparams' => { 544 => 'beatSpliceParams' }, + 'beatspliceparamsriseindecibel' => { 544 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] }, + 'beatspliceparamsriseintimeduration' => { 544 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] }, + 'beatspliceparamsriseintimedurationscale' => { 544 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] }, + 'beatspliceparamsriseintimedurationvalue' => { 544 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] }, + 'beatspliceparamsusefilebeatsmarker' => { 544 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] }, + 'beep' => { 306 => '13.1', 307 => '5.4', 308 => '0.1', 311 => '2.1', 312 => '3.1', 313 => '3.1', 315 => '10.1', 317 => '0.1', 319 => '5.5', 321 => '4.1' }, + 'beeppitch' => { 316 => '3.1' }, + 'beepvolume' => { 316 => '4.5' }, + 'bestqualityscale' => { 124 => 0xc65c }, + 'bestshotmode' => { 118 => 0x3007 }, + 'bitdepth' => { 167 => 'BitDepth', 193 => 0x11, 265 => 0x41 }, + 'bitspercomponent' => { 138 => 0x87 }, + 'bitspersample' => { 124 => 0x102, 355 => 0xa, 540 => 'BitsPerSample' }, + 'blackacquirerows' => { 143 => 0x18ba }, + 'blacklevel' => { 124 => [0x7310,0xc61a], 212 => 0x20, 241 => 0x3d, 331 => [0x401,0x1012], 395 => 0x21d, 459 => [0x7300,0x7310] }, + 'blacklevel2' => { 330 => 0x600, 334 => 0x600 }, + 'blacklevelblue' => { 355 => 0x1e }, + 'blacklevelbottom' => { 143 => 0x3f0 }, + 'blackleveldata' => { 395 => 0x223 }, + 'blackleveldeltah' => { 124 => 0xc61b }, + 'blackleveldeltav' => { 124 => 0xc61c }, + 'blacklevelgreen' => { 355 => 0x1d }, + 'blacklevelred' => { 355 => 0x1c }, + 'blacklevelrepeatdim' => { 124 => 0xc619 }, + 'blacklevelrough' => { 143 => 0x40e }, + 'blacklevelroughafter' => { 143 => 0x416 }, 'blacklevels' => { 37 => 0x1d }, - 'blackleveltop' => { 142 => 0x3ef }, - 'blackpoint' => { 385 => 0x200 }, - 'blacks2012' => { 514 => 'Blacks2012', 516 => 'Blacks2012' }, - 'blacksadj' => { 488 => 0x9018 }, - 'bleachbypasstoning' => { 385 => 0x7f }, - 'blockshotafresponse' => { 308 => '1.5', 309 => '1.5', 319 => '1.5', 321 => 0x7, 322 => 0x7, 323 => 0x7 }, - 'blogtitle' => { 533 => 'blogTitle' }, - 'blogurl' => { 533 => 'blogURL' }, - 'bluebalance' => { 330 => 0x1018, 354 => 0x12, 385 => 0x1b }, - 'bluecurvelimits' => { 112 => 0x1fe }, - 'bluecurvepoints' => { 111 => 0x79, 112 => 0x1d4 }, - 'bluehsl' => { 107 => 0x20915 }, - 'bluehue' => { 514 => 'BlueHue', 516 => 'BlueHue' }, - 'bluesaturation' => { 514 => 'BlueSaturation', 516 => 'BlueSaturation' }, - 'bluratinfinity' => { 500 => 'BlurAtInfinity' }, - 'blurcontrol' => { 385 => 0x82 }, - 'blurwarning' => { 131 => 0x1300 }, - 'bodybatteryadload' => { 363 => 0x3 }, - 'bodybatteryadnoload' => { 363 => 0x2 }, - 'bodybatterypercent' => { 363 => 0x3 }, - 'bodybatterystate' => { 363 => ['1.1',0x2] }, - 'bodybatteryvoltage' => { 363 => 0x4 }, - 'bodybatteryvoltage1' => { 363 => 0x2 }, - 'bodybatteryvoltage2' => { 363 => 0x4 }, - 'bodybatteryvoltage3' => { 363 => 0x6 }, - 'bodybatteryvoltage4' => { 363 => 0x8 }, - 'bodyfirmware' => { 418 => 0x0 }, - 'bodyfirmwareversion' => { 326 => 0x104, 327 => 0x100, 330 => 0x104 }, - 'bodyserialnumber' => { 418 => 0x10 }, - 'bookedition' => { 533 => 'bookEdition' }, - 'bootloaderversion' => { 412 => 0x26 }, - 'bracketbutton' => { 246 => 0x808, 249 => 0x80c }, - 'bracketbuttonplaybackmode' => { 246 => 0x810, 249 => 0x816 }, - 'bracketincrement' => { 245 => 0x22e, 246 => 0x22e, 247 => 0x21a, 248 => 0x22e, 249 => 0x22e }, - 'bracketmode' => { 59 => 0x3 }, - 'bracketprogram' => { 245 => 0x22c, 246 => 0x22c, 247 => 0x218, 248 => 0x22c, 249 => 0x22c }, - 'bracketsequence' => { 117 => 0x301d }, - 'bracketset' => { 245 => 0x22a, 246 => 0x22a, 247 => 0x216, 248 => 0x22a, 249 => 0x22a }, - 'bracketsettings' => { 349 => 0x45 }, - 'bracketshotnumber' => { 59 => 0x5, 365 => 0x9, 448 => 0x2b }, - 'bracketshotnumber2' => { 448 => 0x2d }, - 'bracketstep' => { 185 => 0xe }, - 'bracketvalue' => { 59 => 0x4 }, - 'brightness' => { 123 => 0xfe53, 160 => 'Brightness', 180 => 'Brightness', 185 => 0x2c, 256 => 0x34, 257 => 0x39, 258 => 0x41, 404 => 'player.movie.visual.brightness', 411 => 0x25, 413 => 0x54, 437 => 0x22, 451 => 0x2007, 514 => 'Brightness', 516 => 'Brightness' }, - 'brightnessadj' => { 112 => 0x114, 291 => 0x0, 301 => 0x2d, 488 => 0x8018 }, - 'brightnessvalue' => { 123 => 0x9203, 191 => [0x691,0x49c3], 330 => 0x1003, 456 => 0x1e, 460 => 0x1140, 461 => 0x1140, 462 => 0x111c, 463 => 0x1198, 464 => 0x1174, 465 => 0x102c, 466 => 0x224, 467 => 0x224, 468 => 0x219, 520 => 'BrightnessValue' }, - 'buildnumber' => { 195 => 0x5500 }, - 'bulbduration' => { 80 => 0x18 }, - 'burstcount' => { 142 => 0x40d }, - 'burstgroupid' => { 242 => 0x4 }, - 'burstid' => { 496 => 'BurstID' }, - 'burstmode' => { 144 => 0xa, 349 => 0x2a }, - 'burstmode2' => { 144 => 0x18 }, - 'burstprimary' => { 496 => 'BurstPrimary' }, - 'burstshot' => { 427 => 0x34 }, - 'burstspeed' => { 349 => 0x77 }, + 'blackleveltop' => { 143 => 0x3ef }, + 'blackpoint' => { 386 => 0x200 }, + 'blacks2012' => { 515 => 'Blacks2012', 517 => 'Blacks2012' }, + 'blacksadj' => { 489 => 0x9018 }, + 'bleachbypasstoning' => { 386 => 0x7f }, + 'blockshotafresponse' => { 309 => '1.5', 310 => '1.5', 320 => '1.5', 322 => 0x7, 323 => 0x7, 324 => 0x7 }, + 'blogtitle' => { 534 => 'blogTitle' }, + 'blogurl' => { 534 => 'blogURL' }, + 'bluebalance' => { 331 => 0x1018, 355 => 0x12, 386 => 0x1b }, + 'bluecurvelimits' => { 113 => 0x1fe }, + 'bluecurvepoints' => { 112 => 0x79, 113 => 0x1d4 }, + 'bluehsl' => { 108 => 0x20915 }, + 'bluehue' => { 515 => 'BlueHue', 517 => 'BlueHue' }, + 'bluesaturation' => { 515 => 'BlueSaturation', 517 => 'BlueSaturation' }, + 'bluratinfinity' => { 501 => 'BlurAtInfinity' }, + 'blurcontrol' => { 386 => 0x82 }, + 'blurwarning' => { 132 => 0x1300 }, + 'bodybatteryadload' => { 364 => 0x3 }, + 'bodybatteryadnoload' => { 364 => 0x2 }, + 'bodybatterypercent' => { 364 => 0x3 }, + 'bodybatterystate' => { 364 => ['1.1',0x2] }, + 'bodybatteryvoltage' => { 364 => 0x4 }, + 'bodybatteryvoltage1' => { 364 => 0x2 }, + 'bodybatteryvoltage2' => { 364 => 0x4 }, + 'bodybatteryvoltage3' => { 364 => 0x6 }, + 'bodybatteryvoltage4' => { 364 => 0x8 }, + 'bodyfirmware' => { 419 => 0x0 }, + 'bodyfirmwareversion' => { 327 => 0x104, 328 => 0x100, 331 => 0x104 }, + 'bodyserialnumber' => { 419 => 0x10 }, + 'bookedition' => { 534 => 'bookEdition' }, + 'bootloaderversion' => { 413 => 0x26 }, + 'bracketbutton' => { 247 => 0x808, 250 => 0x80c }, + 'bracketbuttonplaybackmode' => { 247 => 0x810, 250 => 0x816 }, + 'bracketincrement' => { 246 => 0x22e, 247 => 0x22e, 248 => 0x21a, 249 => 0x22e, 250 => 0x22e }, + 'bracketmode' => { 60 => 0x3 }, + 'bracketprogram' => { 246 => 0x22c, 247 => 0x22c, 248 => 0x218, 249 => 0x22c, 250 => 0x22c }, + 'bracketsequence' => { 118 => 0x301d }, + 'bracketset' => { 246 => 0x22a, 247 => 0x22a, 248 => 0x216, 249 => 0x22a, 250 => 0x22a }, + 'bracketsettings' => { 350 => 0x45 }, + 'bracketshotnumber' => { 60 => 0x5, 366 => 0x9, 449 => 0x2b }, + 'bracketshotnumber2' => { 449 => 0x2d }, + 'bracketstep' => { 186 => 0xe }, + 'bracketvalue' => { 60 => 0x4 }, + 'brightness' => { 124 => 0xfe53, 161 => 'Brightness', 181 => 'Brightness', 186 => 0x2c, 257 => 0x34, 258 => 0x39, 259 => 0x41, 405 => 'player.movie.visual.brightness', 412 => 0x25, 414 => 0x54, 438 => 0x22, 452 => 0x2007, 515 => 'Brightness', 517 => 'Brightness' }, + 'brightnessadj' => { 113 => 0x114, 292 => 0x0, 302 => 0x2d, 489 => 0x8018 }, + 'brightnessvalue' => { 124 => 0x9203, 192 => [0x691,0x49c3], 331 => 0x1003, 457 => 0x1e, 461 => 0x1140, 462 => 0x1140, 463 => 0x111c, 464 => 0x1198, 465 => 0x1174, 466 => 0x102c, 467 => 0x224, 468 => 0x224, 469 => 0x219, 521 => 'BrightnessValue' }, + 'buildnumber' => { 196 => 0x5500 }, + 'bulbduration' => { 81 => 0x18 }, + 'burstcount' => { 143 => 0x40d }, + 'burstgroupid' => { 243 => 0x4 }, + 'burstid' => { 497 => 'BurstID' }, + 'burstmode' => { 145 => 0xa, 350 => 0x2a }, + 'burstmode2' => { 145 => 0x18 }, + 'burstprimary' => { 497 => 'BurstPrimary' }, + 'burstshot' => { 428 => 0x34 }, + 'burstspeed' => { 350 => 0x77 }, 'burstuuid' => { 1 => 0xb }, - 'buttonfunctioncontroloff' => { 88 => 0x70a }, - 'bwadjustment' => { 131 => 0x1049 }, - 'bwfilter' => { 185 => 0x2a, 193 => 0x39 }, - 'bwmagentagreen' => { 131 => 0x104b }, - 'bwmode' => { 330 => 0x203 }, - 'by-line' => { 135 => 0x50 }, - 'by-linetitle' => { 135 => 0x55 }, - 'bytecount' => { 533 => 'byteCount' }, - 'c14configuration' => { 142 => 0x1964 }, - 'cacheversion' => { 123 => 0xc7aa }, - 'calibratedfocallength' => { 120 => 'CalibratedFocalLength' }, - 'calibratedopticalcenterx' => { 120 => 'CalibratedOpticalCenterX' }, - 'calibratedopticalcentery' => { 120 => 'CalibratedOpticalCenterY' }, - 'calibration' => { 427 => [0x24,0x30] }, - 'calibrationhistory' => { 142 => 0x9c9 }, - 'calibrationilluminant1' => { 123 => 0xc65a }, - 'calibrationilluminant2' => { 123 => 0xc65b }, - 'calibrationilluminant3' => { 123 => 0xcd31 }, - 'calibrationversion' => { 142 => 0x9c6 }, - 'callforimage' => { 504 => 'CallForImage' }, - 'camera' => { 492 => [\'Cameras','CamerasCamera'] }, - 'cameraangle' => { 410 => 'angl', 543 => 'cameraAngle' }, - 'cameraappinfo' => { 492 => [\'Cameras','CamerasCameraAppInfo'] }, - 'cameraappinfoapplication' => { 492 => [\'Cameras','CamerasCameraAppInfoApplication'] }, - 'cameraappinfoitemuri' => { 492 => [\'Cameras','CamerasCameraAppInfoItemURI'] }, - 'cameraappinfoversion' => { 492 => [\'Cameras','CamerasCameraAppInfoVersion'] }, - 'cameraburstid' => { 498 => 'CameraBurstID' }, - 'cameracalibration' => { 427 => 0x11f }, - 'cameracalibration1' => { 123 => 0xc623 }, - 'cameracalibration2' => { 123 => 0xc624 }, - 'cameracalibration3' => { 123 => 0xcd32 }, - 'cameracalibrationsig' => { 123 => 0xc6f3 }, + 'buttonfunctioncontroloff' => { 89 => 0x70a }, + 'bwadjustment' => { 132 => 0x1049 }, + 'bwfilter' => { 186 => 0x2a, 194 => 0x39 }, + 'bwmagentagreen' => { 132 => 0x104b }, + 'bwmode' => { 331 => 0x203 }, + 'by-line' => { 136 => 0x50 }, + 'by-linetitle' => { 136 => 0x55 }, + 'bytecount' => { 534 => 'byteCount' }, + 'c14configuration' => { 143 => 0x1964 }, + 'cacheversion' => { 124 => 0xc7aa }, + 'calibratedfocallength' => { 121 => 'CalibratedFocalLength' }, + 'calibratedopticalcenterx' => { 121 => 'CalibratedOpticalCenterX' }, + 'calibratedopticalcentery' => { 121 => 'CalibratedOpticalCenterY' }, + 'calibration' => { 428 => [0x24,0x30] }, + 'calibrationhistory' => { 143 => 0x9c9 }, + 'calibrationilluminant1' => { 124 => 0xc65a }, + 'calibrationilluminant2' => { 124 => 0xc65b }, + 'calibrationilluminant3' => { 124 => 0xcd31 }, + 'calibrationversion' => { 143 => 0x9c6 }, + 'callforimage' => { 505 => 'CallForImage' }, + 'camera' => { 493 => [\'Cameras','CamerasCamera'] }, + 'cameraangle' => { 411 => 'angl', 544 => 'cameraAngle' }, + 'cameraappinfo' => { 493 => [\'Cameras','CamerasCameraAppInfo'] }, + 'cameraappinfoapplication' => { 493 => [\'Cameras','CamerasCameraAppInfoApplication'] }, + 'cameraappinfoitemuri' => { 493 => [\'Cameras','CamerasCameraAppInfoItemURI'] }, + 'cameraappinfoversion' => { 493 => [\'Cameras','CamerasCameraAppInfoVersion'] }, + 'cameraburstid' => { 499 => 'CameraBurstID' }, + 'cameracalibration' => { 428 => 0x11f }, + 'cameracalibration1' => { 124 => 0xc623 }, + 'cameracalibration2' => { 124 => 0xc624 }, + 'cameracalibration3' => { 124 => 0xcd32 }, + 'cameracalibrationsig' => { 124 => 0xc6f3 }, 'cameracolorcalibration01' => { 38 => 0x0, 39 => 0x0 }, 'cameracolorcalibration02' => { 38 => 0x4, 39 => 0x5 }, 'cameracolorcalibration03' => { 38 => 0x8, 39 => 0xa }, @@ -1328,6266 +1331,6277 @@ my %tagLookup = ( 'cameracolorcalibration13' => { 38 => 0x30, 39 => 0x3c }, 'cameracolorcalibration14' => { 38 => 0x34, 39 => 0x41 }, 'cameracolorcalibration15' => { 38 => 0x38, 39 => 0x46 }, - 'cameradepthmap' => { 492 => [\'Cameras','CamerasCameraDepthMap'] }, - 'cameradepthmapconfidenceuri' => { 492 => [\'Cameras','CamerasCameraDepthMapConfidenceURI'] }, - 'cameradepthmapdepthuri' => { 492 => [\'Cameras','CamerasCameraDepthMapDepthURI'] }, - 'cameradepthmapfar' => { 492 => [\'Cameras','CamerasCameraDepthMapFar'] }, - 'cameradepthmapfocaltable' => { 492 => [\'Cameras','CamerasCameraDepthMapFocalTable'] }, - 'cameradepthmapfocaltableentrycount' => { 492 => [\'Cameras','CamerasCameraDepthMapFocalTableEntryCount'] }, - 'cameradepthmapformat' => { 492 => [\'Cameras','CamerasCameraDepthMapFormat'] }, - 'cameradepthmapitemsemantic' => { 492 => [\'Cameras','CamerasCameraDepthMapItemSemantic'] }, - 'cameradepthmapmeasuretype' => { 492 => [\'Cameras','CamerasCameraDepthMapMeasureType'] }, - 'cameradepthmapnear' => { 492 => [\'Cameras','CamerasCameraDepthMapNear'] }, - 'cameradepthmapsoftware' => { 492 => [\'Cameras','CamerasCameraDepthMapSoftware'] }, - 'cameradepthmapunits' => { 492 => [\'Cameras','CamerasCameraDepthMapUnits'] }, - 'cameradirection' => { 404 => 'direction.facing' }, - 'camerae-mountversion' => { 487 => 0xb }, - 'cameraelevationangle' => { 123 => 0x9405, 521 => 'CameraElevationAngle' }, - 'camerafilename' => { 504 => 'CameraFilename' }, - 'camerafirmware' => { 123 => 0xa439 }, - 'cameraid' => { 330 => 0x209, 410 => 'cmid', 426 => 0x209 }, - 'cameraidentifier' => { 404 => 'camera.identifier' }, - 'cameraimage' => { 492 => [\'Cameras','CamerasCameraImage'] }, - 'cameraimageitemsemantic' => { 492 => [\'Cameras','CamerasCameraImageItemSemantic'] }, - 'cameraimageitemuri' => { 492 => [\'Cameras','CamerasCameraImageItemURI'] }, - 'cameraimagingmodel' => { 492 => [\'Cameras','CamerasCameraImagingModel'] }, - 'cameraimagingmodeldistortion' => { 492 => [\'Cameras','CamerasCameraImagingModelDistortion'] }, - 'cameraimagingmodeldistortioncount' => { 492 => [\'Cameras','CamerasCameraImagingModelDistortionCount'] }, - 'cameraimagingmodelfocallengthx' => { 492 => [\'Cameras','CamerasCameraImagingModelFocalLengthX'] }, - 'cameraimagingmodelfocallengthy' => { 492 => [\'Cameras','CamerasCameraImagingModelFocalLengthY'] }, - 'cameraimagingmodelimageheight' => { 492 => [\'Cameras','CamerasCameraImagingModelImageHeight'] }, - 'cameraimagingmodelimagewidth' => { 492 => [\'Cameras','CamerasCameraImagingModelImageWidth'] }, - 'cameraimagingmodelpixelaspectratio' => { 492 => [\'Cameras','CamerasCameraImagingModelPixelAspectRatio'] }, - 'cameraimagingmodelprincipalpointx' => { 492 => [\'Cameras','CamerasCameraImagingModelPrincipalPointX'] }, - 'cameraimagingmodelprincipalpointy' => { 492 => [\'Cameras','CamerasCameraImagingModelPrincipalPointY'] }, - 'cameraimagingmodelskew' => { 492 => [\'Cameras','CamerasCameraImagingModelSkew'] }, + 'cameradepthmap' => { 493 => [\'Cameras','CamerasCameraDepthMap'] }, + 'cameradepthmapconfidenceuri' => { 493 => [\'Cameras','CamerasCameraDepthMapConfidenceURI'] }, + 'cameradepthmapdepthuri' => { 493 => [\'Cameras','CamerasCameraDepthMapDepthURI'] }, + 'cameradepthmapfar' => { 493 => [\'Cameras','CamerasCameraDepthMapFar'] }, + 'cameradepthmapfocaltable' => { 493 => [\'Cameras','CamerasCameraDepthMapFocalTable'] }, + 'cameradepthmapfocaltableentrycount' => { 493 => [\'Cameras','CamerasCameraDepthMapFocalTableEntryCount'] }, + 'cameradepthmapformat' => { 493 => [\'Cameras','CamerasCameraDepthMapFormat'] }, + 'cameradepthmapitemsemantic' => { 493 => [\'Cameras','CamerasCameraDepthMapItemSemantic'] }, + 'cameradepthmapmeasuretype' => { 493 => [\'Cameras','CamerasCameraDepthMapMeasureType'] }, + 'cameradepthmapnear' => { 493 => [\'Cameras','CamerasCameraDepthMapNear'] }, + 'cameradepthmapsoftware' => { 493 => [\'Cameras','CamerasCameraDepthMapSoftware'] }, + 'cameradepthmapunits' => { 493 => [\'Cameras','CamerasCameraDepthMapUnits'] }, + 'cameradirection' => { 405 => 'direction.facing' }, + 'camerae-mountversion' => { 488 => 0xb }, + 'cameraelevationangle' => { 124 => 0x9405, 522 => 'CameraElevationAngle' }, + 'camerafilename' => { 505 => 'CameraFilename' }, + 'camerafirmware' => { 124 => 0xa439 }, + 'cameraid' => { 331 => 0x209, 411 => 'cmid', 427 => 0x209 }, + 'cameraidentifier' => { 405 => 'camera.identifier' }, + 'cameraimage' => { 493 => [\'Cameras','CamerasCameraImage'] }, + 'cameraimageitemsemantic' => { 493 => [\'Cameras','CamerasCameraImageItemSemantic'] }, + 'cameraimageitemuri' => { 493 => [\'Cameras','CamerasCameraImageItemURI'] }, + 'cameraimagingmodel' => { 493 => [\'Cameras','CamerasCameraImagingModel'] }, + 'cameraimagingmodeldistortion' => { 493 => [\'Cameras','CamerasCameraImagingModelDistortion'] }, + 'cameraimagingmodeldistortioncount' => { 493 => [\'Cameras','CamerasCameraImagingModelDistortionCount'] }, + 'cameraimagingmodelfocallengthx' => { 493 => [\'Cameras','CamerasCameraImagingModelFocalLengthX'] }, + 'cameraimagingmodelfocallengthy' => { 493 => [\'Cameras','CamerasCameraImagingModelFocalLengthY'] }, + 'cameraimagingmodelimageheight' => { 493 => [\'Cameras','CamerasCameraImagingModelImageHeight'] }, + 'cameraimagingmodelimagewidth' => { 493 => [\'Cameras','CamerasCameraImagingModelImageWidth'] }, + 'cameraimagingmodelpixelaspectratio' => { 493 => [\'Cameras','CamerasCameraImagingModelPixelAspectRatio'] }, + 'cameraimagingmodelprincipalpointx' => { 493 => [\'Cameras','CamerasCameraImagingModelPrincipalPointX'] }, + 'cameraimagingmodelprincipalpointy' => { 493 => [\'Cameras','CamerasCameraImagingModelPrincipalPointY'] }, + 'cameraimagingmodelskew' => { 493 => [\'Cameras','CamerasCameraImagingModelSkew'] }, 'cameraiso' => { 36 => 0x10 }, - 'cameralabel' => { 123 => 0xc7a1, 543 => 'cameraLabel' }, - 'cameralightestimate' => { 492 => [\'Cameras','CamerasCameraLightEstimate'] }, - 'cameralightestimatecolorcorrectionb' => { 492 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionB'] }, - 'cameralightestimatecolorcorrectiong' => { 492 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionG'] }, - 'cameralightestimatecolorcorrectionr' => { 492 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionR'] }, - 'cameralightestimatepixelintensity' => { 492 => [\'Cameras','CamerasCameraLightEstimatePixelIntensity'] }, - 'cameramakemodel' => { 504 => 'CameraMakeModel' }, - 'cameramodel' => { 394 => 0x410, 543 => 'cameraModel' }, - 'cameramodelid' => { 180 => 'CameraModelID' }, - 'cameramodelrestriction' => { 514 => 'CameraModelRestriction', 516 => 'CameraModelRestriction' }, - 'cameramotion' => { 404 => 'direction.motion' }, - 'cameramove' => { 543 => 'cameraMove' }, - 'cameraorientation' => { 7 => 0x30, 9 => 0x7d, 11 => 0x30, 13 => 0x35, 14 => 0x30, 15 => 0x30, 16 => 0x31, 17 => 0x31, 18 => 0x35, 19 => 0x27, 20 => 0x31, 21 => 0x7d, 22 => 0x38, 23 => [0x36,0x3a], 24 => 0x7d, 25 => 0x83, 26 => 0x84, 27 => 0x96, 28 => 0x35, 29 => 0x96, 349 => 0x8f, 384 => 0x1, 389 => 0x1, 394 => 0x100, 443 => [0x16,0x18], 474 => 0x28, 475 => 0x24, 476 => 0x29 }, - 'cameraowner' => { 145 => 0xc353 }, - 'cameraparameters' => { 330 => 0x2050 }, + 'cameralabel' => { 124 => 0xc7a1, 544 => 'cameraLabel' }, + 'cameralightestimate' => { 493 => [\'Cameras','CamerasCameraLightEstimate'] }, + 'cameralightestimatecolorcorrectionb' => { 493 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionB'] }, + 'cameralightestimatecolorcorrectiong' => { 493 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionG'] }, + 'cameralightestimatecolorcorrectionr' => { 493 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionR'] }, + 'cameralightestimatepixelintensity' => { 493 => [\'Cameras','CamerasCameraLightEstimatePixelIntensity'] }, + 'cameramakemodel' => { 505 => 'CameraMakeModel' }, + 'cameramodel' => { 395 => 0x410, 544 => 'cameraModel' }, + 'cameramodelid' => { 181 => 'CameraModelID' }, + 'cameramodelrestriction' => { 515 => 'CameraModelRestriction', 517 => 'CameraModelRestriction' }, + 'cameramotion' => { 405 => 'direction.motion' }, + 'cameramove' => { 544 => 'cameraMove' }, + 'cameraorientation' => { 7 => 0x30, 9 => 0x7d, 11 => 0x30, 13 => 0x35, 14 => 0x30, 15 => 0x30, 16 => 0x31, 17 => 0x31, 18 => 0x35, 19 => 0x27, 20 => 0x31, 21 => 0x7d, 22 => 0x38, 23 => [0x36,0x3a], 24 => 0x7d, 25 => 0x83, 26 => 0x84, 27 => 0x96, 28 => 0x35, 29 => 0x96, 350 => 0x8f, 385 => 0x1, 390 => 0x1, 395 => 0x100, 444 => [0x16,0x18], 475 => 0x28, 476 => 0x24, 477 => 0x29 }, + 'cameraowner' => { 146 => 0xc353 }, + 'cameraparameters' => { 331 => 0x2050 }, 'camerapicturestyle' => { 28 => 0xaf }, - 'camerapitch' => { 119 => 0x9, 410 => "\xa9gpt" }, - 'camerapointcloud' => { 492 => [\'Cameras','CamerasCameraPointCloud'] }, - 'camerapointcloudmetric' => { 492 => [\'Cameras','CamerasCameraPointCloudMetric'] }, - 'camerapointcloudpointcloud' => { 492 => [\'Cameras','CamerasCameraPointCloudPointCloud'] }, - 'camerapointcloudpoints' => { 492 => [\'Cameras','CamerasCameraPointCloudPoints'] }, - 'camerapose' => { 492 => [\'Cameras','CamerasCameraPose'] }, - 'cameraposepositionx' => { 492 => [\'Cameras','CamerasCameraPosePositionX'] }, - 'cameraposepositiony' => { 492 => [\'Cameras','CamerasCameraPosePositionY'] }, - 'cameraposepositionz' => { 492 => [\'Cameras','CamerasCameraPosePositionZ'] }, - 'cameraposerotationw' => { 492 => [\'Cameras','CamerasCameraPoseRotationW'] }, - 'cameraposerotationx' => { 492 => [\'Cameras','CamerasCameraPoseRotationX'] }, - 'cameraposerotationy' => { 492 => [\'Cameras','CamerasCameraPoseRotationY'] }, - 'cameraposerotationz' => { 492 => [\'Cameras','CamerasCameraPoseRotationZ'] }, - 'cameraposetimestamp' => { 492 => [\'Cameras','CamerasCameraPoseTimestamp'] }, - 'cameraprofile' => { 514 => 'CameraProfile', 516 => 'CameraProfile' }, - 'cameraprofiledigest' => { 514 => 'CameraProfileDigest', 516 => 'CameraProfileDigest' }, - 'cameraprofiles' => { 531 => 'CameraProfiles' }, - 'cameraprofilesaperturevalue' => { 531 => [\'CameraProfiles','CameraProfilesApertureValue'] }, - 'cameraprofilesauthor' => { 531 => [\'CameraProfiles','CameraProfilesAuthor'] }, - 'cameraprofilesautoscale' => { 531 => [\'CameraProfiles','CameraProfilesAutoScale'] }, - 'cameraprofilescameraprettyname' => { 531 => [\'CameraProfiles','CameraProfilesCameraPrettyName'] }, - 'cameraprofilescamerarawprofile' => { 531 => [\'CameraProfiles','CameraProfilesCameraRawProfile'] }, - 'cameraprofilesfocallength' => { 531 => [\'CameraProfiles','CameraProfilesFocalLength'] }, - 'cameraprofilesfocusdistance' => { 531 => [\'CameraProfiles','CameraProfilesFocusDistance'] }, - 'cameraprofileslens' => { 531 => [\'CameraProfiles','CameraProfilesLens'] }, - 'cameraprofileslensprettyname' => { 531 => [\'CameraProfiles','CameraProfilesLensPrettyName'] }, - 'cameraprofilesmake' => { 531 => [\'CameraProfiles','CameraProfilesMake'] }, - 'cameraprofilesmodel' => { 531 => [\'CameraProfiles','CameraProfilesModel'] }, - 'cameraprofilesperspectivemodel' => { 531 => [\'CameraProfiles','CameraProfilesPerspectiveModel'] }, - 'cameraprofilesperspectivemodelimagexcenter' => { 531 => [\'CameraProfiles','CameraProfilesPerspectiveModelImageXCenter'] }, - 'cameraprofilesperspectivemodelimageycenter' => { 531 => [\'CameraProfiles','CameraProfilesPerspectiveModelImageYCenter'] }, - 'cameraprofilesperspectivemodelradialdistortparam1' => { 531 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam1'] }, - 'cameraprofilesperspectivemodelradialdistortparam2' => { 531 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam2'] }, - 'cameraprofilesperspectivemodelradialdistortparam3' => { 531 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam3'] }, - 'cameraprofilesperspectivemodelscalefactor' => { 531 => [\'CameraProfiles','CameraProfilesPerspectiveModelScaleFactor'] }, - 'cameraprofilesperspectivemodelversion' => { 531 => [\'CameraProfiles','CameraProfilesPerspectiveModelVersion'] }, - 'cameraprofilesprofilename' => { 531 => [\'CameraProfiles','CameraProfilesProfileName'] }, - 'cameraprofilessensorformatfactor' => { 531 => [\'CameraProfiles','CameraProfilesSensorFormatFactor'] }, - 'cameraprofilesuniquecameramodel' => { 531 => [\'CameraProfiles','CameraProfilesUniqueCameraModel'] }, - 'camerarawcolortone' => { 113 => 0xe1 }, - 'camerarawcontrast' => { 113 => 0xe3 }, - 'camerarawhighlightpoint' => { 113 => 0xe6 }, - 'camerarawlinear' => { 113 => 0xe4 }, - 'camerarawoutputhighlightpoint' => { 113 => 0xe8 }, - 'camerarawoutputshadowpoint' => { 113 => 0xe9 }, - 'camerarawsaturation' => { 113 => 0xe2 }, - 'camerarawshadowpoint' => { 113 => 0xe7 }, - 'camerarawsharpness' => { 113 => 0xe5 }, - 'cameraroll' => { 119 => 0xb, 410 => "\xa9grl" }, - 'cameras' => { 492 => 'Cameras' }, - 'cameraserialnumber' => { 123 => 0xc62f, 182 => 'CameraSerialNumber', 504 => 'CameraSerialNumber' }, - 'camerasettingsversion' => { 325 => 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, 31 => [0x87,0x91], 32 => [0x99,0x9f,0xa4,0xa8,0x105], 35 => ['-3',0x64,0x47,0x53,0x5b,0x5c], 80 => 0xc, 142 => 0x406, 329 => 0x1306, 344 => 0x320, 351 => 0x3402, 385 => 0x47, 424 => 0x43, 478 => 0x5 }, - 'cameratemperature4' => { 390 => 0x14 }, - 'cameratemperature5' => { 390 => 0x16 }, - 'cameratemperaturerangemax' => { 125 => 0x5 }, - 'cameratemperaturerangemin' => { 125 => 0x6 }, - 'cameratrait' => { 492 => [\'Cameras','CamerasCameraTrait'] }, - 'cameratype' => { 1 => 0x2e, 80 => 0x1a, 330 => 0x207 }, - 'cameratype2' => { 326 => 0x100 }, - 'cameravendorinfo' => { 492 => [\'Cameras','CamerasCameraVendorInfo'] }, - 'cameravendorinfomanufacturer' => { 492 => [\'Cameras','CamerasCameraVendorInfoManufacturer'] }, - 'cameravendorinfomodel' => { 492 => [\'Cameras','CamerasCameraVendorInfoModel'] }, - 'cameravendorinfonotes' => { 492 => [\'Cameras','CamerasCameraVendorInfoNotes'] }, - 'camerayaw' => { 119 => 0xa, 410 => "\xa9gyw" }, - 'camreverse' => { 120 => 'CamReverse' }, - 'canondr4' => { 124 => 'CanonDR4' }, + 'camerapitch' => { 120 => 0x9, 411 => "\xa9gpt" }, + 'camerapointcloud' => { 493 => [\'Cameras','CamerasCameraPointCloud'] }, + 'camerapointcloudmetric' => { 493 => [\'Cameras','CamerasCameraPointCloudMetric'] }, + 'camerapointcloudpointcloud' => { 493 => [\'Cameras','CamerasCameraPointCloudPointCloud'] }, + 'camerapointcloudpoints' => { 493 => [\'Cameras','CamerasCameraPointCloudPoints'] }, + 'camerapose' => { 493 => [\'Cameras','CamerasCameraPose'] }, + 'cameraposepositionx' => { 493 => [\'Cameras','CamerasCameraPosePositionX'] }, + 'cameraposepositiony' => { 493 => [\'Cameras','CamerasCameraPosePositionY'] }, + 'cameraposepositionz' => { 493 => [\'Cameras','CamerasCameraPosePositionZ'] }, + 'cameraposerotationw' => { 493 => [\'Cameras','CamerasCameraPoseRotationW'] }, + 'cameraposerotationx' => { 493 => [\'Cameras','CamerasCameraPoseRotationX'] }, + 'cameraposerotationy' => { 493 => [\'Cameras','CamerasCameraPoseRotationY'] }, + 'cameraposerotationz' => { 493 => [\'Cameras','CamerasCameraPoseRotationZ'] }, + 'cameraposetimestamp' => { 493 => [\'Cameras','CamerasCameraPoseTimestamp'] }, + 'cameraprofile' => { 515 => 'CameraProfile', 517 => 'CameraProfile' }, + 'cameraprofiledigest' => { 515 => 'CameraProfileDigest', 517 => 'CameraProfileDigest' }, + 'cameraprofiles' => { 532 => 'CameraProfiles' }, + 'cameraprofilesaperturevalue' => { 532 => [\'CameraProfiles','CameraProfilesApertureValue'] }, + 'cameraprofilesauthor' => { 532 => [\'CameraProfiles','CameraProfilesAuthor'] }, + 'cameraprofilesautoscale' => { 532 => [\'CameraProfiles','CameraProfilesAutoScale'] }, + 'cameraprofilescameraprettyname' => { 532 => [\'CameraProfiles','CameraProfilesCameraPrettyName'] }, + 'cameraprofilescamerarawprofile' => { 532 => [\'CameraProfiles','CameraProfilesCameraRawProfile'] }, + 'cameraprofilesfocallength' => { 532 => [\'CameraProfiles','CameraProfilesFocalLength'] }, + 'cameraprofilesfocusdistance' => { 532 => [\'CameraProfiles','CameraProfilesFocusDistance'] }, + 'cameraprofileslens' => { 532 => [\'CameraProfiles','CameraProfilesLens'] }, + 'cameraprofileslensprettyname' => { 532 => [\'CameraProfiles','CameraProfilesLensPrettyName'] }, + 'cameraprofilesmake' => { 532 => [\'CameraProfiles','CameraProfilesMake'] }, + 'cameraprofilesmodel' => { 532 => [\'CameraProfiles','CameraProfilesModel'] }, + 'cameraprofilesperspectivemodel' => { 532 => [\'CameraProfiles','CameraProfilesPerspectiveModel'] }, + 'cameraprofilesperspectivemodelimagexcenter' => { 532 => [\'CameraProfiles','CameraProfilesPerspectiveModelImageXCenter'] }, + 'cameraprofilesperspectivemodelimageycenter' => { 532 => [\'CameraProfiles','CameraProfilesPerspectiveModelImageYCenter'] }, + 'cameraprofilesperspectivemodelradialdistortparam1' => { 532 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam1'] }, + 'cameraprofilesperspectivemodelradialdistortparam2' => { 532 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam2'] }, + 'cameraprofilesperspectivemodelradialdistortparam3' => { 532 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam3'] }, + 'cameraprofilesperspectivemodelscalefactor' => { 532 => [\'CameraProfiles','CameraProfilesPerspectiveModelScaleFactor'] }, + 'cameraprofilesperspectivemodelversion' => { 532 => [\'CameraProfiles','CameraProfilesPerspectiveModelVersion'] }, + 'cameraprofilesprofilename' => { 532 => [\'CameraProfiles','CameraProfilesProfileName'] }, + 'cameraprofilessensorformatfactor' => { 532 => [\'CameraProfiles','CameraProfilesSensorFormatFactor'] }, + 'cameraprofilesuniquecameramodel' => { 532 => [\'CameraProfiles','CameraProfilesUniqueCameraModel'] }, + 'camerarawcolortone' => { 114 => 0xe1 }, + 'camerarawcontrast' => { 114 => 0xe3 }, + 'camerarawhighlightpoint' => { 114 => 0xe6 }, + 'camerarawlinear' => { 114 => 0xe4 }, + 'camerarawoutputhighlightpoint' => { 114 => 0xe8 }, + 'camerarawoutputshadowpoint' => { 114 => 0xe9 }, + 'camerarawsaturation' => { 114 => 0xe2 }, + 'camerarawshadowpoint' => { 114 => 0xe7 }, + 'camerarawsharpness' => { 114 => 0xe5 }, + 'cameraroll' => { 120 => 0xb, 411 => "\xa9grl" }, + 'cameras' => { 493 => 'Cameras' }, + 'cameraserialnumber' => { 124 => 0xc62f, 183 => 'CameraSerialNumber', 505 => 'CameraSerialNumber' }, + 'camerasettingsversion' => { 326 => 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, 31 => [0x87,0x91], 32 => [0x99,0x9f,0xa4,0xa8,0x105], 35 => ['-3',0x64,0x47,0x53,0x5b,0x5c], 81 => 0xc, 143 => 0x406, 330 => 0x1306, 345 => 0x320, 352 => 0x3402, 386 => 0x47, 425 => 0x43, 479 => 0x5 }, + 'cameratemperature4' => { 391 => 0x14 }, + 'cameratemperature5' => { 391 => 0x16 }, + 'cameratemperaturerangemax' => { 126 => 0x5 }, + 'cameratemperaturerangemin' => { 126 => 0x6 }, + 'cameratrait' => { 493 => [\'Cameras','CamerasCameraTrait'] }, + 'cameratype' => { 1 => 0x2e, 81 => 0x1a, 331 => 0x207 }, + 'cameratype2' => { 327 => 0x100 }, + 'cameravendorinfo' => { 493 => [\'Cameras','CamerasCameraVendorInfo'] }, + 'cameravendorinfomanufacturer' => { 493 => [\'Cameras','CamerasCameraVendorInfoManufacturer'] }, + 'cameravendorinfomodel' => { 493 => [\'Cameras','CamerasCameraVendorInfoModel'] }, + 'cameravendorinfonotes' => { 493 => [\'Cameras','CamerasCameraVendorInfoNotes'] }, + 'camerayaw' => { 120 => 0xa, 411 => "\xa9gyw" }, + 'camreverse' => { 121 => 'CamReverse' }, + 'canondr4' => { 125 => 'CanonDR4' }, 'canonexposuremode' => { 36 => 0x14 }, - 'canonfiledescription' => { 101 => 0x805 }, - 'canonfilelength' => { 67 => 0xe }, - 'canonfirmwareversion' => { 67 => 0x7, 101 => 0x80b }, - 'canonflashinfo' => { 101 => 0x1028 }, + 'canonfiledescription' => { 102 => 0x805 }, + 'canonfilelength' => { 68 => 0xe }, + 'canonfirmwareversion' => { 68 => 0x7, 102 => 0x80b }, + 'canonflashinfo' => { 102 => 0x1028 }, 'canonflashmode' => { 36 => 0x4 }, 'canonimagesize' => { 10 => 0x39, 36 => 0xa }, - 'canonimagetype' => { 67 => 0x6, 101 => 0x815 }, - 'canonlogversion' => { 66 => 0xb }, - 'canonmodelid' => { 67 => 0x10, 101 => 0x1834 }, - 'canonvrd' => { 124 => 'CanonVRD' }, - 'caption' => { 509 => 'caption' }, - 'caption-abstract' => { 135 => 0x78 }, - 'captionsauthornames' => { 519 => 'CaptionsAuthorNames' }, - 'captionsdatetimestamps' => { 519 => 'CaptionsDateTimeStamps' }, - 'captionwriter' => { 531 => 'CaptionWriter' }, - 'captureframerate' => { 117 => 0x4001 }, - 'captureheightnormal' => { 142 => 0x1839 }, - 'capturelook' => { 142 => 0xc48 }, - 'capturemode' => { 404 => 'com.apple.photos.captureMode' }, - 'capturesoftware' => { 502 => 'CaptureSoftware' }, - 'capturewidthnormal' => { 142 => 0x1838 }, - 'capturewidthtest' => { 142 => 0x1842 }, - 'cardshutterlock' => { 188 => 0x49 }, - 'casioimagesize' => { 117 => 0x9 }, - 'catalogsets' => { 135 => 0xff, 494 => 'CatalogSets', 507 => 'CatalogSets' }, - 'categories' => { 67 => 0x23, 509 => 'categories' }, - 'category' => { 135 => 0xf, 183 => 'WM/Category', 324 => 0x30, 402 => 'catg', 531 => 'Category' }, - 'cbcrgain' => { 424 => 0xa036 }, - 'cbcrgaindefault' => { 424 => 0xa035 }, - 'cbcrmatrix' => { 424 => 0xa034 }, - 'cbcrmatrixdefault' => { 424 => 0xa033 }, - 'ccdboardversion' => { 344 => 0x331 }, - 'ccdscanmode' => { 330 => 0x1039 }, - 'ccdsensitivity' => { 287 => 0x6 }, - 'ccdversion' => { 344 => 0x330 }, - 'ccvavgluminancenits' => { 524 => 'ccv_avg_luminance_nits' }, - 'ccvmaxluminancenits' => { 524 => 'ccv_max_luminance_nits' }, - 'ccvminluminancenits' => { 524 => 'ccv_min_luminance_nits' }, - 'ccvprimariesxy' => { 524 => 'ccv_primaries_xy' }, - 'ccvwhitexy' => { 524 => 'ccv_white_xy' }, - 'cellglobalid' => { 513 => 'cgi' }, - 'celllength' => { 123 => 0x109 }, - 'cellr' => { 513 => 'r' }, - 'celltowerid' => { 513 => 'cellid' }, - 'cellwidth' => { 123 => 0x108 }, - 'centerafarea' => { 316 => '15.1' }, - 'centerfocuspoint' => { 320 => '2.2' }, - 'centerpixel' => { 142 => 0x40c }, - 'centerweightedareasize' => { 305 => '7.1', 306 => '8.1', 308 => '8.1', 309 => '8.1', 313 => '7.1', 314 => '5.1', 315 => '7.1', 316 => '6.3', 318 => '8.1', 319 => '8.1', 320 => '8.1', 321 => 0x1f, 322 => 0x1f, 323 => 0x1f }, - 'certificate' => { 547 => 'Certificate' }, - 'cfainterpolationalgorithm' => { 142 => 0xe60 }, - 'cfainterpolationmetric' => { 142 => 0xe61 }, - 'cfaoffsetcols' => { 142 => 0xc71 }, - 'cfaoffsetrows' => { 142 => 0xc6f }, - 'cfapattern' => { 123 => 0xa302, 354 => 0x9, 520 => 'CFAPattern' }, - 'cfapattern2' => { 123 => 0x828e }, - 'cfapatterncolumns' => { 520 => [\'CFAPattern','CFAPatternColumns'] }, - 'cfapatternrows' => { 520 => [\'CFAPattern','CFAPatternRows'] }, - 'cfapatternvalues' => { 520 => [\'CFAPattern','CFAPatternValues'] }, - 'cfarepeatpatterndim' => { 123 => 0x828d }, - 'cfazipperfixthreshold' => { 142 => 0xe62 }, - 'channel' => { 533 => 'channel' }, - 'channela-lang' => { 533 => [\'channel','channelA-lang'] }, - 'channelchannel' => { 533 => [\'channel','channelChannel'] }, - 'channels' => { 159 => 'Channels' }, - 'channelsubchannel1' => { 533 => [\'channel','channelSubchannel1'] }, - 'channelsubchannel2' => { 533 => [\'channel','channelSubchannel2'] }, - 'channelsubchannel3' => { 533 => [\'channel','channelSubchannel3'] }, - 'channelsubchannel4' => { 533 => [\'channel','channelSubchannel4'] }, - 'chapterlist' => { 410 => 'chpl' }, - 'checkmark' => { 107 => 0x10101, 112 => 0x26a }, - 'checkmark2' => { 113 => 0x8e }, - 'childfontfiles' => { 548 => [\'Fonts','FontsChildFontFiles'] }, - 'chmodeshootingspeed' => { 305 => '10.3', 306 => '11.2', 321 => 0x10b, 322 => 0x10b, 323 => 0x121 }, - 'chromablurradius' => { 123 => 0xc631 }, - 'chromanoisecolorspace' => { 142 => 0xe6d }, - 'chromanoiseedgemapthresh' => { 142 => 0xe6c }, - 'chromanoisehighfthresh' => { 142 => 0xe6a }, - 'chromanoiselowfthresh' => { 142 => 0xe6b }, - 'chromaticaberration' => { 107 => 0x20703, 113 => 0x66, 424 => 0xa051 }, - 'chromaticaberrationb' => { 514 => 'ChromaticAberrationB', 516 => 'ChromaticAberrationB' }, - 'chromaticaberrationblue' => { 107 => 0x20708, 113 => 0x6b }, - 'chromaticaberrationcorr' => { 82 => [0x4,0x5] }, - 'chromaticaberrationcorrection' => { 123 => 0x7034, 374 => 0x1, 488 => 0x900d }, - 'chromaticaberrationcorrparams' => { 123 => 0x7035, 482 => 0x66a, 483 => [0x37c,0x384,0x39c,0x3b0,0x3b8] }, - 'chromaticaberrationon' => { 107 => '0x20703.0', 113 => 0x62 }, - 'chromaticaberrationr' => { 514 => 'ChromaticAberrationR', 516 => 'ChromaticAberrationR' }, - 'chromaticaberrationred' => { 107 => 0x20707, 113 => 0x6a }, - 'chromaticaberrationsetting' => { 83 => 0x6 }, - 'chrominancenoisereduction' => { 107 => 0x20601, 113 => 0x5e, 427 => 0x1a }, - 'chrominancenr_tiff_jpeg' => { 113 => 0x60 }, - 'circadatecreated' => { 528 => 'CircaDateCreated' }, - 'circgradbasedcorractive' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] }, - 'circgradbasedcorramount' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] }, - 'circgradbasedcorrblacks2012' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'] }, - 'circgradbasedcorrbrightness' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] }, - 'circgradbasedcorrclarity' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] }, - 'circgradbasedcorrclarity2012' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] }, - 'circgradbasedcorrcontrast' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] }, - 'circgradbasedcorrcontrast2012' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] }, - 'circgradbasedcorrcorrectionname' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'] }, - 'circgradbasedcorrcorrectionsyncid' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'] }, - 'circgradbasedcorrdefringe' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] }, - 'circgradbasedcorrdehaze' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'] }, - 'circgradbasedcorrexposure' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] }, - 'circgradbasedcorrexposure2012' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] }, - 'circgradbasedcorrhighlights2012' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] }, - 'circgradbasedcorrhue' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'] }, - 'circgradbasedcorrluminancenoise' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] }, - 'circgradbasedcorrmaskalpha' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] }, - 'circgradbasedcorrmaskangle' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] }, - 'circgradbasedcorrmaskbottom' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] }, - 'circgradbasedcorrmaskcentervalue' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] }, - 'circgradbasedcorrmaskcenterweight' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] }, - 'circgradbasedcorrmaskdabs' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] }, - 'circgradbasedcorrmaskfeather' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] }, - 'circgradbasedcorrmaskflipped' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] }, - 'circgradbasedcorrmaskflow' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] }, - 'circgradbasedcorrmaskfullx' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] }, - 'circgradbasedcorrmaskfully' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] }, - 'circgradbasedcorrmaskinputdigest' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'] }, - 'circgradbasedcorrmaskleft' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] }, - 'circgradbasedcorrmaskmaskactive' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'] }, - 'circgradbasedcorrmaskmaskblendmode' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'] }, - 'circgradbasedcorrmaskmaskdigest' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'] }, - 'circgradbasedcorrmaskmaskinverted' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'] }, - 'circgradbasedcorrmaskmaskname' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'] }, - 'circgradbasedcorrmaskmasks' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'] }, - 'circgradbasedcorrmaskmasksalpha' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'] }, - 'circgradbasedcorrmaskmasksangle' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'] }, - 'circgradbasedcorrmaskmasksbottom' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'] }, - 'circgradbasedcorrmaskmaskscentervalue' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'] }, - 'circgradbasedcorrmaskmaskscenterweight' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] }, - 'circgradbasedcorrmaskmasksdabs' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'] }, - 'circgradbasedcorrmaskmasksfeather' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'] }, - 'circgradbasedcorrmaskmasksflipped' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'] }, - 'circgradbasedcorrmaskmasksflow' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'] }, - 'circgradbasedcorrmaskmasksfullx' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'] }, - 'circgradbasedcorrmaskmasksfully' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'] }, - 'circgradbasedcorrmaskmasksinputdigest' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'] }, - 'circgradbasedcorrmaskmasksleft' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'] }, - 'circgradbasedcorrmaskmasksmaskactive' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'] }, - 'circgradbasedcorrmaskmasksmaskblendmode' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] }, - 'circgradbasedcorrmaskmasksmaskdigest' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] }, - 'circgradbasedcorrmaskmasksmaskinverted' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] }, - 'circgradbasedcorrmaskmasksmaskname' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'] }, - 'circgradbasedcorrmaskmasksmasksubtype' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] }, - 'circgradbasedcorrmaskmasksmasksyncid' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] }, - 'circgradbasedcorrmaskmasksmaskversion' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] }, - 'circgradbasedcorrmaskmasksmidpoint' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'] }, - 'circgradbasedcorrmaskmasksorigin' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'] }, - 'circgradbasedcorrmaskmasksperimetervalue' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] }, - 'circgradbasedcorrmaskmasksradius' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'] }, - 'circgradbasedcorrmaskmasksreferencepoint' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] }, - 'circgradbasedcorrmaskmasksright' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'] }, - 'circgradbasedcorrmaskmasksroundness' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'] }, - 'circgradbasedcorrmaskmaskssizex' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'] }, - 'circgradbasedcorrmaskmaskssizey' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'] }, - 'circgradbasedcorrmaskmaskstop' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'] }, - 'circgradbasedcorrmaskmasksubtype' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'] }, - 'circgradbasedcorrmaskmasksvalue' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'] }, - 'circgradbasedcorrmaskmasksversion' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'] }, - 'circgradbasedcorrmaskmaskswhat' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'] }, - 'circgradbasedcorrmaskmaskswholeimagearea' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] }, - 'circgradbasedcorrmaskmasksx' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'] }, - 'circgradbasedcorrmaskmasksy' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'] }, - 'circgradbasedcorrmaskmasksyncid' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'] }, - 'circgradbasedcorrmaskmaskszerox' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'] }, - 'circgradbasedcorrmaskmaskszeroy' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'] }, - 'circgradbasedcorrmaskmaskversion' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'] }, - 'circgradbasedcorrmaskmidpoint' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] }, - 'circgradbasedcorrmaskorigin' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'] }, - 'circgradbasedcorrmaskperimetervalue' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] }, - 'circgradbasedcorrmaskradius' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] }, - 'circgradbasedcorrmaskrange' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] }, - 'circgradbasedcorrmaskrangeareamodels' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] }, - 'circgradbasedcorrmaskrangeareamodelscolorsampleinfo' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, - 'circgradbasedcorrmaskrangeareamodelscomponents' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] }, - 'circgradbasedcorrmaskrangecoloramount' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] }, - 'circgradbasedcorrmaskrangedepthfeather' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] }, - 'circgradbasedcorrmaskrangedepthmax' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] }, - 'circgradbasedcorrmaskrangedepthmin' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] }, - 'circgradbasedcorrmaskrangeinvert' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] }, - 'circgradbasedcorrmaskrangelumfeather' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] }, - 'circgradbasedcorrmaskrangeluminancedepthsampleinfo' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] }, - 'circgradbasedcorrmaskrangelummax' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] }, - 'circgradbasedcorrmaskrangelummin' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] }, - 'circgradbasedcorrmaskrangelumrange' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] }, - 'circgradbasedcorrmaskrangesampletype' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] }, - 'circgradbasedcorrmaskrangetype' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] }, - 'circgradbasedcorrmaskrangeversion' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] }, - 'circgradbasedcorrmaskreferencepoint' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'] }, - 'circgradbasedcorrmaskright' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] }, - 'circgradbasedcorrmaskroundness' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] }, - 'circgradbasedcorrmasks' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] }, - 'circgradbasedcorrmasksizex' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] }, - 'circgradbasedcorrmasksizey' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] }, - 'circgradbasedcorrmasktop' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] }, - 'circgradbasedcorrmaskvalue' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] }, - 'circgradbasedcorrmaskversion' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] }, - 'circgradbasedcorrmaskwhat' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] }, - 'circgradbasedcorrmaskwholeimagearea' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'] }, - 'circgradbasedcorrmaskx' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] }, - 'circgradbasedcorrmasky' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] }, - 'circgradbasedcorrmaskzerox' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] }, - 'circgradbasedcorrmaskzeroy' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] }, - 'circgradbasedcorrmoire' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] }, - 'circgradbasedcorrrangemask' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'] }, - 'circgradbasedcorrrangemaskareamodels' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'] }, - 'circgradbasedcorrrangemaskareamodelscolorsampleinfo' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, - 'circgradbasedcorrrangemaskareamodelscomponents' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] }, - 'circgradbasedcorrrangemaskcoloramount' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'] }, - 'circgradbasedcorrrangemaskdepthfeather' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] }, - 'circgradbasedcorrrangemaskdepthmax' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'] }, - 'circgradbasedcorrrangemaskdepthmin' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'] }, - 'circgradbasedcorrrangemaskinvert' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'] }, - 'circgradbasedcorrrangemasklumfeather' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'] }, - 'circgradbasedcorrrangemaskluminancedepthsampleinfo' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] }, - 'circgradbasedcorrrangemasklummax' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'] }, - 'circgradbasedcorrrangemasklummin' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'] }, - 'circgradbasedcorrrangemasklumrange' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'] }, - 'circgradbasedcorrrangemasksampletype' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'] }, - 'circgradbasedcorrrangemasktype' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'] }, - 'circgradbasedcorrrangemaskversion' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'] }, - 'circgradbasedcorrsaturation' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'] }, - 'circgradbasedcorrshadows2012' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] }, - 'circgradbasedcorrsharpness' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] }, - 'circgradbasedcorrtemperature' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] }, - 'circgradbasedcorrtexture' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'] }, - 'circgradbasedcorrtint' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] }, - 'circgradbasedcorrtoninghue' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] }, - 'circgradbasedcorrtoningsaturation' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'] }, - 'circgradbasedcorrwhat' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] }, - 'circgradbasedcorrwhites2012' => { 514 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'], 516 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'] }, - 'circulargradientbasedcorrections' => { 514 => 'CircularGradientBasedCorrections', 516 => 'CircularGradientBasedCorrections' }, - 'city' => { 135 => 0x5a, 165 => 'City', 349 => 0x6d, 531 => 'City' }, - 'city2' => { 349 => 0x80 }, - 'clarity' => { 36 => 0x33, 131 => 0x100f, 257 => 0x35, 258 => 0x3d, 451 => 0x2036, 514 => 'Clarity', 516 => 'Clarity' }, - 'clarity2012' => { 514 => 'Clarity2012', 516 => 'Clarity2012' }, - 'claritycontrol' => { 385 => 0x96 }, - 'classification' => { 410 => 'clsf' }, - 'classifystate' => { 135 => 0xe1 }, - 'clearretouch' => { 349 => 0x7c }, - 'clearretouchvalue' => { 349 => 0xa3 }, - 'client' => { 543 => 'client' }, - 'clientname' => { 522 => 'ClientName' }, - 'clipboardaspectratio' => { 514 => 'ClipboardAspectRatio', 516 => 'ClipboardAspectRatio' }, - 'clipboardorientation' => { 514 => 'ClipboardOrientation', 516 => 'ClipboardOrientation' }, - 'clipfilename' => { 410 => 'clfn' }, - 'clipid' => { 410 => 'clid' }, - 'clmodeshootingspeed' => { 305 => '10.2', 306 => '11.3', 308 => '11.2', 309 => '11.2', 314 => '11.2', 315 => '10.2', 318 => '11.2', 319 => '11.2', 320 => '11.1', 321 => 0x3b, 322 => 0x3b, 323 => 0x3b }, - 'cluster' => { 514 => 'Cluster', 516 => 'Cluster' }, - 'cmcontrast' => { 333 => 0x2022 }, - 'cmddialsreverserotation' => { 321 => 0xba, 322 => 0xba, 323 => 0xba }, - 'cmexposurecompensation' => { 333 => 0x2000 }, - 'cmhue' => { 333 => 0x2021 }, - 'cmsaturation' => { 333 => 0x2020 }, - 'cmsharpness' => { 333 => 0x2023 }, - 'cmwhitebalance' => { 333 => 0x2001 }, - 'cmwhitebalancecomp' => { 333 => 0x2002 }, - 'cmwhitebalancegraypoint' => { 333 => 0x2010 }, - 'codec' => { 173 => 'Codec' }, - 'codedcharacterset' => { 136 => 0x5a }, - 'codeversion' => { 410 => 'cver' }, - 'collection' => { 338 => 'Collection' }, - 'collectionname' => { 174 => [\'Collections','CollectionsCollectionName'], 410 => 'coll' }, - 'collections' => { 174 => 'Collections', 509 => 'collections' }, - 'collectionuri' => { 174 => [\'Collections','CollectionsCollectionURI'] }, - 'color' => { 404 => 'player.movie.visual.color', 532 => 'color' }, - 'coloraberrationcontrol' => { 298 => 0xc89224b }, - 'coloradjustment' => { 427 => 0x14 }, - 'coloradjustmentmode' => { 426 => 0x210 }, - 'coloranta' => { 548 => [\'Colorants','ColorantsA'] }, - 'colorantb' => { 548 => [\'Colorants','ColorantsB'] }, - 'colorantblack' => { 548 => [\'Colorants','ColorantsBlack'] }, - 'colorantblue' => { 548 => [\'Colorants','ColorantsBlue'] }, - 'colorantcyan' => { 548 => [\'Colorants','ColorantsCyan'] }, - 'colorantgray' => { 548 => [\'Colorants','ColorantsGray'] }, - 'colorantgreen' => { 548 => [\'Colorants','ColorantsGreen'] }, - 'colorantl' => { 548 => [\'Colorants','ColorantsL'] }, - 'colorantmagenta' => { 548 => [\'Colorants','ColorantsMagenta'] }, - 'colorantmode' => { 548 => [\'Colorants','ColorantsMode'] }, - 'colorantred' => { 548 => [\'Colorants','ColorantsRed'] }, - 'colorants' => { 548 => 'Colorants' }, - 'colorantswatchname' => { 548 => [\'Colorants','ColorantsSwatchName'] }, - 'coloranttint' => { 548 => [\'Colorants','ColorantsTint'] }, - 'coloranttype' => { 548 => [\'Colorants','ColorantsType'] }, - 'colorantyellow' => { 548 => [\'Colorants','ColorantsYellow'] }, - 'colorbalance' => { 160 => 'ColorBalance' }, - 'colorbalanceadj' => { 298 => 0x76a43202 }, - 'colorbalanceblue' => { 185 => 0x1e }, - 'colorbalancegreen' => { 185 => 0x1d }, - 'colorbalancered' => { 185 => 0x1c }, - 'colorbalanceversion' => { 210 => 0x4, 211 => 0x4, 212 => 0x0, 213 => 0x0 }, - 'colorblur' => { 113 => 0x65 }, - 'colorbluron' => { 107 => 0x20704 }, - 'colorbooster' => { 298 => 0x5f0e7d23 }, - 'colorboostlevel' => { 292 => 0x1 }, - 'colorboosttype' => { 292 => 0x0 }, - 'colorchromeeffect' => { 131 => 0x1048 }, - 'colorchromefxblue' => { 131 => 0x104e }, - 'colorclass' => { 396 => 0xde, 397 => 'ColorClass' }, - 'colorcompensationfilter' => { 188 => [0x3a,0x5f], 190 => 0x111, 451 => 0xb022 }, - 'colorcompensationfiltercustom' => { 437 => 0xd, 438 => 0xc }, - 'colorcompensationfilterset' => { 437 => 0x8, 438 => 0x7, 439 => 0x18, 456 => 0xf }, - 'colorcontrol' => { 330 => 0x102b }, - 'colorcorrection' => { 488 => 0x8015 }, + 'canonimagetype' => { 68 => 0x6, 102 => 0x815 }, + 'canonlogversion' => { 67 => 0xb }, + 'canonmodelid' => { 68 => 0x10, 102 => 0x1834 }, + 'canonvrd' => { 125 => 'CanonVRD' }, + 'caption' => { 510 => 'caption' }, + 'caption-abstract' => { 136 => 0x78 }, + 'captionsauthornames' => { 520 => 'CaptionsAuthorNames' }, + 'captionsdatetimestamps' => { 520 => 'CaptionsDateTimeStamps' }, + 'captionwriter' => { 532 => 'CaptionWriter' }, + 'captureframerate' => { 118 => 0x4001 }, + 'captureheightnormal' => { 143 => 0x1839 }, + 'capturelook' => { 143 => 0xc48 }, + 'capturemode' => { 405 => 'com.apple.photos.captureMode' }, + 'capturesoftware' => { 503 => 'CaptureSoftware' }, + 'capturewidthnormal' => { 143 => 0x1838 }, + 'capturewidthtest' => { 143 => 0x1842 }, + 'cardshutterlock' => { 189 => 0x49 }, + 'casioimagesize' => { 118 => 0x9 }, + 'catalogsets' => { 136 => 0xff, 495 => 'CatalogSets', 508 => 'CatalogSets' }, + 'categories' => { 68 => 0x23, 510 => 'categories' }, + 'category' => { 136 => 0xf, 184 => 'WM/Category', 325 => 0x30, 403 => 'catg', 532 => 'Category' }, + 'cbcrgain' => { 425 => 0xa036 }, + 'cbcrgaindefault' => { 425 => 0xa035 }, + 'cbcrmatrix' => { 425 => 0xa034 }, + 'cbcrmatrixdefault' => { 425 => 0xa033 }, + 'ccdboardversion' => { 345 => 0x331 }, + 'ccdscanmode' => { 331 => 0x1039 }, + 'ccdsensitivity' => { 288 => 0x6 }, + 'ccdversion' => { 345 => 0x330 }, + 'ccvavgluminancenits' => { 525 => 'ccv_avg_luminance_nits' }, + 'ccvmaxluminancenits' => { 525 => 'ccv_max_luminance_nits' }, + 'ccvminluminancenits' => { 525 => 'ccv_min_luminance_nits' }, + 'ccvprimariesxy' => { 525 => 'ccv_primaries_xy' }, + 'ccvwhitexy' => { 525 => 'ccv_white_xy' }, + 'cellglobalid' => { 514 => 'cgi' }, + 'celllength' => { 124 => 0x109 }, + 'cellr' => { 514 => 'r' }, + 'celltowerid' => { 514 => 'cellid' }, + 'cellwidth' => { 124 => 0x108 }, + 'centerafarea' => { 317 => '15.1' }, + 'centerfocuspoint' => { 321 => '2.2' }, + 'centerpixel' => { 143 => 0x40c }, + 'centerweightedareasize' => { 306 => '7.1', 307 => '8.1', 309 => '8.1', 310 => '8.1', 314 => '7.1', 315 => '5.1', 316 => '7.1', 317 => '6.3', 319 => '8.1', 320 => '8.1', 321 => '8.1', 322 => 0x1f, 323 => 0x1f, 324 => 0x1f }, + 'certificate' => { 548 => 'Certificate' }, + 'cfainterpolationalgorithm' => { 143 => 0xe60 }, + 'cfainterpolationmetric' => { 143 => 0xe61 }, + 'cfaoffsetcols' => { 143 => 0xc71 }, + 'cfaoffsetrows' => { 143 => 0xc6f }, + 'cfapattern' => { 124 => 0xa302, 355 => 0x9, 521 => 'CFAPattern' }, + 'cfapattern2' => { 124 => 0x828e }, + 'cfapatterncolumns' => { 521 => [\'CFAPattern','CFAPatternColumns'] }, + 'cfapatternrows' => { 521 => [\'CFAPattern','CFAPatternRows'] }, + 'cfapatternvalues' => { 521 => [\'CFAPattern','CFAPatternValues'] }, + 'cfarepeatpatterndim' => { 124 => 0x828d }, + 'cfazipperfixthreshold' => { 143 => 0xe62 }, + 'channel' => { 534 => 'channel' }, + 'channela-lang' => { 534 => [\'channel','channelA-lang'] }, + 'channelchannel' => { 534 => [\'channel','channelChannel'] }, + 'channels' => { 160 => 'Channels' }, + 'channelsubchannel1' => { 534 => [\'channel','channelSubchannel1'] }, + 'channelsubchannel2' => { 534 => [\'channel','channelSubchannel2'] }, + 'channelsubchannel3' => { 534 => [\'channel','channelSubchannel3'] }, + 'channelsubchannel4' => { 534 => [\'channel','channelSubchannel4'] }, + 'chapterlist' => { 411 => 'chpl' }, + 'checkmark' => { 108 => 0x10101, 113 => 0x26a }, + 'checkmark2' => { 114 => 0x8e }, + 'childfontfiles' => { 549 => [\'Fonts','FontsChildFontFiles'] }, + 'chmodeshootingspeed' => { 306 => '10.3', 307 => '11.2', 322 => 0x10b, 323 => 0x10b, 324 => 0x121 }, + 'chromablurradius' => { 124 => 0xc631 }, + 'chromanoisecolorspace' => { 143 => 0xe6d }, + 'chromanoiseedgemapthresh' => { 143 => 0xe6c }, + 'chromanoisehighfthresh' => { 143 => 0xe6a }, + 'chromanoiselowfthresh' => { 143 => 0xe6b }, + 'chromaticaberration' => { 108 => 0x20703, 114 => 0x66, 425 => 0xa051 }, + 'chromaticaberrationb' => { 515 => 'ChromaticAberrationB', 517 => 'ChromaticAberrationB' }, + 'chromaticaberrationblue' => { 108 => 0x20708, 114 => 0x6b }, + 'chromaticaberrationcorr' => { 83 => [0x4,0x5] }, + 'chromaticaberrationcorrection' => { 124 => 0x7034, 375 => 0x1, 489 => 0x900d }, + 'chromaticaberrationcorrparams' => { 124 => 0x7035, 483 => 0x66a, 484 => [0x37c,0x384,0x39c,0x3b0,0x3b8] }, + 'chromaticaberrationon' => { 108 => '0x20703.0', 114 => 0x62 }, + 'chromaticaberrationr' => { 515 => 'ChromaticAberrationR', 517 => 'ChromaticAberrationR' }, + 'chromaticaberrationred' => { 108 => 0x20707, 114 => 0x6a }, + 'chromaticaberrationsetting' => { 84 => 0x6 }, + 'chrominancenoisereduction' => { 108 => 0x20601, 114 => 0x5e, 428 => 0x1a }, + 'chrominancenr_tiff_jpeg' => { 114 => 0x60 }, + 'circadatecreated' => { 529 => 'CircaDateCreated' }, + 'circgradbasedcorractive' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] }, + 'circgradbasedcorramount' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] }, + 'circgradbasedcorrblacks2012' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'] }, + 'circgradbasedcorrbrightness' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] }, + 'circgradbasedcorrclarity' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] }, + 'circgradbasedcorrclarity2012' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] }, + 'circgradbasedcorrcontrast' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] }, + 'circgradbasedcorrcontrast2012' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] }, + 'circgradbasedcorrcorrectionname' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'] }, + 'circgradbasedcorrcorrectionsyncid' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'] }, + 'circgradbasedcorrdefringe' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] }, + 'circgradbasedcorrdehaze' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'] }, + 'circgradbasedcorrexposure' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] }, + 'circgradbasedcorrexposure2012' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] }, + 'circgradbasedcorrhighlights2012' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] }, + 'circgradbasedcorrhue' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'] }, + 'circgradbasedcorrluminancenoise' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] }, + 'circgradbasedcorrmaskalpha' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] }, + 'circgradbasedcorrmaskangle' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] }, + 'circgradbasedcorrmaskbottom' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] }, + 'circgradbasedcorrmaskcentervalue' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] }, + 'circgradbasedcorrmaskcenterweight' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] }, + 'circgradbasedcorrmaskdabs' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] }, + 'circgradbasedcorrmaskfeather' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] }, + 'circgradbasedcorrmaskflipped' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] }, + 'circgradbasedcorrmaskflow' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] }, + 'circgradbasedcorrmaskfullx' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] }, + 'circgradbasedcorrmaskfully' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] }, + 'circgradbasedcorrmaskinputdigest' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'] }, + 'circgradbasedcorrmaskleft' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] }, + 'circgradbasedcorrmaskmaskactive' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'] }, + 'circgradbasedcorrmaskmaskblendmode' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'] }, + 'circgradbasedcorrmaskmaskdigest' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'] }, + 'circgradbasedcorrmaskmaskinverted' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'] }, + 'circgradbasedcorrmaskmaskname' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'] }, + 'circgradbasedcorrmaskmasks' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'] }, + 'circgradbasedcorrmaskmasksalpha' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'] }, + 'circgradbasedcorrmaskmasksangle' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'] }, + 'circgradbasedcorrmaskmasksbottom' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'] }, + 'circgradbasedcorrmaskmaskscentervalue' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'] }, + 'circgradbasedcorrmaskmaskscenterweight' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] }, + 'circgradbasedcorrmaskmasksdabs' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'] }, + 'circgradbasedcorrmaskmasksfeather' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'] }, + 'circgradbasedcorrmaskmasksflipped' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'] }, + 'circgradbasedcorrmaskmasksflow' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'] }, + 'circgradbasedcorrmaskmasksfullx' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'] }, + 'circgradbasedcorrmaskmasksfully' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'] }, + 'circgradbasedcorrmaskmasksinputdigest' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'] }, + 'circgradbasedcorrmaskmasksleft' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'] }, + 'circgradbasedcorrmaskmasksmaskactive' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'] }, + 'circgradbasedcorrmaskmasksmaskblendmode' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] }, + 'circgradbasedcorrmaskmasksmaskdigest' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] }, + 'circgradbasedcorrmaskmasksmaskinverted' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] }, + 'circgradbasedcorrmaskmasksmaskname' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'] }, + 'circgradbasedcorrmaskmasksmasksubtype' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] }, + 'circgradbasedcorrmaskmasksmasksyncid' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] }, + 'circgradbasedcorrmaskmasksmaskversion' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] }, + 'circgradbasedcorrmaskmasksmidpoint' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'] }, + 'circgradbasedcorrmaskmasksorigin' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'] }, + 'circgradbasedcorrmaskmasksperimetervalue' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] }, + 'circgradbasedcorrmaskmasksradius' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'] }, + 'circgradbasedcorrmaskmasksreferencepoint' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] }, + 'circgradbasedcorrmaskmasksright' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'] }, + 'circgradbasedcorrmaskmasksroundness' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'] }, + 'circgradbasedcorrmaskmaskssizex' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'] }, + 'circgradbasedcorrmaskmaskssizey' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'] }, + 'circgradbasedcorrmaskmaskstop' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'] }, + 'circgradbasedcorrmaskmasksubtype' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'] }, + 'circgradbasedcorrmaskmasksvalue' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'] }, + 'circgradbasedcorrmaskmasksversion' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'] }, + 'circgradbasedcorrmaskmaskswhat' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'] }, + 'circgradbasedcorrmaskmaskswholeimagearea' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] }, + 'circgradbasedcorrmaskmasksx' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'] }, + 'circgradbasedcorrmaskmasksy' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'] }, + 'circgradbasedcorrmaskmasksyncid' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'] }, + 'circgradbasedcorrmaskmaskszerox' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'] }, + 'circgradbasedcorrmaskmaskszeroy' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'] }, + 'circgradbasedcorrmaskmaskversion' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'] }, + 'circgradbasedcorrmaskmidpoint' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] }, + 'circgradbasedcorrmaskorigin' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'] }, + 'circgradbasedcorrmaskperimetervalue' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] }, + 'circgradbasedcorrmaskradius' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] }, + 'circgradbasedcorrmaskrange' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] }, + 'circgradbasedcorrmaskrangeareamodels' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] }, + 'circgradbasedcorrmaskrangeareamodelscolorsampleinfo' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, + 'circgradbasedcorrmaskrangeareamodelscomponents' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] }, + 'circgradbasedcorrmaskrangecoloramount' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] }, + 'circgradbasedcorrmaskrangedepthfeather' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] }, + 'circgradbasedcorrmaskrangedepthmax' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] }, + 'circgradbasedcorrmaskrangedepthmin' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] }, + 'circgradbasedcorrmaskrangeinvert' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] }, + 'circgradbasedcorrmaskrangelumfeather' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] }, + 'circgradbasedcorrmaskrangeluminancedepthsampleinfo' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] }, + 'circgradbasedcorrmaskrangelummax' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] }, + 'circgradbasedcorrmaskrangelummin' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] }, + 'circgradbasedcorrmaskrangelumrange' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] }, + 'circgradbasedcorrmaskrangesampletype' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] }, + 'circgradbasedcorrmaskrangetype' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] }, + 'circgradbasedcorrmaskrangeversion' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] }, + 'circgradbasedcorrmaskreferencepoint' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'] }, + 'circgradbasedcorrmaskright' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] }, + 'circgradbasedcorrmaskroundness' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] }, + 'circgradbasedcorrmasks' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] }, + 'circgradbasedcorrmasksizex' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] }, + 'circgradbasedcorrmasksizey' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] }, + 'circgradbasedcorrmasktop' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] }, + 'circgradbasedcorrmaskvalue' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] }, + 'circgradbasedcorrmaskversion' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] }, + 'circgradbasedcorrmaskwhat' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] }, + 'circgradbasedcorrmaskwholeimagearea' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'] }, + 'circgradbasedcorrmaskx' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] }, + 'circgradbasedcorrmasky' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] }, + 'circgradbasedcorrmaskzerox' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] }, + 'circgradbasedcorrmaskzeroy' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] }, + 'circgradbasedcorrmoire' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] }, + 'circgradbasedcorrrangemask' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'] }, + 'circgradbasedcorrrangemaskareamodels' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'] }, + 'circgradbasedcorrrangemaskareamodelscolorsampleinfo' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, + 'circgradbasedcorrrangemaskareamodelscomponents' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] }, + 'circgradbasedcorrrangemaskcoloramount' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'] }, + 'circgradbasedcorrrangemaskdepthfeather' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] }, + 'circgradbasedcorrrangemaskdepthmax' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'] }, + 'circgradbasedcorrrangemaskdepthmin' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'] }, + 'circgradbasedcorrrangemaskinvert' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'] }, + 'circgradbasedcorrrangemasklumfeather' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'] }, + 'circgradbasedcorrrangemaskluminancedepthsampleinfo' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] }, + 'circgradbasedcorrrangemasklummax' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'] }, + 'circgradbasedcorrrangemasklummin' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'] }, + 'circgradbasedcorrrangemasklumrange' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'] }, + 'circgradbasedcorrrangemasksampletype' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'] }, + 'circgradbasedcorrrangemasktype' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'] }, + 'circgradbasedcorrrangemaskversion' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'] }, + 'circgradbasedcorrsaturation' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'] }, + 'circgradbasedcorrshadows2012' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] }, + 'circgradbasedcorrsharpness' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] }, + 'circgradbasedcorrtemperature' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] }, + 'circgradbasedcorrtexture' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'] }, + 'circgradbasedcorrtint' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] }, + 'circgradbasedcorrtoninghue' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] }, + 'circgradbasedcorrtoningsaturation' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'] }, + 'circgradbasedcorrwhat' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] }, + 'circgradbasedcorrwhites2012' => { 515 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'], 517 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'] }, + 'circulargradientbasedcorrections' => { 515 => 'CircularGradientBasedCorrections', 517 => 'CircularGradientBasedCorrections' }, + 'city' => { 136 => 0x5a, 166 => 'City', 350 => 0x6d, 532 => 'City' }, + 'city2' => { 350 => 0x80 }, + 'clarity' => { 36 => 0x33, 132 => 0x100f, 258 => 0x35, 259 => 0x3d, 452 => 0x2036, 515 => 'Clarity', 517 => 'Clarity' }, + 'clarity2012' => { 515 => 'Clarity2012', 517 => 'Clarity2012' }, + 'claritycontrol' => { 386 => 0x96 }, + 'classification' => { 411 => 'clsf' }, + 'classifystate' => { 136 => 0xe1 }, + 'clearretouch' => { 350 => 0x7c }, + 'clearretouchvalue' => { 350 => 0xa3 }, + 'client' => { 544 => 'client' }, + 'clientname' => { 523 => 'ClientName' }, + 'clipboardaspectratio' => { 515 => 'ClipboardAspectRatio', 517 => 'ClipboardAspectRatio' }, + 'clipboardorientation' => { 515 => 'ClipboardOrientation', 517 => 'ClipboardOrientation' }, + 'clipfilename' => { 411 => 'clfn' }, + 'clipid' => { 411 => 'clid' }, + 'clmodeshootingspeed' => { 306 => '10.2', 307 => '11.3', 309 => '11.2', 310 => '11.2', 315 => '11.2', 316 => '10.2', 319 => '11.2', 320 => '11.2', 321 => '11.1', 322 => 0x3b, 323 => 0x3b, 324 => 0x3b }, + 'cluster' => { 515 => 'Cluster', 517 => 'Cluster' }, + 'cmcontrast' => { 334 => 0x2022 }, + 'cmddialsreverserotation' => { 322 => 0xba, 323 => 0xba, 324 => 0xba }, + 'cmexposurecompensation' => { 334 => 0x2000 }, + 'cmhue' => { 334 => 0x2021 }, + 'cmsaturation' => { 334 => 0x2020 }, + 'cmsharpness' => { 334 => 0x2023 }, + 'cmwhitebalance' => { 334 => 0x2001 }, + 'cmwhitebalancecomp' => { 334 => 0x2002 }, + 'cmwhitebalancegraypoint' => { 334 => 0x2010 }, + 'codec' => { 174 => 'Codec' }, + 'codedcharacterset' => { 137 => 0x5a }, + 'codeversion' => { 411 => 'cver' }, + 'collection' => { 339 => 'Collection' }, + 'collectionname' => { 175 => [\'Collections','CollectionsCollectionName'], 411 => 'coll' }, + 'collections' => { 175 => 'Collections', 510 => 'collections' }, + 'collectionuri' => { 175 => [\'Collections','CollectionsCollectionURI'] }, + 'color' => { 405 => 'player.movie.visual.color', 533 => 'color' }, + 'coloraberrationcontrol' => { 299 => 0xc89224b }, + 'coloradjustment' => { 428 => 0x14 }, + 'coloradjustmentmode' => { 427 => 0x210 }, + 'coloranta' => { 549 => [\'Colorants','ColorantsA'] }, + 'colorantb' => { 549 => [\'Colorants','ColorantsB'] }, + 'colorantblack' => { 549 => [\'Colorants','ColorantsBlack'] }, + 'colorantblue' => { 549 => [\'Colorants','ColorantsBlue'] }, + 'colorantcyan' => { 549 => [\'Colorants','ColorantsCyan'] }, + 'colorantgray' => { 549 => [\'Colorants','ColorantsGray'] }, + 'colorantgreen' => { 549 => [\'Colorants','ColorantsGreen'] }, + 'colorantl' => { 549 => [\'Colorants','ColorantsL'] }, + 'colorantmagenta' => { 549 => [\'Colorants','ColorantsMagenta'] }, + 'colorantmode' => { 549 => [\'Colorants','ColorantsMode'] }, + 'colorantred' => { 549 => [\'Colorants','ColorantsRed'] }, + 'colorants' => { 549 => 'Colorants' }, + 'colorantswatchname' => { 549 => [\'Colorants','ColorantsSwatchName'] }, + 'coloranttint' => { 549 => [\'Colorants','ColorantsTint'] }, + 'coloranttype' => { 549 => [\'Colorants','ColorantsType'] }, + 'colorantyellow' => { 549 => [\'Colorants','ColorantsYellow'] }, + 'colorbalance' => { 161 => 'ColorBalance' }, + 'colorbalanceadj' => { 299 => 0x76a43202 }, + 'colorbalanceblue' => { 186 => 0x1e }, + 'colorbalancegreen' => { 186 => 0x1d }, + 'colorbalancered' => { 186 => 0x1c }, + 'colorbalanceversion' => { 211 => 0x4, 212 => 0x4, 213 => 0x0, 214 => 0x0 }, + 'colorblur' => { 114 => 0x65 }, + 'colorbluron' => { 108 => 0x20704 }, + 'colorbooster' => { 299 => 0x5f0e7d23 }, + 'colorboostlevel' => { 293 => 0x1 }, + 'colorboosttype' => { 293 => 0x0 }, + 'colorchromeeffect' => { 132 => 0x1048 }, + 'colorchromefxblue' => { 132 => 0x104e }, + 'colorclass' => { 397 => 0xde, 398 => 'ColorClass' }, + 'colorcompensationfilter' => { 189 => [0x3a,0x5f], 191 => 0x111, 452 => 0xb022 }, + 'colorcompensationfiltercustom' => { 438 => 0xd, 439 => 0xc }, + 'colorcompensationfilterset' => { 438 => 0x8, 439 => 0x7, 440 => 0x18, 457 => 0xf }, + 'colorcontrol' => { 331 => 0x102b }, + 'colorcorrection' => { 489 => 0x8015 }, 'colorcorrectionmatrix' => { 1 => 0x3e }, - 'colorcreatoreffect' => { 325 => 0x532 }, - 'colordataversion' => { 43 => 0x0, 44 => 0x0, 46 => 0x0, 47 => 0x0, 48 => 0x0, 49 => 0x0, 50 => 0x0, 51 => 0x0, 52 => 0x0 }, - 'coloreffect' => { 349 => 0x28 }, - 'colorfilter' => { 116 => 0x17, 117 => 0x3017, 185 => 0x29, 193 => [0x38,0x4d,0x4f], 392 => 0x17 }, - 'colorgain' => { 264 => 0x51 }, - 'colorgradeblending' => { 514 => 'ColorGradeBlending', 516 => 'ColorGradeBlending' }, - 'colorgradeglobalhue' => { 514 => 'ColorGradeGlobalHue', 516 => 'ColorGradeGlobalHue' }, - 'colorgradegloballum' => { 514 => 'ColorGradeGlobalLum', 516 => 'ColorGradeGlobalLum' }, - 'colorgradeglobalsat' => { 514 => 'ColorGradeGlobalSat', 516 => 'ColorGradeGlobalSat' }, - 'colorgradehighlightlum' => { 514 => 'ColorGradeHighlightLum', 516 => 'ColorGradeHighlightLum' }, - 'colorgrademidtonehue' => { 514 => 'ColorGradeMidtoneHue', 516 => 'ColorGradeMidtoneHue' }, - 'colorgrademidtonelum' => { 514 => 'ColorGradeMidtoneLum', 516 => 'ColorGradeMidtoneLum' }, - 'colorgrademidtonesat' => { 514 => 'ColorGradeMidtoneSat', 516 => 'ColorGradeMidtoneSat' }, - 'colorgradeshadowlum' => { 514 => 'ColorGradeShadowLum', 516 => 'ColorGradeShadowLum' }, - 'colorhue' => { 107 => 0x20900, 240 => 0x8d }, - 'colorimetricreference' => { 123 => 0xc6bf }, - 'colorlabel' => { 519 => 'ColorLabel' }, - 'colormatrix' => { 66 => 0xa, 329 => 0x200, 330 => 0x1011, 424 => 0xa030 }, - 'colormatrix1' => { 123 => 0xc621, 394 => 0x106 }, - 'colormatrix2' => { 123 => 0xc622, 333 => 0x200, 394 => 0x226 }, - 'colormatrix3' => { 123 => 0xcd33 }, - 'colormatrixa' => { 385 => 0x203 }, - 'colormatrixa2' => { 385 => 0x21c }, - 'colormatrixadobergb' => { 424 => 0xa032 }, - 'colormatrixb' => { 385 => 0x204 }, - 'colormatrixb2' => { 385 => 0x21d }, - 'colormatrixnumber' => { 330 => 0x1019 }, - 'colormatrixsrgb' => { 424 => 0xa031 }, - 'colormode' => { 117 => 0x3015, 131 => 0x1210, 144 => 0x66, 185 => 0x28, 188 => 0x16, 190 => 0x101, 191 => 0x36, 193 => 0x7, 240 => 0x3, 287 => 0x4, 349 => 0x32, 427 => 0x2c, 451 => 0xb029, 531 => 'ColorMode' }, - 'colormoirereduction' => { 107 => 0x20670, 299 => 0x15 }, - 'colormoirereductionmode' => { 299 => 0x5 }, - 'colormoirereductionon' => { 107 => '0x20670.0' }, - 'colornoisereduction' => { 488 => 0x8029, 514 => 'ColorNoiseReduction', 516 => 'ColorNoiseReduction' }, - 'colornoisereductiondetail' => { 514 => 'ColorNoiseReductionDetail', 516 => 'ColorNoiseReductionDetail' }, - 'colornoisereductionintensity' => { 299 => 0x18 }, - 'colornoisereductionsharpness' => { 299 => 0x1c }, - 'colornoisereductionsmoothness' => { 514 => 'ColorNoiseReductionSmoothness', 516 => 'ColorNoiseReductionSmoothness' }, - 'colorplanes' => { 127 => 0x2 }, - 'colorprofile' => { 185 => 0x33 }, - 'colorprofilesettings' => { 325 => 0x539 }, - 'colorrepresentation' => { 137 => 0x3c }, - 'colorsaturationadj' => { 107 => 0x20305 }, - 'colorsequence' => { 137 => 0x41 }, - 'colorspace' => { 53 => 0x3, 67 => 0xb4, 101 => 0x10b4, 123 => 0xa001, 139 => 0x3, 166 => 'ColorSpace', 186 => 0x2f, 187 => 0x25, 188 => 0x17, 240 => 0x1e, 325 => 0x507, 385 => 0x37, 424 => 0xa011, 427 => 0xb, 437 => 0x1b, 438 => 0x83, 439 => 0xe, 456 => 0x6, 520 => 'ColorSpace' }, - 'colorspace2' => { 66 => 0x9 }, - 'colorspecapproximation' => { 139 => 0x2 }, - 'colorspecdata' => { 139 => 0x3 }, - 'colorspecmethod' => { 139 => 0x0 }, - 'colorspecprecedence' => { 139 => 0x1 }, - 'colortempasshot' => { 40 => 0x4, 41 => 0x7, 42 => 0x1d, 43 => 0x59, 44 => 0x6d, 45 => 0x26, 46 => 0x43, 49 => 0x43, 50 => 0x43, 51 => 0x43, 52 => 0x4b }, - 'colortempauto' => { 40 => 0x9, 41 => 0xf, 42 => 0x22, 43 => 0x5e, 44 => 0x72, 45 => 0x1c, 46 => 0x48, 49 => 0x48, 50 => 0x48, 51 => 0x48, 52 => 0x50 }, - 'colortempcloudy' => { 40 => 0x22, 41 => 0x37, 42 => 0x31, 43 => 0xa4, 44 => 0xdb, 45 => 0x35, 46 => 0x5c, 49 => 0x75, 50 => 0x8e, 51 => 0x93, 52 => 0x96, 385 => 0x55 }, - 'colortempcustom' => { 46 => 0x84 }, + 'colorcreatoreffect' => { 326 => 0x532 }, + 'colordataversion' => { 43 => 0x0, 44 => 0x0, 45 => 0x0, 47 => 0x0, 48 => 0x0, 49 => 0x0, 50 => 0x0, 51 => 0x0, 52 => 0x0, 53 => 0x0 }, + 'coloreffect' => { 350 => 0x28 }, + 'colorfilter' => { 117 => 0x17, 118 => 0x3017, 186 => 0x29, 194 => [0x38,0x4d,0x4f], 393 => 0x17 }, + 'colorgain' => { 265 => 0x51 }, + 'colorgradeblending' => { 515 => 'ColorGradeBlending', 517 => 'ColorGradeBlending' }, + 'colorgradeglobalhue' => { 515 => 'ColorGradeGlobalHue', 517 => 'ColorGradeGlobalHue' }, + 'colorgradegloballum' => { 515 => 'ColorGradeGlobalLum', 517 => 'ColorGradeGlobalLum' }, + 'colorgradeglobalsat' => { 515 => 'ColorGradeGlobalSat', 517 => 'ColorGradeGlobalSat' }, + 'colorgradehighlightlum' => { 515 => 'ColorGradeHighlightLum', 517 => 'ColorGradeHighlightLum' }, + 'colorgrademidtonehue' => { 515 => 'ColorGradeMidtoneHue', 517 => 'ColorGradeMidtoneHue' }, + 'colorgrademidtonelum' => { 515 => 'ColorGradeMidtoneLum', 517 => 'ColorGradeMidtoneLum' }, + 'colorgrademidtonesat' => { 515 => 'ColorGradeMidtoneSat', 517 => 'ColorGradeMidtoneSat' }, + 'colorgradeshadowlum' => { 515 => 'ColorGradeShadowLum', 517 => 'ColorGradeShadowLum' }, + 'colorhue' => { 108 => 0x20900, 241 => 0x8d }, + 'colorimetricreference' => { 124 => 0xc6bf }, + 'colorlabel' => { 520 => 'ColorLabel' }, + 'colormatrix' => { 67 => 0xa, 330 => 0x200, 331 => 0x1011, 425 => 0xa030 }, + 'colormatrix1' => { 124 => 0xc621, 395 => 0x106 }, + 'colormatrix2' => { 124 => 0xc622, 334 => 0x200, 395 => 0x226 }, + 'colormatrix3' => { 124 => 0xcd33 }, + 'colormatrixa' => { 386 => 0x203 }, + 'colormatrixa2' => { 386 => 0x21c }, + 'colormatrixadobergb' => { 425 => 0xa032 }, + 'colormatrixb' => { 386 => 0x204 }, + 'colormatrixb2' => { 386 => 0x21d }, + 'colormatrixnumber' => { 331 => 0x1019 }, + 'colormatrixsrgb' => { 425 => 0xa031 }, + 'colormode' => { 118 => 0x3015, 132 => 0x1210, 145 => 0x66, 186 => 0x28, 189 => 0x16, 191 => 0x101, 192 => 0x36, 194 => 0x7, 241 => 0x3, 288 => 0x4, 350 => 0x32, 428 => 0x2c, 452 => 0xb029, 532 => 'ColorMode' }, + 'colormoirereduction' => { 108 => 0x20670, 300 => 0x15 }, + 'colormoirereductionmode' => { 300 => 0x5 }, + 'colormoirereductionon' => { 108 => '0x20670.0' }, + 'colornoisereduction' => { 489 => 0x8029, 515 => 'ColorNoiseReduction', 517 => 'ColorNoiseReduction' }, + 'colornoisereductiondetail' => { 515 => 'ColorNoiseReductionDetail', 517 => 'ColorNoiseReductionDetail' }, + 'colornoisereductionintensity' => { 300 => 0x18 }, + 'colornoisereductionsharpness' => { 300 => 0x1c }, + 'colornoisereductionsmoothness' => { 515 => 'ColorNoiseReductionSmoothness', 517 => 'ColorNoiseReductionSmoothness' }, + 'colorplanes' => { 128 => 0x2 }, + 'colorprofile' => { 186 => 0x33 }, + 'colorprofilesettings' => { 326 => 0x539 }, + 'colorrepresentation' => { 138 => 0x3c }, + 'colorsaturationadj' => { 108 => 0x20305 }, + 'colorsequence' => { 138 => 0x41 }, + 'colorspace' => { 54 => 0x3, 68 => 0xb4, 102 => 0x10b4, 124 => 0xa001, 140 => 0x3, 167 => 'ColorSpace', 187 => 0x2f, 188 => 0x25, 189 => 0x17, 241 => 0x1e, 326 => 0x507, 386 => 0x37, 425 => 0xa011, 428 => 0xb, 438 => 0x1b, 439 => 0x83, 440 => 0xe, 457 => 0x6, 521 => 'ColorSpace' }, + 'colorspace2' => { 67 => 0x9 }, + 'colorspecapproximation' => { 140 => 0x2 }, + 'colorspecdata' => { 140 => 0x3 }, + 'colorspecmethod' => { 140 => 0x0 }, + 'colorspecprecedence' => { 140 => 0x1 }, + 'colortempasshot' => { 40 => 0x4, 41 => 0x7, 42 => 0x1d, 43 => 0x59, 44 => 0x6d, 45 => 0x6d, 46 => 0x26, 47 => 0x43, 50 => 0x43, 51 => 0x43, 52 => 0x43, 53 => 0x4b }, + 'colortempauto' => { 40 => 0x9, 41 => 0xf, 42 => 0x22, 43 => 0x5e, 44 => 0x72, 46 => 0x1c, 47 => 0x48, 50 => 0x48, 51 => 0x48, 52 => 0x48, 53 => 0x50 }, + 'colortempcloudy' => { 40 => 0x22, 41 => 0x37, 42 => 0x31, 43 => 0xa4, 44 => 0xdb, 45 => 0x7c, 46 => 0x35, 47 => 0x5c, 50 => 0x75, 51 => 0x8e, 52 => 0x93, 53 => 0x96, 386 => 0x55 }, + 'colortempcustom' => { 47 => 0x84 }, 'colortempcustom1' => { 42 => 0x45 }, 'colortempcustom2' => { 42 => 0x4a }, - 'colortempdaylight' => { 40 => 0x18, 41 => 0x27, 42 => 0x27, 43 => 0x9a, 44 => 0xd1, 45 => 0x2b, 46 => 0x52, 49 => 0x6b, 50 => 0x84, 51 => 0x89, 52 => 0x8c, 385 => 0x53 }, - 'colortemperature' => { 1 => 0x2d, 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, 67 => 0xae, 77 => 0x9, 101 => 0x10ae, 131 => 0x1005, 142 => 0x846, 160 => 'ColorTemperature', 186 => [0x6e,0x49], 187 => 0x3f, 188 => [0x39,0x5e], 190 => 0x10b, 193 => [0x3c,0x4c,0x4e], 344 => 0x321, 385 => 0x50, 417 => 0x1308, 451 => 0xb021, 514 => 'Temperature', 516 => 'Temperature' }, - 'colortemperatureadj' => { 488 => 0x8013 }, - 'colortemperatureauto' => { 240 => 0x4f }, - 'colortemperaturebg' => { 330 => 0x1013 }, - 'colortemperaturecustom' => { 437 => 0xc, 438 => 0xb }, - 'colortemperaturerg' => { 330 => 0x1014 }, - 'colortemperatureset' => { 437 => 0x7, 438 => 0x6 }, - 'colortemperaturesetting' => { 188 => 0x25, 439 => 0x17, 456 => 0xe }, - 'colortempflash' => { 40 => 0x36, 41 => 0x57, 42 => 0x40, 43 => 0xb8, 44 => 0xef, 45 => 0x49, 46 => 0x70, 49 => 0x89, 50 => 0xa2, 51 => 0xa7, 52 => 0xaa, 385 => 0x5a }, - 'colortempflashdata' => { 46 => 0x24a }, - 'colortempfluorescent' => { 40 => 0x2c, 41 => 0x47, 42 => 0x3b, 43 => 0xae, 44 => 0xe5, 45 => 0x3f, 46 => 0x66, 49 => 0x7f, 50 => 0x98, 51 => 0x9d, 52 => 0xa0 }, - 'colortempfluorescentd' => { 385 => 0x57 }, - 'colortempfluorescentn' => { 385 => 0x58 }, - 'colortempfluorescentw' => { 385 => 0x59 }, - 'colortempkelvin' => { 40 => 0x31, 41 => 0x4f, 43 => 0xb3, 44 => 0xea, 45 => 0x44, 46 => 0x6b, 49 => 0x84, 50 => 0x9d, 51 => 0xa2, 52 => 0xa5, 349 => 0x44, 417 => 0x1307 }, - 'colortempmeasured' => { 40 => 0xe, 41 => 0x17, 43 => 0x63, 44 => 0x77, 46 => 0x4d, 49 => 0x4d, 50 => 0x4d, 51 => 0x4d, 52 => 0x55 }, - 'colortemppc1' => { 45 => 0x94, 46 => 0x75 }, - 'colortemppc2' => { 45 => 0x99, 46 => 0x7a }, - 'colortemppc3' => { 45 => 0x9e, 46 => 0x7f }, - 'colortempshade' => { 40 => 0x1d, 41 => 0x2f, 42 => 0x2c, 43 => 0x9f, 44 => 0xd6, 45 => 0x30, 46 => 0x57, 49 => 0x70, 50 => 0x89, 51 => 0x8e, 52 => 0x91, 385 => 0x54 }, - 'colortemptungsten' => { 40 => 0x27, 41 => 0x3f, 42 => 0x36, 43 => 0xa9, 44 => 0xe0, 45 => 0x3a, 46 => 0x61, 49 => 0x7a, 50 => 0x93, 51 => 0x98, 52 => 0x9b, 385 => 0x56 }, - 'colortempunknown' => { 40 => 0x13, 41 => 0x1f, 43 => 0x68, 44 => 0x7c, 45 => 0x21, 49 => 0x52, 50 => 0x52, 51 => 0x52, 52 => 0x5a }, - 'colortempunknown10' => { 40 => 0x63, 41 => 0x9f, 43 => 0x95, 44 => 0xa9, 45 => 0x76, 49 => 0xa2, 50 => 0x7f, 51 => 0x7f, 52 => 0x87 }, - 'colortempunknown11' => { 40 => 0x68, 41 => 0xa7, 43 => 0xbd, 44 => [0xae,0xb3], 45 => 0x7b, 49 => 0xa7, 50 => 0xa7, 51 => 0x84, 52 => 0xaf }, - 'colortempunknown12' => { 40 => 0x6d, 41 => 0xaf, 43 => 0xc2, 44 => 0xb8, 45 => 0x80, 49 => 0xac, 50 => 0xac, 51 => 0xac, 52 => 0xb4 }, - 'colortempunknown13' => { 40 => 0x72, 41 => 0xb7, 43 => 0xc7, 44 => 0xbd, 45 => 0x85, 49 => 0xb1, 50 => 0xb1, 51 => 0xb1, 52 => 0xb9 }, - 'colortempunknown14' => { 43 => 0xcc, 44 => 0xc2, 45 => 0x8a, 49 => 0xb6, 50 => 0xb6, 51 => 0xb6, 52 => 0xbe }, - 'colortempunknown15' => { 43 => 0xd1, 44 => 0xc7, 45 => 0x8f, 49 => 0xbb, 50 => 0xbb, 51 => 0xbb, 52 => 0xc3 }, - 'colortempunknown16' => { 43 => 0xd6, 44 => 0xcc, 45 => 0xa3, 50 => 0xc0, 51 => 0xc0, 52 => 0xc8 }, - 'colortempunknown17' => { 43 => 0xdb, 44 => 0xf4, 50 => 0xc5, 51 => 0xc5, 52 => 0xcd }, - 'colortempunknown18' => { 43 => 0xe0, 44 => 0xf9, 50 => 0xca, 51 => 0xca, 52 => 0xd2 }, - 'colortempunknown19' => { 43 => 0xe5, 44 => 0xfe, 50 => 0xcf, 51 => 0xcf, 52 => 0xd7 }, - 'colortempunknown2' => { 40 => 0x3b, 41 => 0x5f, 43 => 0x6d, 44 => 0x81, 45 => 0x4e, 49 => 0x57, 50 => 0x57, 51 => 0x57, 52 => 0x5f }, - 'colortempunknown20' => { 43 => 0xea, 44 => 0x103, 50 => 0xd4, 51 => 0xd4, 52 => 0xdc }, - 'colortempunknown21' => { 43 => 0xef, 44 => 0x108, 51 => 0xd9, 52 => 0xe1 }, - 'colortempunknown22' => { 43 => 0xf4, 44 => 0x10d, 51 => 0xde, 52 => 0xe6 }, - 'colortempunknown23' => { 43 => 0xf9, 44 => 0x112, 51 => 0xe3, 52 => 0xeb }, - 'colortempunknown24' => { 43 => 0xfe, 44 => 0x117, 51 => 0xe8, 52 => 0xf0 }, - 'colortempunknown25' => { 43 => 0x103, 44 => 0x11c, 51 => 0xed, 52 => 0xf5 }, - 'colortempunknown26' => { 43 => 0x108, 44 => 0x121, 51 => 0xf2, 52 => 0xfa }, - 'colortempunknown27' => { 43 => 0x10d, 44 => 0x126, 51 => 0xf7, 52 => 0xff }, - 'colortempunknown28' => { 43 => 0x112, 51 => 0xfc, 52 => 0x104 }, - 'colortempunknown29' => { 43 => 0x117, 51 => 0x101, 52 => 0x109 }, - 'colortempunknown3' => { 40 => 0x40, 41 => 0x67, 43 => 0x72, 44 => 0x86, 45 => 0x53, 49 => 0x5c, 50 => 0x5c, 51 => 0x5c, 52 => 0x64 }, - 'colortempunknown30' => { 51 => 0x106 }, - 'colortempunknown4' => { 40 => 0x45, 41 => 0x6f, 43 => 0x77, 44 => 0x8b, 45 => 0x58, 49 => 0x61, 50 => 0x61, 51 => 0x61, 52 => 0x69 }, - 'colortempunknown5' => { 40 => 0x4a, 41 => 0x77, 43 => 0x7c, 44 => 0x90, 45 => 0x5d, 49 => 0x66, 50 => 0x66, 51 => 0x66, 52 => 0x6e }, - 'colortempunknown6' => { 40 => 0x4f, 41 => 0x7f, 43 => 0x81, 44 => 0x95, 45 => 0x62, 49 => 0x8e, 50 => 0x6b, 51 => 0x6b, 52 => 0x73 }, - 'colortempunknown7' => { 40 => 0x54, 41 => 0x87, 43 => 0x86, 44 => 0x9a, 45 => 0x67, 49 => 0x93, 50 => 0x70, 51 => 0x70, 52 => 0x78 }, - 'colortempunknown8' => { 40 => 0x59, 41 => 0x8f, 43 => 0x8b, 44 => 0x9f, 45 => 0x6c, 49 => 0x98, 50 => 0x75, 51 => 0x75, 52 => 0x7d }, - 'colortempunknown9' => { 40 => 0x5e, 41 => 0x97, 43 => 0x90, 44 => 0xa4, 45 => 0x71, 49 => 0x9d, 50 => 0x7a, 51 => 0x7a, 52 => 0x82 }, - 'colortint' => { 348 => 0x35c }, - 'colortone' => { 10 => 0x6f, 12 => 0x77, 36 => 0x2a, 53 => 0x2, 66 => 0x8 }, - 'colortoneadj' => { 107 => 0x20304, 112 => 0x11e }, - 'colortoneauto' => { 74 => 0x9c }, - 'colortonefaithful' => { 19 => 0x107, 73 => 0x6c, 74 => 0x6c }, - 'colortonelandscape' => { 19 => 0x105, 73 => 0x3c, 74 => 0x3c }, - 'colortonemonochrome' => { 73 => 0x84, 74 => 0x84 }, - 'colortoneneutral' => { 19 => 0x106, 73 => 0x54, 74 => 0x54 }, - 'colortoneportrait' => { 19 => 0x104, 73 => 0x24, 74 => 0x24 }, - 'colortonestandard' => { 19 => 0x103, 73 => 0xc, 74 => 0xc }, - 'colortoneuserdef1' => { 19 => 0x109, 73 => 0x9c, 74 => 0xb4 }, - 'colortoneuserdef2' => { 19 => 0x10a, 73 => 0xb4, 74 => 0xcc }, - 'colortoneuserdef3' => { 19 => 0x10b, 73 => 0xcc, 74 => 0xe4 }, - 'columninterleavefactor' => { 123 => 0xcd43 }, - 'comlenblksize' => { 142 => 0xfde8 }, - 'commanddialframeadvancezoom' => { 249 => 0x804 }, - 'commanddialplaybackmode' => { 321 => 0x1cb, 322 => 0x1cb, 323 => 0x1e3 }, - 'commanddials' => { 316 => '5.1' }, - 'commanddialsaperturesetting' => { 305 => '17.3', 306 => '18.3', 308 => '18.3', 309 => '18.3', 314 => '33.3', 315 => '17.3', 318 => '18.3', 319 => '18.3' }, - 'commanddialschangemainsub' => { 305 => '17.2', 306 => '18.1', 308 => '18.1', 309 => '18.1', 314 => '33.2', 315 => '17.2', 318 => '18.1', 319 => '18.1' }, - 'commanddialsmenuandplayback' => { 305 => '17.4', 306 => '18.2', 308 => '18.2', 309 => '18.2', 314 => '33.4', 315 => '17.4', 318 => '18.2', 319 => '18.2' }, - 'commanddialsreverserotation' => { 305 => '17.1', 306 => '6.4', 308 => '6.2', 309 => '6.2', 310 => '16.2', 311 => '17.2', 314 => '33.1', 315 => '17.1', 318 => '6.2', 319 => '6.2', 320 => '18.1' }, - 'commanddialvideoplaybackmode' => { 321 => 0x1cd, 323 => 0x1e5 }, - 'commanderchannel' => { 316 => '10.2', 317 => '25.2' }, - 'commandergroupa_ttl-aacomp' => { 316 => '13.1', 317 => '31.1' }, - 'commandergroupa_ttlcomp' => { 320 => '32.1' }, - 'commandergroupamanualoutput' => { 316 => '13.2', 317 => '28.2' }, - 'commandergroupamode' => { 316 => '11.2', 317 => '28.1' }, - 'commandergroupb_ttl-aacomp' => { 316 => '14.1', 317 => '32.1' }, - 'commandergroupb_ttlcomp' => { 320 => '33.1' }, - 'commandergroupbmanualoutput' => { 316 => '14.2', 317 => '29.2' }, - 'commandergroupbmode' => { 316 => '11.3', 317 => '29.1' }, - 'commanderinternalflash' => { 316 => '11.1', 317 => '27.1' }, - 'commanderinternalmanualoutput' => { 316 => '12.2', 317 => '27.2' }, - 'commanderinternalttlchannel' => { 314 => '18.2' }, - 'commanderinternalttlcomp' => { 316 => '12.1', 317 => '30.2', 320 => '31.2' }, - 'commanderinternalttlcompbuiltin' => { 314 => '20.1', 315 => '26.1' }, - 'commanderinternalttlcompgroupa' => { 314 => '21.1', 315 => '27.1' }, - 'commanderinternalttlcompgroupb' => { 314 => '22.1', 315 => '28.1' }, - 'comment' => { 0 => 0x2, 124 => 'Comment', 161 => 'Comment', 338 => 'Comment', 402 => "\xa9cmt", 404 => 'comment', 410 => "\xa9cmt" }, - 'compass' => { 420 => 0x4 }, - 'compatiblebrands' => { 404 => 'compatible_brands' }, - 'compatibleversion' => { 514 => 'CompatibleVersion', 516 => 'CompatibleVersion' }, - 'compilation' => { 402 => 'cpil' }, - 'compimageimagespersequence' => { 521 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfImagesInSequences'] }, - 'compimagemaxexposureall' => { 521 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfAll'] }, - 'compimagemaxexposureused' => { 521 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfUsed'] }, - 'compimageminexposureall' => { 521 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfAll'] }, - 'compimageminexposureused' => { 521 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfUsed'] }, - 'compimagenumsequences' => { 521 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfSequences'] }, - 'compimagesumexposureall' => { 521 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfAll'] }, - 'compimagesumexposureused' => { 521 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfUsed'] }, - 'compimagetotalexposureperiod' => { 521 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesTotalExposurePeriod'] }, - 'compimagevalues' => { 521 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesValues'] }, - 'complianceprofile' => { 533 => 'complianceProfile' }, - 'componentsconfiguration' => { 123 => 0x9101, 166 => 'Components', 520 => 'ComponentsConfiguration' }, - 'componentversion' => { 101 => 0x80c }, - 'composer' => { 183 => 'WM/Composer', 402 => ["\xa9com","\xa9wrt"], 410 => ["\xa9com","\xa9wrt"], 543 => 'composer' }, - 'composerid' => { 402 => 'cmID' }, - 'composerkeywords' => { 410 => "\xa9cok" }, - 'compositeimage' => { 123 => 0xa460, 521 => 'CompositeImage' }, - 'compositeimagecount' => { 123 => 0xa461, 521 => 'CompositeImageCount' }, - 'compositeimageexposuretimes' => { 123 => 0xa462, 521 => 'CompositeImageExposureTimes' }, - 'composition' => { 504 => 'Composition' }, - 'compositionadjust' => { 383 => '0.1' }, - 'compositionadjustrotation' => { 383 => 0x7 }, - 'compositionadjustx' => { 383 => 0x5 }, - 'compositionadjusty' => { 383 => 0x6 }, - 'compressedbitsperpixel' => { 123 => 0x9102, 520 => 'CompressedBitsPerPixel' }, - 'compressedimagesize' => { 190 => 0x40, 330 => 0x40 }, - 'compression' => { 123 => 0x103, 354 => 0xb, 539 => 'Compression' }, - 'compressionfactor' => { 325 => 0x50d }, - 'compressionformat' => { 66 => 0x4 }, - 'compressionratio' => { 166 => 'Compression', 330 => 0x1034 }, - 'compressorversion' => { 410 => 'CNCV' }, - 'condadobvfactor' => { 142 => 0xf3e }, - 'condadodaybvthresh' => { 142 => 0xf3c }, - 'condadodayoffsets' => { 142 => 0xf42 }, - 'condadofluoffsets' => { 142 => 0xf44 }, - 'condadofluthresh' => { 142 => 0xf41 }, - 'condadoillfactor' => { 142 => 0xf3f }, - 'condadoneurange' => { 142 => 0xf3d }, - 'condadotunoffsets' => { 142 => 0xf43 }, - 'condadotunthresh' => { 142 => 0xf40 }, - 'conductor' => { 183 => 'WM/Conductor', 402 => "\xa9con" }, - 'confidence' => { 499 => 'Confidence' }, - 'confidencelevel' => { 510 => 'ConfidenceLevel' }, - 'confidencemime' => { 499 => 'ConfidenceMime' }, - 'constrainedcropheight' => { 112 => 0x266, 396 => 0xd6 }, - 'constrainedcropwidth' => { 112 => 0x262, 396 => 0xd5 }, - 'contact' => { 135 => 0x76 }, - 'contactinfo' => { 514 => 'ContactInfo', 516 => 'ContactInfo', 532 => 'contactInfo' }, - 'container' => { 492 => 'Container' }, - 'containerdirectory' => { 492 => [\'Container','ContainerDirectory'], 497 => 'Directory' }, - 'containerdirectoryitem' => { 492 => [\'Container','ContainerDirectoryItem'] }, - 'containerdirectoryitemdatauri' => { 492 => [\'Container','ContainerDirectoryItemDataURI'] }, - 'containerdirectoryitemlength' => { 492 => [\'Container','ContainerDirectoryItemLength'] }, - 'containerdirectoryitemmime' => { 492 => [\'Container','ContainerDirectoryItemMime'] }, - 'containerdirectoryitempadding' => { 492 => [\'Container','ContainerDirectoryItemPadding'] }, - 'containerformat' => { 528 => 'ContainerFormat' }, - 'containerformatidentifier' => { 528 => [\'ContainerFormat','ContainerFormatIdentifier'] }, - 'containerformatname' => { 528 => [\'ContainerFormat','ContainerFormatName'] }, - 'contentcreatedate' => { 402 => "\xa9day", 410 => ['@day',"\xa9day"] }, - 'contentdistributor' => { 183 => 'WM/ContentDistributor' }, - 'contentdistributorid' => { 410 => 'cdis' }, - 'contentid' => { 410 => 'ccid' }, - 'contentidentifier' => { 1 => 0x11, 404 => 'content.identifier' }, - 'contentlocationcode' => { 135 => 0x1a }, - 'contentlocationname' => { 135 => 0x1b }, - 'contenttype' => { 533 => 'contentType' }, - 'continuousbracketing' => { 188 => 0x20 }, + 'colortempdaylight' => { 40 => 0x18, 41 => 0x27, 42 => 0x27, 43 => 0x9a, 44 => 0xd1, 45 => 0x72, 46 => 0x2b, 47 => 0x52, 50 => 0x6b, 51 => 0x84, 52 => 0x89, 53 => 0x8c, 386 => 0x53 }, + 'colortemperature' => { 1 => 0x2d, 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, 68 => 0xae, 78 => 0x9, 102 => 0x10ae, 132 => 0x1005, 143 => 0x846, 161 => 'ColorTemperature', 187 => [0x6e,0x49], 188 => 0x3f, 189 => [0x39,0x5e], 191 => 0x10b, 194 => [0x3c,0x4c,0x4e], 345 => 0x321, 386 => 0x50, 418 => 0x1308, 452 => 0xb021, 515 => 'Temperature', 517 => 'Temperature' }, + 'colortemperatureadj' => { 489 => 0x8013 }, + 'colortemperatureauto' => { 241 => 0x4f }, + 'colortemperaturebg' => { 331 => 0x1013 }, + 'colortemperaturecustom' => { 438 => 0xc, 439 => 0xb }, + 'colortemperaturerg' => { 331 => 0x1014 }, + 'colortemperatureset' => { 438 => 0x7, 439 => 0x6 }, + 'colortemperaturesetting' => { 189 => 0x25, 440 => 0x17, 457 => 0xe }, + 'colortempflash' => { 40 => 0x36, 41 => 0x57, 42 => 0x40, 43 => 0xb8, 44 => 0xef, 45 => 0x8b, 46 => 0x49, 47 => 0x70, 50 => 0x89, 51 => 0xa2, 52 => 0xa7, 53 => 0xaa, 386 => 0x5a }, + 'colortempflashdata' => { 47 => 0x24a }, + 'colortempfluorescent' => { 40 => 0x2c, 41 => 0x47, 42 => 0x3b, 43 => 0xae, 44 => 0xe5, 45 => 0x86, 46 => 0x3f, 47 => 0x66, 50 => 0x7f, 51 => 0x98, 52 => 0x9d, 53 => 0xa0 }, + 'colortempfluorescentd' => { 386 => 0x57 }, + 'colortempfluorescentn' => { 386 => 0x58 }, + 'colortempfluorescentw' => { 386 => 0x59 }, + 'colortempkelvin' => { 40 => 0x31, 41 => 0x4f, 43 => 0xb3, 44 => 0xea, 46 => 0x44, 47 => 0x6b, 50 => 0x84, 51 => 0x9d, 52 => 0xa2, 53 => 0xa5, 350 => 0x44, 418 => 0x1307 }, + 'colortempmeasured' => { 40 => 0xe, 41 => 0x17, 43 => 0x63, 44 => 0x77, 47 => 0x4d, 50 => 0x4d, 51 => 0x4d, 52 => 0x4d, 53 => 0x55 }, + 'colortemppc1' => { 46 => 0x94, 47 => 0x75 }, + 'colortemppc2' => { 46 => 0x99, 47 => 0x7a }, + 'colortemppc3' => { 46 => 0x9e, 47 => 0x7f }, + 'colortempshade' => { 40 => 0x1d, 41 => 0x2f, 42 => 0x2c, 43 => 0x9f, 44 => 0xd6, 45 => 0x77, 46 => 0x30, 47 => 0x57, 50 => 0x70, 51 => 0x89, 52 => 0x8e, 53 => 0x91, 386 => 0x54 }, + 'colortemptungsten' => { 40 => 0x27, 41 => 0x3f, 42 => 0x36, 43 => 0xa9, 44 => 0xe0, 45 => 0x81, 46 => 0x3a, 47 => 0x61, 50 => 0x7a, 51 => 0x93, 52 => 0x98, 53 => 0x9b, 386 => 0x56 }, + 'colortempunknown' => { 40 => 0x13, 41 => 0x1f, 43 => 0x68, 44 => 0x7c, 46 => 0x21, 50 => 0x52, 51 => 0x52, 52 => 0x52, 53 => 0x5a }, + 'colortempunknown10' => { 40 => 0x63, 41 => 0x9f, 43 => 0x95, 44 => 0xa9, 45 => 0xb8, 46 => 0x76, 50 => 0xa2, 51 => 0x7f, 52 => 0x7f, 53 => 0x87 }, + 'colortempunknown11' => { 40 => 0x68, 41 => 0xa7, 43 => 0xbd, 44 => [0xae,0xb3], 45 => 0xbd, 46 => 0x7b, 50 => 0xa7, 51 => 0xa7, 52 => 0x84, 53 => 0xaf }, + 'colortempunknown12' => { 40 => 0x6d, 41 => 0xaf, 43 => 0xc2, 44 => 0xb8, 45 => 0xc2, 46 => 0x80, 50 => 0xac, 51 => 0xac, 52 => 0xac, 53 => 0xb4 }, + 'colortempunknown13' => { 40 => 0x72, 41 => 0xb7, 43 => 0xc7, 44 => 0xbd, 45 => 0xc7, 46 => 0x85, 50 => 0xb1, 51 => 0xb1, 52 => 0xb1, 53 => 0xb9 }, + 'colortempunknown14' => { 43 => 0xcc, 44 => 0xc2, 45 => 0xcc, 46 => 0x8a, 50 => 0xb6, 51 => 0xb6, 52 => 0xb6, 53 => 0xbe }, + 'colortempunknown15' => { 43 => 0xd1, 44 => 0xc7, 45 => 0xd1, 46 => 0x8f, 50 => 0xbb, 51 => 0xbb, 52 => 0xbb, 53 => 0xc3 }, + 'colortempunknown16' => { 43 => 0xd6, 44 => 0xcc, 45 => 0xd6, 46 => 0xa3, 51 => 0xc0, 52 => 0xc0, 53 => 0xc8 }, + 'colortempunknown17' => { 43 => 0xdb, 44 => 0xf4, 45 => 0xdb, 51 => 0xc5, 52 => 0xc5, 53 => 0xcd }, + 'colortempunknown18' => { 43 => 0xe0, 44 => 0xf9, 45 => 0xe0, 51 => 0xca, 52 => 0xca, 53 => 0xd2 }, + 'colortempunknown19' => { 43 => 0xe5, 44 => 0xfe, 45 => 0xe5, 51 => 0xcf, 52 => 0xcf, 53 => 0xd7 }, + 'colortempunknown2' => { 40 => 0x3b, 41 => 0x5f, 43 => 0x6d, 44 => 0x81, 45 => 0x90, 46 => 0x4e, 50 => 0x57, 51 => 0x57, 52 => 0x57, 53 => 0x5f }, + 'colortempunknown20' => { 43 => 0xea, 44 => 0x103, 45 => 0xea, 51 => 0xd4, 52 => 0xd4, 53 => 0xdc }, + 'colortempunknown21' => { 43 => 0xef, 44 => 0x108, 45 => 0xef, 52 => 0xd9, 53 => 0xe1 }, + 'colortempunknown22' => { 43 => 0xf4, 44 => 0x10d, 45 => 0xf4, 52 => 0xde, 53 => 0xe6 }, + 'colortempunknown23' => { 43 => 0xf9, 44 => 0x112, 45 => 0xf9, 52 => 0xe3, 53 => 0xeb }, + 'colortempunknown24' => { 43 => 0xfe, 44 => 0x117, 45 => 0xfe, 52 => 0xe8, 53 => 0xf0 }, + 'colortempunknown25' => { 43 => 0x103, 44 => 0x11c, 45 => 0x103, 52 => 0xed, 53 => 0xf5 }, + 'colortempunknown26' => { 43 => 0x108, 44 => 0x121, 45 => 0x108, 52 => 0xf2, 53 => 0xfa }, + 'colortempunknown27' => { 43 => 0x10d, 44 => 0x126, 45 => 0x10d, 52 => 0xf7, 53 => 0xff }, + 'colortempunknown28' => { 43 => 0x112, 45 => 0x112, 52 => 0xfc, 53 => 0x104 }, + 'colortempunknown29' => { 43 => 0x117, 45 => 0x117, 52 => 0x101, 53 => 0x109 }, + 'colortempunknown3' => { 40 => 0x40, 41 => 0x67, 43 => 0x72, 44 => 0x86, 45 => 0x95, 46 => 0x53, 50 => 0x5c, 51 => 0x5c, 52 => 0x5c, 53 => 0x64 }, + 'colortempunknown30' => { 45 => 0x11c, 52 => 0x106 }, + 'colortempunknown31' => { 45 => 0x121 }, + 'colortempunknown32' => { 45 => 0x126 }, + 'colortempunknown33' => { 45 => 0x12b }, + 'colortempunknown4' => { 40 => 0x45, 41 => 0x6f, 43 => 0x77, 44 => 0x8b, 45 => 0x9a, 46 => 0x58, 50 => 0x61, 51 => 0x61, 52 => 0x61, 53 => 0x69 }, + 'colortempunknown5' => { 40 => 0x4a, 41 => 0x77, 43 => 0x7c, 44 => 0x90, 45 => 0x9f, 46 => 0x5d, 50 => 0x66, 51 => 0x66, 52 => 0x66, 53 => 0x6e }, + 'colortempunknown6' => { 40 => 0x4f, 41 => 0x7f, 43 => 0x81, 44 => 0x95, 45 => 0xa4, 46 => 0x62, 50 => 0x8e, 51 => 0x6b, 52 => 0x6b, 53 => 0x73 }, + 'colortempunknown7' => { 40 => 0x54, 41 => 0x87, 43 => 0x86, 44 => 0x9a, 45 => 0xa9, 46 => 0x67, 50 => 0x93, 51 => 0x70, 52 => 0x70, 53 => 0x78 }, + 'colortempunknown8' => { 40 => 0x59, 41 => 0x8f, 43 => 0x8b, 44 => 0x9f, 45 => 0xae, 46 => 0x6c, 50 => 0x98, 51 => 0x75, 52 => 0x75, 53 => 0x7d }, + 'colortempunknown9' => { 40 => 0x5e, 41 => 0x97, 43 => 0x90, 44 => 0xa4, 45 => 0xb3, 46 => 0x71, 50 => 0x9d, 51 => 0x7a, 52 => 0x7a, 53 => 0x82 }, + 'colortint' => { 349 => 0x35c }, + 'colortone' => { 10 => 0x6f, 12 => 0x77, 36 => 0x2a, 54 => 0x2, 67 => 0x8 }, + 'colortoneadj' => { 108 => 0x20304, 113 => 0x11e }, + 'colortoneauto' => { 75 => 0x9c }, + 'colortonefaithful' => { 19 => 0x107, 74 => 0x6c, 75 => 0x6c }, + 'colortonelandscape' => { 19 => 0x105, 74 => 0x3c, 75 => 0x3c }, + 'colortonemonochrome' => { 74 => 0x84, 75 => 0x84 }, + 'colortoneneutral' => { 19 => 0x106, 74 => 0x54, 75 => 0x54 }, + 'colortoneportrait' => { 19 => 0x104, 74 => 0x24, 75 => 0x24 }, + 'colortonestandard' => { 19 => 0x103, 74 => 0xc, 75 => 0xc }, + 'colortoneuserdef1' => { 19 => 0x109, 74 => 0x9c, 75 => 0xb4 }, + 'colortoneuserdef2' => { 19 => 0x10a, 74 => 0xb4, 75 => 0xcc }, + 'colortoneuserdef3' => { 19 => 0x10b, 74 => 0xcc, 75 => 0xe4 }, + 'columninterleavefactor' => { 124 => 0xcd43 }, + 'comlenblksize' => { 143 => 0xfde8 }, + 'commanddialframeadvancezoom' => { 250 => 0x804 }, + 'commanddialplaybackmode' => { 322 => 0x1cb, 323 => 0x1cb, 324 => 0x1e3 }, + 'commanddials' => { 317 => '5.1' }, + 'commanddialsaperturesetting' => { 306 => '17.3', 307 => '18.3', 309 => '18.3', 310 => '18.3', 315 => '33.3', 316 => '17.3', 319 => '18.3', 320 => '18.3' }, + 'commanddialschangemainsub' => { 306 => '17.2', 307 => '18.1', 309 => '18.1', 310 => '18.1', 315 => '33.2', 316 => '17.2', 319 => '18.1', 320 => '18.1' }, + 'commanddialsmenuandplayback' => { 306 => '17.4', 307 => '18.2', 309 => '18.2', 310 => '18.2', 315 => '33.4', 316 => '17.4', 319 => '18.2', 320 => '18.2' }, + 'commanddialsreverserotation' => { 306 => '17.1', 307 => '6.4', 309 => '6.2', 310 => '6.2', 311 => '16.2', 312 => '17.2', 315 => '33.1', 316 => '17.1', 319 => '6.2', 320 => '6.2', 321 => '18.1' }, + 'commanddialvideoplaybackmode' => { 322 => 0x1cd, 324 => 0x1e5 }, + 'commanderchannel' => { 317 => '10.2', 318 => '25.2' }, + 'commandergroupa_ttl-aacomp' => { 317 => '13.1', 318 => '31.1' }, + 'commandergroupa_ttlcomp' => { 321 => '32.1' }, + 'commandergroupamanualoutput' => { 317 => '13.2', 318 => '28.2' }, + 'commandergroupamode' => { 317 => '11.2', 318 => '28.1' }, + 'commandergroupb_ttl-aacomp' => { 317 => '14.1', 318 => '32.1' }, + 'commandergroupb_ttlcomp' => { 321 => '33.1' }, + 'commandergroupbmanualoutput' => { 317 => '14.2', 318 => '29.2' }, + 'commandergroupbmode' => { 317 => '11.3', 318 => '29.1' }, + 'commanderinternalflash' => { 317 => '11.1', 318 => '27.1' }, + 'commanderinternalmanualoutput' => { 317 => '12.2', 318 => '27.2' }, + 'commanderinternalttlchannel' => { 315 => '18.2' }, + 'commanderinternalttlcomp' => { 317 => '12.1', 318 => '30.2', 321 => '31.2' }, + 'commanderinternalttlcompbuiltin' => { 315 => '20.1', 316 => '26.1' }, + 'commanderinternalttlcompgroupa' => { 315 => '21.1', 316 => '27.1' }, + 'commanderinternalttlcompgroupb' => { 315 => '22.1', 316 => '28.1' }, + 'comment' => { 0 => 0x2, 125 => 'Comment', 162 => 'Comment', 339 => 'Comment', 403 => "\xa9cmt", 405 => 'comment', 411 => "\xa9cmt" }, + 'compass' => { 421 => 0x4 }, + 'compatiblebrands' => { 405 => 'compatible_brands' }, + 'compatibleversion' => { 515 => 'CompatibleVersion', 517 => 'CompatibleVersion' }, + 'compilation' => { 403 => 'cpil' }, + 'compimageimagespersequence' => { 522 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfImagesInSequences'] }, + 'compimagemaxexposureall' => { 522 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfAll'] }, + 'compimagemaxexposureused' => { 522 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfUsed'] }, + 'compimageminexposureall' => { 522 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfAll'] }, + 'compimageminexposureused' => { 522 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfUsed'] }, + 'compimagenumsequences' => { 522 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfSequences'] }, + 'compimagesumexposureall' => { 522 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfAll'] }, + 'compimagesumexposureused' => { 522 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfUsed'] }, + 'compimagetotalexposureperiod' => { 522 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesTotalExposurePeriod'] }, + 'compimagevalues' => { 522 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesValues'] }, + 'complianceprofile' => { 534 => 'complianceProfile' }, + 'componentsconfiguration' => { 124 => 0x9101, 167 => 'Components', 521 => 'ComponentsConfiguration' }, + 'componentversion' => { 102 => 0x80c }, + 'composer' => { 184 => 'WM/Composer', 403 => ["\xa9com","\xa9wrt"], 411 => ["\xa9com","\xa9wrt"], 544 => 'composer' }, + 'composerid' => { 403 => 'cmID' }, + 'composerkeywords' => { 411 => "\xa9cok" }, + 'compositeimage' => { 124 => 0xa460, 522 => 'CompositeImage' }, + 'compositeimagecount' => { 124 => 0xa461, 522 => 'CompositeImageCount' }, + 'compositeimageexposuretimes' => { 124 => 0xa462, 522 => 'CompositeImageExposureTimes' }, + 'composition' => { 505 => 'Composition' }, + 'compositionadjust' => { 384 => '0.1' }, + 'compositionadjustrotation' => { 384 => 0x7 }, + 'compositionadjustx' => { 384 => 0x5 }, + 'compositionadjusty' => { 384 => 0x6 }, + 'compressedbitsperpixel' => { 124 => 0x9102, 521 => 'CompressedBitsPerPixel' }, + 'compressedimagesize' => { 191 => 0x40, 331 => 0x40 }, + 'compression' => { 124 => 0x103, 355 => 0xb, 540 => 'Compression' }, + 'compressionfactor' => { 326 => 0x50d }, + 'compressionformat' => { 67 => 0x4 }, + 'compressionratio' => { 167 => 'Compression', 331 => 0x1034 }, + 'compressorversion' => { 411 => 'CNCV' }, + 'condadobvfactor' => { 143 => 0xf3e }, + 'condadodaybvthresh' => { 143 => 0xf3c }, + 'condadodayoffsets' => { 143 => 0xf42 }, + 'condadofluoffsets' => { 143 => 0xf44 }, + 'condadofluthresh' => { 143 => 0xf41 }, + 'condadoillfactor' => { 143 => 0xf3f }, + 'condadoneurange' => { 143 => 0xf3d }, + 'condadotunoffsets' => { 143 => 0xf43 }, + 'condadotunthresh' => { 143 => 0xf40 }, + 'conductor' => { 184 => 'WM/Conductor', 403 => "\xa9con" }, + 'confidence' => { 500 => 'Confidence' }, + 'confidencelevel' => { 511 => 'ConfidenceLevel' }, + 'confidencemime' => { 500 => 'ConfidenceMime' }, + 'constrainedcropheight' => { 113 => 0x266, 397 => 0xd6 }, + 'constrainedcropwidth' => { 113 => 0x262, 397 => 0xd5 }, + 'contact' => { 136 => 0x76 }, + 'contactinfo' => { 515 => 'ContactInfo', 517 => 'ContactInfo', 533 => 'contactInfo' }, + 'container' => { 493 => 'Container' }, + 'containerdirectory' => { 493 => [\'Container','ContainerDirectory'], 498 => 'Directory' }, + 'containerdirectoryitem' => { 493 => [\'Container','ContainerDirectoryItem'] }, + 'containerdirectoryitemdatauri' => { 493 => [\'Container','ContainerDirectoryItemDataURI'] }, + 'containerdirectoryitemlength' => { 493 => [\'Container','ContainerDirectoryItemLength'] }, + 'containerdirectoryitemmime' => { 493 => [\'Container','ContainerDirectoryItemMime'] }, + 'containerdirectoryitempadding' => { 493 => [\'Container','ContainerDirectoryItemPadding'] }, + 'containerformat' => { 529 => 'ContainerFormat' }, + 'containerformatidentifier' => { 529 => [\'ContainerFormat','ContainerFormatIdentifier'] }, + 'containerformatname' => { 529 => [\'ContainerFormat','ContainerFormatName'] }, + 'contentcreatedate' => { 403 => "\xa9day", 411 => ['@day',"\xa9day"] }, + 'contentdistributor' => { 184 => 'WM/ContentDistributor' }, + 'contentdistributorid' => { 411 => 'cdis' }, + 'contentid' => { 411 => 'ccid' }, + 'contentidentifier' => { 1 => 0x11, 405 => 'content.identifier' }, + 'contentlocationcode' => { 136 => 0x1a }, + 'contentlocationname' => { 136 => 0x1b }, + 'contenttype' => { 534 => 'contentType' }, + 'continuousbracketing' => { 189 => 0x20 }, 'continuousdrive' => { 36 => 0x5 }, - 'continuousmodedisplay' => { 321 => 0x51, 322 => 0x51, 323 => 0x51 }, - 'continuousmodeliveview' => { 319 => '77.2' }, - 'continuousshootingspeed' => { 88 => 0x610 }, - 'continuousshotlimit' => { 88 => 0x611 }, - 'contrast' => { 10 => 0x73, 12 => 0x75, 36 => 0xd, 116 => 0xc, 117 => [0x3012,0x20], 123 => [0xa408,0xfe54], 131 => [0x1004,0x1006], 160 => 'Contrast', 180 => 'Contrast', 185 => 0x20, 186 => 0x31, 187 => 0x27, 188 => 0x19, 193 => 0x2, 256 => 0x33, 257 => 0x37, 258 => 0x3f, 330 => 0x1029, 349 => 0x39, 351 => 0x300a, 385 => 0x20, 392 => 0xc, 404 => 'player.movie.visual.contrast', 411 => 0x24, 413 => 0x52, 417 => 0x1012, 427 => 0xd, 437 => 0x1d, 438 => 0x1a, 451 => 0x2004, 514 => 'Contrast', 516 => 'Contrast', 520 => 'Contrast' }, - 'contrast2012' => { 514 => 'Contrast2012', 516 => 'Contrast2012' }, - 'contrastadj' => { 107 => 0x20303, 112 => 0x115, 301 => 0x2c, 488 => 0x8017 }, - 'contrastauto' => { 74 => 0x90 }, - 'contrastcurve' => { 240 => 0x8c }, - 'contrastdetectaf' => { 197 => 0x4 }, - 'contrastdetectafarea' => { 385 => 0x231 }, - 'contrastdetectafinfocus' => { 197 => [0x1c,0x52] }, - 'contrastfaithful' => { 19 => 0xec, 73 => 0x60, 74 => 0x60 }, - 'contrasthighlight' => { 385 => 0x6d }, - 'contrasthighlightshadowadj' => { 385 => 0x6f }, - 'contrastlandscape' => { 19 => 0xea, 73 => 0x30, 74 => 0x30 }, - 'contrastmode' => { 349 => 0x2c }, - 'contrastmonochrome' => { 19 => 0xed, 73 => 0x78, 74 => 0x78 }, - 'contrastneutral' => { 19 => 0xeb, 73 => 0x48, 74 => 0x48 }, - 'contrastportrait' => { 19 => 0xe9, 73 => 0x18, 74 => 0x18 }, - 'contrastsetting' => { 325 => 0x505, 333 => 0x1012, 439 => 0x10, 456 => 0x8 }, - 'contrastshadow' => { 385 => 0x6e }, - 'contraststandard' => { 19 => 0xe8, 73 => 0x0, 74 => 0x0 }, - 'contrastuserdef1' => { 19 => 0xee, 73 => 0x90, 74 => 0xa8 }, - 'contrastuserdef2' => { 19 => 0xef, 73 => 0xa8, 74 => 0xc0 }, - 'contrastuserdef3' => { 19 => 0xf0, 73 => 0xc0, 74 => 0xd8 }, - 'contributedmedia' => { 543 => 'contributedMedia' }, - 'contributedmediaduration' => { 543 => [\'contributedMedia','contributedMediaDuration'] }, - 'contributedmediadurationscale' => { 543 => [\'contributedMedia','contributedMediaDurationScale'] }, - 'contributedmediadurationvalue' => { 543 => [\'contributedMedia','contributedMediaDurationValue'] }, - 'contributedmediamanaged' => { 543 => [\'contributedMedia','contributedMediaManaged'] }, - 'contributedmediapath' => { 543 => [\'contributedMedia','contributedMediaPath'] }, - 'contributedmediastarttime' => { 543 => [\'contributedMedia','contributedMediaStartTime'] }, - 'contributedmediastarttimescale' => { 543 => [\'contributedMedia','contributedMediaStartTimeScale'] }, - 'contributedmediastarttimevalue' => { 543 => [\'contributedMedia','contributedMediaStartTimeValue'] }, - 'contributedmediatrack' => { 543 => [\'contributedMedia','contributedMediaTrack'] }, - 'contributedmediawebstatement' => { 543 => [\'contributedMedia','contributedMediaWebStatement'] }, - 'contributor' => { 517 => 'contributor', 528 => 'Contributor' }, - 'contributoridentifier' => { 528 => [\'Contributor','ContributorIdentifier'] }, - 'contributorname' => { 528 => [\'Contributor','ContributorName'] }, - 'contributorrole' => { 528 => [\'Contributor','ContributorRole'] }, - 'contributors' => { 161 => 'Contributors' }, - 'controldialset' => { 188 => 0x46 }, - 'controlledvocabularyterm' => { 528 => 'CVterm' }, - 'controllerboardversion' => { 344 => 0x332 }, - 'controlmode' => { 80 => 0x12 }, - 'controlringresponse' => { 321 => 0x1d5, 322 => 0x1d5, 323 => 0x1ed }, - 'controlringrotation' => { 88 => 0x712 }, - 'conversionlens' => { 326 => 0x403, 349 => 0x35 }, - 'converter' => { 123 => 0xfe4d, 287 => 0xb, 514 => 'Converter', 516 => 'Converter' }, - 'converttograyscale' => { 514 => 'ConvertToGrayscale', 516 => 'ConvertToGrayscale' }, - 'cookingequipment' => { 535 => 'cookingEquipment' }, - 'cookingmethod' => { 535 => 'cookingMethod' }, - 'copyright' => { 0 => 0x3, 123 => 0x8298, 161 => 'Copyright', 338 => 'Copyright', 354 => 0x8298, 385 => 0x22f, 401 => 'Copyright', 402 => ['cprt',"\xa9cpy"], 404 => 'copyright', 410 => ['cprt',"\xa9cpy"], 514 => 'Copyright', 516 => 'Copyright', 530 => 'Copyright', 536 => 'copyright', 539 => 'Copyright', 543 => 'copyright' }, - 'copyrightflag' => { 399 => 0x40a }, - 'copyrightnotice' => { 135 => 0x74 }, - 'copyrightowner' => { 335 => 'CopyrightOwner' }, - 'copyrightownerid' => { 335 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] }, - 'copyrightownerimageid' => { 335 => 'CopyrightOwnerImageID' }, - 'copyrightownername' => { 335 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] }, - 'copyrightregistrationnumber' => { 335 => 'CopyrightRegistrationNumber' }, - 'copyrightstatus' => { 335 => 'CopyrightStatus' }, - 'copyrightyear' => { 528 => 'CopyrightYear', 533 => 'copyrightYear' }, - 'coringfilter' => { 329 => 0x310, 330 => 0x102d, 333 => 0x310 }, - 'coringvalues' => { 329 => 0x311, 333 => 0x311 }, - 'corporateentity' => { 533 => 'corporateEntity' }, - 'correctionalreadyapplied' => { 339 => 'CorrectionAlreadyApplied' }, - 'correlatedcolortemp' => { 348 => 0x35b }, - 'country' => { 165 => 'Country', 349 => 0x69, 531 => 'Country' }, - 'country-primarylocationcode' => { 135 => 0x64 }, - 'country-primarylocationname' => { 135 => 0x65 }, - 'countrycode' => { 239 => 0x5, 397 => 'CountryCode', 527 => 'CountryCode' }, - 'course' => { 535 => 'course' }, - 'coverage' => { 517 => 'coverage' }, - 'coverart' => { 402 => 'covr' }, - 'coverdate' => { 533 => 'coverDate' }, - 'coverdisplaydate' => { 533 => 'coverDisplayDate' }, - 'coveruri' => { 410 => 'cvru' }, - 'cpufirmwareversion' => { 385 => 0x28 }, - 'crc32' => { 518 => 'crc32' }, - 'createdate' => { 123 => 0x9004, 161 => 'CreateDate', 334 => 'CreationDate', 338 => 'create-date', 401 => 'CreationDate', 407 => 0x1, 541 => 'CreateDate' }, - 'creationdate' => { 404 => 'creationdate', 530 => 'CreationDate', 533 => 'creationDate' }, - 'creationtime' => { 338 => 'Creation Time', 404 => 'creation_time' }, - 'creativestyle' => { 437 => 0x1a, 438 => 0x18, 448 => 0x41, 451 => 0xb020, 483 => 0x4a }, - 'creativestylesetting' => { 439 => 0xf, 456 => 0x7 }, - 'creativestylewaschanged' => { 488 => 0x8001 }, - 'creator' => { 334 => 'Creator', 401 => 'Creator', 517 => 'creator', 528 => 'Creator', 530 => 'Creator' }, - 'creatoraddress' => { 527 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] }, - 'creatorappid' => { 182 => 'CreatorAppId' }, - 'creatorcity' => { 527 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] }, - 'creatorcontactinfo' => { 527 => 'CreatorContactInfo' }, - 'creatorcountry' => { 527 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] }, - 'creatoridentifier' => { 528 => [\'Creator','CreatorIdentifier'] }, - 'creatoridentity' => { 397 => 'CreatorIdentity' }, - 'creatorname' => { 528 => [\'Creator','CreatorName'] }, - 'creatoropenwithuioptions' => { 182 => 'CreatorOpenWithUIOptions' }, - 'creatorpostalcode' => { 527 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] }, - 'creatorregion' => { 527 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] }, - 'creatorrole' => { 528 => [\'Creator','CreatorRole'] }, - 'creatortool' => { 541 => 'CreatorTool' }, - 'creatorworkemail' => { 527 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] }, - 'creatorworktelephone' => { 527 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] }, - 'creatorworkurl' => { 527 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] }, - 'credit' => { 135 => 0x6e, 531 => 'Credit' }, - 'creditline' => { 536 => 'creditLine' }, - 'creditlinereq' => { 546 => 'CreditLineReq' }, - 'creditlinerequired' => { 335 => 'CreditLineRequired' }, - 'cropactive' => { 105 => 0x0, 112 => 0x244 }, - 'cropangle' => { 105 => 0x8, 514 => 'CropAngle', 516 => 'CropAngle' }, - 'croparea' => { 240 => 0x45, 488 => 0x9011 }, - 'cropaspectratio' => { 107 => 0x30101, 112 => 0x260 }, - 'cropaspectratiocustom' => { 107 => 0x30102 }, - 'cropbottom' => { 127 => 0x9, 293 => 0x36, 354 => 0x31, 396 => 0xdc, 514 => 'CropBottom', 516 => 'CropBottom' }, - 'cropbottommargin' => { 55 => 0x3 }, - 'cropcircleactive' => { 113 => 0xd6 }, - 'cropcircleradius' => { 113 => 0xd9 }, - 'cropcirclex' => { 113 => 0xd7 }, - 'cropcircley' => { 113 => 0xd8 }, - 'cropconstraintowarp' => { 514 => 'CropConstrainToWarp', 516 => 'CropConstrainToWarp' }, - 'cropflag' => { 131 => 0x1051 }, - 'croph' => { 508 => 'CropH' }, - 'cropheight' => { 105 => 0x6, 112 => 0x24c, 329 => 0x615, 333 => 0x615, 514 => 'CropHeight', 516 => 'CropHeight' }, - 'crophispeed' => { 240 => 0x1b }, - 'cropleft' => { 112 => 0x246, 127 => 0x6, 293 => 0x1e, 329 => 0x612, 333 => 0x612, 354 => 0x30, 396 => 0xd9, 514 => 'CropLeft', 516 => 'CropLeft' }, - 'cropleftmargin' => { 55 => 0x0 }, - 'cropmode' => { 131 => 0x104d, 417 => 0x1018 }, - 'croporiginalheight' => { 105 => 0xb }, - 'croporiginalwidth' => { 105 => 0xa }, - 'cropoutputheight' => { 293 => 0xce }, - 'cropoutputheightinches' => { 293 => 0x96 }, - 'cropoutputpixels' => { 293 => 0xd6 }, - 'cropoutputresolution' => { 293 => 0xb6 }, - 'cropoutputscale' => { 293 => 0xbe }, - 'cropoutputwidth' => { 293 => 0xc6 }, - 'cropoutputwidthinches' => { 293 => 0x8e }, - 'croppedareaimageheightpixels' => { 502 => 'CroppedAreaImageHeightPixels', 503 => 'CroppedAreaImageHeightPixels' }, - 'croppedareaimagewidthpixels' => { 502 => 'CroppedAreaImageWidthPixels', 503 => 'CroppedAreaImageWidthPixels' }, - 'croppedarealeftpixels' => { 502 => 'CroppedAreaLeftPixels', 503 => 'CroppedAreaLeftPixels' }, - 'croppedareatoppixels' => { 502 => 'CroppedAreaTopPixels', 503 => 'CroppedAreaTopPixels' }, - 'croppedimageheight' => { 5 => 0x2, 417 => 0x1604 }, + 'continuousmodedisplay' => { 322 => 0x51, 323 => 0x51, 324 => 0x51 }, + 'continuousmodeliveview' => { 320 => '77.2' }, + 'continuousshootingspeed' => { 89 => 0x610 }, + 'continuousshotlimit' => { 89 => 0x611 }, + 'contrast' => { 10 => 0x73, 12 => 0x75, 36 => 0xd, 117 => 0xc, 118 => [0x3012,0x20], 124 => [0xa408,0xfe54], 132 => [0x1004,0x1006], 161 => 'Contrast', 181 => 'Contrast', 186 => 0x20, 187 => 0x31, 188 => 0x27, 189 => 0x19, 194 => 0x2, 257 => 0x33, 258 => 0x37, 259 => 0x3f, 331 => 0x1029, 350 => 0x39, 352 => 0x300a, 386 => 0x20, 393 => 0xc, 405 => 'player.movie.visual.contrast', 412 => 0x24, 414 => 0x52, 418 => 0x1012, 428 => 0xd, 438 => 0x1d, 439 => 0x1a, 452 => 0x2004, 515 => 'Contrast', 517 => 'Contrast', 521 => 'Contrast' }, + 'contrast2012' => { 515 => 'Contrast2012', 517 => 'Contrast2012' }, + 'contrastadj' => { 108 => 0x20303, 113 => 0x115, 302 => 0x2c, 489 => 0x8017 }, + 'contrastauto' => { 75 => 0x90 }, + 'contrastcurve' => { 241 => 0x8c }, + 'contrastdetectaf' => { 198 => 0x4 }, + 'contrastdetectafarea' => { 386 => 0x231 }, + 'contrastdetectafinfocus' => { 198 => [0x1c,0x52] }, + 'contrastfaithful' => { 19 => 0xec, 74 => 0x60, 75 => 0x60 }, + 'contrasthighlight' => { 386 => 0x6d }, + 'contrasthighlightshadowadj' => { 386 => 0x6f }, + 'contrastlandscape' => { 19 => 0xea, 74 => 0x30, 75 => 0x30 }, + 'contrastmode' => { 350 => 0x2c }, + 'contrastmonochrome' => { 19 => 0xed, 74 => 0x78, 75 => 0x78 }, + 'contrastneutral' => { 19 => 0xeb, 74 => 0x48, 75 => 0x48 }, + 'contrastportrait' => { 19 => 0xe9, 74 => 0x18, 75 => 0x18 }, + 'contrastsetting' => { 326 => 0x505, 334 => 0x1012, 440 => 0x10, 457 => 0x8 }, + 'contrastshadow' => { 386 => 0x6e }, + 'contraststandard' => { 19 => 0xe8, 74 => 0x0, 75 => 0x0 }, + 'contrastuserdef1' => { 19 => 0xee, 74 => 0x90, 75 => 0xa8 }, + 'contrastuserdef2' => { 19 => 0xef, 74 => 0xa8, 75 => 0xc0 }, + 'contrastuserdef3' => { 19 => 0xf0, 74 => 0xc0, 75 => 0xd8 }, + 'contributedmedia' => { 544 => 'contributedMedia' }, + 'contributedmediaduration' => { 544 => [\'contributedMedia','contributedMediaDuration'] }, + 'contributedmediadurationscale' => { 544 => [\'contributedMedia','contributedMediaDurationScale'] }, + 'contributedmediadurationvalue' => { 544 => [\'contributedMedia','contributedMediaDurationValue'] }, + 'contributedmediamanaged' => { 544 => [\'contributedMedia','contributedMediaManaged'] }, + 'contributedmediapath' => { 544 => [\'contributedMedia','contributedMediaPath'] }, + 'contributedmediastarttime' => { 544 => [\'contributedMedia','contributedMediaStartTime'] }, + 'contributedmediastarttimescale' => { 544 => [\'contributedMedia','contributedMediaStartTimeScale'] }, + 'contributedmediastarttimevalue' => { 544 => [\'contributedMedia','contributedMediaStartTimeValue'] }, + 'contributedmediatrack' => { 544 => [\'contributedMedia','contributedMediaTrack'] }, + 'contributedmediawebstatement' => { 544 => [\'contributedMedia','contributedMediaWebStatement'] }, + 'contributor' => { 518 => 'contributor', 529 => 'Contributor' }, + 'contributoridentifier' => { 529 => [\'Contributor','ContributorIdentifier'] }, + 'contributorname' => { 529 => [\'Contributor','ContributorName'] }, + 'contributorrole' => { 529 => [\'Contributor','ContributorRole'] }, + 'contributors' => { 162 => 'Contributors' }, + 'controldialset' => { 189 => 0x46 }, + 'controlledvocabularyterm' => { 529 => 'CVterm' }, + 'controllerboardversion' => { 345 => 0x332 }, + 'controlmode' => { 81 => 0x12 }, + 'controlringresponse' => { 322 => 0x1d5, 323 => 0x1d5, 324 => 0x1ed }, + 'controlringrotation' => { 89 => 0x712 }, + 'conversionlens' => { 327 => 0x403, 350 => 0x35 }, + 'converter' => { 124 => 0xfe4d, 288 => 0xb, 515 => 'Converter', 517 => 'Converter' }, + 'converttograyscale' => { 515 => 'ConvertToGrayscale', 517 => 'ConvertToGrayscale' }, + 'cookingequipment' => { 536 => 'cookingEquipment' }, + 'cookingmethod' => { 536 => 'cookingMethod' }, + 'copyright' => { 0 => 0x3, 124 => 0x8298, 162 => 'Copyright', 339 => 'Copyright', 355 => 0x8298, 386 => 0x22f, 402 => 'Copyright', 403 => ['cprt',"\xa9cpy"], 405 => 'copyright', 411 => ['cprt',"\xa9cpy"], 515 => 'Copyright', 517 => 'Copyright', 531 => 'Copyright', 537 => 'copyright', 540 => 'Copyright', 544 => 'copyright' }, + 'copyrightflag' => { 400 => 0x40a }, + 'copyrightnotice' => { 136 => 0x74 }, + 'copyrightowner' => { 336 => 'CopyrightOwner' }, + 'copyrightownerid' => { 336 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] }, + 'copyrightownerimageid' => { 336 => 'CopyrightOwnerImageID' }, + 'copyrightownername' => { 336 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] }, + 'copyrightregistrationnumber' => { 336 => 'CopyrightRegistrationNumber' }, + 'copyrightstatus' => { 336 => 'CopyrightStatus' }, + 'copyrightyear' => { 529 => 'CopyrightYear', 534 => 'copyrightYear' }, + 'coringfilter' => { 330 => 0x310, 331 => 0x102d, 334 => 0x310 }, + 'coringvalues' => { 330 => 0x311, 334 => 0x311 }, + 'corporateentity' => { 534 => 'corporateEntity' }, + 'correctionalreadyapplied' => { 340 => 'CorrectionAlreadyApplied' }, + 'correlatedcolortemp' => { 349 => 0x35b }, + 'country' => { 166 => 'Country', 350 => 0x69, 532 => 'Country' }, + 'country-primarylocationcode' => { 136 => 0x64 }, + 'country-primarylocationname' => { 136 => 0x65 }, + 'countrycode' => { 240 => 0x5, 398 => 'CountryCode', 528 => 'CountryCode' }, + 'course' => { 536 => 'course' }, + 'coverage' => { 518 => 'coverage' }, + 'coverart' => { 403 => 'covr' }, + 'coverdate' => { 534 => 'coverDate' }, + 'coverdisplaydate' => { 534 => 'coverDisplayDate' }, + 'coveruri' => { 411 => 'cvru' }, + 'cpufirmwareversion' => { 386 => 0x28 }, + 'crc32' => { 519 => 'crc32' }, + 'createdate' => { 124 => 0x9004, 162 => 'CreateDate', 335 => 'CreationDate', 339 => 'create-date', 402 => 'CreationDate', 408 => 0x1, 542 => 'CreateDate' }, + 'creationdate' => { 405 => 'creationdate', 531 => 'CreationDate', 534 => 'creationDate' }, + 'creationtime' => { 339 => 'Creation Time', 405 => 'creation_time' }, + 'creativestyle' => { 438 => 0x1a, 439 => 0x18, 449 => 0x41, 452 => 0xb020, 484 => 0x4a }, + 'creativestylesetting' => { 440 => 0xf, 457 => 0x7 }, + 'creativestylewaschanged' => { 489 => 0x8001 }, + 'creator' => { 335 => 'Creator', 402 => 'Creator', 518 => 'creator', 529 => 'Creator', 531 => 'Creator' }, + 'creatoraddress' => { 528 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] }, + 'creatorappid' => { 183 => 'CreatorAppId' }, + 'creatorcity' => { 528 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] }, + 'creatorcontactinfo' => { 528 => 'CreatorContactInfo' }, + 'creatorcountry' => { 528 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] }, + 'creatoridentifier' => { 529 => [\'Creator','CreatorIdentifier'] }, + 'creatoridentity' => { 398 => 'CreatorIdentity' }, + 'creatorname' => { 529 => [\'Creator','CreatorName'] }, + 'creatoropenwithuioptions' => { 183 => 'CreatorOpenWithUIOptions' }, + 'creatorpostalcode' => { 528 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] }, + 'creatorregion' => { 528 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] }, + 'creatorrole' => { 529 => [\'Creator','CreatorRole'] }, + 'creatortool' => { 542 => 'CreatorTool' }, + 'creatorworkemail' => { 528 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] }, + 'creatorworktelephone' => { 528 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] }, + 'creatorworkurl' => { 528 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] }, + 'credit' => { 136 => 0x6e, 532 => 'Credit' }, + 'creditline' => { 537 => 'creditLine' }, + 'creditlinereq' => { 547 => 'CreditLineReq' }, + 'creditlinerequired' => { 336 => 'CreditLineRequired' }, + 'cropactive' => { 106 => 0x0, 113 => 0x244 }, + 'cropangle' => { 106 => 0x8, 515 => 'CropAngle', 517 => 'CropAngle' }, + 'croparea' => { 241 => 0x45, 489 => 0x9011 }, + 'cropaspectratio' => { 108 => 0x30101, 113 => 0x260 }, + 'cropaspectratiocustom' => { 108 => 0x30102 }, + 'cropbottom' => { 128 => 0x9, 294 => 0x36, 355 => 0x31, 397 => 0xdc, 515 => 'CropBottom', 517 => 'CropBottom' }, + 'cropbottommargin' => { 56 => 0x3 }, + 'cropcircleactive' => { 114 => 0xd6 }, + 'cropcircleradius' => { 114 => 0xd9 }, + 'cropcirclex' => { 114 => 0xd7 }, + 'cropcircley' => { 114 => 0xd8 }, + 'cropconstraintowarp' => { 515 => 'CropConstrainToWarp', 517 => 'CropConstrainToWarp' }, + 'cropflag' => { 132 => 0x1051 }, + 'croph' => { 509 => 'CropH' }, + 'cropheight' => { 106 => 0x6, 113 => 0x24c, 330 => 0x615, 334 => 0x615, 515 => 'CropHeight', 517 => 'CropHeight' }, + 'crophispeed' => { 241 => 0x1b }, + 'cropleft' => { 113 => 0x246, 128 => 0x6, 294 => 0x1e, 330 => 0x612, 334 => 0x612, 355 => 0x30, 397 => 0xd9, 515 => 'CropLeft', 517 => 'CropLeft' }, + 'cropleftmargin' => { 56 => 0x0 }, + 'cropmode' => { 132 => 0x104d, 418 => 0x1018 }, + 'croporiginalheight' => { 106 => 0xb }, + 'croporiginalwidth' => { 106 => 0xa }, + 'cropoutputheight' => { 294 => 0xce }, + 'cropoutputheightinches' => { 294 => 0x96 }, + 'cropoutputpixels' => { 294 => 0xd6 }, + 'cropoutputresolution' => { 294 => 0xb6 }, + 'cropoutputscale' => { 294 => 0xbe }, + 'cropoutputwidth' => { 294 => 0xc6 }, + 'cropoutputwidthinches' => { 294 => 0x8e }, + 'croppedareaimageheightpixels' => { 503 => 'CroppedAreaImageHeightPixels', 504 => 'CroppedAreaImageHeightPixels' }, + 'croppedareaimagewidthpixels' => { 503 => 'CroppedAreaImageWidthPixels', 504 => 'CroppedAreaImageWidthPixels' }, + 'croppedarealeftpixels' => { 503 => 'CroppedAreaLeftPixels', 504 => 'CroppedAreaLeftPixels' }, + 'croppedareatoppixels' => { 503 => 'CroppedAreaTopPixels', 504 => 'CroppedAreaTopPixels' }, + 'croppedimageheight' => { 5 => 0x2, 418 => 0x1604 }, 'croppedimageleft' => { 5 => 0x3 }, 'croppedimagetop' => { 5 => 0x4 }, - 'croppedimagewidth' => { 5 => 0x1, 417 => 0x1603 }, - 'cropping' => { 488 => 0x9010 }, - 'cropright' => { 127 => 0x8, 293 => 0x2e, 354 => 0x32, 396 => 0xdb, 514 => 'CropRight', 516 => 'CropRight' }, - 'croprightmargin' => { 55 => 0x1 }, - 'croprotatedoriginalheight' => { 105 => 0x2 }, - 'croprotatedoriginalwidth' => { 105 => 0x1 }, - 'croprotation' => { 105 => 0x7, 127 => 0xb }, - 'cropscaledresolution' => { 293 => 0x9e }, - 'cropsize' => { 131 => 0x1053 }, - 'cropsourceresolution' => { 293 => 0xae }, - 'croptop' => { 112 => 0x248, 127 => 0x7, 293 => 0x26, 329 => 0x613, 333 => 0x613, 354 => 0x2f, 396 => 0xda, 514 => 'CropTop', 516 => 'CropTop' }, - 'croptopleft' => { 131 => 0x1052 }, - 'croptopmargin' => { 55 => 0x2 }, - 'cropunit' => { 514 => 'CropUnit', 516 => 'CropUnit' }, - 'cropunits' => { 514 => 'CropUnits', 516 => 'CropUnits' }, - 'cropw' => { 508 => 'CropW' }, - 'cropwidth' => { 105 => 0x5, 112 => 0x24a, 329 => 0x614, 333 => 0x614, 514 => 'CropWidth', 516 => 'CropWidth' }, - 'cropx' => { 105 => 0x3, 508 => 'CropX' }, - 'cropy' => { 105 => 0x4, 508 => 'CropY' }, - 'crossprocess' => { 385 => 0x7b }, - 'crossprocessparams' => { 385 => 0x235 }, - 'cuisine' => { 535 => 'cuisine' }, - 'currenticcprofile' => { 123 => 0xc691 }, - 'currentpreprofilematrix' => { 123 => 0xc692 }, - 'currentversion' => { 488 => 0xd000 }, - 'curve0x' => { 508 => 'Curve0x' }, - 'curve0y' => { 508 => 'Curve0y' }, - 'curve1x' => { 508 => 'Curve1x' }, - 'curve1y' => { 508 => 'Curve1y' }, - 'curve2x' => { 508 => 'Curve2x' }, - 'curve2y' => { 508 => 'Curve2y' }, - 'curve3x' => { 508 => 'Curve3x' }, - 'curve3y' => { 508 => 'Curve3y' }, - 'curve4x' => { 508 => 'Curve4x' }, - 'curve4y' => { 508 => 'Curve4y' }, - 'curves' => { 298 => 0x76a43201 }, - 'custom1' => { 335 => 'Custom1' }, - 'custom10' => { 335 => 'Custom10' }, - 'custom2' => { 335 => 'Custom2' }, - 'custom3' => { 335 => 'Custom3' }, - 'custom4' => { 335 => 'Custom4' }, - 'custom5' => { 335 => 'Custom5' }, - 'custom6' => { 335 => 'Custom6' }, - 'custom7' => { 335 => 'Custom7' }, - 'custom8' => { 335 => 'Custom8' }, - 'custom9' => { 335 => 'Custom9' }, - 'customcolortone' => { 113 => 0x4c }, - 'customcontrast' => { 113 => 0x4e }, - 'customcontrols' => { 88 => 0x70c }, - 'customdefaultunsharpfineness' => { 113 => 0xbe }, - 'customdefaultunsharpstrength' => { 113 => 0xbc }, - 'customdefaultunsharpthreshold' => { 113 => 0xc0 }, - 'customilluminant' => { 142 => 0x405 }, - 'customizedials' => { 88 => 0x715 }, - 'customlinear' => { 113 => 0x4f }, - 'customoutputhighlightpoint' => { 113 => 0x53 }, - 'customoutputshadowpoint' => { 113 => 0x54 }, - 'custompicturestyle' => { 107 => 0x10021 }, - 'custompicturestyledata' => { 107 => 0xf0500 }, - 'custompicturestylefilename' => { 67 => 0x4010 }, - 'customrawhighlight' => { 113 => 0x7c }, - 'customrawhighlightpoint' => { 113 => 0x51 }, - 'customrawshadow' => { 113 => 0x85 }, - 'customrawshadowpoint' => { 113 => 0x52 }, - 'customrendered' => { 123 => 0xa401, 195 => 0x6420, 520 => 'CustomRendered' }, - 'customsaturation' => { 113 => 0x4d, 325 => 0x503 }, - 'customsettingsalldefault' => { 305 => '0.2', 314 => '0.2' }, - 'customsettingsbank' => { 305 => '0.1', 306 => '0.1', 308 => '0.1', 309 => '0.1', 314 => '0.1', 318 => '0.2', 319 => '0.2', 321 => 0x1, 322 => 0x1, 323 => 0x1 }, - 'customsharpness' => { 113 => 0x50 }, - 'customunsharpmaskfineness' => { 113 => 0xb8 }, - 'customunsharpmaskstrength' => { 113 => 0xb6 }, - 'customunsharpmaskthreshold' => { 113 => 0xba }, - 'customwb_rblevels' => { 456 => 0x1a }, - 'customwb_rgblevels' => { 438 => 0x8, 439 => 0x19 }, - 'customwbbluelevel' => { 188 => 0x36 }, - 'customwberror' => { 188 => 0x37 }, - 'customwbgreenlevel' => { 188 => 0x35 }, - 'customwbredlevel' => { 188 => 0x34 }, - 'customwbsetting' => { 188 => 0x26 }, - 'cx' => { 410 => '_cx_' }, - 'cy' => { 410 => '_cy_' }, - 'd-lightinghq' => { 298 => 0x2175eb78 }, - 'd-lightinghqcolorboost' => { 294 => 0x2 }, - 'd-lightinghqhighlight' => { 294 => 0x1 }, - 'd-lightinghqselected' => { 298 => 0x6a6e36b6 }, - 'd-lightinghqshadow' => { 294 => 0x0 }, - 'd-lightinghs' => { 298 => 0xce5554aa }, - 'd-lightinghsadjustment' => { 295 => 0x0 }, - 'd-lightinghscolorboost' => { 295 => 0x1 }, - 'd-rangeoptimizerhighlight' => { 488 => 0x8024 }, - 'd-rangeoptimizermode' => { 488 => 0x8022 }, - 'd-rangeoptimizershadow' => { 488 => 0x802d }, - 'd-rangeoptimizervalue' => { 488 => 0x8023 }, - 'darkblacksegrows' => { 142 => 0x18d8 }, - 'darkfocusenvironment' => { 349 => 0x8003 }, - 'darkframecountfactor' => { 142 => 0xc85 }, - 'darkframelongexposure' => { 142 => 0xc84 }, - 'darkframeshortexposure' => { 142 => 0xc83 }, - 'darkpedestal' => { 142 => 0xc7f }, - 'datacompressionmethod' => { 137 => 0x6e }, - 'dataimprint' => { 185 => 0x34 }, - 'datamining' => { 335 => 'DataMining' }, - 'dataonscreen' => { 528 => 'DataOnScreen' }, - 'dataonscreenregion' => { 528 => [\'DataOnScreen','DataOnScreenRegion'] }, - 'dataonscreenregiond' => { 528 => [\'DataOnScreen','DataOnScreenRegionD'] }, - 'dataonscreenregionh' => { 528 => [\'DataOnScreen','DataOnScreenRegionH'] }, - 'dataonscreenregiontext' => { 528 => [\'DataOnScreen','DataOnScreenRegionText'] }, - 'dataonscreenregionunit' => { 528 => [\'DataOnScreen','DataOnScreenRegionUnit'] }, - 'dataonscreenregionw' => { 528 => [\'DataOnScreen','DataOnScreenRegionW'] }, - 'dataonscreenregionx' => { 528 => [\'DataOnScreen','DataOnScreenRegionX'] }, - 'dataonscreenregiony' => { 528 => [\'DataOnScreen','DataOnScreenRegionY'] }, - 'datascaling' => { 385 => 0x3d }, - 'date' => { 385 => 0x6, 517 => 'date' }, - 'dateacquired' => { 182 => 'DateAcquired', 183 => '{2CBAA8F5-D81F-47CA-B17A-F8D822300131} 100' }, - 'datecreated' => { 135 => 0x37, 531 => 'DateCreated' }, - 'datedisplayformat' => { 290 => 0x3 }, - 'dateidentified' => { 122 => [\'Identification','IdentificationDateIdentified'] }, - 'dateimprint' => { 310 => '4.2' }, - 'daterecieved' => { 533 => 'dateRecieved' }, - 'datesent' => { 136 => 0x46 }, - 'datestampmode' => { 67 => 0x1c, 240 => 0x9d }, - 'datetime' => { 509 => 'datetime', 539 => 'DateTime' }, - 'datetimedigitized' => { 520 => 'DateTimeDigitized' }, - 'datetimeoriginal' => { 104 => 0x0, 123 => 0x9003, 158 => 0x14, 161 => 'OriginalDate', 405 => 'IDIT', 410 => 'date', 411 => 0xb, 412 => 0x3b, 413 => 0x3e, 520 => 'DateTimeOriginal' }, - 'datetimestamp' => { 144 => 0x64 }, - 'datetimeutc' => { 325 => 0x908 }, - 'daylightsavings' => { 81 => 0x3, 290 => 0x2 }, - 'dayofweek' => { 412 => 0x42, 413 => 0x4a }, - 'dccontinent' => { 122 => [\'dctermsLocation','dctermsLocationContinent'] }, - 'dccoordinateprecision' => { 122 => [\'dctermsLocation','dctermsLocationCoordinatePrecision'] }, - 'dccoordinateuncertaintyinmeters' => { 122 => [\'dctermsLocation','dctermsLocationCoordinateUncertaintyInMeters'] }, - 'dccountry' => { 122 => [\'dctermsLocation','dctermsLocationCountry'] }, - 'dccountrycode' => { 122 => [\'dctermsLocation','dctermsLocationCountryCode'] }, - 'dccounty' => { 122 => [\'dctermsLocation','dctermsLocationCounty'] }, - 'dcdecimallatitude' => { 122 => [\'dctermsLocation','dctermsLocationDecimalLatitude'] }, - 'dcdecimallongitude' => { 122 => [\'dctermsLocation','dctermsLocationDecimalLongitude'] }, - 'dcevent' => { 122 => 'Event' }, - 'dcfootprintspatialfit' => { 122 => [\'dctermsLocation','dctermsLocationFootprintSpatialFit'] }, - 'dcfootprintsrs' => { 122 => [\'dctermsLocation','dctermsLocationFootprintSRS'] }, - 'dcfootprintwkt' => { 122 => [\'dctermsLocation','dctermsLocationFootprintWKT'] }, - 'dcgeodeticdatum' => { 122 => [\'dctermsLocation','dctermsLocationGeodeticDatum'] }, - 'dcgeoreferencedby' => { 122 => [\'dctermsLocation','dctermsLocationGeoreferencedBy'] }, - 'dcgeoreferenceddate' => { 122 => [\'dctermsLocation','dctermsLocationGeoreferencedDate'] }, - 'dcgeoreferenceprotocol' => { 122 => [\'dctermsLocation','dctermsLocationGeoreferenceProtocol'] }, - 'dcgeoreferenceremarks' => { 122 => [\'dctermsLocation','dctermsLocationGeoreferenceRemarks'] }, - 'dcgeoreferencesources' => { 122 => [\'dctermsLocation','dctermsLocationGeoreferenceSources'] }, - 'dcgeoreferenceverificationstatus' => { 122 => [\'dctermsLocation','dctermsLocationGeoreferenceVerificationStatus'] }, - 'dchighergeography' => { 122 => [\'dctermsLocation','dctermsLocationHigherGeography'] }, - 'dchighergeographyid' => { 122 => [\'dctermsLocation','dctermsLocationHigherGeographyID'] }, - 'dcisland' => { 122 => [\'dctermsLocation','dctermsLocationIsland'] }, - 'dcislandgroup' => { 122 => [\'dctermsLocation','dctermsLocationIslandGroup'] }, - 'dclocality' => { 122 => [\'dctermsLocation','dctermsLocationLocality'] }, - 'dclocationaccordingto' => { 122 => [\'dctermsLocation','dctermsLocationLocationAccordingTo'] }, - 'dclocationid' => { 122 => [\'dctermsLocation','dctermsLocationLocationID'] }, - 'dclocationremarks' => { 122 => [\'dctermsLocation','dctermsLocationLocationRemarks'] }, - 'dcmaximumdepthinmeters' => { 122 => [\'dctermsLocation','dctermsLocationMaximumDepthInMeters'] }, - 'dcmaximumdistanceabovesurfaceinmeters' => { 122 => [\'dctermsLocation','dctermsLocationMaximumDistanceAboveSurfaceInMeters'] }, - 'dcmaximumelevationinmeters' => { 122 => [\'dctermsLocation','dctermsLocationMaximumElevationInMeters'] }, - 'dcminimumdepthinmeters' => { 122 => [\'dctermsLocation','dctermsLocationMinimumDepthInMeters'] }, - 'dcminimumdistanceabovesurfaceinmeters' => { 122 => [\'dctermsLocation','dctermsLocationMinimumDistanceAboveSurfaceInMeters'] }, - 'dcminimumelevationinmeters' => { 122 => [\'dctermsLocation','dctermsLocationMinimumElevationInMeters'] }, - 'dcmunicipality' => { 122 => [\'dctermsLocation','dctermsLocationMunicipality'] }, - 'dcpointradiusspatialfit' => { 122 => [\'dctermsLocation','dctermsLocationPointRadiusSpatialFit'] }, - 'dcstateprovince' => { 122 => [\'dctermsLocation','dctermsLocationStateProvince'] }, - 'dctermslocation' => { 122 => 'dctermsLocation' }, - 'dcverbatimcoordinates' => { 122 => [\'dctermsLocation','dctermsLocationVerbatimCoordinates'] }, - 'dcverbatimcoordinatesystem' => { 122 => [\'dctermsLocation','dctermsLocationVerbatimCoordinateSystem'] }, - 'dcverbatimdepth' => { 122 => [\'dctermsLocation','dctermsLocationVerbatimDepth'] }, - 'dcverbatimelevation' => { 122 => [\'dctermsLocation','dctermsLocationVerbatimElevation'] }, - 'dcverbatimlatitude' => { 122 => [\'dctermsLocation','dctermsLocationVerbatimLatitude'] }, - 'dcverbatimlocality' => { 122 => [\'dctermsLocation','dctermsLocationVerbatimLocality'] }, - 'dcverbatimlongitude' => { 122 => [\'dctermsLocation','dctermsLocationVerbatimLongitude'] }, - 'dcverbatimsrs' => { 122 => [\'dctermsLocation','dctermsLocationVerbatimSRS'] }, - 'dcverticaldatum' => { 122 => [\'dctermsLocation','dctermsLocationVerticalDatum'] }, - 'dcwaterbody' => { 122 => [\'dctermsLocation','dctermsLocationWaterBody'] }, - 'declination' => { 169 => 'Declination' }, - 'decposition' => { 185 => 0x32 }, - 'defaultautogray' => { 514 => 'DefaultAutoGray', 516 => 'DefaultAutoGray' }, - 'defaultautotone' => { 514 => 'DefaultAutoTone', 516 => 'DefaultAutoTone' }, - 'defaultblackrender' => { 123 => 0xc7a6 }, - 'defaultcroporigin' => { 123 => 0xc61f }, - 'defaultcropsize' => { 123 => 0xc620 }, - 'defaulteraseoption' => { 88 => 0x813 }, - 'defaultscale' => { 123 => 0xc61e }, - 'defaultsspecifictoiso' => { 514 => 'DefaultsSpecificToISO', 516 => 'DefaultsSpecificToISO' }, - 'defaultsspecifictoserial' => { 514 => 'DefaultsSpecificToSerial', 516 => 'DefaultsSpecificToSerial' }, - 'defaultusercrop' => { 123 => 0xc7b5 }, - 'defectisocode' => { 142 => 0x90f }, - 'defringe' => { 514 => 'Defringe', 516 => 'Defringe' }, - 'defringegreenamount' => { 514 => 'DefringeGreenAmount', 516 => 'DefringeGreenAmount' }, - 'defringegreenhuehi' => { 514 => 'DefringeGreenHueHi', 516 => 'DefringeGreenHueHi' }, - 'defringegreenhuelo' => { 514 => 'DefringeGreenHueLo', 516 => 'DefringeGreenHueLo' }, - 'defringepurpleamount' => { 514 => 'DefringePurpleAmount', 516 => 'DefringePurpleAmount' }, - 'defringepurplehuehi' => { 514 => 'DefringePurpleHueHi', 516 => 'DefringePurpleHueHi' }, - 'defringepurplehuelo' => { 514 => 'DefringePurpleHueLo', 516 => 'DefringePurpleHueLo' }, - 'dehaze' => { 514 => 'Dehaze', 516 => 'Dehaze' }, - 'deletedimagecount' => { 240 => 0xa6, 269 => 0x6e }, - 'deprecatedon' => { 512 => 'deprecatedOn' }, - 'depthbasedcorrcorrectionactive' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionActive'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionActive'] }, - 'depthbasedcorrcorrectionamount' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionAmount'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionAmount'] }, - 'depthbasedcorrcorrectionsyncid' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionSyncID'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionSyncID'] }, - 'depthbasedcorrections' => { 514 => 'DepthBasedCorrections', 516 => 'DepthBasedCorrections' }, - 'depthbasedcorrlocalcorrecteddepth' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsLocalCorrectedDepth'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsLocalCorrectedDepth'] }, - 'depthbasedcorrlocalcurverefinesaturation' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsLocalCurveRefineSaturation'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsLocalCurveRefineSaturation'] }, - 'depthbasedcorrmask' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasks'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasks'] }, - 'depthbasedcorrmaskalpha' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksAlpha'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksAlpha'] }, - 'depthbasedcorrmaskangle' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksAngle'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksAngle'] }, - 'depthbasedcorrmaskbottom' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksBottom'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksBottom'] }, - 'depthbasedcorrmaskcentervalue' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCenterValue'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCenterValue'] }, - 'depthbasedcorrmaskcenterweight' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCenterWeight'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCenterWeight'] }, - 'depthbasedcorrmaskdabs' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksDabs'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksDabs'] }, - 'depthbasedcorrmaskfeather' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFeather'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFeather'] }, - 'depthbasedcorrmaskflipped' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFlipped'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFlipped'] }, - 'depthbasedcorrmaskflow' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFlow'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFlow'] }, - 'depthbasedcorrmaskfullx' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFullX'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFullX'] }, - 'depthbasedcorrmaskfully' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFullY'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFullY'] }, - 'depthbasedcorrmaskinputdigest' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksInputDigest'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksInputDigest'] }, - 'depthbasedcorrmaskleft' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksLeft'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksLeft'] }, - 'depthbasedcorrmaskmaskactive' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskActive'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskActive'] }, - 'depthbasedcorrmaskmaskblendmode' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskBlendMode'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskBlendMode'] }, - 'depthbasedcorrmaskmaskdigest' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskDigest'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskDigest'] }, - 'depthbasedcorrmaskmaskinverted' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskInverted'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskInverted'] }, - 'depthbasedcorrmaskmaskname' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskName'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskName'] }, - 'depthbasedcorrmaskmasks' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasks'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasks'] }, - 'depthbasedcorrmaskmasksalpha' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksAlpha'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksAlpha'] }, - 'depthbasedcorrmaskmasksangle' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksAngle'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksAngle'] }, - 'depthbasedcorrmaskmasksbottom' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksBottom'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksBottom'] }, - 'depthbasedcorrmaskmaskscentervalue' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksCenterValue'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksCenterValue'] }, - 'depthbasedcorrmaskmaskscenterweight' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksCenterWeight'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksCenterWeight'] }, - 'depthbasedcorrmaskmasksdabs' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksDabs'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksDabs'] }, - 'depthbasedcorrmaskmasksfeather' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFeather'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFeather'] }, - 'depthbasedcorrmaskmasksflipped' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFlipped'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFlipped'] }, - 'depthbasedcorrmaskmasksflow' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFlow'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFlow'] }, - 'depthbasedcorrmaskmasksfullx' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFullX'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFullX'] }, - 'depthbasedcorrmaskmasksfully' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFullY'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFullY'] }, - 'depthbasedcorrmaskmasksinputdigest' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksInputDigest'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksInputDigest'] }, - 'depthbasedcorrmaskmasksleft' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksLeft'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksLeft'] }, - 'depthbasedcorrmaskmasksmaskactive' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskActive'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskActive'] }, - 'depthbasedcorrmaskmasksmaskblendmode' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] }, - 'depthbasedcorrmaskmasksmaskdigest' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskDigest'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskDigest'] }, - 'depthbasedcorrmaskmasksmaskinverted' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskInverted'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskInverted'] }, - 'depthbasedcorrmaskmasksmaskname' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskName'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskName'] }, - 'depthbasedcorrmaskmasksmasksubtype' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskSubType'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskSubType'] }, - 'depthbasedcorrmaskmasksmasksyncid' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskSyncID'] }, - 'depthbasedcorrmaskmasksmaskversion' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskVersion'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskVersion'] }, - 'depthbasedcorrmaskmasksmidpoint' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMidpoint'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMidpoint'] }, - 'depthbasedcorrmaskmasksorigin' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksOrigin'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksOrigin'] }, - 'depthbasedcorrmaskmasksperimetervalue' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksPerimeterValue'] }, - 'depthbasedcorrmaskmasksradius' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRadius'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRadius'] }, - 'depthbasedcorrmaskmasksreferencepoint' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksReferencePoint'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksReferencePoint'] }, - 'depthbasedcorrmaskmasksright' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRight'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRight'] }, - 'depthbasedcorrmaskmasksroundness' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRoundness'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRoundness'] }, - 'depthbasedcorrmaskmaskssizex' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksSizeX'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksSizeX'] }, - 'depthbasedcorrmaskmaskssizey' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksSizeY'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksSizeY'] }, - 'depthbasedcorrmaskmaskstop' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksTop'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksTop'] }, - 'depthbasedcorrmaskmasksubtype' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskSubType'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskSubType'] }, - 'depthbasedcorrmaskmasksvalue' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskValue'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskValue'] }, - 'depthbasedcorrmaskmasksversion' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksVersion'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksVersion'] }, - 'depthbasedcorrmaskmaskswhat' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksWhat'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksWhat'] }, - 'depthbasedcorrmaskmaskswholeimagearea' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksWholeImageArea'] }, - 'depthbasedcorrmaskmasksx' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksX'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksX'] }, - 'depthbasedcorrmaskmasksy' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksY'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksY'] }, - 'depthbasedcorrmaskmasksyncid' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskSyncID'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskSyncID'] }, - 'depthbasedcorrmaskmaskszerox' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksZeroX'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksZeroX'] }, - 'depthbasedcorrmaskmaskszeroy' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksZeroY'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksZeroY'] }, - 'depthbasedcorrmaskmaskversion' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskVersion'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskVersion'] }, - 'depthbasedcorrmaskmidpoint' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMidpoint'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMidpoint'] }, - 'depthbasedcorrmaskorigin' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksOrigin'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksOrigin'] }, - 'depthbasedcorrmaskperimetervalue' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksPerimeterValue'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksPerimeterValue'] }, - 'depthbasedcorrmaskradius' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRadius'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRadius'] }, - 'depthbasedcorrmaskrange' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMask'] }, - 'depthbasedcorrmaskrangeareamodels' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] }, - 'depthbasedcorrmaskrangeareamodelscolorsampleinfo' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, - 'depthbasedcorrmaskrangeareamodelscomponents' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] }, - 'depthbasedcorrmaskrangecoloramount' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] }, - 'depthbasedcorrmaskrangedepthfeather' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] }, - 'depthbasedcorrmaskrangedepthmax' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] }, - 'depthbasedcorrmaskrangedepthmin' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] }, - 'depthbasedcorrmaskrangeinvert' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] }, - 'depthbasedcorrmaskrangelumfeather' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] }, - 'depthbasedcorrmaskrangeluminancedepthsampleinfo' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] }, - 'depthbasedcorrmaskrangelummax' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] }, - 'depthbasedcorrmaskrangelummin' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] }, - 'depthbasedcorrmaskrangelumrange' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] }, - 'depthbasedcorrmaskrangesampletype' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] }, - 'depthbasedcorrmaskrangetype' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] }, - 'depthbasedcorrmaskrangeversion' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] }, - 'depthbasedcorrmaskreferencepoint' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksReferencePoint'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksReferencePoint'] }, - 'depthbasedcorrmaskright' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRight'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRight'] }, - 'depthbasedcorrmaskroundness' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRoundness'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRoundness'] }, - 'depthbasedcorrmasksizex' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksSizeX'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksSizeX'] }, - 'depthbasedcorrmasksizey' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksSizeY'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksSizeY'] }, - 'depthbasedcorrmasktop' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksTop'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksTop'] }, - 'depthbasedcorrmaskvalue' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskValue'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskValue'] }, - 'depthbasedcorrmaskversion' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksVersion'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksVersion'] }, - 'depthbasedcorrmaskwhat' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksWhat'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksWhat'] }, - 'depthbasedcorrmaskwholeimagearea' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksWholeImageArea'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksWholeImageArea'] }, - 'depthbasedcorrmaskx' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksX'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksX'] }, - 'depthbasedcorrmasky' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksY'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksY'] }, - 'depthbasedcorrmaskzerox' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksZeroX'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksZeroX'] }, - 'depthbasedcorrmaskzeroy' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksZeroY'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksZeroY'] }, - 'depthbasedcorrwhat' => { 514 => [\'DepthBasedCorrections','DepthBasedCorrectionsWhat'], 516 => [\'DepthBasedCorrections','DepthBasedCorrectionsWhat'] }, - 'depthfar' => { 123 => 0xc7eb }, - 'depthformat' => { 123 => 0xc7e9 }, - 'depthimage' => { 499 => 'Data' }, - 'depthmapinfo' => { 514 => 'DepthMapInfo', 516 => 'DepthMapInfo' }, - 'depthmapinfobasehighlightguideinputdigest' => { 514 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideInputDigest'], 516 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideInputDigest'] }, - 'depthmapinfobasehighlightguidetable' => { 514 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideTable'], 516 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideTable'] }, - 'depthmapinfobasehighlightguideversion' => { 514 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideVersion'], 516 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideVersion'] }, - 'depthmapinfobaselayereddepthinputdigest' => { 514 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthInputDigest'], 516 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthInputDigest'] }, - 'depthmapinfobaselayereddepthtable' => { 514 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthTable'], 516 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthTable'] }, - 'depthmapinfobaselayereddepthversion' => { 514 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthVersion'], 516 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthVersion'] }, - 'depthmapinfobaserawdepthinputdigest' => { 514 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthInputDigest'], 516 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthInputDigest'] }, - 'depthmapinfobaserawdepthtable' => { 514 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthTable'], 516 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthTable'] }, - 'depthmapinfobaserawdepthversion' => { 514 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthVersion'], 516 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthVersion'] }, - 'depthmapinfodepthsource' => { 514 => [\'DepthMapInfo','DepthMapInfoDepthSource'], 516 => [\'DepthMapInfo','DepthMapInfoDepthSource'] }, - 'depthmeasuretype' => { 123 => 0xc7ed }, - 'depthnear' => { 123 => 0xc7ea }, - 'depthunits' => { 123 => 0xc7ec }, - 'derivedfrom' => { 544 => 'DerivedFrom' }, - 'derivedfromalternatepaths' => { 544 => [\'DerivedFrom','DerivedFromAlternatePaths'] }, - 'derivedfromdocumentid' => { 544 => [\'DerivedFrom','DerivedFromDocumentID'] }, - 'derivedfromfilepath' => { 544 => [\'DerivedFrom','DerivedFromFilePath'] }, - 'derivedfromfrompart' => { 544 => [\'DerivedFrom','DerivedFromFromPart'] }, - 'derivedfrominstanceid' => { 544 => [\'DerivedFrom','DerivedFromInstanceID'] }, - 'derivedfromlastmodifydate' => { 544 => [\'DerivedFrom','DerivedFromLastModifyDate'] }, - 'derivedfromlasturl' => { 544 => [\'DerivedFrom','DerivedFromLastURL'] }, - 'derivedfromlinkcategory' => { 544 => [\'DerivedFrom','DerivedFromLinkCategory'] }, - 'derivedfromlinkform' => { 544 => [\'DerivedFrom','DerivedFromLinkForm'] }, - 'derivedfrommanager' => { 544 => [\'DerivedFrom','DerivedFromManager'] }, - 'derivedfrommanagervariant' => { 544 => [\'DerivedFrom','DerivedFromManagerVariant'] }, - 'derivedfrommanageto' => { 544 => [\'DerivedFrom','DerivedFromManageTo'] }, - 'derivedfrommanageui' => { 544 => [\'DerivedFrom','DerivedFromManageUI'] }, - 'derivedfrommaskmarkers' => { 544 => [\'DerivedFrom','DerivedFromMaskMarkers'] }, - 'derivedfromoriginaldocumentid' => { 544 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] }, - 'derivedfrompartmapping' => { 544 => [\'DerivedFrom','DerivedFromPartMapping'] }, - 'derivedfromplacedresolutionunit' => { 544 => [\'DerivedFrom','DerivedFromPlacedResolutionUnit'] }, - 'derivedfromplacedxresolution' => { 544 => [\'DerivedFrom','DerivedFromPlacedXResolution'] }, - 'derivedfromplacedyresolution' => { 544 => [\'DerivedFrom','DerivedFromPlacedYResolution'] }, - 'derivedfromrenditionclass' => { 544 => [\'DerivedFrom','DerivedFromRenditionClass'] }, - 'derivedfromrenditionparams' => { 544 => [\'DerivedFrom','DerivedFromRenditionParams'] }, - 'derivedfromtopart' => { 544 => [\'DerivedFrom','DerivedFromToPart'] }, - 'derivedfromversionid' => { 544 => [\'DerivedFrom','DerivedFromVersionID'] }, - 'description' => { 183 => 'Description', 338 => 'Description', 402 => ['desc','dscp',"\xa9des"], 404 => 'description', 410 => 'dscp', 514 => 'Description', 516 => 'Description', 517 => 'description', 541 => 'Description' }, - 'destination' => { 136 => 0x5 }, - 'destinationcity' => { 385 => 0x24, 391 => 0x3 }, - 'destinationcitycode' => { 392 => 0x1001 }, - 'destinationdst' => { 385 => 0x26, 391 => '0.3' }, - 'developmentdynamicrange' => { 131 => 0x1403 }, - 'deviantmatrixcustom' => { 142 => 0x7de }, - 'deviantmatrixdaylight' => { 142 => 0x7da }, - 'deviantmatrixflash' => { 142 => 0x7dd }, - 'deviantmatrixfluorescent' => { 142 => 0x7dc }, - 'deviantmatrixtungsten' => { 142 => 0x7db }, - 'deviantwhitecustom' => { 142 => 0x842 }, - 'deviantwhitedaylight' => { 142 => 0x83e }, - 'deviantwhiteflash' => { 142 => 0x841 }, - 'deviantwhitefluorescent' => { 142 => 0x840 }, - 'deviantwhitetungsten' => { 142 => 0x83f }, - 'device' => { 533 => 'device' }, - 'devicesettingdescription' => { 520 => 'DeviceSettingDescription' }, - 'devicesettingdescriptioncolumns' => { 520 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] }, - 'devicesettingdescriptionrows' => { 520 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] }, - 'devicesettingdescriptionsettings' => { 520 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] }, - 'devicetype' => { 424 => 0x2 }, - 'dewarpdata' => { 120 => 'DewarpData' }, - 'dewarpflag' => { 120 => 'DewarpFlag' }, - 'dialdirectiontvav' => { 88 => 0x706 }, - 'dietaryneeds' => { 535 => 'dietaryNeeds' }, - 'diffractioncompensation' => { 229 => 0x20e, 244 => 0x142, 245 => 0x1b2, 246 => 0x1b2, 247 => 0x1a2, 248 => 0x1b6, 249 => 0x1b6 }, - 'diffractioncorrection' => { 349 => 0xbc, 374 => 0x3 }, - 'diffractioncorrectionon' => { 107 => 0x2070b }, - 'digitalcreationdate' => { 135 => 0x3e }, - 'digitalcreationtime' => { 135 => 0x3f }, - 'digitaldeehighlightadj' => { 264 => 0x202 }, - 'digitaldeeshadowadj' => { 264 => 0x200 }, - 'digitaldeethreshold' => { 264 => 0x201 }, - 'digitalfilter' => { 427 => 0x59 }, - 'digitalfilter01' => { 371 => 0x5 }, - 'digitalfilter02' => { 371 => 0x16 }, - 'digitalfilter03' => { 371 => 0x27 }, - 'digitalfilter04' => { 371 => 0x38 }, - 'digitalfilter05' => { 371 => 0x49 }, - 'digitalfilter06' => { 371 => 0x5a }, - 'digitalfilter07' => { 371 => 0x6b }, - 'digitalfilter08' => { 371 => 0x7c }, - 'digitalfilter09' => { 371 => 0x8d }, - 'digitalfilter10' => { 371 => 0x9e }, - 'digitalfilter11' => { 371 => 0xaf }, - 'digitalfilter12' => { 371 => 0xc0 }, - 'digitalfilter13' => { 371 => 0xd1 }, - 'digitalfilter14' => { 371 => 0xe2 }, - 'digitalfilter15' => { 371 => 0xf3 }, - 'digitalfilter16' => { 371 => 0x104 }, - 'digitalfilter17' => { 371 => 0x115 }, - 'digitalfilter18' => { 371 => 0x126 }, - 'digitalfilter19' => { 371 => 0x137 }, - 'digitalfilter20' => { 371 => 0x148 }, - 'digitalgain' => { 77 => 0xb }, - 'digitalgem' => { 224 => 0x0 }, - 'digitalice' => { 264 => 0x100 }, - 'digitalimageguid' => { 528 => 'DigImageGUID' }, - 'digitallensoptimizer' => { 65 => 0xa }, - 'digitallensoptimizersetting' => { 83 => 0x9 }, - 'digitalroc' => { 261 => 0x0 }, - 'digitalsourcefiletype' => { 528 => 'DigitalSourcefileType' }, - 'digitalsourcetype' => { 528 => 'DigitalSourceType' }, - 'digitalzoom' => { 36 => 0xc, 116 => 0xa, 131 => 0x1044, 144 => 0x68, 155 => 0x22, 156 => 0x1e, 160 => 'DigitalZoom', 185 => 0xc, 240 => 0x86, 287 => 0xa, 330 => 0x204, 385 => 0x1e, 392 => 0xa, 426 => 0x204, 474 => 0x12, 475 => 0x12 }, - 'digitalzoomon' => { 426 => 0x21b }, - 'digitalzoomratio' => { 123 => 0xa404, 462 => 0x200, 464 => 0x21c, 520 => 'DigitalZoomRatio' }, - 'director' => { 183 => 'WM/Director', 402 => "\xa9dir", 404 => 'director', 410 => "\xa9dir", 543 => 'director' }, - 'directorphotography' => { 543 => 'directorPhotography' }, - 'directory' => { 124 => 'Directory' }, + 'croppedimagewidth' => { 5 => 0x1, 418 => 0x1603 }, + 'cropping' => { 489 => 0x9010 }, + 'cropright' => { 128 => 0x8, 294 => 0x2e, 355 => 0x32, 397 => 0xdb, 515 => 'CropRight', 517 => 'CropRight' }, + 'croprightmargin' => { 56 => 0x1 }, + 'croprotatedoriginalheight' => { 106 => 0x2 }, + 'croprotatedoriginalwidth' => { 106 => 0x1 }, + 'croprotation' => { 106 => 0x7, 128 => 0xb }, + 'cropscaledresolution' => { 294 => 0x9e }, + 'cropsize' => { 132 => 0x1053 }, + 'cropsourceresolution' => { 294 => 0xae }, + 'croptop' => { 113 => 0x248, 128 => 0x7, 294 => 0x26, 330 => 0x613, 334 => 0x613, 355 => 0x2f, 397 => 0xda, 515 => 'CropTop', 517 => 'CropTop' }, + 'croptopleft' => { 132 => 0x1052 }, + 'croptopmargin' => { 56 => 0x2 }, + 'cropunit' => { 515 => 'CropUnit', 517 => 'CropUnit' }, + 'cropunits' => { 515 => 'CropUnits', 517 => 'CropUnits' }, + 'cropw' => { 509 => 'CropW' }, + 'cropwidth' => { 106 => 0x5, 113 => 0x24a, 330 => 0x614, 334 => 0x614, 515 => 'CropWidth', 517 => 'CropWidth' }, + 'cropx' => { 106 => 0x3, 509 => 'CropX' }, + 'cropy' => { 106 => 0x4, 509 => 'CropY' }, + 'crossprocess' => { 386 => 0x7b }, + 'crossprocessparams' => { 386 => 0x235 }, + 'cuisine' => { 536 => 'cuisine' }, + 'currenticcprofile' => { 124 => 0xc691 }, + 'currentpreprofilematrix' => { 124 => 0xc692 }, + 'currentversion' => { 489 => 0xd000 }, + 'curve0x' => { 509 => 'Curve0x' }, + 'curve0y' => { 509 => 'Curve0y' }, + 'curve1x' => { 509 => 'Curve1x' }, + 'curve1y' => { 509 => 'Curve1y' }, + 'curve2x' => { 509 => 'Curve2x' }, + 'curve2y' => { 509 => 'Curve2y' }, + 'curve3x' => { 509 => 'Curve3x' }, + 'curve3y' => { 509 => 'Curve3y' }, + 'curve4x' => { 509 => 'Curve4x' }, + 'curve4y' => { 509 => 'Curve4y' }, + 'curves' => { 299 => 0x76a43201 }, + 'custom1' => { 336 => 'Custom1' }, + 'custom10' => { 336 => 'Custom10' }, + 'custom2' => { 336 => 'Custom2' }, + 'custom3' => { 336 => 'Custom3' }, + 'custom4' => { 336 => 'Custom4' }, + 'custom5' => { 336 => 'Custom5' }, + 'custom6' => { 336 => 'Custom6' }, + 'custom7' => { 336 => 'Custom7' }, + 'custom8' => { 336 => 'Custom8' }, + 'custom9' => { 336 => 'Custom9' }, + 'customcolortone' => { 114 => 0x4c }, + 'customcontrast' => { 114 => 0x4e }, + 'customcontrols' => { 89 => 0x70c }, + 'customdefaultunsharpfineness' => { 114 => 0xbe }, + 'customdefaultunsharpstrength' => { 114 => 0xbc }, + 'customdefaultunsharpthreshold' => { 114 => 0xc0 }, + 'customilluminant' => { 143 => 0x405 }, + 'customizedials' => { 89 => 0x715 }, + 'customlinear' => { 114 => 0x4f }, + 'customoutputhighlightpoint' => { 114 => 0x53 }, + 'customoutputshadowpoint' => { 114 => 0x54 }, + 'custompicturestyle' => { 108 => 0x10021 }, + 'custompicturestyledata' => { 108 => 0xf0500 }, + 'custompicturestylefilename' => { 68 => 0x4010 }, + 'customrawhighlight' => { 114 => 0x7c }, + 'customrawhighlightpoint' => { 114 => 0x51 }, + 'customrawshadow' => { 114 => 0x85 }, + 'customrawshadowpoint' => { 114 => 0x52 }, + 'customrendered' => { 124 => 0xa401, 196 => 0x6420, 521 => 'CustomRendered' }, + 'customsaturation' => { 114 => 0x4d, 326 => 0x503 }, + 'customsettingsalldefault' => { 306 => '0.2', 315 => '0.2' }, + 'customsettingsbank' => { 306 => '0.1', 307 => '0.1', 309 => '0.1', 310 => '0.1', 315 => '0.1', 319 => '0.2', 320 => '0.2', 322 => 0x1, 323 => 0x1, 324 => 0x1 }, + 'customsharpness' => { 114 => 0x50 }, + 'customunsharpmaskfineness' => { 114 => 0xb8 }, + 'customunsharpmaskstrength' => { 114 => 0xb6 }, + 'customunsharpmaskthreshold' => { 114 => 0xba }, + 'customwb_rblevels' => { 457 => 0x1a }, + 'customwb_rgblevels' => { 439 => 0x8, 440 => 0x19 }, + 'customwbbluelevel' => { 189 => 0x36 }, + 'customwberror' => { 189 => 0x37 }, + 'customwbgreenlevel' => { 189 => 0x35 }, + 'customwbredlevel' => { 189 => 0x34 }, + 'customwbsetting' => { 189 => 0x26 }, + 'cx' => { 411 => '_cx_' }, + 'cy' => { 411 => '_cy_' }, + 'd-lightinghq' => { 299 => 0x2175eb78 }, + 'd-lightinghqcolorboost' => { 295 => 0x2 }, + 'd-lightinghqhighlight' => { 295 => 0x1 }, + 'd-lightinghqselected' => { 299 => 0x6a6e36b6 }, + 'd-lightinghqshadow' => { 295 => 0x0 }, + 'd-lightinghs' => { 299 => 0xce5554aa }, + 'd-lightinghsadjustment' => { 296 => 0x0 }, + 'd-lightinghscolorboost' => { 296 => 0x1 }, + 'd-rangeoptimizerhighlight' => { 489 => 0x8024 }, + 'd-rangeoptimizermode' => { 489 => 0x8022 }, + 'd-rangeoptimizershadow' => { 489 => 0x802d }, + 'd-rangeoptimizervalue' => { 489 => 0x8023 }, + 'darkblacksegrows' => { 143 => 0x18d8 }, + 'darkfocusenvironment' => { 350 => 0x8003 }, + 'darkframecountfactor' => { 143 => 0xc85 }, + 'darkframelongexposure' => { 143 => 0xc84 }, + 'darkframeshortexposure' => { 143 => 0xc83 }, + 'darkpedestal' => { 143 => 0xc7f }, + 'datacompressionmethod' => { 138 => 0x6e }, + 'dataimprint' => { 186 => 0x34 }, + 'datamining' => { 336 => 'DataMining' }, + 'dataonscreen' => { 529 => 'DataOnScreen' }, + 'dataonscreenregion' => { 529 => [\'DataOnScreen','DataOnScreenRegion'] }, + 'dataonscreenregiond' => { 529 => [\'DataOnScreen','DataOnScreenRegionD'] }, + 'dataonscreenregionh' => { 529 => [\'DataOnScreen','DataOnScreenRegionH'] }, + 'dataonscreenregiontext' => { 529 => [\'DataOnScreen','DataOnScreenRegionText'] }, + 'dataonscreenregionunit' => { 529 => [\'DataOnScreen','DataOnScreenRegionUnit'] }, + 'dataonscreenregionw' => { 529 => [\'DataOnScreen','DataOnScreenRegionW'] }, + 'dataonscreenregionx' => { 529 => [\'DataOnScreen','DataOnScreenRegionX'] }, + 'dataonscreenregiony' => { 529 => [\'DataOnScreen','DataOnScreenRegionY'] }, + 'datascaling' => { 386 => 0x3d }, + 'date' => { 386 => 0x6, 518 => 'date' }, + 'dateacquired' => { 183 => 'DateAcquired', 184 => '{2CBAA8F5-D81F-47CA-B17A-F8D822300131} 100' }, + 'datecreated' => { 136 => 0x37, 532 => 'DateCreated' }, + 'datedisplayformat' => { 291 => 0x3 }, + 'dateidentified' => { 123 => [\'Identification','IdentificationDateIdentified'] }, + 'dateimprint' => { 311 => '4.2' }, + 'daterecieved' => { 534 => 'dateRecieved' }, + 'datesent' => { 137 => 0x46 }, + 'datestampmode' => { 68 => 0x1c, 241 => 0x9d }, + 'datetime' => { 510 => 'datetime', 540 => 'DateTime' }, + 'datetimedigitized' => { 521 => 'DateTimeDigitized' }, + 'datetimeoriginal' => { 105 => 0x0, 124 => 0x9003, 159 => 0x14, 162 => 'OriginalDate', 406 => 'IDIT', 411 => 'date', 412 => 0xb, 413 => 0x3b, 414 => 0x3e, 521 => 'DateTimeOriginal' }, + 'datetimestamp' => { 145 => 0x64 }, + 'datetimeutc' => { 326 => 0x908 }, + 'daylightsavings' => { 82 => 0x3, 291 => 0x2 }, + 'dayofweek' => { 413 => 0x42, 414 => 0x4a }, + 'dccontinent' => { 123 => [\'dctermsLocation','dctermsLocationContinent'] }, + 'dccoordinateprecision' => { 123 => [\'dctermsLocation','dctermsLocationCoordinatePrecision'] }, + 'dccoordinateuncertaintyinmeters' => { 123 => [\'dctermsLocation','dctermsLocationCoordinateUncertaintyInMeters'] }, + 'dccountry' => { 123 => [\'dctermsLocation','dctermsLocationCountry'] }, + 'dccountrycode' => { 123 => [\'dctermsLocation','dctermsLocationCountryCode'] }, + 'dccounty' => { 123 => [\'dctermsLocation','dctermsLocationCounty'] }, + 'dcdecimallatitude' => { 123 => [\'dctermsLocation','dctermsLocationDecimalLatitude'] }, + 'dcdecimallongitude' => { 123 => [\'dctermsLocation','dctermsLocationDecimalLongitude'] }, + 'dcevent' => { 123 => 'Event' }, + 'dcfootprintspatialfit' => { 123 => [\'dctermsLocation','dctermsLocationFootprintSpatialFit'] }, + 'dcfootprintsrs' => { 123 => [\'dctermsLocation','dctermsLocationFootprintSRS'] }, + 'dcfootprintwkt' => { 123 => [\'dctermsLocation','dctermsLocationFootprintWKT'] }, + 'dcgeodeticdatum' => { 123 => [\'dctermsLocation','dctermsLocationGeodeticDatum'] }, + 'dcgeoreferencedby' => { 123 => [\'dctermsLocation','dctermsLocationGeoreferencedBy'] }, + 'dcgeoreferenceddate' => { 123 => [\'dctermsLocation','dctermsLocationGeoreferencedDate'] }, + 'dcgeoreferenceprotocol' => { 123 => [\'dctermsLocation','dctermsLocationGeoreferenceProtocol'] }, + 'dcgeoreferenceremarks' => { 123 => [\'dctermsLocation','dctermsLocationGeoreferenceRemarks'] }, + 'dcgeoreferencesources' => { 123 => [\'dctermsLocation','dctermsLocationGeoreferenceSources'] }, + 'dcgeoreferenceverificationstatus' => { 123 => [\'dctermsLocation','dctermsLocationGeoreferenceVerificationStatus'] }, + 'dchighergeography' => { 123 => [\'dctermsLocation','dctermsLocationHigherGeography'] }, + 'dchighergeographyid' => { 123 => [\'dctermsLocation','dctermsLocationHigherGeographyID'] }, + 'dcisland' => { 123 => [\'dctermsLocation','dctermsLocationIsland'] }, + 'dcislandgroup' => { 123 => [\'dctermsLocation','dctermsLocationIslandGroup'] }, + 'dclocality' => { 123 => [\'dctermsLocation','dctermsLocationLocality'] }, + 'dclocationaccordingto' => { 123 => [\'dctermsLocation','dctermsLocationLocationAccordingTo'] }, + 'dclocationid' => { 123 => [\'dctermsLocation','dctermsLocationLocationID'] }, + 'dclocationremarks' => { 123 => [\'dctermsLocation','dctermsLocationLocationRemarks'] }, + 'dcmaximumdepthinmeters' => { 123 => [\'dctermsLocation','dctermsLocationMaximumDepthInMeters'] }, + 'dcmaximumdistanceabovesurfaceinmeters' => { 123 => [\'dctermsLocation','dctermsLocationMaximumDistanceAboveSurfaceInMeters'] }, + 'dcmaximumelevationinmeters' => { 123 => [\'dctermsLocation','dctermsLocationMaximumElevationInMeters'] }, + 'dcminimumdepthinmeters' => { 123 => [\'dctermsLocation','dctermsLocationMinimumDepthInMeters'] }, + 'dcminimumdistanceabovesurfaceinmeters' => { 123 => [\'dctermsLocation','dctermsLocationMinimumDistanceAboveSurfaceInMeters'] }, + 'dcminimumelevationinmeters' => { 123 => [\'dctermsLocation','dctermsLocationMinimumElevationInMeters'] }, + 'dcmunicipality' => { 123 => [\'dctermsLocation','dctermsLocationMunicipality'] }, + 'dcpointradiusspatialfit' => { 123 => [\'dctermsLocation','dctermsLocationPointRadiusSpatialFit'] }, + 'dcstateprovince' => { 123 => [\'dctermsLocation','dctermsLocationStateProvince'] }, + 'dctermslocation' => { 123 => 'dctermsLocation' }, + 'dcverbatimcoordinates' => { 123 => [\'dctermsLocation','dctermsLocationVerbatimCoordinates'] }, + 'dcverbatimcoordinatesystem' => { 123 => [\'dctermsLocation','dctermsLocationVerbatimCoordinateSystem'] }, + 'dcverbatimdepth' => { 123 => [\'dctermsLocation','dctermsLocationVerbatimDepth'] }, + 'dcverbatimelevation' => { 123 => [\'dctermsLocation','dctermsLocationVerbatimElevation'] }, + 'dcverbatimlatitude' => { 123 => [\'dctermsLocation','dctermsLocationVerbatimLatitude'] }, + 'dcverbatimlocality' => { 123 => [\'dctermsLocation','dctermsLocationVerbatimLocality'] }, + 'dcverbatimlongitude' => { 123 => [\'dctermsLocation','dctermsLocationVerbatimLongitude'] }, + 'dcverbatimsrs' => { 123 => [\'dctermsLocation','dctermsLocationVerbatimSRS'] }, + 'dcverticaldatum' => { 123 => [\'dctermsLocation','dctermsLocationVerticalDatum'] }, + 'dcwaterbody' => { 123 => [\'dctermsLocation','dctermsLocationWaterBody'] }, + 'declination' => { 170 => 'Declination' }, + 'decposition' => { 186 => 0x32 }, + 'defaultautogray' => { 515 => 'DefaultAutoGray', 517 => 'DefaultAutoGray' }, + 'defaultautotone' => { 515 => 'DefaultAutoTone', 517 => 'DefaultAutoTone' }, + 'defaultblackrender' => { 124 => 0xc7a6 }, + 'defaultcroporigin' => { 124 => 0xc61f }, + 'defaultcropsize' => { 124 => 0xc620 }, + 'defaulteraseoption' => { 89 => 0x813 }, + 'defaultscale' => { 124 => 0xc61e }, + 'defaultsspecifictoiso' => { 515 => 'DefaultsSpecificToISO', 517 => 'DefaultsSpecificToISO' }, + 'defaultsspecifictoserial' => { 515 => 'DefaultsSpecificToSerial', 517 => 'DefaultsSpecificToSerial' }, + 'defaultusercrop' => { 124 => 0xc7b5 }, + 'defectisocode' => { 143 => 0x90f }, + 'defringe' => { 515 => 'Defringe', 517 => 'Defringe' }, + 'defringegreenamount' => { 515 => 'DefringeGreenAmount', 517 => 'DefringeGreenAmount' }, + 'defringegreenhuehi' => { 515 => 'DefringeGreenHueHi', 517 => 'DefringeGreenHueHi' }, + 'defringegreenhuelo' => { 515 => 'DefringeGreenHueLo', 517 => 'DefringeGreenHueLo' }, + 'defringepurpleamount' => { 515 => 'DefringePurpleAmount', 517 => 'DefringePurpleAmount' }, + 'defringepurplehuehi' => { 515 => 'DefringePurpleHueHi', 517 => 'DefringePurpleHueHi' }, + 'defringepurplehuelo' => { 515 => 'DefringePurpleHueLo', 517 => 'DefringePurpleHueLo' }, + 'dehaze' => { 515 => 'Dehaze', 517 => 'Dehaze' }, + 'deletedimagecount' => { 241 => 0xa6, 270 => 0x6e }, + 'deprecatedon' => { 513 => 'deprecatedOn' }, + 'depthbasedcorrcorrectionactive' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionActive'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionActive'] }, + 'depthbasedcorrcorrectionamount' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionAmount'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionAmount'] }, + 'depthbasedcorrcorrectionsyncid' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionSyncID'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionSyncID'] }, + 'depthbasedcorrections' => { 515 => 'DepthBasedCorrections', 517 => 'DepthBasedCorrections' }, + 'depthbasedcorrlocalcorrecteddepth' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsLocalCorrectedDepth'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsLocalCorrectedDepth'] }, + 'depthbasedcorrlocalcurverefinesaturation' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsLocalCurveRefineSaturation'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsLocalCurveRefineSaturation'] }, + 'depthbasedcorrmask' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasks'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasks'] }, + 'depthbasedcorrmaskalpha' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksAlpha'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksAlpha'] }, + 'depthbasedcorrmaskangle' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksAngle'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksAngle'] }, + 'depthbasedcorrmaskbottom' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksBottom'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksBottom'] }, + 'depthbasedcorrmaskcentervalue' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCenterValue'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCenterValue'] }, + 'depthbasedcorrmaskcenterweight' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCenterWeight'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCenterWeight'] }, + 'depthbasedcorrmaskdabs' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksDabs'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksDabs'] }, + 'depthbasedcorrmaskfeather' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFeather'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFeather'] }, + 'depthbasedcorrmaskflipped' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFlipped'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFlipped'] }, + 'depthbasedcorrmaskflow' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFlow'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFlow'] }, + 'depthbasedcorrmaskfullx' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFullX'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFullX'] }, + 'depthbasedcorrmaskfully' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFullY'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksFullY'] }, + 'depthbasedcorrmaskinputdigest' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksInputDigest'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksInputDigest'] }, + 'depthbasedcorrmaskleft' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksLeft'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksLeft'] }, + 'depthbasedcorrmaskmaskactive' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskActive'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskActive'] }, + 'depthbasedcorrmaskmaskblendmode' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskBlendMode'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskBlendMode'] }, + 'depthbasedcorrmaskmaskdigest' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskDigest'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskDigest'] }, + 'depthbasedcorrmaskmaskinverted' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskInverted'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskInverted'] }, + 'depthbasedcorrmaskmaskname' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskName'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskName'] }, + 'depthbasedcorrmaskmasks' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasks'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasks'] }, + 'depthbasedcorrmaskmasksalpha' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksAlpha'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksAlpha'] }, + 'depthbasedcorrmaskmasksangle' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksAngle'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksAngle'] }, + 'depthbasedcorrmaskmasksbottom' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksBottom'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksBottom'] }, + 'depthbasedcorrmaskmaskscentervalue' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksCenterValue'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksCenterValue'] }, + 'depthbasedcorrmaskmaskscenterweight' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksCenterWeight'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksCenterWeight'] }, + 'depthbasedcorrmaskmasksdabs' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksDabs'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksDabs'] }, + 'depthbasedcorrmaskmasksfeather' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFeather'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFeather'] }, + 'depthbasedcorrmaskmasksflipped' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFlipped'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFlipped'] }, + 'depthbasedcorrmaskmasksflow' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFlow'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFlow'] }, + 'depthbasedcorrmaskmasksfullx' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFullX'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFullX'] }, + 'depthbasedcorrmaskmasksfully' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFullY'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksFullY'] }, + 'depthbasedcorrmaskmasksinputdigest' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksInputDigest'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksInputDigest'] }, + 'depthbasedcorrmaskmasksleft' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksLeft'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksLeft'] }, + 'depthbasedcorrmaskmasksmaskactive' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskActive'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskActive'] }, + 'depthbasedcorrmaskmasksmaskblendmode' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] }, + 'depthbasedcorrmaskmasksmaskdigest' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskDigest'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskDigest'] }, + 'depthbasedcorrmaskmasksmaskinverted' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskInverted'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskInverted'] }, + 'depthbasedcorrmaskmasksmaskname' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskName'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskName'] }, + 'depthbasedcorrmaskmasksmasksubtype' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskSubType'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskSubType'] }, + 'depthbasedcorrmaskmasksmasksyncid' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskSyncID'] }, + 'depthbasedcorrmaskmasksmaskversion' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskVersion'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskVersion'] }, + 'depthbasedcorrmaskmasksmidpoint' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMidpoint'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMidpoint'] }, + 'depthbasedcorrmaskmasksorigin' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksOrigin'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksOrigin'] }, + 'depthbasedcorrmaskmasksperimetervalue' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksPerimeterValue'] }, + 'depthbasedcorrmaskmasksradius' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRadius'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRadius'] }, + 'depthbasedcorrmaskmasksreferencepoint' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksReferencePoint'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksReferencePoint'] }, + 'depthbasedcorrmaskmasksright' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRight'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRight'] }, + 'depthbasedcorrmaskmasksroundness' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRoundness'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksRoundness'] }, + 'depthbasedcorrmaskmaskssizex' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksSizeX'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksSizeX'] }, + 'depthbasedcorrmaskmaskssizey' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksSizeY'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksSizeY'] }, + 'depthbasedcorrmaskmaskstop' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksTop'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksTop'] }, + 'depthbasedcorrmaskmasksubtype' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskSubType'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskSubType'] }, + 'depthbasedcorrmaskmasksvalue' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskValue'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksMaskValue'] }, + 'depthbasedcorrmaskmasksversion' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksVersion'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksVersion'] }, + 'depthbasedcorrmaskmaskswhat' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksWhat'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksWhat'] }, + 'depthbasedcorrmaskmaskswholeimagearea' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksWholeImageArea'] }, + 'depthbasedcorrmaskmasksx' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksX'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksX'] }, + 'depthbasedcorrmaskmasksy' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksY'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksY'] }, + 'depthbasedcorrmaskmasksyncid' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskSyncID'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskSyncID'] }, + 'depthbasedcorrmaskmaskszerox' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksZeroX'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksZeroX'] }, + 'depthbasedcorrmaskmaskszeroy' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksZeroY'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMasksZeroY'] }, + 'depthbasedcorrmaskmaskversion' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskVersion'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskVersion'] }, + 'depthbasedcorrmaskmidpoint' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMidpoint'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMidpoint'] }, + 'depthbasedcorrmaskorigin' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksOrigin'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksOrigin'] }, + 'depthbasedcorrmaskperimetervalue' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksPerimeterValue'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksPerimeterValue'] }, + 'depthbasedcorrmaskradius' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRadius'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRadius'] }, + 'depthbasedcorrmaskrange' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMask'] }, + 'depthbasedcorrmaskrangeareamodels' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] }, + 'depthbasedcorrmaskrangeareamodelscolorsampleinfo' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, + 'depthbasedcorrmaskrangeareamodelscomponents' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] }, + 'depthbasedcorrmaskrangecoloramount' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] }, + 'depthbasedcorrmaskrangedepthfeather' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] }, + 'depthbasedcorrmaskrangedepthmax' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] }, + 'depthbasedcorrmaskrangedepthmin' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] }, + 'depthbasedcorrmaskrangeinvert' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] }, + 'depthbasedcorrmaskrangelumfeather' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] }, + 'depthbasedcorrmaskrangeluminancedepthsampleinfo' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] }, + 'depthbasedcorrmaskrangelummax' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] }, + 'depthbasedcorrmaskrangelummin' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] }, + 'depthbasedcorrmaskrangelumrange' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] }, + 'depthbasedcorrmaskrangesampletype' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] }, + 'depthbasedcorrmaskrangetype' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] }, + 'depthbasedcorrmaskrangeversion' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] }, + 'depthbasedcorrmaskreferencepoint' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksReferencePoint'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksReferencePoint'] }, + 'depthbasedcorrmaskright' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRight'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRight'] }, + 'depthbasedcorrmaskroundness' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRoundness'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksRoundness'] }, + 'depthbasedcorrmasksizex' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksSizeX'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksSizeX'] }, + 'depthbasedcorrmasksizey' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksSizeY'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksSizeY'] }, + 'depthbasedcorrmasktop' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksTop'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksTop'] }, + 'depthbasedcorrmaskvalue' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskValue'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksMaskValue'] }, + 'depthbasedcorrmaskversion' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksVersion'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksVersion'] }, + 'depthbasedcorrmaskwhat' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksWhat'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksWhat'] }, + 'depthbasedcorrmaskwholeimagearea' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksWholeImageArea'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksWholeImageArea'] }, + 'depthbasedcorrmaskx' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksX'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksX'] }, + 'depthbasedcorrmasky' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksY'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksY'] }, + 'depthbasedcorrmaskzerox' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksZeroX'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksZeroX'] }, + 'depthbasedcorrmaskzeroy' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksZeroY'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsCorrectionMasksZeroY'] }, + 'depthbasedcorrwhat' => { 515 => [\'DepthBasedCorrections','DepthBasedCorrectionsWhat'], 517 => [\'DepthBasedCorrections','DepthBasedCorrectionsWhat'] }, + 'depthfar' => { 124 => 0xc7eb }, + 'depthformat' => { 124 => 0xc7e9 }, + 'depthimage' => { 500 => 'Data' }, + 'depthmapinfo' => { 515 => 'DepthMapInfo', 517 => 'DepthMapInfo' }, + 'depthmapinfobasehighlightguideinputdigest' => { 515 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideInputDigest'], 517 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideInputDigest'] }, + 'depthmapinfobasehighlightguidetable' => { 515 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideTable'], 517 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideTable'] }, + 'depthmapinfobasehighlightguideversion' => { 515 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideVersion'], 517 => [\'DepthMapInfo','DepthMapInfoBaseHighlightGuideVersion'] }, + 'depthmapinfobaselayereddepthinputdigest' => { 515 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthInputDigest'], 517 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthInputDigest'] }, + 'depthmapinfobaselayereddepthtable' => { 515 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthTable'], 517 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthTable'] }, + 'depthmapinfobaselayereddepthversion' => { 515 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthVersion'], 517 => [\'DepthMapInfo','DepthMapInfoBaseLayeredDepthVersion'] }, + 'depthmapinfobaserawdepthinputdigest' => { 515 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthInputDigest'], 517 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthInputDigest'] }, + 'depthmapinfobaserawdepthtable' => { 515 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthTable'], 517 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthTable'] }, + 'depthmapinfobaserawdepthversion' => { 515 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthVersion'], 517 => [\'DepthMapInfo','DepthMapInfoBaseRawDepthVersion'] }, + 'depthmapinfodepthsource' => { 515 => [\'DepthMapInfo','DepthMapInfoDepthSource'], 517 => [\'DepthMapInfo','DepthMapInfoDepthSource'] }, + 'depthmeasuretype' => { 124 => 0xc7ed }, + 'depthnear' => { 124 => 0xc7ea }, + 'depthunits' => { 124 => 0xc7ec }, + 'derivedfrom' => { 545 => 'DerivedFrom' }, + 'derivedfromalternatepaths' => { 545 => [\'DerivedFrom','DerivedFromAlternatePaths'] }, + 'derivedfromdocumentid' => { 545 => [\'DerivedFrom','DerivedFromDocumentID'] }, + 'derivedfromfilepath' => { 545 => [\'DerivedFrom','DerivedFromFilePath'] }, + 'derivedfromfrompart' => { 545 => [\'DerivedFrom','DerivedFromFromPart'] }, + 'derivedfrominstanceid' => { 545 => [\'DerivedFrom','DerivedFromInstanceID'] }, + 'derivedfromlastmodifydate' => { 545 => [\'DerivedFrom','DerivedFromLastModifyDate'] }, + 'derivedfromlasturl' => { 545 => [\'DerivedFrom','DerivedFromLastURL'] }, + 'derivedfromlinkcategory' => { 545 => [\'DerivedFrom','DerivedFromLinkCategory'] }, + 'derivedfromlinkform' => { 545 => [\'DerivedFrom','DerivedFromLinkForm'] }, + 'derivedfrommanager' => { 545 => [\'DerivedFrom','DerivedFromManager'] }, + 'derivedfrommanagervariant' => { 545 => [\'DerivedFrom','DerivedFromManagerVariant'] }, + 'derivedfrommanageto' => { 545 => [\'DerivedFrom','DerivedFromManageTo'] }, + 'derivedfrommanageui' => { 545 => [\'DerivedFrom','DerivedFromManageUI'] }, + 'derivedfrommaskmarkers' => { 545 => [\'DerivedFrom','DerivedFromMaskMarkers'] }, + 'derivedfromoriginaldocumentid' => { 545 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] }, + 'derivedfrompartmapping' => { 545 => [\'DerivedFrom','DerivedFromPartMapping'] }, + 'derivedfromplacedresolutionunit' => { 545 => [\'DerivedFrom','DerivedFromPlacedResolutionUnit'] }, + 'derivedfromplacedxresolution' => { 545 => [\'DerivedFrom','DerivedFromPlacedXResolution'] }, + 'derivedfromplacedyresolution' => { 545 => [\'DerivedFrom','DerivedFromPlacedYResolution'] }, + 'derivedfromrenditionclass' => { 545 => [\'DerivedFrom','DerivedFromRenditionClass'] }, + 'derivedfromrenditionparams' => { 545 => [\'DerivedFrom','DerivedFromRenditionParams'] }, + 'derivedfromtopart' => { 545 => [\'DerivedFrom','DerivedFromToPart'] }, + 'derivedfromversionid' => { 545 => [\'DerivedFrom','DerivedFromVersionID'] }, + 'description' => { 184 => 'Description', 339 => 'Description', 403 => ['desc','dscp',"\xa9des"], 405 => 'description', 411 => 'dscp', 515 => 'Description', 517 => 'Description', 518 => 'description', 542 => 'Description' }, + 'destination' => { 137 => 0x5 }, + 'destinationcity' => { 386 => 0x24, 392 => 0x3 }, + 'destinationcitycode' => { 393 => 0x1001 }, + 'destinationdst' => { 386 => 0x26, 392 => '0.3' }, + 'developmentdynamicrange' => { 132 => 0x1403 }, + 'deviantmatrixcustom' => { 143 => 0x7de }, + 'deviantmatrixdaylight' => { 143 => 0x7da }, + 'deviantmatrixflash' => { 143 => 0x7dd }, + 'deviantmatrixfluorescent' => { 143 => 0x7dc }, + 'deviantmatrixtungsten' => { 143 => 0x7db }, + 'deviantwhitecustom' => { 143 => 0x842 }, + 'deviantwhitedaylight' => { 143 => 0x83e }, + 'deviantwhiteflash' => { 143 => 0x841 }, + 'deviantwhitefluorescent' => { 143 => 0x840 }, + 'deviantwhitetungsten' => { 143 => 0x83f }, + 'device' => { 534 => 'device' }, + 'devicesettingdescription' => { 521 => 'DeviceSettingDescription' }, + 'devicesettingdescriptioncolumns' => { 521 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] }, + 'devicesettingdescriptionrows' => { 521 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] }, + 'devicesettingdescriptionsettings' => { 521 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] }, + 'devicetype' => { 425 => 0x2 }, + 'dewarpdata' => { 121 => 'DewarpData' }, + 'dewarpflag' => { 121 => 'DewarpFlag' }, + 'dialdirectiontvav' => { 89 => 0x706 }, + 'dietaryneeds' => { 536 => 'dietaryNeeds' }, + 'diffractioncompensation' => { 230 => 0x20e, 245 => 0x142, 246 => 0x1b2, 247 => 0x1b2, 248 => 0x1a2, 249 => 0x1b6, 250 => 0x1b6 }, + 'diffractioncorrection' => { 350 => 0xbc, 375 => 0x3 }, + 'diffractioncorrectionon' => { 108 => 0x2070b }, + 'digitalcreationdate' => { 136 => 0x3e }, + 'digitalcreationtime' => { 136 => 0x3f }, + 'digitaldeehighlightadj' => { 265 => 0x202 }, + 'digitaldeeshadowadj' => { 265 => 0x200 }, + 'digitaldeethreshold' => { 265 => 0x201 }, + 'digitalfilter' => { 428 => 0x59 }, + 'digitalfilter01' => { 372 => 0x5 }, + 'digitalfilter02' => { 372 => 0x16 }, + 'digitalfilter03' => { 372 => 0x27 }, + 'digitalfilter04' => { 372 => 0x38 }, + 'digitalfilter05' => { 372 => 0x49 }, + 'digitalfilter06' => { 372 => 0x5a }, + 'digitalfilter07' => { 372 => 0x6b }, + 'digitalfilter08' => { 372 => 0x7c }, + 'digitalfilter09' => { 372 => 0x8d }, + 'digitalfilter10' => { 372 => 0x9e }, + 'digitalfilter11' => { 372 => 0xaf }, + 'digitalfilter12' => { 372 => 0xc0 }, + 'digitalfilter13' => { 372 => 0xd1 }, + 'digitalfilter14' => { 372 => 0xe2 }, + 'digitalfilter15' => { 372 => 0xf3 }, + 'digitalfilter16' => { 372 => 0x104 }, + 'digitalfilter17' => { 372 => 0x115 }, + 'digitalfilter18' => { 372 => 0x126 }, + 'digitalfilter19' => { 372 => 0x137 }, + 'digitalfilter20' => { 372 => 0x148 }, + 'digitalgain' => { 78 => 0xb }, + 'digitalgem' => { 225 => 0x0 }, + 'digitalice' => { 265 => 0x100 }, + 'digitalimageguid' => { 529 => 'DigImageGUID' }, + 'digitallensoptimizer' => { 66 => 0xa }, + 'digitallensoptimizersetting' => { 84 => 0x9 }, + 'digitalroc' => { 262 => 0x0 }, + 'digitalsourcefiletype' => { 529 => 'DigitalSourcefileType' }, + 'digitalsourcetype' => { 529 => 'DigitalSourceType' }, + 'digitalzoom' => { 36 => 0xc, 117 => 0xa, 132 => 0x1044, 145 => 0x68, 156 => 0x22, 157 => 0x1e, 161 => 'DigitalZoom', 186 => 0xc, 241 => 0x86, 288 => 0xa, 331 => 0x204, 386 => 0x1e, 393 => 0xa, 427 => 0x204, 475 => 0x12, 476 => 0x12 }, + 'digitalzoomon' => { 427 => 0x21b }, + 'digitalzoomratio' => { 124 => 0xa404, 463 => 0x200, 465 => 0x21c, 521 => 'DigitalZoomRatio' }, + 'director' => { 184 => 'WM/Director', 403 => "\xa9dir", 405 => 'director', 411 => "\xa9dir", 544 => 'director' }, + 'directorphotography' => { 544 => 'directorPhotography' }, + 'directory' => { 125 => '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, 30 => 0xb21 }, 'directoryindex2' => { 21 => 0x29c }, - 'directoryitem' => { 497 => [\'Directory','DirectoryItem'] }, - 'directoryitemlabel' => { 497 => [\'Directory','DirectoryItemLabel'] }, - 'directoryitemlength' => { 497 => [\'Directory','DirectoryItemLength'] }, - 'directoryitemmime' => { 497 => [\'Directory','DirectoryItemMime'] }, - 'directoryitempadding' => { 497 => [\'Directory','DirectoryItemPadding'] }, - 'directoryitemsemantic' => { 497 => [\'Directory','DirectoryItemSemantic'] }, - 'directoryitemuri' => { 497 => [\'Directory','DirectoryItemURI'] }, - 'directorynumber' => { 217 => 0x3, 413 => 0x12 }, - 'disableautocreation' => { 496 => 'DisableAutoCreation' }, - 'disablesuggestedaction' => { 496 => 'DisableSuggestedAction' }, - 'disclaimer' => { 338 => 'Disclaimer' }, - 'discnumber' => { 543 => 'discNumber' }, - 'dishtype' => { 535 => 'dishType' }, - 'disknumber' => { 402 => 'disk' }, - 'dispbutton' => { 249 => 0x7d4, 321 => 0x2ab }, - 'displayallafpoints' => { 88 => 0x514 }, + 'directoryitem' => { 498 => [\'Directory','DirectoryItem'] }, + 'directoryitemlabel' => { 498 => [\'Directory','DirectoryItemLabel'] }, + 'directoryitemlength' => { 498 => [\'Directory','DirectoryItemLength'] }, + 'directoryitemmime' => { 498 => [\'Directory','DirectoryItemMime'] }, + 'directoryitempadding' => { 498 => [\'Directory','DirectoryItemPadding'] }, + 'directoryitemsemantic' => { 498 => [\'Directory','DirectoryItemSemantic'] }, + 'directoryitemuri' => { 498 => [\'Directory','DirectoryItemURI'] }, + 'directorynumber' => { 218 => 0x3, 414 => 0x12 }, + 'disableautocreation' => { 497 => 'DisableAutoCreation' }, + 'disablesuggestedaction' => { 497 => 'DisableSuggestedAction' }, + 'disclaimer' => { 339 => 'Disclaimer' }, + 'discnumber' => { 544 => 'discNumber' }, + 'dishtype' => { 536 => 'dishType' }, + 'disknumber' => { 403 => 'disk' }, + 'dispbutton' => { 250 => 0x7d4, 322 => 0x2ab }, + 'displayallafpoints' => { 89 => 0x514 }, 'displayaperture' => { 36 => 0x23 }, - 'displayedunitsx' => { 400 => 0x2 }, - 'displayedunitsy' => { 400 => 0x6 }, - 'displayname' => { 404 => 'displayname', 532 => 'displayName' }, - 'distance1' => { 144 => 0x28 }, - 'distance2' => { 144 => 0x2c }, - 'distance3' => { 144 => 0x30 }, - 'distance4' => { 144 => 0x34 }, - 'distortion' => { 424 => 0xa050 }, - 'distortioncompensation' => { 488 => 0x8040 }, - 'distortioncontrol' => { 269 => 0x10 }, - 'distortioncorrection' => { 82 => 0x3, 107 => 0x20705, 113 => 0x67, 123 => 0x7036, 215 => 0x4, 325 => 0x50b, 353 => '7.1', 374 => 0x0, 482 => 0x601, 483 => 0x5b }, - 'distortioncorrection2' => { 329 => 0x1011 }, - 'distortioncorrectionalreadyapplied' => { 511 => 'DistortionCorrectionAlreadyApplied' }, - 'distortioncorrectionon' => { 107 => '0x20705.0', 113 => 0x63 }, - 'distortioncorrectionsetting' => { 83 => 0x7, 451 => 0x2013 }, - 'distortioncorrectionvalue' => { 82 => 0x9 }, - 'distortioncorrectionversion' => { 215 => 0x0 }, - 'distortioncorrparams' => { 123 => 0x7037, 461 => 0x1a23, 464 => 0x1870, 466 => 0x189c, 467 => 0x18cc, 468 => 0x17d0, 482 => 0x6ca, 483 => 0x64 }, - 'distortioncorrparamsnumber' => { 464 => 0x1899, 466 => 0x18c5, 467 => 0x18f5, 468 => 0x17f9 }, - 'distortioncorrparamspresent' => { 464 => 0x1898, 466 => 0x18c4, 467 => 0x18f4, 468 => 0x17f8, 470 => 0x10b, 471 => 0x10b, 482 => 0x600, 483 => 0x5a }, - 'distortioneffect' => { 107 => 0x20709 }, - 'distortionn' => { 353 => 0xc }, - 'distortionparam02' => { 353 => 0x2 }, - 'distortionparam04' => { 353 => 0x4 }, - 'distortionparam08' => { 353 => 0x8 }, - 'distortionparam09' => { 353 => 0x9 }, - 'distortionparam11' => { 353 => 0xb }, - 'distortionscale' => { 353 => 0x5 }, - 'distributor' => { 533 => 'distributor' }, - 'distributorproductid' => { 532 => 'distributorProductID' }, - 'dloon' => { 107 => '0x20706.0', 113 => 0xdc }, - 'dlosetting' => { 107 => 0x20706, 113 => 0xdd }, - 'dlosettingapplied' => { 106 => 0x4 }, - 'dloshootingdistance' => { 113 => 0xde }, - 'dloversion' => { 106 => 0x5 }, - 'dmcomment' => { 543 => 'comment' }, - 'dmdithermatrix' => { 142 => 0xc7a }, - 'dmdithermatrixheight' => { 142 => 0xc7c }, - 'dmdithermatrixwidth' => { 142 => 0xc7b }, - 'dngadobedata' => { 123 => 0xc634 }, - 'dngbackwardversion' => { 123 => 0xc613 }, - 'dngignoresidecars' => { 514 => 'DNGIgnoreSidecars', 516 => 'DNGIgnoreSidecars' }, - 'dnglensinfo' => { 123 => 0xc630 }, - 'dngprivatedata' => { 123 => 0xc634 }, - 'dngversion' => { 123 => 0xc612 }, - 'document' => { 338 => 'Document' }, - 'documentancestors' => { 531 => 'DocumentAncestors' }, - 'documenthistory' => { 135 => 0xe7 }, - 'documentid' => { 544 => 'DocumentID' }, - 'documentname' => { 123 => 0x10d }, - 'documentnotes' => { 135 => 0xe6 }, - 'doi' => { 533 => 'doi' }, - 'dopesheet' => { 528 => 'Dopesheet' }, - 'dopesheetlink' => { 528 => 'DopesheetLink' }, - 'dopesheetlinklink' => { 528 => [\'DopesheetLink','DopesheetLinkLink'] }, - 'dopesheetlinklinkqualifier' => { 528 => [\'DopesheetLink','DopesheetLinkLinkQualifier'] }, - 'doublingmicrovolts' => { 142 => 0xc82 }, - 'dpp' => { 509 => 'dpp' }, - 'dprawbokehshift' => { 107 => 0x20b20 }, - 'dprawbokehshiftarea' => { 107 => 0x20b21 }, - 'dprawghostingreductionarea' => { 107 => 0x20b30 }, - 'dprawmicroadjustbackfront' => { 107 => 0x20b10 }, - 'dprawmicroadjuststrength' => { 107 => 0x20b12 }, - 'dr4cameramodel' => { 108 => 0x3 }, - 'drangepriority' => { 131 => 0x1443 }, - 'drangepriorityauto' => { 131 => 0x1444 }, - 'drangepriorityfixed' => { 131 => 0x1445 }, - 'drivemode' => { 117 => 0x3103, 129 => '0.1', 185 => 0x6, 188 => 0x1e, 191 => 0xe, 195 => 0x64d0, 325 => 0x600, 385 => 0x34, 417 => 0x1002, 427 => 0x3, 437 => 0x4, 438 => 0x7e, 439 => 0x34 }, - 'drivemode2' => { 188 => 0xa, 365 => 0x7, 448 => 0xe, 456 => 0x1 }, - 'drivemodesetting' => { 439 => 0x4 }, - 'drivespeed' => { 129 => '0.2' }, - 'dspfirmwareversion' => { 385 => 0x27 }, - 'dualpixelraw' => { 65 => 0xb }, - 'duration' => { 70 => 0x6a, 159 => 'Duration', 173 => 'Duration', 535 => 'duration', 543 => 'duration' }, - 'durationscale' => { 543 => [\'duration','durationScale'] }, - 'durationvalue' => { 543 => [\'duration','durationValue'] }, - 'dustremovaldata' => { 67 => 0x97 }, - 'dxcropalert' => { 245 => 0x250, 246 => 0x250, 247 => 0x23c, 248 => 0x250, 249 => 0x250 }, - 'dynamicafarea' => { 305 => '1.4', 314 => '1.4' }, - 'dynamicafareasize' => { 245 => 0x254, 246 => 0x254, 247 => 0x240, 248 => 0x254, 249 => 0x254 }, - 'dynamicareaafassist' => { 321 => 0x18, 322 => 0x18, 323 => 0x18 }, - 'dynamicareaafdisplay' => { 306 => '46.1', 308 => '47.1', 309 => '47.1', 318 => '47.1', 319 => '47.1' }, - 'dynamicrange' => { 131 => 0x1400 }, - 'dynamicrangeboost' => { 349 => 0xee }, - 'dynamicrangeexpansion' => { 385 => 0x69, 417 => 0x100e }, - 'dynamicrangemax' => { 112 => 0x7c }, - 'dynamicrangemin' => { 112 => 0x7a }, - 'dynamicrangeoptimizer' => { 188 => 0x15, 451 => [0xb025,0xb04f], 460 => 0x1144, 461 => [0x1144,0x324], 462 => [0x1120,0x300], 463 => [0x119c,0x37c], 464 => [0x1178,0x328], 465 => [0x1030,0x50], 466 => [0x228,0x50], 467 => [0x228,0x50], 468 => [0x21b,0x4e] }, - 'dynamicrangeoptimizerbracket' => { 448 => 0x2e }, - 'dynamicrangeoptimizerlevel' => { 437 => 0x19, 438 => 0x17, 439 => 0xd, 448 => 0x79, 456 => 0x5 }, - 'dynamicrangeoptimizermode' => { 191 => 0x15, 437 => 0x18, 438 => 0x16, 448 => [0x77,0x15] }, - 'dynamicrangeoptimizersetting' => { 188 => 0x27, 439 => 0xc, 456 => 0x4 }, - 'dynamicrangesetting' => { 131 => 0x1402 }, - 'e-dialinprogram' => { 365 => '1.3' }, - 'earliestageorloweststage' => { 122 => [\'GeologicalContext','GeologicalContextEarliestAgeOrLowestStage'] }, - 'earliesteonorlowesteonothem' => { 122 => [\'GeologicalContext','GeologicalContextEarliestEonOrLowestEonothem'] }, - 'earliestepochorlowestseries' => { 122 => [\'GeologicalContext','GeologicalContextEarliestEpochOrLowestSeries'] }, - 'earliesteraorlowesterathem' => { 122 => [\'GeologicalContext','GeologicalContextEarliestEraOrLowestErathem'] }, - 'earliestperiodorlowestsystem' => { 122 => [\'GeologicalContext','GeologicalContextEarliestPeriodOrLowestSystem'] }, - 'earthpos' => { 492 => 'EarthPos' }, - 'earthposaltitude' => { 492 => [\'EarthPos','EarthPosAltitude'] }, - 'earthposlatitude' => { 492 => [\'EarthPos','EarthPosLatitude'] }, - 'earthposlongitude' => { 492 => [\'EarthPos','EarthPosLongitude'] }, - 'earthposrotationw' => { 492 => [\'EarthPos','EarthPosRotationW'] }, - 'earthposrotationx' => { 492 => [\'EarthPos','EarthPosRotationX'] }, - 'earthposrotationy' => { 492 => [\'EarthPos','EarthPosRotationY'] }, - 'earthposrotationz' => { 492 => [\'EarthPos','EarthPosRotationZ'] }, - 'earthpostimestamp' => { 492 => [\'EarthPos','EarthPosTimestamp'] }, - 'easyexposurecomp' => { 320 => '6.1' }, - 'easyexposurecompensation' => { 305 => '6.4', 306 => '6.5', 308 => '6.3', 309 => '6.3', 313 => '5.1', 314 => '4.4', 315 => '5.2', 318 => '6.3', 319 => '6.3', 321 => 0x1d, 322 => 0x1d, 323 => 0x1d }, + 'displayedunitsx' => { 401 => 0x2 }, + 'displayedunitsy' => { 401 => 0x6 }, + 'displayname' => { 405 => 'displayname', 533 => 'displayName' }, + 'distance1' => { 145 => 0x28 }, + 'distance2' => { 145 => 0x2c }, + 'distance3' => { 145 => 0x30 }, + 'distance4' => { 145 => 0x34 }, + 'distortion' => { 425 => 0xa050 }, + 'distortioncompensation' => { 489 => 0x8040 }, + 'distortioncontrol' => { 270 => 0x10 }, + 'distortioncorrection' => { 83 => 0x3, 108 => 0x20705, 114 => 0x67, 124 => 0x7036, 216 => 0x4, 326 => 0x50b, 354 => '7.1', 375 => 0x0, 483 => 0x601, 484 => 0x5b }, + 'distortioncorrection2' => { 330 => 0x1011 }, + 'distortioncorrectionalreadyapplied' => { 512 => 'DistortionCorrectionAlreadyApplied' }, + 'distortioncorrectionon' => { 108 => '0x20705.0', 114 => 0x63 }, + 'distortioncorrectionsetting' => { 84 => 0x7, 452 => 0x2013 }, + 'distortioncorrectionvalue' => { 83 => 0x9 }, + 'distortioncorrectionversion' => { 216 => 0x0 }, + 'distortioncorrparams' => { 124 => 0x7037, 462 => 0x1a23, 465 => 0x1870, 467 => 0x189c, 468 => 0x18cc, 469 => 0x17d0, 483 => 0x6ca, 484 => 0x64 }, + 'distortioncorrparamsnumber' => { 465 => 0x1899, 467 => 0x18c5, 468 => 0x18f5, 469 => 0x17f9 }, + 'distortioncorrparamspresent' => { 465 => 0x1898, 467 => 0x18c4, 468 => 0x18f4, 469 => 0x17f8, 471 => 0x10b, 472 => 0x10b, 483 => 0x600, 484 => 0x5a }, + 'distortioneffect' => { 108 => 0x20709 }, + 'distortionn' => { 354 => 0xc }, + 'distortionparam02' => { 354 => 0x2 }, + 'distortionparam04' => { 354 => 0x4 }, + 'distortionparam08' => { 354 => 0x8 }, + 'distortionparam09' => { 354 => 0x9 }, + 'distortionparam11' => { 354 => 0xb }, + 'distortionscale' => { 354 => 0x5 }, + 'distributor' => { 534 => 'distributor' }, + 'distributorproductid' => { 533 => 'distributorProductID' }, + 'dloon' => { 108 => '0x20706.0', 114 => 0xdc }, + 'dlosetting' => { 108 => 0x20706, 114 => 0xdd }, + 'dlosettingapplied' => { 107 => 0x4 }, + 'dloshootingdistance' => { 114 => 0xde }, + 'dloversion' => { 107 => 0x5 }, + 'dmcomment' => { 544 => 'comment' }, + 'dmdithermatrix' => { 143 => 0xc7a }, + 'dmdithermatrixheight' => { 143 => 0xc7c }, + 'dmdithermatrixwidth' => { 143 => 0xc7b }, + 'dngadobedata' => { 124 => 0xc634 }, + 'dngbackwardversion' => { 124 => 0xc613 }, + 'dngignoresidecars' => { 515 => 'DNGIgnoreSidecars', 517 => 'DNGIgnoreSidecars' }, + 'dnglensinfo' => { 124 => 0xc630 }, + 'dngprivatedata' => { 124 => 0xc634 }, + 'dngversion' => { 124 => 0xc612 }, + 'document' => { 339 => 'Document' }, + 'documentancestors' => { 532 => 'DocumentAncestors' }, + 'documenthistory' => { 136 => 0xe7 }, + 'documentid' => { 545 => 'DocumentID' }, + 'documentname' => { 124 => 0x10d }, + 'documentnotes' => { 136 => 0xe6 }, + 'doi' => { 534 => 'doi' }, + 'dopesheet' => { 529 => 'Dopesheet' }, + 'dopesheetlink' => { 529 => 'DopesheetLink' }, + 'dopesheetlinklink' => { 529 => [\'DopesheetLink','DopesheetLinkLink'] }, + 'dopesheetlinklinkqualifier' => { 529 => [\'DopesheetLink','DopesheetLinkLinkQualifier'] }, + 'doublingmicrovolts' => { 143 => 0xc82 }, + 'dpp' => { 510 => 'dpp' }, + 'dprawbokehshift' => { 108 => 0x20b20 }, + 'dprawbokehshiftarea' => { 108 => 0x20b21 }, + 'dprawghostingreductionarea' => { 108 => 0x20b30 }, + 'dprawmicroadjustbackfront' => { 108 => 0x20b10 }, + 'dprawmicroadjuststrength' => { 108 => 0x20b12 }, + 'dr4cameramodel' => { 109 => 0x3 }, + 'drangepriority' => { 132 => 0x1443 }, + 'drangepriorityauto' => { 132 => 0x1444 }, + 'drangepriorityfixed' => { 132 => 0x1445 }, + 'drivemode' => { 118 => 0x3103, 130 => '0.1', 186 => 0x6, 189 => 0x1e, 192 => 0xe, 196 => 0x64d0, 326 => 0x600, 386 => 0x34, 418 => 0x1002, 428 => 0x3, 438 => 0x4, 439 => 0x7e, 440 => 0x34 }, + 'drivemode2' => { 189 => 0xa, 366 => 0x7, 449 => 0xe, 457 => 0x1 }, + 'drivemodesetting' => { 440 => 0x4 }, + 'drivespeed' => { 130 => '0.2' }, + 'dspfirmwareversion' => { 386 => 0x27 }, + 'dualpixelraw' => { 66 => 0xb }, + 'duration' => { 71 => 0x6a, 160 => 'Duration', 174 => 'Duration', 536 => 'duration', 544 => 'duration' }, + 'durationscale' => { 544 => [\'duration','durationScale'] }, + 'durationvalue' => { 544 => [\'duration','durationValue'] }, + 'dustremovaldata' => { 68 => 0x97 }, + 'dxcropalert' => { 246 => 0x250, 247 => 0x250, 248 => 0x23c, 249 => 0x250, 250 => 0x250 }, + 'dynamicafarea' => { 306 => '1.4', 315 => '1.4' }, + 'dynamicafareasize' => { 246 => 0x254, 247 => 0x254, 248 => 0x240, 249 => 0x254, 250 => 0x254 }, + 'dynamicareaafassist' => { 322 => 0x18, 323 => 0x18, 324 => 0x18 }, + 'dynamicareaafdisplay' => { 307 => '46.1', 309 => '47.1', 310 => '47.1', 319 => '47.1', 320 => '47.1' }, + 'dynamicrange' => { 132 => 0x1400 }, + 'dynamicrangeboost' => { 350 => 0xee }, + 'dynamicrangeexpansion' => { 386 => 0x69, 418 => 0x100e }, + 'dynamicrangemax' => { 113 => 0x7c }, + 'dynamicrangemin' => { 113 => 0x7a }, + 'dynamicrangeoptimizer' => { 189 => 0x15, 452 => [0xb025,0xb04f], 461 => 0x1144, 462 => [0x1144,0x324], 463 => [0x1120,0x300], 464 => [0x119c,0x37c], 465 => [0x1178,0x328], 466 => [0x1030,0x50], 467 => [0x228,0x50], 468 => [0x228,0x50], 469 => [0x21b,0x4e] }, + 'dynamicrangeoptimizerbracket' => { 449 => 0x2e }, + 'dynamicrangeoptimizerlevel' => { 438 => 0x19, 439 => 0x17, 440 => 0xd, 449 => 0x79, 457 => 0x5 }, + 'dynamicrangeoptimizermode' => { 192 => 0x15, 438 => 0x18, 439 => 0x16, 449 => [0x77,0x15] }, + 'dynamicrangeoptimizersetting' => { 189 => 0x27, 440 => 0xc, 457 => 0x4 }, + 'dynamicrangesetting' => { 132 => 0x1402 }, + 'e-dialinprogram' => { 366 => '1.3' }, + 'earliestageorloweststage' => { 123 => [\'GeologicalContext','GeologicalContextEarliestAgeOrLowestStage'] }, + 'earliesteonorlowesteonothem' => { 123 => [\'GeologicalContext','GeologicalContextEarliestEonOrLowestEonothem'] }, + 'earliestepochorlowestseries' => { 123 => [\'GeologicalContext','GeologicalContextEarliestEpochOrLowestSeries'] }, + 'earliesteraorlowesterathem' => { 123 => [\'GeologicalContext','GeologicalContextEarliestEraOrLowestErathem'] }, + 'earliestperiodorlowestsystem' => { 123 => [\'GeologicalContext','GeologicalContextEarliestPeriodOrLowestSystem'] }, + 'earthpos' => { 493 => 'EarthPos' }, + 'earthposaltitude' => { 493 => [\'EarthPos','EarthPosAltitude'] }, + 'earthposlatitude' => { 493 => [\'EarthPos','EarthPosLatitude'] }, + 'earthposlongitude' => { 493 => [\'EarthPos','EarthPosLongitude'] }, + 'earthposrotationw' => { 493 => [\'EarthPos','EarthPosRotationW'] }, + 'earthposrotationx' => { 493 => [\'EarthPos','EarthPosRotationX'] }, + 'earthposrotationy' => { 493 => [\'EarthPos','EarthPosRotationY'] }, + 'earthposrotationz' => { 493 => [\'EarthPos','EarthPosRotationZ'] }, + 'earthpostimestamp' => { 493 => [\'EarthPos','EarthPosTimestamp'] }, + 'easyexposurecomp' => { 321 => '6.1' }, + 'easyexposurecompensation' => { 306 => '6.4', 307 => '6.5', 309 => '6.3', 310 => '6.3', 314 => '5.1', 315 => '4.4', 316 => '5.2', 319 => '6.3', 320 => '6.3', 322 => 0x1d, 323 => 0x1d, 324 => 0x1d }, 'easymode' => { 36 => 0xb }, - 'edgemapslope' => { 142 => 0x930 }, - 'edgemapx1' => { 142 => 0x931 }, - 'edgemapx2' => { 142 => 0x932 }, - 'edgemapx3' => { 142 => 0x934 }, - 'edgemapx4' => { 142 => 0x935 }, - 'edgenoisereduction' => { 299 => 0x4, 488 => 0x8028 }, - 'edit1' => { 410 => "\xa9ed1" }, - 'edit2' => { 410 => "\xa9ed2" }, - 'edit3' => { 410 => "\xa9ed3" }, - 'edit4' => { 410 => "\xa9ed4" }, - 'edit5' => { 410 => "\xa9ed5" }, - 'edit6' => { 410 => "\xa9ed6" }, - 'edit7' => { 410 => "\xa9ed7" }, - 'edit8' => { 410 => "\xa9ed8" }, - 'edit9' => { 410 => "\xa9ed9" }, - 'edition' => { 533 => 'edition' }, - 'editorialupdate' => { 135 => 0x8 }, - 'editstatus' => { 135 => 0x7, 397 => 'EditStatus', 509 => 'EditStatus' }, - 'editversionname' => { 298 => 0x3d136244 }, - 'effectivelv' => { 385 => 0x2d }, - 'effectivemaxaperture' => { 233 => 0x12, 234 => 0x13, 238 => 0x14 }, - 'eissn' => { 533 => 'eIssn' }, - 'electricalblackcolumns' => { 142 => 0x1810 }, - 'electronicfront-curtainshutter' => { 308 => '5.2', 309 => '5.2', 318 => '5.3', 319 => '5.2' }, - 'electronicfrontcurtainshutter' => { 451 => 0x201a }, - 'elevation' => { 169 => 'Elevation' }, - 'email' => { 161 => 'EMail' }, - 'embargodate' => { 536 => 'embargoDate' }, - 'embdencrightsexpr' => { 528 => 'EmbdEncRightsExpr' }, - 'embeddedencodedrightsexpr' => { 528 => [\'EmbdEncRightsExpr','EmbdEncRightsExprEncRightsExpr'] }, - 'embeddedencodedrightsexprlangid' => { 528 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprLangId'] }, - 'embeddedencodedrightsexprtype' => { 528 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprEncType'] }, - 'embeddedxmpdigest' => { 531 => 'EmbeddedXMPDigest' }, - 'emissivity' => { 125 => 0x3 }, - 'emptyslotrelease' => { 245 => 0x723, 246 => 0x733, 247 => 0x625, 248 => 0x655, 249 => 0x6bd }, - 'enablechromanoisereduction' => { 142 => 0xe6e }, - 'enablesharpening' => { 142 => 0x92e }, - 'encodedby' => { 183 => 'WM/EncodedBy', 402 => "\xa9enc" }, - 'encodedwith' => { 404 => 'Encoded_With' }, - 'encoder' => { 402 => "\xa9too", 404 => 'encoder', 410 => "\xa9too" }, - 'encoderid' => { 410 => "\xa9enc" }, - 'encodingtime' => { 183 => 'WM/EncodingTime' }, - 'encryptionkey' => { 424 => 0xa020 }, - 'endingpage' => { 533 => 'endingPage' }, - 'enduser' => { 335 => 'EndUser' }, - 'enduserid' => { 335 => [\'EndUser','EndUserEndUserID'] }, - 'endusername' => { 335 => [\'EndUser','EndUserEndUserName'] }, - 'energysavingmode' => { 245 => 0x746, 246 => 0x756, 247 => 0x648, 248 => 0x678, 249 => 0x6e0 }, - 'engineer' => { 543 => 'engineer' }, - 'enhancedarktones' => { 291 => 0x8 }, - 'enhancedenoisealreadyapplied' => { 511 => 'EnhanceDenoiseAlreadyApplied' }, - 'enhancedenoiselumaamount' => { 511 => 'EnhanceDenoiseLumaAmount' }, - 'enhancedenoiseversion' => { 511 => 'EnhanceDenoiseVersion' }, - 'enhancedetailsalreadyapplied' => { 511 => 'EnhanceDetailsAlreadyApplied' }, - 'enhancedetailsversion' => { 511 => 'EnhanceDetailsVersion' }, - 'enhancement' => { 116 => 0x16, 117 => 0x3016 }, - 'enhanceparams' => { 123 => 0xc7ee }, - 'enhancer' => { 329 => 0x300 }, - 'enhancervalues' => { 329 => 0x301 }, - 'enhancesuperresolutionalreadyapplied' => { 511 => 'EnhanceSuperResolutionAlreadyApplied' }, - 'enhancesuperresolutionscale' => { 511 => 'EnhanceSuperResolutionScale' }, - 'enhancesuperresolutionversion' => { 511 => 'EnhanceSuperResolutionVersion' }, - 'envelopenumber' => { 136 => 0x28 }, - 'envelopepriority' => { 136 => 0x3c }, - 'enveloperecordversion' => { 136 => 0x0 }, - 'episode' => { 528 => 'Episode' }, - 'episodeglobaluniqueid' => { 402 => 'egid' }, - 'episodeidentifier' => { 528 => [\'Episode','EpisodeIdentifier'] }, - 'episodename' => { 528 => [\'Episode','EpisodeName'] }, - 'episodenumber' => { 528 => [\'Episode','EpisodeNumber'] }, - 'epsonimageheight' => { 330 => 0x20c }, - 'epsonimagewidth' => { 330 => 0x20b }, - 'epsonsoftware' => { 330 => 0x20d }, - 'equipmentinstitution' => { 491 => 'EquipmentInstitution' }, - 'equipmentmanufacturer' => { 491 => 'EquipmentManufacturer' }, - 'equipmentversion' => { 326 => 0x0 }, - 'ettlii' => { 88 => 0x304, 89 => 0xd, 90 => 0xe, 91 => 0x7, 92 => 0x7, 93 => 0xe }, - 'event' => { 494 => 'Event', 507 => 'Event', 528 => 'Event', 533 => 'event' }, - 'eventalias' => { 532 => 'eventAlias' }, - 'eventdate' => { 122 => [\'Event','EventEventDate'] }, - 'eventday' => { 122 => [\'Event','EventDay'] }, - 'eventearliestdate' => { 122 => [\'Event','EventEarliestDate'] }, - 'eventend' => { 532 => 'eventEnd' }, - 'eventenddayofyear' => { 122 => [\'Event','EventEndDayOfYear'] }, - 'eventfieldnotes' => { 122 => [\'Event','EventFieldNotes'] }, - 'eventfieldnumber' => { 122 => [\'Event','EventFieldNumber'] }, - 'eventhabitat' => { 122 => [\'Event','EventHabitat'] }, - 'eventid' => { 122 => [\'Event','EventEventID'], 528 => 'EventId' }, - 'eventlatestdate' => { 122 => [\'Event','EventLatestDate'] }, - 'eventmonth' => { 122 => [\'Event','EventMonth'] }, - 'eventnumber' => { 411 => 0x9, 412 => 0x37, 413 => 0x3a }, - 'eventparenteventid' => { 122 => [\'Event','EventParentEventID'] }, - 'eventremarks' => { 122 => [\'Event','EventEventRemarks'] }, - 'eventsamplesizeunit' => { 122 => [\'Event','EventSampleSizeUnit'] }, - 'eventsamplesizevalue' => { 122 => [\'Event','EventSampleSizeValue'] }, - 'eventsamplingeffort' => { 122 => [\'Event','EventSamplingEffort'] }, - 'eventsamplingprotocol' => { 122 => [\'Event','EventSamplingProtocol'] }, - 'eventstart' => { 532 => 'eventStart' }, - 'eventstartdayofyear' => { 122 => [\'Event','EventStartDayOfYear'] }, - 'eventsubtype' => { 532 => 'eventSubtype' }, - 'eventtime' => { 122 => [\'Event','EventEventTime'] }, - 'eventtype' => { 532 => 'eventType' }, - 'eventverbatimeventdate' => { 122 => [\'Event','EventVerbatimEventDate'] }, - 'eventyear' => { 122 => [\'Event','EventYear'] }, - 'evfgrid' => { 321 => 0x165, 322 => 0x165, 323 => 0x17d }, - 'evfimageframe' => { 321 => 0x164, 322 => 0x164, 323 => 0x17c }, - 'evfreleaseindicator' => { 321 => 0x24f, 322 => 0x24f, 323 => 0x267 }, - 'evfwarmdisplaybrightness' => { 321 => 0x24d, 322 => 0x24d, 323 => 0x265 }, - 'evfwarmdisplaymode' => { 321 => 0x24b, 322 => 0x24b, 323 => 0x263 }, - 'evsteps' => { 365 => '1.2', 367 => 0x0 }, - 'evstepsize' => { 310 => '5.1', 311 => '6.1', 312 => '6.1', 316 => '0.7' }, - 'exclusivecoverage' => { 504 => 'ExclusiveCoverage' }, - 'exclusivityenddate' => { 536 => 'exclusivityEndDate' }, - 'excursiontolerance' => { 137 => 0x82 }, - 'executiveproducer' => { 402 => "\xa9xpd" }, - 'exif' => { 124 => 'EXIF' }, - 'exifbyteorder' => { 124 => 'ExifByteOrder' }, - 'exifcamerainfo' => { 135 => 0xe8 }, - 'exifimageheight' => { 123 => 0xa003, 520 => 'PixelYDimension' }, - 'exifimagewidth' => { 123 => 0xa002, 520 => 'PixelXDimension' }, - 'exifunicodebyteorder' => { 124 => 'ExifUnicodeByteOrder' }, - 'exifversion' => { 123 => 0x9000, 520 => 'ExifVersion' }, - 'exitpupilposition' => { 233 => 0x4, 234 => 0x4, 238 => 0x4 }, - 'expirationdate' => { 135 => 0x25, 536 => 'expirationDate' }, - 'expirationtime' => { 135 => 0x26 }, - 'exposure' => { 123 => 0xfe51, 514 => 'Exposure', 516 => 'Exposure' }, - 'exposure2012' => { 514 => 'Exposure2012', 516 => 'Exposure2012' }, - 'exposureadj' => { 296 => 0x0 }, - 'exposureadj2' => { 296 => 0x12 }, - 'exposureadjust' => { 427 => 0xc }, - 'exposurebracketingindicatorlast' => { 188 => 0x52 }, - 'exposurebracketshotnumber' => { 191 => 0x2d, 448 => 0x2f }, - 'exposurebracketstepsize' => { 365 => 0x8 }, - 'exposurebracketvalue' => { 240 => 0x19 }, - 'exposurecompautocancel' => { 88 => 0x113 }, - 'exposurecompensation' => { 80 => 0x6, 97 => 0x0, 123 => 0x9204, 144 => 0x24, 160 => 'ExposureComp', 180 => 'ExposureCompensation', 185 => 0xd, 186 => 0x53, 187 => 0x1e, 191 => 0x49c0, 330 => 0x1006, 385 => 0x16, 394 => 0x402, 424 => 0xa013, 427 => [0xc,0x35,0x4d], 460 => 0x114c, 461 => 0x114c, 462 => 0x1128, 464 => 0x1180, 465 => 0x1038, 466 => 0x230, 467 => 0x230, 468 => 0x223, 520 => 'ExposureBiasValue' }, - 'exposurecompensation2' => { 456 => [0x24,0x26,0x2a] }, - 'exposurecompensationbutton' => { 249 => 0x794 }, - 'exposurecompensationmode' => { 188 => 0x47, 191 => 0x2a }, - 'exposurecompensationset' => { 437 => 0x3, 438 => 0x3, 439 => 0x3, 456 => 0x1e }, - 'exposurecompensationsetting' => { 188 => 0x1 }, - 'exposurecompstepsize' => { 305 => '6.3', 306 => '7.3', 308 => '7.3', 309 => '7.3', 314 => '4.3', 318 => '7.3', 319 => '7.3' }, - 'exposurecontrolstep' => { 313 => '6.1', 315 => '6.1' }, - 'exposurecontrolstepsize' => { 305 => '6.2', 306 => '7.1', 308 => '7.1', 309 => '7.1', 314 => '4.2', 318 => '7.1', 319 => '7.1', 320 => '7.1', 321 => 0x1b, 322 => 0x1b, 323 => 0x1b }, - 'exposurecount' => { 131 => 0x1032 }, - 'exposuredelay' => { 249 => 0x800, 321 => 0x2f1 }, - 'exposuredelaymode' => { 305 => '10.1', 306 => '11.1', 308 => '11.1', 309 => '11.1', 310 => '9.1', 311 => '10.1', 312 => '10.1', 314 => '10.4', 315 => '10.1', 316 => '6.4', 318 => '11.1', 319 => '11.1', 320 => '11.2' }, - 'exposuredifference' => { 240 => 0xe }, - 'exposuregaincustom' => { 142 => 0x89c }, - 'exposuregaindaylight' => { 142 => 0x898 }, - 'exposuregainflash' => { 142 => 0x89b }, - 'exposuregainfluorescent' => { 142 => 0x89a }, - 'exposuregaintungsten' => { 142 => 0x899 }, - 'exposureindex' => { 123 => 0xa215, 520 => 'ExposureIndex' }, - 'exposureindicator' => { 188 => 0x50 }, - 'exposurelevelincrements' => { 86 => 0x6, 87 => 0x6, 88 => 0x101, 89 => 0x5, 90 => 0x6, 91 => 0x5, 92 => 0x5, 93 => 0x6, 94 => 0x4, 437 => 0x58, 438 => 0x58 }, - 'exposurelockused' => { 502 => 'ExposureLockUsed' }, - 'exposuremode' => { 123 => 0xa402, 160 => 'ExposureMode', 185 => 0x1, 186 => 0xa, 187 => 0x0, 188 => 0x0, 191 => 0x34, 325 => 0x200, 346 => 0x40d, 427 => 0x8, 451 => 0xb041, 520 => 'ExposureMode' }, - 'exposuremodeinmanual' => { 88 => 0x10b }, - 'exposureprogram' => { 123 => 0x8822, 417 => 0x1001, 430 => [0x17e,0x43], 437 => 0x3c, 438 => 0x3c, 439 => 0x5, 443 => 0x14, 448 => 0x3f, 456 => 0x2, 460 => 0x1175, 461 => 0x1179, 462 => 0x1155, 463 => 0x11d1, 464 => 0x11ad, 465 => 0x1065, 466 => 0x25d, 467 => 0x25d, 468 => 0x24c, 479 => 0xb, 480 => 0xc, 481 => 0xb, 483 => 0x48, 520 => 'ExposureProgram' }, - 'exposureshift' => { 325 => 0x203 }, - 'exposurestandardadjustment' => { 451 => 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, 31 => 0x6, 32 => 0x7, 80 => 0x16, 123 => 0x829a, 141 => 0xfd05, 144 => 0x20, 146 => 0xfa24, 148 => 0xf104, 151 => 0x12, 153 => 0x38, 155 => 0x14, 156 => 0x10, 158 => 0x10, 160 => 'ExposureTime', 185 => 0x9, 186 => 0x35, 187 => 0x48, 188 => 0x8, 191 => 0x49b8, 385 => 0x12, 424 => 0xa018, 427 => [0x32,0x4a], 437 => 0x0, 438 => 0x0, 456 => [0x21,0x23,0x27], 483 => 0x10, 520 => 'ExposureTime' }, - 'exposuretime2' => { 427 => [0x33,0x4b] }, - 'exposuretuning' => { 240 => 0x1c }, - 'exposurevalue' => { 142 => 0x3 }, - 'exposurewarning' => { 131 => 0x1302 }, - 'exrauto' => { 131 => 0x1033 }, - 'exrmode' => { 131 => 0x1034 }, - 'extdescraccessibility' => { 527 => 'ExtDescrAccessibility' }, - 'extendedmenubanks' => { 245 => 0x120, 246 => 0x120, 247 => 0x114, 248 => 0x124, 249 => 0x124 }, - 'extendedshutterspeeds' => { 321 => 0x102, 322 => 0x102, 323 => 0x118 }, - 'extendedwbdetect' => { 325 => 0x902 }, - 'extender' => { 326 => 0x301 }, - 'extenderfirmwareversion' => { 326 => 0x304 }, - 'extendermagnification' => { 162 => 'Magnification' }, - 'extendermake' => { 162 => 'Make' }, - 'extendermodel' => { 162 => 'Model', 326 => 0x303 }, - 'extenderserialnumber' => { 162 => 'SerialNumber', 326 => 0x302 }, - 'extenderstatus' => { 382 => 0x3 }, - 'externalflash' => { 328 => 0x1201 }, - 'externalflashae1' => { 330 => 0x101f }, - 'externalflashae1_0' => { 330 => 0x101b }, - 'externalflashae2' => { 330 => 0x1020 }, - 'externalflashae2_0' => { 330 => 0x101c }, - 'externalflashbounce' => { 328 => 0x1204, 330 => 0x1026, 372 => 0x1a }, - 'externalflashcompensation' => { 220 => 0x1b }, - 'externalflashexposurecomp' => { 240 => 0x17, 372 => 0x19 }, - 'externalflashfirmware' => { 218 => 0x6, 219 => 0x6, 220 => 0x6, 221 => 0x6, 222 => 0x6, 223 => 0x6 }, - 'externalflashflags' => { 218 => 0x8, 219 => 0x8, 220 => 0x8, 221 => 0x8, 223 => 0x8 }, - 'externalflashguidenumber' => { 328 => 0x1203, 372 => '24.1' }, - 'externalflashgvalue' => { 330 => 0x1025 }, - 'externalflashmode' => { 330 => 0x1028, 372 => 0x2 }, - 'externalflashreadystate' => { 222 => '9.1' }, - 'externalflashstatus' => { 222 => '8.2' }, - 'externalflashzoom' => { 328 => 0x1205, 330 => 0x1027 }, - 'externalflashzoomoverride' => { 222 => '8.1' }, - 'externalmetadatalink' => { 528 => 'ExternalMetadataLink' }, - 'externalsensorbrightnessvalue' => { 344 => 0x311, 347 => 0x311, 348 => 0x311, 351 => 0x3408 }, - 'extrainfoversion' => { 441 => 0x1a }, + 'edgemapslope' => { 143 => 0x930 }, + 'edgemapx1' => { 143 => 0x931 }, + 'edgemapx2' => { 143 => 0x932 }, + 'edgemapx3' => { 143 => 0x934 }, + 'edgemapx4' => { 143 => 0x935 }, + 'edgenoisereduction' => { 300 => 0x4, 489 => 0x8028 }, + 'edit1' => { 411 => "\xa9ed1" }, + 'edit2' => { 411 => "\xa9ed2" }, + 'edit3' => { 411 => "\xa9ed3" }, + 'edit4' => { 411 => "\xa9ed4" }, + 'edit5' => { 411 => "\xa9ed5" }, + 'edit6' => { 411 => "\xa9ed6" }, + 'edit7' => { 411 => "\xa9ed7" }, + 'edit8' => { 411 => "\xa9ed8" }, + 'edit9' => { 411 => "\xa9ed9" }, + 'edition' => { 534 => 'edition' }, + 'editorialupdate' => { 136 => 0x8 }, + 'editstatus' => { 136 => 0x7, 398 => 'EditStatus', 510 => 'EditStatus' }, + 'editversionname' => { 299 => 0x3d136244 }, + 'effectivelv' => { 386 => 0x2d }, + 'effectivemaxaperture' => { 234 => 0x12, 235 => 0x13, 239 => 0x14 }, + 'eissn' => { 534 => 'eIssn' }, + 'electricalblackcolumns' => { 143 => 0x1810 }, + 'electronicfront-curtainshutter' => { 309 => '5.2', 310 => '5.2', 319 => '5.3', 320 => '5.2' }, + 'electronicfrontcurtainshutter' => { 452 => 0x201a }, + 'elevation' => { 170 => 'Elevation' }, + 'email' => { 162 => 'EMail' }, + 'embargodate' => { 537 => 'embargoDate' }, + 'embdencrightsexpr' => { 529 => 'EmbdEncRightsExpr' }, + 'embeddedencodedrightsexpr' => { 529 => [\'EmbdEncRightsExpr','EmbdEncRightsExprEncRightsExpr'] }, + 'embeddedencodedrightsexprlangid' => { 529 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprLangId'] }, + 'embeddedencodedrightsexprtype' => { 529 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprEncType'] }, + 'embeddedxmpdigest' => { 532 => 'EmbeddedXMPDigest' }, + 'emissivity' => { 126 => 0x3 }, + 'emptyslotrelease' => { 246 => 0x723, 247 => 0x733, 248 => 0x625, 249 => 0x655, 250 => 0x6bd }, + 'enablechromanoisereduction' => { 143 => 0xe6e }, + 'enablesharpening' => { 143 => 0x92e }, + 'encodedby' => { 184 => 'WM/EncodedBy', 403 => "\xa9enc" }, + 'encodedwith' => { 405 => 'Encoded_With' }, + 'encoder' => { 403 => "\xa9too", 405 => 'encoder', 411 => "\xa9too" }, + 'encoderid' => { 411 => "\xa9enc" }, + 'encodingtime' => { 184 => 'WM/EncodingTime' }, + 'encryptionkey' => { 425 => 0xa020 }, + 'endingpage' => { 534 => 'endingPage' }, + 'enduser' => { 336 => 'EndUser' }, + 'enduserid' => { 336 => [\'EndUser','EndUserEndUserID'] }, + 'endusername' => { 336 => [\'EndUser','EndUserEndUserName'] }, + 'energysavingmode' => { 246 => 0x746, 247 => 0x756, 248 => 0x648, 249 => 0x678, 250 => 0x6e0 }, + 'engineer' => { 544 => 'engineer' }, + 'enhancedarktones' => { 292 => 0x8 }, + 'enhancedenoisealreadyapplied' => { 512 => 'EnhanceDenoiseAlreadyApplied' }, + 'enhancedenoiselumaamount' => { 512 => 'EnhanceDenoiseLumaAmount' }, + 'enhancedenoiseversion' => { 512 => 'EnhanceDenoiseVersion' }, + 'enhancedetailsalreadyapplied' => { 512 => 'EnhanceDetailsAlreadyApplied' }, + 'enhancedetailsversion' => { 512 => 'EnhanceDetailsVersion' }, + 'enhancement' => { 117 => 0x16, 118 => 0x3016 }, + 'enhanceparams' => { 124 => 0xc7ee }, + 'enhancer' => { 330 => 0x300 }, + 'enhancervalues' => { 330 => 0x301 }, + 'enhancesuperresolutionalreadyapplied' => { 512 => 'EnhanceSuperResolutionAlreadyApplied' }, + 'enhancesuperresolutionscale' => { 512 => 'EnhanceSuperResolutionScale' }, + 'enhancesuperresolutionversion' => { 512 => 'EnhanceSuperResolutionVersion' }, + 'envelopenumber' => { 137 => 0x28 }, + 'envelopepriority' => { 137 => 0x3c }, + 'enveloperecordversion' => { 137 => 0x0 }, + 'episode' => { 529 => 'Episode' }, + 'episodeglobaluniqueid' => { 403 => 'egid' }, + 'episodeidentifier' => { 529 => [\'Episode','EpisodeIdentifier'] }, + 'episodename' => { 529 => [\'Episode','EpisodeName'] }, + 'episodenumber' => { 529 => [\'Episode','EpisodeNumber'] }, + 'epsonimageheight' => { 331 => 0x20c }, + 'epsonimagewidth' => { 331 => 0x20b }, + 'epsonsoftware' => { 331 => 0x20d }, + 'equipmentinstitution' => { 492 => 'EquipmentInstitution' }, + 'equipmentmanufacturer' => { 492 => 'EquipmentManufacturer' }, + 'equipmentversion' => { 327 => 0x0 }, + 'ettlii' => { 89 => 0x304, 90 => 0xd, 91 => 0xe, 92 => 0x7, 93 => 0x7, 94 => 0xe }, + 'event' => { 495 => 'Event', 508 => 'Event', 529 => 'Event', 534 => 'event' }, + 'eventalias' => { 533 => 'eventAlias' }, + 'eventdate' => { 123 => [\'Event','EventEventDate'] }, + 'eventday' => { 123 => [\'Event','EventDay'] }, + 'eventearliestdate' => { 123 => [\'Event','EventEarliestDate'] }, + 'eventend' => { 533 => 'eventEnd' }, + 'eventenddayofyear' => { 123 => [\'Event','EventEndDayOfYear'] }, + 'eventfieldnotes' => { 123 => [\'Event','EventFieldNotes'] }, + 'eventfieldnumber' => { 123 => [\'Event','EventFieldNumber'] }, + 'eventhabitat' => { 123 => [\'Event','EventHabitat'] }, + 'eventid' => { 123 => [\'Event','EventEventID'], 529 => 'EventId' }, + 'eventlatestdate' => { 123 => [\'Event','EventLatestDate'] }, + 'eventmonth' => { 123 => [\'Event','EventMonth'] }, + 'eventnumber' => { 412 => 0x9, 413 => 0x37, 414 => 0x3a }, + 'eventparenteventid' => { 123 => [\'Event','EventParentEventID'] }, + 'eventremarks' => { 123 => [\'Event','EventEventRemarks'] }, + 'eventsamplesizeunit' => { 123 => [\'Event','EventSampleSizeUnit'] }, + 'eventsamplesizevalue' => { 123 => [\'Event','EventSampleSizeValue'] }, + 'eventsamplingeffort' => { 123 => [\'Event','EventSamplingEffort'] }, + 'eventsamplingprotocol' => { 123 => [\'Event','EventSamplingProtocol'] }, + 'eventstart' => { 533 => 'eventStart' }, + 'eventstartdayofyear' => { 123 => [\'Event','EventStartDayOfYear'] }, + 'eventsubtype' => { 533 => 'eventSubtype' }, + 'eventtime' => { 123 => [\'Event','EventEventTime'] }, + 'eventtype' => { 533 => 'eventType' }, + 'eventverbatimeventdate' => { 123 => [\'Event','EventVerbatimEventDate'] }, + 'eventyear' => { 123 => [\'Event','EventYear'] }, + 'evfgrid' => { 322 => 0x165, 323 => 0x165, 324 => 0x17d }, + 'evfimageframe' => { 322 => 0x164, 323 => 0x164, 324 => 0x17c }, + 'evfreleaseindicator' => { 322 => 0x24f, 323 => 0x24f, 324 => 0x267 }, + 'evfwarmdisplaybrightness' => { 322 => 0x24d, 323 => 0x24d, 324 => 0x265 }, + 'evfwarmdisplaymode' => { 322 => 0x24b, 323 => 0x24b, 324 => 0x263 }, + 'evsteps' => { 366 => '1.2', 368 => 0x0 }, + 'evstepsize' => { 311 => '5.1', 312 => '6.1', 313 => '6.1', 317 => '0.7' }, + 'exclusivecoverage' => { 505 => 'ExclusiveCoverage' }, + 'exclusivityenddate' => { 537 => 'exclusivityEndDate' }, + 'excursiontolerance' => { 138 => 0x82 }, + 'executiveproducer' => { 403 => "\xa9xpd" }, + 'exif' => { 125 => 'EXIF' }, + 'exifbyteorder' => { 125 => 'ExifByteOrder' }, + 'exifcamerainfo' => { 136 => 0xe8 }, + 'exifimageheight' => { 124 => 0xa003, 521 => 'PixelYDimension' }, + 'exifimagewidth' => { 124 => 0xa002, 521 => 'PixelXDimension' }, + 'exifunicodebyteorder' => { 125 => 'ExifUnicodeByteOrder' }, + 'exifversion' => { 124 => 0x9000, 521 => 'ExifVersion' }, + 'exitpupilposition' => { 234 => 0x4, 235 => 0x4, 239 => 0x4 }, + 'expirationdate' => { 136 => 0x25, 537 => 'expirationDate' }, + 'expirationtime' => { 136 => 0x26 }, + 'exposure' => { 124 => 0xfe51, 515 => 'Exposure', 517 => 'Exposure' }, + 'exposure2012' => { 515 => 'Exposure2012', 517 => 'Exposure2012' }, + 'exposureadj' => { 297 => 0x0 }, + 'exposureadj2' => { 297 => 0x12 }, + 'exposureadjust' => { 428 => 0xc }, + 'exposurebracketingindicatorlast' => { 189 => 0x52 }, + 'exposurebracketshotnumber' => { 192 => 0x2d, 449 => 0x2f }, + 'exposurebracketstepsize' => { 366 => 0x8 }, + 'exposurebracketvalue' => { 241 => 0x19 }, + 'exposurecompautocancel' => { 89 => 0x113 }, + 'exposurecompensation' => { 81 => 0x6, 98 => 0x0, 124 => 0x9204, 145 => 0x24, 161 => 'ExposureComp', 181 => 'ExposureCompensation', 186 => 0xd, 187 => 0x53, 188 => 0x1e, 192 => 0x49c0, 331 => 0x1006, 386 => 0x16, 395 => 0x402, 425 => 0xa013, 428 => [0xc,0x35,0x4d], 461 => 0x114c, 462 => 0x114c, 463 => 0x1128, 465 => 0x1180, 466 => 0x1038, 467 => 0x230, 468 => 0x230, 469 => 0x223, 521 => 'ExposureBiasValue' }, + 'exposurecompensation2' => { 457 => [0x24,0x26,0x2a] }, + 'exposurecompensationbutton' => { 250 => 0x794 }, + 'exposurecompensationmode' => { 189 => 0x47, 192 => 0x2a }, + 'exposurecompensationset' => { 438 => 0x3, 439 => 0x3, 440 => 0x3, 457 => 0x1e }, + 'exposurecompensationsetting' => { 189 => 0x1 }, + 'exposurecompstepsize' => { 306 => '6.3', 307 => '7.3', 309 => '7.3', 310 => '7.3', 315 => '4.3', 319 => '7.3', 320 => '7.3' }, + 'exposurecontrolstep' => { 314 => '6.1', 316 => '6.1' }, + 'exposurecontrolstepsize' => { 306 => '6.2', 307 => '7.1', 309 => '7.1', 310 => '7.1', 315 => '4.2', 319 => '7.1', 320 => '7.1', 321 => '7.1', 322 => 0x1b, 323 => 0x1b, 324 => 0x1b }, + 'exposurecount' => { 132 => 0x1032 }, + 'exposuredelay' => { 250 => 0x800, 322 => 0x2f1 }, + 'exposuredelaymode' => { 306 => '10.1', 307 => '11.1', 309 => '11.1', 310 => '11.1', 311 => '9.1', 312 => '10.1', 313 => '10.1', 315 => '10.4', 316 => '10.1', 317 => '6.4', 319 => '11.1', 320 => '11.1', 321 => '11.2' }, + 'exposuredifference' => { 241 => 0xe }, + 'exposuregaincustom' => { 143 => 0x89c }, + 'exposuregaindaylight' => { 143 => 0x898 }, + 'exposuregainflash' => { 143 => 0x89b }, + 'exposuregainfluorescent' => { 143 => 0x89a }, + 'exposuregaintungsten' => { 143 => 0x899 }, + 'exposureindex' => { 124 => 0xa215, 521 => 'ExposureIndex' }, + 'exposureindicator' => { 189 => 0x50 }, + 'exposurelevelincrements' => { 87 => 0x6, 88 => 0x6, 89 => 0x101, 90 => 0x5, 91 => 0x6, 92 => 0x5, 93 => 0x5, 94 => 0x6, 95 => 0x4, 438 => 0x58, 439 => 0x58 }, + 'exposurelockused' => { 503 => 'ExposureLockUsed' }, + 'exposuremode' => { 124 => 0xa402, 161 => 'ExposureMode', 186 => 0x1, 187 => 0xa, 188 => 0x0, 189 => 0x0, 192 => 0x34, 326 => 0x200, 347 => 0x40d, 428 => 0x8, 452 => 0xb041, 521 => 'ExposureMode' }, + 'exposuremodeinmanual' => { 89 => 0x10b }, + 'exposureprogram' => { 124 => 0x8822, 418 => 0x1001, 431 => [0x17e,0x43], 438 => 0x3c, 439 => 0x3c, 440 => 0x5, 444 => 0x14, 449 => 0x3f, 457 => 0x2, 461 => 0x1175, 462 => 0x1179, 463 => 0x1155, 464 => 0x11d1, 465 => 0x11ad, 466 => 0x1065, 467 => 0x25d, 468 => 0x25d, 469 => 0x24c, 480 => 0xb, 481 => 0xc, 482 => 0xb, 484 => 0x48, 521 => 'ExposureProgram' }, + 'exposureshift' => { 326 => 0x203 }, + 'exposurestandardadjustment' => { 452 => 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, 31 => 0x6, 32 => 0x7, 81 => 0x16, 124 => 0x829a, 142 => 0xfd05, 145 => 0x20, 147 => 0xfa24, 149 => 0xf104, 152 => 0x12, 154 => 0x38, 156 => 0x14, 157 => 0x10, 159 => 0x10, 161 => 'ExposureTime', 186 => 0x9, 187 => 0x35, 188 => 0x48, 189 => 0x8, 192 => 0x49b8, 386 => 0x12, 425 => 0xa018, 428 => [0x32,0x4a], 438 => 0x0, 439 => 0x0, 457 => [0x21,0x23,0x27], 484 => 0x10, 521 => 'ExposureTime' }, + 'exposuretime2' => { 428 => [0x33,0x4b] }, + 'exposuretuning' => { 241 => 0x1c }, + 'exposurevalue' => { 143 => 0x3 }, + 'exposurewarning' => { 132 => 0x1302 }, + 'exrauto' => { 132 => 0x1033 }, + 'exrmode' => { 132 => 0x1034 }, + 'extdescraccessibility' => { 528 => 'ExtDescrAccessibility' }, + 'extendedmenubanks' => { 246 => 0x120, 247 => 0x120, 248 => 0x114, 249 => 0x124, 250 => 0x124 }, + 'extendedshutterspeeds' => { 322 => 0x102, 323 => 0x102, 324 => 0x118 }, + 'extendedwbdetect' => { 326 => 0x902 }, + 'extender' => { 327 => 0x301 }, + 'extenderfirmwareversion' => { 327 => 0x304 }, + 'extendermagnification' => { 163 => 'Magnification' }, + 'extendermake' => { 163 => 'Make' }, + 'extendermodel' => { 163 => 'Model', 327 => 0x303 }, + 'extenderserialnumber' => { 163 => 'SerialNumber', 327 => 0x302 }, + 'extenderstatus' => { 383 => 0x3 }, + 'externalflash' => { 329 => 0x1201 }, + 'externalflashae1' => { 331 => 0x101f }, + 'externalflashae1_0' => { 331 => 0x101b }, + 'externalflashae2' => { 331 => 0x1020 }, + 'externalflashae2_0' => { 331 => 0x101c }, + 'externalflashbounce' => { 329 => 0x1204, 331 => 0x1026, 373 => 0x1a }, + 'externalflashcompensation' => { 221 => 0x1b }, + 'externalflashexposurecomp' => { 241 => 0x17, 373 => 0x19 }, + 'externalflashfirmware' => { 219 => 0x6, 220 => 0x6, 221 => 0x6, 222 => 0x6, 223 => 0x6, 224 => 0x6 }, + 'externalflashflags' => { 219 => 0x8, 220 => 0x8, 221 => 0x8, 222 => 0x8, 224 => 0x8 }, + 'externalflashguidenumber' => { 329 => 0x1203, 373 => '24.1' }, + 'externalflashgvalue' => { 331 => 0x1025 }, + 'externalflashmode' => { 331 => 0x1028, 373 => 0x2 }, + 'externalflashreadystate' => { 223 => '9.1' }, + 'externalflashstatus' => { 223 => '8.2' }, + 'externalflashzoom' => { 329 => 0x1205, 331 => 0x1027 }, + 'externalflashzoomoverride' => { 223 => '8.1' }, + 'externalmetadatalink' => { 529 => 'ExternalMetadataLink' }, + 'externalsensorbrightnessvalue' => { 345 => 0x311, 348 => 0x311, 349 => 0x311, 352 => 0x3408 }, + 'extrainfoversion' => { 442 => 0x1a }, 'eyedetection' => { 2 => 0x18 }, - 'eyestartaf' => { 188 => 0x40 }, - 'fac100per' => { 142 => 0xe94 }, - 'fac170per' => { 142 => 0xe93 }, - 'fac18per' => { 142 => 0xe92 }, - 'face10position' => { 114 => 0x3f4, 115 => 0x1ec, 216 => 0x28, 369 => 0x12 }, - 'face10size' => { 370 => 0x12 }, - 'face11position' => { 216 => 0x2c, 369 => 0x14 }, - 'face11size' => { 370 => 0x14 }, - 'face12position' => { 216 => 0x30, 369 => 0x16 }, - 'face12size' => { 370 => 0x16 }, - 'face13position' => { 369 => 0x18 }, - 'face13size' => { 370 => 0x18 }, - 'face14position' => { 369 => 0x1a }, - 'face14size' => { 370 => 0x1a }, - 'face15position' => { 369 => 0x1c }, - 'face15size' => { 370 => 0x1c }, - 'face16position' => { 369 => 0x1e }, - 'face16size' => { 370 => 0x1e }, - 'face17position' => { 369 => 0x20 }, - 'face17size' => { 370 => 0x20 }, - 'face18position' => { 369 => 0x22 }, - 'face18size' => { 370 => 0x22 }, - 'face19position' => { 369 => 0x24 }, - 'face19size' => { 370 => 0x24 }, - 'face1position' => { 56 => 0x8, 114 => 0xd, 115 => 0x18, 216 => 0x4, 341 => 0x1, 369 => 0x0, 414 => 0xbc, 444 => 0x1, 445 => 0x0, 446 => 0x0, 447 => 0x5b }, - 'face1size' => { 370 => 0x0 }, - 'face20position' => { 369 => 0x26 }, - 'face20size' => { 370 => 0x26 }, - 'face21position' => { 369 => 0x28 }, - 'face21size' => { 370 => 0x28 }, - 'face22position' => { 369 => 0x2a }, - 'face22size' => { 370 => 0x2a }, - 'face23position' => { 369 => 0x2c }, - 'face23size' => { 370 => 0x2c }, - 'face24position' => { 369 => 0x2e }, - 'face24size' => { 370 => 0x2e }, - 'face25position' => { 369 => 0x30 }, - 'face25size' => { 370 => 0x30 }, - 'face26position' => { 369 => 0x32 }, - 'face26size' => { 370 => 0x32 }, - 'face27position' => { 369 => 0x34 }, - 'face27size' => { 370 => 0x34 }, - 'face28position' => { 369 => 0x36 }, - 'face28size' => { 370 => 0x36 }, - 'face29position' => { 369 => 0x38 }, - 'face29size' => { 370 => 0x38 }, - 'face2position' => { 56 => 0xa, 114 => 0x7c, 115 => 0x4c, 216 => 0x8, 341 => 0x5, 369 => 0x2, 414 => 0xc8, 444 => 0x6, 445 => 0x20, 446 => 0x25, 447 => 0x65 }, - 'face2size' => { 370 => 0x2 }, - 'face30position' => { 369 => 0x3a }, - 'face30size' => { 370 => 0x3a }, - 'face31position' => { 369 => 0x3c }, - 'face31size' => { 370 => 0x3c }, - 'face32position' => { 369 => 0x3e }, - 'face32size' => { 370 => 0x3e }, - 'face3position' => { 56 => 0xc, 114 => 0xeb, 115 => 0x80, 216 => 0xc, 341 => 0x9, 369 => 0x4, 414 => 0xd4, 444 => 0xb, 445 => 0x40, 446 => 0x4a, 447 => 0x6f }, - 'face3size' => { 370 => 0x4 }, - 'face4position' => { 56 => 0xe, 114 => 0x15a, 115 => 0xb4, 216 => 0x10, 341 => 0xd, 369 => 0x6, 414 => 0xe0, 444 => 0x10, 445 => 0x60, 446 => 0x6f, 447 => 0x79 }, - 'face4size' => { 370 => 0x6 }, - 'face5position' => { 56 => 0x10, 114 => 0x1c9, 115 => 0xe8, 216 => 0x14, 341 => 0x11, 369 => 0x8, 414 => 0xec, 444 => 0x15, 445 => 0x80, 446 => 0x94 }, - 'face5size' => { 370 => 0x8 }, - 'face6position' => { 56 => 0x12, 114 => 0x238, 115 => 0x11c, 216 => 0x18, 369 => 0xa, 414 => 0xf8, 444 => 0x1a, 445 => 0xa0, 446 => 0xb9 }, - 'face6size' => { 370 => 0xa }, - 'face7position' => { 56 => 0x14, 114 => 0x2a7, 115 => 0x150, 216 => 0x1c, 369 => 0xc, 414 => 0x104, 444 => 0x1f, 445 => 0xc0, 446 => 0xde }, - 'face7size' => { 370 => 0xc }, - 'face8position' => { 56 => 0x16, 114 => 0x316, 115 => 0x184, 216 => 0x20, 369 => 0xe, 414 => 0x110, 444 => 0x24, 445 => 0xe0, 446 => 0x103 }, - 'face8size' => { 370 => 0xe }, - 'face9position' => { 56 => 0x18, 114 => 0x385, 115 => 0x1b8, 216 => 0x24, 369 => 0x10 }, - 'face9size' => { 370 => 0x10 }, - 'facebalanceorigi' => { 508 => 'FaceBalanceOrigI' }, - 'facebalanceorigq' => { 508 => 'FaceBalanceOrigQ' }, - 'facebalancestrength' => { 508 => 'FaceBalanceStrength' }, - 'facebalancewarmth' => { 508 => 'FaceBalanceWarmth' }, - 'facedetect' => { 385 => 0x76, 424 => 0x100 }, - 'facedetectarea' => { 329 => 0x1201 }, - 'facedetectframecrop' => { 329 => 0x1207 }, - 'facedetectframesize' => { 56 => 0x3, 114 => 0x1, 115 => 0x4, 216 => 0x1, 329 => 0x1203, 385 => 0x77, 414 => 0xb6 }, - 'facedetection' => { 439 => 0x30, 456 => 0x19 }, - 'faceelementpositions' => { 131 => 0x4203 }, - 'faceelementselected' => { 131 => 0x4005 }, - 'faceelementtypes' => { 131 => 0x4201 }, - 'faceid' => { 510 => 'FaceID' }, - 'faceinfounknown' => { 117 => 0x2089 }, - 'facename' => { 424 => 0x123 }, - 'faceorientation' => { 115 => 0x8 }, - 'faceposition' => { 368 => 0x2, 425 => 0x4 }, - 'facepositions' => { 131 => 0x4103 }, - 'facerecognition' => { 424 => 0x120 }, - 'facesdetected' => { 56 => 0x2, 57 => 0x2, 58 => 0x3, 114 => 0x0, 115 => 0x2, 117 => 0x211c, 131 => 0x4100, 216 => 0x3, 329 => 0x1200, 349 => 0x3f, 368 => 0x0, 414 => 0xb5, 425 => 0x0, 444 => 0x0, 447 => 0x3, 459 => 0x30 }, - 'facesrecognized' => { 342 => 0x0 }, - 'facewidth' => { 57 => 0x1 }, - 'fade' => { 451 => 0x2034 }, - 'faithfuloutputhighlightpoint' => { 113 => 0x38 }, - 'faithfuloutputshadowpoint' => { 113 => 0x39 }, - 'faithfulrawcolortone' => { 113 => 0x31 }, - 'faithfulrawcontrast' => { 113 => 0x33 }, - 'faithfulrawhighlight' => { 113 => 0x79 }, - 'faithfulrawhighlightpoint' => { 113 => 0x36 }, - 'faithfulrawlinear' => { 113 => 0x34 }, - 'faithfulrawsaturation' => { 113 => 0x32 }, - 'faithfulrawshadow' => { 113 => 0x82 }, - 'faithfulrawshadowpoint' => { 113 => 0x37 }, - 'faithfulrawsharpness' => { 113 => 0x35 }, - 'faithfulunsharpmaskfineness' => { 113 => 0xac }, - 'faithfulunsharpmaskstrength' => { 113 => 0xaa }, - 'faithfulunsharpmaskthreshold' => { 113 => 0xae }, - 'far' => { 499 => 'Far' }, - 'fastresetlinetime' => { 142 => 0x1860 }, - 'feedidentifier' => { 528 => 'FeedIdentifier' }, - 'femicroadjustment' => { 88 => 0x111 }, - 'ffid' => { 518 => 'ffid' }, - 'field' => { 532 => 'field' }, - 'fieldcount' => { 330 => 0x103f }, - 'fieldofview' => { 410 => "FOV\x00" }, - 'fifoenonepixeldelay' => { 142 => 0x1901 }, - 'filecreatedate' => { 124 => 'FileCreateDate' }, - 'filedatarate' => { 543 => 'fileDataRate' }, - 'fileformat' => { 99 => 0x0, 136 => 0x14, 427 => [0x22,0x26], 451 => 0xb000 }, - 'filegroupid' => { 124 => '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, 30 => 0xb2d, 350 => 0x0 }, + 'eyestartaf' => { 189 => 0x40 }, + 'fac100per' => { 143 => 0xe94 }, + 'fac170per' => { 143 => 0xe93 }, + 'fac18per' => { 143 => 0xe92 }, + 'face10position' => { 115 => 0x3f4, 116 => 0x1ec, 217 => 0x28, 370 => 0x12 }, + 'face10size' => { 371 => 0x12 }, + 'face11position' => { 217 => 0x2c, 370 => 0x14 }, + 'face11size' => { 371 => 0x14 }, + 'face12position' => { 217 => 0x30, 370 => 0x16 }, + 'face12size' => { 371 => 0x16 }, + 'face13position' => { 370 => 0x18 }, + 'face13size' => { 371 => 0x18 }, + 'face14position' => { 370 => 0x1a }, + 'face14size' => { 371 => 0x1a }, + 'face15position' => { 370 => 0x1c }, + 'face15size' => { 371 => 0x1c }, + 'face16position' => { 370 => 0x1e }, + 'face16size' => { 371 => 0x1e }, + 'face17position' => { 370 => 0x20 }, + 'face17size' => { 371 => 0x20 }, + 'face18position' => { 370 => 0x22 }, + 'face18size' => { 371 => 0x22 }, + 'face19position' => { 370 => 0x24 }, + 'face19size' => { 371 => 0x24 }, + 'face1position' => { 57 => 0x8, 115 => 0xd, 116 => 0x18, 217 => 0x4, 342 => 0x1, 370 => 0x0, 415 => 0xbc, 445 => 0x1, 446 => 0x0, 447 => 0x0, 448 => 0x5b }, + 'face1size' => { 371 => 0x0 }, + 'face20position' => { 370 => 0x26 }, + 'face20size' => { 371 => 0x26 }, + 'face21position' => { 370 => 0x28 }, + 'face21size' => { 371 => 0x28 }, + 'face22position' => { 370 => 0x2a }, + 'face22size' => { 371 => 0x2a }, + 'face23position' => { 370 => 0x2c }, + 'face23size' => { 371 => 0x2c }, + 'face24position' => { 370 => 0x2e }, + 'face24size' => { 371 => 0x2e }, + 'face25position' => { 370 => 0x30 }, + 'face25size' => { 371 => 0x30 }, + 'face26position' => { 370 => 0x32 }, + 'face26size' => { 371 => 0x32 }, + 'face27position' => { 370 => 0x34 }, + 'face27size' => { 371 => 0x34 }, + 'face28position' => { 370 => 0x36 }, + 'face28size' => { 371 => 0x36 }, + 'face29position' => { 370 => 0x38 }, + 'face29size' => { 371 => 0x38 }, + 'face2position' => { 57 => 0xa, 115 => 0x7c, 116 => 0x4c, 217 => 0x8, 342 => 0x5, 370 => 0x2, 415 => 0xc8, 445 => 0x6, 446 => 0x20, 447 => 0x25, 448 => 0x65 }, + 'face2size' => { 371 => 0x2 }, + 'face30position' => { 370 => 0x3a }, + 'face30size' => { 371 => 0x3a }, + 'face31position' => { 370 => 0x3c }, + 'face31size' => { 371 => 0x3c }, + 'face32position' => { 370 => 0x3e }, + 'face32size' => { 371 => 0x3e }, + 'face3position' => { 57 => 0xc, 115 => 0xeb, 116 => 0x80, 217 => 0xc, 342 => 0x9, 370 => 0x4, 415 => 0xd4, 445 => 0xb, 446 => 0x40, 447 => 0x4a, 448 => 0x6f }, + 'face3size' => { 371 => 0x4 }, + 'face4position' => { 57 => 0xe, 115 => 0x15a, 116 => 0xb4, 217 => 0x10, 342 => 0xd, 370 => 0x6, 415 => 0xe0, 445 => 0x10, 446 => 0x60, 447 => 0x6f, 448 => 0x79 }, + 'face4size' => { 371 => 0x6 }, + 'face5position' => { 57 => 0x10, 115 => 0x1c9, 116 => 0xe8, 217 => 0x14, 342 => 0x11, 370 => 0x8, 415 => 0xec, 445 => 0x15, 446 => 0x80, 447 => 0x94 }, + 'face5size' => { 371 => 0x8 }, + 'face6position' => { 57 => 0x12, 115 => 0x238, 116 => 0x11c, 217 => 0x18, 370 => 0xa, 415 => 0xf8, 445 => 0x1a, 446 => 0xa0, 447 => 0xb9 }, + 'face6size' => { 371 => 0xa }, + 'face7position' => { 57 => 0x14, 115 => 0x2a7, 116 => 0x150, 217 => 0x1c, 370 => 0xc, 415 => 0x104, 445 => 0x1f, 446 => 0xc0, 447 => 0xde }, + 'face7size' => { 371 => 0xc }, + 'face8position' => { 57 => 0x16, 115 => 0x316, 116 => 0x184, 217 => 0x20, 370 => 0xe, 415 => 0x110, 445 => 0x24, 446 => 0xe0, 447 => 0x103 }, + 'face8size' => { 371 => 0xe }, + 'face9position' => { 57 => 0x18, 115 => 0x385, 116 => 0x1b8, 217 => 0x24, 370 => 0x10 }, + 'face9size' => { 371 => 0x10 }, + 'facebalanceorigi' => { 509 => 'FaceBalanceOrigI' }, + 'facebalanceorigq' => { 509 => 'FaceBalanceOrigQ' }, + 'facebalancestrength' => { 509 => 'FaceBalanceStrength' }, + 'facebalancewarmth' => { 509 => 'FaceBalanceWarmth' }, + 'facedetect' => { 386 => 0x76, 425 => 0x100 }, + 'facedetectarea' => { 330 => 0x1201 }, + 'facedetectframecrop' => { 330 => 0x1207 }, + 'facedetectframesize' => { 57 => 0x3, 115 => 0x1, 116 => 0x4, 217 => 0x1, 330 => 0x1203, 386 => 0x77, 415 => 0xb6 }, + 'facedetection' => { 440 => 0x30, 457 => 0x19 }, + 'faceelementpositions' => { 132 => 0x4203 }, + 'faceelementselected' => { 132 => 0x4005 }, + 'faceelementtypes' => { 132 => 0x4201 }, + 'faceid' => { 511 => 'FaceID' }, + 'faceinfounknown' => { 118 => 0x2089 }, + 'facename' => { 425 => 0x123 }, + 'faceorientation' => { 116 => 0x8 }, + 'faceposition' => { 369 => 0x2, 426 => 0x4 }, + 'facepositions' => { 132 => 0x4103 }, + 'facerecognition' => { 425 => 0x120 }, + 'facesdetected' => { 57 => 0x2, 58 => 0x2, 59 => 0x3, 115 => 0x0, 116 => 0x2, 118 => 0x211c, 132 => 0x4100, 217 => 0x3, 330 => 0x1200, 350 => 0x3f, 369 => 0x0, 415 => 0xb5, 426 => 0x0, 445 => 0x0, 448 => 0x3, 460 => 0x30 }, + 'facesrecognized' => { 343 => 0x0 }, + 'facewidth' => { 58 => 0x1 }, + 'fade' => { 452 => 0x2034 }, + 'faithfuloutputhighlightpoint' => { 114 => 0x38 }, + 'faithfuloutputshadowpoint' => { 114 => 0x39 }, + 'faithfulrawcolortone' => { 114 => 0x31 }, + 'faithfulrawcontrast' => { 114 => 0x33 }, + 'faithfulrawhighlight' => { 114 => 0x79 }, + 'faithfulrawhighlightpoint' => { 114 => 0x36 }, + 'faithfulrawlinear' => { 114 => 0x34 }, + 'faithfulrawsaturation' => { 114 => 0x32 }, + 'faithfulrawshadow' => { 114 => 0x82 }, + 'faithfulrawshadowpoint' => { 114 => 0x37 }, + 'faithfulrawsharpness' => { 114 => 0x35 }, + 'faithfulunsharpmaskfineness' => { 114 => 0xac }, + 'faithfulunsharpmaskstrength' => { 114 => 0xaa }, + 'faithfulunsharpmaskthreshold' => { 114 => 0xae }, + 'far' => { 500 => 'Far' }, + 'fastresetlinetime' => { 143 => 0x1860 }, + 'feedidentifier' => { 529 => 'FeedIdentifier' }, + 'femicroadjustment' => { 89 => 0x111 }, + 'ffid' => { 519 => 'ffid' }, + 'field' => { 533 => 'field' }, + 'fieldcount' => { 331 => 0x103f }, + 'fieldofview' => { 411 => "FOV\x00" }, + 'fifoenonepixeldelay' => { 143 => 0x1901 }, + 'filecreatedate' => { 125 => 'FileCreateDate' }, + 'filedatarate' => { 544 => 'fileDataRate' }, + 'fileformat' => { 100 => 0x0, 137 => 0x14, 428 => [0x22,0x26], 452 => 0xb000 }, + 'filegroupid' => { 125 => '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, 30 => 0xb2d, 351 => 0x0 }, 'fileindex2' => { 21 => 0x290 }, - 'filemodifydate' => { 124 => 'FileModifyDate' }, - 'filename' => { 124 => 'FileName' }, - 'filenameasdelivered' => { 335 => 'FileNameAsDelivered' }, - 'filenumber' => { 59 => 0x1, 67 => 0x8, 101 => 0x1817, 118 => 'Canon-FileNumber', 217 => 0x4, 413 => 0x10 }, - 'filenumbermemory' => { 185 => 0x1a }, - 'filenumbersequence' => { 305 => '12.2', 310 => '3.1', 311 => '4.1', 312 => '4.1', 314 => '11.1', 315 => '4.3', 320 => '5.2', 321 => 0x48, 322 => 0x48, 323 => 0x48 }, - 'filepermissions' => { 124 => 'FilePermissions' }, - 'filesource' => { 123 => 0xa300, 131 => 0x8000, 520 => 'FileSource' }, - 'fileuserid' => { 124 => 'FileUserID' }, - 'fileversion' => { 136 => 0x16 }, - 'fillflashautoreduction' => { 86 => 0xe, 87 => 0xe, 94 => 0xa }, - 'filllight' => { 514 => 'FillLight', 516 => 'FillLight' }, - 'fillorder' => { 123 => 0x10a }, - 'filmgraineffect' => { 325 => 0x538 }, - 'filmmode' => { 131 => 0x1401, 346 => 0x412, 349 => 0x42 }, - 'filmtype' => { 264 => 0x2 }, - 'filtereffect' => { 59 => 0xe, 256 => 0x37, 257 => 0x3f, 258 => 0x47, 349 => 0xa1 }, - 'filtereffectauto' => { 74 => 0xa0 }, - 'filtereffectfaithful' => { 73 => 0x70, 74 => 0x70 }, - 'filtereffectlandscape' => { 73 => 0x40, 74 => 0x40 }, - 'filtereffectmonochrome' => { 19 => 0xff, 73 => 0x88, 74 => 0x88 }, - 'filtereffectneutral' => { 73 => 0x58, 74 => 0x58 }, - 'filtereffectportrait' => { 73 => 0x28, 74 => 0x28 }, - 'filtereffectstandard' => { 73 => 0x10, 74 => 0x10 }, - 'filtereffectuserdef1' => { 73 => 0xa0, 74 => 0xb8 }, - 'filtereffectuserdef2' => { 73 => 0xb8, 74 => 0xd0 }, - 'filtereffectuserdef3' => { 73 => 0xd0, 74 => 0xe8 }, - 'finderdisplayduringexposure' => { 87 => 0x1 }, - 'finesharpness' => { 385 => 0x70 }, - 'finetuneoptcenterweighted' => { 305 => '7.2', 306 => '9.1', 308 => '9.1', 309 => '9.1', 313 => '8.1', 318 => '9.1', 319 => '9.1', 320 => '9.1', 321 => 0x23, 322 => 0x23, 323 => 0x23 }, - 'finetuneopthighlightweighted' => { 308 => '46.1', 309 => '46.1', 318 => '46.1', 319 => '46.1', 321 => 0x27, 322 => 0x27, 323 => 0x27 }, - 'finetuneoptmatrixmetering' => { 305 => '8.1', 306 => '8.2', 308 => '8.2', 309 => '8.2', 313 => '7.2', 314 => '6.1', 318 => '8.2', 319 => '8.2', 320 => '8.2', 321 => 0x21, 322 => 0x21, 323 => 0x21 }, - 'finetuneoptspotmetering' => { 305 => '8.2', 306 => '9.2', 308 => '9.2', 309 => '9.2', 313 => '8.2', 314 => '6.2', 318 => '9.2', 319 => '9.2', 320 => '9.2', 321 => 0x25, 322 => 0x25, 323 => 0x25 }, - 'finishexposure' => { 142 => 0xdbd }, - 'finishfiletype' => { 142 => 0xdb8 }, - 'finishlook' => { 142 => 0xdbc }, - 'finishnoise' => { 142 => 0xdba }, - 'finishresolution' => { 142 => 0xdb9 }, - 'finishsharpening' => { 142 => 0xdbb }, - 'firmware' => { 330 => 0x405, 427 => [0x8c,0x17,0x3b], 511 => 'Firmware' }, - 'firmware2' => { 427 => 0x57 }, - 'firmwaredate' => { 116 => 0x15, 117 => 0x2001, 411 => 0x4, 413 => 0x30 }, - 'firmwareid' => { 192 => 0x0 }, - 'firmwarename' => { 424 => 0xa001 }, - 'firmwarerevision' => { 19 => 0xa4, 67 => 0x1e, 415 => 0x0 }, - 'firmwarerevision2' => { 415 => 0xc }, - 'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107, 142 => [0x415,0xce5], 158 => 0x57, 160 => 'FirmwareVersion', 347 => 0x320, 349 => 0x2, 351 => 0x3109, 385 => 0x230, 410 => ['CNFV','FIRM','info'], 412 => 0x18, 413 => 0x2a, 417 => 0x2 }, - 'firmwareversions' => { 394 => 0x301 }, - 'firstphotodate' => { 502 => 'FirstPhotoDate' }, - 'firstpublicationdate' => { 335 => 'FirstPublicationDate' }, - 'fixtureidentifier' => { 135 => 0x16, 509 => 'FixtureIdentifier' }, - 'flash' => { 118 => 'XMP-Flash', 123 => 0x9209, 156 => 0x22, 186 => 0x1f, 187 => 0x15, 413 => 0x5a, 520 => 'Flash' }, - 'flashaction' => { 437 => 0x3e, 438 => 0x3e, 451 => 0x2017, 456 => [0x2a,0x2c,0x30] }, - 'flashaction2' => { 437 => 0x4c, 438 => 0x4c, 456 => 0x77 }, - 'flashactionexternal' => { 456 => [0x78,0x7c] }, + 'filemodifydate' => { 125 => 'FileModifyDate' }, + 'filename' => { 125 => 'FileName' }, + 'filenameasdelivered' => { 336 => 'FileNameAsDelivered' }, + 'filenumber' => { 60 => 0x1, 68 => 0x8, 102 => 0x1817, 119 => 'Canon-FileNumber', 218 => 0x4, 414 => 0x10 }, + 'filenumbermemory' => { 186 => 0x1a }, + 'filenumbersequence' => { 306 => '12.2', 311 => '3.1', 312 => '4.1', 313 => '4.1', 315 => '11.1', 316 => '4.3', 321 => '5.2', 322 => 0x48, 323 => 0x48, 324 => 0x48 }, + 'filepermissions' => { 125 => 'FilePermissions' }, + 'filesource' => { 124 => 0xa300, 132 => 0x8000, 521 => 'FileSource' }, + 'fileuserid' => { 125 => 'FileUserID' }, + 'fileversion' => { 137 => 0x16 }, + 'fillflashautoreduction' => { 87 => 0xe, 88 => 0xe, 95 => 0xa }, + 'filllight' => { 515 => 'FillLight', 517 => 'FillLight' }, + 'fillorder' => { 124 => 0x10a }, + 'filmgraineffect' => { 326 => 0x538 }, + 'filmmode' => { 132 => 0x1401, 347 => 0x412, 350 => 0x42 }, + 'filmtype' => { 265 => 0x2 }, + 'filtereffect' => { 60 => 0xe, 257 => 0x37, 258 => 0x3f, 259 => 0x47, 350 => 0xa1 }, + 'filtereffectauto' => { 75 => 0xa0 }, + 'filtereffectfaithful' => { 74 => 0x70, 75 => 0x70 }, + 'filtereffectlandscape' => { 74 => 0x40, 75 => 0x40 }, + 'filtereffectmonochrome' => { 19 => 0xff, 74 => 0x88, 75 => 0x88 }, + 'filtereffectneutral' => { 74 => 0x58, 75 => 0x58 }, + 'filtereffectportrait' => { 74 => 0x28, 75 => 0x28 }, + 'filtereffectstandard' => { 74 => 0x10, 75 => 0x10 }, + 'filtereffectuserdef1' => { 74 => 0xa0, 75 => 0xb8 }, + 'filtereffectuserdef2' => { 74 => 0xb8, 75 => 0xd0 }, + 'filtereffectuserdef3' => { 74 => 0xd0, 75 => 0xe8 }, + 'finderdisplayduringexposure' => { 88 => 0x1 }, + 'finesharpness' => { 386 => 0x70 }, + 'finetuneoptcenterweighted' => { 306 => '7.2', 307 => '9.1', 309 => '9.1', 310 => '9.1', 314 => '8.1', 319 => '9.1', 320 => '9.1', 321 => '9.1', 322 => 0x23, 323 => 0x23, 324 => 0x23 }, + 'finetuneopthighlightweighted' => { 309 => '46.1', 310 => '46.1', 319 => '46.1', 320 => '46.1', 322 => 0x27, 323 => 0x27, 324 => 0x27 }, + 'finetuneoptmatrixmetering' => { 306 => '8.1', 307 => '8.2', 309 => '8.2', 310 => '8.2', 314 => '7.2', 315 => '6.1', 319 => '8.2', 320 => '8.2', 321 => '8.2', 322 => 0x21, 323 => 0x21, 324 => 0x21 }, + 'finetuneoptspotmetering' => { 306 => '8.2', 307 => '9.2', 309 => '9.2', 310 => '9.2', 314 => '8.2', 315 => '6.2', 319 => '9.2', 320 => '9.2', 321 => '9.2', 322 => 0x25, 323 => 0x25, 324 => 0x25 }, + 'finishexposure' => { 143 => 0xdbd }, + 'finishfiletype' => { 143 => 0xdb8 }, + 'finishlook' => { 143 => 0xdbc }, + 'finishnoise' => { 143 => 0xdba }, + 'finishresolution' => { 143 => 0xdb9 }, + 'finishsharpening' => { 143 => 0xdbb }, + 'firmware' => { 331 => 0x405, 428 => [0x8c,0x17,0x3b], 512 => 'Firmware' }, + 'firmware2' => { 428 => 0x57 }, + 'firmwaredate' => { 117 => 0x15, 118 => 0x2001, 412 => 0x4, 414 => 0x30 }, + 'firmwareid' => { 193 => 0x0 }, + 'firmwarename' => { 425 => 0xa001 }, + 'firmwarerevision' => { 19 => 0xa4, 68 => 0x1e, 416 => 0x0 }, + 'firmwarerevision2' => { 416 => 0xc }, + 'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107, 143 => [0x415,0xce5], 159 => 0x57, 161 => 'FirmwareVersion', 348 => 0x320, 350 => 0x2, 352 => 0x3109, 386 => 0x230, 411 => ['CNFV','FIRM','info'], 413 => 0x18, 414 => 0x2a, 418 => 0x2 }, + 'firmwareversions' => { 395 => 0x301 }, + 'firstphotodate' => { 503 => 'FirstPhotoDate' }, + 'firstpublicationdate' => { 336 => 'FirstPublicationDate' }, + 'fixtureidentifier' => { 136 => 0x16, 510 => 'FixtureIdentifier' }, + 'flash' => { 119 => 'XMP-Flash', 124 => 0x9209, 157 => 0x22, 187 => 0x1f, 188 => 0x15, 414 => 0x5a, 521 => 'Flash' }, + 'flashaction' => { 438 => 0x3e, 439 => 0x3e, 452 => 0x2017, 457 => [0x2a,0x2c,0x30] }, + 'flashaction2' => { 438 => 0x4c, 439 => 0x4c, 457 => 0x77 }, + 'flashactionexternal' => { 457 => [0x78,0x7c] }, 'flashactivity' => { 36 => 0x1c }, - 'flashbatterylevel' => { 46 => 0x249 }, - 'flashbias' => { 349 => 0x24 }, + 'flashbatterylevel' => { 47 => 0x249 }, + 'flashbias' => { 350 => 0x24 }, 'flashbits' => { 36 => 0x1d }, - 'flashburstpriority' => { 321 => 0x111, 322 => 0x111, 323 => 0x129 }, - 'flashbuttonfunction' => { 88 => 0x70e }, - 'flashchargelevel' => { 330 => 0x1010 }, - 'flashcolorfilter' => { 220 => 0x10, 221 => 0x10, 223 => 0x10 }, - 'flashcommandermode' => { 218 => '9.1', 219 => '9.1', 220 => '9.1', 221 => '9.1', 223 => '9.1' }, - 'flashcompensation' => { 142 => 0x3f3, 218 => 0xa, 219 => 0xa, 220 => 0xa, 221 => 0x27, 222 => 0xa, 223 => 0xa, 511 => 'FlashCompensation' }, - 'flashcontrol' => { 437 => 0x23, 438 => 0x1f, 439 => 0x21 }, - 'flashcontrolbuilt-in' => { 314 => '16.1', 315 => '23.1', 317 => '23.1', 318 => '24.1' }, - 'flashcontrolmode' => { 218 => '9.2', 219 => '9.2', 220 => '9.2', 221 => '9.2', 223 => '9.2', 229 => 0x214, 244 => 0x148, 245 => 0x1b8, 246 => 0x1b8, 247 => 0x1a8, 248 => 0x1bc, 249 => 0x1bc, 325 => 0x404 }, - 'flashcurtain' => { 349 => 0x48 }, - 'flashdefault' => { 188 => 0x42 }, - 'flashdevice' => { 330 => 0x1005 }, - 'flashdistance' => { 117 => 0x2034 }, - 'flashenergy' => { 123 => 0xa20b, 520 => 'FlashEnergy' }, - 'flashexposurebracketvalue' => { 240 => 0x18 }, - 'flashexposurecomp' => { 80 => 0xf, 131 => 0x1011, 163 => 'ExposureComp', 185 => 0x23, 190 => 0x104, 191 => 0x49c1, 240 => 0x12, 325 => 0x401, 330 => 0x1023, 385 => 0x4d, 417 => 0x100b, 427 => [0x3a,0x56], 451 => 0x104 }, - 'flashexposurecomp2' => { 285 => 0x4d2 }, - 'flashexposurecomp3' => { 220 => 0x1d }, - 'flashexposurecomp4' => { 220 => 0x27 }, - 'flashexposurecomparea' => { 306 => '38.4', 308 => '38.4', 309 => '38.4', 318 => '38.4', 319 => '38.4', 321 => 0x59, 322 => 0x59, 323 => 0x59 }, - 'flashexposurecompset' => { 188 => 0x10, 357 => 0xe, 437 => 0x14, 438 => 0x12, 439 => 0x23, 456 => 0x1f }, - 'flashexposurecompset2' => { 456 => [0x26,0x2c] }, - 'flashexposureindicator' => { 188 => 0x54 }, - 'flashexposureindicatorlast' => { 188 => 0x56 }, - 'flashexposureindicatornext' => { 188 => 0x55 }, - 'flashexposurelock' => { 59 => 0x19 }, - 'flashfired' => { 144 => 0x5d, 163 => 'Fired', 185 => 0x14, 284 => '590.3', 520 => [\'Flash','FlashFired'] }, - 'flashfiring' => { 88 => 0x306, 89 => 0x6, 90 => 0x7, 93 => 0x7 }, - 'flashfirmwareversion' => { 326 => 0x1002 }, - 'flashfocallength' => { 218 => 0xb, 219 => 0xc, 220 => 0xc, 221 => 0xc, 222 => 0xc, 223 => 0x26 }, - 'flashfunction' => { 191 => 0x31, 520 => [\'Flash','FlashFunction'] }, - 'flashgndistance' => { 218 => 0xe, 219 => 0xf, 220 => 0xf, 221 => 0xf, 222 => 0xf, 223 => 0xf, 229 => 0x21a, 244 => 0x14e, 247 => 0x1ae, 248 => 0x1c2, 249 => 0x1c2 }, - 'flashgroupacompensation' => { 218 => 0x11, 219 => 0x12, 220 => 0x13, 221 => 0x28, 222 => 0x28, 223 => 0x28 }, - 'flashgroupacontrolmode' => { 218 => 0xf, 219 => '16.1', 220 => '17.1', 221 => '17.1', 222 => '17.1', 223 => '17.1' }, - 'flashgroupaoutput' => { 218 => 0x11, 219 => 0x12, 220 => 0x13, 221 => 0x28, 222 => 0x28, 223 => 0x28 }, - 'flashgroupbcompensation' => { 218 => 0x12, 219 => 0x13, 220 => 0x14, 221 => 0x29, 222 => 0x29, 223 => 0x29 }, - 'flashgroupbcontrolmode' => { 218 => 0x10, 219 => '17.1', 220 => '18.1', 221 => '18.1', 222 => '18.1', 223 => '18.1' }, - 'flashgroupboutput' => { 218 => 0x12, 219 => 0x13, 220 => 0x14, 221 => 0x29, 222 => 0x29, 223 => 0x29 }, - 'flashgroupccompensation' => { 219 => 0x14, 220 => 0x15, 221 => 0x2a, 222 => 0x2a, 223 => 0x2a }, - 'flashgroupccontrolmode' => { 219 => '17.2', 220 => '18.2', 221 => '18.2', 222 => '18.2', 223 => '18.2' }, - 'flashgroupcoutput' => { 219 => 0x14, 220 => 0x15, 221 => 0x2a, 222 => 0x2a, 223 => 0x2a }, - 'flashguidenumber' => { 80 => 0xd, 98 => 0x0, 163 => 'GuideNumber' }, - 'flashilluminationpattern' => { 223 => 0x25 }, - 'flashintensity' => { 116 => [0x19,0x5], 325 => 0x405 }, - 'flashlevel' => { 307 => 0x9, 451 => 0xb048 }, - 'flashmake' => { 163 => 'Make' }, - 'flashmanufacturer' => { 182 => 'FlashManufacturer' }, - 'flashmastercompensation' => { 229 => 0x22e, 244 => 0x162, 247 => 0x1aa, 248 => 0x1be, 249 => 0x1be }, - 'flashmastercontrolmode' => { 229 => 0x22c, 244 => 0x160 }, - 'flashmasteroutput' => { 229 => 0x232, 244 => 0x166 }, - 'flashmetering' => { 185 => 0x3f, 188 => 0x1c }, + 'flashburstpriority' => { 322 => 0x111, 323 => 0x111, 324 => 0x129 }, + 'flashbuttonfunction' => { 89 => 0x70e }, + 'flashchargelevel' => { 331 => 0x1010 }, + 'flashcolorfilter' => { 221 => 0x10, 222 => 0x10, 224 => 0x10 }, + 'flashcommandermode' => { 219 => '9.1', 220 => '9.1', 221 => '9.1', 222 => '9.1', 224 => '9.1' }, + 'flashcompensation' => { 143 => 0x3f3, 219 => 0xa, 220 => 0xa, 221 => 0xa, 222 => 0x27, 223 => 0xa, 224 => 0xa, 512 => 'FlashCompensation' }, + 'flashcontrol' => { 438 => 0x23, 439 => 0x1f, 440 => 0x21 }, + 'flashcontrolbuilt-in' => { 315 => '16.1', 316 => '23.1', 318 => '23.1', 319 => '24.1' }, + 'flashcontrolmode' => { 219 => '9.2', 220 => '9.2', 221 => '9.2', 222 => '9.2', 224 => '9.2', 230 => 0x214, 245 => 0x148, 246 => 0x1b8, 247 => 0x1b8, 248 => 0x1a8, 249 => 0x1bc, 250 => 0x1bc, 326 => 0x404 }, + 'flashcurtain' => { 350 => 0x48 }, + 'flashdefault' => { 189 => 0x42 }, + 'flashdevice' => { 331 => 0x1005 }, + 'flashdistance' => { 118 => 0x2034 }, + 'flashenergy' => { 124 => 0xa20b, 521 => 'FlashEnergy' }, + 'flashexposurebracketvalue' => { 241 => 0x18 }, + 'flashexposurecomp' => { 81 => 0xf, 132 => 0x1011, 164 => 'ExposureComp', 186 => 0x23, 191 => 0x104, 192 => 0x49c1, 241 => 0x12, 326 => 0x401, 331 => 0x1023, 386 => 0x4d, 418 => 0x100b, 428 => [0x3a,0x56], 452 => 0x104 }, + 'flashexposurecomp2' => { 286 => 0x4d2 }, + 'flashexposurecomp3' => { 221 => 0x1d }, + 'flashexposurecomp4' => { 221 => 0x27 }, + 'flashexposurecomparea' => { 307 => '38.4', 309 => '38.4', 310 => '38.4', 319 => '38.4', 320 => '38.4', 322 => 0x59, 323 => 0x59, 324 => 0x59 }, + 'flashexposurecompset' => { 189 => 0x10, 358 => 0xe, 438 => 0x14, 439 => 0x12, 440 => 0x23, 457 => 0x1f }, + 'flashexposurecompset2' => { 457 => [0x26,0x2c] }, + 'flashexposureindicator' => { 189 => 0x54 }, + 'flashexposureindicatorlast' => { 189 => 0x56 }, + 'flashexposureindicatornext' => { 189 => 0x55 }, + 'flashexposurelock' => { 60 => 0x19 }, + 'flashfired' => { 145 => 0x5d, 164 => 'Fired', 186 => 0x14, 285 => '590.3', 521 => [\'Flash','FlashFired'] }, + 'flashfiring' => { 89 => 0x306, 90 => 0x6, 91 => 0x7, 94 => 0x7 }, + 'flashfirmwareversion' => { 327 => 0x1002 }, + 'flashfocallength' => { 219 => 0xb, 220 => 0xc, 221 => 0xc, 222 => 0xc, 223 => 0xc, 224 => 0x26 }, + 'flashfunction' => { 192 => 0x31, 521 => [\'Flash','FlashFunction'] }, + 'flashgndistance' => { 219 => 0xe, 220 => 0xf, 221 => 0xf, 222 => 0xf, 223 => 0xf, 224 => 0xf, 230 => 0x21a, 245 => 0x14e, 248 => 0x1ae, 249 => 0x1c2, 250 => 0x1c2 }, + 'flashgroupacompensation' => { 219 => 0x11, 220 => 0x12, 221 => 0x13, 222 => 0x28, 223 => 0x28, 224 => 0x28 }, + 'flashgroupacontrolmode' => { 219 => 0xf, 220 => '16.1', 221 => '17.1', 222 => '17.1', 223 => '17.1', 224 => '17.1' }, + 'flashgroupaoutput' => { 219 => 0x11, 220 => 0x12, 221 => 0x13, 222 => 0x28, 223 => 0x28, 224 => 0x28 }, + 'flashgroupbcompensation' => { 219 => 0x12, 220 => 0x13, 221 => 0x14, 222 => 0x29, 223 => 0x29, 224 => 0x29 }, + 'flashgroupbcontrolmode' => { 219 => 0x10, 220 => '17.1', 221 => '18.1', 222 => '18.1', 223 => '18.1', 224 => '18.1' }, + 'flashgroupboutput' => { 219 => 0x12, 220 => 0x13, 221 => 0x14, 222 => 0x29, 223 => 0x29, 224 => 0x29 }, + 'flashgroupccompensation' => { 220 => 0x14, 221 => 0x15, 222 => 0x2a, 223 => 0x2a, 224 => 0x2a }, + 'flashgroupccontrolmode' => { 220 => '17.2', 221 => '18.2', 222 => '18.2', 223 => '18.2', 224 => '18.2' }, + 'flashgroupcoutput' => { 220 => 0x14, 221 => 0x15, 222 => 0x2a, 223 => 0x2a, 224 => 0x2a }, + 'flashguidenumber' => { 81 => 0xd, 99 => 0x0, 164 => 'GuideNumber' }, + 'flashilluminationpattern' => { 224 => 0x25 }, + 'flashintensity' => { 117 => [0x19,0x5], 326 => 0x405 }, + 'flashlevel' => { 308 => 0x9, 452 => 0xb048 }, + 'flashmake' => { 164 => 'Make' }, + 'flashmanufacturer' => { 183 => 'FlashManufacturer' }, + 'flashmastercompensation' => { 230 => 0x22e, 245 => 0x162, 248 => 0x1aa, 249 => 0x1be, 250 => 0x1be }, + 'flashmastercontrolmode' => { 230 => 0x22c, 245 => 0x160 }, + 'flashmasteroutput' => { 230 => 0x232, 245 => 0x166 }, + 'flashmetering' => { 186 => 0x3f, 189 => 0x1c }, 'flashmeteringmode' => { 7 => 0x15, 13 => 0x15, 14 => 0x15, 15 => 0x15, 16 => 0x15, 17 => 0x15, 18 => 0x15, 20 => 0x15, 22 => 0x15, 28 => 0x15 }, - 'flashmeteringsegments' => { 385 => 0x20a }, - 'flashmode' => { 116 => 0x4, 142 => 0x3f2, 144 => 0x5c, 155 => 0x27, 163 => 'Mode', 185 => 0x2, 186 => 0x20, 187 => 0x16, 188 => 0xf, 240 => 0x87, 325 => 0x400, 330 => 0x1004, 385 => 0xc, 392 => 0x4, 416 => 0x20, 417 => 0x100a, 426 => 0x225, 437 => 0x13, 438 => 0x7f, 439 => 0x20, 456 => 0x10, 460 => 0x1138, 461 => 0x1138, 462 => 0x1114, 463 => 0x1190, 464 => 0x116c, 465 => 0x1024, 466 => 0x21c, 467 => 0x21c, 468 => 0x211, 520 => [\'Flash','FlashMode'] }, - 'flashmodebutton' => { 249 => 0x80e }, - 'flashmodebuttonplaybackmode' => { 249 => 0x818 }, - 'flashmodel' => { 163 => 'Model', 182 => 'FlashModel', 326 => 0x1001 }, - 'flashoptions' => { 365 => 0x2 }, - 'flashoptions2' => { 365 => 0x10 }, - 'flashoutput' => { 46 => 0x248, 80 => 0x21, 218 => 0xa, 219 => 0xa, 220 => 0xa, 221 => 0x27, 223 => 0x21, 229 => 0x21e, 244 => 0x152, 247 => 0x1b2, 248 => 0x1c6, 249 => 0x1c6 }, - 'flashpixversion' => { 123 => 0xa000, 520 => 'FlashpixVersion' }, - 'flashredeyemode' => { 520 => [\'Flash','FlashRedEyeMode'] }, - 'flashremotecontrol' => { 229 => 0x228, 244 => 0x15c, 247 => 0x1bc, 325 => 0x403 }, - 'flashreturn' => { 520 => [\'Flash','FlashReturn'] }, - 'flashserialnumber' => { 163 => 'SerialNumber', 326 => 0x1003 }, - 'flashsetting' => { 240 => 0x8 }, - 'flashshutterspeed' => { 305 => '20.2', 306 => '23.2', 308 => '23.2', 309 => '23.2', 314 => '15.2', 315 => '22.2', 316 => '7.2', 317 => '22.2', 318 => '23.2', 319 => '23.2', 320 => '23.1', 321 => 0x57, 322 => 0x57, 323 => 0x57 }, - 'flashsource' => { 218 => 0x4, 219 => 0x4, 220 => 0x4, 221 => 0x4, 222 => 0x4, 223 => 0x4 }, - 'flashstatus' => { 372 => 0x0, 456 => [0x82,0x86], 470 => 0x31, 471 => 0x39, 472 => 0x39 }, - 'flashstatusbuilt-in' => { 439 => [0x87,0x287] }, - 'flashstatusexternal' => { 439 => [0x88,0x288] }, - 'flashsyncspeed' => { 305 => '20.1', 306 => '23.1', 308 => '23.1', 309 => '23.1', 314 => '15.1', 315 => '22.1', 317 => '22.1', 318 => '23.1', 319 => '23.1', 321 => 0x53, 322 => 0x53, 323 => 0x53 }, - 'flashsyncspeedav' => { 86 => 0x3, 88 => 0x10f, 89 => 0x2, 90 => 0x3, 91 => 0x2, 92 => 0x2, 93 => 0x3, 94 => 0x6 }, - 'flashthreshold' => { 98 => 0x1 }, - 'flashtype' => { 163 => 'Type', 188 => 0x59, 240 => 0x9, 326 => 0x1000 }, - 'flashwarning' => { 315 => '30.1', 316 => '7.1', 320 => '31.1', 349 => 0x62 }, - 'flashwirelessoption' => { 229 => 0x234, 244 => 0x15a, 247 => 0x1c8 }, - 'flexiblespotposition' => { 451 => 0x201d }, - 'flickadvancedirection' => { 321 => 0x25f, 322 => 0x25f, 323 => 0x277 }, - 'flickerreduce' => { 426 => 0x218 }, - 'flickerreduction' => { 131 => 0x1446, 268 => 0x7 }, - 'flickerreductionindicator' => { 263 => 0x532 }, - 'flickerreductionshooting' => { 245 => 0x1b4, 246 => 0x1b4, 247 => 0x1a4, 248 => 0x1b8, 249 => 0x1b8 }, - 'flightpitchdegree' => { 120 => 'FlightPitchDegree' }, - 'flightrolldegree' => { 120 => 'FlightRollDegree' }, - 'flightxspeed' => { 120 => 'FlightXSpeed' }, - 'flightyawdegree' => { 120 => 'FlightYawDegree' }, - 'flightyspeed' => { 120 => 'FlightYSpeed' }, - 'flightzspeed' => { 120 => 'FlightZSpeed' }, - 'fliphorizontal' => { 298 => 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, 31 => 0x5, 32 => 0x6, 80 => 0x15, 123 => 0x829d, 141 => 0xfd04, 144 => 0x1e, 146 => 0xfa23, 148 => 0xf103, 151 => 0x13, 153 => 0x3c, 155 => 0x1c, 156 => 0x18, 158 => 0xc, 167 => 'FNumber', 185 => 0xa, 186 => 0x36, 187 => 0x47, 188 => 0x9, 191 => 0x49c7, 238 => 0x38, 348 => 0x35a, 385 => 0x13, 424 => 0xa019, 427 => [0x31,0x49], 437 => 0x1, 438 => 0x1, 456 => [0x20,0x22,0x26], 520 => 'FNumber' }, - 'focaldistance' => { 500 => '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, 61 => 0x1, 64 => 0x7, 117 => 0x1d, 123 => 0x920a, 151 => 0x1d, 167 => 'FocalLength', 185 => 0x12, 233 => 0xa, 234 => 0xb, 238 => [0xc,0x3c], 343 => 0x1, 385 => 0x1d, 394 => 0x403, 417 => 0x1500, 436 => 0xe, 464 => 0x1278, 465 => 0x1134, 466 => 0x32c, 467 => 0x32c, 468 => 0x30a, 520 => 'FocalLength' }, - 'focallength2' => { 456 => [0x23,0x25,0x29] }, - 'focallength35mm' => { 339 => 'FocalLength35mm' }, - 'focallengthin35mmformat' => { 123 => 0xa405, 424 => 0xa01a, 520 => 'FocalLengthIn35mmFilm' }, - 'focallengthtelezoom' => { 436 => 0x10 }, - 'focalplaneafpointarea' => { 469 => 0x2 }, - 'focalplaneafpointlocation1' => { 469 => 0x6 }, - 'focalplaneafpointlocation10' => { 469 => 0x2a }, - 'focalplaneafpointlocation11' => { 469 => 0x2e }, - 'focalplaneafpointlocation12' => { 469 => 0x32 }, - 'focalplaneafpointlocation13' => { 469 => 0x36 }, - 'focalplaneafpointlocation14' => { 469 => 0x3a }, - 'focalplaneafpointlocation15' => { 469 => 0x3e }, - 'focalplaneafpointlocation2' => { 469 => 0xa }, - 'focalplaneafpointlocation3' => { 469 => 0xe }, - 'focalplaneafpointlocation4' => { 469 => 0x12 }, - 'focalplaneafpointlocation5' => { 469 => 0x16 }, - 'focalplaneafpointlocation6' => { 469 => 0x1a }, - 'focalplaneafpointlocation7' => { 469 => 0x1e }, - 'focalplaneafpointlocation8' => { 469 => 0x22 }, - 'focalplaneafpointlocation9' => { 469 => 0x26 }, - 'focalplaneafpointsused' => { 469 => 0x1 }, - 'focalplanediagonal' => { 326 => 0x103, 330 => 0x205 }, - 'focalplaneresolutionunit' => { 123 => 0xa210, 520 => 'FocalPlaneResolutionUnit' }, - 'focalplanexresolution' => { 123 => 0xa20e, 520 => 'FocalPlaneXResolution' }, - 'focalplanexsize' => { 61 => 0x2 }, - 'focalplanexunknown' => { 61 => 0x2 }, - 'focalplaneyresolution' => { 123 => 0xa20f, 520 => 'FocalPlaneYResolution' }, - 'focalplaneysize' => { 61 => 0x3 }, - 'focalplaneyunknown' => { 61 => 0x3 }, - 'focalpointx' => { 500 => 'FocalPointX' }, - 'focalpointy' => { 500 => 'FocalPointY' }, - 'focaltype' => { 10 => 0x2d, 61 => 0x0 }, + 'flashmeteringsegments' => { 386 => 0x20a }, + 'flashmode' => { 117 => 0x4, 143 => 0x3f2, 145 => 0x5c, 156 => 0x27, 164 => 'Mode', 186 => 0x2, 187 => 0x20, 188 => 0x16, 189 => 0xf, 241 => 0x87, 326 => 0x400, 331 => 0x1004, 386 => 0xc, 393 => 0x4, 417 => 0x20, 418 => 0x100a, 427 => 0x225, 438 => 0x13, 439 => 0x7f, 440 => 0x20, 457 => 0x10, 461 => 0x1138, 462 => 0x1138, 463 => 0x1114, 464 => 0x1190, 465 => 0x116c, 466 => 0x1024, 467 => 0x21c, 468 => 0x21c, 469 => 0x211, 521 => [\'Flash','FlashMode'] }, + 'flashmodebutton' => { 250 => 0x80e }, + 'flashmodebuttonplaybackmode' => { 250 => 0x818 }, + 'flashmodel' => { 164 => 'Model', 183 => 'FlashModel', 327 => 0x1001 }, + 'flashoptions' => { 366 => 0x2 }, + 'flashoptions2' => { 366 => 0x10 }, + 'flashoutput' => { 47 => 0x248, 81 => 0x21, 219 => 0xa, 220 => 0xa, 221 => 0xa, 222 => 0x27, 224 => 0x21, 230 => 0x21e, 245 => 0x152, 248 => 0x1b2, 249 => 0x1c6, 250 => 0x1c6 }, + 'flashpixversion' => { 124 => 0xa000, 521 => 'FlashpixVersion' }, + 'flashredeyemode' => { 521 => [\'Flash','FlashRedEyeMode'] }, + 'flashremotecontrol' => { 230 => 0x228, 245 => 0x15c, 248 => 0x1bc, 326 => 0x403 }, + 'flashreturn' => { 521 => [\'Flash','FlashReturn'] }, + 'flashserialnumber' => { 164 => 'SerialNumber', 327 => 0x1003 }, + 'flashsetting' => { 241 => 0x8 }, + 'flashshutterspeed' => { 306 => '20.2', 307 => '23.2', 309 => '23.2', 310 => '23.2', 315 => '15.2', 316 => '22.2', 317 => '7.2', 318 => '22.2', 319 => '23.2', 320 => '23.2', 321 => '23.1', 322 => 0x57, 323 => 0x57, 324 => 0x57 }, + 'flashsource' => { 219 => 0x4, 220 => 0x4, 221 => 0x4, 222 => 0x4, 223 => 0x4, 224 => 0x4 }, + 'flashstatus' => { 373 => 0x0, 457 => [0x82,0x86], 471 => 0x31, 472 => 0x39, 473 => 0x39 }, + 'flashstatusbuilt-in' => { 440 => [0x87,0x287] }, + 'flashstatusexternal' => { 440 => [0x88,0x288] }, + 'flashsyncspeed' => { 306 => '20.1', 307 => '23.1', 309 => '23.1', 310 => '23.1', 315 => '15.1', 316 => '22.1', 318 => '22.1', 319 => '23.1', 320 => '23.1', 322 => 0x53, 323 => 0x53, 324 => 0x53 }, + 'flashsyncspeedav' => { 87 => 0x3, 89 => 0x10f, 90 => 0x2, 91 => 0x3, 92 => 0x2, 93 => 0x2, 94 => 0x3, 95 => 0x6 }, + 'flashthreshold' => { 99 => 0x1 }, + 'flashtype' => { 164 => 'Type', 189 => 0x59, 241 => 0x9, 327 => 0x1000 }, + 'flashwarning' => { 316 => '30.1', 317 => '7.1', 321 => '31.1', 350 => 0x62 }, + 'flashwirelessoption' => { 230 => 0x234, 245 => 0x15a, 248 => 0x1c8 }, + 'flexiblespotposition' => { 452 => 0x201d }, + 'flickadvancedirection' => { 322 => 0x25f, 323 => 0x25f, 324 => 0x277 }, + 'flickerreduce' => { 427 => 0x218 }, + 'flickerreduction' => { 132 => 0x1446, 269 => 0x7 }, + 'flickerreductionindicator' => { 264 => 0x532 }, + 'flickerreductionshooting' => { 246 => 0x1b4, 247 => 0x1b4, 248 => 0x1a4, 249 => 0x1b8, 250 => 0x1b8 }, + 'flightpitchdegree' => { 121 => 'FlightPitchDegree' }, + 'flightrolldegree' => { 121 => 'FlightRollDegree' }, + 'flightxspeed' => { 121 => 'FlightXSpeed' }, + 'flightyawdegree' => { 121 => 'FlightYawDegree' }, + 'flightyspeed' => { 121 => 'FlightYSpeed' }, + 'flightzspeed' => { 121 => 'FlightZSpeed' }, + 'fliphorizontal' => { 299 => 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, 31 => 0x5, 32 => 0x6, 81 => 0x15, 124 => 0x829d, 142 => 0xfd04, 145 => 0x1e, 147 => 0xfa23, 149 => 0xf103, 152 => 0x13, 154 => 0x3c, 156 => 0x1c, 157 => 0x18, 159 => 0xc, 168 => 'FNumber', 186 => 0xa, 187 => 0x36, 188 => 0x47, 189 => 0x9, 192 => 0x49c7, 239 => 0x38, 349 => 0x35a, 386 => 0x13, 425 => 0xa019, 428 => [0x31,0x49], 438 => 0x1, 439 => 0x1, 457 => [0x20,0x22,0x26], 521 => 'FNumber' }, + 'focaldistance' => { 501 => '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, 62 => 0x1, 65 => 0x7, 118 => 0x1d, 124 => 0x920a, 152 => 0x1d, 168 => 'FocalLength', 186 => 0x12, 234 => 0xa, 235 => 0xb, 239 => [0xc,0x3c], 344 => 0x1, 386 => 0x1d, 395 => 0x403, 418 => 0x1500, 437 => 0xe, 465 => 0x1278, 466 => 0x1134, 467 => 0x32c, 468 => 0x32c, 469 => 0x30a, 521 => 'FocalLength' }, + 'focallength2' => { 457 => [0x23,0x25,0x29] }, + 'focallength35mm' => { 340 => 'FocalLength35mm' }, + 'focallengthin35mmformat' => { 124 => 0xa405, 425 => 0xa01a, 521 => 'FocalLengthIn35mmFilm' }, + 'focallengthtelezoom' => { 437 => 0x10 }, + 'focalplaneafpointarea' => { 470 => 0x2 }, + 'focalplaneafpointlocation1' => { 470 => 0x6 }, + 'focalplaneafpointlocation10' => { 470 => 0x2a }, + 'focalplaneafpointlocation11' => { 470 => 0x2e }, + 'focalplaneafpointlocation12' => { 470 => 0x32 }, + 'focalplaneafpointlocation13' => { 470 => 0x36 }, + 'focalplaneafpointlocation14' => { 470 => 0x3a }, + 'focalplaneafpointlocation15' => { 470 => 0x3e }, + 'focalplaneafpointlocation2' => { 470 => 0xa }, + 'focalplaneafpointlocation3' => { 470 => 0xe }, + 'focalplaneafpointlocation4' => { 470 => 0x12 }, + 'focalplaneafpointlocation5' => { 470 => 0x16 }, + 'focalplaneafpointlocation6' => { 470 => 0x1a }, + 'focalplaneafpointlocation7' => { 470 => 0x1e }, + 'focalplaneafpointlocation8' => { 470 => 0x22 }, + 'focalplaneafpointlocation9' => { 470 => 0x26 }, + 'focalplaneafpointsused' => { 470 => 0x1 }, + 'focalplanediagonal' => { 327 => 0x103, 331 => 0x205 }, + 'focalplaneresolutionunit' => { 124 => 0xa210, 521 => 'FocalPlaneResolutionUnit' }, + 'focalplanexresolution' => { 124 => 0xa20e, 521 => 'FocalPlaneXResolution' }, + 'focalplanexsize' => { 62 => 0x2 }, + 'focalplanexunknown' => { 62 => 0x2 }, + 'focalplaneyresolution' => { 124 => 0xa20f, 521 => 'FocalPlaneYResolution' }, + 'focalplaneysize' => { 62 => 0x3 }, + 'focalplaneyunknown' => { 62 => 0x3 }, + 'focalpointx' => { 501 => 'FocalPointX' }, + 'focalpointy' => { 501 => 'FocalPointY' }, + 'focaltype' => { 10 => 0x2d, 62 => 0x0 }, 'focalunits' => { 36 => 0x19 }, - 'focus' => { 287 => 0x8 }, - 'focusarea' => { 185 => 0x31 }, - 'focusareaselection' => { 316 => '15.2' }, - 'focusbracket' => { 349 => 0xbd }, - 'focusbracketstepsize' => { 325 => 0x308 }, + 'focus' => { 288 => 0x8 }, + 'focusarea' => { 186 => 0x31 }, + 'focusareaselection' => { 317 => '15.2' }, + 'focusbracket' => { 350 => 0xbd }, + 'focusbracketstepsize' => { 326 => 0x308 }, 'focuscontinuous' => { 36 => 0x20 }, - 'focusdisplayaiservoandmf' => { 88 => 0x515 }, - 'focusdistance' => { 167 => 'FocusDistance', 185 => 0x13, 191 => 0x49bb, 233 => 0x9, 234 => 0xa, 238 => [0xb,0x4e], 328 => 0x305, 343 => 0x0, 347 => 0x304, 348 => 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, 59 => 0x15, 80 => 0x14 }, + 'focusdisplayaiservoandmf' => { 89 => 0x515 }, + 'focusdistance' => { 168 => 'FocusDistance', 186 => 0x13, 192 => 0x49bb, 234 => 0x9, 235 => 0xa, 239 => [0xb,0x4e], 329 => 0x305, 344 => 0x0, 348 => 0x304, 349 => 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, 60 => 0x15, 81 => 0x14 }, 'focusdistancerange' => { 1 => 0xc }, - 'focusdistancerangewidth' => { 238 => 0x4c }, - 'focusdistanceupper' => { 7 => 0x43, 9 => 0x8c, 11 => 0x43, 13 => 0x54, 14 => 0x43, 15 => 0x43, 16 => 0x50, 17 => 0x50, 18 => 0x54, 20 => 0x50, 21 => 0x8c, 22 => 0x57, 23 => 0x55, 24 => 0x8c, 25 => 0x92, 26 => 0x93, 27 => 0xa5, 28 => 0x54, 29 => 0xa5, 59 => 0x14, 80 => 0x13 }, - 'focusholdbutton' => { 188 => 0x44 }, - 'focusinfoversion' => { 328 => 0x0 }, - 'focusingscreen' => { 87 => 0x0, 88 => 0x80b, 93 => 0x0 }, - 'focuslocation' => { 451 => 0x2027 }, - 'focuslocation2' => { 451 => 0x204a }, - 'focuslocked' => { 184 => 0x14 }, - 'focusmode' => { 36 => 0x7, 116 => 0x3, 117 => [0x3003,0xd], 131 => 0x1021, 142 => 0x3f5, 144 => 0x38, 160 => 'FocusMode', 185 => 0x30, 187 => 0xe, 188 => 0xc, 240 => 0x7, 325 => 0x301, 330 => 0x100b, 349 => 0x7, 385 => 0xd, 392 => 0x3, 417 => 0x1006, 430 => [0xb,0x5], 436 => [0x15,0x1d], 437 => 0x4d, 438 => 0x4d, 451 => [0xb042,0xb04e,0x201b], 456 => 0x13, 477 => 0x16 }, - 'focusmode2' => { 130 => '0.1', 365 => '3.1', 456 => [0x2c,0x2e,0x32] }, - 'focusmodesetting' => { 307 => '10.1', 434 => 0x14, 435 => 0x15, 437 => 0x10, 438 => 0xf, 439 => 0x6 }, - 'focusmodeswitch' => { 188 => 0x58, 437 => 0x2e }, - 'focuspeakingdisplay' => { 321 => 0x235, 322 => 0x235, 323 => 0x24d }, - 'focuspeakinghighlightcolor' => { 321 => 0x4b, 322 => 0x4b, 323 => 0x4b }, - 'focuspeakinglevel' => { 321 => 0x49, 322 => 0x49, 323 => 0x49 }, - 'focuspixel' => { 131 => 0x1023 }, - 'focuspointlock' => { 321 => 0x1d3, 322 => 0x1d3, 323 => 0x1eb }, - 'focuspointpersistence' => { 321 => 0x105, 322 => 0x105, 323 => 0x11b }, - 'focuspointwrap' => { 305 => '2.2', 306 => '2.2', 308 => '2.1', 309 => '2.1', 313 => '1.1', 314 => '2.2', 315 => '1.1', 318 => '2.2', 319 => '2.1', 320 => '2.5', 321 => 0x16, 322 => 0x16, 323 => 0x16 }, - 'focusposition' => { 1 => 0x2f, 233 => 0x8, 234 => 0x8, 385 => 0x10, 448 => 0x9bb }, - 'focusposition2' => { 456 => [0x29,0x2b,0x2f], 477 => 0x2d, 480 => 0x20 }, - 'focuspositionhorizontal' => { 197 => 0x2f, 198 => 0x43 }, - 'focuspositionvertical' => { 197 => 0x31, 198 => 0x45 }, - 'focusprocess' => { 325 => 0x302 }, - 'focusrange' => { 36 => 0x12, 330 => 0x100a }, - 'focusrangeindex' => { 375 => '3.1' }, - 'focusresult' => { 198 => 0x4a }, - 'focusringrotation' => { 88 => 0x713 }, - 'focussetting' => { 427 => 0x6 }, - 'focusshiftautoreset' => { 248 => 0x6da, 249 => 0x748 }, - 'focusshiftexposurelock' => { 229 => 0x1b4, 244 => 0xe8, 245 => 0x100, 246 => 0x100, 247 => 0xf4, 248 => 0x104, 249 => 0x104 }, - 'focusshiftinterval' => { 229 => 0x1b0, 244 => 0xe4, 245 => 0xfc, 246 => 0xfc, 247 => 0xf0, 248 => 0x100, 249 => 0x100 }, - 'focusshiftnumbershots' => { 229 => 0x1a8, 244 => 0xdc, 245 => 0xf4, 246 => 0xf4, 247 => 0xe8, 248 => 0xf8, 249 => 0xf8 }, - 'focusshiftshooting' => { 266 => 0x20 }, - 'focusshiftstepwidth' => { 229 => 0x1ac, 244 => 0xe0, 245 => 0xf8, 246 => 0xf8, 247 => 0xec, 248 => 0xfc, 249 => 0xfc }, - 'focusstatus' => { 436 => 0x19, 437 => 0x53, 438 => 0x53 }, - 'focusstepcount' => { 328 => 0x301, 330 => 0x100e }, - 'focusstepinfinity' => { 328 => 0x303, 330 => 0x103b }, - 'focusstepnear' => { 328 => 0x304, 330 => 0x103c }, - 'focusstepsfrominfinity' => { 238 => 0x58 }, - 'focustrackinglockon' => { 305 => ['1.5','4.1'], 306 => '1.4', 313 => '0.4', 314 => '3.1', 315 => '0.4', 318 => '1.4' }, - 'focuswarning' => { 131 => 0x1301 }, - 'foldername' => { 185 => 0x27 }, - 'foldernumber' => { 437 => 0x9a, 439 => [0x402,0x114,0x316] }, - 'fontcomposite' => { 548 => [\'Fonts','FontsComposite'] }, - 'fontface' => { 548 => [\'Fonts','FontsFontFace'] }, - 'fontfamily' => { 548 => [\'Fonts','FontsFontFamily'] }, - 'fontfilename' => { 548 => [\'Fonts','FontsFontFileName'] }, - 'fontname' => { 548 => [\'Fonts','FontsFontName'] }, - 'fonts' => { 548 => 'Fonts' }, - 'fonttype' => { 548 => [\'Fonts','FontsFontType'] }, - 'fontversion' => { 548 => [\'Fonts','FontsVersionString'] }, - 'for' => { 401 => 'For' }, - 'forcewrite' => { 124 => 'ForceWrite' }, - 'format' => { 410 => "\xa9fmt", 499 => 'Format', 517 => 'format', 541 => 'Format' }, - 'forwardlock' => { 538 => 'forwardlock' }, - 'forwardmatrix1' => { 123 => 0xc714 }, - 'forwardmatrix2' => { 123 => 0xc715 }, - 'forwardmatrix3' => { 123 => 0xcd34 }, - 'fossilspecimen' => { 122 => 'FossilSpecimen' }, - 'fossilspecimenmaterialsampleid' => { 122 => [\'FossilSpecimen','FossilSpecimenMaterialSampleID'] }, - 'framecount' => { 70 => [0x2,0x4] }, - 'frameheight' => { 131 => 0x3822 }, - 'framenum' => { 396 => 0xd7 }, - 'framenumber' => { 131 => 0x8003, 191 => 0x3c, 385 => 0x29 }, - 'framerate' => { 70 => [0x1,0x6], 123 => 0xc764, 131 => 0x3820 }, - 'framereadouttime' => { 404 => 'camera.framereadouttimeinmicroseconds' }, - 'framewidth' => { 131 => 0x3821 }, - 'framing' => { 532 => 'framing' }, - 'freebytes' => { 101 => 0x1 }, - 'freememorycardimages' => { 186 => [0x37,0x54], 187 => [0x2d,0x4a], 188 => 0x32 }, - 'fujiflashmode' => { 131 => 0x1010 }, - 'fujimodel' => { 131 => 0x1447 }, - 'fujimodel2' => { 131 => 0x1448 }, - 'fullhdhighspeedrec' => { 131 => 0x3824 }, - 'fullimagesize' => { 451 => 0xb02b }, - 'fullpanoheightpixels' => { 502 => 'FullPanoHeightPixels', 503 => 'FullPanoHeightPixels' }, - 'fullpanowidthpixels' => { 502 => 'FullPanoWidthPixels', 503 => 'FullPanoWidthPixels' }, - 'fullpresssnap' => { 417 => 0x100d }, - 'fullsizeimage' => { 166 => 'data' }, - 'fullsizeimagename' => { 166 => '1Name' }, - 'fullsizeimagetype' => { 166 => '0Type' }, - 'func1button' => { 308 => '14.1', 309 => '14.1', 319 => '14.1', 321 => 0x63, 322 => 0x63, 323 => 0x63 }, - 'func1buttonplaybackmode' => { 321 => 0x1a5, 322 => 0x1a5, 323 => 0x1bd }, - 'func1buttonplusdials' => { 308 => '42.1', 309 => '42.1', 319 => '42.1' }, - 'func2button' => { 308 => '80.1', 309 => '80.1', 319 => '80.1', 321 => 0x73, 322 => 0x73, 323 => 0x73 }, - 'func2buttonplaybackmode' => { 321 => 0x1a7, 322 => 0x1a7, 323 => 0x1bf }, - 'func2buttonplusdials' => { 308 => '81.1' }, - 'func3button' => { 308 => '83.1', 322 => 0x119, 323 => 0x131 }, - 'func3buttonplaybackmode' => { 322 => 0x1a9, 323 => 0x1c1 }, - 'func4button' => { 322 => 0x175, 323 => 0x18d }, - 'func4buttonplaybackmode' => { 322 => 0x1af, 323 => 0x1c7 }, - 'funcbutton' => { 305 => ['14.1','15.1'], 306 => '14.1', 314 => '28.1', 315 => '13.1', 318 => '14.1', 320 => '14.1' }, - 'funcbuttonplusdials' => { 305 => ['14.2','15.2'], 306 => '14.2', 314 => '31.1', 318 => '42.1' }, - 'functionbutton' => { 312 => '13.1', 316 => '5.2' }, - 'gainbase' => { 329 => 0x610 }, - 'gaincontrol' => { 123 => 0xa407, 520 => 'GainControl' }, - 'gainmapmax' => { 525 => 'GainMapMax' }, - 'gainmapmin' => { 525 => 'GainMapMin' }, - 'gamma' => { 123 => 0xa500, 142 => 0x8fe, 336 => 'gAMA', 354 => 0x11c, 521 => 'Gamma', 525 => 'Gamma' }, - 'gammablackpoint' => { 109 => 0xc }, - 'gammacolortone' => { 109 => 0x3 }, - 'gammacompensatedvalue' => { 137 => 0x91 }, - 'gammacontrast' => { 109 => 0x2 }, - 'gammacurveoutputrange' => { 109 => 0xf }, - 'gammahighlight' => { 109 => 0xa }, - 'gammalinear' => { 107 => 0x20200 }, - 'gammamidpoint' => { 109 => 0xe }, - 'gammasaturation' => { 109 => 0x4 }, - 'gammashadow' => { 109 => 0x9 }, - 'gammasharpnessstrength' => { 109 => 0x8 }, - 'gammaunsharpmaskfineness' => { 109 => 0x6 }, - 'gammaunsharpmaskstrength' => { 109 => 0x5 }, - 'gammaunsharpmaskthreshold' => { 109 => 0x7 }, - 'gammawhitepoint' => { 109 => 0xd }, - 'garminsettings' => { 410 => 'pmcc' }, - 'garminsoftware' => { 410 => 'uuid' }, - 'gdalmetadata' => { 123 => 0xa480 }, - 'gdalnodata' => { 123 => 0xa481 }, - 'geimagesize' => { 131 => 0x1304 }, - 'gemake' => { 133 => 0x300 }, - 'gemodel' => { 133 => 0x207 }, - 'genre' => { 402 => ['gnre',"\xa9gen"], 404 => 'genre', 410 => ['gnre',"\xa9gen"], 528 => 'Genre', 533 => 'genre', 543 => 'genre' }, - 'genrecvid' => { 528 => [\'Genre','GenreCvId'] }, - 'genrecvtermid' => { 528 => [\'Genre','GenreCvTermId'] }, - 'genrecvtermname' => { 528 => [\'Genre','GenreCvTermName'] }, - 'genrecvtermrefinedabout' => { 528 => [\'Genre','GenreCvTermRefinedAbout'] }, - 'genreid' => { 402 => 'geID' }, - 'geography' => { 534 => 'geography' }, - 'geolocate' => { 124 => 'Geolocate' }, - 'geologicalcontext' => { 122 => 'GeologicalContext' }, - 'geologicalcontextbed' => { 122 => [\'GeologicalContext','GeologicalContextBed'] }, - 'geologicalcontextformation' => { 122 => [\'GeologicalContext','GeologicalContextFormation'] }, - 'geologicalcontextgroup' => { 122 => [\'GeologicalContext','GeologicalContextGroup'] }, - 'geologicalcontextid' => { 122 => [\'GeologicalContext','GeologicalContextGeologicalContextID'] }, - 'geologicalcontextmember' => { 122 => [\'GeologicalContext','GeologicalContextMember'] }, - 'geosync' => { 124 => 'Geosync' }, - 'geotag' => { 124 => 'Geotag' }, - 'geotiffasciiparams' => { 123 => 0x87b1 }, - 'geotiffdirectory' => { 123 => 0x87af }, - 'geotiffdoubleparams' => { 123 => 0x87b0 }, - 'geotime' => { 124 => 'Geotime' }, - 'giftftppriority' => { 504 => 'GIFTFtpPriority' }, - 'gimbalpitchdegree' => { 120 => 'GimbalPitchDegree' }, - 'gimbalreverse' => { 120 => 'GimbalReverse' }, - 'gimbalrolldegree' => { 120 => 'GimbalRollDegree' }, - 'gimbalyawdegree' => { 120 => 'GimbalYawDegree' }, - 'globalaltitude' => { 399 => 0x419 }, - 'globalangle' => { 399 => 0x40d }, - 'good' => { 543 => 'good' }, - 'googlehostheader' => { 402 => 'gshh' }, - 'googlepingmessage' => { 402 => 'gspm' }, - 'googlepingurl' => { 402 => 'gspu' }, - 'googleplusuploadcode' => { 123 => 0x9009 }, - 'googlesourcedata' => { 402 => 'gssd' }, - 'googlestarttime' => { 402 => 'gsst' }, - 'googletrackduration' => { 402 => 'gstd' }, - 'goprotype' => { 410 => 'GoPr' }, - 'gpsaltitude' => { 134 => 0x6, 164 => 'Altitude', 520 => 'GPSAltitude' }, - 'gpsaltituderef' => { 134 => 0x5, 520 => 'GPSAltitudeRef' }, - 'gpsareainformation' => { 134 => 0x1c, 520 => 'GPSAreaInformation' }, - 'gpscoordinates' => { 402 => "\xa9xyz", 404 => 'location.ISO6709', 410 => ['@xyz',"\xa9xyz"] }, - 'gpsdatestamp' => { 134 => 0x1d }, - 'gpsdatetime' => { 164 => 'DateTime', 520 => 'GPSTimeStamp' }, - 'gpsdestbearing' => { 134 => 0x18, 164 => 'Bearing', 520 => 'GPSDestBearing' }, - 'gpsdestbearingref' => { 134 => 0x17, 520 => 'GPSDestBearingRef' }, - 'gpsdestdistance' => { 134 => 0x1a, 164 => 'Distance', 520 => 'GPSDestDistance' }, - 'gpsdestdistanceref' => { 134 => 0x19, 520 => 'GPSDestDistanceRef' }, - 'gpsdestlatitude' => { 134 => 0x14, 520 => 'GPSDestLatitude' }, - 'gpsdestlatituderef' => { 134 => 0x13 }, - 'gpsdestlongitude' => { 134 => 0x16, 520 => 'GPSDestLongitude' }, - 'gpsdestlongituderef' => { 134 => 0x15 }, - 'gpsdifferential' => { 134 => 0x1e, 164 => 'Differential', 520 => 'GPSDifferential' }, - 'gpsdop' => { 134 => 0xb, 520 => 'GPSDOP' }, - 'gpshpositioningerror' => { 134 => 0x1f, 520 => 'GPSHPositioningError' }, - 'gpsimgdirection' => { 134 => 0x11, 520 => 'GPSImgDirection' }, - 'gpsimgdirectionref' => { 134 => 0x10, 520 => 'GPSImgDirectionRef' }, - 'gpslatitude' => { 118 => 'GPS-GPSLatitude', 120 => 'GpsLatitude', 134 => 0x2, 164 => 'Latitude', 520 => 'GPSLatitude' }, - 'gpslatituderef' => { 134 => 0x1 }, - 'gpslongitude' => { 118 => 'GPS-GPSLongitude', 120 => 'GpsLongitude', 134 => 0x4, 164 => 'Longitude', 520 => 'GPSLongitude' }, - 'gpslongituderef' => { 134 => 0x3 }, - 'gpslongtitude' => { 120 => 'GpsLongtitude' }, - 'gpsmapdatum' => { 134 => 0x12, 164 => 'Datum', 520 => 'GPSMapDatum' }, - 'gpsmeasuremode' => { 134 => 0xa, 164 => 'MeasureMode', 520 => 'GPSMeasureMode' }, - 'gpsposition' => { 118 => 'Exif-GPSPosition' }, - 'gpsprocessingmethod' => { 134 => 0x1b, 520 => 'GPSProcessingMethod' }, - 'gpssatellites' => { 134 => 0x8, 164 => 'Satellites', 520 => 'GPSSatellites' }, - 'gpsspeed' => { 134 => 0xd, 164 => 'Speed', 520 => 'GPSSpeed' }, - 'gpsspeedref' => { 134 => 0xc, 520 => 'GPSSpeedRef' }, - 'gpsstatus' => { 134 => 0x9, 520 => 'GPSStatus' }, - 'gpsstring' => { 142 => 0x402 }, - 'gpstimestamp' => { 134 => 0x7 }, - 'gpstrack' => { 134 => 0xf, 164 => 'Heading', 520 => 'GPSTrack' }, - 'gpstrackref' => { 134 => 0xe, 520 => 'GPSTrackRef' }, - 'gpsversionid' => { 134 => 0x0, 520 => 'GPSVersionID' }, - 'gradation' => { 325 => 0x50f }, - 'gradientbasedcorractive' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] }, - 'gradientbasedcorramount' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] }, - 'gradientbasedcorrblacks2012' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'] }, - 'gradientbasedcorrbrightness' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] }, - 'gradientbasedcorrclarity' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] }, - 'gradientbasedcorrclarity2012' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] }, - 'gradientbasedcorrcontrast' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] }, - 'gradientbasedcorrcontrast2012' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] }, - 'gradientbasedcorrcorrectionname' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'] }, - 'gradientbasedcorrcorrectionsyncid' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'] }, - 'gradientbasedcorrdefringe' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] }, - 'gradientbasedcorrdehaze' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'] }, - 'gradientbasedcorrections' => { 514 => 'GradientBasedCorrections', 516 => 'GradientBasedCorrections' }, - 'gradientbasedcorrexposure' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] }, - 'gradientbasedcorrexposure2012' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] }, - 'gradientbasedcorrhighlights2012' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] }, - 'gradientbasedcorrhue' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'] }, - 'gradientbasedcorrluminancenoise' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] }, - 'gradientbasedcorrmaskalpha' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] }, - 'gradientbasedcorrmaskangle' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] }, - 'gradientbasedcorrmaskbottom' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] }, - 'gradientbasedcorrmaskcentervalue' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] }, - 'gradientbasedcorrmaskcenterweight' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] }, - 'gradientbasedcorrmaskdabs' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] }, - 'gradientbasedcorrmaskfeather' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] }, - 'gradientbasedcorrmaskflipped' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] }, - 'gradientbasedcorrmaskflow' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] }, - 'gradientbasedcorrmaskfullx' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] }, - 'gradientbasedcorrmaskfully' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] }, - 'gradientbasedcorrmaskinputdigest' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'] }, - 'gradientbasedcorrmaskleft' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] }, - 'gradientbasedcorrmaskmaskactive' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'] }, - 'gradientbasedcorrmaskmaskblendmode' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'] }, - 'gradientbasedcorrmaskmaskdigest' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'] }, - 'gradientbasedcorrmaskmaskinverted' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'] }, - 'gradientbasedcorrmaskmaskname' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'] }, - 'gradientbasedcorrmaskmasks' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'] }, - 'gradientbasedcorrmaskmasksalpha' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'] }, - 'gradientbasedcorrmaskmasksangle' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'] }, - 'gradientbasedcorrmaskmasksbottom' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'] }, - 'gradientbasedcorrmaskmaskscentervalue' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'] }, - 'gradientbasedcorrmaskmaskscenterweight' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] }, - 'gradientbasedcorrmaskmasksdabs' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'] }, - 'gradientbasedcorrmaskmasksfeather' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'] }, - 'gradientbasedcorrmaskmasksflipped' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'] }, - 'gradientbasedcorrmaskmasksflow' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'] }, - 'gradientbasedcorrmaskmasksfullx' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'] }, - 'gradientbasedcorrmaskmasksfully' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'] }, - 'gradientbasedcorrmaskmasksinputdigest' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'] }, - 'gradientbasedcorrmaskmasksleft' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'] }, - 'gradientbasedcorrmaskmasksmaskactive' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'] }, - 'gradientbasedcorrmaskmasksmaskblendmode' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] }, - 'gradientbasedcorrmaskmasksmaskdigest' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] }, - 'gradientbasedcorrmaskmasksmaskinverted' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] }, - 'gradientbasedcorrmaskmasksmaskname' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'] }, - 'gradientbasedcorrmaskmasksmasksubtype' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] }, - 'gradientbasedcorrmaskmasksmasksyncid' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] }, - 'gradientbasedcorrmaskmasksmaskversion' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] }, - 'gradientbasedcorrmaskmasksmidpoint' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'] }, - 'gradientbasedcorrmaskmasksorigin' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'] }, - 'gradientbasedcorrmaskmasksperimetervalue' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] }, - 'gradientbasedcorrmaskmasksradius' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'] }, - 'gradientbasedcorrmaskmasksreferencepoint' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] }, - 'gradientbasedcorrmaskmasksright' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'] }, - 'gradientbasedcorrmaskmasksroundness' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'] }, - 'gradientbasedcorrmaskmaskssizex' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'] }, - 'gradientbasedcorrmaskmaskssizey' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'] }, - 'gradientbasedcorrmaskmaskstop' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'] }, - 'gradientbasedcorrmaskmasksubtype' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'] }, - 'gradientbasedcorrmaskmasksvalue' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'] }, - 'gradientbasedcorrmaskmasksversion' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'] }, - 'gradientbasedcorrmaskmaskswhat' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'] }, - 'gradientbasedcorrmaskmaskswholeimagearea' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] }, - 'gradientbasedcorrmaskmasksx' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'] }, - 'gradientbasedcorrmaskmasksy' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'] }, - 'gradientbasedcorrmaskmasksyncid' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'] }, - 'gradientbasedcorrmaskmaskszerox' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'] }, - 'gradientbasedcorrmaskmaskszeroy' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'] }, - 'gradientbasedcorrmaskmaskversion' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'] }, - 'gradientbasedcorrmaskmidpoint' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] }, - 'gradientbasedcorrmaskorigin' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'] }, - 'gradientbasedcorrmaskperimetervalue' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] }, - 'gradientbasedcorrmaskradius' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] }, - 'gradientbasedcorrmaskrange' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] }, - 'gradientbasedcorrmaskrangeareamodels' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] }, - 'gradientbasedcorrmaskrangeareamodelscolorsampleinfo' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, - 'gradientbasedcorrmaskrangeareamodelscomponents' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] }, - 'gradientbasedcorrmaskrangecoloramount' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] }, - 'gradientbasedcorrmaskrangedepthfeather' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] }, - 'gradientbasedcorrmaskrangedepthmax' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] }, - 'gradientbasedcorrmaskrangedepthmin' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] }, - 'gradientbasedcorrmaskrangeinvert' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] }, - 'gradientbasedcorrmaskrangelumfeather' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] }, - 'gradientbasedcorrmaskrangeluminancedepthsampleinfo' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] }, - 'gradientbasedcorrmaskrangelummax' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] }, - 'gradientbasedcorrmaskrangelummin' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] }, - 'gradientbasedcorrmaskrangelumrange' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] }, - 'gradientbasedcorrmaskrangesampletype' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] }, - 'gradientbasedcorrmaskrangetype' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] }, - 'gradientbasedcorrmaskrangeversion' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] }, - 'gradientbasedcorrmaskreferencepoint' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'] }, - 'gradientbasedcorrmaskright' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] }, - 'gradientbasedcorrmaskroundness' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] }, - 'gradientbasedcorrmasks' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] }, - 'gradientbasedcorrmasksizex' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] }, - 'gradientbasedcorrmasksizey' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] }, - 'gradientbasedcorrmasktop' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] }, - 'gradientbasedcorrmaskvalue' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] }, - 'gradientbasedcorrmaskversion' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] }, - 'gradientbasedcorrmaskwhat' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] }, - 'gradientbasedcorrmaskwholeimagearea' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'] }, - 'gradientbasedcorrmaskx' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] }, - 'gradientbasedcorrmasky' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] }, - 'gradientbasedcorrmaskzerox' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] }, - 'gradientbasedcorrmaskzeroy' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] }, - 'gradientbasedcorrmoire' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] }, - 'gradientbasedcorrrangemask' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'] }, - 'gradientbasedcorrrangemaskareamodels' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'] }, - 'gradientbasedcorrrangemaskareamodelscolorsampleinfo' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, - 'gradientbasedcorrrangemaskareamodelscomponents' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] }, - 'gradientbasedcorrrangemaskcoloramount' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'] }, - 'gradientbasedcorrrangemaskdepthfeather' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] }, - 'gradientbasedcorrrangemaskdepthmax' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'] }, - 'gradientbasedcorrrangemaskdepthmin' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'] }, - 'gradientbasedcorrrangemaskinvert' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'] }, - 'gradientbasedcorrrangemasklumfeather' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'] }, - 'gradientbasedcorrrangemaskluminancedepthsampleinfo' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] }, - 'gradientbasedcorrrangemasklummax' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'] }, - 'gradientbasedcorrrangemasklummin' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'] }, - 'gradientbasedcorrrangemasklumrange' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'] }, - 'gradientbasedcorrrangemasksampletype' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'] }, - 'gradientbasedcorrrangemasktype' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'] }, - 'gradientbasedcorrrangemaskversion' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'] }, - 'gradientbasedcorrsaturation' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'] }, - 'gradientbasedcorrshadows2012' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] }, - 'gradientbasedcorrsharpness' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] }, - 'gradientbasedcorrtemperature' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] }, - 'gradientbasedcorrtexture' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'] }, - 'gradientbasedcorrtint' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] }, - 'gradientbasedcorrtoninghue' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] }, - 'gradientbasedcorrtoningsaturation' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'] }, - 'gradientbasedcorrwhat' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] }, - 'gradientbasedcorrwhites2012' => { 514 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'], 516 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'] }, - 'grainamount' => { 514 => 'GrainAmount', 516 => 'GrainAmount' }, - 'graineffectroughness' => { 131 => 0x1047 }, - 'graineffectsize' => { 131 => 0x104c }, - 'grainfrequency' => { 514 => 'GrainFrequency', 516 => 'GrainFrequency' }, - 'grainseed' => { 514 => 'GrainSeed', 516 => 'GrainSeed' }, - 'grainsize' => { 514 => 'GrainSize', 516 => 'GrainSize' }, - 'graymixeraqua' => { 514 => 'GrayMixerAqua', 516 => 'GrayMixerAqua' }, - 'graymixerblue' => { 514 => 'GrayMixerBlue', 516 => 'GrayMixerBlue' }, - 'graymixergreen' => { 514 => 'GrayMixerGreen', 516 => 'GrayMixerGreen' }, - 'graymixermagenta' => { 514 => 'GrayMixerMagenta', 516 => 'GrayMixerMagenta' }, - 'graymixerorange' => { 514 => 'GrayMixerOrange', 516 => 'GrayMixerOrange' }, - 'graymixerpurple' => { 514 => 'GrayMixerPurple', 516 => 'GrayMixerPurple' }, - 'graymixerred' => { 514 => 'GrayMixerRed', 516 => 'GrayMixerRed' }, - 'graymixeryellow' => { 514 => 'GrayMixerYellow', 516 => 'GrayMixerYellow' }, - 'graypoint' => { 488 => 0x8021 }, - 'grayresponseunit' => { 123 => 0x122 }, - 'greencurvelimits' => { 112 => 0x1c4 }, - 'greencurvepoints' => { 111 => 0x53, 112 => 0x19a }, + 'focusdistancerangewidth' => { 239 => 0x4c }, + 'focusdistanceupper' => { 7 => 0x43, 9 => 0x8c, 11 => 0x43, 13 => 0x54, 14 => 0x43, 15 => 0x43, 16 => 0x50, 17 => 0x50, 18 => 0x54, 20 => 0x50, 21 => 0x8c, 22 => 0x57, 23 => 0x55, 24 => 0x8c, 25 => 0x92, 26 => 0x93, 27 => 0xa5, 28 => 0x54, 29 => 0xa5, 60 => 0x14, 81 => 0x13 }, + 'focusholdbutton' => { 189 => 0x44 }, + 'focusinfoversion' => { 329 => 0x0 }, + 'focusingscreen' => { 88 => 0x0, 89 => 0x80b, 94 => 0x0 }, + 'focuslocation' => { 452 => 0x2027 }, + 'focuslocation2' => { 452 => 0x204a }, + 'focuslocked' => { 185 => 0x14 }, + 'focusmode' => { 36 => 0x7, 117 => 0x3, 118 => [0x3003,0xd], 132 => 0x1021, 143 => 0x3f5, 145 => 0x38, 161 => 'FocusMode', 186 => 0x30, 188 => 0xe, 189 => 0xc, 241 => 0x7, 326 => 0x301, 331 => 0x100b, 350 => 0x7, 386 => 0xd, 393 => 0x3, 418 => 0x1006, 431 => [0xb,0x5], 437 => [0x15,0x1d], 438 => 0x4d, 439 => 0x4d, 452 => [0xb042,0xb04e,0x201b], 457 => 0x13, 478 => 0x16 }, + 'focusmode2' => { 131 => '0.1', 366 => '3.1', 457 => [0x2c,0x2e,0x32] }, + 'focusmodesetting' => { 308 => '10.1', 435 => 0x14, 436 => 0x15, 438 => 0x10, 439 => 0xf, 440 => 0x6 }, + 'focusmodeswitch' => { 189 => 0x58, 438 => 0x2e }, + 'focuspeakingdisplay' => { 322 => 0x235, 323 => 0x235, 324 => 0x24d }, + 'focuspeakinghighlightcolor' => { 322 => 0x4b, 323 => 0x4b, 324 => 0x4b }, + 'focuspeakinglevel' => { 322 => 0x49, 323 => 0x49, 324 => 0x49 }, + 'focuspixel' => { 132 => 0x1023 }, + 'focuspointlock' => { 322 => 0x1d3, 323 => 0x1d3, 324 => 0x1eb }, + 'focuspointpersistence' => { 322 => 0x105, 323 => 0x105, 324 => 0x11b }, + 'focuspointwrap' => { 306 => '2.2', 307 => '2.2', 309 => '2.1', 310 => '2.1', 314 => '1.1', 315 => '2.2', 316 => '1.1', 319 => '2.2', 320 => '2.1', 321 => '2.5', 322 => 0x16, 323 => 0x16, 324 => 0x16 }, + 'focusposition' => { 1 => 0x2f, 234 => 0x8, 235 => 0x8, 386 => 0x10, 449 => 0x9bb }, + 'focusposition2' => { 457 => [0x29,0x2b,0x2f], 478 => 0x2d, 481 => 0x20 }, + 'focuspositionhorizontal' => { 198 => 0x2f, 199 => 0x43 }, + 'focuspositionvertical' => { 198 => 0x31, 199 => 0x45 }, + 'focusprocess' => { 326 => 0x302 }, + 'focusrange' => { 36 => 0x12, 331 => 0x100a }, + 'focusrangeindex' => { 376 => '3.1' }, + 'focusresult' => { 199 => 0x4a }, + 'focusringrotation' => { 89 => 0x713 }, + 'focussetting' => { 428 => 0x6 }, + 'focusshiftautoreset' => { 249 => 0x6da, 250 => 0x748 }, + 'focusshiftexposurelock' => { 230 => 0x1b4, 245 => 0xe8, 246 => 0x100, 247 => 0x100, 248 => 0xf4, 249 => 0x104, 250 => 0x104 }, + 'focusshiftinterval' => { 230 => 0x1b0, 245 => 0xe4, 246 => 0xfc, 247 => 0xfc, 248 => 0xf0, 249 => 0x100, 250 => 0x100 }, + 'focusshiftnumbershots' => { 230 => 0x1a8, 245 => 0xdc, 246 => 0xf4, 247 => 0xf4, 248 => 0xe8, 249 => 0xf8, 250 => 0xf8 }, + 'focusshiftshooting' => { 267 => 0x20 }, + 'focusshiftstepwidth' => { 230 => 0x1ac, 245 => 0xe0, 246 => 0xf8, 247 => 0xf8, 248 => 0xec, 249 => 0xfc, 250 => 0xfc }, + 'focusstatus' => { 437 => 0x19, 438 => 0x53, 439 => 0x53 }, + 'focusstepcount' => { 329 => 0x301, 331 => 0x100e }, + 'focusstepinfinity' => { 329 => 0x303, 331 => 0x103b }, + 'focusstepnear' => { 329 => 0x304, 331 => 0x103c }, + 'focusstepsfrominfinity' => { 239 => 0x58 }, + 'focustrackinglockon' => { 306 => ['1.5','4.1'], 307 => '1.4', 314 => '0.4', 315 => '3.1', 316 => '0.4', 319 => '1.4' }, + 'focuswarning' => { 132 => 0x1301 }, + 'foldername' => { 186 => 0x27 }, + 'foldernumber' => { 438 => 0x9a, 440 => [0x402,0x114,0x316] }, + 'fontcomposite' => { 549 => [\'Fonts','FontsComposite'] }, + 'fontface' => { 549 => [\'Fonts','FontsFontFace'] }, + 'fontfamily' => { 549 => [\'Fonts','FontsFontFamily'] }, + 'fontfilename' => { 549 => [\'Fonts','FontsFontFileName'] }, + 'fontname' => { 549 => [\'Fonts','FontsFontName'] }, + 'fonts' => { 549 => 'Fonts' }, + 'fonttype' => { 549 => [\'Fonts','FontsFontType'] }, + 'fontversion' => { 549 => [\'Fonts','FontsVersionString'] }, + 'for' => { 402 => 'For' }, + 'forcewrite' => { 125 => 'ForceWrite' }, + 'format' => { 411 => "\xa9fmt", 500 => 'Format', 518 => 'format', 542 => 'Format' }, + 'forwardlock' => { 539 => 'forwardlock' }, + 'forwardmatrix1' => { 124 => 0xc714 }, + 'forwardmatrix2' => { 124 => 0xc715 }, + 'forwardmatrix3' => { 124 => 0xcd34 }, + 'fossilspecimen' => { 123 => 'FossilSpecimen' }, + 'fossilspecimenmaterialsampleid' => { 123 => [\'FossilSpecimen','FossilSpecimenMaterialSampleID'] }, + 'framecount' => { 71 => [0x2,0x4] }, + 'frameheight' => { 132 => 0x3822 }, + 'framenum' => { 397 => 0xd7 }, + 'framenumber' => { 132 => 0x8003, 192 => 0x3c, 386 => 0x29 }, + 'framerate' => { 71 => [0x1,0x6], 124 => 0xc764, 132 => 0x3820 }, + 'framereadouttime' => { 405 => 'camera.framereadouttimeinmicroseconds' }, + 'framewidth' => { 132 => 0x3821 }, + 'framing' => { 533 => 'framing' }, + 'freebytes' => { 102 => 0x1 }, + 'freememorycardimages' => { 187 => [0x37,0x54], 188 => [0x2d,0x4a], 189 => 0x32 }, + 'fujiflashmode' => { 132 => 0x1010 }, + 'fujimodel' => { 132 => 0x1447 }, + 'fujimodel2' => { 132 => 0x1448 }, + 'fullhdhighspeedrec' => { 132 => 0x3824 }, + 'fullimagesize' => { 452 => 0xb02b }, + 'fullpanoheightpixels' => { 503 => 'FullPanoHeightPixels', 504 => 'FullPanoHeightPixels' }, + 'fullpanowidthpixels' => { 503 => 'FullPanoWidthPixels', 504 => 'FullPanoWidthPixels' }, + 'fullpresssnap' => { 418 => 0x100d }, + 'fullsizeimage' => { 167 => 'data' }, + 'fullsizeimagename' => { 167 => '1Name' }, + 'fullsizeimagetype' => { 167 => '0Type' }, + 'func1button' => { 309 => '14.1', 310 => '14.1', 320 => '14.1', 322 => 0x63, 323 => 0x63, 324 => 0x63 }, + 'func1buttonplaybackmode' => { 322 => 0x1a5, 323 => 0x1a5, 324 => 0x1bd }, + 'func1buttonplusdials' => { 309 => '42.1', 310 => '42.1', 320 => '42.1' }, + 'func2button' => { 309 => '80.1', 310 => '80.1', 320 => '80.1', 322 => 0x73, 323 => 0x73, 324 => 0x73 }, + 'func2buttonplaybackmode' => { 322 => 0x1a7, 323 => 0x1a7, 324 => 0x1bf }, + 'func2buttonplusdials' => { 309 => '81.1' }, + 'func3button' => { 309 => '83.1', 323 => 0x119, 324 => 0x131 }, + 'func3buttonplaybackmode' => { 323 => 0x1a9, 324 => 0x1c1 }, + 'func4button' => { 323 => 0x175, 324 => 0x18d }, + 'func4buttonplaybackmode' => { 323 => 0x1af, 324 => 0x1c7 }, + 'funcbutton' => { 306 => ['14.1','15.1'], 307 => '14.1', 315 => '28.1', 316 => '13.1', 319 => '14.1', 321 => '14.1' }, + 'funcbuttonplusdials' => { 306 => ['14.2','15.2'], 307 => '14.2', 315 => '31.1', 319 => '42.1' }, + 'functionbutton' => { 313 => '13.1', 317 => '5.2' }, + 'gainbase' => { 330 => 0x610 }, + 'gaincontrol' => { 124 => 0xa407, 521 => 'GainControl' }, + 'gainmapmax' => { 526 => 'GainMapMax' }, + 'gainmapmin' => { 526 => 'GainMapMin' }, + 'gamma' => { 124 => 0xa500, 143 => 0x8fe, 337 => 'gAMA', 355 => 0x11c, 522 => 'Gamma', 526 => 'Gamma' }, + 'gammablackpoint' => { 110 => 0xc }, + 'gammacolortone' => { 110 => 0x3 }, + 'gammacompensatedvalue' => { 138 => 0x91 }, + 'gammacontrast' => { 110 => 0x2 }, + 'gammacurveoutputrange' => { 110 => 0xf }, + 'gammahighlight' => { 110 => 0xa }, + 'gammalinear' => { 108 => 0x20200 }, + 'gammamidpoint' => { 110 => 0xe }, + 'gammasaturation' => { 110 => 0x4 }, + 'gammashadow' => { 110 => 0x9 }, + 'gammasharpnessstrength' => { 110 => 0x8 }, + 'gammaunsharpmaskfineness' => { 110 => 0x6 }, + 'gammaunsharpmaskstrength' => { 110 => 0x5 }, + 'gammaunsharpmaskthreshold' => { 110 => 0x7 }, + 'gammawhitepoint' => { 110 => 0xd }, + 'garminsettings' => { 411 => 'pmcc' }, + 'garminsoftware' => { 411 => 'uuid' }, + 'gdalmetadata' => { 124 => 0xa480 }, + 'gdalnodata' => { 124 => 0xa481 }, + 'geimagesize' => { 132 => 0x1304 }, + 'gemake' => { 134 => 0x300 }, + 'gemodel' => { 134 => 0x207 }, + 'genre' => { 403 => ['gnre',"\xa9gen"], 405 => 'genre', 411 => ['gnre',"\xa9gen"], 529 => 'Genre', 534 => 'genre', 544 => 'genre' }, + 'genrecvid' => { 529 => [\'Genre','GenreCvId'] }, + 'genrecvtermid' => { 529 => [\'Genre','GenreCvTermId'] }, + 'genrecvtermname' => { 529 => [\'Genre','GenreCvTermName'] }, + 'genrecvtermrefinedabout' => { 529 => [\'Genre','GenreCvTermRefinedAbout'] }, + 'genreid' => { 403 => 'geID' }, + 'geography' => { 535 => 'geography' }, + 'geolocate' => { 125 => 'Geolocate' }, + 'geologicalcontext' => { 123 => 'GeologicalContext' }, + 'geologicalcontextbed' => { 123 => [\'GeologicalContext','GeologicalContextBed'] }, + 'geologicalcontextformation' => { 123 => [\'GeologicalContext','GeologicalContextFormation'] }, + 'geologicalcontextgroup' => { 123 => [\'GeologicalContext','GeologicalContextGroup'] }, + 'geologicalcontextid' => { 123 => [\'GeologicalContext','GeologicalContextGeologicalContextID'] }, + 'geologicalcontextmember' => { 123 => [\'GeologicalContext','GeologicalContextMember'] }, + 'geosync' => { 125 => 'Geosync' }, + 'geotag' => { 125 => 'Geotag' }, + 'geotiffasciiparams' => { 124 => 0x87b1 }, + 'geotiffdirectory' => { 124 => 0x87af }, + 'geotiffdoubleparams' => { 124 => 0x87b0 }, + 'geotime' => { 125 => 'Geotime' }, + 'giftftppriority' => { 505 => 'GIFTFtpPriority' }, + 'gimbalpitchdegree' => { 121 => 'GimbalPitchDegree' }, + 'gimbalreverse' => { 121 => 'GimbalReverse' }, + 'gimbalrolldegree' => { 121 => 'GimbalRollDegree' }, + 'gimbalyawdegree' => { 121 => 'GimbalYawDegree' }, + 'globalaltitude' => { 400 => 0x419 }, + 'globalangle' => { 400 => 0x40d }, + 'good' => { 544 => 'good' }, + 'googlehostheader' => { 403 => 'gshh' }, + 'googlepingmessage' => { 403 => 'gspm' }, + 'googlepingurl' => { 403 => 'gspu' }, + 'googleplusuploadcode' => { 124 => 0x9009 }, + 'googlesourcedata' => { 403 => 'gssd' }, + 'googlestarttime' => { 403 => 'gsst' }, + 'googletrackduration' => { 403 => 'gstd' }, + 'goprotype' => { 411 => 'GoPr' }, + 'gpsaltitude' => { 135 => 0x6, 165 => 'Altitude', 521 => 'GPSAltitude' }, + 'gpsaltituderef' => { 135 => 0x5, 521 => 'GPSAltitudeRef' }, + 'gpsareainformation' => { 135 => 0x1c, 521 => 'GPSAreaInformation' }, + 'gpscoordinates' => { 403 => "\xa9xyz", 405 => 'location.ISO6709', 411 => ['@xyz',"\xa9xyz"] }, + 'gpsdatestamp' => { 135 => 0x1d }, + 'gpsdatetime' => { 165 => 'DateTime', 521 => 'GPSTimeStamp' }, + 'gpsdestbearing' => { 135 => 0x18, 165 => 'Bearing', 521 => 'GPSDestBearing' }, + 'gpsdestbearingref' => { 135 => 0x17, 521 => 'GPSDestBearingRef' }, + 'gpsdestdistance' => { 135 => 0x1a, 165 => 'Distance', 521 => 'GPSDestDistance' }, + 'gpsdestdistanceref' => { 135 => 0x19, 521 => 'GPSDestDistanceRef' }, + 'gpsdestlatitude' => { 135 => 0x14, 521 => 'GPSDestLatitude' }, + 'gpsdestlatituderef' => { 135 => 0x13 }, + 'gpsdestlongitude' => { 135 => 0x16, 521 => 'GPSDestLongitude' }, + 'gpsdestlongituderef' => { 135 => 0x15 }, + 'gpsdifferential' => { 135 => 0x1e, 165 => 'Differential', 521 => 'GPSDifferential' }, + 'gpsdop' => { 135 => 0xb, 521 => 'GPSDOP' }, + 'gpshpositioningerror' => { 135 => 0x1f, 521 => 'GPSHPositioningError' }, + 'gpsimgdirection' => { 135 => 0x11, 521 => 'GPSImgDirection' }, + 'gpsimgdirectionref' => { 135 => 0x10, 521 => 'GPSImgDirectionRef' }, + 'gpslatitude' => { 119 => 'GPS-GPSLatitude', 121 => 'GpsLatitude', 135 => 0x2, 165 => 'Latitude', 521 => 'GPSLatitude' }, + 'gpslatituderef' => { 135 => 0x1 }, + 'gpslongitude' => { 119 => 'GPS-GPSLongitude', 121 => 'GpsLongitude', 135 => 0x4, 165 => 'Longitude', 521 => 'GPSLongitude' }, + 'gpslongituderef' => { 135 => 0x3 }, + 'gpslongtitude' => { 121 => 'GpsLongtitude' }, + 'gpsmapdatum' => { 135 => 0x12, 165 => 'Datum', 521 => 'GPSMapDatum' }, + 'gpsmeasuremode' => { 135 => 0xa, 165 => 'MeasureMode', 521 => 'GPSMeasureMode' }, + 'gpsposition' => { 119 => 'Exif-GPSPosition' }, + 'gpsprocessingmethod' => { 135 => 0x1b, 521 => 'GPSProcessingMethod' }, + 'gpssatellites' => { 135 => 0x8, 165 => 'Satellites', 521 => 'GPSSatellites' }, + 'gpsspeed' => { 135 => 0xd, 165 => 'Speed', 521 => 'GPSSpeed' }, + 'gpsspeedref' => { 135 => 0xc, 521 => 'GPSSpeedRef' }, + 'gpsstatus' => { 135 => 0x9, 521 => 'GPSStatus' }, + 'gpsstring' => { 143 => 0x402 }, + 'gpstimestamp' => { 135 => 0x7 }, + 'gpstrack' => { 135 => 0xf, 165 => 'Heading', 521 => 'GPSTrack' }, + 'gpstrackref' => { 135 => 0xe, 521 => 'GPSTrackRef' }, + 'gpsversionid' => { 135 => 0x0, 521 => 'GPSVersionID' }, + 'gradation' => { 326 => 0x50f }, + 'gradientbasedcorractive' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] }, + 'gradientbasedcorramount' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] }, + 'gradientbasedcorrblacks2012' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'] }, + 'gradientbasedcorrbrightness' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] }, + 'gradientbasedcorrclarity' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] }, + 'gradientbasedcorrclarity2012' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] }, + 'gradientbasedcorrcontrast' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] }, + 'gradientbasedcorrcontrast2012' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] }, + 'gradientbasedcorrcorrectionname' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'] }, + 'gradientbasedcorrcorrectionsyncid' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'] }, + 'gradientbasedcorrdefringe' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] }, + 'gradientbasedcorrdehaze' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'] }, + 'gradientbasedcorrections' => { 515 => 'GradientBasedCorrections', 517 => 'GradientBasedCorrections' }, + 'gradientbasedcorrexposure' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] }, + 'gradientbasedcorrexposure2012' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] }, + 'gradientbasedcorrhighlights2012' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] }, + 'gradientbasedcorrhue' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'] }, + 'gradientbasedcorrluminancenoise' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] }, + 'gradientbasedcorrmaskalpha' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] }, + 'gradientbasedcorrmaskangle' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] }, + 'gradientbasedcorrmaskbottom' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] }, + 'gradientbasedcorrmaskcentervalue' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] }, + 'gradientbasedcorrmaskcenterweight' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] }, + 'gradientbasedcorrmaskdabs' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] }, + 'gradientbasedcorrmaskfeather' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] }, + 'gradientbasedcorrmaskflipped' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] }, + 'gradientbasedcorrmaskflow' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] }, + 'gradientbasedcorrmaskfullx' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] }, + 'gradientbasedcorrmaskfully' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] }, + 'gradientbasedcorrmaskinputdigest' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'] }, + 'gradientbasedcorrmaskleft' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] }, + 'gradientbasedcorrmaskmaskactive' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'] }, + 'gradientbasedcorrmaskmaskblendmode' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'] }, + 'gradientbasedcorrmaskmaskdigest' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'] }, + 'gradientbasedcorrmaskmaskinverted' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'] }, + 'gradientbasedcorrmaskmaskname' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'] }, + 'gradientbasedcorrmaskmasks' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'] }, + 'gradientbasedcorrmaskmasksalpha' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'] }, + 'gradientbasedcorrmaskmasksangle' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'] }, + 'gradientbasedcorrmaskmasksbottom' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'] }, + 'gradientbasedcorrmaskmaskscentervalue' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'] }, + 'gradientbasedcorrmaskmaskscenterweight' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] }, + 'gradientbasedcorrmaskmasksdabs' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'] }, + 'gradientbasedcorrmaskmasksfeather' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'] }, + 'gradientbasedcorrmaskmasksflipped' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'] }, + 'gradientbasedcorrmaskmasksflow' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'] }, + 'gradientbasedcorrmaskmasksfullx' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'] }, + 'gradientbasedcorrmaskmasksfully' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'] }, + 'gradientbasedcorrmaskmasksinputdigest' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'] }, + 'gradientbasedcorrmaskmasksleft' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'] }, + 'gradientbasedcorrmaskmasksmaskactive' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'] }, + 'gradientbasedcorrmaskmasksmaskblendmode' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] }, + 'gradientbasedcorrmaskmasksmaskdigest' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] }, + 'gradientbasedcorrmaskmasksmaskinverted' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] }, + 'gradientbasedcorrmaskmasksmaskname' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'] }, + 'gradientbasedcorrmaskmasksmasksubtype' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] }, + 'gradientbasedcorrmaskmasksmasksyncid' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] }, + 'gradientbasedcorrmaskmasksmaskversion' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] }, + 'gradientbasedcorrmaskmasksmidpoint' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'] }, + 'gradientbasedcorrmaskmasksorigin' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'] }, + 'gradientbasedcorrmaskmasksperimetervalue' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] }, + 'gradientbasedcorrmaskmasksradius' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'] }, + 'gradientbasedcorrmaskmasksreferencepoint' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] }, + 'gradientbasedcorrmaskmasksright' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'] }, + 'gradientbasedcorrmaskmasksroundness' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'] }, + 'gradientbasedcorrmaskmaskssizex' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'] }, + 'gradientbasedcorrmaskmaskssizey' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'] }, + 'gradientbasedcorrmaskmaskstop' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'] }, + 'gradientbasedcorrmaskmasksubtype' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'] }, + 'gradientbasedcorrmaskmasksvalue' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'] }, + 'gradientbasedcorrmaskmasksversion' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'] }, + 'gradientbasedcorrmaskmaskswhat' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'] }, + 'gradientbasedcorrmaskmaskswholeimagearea' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] }, + 'gradientbasedcorrmaskmasksx' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'] }, + 'gradientbasedcorrmaskmasksy' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'] }, + 'gradientbasedcorrmaskmasksyncid' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'] }, + 'gradientbasedcorrmaskmaskszerox' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'] }, + 'gradientbasedcorrmaskmaskszeroy' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'] }, + 'gradientbasedcorrmaskmaskversion' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'] }, + 'gradientbasedcorrmaskmidpoint' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] }, + 'gradientbasedcorrmaskorigin' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'] }, + 'gradientbasedcorrmaskperimetervalue' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] }, + 'gradientbasedcorrmaskradius' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] }, + 'gradientbasedcorrmaskrange' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] }, + 'gradientbasedcorrmaskrangeareamodels' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] }, + 'gradientbasedcorrmaskrangeareamodelscolorsampleinfo' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, + 'gradientbasedcorrmaskrangeareamodelscomponents' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] }, + 'gradientbasedcorrmaskrangecoloramount' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] }, + 'gradientbasedcorrmaskrangedepthfeather' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] }, + 'gradientbasedcorrmaskrangedepthmax' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] }, + 'gradientbasedcorrmaskrangedepthmin' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] }, + 'gradientbasedcorrmaskrangeinvert' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] }, + 'gradientbasedcorrmaskrangelumfeather' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] }, + 'gradientbasedcorrmaskrangeluminancedepthsampleinfo' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] }, + 'gradientbasedcorrmaskrangelummax' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] }, + 'gradientbasedcorrmaskrangelummin' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] }, + 'gradientbasedcorrmaskrangelumrange' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] }, + 'gradientbasedcorrmaskrangesampletype' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] }, + 'gradientbasedcorrmaskrangetype' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] }, + 'gradientbasedcorrmaskrangeversion' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] }, + 'gradientbasedcorrmaskreferencepoint' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'] }, + 'gradientbasedcorrmaskright' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] }, + 'gradientbasedcorrmaskroundness' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] }, + 'gradientbasedcorrmasks' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] }, + 'gradientbasedcorrmasksizex' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] }, + 'gradientbasedcorrmasksizey' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] }, + 'gradientbasedcorrmasktop' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] }, + 'gradientbasedcorrmaskvalue' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] }, + 'gradientbasedcorrmaskversion' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] }, + 'gradientbasedcorrmaskwhat' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] }, + 'gradientbasedcorrmaskwholeimagearea' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'] }, + 'gradientbasedcorrmaskx' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] }, + 'gradientbasedcorrmasky' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] }, + 'gradientbasedcorrmaskzerox' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] }, + 'gradientbasedcorrmaskzeroy' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] }, + 'gradientbasedcorrmoire' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] }, + 'gradientbasedcorrrangemask' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'] }, + 'gradientbasedcorrrangemaskareamodels' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'] }, + 'gradientbasedcorrrangemaskareamodelscolorsampleinfo' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, + 'gradientbasedcorrrangemaskareamodelscomponents' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] }, + 'gradientbasedcorrrangemaskcoloramount' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'] }, + 'gradientbasedcorrrangemaskdepthfeather' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] }, + 'gradientbasedcorrrangemaskdepthmax' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'] }, + 'gradientbasedcorrrangemaskdepthmin' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'] }, + 'gradientbasedcorrrangemaskinvert' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'] }, + 'gradientbasedcorrrangemasklumfeather' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'] }, + 'gradientbasedcorrrangemaskluminancedepthsampleinfo' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] }, + 'gradientbasedcorrrangemasklummax' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'] }, + 'gradientbasedcorrrangemasklummin' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'] }, + 'gradientbasedcorrrangemasklumrange' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'] }, + 'gradientbasedcorrrangemasksampletype' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'] }, + 'gradientbasedcorrrangemasktype' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'] }, + 'gradientbasedcorrrangemaskversion' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'] }, + 'gradientbasedcorrsaturation' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'] }, + 'gradientbasedcorrshadows2012' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] }, + 'gradientbasedcorrsharpness' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] }, + 'gradientbasedcorrtemperature' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] }, + 'gradientbasedcorrtexture' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'] }, + 'gradientbasedcorrtint' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] }, + 'gradientbasedcorrtoninghue' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] }, + 'gradientbasedcorrtoningsaturation' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'] }, + 'gradientbasedcorrwhat' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] }, + 'gradientbasedcorrwhites2012' => { 515 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'], 517 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'] }, + 'grainamount' => { 515 => 'GrainAmount', 517 => 'GrainAmount' }, + 'graineffectroughness' => { 132 => 0x1047 }, + 'graineffectsize' => { 132 => 0x104c }, + 'grainfrequency' => { 515 => 'GrainFrequency', 517 => 'GrainFrequency' }, + 'grainseed' => { 515 => 'GrainSeed', 517 => 'GrainSeed' }, + 'grainsize' => { 515 => 'GrainSize', 517 => 'GrainSize' }, + 'graymixeraqua' => { 515 => 'GrayMixerAqua', 517 => 'GrayMixerAqua' }, + 'graymixerblue' => { 515 => 'GrayMixerBlue', 517 => 'GrayMixerBlue' }, + 'graymixergreen' => { 515 => 'GrayMixerGreen', 517 => 'GrayMixerGreen' }, + 'graymixermagenta' => { 515 => 'GrayMixerMagenta', 517 => 'GrayMixerMagenta' }, + 'graymixerorange' => { 515 => 'GrayMixerOrange', 517 => 'GrayMixerOrange' }, + 'graymixerpurple' => { 515 => 'GrayMixerPurple', 517 => 'GrayMixerPurple' }, + 'graymixerred' => { 515 => 'GrayMixerRed', 517 => 'GrayMixerRed' }, + 'graymixeryellow' => { 515 => 'GrayMixerYellow', 517 => 'GrayMixerYellow' }, + 'graypoint' => { 489 => 0x8021 }, + 'grayresponseunit' => { 124 => 0x122 }, + 'greencurvelimits' => { 113 => 0x1c4 }, + 'greencurvepoints' => { 112 => 0x53, 113 => 0x19a }, 'greenghostmitigationstatus' => { 1 => 0x3f }, - 'greenhsl' => { 107 => 0x20913 }, - 'greenhue' => { 514 => 'GreenHue', 516 => 'GreenHue' }, - 'greensaturation' => { 514 => 'GreenSaturation', 516 => 'GreenSaturation' }, - 'griddisplay' => { 305 => '13.3', 306 => '4.3', 308 => '4.2', 309 => '4.2', 310 => '2.2', 314 => '10.5', 315 => '3.4', 316 => '6.1', 318 => '4.4', 319 => '4.2', 320 => '4.2' }, - 'gripbatteryadload' => { 363 => 0x5 }, - 'gripbatteryadnoload' => { 363 => 0x4 }, - 'gripbatterypercent' => { 363 => 0x11 }, - 'gripbatterystate' => { 363 => ['1.2',0x10] }, - 'gripbatteryvoltage' => { 363 => 0x12 }, - 'group' => { 514 => 'Group', 516 => 'Group' }, - 'groupareaafillumination' => { 306 => '46.4', 309 => '47.4', 318 => '47.4' }, - 'grouping' => { 402 => ['grup',"\xa9grp"], 410 => "\xa9grp" }, - 'guid' => { 402 => 'GUID' }, - 'h2resetblackpixels' => { 142 => 0x18a6 }, - 'h3resetblackcolumns' => { 142 => 0x18ce }, - 'h3resetblackpixels' => { 142 => 0x18b0 }, - 'halftonehints' => { 123 => 0x141 }, - 'hardlink' => { 124 => 'HardLink' }, - 'hasalternative' => { 533 => 'hasAlternative' }, - 'hascorrection' => { 533 => 'hasCorrection' }, - 'hascorrectiona-lang' => { 533 => [\'hasCorrection','hasCorrectionA-lang'] }, - 'hascorrectiona-platform' => { 533 => [\'hasCorrection','hasCorrectionA-platform'] }, - 'hascorrectiontext' => { 533 => [\'hasCorrection','hasCorrectionText'] }, - 'hascrop' => { 514 => 'HasCrop', 516 => 'HasCrop' }, - 'hasextendedxmp' => { 545 => 'HasExtendedXMP' }, - 'hassettings' => { 514 => 'HasSettings', 516 => 'HasSettings' }, - 'hastranslation' => { 533 => 'hasTranslation' }, - 'hasvisibleoverprint' => { 548 => 'HasVisibleOverprint' }, - 'hasvisibletransparency' => { 548 => 'HasVisibleTransparency' }, - 'hdmioutputn-log' => { 244 => 0x35a }, - 'hdmioutputresolution' => { 245 => 0x710, 246 => 0x720, 247 => 0x610, 248 => 0x640, 249 => 0x6a8 }, - 'hdmiviewassist' => { 322 => 0x20f, 323 => 0x227 }, - 'hdr' => { 62 => 0x1, 225 => 0x4, 226 => 0x4, 245 => 0x23a, 246 => 0x23a, 249 => 0x23a, 349 => 0x9e, 385 => 0x85, 451 => 0x200a }, - 'hdrcapacitymax' => { 525 => 'HDRCapacityMax' }, - 'hdrcapacitymin' => { 525 => 'HDRCapacityMin' }, - 'hdreditmode' => { 514 => 'HDREditMode', 516 => 'HDREditMode' }, - 'hdreffect' => { 62 => 0x2 }, + 'greenhsl' => { 108 => 0x20913 }, + 'greenhue' => { 515 => 'GreenHue', 517 => 'GreenHue' }, + 'greensaturation' => { 515 => 'GreenSaturation', 517 => 'GreenSaturation' }, + 'griddisplay' => { 306 => '13.3', 307 => '4.3', 309 => '4.2', 310 => '4.2', 311 => '2.2', 315 => '10.5', 316 => '3.4', 317 => '6.1', 319 => '4.4', 320 => '4.2', 321 => '4.2' }, + 'gripbatteryadload' => { 364 => 0x5 }, + 'gripbatteryadnoload' => { 364 => 0x4 }, + 'gripbatterypercent' => { 364 => 0x11 }, + 'gripbatterystate' => { 364 => ['1.2',0x10] }, + 'gripbatteryvoltage' => { 364 => 0x12 }, + 'group' => { 515 => 'Group', 517 => 'Group' }, + 'groupareaafillumination' => { 307 => '46.4', 310 => '47.4', 319 => '47.4' }, + 'grouping' => { 403 => ['grup',"\xa9grp"], 411 => "\xa9grp" }, + 'guid' => { 403 => 'GUID' }, + 'h2resetblackpixels' => { 143 => 0x18a6 }, + 'h3resetblackcolumns' => { 143 => 0x18ce }, + 'h3resetblackpixels' => { 143 => 0x18b0 }, + 'halftonehints' => { 124 => 0x141 }, + 'hardlink' => { 125 => 'HardLink' }, + 'hasalternative' => { 534 => 'hasAlternative' }, + 'hascorrection' => { 534 => 'hasCorrection' }, + 'hascorrectiona-lang' => { 534 => [\'hasCorrection','hasCorrectionA-lang'] }, + 'hascorrectiona-platform' => { 534 => [\'hasCorrection','hasCorrectionA-platform'] }, + 'hascorrectiontext' => { 534 => [\'hasCorrection','hasCorrectionText'] }, + 'hascrop' => { 515 => 'HasCrop', 517 => 'HasCrop' }, + 'hasextendedxmp' => { 546 => 'HasExtendedXMP' }, + 'hassettings' => { 515 => 'HasSettings', 517 => 'HasSettings' }, + 'hastranslation' => { 534 => 'hasTranslation' }, + 'hasvisibleoverprint' => { 549 => 'HasVisibleOverprint' }, + 'hasvisibletransparency' => { 549 => 'HasVisibleTransparency' }, + 'hdmioutputn-log' => { 245 => 0x35a }, + 'hdmioutputresolution' => { 246 => 0x710, 247 => 0x720, 248 => 0x610, 249 => 0x640, 250 => 0x6a8 }, + 'hdmiviewassist' => { 323 => 0x20f, 324 => 0x227 }, + 'hdr' => { 63 => 0x1, 226 => 0x4, 227 => 0x4, 246 => 0x23a, 247 => 0x23a, 250 => 0x23a, 350 => 0x9e, 386 => 0x85, 452 => 0x200a }, + 'hdrcapacitymax' => { 526 => 'HDRCapacityMax' }, + 'hdrcapacitymin' => { 526 => 'HDRCapacityMin' }, + 'hdreditmode' => { 515 => 'HDREditMode', 517 => 'HDREditMode' }, + 'hdreffect' => { 63 => 0x2 }, 'hdrgain' => { 1 => 0x30 }, 'hdrheadroom' => { 1 => 0x21 }, 'hdrimagetype' => { 1 => 0xa }, - 'hdrlevel' => { 225 => 0x5, 226 => 0x5, 245 => 0x246, 246 => 0x246, 249 => 0x246, 439 => 0x2e, 456 => 0x17 }, - 'hdrlevel2' => { 225 => 0x7 }, - 'hdrplusmakernote' => { 496 => 'HdrPlusMakernote' }, - 'hdrpmakernote' => { 496 => 'hdrp_makernote' }, - 'hdrsetting' => { 439 => 0x2d, 456 => 0x16, 460 => 0x1148, 461 => 0x1148, 462 => 0x1124, 463 => 0x11a0, 464 => 0x117c, 465 => 0x1034, 466 => 0x22c, 467 => 0x22c, 468 => 0x21f }, - 'hdrsmoothing' => { 225 => 0x6 }, - 'hdvideo' => { 402 => 'hdvd' }, - 'headline' => { 135 => 0x69, 528 => 'Headline', 531 => 'Headline' }, - 'hiddendatalength' => { 449 => 0x1 }, - 'hiddendataoffset' => { 449 => 0x0 }, - 'hierarchicalkeywords' => { 175 => [\'Keywords','KeywordsHierarchy'] }, - 'hierarchicalkeywords1' => { 175 => [\'Keywords','KeywordsHierarchyKeyword'] }, - 'hierarchicalkeywords1applied' => { 175 => [\'Keywords','KeywordsHierarchyApplied'] }, - 'hierarchicalkeywords1children' => { 175 => [\'Keywords','KeywordsHierarchyChildren'] }, - 'hierarchicalkeywords2' => { 175 => [\'Keywords','KeywordsHierarchyChildrenKeyword'] }, - 'hierarchicalkeywords2applied' => { 175 => [\'Keywords','KeywordsHierarchyChildrenApplied'] }, - 'hierarchicalkeywords2children' => { 175 => [\'Keywords','KeywordsHierarchyChildrenChildren'] }, - 'hierarchicalkeywords3' => { 175 => [\'Keywords','KeywordsHierarchyChildrenChildrenKeyword'] }, - 'hierarchicalkeywords3applied' => { 175 => [\'Keywords','KeywordsHierarchyChildrenChildrenApplied'] }, - 'hierarchicalkeywords3children' => { 175 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildren'] }, - 'hierarchicalkeywords4' => { 175 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenKeyword'] }, - 'hierarchicalkeywords4applied' => { 175 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenApplied'] }, - 'hierarchicalkeywords4children' => { 175 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildren'] }, - 'hierarchicalkeywords5' => { 175 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenKeyword'] }, - 'hierarchicalkeywords5applied' => { 175 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenApplied'] }, - 'hierarchicalkeywords5children' => { 175 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildren'] }, - 'hierarchicalkeywords6' => { 175 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenKeyword'] }, - 'hierarchicalkeywords6applied' => { 175 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenApplied'] }, - 'hierarchicalsubject' => { 506 => 'hierarchicalSubject' }, - 'highestbiostratigraphiczone' => { 122 => [\'GeologicalContext','GeologicalContextHighestBiostratigraphicZone'] }, - 'highframerate' => { 245 => 0x48, 246 => 0x48, 248 => 0x48, 249 => 0x48 }, - 'highfrequencyflickerreduction' => { 245 => 0x27c, 246 => 0x27c, 248 => 0x27c, 249 => 0x27c }, - 'highisomultiplierblue' => { 354 => 0x1a }, - 'highisomultipliergreen' => { 354 => 0x19 }, - 'highisomultiplierred' => { 354 => 0x18 }, - 'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0xc9, 65 => 0x5, 88 => 0x202, 240 => 0xb1, 385 => 0x71, 437 => 0x2c, 438 => 0x26, 439 => 0x26, 451 => 0x2009, 456 => 0x12, 483 => 0x42 }, - 'highisonoisereduction2' => { 451 => 0xb050 }, - 'highlight' => { 427 => 0xf }, - 'highlight2012' => { 514 => 'Highlight2012', 516 => 'Highlight2012' }, - 'highlightadj' => { 107 => 0x2030c }, - 'highlightcolordistortreduct' => { 488 => 0x8026 }, - 'highlightlinearitylimit' => { 424 => 0xa025 }, - 'highlightprotection' => { 297 => 0x6 }, - 'highlightrecovery' => { 514 => 'HighlightRecovery', 516 => 'HighlightRecovery' }, - 'highlights' => { 451 => 0x2033, 508 => 'Highlights' }, - 'highlights2012' => { 514 => 'Highlights2012', 516 => 'Highlights2012' }, - 'highlightsadj' => { 488 => 0x9019 }, - 'highlightshadow' => { 349 => 0xad }, - 'highlighttone' => { 131 => 0x1041 }, - 'highlighttonepriority' => { 13 => 0x7, 16 => 0x7, 17 => 0x7, 18 => 0x7, 20 => 0x7, 22 => 0x7, 28 => 0x7, 65 => 0x3, 88 => 0x203 }, - 'highlightwarning' => { 349 => 0x8002 }, - 'highlowkeyadj' => { 385 => 0x6c }, - 'highspeedsync' => { 188 => 0x5, 321 => 0x55, 322 => 0x55, 323 => 0x55, 437 => 0x2, 438 => 0x2 }, - 'hintversion' => { 410 => 'hinv' }, - 'histogramxml' => { 298 => 0x83a1a25 }, - 'history' => { 531 => 'History', 544 => 'History' }, - 'historyaction' => { 544 => [\'History','HistoryAction'] }, - 'historychanged' => { 544 => [\'History','HistoryChanged'] }, - 'historyinstanceid' => { 544 => [\'History','HistoryInstanceID'] }, - 'historyparameters' => { 544 => [\'History','HistoryParameters'] }, - 'historysoftwareagent' => { 544 => [\'History','HistorySoftwareAgent'] }, - 'historywhen' => { 544 => [\'History','HistoryWhen'] }, - 'holefilldarkdeltathreshold' => { 142 => 0xc88 }, - 'holefilldeltathreshold' => { 142 => 0xc7e }, - 'hometowncity' => { 117 => 0x3006, 385 => 0x23, 391 => 0x2 }, - 'hometowncitycode' => { 392 => 0x1000 }, - 'hometowndst' => { 385 => 0x25, 391 => '0.2' }, - 'hostcomputer' => { 123 => 0x13c }, - 'hostsoftwarerendering' => { 142 => 0xce7 }, - 'hue' => { 193 => 0x3b, 257 => 0x3d, 258 => 0x45, 385 => 0x67 }, - 'hueadj' => { 301 => 0x2f, 488 => 0x8019 }, - 'hueadjust' => { 417 => 0x1016 }, - 'hueadjustment' => { 186 => 0x4a, 187 => 0x40, 240 => 0x92, 256 => 0x36 }, - 'hueadjustmentaqua' => { 514 => 'HueAdjustmentAqua', 516 => 'HueAdjustmentAqua' }, - 'hueadjustmentblue' => { 514 => 'HueAdjustmentBlue', 516 => 'HueAdjustmentBlue' }, - 'hueadjustmentgreen' => { 514 => 'HueAdjustmentGreen', 516 => 'HueAdjustmentGreen' }, - 'hueadjustmentmagenta' => { 514 => 'HueAdjustmentMagenta', 516 => 'HueAdjustmentMagenta' }, - 'hueadjustmentorange' => { 514 => 'HueAdjustmentOrange', 516 => 'HueAdjustmentOrange' }, - 'hueadjustmentpurple' => { 514 => 'HueAdjustmentPurple', 516 => 'HueAdjustmentPurple' }, - 'hueadjustmentred' => { 514 => 'HueAdjustmentRed', 516 => 'HueAdjustmentRed' }, - 'hueadjustmentyellow' => { 514 => 'HueAdjustmentYellow', 516 => 'HueAdjustmentYellow' }, - 'huesetting' => { 333 => 0x1011 }, - 'humanobservation' => { 122 => 'HumanObservation' }, - 'humanobservationday' => { 122 => [\'HumanObservation','HumanObservationDay'] }, - 'humanobservationearliestdate' => { 122 => [\'HumanObservation','HumanObservationEarliestDate'] }, - 'humanobservationenddayofyear' => { 122 => [\'HumanObservation','HumanObservationEndDayOfYear'] }, - 'humanobservationeventdate' => { 122 => [\'HumanObservation','HumanObservationEventDate'] }, - 'humanobservationeventid' => { 122 => [\'HumanObservation','HumanObservationEventID'] }, - 'humanobservationeventremarks' => { 122 => [\'HumanObservation','HumanObservationEventRemarks'] }, - 'humanobservationeventtime' => { 122 => [\'HumanObservation','HumanObservationEventTime'] }, - 'humanobservationfieldnotes' => { 122 => [\'HumanObservation','HumanObservationFieldNotes'] }, - 'humanobservationfieldnumber' => { 122 => [\'HumanObservation','HumanObservationFieldNumber'] }, - 'humanobservationhabitat' => { 122 => [\'HumanObservation','HumanObservationHabitat'] }, - 'humanobservationlatestdate' => { 122 => [\'HumanObservation','HumanObservationLatestDate'] }, - 'humanobservationmonth' => { 122 => [\'HumanObservation','HumanObservationMonth'] }, - 'humanobservationparenteventid' => { 122 => [\'HumanObservation','HumanObservationParentEventID'] }, - 'humanobservationsamplesizeunit' => { 122 => [\'HumanObservation','HumanObservationSampleSizeUnit'] }, - 'humanobservationsamplesizevalue' => { 122 => [\'HumanObservation','HumanObservationSampleSizeValue'] }, - 'humanobservationsamplingeffort' => { 122 => [\'HumanObservation','HumanObservationSamplingEffort'] }, - 'humanobservationsamplingprotocol' => { 122 => [\'HumanObservation','HumanObservationSamplingProtocol'] }, - 'humanobservationstartdayofyear' => { 122 => [\'HumanObservation','HumanObservationStartDayOfYear'] }, - 'humanobservationverbatimeventdate' => { 122 => [\'HumanObservation','HumanObservationVerbatimEventDate'] }, - 'humanobservationyear' => { 122 => [\'HumanObservation','HumanObservationYear'] }, - 'humidity' => { 123 => 0x9401, 521 => 'Humidity' }, - 'icc_profile' => { 124 => 'ICC_Profile' }, - 'iccprofilename' => { 531 => 'ICCProfile' }, - 'iconuri' => { 410 => 'icnu' }, - 'idccreativestyle' => { 488 => 0x8000 }, - 'idcpreviewlength' => { 488 => 0x202 }, - 'idcpreviewstart' => { 488 => 0x201 }, - 'identification' => { 122 => 'Identification' }, - 'identificationid' => { 122 => [\'Identification','IdentificationIdentificationID'] }, - 'identificationqualifier' => { 122 => [\'Identification','IdentificationIdentificationQualifier'] }, - 'identificationreferences' => { 122 => [\'Identification','IdentificationIdentificationReferences'] }, - 'identificationremarks' => { 122 => [\'Identification','IdentificationIdentificationRemarks'] }, - 'identificationverificationstatus' => { 122 => [\'Identification','IdentificationIdentificationVerificationStatus'] }, - 'identifiedby' => { 122 => [\'Identification','IdentificationIdentifiedBy'] }, - 'identifiedbyid' => { 122 => [\'Identification','IdentificationIdentifiedByID'] }, - 'identifier' => { 517 => 'identifier', 541 => 'Identifier' }, - 'ifcameramodel' => { 142 => 0x9c8 }, - 'illuminantdata1' => { 123 => 0xcd35 }, - 'illuminantdata2' => { 123 => 0xcd36 }, - 'illuminantdata3' => { 123 => 0xcd37 }, - 'illumination' => { 316 => '0.5', 412 => 0x48 }, - 'imageabsolutex' => { 142 => 0x3fe }, - 'imageabsolutey' => { 142 => 0x3ff }, - 'imageadjustment' => { 240 => 0x80, 287 => 0x5 }, - 'imagealterationconstraints' => { 335 => 'ImageAlterationConstraints' }, - 'imagearea' => { 230 => 0x2b, 265 => 0x2b, 273 => 0x10, 276 => 0x10 }, - 'imageareaoffset' => { 385 => 0x38 }, - 'imageauthentication' => { 240 => 0x20 }, - 'imageboundary' => { 240 => 0x16 }, + 'hdrlevel' => { 226 => 0x5, 227 => 0x5, 246 => 0x246, 247 => 0x246, 250 => 0x246, 440 => 0x2e, 457 => 0x17 }, + 'hdrlevel2' => { 226 => 0x7 }, + 'hdrplusmakernote' => { 497 => 'HdrPlusMakernote' }, + 'hdrpmakernote' => { 497 => 'hdrp_makernote' }, + 'hdrsetting' => { 440 => 0x2d, 457 => 0x16, 461 => 0x1148, 462 => 0x1148, 463 => 0x1124, 464 => 0x11a0, 465 => 0x117c, 466 => 0x1034, 467 => 0x22c, 468 => 0x22c, 469 => 0x21f }, + 'hdrsmoothing' => { 226 => 0x6 }, + 'hdvideo' => { 403 => 'hdvd' }, + 'headline' => { 136 => 0x69, 529 => 'Headline', 532 => 'Headline' }, + 'hiddendatalength' => { 450 => 0x1 }, + 'hiddendataoffset' => { 450 => 0x0 }, + 'hierarchicalkeywords' => { 176 => [\'Keywords','KeywordsHierarchy'] }, + 'hierarchicalkeywords1' => { 176 => [\'Keywords','KeywordsHierarchyKeyword'] }, + 'hierarchicalkeywords1applied' => { 176 => [\'Keywords','KeywordsHierarchyApplied'] }, + 'hierarchicalkeywords1children' => { 176 => [\'Keywords','KeywordsHierarchyChildren'] }, + 'hierarchicalkeywords2' => { 176 => [\'Keywords','KeywordsHierarchyChildrenKeyword'] }, + 'hierarchicalkeywords2applied' => { 176 => [\'Keywords','KeywordsHierarchyChildrenApplied'] }, + 'hierarchicalkeywords2children' => { 176 => [\'Keywords','KeywordsHierarchyChildrenChildren'] }, + 'hierarchicalkeywords3' => { 176 => [\'Keywords','KeywordsHierarchyChildrenChildrenKeyword'] }, + 'hierarchicalkeywords3applied' => { 176 => [\'Keywords','KeywordsHierarchyChildrenChildrenApplied'] }, + 'hierarchicalkeywords3children' => { 176 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildren'] }, + 'hierarchicalkeywords4' => { 176 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenKeyword'] }, + 'hierarchicalkeywords4applied' => { 176 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenApplied'] }, + 'hierarchicalkeywords4children' => { 176 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildren'] }, + 'hierarchicalkeywords5' => { 176 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenKeyword'] }, + 'hierarchicalkeywords5applied' => { 176 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenApplied'] }, + 'hierarchicalkeywords5children' => { 176 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildren'] }, + 'hierarchicalkeywords6' => { 176 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenKeyword'] }, + 'hierarchicalkeywords6applied' => { 176 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenApplied'] }, + 'hierarchicalsubject' => { 507 => 'hierarchicalSubject' }, + 'highestbiostratigraphiczone' => { 123 => [\'GeologicalContext','GeologicalContextHighestBiostratigraphicZone'] }, + 'highframerate' => { 246 => 0x48, 247 => 0x48, 249 => 0x48, 250 => 0x48 }, + 'highfrequencyflickerreduction' => { 246 => 0x27c, 247 => 0x27c, 249 => 0x27c, 250 => 0x27c }, + 'highisomultiplierblue' => { 355 => 0x1a }, + 'highisomultipliergreen' => { 355 => 0x19 }, + 'highisomultiplierred' => { 355 => 0x18 }, + 'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0xc9, 66 => 0x5, 89 => 0x202, 241 => 0xb1, 386 => 0x71, 438 => 0x2c, 439 => 0x26, 440 => 0x26, 452 => 0x2009, 457 => 0x12, 484 => 0x42 }, + 'highisonoisereduction2' => { 452 => 0xb050 }, + 'highlight' => { 428 => 0xf }, + 'highlight2012' => { 515 => 'Highlight2012', 517 => 'Highlight2012' }, + 'highlightadj' => { 108 => 0x2030c }, + 'highlightcolordistortreduct' => { 489 => 0x8026 }, + 'highlightlinearitylimit' => { 425 => 0xa025 }, + 'highlightprotection' => { 298 => 0x6 }, + 'highlightrecovery' => { 515 => 'HighlightRecovery', 517 => 'HighlightRecovery' }, + 'highlights' => { 452 => 0x2033, 509 => 'Highlights' }, + 'highlights2012' => { 515 => 'Highlights2012', 517 => 'Highlights2012' }, + 'highlightsadj' => { 489 => 0x9019 }, + 'highlightshadow' => { 350 => 0xad }, + 'highlighttone' => { 132 => 0x1041 }, + 'highlighttonepriority' => { 13 => 0x7, 16 => 0x7, 17 => 0x7, 18 => 0x7, 20 => 0x7, 22 => 0x7, 28 => 0x7, 66 => 0x3, 89 => 0x203 }, + 'highlightwarning' => { 350 => 0x8002 }, + 'highlowkeyadj' => { 386 => 0x6c }, + 'highspeedsync' => { 189 => 0x5, 322 => 0x55, 323 => 0x55, 324 => 0x55, 438 => 0x2, 439 => 0x2 }, + 'hintversion' => { 411 => 'hinv' }, + 'histogramxml' => { 299 => 0x83a1a25 }, + 'history' => { 532 => 'History', 545 => 'History' }, + 'historyaction' => { 545 => [\'History','HistoryAction'] }, + 'historychanged' => { 545 => [\'History','HistoryChanged'] }, + 'historyinstanceid' => { 545 => [\'History','HistoryInstanceID'] }, + 'historyparameters' => { 545 => [\'History','HistoryParameters'] }, + 'historysoftwareagent' => { 545 => [\'History','HistorySoftwareAgent'] }, + 'historywhen' => { 545 => [\'History','HistoryWhen'] }, + 'holefilldarkdeltathreshold' => { 143 => 0xc88 }, + 'holefilldeltathreshold' => { 143 => 0xc7e }, + 'hometowncity' => { 118 => 0x3006, 386 => 0x23, 392 => 0x2 }, + 'hometowncitycode' => { 393 => 0x1000 }, + 'hometowndst' => { 386 => 0x25, 392 => '0.2' }, + 'hostcomputer' => { 124 => 0x13c }, + 'hostsoftwarerendering' => { 143 => 0xce7 }, + 'hue' => { 194 => 0x3b, 258 => 0x3d, 259 => 0x45, 386 => 0x67 }, + 'hueadj' => { 302 => 0x2f, 489 => 0x8019 }, + 'hueadjust' => { 418 => 0x1016 }, + 'hueadjustment' => { 187 => 0x4a, 188 => 0x40, 241 => 0x92, 257 => 0x36 }, + 'hueadjustmentaqua' => { 515 => 'HueAdjustmentAqua', 517 => 'HueAdjustmentAqua' }, + 'hueadjustmentblue' => { 515 => 'HueAdjustmentBlue', 517 => 'HueAdjustmentBlue' }, + 'hueadjustmentgreen' => { 515 => 'HueAdjustmentGreen', 517 => 'HueAdjustmentGreen' }, + 'hueadjustmentmagenta' => { 515 => 'HueAdjustmentMagenta', 517 => 'HueAdjustmentMagenta' }, + 'hueadjustmentorange' => { 515 => 'HueAdjustmentOrange', 517 => 'HueAdjustmentOrange' }, + 'hueadjustmentpurple' => { 515 => 'HueAdjustmentPurple', 517 => 'HueAdjustmentPurple' }, + 'hueadjustmentred' => { 515 => 'HueAdjustmentRed', 517 => 'HueAdjustmentRed' }, + 'hueadjustmentyellow' => { 515 => 'HueAdjustmentYellow', 517 => 'HueAdjustmentYellow' }, + 'huesetting' => { 334 => 0x1011 }, + 'humanobservation' => { 123 => 'HumanObservation' }, + 'humanobservationday' => { 123 => [\'HumanObservation','HumanObservationDay'] }, + 'humanobservationearliestdate' => { 123 => [\'HumanObservation','HumanObservationEarliestDate'] }, + 'humanobservationenddayofyear' => { 123 => [\'HumanObservation','HumanObservationEndDayOfYear'] }, + 'humanobservationeventdate' => { 123 => [\'HumanObservation','HumanObservationEventDate'] }, + 'humanobservationeventid' => { 123 => [\'HumanObservation','HumanObservationEventID'] }, + 'humanobservationeventremarks' => { 123 => [\'HumanObservation','HumanObservationEventRemarks'] }, + 'humanobservationeventtime' => { 123 => [\'HumanObservation','HumanObservationEventTime'] }, + 'humanobservationfieldnotes' => { 123 => [\'HumanObservation','HumanObservationFieldNotes'] }, + 'humanobservationfieldnumber' => { 123 => [\'HumanObservation','HumanObservationFieldNumber'] }, + 'humanobservationhabitat' => { 123 => [\'HumanObservation','HumanObservationHabitat'] }, + 'humanobservationlatestdate' => { 123 => [\'HumanObservation','HumanObservationLatestDate'] }, + 'humanobservationmonth' => { 123 => [\'HumanObservation','HumanObservationMonth'] }, + 'humanobservationparenteventid' => { 123 => [\'HumanObservation','HumanObservationParentEventID'] }, + 'humanobservationsamplesizeunit' => { 123 => [\'HumanObservation','HumanObservationSampleSizeUnit'] }, + 'humanobservationsamplesizevalue' => { 123 => [\'HumanObservation','HumanObservationSampleSizeValue'] }, + 'humanobservationsamplingeffort' => { 123 => [\'HumanObservation','HumanObservationSamplingEffort'] }, + 'humanobservationsamplingprotocol' => { 123 => [\'HumanObservation','HumanObservationSamplingProtocol'] }, + 'humanobservationstartdayofyear' => { 123 => [\'HumanObservation','HumanObservationStartDayOfYear'] }, + 'humanobservationverbatimeventdate' => { 123 => [\'HumanObservation','HumanObservationVerbatimEventDate'] }, + 'humanobservationyear' => { 123 => [\'HumanObservation','HumanObservationYear'] }, + 'humidity' => { 124 => 0x9401, 522 => 'Humidity' }, + 'icc_profile' => { 125 => 'ICC_Profile' }, + 'iccprofilename' => { 532 => 'ICCProfile' }, + 'iconuri' => { 411 => 'icnu' }, + 'idccreativestyle' => { 489 => 0x8000 }, + 'idcpreviewlength' => { 489 => 0x202 }, + 'idcpreviewstart' => { 489 => 0x201 }, + 'identification' => { 123 => 'Identification' }, + 'identificationid' => { 123 => [\'Identification','IdentificationIdentificationID'] }, + 'identificationqualifier' => { 123 => [\'Identification','IdentificationIdentificationQualifier'] }, + 'identificationreferences' => { 123 => [\'Identification','IdentificationIdentificationReferences'] }, + 'identificationremarks' => { 123 => [\'Identification','IdentificationIdentificationRemarks'] }, + 'identificationverificationstatus' => { 123 => [\'Identification','IdentificationIdentificationVerificationStatus'] }, + 'identifiedby' => { 123 => [\'Identification','IdentificationIdentifiedBy'] }, + 'identifiedbyid' => { 123 => [\'Identification','IdentificationIdentifiedByID'] }, + 'identifier' => { 518 => 'identifier', 542 => 'Identifier' }, + 'ifcameramodel' => { 143 => 0x9c8 }, + 'illuminantdata1' => { 124 => 0xcd35 }, + 'illuminantdata2' => { 124 => 0xcd36 }, + 'illuminantdata3' => { 124 => 0xcd37 }, + 'illumination' => { 317 => '0.5', 413 => 0x48 }, + 'imageabsolutex' => { 143 => 0x3fe }, + 'imageabsolutey' => { 143 => 0x3ff }, + 'imageadjustment' => { 241 => 0x80, 288 => 0x5 }, + 'imagealterationconstraints' => { 336 => 'ImageAlterationConstraints' }, + 'imagearea' => { 231 => 0x2b, 266 => 0x2b, 274 => 0x10, 277 => 0x10 }, + 'imageareaoffset' => { 386 => 0x38 }, + 'imageauthentication' => { 241 => 0x20 }, + 'imageboundary' => { 241 => 0x16 }, 'imagecapturerequestid' => { 1 => 0x20 }, 'imagecapturetype' => { 1 => 0x14 }, - 'imagecount' => { 131 => 0x1438, 240 => 0xa5, 454 => 0x11b }, - 'imagecreator' => { 335 => 'ImageCreator' }, - 'imagecreatorid' => { 335 => [\'ImageCreator','ImageCreatorImageCreatorID'] }, - 'imagecreatorimageid' => { 335 => 'ImageCreatorImageID' }, - 'imagecreatorname' => { 335 => [\'ImageCreator','ImageCreatorImageCreatorName'] }, - 'imagecropx' => { 142 => 0x41f }, - 'imagecropy' => { 142 => 0x420 }, - 'imagedata' => { 501 => 'Data' }, - 'imagedatasize' => { 240 => 0xa2 }, - 'imagedescription' => { 123 => 0x10e, 539 => 'ImageDescription' }, - 'imageduplicationconstraints' => { 335 => 'ImageDuplicationConstraints' }, - 'imagedustoff' => { 298 => 0xfe443a45 }, - 'imageeditcount' => { 385 => 0x41 }, - 'imageediting' => { 385 => 0x32 }, - 'imageeditingsoftware' => { 123 => 0xa43b }, - 'imageeditor' => { 123 => 0xa438 }, - 'imageeffects' => { 417 => 0x1010 }, - 'imagefileconstraints' => { 335 => 'ImageFileConstraints' }, - 'imagefileformatasdelivered' => { 335 => 'ImageFileFormatAsDelivered' }, - 'imagefilesizeasdelivered' => { 335 => 'ImageFileSizeAsDelivered' }, - 'imagegeneration' => { 131 => 0x1436 }, - 'imageheight' => { 123 => 0x101, 192 => 0xc, 394 => 0x10d, 499 => 'ImageHeight', 539 => 'ImageLength' }, - 'imagehistory' => { 123 => 0x9213, 519 => 'ImageHistory' }, - 'imageidnumber' => { 344 => 0x340 }, - 'imagemimetype' => { 501 => 'Mime' }, - 'imagenumber' => { 123 => 0x9211, 160 => 'ImageNumber', 186 => 0xae, 187 => 0x5e, 394 => 0x113, 437 => 0x9b, 439 => [0x400,'276.1',0x314], 511 => 'ImageNumber' }, - 'imagenumber2' => { 187 => 0x62 }, - 'imageoptimization' => { 240 => 0xa9 }, - 'imageorientation' => { 135 => 0x83 }, - 'imageprocessing' => { 240 => 0x1a }, - 'imageprocessingfiledatecreated' => { 142 => 0xc81 }, - 'imageprocessingfiletagsversionnumber' => { 142 => 0xc80 }, + 'imagecount' => { 132 => 0x1438, 241 => 0xa5, 455 => 0x11b }, + 'imagecreator' => { 336 => 'ImageCreator' }, + 'imagecreatorid' => { 336 => [\'ImageCreator','ImageCreatorImageCreatorID'] }, + 'imagecreatorimageid' => { 336 => 'ImageCreatorImageID' }, + 'imagecreatorname' => { 336 => [\'ImageCreator','ImageCreatorImageCreatorName'] }, + 'imagecropx' => { 143 => 0x41f }, + 'imagecropy' => { 143 => 0x420 }, + 'imagedata' => { 502 => 'Data' }, + 'imagedatasize' => { 241 => 0xa2 }, + 'imagedescription' => { 124 => 0x10e, 540 => 'ImageDescription' }, + 'imageduplicationconstraints' => { 336 => 'ImageDuplicationConstraints' }, + 'imagedustoff' => { 299 => 0xfe443a45 }, + 'imageeditcount' => { 386 => 0x41 }, + 'imageediting' => { 386 => 0x32 }, + 'imageeditingsoftware' => { 124 => 0xa43b }, + 'imageeditor' => { 124 => 0xa438 }, + 'imageeffects' => { 418 => 0x1010 }, + 'imagefileconstraints' => { 336 => 'ImageFileConstraints' }, + 'imagefileformatasdelivered' => { 336 => 'ImageFileFormatAsDelivered' }, + 'imagefilesizeasdelivered' => { 336 => 'ImageFileSizeAsDelivered' }, + 'imagegeneration' => { 132 => 0x1436 }, + 'imageheight' => { 124 => 0x101, 193 => 0xc, 395 => 0x10d, 500 => 'ImageHeight', 540 => 'ImageLength' }, + 'imagehistory' => { 124 => 0x9213, 520 => 'ImageHistory' }, + 'imageidnumber' => { 345 => 0x340 }, + 'imagemimetype' => { 502 => 'Mime' }, + 'imagenumber' => { 124 => 0x9211, 161 => 'ImageNumber', 187 => 0xae, 188 => 0x5e, 395 => 0x113, 438 => 0x9b, 440 => [0x400,'276.1',0x314], 512 => 'ImageNumber' }, + 'imagenumber2' => { 188 => 0x62 }, + 'imageoptimization' => { 241 => 0xa9 }, + 'imageorientation' => { 136 => 0x83 }, + 'imageprocessing' => { 241 => 0x1a }, + 'imageprocessingfiledatecreated' => { 143 => 0xc81 }, + 'imageprocessingfiletagsversionnumber' => { 143 => 0xc80 }, 'imageprocessingflags' => { 1 => 0x19 }, - 'imageprocessingversion' => { 329 => 0x0 }, - 'imagequality' => { 160 => 'ImageQuality', 275 => '723.2', 276 => '732.2', 284 => '708.1', 349 => 0x1 }, - 'imagequality2' => { 325 => 0x603 }, - 'imagerank' => { 504 => 'ImageRank' }, - 'imagerbiassettlingdelaymsec' => { 142 => 0x600 }, - 'imagerboardversion' => { 142 => 0x439 }, - 'imagercols' => { 142 => 0x17d4 }, - 'imageref' => { 526 => 'ImageRef' }, - 'imageregion' => { 528 => 'ImageRegion' }, - 'imageregionboundary' => { 528 => [\'ImageRegion','ImageRegionRegionBoundary'] }, - 'imageregionboundaryh' => { 528 => [\'ImageRegion','ImageRegionRegionBoundaryRbH'] }, - 'imageregionboundaryrx' => { 528 => [\'ImageRegion','ImageRegionRegionBoundaryRbRx'] }, - 'imageregionboundaryshape' => { 528 => [\'ImageRegion','ImageRegionRegionBoundaryRbShape'] }, - 'imageregionboundaryunit' => { 528 => [\'ImageRegion','ImageRegionRegionBoundaryRbUnit'] }, - 'imageregionboundaryvertices' => { 528 => [\'ImageRegion','ImageRegionRegionBoundaryRbVertices'] }, - 'imageregionboundaryverticesx' => { 528 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbX'] }, - 'imageregionboundaryverticesy' => { 528 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbY'] }, - 'imageregionboundaryw' => { 528 => [\'ImageRegion','ImageRegionRegionBoundaryRbW'] }, - 'imageregionboundaryx' => { 528 => [\'ImageRegion','ImageRegionRegionBoundaryRbX'] }, - 'imageregionboundaryy' => { 528 => [\'ImageRegion','ImageRegionRegionBoundaryRbY'] }, - 'imageregionctype' => { 528 => [\'ImageRegion','ImageRegionRCtype'] }, - 'imageregionctypeidentifier' => { 528 => [\'ImageRegion','ImageRegionRCtypeIdentifier'] }, - 'imageregionctypename' => { 528 => [\'ImageRegion','ImageRegionRCtypeName'] }, - 'imageregionid' => { 528 => [\'ImageRegion','ImageRegionRId'] }, - 'imageregionname' => { 528 => [\'ImageRegion','ImageRegionName'] }, - 'imageregionrole' => { 528 => [\'ImageRegion','ImageRegionRRole'] }, - 'imageregionroleidentifier' => { 528 => [\'ImageRegion','ImageRegionRRoleIdentifier'] }, - 'imageregionrolename' => { 528 => [\'ImageRegion','ImageRegionRRoleName'] }, - 'imageresolution' => { 142 => 0x944 }, - 'imageresolutionjpg' => { 142 => 0x945 }, - 'imagereview' => { 307 => '0.4', 316 => '0.4' }, - 'imagereviewmonitorofftime' => { 306 => '21.1', 308 => '21.1', 309 => '21.1', 313 => '20.1', 318 => '21.1', 319 => '21.1', 321 => 0x39, 322 => 0x39, 323 => 0x39 }, - 'imagereviewtime' => { 305 => '25.1', 307 => '2.1', 310 => '19.1', 311 => '20.1', 312 => '20.1', 314 => '9.2', 315 => '20.1', 320 => '21.2' }, - 'imagerfiledatecreated' => { 142 => 0x9c5 }, - 'imagerfileproductionlevel' => { 142 => 0x9c4 }, - 'imagerfiletagsversionstandard' => { 142 => 0x9c7 }, - 'imagerotated' => { 155 => 0x2a }, - 'imagerpowerondelaymsec' => { 142 => 0x5fd }, - 'imagerrows' => { 142 => 0x17de }, - 'imagesegmentlines' => { 142 => 0x184d }, - 'imagesegmentstartline' => { 142 => 0x184c }, - 'imagesequenceinfo' => { 123 => 0xcd44 }, - 'imagesize' => { 166 => 'ImageSize' }, - 'imagesizeraw' => { 240 => 0x3e }, - 'imagesizerestriction' => { 536 => 'imageSizeRestriction' }, - 'imagesourcedata' => { 123 => 0x935c }, - 'imagespace' => { 142 => 0x909 }, - 'imagestabilization' => { 36 => 0x22, 117 => 0x3020, 131 => 0x1422, 160 => 'ImageStabilization', 186 => 0xbd, 187 => 0x71, 188 => 0x57, 189 => 0x0, 190 => [0x18,0x107,0x113], 191 => 0x49c2, 240 => 0xac, 325 => 0x604, 328 => 0x1600, 349 => 0x1a, 442 => 0x12, 443 => 0x11, 451 => 0xb026 }, - 'imagestabilization2' => { 441 => 0xa }, - 'imagestabilizationsetting' => { 191 => 0x14, 437 => 0x3d, 438 => 0x3d, 448 => 0x14 }, - 'imagestats' => { 123 => 0xcd46 }, - 'imagestyle' => { 437 => 0x2d, 438 => 0x27 }, - 'imagesupplier' => { 335 => 'ImageSupplier' }, - 'imagesupplierid' => { 335 => [\'ImageSupplier','ImageSupplierImageSupplierID'] }, - 'imagesupplierimageid' => { 335 => 'ImageSupplierImageID' }, - 'imagesuppliername' => { 335 => [\'ImageSupplier','ImageSupplierImageSupplierName'] }, - 'imagetemperaturemax' => { 125 => 0x1 }, - 'imagetemperaturemin' => { 125 => 0x2 }, - 'imagetone' => { 385 => 0x4f }, - 'imagetype' => { 135 => 0x82, 335 => 'ImageType' }, - 'imageuniqueid' => { 1 => 0x15, 67 => 0x28, 123 => 0xa420, 519 => 'ImageUniqueID', 520 => 'ImageUniqueID' }, - 'imagewidth' => { 123 => 0x100, 192 => 0xe, 394 => 0x10c, 499 => 'ImageWidth', 539 => 'ImageWidth' }, - 'inclinationangle' => { 488 => 0x900f }, - 'inclinationcorrection' => { 488 => 0x900e }, - 'incrementaltemperature' => { 514 => 'IncrementalTemperature', 516 => 'IncrementalTemperature' }, - 'incrementaltint' => { 514 => 'IncrementalTint', 516 => 'IncrementalTint' }, - 'industry' => { 533 => 'industry', 534 => 'industry' }, - 'infobuttonwhenshooting' => { 88 => 0x409 }, - 'information' => { 404 => 'information', 410 => "\xa9inf" }, - 'infourl' => { 410 => 'infu' }, - 'infraredilluminator' => { 411 => 0x28 }, - 'ingredientexclusion' => { 535 => 'ingredientExclusion' }, - 'ingredients' => { 544 => 'Ingredients' }, - 'ingredientsalternatepaths' => { 544 => [\'Ingredients','IngredientsAlternatePaths'] }, - 'ingredientsdocumentid' => { 544 => [\'Ingredients','IngredientsDocumentID'] }, - 'ingredientsfilepath' => { 544 => [\'Ingredients','IngredientsFilePath'] }, - 'ingredientsfrompart' => { 544 => [\'Ingredients','IngredientsFromPart'] }, - 'ingredientsinstanceid' => { 544 => [\'Ingredients','IngredientsInstanceID'] }, - 'ingredientslastmodifydate' => { 544 => [\'Ingredients','IngredientsLastModifyDate'] }, - 'ingredientslasturl' => { 544 => [\'Ingredients','IngredientsLastURL'] }, - 'ingredientslinkcategory' => { 544 => [\'Ingredients','IngredientsLinkCategory'] }, - 'ingredientslinkform' => { 544 => [\'Ingredients','IngredientsLinkForm'] }, - 'ingredientsmanager' => { 544 => [\'Ingredients','IngredientsManager'] }, - 'ingredientsmanagervariant' => { 544 => [\'Ingredients','IngredientsManagerVariant'] }, - 'ingredientsmanageto' => { 544 => [\'Ingredients','IngredientsManageTo'] }, - 'ingredientsmanageui' => { 544 => [\'Ingredients','IngredientsManageUI'] }, - 'ingredientsmaskmarkers' => { 544 => [\'Ingredients','IngredientsMaskMarkers'] }, - 'ingredientsoriginaldocumentid' => { 544 => [\'Ingredients','IngredientsOriginalDocumentID'] }, - 'ingredientspartmapping' => { 544 => [\'Ingredients','IngredientsPartMapping'] }, - 'ingredientsplacedresolutionunit' => { 544 => [\'Ingredients','IngredientsPlacedResolutionUnit'] }, - 'ingredientsplacedxresolution' => { 544 => [\'Ingredients','IngredientsPlacedXResolution'] }, - 'ingredientsplacedyresolution' => { 544 => [\'Ingredients','IngredientsPlacedYResolution'] }, - 'ingredientsrenditionclass' => { 544 => [\'Ingredients','IngredientsRenditionClass'] }, - 'ingredientsrenditionparams' => { 544 => [\'Ingredients','IngredientsRenditionParams'] }, - 'ingredientstopart' => { 544 => [\'Ingredients','IngredientsToPart'] }, - 'ingredientsversionid' => { 544 => [\'Ingredients','IngredientsVersionID'] }, - 'initialafpointaiservoaf' => { 88 => 0x51e }, + 'imageprocessingversion' => { 330 => 0x0 }, + 'imagequality' => { 161 => 'ImageQuality', 276 => '723.2', 277 => '732.2', 285 => '708.1', 350 => 0x1 }, + 'imagequality2' => { 326 => 0x603 }, + 'imagerank' => { 505 => 'ImageRank' }, + 'imagerbiassettlingdelaymsec' => { 143 => 0x600 }, + 'imagerboardversion' => { 143 => 0x439 }, + 'imagercols' => { 143 => 0x17d4 }, + 'imageref' => { 527 => 'ImageRef' }, + 'imageregion' => { 529 => 'ImageRegion' }, + 'imageregionboundary' => { 529 => [\'ImageRegion','ImageRegionRegionBoundary'] }, + 'imageregionboundaryh' => { 529 => [\'ImageRegion','ImageRegionRegionBoundaryRbH'] }, + 'imageregionboundaryrx' => { 529 => [\'ImageRegion','ImageRegionRegionBoundaryRbRx'] }, + 'imageregionboundaryshape' => { 529 => [\'ImageRegion','ImageRegionRegionBoundaryRbShape'] }, + 'imageregionboundaryunit' => { 529 => [\'ImageRegion','ImageRegionRegionBoundaryRbUnit'] }, + 'imageregionboundaryvertices' => { 529 => [\'ImageRegion','ImageRegionRegionBoundaryRbVertices'] }, + 'imageregionboundaryverticesx' => { 529 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbX'] }, + 'imageregionboundaryverticesy' => { 529 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbY'] }, + 'imageregionboundaryw' => { 529 => [\'ImageRegion','ImageRegionRegionBoundaryRbW'] }, + 'imageregionboundaryx' => { 529 => [\'ImageRegion','ImageRegionRegionBoundaryRbX'] }, + 'imageregionboundaryy' => { 529 => [\'ImageRegion','ImageRegionRegionBoundaryRbY'] }, + 'imageregionctype' => { 529 => [\'ImageRegion','ImageRegionRCtype'] }, + 'imageregionctypeidentifier' => { 529 => [\'ImageRegion','ImageRegionRCtypeIdentifier'] }, + 'imageregionctypename' => { 529 => [\'ImageRegion','ImageRegionRCtypeName'] }, + 'imageregionid' => { 529 => [\'ImageRegion','ImageRegionRId'] }, + 'imageregionname' => { 529 => [\'ImageRegion','ImageRegionName'] }, + 'imageregionrole' => { 529 => [\'ImageRegion','ImageRegionRRole'] }, + 'imageregionroleidentifier' => { 529 => [\'ImageRegion','ImageRegionRRoleIdentifier'] }, + 'imageregionrolename' => { 529 => [\'ImageRegion','ImageRegionRRoleName'] }, + 'imageresolution' => { 143 => 0x944 }, + 'imageresolutionjpg' => { 143 => 0x945 }, + 'imagereview' => { 308 => '0.4', 317 => '0.4' }, + 'imagereviewmonitorofftime' => { 307 => '21.1', 309 => '21.1', 310 => '21.1', 314 => '20.1', 319 => '21.1', 320 => '21.1', 322 => 0x39, 323 => 0x39, 324 => 0x39 }, + 'imagereviewtime' => { 306 => '25.1', 308 => '2.1', 311 => '19.1', 312 => '20.1', 313 => '20.1', 315 => '9.2', 316 => '20.1', 321 => '21.2' }, + 'imagerfiledatecreated' => { 143 => 0x9c5 }, + 'imagerfileproductionlevel' => { 143 => 0x9c4 }, + 'imagerfiletagsversionstandard' => { 143 => 0x9c7 }, + 'imagerotated' => { 156 => 0x2a }, + 'imagerpowerondelaymsec' => { 143 => 0x5fd }, + 'imagerrows' => { 143 => 0x17de }, + 'imagesegmentlines' => { 143 => 0x184d }, + 'imagesegmentstartline' => { 143 => 0x184c }, + 'imagesequenceinfo' => { 124 => 0xcd44 }, + 'imagesize' => { 167 => 'ImageSize' }, + 'imagesizeraw' => { 241 => 0x3e }, + 'imagesizerestriction' => { 537 => 'imageSizeRestriction' }, + 'imagesourcedata' => { 124 => 0x935c }, + 'imagespace' => { 143 => 0x909 }, + 'imagestabilization' => { 36 => 0x22, 118 => 0x3020, 132 => 0x1422, 161 => 'ImageStabilization', 187 => 0xbd, 188 => 0x71, 189 => 0x57, 190 => 0x0, 191 => [0x18,0x107,0x113], 192 => 0x49c2, 241 => 0xac, 326 => 0x604, 329 => 0x1600, 350 => 0x1a, 443 => 0x12, 444 => 0x11, 452 => 0xb026 }, + 'imagestabilization2' => { 442 => 0xa }, + 'imagestabilizationsetting' => { 192 => 0x14, 438 => 0x3d, 439 => 0x3d, 449 => 0x14 }, + 'imagestats' => { 124 => 0xcd46 }, + 'imagestyle' => { 438 => 0x2d, 439 => 0x27 }, + 'imagesupplier' => { 336 => 'ImageSupplier' }, + 'imagesupplierid' => { 336 => [\'ImageSupplier','ImageSupplierImageSupplierID'] }, + 'imagesupplierimageid' => { 336 => 'ImageSupplierImageID' }, + 'imagesuppliername' => { 336 => [\'ImageSupplier','ImageSupplierImageSupplierName'] }, + 'imagetemperaturemax' => { 126 => 0x1 }, + 'imagetemperaturemin' => { 126 => 0x2 }, + 'imagetone' => { 386 => 0x4f }, + 'imagetype' => { 136 => 0x82, 336 => 'ImageType' }, + 'imageuniqueid' => { 1 => 0x15, 68 => 0x28, 124 => 0xa420, 520 => 'ImageUniqueID', 521 => 'ImageUniqueID' }, + 'imagewidth' => { 124 => 0x100, 193 => 0xe, 395 => 0x10c, 500 => 'ImageWidth', 540 => 'ImageWidth' }, + 'inclinationangle' => { 489 => 0x900f }, + 'inclinationcorrection' => { 489 => 0x900e }, + 'incrementaltemperature' => { 515 => 'IncrementalTemperature', 517 => 'IncrementalTemperature' }, + 'incrementaltint' => { 515 => 'IncrementalTint', 517 => 'IncrementalTint' }, + 'industry' => { 534 => 'industry', 535 => 'industry' }, + 'infobuttonwhenshooting' => { 89 => 0x409 }, + 'information' => { 405 => 'information', 411 => "\xa9inf" }, + 'infourl' => { 411 => 'infu' }, + 'infraredilluminator' => { 412 => 0x28 }, + 'ingredientexclusion' => { 536 => 'ingredientExclusion' }, + 'ingredients' => { 545 => 'Ingredients' }, + 'ingredientsalternatepaths' => { 545 => [\'Ingredients','IngredientsAlternatePaths'] }, + 'ingredientsdocumentid' => { 545 => [\'Ingredients','IngredientsDocumentID'] }, + 'ingredientsfilepath' => { 545 => [\'Ingredients','IngredientsFilePath'] }, + 'ingredientsfrompart' => { 545 => [\'Ingredients','IngredientsFromPart'] }, + 'ingredientsinstanceid' => { 545 => [\'Ingredients','IngredientsInstanceID'] }, + 'ingredientslastmodifydate' => { 545 => [\'Ingredients','IngredientsLastModifyDate'] }, + 'ingredientslasturl' => { 545 => [\'Ingredients','IngredientsLastURL'] }, + 'ingredientslinkcategory' => { 545 => [\'Ingredients','IngredientsLinkCategory'] }, + 'ingredientslinkform' => { 545 => [\'Ingredients','IngredientsLinkForm'] }, + 'ingredientsmanager' => { 545 => [\'Ingredients','IngredientsManager'] }, + 'ingredientsmanagervariant' => { 545 => [\'Ingredients','IngredientsManagerVariant'] }, + 'ingredientsmanageto' => { 545 => [\'Ingredients','IngredientsManageTo'] }, + 'ingredientsmanageui' => { 545 => [\'Ingredients','IngredientsManageUI'] }, + 'ingredientsmaskmarkers' => { 545 => [\'Ingredients','IngredientsMaskMarkers'] }, + 'ingredientsoriginaldocumentid' => { 545 => [\'Ingredients','IngredientsOriginalDocumentID'] }, + 'ingredientspartmapping' => { 545 => [\'Ingredients','IngredientsPartMapping'] }, + 'ingredientsplacedresolutionunit' => { 545 => [\'Ingredients','IngredientsPlacedResolutionUnit'] }, + 'ingredientsplacedxresolution' => { 545 => [\'Ingredients','IngredientsPlacedXResolution'] }, + 'ingredientsplacedyresolution' => { 545 => [\'Ingredients','IngredientsPlacedYResolution'] }, + 'ingredientsrenditionclass' => { 545 => [\'Ingredients','IngredientsRenditionClass'] }, + 'ingredientsrenditionparams' => { 545 => [\'Ingredients','IngredientsRenditionParams'] }, + 'ingredientstopart' => { 545 => [\'Ingredients','IngredientsToPart'] }, + 'ingredientsversionid' => { 545 => [\'Ingredients','IngredientsVersionID'] }, + 'initialafpointaiservoaf' => { 89 => 0x51e }, 'initialafpointinservo' => { 2 => 0x13 }, - 'initialcameradolly' => { 502 => 'InitialCameraDolly' }, - 'initialhorizontalfovdegrees' => { 502 => 'InitialHorizontalFOVDegrees' }, - 'initialkey' => { 183 => 'WM/InitialKey' }, - 'initialverticalfovdegrees' => { 502 => 'InitialVerticalFOVDegrees' }, - 'initialviewheadingdegrees' => { 502 => 'InitialViewHeadingDegrees', 503 => 'InitialViewHeadingDegrees' }, - 'initialviewpitchdegrees' => { 502 => 'InitialViewPitchDegrees', 503 => 'InitialViewPitchDegrees' }, - 'initialviewrolldegrees' => { 502 => 'InitialViewRollDegrees', 503 => 'InitialViewRollDegrees' }, - 'initialzoomliveview' => { 305 => '4.4' }, - 'initialzoomsetting' => { 305 => '9.3', 314 => '27.3' }, - 'inkset' => { 123 => 0x14c }, - 'inputprofile' => { 142 => 0x1389 }, - 'instanceid' => { 544 => 'InstanceID' }, - 'instantplaybacksetup' => { 188 => 0x3e }, - 'instantplaybacktime' => { 188 => 0x3d }, - 'instructions' => { 531 => 'Instructions' }, - 'instrument' => { 543 => 'instrument' }, - 'integrationtime' => { 142 => 0x423 }, - 'intellectualgenre' => { 527 => 'IntellectualGenre' }, - 'intelligentauto' => { 451 => 0xb052, 479 => 0xd, 480 => 0xe, 481 => 0xd }, - 'intelligentcontrast' => { 54 => 0x4 }, - 'intelligentd-range' => { 349 => 0x79 }, - 'intelligentexposure' => { 349 => 0x5d }, - 'intelligentresolution' => { 349 => 0x70 }, - 'interchangecolorspace' => { 137 => 0x40 }, - 'intergraphmatrix' => { 123 => 0x8480 }, - 'internalflash' => { 185 => 0x2b, 305 => '23.1', 307 => '8.1', 310 => '22.1', 312 => '23.1', 316 => '8.1', 320 => '24.1', 328 => 0x1208 }, - 'internalflashae1' => { 330 => 0x1021 }, - 'internalflashae1_0' => { 330 => 0x101d }, - 'internalflashae2' => { 330 => 0x1022 }, - 'internalflashae2_0' => { 330 => 0x101e }, - 'internalflashmode' => { 372 => 0x1 }, - 'internalflashstrength' => { 372 => 0x3 }, - 'internalflashtable' => { 330 => 0x1024 }, - 'internallensserialnumber' => { 424 => 0xa005 }, - 'internalndfilter' => { 349 => 0x9d }, - 'internalserialnumber' => { 67 => 0x96, 79 => 0x9, 131 => 0x10, 191 => 0x49dc, 324 => 0x18, 326 => 0x102, 346 => 0x500, 349 => 0x25, 364 => 0x4, 417 => 0x5, 470 => [0x7c,0xf0], 471 => 0x88, 472 => [0x88,0x8a], 473 => 0x38 }, - 'interopindex' => { 123 => 0x1, 521 => 'InteroperabilityIndex' }, - 'interopversion' => { 123 => 0x2 }, - 'interval' => { 263 => 0x20 }, - 'intervaldurationhours' => { 244 => 0xa0, 245 => 0xb8, 246 => 0xb8 }, - 'intervaldurationminutes' => { 244 => 0xa4, 245 => 0xbc, 246 => 0xbc }, - 'intervaldurationseconds' => { 244 => 0xa8, 245 => 0xc0, 246 => 0xc0 }, - 'intervalexposuresmoothing' => { 229 => 0x184, 244 => 0xb8, 245 => 0xd0, 246 => 0xd0 }, - 'intervalframe' => { 263 => 0x24 }, - 'intervallength' => { 185 => 0x10 }, - 'intervalmode' => { 185 => 0x26 }, - 'intervalnumber' => { 185 => 0x11 }, - 'intervalpriority' => { 229 => 0x186, 244 => 0xba, 245 => 0xd2, 246 => 0xd2 }, - 'intervals' => { 229 => 0x17c, 244 => 0xb0, 245 => 0xc8, 246 => 0xc8, 247 => 0xbc, 248 => 0xcc, 249 => 0xcc }, - 'intervalshooting' => { 230 => 0x24, 265 => 0x24, 266 => 0x28, 385 => 0x92 }, - 'introtime' => { 543 => 'introTime' }, - 'introtimescale' => { 543 => [\'introTime','introTimeScale'] }, - 'introtimevalue' => { 543 => [\'introTime','introTimeValue'] }, - 'ipaversion' => { 142 => 0xdae }, - 'ipfcameramodel' => { 142 => 0xe4d }, - 'iptc' => { 124 => 'IPTC' }, - 'iptc-naa' => { 123 => 0x83bb, 354 => 0x83bb }, - 'iptcbitspersample' => { 137 => 0x56 }, - 'iptcdigest' => { 399 => 0x425 }, - 'iptcimageheight' => { 137 => 0x1e }, - 'iptcimagerotation' => { 137 => 0x66 }, - 'iptcimagewidth' => { 137 => 0x14 }, - 'iptclastedited' => { 528 => 'IptcLastEdited' }, - 'iptcpicturenumber' => { 137 => 0xa }, - 'iptcpixelheight' => { 137 => 0x32 }, - 'iptcpixelwidth' => { 137 => 0x28 }, - 'isalternativeof' => { 533 => 'isAlternativeOf' }, - 'isbn' => { 533 => 'isbn' }, - 'iscorrectionof' => { 533 => 'isCorrectionOf' }, - 'iscustompicturestyle' => { 113 => 0x3 }, - 'ismergedhdr' => { 511 => 'IsMergedHDR' }, - 'ismergedpanorama' => { 511 => '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, 31 => 0x0, 32 => 0x1, 116 => 0x14, 117 => [0x3014,0x14], 123 => 0x8827, 141 => 0xfd06, 142 => 0x1784, 144 => 0x60, 146 => [0xfa2e,0xfa46], 147 => [0x27,0x28], 148 => 0xf105, 151 => 0x14, 153 => 0x4e, 155 => 0x1e, 156 => 0x1a, 158 => 0x34, 160 => 'ISO', 185 => 0x8, 191 => 0x49ba, 228 => 0x0, 240 => 0x2, 349 => 0xd1, 354 => [0x17,0x37], 385 => [0x8b,0x14], 392 => 0x14, 394 => 0x105, 424 => 0xa014, 427 => 0x86, 448 => 0x6f, 456 => [0x1f,0x21,0x25], 520 => 'ISOSpeedRatings' }, - 'iso2' => { 228 => 0x6, 270 => 0x265, 271 => 0x25c, 272 => 0x265, 273 => 0x221, 274 => 0x25d, 275 => 0x256, 276 => 0x25d, 279 => 0x2b5, 282 => 0x265, 286 => 0x2b5 }, - 'isoauto' => { 365 => '14.4' }, - 'isoautoflashlimit' => { 245 => 0x156, 246 => 0x156, 247 => 0x146, 248 => 0x15a, 249 => 0x15a }, - 'isoautohilimit' => { 227 => 0x5, 245 => 0x154, 246 => 0x154, 247 => 0x144, 248 => 0x158, 249 => 0x158, 268 => 0x5, 278 => 0x18eb }, - 'isoautomax' => { 450 => 0x4 }, - 'isoautomin' => { 450 => 0x2 }, - 'isoautominspeed' => { 385 => 0x7a }, - 'isoautoshuttertime' => { 227 => 0x4, 245 => 0x15e, 246 => 0x15e, 247 => 0x14e, 248 => 0x162, 249 => 0x162, 268 => 0x4, 278 => 0x18ea }, - 'isobutton' => { 249 => 0x796 }, - 'isocalibrationgain' => { 142 => 0x89f }, - 'isodisplay' => { 308 => '4.1', 309 => '4.1', 310 => '2.3', 311 => '3.3', 312 => '3.3', 315 => '3.3', 318 => '4.3', 319 => '4.1', 320 => '4.3' }, - 'isoexpansion' => { 88 => 0x103, 89 => 0x7, 90 => 0x8, 93 => 0x8, 228 => 0x4 }, - 'isoexpansion2' => { 228 => 0xa }, - 'isofloor' => { 365 => 0x6 }, - 'isoselected' => { 348 => 0x359 }, - 'isoselection' => { 240 => 0xf }, - 'isosensitivitystep' => { 313 => '6.2', 315 => '6.2' }, - 'isosetting' => { 144 => 0x5e, 156 => 0x14, 160 => 'ISOSetting', 185 => 0x24, 186 => 0x26, 187 => 0x1c, 188 => 0x13, 193 => 0x6, 240 => 0x13, 365 => '17.3', 416 => 0x27, 437 => 0x16, 438 => 0x14, 439 => 0x2, 448 => 0x6d, 450 => 0x0 }, - 'isospeed' => { 123 => 0x8833, 521 => 'ISOSpeed' }, - 'isospeedexpansion' => { 87 => 0x3 }, - 'isospeedincrements' => { 88 => 0x102 }, - 'isospeedlatitudeyyy' => { 123 => 0x8834, 521 => 'ISOSpeedLatitudeyyy' }, - 'isospeedlatitudezzz' => { 123 => 0x8835, 521 => 'ISOSpeedLatitudezzz' }, - 'isospeedrange' => { 88 => 0x103 }, - 'isostepsize' => { 305 => '6.1', 306 => '7.2', 308 => '7.2', 309 => '7.2', 314 => '4.1', 318 => '7.2', 319 => '7.2', 321 => 0x15d, 322 => 0x15d, 323 => 0x175 }, - 'isovalue' => { 330 => 0x1001 }, - 'isrc' => { 402 => 'xid ' }, - 'isrccode' => { 410 => "\xa9isr" }, - 'issn' => { 533 => 'issn' }, - 'issueidentifier' => { 533 => 'issueIdentifier' }, - 'issuename' => { 533 => 'issueName' }, - 'issueteaser' => { 533 => 'issueTeaser' }, - 'issuetype' => { 533 => 'issueType' }, - 'istranslationof' => { 533 => 'isTranslationOf' }, - 'itemsubtype' => { 182 => 'ItemSubType' }, - 'itunesu' => { 402 => 'itnu' }, - 'jobid' => { 135 => 0xb8 }, - 'jobname' => { 522 => 'JobName' }, - 'jobref' => { 542 => 'JobRef' }, - 'jobrefid' => { 542 => [\'JobRef','JobRefId'] }, - 'jobrefname' => { 542 => [\'JobRef','JobRefName'] }, - 'jobrefurl' => { 542 => [\'JobRef','JobRefUrl'] }, - 'jobstatus' => { 522 => 'JobStatus' }, - 'jpeg-heifswitch' => { 451 => 0x2039 }, - 'jpeghandling' => { 514 => 'JPEGHandling', 516 => 'JPEGHandling' }, - 'jpegquality' => { 10 => 0x66, 349 => 0x43, 351 => 0x3034, 451 => 0xb047 }, - 'jpegsize' => { 351 => 0x303a }, - 'jpgcompression' => { 231 => 0x24, 240 => 0x44, 273 => '671.1' }, - 'jpgfromraw' => { 101 => 0x2007, 118 => 'Exif-JpgFromRaw', 354 => 0x2e }, - 'jpgfromrawlength' => { 123 => [0x117,0x202] }, - 'jpgfromrawstart' => { 123 => [0x111,0x201] }, - 'jpgrecordedpixels' => { 365 => '14.1' }, - 'jurisdiction' => { 512 => 'jurisdiction' }, - 'jxldecodespeed' => { 123 => 0xcd4b }, - 'jxldistance' => { 123 => 0xcd49 }, - 'jxleffort' => { 123 => 0xcd4a }, - 'keepexposure' => { 321 => 0x237, 322 => 0x237, 323 => 0x24f }, - 'kelvinwb_01' => { 373 => 0x5 }, - 'kelvinwb_02' => { 373 => 0x9 }, - 'kelvinwb_03' => { 373 => 0xd }, - 'kelvinwb_04' => { 373 => 0x11 }, - 'kelvinwb_05' => { 373 => 0x15 }, - 'kelvinwb_06' => { 373 => 0x19 }, - 'kelvinwb_07' => { 373 => 0x1d }, - 'kelvinwb_08' => { 373 => 0x21 }, - 'kelvinwb_09' => { 373 => 0x25 }, - 'kelvinwb_10' => { 373 => 0x29 }, - 'kelvinwb_11' => { 373 => 0x2d }, - 'kelvinwb_12' => { 373 => 0x31 }, - 'kelvinwb_13' => { 373 => 0x35 }, - 'kelvinwb_14' => { 373 => 0x39 }, - 'kelvinwb_15' => { 373 => 0x3d }, - 'kelvinwb_16' => { 373 => 0x41 }, - 'kelvinwb_daylight' => { 373 => 0x1 }, - 'kerneldenominators' => { 142 => 0x933 }, - 'key' => { 543 => 'key' }, - 'keystonecompensation' => { 329 => 0x1900 }, - 'keystonedirection' => { 329 => 0x1901 }, - 'keystonevalue' => { 329 => 0x1906 }, - 'keyword' => { 402 => 'keyw', 533 => 'keyword' }, - 'keywordinfo' => { 175 => 'Keywords' }, - 'keywords' => { 135 => 0x19, 161 => 'Keywords', 334 => 'Keywords', 401 => 'Keywords', 404 => 'keywords', 509 => 'keywords', 530 => 'Keywords', 541 => 'Keywords' }, - 'killdate' => { 533 => 'killDate' }, - 'killdatea-platform' => { 533 => [\'killDate','killDateA-platform'] }, - 'killdatedate' => { 533 => [\'killDate','killDateDate'] }, - 'kodakimageheight' => { 141 => 0xf908, 144 => 0xe, 146 => [0xfa1e,0xfa52], 152 => 0x70 }, - 'kodakimagewidth' => { 141 => 0xf907, 144 => 0xc, 146 => [0xfa1d,0xfa51], 152 => 0x6c }, - 'kodakinfotype' => { 141 => 0xfa00 }, - 'kodaklook' => { 142 => 0xe4c }, - 'kodaklookprofile' => { 142 => 0x138a }, - 'kodakmaker' => { 152 => 0x8 }, - 'kodakmodel' => { 144 => 0x0, 152 => 0x28 }, - 'kodaktag' => { 142 => 0x3ea }, - 'kodakversion' => { 142 => 0x0 }, - 'label' => { 338 => 'Label', 541 => 'Label' }, - 'labelname1' => { 526 => [\'TagStructure','TagStructureLabelName'] }, - 'labelname2' => { 526 => [\'TagStructure','TagStructureSubLabelsLabelName'] }, - 'labelname3' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] }, - 'labelname4' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] }, - 'labelname5' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] }, - 'labelname6' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] }, - 'landmark' => { 349 => 0x6f }, - 'landscapeoutputhighlightpoint' => { 113 => 0x26 }, - 'landscapeoutputshadowpoint' => { 113 => 0x27 }, - 'landscaperawcolortone' => { 113 => 0x1f }, - 'landscaperawcontrast' => { 113 => 0x21 }, - 'landscaperawhighlight' => { 113 => 0x77 }, - 'landscaperawhighlightpoint' => { 113 => 0x24 }, - 'landscaperawlinear' => { 113 => 0x22 }, - 'landscaperawsaturation' => { 113 => 0x20 }, - 'landscaperawshadow' => { 113 => 0x80 }, - 'landscaperawshadowpoint' => { 113 => 0x25 }, - 'landscaperawsharpness' => { 113 => 0x23 }, - 'landscapeunsharpmaskfineness' => { 113 => 0xa0 }, - 'landscapeunsharpmaskstrength' => { 113 => 0x9e }, - 'landscapeunsharpmaskthreshold' => { 113 => 0xa2 }, - 'language' => { 245 => 0x6a2, 246 => 0x6a2, 247 => 0x592, 248 => 0x5c2, 249 => 0x5da, 517 => 'language' }, - 'languageidentifier' => { 135 => 0x87 }, - 'largestvalidinteriorrectheight' => { 502 => 'LargestValidInteriorRectHeight' }, - 'largestvalidinteriorrectleft' => { 502 => 'LargestValidInteriorRectLeft' }, - 'largestvalidinteriorrecttop' => { 502 => 'LargestValidInteriorRectTop' }, - 'largestvalidinteriorrectwidth' => { 502 => 'LargestValidInteriorRectWidth' }, - 'lastfilenumber' => { 185 => 0x1b }, - 'lastkeywordiptc' => { 182 => 'LastKeywordIPTC' }, - 'lastkeywordxmp' => { 182 => 'LastKeywordXMP' }, - 'lastphotodate' => { 502 => 'LastPhotoDate' }, - 'lasturl' => { 544 => 'LastURL' }, - 'lateralchromaticaberration' => { 451 => 0x2012 }, - 'lateralchromaticaberrationcorrectionalreadyapplied' => { 511 => 'LateralChromaticAberrationCorrectionAlreadyApplied' }, - 'latestageorhigheststage' => { 122 => [\'GeologicalContext','GeologicalContextLatestAgeOrHighestStage'] }, - 'latesteonorhighesteonothem' => { 122 => [\'GeologicalContext','GeologicalContextLatestEonOrHighestEonothem'] }, - 'latestepochorhighestseries' => { 122 => [\'GeologicalContext','GeologicalContextLatestEpochOrHighestSeries'] }, - 'latesteraorhighesterathem' => { 122 => [\'GeologicalContext','GeologicalContextLatestEraOrHighestErathem'] }, - 'latestperiodorhighestsystem' => { 122 => [\'GeologicalContext','GeologicalContextLatestPeriodOrHighestSystem'] }, - 'latitude' => { 120 => 'Latitude' }, - 'lc1' => { 375 => 0x2 }, - 'lc10' => { 375 => 0xb }, - 'lc11' => { 375 => 0xc }, - 'lc12' => { 375 => 0xd }, - 'lc14' => { 375 => 0xf }, - 'lc15' => { 375 => 0x10 }, - 'lc3' => { 375 => 0x4 }, - 'lc4' => { 375 => 0x5 }, - 'lc5' => { 375 => 0x6 }, - 'lc6' => { 375 => 0x7 }, - 'lc7' => { 375 => 0x8 }, - 'lc8' => { 375 => 0x9 }, - 'lcddisplayatpoweron' => { 88 => 0x811, 92 => 0xa }, - 'lcddisplayreturntoshoot' => { 93 => 0x12 }, - 'lcdillumination' => { 305 => '17.5', 306 => '5.2', 308 => '5.1', 309 => '5.1', 314 => '10.3', 315 => '4.2', 318 => '5.2', 319 => '5.1', 320 => '5.4', 321 => 0x101, 322 => 0x101, 323 => 0x117 }, - 'lcdilluminationduringbulb' => { 88 => 0x408 }, - 'lcdmatrix' => { 142 => 0xe74 }, - 'lcdmatrixchickfix' => { 142 => 0xe75 }, - 'lcdmatrixmarvin' => { 142 => 0xe76 }, - 'lcdpanels' => { 87 => 0x8 }, - 'lcheditor' => { 298 => 0x8ae85e }, - 'legacyiptcdigest' => { 531 => 'LegacyIPTCDigest' }, - 'legalcode' => { 512 => 'legalcode' }, - 'lens' => { 123 => 0xfdea, 240 => 0x84, 511 => 'Lens' }, - 'lensafstopbutton' => { 86 => 0x11, 87 => 0x13, 88 => 0x506, 89 => 0x10, 90 => 0x12, 93 => 0x13, 94 => 0x9 }, - 'lensaperturerange' => { 427 => [0x30,0x48] }, - 'lensblur' => { 514 => 'LensBlur', 516 => 'LensBlur' }, - 'lensbluractive' => { 514 => [\'LensBlur','LensBlurActive'], 516 => [\'LensBlur','LensBlurActive'] }, - 'lensbluramount' => { 514 => [\'LensBlur','LensBlurBlurAmount'], 516 => [\'LensBlur','LensBlurBlurAmount'] }, - 'lensblurbokehaspect' => { 514 => [\'LensBlur','LensBlurBokehAspect'], 516 => [\'LensBlur','LensBlurBokehAspect'] }, - 'lensblurbokehrotation' => { 514 => [\'LensBlur','LensBlurBokehRotation'], 516 => [\'LensBlur','LensBlurBokehRotation'] }, - 'lensblurbokehshape' => { 514 => [\'LensBlur','LensBlurBokehShape'], 516 => [\'LensBlur','LensBlurBokehShape'] }, - 'lensblurbokehshapedetail' => { 514 => [\'LensBlur','LensBlurBokehShapeDetail'], 516 => [\'LensBlur','LensBlurBokehShapeDetail'] }, - 'lensblurcateyeamount' => { 514 => [\'LensBlur','LensBlurCatEyeAmount'], 516 => [\'LensBlur','LensBlurCatEyeAmount'] }, - 'lensblurcateyescale' => { 514 => [\'LensBlur','LensBlurCatEyeScale'], 516 => [\'LensBlur','LensBlurCatEyeScale'] }, - 'lensblurfocalrange' => { 514 => [\'LensBlur','LensBlurFocalRange'], 516 => [\'LensBlur','LensBlurFocalRange'] }, - 'lensblurfocalrangesource' => { 514 => [\'LensBlur','LensBlurFocalRangeSource'], 516 => [\'LensBlur','LensBlurFocalRangeSource'] }, - 'lensblurhighlightsboost' => { 514 => [\'LensBlur','LensBlurHighlightsBoost'], 516 => [\'LensBlur','LensBlurHighlightsBoost'] }, - 'lensblurhighlightsthreshold' => { 514 => [\'LensBlur','LensBlurHighlightsThreshold'], 516 => [\'LensBlur','LensBlurHighlightsThreshold'] }, - 'lensblursampledarea' => { 514 => [\'LensBlur','LensBlurSampledArea'], 516 => [\'LensBlur','LensBlurSampledArea'] }, - 'lensblursampledrange' => { 514 => [\'LensBlur','LensBlurSampledRange'], 516 => [\'LensBlur','LensBlurSampledRange'] }, - 'lensblursphericalaberration' => { 514 => [\'LensBlur','LensBlurSphericalAberration'], 516 => [\'LensBlur','LensBlurSphericalAberration'] }, - 'lensblursubjectrange' => { 514 => [\'LensBlur','LensBlurSubjectRange'], 516 => [\'LensBlur','LensBlurSubjectRange'] }, - 'lensblurversion' => { 514 => [\'LensBlur','LensBlurVersion'], 516 => [\'LensBlur','LensBlurVersion'] }, - 'lenscontrolring' => { 321 => 0xad, 322 => 0xad, 323 => 0xad }, - 'lenscorrectionsettings' => { 519 => 'LensCorrectionSettings' }, - 'lensdistortinfo' => { 511 => 'LensDistortInfo' }, - 'lensdistortionparams' => { 330 => 0x206 }, - 'lensdriveend' => { 238 => 0x56 }, - 'lensdrivenoaf' => { 88 => 0x505 }, + 'initialcameradolly' => { 503 => 'InitialCameraDolly' }, + 'initialhorizontalfovdegrees' => { 503 => 'InitialHorizontalFOVDegrees' }, + 'initialkey' => { 184 => 'WM/InitialKey' }, + 'initialverticalfovdegrees' => { 503 => 'InitialVerticalFOVDegrees' }, + 'initialviewheadingdegrees' => { 503 => 'InitialViewHeadingDegrees', 504 => 'InitialViewHeadingDegrees' }, + 'initialviewpitchdegrees' => { 503 => 'InitialViewPitchDegrees', 504 => 'InitialViewPitchDegrees' }, + 'initialviewrolldegrees' => { 503 => 'InitialViewRollDegrees', 504 => 'InitialViewRollDegrees' }, + 'initialzoomliveview' => { 306 => '4.4' }, + 'initialzoomsetting' => { 306 => '9.3', 315 => '27.3' }, + 'inkset' => { 124 => 0x14c }, + 'inputprofile' => { 143 => 0x1389 }, + 'instanceid' => { 545 => 'InstanceID' }, + 'instantplaybacksetup' => { 189 => 0x3e }, + 'instantplaybacktime' => { 189 => 0x3d }, + 'instructions' => { 532 => 'Instructions' }, + 'instrument' => { 544 => 'instrument' }, + 'integrationtime' => { 143 => 0x423 }, + 'intellectualgenre' => { 528 => 'IntellectualGenre' }, + 'intelligentauto' => { 452 => 0xb052, 480 => 0xd, 481 => 0xe, 482 => 0xd }, + 'intelligentcontrast' => { 55 => 0x4 }, + 'intelligentd-range' => { 350 => 0x79 }, + 'intelligentexposure' => { 350 => 0x5d }, + 'intelligentresolution' => { 350 => 0x70 }, + 'interchangecolorspace' => { 138 => 0x40 }, + 'intergraphmatrix' => { 124 => 0x8480 }, + 'internalflash' => { 186 => 0x2b, 306 => '23.1', 308 => '8.1', 311 => '22.1', 313 => '23.1', 317 => '8.1', 321 => '24.1', 329 => 0x1208 }, + 'internalflashae1' => { 331 => 0x1021 }, + 'internalflashae1_0' => { 331 => 0x101d }, + 'internalflashae2' => { 331 => 0x1022 }, + 'internalflashae2_0' => { 331 => 0x101e }, + 'internalflashmode' => { 373 => 0x1 }, + 'internalflashstrength' => { 373 => 0x3 }, + 'internalflashtable' => { 331 => 0x1024 }, + 'internallensserialnumber' => { 425 => 0xa005 }, + 'internalndfilter' => { 350 => 0x9d }, + 'internalserialnumber' => { 68 => 0x96, 80 => 0x9, 132 => 0x10, 192 => 0x49dc, 325 => 0x18, 327 => 0x102, 347 => 0x500, 350 => 0x25, 365 => 0x4, 418 => 0x5, 471 => [0x7c,0xf0], 472 => 0x88, 473 => [0x88,0x8a], 474 => 0x38 }, + 'interopindex' => { 124 => 0x1, 522 => 'InteroperabilityIndex' }, + 'interopversion' => { 124 => 0x2 }, + 'interval' => { 264 => 0x20 }, + 'intervaldurationhours' => { 245 => 0xa0, 246 => 0xb8, 247 => 0xb8 }, + 'intervaldurationminutes' => { 245 => 0xa4, 246 => 0xbc, 247 => 0xbc }, + 'intervaldurationseconds' => { 245 => 0xa8, 246 => 0xc0, 247 => 0xc0 }, + 'intervalexposuresmoothing' => { 230 => 0x184, 245 => 0xb8, 246 => 0xd0, 247 => 0xd0 }, + 'intervalframe' => { 264 => 0x24 }, + 'intervallength' => { 186 => 0x10 }, + 'intervalmode' => { 186 => 0x26 }, + 'intervalnumber' => { 186 => 0x11 }, + 'intervalpriority' => { 230 => 0x186, 245 => 0xba, 246 => 0xd2, 247 => 0xd2 }, + 'intervals' => { 230 => 0x17c, 245 => 0xb0, 246 => 0xc8, 247 => 0xc8, 248 => 0xbc, 249 => 0xcc, 250 => 0xcc }, + 'intervalshooting' => { 231 => 0x24, 266 => 0x24, 267 => 0x28, 386 => 0x92 }, + 'introtime' => { 544 => 'introTime' }, + 'introtimescale' => { 544 => [\'introTime','introTimeScale'] }, + 'introtimevalue' => { 544 => [\'introTime','introTimeValue'] }, + 'ipaversion' => { 143 => 0xdae }, + 'ipfcameramodel' => { 143 => 0xe4d }, + 'iptc' => { 125 => 'IPTC' }, + 'iptc-naa' => { 124 => 0x83bb, 355 => 0x83bb }, + 'iptcbitspersample' => { 138 => 0x56 }, + 'iptcdigest' => { 400 => 0x425 }, + 'iptcimageheight' => { 138 => 0x1e }, + 'iptcimagerotation' => { 138 => 0x66 }, + 'iptcimagewidth' => { 138 => 0x14 }, + 'iptclastedited' => { 529 => 'IptcLastEdited' }, + 'iptcpicturenumber' => { 138 => 0xa }, + 'iptcpixelheight' => { 138 => 0x32 }, + 'iptcpixelwidth' => { 138 => 0x28 }, + 'isalternativeof' => { 534 => 'isAlternativeOf' }, + 'isbn' => { 534 => 'isbn' }, + 'iscorrectionof' => { 534 => 'isCorrectionOf' }, + 'iscustompicturestyle' => { 114 => 0x3 }, + 'ismergedhdr' => { 512 => 'IsMergedHDR' }, + 'ismergedpanorama' => { 512 => '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, 31 => 0x0, 32 => 0x1, 117 => 0x14, 118 => [0x3014,0x14], 124 => 0x8827, 142 => 0xfd06, 143 => 0x1784, 145 => 0x60, 147 => [0xfa2e,0xfa46], 148 => [0x27,0x28], 149 => 0xf105, 152 => 0x14, 154 => 0x4e, 156 => 0x1e, 157 => 0x1a, 159 => 0x34, 161 => 'ISO', 186 => 0x8, 192 => 0x49ba, 229 => 0x0, 241 => 0x2, 350 => 0xd1, 355 => [0x17,0x37], 386 => [0x8b,0x14], 393 => 0x14, 395 => 0x105, 425 => 0xa014, 428 => 0x86, 449 => 0x6f, 457 => [0x1f,0x21,0x25], 521 => 'ISOSpeedRatings' }, + 'iso2' => { 229 => 0x6, 271 => 0x265, 272 => 0x25c, 273 => 0x265, 274 => 0x221, 275 => 0x25d, 276 => 0x256, 277 => 0x25d, 280 => 0x2b5, 283 => 0x265, 287 => 0x2b5 }, + 'isoauto' => { 366 => '14.4' }, + 'isoautoflashlimit' => { 246 => 0x156, 247 => 0x156, 248 => 0x146, 249 => 0x15a, 250 => 0x15a }, + 'isoautohilimit' => { 228 => 0x5, 246 => 0x154, 247 => 0x154, 248 => 0x144, 249 => 0x158, 250 => 0x158, 269 => 0x5, 279 => 0x18eb }, + 'isoautomax' => { 451 => 0x4 }, + 'isoautomin' => { 451 => 0x2 }, + 'isoautominspeed' => { 386 => 0x7a }, + 'isoautoshuttertime' => { 228 => 0x4, 246 => 0x15e, 247 => 0x15e, 248 => 0x14e, 249 => 0x162, 250 => 0x162, 269 => 0x4, 279 => 0x18ea }, + 'isobutton' => { 250 => 0x796 }, + 'isocalibrationgain' => { 143 => 0x89f }, + 'isodisplay' => { 309 => '4.1', 310 => '4.1', 311 => '2.3', 312 => '3.3', 313 => '3.3', 316 => '3.3', 319 => '4.3', 320 => '4.1', 321 => '4.3' }, + 'isoexpansion' => { 89 => 0x103, 90 => 0x7, 91 => 0x8, 94 => 0x8, 229 => 0x4 }, + 'isoexpansion2' => { 229 => 0xa }, + 'isofloor' => { 366 => 0x6 }, + 'isoselected' => { 349 => 0x359 }, + 'isoselection' => { 241 => 0xf }, + 'isosensitivitystep' => { 314 => '6.2', 316 => '6.2' }, + 'isosetting' => { 145 => 0x5e, 157 => 0x14, 161 => 'ISOSetting', 186 => 0x24, 187 => 0x26, 188 => 0x1c, 189 => 0x13, 194 => 0x6, 241 => 0x13, 366 => '17.3', 417 => 0x27, 438 => 0x16, 439 => 0x14, 440 => 0x2, 449 => 0x6d, 451 => 0x0 }, + 'isospeed' => { 124 => 0x8833, 522 => 'ISOSpeed' }, + 'isospeedexpansion' => { 88 => 0x3 }, + 'isospeedincrements' => { 89 => 0x102 }, + 'isospeedlatitudeyyy' => { 124 => 0x8834, 522 => 'ISOSpeedLatitudeyyy' }, + 'isospeedlatitudezzz' => { 124 => 0x8835, 522 => 'ISOSpeedLatitudezzz' }, + 'isospeedrange' => { 89 => 0x103 }, + 'isostepsize' => { 306 => '6.1', 307 => '7.2', 309 => '7.2', 310 => '7.2', 315 => '4.1', 319 => '7.2', 320 => '7.2', 322 => 0x15d, 323 => 0x15d, 324 => 0x175 }, + 'isovalue' => { 331 => 0x1001 }, + 'isrc' => { 403 => 'xid ' }, + 'isrccode' => { 411 => "\xa9isr" }, + 'issn' => { 534 => 'issn' }, + 'issueidentifier' => { 534 => 'issueIdentifier' }, + 'issuename' => { 534 => 'issueName' }, + 'issueteaser' => { 534 => 'issueTeaser' }, + 'issuetype' => { 534 => 'issueType' }, + 'istranslationof' => { 534 => 'isTranslationOf' }, + 'itemsubtype' => { 183 => 'ItemSubType' }, + 'itunesu' => { 403 => 'itnu' }, + 'jobid' => { 136 => 0xb8 }, + 'jobname' => { 523 => 'JobName' }, + 'jobref' => { 543 => 'JobRef' }, + 'jobrefid' => { 543 => [\'JobRef','JobRefId'] }, + 'jobrefname' => { 543 => [\'JobRef','JobRefName'] }, + 'jobrefurl' => { 543 => [\'JobRef','JobRefUrl'] }, + 'jobstatus' => { 523 => 'JobStatus' }, + 'jpeg-heifswitch' => { 452 => 0x2039 }, + 'jpeghandling' => { 515 => 'JPEGHandling', 517 => 'JPEGHandling' }, + 'jpegquality' => { 10 => 0x66, 350 => 0x43, 352 => 0x3034, 452 => 0xb047 }, + 'jpegsize' => { 352 => 0x303a }, + 'jpgcompression' => { 232 => 0x24, 241 => 0x44, 274 => '671.1' }, + 'jpgfromraw' => { 102 => 0x2007, 119 => 'Exif-JpgFromRaw', 355 => 0x2e }, + 'jpgfromrawlength' => { 124 => [0x117,0x202] }, + 'jpgfromrawstart' => { 124 => [0x111,0x201] }, + 'jpgrecordedpixels' => { 366 => '14.1' }, + 'jurisdiction' => { 513 => 'jurisdiction' }, + 'jxldecodespeed' => { 124 => 0xcd4b }, + 'jxldistance' => { 124 => 0xcd49 }, + 'jxleffort' => { 124 => 0xcd4a }, + 'keepexposure' => { 322 => 0x237, 323 => 0x237, 324 => 0x24f }, + 'kelvinwb_01' => { 374 => 0x5 }, + 'kelvinwb_02' => { 374 => 0x9 }, + 'kelvinwb_03' => { 374 => 0xd }, + 'kelvinwb_04' => { 374 => 0x11 }, + 'kelvinwb_05' => { 374 => 0x15 }, + 'kelvinwb_06' => { 374 => 0x19 }, + 'kelvinwb_07' => { 374 => 0x1d }, + 'kelvinwb_08' => { 374 => 0x21 }, + 'kelvinwb_09' => { 374 => 0x25 }, + 'kelvinwb_10' => { 374 => 0x29 }, + 'kelvinwb_11' => { 374 => 0x2d }, + 'kelvinwb_12' => { 374 => 0x31 }, + 'kelvinwb_13' => { 374 => 0x35 }, + 'kelvinwb_14' => { 374 => 0x39 }, + 'kelvinwb_15' => { 374 => 0x3d }, + 'kelvinwb_16' => { 374 => 0x41 }, + 'kelvinwb_daylight' => { 374 => 0x1 }, + 'kerneldenominators' => { 143 => 0x933 }, + 'key' => { 544 => 'key' }, + 'keystonecompensation' => { 330 => 0x1900 }, + 'keystonedirection' => { 330 => 0x1901 }, + 'keystonevalue' => { 330 => 0x1906 }, + 'keyword' => { 403 => 'keyw', 534 => 'keyword' }, + 'keywordinfo' => { 176 => 'Keywords' }, + 'keywords' => { 136 => 0x19, 162 => 'Keywords', 335 => 'Keywords', 402 => 'Keywords', 405 => 'keywords', 510 => 'keywords', 531 => 'Keywords', 542 => 'Keywords' }, + 'killdate' => { 534 => 'killDate' }, + 'killdatea-platform' => { 534 => [\'killDate','killDateA-platform'] }, + 'killdatedate' => { 534 => [\'killDate','killDateDate'] }, + 'kodakimageheight' => { 142 => 0xf908, 145 => 0xe, 147 => [0xfa1e,0xfa52], 153 => 0x70 }, + 'kodakimagewidth' => { 142 => 0xf907, 145 => 0xc, 147 => [0xfa1d,0xfa51], 153 => 0x6c }, + 'kodakinfotype' => { 142 => 0xfa00 }, + 'kodaklook' => { 143 => 0xe4c }, + 'kodaklookprofile' => { 143 => 0x138a }, + 'kodakmaker' => { 153 => 0x8 }, + 'kodakmodel' => { 145 => 0x0, 153 => 0x28 }, + 'kodaktag' => { 143 => 0x3ea }, + 'kodakversion' => { 143 => 0x0 }, + 'label' => { 339 => 'Label', 542 => 'Label' }, + 'labelname1' => { 527 => [\'TagStructure','TagStructureLabelName'] }, + 'labelname2' => { 527 => [\'TagStructure','TagStructureSubLabelsLabelName'] }, + 'labelname3' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] }, + 'labelname4' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] }, + 'labelname5' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] }, + 'labelname6' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] }, + 'landmark' => { 350 => 0x6f }, + 'landscapeoutputhighlightpoint' => { 114 => 0x26 }, + 'landscapeoutputshadowpoint' => { 114 => 0x27 }, + 'landscaperawcolortone' => { 114 => 0x1f }, + 'landscaperawcontrast' => { 114 => 0x21 }, + 'landscaperawhighlight' => { 114 => 0x77 }, + 'landscaperawhighlightpoint' => { 114 => 0x24 }, + 'landscaperawlinear' => { 114 => 0x22 }, + 'landscaperawsaturation' => { 114 => 0x20 }, + 'landscaperawshadow' => { 114 => 0x80 }, + 'landscaperawshadowpoint' => { 114 => 0x25 }, + 'landscaperawsharpness' => { 114 => 0x23 }, + 'landscapeunsharpmaskfineness' => { 114 => 0xa0 }, + 'landscapeunsharpmaskstrength' => { 114 => 0x9e }, + 'landscapeunsharpmaskthreshold' => { 114 => 0xa2 }, + 'language' => { 246 => 0x6a2, 247 => 0x6a2, 248 => 0x592, 249 => 0x5c2, 250 => 0x5da, 518 => 'language' }, + 'languageidentifier' => { 136 => 0x87 }, + 'largestvalidinteriorrectheight' => { 503 => 'LargestValidInteriorRectHeight' }, + 'largestvalidinteriorrectleft' => { 503 => 'LargestValidInteriorRectLeft' }, + 'largestvalidinteriorrecttop' => { 503 => 'LargestValidInteriorRectTop' }, + 'largestvalidinteriorrectwidth' => { 503 => 'LargestValidInteriorRectWidth' }, + 'lastfilenumber' => { 186 => 0x1b }, + 'lastkeywordiptc' => { 183 => 'LastKeywordIPTC' }, + 'lastkeywordxmp' => { 183 => 'LastKeywordXMP' }, + 'lastphotodate' => { 503 => 'LastPhotoDate' }, + 'lasturl' => { 545 => 'LastURL' }, + 'lateralchromaticaberration' => { 452 => 0x2012 }, + 'lateralchromaticaberrationcorrectionalreadyapplied' => { 512 => 'LateralChromaticAberrationCorrectionAlreadyApplied' }, + 'latestageorhigheststage' => { 123 => [\'GeologicalContext','GeologicalContextLatestAgeOrHighestStage'] }, + 'latesteonorhighesteonothem' => { 123 => [\'GeologicalContext','GeologicalContextLatestEonOrHighestEonothem'] }, + 'latestepochorhighestseries' => { 123 => [\'GeologicalContext','GeologicalContextLatestEpochOrHighestSeries'] }, + 'latesteraorhighesterathem' => { 123 => [\'GeologicalContext','GeologicalContextLatestEraOrHighestErathem'] }, + 'latestperiodorhighestsystem' => { 123 => [\'GeologicalContext','GeologicalContextLatestPeriodOrHighestSystem'] }, + 'latitude' => { 121 => 'Latitude' }, + 'lc1' => { 376 => 0x2 }, + 'lc10' => { 376 => 0xb }, + 'lc11' => { 376 => 0xc }, + 'lc12' => { 376 => 0xd }, + 'lc14' => { 376 => 0xf }, + 'lc15' => { 376 => 0x10 }, + 'lc3' => { 376 => 0x4 }, + 'lc4' => { 376 => 0x5 }, + 'lc5' => { 376 => 0x6 }, + 'lc6' => { 376 => 0x7 }, + 'lc7' => { 376 => 0x8 }, + 'lc8' => { 376 => 0x9 }, + 'lcddisplayatpoweron' => { 89 => 0x811, 93 => 0xa }, + 'lcddisplayreturntoshoot' => { 94 => 0x12 }, + 'lcdillumination' => { 306 => '17.5', 307 => '5.2', 309 => '5.1', 310 => '5.1', 315 => '10.3', 316 => '4.2', 319 => '5.2', 320 => '5.1', 321 => '5.4', 322 => 0x101, 323 => 0x101, 324 => 0x117 }, + 'lcdilluminationduringbulb' => { 89 => 0x408 }, + 'lcdmatrix' => { 143 => 0xe74 }, + 'lcdmatrixchickfix' => { 143 => 0xe75 }, + 'lcdmatrixmarvin' => { 143 => 0xe76 }, + 'lcdpanels' => { 88 => 0x8 }, + 'lcheditor' => { 299 => 0x8ae85e }, + 'legacyiptcdigest' => { 532 => 'LegacyIPTCDigest' }, + 'legalcode' => { 513 => 'legalcode' }, + 'lens' => { 124 => 0xfdea, 241 => 0x84, 512 => 'Lens' }, + 'lensafstopbutton' => { 87 => 0x11, 88 => 0x13, 89 => 0x506, 90 => 0x10, 91 => 0x12, 94 => 0x13, 95 => 0x9 }, + 'lensaperturerange' => { 428 => [0x30,0x48] }, + 'lensblur' => { 515 => 'LensBlur', 517 => 'LensBlur' }, + 'lensbluractive' => { 515 => [\'LensBlur','LensBlurActive'], 517 => [\'LensBlur','LensBlurActive'] }, + 'lensbluramount' => { 515 => [\'LensBlur','LensBlurBlurAmount'], 517 => [\'LensBlur','LensBlurBlurAmount'] }, + 'lensblurbokehaspect' => { 515 => [\'LensBlur','LensBlurBokehAspect'], 517 => [\'LensBlur','LensBlurBokehAspect'] }, + 'lensblurbokehrotation' => { 515 => [\'LensBlur','LensBlurBokehRotation'], 517 => [\'LensBlur','LensBlurBokehRotation'] }, + 'lensblurbokehshape' => { 515 => [\'LensBlur','LensBlurBokehShape'], 517 => [\'LensBlur','LensBlurBokehShape'] }, + 'lensblurbokehshapedetail' => { 515 => [\'LensBlur','LensBlurBokehShapeDetail'], 517 => [\'LensBlur','LensBlurBokehShapeDetail'] }, + 'lensblurcateyeamount' => { 515 => [\'LensBlur','LensBlurCatEyeAmount'], 517 => [\'LensBlur','LensBlurCatEyeAmount'] }, + 'lensblurcateyescale' => { 515 => [\'LensBlur','LensBlurCatEyeScale'], 517 => [\'LensBlur','LensBlurCatEyeScale'] }, + 'lensblurfocalrange' => { 515 => [\'LensBlur','LensBlurFocalRange'], 517 => [\'LensBlur','LensBlurFocalRange'] }, + 'lensblurfocalrangesource' => { 515 => [\'LensBlur','LensBlurFocalRangeSource'], 517 => [\'LensBlur','LensBlurFocalRangeSource'] }, + 'lensblurhighlightsboost' => { 515 => [\'LensBlur','LensBlurHighlightsBoost'], 517 => [\'LensBlur','LensBlurHighlightsBoost'] }, + 'lensblurhighlightsthreshold' => { 515 => [\'LensBlur','LensBlurHighlightsThreshold'], 517 => [\'LensBlur','LensBlurHighlightsThreshold'] }, + 'lensblursampledarea' => { 515 => [\'LensBlur','LensBlurSampledArea'], 517 => [\'LensBlur','LensBlurSampledArea'] }, + 'lensblursampledrange' => { 515 => [\'LensBlur','LensBlurSampledRange'], 517 => [\'LensBlur','LensBlurSampledRange'] }, + 'lensblursphericalaberration' => { 515 => [\'LensBlur','LensBlurSphericalAberration'], 517 => [\'LensBlur','LensBlurSphericalAberration'] }, + 'lensblursubjectrange' => { 515 => [\'LensBlur','LensBlurSubjectRange'], 517 => [\'LensBlur','LensBlurSubjectRange'] }, + 'lensblurversion' => { 515 => [\'LensBlur','LensBlurVersion'], 517 => [\'LensBlur','LensBlurVersion'] }, + 'lenscontrolring' => { 322 => 0xad, 323 => 0xad, 324 => 0xad }, + 'lenscorrectionsettings' => { 520 => 'LensCorrectionSettings' }, + 'lensdistortinfo' => { 512 => 'LensDistortInfo' }, + 'lensdistortionparams' => { 331 => 0x206 }, + 'lensdriveend' => { 239 => 0x56 }, + 'lensdrivenoaf' => { 89 => 0x505 }, 'lensdrivewhenafimpossible' => { 2 => 0xb }, - 'lense-mountversion' => { 439 => 0x3f0, 487 => 0xd }, - 'lensfirmware' => { 418 => 0x20, 424 => 0xa004 }, - 'lensfirmwareversion' => { 326 => 0x204, 349 => 0x60, 439 => 0x3f3, 487 => 0x14 }, - 'lensfocallength' => { 107 => 0xf0512, 375 => 0x9 }, - 'lensfocalrange' => { 427 => [0xa,0x2a] }, - 'lensfocusfunctionbuttons' => { 306 => '55.1', 308 => '52.1', 309 => '52.1', 318 => '52.1', 319 => '52.1' }, - 'lensformat' => { 464 => 0x1891, 466 => 0x18bd, 467 => 0x18ed, 468 => 0x17f1, 470 => 0x106, 471 => 0x106, 482 => 0x603, 483 => 0x5d }, - 'lensfstops' => { 232 => 0x7, 233 => 0xc, 234 => 0xd, 238 => 0xe, 240 => 0x8b, 375 => '0.3' }, - 'lensfunc1button' => { 321 => 0x9f, 322 => 0x9f, 323 => 0x9f }, - 'lensfunc1buttonplaybackmode' => { 246 => 0x80a, 249 => 0x810 }, - 'lensfunc2button' => { 321 => 0xa7, 322 => 0xa7, 323 => 0xa7 }, - 'lensfunc2buttonplaybackmode' => { 246 => 0x80c, 249 => 0x812 }, - 'lensid' => { 238 => 0x30, 511 => 'LensID' }, - 'lensidnumber' => { 232 => 0x6, 233 => 0xb, 234 => 0xc, 238 => 0xd }, - 'lensinfo' => { 123 => 0xa432, 381 => 0x2a, 511 => 'LensInfo', 521 => 'LensSpecification' }, - 'lenskind' => { 375 => 0x1 }, - 'lensmake' => { 123 => 0xa433, 167 => 'Make', 521 => 'LensMake' }, - 'lensmanualdistortionamount' => { 514 => 'LensManualDistortionAmount', 516 => 'LensManualDistortionAmount' }, - 'lensmanufacturer' => { 182 => 'LensManufacturer' }, - 'lensmaxaperturerange' => { 427 => 0x2b }, - 'lensmodel' => { 7 => 0x937, 14 => 0x92b, 15 => 0x933, 67 => 0x95, 123 => 0xa434, 167 => 'Model', 182 => 'LensModel', 235 => 0x18a, 236 => 0x18b, 237 => 0x2ac, 326 => 0x203, 381 => 0xc, 394 => 0x412, 521 => 'LensModel' }, - 'lensmodulationoptimizer' => { 131 => 0x1045 }, - 'lensmount' => { 439 => 0x99, 464 => 0x1892, 466 => 0x18be, 467 => 0x18ee, 468 => 0x17f2, 470 => 0x105, 471 => 0x105, 482 => 0x604, 483 => 0x5e }, - 'lensmount2' => { 487 => 0x8 }, - 'lensmounttype' => { 238 => 0x35 }, - 'lenspositionabsolute' => { 238 => 0x5a }, - 'lensprofilechromaticaberrationscale' => { 514 => 'LensProfileChromaticAberrationScale', 516 => 'LensProfileChromaticAberrationScale' }, - 'lensprofiledigest' => { 514 => 'LensProfileDigest', 516 => 'LensProfileDigest' }, - 'lensprofiledistortionscale' => { 514 => 'LensProfileDistortionScale', 516 => 'LensProfileDistortionScale' }, - 'lensprofileenable' => { 514 => 'LensProfileEnable', 516 => 'LensProfileEnable' }, - 'lensprofilefilename' => { 514 => 'LensProfileFilename', 516 => 'LensProfileFilename' }, - 'lensprofileisembedded' => { 514 => 'LensProfileIsEmbedded', 516 => 'LensProfileIsEmbedded' }, - 'lensprofilematchkeycameramodelname' => { 514 => 'LensProfileMatchKeyCameraModelName', 516 => 'LensProfileMatchKeyCameraModelName' }, - 'lensprofilematchkeyexifmake' => { 514 => 'LensProfileMatchKeyExifMake', 516 => 'LensProfileMatchKeyExifMake' }, - 'lensprofilematchkeyexifmodel' => { 514 => 'LensProfileMatchKeyExifModel', 516 => 'LensProfileMatchKeyExifModel' }, - 'lensprofilematchkeyisraw' => { 514 => 'LensProfileMatchKeyIsRaw', 516 => 'LensProfileMatchKeyIsRaw' }, - 'lensprofilematchkeylensid' => { 514 => 'LensProfileMatchKeyLensID', 516 => 'LensProfileMatchKeyLensID' }, - 'lensprofilematchkeylensinfo' => { 514 => 'LensProfileMatchKeyLensInfo', 516 => 'LensProfileMatchKeyLensInfo' }, - 'lensprofilematchkeylensname' => { 514 => 'LensProfileMatchKeyLensName', 516 => 'LensProfileMatchKeyLensName' }, - 'lensprofilematchkeysensorformatfactor' => { 514 => 'LensProfileMatchKeySensorFormatFactor', 516 => 'LensProfileMatchKeySensorFormatFactor' }, - 'lensprofilename' => { 348 => 0x370, 514 => 'LensProfileName', 516 => 'LensProfileName' }, - 'lensprofilesetup' => { 514 => 'LensProfileSetup', 516 => 'LensProfileSetup' }, - 'lensprofilevignettingscale' => { 514 => 'LensProfileVignettingScale', 516 => 'LensProfileVignettingScale' }, - 'lensproperties' => { 326 => 0x20b }, - 'lensserialnumber' => { 21 => 0x164, 34 => 0x16b, 63 => 0x0, 123 => 0xa435, 167 => 'SerialNumber', 326 => 0x202, 347 => 0x321, 349 => 0x52, 410 => 'LENS', 418 => 0x30, 511 => 'LensSerialNumber', 521 => 'LensSerialNumber' }, - 'lensshutterlock' => { 188 => 0x4a }, - 'lensspec' => { 434 => 0x0, 435 => 0x0, 436 => 0x0, 451 => 0xb02a }, - 'lensspecfeatures' => { 470 => [0x115,0x116], 471 => [0x116,0x1ed,0x1f0,0x21c,0x21e] }, - 'lenstemperature' => { 330 => 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, 36 => 0x16, 190 => 0x10c, 191 => 0x49bd, 240 => 0x83, 326 => 0x201, 340 => 0x16, 344 => 0x310, 346 => 0x303, 347 => 0x303, 349 => 0x51, 351 => 0x3405, 376 => 0x0, 377 => 0x0, 378 => 0x1, 379 => 0x1, 380 => 0x1, 382 => 0x0, 424 => 0xa003, 427 => 0x27, 451 => 0xb027, 464 => 0x1896, 466 => 0x18c2, 467 => 0x18f2, 468 => 0x17f6, 470 => 0x109, 471 => 0x109, 482 => 0x608, 483 => 0x62 }, - 'lenstype2' => { 439 => 0x3f7, 464 => 0x1893, 466 => 0x18bf, 467 => 0x18ef, 468 => 0x17f3, 470 => 0x107, 471 => 0x107, 482 => 0x605, 483 => 0x60 }, - 'lenstype3' => { 487 => 0x9 }, - 'lenstypemake' => { 349 => 0xc4 }, - 'lenstypemodel' => { 349 => [0xc5,0xe4] }, - 'lenszoomposition' => { 479 => 0x19, 480 => 0x1e, 483 => [0x342,0x34e,0x35a] }, - 'levelindicator' => { 357 => 0x15 }, - 'levelmeter' => { 410 => ['Lvlm','lvlm'] }, - 'levelorientation' => { 383 => 0x0 }, - 'license' => { 512 => 'license' }, - 'licensee' => { 335 => 'Licensee' }, - 'licenseeid' => { 335 => [\'Licensee','LicenseeLicenseeID'] }, - 'licenseeimageid' => { 335 => 'LicenseeImageID' }, - 'licenseeimagenotes' => { 335 => 'LicenseeImageNotes' }, - 'licenseename' => { 335 => [\'Licensee','LicenseeLicenseeName'] }, - 'licenseenddate' => { 335 => 'LicenseEndDate' }, - 'licenseeprojectreference' => { 335 => 'LicenseeProjectReference' }, - 'licenseetransactionid' => { 335 => 'LicenseeTransactionID' }, - 'licenseid' => { 335 => 'LicenseID' }, - 'licensestartdate' => { 335 => 'LicenseStartDate' }, - 'licensetransactiondate' => { 335 => 'LicenseTransactionDate' }, - 'licensetype' => { 518 => 'licensetype' }, - 'licensor' => { 335 => 'Licensor' }, - 'licensorcity' => { 335 => [\'Licensor','LicensorLicensorCity'] }, - 'licensorcountry' => { 335 => [\'Licensor','LicensorLicensorCountry'] }, - 'licensoremail' => { 335 => [\'Licensor','LicensorLicensorEmail'] }, - 'licensorextendedaddress' => { 335 => [\'Licensor','LicensorLicensorExtendedAddress'] }, - 'licensorid' => { 335 => [\'Licensor','LicensorLicensorID'] }, - 'licensorimageid' => { 335 => 'LicensorImageID' }, - 'licensorname' => { 335 => [\'Licensor','LicensorLicensorName'] }, - 'licensornotes' => { 335 => 'LicensorNotes' }, - 'licensorpostalcode' => { 335 => [\'Licensor','LicensorLicensorPostalCode'] }, - 'licensorregion' => { 335 => [\'Licensor','LicensorLicensorRegion'] }, - 'licensorstreetaddress' => { 335 => [\'Licensor','LicensorLicensorStreetAddress'] }, - 'licensortelephone1' => { 335 => [\'Licensor','LicensorLicensorTelephone1'] }, - 'licensortelephone2' => { 335 => [\'Licensor','LicensorLicensorTelephone2'] }, - 'licensortelephonetype1' => { 335 => [\'Licensor','LicensorLicensorTelephoneType1'] }, - 'licensortelephonetype2' => { 335 => [\'Licensor','LicensorLicensorTelephoneType2'] }, - 'licensortransactionid' => { 335 => 'LicensorTransactionID' }, - 'licensorurl' => { 335 => [\'Licensor','LicensorLicensorURL'] }, - 'lightcondition' => { 330 => 0x1009 }, - 'lightingmode' => { 117 => 0x302a }, - 'lightreading' => { 385 => 0x15 }, - 'lightsource' => { 123 => 0x9208, 240 => 0x90, 333 => 0x1000, 520 => 'LightSource' }, - 'lightsourcespecial' => { 426 => 0x21d }, - 'lightswitch' => { 318 => '0.1', 320 => '0.1' }, - 'lightvaluecenter' => { 330 => 0x103d }, - 'lightvalueperiphery' => { 330 => 0x103e }, - 'limitaf-areamodesel3dtracking' => { 321 => 0x153, 322 => 0x153, 323 => 0x16b }, - 'limitaf-areamodeseldynamic_l' => { 321 => 0x151, 322 => 0x151, 323 => 0x169 }, - 'limitaf-areamodeseldynamic_m' => { 321 => 0x150, 322 => 0x150, 323 => 0x168 }, - 'limitaf-areamodeseldynamic_s' => { 321 => 0x14f, 322 => 0x14f, 323 => 0x167 }, - 'limitaf-areamodeselpinpoint' => { 321 => 0x11, 322 => 0x11, 323 => 0x11 }, - 'limitaf-areamodeselwideaf_l' => { 321 => 0x14, 322 => 0x14, 323 => 0x14 }, - 'limitaf-areamodeselwideaf_s' => { 321 => 0x13, 322 => 0x13, 323 => 0x13 }, - 'limitafareamodeselauto' => { 321 => 0x15, 322 => 0x15, 323 => 0x15 }, - 'limitafareamodeselection' => { 306 => '51.1', 308 => '49.1', 309 => '49.1', 318 => '49.1', 319 => '49.1' }, - 'limitreleasemodeselc120' => { 322 => '269.4', 323 => '293.4' }, - 'limitreleasemodeselc30' => { 322 => '269.3', 323 => '293.3' }, - 'limitreleasemodeselch' => { 322 => '269.2', 323 => '293.2' }, - 'limitreleasemodeselcl' => { 322 => '269.1', 323 => '293.1' }, - 'limitreleasemodeselself' => { 322 => '269.5', 323 => '293.5' }, - 'limitselectableimagearea16to9' => { 321 => 0x47, 322 => 0x47, 323 => 0x47 }, - 'limitselectableimagearea1to1' => { 321 => 0x46, 322 => 0x46, 323 => 0x46 }, - 'limitselectableimageareadx' => { 321 => 0x45, 322 => 0x45, 323 => 0x45 }, - 'linearitylimitblue' => { 354 => 0x10 }, - 'linearitylimitgreen' => { 354 => 0xf }, - 'linearitylimitred' => { 354 => 0xe }, - 'linearityuppermargin' => { 43 => 0x32c, 44 => 0x282, 47 => [0x2ba,0x2d1,0x2d5], 49 => 0x1e5, 50 => [0x1fe,0x2de], 51 => [0x232,0x310], 52 => 0x31e }, - 'linearizationtable' => { 123 => 0xc618 }, - 'linearresponselimit' => { 123 => 0xc62e }, - 'link' => { 533 => 'link' }, - 'linkaetoafpoint' => { 365 => '14.2' }, - 'linkedencodedrightsexpr' => { 528 => [\'LinkedEncRightsExpr','LinkedEncRightsExprLinkedRightsExpr'] }, - 'linkedencodedrightsexprlangid' => { 528 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprLangId'] }, - 'linkedencodedrightsexprtype' => { 528 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprEncType'] }, - 'linkedencrightsexpr' => { 528 => 'LinkedEncRightsExpr' }, - 'linlogcoring' => { 142 => 0x904 }, - 'lithostratigraphicterms' => { 122 => [\'GeologicalContext','GeologicalContextLithostratigraphicTerms'] }, - 'livephotoauto' => { 404 => 'live-photo.auto' }, + 'lense-mountversion' => { 440 => 0x3f0, 488 => 0xd }, + 'lensfirmware' => { 419 => 0x20, 425 => 0xa004 }, + 'lensfirmwareversion' => { 327 => 0x204, 350 => 0x60, 440 => 0x3f3, 488 => 0x14 }, + 'lensfocallength' => { 108 => 0xf0512, 376 => 0x9 }, + 'lensfocalrange' => { 428 => [0xa,0x2a] }, + 'lensfocusfunctionbuttons' => { 307 => '55.1', 309 => '52.1', 310 => '52.1', 319 => '52.1', 320 => '52.1' }, + 'lensformat' => { 465 => 0x1891, 467 => 0x18bd, 468 => 0x18ed, 469 => 0x17f1, 471 => 0x106, 472 => 0x106, 483 => 0x603, 484 => 0x5d }, + 'lensfstops' => { 233 => 0x7, 234 => 0xc, 235 => 0xd, 239 => 0xe, 241 => 0x8b, 376 => '0.3' }, + 'lensfunc1button' => { 322 => 0x9f, 323 => 0x9f, 324 => 0x9f }, + 'lensfunc1buttonplaybackmode' => { 247 => 0x80a, 250 => 0x810 }, + 'lensfunc2button' => { 322 => 0xa7, 323 => 0xa7, 324 => 0xa7 }, + 'lensfunc2buttonplaybackmode' => { 247 => 0x80c, 250 => 0x812 }, + 'lensid' => { 239 => 0x30, 512 => 'LensID' }, + 'lensidnumber' => { 233 => 0x6, 234 => 0xb, 235 => 0xc, 239 => 0xd }, + 'lensinfo' => { 124 => 0xa432, 382 => 0x2a, 512 => 'LensInfo', 522 => 'LensSpecification' }, + 'lenskind' => { 376 => 0x1 }, + 'lensmake' => { 124 => 0xa433, 168 => 'Make', 522 => 'LensMake' }, + 'lensmanualdistortionamount' => { 515 => 'LensManualDistortionAmount', 517 => 'LensManualDistortionAmount' }, + 'lensmanufacturer' => { 183 => 'LensManufacturer' }, + 'lensmaxaperturerange' => { 428 => 0x2b }, + 'lensmodel' => { 7 => 0x937, 14 => 0x92b, 15 => 0x933, 68 => 0x95, 124 => 0xa434, 168 => 'Model', 183 => 'LensModel', 236 => 0x18a, 237 => 0x18b, 238 => 0x2ac, 327 => 0x203, 382 => 0xc, 395 => 0x412, 522 => 'LensModel' }, + 'lensmodulationoptimizer' => { 132 => 0x1045 }, + 'lensmount' => { 440 => 0x99, 465 => 0x1892, 467 => 0x18be, 468 => 0x18ee, 469 => 0x17f2, 471 => 0x105, 472 => 0x105, 483 => 0x604, 484 => 0x5e }, + 'lensmount2' => { 488 => 0x8 }, + 'lensmounttype' => { 239 => 0x35 }, + 'lenspositionabsolute' => { 239 => 0x5a }, + 'lensprofilechromaticaberrationscale' => { 515 => 'LensProfileChromaticAberrationScale', 517 => 'LensProfileChromaticAberrationScale' }, + 'lensprofiledigest' => { 515 => 'LensProfileDigest', 517 => 'LensProfileDigest' }, + 'lensprofiledistortionscale' => { 515 => 'LensProfileDistortionScale', 517 => 'LensProfileDistortionScale' }, + 'lensprofileenable' => { 515 => 'LensProfileEnable', 517 => 'LensProfileEnable' }, + 'lensprofilefilename' => { 515 => 'LensProfileFilename', 517 => 'LensProfileFilename' }, + 'lensprofileisembedded' => { 515 => 'LensProfileIsEmbedded', 517 => 'LensProfileIsEmbedded' }, + 'lensprofilematchkeycameramodelname' => { 515 => 'LensProfileMatchKeyCameraModelName', 517 => 'LensProfileMatchKeyCameraModelName' }, + 'lensprofilematchkeyexifmake' => { 515 => 'LensProfileMatchKeyExifMake', 517 => 'LensProfileMatchKeyExifMake' }, + 'lensprofilematchkeyexifmodel' => { 515 => 'LensProfileMatchKeyExifModel', 517 => 'LensProfileMatchKeyExifModel' }, + 'lensprofilematchkeyisraw' => { 515 => 'LensProfileMatchKeyIsRaw', 517 => 'LensProfileMatchKeyIsRaw' }, + 'lensprofilematchkeylensid' => { 515 => 'LensProfileMatchKeyLensID', 517 => 'LensProfileMatchKeyLensID' }, + 'lensprofilematchkeylensinfo' => { 515 => 'LensProfileMatchKeyLensInfo', 517 => 'LensProfileMatchKeyLensInfo' }, + 'lensprofilematchkeylensname' => { 515 => 'LensProfileMatchKeyLensName', 517 => 'LensProfileMatchKeyLensName' }, + 'lensprofilematchkeysensorformatfactor' => { 515 => 'LensProfileMatchKeySensorFormatFactor', 517 => 'LensProfileMatchKeySensorFormatFactor' }, + 'lensprofilename' => { 349 => 0x370, 515 => 'LensProfileName', 517 => 'LensProfileName' }, + 'lensprofilesetup' => { 515 => 'LensProfileSetup', 517 => 'LensProfileSetup' }, + 'lensprofilevignettingscale' => { 515 => 'LensProfileVignettingScale', 517 => 'LensProfileVignettingScale' }, + 'lensproperties' => { 327 => 0x20b }, + 'lensserialnumber' => { 21 => 0x164, 34 => 0x16b, 64 => 0x0, 124 => 0xa435, 168 => 'SerialNumber', 327 => 0x202, 348 => 0x321, 350 => 0x52, 411 => 'LENS', 419 => 0x30, 512 => 'LensSerialNumber', 522 => 'LensSerialNumber' }, + 'lensshutterlock' => { 189 => 0x4a }, + 'lensspec' => { 435 => 0x0, 436 => 0x0, 437 => 0x0, 452 => 0xb02a }, + 'lensspecfeatures' => { 471 => [0x115,0x116], 472 => [0x116,0x1ed,0x1f0,0x21c,0x21e] }, + 'lenstemperature' => { 331 => 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, 36 => 0x16, 191 => 0x10c, 192 => 0x49bd, 241 => 0x83, 327 => 0x201, 341 => 0x16, 345 => 0x310, 347 => 0x303, 348 => 0x303, 350 => 0x51, 352 => 0x3405, 377 => 0x0, 378 => 0x0, 379 => 0x1, 380 => 0x1, 381 => 0x1, 383 => 0x0, 425 => 0xa003, 428 => 0x27, 452 => 0xb027, 465 => 0x1896, 467 => 0x18c2, 468 => 0x18f2, 469 => 0x17f6, 471 => 0x109, 472 => 0x109, 483 => 0x608, 484 => 0x62 }, + 'lenstype2' => { 440 => 0x3f7, 465 => 0x1893, 467 => 0x18bf, 468 => 0x18ef, 469 => 0x17f3, 471 => 0x107, 472 => 0x107, 483 => 0x605, 484 => 0x60 }, + 'lenstype3' => { 488 => 0x9 }, + 'lenstypemake' => { 350 => 0xc4 }, + 'lenstypemodel' => { 350 => [0xc5,0xe4] }, + 'lenszoomposition' => { 480 => 0x19, 481 => 0x1e, 484 => [0x342,0x34e,0x35a] }, + 'levelindicator' => { 358 => 0x15 }, + 'levelmeter' => { 411 => ['Lvlm','lvlm'] }, + 'levelorientation' => { 384 => 0x0 }, + 'license' => { 513 => 'license' }, + 'licensee' => { 336 => 'Licensee' }, + 'licenseeid' => { 336 => [\'Licensee','LicenseeLicenseeID'] }, + 'licenseeimageid' => { 336 => 'LicenseeImageID' }, + 'licenseeimagenotes' => { 336 => 'LicenseeImageNotes' }, + 'licenseename' => { 336 => [\'Licensee','LicenseeLicenseeName'] }, + 'licenseenddate' => { 336 => 'LicenseEndDate' }, + 'licenseeprojectreference' => { 336 => 'LicenseeProjectReference' }, + 'licenseetransactionid' => { 336 => 'LicenseeTransactionID' }, + 'licenseid' => { 336 => 'LicenseID' }, + 'licensestartdate' => { 336 => 'LicenseStartDate' }, + 'licensetransactiondate' => { 336 => 'LicenseTransactionDate' }, + 'licensetype' => { 519 => 'licensetype' }, + 'licensor' => { 336 => 'Licensor' }, + 'licensorcity' => { 336 => [\'Licensor','LicensorLicensorCity'] }, + 'licensorcountry' => { 336 => [\'Licensor','LicensorLicensorCountry'] }, + 'licensoremail' => { 336 => [\'Licensor','LicensorLicensorEmail'] }, + 'licensorextendedaddress' => { 336 => [\'Licensor','LicensorLicensorExtendedAddress'] }, + 'licensorid' => { 336 => [\'Licensor','LicensorLicensorID'] }, + 'licensorimageid' => { 336 => 'LicensorImageID' }, + 'licensorname' => { 336 => [\'Licensor','LicensorLicensorName'] }, + 'licensornotes' => { 336 => 'LicensorNotes' }, + 'licensorpostalcode' => { 336 => [\'Licensor','LicensorLicensorPostalCode'] }, + 'licensorregion' => { 336 => [\'Licensor','LicensorLicensorRegion'] }, + 'licensorstreetaddress' => { 336 => [\'Licensor','LicensorLicensorStreetAddress'] }, + 'licensortelephone1' => { 336 => [\'Licensor','LicensorLicensorTelephone1'] }, + 'licensortelephone2' => { 336 => [\'Licensor','LicensorLicensorTelephone2'] }, + 'licensortelephonetype1' => { 336 => [\'Licensor','LicensorLicensorTelephoneType1'] }, + 'licensortelephonetype2' => { 336 => [\'Licensor','LicensorLicensorTelephoneType2'] }, + 'licensortransactionid' => { 336 => 'LicensorTransactionID' }, + 'licensorurl' => { 336 => [\'Licensor','LicensorLicensorURL'] }, + 'lightcondition' => { 331 => 0x1009 }, + 'lightingmode' => { 118 => 0x302a }, + 'lightreading' => { 386 => 0x15 }, + 'lightsource' => { 124 => 0x9208, 241 => 0x90, 334 => 0x1000, 521 => 'LightSource' }, + 'lightsourcespecial' => { 427 => 0x21d }, + 'lightswitch' => { 319 => '0.1', 321 => '0.1' }, + 'lightvaluecenter' => { 331 => 0x103d }, + 'lightvalueperiphery' => { 331 => 0x103e }, + 'limitaf-areamodesel3dtracking' => { 322 => 0x153, 323 => 0x153, 324 => 0x16b }, + 'limitaf-areamodeseldynamic_l' => { 322 => 0x151, 323 => 0x151, 324 => 0x169 }, + 'limitaf-areamodeseldynamic_m' => { 322 => 0x150, 323 => 0x150, 324 => 0x168 }, + 'limitaf-areamodeseldynamic_s' => { 322 => 0x14f, 323 => 0x14f, 324 => 0x167 }, + 'limitaf-areamodeselpinpoint' => { 322 => 0x11, 323 => 0x11, 324 => 0x11 }, + 'limitaf-areamodeselwideaf_l' => { 322 => 0x14, 323 => 0x14, 324 => 0x14 }, + 'limitaf-areamodeselwideaf_s' => { 322 => 0x13, 323 => 0x13, 324 => 0x13 }, + 'limitafareamodeselauto' => { 322 => 0x15, 323 => 0x15, 324 => 0x15 }, + 'limitafareamodeselection' => { 307 => '51.1', 309 => '49.1', 310 => '49.1', 319 => '49.1', 320 => '49.1' }, + 'limitreleasemodeselc120' => { 323 => '269.4', 324 => '293.4' }, + 'limitreleasemodeselc30' => { 323 => '269.3', 324 => '293.3' }, + 'limitreleasemodeselch' => { 323 => '269.2', 324 => '293.2' }, + 'limitreleasemodeselcl' => { 323 => '269.1', 324 => '293.1' }, + 'limitreleasemodeselself' => { 323 => '269.5', 324 => '293.5' }, + 'limitselectableimagearea16to9' => { 322 => 0x47, 323 => 0x47, 324 => 0x47 }, + 'limitselectableimagearea1to1' => { 322 => 0x46, 323 => 0x46, 324 => 0x46 }, + 'limitselectableimageareadx' => { 322 => 0x45, 323 => 0x45, 324 => 0x45 }, + 'linearitylimitblue' => { 355 => 0x10 }, + 'linearitylimitgreen' => { 355 => 0xf }, + 'linearitylimitred' => { 355 => 0xe }, + 'linearityuppermargin' => { 43 => 0x32c, 44 => 0x282, 45 => 0x296, 48 => [0x2ba,0x2d1,0x2d5], 50 => 0x1e5, 51 => [0x1fe,0x2de], 52 => [0x232,0x310], 53 => 0x31e }, + 'linearizationtable' => { 124 => 0xc618 }, + 'linearresponselimit' => { 124 => 0xc62e }, + 'link' => { 534 => 'link' }, + 'linkaetoafpoint' => { 366 => '14.2' }, + 'linkedencodedrightsexpr' => { 529 => [\'LinkedEncRightsExpr','LinkedEncRightsExprLinkedRightsExpr'] }, + 'linkedencodedrightsexprlangid' => { 529 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprLangId'] }, + 'linkedencodedrightsexprtype' => { 529 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprEncType'] }, + 'linkedencrightsexpr' => { 529 => 'LinkedEncRightsExpr' }, + 'linlogcoring' => { 143 => 0x904 }, + 'lithostratigraphicterms' => { 123 => [\'GeologicalContext','GeologicalContextLithostratigraphicTerms'] }, + 'livephotoauto' => { 405 => 'live-photo.auto' }, 'livephotovideoindex' => { 1 => 0x17 }, - 'livephotovitalityscore' => { 404 => 'live-photo.vitality-score' }, - 'livephotovitalityscoringversion' => { 404 => 'live-photo.vitality-scoring-version' }, - 'liveview' => { 360 => 0x1fa, 367 => 0x3 }, - 'liveviewaf' => { 310 => '32.1', 320 => '34.1' }, - 'liveviewafareamode' => { 315 => '34.1' }, - 'liveviewafmethod' => { 456 => 0x20 }, - 'liveviewafmode' => { 315 => '34.2' }, - 'liveviewafsetting' => { 439 => 0x36 }, - 'liveviewbuttonoptions' => { 306 => '50.2', 308 => '48.2', 309 => '48.2', 318 => '48.2', 319 => '48.2' }, - 'liveviewexposuresimulation' => { 88 => 0x810 }, - 'liveviewfocusmode' => { 439 => [0x8b,0x28b] }, - 'liveviewmetering' => { 439 => [0x84,0x284] }, - 'liveviewmonitorofftime' => { 306 => '21.2', 308 => '21.2', 309 => '21.2', 311 => '20.2', 312 => '20.2', 313 => '20.2', 315 => '20.2', 318 => '21.2', 319 => '21.2' }, - 'liveviewshooting' => { 59 => 0x13 }, - 'livingspecimen' => { 122 => 'LivingSpecimen' }, - 'livingspecimenmaterialsampleid' => { 122 => [\'LivingSpecimen','LivingSpecimenMaterialSampleID'] }, - 'localcaption' => { 135 => 0x79 }, - 'localizedcameramodel' => { 123 => 0xc615 }, - 'locallocationname' => { 424 => 0x30 }, - 'location' => { 239 => 0x9, 349 => 0x67, 507 => 'Location', 527 => 'Location', 532 => 'location', 533 => 'location' }, - 'locationaccuracyhorizontal' => { 404 => 'location.accuracy.horizontal' }, - 'locationareacode' => { 513 => 'lac' }, - 'locationbody' => { 404 => 'location.body' }, - 'locationcreated' => { 528 => 'LocationCreated' }, - 'locationcreatedcity' => { 528 => [\'LocationCreated','LocationCreatedCity'] }, - 'locationcreatedcountrycode' => { 528 => [\'LocationCreated','LocationCreatedCountryCode'] }, - 'locationcreatedcountryname' => { 528 => [\'LocationCreated','LocationCreatedCountryName'] }, - 'locationcreatedgpsaltitude' => { 528 => [\'LocationCreated','LocationCreatedGPSAltitude'] }, - 'locationcreatedgpsaltituderef' => { 528 => [\'LocationCreated','LocationCreatedGPSAltitudeRef'] }, - 'locationcreatedgpslatitude' => { 528 => [\'LocationCreated','LocationCreatedGPSLatitude'] }, - 'locationcreatedgpslongitude' => { 528 => [\'LocationCreated','LocationCreatedGPSLongitude'] }, - 'locationcreatedidentifier' => { 528 => [\'LocationCreated','LocationCreatedIdentifier'] }, - 'locationcreatedlocationid' => { 528 => [\'LocationCreated','LocationCreatedLocationId'] }, - 'locationcreatedlocationname' => { 528 => [\'LocationCreated','LocationCreatedLocationName'] }, - 'locationcreatedprovincestate' => { 528 => [\'LocationCreated','LocationCreatedProvinceState'] }, - 'locationcreatedsublocation' => { 528 => [\'LocationCreated','LocationCreatedSublocation'] }, - 'locationcreatedworldregion' => { 528 => [\'LocationCreated','LocationCreatedWorldRegion'] }, - 'locationdate' => { 404 => 'location.date' }, - 'locationinformation' => { 410 => 'loci' }, - 'locationinfoversion' => { 239 => 0x0 }, - 'locationname' => { 404 => 'location.name', 424 => 0x31 }, - 'locationnote' => { 404 => 'location.note' }, - 'locationrole' => { 404 => 'location.role' }, - 'locationshown' => { 528 => 'LocationShown' }, - 'locationshowncity' => { 528 => [\'LocationShown','LocationShownCity'] }, - 'locationshowncountrycode' => { 528 => [\'LocationShown','LocationShownCountryCode'] }, - 'locationshowncountryname' => { 528 => [\'LocationShown','LocationShownCountryName'] }, - 'locationshowngpsaltitude' => { 528 => [\'LocationShown','LocationShownGPSAltitude'] }, - 'locationshowngpsaltituderef' => { 528 => [\'LocationShown','LocationShownGPSAltitudeRef'] }, - 'locationshowngpslatitude' => { 528 => [\'LocationShown','LocationShownGPSLatitude'] }, - 'locationshowngpslongitude' => { 528 => [\'LocationShown','LocationShownGPSLongitude'] }, - 'locationshownidentifier' => { 528 => [\'LocationShown','LocationShownIdentifier'] }, - 'locationshownlocationid' => { 528 => [\'LocationShown','LocationShownLocationId'] }, - 'locationshownlocationname' => { 528 => [\'LocationShown','LocationShownLocationName'] }, - 'locationshownprovincestate' => { 528 => [\'LocationShown','LocationShownProvinceState'] }, - 'locationshownsublocation' => { 528 => [\'LocationShown','LocationShownSublocation'] }, - 'locationshownworldregion' => { 528 => [\'LocationShown','LocationShownWorldRegion'] }, - 'lockmicrophonebutton' => { 88 => 0x709 }, - 'logcomment' => { 543 => 'logComment' }, - 'logscale' => { 142 => 0x902 }, - 'longdescription' => { 402 => 'ldes' }, - 'longexposurenoisereduction' => { 65 => 0x4, 88 => 0x201, 89 => 0x1, 90 => 0x2, 91 => 0x1, 92 => 0x1, 93 => 0x2, 94 => 0x1, 349 => 0x49, 437 => 0x2b, 438 => 0x25, 439 => 0x25, 451 => 0x2008, 456 => 0x11, 483 => 0x44 }, - 'longexposurenoisereduction2' => { 59 => 0x8 }, - 'longexposurenrused' => { 349 => 0xbe }, - 'longitude' => { 120 => 'Longitude' }, - 'look' => { 514 => 'Look', 516 => 'Look' }, - 'lookamount' => { 514 => [\'Look','LookAmount'], 516 => [\'Look','LookAmount'] }, - 'lookcluster' => { 514 => [\'Look','LookCluster'], 516 => [\'Look','LookCluster'] }, - 'lookcopyright' => { 514 => [\'Look','LookCopyright'], 516 => [\'Look','LookCopyright'] }, - 'lookgroup' => { 514 => [\'Look','LookGroup'], 516 => [\'Look','LookGroup'] }, - 'lookname' => { 514 => 'LookName', 516 => 'LookName' }, - 'lookparameters' => { 514 => [\'Look','LookParameters'], 516 => [\'Look','LookParameters'] }, - 'lookparameterscameraprofile' => { 514 => [\'Look','LookParametersCameraProfile'], 516 => [\'Look','LookParametersCameraProfile'] }, - 'lookparametersclarity2012' => { 514 => [\'Look','LookParametersClarity2012'], 516 => [\'Look','LookParametersClarity2012'] }, - 'lookparametersconverttograyscale' => { 514 => [\'Look','LookParametersConvertToGrayscale'], 516 => [\'Look','LookParametersConvertToGrayscale'] }, - 'lookparametershighlights2012' => { 514 => [\'Look','LookParametersHighlights2012'], 516 => [\'Look','LookParametersHighlights2012'] }, - 'lookparameterslooktable' => { 514 => [\'Look','LookParametersLookTable'], 516 => [\'Look','LookParametersLookTable'] }, - 'lookparametersprocessversion' => { 514 => [\'Look','LookParametersProcessVersion'], 516 => [\'Look','LookParametersProcessVersion'] }, - 'lookparametersshadows2012' => { 514 => [\'Look','LookParametersShadows2012'], 516 => [\'Look','LookParametersShadows2012'] }, - 'lookparameterstonecurvepv2012' => { 514 => [\'Look','LookParametersToneCurvePV2012'], 516 => [\'Look','LookParametersToneCurvePV2012'] }, - 'lookparameterstonecurvepv2012blue' => { 514 => [\'Look','LookParametersToneCurvePV2012Blue'], 516 => [\'Look','LookParametersToneCurvePV2012Blue'] }, - 'lookparameterstonecurvepv2012green' => { 514 => [\'Look','LookParametersToneCurvePV2012Green'], 516 => [\'Look','LookParametersToneCurvePV2012Green'] }, - 'lookparameterstonecurvepv2012red' => { 514 => [\'Look','LookParametersToneCurvePV2012Red'], 516 => [\'Look','LookParametersToneCurvePV2012Red'] }, - 'lookparametersversion' => { 514 => [\'Look','LookParametersVersion'], 516 => [\'Look','LookParametersVersion'] }, - 'looksupportsamount' => { 514 => [\'Look','LookSupportsAmount'], 516 => [\'Look','LookSupportsAmount'] }, - 'looksupportsmonochrome' => { 514 => [\'Look','LookSupportsMonochrome'], 516 => [\'Look','LookSupportsMonochrome'] }, - 'looksupportsoutputreferred' => { 514 => [\'Look','LookSupportsOutputReferred'], 516 => [\'Look','LookSupportsOutputReferred'] }, - 'lookuuid' => { 514 => [\'Look','LookUUID'], 516 => [\'Look','LookUUID'] }, - 'loop' => { 543 => 'loop' }, - 'loopstyle' => { 410 => 'LOOP' }, - 'lowestbiostratigraphiczone' => { 122 => [\'GeologicalContext','GeologicalContextLowestBiostratigraphicZone'] }, - 'luminanceadjustmentaqua' => { 514 => 'LuminanceAdjustmentAqua', 516 => 'LuminanceAdjustmentAqua' }, - 'luminanceadjustmentblue' => { 514 => 'LuminanceAdjustmentBlue', 516 => 'LuminanceAdjustmentBlue' }, - 'luminanceadjustmentgreen' => { 514 => 'LuminanceAdjustmentGreen', 516 => 'LuminanceAdjustmentGreen' }, - 'luminanceadjustmentmagenta' => { 514 => 'LuminanceAdjustmentMagenta', 516 => 'LuminanceAdjustmentMagenta' }, - 'luminanceadjustmentorange' => { 514 => 'LuminanceAdjustmentOrange', 516 => 'LuminanceAdjustmentOrange' }, - 'luminanceadjustmentpurple' => { 514 => 'LuminanceAdjustmentPurple', 516 => 'LuminanceAdjustmentPurple' }, - 'luminanceadjustmentred' => { 514 => 'LuminanceAdjustmentRed', 516 => 'LuminanceAdjustmentRed' }, - 'luminanceadjustmentyellow' => { 514 => 'LuminanceAdjustmentYellow', 516 => 'LuminanceAdjustmentYellow' }, - 'luminancecurvelimits' => { 112 => 0x150 }, - 'luminancecurvepoints' => { 112 => 0x126 }, + 'livephotovitalityscore' => { 405 => 'live-photo.vitality-score' }, + 'livephotovitalityscoringversion' => { 405 => 'live-photo.vitality-scoring-version' }, + 'liveview' => { 361 => 0x1fa, 368 => 0x3 }, + 'liveviewaf' => { 311 => '32.1', 321 => '34.1' }, + 'liveviewafareamode' => { 316 => '34.1' }, + 'liveviewafmethod' => { 457 => 0x20 }, + 'liveviewafmode' => { 316 => '34.2' }, + 'liveviewafsetting' => { 440 => 0x36 }, + 'liveviewbuttonoptions' => { 307 => '50.2', 309 => '48.2', 310 => '48.2', 319 => '48.2', 320 => '48.2' }, + 'liveviewexposuresimulation' => { 89 => 0x810 }, + 'liveviewfocusmode' => { 440 => [0x8b,0x28b] }, + 'liveviewmetering' => { 440 => [0x84,0x284] }, + 'liveviewmonitorofftime' => { 307 => '21.2', 309 => '21.2', 310 => '21.2', 312 => '20.2', 313 => '20.2', 314 => '20.2', 316 => '20.2', 319 => '21.2', 320 => '21.2' }, + 'liveviewshooting' => { 60 => 0x13 }, + 'livingspecimen' => { 123 => 'LivingSpecimen' }, + 'livingspecimenmaterialsampleid' => { 123 => [\'LivingSpecimen','LivingSpecimenMaterialSampleID'] }, + 'localcaption' => { 136 => 0x79 }, + 'localizedcameramodel' => { 124 => 0xc615 }, + 'locallocationname' => { 425 => 0x30 }, + 'location' => { 240 => 0x9, 350 => 0x67, 508 => 'Location', 528 => 'Location', 533 => 'location', 534 => 'location' }, + 'locationaccuracyhorizontal' => { 405 => 'location.accuracy.horizontal' }, + 'locationareacode' => { 514 => 'lac' }, + 'locationbody' => { 405 => 'location.body' }, + 'locationcreated' => { 529 => 'LocationCreated' }, + 'locationcreatedcity' => { 529 => [\'LocationCreated','LocationCreatedCity'] }, + 'locationcreatedcountrycode' => { 529 => [\'LocationCreated','LocationCreatedCountryCode'] }, + 'locationcreatedcountryname' => { 529 => [\'LocationCreated','LocationCreatedCountryName'] }, + 'locationcreatedgpsaltitude' => { 529 => [\'LocationCreated','LocationCreatedGPSAltitude'] }, + 'locationcreatedgpsaltituderef' => { 529 => [\'LocationCreated','LocationCreatedGPSAltitudeRef'] }, + 'locationcreatedgpslatitude' => { 529 => [\'LocationCreated','LocationCreatedGPSLatitude'] }, + 'locationcreatedgpslongitude' => { 529 => [\'LocationCreated','LocationCreatedGPSLongitude'] }, + 'locationcreatedidentifier' => { 529 => [\'LocationCreated','LocationCreatedIdentifier'] }, + 'locationcreatedlocationid' => { 529 => [\'LocationCreated','LocationCreatedLocationId'] }, + 'locationcreatedlocationname' => { 529 => [\'LocationCreated','LocationCreatedLocationName'] }, + 'locationcreatedprovincestate' => { 529 => [\'LocationCreated','LocationCreatedProvinceState'] }, + 'locationcreatedsublocation' => { 529 => [\'LocationCreated','LocationCreatedSublocation'] }, + 'locationcreatedworldregion' => { 529 => [\'LocationCreated','LocationCreatedWorldRegion'] }, + 'locationdate' => { 405 => 'location.date' }, + 'locationinformation' => { 411 => 'loci' }, + 'locationinfoversion' => { 240 => 0x0 }, + 'locationname' => { 405 => 'location.name', 425 => 0x31 }, + 'locationnote' => { 405 => 'location.note' }, + 'locationrole' => { 405 => 'location.role' }, + 'locationshown' => { 529 => 'LocationShown' }, + 'locationshowncity' => { 529 => [\'LocationShown','LocationShownCity'] }, + 'locationshowncountrycode' => { 529 => [\'LocationShown','LocationShownCountryCode'] }, + 'locationshowncountryname' => { 529 => [\'LocationShown','LocationShownCountryName'] }, + 'locationshowngpsaltitude' => { 529 => [\'LocationShown','LocationShownGPSAltitude'] }, + 'locationshowngpsaltituderef' => { 529 => [\'LocationShown','LocationShownGPSAltitudeRef'] }, + 'locationshowngpslatitude' => { 529 => [\'LocationShown','LocationShownGPSLatitude'] }, + 'locationshowngpslongitude' => { 529 => [\'LocationShown','LocationShownGPSLongitude'] }, + 'locationshownidentifier' => { 529 => [\'LocationShown','LocationShownIdentifier'] }, + 'locationshownlocationid' => { 529 => [\'LocationShown','LocationShownLocationId'] }, + 'locationshownlocationname' => { 529 => [\'LocationShown','LocationShownLocationName'] }, + 'locationshownprovincestate' => { 529 => [\'LocationShown','LocationShownProvinceState'] }, + 'locationshownsublocation' => { 529 => [\'LocationShown','LocationShownSublocation'] }, + 'locationshownworldregion' => { 529 => [\'LocationShown','LocationShownWorldRegion'] }, + 'lockmicrophonebutton' => { 89 => 0x709 }, + 'logcomment' => { 544 => 'logComment' }, + 'logscale' => { 143 => 0x902 }, + 'longdescription' => { 403 => 'ldes' }, + 'longexposurenoisereduction' => { 66 => 0x4, 89 => 0x201, 90 => 0x1, 91 => 0x2, 92 => 0x1, 93 => 0x1, 94 => 0x2, 95 => 0x1, 350 => 0x49, 438 => 0x2b, 439 => 0x25, 440 => 0x25, 452 => 0x2008, 457 => 0x11, 484 => 0x44 }, + 'longexposurenoisereduction2' => { 60 => 0x8 }, + 'longexposurenrused' => { 350 => 0xbe }, + 'longitude' => { 121 => 'Longitude' }, + 'look' => { 515 => 'Look', 517 => 'Look' }, + 'lookamount' => { 515 => [\'Look','LookAmount'], 517 => [\'Look','LookAmount'] }, + 'lookcluster' => { 515 => [\'Look','LookCluster'], 517 => [\'Look','LookCluster'] }, + 'lookcopyright' => { 515 => [\'Look','LookCopyright'], 517 => [\'Look','LookCopyright'] }, + 'lookgroup' => { 515 => [\'Look','LookGroup'], 517 => [\'Look','LookGroup'] }, + 'lookname' => { 515 => 'LookName', 517 => 'LookName' }, + 'lookparameters' => { 515 => [\'Look','LookParameters'], 517 => [\'Look','LookParameters'] }, + 'lookparameterscameraprofile' => { 515 => [\'Look','LookParametersCameraProfile'], 517 => [\'Look','LookParametersCameraProfile'] }, + 'lookparametersclarity2012' => { 515 => [\'Look','LookParametersClarity2012'], 517 => [\'Look','LookParametersClarity2012'] }, + 'lookparametersconverttograyscale' => { 515 => [\'Look','LookParametersConvertToGrayscale'], 517 => [\'Look','LookParametersConvertToGrayscale'] }, + 'lookparametershighlights2012' => { 515 => [\'Look','LookParametersHighlights2012'], 517 => [\'Look','LookParametersHighlights2012'] }, + 'lookparameterslooktable' => { 515 => [\'Look','LookParametersLookTable'], 517 => [\'Look','LookParametersLookTable'] }, + 'lookparametersprocessversion' => { 515 => [\'Look','LookParametersProcessVersion'], 517 => [\'Look','LookParametersProcessVersion'] }, + 'lookparametersshadows2012' => { 515 => [\'Look','LookParametersShadows2012'], 517 => [\'Look','LookParametersShadows2012'] }, + 'lookparameterstonecurvepv2012' => { 515 => [\'Look','LookParametersToneCurvePV2012'], 517 => [\'Look','LookParametersToneCurvePV2012'] }, + 'lookparameterstonecurvepv2012blue' => { 515 => [\'Look','LookParametersToneCurvePV2012Blue'], 517 => [\'Look','LookParametersToneCurvePV2012Blue'] }, + 'lookparameterstonecurvepv2012green' => { 515 => [\'Look','LookParametersToneCurvePV2012Green'], 517 => [\'Look','LookParametersToneCurvePV2012Green'] }, + 'lookparameterstonecurvepv2012red' => { 515 => [\'Look','LookParametersToneCurvePV2012Red'], 517 => [\'Look','LookParametersToneCurvePV2012Red'] }, + 'lookparametersversion' => { 515 => [\'Look','LookParametersVersion'], 517 => [\'Look','LookParametersVersion'] }, + 'looksupportsamount' => { 515 => [\'Look','LookSupportsAmount'], 517 => [\'Look','LookSupportsAmount'] }, + 'looksupportsmonochrome' => { 515 => [\'Look','LookSupportsMonochrome'], 517 => [\'Look','LookSupportsMonochrome'] }, + 'looksupportsoutputreferred' => { 515 => [\'Look','LookSupportsOutputReferred'], 517 => [\'Look','LookSupportsOutputReferred'] }, + 'lookuuid' => { 515 => [\'Look','LookUUID'], 517 => [\'Look','LookUUID'] }, + 'loop' => { 544 => 'loop' }, + 'loopstyle' => { 411 => 'LOOP' }, + 'lowestbiostratigraphiczone' => { 123 => [\'GeologicalContext','GeologicalContextLowestBiostratigraphicZone'] }, + 'luminanceadjustmentaqua' => { 515 => 'LuminanceAdjustmentAqua', 517 => 'LuminanceAdjustmentAqua' }, + 'luminanceadjustmentblue' => { 515 => 'LuminanceAdjustmentBlue', 517 => 'LuminanceAdjustmentBlue' }, + 'luminanceadjustmentgreen' => { 515 => 'LuminanceAdjustmentGreen', 517 => 'LuminanceAdjustmentGreen' }, + 'luminanceadjustmentmagenta' => { 515 => 'LuminanceAdjustmentMagenta', 517 => 'LuminanceAdjustmentMagenta' }, + 'luminanceadjustmentorange' => { 515 => 'LuminanceAdjustmentOrange', 517 => 'LuminanceAdjustmentOrange' }, + 'luminanceadjustmentpurple' => { 515 => 'LuminanceAdjustmentPurple', 517 => 'LuminanceAdjustmentPurple' }, + 'luminanceadjustmentred' => { 515 => 'LuminanceAdjustmentRed', 517 => 'LuminanceAdjustmentRed' }, + 'luminanceadjustmentyellow' => { 515 => 'LuminanceAdjustmentYellow', 517 => 'LuminanceAdjustmentYellow' }, + 'luminancecurvelimits' => { 113 => 0x150 }, + 'luminancecurvepoints' => { 113 => 0x126 }, 'luminancenoiseamplitude' => { 1 => 0x1d }, - 'luminancenoisereduction' => { 107 => 0x20600, 113 => 0x5f, 427 => 0x1b }, - 'luminancenoisereductioncontrast' => { 514 => 'LuminanceNoiseReductionContrast', 516 => 'LuminanceNoiseReductionContrast' }, - 'luminancenoisereductiondetail' => { 514 => 'LuminanceNoiseReductionDetail', 516 => 'LuminanceNoiseReductionDetail' }, - 'luminancenr_tiff_jpeg' => { 113 => 0x6d }, - 'luminancesmoothing' => { 514 => 'LuminanceSmoothing', 516 => 'LuminanceSmoothing' }, - 'lvshootingareadisplay' => { 88 => [0x40b,0x40c] }, - 'lyrics' => { 402 => "\xa9lyr", 410 => "\xa9lyr", 543 => 'lyrics' }, - 'lyricsuri' => { 410 => 'lrcu' }, - 'm16cversion' => { 344 => 0x333 }, - 'macatom' => { 515 => 'macAtom' }, - 'macatomapplicationcode' => { 515 => [\'macAtom','macAtomApplicationCode'] }, - 'macatominvocationappleevent' => { 515 => [\'macAtom','macAtomInvocationAppleEvent'] }, - 'macatomposixprojectpath' => { 515 => [\'macAtom','macAtomPosixProjectPath'] }, - 'machineobservation' => { 122 => 'MachineObservation' }, - 'machineobservationday' => { 122 => [\'MachineObservation','MachineObservationDay'] }, - 'machineobservationearliestdate' => { 122 => [\'MachineObservation','MachineObservationEarliestDate'] }, - 'machineobservationenddayofyear' => { 122 => [\'MachineObservation','MachineObservationEndDayOfYear'] }, - 'machineobservationeventdate' => { 122 => [\'MachineObservation','MachineObservationEventDate'] }, - 'machineobservationeventid' => { 122 => [\'MachineObservation','MachineObservationEventID'] }, - 'machineobservationeventremarks' => { 122 => [\'MachineObservation','MachineObservationEventRemarks'] }, - 'machineobservationeventtime' => { 122 => [\'MachineObservation','MachineObservationEventTime'] }, - 'machineobservationfieldnotes' => { 122 => [\'MachineObservation','MachineObservationFieldNotes'] }, - 'machineobservationfieldnumber' => { 122 => [\'MachineObservation','MachineObservationFieldNumber'] }, - 'machineobservationhabitat' => { 122 => [\'MachineObservation','MachineObservationHabitat'] }, - 'machineobservationlatestdate' => { 122 => [\'MachineObservation','MachineObservationLatestDate'] }, - 'machineobservationmonth' => { 122 => [\'MachineObservation','MachineObservationMonth'] }, - 'machineobservationparenteventid' => { 122 => [\'MachineObservation','MachineObservationParentEventID'] }, - 'machineobservationsamplesizeunit' => { 122 => [\'MachineObservation','MachineObservationSampleSizeUnit'] }, - 'machineobservationsamplesizevalue' => { 122 => [\'MachineObservation','MachineObservationSampleSizeValue'] }, - 'machineobservationsamplingeffort' => { 122 => [\'MachineObservation','MachineObservationSamplingEffort'] }, - 'machineobservationsamplingprotocol' => { 122 => [\'MachineObservation','MachineObservationSamplingProtocol'] }, - 'machineobservationstartdayofyear' => { 122 => [\'MachineObservation','MachineObservationStartDayOfYear'] }, - 'machineobservationverbatimeventdate' => { 122 => [\'MachineObservation','MachineObservationVerbatimEventDate'] }, - 'machineobservationyear' => { 122 => [\'MachineObservation','MachineObservationYear'] }, - 'macro' => { 131 => 0x1020, 133 => 0x202, 155 => 0x2b, 330 => 0x202, 416 => 0x21, 426 => 0x202, 451 => 0xb040 }, - 'macroled' => { 328 => 0x120a }, - 'macromagnification' => { 7 => 0x1b, 11 => 0x1b, 14 => 0x1b, 15 => 0x1b, 19 => 0x1b, 20 => 0x1b, 59 => 0x10 }, - 'macromode' => { 36 => 0x1, 185 => 0xb, 325 => 0x300, 349 => 0x1c, 417 => 0x1009 }, - 'magentahsl' => { 107 => 0x20917 }, - 'magicfilter' => { 325 => 0x52c }, - 'magnifiedview' => { 90 => 0x11, 92 => 0x9 }, - 'mainboardversion' => { 142 => 0x438 }, - 'maindialexposurecomp' => { 316 => '0.6' }, - 'mainingredient' => { 535 => 'mainIngredient' }, - 'majorbrand' => { 404 => 'major_brand' }, - 'majorversion' => { 505 => 'MajorVersion' }, - 'make' => { 102 => 0x0, 119 => 0x1, 123 => 0x10f, 160 => 'Make', 338 => 'Make', 354 => 0x10f, 404 => 'make', 410 => ['@mak',"\xa9mak"], 532 => 'make', 539 => 'Make' }, - 'makernote' => { 520 => 'MakerNote' }, - 'makernoteapple' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotecanon' => { 85 => 'CMT3', 121 => 'MakN', 123 => 0x927c }, - 'makernotecasio' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotecasio2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotedji' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotedjiinfo' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteflir' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotefujifilm' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotege' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotege2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotehasselblad' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotehp' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotehp2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotehp4' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotehp6' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteisl' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotejvc' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotejvctext' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak10' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak11' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak12' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak1a' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak1b' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak3' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak4' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak5' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak6a' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak6b' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak7' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak8a' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak8b' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak8c' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodak9' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekodakunknown' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotekyocera' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteleica' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteleica10' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteleica2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteleica3' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteleica4' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteleica5' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteleica6' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteleica7' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteleica8' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteleica9' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteminolta' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteminolta2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteminolta3' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotemotorola' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotenikon' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotenikon2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotenikon3' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotenintendo' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteoffset' => { 426 => 0xff }, - 'makernoteolympus' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteolympus2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteolympus3' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotepanasonic' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotepanasonic2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotepanasonic3' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotepentax' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotepentax2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotepentax3' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotepentax4' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotepentax5' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotepentax6' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotepentaxunknown' => { 410 => 'PXMN' }, - 'makernotephaseone' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotereconyx' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotereconyx2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotereconyx3' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotericoh' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotericoh2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotericohpentax' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotericohtext' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesafety' => { 123 => 0xc635 }, - 'makernotesamsung1a' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesamsung1b' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesamsung2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesanyo' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesanyoc4' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesanyopatch' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesigma' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesony' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesony2' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesony3' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesony4' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesony5' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesonyericsson' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotesonysrf' => { 121 => 'MakN', 123 => 0x927c }, - 'makernotetype' => { 417 => 0x1 }, - 'makernoteunknown' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteunknownbinary' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteunknowntext' => { 121 => 'MakN', 123 => 0x927c }, - 'makernoteversion' => { 1 => 0x1, 190 => 0x0, 240 => 0x1, 330 => 0x0, 349 => 0x8000, 421 => 0x0, 424 => 0x1, 427 => [0x1d,0x1f], 440 => 0x2000 }, - 'makerurl' => { 410 => "\xa9mal" }, - 'managedfrom' => { 544 => 'ManagedFrom' }, - 'managedfromalternatepaths' => { 544 => [\'ManagedFrom','ManagedFromAlternatePaths'] }, - 'managedfromdocumentid' => { 544 => [\'ManagedFrom','ManagedFromDocumentID'] }, - 'managedfromfilepath' => { 544 => [\'ManagedFrom','ManagedFromFilePath'] }, - 'managedfromfrompart' => { 544 => [\'ManagedFrom','ManagedFromFromPart'] }, - 'managedfrominstanceid' => { 544 => [\'ManagedFrom','ManagedFromInstanceID'] }, - 'managedfromlastmodifydate' => { 544 => [\'ManagedFrom','ManagedFromLastModifyDate'] }, - 'managedfromlasturl' => { 544 => [\'ManagedFrom','ManagedFromLastURL'] }, - 'managedfromlinkcategory' => { 544 => [\'ManagedFrom','ManagedFromLinkCategory'] }, - 'managedfromlinkform' => { 544 => [\'ManagedFrom','ManagedFromLinkForm'] }, - 'managedfrommanager' => { 544 => [\'ManagedFrom','ManagedFromManager'] }, - 'managedfrommanagervariant' => { 544 => [\'ManagedFrom','ManagedFromManagerVariant'] }, - 'managedfrommanageto' => { 544 => [\'ManagedFrom','ManagedFromManageTo'] }, - 'managedfrommanageui' => { 544 => [\'ManagedFrom','ManagedFromManageUI'] }, - 'managedfrommaskmarkers' => { 544 => [\'ManagedFrom','ManagedFromMaskMarkers'] }, - 'managedfromoriginaldocumentid' => { 544 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] }, - 'managedfrompartmapping' => { 544 => [\'ManagedFrom','ManagedFromPartMapping'] }, - 'managedfromplacedresolutionunit' => { 544 => [\'ManagedFrom','ManagedFromPlacedResolutionUnit'] }, - 'managedfromplacedxresolution' => { 544 => [\'ManagedFrom','ManagedFromPlacedXResolution'] }, - 'managedfromplacedyresolution' => { 544 => [\'ManagedFrom','ManagedFromPlacedYResolution'] }, - 'managedfromrenditionclass' => { 544 => [\'ManagedFrom','ManagedFromRenditionClass'] }, - 'managedfromrenditionparams' => { 544 => [\'ManagedFrom','ManagedFromRenditionParams'] }, - 'managedfromtopart' => { 544 => [\'ManagedFrom','ManagedFromToPart'] }, - 'managedfromversionid' => { 544 => [\'ManagedFrom','ManagedFromVersionID'] }, - 'manager' => { 544 => 'Manager' }, - 'managervariant' => { 544 => 'ManagerVariant' }, - 'manageto' => { 544 => 'ManageTo' }, - 'manageui' => { 544 => 'ManageUI' }, - 'manifest' => { 544 => 'Manifest' }, - 'manifestlinkform' => { 544 => [\'Manifest','ManifestLinkForm'] }, - 'manifestplacedresolutionunit' => { 544 => [\'Manifest','ManifestPlacedResolutionUnit'] }, - 'manifestplacedxresolution' => { 544 => [\'Manifest','ManifestPlacedXResolution'] }, - 'manifestplacedyresolution' => { 544 => [\'Manifest','ManifestPlacedYResolution'] }, - 'manifestreference' => { 544 => [\'Manifest','ManifestReference'] }, - 'manifestreferencealternatepaths' => { 544 => [\'Manifest','ManifestReferenceAlternatePaths'] }, - 'manifestreferencedocumentid' => { 544 => [\'Manifest','ManifestReferenceDocumentID'] }, - 'manifestreferencefilepath' => { 544 => [\'Manifest','ManifestReferenceFilePath'] }, - 'manifestreferencefrompart' => { 544 => [\'Manifest','ManifestReferenceFromPart'] }, - 'manifestreferenceinstanceid' => { 544 => [\'Manifest','ManifestReferenceInstanceID'] }, - 'manifestreferencelastmodifydate' => { 544 => [\'Manifest','ManifestReferenceLastModifyDate'] }, - 'manifestreferencelasturl' => { 544 => [\'Manifest','ManifestReferenceLastURL'] }, - 'manifestreferencelinkcategory' => { 544 => [\'Manifest','ManifestReferenceLinkCategory'] }, - 'manifestreferencelinkform' => { 544 => [\'Manifest','ManifestReferenceLinkForm'] }, - 'manifestreferencemanager' => { 544 => [\'Manifest','ManifestReferenceManager'] }, - 'manifestreferencemanagervariant' => { 544 => [\'Manifest','ManifestReferenceManagerVariant'] }, - 'manifestreferencemanageto' => { 544 => [\'Manifest','ManifestReferenceManageTo'] }, - 'manifestreferencemanageui' => { 544 => [\'Manifest','ManifestReferenceManageUI'] }, - 'manifestreferencemaskmarkers' => { 544 => [\'Manifest','ManifestReferenceMaskMarkers'] }, - 'manifestreferenceoriginaldocumentid' => { 544 => [\'Manifest','ManifestReferenceOriginalDocumentID'] }, - 'manifestreferencepartmapping' => { 544 => [\'Manifest','ManifestReferencePartMapping'] }, - 'manifestreferenceplacedresolutionunit' => { 544 => [\'Manifest','ManifestReferencePlacedResolutionUnit'] }, - 'manifestreferenceplacedxresolution' => { 544 => [\'Manifest','ManifestReferencePlacedXResolution'] }, - 'manifestreferenceplacedyresolution' => { 544 => [\'Manifest','ManifestReferencePlacedYResolution'] }, - 'manifestreferencerenditionclass' => { 544 => [\'Manifest','ManifestReferenceRenditionClass'] }, - 'manifestreferencerenditionparams' => { 544 => [\'Manifest','ManifestReferenceRenditionParams'] }, - 'manifestreferencetopart' => { 544 => [\'Manifest','ManifestReferenceToPart'] }, - 'manifestreferenceversionid' => { 544 => [\'Manifest','ManifestReferenceVersionID'] }, - 'manometerpressure' => { 325 => 0x900, 349 => 0x86 }, - 'manometerreading' => { 325 => 0x901 }, - 'manualafpointselectpattern' => { 88 => 0x513 }, + 'luminancenoisereduction' => { 108 => 0x20600, 114 => 0x5f, 428 => 0x1b }, + 'luminancenoisereductioncontrast' => { 515 => 'LuminanceNoiseReductionContrast', 517 => 'LuminanceNoiseReductionContrast' }, + 'luminancenoisereductiondetail' => { 515 => 'LuminanceNoiseReductionDetail', 517 => 'LuminanceNoiseReductionDetail' }, + 'luminancenr_tiff_jpeg' => { 114 => 0x6d }, + 'luminancesmoothing' => { 515 => 'LuminanceSmoothing', 517 => 'LuminanceSmoothing' }, + 'lvshootingareadisplay' => { 89 => [0x40b,0x40c] }, + 'lyrics' => { 403 => "\xa9lyr", 411 => "\xa9lyr", 544 => 'lyrics' }, + 'lyricsuri' => { 411 => 'lrcu' }, + 'm16cversion' => { 345 => 0x333 }, + 'macatom' => { 516 => 'macAtom' }, + 'macatomapplicationcode' => { 516 => [\'macAtom','macAtomApplicationCode'] }, + 'macatominvocationappleevent' => { 516 => [\'macAtom','macAtomInvocationAppleEvent'] }, + 'macatomposixprojectpath' => { 516 => [\'macAtom','macAtomPosixProjectPath'] }, + 'machineobservation' => { 123 => 'MachineObservation' }, + 'machineobservationday' => { 123 => [\'MachineObservation','MachineObservationDay'] }, + 'machineobservationearliestdate' => { 123 => [\'MachineObservation','MachineObservationEarliestDate'] }, + 'machineobservationenddayofyear' => { 123 => [\'MachineObservation','MachineObservationEndDayOfYear'] }, + 'machineobservationeventdate' => { 123 => [\'MachineObservation','MachineObservationEventDate'] }, + 'machineobservationeventid' => { 123 => [\'MachineObservation','MachineObservationEventID'] }, + 'machineobservationeventremarks' => { 123 => [\'MachineObservation','MachineObservationEventRemarks'] }, + 'machineobservationeventtime' => { 123 => [\'MachineObservation','MachineObservationEventTime'] }, + 'machineobservationfieldnotes' => { 123 => [\'MachineObservation','MachineObservationFieldNotes'] }, + 'machineobservationfieldnumber' => { 123 => [\'MachineObservation','MachineObservationFieldNumber'] }, + 'machineobservationhabitat' => { 123 => [\'MachineObservation','MachineObservationHabitat'] }, + 'machineobservationlatestdate' => { 123 => [\'MachineObservation','MachineObservationLatestDate'] }, + 'machineobservationmonth' => { 123 => [\'MachineObservation','MachineObservationMonth'] }, + 'machineobservationparenteventid' => { 123 => [\'MachineObservation','MachineObservationParentEventID'] }, + 'machineobservationsamplesizeunit' => { 123 => [\'MachineObservation','MachineObservationSampleSizeUnit'] }, + 'machineobservationsamplesizevalue' => { 123 => [\'MachineObservation','MachineObservationSampleSizeValue'] }, + 'machineobservationsamplingeffort' => { 123 => [\'MachineObservation','MachineObservationSamplingEffort'] }, + 'machineobservationsamplingprotocol' => { 123 => [\'MachineObservation','MachineObservationSamplingProtocol'] }, + 'machineobservationstartdayofyear' => { 123 => [\'MachineObservation','MachineObservationStartDayOfYear'] }, + 'machineobservationverbatimeventdate' => { 123 => [\'MachineObservation','MachineObservationVerbatimEventDate'] }, + 'machineobservationyear' => { 123 => [\'MachineObservation','MachineObservationYear'] }, + 'macro' => { 132 => 0x1020, 134 => 0x202, 156 => 0x2b, 331 => 0x202, 417 => 0x21, 427 => 0x202, 452 => 0xb040 }, + 'macroled' => { 329 => 0x120a }, + 'macromagnification' => { 7 => 0x1b, 11 => 0x1b, 14 => 0x1b, 15 => 0x1b, 19 => 0x1b, 20 => 0x1b, 60 => 0x10 }, + 'macromode' => { 36 => 0x1, 186 => 0xb, 326 => 0x300, 350 => 0x1c, 418 => 0x1009 }, + 'magentahsl' => { 108 => 0x20917 }, + 'magicfilter' => { 326 => 0x52c }, + 'magnifiedview' => { 91 => 0x11, 93 => 0x9 }, + 'mainboardversion' => { 143 => 0x438 }, + 'maindialexposurecomp' => { 317 => '0.6' }, + 'mainingredient' => { 536 => 'mainIngredient' }, + 'majorbrand' => { 405 => 'major_brand' }, + 'majorversion' => { 506 => 'MajorVersion' }, + 'make' => { 103 => 0x0, 120 => 0x1, 124 => 0x10f, 161 => 'Make', 339 => 'Make', 355 => 0x10f, 405 => 'make', 411 => ['@mak',"\xa9mak"], 533 => 'make', 540 => 'Make' }, + 'makernote' => { 521 => 'MakerNote' }, + 'makernoteapple' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotecanon' => { 86 => 'CMT3', 122 => 'MakN', 124 => 0x927c }, + 'makernotecasio' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotecasio2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotedji' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotedjiinfo' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteflir' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotefujifilm' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotege' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotege2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotehasselblad' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotehp' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotehp2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotehp4' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotehp6' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteisl' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotejvc' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotejvctext' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak10' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak11' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak12' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak1a' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak1b' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak3' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak4' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak5' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak6a' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak6b' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak7' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak8a' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak8b' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak8c' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodak9' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekodakunknown' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotekyocera' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteleica' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteleica10' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteleica2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteleica3' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteleica4' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteleica5' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteleica6' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteleica7' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteleica8' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteleica9' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteminolta' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteminolta2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteminolta3' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotemotorola' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotenikon' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotenikon2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotenikon3' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotenintendo' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteoffset' => { 427 => 0xff }, + 'makernoteolympus' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteolympus2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteolympus3' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotepanasonic' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotepanasonic2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotepanasonic3' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotepentax' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotepentax2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotepentax3' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotepentax4' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotepentax5' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotepentax6' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotepentaxunknown' => { 411 => 'PXMN' }, + 'makernotephaseone' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotereconyx' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotereconyx2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotereconyx3' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotericoh' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotericoh2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotericohpentax' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotericohtext' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesafety' => { 124 => 0xc635 }, + 'makernotesamsung1a' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesamsung1b' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesamsung2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesanyo' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesanyoc4' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesanyopatch' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesigma' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesony' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesony2' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesony3' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesony4' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesony5' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesonyericsson' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotesonysrf' => { 122 => 'MakN', 124 => 0x927c }, + 'makernotetype' => { 418 => 0x1 }, + 'makernoteunknown' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteunknownbinary' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteunknowntext' => { 122 => 'MakN', 124 => 0x927c }, + 'makernoteversion' => { 1 => 0x1, 191 => 0x0, 241 => 0x1, 331 => 0x0, 350 => 0x8000, 422 => 0x0, 425 => 0x1, 428 => [0x1d,0x1f], 441 => 0x2000 }, + 'makerurl' => { 411 => "\xa9mal" }, + 'managedfrom' => { 545 => 'ManagedFrom' }, + 'managedfromalternatepaths' => { 545 => [\'ManagedFrom','ManagedFromAlternatePaths'] }, + 'managedfromdocumentid' => { 545 => [\'ManagedFrom','ManagedFromDocumentID'] }, + 'managedfromfilepath' => { 545 => [\'ManagedFrom','ManagedFromFilePath'] }, + 'managedfromfrompart' => { 545 => [\'ManagedFrom','ManagedFromFromPart'] }, + 'managedfrominstanceid' => { 545 => [\'ManagedFrom','ManagedFromInstanceID'] }, + 'managedfromlastmodifydate' => { 545 => [\'ManagedFrom','ManagedFromLastModifyDate'] }, + 'managedfromlasturl' => { 545 => [\'ManagedFrom','ManagedFromLastURL'] }, + 'managedfromlinkcategory' => { 545 => [\'ManagedFrom','ManagedFromLinkCategory'] }, + 'managedfromlinkform' => { 545 => [\'ManagedFrom','ManagedFromLinkForm'] }, + 'managedfrommanager' => { 545 => [\'ManagedFrom','ManagedFromManager'] }, + 'managedfrommanagervariant' => { 545 => [\'ManagedFrom','ManagedFromManagerVariant'] }, + 'managedfrommanageto' => { 545 => [\'ManagedFrom','ManagedFromManageTo'] }, + 'managedfrommanageui' => { 545 => [\'ManagedFrom','ManagedFromManageUI'] }, + 'managedfrommaskmarkers' => { 545 => [\'ManagedFrom','ManagedFromMaskMarkers'] }, + 'managedfromoriginaldocumentid' => { 545 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] }, + 'managedfrompartmapping' => { 545 => [\'ManagedFrom','ManagedFromPartMapping'] }, + 'managedfromplacedresolutionunit' => { 545 => [\'ManagedFrom','ManagedFromPlacedResolutionUnit'] }, + 'managedfromplacedxresolution' => { 545 => [\'ManagedFrom','ManagedFromPlacedXResolution'] }, + 'managedfromplacedyresolution' => { 545 => [\'ManagedFrom','ManagedFromPlacedYResolution'] }, + 'managedfromrenditionclass' => { 545 => [\'ManagedFrom','ManagedFromRenditionClass'] }, + 'managedfromrenditionparams' => { 545 => [\'ManagedFrom','ManagedFromRenditionParams'] }, + 'managedfromtopart' => { 545 => [\'ManagedFrom','ManagedFromToPart'] }, + 'managedfromversionid' => { 545 => [\'ManagedFrom','ManagedFromVersionID'] }, + 'manager' => { 545 => 'Manager' }, + 'managervariant' => { 545 => 'ManagerVariant' }, + 'manageto' => { 545 => 'ManageTo' }, + 'manageui' => { 545 => 'ManageUI' }, + 'manifest' => { 545 => 'Manifest' }, + 'manifestlinkform' => { 545 => [\'Manifest','ManifestLinkForm'] }, + 'manifestplacedresolutionunit' => { 545 => [\'Manifest','ManifestPlacedResolutionUnit'] }, + 'manifestplacedxresolution' => { 545 => [\'Manifest','ManifestPlacedXResolution'] }, + 'manifestplacedyresolution' => { 545 => [\'Manifest','ManifestPlacedYResolution'] }, + 'manifestreference' => { 545 => [\'Manifest','ManifestReference'] }, + 'manifestreferencealternatepaths' => { 545 => [\'Manifest','ManifestReferenceAlternatePaths'] }, + 'manifestreferencedocumentid' => { 545 => [\'Manifest','ManifestReferenceDocumentID'] }, + 'manifestreferencefilepath' => { 545 => [\'Manifest','ManifestReferenceFilePath'] }, + 'manifestreferencefrompart' => { 545 => [\'Manifest','ManifestReferenceFromPart'] }, + 'manifestreferenceinstanceid' => { 545 => [\'Manifest','ManifestReferenceInstanceID'] }, + 'manifestreferencelastmodifydate' => { 545 => [\'Manifest','ManifestReferenceLastModifyDate'] }, + 'manifestreferencelasturl' => { 545 => [\'Manifest','ManifestReferenceLastURL'] }, + 'manifestreferencelinkcategory' => { 545 => [\'Manifest','ManifestReferenceLinkCategory'] }, + 'manifestreferencelinkform' => { 545 => [\'Manifest','ManifestReferenceLinkForm'] }, + 'manifestreferencemanager' => { 545 => [\'Manifest','ManifestReferenceManager'] }, + 'manifestreferencemanagervariant' => { 545 => [\'Manifest','ManifestReferenceManagerVariant'] }, + 'manifestreferencemanageto' => { 545 => [\'Manifest','ManifestReferenceManageTo'] }, + 'manifestreferencemanageui' => { 545 => [\'Manifest','ManifestReferenceManageUI'] }, + 'manifestreferencemaskmarkers' => { 545 => [\'Manifest','ManifestReferenceMaskMarkers'] }, + 'manifestreferenceoriginaldocumentid' => { 545 => [\'Manifest','ManifestReferenceOriginalDocumentID'] }, + 'manifestreferencepartmapping' => { 545 => [\'Manifest','ManifestReferencePartMapping'] }, + 'manifestreferenceplacedresolutionunit' => { 545 => [\'Manifest','ManifestReferencePlacedResolutionUnit'] }, + 'manifestreferenceplacedxresolution' => { 545 => [\'Manifest','ManifestReferencePlacedXResolution'] }, + 'manifestreferenceplacedyresolution' => { 545 => [\'Manifest','ManifestReferencePlacedYResolution'] }, + 'manifestreferencerenditionclass' => { 545 => [\'Manifest','ManifestReferenceRenditionClass'] }, + 'manifestreferencerenditionparams' => { 545 => [\'Manifest','ManifestReferenceRenditionParams'] }, + 'manifestreferencetopart' => { 545 => [\'Manifest','ManifestReferenceToPart'] }, + 'manifestreferenceversionid' => { 545 => [\'Manifest','ManifestReferenceVersionID'] }, + 'manometerpressure' => { 326 => 0x900, 350 => 0x86 }, + 'manometerreading' => { 326 => 0x901 }, + 'manualafpointselectpattern' => { 89 => 0x513 }, 'manualafpointselpattern' => { 2 => 0xf }, - 'manualflash' => { 328 => 0x1209 }, - 'manualflashoutput' => { 36 => 0x29, 307 => '8.2', 310 => '22.2', 311 => '23.1', 312 => '23.2', 314 => '16.2', 315 => '23.2', 316 => '8.2', 317 => '23.2', 320 => '24.2', 417 => 0x100c }, - 'manualflashstrength' => { 325 => 0x406 }, - 'manualfocusdistance' => { 240 => 0x85, 330 => 0x100c, 426 => 0x223 }, - 'manualfocuspointillumination' => { 321 => 0x17, 322 => 0x17, 323 => 0x17 }, - 'manualfocusringinafmode' => { 321 => 0x1a, 322 => 0x1a, 323 => 0x1a }, - 'manualtv' => { 87 => 0x5, 88 => 0x705 }, - 'manufacturedate' => { 195 => 0x6705, 364 => 0x1 }, - 'manufacturedate1' => { 419 => 0x4 }, - 'manufacturedate2' => { 419 => 0x5 }, - 'manufacturer' => { 499 => 'Manufacturer', 532 => 'manufacturer' }, - 'mariahchromablursize' => { 142 => 0xf0d }, - 'mariahmaphithreshold' => { 142 => 0xf0c }, - 'mariahmaplothreshold' => { 142 => 0xf0b }, - 'mariahsigmathreshold' => { 142 => 0xf0e }, - 'mariahtexturethreshold' => { 142 => 0xf0a }, - 'marked' => { 530 => 'Marked', 547 => 'Marked' }, - 'markers' => { 543 => 'markers' }, - 'markerscomment' => { 543 => [\'markers','markersComment'] }, - 'markerscuepointparams' => { 543 => [\'markers','markersCuePointParams'] }, - 'markerscuepointparamskey' => { 543 => [\'markers','markersCuePointParamsKey'] }, - 'markerscuepointparamsvalue' => { 543 => [\'markers','markersCuePointParamsValue'] }, - 'markerscuepointtype' => { 543 => [\'markers','markersCuePointType'] }, - 'markersduration' => { 543 => [\'markers','markersDuration'] }, - 'markerslocation' => { 543 => [\'markers','markersLocation'] }, - 'markersname' => { 543 => [\'markers','markersName'] }, - 'markersprobability' => { 543 => [\'markers','markersProbability'] }, - 'markersspeaker' => { 543 => [\'markers','markersSpeaker'] }, - 'markersstarttime' => { 543 => [\'markers','markersStartTime'] }, - 'markerstarget' => { 543 => [\'markers','markersTarget'] }, - 'markerstype' => { 543 => [\'markers','markersType'] }, - 'maskedareas' => { 123 => 0xc68e }, - 'maskgroupbasedcorractive' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'] }, - 'maskgroupbasedcorramount' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'] }, - 'maskgroupbasedcorrblacks2012' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'] }, - 'maskgroupbasedcorrbrightness' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'] }, - 'maskgroupbasedcorrclarity' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'] }, - 'maskgroupbasedcorrclarity2012' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'] }, - 'maskgroupbasedcorrcontrast' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'] }, - 'maskgroupbasedcorrcontrast2012' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'] }, - 'maskgroupbasedcorrcorrectionname' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'] }, - 'maskgroupbasedcorrcorrectionsyncid' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'] }, - 'maskgroupbasedcorrdefringe' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'] }, - 'maskgroupbasedcorrdehaze' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'] }, - 'maskgroupbasedcorrections' => { 514 => 'MaskGroupBasedCorrections', 516 => 'MaskGroupBasedCorrections' }, - 'maskgroupbasedcorrexposure' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'] }, - 'maskgroupbasedcorrexposure2012' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'] }, - 'maskgroupbasedcorrhighlights2012' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'] }, - 'maskgroupbasedcorrhue' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'] }, - 'maskgroupbasedcorrluminancenoise' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'] }, - 'maskgroupbasedcorrmask' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'] }, - 'maskgroupbasedcorrmaskalpha' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'] }, - 'maskgroupbasedcorrmaskangle' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'] }, - 'maskgroupbasedcorrmaskbottom' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'] }, - 'maskgroupbasedcorrmaskcentervalue' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'] }, - 'maskgroupbasedcorrmaskcenterweight' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'] }, - 'maskgroupbasedcorrmaskdabs' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'] }, - 'maskgroupbasedcorrmaskfeather' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'] }, - 'maskgroupbasedcorrmaskflipped' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'] }, - 'maskgroupbasedcorrmaskflow' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'] }, - 'maskgroupbasedcorrmaskfullx' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'] }, - 'maskgroupbasedcorrmaskfully' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'] }, - 'maskgroupbasedcorrmaskinputdigest' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'] }, - 'maskgroupbasedcorrmaskleft' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'] }, - 'maskgroupbasedcorrmaskmaskactive' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'] }, - 'maskgroupbasedcorrmaskmaskblendmode' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'] }, - 'maskgroupbasedcorrmaskmaskdigest' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'] }, - 'maskgroupbasedcorrmaskmaskinverted' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'] }, - 'maskgroupbasedcorrmaskmaskname' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'] }, - 'maskgroupbasedcorrmaskmasks' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'] }, - 'maskgroupbasedcorrmaskmasksalpha' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'] }, - 'maskgroupbasedcorrmaskmasksangle' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'] }, - 'maskgroupbasedcorrmaskmasksbottom' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'] }, - 'maskgroupbasedcorrmaskmaskscentervalue' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'] }, - 'maskgroupbasedcorrmaskmaskscenterweight' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'] }, - 'maskgroupbasedcorrmaskmasksdabs' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'] }, - 'maskgroupbasedcorrmaskmasksfeather' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'] }, - 'maskgroupbasedcorrmaskmasksflipped' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'] }, - 'maskgroupbasedcorrmaskmasksflow' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'] }, - 'maskgroupbasedcorrmaskmasksfullx' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'] }, - 'maskgroupbasedcorrmaskmasksfully' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'] }, - 'maskgroupbasedcorrmaskmasksinputdigest' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'] }, - 'maskgroupbasedcorrmaskmasksleft' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'] }, - 'maskgroupbasedcorrmaskmasksmaskactive' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'] }, - 'maskgroupbasedcorrmaskmasksmaskblendmode' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] }, - 'maskgroupbasedcorrmaskmasksmaskdigest' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'] }, - 'maskgroupbasedcorrmaskmasksmaskinverted' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'] }, - 'maskgroupbasedcorrmaskmasksmaskname' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'] }, - 'maskgroupbasedcorrmaskmasksmasksubtype' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'] }, - 'maskgroupbasedcorrmaskmasksmasksyncid' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'] }, - 'maskgroupbasedcorrmaskmasksmaskversion' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'] }, - 'maskgroupbasedcorrmaskmasksmidpoint' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'] }, - 'maskgroupbasedcorrmaskmasksorigin' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'] }, - 'maskgroupbasedcorrmaskmasksperimetervalue' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'] }, - 'maskgroupbasedcorrmaskmasksradius' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'] }, - 'maskgroupbasedcorrmaskmasksreferencepoint' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'] }, - 'maskgroupbasedcorrmaskmasksright' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'] }, - 'maskgroupbasedcorrmaskmasksroundness' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'] }, - 'maskgroupbasedcorrmaskmaskssizex' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'] }, - 'maskgroupbasedcorrmaskmaskssizey' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'] }, - 'maskgroupbasedcorrmaskmaskstop' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'] }, - 'maskgroupbasedcorrmaskmasksubtype' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'] }, - 'maskgroupbasedcorrmaskmasksvalue' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'] }, - 'maskgroupbasedcorrmaskmasksversion' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'] }, - 'maskgroupbasedcorrmaskmaskswhat' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'] }, - 'maskgroupbasedcorrmaskmaskswholeimagearea' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'] }, - 'maskgroupbasedcorrmaskmasksx' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'] }, - 'maskgroupbasedcorrmaskmasksy' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'] }, - 'maskgroupbasedcorrmaskmasksyncid' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'] }, - 'maskgroupbasedcorrmaskmaskszerox' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'] }, - 'maskgroupbasedcorrmaskmaskszeroy' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'] }, - 'maskgroupbasedcorrmaskmaskversion' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'] }, - 'maskgroupbasedcorrmaskmidpoint' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'] }, - 'maskgroupbasedcorrmaskorigin' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'] }, - 'maskgroupbasedcorrmaskperimetervalue' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'] }, - 'maskgroupbasedcorrmaskradius' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'] }, - 'maskgroupbasedcorrmaskrange' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'] }, - 'maskgroupbasedcorrmaskrangeareamodels' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] }, - 'maskgroupbasedcorrmaskrangeareamodelscolorsampleinfo' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, - 'maskgroupbasedcorrmaskrangeareamodelscomponents' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] }, - 'maskgroupbasedcorrmaskrangecoloramount' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] }, - 'maskgroupbasedcorrmaskrangedepthfeather' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] }, - 'maskgroupbasedcorrmaskrangedepthmax' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] }, - 'maskgroupbasedcorrmaskrangedepthmin' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] }, - 'maskgroupbasedcorrmaskrangeinvert' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] }, - 'maskgroupbasedcorrmaskrangelumfeather' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] }, - 'maskgroupbasedcorrmaskrangeluminancedepthsampleinfo' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] }, - 'maskgroupbasedcorrmaskrangelummax' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] }, - 'maskgroupbasedcorrmaskrangelummin' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] }, - 'maskgroupbasedcorrmaskrangelumrange' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] }, - 'maskgroupbasedcorrmaskrangesampletype' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] }, - 'maskgroupbasedcorrmaskrangetype' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] }, - 'maskgroupbasedcorrmaskrangeversion' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] }, - 'maskgroupbasedcorrmaskreferencepoint' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'] }, - 'maskgroupbasedcorrmaskright' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'] }, - 'maskgroupbasedcorrmaskroundness' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'] }, - 'maskgroupbasedcorrmasksizex' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'] }, - 'maskgroupbasedcorrmasksizey' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'] }, - 'maskgroupbasedcorrmasktop' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'] }, - 'maskgroupbasedcorrmaskvalue' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'] }, - 'maskgroupbasedcorrmaskversion' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'] }, - 'maskgroupbasedcorrmaskwhat' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'] }, - 'maskgroupbasedcorrmaskwholeimagearea' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'] }, - 'maskgroupbasedcorrmaskx' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'] }, - 'maskgroupbasedcorrmasky' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'] }, - 'maskgroupbasedcorrmaskzerox' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'] }, - 'maskgroupbasedcorrmaskzeroy' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'] }, - 'maskgroupbasedcorrmoire' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'] }, - 'maskgroupbasedcorrrangemask' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'] }, - 'maskgroupbasedcorrrangemaskareamodels' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'] }, - 'maskgroupbasedcorrrangemaskareamodelscolorsampleinfo' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, - 'maskgroupbasedcorrrangemaskareamodelscomponents' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] }, - 'maskgroupbasedcorrrangemaskcoloramount' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'] }, - 'maskgroupbasedcorrrangemaskdepthfeather' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'] }, - 'maskgroupbasedcorrrangemaskdepthmax' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'] }, - 'maskgroupbasedcorrrangemaskdepthmin' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'] }, - 'maskgroupbasedcorrrangemaskinvert' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'] }, - 'maskgroupbasedcorrrangemasklumfeather' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'] }, - 'maskgroupbasedcorrrangemaskluminancedepthsampleinfo' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] }, - 'maskgroupbasedcorrrangemasklummax' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'] }, - 'maskgroupbasedcorrrangemasklummin' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'] }, - 'maskgroupbasedcorrrangemasklumrange' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'] }, - 'maskgroupbasedcorrrangemasksampletype' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'] }, - 'maskgroupbasedcorrrangemasktype' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'] }, - 'maskgroupbasedcorrrangemaskversion' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'] }, - 'maskgroupbasedcorrsaturation' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'] }, - 'maskgroupbasedcorrshadows2012' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'] }, - 'maskgroupbasedcorrsharpness' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'] }, - 'maskgroupbasedcorrtemperature' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'] }, - 'maskgroupbasedcorrtexture' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'] }, - 'maskgroupbasedcorrtint' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'] }, - 'maskgroupbasedcorrtoninghue' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'] }, - 'maskgroupbasedcorrtoningsaturation' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'] }, - 'maskgroupbasedcorrwhat' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'] }, - 'maskgroupbasedcorrwhites2012' => { 514 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'], 516 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'] }, - 'masterdocumentid' => { 135 => 0xb9 }, - 'mastergain' => { 264 => 0x50 }, - 'materialsample' => { 122 => 'MaterialSample' }, - 'materialsampleid' => { 122 => [\'MaterialSample','MaterialSampleMaterialSampleID'] }, - 'matrixmetering' => { 306 => '50.1', 308 => '48.1', 309 => '48.1', 318 => '48.1', 319 => '48.1', 321 => 0x233, 322 => 0x233, 323 => 0x24b }, - 'matrixselectk' => { 142 => 0x91b }, - 'matrixselectthreshold' => { 142 => 0x91a }, - 'matrixselectthreshold1' => { 142 => 0x91e }, - 'matrixselectthreshold2' => { 142 => 0x91f }, - 'matrixstructure' => { 409 => 0xa }, - 'maxaperture' => { 36 => 0x1a, 142 => 0x3f9, 148 => 0x6103, 167 => 'MaxAperture', 185 => 0x17, 191 => 0x49c5, 238 => 0x36, 326 => 0x20a, 375 => '14.1' }, - 'maxapertureatmaxfocal' => { 131 => 0x1407, 167 => 'MaxApertureAtMaxFocal', 232 => 0xb, 233 => 0x10, 234 => 0x11, 238 => 0x12, 326 => 0x206 }, - 'maxapertureatminfocal' => { 131 => 0x1406, 232 => 0xa, 233 => 0xf, 234 => 0x10, 238 => 0x11, 326 => 0x205 }, - 'maxaperturevalue' => { 123 => 0x9205, 394 => 0x414, 520 => 'MaxApertureValue' }, - 'maxavailheight' => { 528 => 'MaxAvailHeight' }, - 'maxavailwidth' => { 528 => 'MaxAvailWidth' }, - 'maxcontinuousrelease' => { 305 => 0xb, 306 => 0xc, 308 => '12.1', 309 => '12.1', 314 => 0xc, 315 => 0xb, 318 => '12.1', 319 => '12.1', 321 => 0x3d, 322 => 0x3d, 323 => 0x3d }, - 'maxfaces' => { 329 => 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, 36 => 0x17, 64 => 0x9, 131 => 0x1405, 167 => 'MaxFocalLength', 232 => 0x9, 233 => 0xe, 234 => 0xf, 238 => 0x10, 326 => 0x208, 464 => 0x127c, 465 => 0x1138, 466 => 0x330, 467 => 0x330, 468 => 0x30e }, - 'maximumdensityrange' => { 137 => 0x8c }, - 'maxpagesize' => { 548 => 'MaxPageSize' }, - 'maxpagesizeh' => { 548 => [\'MaxPageSize','MaxPageSizeH'] }, - 'maxpagesizeunit' => { 548 => [\'MaxPageSize','MaxPageSizeUnit'] }, - 'maxpagesizew' => { 548 => [\'MaxPageSize','MaxPageSizeW'] }, - 'maxpixelvaluethreshold' => { 142 => 0xc7d }, - 'maxsamplevalue' => { 123 => 0x119 }, - 'maxstorage' => { 538 => 'maxstorage' }, - 'mb-d10batteries' => { 305 => '12.6' }, - 'mb-d10batterytype' => { 314 => '13.3' }, - 'mb-d11batterytype' => { 315 => '2.3' }, - 'mb-d12batterytype' => { 318 => '3.2' }, - 'mb-d80batteries' => { 316 => '6.5' }, - 'mb-d80batterytype' => { 320 => '3.2' }, - 'mcuversion' => { 232 => 0xc, 233 => 0x11, 234 => 0x12, 238 => 0x13 }, - 'md5digest' => { 168 => 'zmd5' }, - 'mditemfindercomment' => { 177 => 'MDItemFinderComment' }, - 'mditemfscreationdate' => { 177 => 'MDItemFSCreationDate' }, - 'mditemfslabel' => { 177 => 'MDItemFSLabel' }, - 'mditemusertags' => { 177 => 'MDItemUserTags' }, - 'meal' => { 535 => 'meal' }, - 'measuredev' => { 28 => 0x9, 80 => 0x3, 101 => 0x1814, 160 => 'MeasuredEV' }, - 'measuredev2' => { 13 => 0x8, 28 => 0x8, 80 => 0x17 }, + 'manualflash' => { 329 => 0x1209 }, + 'manualflashoutput' => { 36 => 0x29, 308 => '8.2', 311 => '22.2', 312 => '23.1', 313 => '23.2', 315 => '16.2', 316 => '23.2', 317 => '8.2', 318 => '23.2', 321 => '24.2', 418 => 0x100c }, + 'manualflashstrength' => { 326 => 0x406 }, + 'manualfocusdistance' => { 241 => 0x85, 331 => 0x100c, 427 => 0x223 }, + 'manualfocuspointillumination' => { 322 => 0x17, 323 => 0x17, 324 => 0x17 }, + 'manualfocusringinafmode' => { 322 => 0x1a, 323 => 0x1a, 324 => 0x1a }, + 'manualtv' => { 88 => 0x5, 89 => 0x705 }, + 'manufacturedate' => { 196 => 0x6705, 365 => 0x1 }, + 'manufacturedate1' => { 420 => 0x4 }, + 'manufacturedate2' => { 420 => 0x5 }, + 'manufacturer' => { 500 => 'Manufacturer', 533 => 'manufacturer' }, + 'mariahchromablursize' => { 143 => 0xf0d }, + 'mariahmaphithreshold' => { 143 => 0xf0c }, + 'mariahmaplothreshold' => { 143 => 0xf0b }, + 'mariahsigmathreshold' => { 143 => 0xf0e }, + 'mariahtexturethreshold' => { 143 => 0xf0a }, + 'marked' => { 531 => 'Marked', 548 => 'Marked' }, + 'markers' => { 544 => 'markers' }, + 'markerscomment' => { 544 => [\'markers','markersComment'] }, + 'markerscuepointparams' => { 544 => [\'markers','markersCuePointParams'] }, + 'markerscuepointparamskey' => { 544 => [\'markers','markersCuePointParamsKey'] }, + 'markerscuepointparamsvalue' => { 544 => [\'markers','markersCuePointParamsValue'] }, + 'markerscuepointtype' => { 544 => [\'markers','markersCuePointType'] }, + 'markersduration' => { 544 => [\'markers','markersDuration'] }, + 'markerslocation' => { 544 => [\'markers','markersLocation'] }, + 'markersname' => { 544 => [\'markers','markersName'] }, + 'markersprobability' => { 544 => [\'markers','markersProbability'] }, + 'markersspeaker' => { 544 => [\'markers','markersSpeaker'] }, + 'markersstarttime' => { 544 => [\'markers','markersStartTime'] }, + 'markerstarget' => { 544 => [\'markers','markersTarget'] }, + 'markerstype' => { 544 => [\'markers','markersType'] }, + 'maskedareas' => { 124 => 0xc68e }, + 'maskgroupbasedcorractive' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'] }, + 'maskgroupbasedcorramount' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'] }, + 'maskgroupbasedcorrblacks2012' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'] }, + 'maskgroupbasedcorrbrightness' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'] }, + 'maskgroupbasedcorrclarity' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'] }, + 'maskgroupbasedcorrclarity2012' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'] }, + 'maskgroupbasedcorrcontrast' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'] }, + 'maskgroupbasedcorrcontrast2012' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'] }, + 'maskgroupbasedcorrcorrectionname' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'] }, + 'maskgroupbasedcorrcorrectionsyncid' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'] }, + 'maskgroupbasedcorrdefringe' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'] }, + 'maskgroupbasedcorrdehaze' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'] }, + 'maskgroupbasedcorrections' => { 515 => 'MaskGroupBasedCorrections', 517 => 'MaskGroupBasedCorrections' }, + 'maskgroupbasedcorrexposure' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'] }, + 'maskgroupbasedcorrexposure2012' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'] }, + 'maskgroupbasedcorrhighlights2012' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'] }, + 'maskgroupbasedcorrhue' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'] }, + 'maskgroupbasedcorrluminancenoise' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'] }, + 'maskgroupbasedcorrmask' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'] }, + 'maskgroupbasedcorrmaskalpha' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'] }, + 'maskgroupbasedcorrmaskangle' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'] }, + 'maskgroupbasedcorrmaskbottom' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'] }, + 'maskgroupbasedcorrmaskcentervalue' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'] }, + 'maskgroupbasedcorrmaskcenterweight' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'] }, + 'maskgroupbasedcorrmaskdabs' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'] }, + 'maskgroupbasedcorrmaskfeather' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'] }, + 'maskgroupbasedcorrmaskflipped' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'] }, + 'maskgroupbasedcorrmaskflow' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'] }, + 'maskgroupbasedcorrmaskfullx' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'] }, + 'maskgroupbasedcorrmaskfully' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'] }, + 'maskgroupbasedcorrmaskinputdigest' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'] }, + 'maskgroupbasedcorrmaskleft' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'] }, + 'maskgroupbasedcorrmaskmaskactive' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'] }, + 'maskgroupbasedcorrmaskmaskblendmode' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'] }, + 'maskgroupbasedcorrmaskmaskdigest' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'] }, + 'maskgroupbasedcorrmaskmaskinverted' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'] }, + 'maskgroupbasedcorrmaskmaskname' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'] }, + 'maskgroupbasedcorrmaskmasks' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'] }, + 'maskgroupbasedcorrmaskmasksalpha' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'] }, + 'maskgroupbasedcorrmaskmasksangle' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'] }, + 'maskgroupbasedcorrmaskmasksbottom' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'] }, + 'maskgroupbasedcorrmaskmaskscentervalue' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'] }, + 'maskgroupbasedcorrmaskmaskscenterweight' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'] }, + 'maskgroupbasedcorrmaskmasksdabs' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'] }, + 'maskgroupbasedcorrmaskmasksfeather' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'] }, + 'maskgroupbasedcorrmaskmasksflipped' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'] }, + 'maskgroupbasedcorrmaskmasksflow' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'] }, + 'maskgroupbasedcorrmaskmasksfullx' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'] }, + 'maskgroupbasedcorrmaskmasksfully' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'] }, + 'maskgroupbasedcorrmaskmasksinputdigest' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'] }, + 'maskgroupbasedcorrmaskmasksleft' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'] }, + 'maskgroupbasedcorrmaskmasksmaskactive' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'] }, + 'maskgroupbasedcorrmaskmasksmaskblendmode' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] }, + 'maskgroupbasedcorrmaskmasksmaskdigest' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'] }, + 'maskgroupbasedcorrmaskmasksmaskinverted' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'] }, + 'maskgroupbasedcorrmaskmasksmaskname' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'] }, + 'maskgroupbasedcorrmaskmasksmasksubtype' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'] }, + 'maskgroupbasedcorrmaskmasksmasksyncid' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'] }, + 'maskgroupbasedcorrmaskmasksmaskversion' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'] }, + 'maskgroupbasedcorrmaskmasksmidpoint' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'] }, + 'maskgroupbasedcorrmaskmasksorigin' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'] }, + 'maskgroupbasedcorrmaskmasksperimetervalue' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'] }, + 'maskgroupbasedcorrmaskmasksradius' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'] }, + 'maskgroupbasedcorrmaskmasksreferencepoint' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'] }, + 'maskgroupbasedcorrmaskmasksright' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'] }, + 'maskgroupbasedcorrmaskmasksroundness' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'] }, + 'maskgroupbasedcorrmaskmaskssizex' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'] }, + 'maskgroupbasedcorrmaskmaskssizey' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'] }, + 'maskgroupbasedcorrmaskmaskstop' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'] }, + 'maskgroupbasedcorrmaskmasksubtype' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'] }, + 'maskgroupbasedcorrmaskmasksvalue' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'] }, + 'maskgroupbasedcorrmaskmasksversion' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'] }, + 'maskgroupbasedcorrmaskmaskswhat' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'] }, + 'maskgroupbasedcorrmaskmaskswholeimagearea' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'] }, + 'maskgroupbasedcorrmaskmasksx' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'] }, + 'maskgroupbasedcorrmaskmasksy' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'] }, + 'maskgroupbasedcorrmaskmasksyncid' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'] }, + 'maskgroupbasedcorrmaskmaskszerox' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'] }, + 'maskgroupbasedcorrmaskmaskszeroy' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'] }, + 'maskgroupbasedcorrmaskmaskversion' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'] }, + 'maskgroupbasedcorrmaskmidpoint' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'] }, + 'maskgroupbasedcorrmaskorigin' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'] }, + 'maskgroupbasedcorrmaskperimetervalue' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'] }, + 'maskgroupbasedcorrmaskradius' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'] }, + 'maskgroupbasedcorrmaskrange' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'] }, + 'maskgroupbasedcorrmaskrangeareamodels' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] }, + 'maskgroupbasedcorrmaskrangeareamodelscolorsampleinfo' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, + 'maskgroupbasedcorrmaskrangeareamodelscomponents' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] }, + 'maskgroupbasedcorrmaskrangecoloramount' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] }, + 'maskgroupbasedcorrmaskrangedepthfeather' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] }, + 'maskgroupbasedcorrmaskrangedepthmax' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] }, + 'maskgroupbasedcorrmaskrangedepthmin' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] }, + 'maskgroupbasedcorrmaskrangeinvert' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] }, + 'maskgroupbasedcorrmaskrangelumfeather' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] }, + 'maskgroupbasedcorrmaskrangeluminancedepthsampleinfo' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] }, + 'maskgroupbasedcorrmaskrangelummax' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] }, + 'maskgroupbasedcorrmaskrangelummin' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] }, + 'maskgroupbasedcorrmaskrangelumrange' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] }, + 'maskgroupbasedcorrmaskrangesampletype' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] }, + 'maskgroupbasedcorrmaskrangetype' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] }, + 'maskgroupbasedcorrmaskrangeversion' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] }, + 'maskgroupbasedcorrmaskreferencepoint' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'] }, + 'maskgroupbasedcorrmaskright' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'] }, + 'maskgroupbasedcorrmaskroundness' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'] }, + 'maskgroupbasedcorrmasksizex' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'] }, + 'maskgroupbasedcorrmasksizey' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'] }, + 'maskgroupbasedcorrmasktop' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'] }, + 'maskgroupbasedcorrmaskvalue' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'] }, + 'maskgroupbasedcorrmaskversion' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'] }, + 'maskgroupbasedcorrmaskwhat' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'] }, + 'maskgroupbasedcorrmaskwholeimagearea' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'] }, + 'maskgroupbasedcorrmaskx' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'] }, + 'maskgroupbasedcorrmasky' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'] }, + 'maskgroupbasedcorrmaskzerox' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'] }, + 'maskgroupbasedcorrmaskzeroy' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'] }, + 'maskgroupbasedcorrmoire' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'] }, + 'maskgroupbasedcorrrangemask' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'] }, + 'maskgroupbasedcorrrangemaskareamodels' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'] }, + 'maskgroupbasedcorrrangemaskareamodelscolorsampleinfo' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, + 'maskgroupbasedcorrrangemaskareamodelscomponents' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] }, + 'maskgroupbasedcorrrangemaskcoloramount' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'] }, + 'maskgroupbasedcorrrangemaskdepthfeather' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'] }, + 'maskgroupbasedcorrrangemaskdepthmax' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'] }, + 'maskgroupbasedcorrrangemaskdepthmin' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'] }, + 'maskgroupbasedcorrrangemaskinvert' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'] }, + 'maskgroupbasedcorrrangemasklumfeather' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'] }, + 'maskgroupbasedcorrrangemaskluminancedepthsampleinfo' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] }, + 'maskgroupbasedcorrrangemasklummax' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'] }, + 'maskgroupbasedcorrrangemasklummin' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'] }, + 'maskgroupbasedcorrrangemasklumrange' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'] }, + 'maskgroupbasedcorrrangemasksampletype' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'] }, + 'maskgroupbasedcorrrangemasktype' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'] }, + 'maskgroupbasedcorrrangemaskversion' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'] }, + 'maskgroupbasedcorrsaturation' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'] }, + 'maskgroupbasedcorrshadows2012' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'] }, + 'maskgroupbasedcorrsharpness' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'] }, + 'maskgroupbasedcorrtemperature' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'] }, + 'maskgroupbasedcorrtexture' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'] }, + 'maskgroupbasedcorrtint' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'] }, + 'maskgroupbasedcorrtoninghue' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'] }, + 'maskgroupbasedcorrtoningsaturation' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'] }, + 'maskgroupbasedcorrwhat' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'] }, + 'maskgroupbasedcorrwhites2012' => { 515 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'], 517 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'] }, + 'masterdocumentid' => { 136 => 0xb9 }, + 'mastergain' => { 265 => 0x50 }, + 'materialsample' => { 123 => 'MaterialSample' }, + 'materialsampleid' => { 123 => [\'MaterialSample','MaterialSampleMaterialSampleID'] }, + 'matrixmetering' => { 307 => '50.1', 309 => '48.1', 310 => '48.1', 319 => '48.1', 320 => '48.1', 322 => 0x233, 323 => 0x233, 324 => 0x24b }, + 'matrixselectk' => { 143 => 0x91b }, + 'matrixselectthreshold' => { 143 => 0x91a }, + 'matrixselectthreshold1' => { 143 => 0x91e }, + 'matrixselectthreshold2' => { 143 => 0x91f }, + 'matrixstructure' => { 410 => 0xa }, + 'maxaperture' => { 36 => 0x1a, 143 => 0x3f9, 149 => 0x6103, 168 => 'MaxAperture', 186 => 0x17, 192 => 0x49c5, 239 => 0x36, 327 => 0x20a, 376 => '14.1' }, + 'maxapertureatmaxfocal' => { 132 => 0x1407, 168 => 'MaxApertureAtMaxFocal', 233 => 0xb, 234 => 0x10, 235 => 0x11, 239 => 0x12, 327 => 0x206 }, + 'maxapertureatminfocal' => { 132 => 0x1406, 233 => 0xa, 234 => 0xf, 235 => 0x10, 239 => 0x11, 327 => 0x205 }, + 'maxaperturevalue' => { 124 => 0x9205, 395 => 0x414, 521 => 'MaxApertureValue' }, + 'maxavailheight' => { 529 => 'MaxAvailHeight' }, + 'maxavailwidth' => { 529 => 'MaxAvailWidth' }, + 'maxcontinuousrelease' => { 306 => 0xb, 307 => 0xc, 309 => '12.1', 310 => '12.1', 315 => 0xc, 316 => 0xb, 319 => '12.1', 320 => '12.1', 322 => 0x3d, 323 => 0x3d, 324 => 0x3d }, + 'maxfaces' => { 330 => 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, 36 => 0x17, 132 => 0x1405, 168 => 'MaxFocalLength', 233 => 0x9, 234 => 0xe, 235 => 0xf, 239 => 0x10, 327 => 0x208, 465 => 0x127c, 466 => 0x1138, 467 => 0x330, 468 => 0x330, 469 => 0x30e }, + 'maxfocallength2' => { 65 => 0x9 }, + 'maximumdensityrange' => { 138 => 0x8c }, + 'maxpagesize' => { 549 => 'MaxPageSize' }, + 'maxpagesizeh' => { 549 => [\'MaxPageSize','MaxPageSizeH'] }, + 'maxpagesizeunit' => { 549 => [\'MaxPageSize','MaxPageSizeUnit'] }, + 'maxpagesizew' => { 549 => [\'MaxPageSize','MaxPageSizeW'] }, + 'maxpixelvaluethreshold' => { 143 => 0xc7d }, + 'maxsamplevalue' => { 124 => 0x119 }, + 'maxstorage' => { 539 => 'maxstorage' }, + 'mb-d10batteries' => { 306 => '12.6' }, + 'mb-d10batterytype' => { 315 => '13.3' }, + 'mb-d11batterytype' => { 316 => '2.3' }, + 'mb-d12batterytype' => { 319 => '3.2' }, + 'mb-d80batteries' => { 317 => '6.5' }, + 'mb-d80batterytype' => { 321 => '3.2' }, + 'mcuversion' => { 233 => 0xc, 234 => 0x11, 235 => 0x12, 239 => 0x13 }, + 'md5digest' => { 169 => 'zmd5' }, + 'mditemfindercomment' => { 178 => 'MDItemFinderComment' }, + 'mditemfscreationdate' => { 178 => 'MDItemFSCreationDate' }, + 'mditemfslabel' => { 178 => 'MDItemFSLabel' }, + 'mditemusertags' => { 178 => 'MDItemUserTags' }, + 'meal' => { 536 => 'meal' }, + 'measuredev' => { 28 => 0x9, 81 => 0x3, 102 => 0x1814, 161 => 'MeasuredEV' }, + 'measuredev2' => { 13 => 0x8, 28 => 0x8, 81 => 0x17 }, 'measuredev3' => { 13 => 0x9 }, - 'measuredlv' => { 191 => 0x690, 344 => 0x312, 347 => 0x312, 348 => 0x312, 351 => 0x3407 }, - 'measuredrggb' => { 68 => 0x1 }, - 'measuredrggbdata' => { 46 => 0x287 }, - 'measurementaccuracy' => { 122 => [\'MeasurementOrFact','MeasurementOrFactMeasurementAccuracy'] }, - 'measurementdeterminedby' => { 122 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedBy'] }, - 'measurementdetermineddate' => { 122 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedDate'] }, - 'measurementid' => { 122 => [\'MeasurementOrFact','MeasurementOrFactMeasurementID'] }, - 'measurementmethod' => { 122 => [\'MeasurementOrFact','MeasurementOrFactMeasurementMethod'] }, - 'measurementorfact' => { 122 => 'MeasurementOrFact' }, - 'measurementremarks' => { 122 => [\'MeasurementOrFact','MeasurementOrFactMeasurementRemarks'] }, - 'measurementtype' => { 122 => [\'MeasurementOrFact','MeasurementOrFactMeasurementType'] }, - 'measurementunit' => { 122 => [\'MeasurementOrFact','MeasurementOrFactMeasurementUnit'] }, - 'measurementvalue' => { 122 => [\'MeasurementOrFact','MeasurementOrFactMeasurementValue'] }, - 'measuretype' => { 499 => 'MeasureType' }, - 'mechanicalshuttercount' => { 240 => 0x37 }, - 'mediaclassprimaryid' => { 183 => 'WM/MediaClassPrimaryID' }, - 'mediaclasssecondaryid' => { 183 => 'WM/MediaClassSecondaryID' }, - 'mediaconstraints' => { 335 => 'MediaConstraints' }, - 'mediacreatedate' => { 406 => 0x1 }, - 'mediaeventiddate' => { 504 => 'MediaEventIdDate' }, - 'mediamodifydate' => { 406 => 0x2 }, - 'mediasummarycode' => { 335 => 'MediaSummaryCode' }, - 'mediatype' => { 402 => 'stik' }, - 'memoaudioquality' => { 88 => 0x812 }, - 'memorycardconfiguration' => { 443 => 0x16 }, - 'memorycardnumber' => { 217 => 0x2 }, - 'menubuttondisplayposition' => { 86 => 0xb, 89 => 0xa, 90 => 0xb, 93 => 0xb }, - 'menubuttonreturn' => { 94 => 0xb }, - 'menumonitorofftime' => { 305 => '26.1', 306 => '22.1', 308 => '22.1', 309 => '22.1', 313 => '21.1', 314 => '8.2', 315 => '21.1', 318 => '22.1', 319 => '22.1', 320 => '22.1', 321 => 0x35, 322 => 0x35, 323 => 0x35 }, - 'mergedimages' => { 349 => 0x76 }, - 'metadataauthority' => { 528 => 'metadataAuthority' }, - 'metadataauthorityidentifier' => { 528 => [\'metadataAuthority','metadataAuthorityIdentifier'] }, - 'metadataauthorityname' => { 528 => [\'metadataAuthority','metadataAuthorityName'] }, - 'metadatadate' => { 541 => 'MetadataDate' }, - 'metadataeditingsoftware' => { 123 => 0xa43c }, - 'metadatalastedited' => { 528 => 'metadataLastEdited' }, - 'metadatalasteditor' => { 528 => 'metadataLastEditor' }, - 'metadatalasteditoridentifier' => { 528 => [\'metadataLastEditor','metadataLastEditorIdentifier'] }, - 'metadatalasteditorname' => { 528 => [\'metadataLastEditor','metadataLastEditorName'] }, - 'metadatamoddate' => { 543 => 'metadataModDate' }, - 'metaversion' => { 459 => 0x34 }, - 'meterinfo1row1' => { 452 => 0x0, 453 => 0x0 }, - 'meterinfo1row2' => { 452 => 0x6c, 453 => 0x5a }, - 'meterinfo1row3' => { 452 => 0xd8, 453 => 0xb4 }, - 'meterinfo1row4' => { 452 => 0x144, 453 => 0x10e }, - 'meterinfo1row5' => { 452 => 0x1b0, 453 => 0x168 }, - 'meterinfo1row6' => { 452 => 0x21c, 453 => 0x1c2 }, - 'meterinfo1row7' => { 452 => 0x288, 453 => 0x21c }, - 'meterinfo2row1' => { 452 => 0x2f4, 453 => 0x276 }, - 'meterinfo2row2' => { 452 => 0x378, 453 => 0x2e4 }, - 'meterinfo2row3' => { 452 => 0x3fc, 453 => 0x352 }, - 'meterinfo2row4' => { 452 => 0x480, 453 => 0x3c0 }, - 'meterinfo2row5' => { 452 => 0x504, 453 => 0x42e }, - 'meterinfo2row6' => { 452 => 0x588, 453 => 0x49c }, - 'meterinfo2row7' => { 452 => 0x60c, 453 => 0x50a }, - 'meterinfo2row8' => { 452 => 0x690, 453 => 0x578 }, - 'meterinfo2row9' => { 452 => 0x714, 453 => 0x5e6 }, - 'metering' => { 307 => '6.1' }, - 'meteringmode' => { 36 => 0x11, 123 => 0x9207, 144 => 0x1c, 185 => 0x7, 186 => 0x25, 188 => 0x12, 325 => 0x202, 385 => 0x17, 427 => 0x9, 437 => 0x15, 438 => 0x13, 439 => 0x7, 456 => 0x3, 460 => 0x1174, 461 => 0x1178, 462 => 0x1154, 463 => 0x11d0, 464 => 0x11ac, 465 => 0x1064, 466 => 0x25c, 467 => 0x25c, 468 => 0x24b, 520 => 'MeteringMode' }, - 'meteringmode2' => { 365 => '2.1', 451 => 0x202c }, - 'meteringmode3' => { 365 => '16.1' }, - 'meteringoffscaleindicator' => { 188 => 0x53 }, - 'meteringtime' => { 305 => '22.2', 307 => '3.2', 310 => '17.1', 311 => '18.1', 314 => '7.3', 315 => '18.1', 316 => '3.2', 320 => '19.1' }, - 'micro1version' => { 412 => 0x1f }, - 'micro2version' => { 412 => 0x2d }, - 'microphoneattenuator' => { 245 => 0x34e, 246 => 0x34e, 247 => 0x2d2, 248 => 0x2fa, 249 => 0x2fa }, - 'microphonefrequencyresponse' => { 245 => 0x350, 246 => 0x350, 247 => 0x2d4, 248 => 0x2fc, 249 => 0x2fc }, - 'microphonejackpower' => { 245 => 0x376, 246 => 0x376, 247 => 0x2fa, 248 => 0x322, 249 => 0x322 }, - 'microphonesensitivity' => { 245 => 0x34c, 246 => 0x34c, 247 => 0x2d0, 248 => 0x2f8, 249 => 0x2f8 }, - 'microvideo' => { 496 => 'MicroVideo' }, - 'microvideooffset' => { 496 => 'MicroVideoOffset' }, - 'microvideopresentationtimestampus' => { 496 => 'MicroVideoPresentationTimestampUs' }, - 'microvideoversion' => { 496 => 'MicroVideoVersion' }, - 'midrangesharpness' => { 258 => 0x3b }, - 'mieversion' => { 168 => '0Vers' }, - 'mime' => { 499 => 'Mime' }, - 'minaperture' => { 36 => 0x1b, 142 => 0x3f8, 167 => 'MinAperture', 375 => '0.2' }, - 'minaperturevalue' => { 394 => 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, 36 => 0x18, 64 => 0x8, 131 => 0x1404, 167 => 'MinFocalLength', 232 => 0x8, 233 => 0xd, 234 => 0xe, 238 => 0xf, 326 => 0x207, 464 => 0x127a, 465 => 0x1136, 466 => 0x32e, 467 => 0x32e, 468 => 0x30c }, - 'minfocusdistance' => { 375 => 0x3 }, - 'minimumiso' => { 349 => 0xe8 }, - 'minintegrationrows' => { 142 => 0x1874 }, - 'minoltadate' => { 185 => 0x15 }, - 'minoltaimagesize' => { 185 => 0x4, 186 => 0xc, 187 => 0x2, 190 => 0x103 }, - 'minoltamodelid' => { 185 => 0x25 }, - 'minoltaquality' => { 185 => 0x5, 186 => 0xd, 187 => 0x3, 190 => [0x102,0x103] }, - 'minoltatime' => { 185 => 0x16 }, - 'minormodelagedisclosure' => { 335 => 'MinorModelAgeDisclosure' }, - 'minorversion' => { 404 => 'minor_version', 505 => 'MinorVersion' }, - 'minsamplevalue' => { 123 => 0x118 }, - 'mirrorlockup' => { 86 => 0xc, 87 => 0xc, 88 => 0x60f, 89 => 0xb, 90 => 0xc, 91 => 0x6, 92 => 0x6, 93 => 0xc, 94 => 0x3 }, - 'mobilecountrycode' => { 513 => 'mcc' }, - 'mobilenetworkcode' => { 513 => 'mnc' }, - 'moddate' => { 338 => 'modify-date', 530 => 'ModDate' }, - 'modedialposition' => { 443 => 0x14 }, - 'model' => { 102 => 0x6, 123 => 0x110, 160 => 'Model', 338 => 'Model', 354 => 0x110, 385 => 0x23f, 404 => 'model', 410 => ['@mod','CNMN','cmnm',"\xa9mdl","\xa9mod"], 427 => 0x84, 499 => 'Model', 532 => 'model', 539 => 'Model' }, - 'modelage' => { 528 => 'ModelAge' }, - 'modelid' => { 324 => 0x0 }, - 'modelingflash' => { 305 => '21.4', 306 => '31.1', 308 => '31.1', 309 => '31.1', 314 => '26.4', 315 => '30.2', 316 => '7.4', 317 => '30.1', 318 => '31.1', 319 => '31.1', 320 => '31.3', 321 => 0x5d, 322 => 0x5d, 323 => 0x5d }, - 'modelreleaseid' => { 335 => 'ModelReleaseID' }, - 'modelreleasestatus' => { 335 => 'ModelReleaseStatus' }, - 'modelreleaseyear' => { 474 => 0x52, 475 => 0x46, 476 => 0x53 }, - 'modeltiepoint' => { 123 => 0x8482 }, - 'modeltransform' => { 123 => 0x85d8 }, - 'modelyear' => { 532 => 'modelYear' }, - 'modificationdate' => { 533 => 'modificationDate' }, - 'modifiedcolortemp' => { 69 => 0x9 }, - 'modifieddigitalgain' => { 69 => 0xb }, - 'modifiedparamflag' => { 60 => 0x1 }, - 'modifiedpicturestyle' => { 69 => 0xa }, - 'modifiedsaturation' => { 325 => 0x504 }, - 'modifiedsensorbluelevel' => { 69 => 0x5 }, - 'modifiedsensorredlevel' => { 69 => 0x4 }, - 'modifiedsharpness' => { 69 => 0x2 }, - 'modifiedsharpnessfreq' => { 69 => 0x3 }, - 'modifiedtonecurve' => { 69 => 0x1 }, - 'modifiedwhitebalance' => { 69 => 0x8 }, - 'modifiedwhitebalanceblue' => { 69 => 0x7 }, - 'modifiedwhitebalancered' => { 69 => 0x6 }, - 'modifydate' => { 123 => 0x132, 161 => 'ModifyDate', 334 => 'ModDate', 336 => 'tIME', 401 => 'ModDate', 407 => 0x2, 541 => 'ModifyDate' }, - 'moirefilter' => { 123 => 0xfe58, 514 => 'MoireFilter', 516 => 'MoireFilter' }, - 'monitorbrightness' => { 245 => 0x69a, 246 => 0x6aa, 247 => 0x59a, 248 => 0x5ca, 249 => 0x5e2 }, - 'monitordisplayoff' => { 188 => 0x4c }, - 'monitormatrix' => { 142 => 0x8fc }, - 'monitorofftime' => { 305 => '18.2', 307 => '3.1', 316 => '3.1' }, - 'monochromecolor' => { 325 => 0x53b }, - 'monochromecontrast' => { 113 => 0x3c }, - 'monochromefiltereffect' => { 107 => 0x20307, 113 => 0x3a, 349 => 0xac, 385 => 0x73 }, - 'monochromegraineffect' => { 349 => 0xd2 }, - 'monochromelinear' => { 113 => 0x3d }, - 'monochromeoutputhighlightpoint' => { 113 => 0x41 }, - 'monochromeoutputshadowpoint' => { 113 => 0x42 }, - 'monochromeprofilesettings' => { 325 => 0x537 }, - 'monochromerawhighlight' => { 113 => 0x7a }, - 'monochromerawhighlightpoint' => { 113 => 0x3f }, - 'monochromerawshadow' => { 113 => 0x83 }, - 'monochromerawshadowpoint' => { 113 => 0x40 }, - 'monochromesharpness' => { 113 => 0x3e }, - 'monochrometoning' => { 385 => 0x74 }, - 'monochrometoningeffect' => { 107 => 0x20306, 113 => 0x3b }, - 'monochromeunsharpmaskfineness' => { 113 => 0xb2 }, - 'monochromeunsharpmaskstrength' => { 113 => 0xb0 }, - 'monochromeunsharpmaskthreshold' => { 113 => 0xb4 }, - 'monochromevignetting' => { 325 => 0x53a }, - 'monthdaycreated' => { 144 => 0x12, 153 => 0xe }, - 'mood' => { 183 => 'WM/Mood' }, - 'moonphase' => { 411 => 0x12, 412 => 0x43, 413 => 0x4c }, - 'morepermissions' => { 512 => 'morePermissions' }, - 'motionphoto' => { 496 => 'MotionPhoto' }, - 'motionphotopresentationtimestampus' => { 496 => 'MotionPhotoPresentationTimestampUs' }, - 'motionphotoversion' => { 496 => 'MotionPhotoVersion' }, - 'motionphotovideo' => { 405 => 'mpvd' }, - 'motionsensitivity' => { 411 => 0x29, 413 => 0x60 }, - 'movementcount' => { 402 => "\xa9mvc" }, - 'movementname' => { 402 => "\xa9mvn" }, - 'movementnumber' => { 402 => "\xa9mvi" }, - 'movieactived-lighting' => { 244 => 0x238, 245 => 0x334, 246 => 0x334, 247 => 0x2b8, 248 => 0x2e0, 249 => 0x2e0 }, - 'movieaelockbuttonassignment' => { 318 => '40.1' }, - 'movieaf-onbutton' => { 321 => 0xcb, 322 => 0xcb, 323 => 0xcb }, - 'movieafareamode' => { 245 => 0x342, 246 => 0x342, 247 => 0x2c6, 248 => 0x2ee, 249 => 0x2ee, 321 => 0x203, 322 => 0x203, 323 => 0x21b }, - 'movieafspeed' => { 321 => 0xdd, 322 => 0xdd, 323 => 0xdd }, - 'movieafspeedapply' => { 321 => 0xdf, 322 => 0xdf, 323 => 0xdf }, - 'movieaftrackingsensitivity' => { 321 => 0xe1, 322 => 0xe1, 323 => 0xe1 }, - 'movieaperturelock' => { 321 => 0x259, 322 => 0x259, 323 => 0x271 }, - 'movieautodistortioncontrol' => { 244 => 0x242 }, - 'moviediffractioncompensation' => { 244 => 0x241 }, - 'moviedxcropalert' => { 245 => 0x377, 246 => 0x377, 247 => 0x2fb, 248 => 0x323, 249 => 0x323 }, - 'movieelectronicvr' => { 245 => 0x348, 246 => 0x348, 247 => 0x2cc, 248 => 0x2f4, 249 => 0x2f4 }, - 'movieevfgrid' => { 321 => 0x21d, 322 => 0x21d, 323 => 0x235 }, - 'movieflickerreduction' => { 245 => 0x33c, 246 => 0x33c, 247 => 0x2c0, 248 => 0x2e8, 249 => 0x2e8 }, - 'moviefocusmode' => { 244 => 0x248, 245 => 0x340, 246 => 0x340, 247 => 0x2c4, 248 => 0x2ec, 249 => 0x2ec }, - 'moviefocuspointlock' => { 321 => 0x226, 322 => 0x226, 323 => 0x23e }, - 'movieframerate' => { 244 => 0x1f8, 245 => 0x374, 246 => 0x370, 247 => 0x2f4, 248 => 0x31c, 249 => 0x31c }, - 'movieframesize' => { 244 => 0x1f6, 245 => 0x372, 246 => 0x36e, 247 => 0x2f2, 248 => 0x31a, 249 => 0x31a }, - 'moviefunc1button' => { 308 => '41.1', 309 => '41.1', 319 => '41.1', 321 => 0xc3, 322 => 0xc3, 323 => 0xc3 }, - 'moviefunc2button' => { 321 => 0xc7, 322 => 0xc7, 323 => 0xc7 }, - 'moviefunc3button' => { 322 => 0x127, 323 => 0x13f }, - 'moviefunctionbutton' => { 306 => '41.1', 318 => '41.1' }, - 'moviefunctionbuttonplusdials' => { 306 => '52.1' }, - 'moviehighisonoisereduction' => { 244 => 0x23c, 245 => 0x336, 246 => 0x336, 247 => 0x2ba, 248 => 0x2e2, 249 => 0x2e2 }, - 'moviehighlightdisplaythreshold' => { 321 => 0x215, 322 => 0x215, 323 => 0x22d }, - 'moviehighreszoom' => { 245 => 0x380, 246 => 0x380, 248 => 0x32c, 249 => 0x32c }, - 'movieimagearea' => { 245 => 0x2da, 246 => 0x2da, 247 => 0x25c, 248 => 0x286, 249 => 0x286 }, - 'movieisoautocontrolmanualmode' => { 245 => 0x2e8, 246 => 0x2e8, 247 => 0x26a, 248 => 0x294, 249 => 0x294 }, - 'movieisoautohilimit' => { 245 => 0x2e6, 246 => 0x2e6, 247 => 0x268, 248 => 0x292, 249 => 0x292 }, - 'movieisoautomanualmode' => { 244 => 0x204, 245 => 0x2ea, 246 => 0x2ea, 247 => 0x26c, 248 => 0x296, 249 => 0x296 }, - 'movielenscontrolring' => { 321 => 0xd7, 322 => 0xd7, 323 => 0xd7 }, - 'moviemeteringmode' => { 245 => 0x33e, 246 => 0x33e, 247 => 0x2c2, 248 => 0x2ea, 249 => 0x2ea }, - 'moviemidtonedisplayrange' => { 321 => 0x219, 322 => 0x219, 323 => 0x231 }, - 'moviemidtonedisplayvalue' => { 321 => 0x217, 322 => 0x217, 323 => 0x22f }, - 'moviemultiselector' => { 321 => 0xd9, 322 => 0xcf, 323 => 0xcf }, - 'moviepreviewbutton' => { 306 => '41.2', 308 => '41.2', 309 => '41.2', 318 => '41.2', 319 => '41.2' }, - 'moviepreviewbuttonplusdials' => { 306 => '52.2' }, - 'movierecordbuttonplaybackmode' => { 321 => 0x1b5, 322 => 0x1b5, 323 => 0x1cd }, - 'movieshutterbutton' => { 306 => '38.3', 308 => '38.3', 309 => '38.3', 318 => '38.3', 319 => '38.3' }, - 'movieshutterspeedlock' => { 321 => 0x225, 322 => 0x225, 323 => 0x23d }, - 'movieslowmotion' => { 244 => 0x1fa }, - 'moviesoundrecording' => { 245 => 0x34a, 246 => 0x34a, 247 => 0x2ce, 248 => 0x2f6, 249 => 0x2f6 }, - 'moviesubjectdetection' => { 245 => 0x378, 246 => 0x378, 247 => 0x2fc, 248 => 0x324, 249 => 0x324 }, - 'moviesubselectorassignment' => { 306 => '48.2' }, - 'moviesubselectorassignmentplusdials' => { 306 => '53.1' }, - 'movietonemap' => { 247 => 0x2ec, 248 => 0x314, 249 => 0x314 }, - 'movietype' => { 229 => 0x2ca, 244 => 0x1fe, 245 => 0x2e4, 246 => 0x2e4, 247 => 0x266, 248 => 0x290, 249 => 0x290 }, - 'movievibrationreduction' => { 244 => 0x24e }, - 'movievibrationreductionsameasphoto' => { 244 => 0x24f }, - 'movievignettecontrol' => { 244 => 0x23e, 245 => 0x1b0, 246 => 0x1b0, 247 => 0x1a0, 248 => 0x1b4, 249 => 0x1b4 }, - 'movievignettecontrolsameasphoto' => { 244 => 0x240 }, - 'movievrmode' => { 245 => 0x344, 246 => 0x344, 247 => 0x2c8, 248 => 0x2f0, 249 => 0x2f0 }, - 'moviezebrapattern' => { 321 => 0x213, 322 => 0x213, 323 => 0x22b }, - 'multiburstimageheight' => { 451 => 0x1002 }, - 'multiburstimagewidth' => { 451 => 0x1001 }, - 'multiburstmode' => { 451 => 0x1000 }, - 'multicontrollerwhilemetering' => { 88 => 0x517 }, - 'multiexposure' => { 71 => 0x1, 349 => 0xb4 }, - 'multiexposureautogain' => { 251 => 0x3 }, - 'multiexposurecontrol' => { 71 => 0x2 }, - 'multiexposuremode' => { 251 => 0x1, 252 => 0x1 }, - 'multiexposureoverlaymode' => { 252 => 0x3 }, - 'multiexposureshots' => { 71 => 0x3, 245 => 0x9a, 246 => 0x9a, 247 => 0x8e, 248 => 0x9c, 249 => 0x9c, 251 => 0x2, 252 => 0x2 }, - 'multiframenoisereduction' => { 439 => 0x35, 451 => 0x200b, 456 => 0x15 }, - 'multiframenreffect' => { 451 => 0x2023 }, - 'multifunctionlock' => { 88 => 0x70f }, - 'multipleexposuremode' => { 245 => 0x98, 246 => 0x98, 247 => 0x8c, 248 => 0x9a, 249 => 0x9a, 329 => 0x101c }, - 'multipleexposureset' => { 365 => '10.1' }, - 'multisample' => { 264 => 0x40 }, - 'multiselector' => { 305 => '9.4', 306 => '10.3', 308 => '10.3', 309 => '10.3', 314 => '27.4', 318 => '10.3', 319 => '10.3' }, - 'multiselectorliveview' => { 305 => '4.3', 308 => '37.1', 309 => '37.1', 318 => '37.1', 319 => '37.1' }, - 'multiselectorliveviewmode' => { 278 => 0x18c2 }, - 'multiselectorplaybackmode' => { 305 => ['13.5','9.2'], 306 => '10.2', 309 => '10.2', 314 => '27.2', 318 => '10.2', 319 => '10.2', 321 => 0xb3, 322 => 0xb3, 323 => 0xb3 }, - 'multiselectorshootmode' => { 305 => '9.1', 306 => '10.1', 308 => '10.1', 309 => '10.1', 314 => '27.1', 318 => '10.1', 319 => '10.1', 321 => 0xaf, 322 => 0xaf, 323 => 0xaf }, - 'multishot' => { 354 => 0x121 }, - 'mute' => { 404 => 'player.movie.audio.mute' }, - 'mycolormode' => { 72 => 0x2 }, - 'name' => { 410 => 'name', 514 => 'Name', 516 => 'Name' }, - 'narrator' => { 402 => "\xa9nrt" }, - 'nationalcatalognumber' => { 533 => 'nationalCatalogNumber' }, - 'nativedigest' => { 520 => 'NativeDigest', 539 => 'NativeDigest' }, - 'ndfilter' => { 80 => 0x1c, 325 => 0x204, 417 => 0x1019 }, - 'near' => { 499 => 'Near' }, - 'nefbitdepth' => { 240 => 0xe22 }, - 'nefcompression' => { 240 => 0x93, 241 => 0xa }, - 'neflinearizationtable' => { 240 => 0x96 }, - 'negativecachelargepreviewsize' => { 514 => 'NegativeCacheLargePreviewSize', 516 => 'NegativeCacheLargePreviewSize' }, - 'negativecachemaximumsize' => { 514 => 'NegativeCacheMaximumSize', 516 => 'NegativeCacheMaximumSize' }, - 'negativecachepath' => { 514 => 'NegativeCachePath', 516 => 'NegativeCachePath' }, - 'neutraldensityfactor' => { 511 => 'NeutralDensityFactor' }, - 'neutraldensityfilter' => { 385 => 0x88 }, - 'neutraloutputhighlightpoint' => { 113 => 0x2f }, - 'neutraloutputshadowpoint' => { 113 => 0x30 }, - 'neutralrawcolortone' => { 113 => 0x28 }, - 'neutralrawcontrast' => { 113 => 0x2a }, - 'neutralrawhighlight' => { 113 => 0x78 }, - 'neutralrawhighlightpoint' => { 113 => 0x2d }, - 'neutralrawlinear' => { 113 => 0x2b }, - 'neutralrawsaturation' => { 113 => 0x29 }, - 'neutralrawshadow' => { 113 => 0x81 }, - 'neutralrawshadowpoint' => { 113 => 0x2e }, - 'neutralrawsharpness' => { 113 => 0x2c }, - 'neutralunsharpmaskfineness' => { 113 => 0xa6 }, - 'neutralunsharpmaskthreshold' => { 113 => 0xa8 }, - 'neutraunsharpmaskstrength' => { 113 => 0xa4 }, - 'newlensdata' => { 238 => 0x2f }, - 'newrawimagedigest' => { 123 => 0xc7a7 }, - 'newsphotoversion' => { 137 => 0x0 }, - 'nickname' => { 541 => 'Nickname' }, - 'nikoncapturedata' => { 240 => 0xe01 }, - 'nikoncaptureeditversions' => { 240 => 0xe13 }, - 'nikoncaptureoffsets' => { 240 => 0xe0e }, - 'nikoncaptureoutput' => { 240 => 0xe1e }, - 'nikoncaptureversion' => { 240 => 0xe09 }, - 'nikoniccprofile' => { 240 => 0xe1d }, - 'nikonimagesize' => { 275 => '723.1', 276 => '732.1', 284 => 0x2c4 }, - 'nikonmeteringmode' => { 203 => 0x17, 244 => 0x146, 255 => 0x214 }, - 'nikonsettings' => { 240 => 0x4e }, - 'noisefilter' => { 325 => 0x527 }, - 'noiseprofile' => { 123 => 0xc761 }, - 'noisereduction' => { 131 => [0x100b,0x100e], 186 => 0xb0, 187 => 0x60, 188 => 0x3f, 240 => 0x95, 298 => 0x753dcbc0, 299 => 0x17, 325 => 0x50a, 330 => 0x103a, 349 => 0x2d, 385 => 0x49, 417 => 0x100f, 419 => 0x2a }, - 'noisereduction2' => { 329 => 0x1010 }, - 'noisereductionapplied' => { 123 => 0xc6f7 }, - 'noisereductionintensity' => { 299 => 0x9 }, - 'noisereductionmethod' => { 299 => 0x11 }, - 'noisereductionmode' => { 488 => 0x801e }, - 'noisereductionparametersatcapture' => { 142 => 0xe73 }, - 'noisereductionparameterscamera' => { 142 => 0xe72 }, - 'noisereductionparametershost3mp' => { 142 => 0xe71 }, - 'noisereductionparametershost6mp' => { 142 => 0xe70 }, - 'noisereductionparametershostrgb' => { 142 => 0xe6f }, - 'noisereductionparameterskhufu3mp' => { 142 => 0xe65 }, - 'noisereductionparameterskhufu6mp' => { 142 => 0xe64 }, - 'noisereductionparameterskhufurgb' => { 142 => 0xe63 }, - 'noisereductionparams' => { 354 => 0x1b }, - 'noisereductionsharpness' => { 299 => 0xd }, - 'noisereductionstrength' => { 349 => 0xd6 }, - 'noisereductionvalue' => { 488 => 0x8027 }, - 'nomemorycard' => { 305 => '22.1', 306 => '4.2', 307 => '0.3', 310 => '2.4', 311 => '3.2', 312 => '3.2', 314 => '33.7', 315 => '3.2', 316 => '0.3', 318 => '4.2', 320 => '4.5' }, - 'nominalmaxaperture' => { 375 => 0xa }, - 'nominalminaperture' => { 375 => '10.1' }, - 'noncpulens10focallength' => { 245 => 0x6c6, 246 => 0x6d6, 249 => 0x620 }, - 'noncpulens10maxaperture' => { 245 => 0x6ee, 246 => 0x738, 249 => 0x670 }, - 'noncpulens11focallength' => { 245 => 0x6c8, 246 => 0x6d8, 249 => 0x624 }, - 'noncpulens11maxaperture' => { 245 => 0x6f0, 246 => 0x73c, 249 => 0x674 }, - 'noncpulens12focallength' => { 245 => 0x6ca, 246 => 0x6da, 249 => 0x628 }, - 'noncpulens12maxaperture' => { 245 => 0x6f2, 246 => 0x740, 249 => 0x678 }, - 'noncpulens13focallength' => { 245 => 0x6cc, 246 => 0x6dc, 249 => 0x62c }, - 'noncpulens13maxaperture' => { 245 => 0x6f4, 246 => 0x744, 249 => 0x67c }, - 'noncpulens14focallength' => { 245 => 0x6ce, 246 => 0x6de, 249 => 0x630 }, - 'noncpulens14maxaperture' => { 245 => 0x6f6, 246 => 0x748, 249 => 0x680 }, - 'noncpulens15focallength' => { 245 => 0x6d0, 246 => 0x6e0, 249 => 0x634 }, - 'noncpulens15maxaperture' => { 245 => 0x6f8, 246 => 0x74c, 249 => 0x684 }, - 'noncpulens16focallength' => { 245 => 0x6d2, 246 => 0x6e2, 249 => 0x638 }, - 'noncpulens16maxaperture' => { 245 => 0x6fa, 246 => 0x750, 249 => 0x688 }, - 'noncpulens17focallength' => { 245 => 0x6d4, 246 => 0x6e4, 249 => 0x63c }, - 'noncpulens17maxaperture' => { 245 => 0x6fc, 246 => 0x754, 249 => 0x68c }, - 'noncpulens18focallength' => { 245 => 0x6d6, 246 => 0x6e6, 249 => 0x640 }, - 'noncpulens18maxaperture' => { 245 => 0x6fe, 246 => 0x758, 249 => 0x690 }, - 'noncpulens19focallength' => { 245 => 0x6d8, 246 => 0x6e8, 249 => 0x644 }, - 'noncpulens19maxaperture' => { 245 => 0x700, 246 => 0x75c, 249 => 0x694 }, - 'noncpulens1focallength' => { 245 => 0x6b4, 246 => 0x6c4, 249 => 0x5fc }, - 'noncpulens1maxaperture' => { 245 => 0x6dc, 246 => 0x714, 249 => 0x64c }, - 'noncpulens20focallength' => { 245 => 0x6da, 246 => 0x6ea, 249 => 0x648 }, - 'noncpulens20maxaperture' => { 245 => 0x702, 246 => 0x760, 249 => 0x698 }, - 'noncpulens2focallength' => { 245 => 0x6b6, 246 => 0x6c6, 249 => 0x600 }, - 'noncpulens2maxaperture' => { 245 => 0x6de, 246 => 0x718, 249 => 0x650 }, - 'noncpulens3focallength' => { 245 => 0x6b8, 246 => 0x6c8, 249 => 0x604 }, - 'noncpulens3maxaperture' => { 245 => 0x6e0, 246 => 0x71c, 249 => 0x654 }, - 'noncpulens4focallength' => { 245 => 0x6ba, 246 => 0x6ca, 249 => 0x608 }, - 'noncpulens4maxaperture' => { 245 => 0x6e2, 249 => 0x658 }, - 'noncpulens5focallength' => { 245 => 0x6bc, 246 => 0x6cc, 249 => 0x60c }, - 'noncpulens5maxaperture' => { 245 => 0x6e4, 246 => 0x724, 249 => 0x65c }, - 'noncpulens6focallength' => { 245 => 0x6be, 246 => 0x6ce, 249 => 0x610 }, - 'noncpulens6maxaperture' => { 245 => 0x6e6, 246 => 0x728, 249 => 0x660 }, - 'noncpulens7focallength' => { 245 => 0x6c0, 246 => 0x6d0, 249 => 0x614 }, - 'noncpulens7maxaperture' => { 245 => 0x6e8, 246 => 0x72c, 249 => 0x664 }, - 'noncpulens8focallength' => { 245 => 0x6c2, 246 => 0x6d2, 249 => 0x618 }, - 'noncpulens8maxaperture' => { 245 => 0x6ea, 246 => 0x730, 249 => 0x668 }, - 'noncpulens9focallength' => { 245 => 0x6c4, 246 => 0x6d4, 249 => 0x61c }, - 'noncpulens9maxaperture' => { 245 => 0x6ec, 246 => 0x734, 249 => 0x66c }, - 'normalizedcropcorners' => { 339 => 'NormalizedCropCorners' }, - 'normallinetime' => { 142 => 0x186a }, - 'normalwhitelevel' => { 43 => 0x32a, 44 => 0x280, 47 => [0x2b8,0x2cf,0x2d3], 48 => 0x569, 49 => 0x1e3, 50 => [0x1fc,0x2dc], 51 => [0x230,0x30e], 52 => 0x31c }, - 'notes' => { 490 => 'Notes', 509 => 'notes' }, - 'npages' => { 548 => 'NPages' }, - 'nullrecord' => { 101 => 0x0 }, - 'numafpoints' => { 361 => 0x2 }, - 'number' => { 533 => 'number' }, - 'numberofbeats' => { 543 => 'numberOfBeats' }, - 'numberoffocuspoints' => { 308 => '1.3', 309 => '1.3', 312 => '0.2', 313 => '0.3', 315 => '0.3' }, - 'numfaceelements' => { 131 => 0x4200 }, - 'numfacepositions' => { 341 => 0x0 }, - 'numindexentries' => { 137 => 0x54 }, - 'numwbentries' => { 355 => 0x0, 356 => 0x0 }, - 'object' => { 533 => 'object' }, - 'objectattributereference' => { 135 => 0x4 }, - 'objectcycle' => { 135 => 0x4b, 509 => 'ObjectCycle' }, - 'objectdescription' => { 532 => 'objectDescription' }, - 'objectdistance' => { 116 => 0x6, 117 => 0x2022 }, - 'objectname' => { 135 => 0x5 }, - 'objectpreviewdata' => { 135 => 0xca }, - 'objectpreviewfileformat' => { 135 => 0xc8 }, - 'objectpreviewfileversion' => { 135 => 0xc9 }, - 'objectsubtype' => { 532 => 'objectSubtype' }, - 'objecttype' => { 532 => 'objectType' }, - 'objecttypereference' => { 135 => 0x3 }, - 'occurrence' => { 122 => 'Occurrence' }, - 'occurrenceassociatedmedia' => { 122 => [\'Occurrence','OccurrenceAssociatedMedia'] }, - 'occurrenceassociatedoccurrences' => { 122 => [\'Occurrence','OccurrenceAssociatedOccurrences'] }, - 'occurrenceassociatedreferences' => { 122 => [\'Occurrence','OccurrenceAssociatedReferences'] }, - 'occurrenceassociatedsequences' => { 122 => [\'Occurrence','OccurrenceAssociatedSequences'] }, - 'occurrenceassociatedtaxa' => { 122 => [\'Occurrence','OccurrenceAssociatedTaxa'] }, - 'occurrencebehavior' => { 122 => [\'Occurrence','OccurrenceBehavior'] }, - 'occurrencecatalognumber' => { 122 => [\'Occurrence','OccurrenceCatalogNumber'] }, - 'occurrencedegreeofestablishment' => { 122 => [\'Occurrence','OccurrenceDegreeOfEstablishment'] }, - 'occurrencedetails' => { 122 => [\'Occurrence','OccurrenceOccurrenceDetails'] }, - 'occurrencedisposition' => { 122 => [\'Occurrence','OccurrenceDisposition'] }, - 'occurrenceestablishmentmeans' => { 122 => [\'Occurrence','OccurrenceEstablishmentMeans'] }, - 'occurrencegeoreferenceverificationstatus' => { 122 => [\'Occurrence','OccurrenceGeoreferenceVerificationStatus'] }, - 'occurrenceid' => { 122 => [\'Occurrence','OccurrenceOccurrenceID'] }, - 'occurrenceindividualcount' => { 122 => [\'Occurrence','OccurrenceIndividualCount'] }, - 'occurrenceindividualid' => { 122 => [\'Occurrence','OccurrenceIndividualID'] }, - 'occurrencelifestage' => { 122 => [\'Occurrence','OccurrenceLifeStage'] }, - 'occurrenceorganismquantity' => { 122 => [\'Occurrence','OccurrenceOrganismQuantity'] }, - 'occurrenceorganismquantitytype' => { 122 => [\'Occurrence','OccurrenceOrganismQuantityType'] }, - 'occurrenceothercatalognumbers' => { 122 => [\'Occurrence','OccurrenceOtherCatalogNumbers'] }, - 'occurrencepathway' => { 122 => [\'Occurrence','OccurrencePathway'] }, - 'occurrencepreparations' => { 122 => [\'Occurrence','OccurrencePreparations'] }, - 'occurrencepreviousidentifications' => { 122 => [\'Occurrence','OccurrencePreviousIdentifications'] }, - 'occurrencerecordedby' => { 122 => [\'Occurrence','OccurrenceRecordedBy'] }, - 'occurrencerecordedbyid' => { 122 => [\'Occurrence','OccurrenceRecordedByID'] }, - 'occurrencerecordnumber' => { 122 => [\'Occurrence','OccurrenceRecordNumber'] }, - 'occurrenceremarks' => { 122 => [\'Occurrence','OccurrenceOccurrenceRemarks'] }, - 'occurrencereproductivecondition' => { 122 => [\'Occurrence','OccurrenceReproductiveCondition'] }, - 'occurrencesex' => { 122 => [\'Occurrence','OccurrenceSex'] }, - 'occurrencestatus' => { 122 => [\'Occurrence','OccurrenceOccurrenceStatus'] }, - 'oecfcolumns' => { 520 => [\'OECF','OECFColumns'] }, - 'oecfnames' => { 520 => [\'OECF','OECFNames'] }, - 'oecfrows' => { 520 => [\'OECF','OECFRows'] }, - 'oecfvalues' => { 520 => [\'OECF','OECFValues'] }, - 'offsaledate' => { 533 => 'offSaleDate' }, - 'offsaledatea-platform' => { 533 => [\'offSaleDate','offSaleDateA-platform'] }, - 'offsaledatedate' => { 533 => [\'offSaleDate','offSaleDateDate'] }, - 'offsetdacvalue' => { 142 => 0x190a }, - 'offsethdr' => { 525 => 'OffsetHDR' }, - 'offsetschema' => { 123 => 0xea1d }, - 'offsetsdr' => { 525 => 'OffsetSDR' }, - 'offsettime' => { 123 => 0x9010 }, - 'offsettimedigitized' => { 123 => 0x9012 }, - 'offsettimeoriginal' => { 123 => 0x9011 }, + 'measuredlv' => { 192 => 0x690, 345 => 0x312, 348 => 0x312, 349 => 0x312, 352 => 0x3407 }, + 'measuredrggb' => { 69 => 0x1 }, + 'measuredrggbdata' => { 47 => 0x287 }, + 'measurementaccuracy' => { 123 => [\'MeasurementOrFact','MeasurementOrFactMeasurementAccuracy'] }, + 'measurementdeterminedby' => { 123 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedBy'] }, + 'measurementdetermineddate' => { 123 => [\'MeasurementOrFact','MeasurementOrFactMeasurementDeterminedDate'] }, + 'measurementid' => { 123 => [\'MeasurementOrFact','MeasurementOrFactMeasurementID'] }, + 'measurementmethod' => { 123 => [\'MeasurementOrFact','MeasurementOrFactMeasurementMethod'] }, + 'measurementorfact' => { 123 => 'MeasurementOrFact' }, + 'measurementremarks' => { 123 => [\'MeasurementOrFact','MeasurementOrFactMeasurementRemarks'] }, + 'measurementtype' => { 123 => [\'MeasurementOrFact','MeasurementOrFactMeasurementType'] }, + 'measurementunit' => { 123 => [\'MeasurementOrFact','MeasurementOrFactMeasurementUnit'] }, + 'measurementvalue' => { 123 => [\'MeasurementOrFact','MeasurementOrFactMeasurementValue'] }, + 'measuretype' => { 500 => 'MeasureType' }, + 'mechanicalshuttercount' => { 241 => 0x37 }, + 'mediaclassprimaryid' => { 184 => 'WM/MediaClassPrimaryID' }, + 'mediaclasssecondaryid' => { 184 => 'WM/MediaClassSecondaryID' }, + 'mediaconstraints' => { 336 => 'MediaConstraints' }, + 'mediacreatedate' => { 407 => 0x1 }, + 'mediaeventiddate' => { 505 => 'MediaEventIdDate' }, + 'mediamodifydate' => { 407 => 0x2 }, + 'mediasummarycode' => { 336 => 'MediaSummaryCode' }, + 'mediatype' => { 403 => 'stik' }, + 'memoaudioquality' => { 89 => 0x812 }, + 'memorycardconfiguration' => { 444 => 0x16 }, + 'memorycardnumber' => { 218 => 0x2 }, + 'menubuttondisplayposition' => { 87 => 0xb, 90 => 0xa, 91 => 0xb, 94 => 0xb }, + 'menubuttonreturn' => { 95 => 0xb }, + 'menumonitorofftime' => { 306 => '26.1', 307 => '22.1', 309 => '22.1', 310 => '22.1', 314 => '21.1', 315 => '8.2', 316 => '21.1', 319 => '22.1', 320 => '22.1', 321 => '22.1', 322 => 0x35, 323 => 0x35, 324 => 0x35 }, + 'mergedimages' => { 350 => 0x76 }, + 'metadataauthority' => { 529 => 'metadataAuthority' }, + 'metadataauthorityidentifier' => { 529 => [\'metadataAuthority','metadataAuthorityIdentifier'] }, + 'metadataauthorityname' => { 529 => [\'metadataAuthority','metadataAuthorityName'] }, + 'metadatadate' => { 542 => 'MetadataDate' }, + 'metadataeditingsoftware' => { 124 => 0xa43c }, + 'metadatalastedited' => { 529 => 'metadataLastEdited' }, + 'metadatalasteditor' => { 529 => 'metadataLastEditor' }, + 'metadatalasteditoridentifier' => { 529 => [\'metadataLastEditor','metadataLastEditorIdentifier'] }, + 'metadatalasteditorname' => { 529 => [\'metadataLastEditor','metadataLastEditorName'] }, + 'metadatamoddate' => { 544 => 'metadataModDate' }, + 'metaversion' => { 460 => 0x34 }, + 'meterinfo1row1' => { 453 => 0x0, 454 => 0x0 }, + 'meterinfo1row2' => { 453 => 0x6c, 454 => 0x5a }, + 'meterinfo1row3' => { 453 => 0xd8, 454 => 0xb4 }, + 'meterinfo1row4' => { 453 => 0x144, 454 => 0x10e }, + 'meterinfo1row5' => { 453 => 0x1b0, 454 => 0x168 }, + 'meterinfo1row6' => { 453 => 0x21c, 454 => 0x1c2 }, + 'meterinfo1row7' => { 453 => 0x288, 454 => 0x21c }, + 'meterinfo2row1' => { 453 => 0x2f4, 454 => 0x276 }, + 'meterinfo2row2' => { 453 => 0x378, 454 => 0x2e4 }, + 'meterinfo2row3' => { 453 => 0x3fc, 454 => 0x352 }, + 'meterinfo2row4' => { 453 => 0x480, 454 => 0x3c0 }, + 'meterinfo2row5' => { 453 => 0x504, 454 => 0x42e }, + 'meterinfo2row6' => { 453 => 0x588, 454 => 0x49c }, + 'meterinfo2row7' => { 453 => 0x60c, 454 => 0x50a }, + 'meterinfo2row8' => { 453 => 0x690, 454 => 0x578 }, + 'meterinfo2row9' => { 453 => 0x714, 454 => 0x5e6 }, + 'metering' => { 308 => '6.1' }, + 'meteringmode' => { 36 => 0x11, 124 => 0x9207, 145 => 0x1c, 186 => 0x7, 187 => 0x25, 189 => 0x12, 326 => 0x202, 386 => 0x17, 428 => 0x9, 438 => 0x15, 439 => 0x13, 440 => 0x7, 457 => 0x3, 461 => 0x1174, 462 => 0x1178, 463 => 0x1154, 464 => 0x11d0, 465 => 0x11ac, 466 => 0x1064, 467 => 0x25c, 468 => 0x25c, 469 => 0x24b, 521 => 'MeteringMode' }, + 'meteringmode2' => { 366 => '2.1', 452 => 0x202c }, + 'meteringmode3' => { 366 => '16.1' }, + 'meteringoffscaleindicator' => { 189 => 0x53 }, + 'meteringtime' => { 306 => '22.2', 308 => '3.2', 311 => '17.1', 312 => '18.1', 315 => '7.3', 316 => '18.1', 317 => '3.2', 321 => '19.1' }, + 'micro1version' => { 413 => 0x1f }, + 'micro2version' => { 413 => 0x2d }, + 'microphoneattenuator' => { 246 => 0x34e, 247 => 0x34e, 248 => 0x2d2, 249 => 0x2fa, 250 => 0x2fa }, + 'microphonefrequencyresponse' => { 246 => 0x350, 247 => 0x350, 248 => 0x2d4, 249 => 0x2fc, 250 => 0x2fc }, + 'microphonejackpower' => { 246 => 0x376, 247 => 0x376, 248 => 0x2fa, 249 => 0x322, 250 => 0x322 }, + 'microphonesensitivity' => { 246 => 0x34c, 247 => 0x34c, 248 => 0x2d0, 249 => 0x2f8, 250 => 0x2f8 }, + 'microvideo' => { 497 => 'MicroVideo' }, + 'microvideooffset' => { 497 => 'MicroVideoOffset' }, + 'microvideopresentationtimestampus' => { 497 => 'MicroVideoPresentationTimestampUs' }, + 'microvideoversion' => { 497 => 'MicroVideoVersion' }, + 'midrangesharpness' => { 259 => 0x3b }, + 'mieversion' => { 169 => '0Vers' }, + 'mime' => { 500 => 'Mime' }, + 'minaperture' => { 36 => 0x1b, 143 => 0x3f8, 168 => 'MinAperture', 376 => '0.2' }, + 'minaperturevalue' => { 395 => 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, 36 => 0x18, 132 => 0x1404, 168 => 'MinFocalLength', 233 => 0x8, 234 => 0xd, 235 => 0xe, 239 => 0xf, 327 => 0x207, 465 => 0x127a, 466 => 0x1136, 467 => 0x32e, 468 => 0x32e, 469 => 0x30c }, + 'minfocallength2' => { 65 => 0x8 }, + 'minfocusdistance' => { 376 => 0x3 }, + 'minimumiso' => { 350 => 0xe8 }, + 'minintegrationrows' => { 143 => 0x1874 }, + 'minoltadate' => { 186 => 0x15 }, + 'minoltaimagesize' => { 186 => 0x4, 187 => 0xc, 188 => 0x2, 191 => 0x103 }, + 'minoltamodelid' => { 186 => 0x25 }, + 'minoltaquality' => { 186 => 0x5, 187 => 0xd, 188 => 0x3, 191 => [0x102,0x103] }, + 'minoltatime' => { 186 => 0x16 }, + 'minormodelagedisclosure' => { 336 => 'MinorModelAgeDisclosure' }, + 'minorversion' => { 405 => 'minor_version', 506 => 'MinorVersion' }, + 'minsamplevalue' => { 124 => 0x118 }, + 'mirrorlockup' => { 87 => 0xc, 88 => 0xc, 89 => 0x60f, 90 => 0xb, 91 => 0xc, 92 => 0x6, 93 => 0x6, 94 => 0xc, 95 => 0x3 }, + 'mobilecountrycode' => { 514 => 'mcc' }, + 'mobilenetworkcode' => { 514 => 'mnc' }, + 'moddate' => { 339 => 'modify-date', 531 => 'ModDate' }, + 'modedialposition' => { 444 => 0x14 }, + 'model' => { 103 => 0x6, 124 => 0x110, 161 => 'Model', 339 => 'Model', 355 => 0x110, 386 => 0x23f, 405 => 'model', 411 => ['@mod','CNMN','cmnm',"\xa9mdl","\xa9mod"], 428 => 0x84, 500 => 'Model', 533 => 'model', 540 => 'Model' }, + 'modelage' => { 529 => 'ModelAge' }, + 'modelid' => { 325 => 0x0 }, + 'modelingflash' => { 306 => '21.4', 307 => '31.1', 309 => '31.1', 310 => '31.1', 315 => '26.4', 316 => '30.2', 317 => '7.4', 318 => '30.1', 319 => '31.1', 320 => '31.1', 321 => '31.3', 322 => 0x5d, 323 => 0x5d, 324 => 0x5d }, + 'modelreleaseid' => { 336 => 'ModelReleaseID' }, + 'modelreleasestatus' => { 336 => 'ModelReleaseStatus' }, + 'modelreleaseyear' => { 475 => 0x52, 476 => 0x46, 477 => 0x53 }, + 'modeltiepoint' => { 124 => 0x8482 }, + 'modeltransform' => { 124 => 0x85d8 }, + 'modelyear' => { 533 => 'modelYear' }, + 'modificationdate' => { 534 => 'modificationDate' }, + 'modifiedcolortemp' => { 70 => 0x9 }, + 'modifieddigitalgain' => { 70 => 0xb }, + 'modifiedparamflag' => { 61 => 0x1 }, + 'modifiedpicturestyle' => { 70 => 0xa }, + 'modifiedsaturation' => { 326 => 0x504 }, + 'modifiedsensorbluelevel' => { 70 => 0x5 }, + 'modifiedsensorredlevel' => { 70 => 0x4 }, + 'modifiedsharpness' => { 70 => 0x2 }, + 'modifiedsharpnessfreq' => { 70 => 0x3 }, + 'modifiedtonecurve' => { 70 => 0x1 }, + 'modifiedwhitebalance' => { 70 => 0x8 }, + 'modifiedwhitebalanceblue' => { 70 => 0x7 }, + 'modifiedwhitebalancered' => { 70 => 0x6 }, + 'modifydate' => { 124 => 0x132, 162 => 'ModifyDate', 335 => 'ModDate', 337 => 'tIME', 402 => 'ModDate', 408 => 0x2, 542 => 'ModifyDate' }, + 'moirefilter' => { 124 => 0xfe58, 515 => 'MoireFilter', 517 => 'MoireFilter' }, + 'monitorbrightness' => { 246 => 0x69a, 247 => 0x6aa, 248 => 0x59a, 249 => 0x5ca, 250 => 0x5e2 }, + 'monitordisplayoff' => { 189 => 0x4c }, + 'monitormatrix' => { 143 => 0x8fc }, + 'monitorofftime' => { 306 => '18.2', 308 => '3.1', 317 => '3.1' }, + 'monochromecolor' => { 326 => 0x53b }, + 'monochromecontrast' => { 114 => 0x3c }, + 'monochromefiltereffect' => { 108 => 0x20307, 114 => 0x3a, 350 => 0xac, 386 => 0x73 }, + 'monochromegraineffect' => { 350 => 0xd2 }, + 'monochromelinear' => { 114 => 0x3d }, + 'monochromeoutputhighlightpoint' => { 114 => 0x41 }, + 'monochromeoutputshadowpoint' => { 114 => 0x42 }, + 'monochromeprofilesettings' => { 326 => 0x537 }, + 'monochromerawhighlight' => { 114 => 0x7a }, + 'monochromerawhighlightpoint' => { 114 => 0x3f }, + 'monochromerawshadow' => { 114 => 0x83 }, + 'monochromerawshadowpoint' => { 114 => 0x40 }, + 'monochromesharpness' => { 114 => 0x3e }, + 'monochrometoning' => { 386 => 0x74 }, + 'monochrometoningeffect' => { 108 => 0x20306, 114 => 0x3b }, + 'monochromeunsharpmaskfineness' => { 114 => 0xb2 }, + 'monochromeunsharpmaskstrength' => { 114 => 0xb0 }, + 'monochromeunsharpmaskthreshold' => { 114 => 0xb4 }, + 'monochromevignetting' => { 326 => 0x53a }, + 'monthdaycreated' => { 145 => 0x12, 154 => 0xe }, + 'mood' => { 184 => 'WM/Mood' }, + 'moonphase' => { 412 => 0x12, 413 => 0x43, 414 => 0x4c }, + 'morepermissions' => { 513 => 'morePermissions' }, + 'motionphoto' => { 497 => 'MotionPhoto' }, + 'motionphotopresentationtimestampus' => { 497 => 'MotionPhotoPresentationTimestampUs' }, + 'motionphotoversion' => { 497 => 'MotionPhotoVersion' }, + 'motionphotovideo' => { 406 => 'mpvd' }, + 'motionsensitivity' => { 412 => 0x29, 414 => 0x60 }, + 'movementcount' => { 403 => "\xa9mvc" }, + 'movementname' => { 403 => "\xa9mvn" }, + 'movementnumber' => { 403 => "\xa9mvi" }, + 'movieactived-lighting' => { 245 => 0x238, 246 => 0x334, 247 => 0x334, 248 => 0x2b8, 249 => 0x2e0, 250 => 0x2e0 }, + 'movieaelockbuttonassignment' => { 319 => '40.1' }, + 'movieaf-onbutton' => { 322 => 0xcb, 323 => 0xcb, 324 => 0xcb }, + 'movieafareamode' => { 246 => 0x342, 247 => 0x342, 248 => 0x2c6, 249 => 0x2ee, 250 => 0x2ee, 322 => 0x203, 323 => 0x203, 324 => 0x21b }, + 'movieafspeed' => { 322 => 0xdd, 323 => 0xdd, 324 => 0xdd }, + 'movieafspeedapply' => { 322 => 0xdf, 323 => 0xdf, 324 => 0xdf }, + 'movieaftrackingsensitivity' => { 322 => 0xe1, 323 => 0xe1, 324 => 0xe1 }, + 'movieaperturelock' => { 322 => 0x259, 323 => 0x259, 324 => 0x271 }, + 'movieautodistortioncontrol' => { 245 => 0x242 }, + 'moviediffractioncompensation' => { 245 => 0x241 }, + 'moviedxcropalert' => { 246 => 0x377, 247 => 0x377, 248 => 0x2fb, 249 => 0x323, 250 => 0x323 }, + 'movieelectronicvr' => { 246 => 0x348, 247 => 0x348, 248 => 0x2cc, 249 => 0x2f4, 250 => 0x2f4 }, + 'movieevfgrid' => { 322 => 0x21d, 323 => 0x21d, 324 => 0x235 }, + 'movieflickerreduction' => { 246 => 0x33c, 247 => 0x33c, 248 => 0x2c0, 249 => 0x2e8, 250 => 0x2e8 }, + 'moviefocusmode' => { 245 => 0x248, 246 => 0x340, 247 => 0x340, 248 => 0x2c4, 249 => 0x2ec, 250 => 0x2ec }, + 'moviefocuspointlock' => { 322 => 0x226, 323 => 0x226, 324 => 0x23e }, + 'movieframerate' => { 245 => 0x1f8, 246 => 0x374, 247 => 0x370, 248 => 0x2f4, 249 => 0x31c, 250 => 0x31c }, + 'movieframesize' => { 245 => 0x1f6, 246 => 0x372, 247 => 0x36e, 248 => 0x2f2, 249 => 0x31a, 250 => 0x31a }, + 'moviefunc1button' => { 309 => '41.1', 310 => '41.1', 320 => '41.1', 322 => 0xc3, 323 => 0xc3, 324 => 0xc3 }, + 'moviefunc2button' => { 322 => 0xc7, 323 => 0xc7, 324 => 0xc7 }, + 'moviefunc3button' => { 323 => 0x127, 324 => 0x13f }, + 'moviefunctionbutton' => { 307 => '41.1', 319 => '41.1' }, + 'moviefunctionbuttonplusdials' => { 307 => '52.1' }, + 'moviehighisonoisereduction' => { 245 => 0x23c, 246 => 0x336, 247 => 0x336, 248 => 0x2ba, 249 => 0x2e2, 250 => 0x2e2 }, + 'moviehighlightdisplaythreshold' => { 322 => 0x215, 323 => 0x215, 324 => 0x22d }, + 'moviehighreszoom' => { 246 => 0x380, 247 => 0x380, 249 => 0x32c, 250 => 0x32c }, + 'movieimagearea' => { 246 => 0x2da, 247 => 0x2da, 248 => 0x25c, 249 => 0x286, 250 => 0x286 }, + 'movieisoautocontrolmanualmode' => { 246 => 0x2e8, 247 => 0x2e8, 248 => 0x26a, 249 => 0x294, 250 => 0x294 }, + 'movieisoautohilimit' => { 246 => 0x2e6, 247 => 0x2e6, 248 => 0x268, 249 => 0x292, 250 => 0x292 }, + 'movieisoautomanualmode' => { 245 => 0x204, 246 => 0x2ea, 247 => 0x2ea, 248 => 0x26c, 249 => 0x296, 250 => 0x296 }, + 'movielenscontrolring' => { 322 => 0xd7, 323 => 0xd7, 324 => 0xd7 }, + 'moviemeteringmode' => { 246 => 0x33e, 247 => 0x33e, 248 => 0x2c2, 249 => 0x2ea, 250 => 0x2ea }, + 'moviemidtonedisplayrange' => { 322 => 0x219, 323 => 0x219, 324 => 0x231 }, + 'moviemidtonedisplayvalue' => { 322 => 0x217, 323 => 0x217, 324 => 0x22f }, + 'moviemultiselector' => { 322 => 0xd9, 323 => 0xcf, 324 => 0xcf }, + 'moviepreviewbutton' => { 307 => '41.2', 309 => '41.2', 310 => '41.2', 319 => '41.2', 320 => '41.2' }, + 'moviepreviewbuttonplusdials' => { 307 => '52.2' }, + 'movierecordbuttonplaybackmode' => { 322 => 0x1b5, 323 => 0x1b5, 324 => 0x1cd }, + 'movieshutterbutton' => { 307 => '38.3', 309 => '38.3', 310 => '38.3', 319 => '38.3', 320 => '38.3' }, + 'movieshutterspeedlock' => { 322 => 0x225, 323 => 0x225, 324 => 0x23d }, + 'movieslowmotion' => { 245 => 0x1fa }, + 'moviesoundrecording' => { 246 => 0x34a, 247 => 0x34a, 248 => 0x2ce, 249 => 0x2f6, 250 => 0x2f6 }, + 'moviesubjectdetection' => { 246 => 0x378, 247 => 0x378, 248 => 0x2fc, 249 => 0x324, 250 => 0x324 }, + 'moviesubselectorassignment' => { 307 => '48.2' }, + 'moviesubselectorassignmentplusdials' => { 307 => '53.1' }, + 'movietonemap' => { 248 => 0x2ec, 249 => 0x314, 250 => 0x314 }, + 'movietype' => { 230 => 0x2ca, 245 => 0x1fe, 246 => 0x2e4, 247 => 0x2e4, 248 => 0x266, 249 => 0x290, 250 => 0x290 }, + 'movievibrationreduction' => { 245 => 0x24e }, + 'movievibrationreductionsameasphoto' => { 245 => 0x24f }, + 'movievignettecontrol' => { 245 => 0x23e, 246 => 0x1b0, 247 => 0x1b0, 248 => 0x1a0, 249 => 0x1b4, 250 => 0x1b4 }, + 'movievignettecontrolsameasphoto' => { 245 => 0x240 }, + 'movievrmode' => { 246 => 0x344, 247 => 0x344, 248 => 0x2c8, 249 => 0x2f0, 250 => 0x2f0 }, + 'moviezebrapattern' => { 322 => 0x213, 323 => 0x213, 324 => 0x22b }, + 'multiburstimageheight' => { 452 => 0x1002 }, + 'multiburstimagewidth' => { 452 => 0x1001 }, + 'multiburstmode' => { 452 => 0x1000 }, + 'multicontrollerwhilemetering' => { 89 => 0x517 }, + 'multiexposure' => { 72 => 0x1, 350 => 0xb4 }, + 'multiexposureautogain' => { 252 => 0x3 }, + 'multiexposurecontrol' => { 72 => 0x2 }, + 'multiexposuremode' => { 252 => 0x1, 253 => 0x1 }, + 'multiexposureoverlaymode' => { 253 => 0x3 }, + 'multiexposureshots' => { 72 => 0x3, 246 => 0x9a, 247 => 0x9a, 248 => 0x8e, 249 => 0x9c, 250 => 0x9c, 252 => 0x2, 253 => 0x2 }, + 'multiframenoisereduction' => { 440 => 0x35, 452 => 0x200b, 457 => 0x15 }, + 'multiframenreffect' => { 452 => 0x2023 }, + 'multifunctionlock' => { 89 => 0x70f }, + 'multipleexposuremode' => { 246 => 0x98, 247 => 0x98, 248 => 0x8c, 249 => 0x9a, 250 => 0x9a, 330 => 0x101c }, + 'multipleexposureset' => { 366 => '10.1' }, + 'multisample' => { 265 => 0x40 }, + 'multiselector' => { 306 => '9.4', 307 => '10.3', 309 => '10.3', 310 => '10.3', 315 => '27.4', 319 => '10.3', 320 => '10.3' }, + 'multiselectorliveview' => { 306 => '4.3', 309 => '37.1', 310 => '37.1', 319 => '37.1', 320 => '37.1' }, + 'multiselectorliveviewmode' => { 279 => 0x18c2 }, + 'multiselectorplaybackmode' => { 306 => ['13.5','9.2'], 307 => '10.2', 310 => '10.2', 315 => '27.2', 319 => '10.2', 320 => '10.2', 322 => 0xb3, 323 => 0xb3, 324 => 0xb3 }, + 'multiselectorshootmode' => { 306 => '9.1', 307 => '10.1', 309 => '10.1', 310 => '10.1', 315 => '27.1', 319 => '10.1', 320 => '10.1', 322 => 0xaf, 323 => 0xaf, 324 => 0xaf }, + 'multishot' => { 355 => 0x121 }, + 'mute' => { 405 => 'player.movie.audio.mute' }, + 'mycolormode' => { 73 => 0x2 }, + 'name' => { 411 => 'name', 515 => 'Name', 517 => 'Name' }, + 'narrator' => { 403 => "\xa9nrt" }, + 'nationalcatalognumber' => { 534 => 'nationalCatalogNumber' }, + 'nativedigest' => { 521 => 'NativeDigest', 540 => 'NativeDigest' }, + 'ndfilter' => { 81 => 0x1c, 326 => 0x204, 418 => 0x1019 }, + 'near' => { 500 => 'Near' }, + 'nefbitdepth' => { 241 => 0xe22 }, + 'nefcompression' => { 241 => 0x93, 242 => 0xa }, + 'neflinearizationtable' => { 241 => 0x96 }, + 'negativecachelargepreviewsize' => { 515 => 'NegativeCacheLargePreviewSize', 517 => 'NegativeCacheLargePreviewSize' }, + 'negativecachemaximumsize' => { 515 => 'NegativeCacheMaximumSize', 517 => 'NegativeCacheMaximumSize' }, + 'negativecachepath' => { 515 => 'NegativeCachePath', 517 => 'NegativeCachePath' }, + 'neutraldensityfactor' => { 512 => 'NeutralDensityFactor' }, + 'neutraldensityfilter' => { 386 => 0x88 }, + 'neutraloutputhighlightpoint' => { 114 => 0x2f }, + 'neutraloutputshadowpoint' => { 114 => 0x30 }, + 'neutralrawcolortone' => { 114 => 0x28 }, + 'neutralrawcontrast' => { 114 => 0x2a }, + 'neutralrawhighlight' => { 114 => 0x78 }, + 'neutralrawhighlightpoint' => { 114 => 0x2d }, + 'neutralrawlinear' => { 114 => 0x2b }, + 'neutralrawsaturation' => { 114 => 0x29 }, + 'neutralrawshadow' => { 114 => 0x81 }, + 'neutralrawshadowpoint' => { 114 => 0x2e }, + 'neutralrawsharpness' => { 114 => 0x2c }, + 'neutralunsharpmaskfineness' => { 114 => 0xa6 }, + 'neutralunsharpmaskthreshold' => { 114 => 0xa8 }, + 'neutraunsharpmaskstrength' => { 114 => 0xa4 }, + 'newlensdata' => { 239 => 0x2f }, + 'newrawimagedigest' => { 124 => 0xc7a7 }, + 'newsphotoversion' => { 138 => 0x0 }, + 'nickname' => { 542 => 'Nickname' }, + 'nikoncapturedata' => { 241 => 0xe01 }, + 'nikoncaptureeditversions' => { 241 => 0xe13 }, + 'nikoncaptureoffsets' => { 241 => 0xe0e }, + 'nikoncaptureoutput' => { 241 => 0xe1e }, + 'nikoncaptureversion' => { 241 => 0xe09 }, + 'nikoniccprofile' => { 241 => 0xe1d }, + 'nikonimagesize' => { 276 => '723.1', 277 => '732.1', 285 => 0x2c4 }, + 'nikonmeteringmode' => { 204 => 0x17, 245 => 0x146, 256 => 0x214 }, + 'nikonsettings' => { 241 => 0x4e }, + 'noisefilter' => { 326 => 0x527 }, + 'noiseprofile' => { 124 => 0xc761 }, + 'noisereduction' => { 132 => [0x100b,0x100e], 187 => 0xb0, 188 => 0x60, 189 => 0x3f, 241 => 0x95, 299 => 0x753dcbc0, 300 => 0x17, 326 => 0x50a, 331 => 0x103a, 350 => 0x2d, 386 => 0x49, 418 => 0x100f, 420 => 0x2a }, + 'noisereduction2' => { 330 => 0x1010 }, + 'noisereductionapplied' => { 124 => 0xc6f7 }, + 'noisereductionintensity' => { 300 => 0x9 }, + 'noisereductionmethod' => { 300 => 0x11 }, + 'noisereductionmode' => { 489 => 0x801e }, + 'noisereductionparametersatcapture' => { 143 => 0xe73 }, + 'noisereductionparameterscamera' => { 143 => 0xe72 }, + 'noisereductionparametershost3mp' => { 143 => 0xe71 }, + 'noisereductionparametershost6mp' => { 143 => 0xe70 }, + 'noisereductionparametershostrgb' => { 143 => 0xe6f }, + 'noisereductionparameterskhufu3mp' => { 143 => 0xe65 }, + 'noisereductionparameterskhufu6mp' => { 143 => 0xe64 }, + 'noisereductionparameterskhufurgb' => { 143 => 0xe63 }, + 'noisereductionparams' => { 355 => 0x1b }, + 'noisereductionsharpness' => { 300 => 0xd }, + 'noisereductionstrength' => { 350 => 0xd6 }, + 'noisereductionvalue' => { 489 => 0x8027 }, + 'nomemorycard' => { 306 => '22.1', 307 => '4.2', 308 => '0.3', 311 => '2.4', 312 => '3.2', 313 => '3.2', 315 => '33.7', 316 => '3.2', 317 => '0.3', 319 => '4.2', 321 => '4.5' }, + 'nominalmaxaperture' => { 376 => 0xa }, + 'nominalminaperture' => { 376 => '10.1' }, + 'noncpulens10focallength' => { 246 => 0x6c6, 247 => 0x6d6, 250 => 0x620 }, + 'noncpulens10maxaperture' => { 246 => 0x6ee, 247 => 0x738, 250 => 0x670 }, + 'noncpulens11focallength' => { 246 => 0x6c8, 247 => 0x6d8, 250 => 0x624 }, + 'noncpulens11maxaperture' => { 246 => 0x6f0, 247 => 0x73c, 250 => 0x674 }, + 'noncpulens12focallength' => { 246 => 0x6ca, 247 => 0x6da, 250 => 0x628 }, + 'noncpulens12maxaperture' => { 246 => 0x6f2, 247 => 0x740, 250 => 0x678 }, + 'noncpulens13focallength' => { 246 => 0x6cc, 247 => 0x6dc, 250 => 0x62c }, + 'noncpulens13maxaperture' => { 246 => 0x6f4, 247 => 0x744, 250 => 0x67c }, + 'noncpulens14focallength' => { 246 => 0x6ce, 247 => 0x6de, 250 => 0x630 }, + 'noncpulens14maxaperture' => { 246 => 0x6f6, 247 => 0x748, 250 => 0x680 }, + 'noncpulens15focallength' => { 246 => 0x6d0, 247 => 0x6e0, 250 => 0x634 }, + 'noncpulens15maxaperture' => { 246 => 0x6f8, 247 => 0x74c, 250 => 0x684 }, + 'noncpulens16focallength' => { 246 => 0x6d2, 247 => 0x6e2, 250 => 0x638 }, + 'noncpulens16maxaperture' => { 246 => 0x6fa, 247 => 0x750, 250 => 0x688 }, + 'noncpulens17focallength' => { 246 => 0x6d4, 247 => 0x6e4, 250 => 0x63c }, + 'noncpulens17maxaperture' => { 246 => 0x6fc, 247 => 0x754, 250 => 0x68c }, + 'noncpulens18focallength' => { 246 => 0x6d6, 247 => 0x6e6, 250 => 0x640 }, + 'noncpulens18maxaperture' => { 246 => 0x6fe, 247 => 0x758, 250 => 0x690 }, + 'noncpulens19focallength' => { 246 => 0x6d8, 247 => 0x6e8, 250 => 0x644 }, + 'noncpulens19maxaperture' => { 246 => 0x700, 247 => 0x75c, 250 => 0x694 }, + 'noncpulens1focallength' => { 246 => 0x6b4, 247 => 0x6c4, 250 => 0x5fc }, + 'noncpulens1maxaperture' => { 246 => 0x6dc, 247 => 0x714, 250 => 0x64c }, + 'noncpulens20focallength' => { 246 => 0x6da, 247 => 0x6ea, 250 => 0x648 }, + 'noncpulens20maxaperture' => { 246 => 0x702, 247 => 0x760, 250 => 0x698 }, + 'noncpulens2focallength' => { 246 => 0x6b6, 247 => 0x6c6, 250 => 0x600 }, + 'noncpulens2maxaperture' => { 246 => 0x6de, 247 => 0x718, 250 => 0x650 }, + 'noncpulens3focallength' => { 246 => 0x6b8, 247 => 0x6c8, 250 => 0x604 }, + 'noncpulens3maxaperture' => { 246 => 0x6e0, 247 => 0x71c, 250 => 0x654 }, + 'noncpulens4focallength' => { 246 => 0x6ba, 247 => 0x6ca, 250 => 0x608 }, + 'noncpulens4maxaperture' => { 246 => 0x6e2, 250 => 0x658 }, + 'noncpulens5focallength' => { 246 => 0x6bc, 247 => 0x6cc, 250 => 0x60c }, + 'noncpulens5maxaperture' => { 246 => 0x6e4, 247 => 0x724, 250 => 0x65c }, + 'noncpulens6focallength' => { 246 => 0x6be, 247 => 0x6ce, 250 => 0x610 }, + 'noncpulens6maxaperture' => { 246 => 0x6e6, 247 => 0x728, 250 => 0x660 }, + 'noncpulens7focallength' => { 246 => 0x6c0, 247 => 0x6d0, 250 => 0x614 }, + 'noncpulens7maxaperture' => { 246 => 0x6e8, 247 => 0x72c, 250 => 0x664 }, + 'noncpulens8focallength' => { 246 => 0x6c2, 247 => 0x6d2, 250 => 0x618 }, + 'noncpulens8maxaperture' => { 246 => 0x6ea, 247 => 0x730, 250 => 0x668 }, + 'noncpulens9focallength' => { 246 => 0x6c4, 247 => 0x6d4, 250 => 0x61c }, + 'noncpulens9maxaperture' => { 246 => 0x6ec, 247 => 0x734, 250 => 0x66c }, + 'normalizedcropcorners' => { 340 => 'NormalizedCropCorners' }, + 'normallinetime' => { 143 => 0x186a }, + 'normalwhitelevel' => { 43 => 0x32a, 44 => 0x280, 45 => 0x294, 48 => [0x2b8,0x2cf,0x2d3], 49 => 0x569, 50 => 0x1e3, 51 => [0x1fc,0x2dc], 52 => [0x230,0x30e], 53 => 0x31c }, + 'notes' => { 491 => 'Notes', 510 => 'notes' }, + 'npages' => { 549 => 'NPages' }, + 'nullrecord' => { 102 => 0x0 }, + 'numafpoints' => { 362 => 0x2 }, + 'number' => { 534 => 'number' }, + 'numberofbeats' => { 544 => 'numberOfBeats' }, + 'numberoffocuspoints' => { 309 => '1.3', 310 => '1.3', 313 => '0.2', 314 => '0.3', 316 => '0.3' }, + 'numfaceelements' => { 132 => 0x4200 }, + 'numfacepositions' => { 342 => 0x0 }, + 'numindexentries' => { 138 => 0x54 }, + 'numwbentries' => { 356 => 0x0, 357 => 0x0 }, + 'object' => { 534 => 'object' }, + 'objectattributereference' => { 136 => 0x4 }, + 'objectcycle' => { 136 => 0x4b, 510 => 'ObjectCycle' }, + 'objectdescription' => { 533 => 'objectDescription' }, + 'objectdistance' => { 117 => 0x6, 118 => 0x2022 }, + 'objectname' => { 136 => 0x5 }, + 'objectpreviewdata' => { 136 => 0xca }, + 'objectpreviewfileformat' => { 136 => 0xc8 }, + 'objectpreviewfileversion' => { 136 => 0xc9 }, + 'objectsubtype' => { 533 => 'objectSubtype' }, + 'objecttype' => { 533 => 'objectType' }, + 'objecttypereference' => { 136 => 0x3 }, + 'occurrence' => { 123 => 'Occurrence' }, + 'occurrenceassociatedmedia' => { 123 => [\'Occurrence','OccurrenceAssociatedMedia'] }, + 'occurrenceassociatedoccurrences' => { 123 => [\'Occurrence','OccurrenceAssociatedOccurrences'] }, + 'occurrenceassociatedreferences' => { 123 => [\'Occurrence','OccurrenceAssociatedReferences'] }, + 'occurrenceassociatedsequences' => { 123 => [\'Occurrence','OccurrenceAssociatedSequences'] }, + 'occurrenceassociatedtaxa' => { 123 => [\'Occurrence','OccurrenceAssociatedTaxa'] }, + 'occurrencebehavior' => { 123 => [\'Occurrence','OccurrenceBehavior'] }, + 'occurrencecatalognumber' => { 123 => [\'Occurrence','OccurrenceCatalogNumber'] }, + 'occurrencedegreeofestablishment' => { 123 => [\'Occurrence','OccurrenceDegreeOfEstablishment'] }, + 'occurrencedetails' => { 123 => [\'Occurrence','OccurrenceOccurrenceDetails'] }, + 'occurrencedisposition' => { 123 => [\'Occurrence','OccurrenceDisposition'] }, + 'occurrenceestablishmentmeans' => { 123 => [\'Occurrence','OccurrenceEstablishmentMeans'] }, + 'occurrencegeoreferenceverificationstatus' => { 123 => [\'Occurrence','OccurrenceGeoreferenceVerificationStatus'] }, + 'occurrenceid' => { 123 => [\'Occurrence','OccurrenceOccurrenceID'] }, + 'occurrenceindividualcount' => { 123 => [\'Occurrence','OccurrenceIndividualCount'] }, + 'occurrenceindividualid' => { 123 => [\'Occurrence','OccurrenceIndividualID'] }, + 'occurrencelifestage' => { 123 => [\'Occurrence','OccurrenceLifeStage'] }, + 'occurrenceorganismquantity' => { 123 => [\'Occurrence','OccurrenceOrganismQuantity'] }, + 'occurrenceorganismquantitytype' => { 123 => [\'Occurrence','OccurrenceOrganismQuantityType'] }, + 'occurrenceothercatalognumbers' => { 123 => [\'Occurrence','OccurrenceOtherCatalogNumbers'] }, + 'occurrencepathway' => { 123 => [\'Occurrence','OccurrencePathway'] }, + 'occurrencepreparations' => { 123 => [\'Occurrence','OccurrencePreparations'] }, + 'occurrencepreviousidentifications' => { 123 => [\'Occurrence','OccurrencePreviousIdentifications'] }, + 'occurrencerecordedby' => { 123 => [\'Occurrence','OccurrenceRecordedBy'] }, + 'occurrencerecordedbyid' => { 123 => [\'Occurrence','OccurrenceRecordedByID'] }, + 'occurrencerecordnumber' => { 123 => [\'Occurrence','OccurrenceRecordNumber'] }, + 'occurrenceremarks' => { 123 => [\'Occurrence','OccurrenceOccurrenceRemarks'] }, + 'occurrencereproductivecondition' => { 123 => [\'Occurrence','OccurrenceReproductiveCondition'] }, + 'occurrencesex' => { 123 => [\'Occurrence','OccurrenceSex'] }, + 'occurrencestatus' => { 123 => [\'Occurrence','OccurrenceOccurrenceStatus'] }, + 'oecfcolumns' => { 521 => [\'OECF','OECFColumns'] }, + 'oecfnames' => { 521 => [\'OECF','OECFNames'] }, + 'oecfrows' => { 521 => [\'OECF','OECFRows'] }, + 'oecfvalues' => { 521 => [\'OECF','OECFValues'] }, + 'offsaledate' => { 534 => 'offSaleDate' }, + 'offsaledatea-platform' => { 534 => [\'offSaleDate','offSaleDateA-platform'] }, + 'offsaledatedate' => { 534 => [\'offSaleDate','offSaleDateDate'] }, + 'offsetdacvalue' => { 143 => 0x190a }, + 'offsethdr' => { 526 => 'OffsetHDR' }, + 'offsetschema' => { 124 => 0xea1d }, + 'offsetsdr' => { 526 => 'OffsetSDR' }, + 'offsettime' => { 124 => 0x9010 }, + 'offsettimedigitized' => { 124 => 0x9012 }, + 'offsettimeoriginal' => { 124 => 0x9011 }, 'oismode' => { 1 => 0xf }, - 'okbutton' => { 315 => '15.1', 320 => '16.1' }, - 'oldsubfiletype' => { 123 => 0xff }, - 'olympusimageheight' => { 330 => 0x102f }, - 'olympusimagewidth' => { 330 => 0x102e }, - 'omenatcapturestrength' => { 142 => 0xa60 }, - 'omenautostrength' => { 142 => 0xa5f }, - 'omenearlystrength' => { 142 => 0xa5e }, - 'omenfocallengthlimit' => { 142 => 0xa62 }, - 'omeninitialipfstrength' => { 142 => 0xa5d }, - 'omensurfaceindex' => { 142 => 0xa64 }, + 'okbutton' => { 316 => '15.1', 321 => '16.1' }, + 'oldsubfiletype' => { 124 => 0xff }, + 'olympusimageheight' => { 331 => 0x102f }, + 'olympusimagewidth' => { 331 => 0x102e }, + 'omenatcapturestrength' => { 143 => 0xa60 }, + 'omenautostrength' => { 143 => 0xa5f }, + 'omenearlystrength' => { 143 => 0xa5e }, + 'omenfocallengthlimit' => { 143 => 0xa62 }, + 'omeninitialipfstrength' => { 143 => 0xa5d }, + 'omensurfaceindex' => { 143 => 0xa64 }, 'oneshotafrelease' => { 2 => 0x9 }, - 'onetouchwb' => { 330 => 0x302 }, - 'onsaledate' => { 533 => 'onSaleDate' }, - 'onsaledatea-platform' => { 533 => [\'onSaleDate','onSaleDateA-platform'] }, - 'onsaledatedate' => { 533 => [\'onSaleDate','onSaleDateDate'] }, - 'onsaleday' => { 533 => 'onSaleDay' }, - 'onsaledaya-platform' => { 533 => [\'onSaleDay','onSaleDayA-platform'] }, - 'onsaledayday' => { 533 => [\'onSaleDay','onSaleDayDay'] }, - 'opcodelist1' => { 123 => 0xc740 }, - 'opcodelist2' => { 123 => 0xc741 }, - 'opcodelist3' => { 123 => 0xc74e }, - 'opticalzoom' => { 146 => 0xfa3d, 148 => [0x6006,0xf006], 149 => 0x1000, 150 => 0xf, 153 => 0x1e, 155 => 0x20, 156 => 0x1c, 167 => 'OpticalZoom' }, - 'opticalzoomcode' => { 80 => 0xa }, - 'opticalzoommode' => { 349 => 0x34 }, - 'opticalzoomon' => { 426 => 0x219 }, - 'optionenddate' => { 536 => 'optionEndDate' }, - 'opto-electricconvfactor' => { 520 => 'OECF' }, - 'orangehsl' => { 107 => 0x20911 }, - 'ordernumber' => { 131 => 0x8002 }, - 'organisationinimagecode' => { 528 => 'OrganisationInImageCode' }, - 'organisationinimagename' => { 528 => 'OrganisationInImageName' }, - 'organism' => { 122 => 'Organism' }, - 'organismassociatedoccurrences' => { 122 => [\'Organism','OrganismAssociatedOccurrences'] }, - 'organismassociatedorganisms' => { 122 => [\'Organism','OrganismAssociatedOrganisms'] }, - 'organismid' => { 122 => [\'Organism','OrganismOrganismID'] }, - 'organismname' => { 122 => [\'Organism','OrganismOrganismName'] }, - 'organismpreviousidentifications' => { 122 => [\'Organism','OrganismPreviousIdentifications'] }, - 'organismremarks' => { 122 => [\'Organism','OrganismOrganismRemarks'] }, - 'organismscope' => { 122 => [\'Organism','OrganismOrganismScope'] }, - 'organization' => { 533 => 'organization' }, - 'orientation' => { 123 => 0x112, 354 => 0x112, 532 => 'orientation', 539 => 'Orientation' }, - 'orientation2' => { 456 => [0x28,0x2e] }, + 'onetouchwb' => { 331 => 0x302 }, + 'onsaledate' => { 534 => 'onSaleDate' }, + 'onsaledatea-platform' => { 534 => [\'onSaleDate','onSaleDateA-platform'] }, + 'onsaledatedate' => { 534 => [\'onSaleDate','onSaleDateDate'] }, + 'onsaleday' => { 534 => 'onSaleDay' }, + 'onsaledaya-platform' => { 534 => [\'onSaleDay','onSaleDayA-platform'] }, + 'onsaledayday' => { 534 => [\'onSaleDay','onSaleDayDay'] }, + 'opcodelist1' => { 124 => 0xc740 }, + 'opcodelist2' => { 124 => 0xc741 }, + 'opcodelist3' => { 124 => 0xc74e }, + 'opticalzoom' => { 147 => 0xfa3d, 149 => [0x6006,0xf006], 150 => 0x1000, 151 => 0xf, 154 => 0x1e, 156 => 0x20, 157 => 0x1c, 168 => 'OpticalZoom' }, + 'opticalzoomcode' => { 81 => 0xa }, + 'opticalzoommode' => { 350 => 0x34 }, + 'opticalzoomon' => { 427 => 0x219 }, + 'optionenddate' => { 537 => 'optionEndDate' }, + 'opto-electricconvfactor' => { 521 => 'OECF' }, + 'orangehsl' => { 108 => 0x20911 }, + 'ordernumber' => { 132 => 0x8002 }, + 'organisationinimagecode' => { 529 => 'OrganisationInImageCode' }, + 'organisationinimagename' => { 529 => 'OrganisationInImageName' }, + 'organism' => { 123 => 'Organism' }, + 'organismassociatedoccurrences' => { 123 => [\'Organism','OrganismAssociatedOccurrences'] }, + 'organismassociatedorganisms' => { 123 => [\'Organism','OrganismAssociatedOrganisms'] }, + 'organismid' => { 123 => [\'Organism','OrganismOrganismID'] }, + 'organismname' => { 123 => [\'Organism','OrganismOrganismName'] }, + 'organismpreviousidentifications' => { 123 => [\'Organism','OrganismPreviousIdentifications'] }, + 'organismremarks' => { 123 => [\'Organism','OrganismOrganismRemarks'] }, + 'organismscope' => { 123 => [\'Organism','OrganismOrganismScope'] }, + 'organization' => { 534 => 'organization' }, + 'orientation' => { 124 => 0x112, 355 => 0x112, 533 => 'orientation', 540 => 'Orientation' }, + 'orientation2' => { 457 => [0x28,0x2e] }, 'orientationlinkedaf' => { 2 => 0xe }, - 'orientationlinkedafpoint' => { 88 => 0x516 }, - 'originalalbumtitle' => { 183 => 'WM/OriginalAlbumTitle' }, - 'originalartist' => { 183 => 'WM/OriginalArtist', 402 => "\xa9ope" }, - 'originalbestqualitysize' => { 123 => 0xc792 }, - 'originalcreatedatetime' => { 504 => 'OriginalCreateDateTime' }, - 'originaldecisiondata' => { 118 => 'Canon-OriginalDecisionData' }, - 'originaldecisiondataoffset' => { 67 => 0x83 }, - 'originaldefaultcropsize' => { 123 => 0xc793 }, - 'originaldefaultfinalsize' => { 123 => 0xc791 }, - 'originaldirectory' => { 346 => 0x408 }, - 'originaldocumentid' => { 544 => 'OriginalDocumentID' }, - 'originalfilename' => { 101 => 0x816, 142 => 0x3e9, 154 => 0x20, 346 => 0x407, 504 => 'OriginalFilename' }, - 'originalimagehash' => { 493 => 'OriginalImageHash' }, - 'originalimagehashtype' => { 493 => 'OriginalImageHashType' }, - 'originalimageheight' => { 82 => 0xc, 127 => 0x1 }, - 'originalimagemd5' => { 493 => 'OriginalImageMD5' }, - 'originalimagesize' => { 166 => 'OriginalImageSize' }, - 'originalimagewidth' => { 82 => 0xb, 127 => 0x0 }, - 'originallyricist' => { 183 => 'WM/OriginalLyricist' }, - 'originalrawfiledata' => { 123 => 0xc68c }, - 'originalrawfiledigest' => { 123 => 0xc71d }, - 'originalrawfilename' => { 123 => 0xc68b }, - 'originaltransmissionreference' => { 135 => 0x67 }, - 'originatingprogram' => { 135 => 0x41, 509 => 'OriginatingProgram' }, - 'originplatform' => { 533 => 'originPlatform' }, - 'os' => { 518 => 'os' }, - 'otherconditions' => { 335 => 'OtherConditions' }, - 'otherconstraints' => { 335 => 'OtherConstraints' }, - 'otherimage' => { 118 => 'Exif-OtherImage' }, - 'otherimageinfo' => { 335 => 'OtherImageInfo' }, - 'otherimagelength' => { 123 => 0x202 }, - 'otherimagestart' => { 123 => 0x201 }, - 'otherlicensedocuments' => { 335 => 'OtherLicenseDocuments' }, - 'otherlicenseinfo' => { 335 => 'OtherLicenseInfo' }, - 'otherlicenserequirements' => { 335 => 'OtherLicenseRequirements' }, - 'outcue' => { 543 => 'outCue' }, - 'outcuescale' => { 543 => [\'outCue','outCueScale'] }, - 'outcuevalue' => { 543 => [\'outCue','outCueValue'] }, - 'outputimageheight' => { 204 => 0x3 }, - 'outputimagewidth' => { 204 => 0x2 }, - 'outputlut' => { 349 => 0xa7 }, - 'outputprofile' => { 142 => 0x138b }, - 'outputresolution' => { 204 => 0x4 }, - 'overclockcols' => { 142 => 0x189c }, - 'overclockrows' => { 142 => 0x18c4 }, - 'overridelookvignette' => { 514 => 'OverrideLookVignette', 516 => 'OverrideLookVignette' }, - 'owner' => { 402 => 'ownr', 547 => 'Owner' }, - 'ownerid' => { 135 => 0xbc }, - 'ownername' => { 15 => 0x10f, 67 => 0x9, 101 => 0x810, 123 => [0xa430,0xfde8], 160 => 'OwnerName', 511 => 'OwnerName', 521 => 'CameraOwnerName' }, - 'padding' => { 123 => 0xea1c }, - 'pagecount' => { 533 => 'pageCount' }, - 'pageimage' => { 541 => [\'PageInfo','PageInfoImage'] }, - 'pageimageformat' => { 541 => [\'PageInfo','PageInfoFormat'] }, - 'pageimageheight' => { 541 => [\'PageInfo','PageInfoHeight'] }, - 'pageimagepagenumber' => { 541 => [\'PageInfo','PageInfoPageNumber'] }, - 'pageimagewidth' => { 541 => [\'PageInfo','PageInfoWidth'] }, - 'pageinfo' => { 541 => 'PageInfo' }, - 'pagename' => { 123 => 0x11d }, - 'pagenumber' => { 123 => 0x129 }, - 'pageprogressiondirection' => { 533 => 'pageProgressionDirection' }, - 'pagerange' => { 533 => 'pageRange' }, - 'paintbasedcorrectionmasks' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] }, - 'paintbasedcorrections' => { 514 => 'PaintBasedCorrections', 516 => 'PaintBasedCorrections' }, - 'paintcorrectionactive' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] }, - 'paintcorrectionamount' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] }, - 'paintcorrectionblacks2012' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'] }, - 'paintcorrectionbrightness' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] }, - 'paintcorrectionclarity' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] }, - 'paintcorrectionclarity2012' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] }, - 'paintcorrectioncontrast' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] }, - 'paintcorrectioncontrast2012' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] }, - 'paintcorrectioncorrectionname' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'] }, - 'paintcorrectioncorrectionsyncid' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'] }, - 'paintcorrectiondefringe' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] }, - 'paintcorrectiondehaze' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'] }, - 'paintcorrectionexposure' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] }, - 'paintcorrectionexposure2012' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] }, - 'paintcorrectionhighlights2012' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] }, - 'paintcorrectionhue' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'] }, - 'paintcorrectionluminancenoise' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] }, - 'paintcorrectionmaskalpha' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] }, - 'paintcorrectionmaskangle' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] }, - 'paintcorrectionmaskbottom' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] }, - 'paintcorrectionmaskcentervalue' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] }, - 'paintcorrectionmaskcenterweight' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] }, - 'paintcorrectionmaskdabs' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] }, - 'paintcorrectionmaskfeather' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] }, - 'paintcorrectionmaskflipped' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] }, - 'paintcorrectionmaskflow' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] }, - 'paintcorrectionmaskfullx' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] }, - 'paintcorrectionmaskfully' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] }, - 'paintcorrectionmaskinputdigest' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'] }, - 'paintcorrectionmaskleft' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] }, - 'paintcorrectionmaskmaskactive' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'] }, - 'paintcorrectionmaskmaskblendmode' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'] }, - 'paintcorrectionmaskmaskdigest' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'] }, - 'paintcorrectionmaskmaskinverted' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'] }, - 'paintcorrectionmaskmaskname' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'] }, - 'paintcorrectionmaskmasks' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'] }, - 'paintcorrectionmaskmasksalpha' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'] }, - 'paintcorrectionmaskmasksangle' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'] }, - 'paintcorrectionmaskmasksbottom' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'] }, - 'paintcorrectionmaskmaskscentervalue' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'] }, - 'paintcorrectionmaskmaskscenterweight' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'] }, - 'paintcorrectionmaskmasksdabs' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'] }, - 'paintcorrectionmaskmasksfeather' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'] }, - 'paintcorrectionmaskmasksflipped' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'] }, - 'paintcorrectionmaskmasksflow' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'] }, - 'paintcorrectionmaskmasksfullx' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'] }, - 'paintcorrectionmaskmasksfully' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'] }, - 'paintcorrectionmaskmasksinputdigest' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'] }, - 'paintcorrectionmaskmasksleft' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'] }, - 'paintcorrectionmaskmasksmaskactive' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'] }, - 'paintcorrectionmaskmasksmaskblendmode' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] }, - 'paintcorrectionmaskmasksmaskdigest' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'] }, - 'paintcorrectionmaskmasksmaskinverted' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'] }, - 'paintcorrectionmaskmasksmaskname' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'] }, - 'paintcorrectionmaskmasksmasksubtype' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'] }, - 'paintcorrectionmaskmasksmasksyncid' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'] }, - 'paintcorrectionmaskmasksmaskversion' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'] }, - 'paintcorrectionmaskmasksmidpoint' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'] }, - 'paintcorrectionmaskmasksorigin' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'] }, - 'paintcorrectionmaskmasksperimetervalue' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'] }, - 'paintcorrectionmaskmasksradius' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'] }, - 'paintcorrectionmaskmasksreferencepoint' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'] }, - 'paintcorrectionmaskmasksright' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'] }, - 'paintcorrectionmaskmasksroundness' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'] }, - 'paintcorrectionmaskmaskssizex' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'] }, - 'paintcorrectionmaskmaskssizey' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'] }, - 'paintcorrectionmaskmaskstop' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'] }, - 'paintcorrectionmaskmasksubtype' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'] }, - 'paintcorrectionmaskmasksvalue' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'] }, - 'paintcorrectionmaskmasksversion' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'] }, - 'paintcorrectionmaskmaskswhat' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'] }, - 'paintcorrectionmaskmaskswholeimagearea' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'] }, - 'paintcorrectionmaskmasksx' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'] }, - 'paintcorrectionmaskmasksy' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'] }, - 'paintcorrectionmaskmasksyncid' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'] }, - 'paintcorrectionmaskmaskszerox' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'] }, - 'paintcorrectionmaskmaskszeroy' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'] }, - 'paintcorrectionmaskmaskversion' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'] }, - 'paintcorrectionmaskmidpoint' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] }, - 'paintcorrectionmaskorigin' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'] }, - 'paintcorrectionmaskperimetervalue' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] }, - 'paintcorrectionmaskradius' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] }, - 'paintcorrectionmaskrange' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'] }, - 'paintcorrectionmaskrangeareamodels' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] }, - 'paintcorrectionmaskrangeareamodelscolorsampleinfo' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, - 'paintcorrectionmaskrangeareamodelscomponents' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] }, - 'paintcorrectionmaskrangecoloramount' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] }, - 'paintcorrectionmaskrangedepthfeather' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] }, - 'paintcorrectionmaskrangedepthmax' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] }, - 'paintcorrectionmaskrangedepthmin' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] }, - 'paintcorrectionmaskrangeinvert' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] }, - 'paintcorrectionmaskrangelumfeather' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] }, - 'paintcorrectionmaskrangeluminancedepthsampleinfo' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] }, - 'paintcorrectionmaskrangelummax' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] }, - 'paintcorrectionmaskrangelummin' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] }, - 'paintcorrectionmaskrangelumrange' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] }, - 'paintcorrectionmaskrangesampletype' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] }, - 'paintcorrectionmaskrangetype' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] }, - 'paintcorrectionmaskrangeversion' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] }, - 'paintcorrectionmaskreferencepoint' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'] }, - 'paintcorrectionmaskright' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] }, - 'paintcorrectionmaskroundness' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] }, - 'paintcorrectionmasksizex' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] }, - 'paintcorrectionmasksizey' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] }, - 'paintcorrectionmasktop' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] }, - 'paintcorrectionmaskvalue' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] }, - 'paintcorrectionmaskversion' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] }, - 'paintcorrectionmaskwhat' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] }, - 'paintcorrectionmaskwholeimagearea' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'] }, - 'paintcorrectionmaskx' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] }, - 'paintcorrectionmasky' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] }, - 'paintcorrectionmaskzerox' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] }, - 'paintcorrectionmaskzeroy' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] }, - 'paintcorrectionmoire' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] }, - 'paintcorrectionrangemask' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'] }, - 'paintcorrectionrangemaskareamodels' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'] }, - 'paintcorrectionrangemaskareamodelscolorsampleinfo' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, - 'paintcorrectionrangemaskareamodelscomponents' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] }, - 'paintcorrectionrangemaskcoloramount' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'] }, - 'paintcorrectionrangemaskdepthfeather' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'] }, - 'paintcorrectionrangemaskdepthmax' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'] }, - 'paintcorrectionrangemaskdepthmin' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'] }, - 'paintcorrectionrangemaskinvert' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'] }, - 'paintcorrectionrangemasklumfeather' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'] }, - 'paintcorrectionrangemaskluminancedepthsampleinfo' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] }, - 'paintcorrectionrangemasklummax' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'] }, - 'paintcorrectionrangemasklummin' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'] }, - 'paintcorrectionrangemasklumrange' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'] }, - 'paintcorrectionrangemasksampletype' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'] }, - 'paintcorrectionrangemasktype' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'] }, - 'paintcorrectionrangemaskversion' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'] }, - 'paintcorrectionsaturation' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'] }, - 'paintcorrectionshadows2012' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] }, - 'paintcorrectionsharpness' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] }, - 'paintcorrectiontemperature' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] }, - 'paintcorrectiontexture' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'] }, - 'paintcorrectiontint' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] }, - 'paintcorrectiontoninghue' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] }, - 'paintcorrectiontoningsaturation' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'] }, - 'paintcorrectionwhat' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] }, - 'paintcorrectionwhites2012' => { 514 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'], 516 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'] }, - 'panasonicdatetime' => { 352 => 0x0 }, - 'panasonicexifversion' => { 349 => 0x26 }, - 'panasonicimageheight' => { 349 => 0x4c }, - 'panasonicimagewidth' => { 349 => 0x4b }, - 'panasonicrawversion' => { 354 => 0x1 }, - 'panasonictitle' => { 123 => 0xc6d2 }, - 'panasonictitle2' => { 123 => 0xc6d3 }, - 'panoramaangle' => { 131 => 0x1153 }, - 'panoramacropbottom' => { 457 => 0x7 }, - 'panoramacropleft' => { 457 => 0x4 }, - 'panoramacropright' => { 457 => 0x6 }, - 'panoramacroptop' => { 457 => 0x5 }, - 'panoramadirection' => { 75 => 0x5, 131 => 0x1154, 457 => 0x3 }, - 'panoramaframeheight' => { 457 => 0x9 }, - 'panoramaframenumber' => { 75 => 0x2 }, - 'panoramaframewidth' => { 457 => 0x8 }, - 'panoramafullheight' => { 457 => 0x2 }, - 'panoramafullwidth' => { 457 => 0x1 }, - 'panoramamode' => { 144 => 0x3c, 325 => 0x601 }, - 'panoramasize3d' => { 439 => 0x38 }, - 'panoramasourceheight' => { 457 => 0xb }, - 'panoramasourcewidth' => { 457 => 0xa }, - 'panoramicstitchcameramotion' => { 180 => 'PanoramicStitchCameraMotion', 181 => 0x1 }, - 'panoramicstitchmaptype' => { 180 => 'PanoramicStitchMapType', 181 => 0x2 }, - 'panoramicstitchphi0' => { 180 => 'PanoramicStitchPhi0', 181 => 0x5 }, - 'panoramicstitchphi1' => { 180 => 'PanoramicStitchPhi1', 181 => 0x6 }, - 'panoramicstitchtheta0' => { 180 => 'PanoramicStitchTheta0', 181 => 0x3 }, - 'panoramicstitchtheta1' => { 180 => 'PanoramicStitchTheta1', 181 => 0x4 }, - 'panoramicstitchversion' => { 181 => 0x0 }, - 'pantry' => { 544 => 'Pantry' }, - 'pantryinstanceid' => { 544 => [\'Pantry','PantryInstanceID'] }, - 'parallax' => { 131 => 0xb211, 324 => 0x28 }, - 'parameters' => { 338 => 'parameters' }, - 'parametricdarks' => { 514 => 'ParametricDarks', 516 => 'ParametricDarks' }, - 'parametrichighlights' => { 514 => 'ParametricHighlights', 516 => 'ParametricHighlights' }, - 'parametrichighlightsplit' => { 514 => 'ParametricHighlightSplit', 516 => 'ParametricHighlightSplit' }, - 'parametriclights' => { 514 => 'ParametricLights', 516 => 'ParametricLights' }, - 'parametricmidtonesplit' => { 514 => 'ParametricMidtoneSplit', 516 => 'ParametricMidtoneSplit' }, - 'parametricshadows' => { 514 => 'ParametricShadows', 516 => 'ParametricShadows' }, - 'parametricshadowsplit' => { 514 => 'ParametricShadowSplit', 516 => 'ParametricShadowSplit' }, - 'parentalrating' => { 183 => 'WM/ParentalRating' }, - 'parentid' => { 528 => 'parentId' }, - 'parentmediaeventid' => { 504 => 'ParentMediaEventID' }, - 'parentmeid' => { 504 => 'ParentMEID' }, - 'parentproductid' => { 402 => '@ppi' }, - 'parentreference1' => { 526 => [\'TagStructure','TagStructureParentReference'] }, - 'parentreference2' => { 526 => [\'TagStructure','TagStructureSubLabelsParentReference'] }, - 'parentreference3' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] }, - 'parentreference4' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] }, - 'parentreference5' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] }, - 'parentreference6' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] }, - 'parentshorttitle' => { 402 => '@PST' }, - 'parenttitle' => { 402 => '@pti' }, - 'partialactivecols1' => { 142 => 0x17e8 }, - 'partialactivecols2' => { 142 => 0x17f2 }, - 'partialactiverows1' => { 142 => 0x17fc }, - 'partialactiverows2' => { 142 => 0x1806 }, - 'partofcompilation' => { 543 => 'partOfCompilation' }, - 'patientbirthdate' => { 491 => 'PatientDOB' }, - 'patientid' => { 491 => 'PatientID' }, - 'patientname' => { 491 => 'PatientName' }, - 'patientsex' => { 491 => 'PatientSex' }, - 'patternareaheight' => { 142 => 0x963 }, - 'patternareawidth' => { 142 => 0x962 }, - 'patterncorrectionfactorscale' => { 142 => 0x969 }, - 'patterncropcols1' => { 142 => 0x96c }, - 'patterncropcols2' => { 142 => 0x96d }, - 'patterncroprows1' => { 142 => 0x96a }, - 'patterncroprows2' => { 142 => 0x96b }, - 'patternimagerheight' => { 142 => 0x961 }, - 'patternimagerwidth' => { 142 => 0x960 }, - 'patternx' => { 142 => 0x966 }, - 'patterny' => { 142 => 0x967 }, - 'pdfversion' => { 530 => 'PDFVersion' }, - 'pentaximagesize' => { 385 => 0x9 }, - 'pentaxmodelid' => { 364 => 0x0, 385 => 0x5 }, - 'pentaxmodeltype' => { 385 => 0x1 }, - 'pentaxversion' => { 385 => 0x0 }, - 'people' => { 494 => 'People', 507 => 'People' }, - 'perchannelblacklevel' => { 43 => 0x157, 44 => 0x16b, 46 => 0xc4, 47 => [0x2b4,0x2cb,0x2cf], 48 => [0x108,0x14d], 49 => 0x1df, 50 => [0x1f8,0x2d8], 51 => [0x22c,0x30a], 52 => 0x149 }, - 'performer' => { 402 => 'perf', 410 => 'perf' }, - 'performerkeywords' => { 410 => "\xa9prk" }, - 'performers' => { 410 => "\xa9prf" }, - 'performerurl' => { 410 => "\xa9prl" }, - 'period' => { 183 => 'WM/Period' }, - 'peripheralillumcentralradius' => { 488 => 0x8030 }, - 'peripheralillumcentralvalue' => { 488 => 0x8031 }, - 'peripheralillumination' => { 107 => 0x20702, 113 => 0x68 }, - 'peripheralilluminationcorr' => { 65 => 0x1, 374 => 0x2 }, - 'peripheralilluminationon' => { 107 => '0x20702.0', 113 => 0x64 }, - 'peripheralillumperiphvalue' => { 488 => 0x8032 }, - 'peripherallighting' => { 82 => 0x2, 131 => 0x3804 }, - 'peripherallightingsetting' => { 83 => 0x5 }, - 'peripherallightingvalue' => { 82 => 0x6 }, - 'permissions' => { 536 => 'permissions' }, - 'permits' => { 512 => 'permits' }, - 'person' => { 533 => 'person' }, - 'personality' => { 504 => 'Personality' }, - 'personheard' => { 528 => 'PersonHeard' }, - 'personheardidentifier' => { 528 => [\'PersonHeard','PersonHeardIdentifier'] }, - 'personheardname' => { 528 => [\'PersonHeard','PersonHeardName'] }, - 'personinimage' => { 528 => 'PersonInImage' }, - 'personinimagecharacteristic' => { 528 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristic'] }, - 'personinimagecvtermcvid' => { 528 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvId'] }, - 'personinimagecvtermid' => { 528 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermId'] }, - 'personinimagecvtermname' => { 528 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermName'] }, - 'personinimagecvtermrefinedabout' => { 528 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermRefinedAbout'] }, - 'personinimagedescription' => { 528 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonDescription'] }, - 'personinimageid' => { 528 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonId'] }, - 'personinimagename' => { 528 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonName'] }, - 'personinimagewdetails' => { 528 => 'PersonInImageWDetails' }, - 'perspectiveaspect' => { 514 => 'PerspectiveAspect', 516 => 'PerspectiveAspect' }, - 'perspectivehorizontal' => { 514 => 'PerspectiveHorizontal', 516 => 'PerspectiveHorizontal' }, - 'perspectiverotate' => { 514 => 'PerspectiveRotate', 516 => 'PerspectiveRotate' }, - 'perspectivescale' => { 514 => 'PerspectiveScale', 516 => 'PerspectiveScale' }, - 'perspectiveupright' => { 514 => 'PerspectiveUpright', 516 => 'PerspectiveUpright' }, - 'perspectivevertical' => { 514 => 'PerspectiveVertical', 516 => 'PerspectiveVertical' }, - 'perspectivex' => { 514 => 'PerspectiveX', 516 => 'PerspectiveX' }, - 'perspectivey' => { 514 => 'PerspectiveY', 516 => 'PerspectiveY' }, - 'pf0customfuncregistration' => { 96 => 0x1 }, - 'pf10retainprogramshift' => { 96 => 0xb }, - 'pf13drivepriority' => { 96 => 0xe }, - 'pf14disablefocussearch' => { 96 => 0xf }, - 'pf15disableafassistbeam' => { 96 => 0x10 }, - 'pf16autofocuspointshoot' => { 96 => 0x11 }, - 'pf17disableafpointsel' => { 96 => 0x12 }, - 'pf18enableautoafpointsel' => { 96 => 0x13 }, - 'pf19continuousshootspeed' => { 96 => 0x14 }, - 'pf19shootingspeedhigh' => { 95 => 0xa }, - 'pf19shootingspeedlow' => { 95 => 0x9 }, - 'pf1disableshootingmodes' => { 96 => 0x2 }, - 'pf1value' => { 95 => 0x1 }, - 'pf20limitcontinousshots' => { 96 => 0x15 }, - 'pf20maxcontinousshots' => { 95 => 0xb }, - 'pf21enablequietoperation' => { 96 => 0x16 }, - 'pf23felocktime' => { 95 => 0xd }, - 'pf23postreleasetime' => { 95 => 0xe }, - 'pf23settimerlengths' => { 96 => 0x18 }, - 'pf23shutterbuttontime' => { 95 => 0xc }, - 'pf24lightlcdduringbulb' => { 96 => 0x19 }, - 'pf25aemode' => { 95 => 0xf }, - 'pf25afmode' => { 95 => 0x12 }, - 'pf25afpointsel' => { 95 => 0x13 }, - 'pf25colormatrix' => { 95 => 0x17 }, - 'pf25defaultclearsettings' => { 96 => 0x1a }, - 'pf25drivemode' => { 95 => 0x11 }, - 'pf25imagesize' => { 95 => 0x14 }, - 'pf25meteringmode' => { 95 => 0x10 }, - 'pf25parameters' => { 95 => 0x16 }, - 'pf25wbmode' => { 95 => 0x15 }, - 'pf26shortenreleaselag' => { 96 => 0x1b }, - 'pf27reversedialrotation' => { 96 => 0x1c }, - 'pf27value' => { 95 => 0x18 }, - 'pf28noquickdialexpcomp' => { 96 => 0x1d }, - 'pf29quickdialswitchoff' => { 96 => 0x1e }, - 'pf2disablemeteringmodes' => { 96 => 0x3 }, - 'pf2value' => { 95 => 0x2 }, - 'pf30enlargementmode' => { 96 => 0x1f }, - 'pf31originaldecisiondata' => { 96 => 0x20 }, - 'pf3manualexposuremetering' => { 96 => 0x4 }, - 'pf3value' => { 95 => 0x3 }, - 'pf4exposuretimelimits' => { 96 => 0x5 }, - 'pf4exposuretimemax' => { 95 => 0x5 }, - 'pf4exposuretimemin' => { 95 => 0x4 }, - 'pf5aperturelimits' => { 96 => 0x6 }, - 'pf5aperturemax' => { 95 => 0x7 }, - 'pf5aperturemin' => { 95 => 0x6 }, - 'pf6presetshootingmodes' => { 96 => 0x7 }, - 'pf7bracketcontinuousshoot' => { 96 => 0x8 }, - 'pf8bracketshots' => { 95 => 0x8 }, - 'pf8setbracketshots' => { 96 => 0x9 }, - 'pf9changebracketsequence' => { 96 => 0xa }, - 'phasedetectaf' => { 197 => 0x6 }, - 'phonenumber' => { 161 => 'Phone' }, + 'orientationlinkedafpoint' => { 89 => 0x516 }, + 'originalalbumtitle' => { 184 => 'WM/OriginalAlbumTitle' }, + 'originalartist' => { 184 => 'WM/OriginalArtist', 403 => "\xa9ope" }, + 'originalbestqualitysize' => { 124 => 0xc792 }, + 'originalcreatedatetime' => { 505 => 'OriginalCreateDateTime' }, + 'originaldecisiondata' => { 119 => 'Canon-OriginalDecisionData' }, + 'originaldecisiondataoffset' => { 68 => 0x83 }, + 'originaldefaultcropsize' => { 124 => 0xc793 }, + 'originaldefaultfinalsize' => { 124 => 0xc791 }, + 'originaldirectory' => { 347 => 0x408 }, + 'originaldocumentid' => { 545 => 'OriginalDocumentID' }, + 'originalfilename' => { 102 => 0x816, 143 => 0x3e9, 155 => 0x20, 347 => 0x407, 505 => 'OriginalFilename' }, + 'originalimagehash' => { 494 => 'OriginalImageHash' }, + 'originalimagehashtype' => { 494 => 'OriginalImageHashType' }, + 'originalimageheight' => { 83 => 0xc, 128 => 0x1 }, + 'originalimagemd5' => { 494 => 'OriginalImageMD5' }, + 'originalimagesize' => { 167 => 'OriginalImageSize' }, + 'originalimagewidth' => { 83 => 0xb, 128 => 0x0 }, + 'originallyricist' => { 184 => 'WM/OriginalLyricist' }, + 'originalrawfiledata' => { 124 => 0xc68c }, + 'originalrawfiledigest' => { 124 => 0xc71d }, + 'originalrawfilename' => { 124 => 0xc68b }, + 'originaltransmissionreference' => { 136 => 0x67 }, + 'originatingprogram' => { 136 => 0x41, 510 => 'OriginatingProgram' }, + 'originplatform' => { 534 => 'originPlatform' }, + 'os' => { 519 => 'os' }, + 'otherconditions' => { 336 => 'OtherConditions' }, + 'otherconstraints' => { 336 => 'OtherConstraints' }, + 'otherimage' => { 119 => 'Exif-OtherImage' }, + 'otherimageinfo' => { 336 => 'OtherImageInfo' }, + 'otherimagelength' => { 124 => 0x202 }, + 'otherimagestart' => { 124 => 0x201 }, + 'otherlicensedocuments' => { 336 => 'OtherLicenseDocuments' }, + 'otherlicenseinfo' => { 336 => 'OtherLicenseInfo' }, + 'otherlicenserequirements' => { 336 => 'OtherLicenseRequirements' }, + 'outcue' => { 544 => 'outCue' }, + 'outcuescale' => { 544 => [\'outCue','outCueScale'] }, + 'outcuevalue' => { 544 => [\'outCue','outCueValue'] }, + 'outputimageheight' => { 205 => 0x3 }, + 'outputimagewidth' => { 205 => 0x2 }, + 'outputlut' => { 350 => 0xa7 }, + 'outputprofile' => { 143 => 0x138b }, + 'outputresolution' => { 205 => 0x4 }, + 'overclockcols' => { 143 => 0x189c }, + 'overclockrows' => { 143 => 0x18c4 }, + 'overridelookvignette' => { 515 => 'OverrideLookVignette', 517 => 'OverrideLookVignette' }, + 'owner' => { 403 => 'ownr', 548 => 'Owner' }, + 'ownerid' => { 136 => 0xbc }, + 'ownername' => { 15 => 0x10f, 68 => 0x9, 102 => 0x810, 124 => [0xa430,0xfde8], 161 => 'OwnerName', 512 => 'OwnerName', 522 => 'CameraOwnerName' }, + 'padding' => { 124 => 0xea1c }, + 'pagecount' => { 534 => 'pageCount' }, + 'pageimage' => { 542 => [\'PageInfo','PageInfoImage'] }, + 'pageimageformat' => { 542 => [\'PageInfo','PageInfoFormat'] }, + 'pageimageheight' => { 542 => [\'PageInfo','PageInfoHeight'] }, + 'pageimagepagenumber' => { 542 => [\'PageInfo','PageInfoPageNumber'] }, + 'pageimagewidth' => { 542 => [\'PageInfo','PageInfoWidth'] }, + 'pageinfo' => { 542 => 'PageInfo' }, + 'pagename' => { 124 => 0x11d }, + 'pagenumber' => { 124 => 0x129 }, + 'pageprogressiondirection' => { 534 => 'pageProgressionDirection' }, + 'pagerange' => { 534 => 'pageRange' }, + 'paintbasedcorrectionmasks' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] }, + 'paintbasedcorrections' => { 515 => 'PaintBasedCorrections', 517 => 'PaintBasedCorrections' }, + 'paintcorrectionactive' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] }, + 'paintcorrectionamount' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] }, + 'paintcorrectionblacks2012' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'] }, + 'paintcorrectionbrightness' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] }, + 'paintcorrectionclarity' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] }, + 'paintcorrectionclarity2012' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] }, + 'paintcorrectioncontrast' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] }, + 'paintcorrectioncontrast2012' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] }, + 'paintcorrectioncorrectionname' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'] }, + 'paintcorrectioncorrectionsyncid' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'] }, + 'paintcorrectiondefringe' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] }, + 'paintcorrectiondehaze' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'] }, + 'paintcorrectionexposure' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] }, + 'paintcorrectionexposure2012' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] }, + 'paintcorrectionhighlights2012' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] }, + 'paintcorrectionhue' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'] }, + 'paintcorrectionluminancenoise' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] }, + 'paintcorrectionmaskalpha' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] }, + 'paintcorrectionmaskangle' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] }, + 'paintcorrectionmaskbottom' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] }, + 'paintcorrectionmaskcentervalue' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] }, + 'paintcorrectionmaskcenterweight' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] }, + 'paintcorrectionmaskdabs' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] }, + 'paintcorrectionmaskfeather' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] }, + 'paintcorrectionmaskflipped' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] }, + 'paintcorrectionmaskflow' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] }, + 'paintcorrectionmaskfullx' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] }, + 'paintcorrectionmaskfully' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] }, + 'paintcorrectionmaskinputdigest' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'] }, + 'paintcorrectionmaskleft' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] }, + 'paintcorrectionmaskmaskactive' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'] }, + 'paintcorrectionmaskmaskblendmode' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'] }, + 'paintcorrectionmaskmaskdigest' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'] }, + 'paintcorrectionmaskmaskinverted' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'] }, + 'paintcorrectionmaskmaskname' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'] }, + 'paintcorrectionmaskmasks' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'] }, + 'paintcorrectionmaskmasksalpha' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'] }, + 'paintcorrectionmaskmasksangle' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'] }, + 'paintcorrectionmaskmasksbottom' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'] }, + 'paintcorrectionmaskmaskscentervalue' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'] }, + 'paintcorrectionmaskmaskscenterweight' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'] }, + 'paintcorrectionmaskmasksdabs' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'] }, + 'paintcorrectionmaskmasksfeather' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'] }, + 'paintcorrectionmaskmasksflipped' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'] }, + 'paintcorrectionmaskmasksflow' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'] }, + 'paintcorrectionmaskmasksfullx' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'] }, + 'paintcorrectionmaskmasksfully' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'] }, + 'paintcorrectionmaskmasksinputdigest' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'] }, + 'paintcorrectionmaskmasksleft' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'] }, + 'paintcorrectionmaskmasksmaskactive' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'] }, + 'paintcorrectionmaskmasksmaskblendmode' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] }, + 'paintcorrectionmaskmasksmaskdigest' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'] }, + 'paintcorrectionmaskmasksmaskinverted' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'] }, + 'paintcorrectionmaskmasksmaskname' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'] }, + 'paintcorrectionmaskmasksmasksubtype' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'] }, + 'paintcorrectionmaskmasksmasksyncid' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'] }, + 'paintcorrectionmaskmasksmaskversion' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'] }, + 'paintcorrectionmaskmasksmidpoint' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'] }, + 'paintcorrectionmaskmasksorigin' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'] }, + 'paintcorrectionmaskmasksperimetervalue' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'] }, + 'paintcorrectionmaskmasksradius' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'] }, + 'paintcorrectionmaskmasksreferencepoint' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'] }, + 'paintcorrectionmaskmasksright' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'] }, + 'paintcorrectionmaskmasksroundness' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'] }, + 'paintcorrectionmaskmaskssizex' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'] }, + 'paintcorrectionmaskmaskssizey' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'] }, + 'paintcorrectionmaskmaskstop' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'] }, + 'paintcorrectionmaskmasksubtype' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'] }, + 'paintcorrectionmaskmasksvalue' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'] }, + 'paintcorrectionmaskmasksversion' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'] }, + 'paintcorrectionmaskmaskswhat' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'] }, + 'paintcorrectionmaskmaskswholeimagearea' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'] }, + 'paintcorrectionmaskmasksx' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'] }, + 'paintcorrectionmaskmasksy' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'] }, + 'paintcorrectionmaskmasksyncid' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'] }, + 'paintcorrectionmaskmaskszerox' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'] }, + 'paintcorrectionmaskmaskszeroy' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'] }, + 'paintcorrectionmaskmaskversion' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'] }, + 'paintcorrectionmaskmidpoint' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] }, + 'paintcorrectionmaskorigin' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'] }, + 'paintcorrectionmaskperimetervalue' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] }, + 'paintcorrectionmaskradius' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] }, + 'paintcorrectionmaskrange' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'] }, + 'paintcorrectionmaskrangeareamodels' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] }, + 'paintcorrectionmaskrangeareamodelscolorsampleinfo' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, + 'paintcorrectionmaskrangeareamodelscomponents' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] }, + 'paintcorrectionmaskrangecoloramount' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] }, + 'paintcorrectionmaskrangedepthfeather' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] }, + 'paintcorrectionmaskrangedepthmax' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] }, + 'paintcorrectionmaskrangedepthmin' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] }, + 'paintcorrectionmaskrangeinvert' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] }, + 'paintcorrectionmaskrangelumfeather' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] }, + 'paintcorrectionmaskrangeluminancedepthsampleinfo' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] }, + 'paintcorrectionmaskrangelummax' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] }, + 'paintcorrectionmaskrangelummin' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] }, + 'paintcorrectionmaskrangelumrange' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] }, + 'paintcorrectionmaskrangesampletype' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] }, + 'paintcorrectionmaskrangetype' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] }, + 'paintcorrectionmaskrangeversion' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] }, + 'paintcorrectionmaskreferencepoint' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'] }, + 'paintcorrectionmaskright' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] }, + 'paintcorrectionmaskroundness' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] }, + 'paintcorrectionmasksizex' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] }, + 'paintcorrectionmasksizey' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] }, + 'paintcorrectionmasktop' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] }, + 'paintcorrectionmaskvalue' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] }, + 'paintcorrectionmaskversion' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] }, + 'paintcorrectionmaskwhat' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] }, + 'paintcorrectionmaskwholeimagearea' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'] }, + 'paintcorrectionmaskx' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] }, + 'paintcorrectionmasky' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] }, + 'paintcorrectionmaskzerox' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] }, + 'paintcorrectionmaskzeroy' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] }, + 'paintcorrectionmoire' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] }, + 'paintcorrectionrangemask' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'] }, + 'paintcorrectionrangemaskareamodels' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'] }, + 'paintcorrectionrangemaskareamodelscolorsampleinfo' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, + 'paintcorrectionrangemaskareamodelscomponents' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] }, + 'paintcorrectionrangemaskcoloramount' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'] }, + 'paintcorrectionrangemaskdepthfeather' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'] }, + 'paintcorrectionrangemaskdepthmax' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'] }, + 'paintcorrectionrangemaskdepthmin' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'] }, + 'paintcorrectionrangemaskinvert' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'] }, + 'paintcorrectionrangemasklumfeather' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'] }, + 'paintcorrectionrangemaskluminancedepthsampleinfo' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] }, + 'paintcorrectionrangemasklummax' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'] }, + 'paintcorrectionrangemasklummin' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'] }, + 'paintcorrectionrangemasklumrange' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'] }, + 'paintcorrectionrangemasksampletype' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'] }, + 'paintcorrectionrangemasktype' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'] }, + 'paintcorrectionrangemaskversion' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'] }, + 'paintcorrectionsaturation' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'] }, + 'paintcorrectionshadows2012' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] }, + 'paintcorrectionsharpness' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] }, + 'paintcorrectiontemperature' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] }, + 'paintcorrectiontexture' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'] }, + 'paintcorrectiontint' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] }, + 'paintcorrectiontoninghue' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] }, + 'paintcorrectiontoningsaturation' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'] }, + 'paintcorrectionwhat' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] }, + 'paintcorrectionwhites2012' => { 515 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'], 517 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'] }, + 'panasonicdatetime' => { 353 => 0x0 }, + 'panasonicexifversion' => { 350 => 0x26 }, + 'panasonicimageheight' => { 350 => 0x4c }, + 'panasonicimagewidth' => { 350 => 0x4b }, + 'panasonicrawversion' => { 355 => 0x1 }, + 'panasonictitle' => { 124 => 0xc6d2 }, + 'panasonictitle2' => { 124 => 0xc6d3 }, + 'panoramaangle' => { 132 => 0x1153 }, + 'panoramacropbottom' => { 458 => 0x7 }, + 'panoramacropleft' => { 458 => 0x4 }, + 'panoramacropright' => { 458 => 0x6 }, + 'panoramacroptop' => { 458 => 0x5 }, + 'panoramadirection' => { 76 => 0x5, 132 => 0x1154, 458 => 0x3 }, + 'panoramaframeheight' => { 458 => 0x9 }, + 'panoramaframenumber' => { 76 => 0x2 }, + 'panoramaframewidth' => { 458 => 0x8 }, + 'panoramafullheight' => { 458 => 0x2 }, + 'panoramafullwidth' => { 458 => 0x1 }, + 'panoramamode' => { 145 => 0x3c, 326 => 0x601 }, + 'panoramasize3d' => { 440 => 0x38 }, + 'panoramasourceheight' => { 458 => 0xb }, + 'panoramasourcewidth' => { 458 => 0xa }, + 'panoramicstitchcameramotion' => { 181 => 'PanoramicStitchCameraMotion', 182 => 0x1 }, + 'panoramicstitchmaptype' => { 181 => 'PanoramicStitchMapType', 182 => 0x2 }, + 'panoramicstitchphi0' => { 181 => 'PanoramicStitchPhi0', 182 => 0x5 }, + 'panoramicstitchphi1' => { 181 => 'PanoramicStitchPhi1', 182 => 0x6 }, + 'panoramicstitchtheta0' => { 181 => 'PanoramicStitchTheta0', 182 => 0x3 }, + 'panoramicstitchtheta1' => { 181 => 'PanoramicStitchTheta1', 182 => 0x4 }, + 'panoramicstitchversion' => { 182 => 0x0 }, + 'pantry' => { 545 => 'Pantry' }, + 'pantryinstanceid' => { 545 => [\'Pantry','PantryInstanceID'] }, + 'parallax' => { 132 => 0xb211, 325 => 0x28 }, + 'parameters' => { 339 => 'parameters' }, + 'parametricdarks' => { 515 => 'ParametricDarks', 517 => 'ParametricDarks' }, + 'parametrichighlights' => { 515 => 'ParametricHighlights', 517 => 'ParametricHighlights' }, + 'parametrichighlightsplit' => { 515 => 'ParametricHighlightSplit', 517 => 'ParametricHighlightSplit' }, + 'parametriclights' => { 515 => 'ParametricLights', 517 => 'ParametricLights' }, + 'parametricmidtonesplit' => { 515 => 'ParametricMidtoneSplit', 517 => 'ParametricMidtoneSplit' }, + 'parametricshadows' => { 515 => 'ParametricShadows', 517 => 'ParametricShadows' }, + 'parametricshadowsplit' => { 515 => 'ParametricShadowSplit', 517 => 'ParametricShadowSplit' }, + 'parentalrating' => { 184 => 'WM/ParentalRating' }, + 'parentid' => { 529 => 'parentId' }, + 'parentmediaeventid' => { 505 => 'ParentMediaEventID' }, + 'parentmeid' => { 505 => 'ParentMEID' }, + 'parentproductid' => { 403 => '@ppi' }, + 'parentreference1' => { 527 => [\'TagStructure','TagStructureParentReference'] }, + 'parentreference2' => { 527 => [\'TagStructure','TagStructureSubLabelsParentReference'] }, + 'parentreference3' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] }, + 'parentreference4' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] }, + 'parentreference5' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] }, + 'parentreference6' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] }, + 'parentshorttitle' => { 403 => '@PST' }, + 'parenttitle' => { 403 => '@pti' }, + 'partialactivecols1' => { 143 => 0x17e8 }, + 'partialactivecols2' => { 143 => 0x17f2 }, + 'partialactiverows1' => { 143 => 0x17fc }, + 'partialactiverows2' => { 143 => 0x1806 }, + 'partofcompilation' => { 544 => 'partOfCompilation' }, + 'patientbirthdate' => { 492 => 'PatientDOB' }, + 'patientid' => { 492 => 'PatientID' }, + 'patientname' => { 492 => 'PatientName' }, + 'patientsex' => { 492 => 'PatientSex' }, + 'patternareaheight' => { 143 => 0x963 }, + 'patternareawidth' => { 143 => 0x962 }, + 'patterncorrectionfactorscale' => { 143 => 0x969 }, + 'patterncropcols1' => { 143 => 0x96c }, + 'patterncropcols2' => { 143 => 0x96d }, + 'patterncroprows1' => { 143 => 0x96a }, + 'patterncroprows2' => { 143 => 0x96b }, + 'patternimagerheight' => { 143 => 0x961 }, + 'patternimagerwidth' => { 143 => 0x960 }, + 'patternx' => { 143 => 0x966 }, + 'patterny' => { 143 => 0x967 }, + 'pdfversion' => { 531 => 'PDFVersion' }, + 'pentaximagesize' => { 386 => 0x9 }, + 'pentaxmodelid' => { 365 => 0x0, 386 => 0x5 }, + 'pentaxmodeltype' => { 386 => 0x1 }, + 'pentaxversion' => { 386 => 0x0 }, + 'people' => { 495 => 'People', 508 => 'People' }, + 'perchannelblacklevel' => { 43 => 0x157, 44 => 0x16b, 45 => 0x17f, 47 => 0xc4, 48 => [0x2b4,0x2cb,0x2cf], 49 => [0x108,0x14d], 50 => 0x1df, 51 => [0x1f8,0x2d8], 52 => [0x22c,0x30a], 53 => 0x149 }, + 'performer' => { 403 => 'perf', 411 => 'perf' }, + 'performerkeywords' => { 411 => "\xa9prk" }, + 'performers' => { 411 => "\xa9prf" }, + 'performerurl' => { 411 => "\xa9prl" }, + 'period' => { 184 => 'WM/Period' }, + 'peripheralillumcentralradius' => { 489 => 0x8030 }, + 'peripheralillumcentralvalue' => { 489 => 0x8031 }, + 'peripheralillumination' => { 108 => 0x20702, 114 => 0x68 }, + 'peripheralilluminationcorr' => { 66 => 0x1, 375 => 0x2 }, + 'peripheralilluminationon' => { 108 => '0x20702.0', 114 => 0x64 }, + 'peripheralillumperiphvalue' => { 489 => 0x8032 }, + 'peripherallighting' => { 83 => 0x2, 132 => 0x3804 }, + 'peripherallightingsetting' => { 84 => 0x5 }, + 'peripherallightingvalue' => { 83 => 0x6 }, + 'permissions' => { 537 => 'permissions' }, + 'permits' => { 513 => 'permits' }, + 'person' => { 534 => 'person' }, + 'personality' => { 505 => 'Personality' }, + 'personheard' => { 529 => 'PersonHeard' }, + 'personheardidentifier' => { 529 => [\'PersonHeard','PersonHeardIdentifier'] }, + 'personheardname' => { 529 => [\'PersonHeard','PersonHeardName'] }, + 'personinimage' => { 529 => 'PersonInImage' }, + 'personinimagecharacteristic' => { 529 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristic'] }, + 'personinimagecvtermcvid' => { 529 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvId'] }, + 'personinimagecvtermid' => { 529 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermId'] }, + 'personinimagecvtermname' => { 529 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermName'] }, + 'personinimagecvtermrefinedabout' => { 529 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermRefinedAbout'] }, + 'personinimagedescription' => { 529 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonDescription'] }, + 'personinimageid' => { 529 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonId'] }, + 'personinimagename' => { 529 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonName'] }, + 'personinimagewdetails' => { 529 => 'PersonInImageWDetails' }, + 'perspectiveaspect' => { 515 => 'PerspectiveAspect', 517 => 'PerspectiveAspect' }, + 'perspectivehorizontal' => { 515 => 'PerspectiveHorizontal', 517 => 'PerspectiveHorizontal' }, + 'perspectiverotate' => { 515 => 'PerspectiveRotate', 517 => 'PerspectiveRotate' }, + 'perspectivescale' => { 515 => 'PerspectiveScale', 517 => 'PerspectiveScale' }, + 'perspectiveupright' => { 515 => 'PerspectiveUpright', 517 => 'PerspectiveUpright' }, + 'perspectivevertical' => { 515 => 'PerspectiveVertical', 517 => 'PerspectiveVertical' }, + 'perspectivex' => { 515 => 'PerspectiveX', 517 => 'PerspectiveX' }, + 'perspectivey' => { 515 => 'PerspectiveY', 517 => 'PerspectiveY' }, + 'pf0customfuncregistration' => { 97 => 0x1 }, + 'pf10retainprogramshift' => { 97 => 0xb }, + 'pf13drivepriority' => { 97 => 0xe }, + 'pf14disablefocussearch' => { 97 => 0xf }, + 'pf15disableafassistbeam' => { 97 => 0x10 }, + 'pf16autofocuspointshoot' => { 97 => 0x11 }, + 'pf17disableafpointsel' => { 97 => 0x12 }, + 'pf18enableautoafpointsel' => { 97 => 0x13 }, + 'pf19continuousshootspeed' => { 97 => 0x14 }, + 'pf19shootingspeedhigh' => { 96 => 0xa }, + 'pf19shootingspeedlow' => { 96 => 0x9 }, + 'pf1disableshootingmodes' => { 97 => 0x2 }, + 'pf1value' => { 96 => 0x1 }, + 'pf20limitcontinousshots' => { 97 => 0x15 }, + 'pf20maxcontinousshots' => { 96 => 0xb }, + 'pf21enablequietoperation' => { 97 => 0x16 }, + 'pf23felocktime' => { 96 => 0xd }, + 'pf23postreleasetime' => { 96 => 0xe }, + 'pf23settimerlengths' => { 97 => 0x18 }, + 'pf23shutterbuttontime' => { 96 => 0xc }, + 'pf24lightlcdduringbulb' => { 97 => 0x19 }, + 'pf25aemode' => { 96 => 0xf }, + 'pf25afmode' => { 96 => 0x12 }, + 'pf25afpointsel' => { 96 => 0x13 }, + 'pf25colormatrix' => { 96 => 0x17 }, + 'pf25defaultclearsettings' => { 97 => 0x1a }, + 'pf25drivemode' => { 96 => 0x11 }, + 'pf25imagesize' => { 96 => 0x14 }, + 'pf25meteringmode' => { 96 => 0x10 }, + 'pf25parameters' => { 96 => 0x16 }, + 'pf25wbmode' => { 96 => 0x15 }, + 'pf26shortenreleaselag' => { 97 => 0x1b }, + 'pf27reversedialrotation' => { 97 => 0x1c }, + 'pf27value' => { 96 => 0x18 }, + 'pf28noquickdialexpcomp' => { 97 => 0x1d }, + 'pf29quickdialswitchoff' => { 97 => 0x1e }, + 'pf2disablemeteringmodes' => { 97 => 0x3 }, + 'pf2value' => { 96 => 0x2 }, + 'pf30enlargementmode' => { 97 => 0x1f }, + 'pf31originaldecisiondata' => { 97 => 0x20 }, + 'pf3manualexposuremetering' => { 97 => 0x4 }, + 'pf3value' => { 96 => 0x3 }, + 'pf4exposuretimelimits' => { 97 => 0x5 }, + 'pf4exposuretimemax' => { 96 => 0x5 }, + 'pf4exposuretimemin' => { 96 => 0x4 }, + 'pf5aperturelimits' => { 97 => 0x6 }, + 'pf5aperturemax' => { 96 => 0x7 }, + 'pf5aperturemin' => { 96 => 0x6 }, + 'pf6presetshootingmodes' => { 97 => 0x7 }, + 'pf7bracketcontinuousshoot' => { 97 => 0x8 }, + 'pf8bracketshots' => { 96 => 0x8 }, + 'pf8setbracketshots' => { 97 => 0x9 }, + 'pf9changebracketsequence' => { 97 => 0xa }, + 'phasedetectaf' => { 198 => 0x6 }, + 'phonenumber' => { 162 => 'Phone' }, 'photoeffect' => { 36 => 0x28 }, - 'photoeffecthistoryxml' => { 298 => 0xe9651831 }, - 'photoeffects' => { 298 => 0xab5eca5e }, - 'photoeffectsblue' => { 300 => 0x8 }, - 'photoeffectsgreen' => { 300 => 0x6 }, - 'photoeffectsred' => { 300 => 0x4 }, - 'photoeffectstype' => { 300 => 0x0 }, - 'photographer' => { 123 => 0xa437 }, - 'photographicsensitivity' => { 521 => 'PhotographicSensitivity' }, + 'photoeffecthistoryxml' => { 299 => 0xe9651831 }, + 'photoeffects' => { 299 => 0xab5eca5e }, + 'photoeffectsblue' => { 301 => 0x8 }, + 'photoeffectsgreen' => { 301 => 0x6 }, + 'photoeffectsred' => { 301 => 0x4 }, + 'photoeffectstype' => { 301 => 0x0 }, + 'photographer' => { 124 => 0xa437 }, + 'photographicsensitivity' => { 522 => 'PhotographicSensitivity' }, 'photoidentifier' => { 1 => 0x2b }, - 'photoinfoplayback' => { 305 => '17.6', 314 => '33.6' }, - 'photometricinterpretation' => { 123 => 0x106, 539 => 'PhotometricInterpretation' }, + 'photoinfoplayback' => { 306 => '17.6', 315 => '33.6' }, + 'photometricinterpretation' => { 124 => 0x106, 540 => 'PhotometricInterpretation' }, 'photosappfeatureflags' => { 1 => 0x1f }, - 'photoshootingmenubank' => { 245 => 0x11e, 246 => 0x11e, 247 => 0x112, 248 => 0x122, 249 => 0x122, 250 => 0x24, 268 => 0x0 }, - 'photoshootingmenubankimagearea' => { 243 => 0x6dd, 245 => 0x144, 246 => 0x144, 247 => 0x134, 248 => 0x148, 249 => 0x148, 268 => '7.1' }, - 'photoshopbgrthumbnail' => { 399 => 0x409 }, - 'photoshopquality' => { 398 => 0x0 }, - 'photoshopthumbnail' => { 399 => 0x40c }, - 'photostyle' => { 349 => 0x89 }, - 'picasawebgphotoid' => { 519 => 'picasawebGPhotoId' }, - 'pick' => { 543 => 'pick' }, - 'picklabel' => { 519 => 'PickLabel' }, - 'pictinfo' => { 426 => 0x208 }, - 'picturecontrol' => { 298 => 0xe2173c47 }, - 'picturecontrolactive' => { 301 => 0x0 }, - 'picturecontroladjust' => { 256 => 0x30, 257 => 0x30, 258 => 0x36 }, - 'picturecontrolbase' => { 256 => 0x18, 257 => 0x18, 258 => 0x1c }, - 'picturecontroldata' => { 240 => [0xbd,0x23] }, - 'picturecontrolmode' => { 301 => 0x13 }, - 'picturecontrolname' => { 256 => 0x4, 257 => 0x4, 258 => 0x8 }, - 'picturecontrolquickadjust' => { 256 => 0x31, 257 => 0x31, 258 => 0x37 }, - 'pictureeffect' => { 451 => 0x200e }, - 'pictureeffect2' => { 460 => 0x1163, 461 => 0x1167, 462 => 0x1143, 463 => 0x11bf, 464 => 0x119b, 465 => 0x1053, 466 => 0x24b, 467 => 0x24b, 468 => 0x23c, 483 => 0x46 }, - 'picturefinish' => { 186 => 0x71 }, - 'picturemode' => { 131 => 0x1031, 325 => 0x520, 385 => [0xb,0x33], 427 => 0x3d }, - 'picturemode2' => { 365 => 0x0 }, - 'picturemodebwfilter' => { 325 => 0x525 }, - 'picturemodecontrast' => { 325 => 0x523 }, - 'picturemodeeffect' => { 325 => 0x52d }, - 'picturemodehue' => { 325 => 0x522 }, - 'picturemodesaturation' => { 325 => 0x521 }, - 'picturemodesharpness' => { 325 => 0x524 }, - 'picturemodetone' => { 325 => 0x526 }, - 'pictureprofile' => { 460 => [0x115e,0x115f], 461 => [0x1162,0x1163], 462 => [0x113e,0x113f], 463 => [0x11ba,0x11bb], 464 => [0x1196,0x1197], 465 => [0x104e,0x104f], 466 => [0x246,0x247], 467 => [0x246,0x247], 468 => [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, 77 => 0xa, 107 => 0x20301, 113 => 0x2 }, - 'picturestylepc' => { 67 => 0x4009 }, - 'picturestyleuserdef' => { 67 => 0x4008 }, - 'picturewizard' => { 424 => 0x21 }, - 'picturewizardcolor' => { 423 => 0x1 }, - 'picturewizardcontrast' => { 423 => 0x4 }, - 'picturewizardmode' => { 423 => 0x0 }, - 'picturewizardsaturation' => { 423 => 0x2 }, - 'picturewizardsharpness' => { 423 => 0x3 }, - 'pipelineversion' => { 180 => 'PipelineVersion' }, - 'pitch' => { 119 => 0x6, 306 => '4.1', 318 => '4.1', 410 => ['ptch',"\xa9fpt"] }, - 'pitchangle' => { 64 => 0x5, 254 => 0x4, 325 => 0x904, 339 => 'PitchAngle', 349 => 0x91, 383 => 0x2, 384 => 0x5, 422 => 0x1 }, - 'pitchshift' => { 404 => 'player.movie.audio.pitchshift' }, - 'pixelaspectratio' => { 403 => 'pasp' }, - 'pixelclockfrequency' => { 142 => 0x40b }, - 'pixelcorrectionoffset' => { 142 => 0x972 }, - 'pixelcorrectionscale' => { 142 => 0x971 }, - 'pixelscale' => { 123 => 0x830e }, - 'pixelshiftdelay' => { 246 => 0x802 }, - 'pixelshiftinfo' => { 451 => 0x202f }, - 'pixelshiftnumbershots' => { 246 => 0x800 }, - 'pixelshiftoffset' => { 131 => 0x1106 }, - 'pixelshiftresolution' => { 386 => 0x0 }, - 'pixelshiftshooting' => { 246 => 0x7fe }, - 'pixelshiftshots' => { 131 => 0x1105 }, - 'pixelsperunitx' => { 337 => 0x0 }, - 'pixelsperunity' => { 337 => 0x4 }, - 'pixelunits' => { 337 => 0x8 }, - 'planarconfiguration' => { 123 => 0x11c, 539 => 'PlanarConfiguration' }, - 'plane' => { 492 => [\'Planes','PlanesPlane'] }, - 'planeboundary' => { 492 => [\'Planes','PlanesPlaneBoundary'] }, - 'planeboundaryvertexcount' => { 492 => [\'Planes','PlanesPlaneBoundaryVertexCount'] }, - 'planeextentx' => { 492 => [\'Planes','PlanesPlaneExtentX'] }, - 'planeextentz' => { 492 => [\'Planes','PlanesPlaneExtentZ'] }, - 'planepose' => { 492 => [\'Planes','PlanesPlanePose'] }, - 'planeposepositionx' => { 492 => [\'Planes','PlanesPlanePosePositionX'] }, - 'planeposepositiony' => { 492 => [\'Planes','PlanesPlanePosePositionY'] }, - 'planeposepositionz' => { 492 => [\'Planes','PlanesPlanePosePositionZ'] }, - 'planeposerotationw' => { 492 => [\'Planes','PlanesPlanePoseRotationW'] }, - 'planeposerotationx' => { 492 => [\'Planes','PlanesPlanePoseRotationX'] }, - 'planeposerotationy' => { 492 => [\'Planes','PlanesPlanePoseRotationY'] }, - 'planeposerotationz' => { 492 => [\'Planes','PlanesPlanePoseRotationZ'] }, - 'planeposetimestamp' => { 492 => [\'Planes','PlanesPlanePoseTimestamp'] }, - 'planes' => { 492 => 'Planes' }, - 'planningref' => { 528 => 'PlanningRef' }, - 'planningrefidentifier' => { 528 => [\'PlanningRef','PlanningRefIdentifier'] }, - 'planningrefname' => { 528 => [\'PlanningRef','PlanningRefName'] }, - 'planningrefrole' => { 528 => [\'PlanningRef','PlanningRefRole'] }, - 'platenames' => { 548 => 'PlateNames' }, - 'platform' => { 533 => 'platform' }, - 'playallframes' => { 410 => 'AllF' }, - 'playbackbutton' => { 246 => 0x804, 249 => 0x808 }, - 'playbackbuttonplaybackmode' => { 246 => 0x80e, 249 => 0x814 }, - 'playbackflickdown' => { 321 => 0x159, 322 => 0x159, 323 => 0x171 }, - 'playbackflickup' => { 321 => 0x155, 322 => 0x155, 323 => 0x16d }, - 'playbackmenustime' => { 310 => '20.1', 311 => '21.1', 312 => '21.1' }, - 'playbackmonitorofftime' => { 305 => '25.2', 306 => '36.1', 308 => '36.1', 309 => '36.1', 313 => '35.1', 314 => '8.1', 315 => '35.1', 318 => '36.1', 319 => '36.1', 320 => '21.1', 321 => 0x33, 322 => 0x33, 323 => 0x33 }, - 'playbackzoom' => { 306 => '37.1' }, - 'playdisplay' => { 188 => 0x4e }, - 'playerversion' => { 404 => 'player.version' }, - 'playgap' => { 402 => 'pgap' }, - 'playmode' => { 410 => 'SDLN' }, - 'playselection' => { 410 => 'SelO' }, - 'plusversion' => { 335 => 'Version' }, - 'pmversion' => { 397 => 'PMVersion' }, - 'pngwarning' => { 338 => 'Warning' }, - 'podcast' => { 402 => 'pcst' }, - 'podcasturl' => { 402 => 'purl' }, - 'poilevel' => { 239 => 0x8 }, - 'portraitimpressionbalance' => { 245 => 0x26e, 246 => 0x26e, 259 => 0xa0 }, - 'portraitnote' => { 496 => 'PortraitNote' }, - 'portraitoutputhighlightpoint' => { 113 => 0x1d }, - 'portraitoutputshadowpoint' => { 113 => 0x1e }, - 'portraitrawcolortone' => { 113 => 0x16 }, - 'portraitrawcontrast' => { 113 => 0x18 }, - 'portraitrawhighlight' => { 113 => 0x76 }, - 'portraitrawhighlightpoint' => { 113 => 0x1b }, - 'portraitrawlinear' => { 113 => 0x19 }, - 'portraitrawsaturation' => { 113 => 0x17 }, - 'portraitrawshadow' => { 113 => 0x7f }, - 'portraitrawshadowpoint' => { 113 => 0x1c }, - 'portraitrawsharpness' => { 113 => 0x1a }, - 'portraitrefiner' => { 117 => 0x302b }, - 'portraitrequest' => { 496 => 'PortraitRequest' }, - 'portraitunsharpmaskfineness' => { 113 => 0x9a }, - 'portraitunsharpmaskstrength' => { 113 => 0x98 }, - 'portraitunsharpmaskthreshold' => { 113 => 0x9c }, - 'portraitversion' => { 496 => 'PortraitVersion' }, - 'pose' => { 492 => 'Pose' }, - 'poseheadingdegrees' => { 502 => 'PoseHeadingDegrees' }, - 'posepitchdegrees' => { 502 => 'PosePitchDegrees' }, - 'posepositionx' => { 492 => [\'Pose','PosePositionX'] }, - 'posepositiony' => { 492 => [\'Pose','PosePositionY'] }, - 'posepositionz' => { 492 => [\'Pose','PosePositionZ'] }, - 'poserolldegrees' => { 502 => 'PoseRollDegrees' }, - 'poserotationw' => { 492 => [\'Pose','PoseRotationW'] }, - 'poserotationx' => { 492 => [\'Pose','PoseRotationX'] }, - 'poserotationy' => { 492 => [\'Pose','PoseRotationY'] }, - 'poserotationz' => { 492 => [\'Pose','PoseRotationZ'] }, - 'posetimestamp' => { 492 => [\'Pose','PoseTimestamp'] }, - 'positiondescriptor' => { 532 => 'positionDescriptor' }, - 'postalcode' => { 165 => 'PostalCode' }, - 'postcropvignetteamount' => { 514 => 'PostCropVignetteAmount', 516 => 'PostCropVignetteAmount' }, - 'postcropvignettefeather' => { 514 => 'PostCropVignetteFeather', 516 => 'PostCropVignetteFeather' }, - 'postcropvignettehighlightcontrast' => { 514 => 'PostCropVignetteHighlightContrast', 516 => 'PostCropVignetteHighlightContrast' }, - 'postcropvignettemidpoint' => { 514 => 'PostCropVignetteMidpoint', 516 => 'PostCropVignetteMidpoint' }, - 'postcropvignetteroundness' => { 514 => 'PostCropVignetteRoundness', 516 => 'PostCropVignetteRoundness' }, - 'postcropvignettestyle' => { 514 => 'PostCropVignetteStyle', 516 => 'PostCropVignetteStyle' }, - 'postfocusmerging' => { 349 => 0xbf }, - 'postreleaseburstlength' => { 248 => 0x714, 249 => 0x784, 321 => 0x289 }, - 'potentialface1position' => { 447 => 0xb }, - 'potentialface2position' => { 447 => 0x15 }, - 'potentialface3position' => { 447 => 0x1f }, - 'potentialface4position' => { 447 => 0x29 }, - 'potentialface5position' => { 447 => 0x33 }, - 'potentialface6position' => { 447 => 0x3d }, - 'potentialface7position' => { 447 => 0x47 }, - 'potentialface8position' => { 447 => 0x51 }, - 'poweravailable' => { 363 => '0.2' }, - 'powersource' => { 363 => '0.1' }, - 'poweruptime' => { 240 => 0xb6 }, - 'preaf' => { 130 => '0.2' }, - 'precaptureframes' => { 330 => 0x300 }, - 'predictor' => { 123 => 0x13d }, - 'preflashreturnstrength' => { 276 => 0x28a }, - 'prefs' => { 135 => 0xdd, 397 => 'Prefs' }, - 'prereadfastresetcount' => { 142 => 0x187e }, - 'prereleaseburstlength' => { 248 => 0x712, 249 => 0x782, 321 => 0x287 }, - 'preservedfilename' => { 544 => 'PreservedFileName' }, - 'preservedspecimen' => { 122 => 'PreservedSpecimen' }, - 'preservedspecimenmaterialsampleid' => { 122 => [\'PreservedSpecimen','PreservedSpecimenMaterialSampleID'] }, - 'presettype' => { 514 => 'PresetType', 516 => 'PresetType' }, - 'presetwhitebalance' => { 188 => 0x24, 488 => 0x8002 }, - 'presetwhitebalanceadj' => { 488 => 0x8014 }, - 'pressure' => { 123 => 0x9402, 521 => 'Pressure' }, - 'previewapplicationname' => { 123 => 0xc716 }, - 'previewapplicationversion' => { 123 => 0xc717 }, - 'previewbutton' => { 305 => ['14.1','15.1'], 306 => '15.1', 308 => '15.1', 309 => '15.1', 314 => '29.1', 315 => '14.1', 318 => '15.1', 319 => '15.1' }, - 'previewbuttonplusdials' => { 305 => ['14.2','15.2'], 306 => '15.2', 308 => '43.1', 309 => '43.1', 314 => '31.2', 318 => '43.1', 319 => '43.1' }, - 'previewcolorspace' => { 123 => 0xc71a }, - 'previewcropbottom' => { 396 => 0xef }, - 'previewcropleft' => { 396 => 0xec }, - 'previewcropright' => { 396 => 0xee }, - 'previewcroptop' => { 396 => 0xed }, - 'previewdate' => { 408 => 0x0 }, - 'previewdatetime' => { 123 => 0xc71b }, - 'previewimage' => { 117 => 0x2000, 118 => 'Exif-PreviewImage', 124 => 'PreviewImage', 126 => 0x4, 170 => 'data', 190 => 0x81, 330 => 0x280, 347 => 0x300, 402 => 'snal', 410 => 'mcvr', 451 => 0x2001 }, - 'previewimageborders' => { 385 => 0x3e }, - 'previewimageheight' => { 76 => 0x4, 146 => 0xfa58 }, - 'previewimagelength' => { 76 => 0x2, 117 => 0x3, 123 => [0x117,0x202], 190 => 0x89, 260 => 0x202, 325 => 0x102, 330 => 0x1037, 385 => 0x3, 416 => 0x1e, 421 => 0x3, 427 => [0x1b,0x1d], 440 => 0x202 }, - 'previewimagename' => { 170 => '1Name' }, - 'previewimagesize' => { 117 => 0x2, 151 => 0x2, 170 => 'ImageSize', 385 => 0x2, 427 => [0x1c,0x1e], 451 => 0xb02c, 488 => 0x9012 }, - 'previewimagestart' => { 76 => 0x5, 117 => 0x4, 123 => [0x111,0x201], 190 => 0x88, 260 => 0x201, 325 => 0x101, 330 => 0x1036, 385 => 0x4, 416 => 0x1c, 421 => 0x2, 427 => [0x1a,0x1c], 440 => 0x201 }, - 'previewimagetype' => { 170 => '0Type' }, - 'previewimagevalid' => { 325 => 0x100, 330 => 0x1035 }, - 'previewimagewidth' => { 76 => 0x3, 146 => 0xfa57 }, - 'previewquality' => { 76 => 0x1 }, - 'previewsettingsdigest' => { 123 => 0xc719 }, - 'previewsettingsname' => { 123 => 0xc718 }, - 'primaryafpoint' => { 197 => [0x38,0x44,0x7,0x8] }, - 'primarychromaticities' => { 123 => 0x13f, 539 => 'PrimaryChromaticities' }, - 'primaryftp' => { 504 => 'PrimaryFTP' }, - 'primaryslot' => { 250 => 0x25, 268 => 0x2 }, - 'printim' => { 123 => 0xc4a5 }, - 'prioritysetinawb' => { 451 => 0x202b }, - 'prioritysetupshutterrelease' => { 188 => 0x1d, 437 => 0x28 }, - 'privatertkinfo' => { 506 => 'privateRTKInfo' }, - 'processbordercolsleft' => { 142 => 0xc61 }, - 'processbordercolsright' => { 142 => 0xc62 }, - 'processborderrowsbottom' => { 142 => 0xc64 }, - 'processborderrowstop' => { 142 => 0xc63 }, - 'processingsoftware' => { 123 => 0xb }, - 'processversion' => { 514 => 'ProcessVersion', 516 => 'ProcessVersion' }, - 'producer' => { 183 => 'WM/Producer', 334 => 'Producer', 402 => "\xa9prd", 404 => 'producer', 410 => "\xa9prd", 530 => 'Producer' }, - 'producerkeywords' => { 410 => "\xa9pdk" }, - 'productcode' => { 533 => 'productCode' }, - 'productid' => { 136 => 0x32, 402 => 'prID', 532 => 'productID' }, - 'productidtype' => { 532 => 'productIDType' }, - 'productinimage' => { 528 => 'ProductInImage' }, - 'productinimagedescription' => { 528 => [\'ProductInImage','ProductInImageProductDescription'] }, - 'productinimagegtin' => { 528 => [\'ProductInImage','ProductInImageProductGTIN'] }, - 'productinimagename' => { 528 => [\'ProductInImage','ProductInImageProductName'] }, - 'productinimageproductid' => { 528 => [\'ProductInImage','ProductInImageProductId'] }, - 'productioncode' => { 364 => 0x2 }, - 'productorserviceconstraints' => { 335 => 'ProductOrServiceConstraints' }, - 'productversion' => { 402 => 'VERS' }, - 'profession' => { 533 => 'profession' }, - 'profile' => { 492 => [\'Profiles','ProfilesProfile'] }, - 'profilecalibrationsig' => { 123 => 0xc6f4 }, - 'profilecameraindices' => { 492 => [\'Profiles','ProfilesProfileCameraIndices'] }, - 'profilecopyright' => { 123 => 0xc6fe }, - 'profiledynamicrange' => { 123 => 0xcd47 }, - 'profileembedpolicy' => { 123 => 0xc6fd }, - 'profilegaintablemap' => { 123 => 0xcd2d }, - 'profilegaintablemap2' => { 123 => 0xcd40 }, - 'profilegroupname' => { 123 => 0xcd48 }, - 'profilehuesatmapdata1' => { 123 => 0xc6fa }, - 'profilehuesatmapdata2' => { 123 => 0xc6fb }, - 'profilehuesatmapdata3' => { 123 => 0xcd39 }, - 'profilehuesatmapdims' => { 123 => 0xc6f9 }, - 'profilehuesatmapencoding' => { 123 => 0xc7a3 }, - 'profilelooktabledata' => { 123 => 0xc726 }, - 'profilelooktabledims' => { 123 => 0xc725 }, - 'profilelooktableencoding' => { 123 => 0xc7a4 }, - 'profilename' => { 123 => 0xc6f8, 336 => 'iCCP-name' }, - 'profiles' => { 492 => 'Profiles' }, - 'profiletonecurve' => { 123 => 0xc6fc }, - 'profiletype' => { 492 => [\'Profiles','ProfilesProfileType'] }, - 'programiso' => { 349 => 0x3c }, - 'programline' => { 365 => '1.1' }, - 'programmode' => { 193 => 0x5 }, - 'programshift' => { 240 => 0xd }, - 'programversion' => { 135 => 0x46 }, - 'prohibits' => { 512 => 'prohibits' }, - 'projectiontype' => { 502 => 'ProjectionType', 503 => 'ProjectionType' }, - 'projectname' => { 543 => 'projectName' }, - 'projectref' => { 543 => 'projectRef' }, - 'projectrefpath' => { 543 => [\'projectRef','projectRefPath'] }, - 'projectreftype' => { 543 => [\'projectRef','projectRefType'] }, - 'promotionurl' => { 183 => 'WM/PromotionURL' }, - 'propertyreleaseid' => { 335 => 'PropertyReleaseID' }, - 'propertyreleasestatus' => { 335 => 'PropertyReleaseStatus' }, - 'provider' => { 183 => 'WM/Provider' }, - 'province-state' => { 135 => 0x5f }, - 'publicationdate' => { 533 => 'publicationDate' }, - 'publicationdatea-platform' => { 533 => [\'publicationDate','publicationDateA-platform'] }, - 'publicationdatedate' => { 533 => [\'publicationDate','publicationDateDate'] }, - 'publicationdisplaydate' => { 533 => 'publicationDisplayDate' }, - 'publicationdisplaydatea-platform' => { 533 => [\'publicationDisplayDate','publicationDisplayDateA-platform'] }, - 'publicationdisplaydatedate' => { 533 => [\'publicationDisplayDate','publicationDisplayDateDate'] }, - 'publicationevent' => { 528 => 'PublicationEvent' }, - 'publicationeventdate' => { 528 => [\'PublicationEvent','PublicationEventDate'] }, - 'publicationeventidentifier' => { 528 => [\'PublicationEvent','PublicationEventIdentifier'] }, - 'publicationeventname' => { 528 => [\'PublicationEvent','PublicationEventName'] }, - 'publicationname' => { 533 => 'publicationName' }, - 'publisher' => { 183 => 'WM/Publisher', 402 => "\xa9pub", 404 => 'publisher', 517 => 'publisher' }, - 'publishingfrequency' => { 533 => 'publishingFrequency' }, - 'pulldown' => { 543 => 'pullDown' }, - 'purchasedate' => { 402 => 'purd' }, - 'purplehsl' => { 107 => 0x20916 }, - 'pxshiftperiphedgenr' => { 488 => 0x9013 }, - 'pxshiftperiphedgenrvalue' => { 488 => 0x9014 }, - 'quality' => { 0 => 0x1, 36 => 0x3, 116 => 0x2, 117 => 0x3002, 131 => 0x1000, 144 => 0x9, 240 => 0x4, 287 => 0x3, 330 => 0x201, 344 => 0x300, 385 => 0x8, 392 => 0x2, 427 => 0x16, 437 => 0x56, 438 => 0x56, 439 => 0xb, 451 => [0x102,0x202e] }, - 'quality2' => { 460 => 0x1170, 461 => 0x1174, 462 => 0x1150, 464 => 0x11a8, 465 => 0x1060, 466 => 0x258, 467 => 0x258, 468 => 0x247, 474 => 0x29, 475 => 0x25, 476 => 0x2a }, - 'qualitybutton' => { 322 => 0x17d, 323 => 0x195 }, - 'qualitybuttonplaybackmode' => { 322 => 0x1bf, 323 => 0x1d7 }, + 'photoshootingmenubank' => { 246 => 0x11e, 247 => 0x11e, 248 => 0x112, 249 => 0x122, 250 => 0x122, 251 => 0x24, 269 => 0x0 }, + 'photoshootingmenubankimagearea' => { 244 => 0x6dd, 246 => 0x144, 247 => 0x144, 248 => 0x134, 249 => 0x148, 250 => 0x148, 269 => '7.1' }, + 'photoshopbgrthumbnail' => { 400 => 0x409 }, + 'photoshopquality' => { 399 => 0x0 }, + 'photoshopthumbnail' => { 400 => 0x40c }, + 'photostyle' => { 350 => 0x89 }, + 'picasawebgphotoid' => { 520 => 'picasawebGPhotoId' }, + 'pick' => { 544 => 'pick' }, + 'picklabel' => { 520 => 'PickLabel' }, + 'pictinfo' => { 427 => 0x208 }, + 'picturecontrol' => { 299 => 0xe2173c47 }, + 'picturecontrolactive' => { 302 => 0x0 }, + 'picturecontroladjust' => { 257 => 0x30, 258 => 0x30, 259 => 0x36 }, + 'picturecontrolbase' => { 257 => 0x18, 258 => 0x18, 259 => 0x1c }, + 'picturecontroldata' => { 241 => [0xbd,0x23] }, + 'picturecontrolmode' => { 302 => 0x13 }, + 'picturecontrolname' => { 257 => 0x4, 258 => 0x4, 259 => 0x8 }, + 'picturecontrolquickadjust' => { 257 => 0x31, 258 => 0x31, 259 => 0x37 }, + 'pictureeffect' => { 452 => 0x200e }, + 'pictureeffect2' => { 461 => 0x1163, 462 => 0x1167, 463 => 0x1143, 464 => 0x11bf, 465 => 0x119b, 466 => 0x1053, 467 => 0x24b, 468 => 0x24b, 469 => 0x23c, 484 => 0x46 }, + 'picturefinish' => { 187 => 0x71 }, + 'picturemode' => { 132 => 0x1031, 326 => 0x520, 386 => [0xb,0x33], 428 => 0x3d }, + 'picturemode2' => { 366 => 0x0 }, + 'picturemodebwfilter' => { 326 => 0x525 }, + 'picturemodecontrast' => { 326 => 0x523 }, + 'picturemodeeffect' => { 326 => 0x52d }, + 'picturemodehue' => { 326 => 0x522 }, + 'picturemodesaturation' => { 326 => 0x521 }, + 'picturemodesharpness' => { 326 => 0x524 }, + 'picturemodetone' => { 326 => 0x526 }, + 'pictureprofile' => { 461 => [0x115e,0x115f], 462 => [0x1162,0x1163], 463 => [0x113e,0x113f], 464 => [0x11ba,0x11bb], 465 => [0x1196,0x1197], 466 => [0x104e,0x104f], 467 => [0x246,0x247], 468 => [0x246,0x247], 469 => [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, 78 => 0xa, 108 => 0x20301, 114 => 0x2 }, + 'picturestylepc' => { 68 => 0x4009 }, + 'picturestyleuserdef' => { 68 => 0x4008 }, + 'picturewizard' => { 425 => 0x21 }, + 'picturewizardcolor' => { 424 => 0x1 }, + 'picturewizardcontrast' => { 424 => 0x4 }, + 'picturewizardmode' => { 424 => 0x0 }, + 'picturewizardsaturation' => { 424 => 0x2 }, + 'picturewizardsharpness' => { 424 => 0x3 }, + 'pipelineversion' => { 181 => 'PipelineVersion' }, + 'pitch' => { 120 => 0x6, 307 => '4.1', 319 => '4.1', 411 => ['ptch',"\xa9fpt"] }, + 'pitchangle' => { 65 => 0x5, 255 => 0x4, 326 => 0x904, 340 => 'PitchAngle', 350 => 0x91, 384 => 0x2, 385 => 0x5, 423 => 0x1 }, + 'pitchshift' => { 405 => 'player.movie.audio.pitchshift' }, + 'pixelaspectratio' => { 404 => 'pasp' }, + 'pixelclockfrequency' => { 143 => 0x40b }, + 'pixelcorrectionoffset' => { 143 => 0x972 }, + 'pixelcorrectionscale' => { 143 => 0x971 }, + 'pixelscale' => { 124 => 0x830e }, + 'pixelshiftdelay' => { 247 => 0x802 }, + 'pixelshiftinfo' => { 452 => 0x202f }, + 'pixelshiftnumbershots' => { 247 => 0x800 }, + 'pixelshiftoffset' => { 132 => 0x1106 }, + 'pixelshiftresolution' => { 387 => 0x0 }, + 'pixelshiftshooting' => { 247 => 0x7fe }, + 'pixelshiftshots' => { 132 => 0x1105 }, + 'pixelsperunitx' => { 338 => 0x0 }, + 'pixelsperunity' => { 338 => 0x4 }, + 'pixelunits' => { 338 => 0x8 }, + 'planarconfiguration' => { 124 => 0x11c, 540 => 'PlanarConfiguration' }, + 'plane' => { 493 => [\'Planes','PlanesPlane'] }, + 'planeboundary' => { 493 => [\'Planes','PlanesPlaneBoundary'] }, + 'planeboundaryvertexcount' => { 493 => [\'Planes','PlanesPlaneBoundaryVertexCount'] }, + 'planeextentx' => { 493 => [\'Planes','PlanesPlaneExtentX'] }, + 'planeextentz' => { 493 => [\'Planes','PlanesPlaneExtentZ'] }, + 'planepose' => { 493 => [\'Planes','PlanesPlanePose'] }, + 'planeposepositionx' => { 493 => [\'Planes','PlanesPlanePosePositionX'] }, + 'planeposepositiony' => { 493 => [\'Planes','PlanesPlanePosePositionY'] }, + 'planeposepositionz' => { 493 => [\'Planes','PlanesPlanePosePositionZ'] }, + 'planeposerotationw' => { 493 => [\'Planes','PlanesPlanePoseRotationW'] }, + 'planeposerotationx' => { 493 => [\'Planes','PlanesPlanePoseRotationX'] }, + 'planeposerotationy' => { 493 => [\'Planes','PlanesPlanePoseRotationY'] }, + 'planeposerotationz' => { 493 => [\'Planes','PlanesPlanePoseRotationZ'] }, + 'planeposetimestamp' => { 493 => [\'Planes','PlanesPlanePoseTimestamp'] }, + 'planes' => { 493 => 'Planes' }, + 'planningref' => { 529 => 'PlanningRef' }, + 'planningrefidentifier' => { 529 => [\'PlanningRef','PlanningRefIdentifier'] }, + 'planningrefname' => { 529 => [\'PlanningRef','PlanningRefName'] }, + 'planningrefrole' => { 529 => [\'PlanningRef','PlanningRefRole'] }, + 'platenames' => { 549 => 'PlateNames' }, + 'platform' => { 534 => 'platform' }, + 'playallframes' => { 411 => 'AllF' }, + 'playbackbutton' => { 247 => 0x804, 250 => 0x808 }, + 'playbackbuttonplaybackmode' => { 247 => 0x80e, 250 => 0x814 }, + 'playbackflickdown' => { 322 => 0x159, 323 => 0x159, 324 => 0x171 }, + 'playbackflickup' => { 322 => 0x155, 323 => 0x155, 324 => 0x16d }, + 'playbackmenustime' => { 311 => '20.1', 312 => '21.1', 313 => '21.1' }, + 'playbackmonitorofftime' => { 306 => '25.2', 307 => '36.1', 309 => '36.1', 310 => '36.1', 314 => '35.1', 315 => '8.1', 316 => '35.1', 319 => '36.1', 320 => '36.1', 321 => '21.1', 322 => 0x33, 323 => 0x33, 324 => 0x33 }, + 'playbackzoom' => { 307 => '37.1' }, + 'playdisplay' => { 189 => 0x4e }, + 'playerversion' => { 405 => 'player.version' }, + 'playgap' => { 403 => 'pgap' }, + 'playmode' => { 411 => 'SDLN' }, + 'playselection' => { 411 => 'SelO' }, + 'plusversion' => { 336 => 'Version' }, + 'pmversion' => { 398 => 'PMVersion' }, + 'pngwarning' => { 339 => 'Warning' }, + 'podcast' => { 403 => 'pcst' }, + 'podcasturl' => { 403 => 'purl' }, + 'poilevel' => { 240 => 0x8 }, + 'portraitimpressionbalance' => { 246 => 0x26e, 247 => 0x26e, 260 => 0xa0 }, + 'portraitnote' => { 497 => 'PortraitNote' }, + 'portraitoutputhighlightpoint' => { 114 => 0x1d }, + 'portraitoutputshadowpoint' => { 114 => 0x1e }, + 'portraitrawcolortone' => { 114 => 0x16 }, + 'portraitrawcontrast' => { 114 => 0x18 }, + 'portraitrawhighlight' => { 114 => 0x76 }, + 'portraitrawhighlightpoint' => { 114 => 0x1b }, + 'portraitrawlinear' => { 114 => 0x19 }, + 'portraitrawsaturation' => { 114 => 0x17 }, + 'portraitrawshadow' => { 114 => 0x7f }, + 'portraitrawshadowpoint' => { 114 => 0x1c }, + 'portraitrawsharpness' => { 114 => 0x1a }, + 'portraitrefiner' => { 118 => 0x302b }, + 'portraitrequest' => { 497 => 'PortraitRequest' }, + 'portraitunsharpmaskfineness' => { 114 => 0x9a }, + 'portraitunsharpmaskstrength' => { 114 => 0x98 }, + 'portraitunsharpmaskthreshold' => { 114 => 0x9c }, + 'portraitversion' => { 497 => 'PortraitVersion' }, + 'pose' => { 493 => 'Pose' }, + 'poseheadingdegrees' => { 503 => 'PoseHeadingDegrees' }, + 'posepitchdegrees' => { 503 => 'PosePitchDegrees' }, + 'posepositionx' => { 493 => [\'Pose','PosePositionX'] }, + 'posepositiony' => { 493 => [\'Pose','PosePositionY'] }, + 'posepositionz' => { 493 => [\'Pose','PosePositionZ'] }, + 'poserolldegrees' => { 503 => 'PoseRollDegrees' }, + 'poserotationw' => { 493 => [\'Pose','PoseRotationW'] }, + 'poserotationx' => { 493 => [\'Pose','PoseRotationX'] }, + 'poserotationy' => { 493 => [\'Pose','PoseRotationY'] }, + 'poserotationz' => { 493 => [\'Pose','PoseRotationZ'] }, + 'posetimestamp' => { 493 => [\'Pose','PoseTimestamp'] }, + 'positiondescriptor' => { 533 => 'positionDescriptor' }, + 'postalcode' => { 166 => 'PostalCode' }, + 'postcropvignetteamount' => { 515 => 'PostCropVignetteAmount', 517 => 'PostCropVignetteAmount' }, + 'postcropvignettefeather' => { 515 => 'PostCropVignetteFeather', 517 => 'PostCropVignetteFeather' }, + 'postcropvignettehighlightcontrast' => { 515 => 'PostCropVignetteHighlightContrast', 517 => 'PostCropVignetteHighlightContrast' }, + 'postcropvignettemidpoint' => { 515 => 'PostCropVignetteMidpoint', 517 => 'PostCropVignetteMidpoint' }, + 'postcropvignetteroundness' => { 515 => 'PostCropVignetteRoundness', 517 => 'PostCropVignetteRoundness' }, + 'postcropvignettestyle' => { 515 => 'PostCropVignetteStyle', 517 => 'PostCropVignetteStyle' }, + 'postfocusmerging' => { 350 => 0xbf }, + 'postreleaseburstlength' => { 249 => 0x714, 250 => 0x784, 322 => 0x289 }, + 'potentialface1position' => { 448 => 0xb }, + 'potentialface2position' => { 448 => 0x15 }, + 'potentialface3position' => { 448 => 0x1f }, + 'potentialface4position' => { 448 => 0x29 }, + 'potentialface5position' => { 448 => 0x33 }, + 'potentialface6position' => { 448 => 0x3d }, + 'potentialface7position' => { 448 => 0x47 }, + 'potentialface8position' => { 448 => 0x51 }, + 'poweravailable' => { 364 => '0.2' }, + 'powersource' => { 364 => '0.1' }, + 'poweruptime' => { 241 => 0xb6 }, + 'preaf' => { 131 => '0.2' }, + 'precaptureframes' => { 331 => 0x300 }, + 'predictor' => { 124 => 0x13d }, + 'preflashreturnstrength' => { 277 => 0x28a }, + 'prefs' => { 136 => 0xdd, 398 => 'Prefs' }, + 'prereadfastresetcount' => { 143 => 0x187e }, + 'prereleaseburstlength' => { 249 => 0x712, 250 => 0x782, 322 => 0x287 }, + 'preservedfilename' => { 545 => 'PreservedFileName' }, + 'preservedspecimen' => { 123 => 'PreservedSpecimen' }, + 'preservedspecimenmaterialsampleid' => { 123 => [\'PreservedSpecimen','PreservedSpecimenMaterialSampleID'] }, + 'presettype' => { 515 => 'PresetType', 517 => 'PresetType' }, + 'presetwhitebalance' => { 189 => 0x24, 489 => 0x8002 }, + 'presetwhitebalanceadj' => { 489 => 0x8014 }, + 'pressure' => { 124 => 0x9402, 522 => 'Pressure' }, + 'previewapplicationname' => { 124 => 0xc716 }, + 'previewapplicationversion' => { 124 => 0xc717 }, + 'previewbutton' => { 306 => ['14.1','15.1'], 307 => '15.1', 309 => '15.1', 310 => '15.1', 315 => '29.1', 316 => '14.1', 319 => '15.1', 320 => '15.1' }, + 'previewbuttonplusdials' => { 306 => ['14.2','15.2'], 307 => '15.2', 309 => '43.1', 310 => '43.1', 315 => '31.2', 319 => '43.1', 320 => '43.1' }, + 'previewcolorspace' => { 124 => 0xc71a }, + 'previewcropbottom' => { 397 => 0xef }, + 'previewcropleft' => { 397 => 0xec }, + 'previewcropright' => { 397 => 0xee }, + 'previewcroptop' => { 397 => 0xed }, + 'previewdate' => { 409 => 0x0 }, + 'previewdatetime' => { 124 => 0xc71b }, + 'previewimage' => { 118 => 0x2000, 119 => 'Exif-PreviewImage', 125 => 'PreviewImage', 127 => 0x4, 171 => 'data', 191 => 0x81, 331 => 0x280, 348 => 0x300, 403 => 'snal', 411 => 'mcvr', 452 => 0x2001 }, + 'previewimageborders' => { 386 => 0x3e }, + 'previewimageheight' => { 77 => 0x4, 147 => 0xfa58 }, + 'previewimagelength' => { 77 => 0x2, 118 => 0x3, 124 => [0x117,0x202], 191 => 0x89, 261 => 0x202, 326 => 0x102, 331 => 0x1037, 386 => 0x3, 417 => 0x1e, 422 => 0x3, 428 => [0x1b,0x1d], 441 => 0x202 }, + 'previewimagename' => { 171 => '1Name' }, + 'previewimagesize' => { 118 => 0x2, 152 => 0x2, 171 => 'ImageSize', 386 => 0x2, 428 => [0x1c,0x1e], 452 => 0xb02c, 489 => 0x9012 }, + 'previewimagestart' => { 77 => 0x5, 118 => 0x4, 124 => [0x111,0x201], 191 => 0x88, 261 => 0x201, 326 => 0x101, 331 => 0x1036, 386 => 0x4, 417 => 0x1c, 422 => 0x2, 428 => [0x1a,0x1c], 441 => 0x201 }, + 'previewimagetype' => { 171 => '0Type' }, + 'previewimagevalid' => { 326 => 0x100, 331 => 0x1035 }, + 'previewimagewidth' => { 77 => 0x3, 147 => 0xfa57 }, + 'previewquality' => { 77 => 0x1 }, + 'previewsettingsdigest' => { 124 => 0xc719 }, + 'previewsettingsname' => { 124 => 0xc718 }, + 'primaryafpoint' => { 198 => [0x38,0x44,0x7,0x8] }, + 'primarychromaticities' => { 124 => 0x13f, 540 => 'PrimaryChromaticities' }, + 'primaryftp' => { 505 => 'PrimaryFTP' }, + 'primaryslot' => { 251 => 0x25, 269 => 0x2 }, + 'printim' => { 124 => 0xc4a5 }, + 'prioritysetinawb' => { 452 => 0x202b }, + 'prioritysetupshutterrelease' => { 189 => 0x1d, 438 => 0x28 }, + 'privatertkinfo' => { 507 => 'privateRTKInfo' }, + 'processbordercolsleft' => { 143 => 0xc61 }, + 'processbordercolsright' => { 143 => 0xc62 }, + 'processborderrowsbottom' => { 143 => 0xc64 }, + 'processborderrowstop' => { 143 => 0xc63 }, + 'processingsoftware' => { 124 => 0xb }, + 'processversion' => { 515 => 'ProcessVersion', 517 => 'ProcessVersion' }, + 'producer' => { 184 => 'WM/Producer', 335 => 'Producer', 403 => "\xa9prd", 405 => 'producer', 411 => "\xa9prd", 531 => 'Producer' }, + 'producerkeywords' => { 411 => "\xa9pdk" }, + 'productcode' => { 534 => 'productCode' }, + 'productid' => { 137 => 0x32, 403 => 'prID', 533 => 'productID' }, + 'productidtype' => { 533 => 'productIDType' }, + 'productinimage' => { 529 => 'ProductInImage' }, + 'productinimagedescription' => { 529 => [\'ProductInImage','ProductInImageProductDescription'] }, + 'productinimagegtin' => { 529 => [\'ProductInImage','ProductInImageProductGTIN'] }, + 'productinimagename' => { 529 => [\'ProductInImage','ProductInImageProductName'] }, + 'productinimageproductid' => { 529 => [\'ProductInImage','ProductInImageProductId'] }, + 'productioncode' => { 365 => 0x2 }, + 'productorserviceconstraints' => { 336 => 'ProductOrServiceConstraints' }, + 'productversion' => { 403 => 'VERS' }, + 'profession' => { 534 => 'profession' }, + 'profile' => { 493 => [\'Profiles','ProfilesProfile'] }, + 'profilecalibrationsig' => { 124 => 0xc6f4 }, + 'profilecameraindices' => { 493 => [\'Profiles','ProfilesProfileCameraIndices'] }, + 'profilecopyright' => { 124 => 0xc6fe }, + 'profiledynamicrange' => { 124 => 0xcd47 }, + 'profileembedpolicy' => { 124 => 0xc6fd }, + 'profilegaintablemap' => { 124 => 0xcd2d }, + 'profilegaintablemap2' => { 124 => 0xcd40 }, + 'profilegroupname' => { 124 => 0xcd48 }, + 'profilehuesatmapdata1' => { 124 => 0xc6fa }, + 'profilehuesatmapdata2' => { 124 => 0xc6fb }, + 'profilehuesatmapdata3' => { 124 => 0xcd39 }, + 'profilehuesatmapdims' => { 124 => 0xc6f9 }, + 'profilehuesatmapencoding' => { 124 => 0xc7a3 }, + 'profilelooktabledata' => { 124 => 0xc726 }, + 'profilelooktabledims' => { 124 => 0xc725 }, + 'profilelooktableencoding' => { 124 => 0xc7a4 }, + 'profilename' => { 124 => 0xc6f8, 337 => 'iCCP-name' }, + 'profiles' => { 493 => 'Profiles' }, + 'profiletonecurve' => { 124 => 0xc6fc }, + 'profiletype' => { 493 => [\'Profiles','ProfilesProfileType'] }, + 'programiso' => { 350 => 0x3c }, + 'programline' => { 366 => '1.1' }, + 'programmode' => { 194 => 0x5 }, + 'programshift' => { 241 => 0xd }, + 'programversion' => { 136 => 0x46 }, + 'prohibits' => { 513 => 'prohibits' }, + 'projectiontype' => { 503 => 'ProjectionType', 504 => 'ProjectionType' }, + 'projectname' => { 544 => 'projectName' }, + 'projectref' => { 544 => 'projectRef' }, + 'projectrefpath' => { 544 => [\'projectRef','projectRefPath'] }, + 'projectreftype' => { 544 => [\'projectRef','projectRefType'] }, + 'promotionurl' => { 184 => 'WM/PromotionURL' }, + 'propertyreleaseid' => { 336 => 'PropertyReleaseID' }, + 'propertyreleasestatus' => { 336 => 'PropertyReleaseStatus' }, + 'provider' => { 184 => 'WM/Provider' }, + 'province-state' => { 136 => 0x5f }, + 'publicationdate' => { 534 => 'publicationDate' }, + 'publicationdatea-platform' => { 534 => [\'publicationDate','publicationDateA-platform'] }, + 'publicationdatedate' => { 534 => [\'publicationDate','publicationDateDate'] }, + 'publicationdisplaydate' => { 534 => 'publicationDisplayDate' }, + 'publicationdisplaydatea-platform' => { 534 => [\'publicationDisplayDate','publicationDisplayDateA-platform'] }, + 'publicationdisplaydatedate' => { 534 => [\'publicationDisplayDate','publicationDisplayDateDate'] }, + 'publicationevent' => { 529 => 'PublicationEvent' }, + 'publicationeventdate' => { 529 => [\'PublicationEvent','PublicationEventDate'] }, + 'publicationeventidentifier' => { 529 => [\'PublicationEvent','PublicationEventIdentifier'] }, + 'publicationeventname' => { 529 => [\'PublicationEvent','PublicationEventName'] }, + 'publicationname' => { 534 => 'publicationName' }, + 'publisher' => { 184 => 'WM/Publisher', 403 => "\xa9pub", 405 => 'publisher', 518 => 'publisher' }, + 'publishingfrequency' => { 534 => 'publishingFrequency' }, + 'pulldown' => { 544 => 'pullDown' }, + 'purchasedate' => { 403 => 'purd' }, + 'purplehsl' => { 108 => 0x20916 }, + 'pxshiftperiphedgenr' => { 489 => 0x9013 }, + 'pxshiftperiphedgenrvalue' => { 489 => 0x9014 }, + 'quality' => { 0 => 0x1, 36 => 0x3, 117 => 0x2, 118 => 0x3002, 132 => 0x1000, 145 => 0x9, 241 => 0x4, 288 => 0x3, 331 => 0x201, 345 => 0x300, 386 => 0x8, 393 => 0x2, 428 => 0x16, 438 => 0x56, 439 => 0x56, 440 => 0xb, 452 => [0x102,0x202e] }, + 'quality2' => { 461 => 0x1170, 462 => 0x1174, 463 => 0x1150, 465 => 0x11a8, 466 => 0x1060, 467 => 0x258, 468 => 0x258, 469 => 0x247, 475 => 0x29, 476 => 0x25, 477 => 0x2a }, + 'qualitybutton' => { 323 => 0x17d, 324 => 0x195 }, + 'qualitybuttonplaybackmode' => { 323 => 0x1bf, 324 => 0x1d7 }, 'qualityhint' => { 1 => 0x1a }, - 'qualitymode' => { 117 => 0x8 }, - 'quantizationmethod' => { 137 => 0x78 }, - 'quickadjust' => { 301 => 0x2a }, - 'quickcontroldialinmeter' => { 88 => 0x703 }, - 'quickfix' => { 298 => 0x416391c6 }, - 'quickshot' => { 426 => 0x213 }, - 'quiettime' => { 142 => 0x188a }, - 'radialdistortioncoefficient1' => { 215 => 0x14 }, - 'radialdistortioncoefficient2' => { 215 => 0x1c }, - 'radialdistortioncoefficient3' => { 215 => 0x24 }, - 'rads' => { 410 => 'rads' }, - 'rangefinder' => { 310 => '4.1', 311 => '5.1', 312 => '5.1' }, - 'rangemask' => { 514 => 'RangeMaskMapInfo', 516 => 'RangeMaskMapInfo' }, - 'rangemaskmapinfo' => { 514 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'], 516 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'] }, - 'rangemaskmapinfolabmax' => { 514 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'], 516 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'] }, - 'rangemaskmapinfolabmin' => { 514 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'], 516 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'] }, - 'rangemaskmapinfolumeq' => { 514 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'], 516 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'] }, - 'rangemaskmapinforgbmax' => { 514 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'], 516 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'] }, - 'rangemaskmapinforgbmin' => { 514 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'], 516 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'] }, - 'rasterizedcaption' => { 135 => 0x7d }, - 'rating' => { 107 => 0x10100, 123 => 0x4746, 131 => 0x1431, 396 => 0xdf, 402 => 'rtng', 410 => 'rtng', 451 => 0x2002, 509 => 'rating', 518 => 'rating', 528 => 'Rating', 533 => 'rating', 541 => 'Rating' }, - 'ratingpercent' => { 123 => 0x4749, 182 => 'Rating', 402 => 'rate', 541 => 'RatingPercent' }, - 'ratingregion' => { 528 => [\'Rating','RatingRatingRegion'] }, - 'ratingregioncity' => { 528 => [\'Rating','RatingRatingRegionCity'] }, - 'ratingregioncountrycode' => { 528 => [\'Rating','RatingRatingRegionCountryCode'] }, - 'ratingregioncountryname' => { 528 => [\'Rating','RatingRatingRegionCountryName'] }, - 'ratingregiongpsaltitude' => { 528 => [\'Rating','RatingRatingRegionGPSAltitude'] }, - 'ratingregiongpsaltituderef' => { 528 => [\'Rating','RatingRatingRegionGPSAltitudeRef'] }, - 'ratingregiongpslatitude' => { 528 => [\'Rating','RatingRatingRegionGPSLatitude'] }, - 'ratingregiongpslongitude' => { 528 => [\'Rating','RatingRatingRegionGPSLongitude'] }, - 'ratingregionidentifier' => { 528 => [\'Rating','RatingRatingRegionIdentifier'] }, - 'ratingregionlocationid' => { 528 => [\'Rating','RatingRatingRegionLocationId'] }, - 'ratingregionlocationname' => { 528 => [\'Rating','RatingRatingRegionLocationName'] }, - 'ratingregionprovincestate' => { 528 => [\'Rating','RatingRatingRegionProvinceState'] }, - 'ratingregionsublocation' => { 528 => [\'Rating','RatingRatingRegionSublocation'] }, - 'ratingregionworldregion' => { 528 => [\'Rating','RatingRatingRegionWorldRegion'] }, - 'ratingscalemaxvalue' => { 528 => [\'Rating','RatingRatingScaleMaxValue'] }, - 'ratingscaleminvalue' => { 528 => [\'Rating','RatingRatingScaleMinValue'] }, - 'ratingsourcelink' => { 528 => [\'Rating','RatingRatingSourceLink'] }, - 'ratingvalue' => { 528 => [\'Rating','RatingRatingValue'] }, - 'ratingvaluelogolink' => { 528 => [\'Rating','RatingRatingValueLogoLink'] }, - 'rawandjpgrecording' => { 86 => 0x8, 190 => 0x109, 365 => 0xd }, - 'rawbrightnessadj' => { 107 => 0x20001, 112 => 0x38 }, - 'rawburstimagecount' => { 78 => 0x2 }, - 'rawburstimagenum' => { 78 => 0x1 }, - 'rawcoloradj' => { 112 => 0x2e }, - 'rawcropbottom' => { 396 => 0xd4 }, - 'rawcropleft' => { 396 => 0xd1 }, - 'rawcropright' => { 396 => 0xd3 }, - 'rawcroptop' => { 396 => 0xd2 }, - 'rawcustomsaturation' => { 112 => 0x30 }, - 'rawcustomtone' => { 112 => 0x34 }, - 'rawdata' => { 424 => 0xa048 }, - 'rawdatabyteorder' => { 424 => 0x40 }, - 'rawdatacfapattern' => { 424 => 0x50 }, - 'rawdatauniqueid' => { 123 => 0xc65d }, - 'rawdepth' => { 192 => 0x10 }, - 'rawdevartfilter' => { 332 => 0x121 }, - 'rawdevautogradation' => { 332 => 0x119 }, - 'rawdevcolorspace' => { 331 => 0x108, 332 => 0x109 }, - 'rawdevcontrastvalue' => { 331 => 0x106, 332 => 0x105 }, - 'rawdeveditstatus' => { 331 => 0x10b }, - 'rawdevelopingsoftware' => { 123 => 0xa43a }, - 'rawdevelopmentprocess' => { 385 => 0x62 }, - 'rawdevengine' => { 331 => 0x109, 332 => 0x10b }, - 'rawdevexposurebiasvalue' => { 331 => 0x100, 332 => 0x100 }, - 'rawdevgradation' => { 332 => 0x112 }, - 'rawdevgraypoint' => { 331 => 0x103, 332 => 0x104 }, - 'rawdevmemorycoloremphasis' => { 331 => 0x105, 332 => 0x108 }, - 'rawdevnoisereduction' => { 331 => 0x10a, 332 => 0x10a }, - 'rawdevpicturemode' => { 332 => 0x10c }, - 'rawdevpm_bwfilter' => { 332 => 0x110 }, - 'rawdevpmcontrast' => { 332 => 0x10e }, - 'rawdevpmnoisefilter' => { 332 => 0x120 }, - 'rawdevpmpicturetone' => { 332 => 0x111 }, - 'rawdevpmsaturation' => { 332 => 0x10d }, - 'rawdevpmsharpness' => { 332 => 0x10f }, - 'rawdevsaturation3' => { 332 => 0x113 }, - 'rawdevsaturationemphasis' => { 331 => 0x104, 332 => 0x107 }, - 'rawdevsettings' => { 331 => 0x10c }, - 'rawdevsharpnessvalue' => { 331 => 0x107, 332 => 0x106 }, - 'rawdevversion' => { 331 => 0x0, 332 => 0x0 }, - 'rawdevwbfineadjustment' => { 331 => 0x102, 332 => 0x103 }, - 'rawdevwhitebalance' => { 332 => 0x101 }, - 'rawdevwhitebalancevalue' => { 331 => 0x101, 332 => 0x102 }, - 'rawfile' => { 123 => 0xfe4c }, - 'rawfilename' => { 514 => 'RawFileName', 516 => 'RawFileName' }, - 'rawfiletype' => { 451 => 0x2029 }, - 'rawformat' => { 354 => 0x2d, 394 => 0x10e }, - 'rawimagecenter' => { 240 => 0x99 }, - 'rawimagedigest' => { 123 => 0xc71c }, - 'rawimagesize' => { 385 => 0x39 }, - 'rawinfoversion' => { 333 => 0x0 }, - 'rawjpgheight' => { 103 => 0x4 }, - 'rawjpgquality' => { 59 => 0x6, 103 => 0x1 }, - 'rawjpgsize' => { 59 => 0x7, 103 => 0x2 }, - 'rawjpgwidth' => { 103 => 0x3 }, - 'rawmeasuredrggb' => { 45 => 0x26a, 47 => 0x280, 49 => 0x194, 50 => [0x1ad,0x26b] }, - 'rawrppused' => { 509 => 'rawrppused' }, - 'rawtopreviewgain' => { 123 => 0xc7a8 }, - 'readouttypeactual' => { 142 => 0x1903 }, - 'readouttyperequested' => { 142 => 0x1902 }, - 'reardisplay' => { 305 => '12.3', 306 => '6.2' }, - 'recdevice' => { 528 => 'RecDevice' }, - 'recdeviceattlensdescription' => { 528 => [\'RecDevice','RecDeviceAttLensDescription'] }, - 'recdevicemanufacturer' => { 528 => [\'RecDevice','RecDeviceManufacturer'] }, - 'recdevicemodelname' => { 528 => [\'RecDevice','RecDeviceModelName'] }, - 'recdeviceownersdeviceid' => { 528 => [\'RecDevice','RecDeviceOwnersDeviceId'] }, - 'recdeviceserialnumber' => { 528 => [\'RecDevice','RecDeviceSerialNumber'] }, - 'recipeendingpage' => { 535 => 'recipeEndingPage' }, - 'recipepagerange' => { 535 => 'recipePageRange' }, - 'recipesource' => { 535 => 'recipeSource' }, - 'recipestartingpage' => { 535 => 'recipeStartingPage' }, - 'recipetitle' => { 535 => 'recipeTitle' }, - 'recognizedface1age' => { 342 => 0x20 }, - 'recognizedface1name' => { 342 => 0x4 }, - 'recognizedface1position' => { 342 => 0x18 }, - 'recognizedface2age' => { 342 => 0x50 }, - 'recognizedface2name' => { 342 => 0x34 }, - 'recognizedface2position' => { 342 => 0x48 }, - 'recognizedface3age' => { 342 => 0x80 }, - 'recognizedface3name' => { 342 => 0x64 }, - 'recognizedface3position' => { 342 => 0x78 }, - 'recognizedfaceflags' => { 349 => 0x63 }, - 'recommendedexposureindex' => { 123 => 0x8832, 521 => 'RecommendedExposureIndex' }, - 'record' => { 122 => 'Record' }, - 'recordbasisofrecord' => { 122 => [\'Record','RecordBasisOfRecord'] }, - 'recordcollectioncode' => { 122 => [\'Record','RecordCollectionCode'] }, - 'recordcollectionid' => { 122 => [\'Record','RecordCollectionID'] }, - 'recorddatageneralizations' => { 122 => [\'Record','RecordDataGeneralizations'] }, - 'recorddatasetid' => { 122 => [\'Record','RecordDatasetID'] }, - 'recorddatasetname' => { 122 => [\'Record','RecordDatasetName'] }, - 'recorddisplay' => { 188 => 0x4d }, - 'recorddynamicproperties' => { 122 => [\'Record','RecordDynamicProperties'] }, - 'recordid' => { 101 => 0x1804 }, - 'recordinformationwithheld' => { 122 => [\'Record','RecordInformationWithheld'] }, - 'recordingcopyright' => { 410 => "\xa9phg" }, - 'recordingformat' => { 417 => 0x1000 }, - 'recordingmode' => { 116 => 0x1, 392 => 0x1 }, - 'recordinstitutioncode' => { 122 => [\'Record','RecordInstitutionCode'] }, - 'recordinstitutionid' => { 122 => [\'Record','RecordInstitutionID'] }, - 'recordlabelname' => { 410 => "\xa9lab" }, - 'recordlabelurl' => { 410 => "\xa9lal" }, - 'recordlocationdata' => { 247 => 0x660, 248 => 0x690, 249 => 0x6f8 }, - 'recordmode' => { 36 => 0x9, 117 => 0x3000 }, - 'recordownerinstitutioncode' => { 122 => [\'Record','RecordOwnerInstitutionCode'] }, - 'recordshutterrelease' => { 426 => 0x217 }, - 'redbalance' => { 330 => 0x1017, 354 => 0x11, 385 => 0x1c }, - 'redcurvelimits' => { 112 => 0x18a }, - 'redcurvepoints' => { 111 => 0x2d, 112 => 0x160 }, - 'redeyecorrection' => { 302 => 0x0 }, - 'redeyeinfo' => { 514 => 'RedEyeInfo', 516 => 'RedEyeInfo' }, - 'redeyereduction' => { 188 => 0x41, 437 => 0x6a, 439 => 0x28 }, - 'redeyeremoval' => { 349 => 0xb9 }, - 'redhsl' => { 107 => 0x20910 }, - 'redhue' => { 514 => 'RedHue', 516 => 'RedHue' }, - 'redsaturation' => { 514 => 'RedSaturation', 516 => 'RedSaturation' }, - 'reductionmatrix1' => { 123 => 0xc625 }, - 'reductionmatrix2' => { 123 => 0xc626 }, - 'reductionmatrix3' => { 123 => 0xcd3a }, - 'reelname' => { 123 => 0xc789, 410 => 'reel' }, - 'reference1' => { 526 => [\'TagStructure','TagStructureReference'] }, - 'reference2' => { 526 => [\'TagStructure','TagStructureSubLabelsReference'] }, - 'reference3' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] }, - 'reference4' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] }, - 'reference5' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] }, - 'reference6' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] }, - 'referenceblackwhite' => { 123 => 0x214, 539 => 'ReferenceBlackWhite' }, - 'referencedate' => { 135 => 0x2f }, - 'referencenumber' => { 135 => 0x32 }, - 'references' => { 161 => 'References' }, - 'referenceservice' => { 135 => 0x2d }, - 'regionappliedtodimensions' => { 176 => [\'Regions','RegionsAppliedToDimensions'] }, - 'regionappliedtodimensionsh' => { 176 => [\'Regions','RegionsAppliedToDimensionsH'] }, - 'regionappliedtodimensionsunit' => { 176 => [\'Regions','RegionsAppliedToDimensionsUnit'] }, - 'regionappliedtodimensionsw' => { 176 => [\'Regions','RegionsAppliedToDimensionsW'] }, - 'regionarea' => { 176 => [\'Regions','RegionsRegionListArea'] }, - 'regionaread' => { 176 => [\'Regions','RegionsRegionListAreaD'] }, - 'regionareah' => { 176 => [\'Regions','RegionsRegionListAreaH'] }, - 'regionareaunit' => { 176 => [\'Regions','RegionsRegionListAreaUnit'] }, - 'regionareaw' => { 176 => [\'Regions','RegionsRegionListAreaW'] }, - 'regionareax' => { 176 => [\'Regions','RegionsRegionListAreaX'] }, - 'regionareay' => { 176 => [\'Regions','RegionsRegionListAreaY'] }, - 'regionbarcodevalue' => { 176 => [\'Regions','RegionsRegionListBarCodeValue'] }, - 'regionconstraints' => { 335 => 'RegionConstraints' }, - 'regiondescription' => { 176 => [\'Regions','RegionsRegionListDescription'] }, - 'regionextensions' => { 176 => [\'Regions','RegionsRegionListExtensions'] }, - 'regionfocususage' => { 176 => [\'Regions','RegionsRegionListFocusUsage'] }, - 'regioninfo' => { 176 => 'Regions' }, - 'regioninfoacdsee' => { 489 => 'Regions' }, - 'regioninfodateregionsvalid' => { 179 => [\'RegionInfo','RegionInfoDateRegionsValid'] }, - 'regioninfomp' => { 179 => 'RegionInfo' }, - 'regioninforegions' => { 179 => [\'RegionInfo','RegionInfoRegions'] }, - 'regionlist' => { 176 => [\'Regions','RegionsRegionList'] }, - 'regionname' => { 176 => [\'Regions','RegionsRegionListName'] }, - 'regionpersondisplayname' => { 179 => [\'RegionInfo','RegionInfoRegionsPersonDisplayName'] }, - 'regionpersonemaildigest' => { 179 => [\'RegionInfo','RegionInfoRegionsPersonEmailDigest'] }, - 'regionpersonliveidcid' => { 179 => [\'RegionInfo','RegionInfoRegionsPersonLiveIdCID'] }, - 'regionpersonsourceid' => { 179 => [\'RegionInfo','RegionInfoRegionsPersonSourceID'] }, - 'regionrectangle' => { 179 => [\'RegionInfo','RegionInfoRegionsRectangle'] }, - 'regionrotation' => { 176 => [\'Regions','RegionsRegionListRotation'] }, - 'regionseealso' => { 176 => [\'Regions','RegionsRegionListSeeAlso'] }, - 'regiontype' => { 176 => [\'Regions','RegionsRegionListType'] }, - 'registryentryrole' => { 528 => [\'RegistryId','RegistryIdRegEntryRole'] }, - 'registryid' => { 528 => 'RegistryId' }, - 'registryitemid' => { 528 => [\'RegistryId','RegistryIdRegItemId'] }, - 'registryorganisationid' => { 528 => [\'RegistryId','RegistryIdRegOrgId'] }, - 'relatedaudiofile' => { 159 => 'data' }, - 'relatedaudiofilename' => { 159 => '1Name' }, - 'relatedaudiofiletype' => { 159 => '0Type' }, - 'relatedimagefileformat' => { 123 => 0x1000 }, - 'relatedimageheight' => { 123 => 0x1002 }, - 'relatedimagewidth' => { 123 => 0x1001 }, - 'relatedresourceid' => { 122 => [\'ResourceRelationship','ResourceRelationshipRelatedResourceID'] }, - 'relatedsoundfile' => { 123 => 0xa004, 520 => 'RelatedSoundFile' }, - 'relatedvideofile' => { 173 => 'data' }, - 'relatedvideofilename' => { 173 => '1Name' }, - 'relatedvideofiletype' => { 173 => '0Type' }, - 'relation' => { 517 => 'relation' }, - 'relationshipaccordingto' => { 122 => [\'ResourceRelationship','ResourceRelationshipRelationshipAccordingTo'] }, - 'relationshipestablisheddate' => { 122 => [\'ResourceRelationship','ResourceRelationshipRelationshipEstablishedDate'] }, - 'relationshipofresource' => { 122 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResource'] }, - 'relationshipofresourceid' => { 122 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResourceID'] }, - 'relationshipremarks' => { 122 => [\'ResourceRelationship','ResourceRelationshipRelationshipRemarks'] }, - 'relativealtitude' => { 120 => 'RelativeAltitude' }, - 'relativepeakaudiofilepath' => { 543 => 'relativePeakAudioFilePath' }, - 'relativetimestamp' => { 543 => 'relativeTimestamp' }, - 'relativetimestampscale' => { 543 => [\'relativeTimestamp','relativeTimestampScale'] }, - 'relativetimestampvalue' => { 543 => [\'relativeTimestamp','relativeTimestampValue'] }, - 'releasebuttontousedial' => { 305 => '17.8', 306 => '18.5', 308 => '18.4', 309 => '18.4', 314 => '33.8', 315 => '17.6', 318 => '18.5', 319 => '18.4' }, - 'releasedate' => { 135 => 0x1e, 402 => 'rldt', 509 => 'ReleaseDate', 543 => 'releaseDate' }, - 'releasemode' => { 117 => 0x3001, 244 => 0x5c, 278 => 0x184d, 451 => 0xb049 }, - 'releasemode2' => { 460 => 0x112c, 461 => [0x112c,0x8], 462 => [0x1108,0x8], 463 => [0x1184,0x8], 464 => [0x1160,0x8], 465 => [0x4,0x1018], 466 => [0x4,0x210], 467 => [0x4,0x210], 468 => [0x4,0x208], 470 => [0x67,0x3f], 471 => [0x6b,0x6d,0x73,0x4b], 472 => [0x6b,0x4b], 473 => 0x1f, 474 => 0x10, 475 => 0x10, 476 => 0x9, 483 => 0x34 }, - 'releasemode3' => { 460 => 0x1128, 461 => 0x1128, 462 => 0x1104, 463 => 0x1180, 464 => 0x115c, 465 => 0x1014, 466 => 0x20c, 467 => 0x20c, 468 => 0x204 }, - 'releaseready' => { 528 => 'ReleaseReady' }, - 'releasesetting' => { 101 => 0x1016 }, - 'releasetime' => { 135 => 0x23, 509 => 'ReleaseTime' }, - 'remoteonduration' => { 307 => '3.4', 310 => '17.2', 311 => '18.2', 312 => '18.2', 313 => '18.2', 315 => '18.2', 316 => '4.3', 320 => '19.2' }, - 'renditionclass' => { 544 => 'RenditionClass' }, - 'renditionof' => { 544 => 'RenditionOf' }, - 'renditionofalternatepaths' => { 544 => [\'RenditionOf','RenditionOfAlternatePaths'] }, - 'renditionofdocumentid' => { 544 => [\'RenditionOf','RenditionOfDocumentID'] }, - 'renditionoffilepath' => { 544 => [\'RenditionOf','RenditionOfFilePath'] }, - 'renditionoffrompart' => { 544 => [\'RenditionOf','RenditionOfFromPart'] }, - 'renditionofinstanceid' => { 544 => [\'RenditionOf','RenditionOfInstanceID'] }, - 'renditionoflastmodifydate' => { 544 => [\'RenditionOf','RenditionOfLastModifyDate'] }, - 'renditionoflasturl' => { 544 => [\'RenditionOf','RenditionOfLastURL'] }, - 'renditionoflinkcategory' => { 544 => [\'RenditionOf','RenditionOfLinkCategory'] }, - 'renditionoflinkform' => { 544 => [\'RenditionOf','RenditionOfLinkForm'] }, - 'renditionofmanager' => { 544 => [\'RenditionOf','RenditionOfManager'] }, - 'renditionofmanagervariant' => { 544 => [\'RenditionOf','RenditionOfManagerVariant'] }, - 'renditionofmanageto' => { 544 => [\'RenditionOf','RenditionOfManageTo'] }, - 'renditionofmanageui' => { 544 => [\'RenditionOf','RenditionOfManageUI'] }, - 'renditionofmaskmarkers' => { 544 => [\'RenditionOf','RenditionOfMaskMarkers'] }, - 'renditionoforiginaldocumentid' => { 544 => [\'RenditionOf','RenditionOfOriginalDocumentID'] }, - 'renditionofpartmapping' => { 544 => [\'RenditionOf','RenditionOfPartMapping'] }, - 'renditionofplacedresolutionunit' => { 544 => [\'RenditionOf','RenditionOfPlacedResolutionUnit'] }, - 'renditionofplacedxresolution' => { 544 => [\'RenditionOf','RenditionOfPlacedXResolution'] }, - 'renditionofplacedyresolution' => { 544 => [\'RenditionOf','RenditionOfPlacedYResolution'] }, - 'renditionofrenditionclass' => { 544 => [\'RenditionOf','RenditionOfRenditionClass'] }, - 'renditionofrenditionparams' => { 544 => [\'RenditionOf','RenditionOfRenditionParams'] }, - 'renditionoftopart' => { 544 => [\'RenditionOf','RenditionOfToPart'] }, - 'renditionofversionid' => { 544 => [\'RenditionOf','RenditionOfVersionID'] }, - 'renditionparams' => { 544 => 'RenditionParams' }, - 'repeatingflashcount' => { 218 => 0xd, 219 => 0xe, 220 => 0xe, 221 => 0xe, 222 => 0xe, 223 => 0xe, 314 => '17.2', 315 => '24.2', 316 => '9.2', 317 => '24.2', 320 => '25.2' }, - 'repeatingflashcountbuilt-in' => { 285 => 0x4db }, - 'repeatingflashcountexternal' => { 285 => 0x4c3 }, - 'repeatingflashoutput' => { 314 => '17.1', 315 => '24.1', 316 => '9.1', 317 => '24.1', 320 => '25.1' }, - 'repeatingflashoutputexternal' => { 285 => 0x4c0 }, - 'repeatingflashrate' => { 218 => 0xc, 219 => 0xd, 220 => 0xd, 221 => 0xd, 222 => 0xd, 223 => 0xd, 314 => '18.1', 315 => '25.1', 316 => '10.1', 317 => '25.1', 320 => '26.1' }, - 'repeatingflashratebuilt-in' => { 285 => 0x4da }, - 'repeatingflashrateexternal' => { 285 => 0x4c2 }, - 'requirements' => { 410 => "\xa9req" }, - 'requires' => { 512 => 'requires' }, - 'resampleparams' => { 543 => 'resampleParams' }, - 'resampleparamsquality' => { 543 => [\'resampleParams','resampleParamsQuality'] }, - 'resamplingkerneldenominators050' => { 142 => 0xe50 }, - 'resamplingkerneldenominators067' => { 142 => 0xe4f }, - 'resamplingkerneldenominators100' => { 142 => 0xe51 }, - 'resaved' => { 426 => 0x21e }, - 'resetblacksegrows' => { 142 => 0x181a }, - 'resolution' => { 166 => 'Resolution' }, - 'resolutionmode' => { 427 => [0x87,0x4] }, - 'resolutionunit' => { 123 => 0x128, 138 => 0x2, 539 => 'ResolutionUnit' }, - 'resourceid' => { 122 => [\'ResourceRelationship','ResourceRelationshipResourceID'] }, - 'resourcerelationship' => { 122 => 'ResourceRelationship' }, - 'resourcerelationshipid' => { 122 => [\'ResourceRelationship','ResourceRelationshipResourceRelationshipID'] }, - 'restrictdrivemodes' => { 88 => 0x612 }, - 'restrictions' => { 536 => 'restrictions' }, - 'retouchareafeather' => { 514 => [\'RetouchAreas','RetouchAreasFeather'], 516 => [\'RetouchAreas','RetouchAreasFeather'] }, - 'retouchareamaskalpha' => { 514 => [\'RetouchAreas','RetouchAreasMasksAlpha'], 516 => [\'RetouchAreas','RetouchAreasMasksAlpha'] }, - 'retouchareamaskangle' => { 514 => [\'RetouchAreas','RetouchAreasMasksAngle'], 516 => [\'RetouchAreas','RetouchAreasMasksAngle'] }, - 'retouchareamaskbottom' => { 514 => [\'RetouchAreas','RetouchAreasMasksBottom'], 516 => [\'RetouchAreas','RetouchAreasMasksBottom'] }, - 'retouchareamaskcentervalue' => { 514 => [\'RetouchAreas','RetouchAreasMasksCenterValue'], 516 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] }, - 'retouchareamaskcenterweight' => { 514 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'], 516 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] }, - 'retouchareamaskdabs' => { 514 => [\'RetouchAreas','RetouchAreasMasksDabs'], 516 => [\'RetouchAreas','RetouchAreasMasksDabs'] }, - 'retouchareamaskfeather' => { 514 => [\'RetouchAreas','RetouchAreasMasksFeather'], 516 => [\'RetouchAreas','RetouchAreasMasksFeather'] }, - 'retouchareamaskflipped' => { 514 => [\'RetouchAreas','RetouchAreasMasksFlipped'], 516 => [\'RetouchAreas','RetouchAreasMasksFlipped'] }, - 'retouchareamaskflow' => { 514 => [\'RetouchAreas','RetouchAreasMasksFlow'], 516 => [\'RetouchAreas','RetouchAreasMasksFlow'] }, - 'retouchareamaskfullx' => { 514 => [\'RetouchAreas','RetouchAreasMasksFullX'], 516 => [\'RetouchAreas','RetouchAreasMasksFullX'] }, - 'retouchareamaskfully' => { 514 => [\'RetouchAreas','RetouchAreasMasksFullY'], 516 => [\'RetouchAreas','RetouchAreasMasksFullY'] }, - 'retouchareamaskinputdigest' => { 514 => [\'RetouchAreas','RetouchAreasMasksInputDigest'], 516 => [\'RetouchAreas','RetouchAreasMasksInputDigest'] }, - 'retouchareamaskleft' => { 514 => [\'RetouchAreas','RetouchAreasMasksLeft'], 516 => [\'RetouchAreas','RetouchAreasMasksLeft'] }, - 'retouchareamaskmaskactive' => { 514 => [\'RetouchAreas','RetouchAreasMasksMaskActive'], 516 => [\'RetouchAreas','RetouchAreasMasksMaskActive'] }, - 'retouchareamaskmaskblendmode' => { 514 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'], 516 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'] }, - 'retouchareamaskmaskdigest' => { 514 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'], 516 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'] }, - 'retouchareamaskmaskinverted' => { 514 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'], 516 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'] }, - 'retouchareamaskmaskname' => { 514 => [\'RetouchAreas','RetouchAreasMasksMaskName'], 516 => [\'RetouchAreas','RetouchAreasMasksMaskName'] }, - 'retouchareamaskmasks' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasks'], 516 => [\'RetouchAreas','RetouchAreasMasksMasks'] }, - 'retouchareamaskmasksalpha' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'] }, - 'retouchareamaskmasksangle' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'] }, - 'retouchareamaskmasksbottom' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'] }, - 'retouchareamaskmaskscentervalue' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'] }, - 'retouchareamaskmaskscenterweight' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'] }, - 'retouchareamaskmasksdabs' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'] }, - 'retouchareamaskmasksfeather' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'] }, - 'retouchareamaskmasksflipped' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'] }, - 'retouchareamaskmasksflow' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'] }, - 'retouchareamaskmasksfullx' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'] }, - 'retouchareamaskmasksfully' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'] }, - 'retouchareamaskmasksinputdigest' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'] }, - 'retouchareamaskmasksleft' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'] }, - 'retouchareamaskmasksmaskactive' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'] }, - 'retouchareamaskmasksmaskblendmode' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'] }, - 'retouchareamaskmasksmaskdigest' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'] }, - 'retouchareamaskmasksmaskinverted' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'] }, - 'retouchareamaskmasksmaskname' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'] }, - 'retouchareamaskmasksmasksubtype' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'] }, - 'retouchareamaskmasksmasksyncid' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'] }, - 'retouchareamaskmasksmaskversion' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'] }, - 'retouchareamaskmasksmidpoint' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'] }, - 'retouchareamaskmasksorigin' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'] }, - 'retouchareamaskmasksperimetervalue' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'] }, - 'retouchareamaskmasksradius' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'] }, - 'retouchareamaskmasksreferencepoint' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'] }, - 'retouchareamaskmasksright' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksRight'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksRight'] }, - 'retouchareamaskmasksroundness' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'] }, - 'retouchareamaskmaskssizex' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'] }, - 'retouchareamaskmaskssizey' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'] }, - 'retouchareamaskmaskstop' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksTop'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksTop'] }, - 'retouchareamaskmasksubtype' => { 514 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'], 516 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'] }, - 'retouchareamaskmasksvalue' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'] }, - 'retouchareamaskmasksversion' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'] }, - 'retouchareamaskmaskswhat' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'] }, - 'retouchareamaskmaskswholeimagearea' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'] }, - 'retouchareamaskmasksx' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksX'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksX'] }, - 'retouchareamaskmasksy' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksY'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksY'] }, - 'retouchareamaskmasksyncid' => { 514 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'], 516 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'] }, - 'retouchareamaskmaskszerox' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'] }, - 'retouchareamaskmaskszeroy' => { 514 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'], 516 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'] }, - 'retouchareamaskmaskversion' => { 514 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'], 516 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'] }, - 'retouchareamaskmidpoint' => { 514 => [\'RetouchAreas','RetouchAreasMasksMidpoint'], 516 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] }, - 'retouchareamaskorigin' => { 514 => [\'RetouchAreas','RetouchAreasMasksOrigin'], 516 => [\'RetouchAreas','RetouchAreasMasksOrigin'] }, - 'retouchareamaskperimetervalue' => { 514 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'], 516 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] }, - 'retouchareamaskradius' => { 514 => [\'RetouchAreas','RetouchAreasMasksRadius'], 516 => [\'RetouchAreas','RetouchAreasMasksRadius'] }, - 'retouchareamaskrange' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'] }, - 'retouchareamaskrangeareamodels' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'] }, - 'retouchareamaskrangeareamodelscolorsampleinfo' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, - 'retouchareamaskrangeareamodelscomponents' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'] }, - 'retouchareamaskrangecoloramount' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'] }, - 'retouchareamaskrangedepthfeather' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'] }, - 'retouchareamaskrangedepthmax' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'] }, - 'retouchareamaskrangedepthmin' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'] }, - 'retouchareamaskrangeinvert' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'] }, - 'retouchareamaskrangelumfeather' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'] }, - 'retouchareamaskrangeluminancedepthsampleinfo' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] }, - 'retouchareamaskrangelummax' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'] }, - 'retouchareamaskrangelummin' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'] }, - 'retouchareamaskrangelumrange' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'] }, - 'retouchareamaskrangesampletype' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'] }, - 'retouchareamaskrangetype' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'] }, - 'retouchareamaskrangeversion' => { 514 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'], 516 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'] }, - 'retouchareamaskreferencepoint' => { 514 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'], 516 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'] }, - 'retouchareamaskright' => { 514 => [\'RetouchAreas','RetouchAreasMasksRight'], 516 => [\'RetouchAreas','RetouchAreasMasksRight'] }, - 'retouchareamaskroundness' => { 514 => [\'RetouchAreas','RetouchAreasMasksRoundness'], 516 => [\'RetouchAreas','RetouchAreasMasksRoundness'] }, - 'retouchareamasks' => { 514 => [\'RetouchAreas','RetouchAreasMasks'], 516 => [\'RetouchAreas','RetouchAreasMasks'] }, - 'retouchareamasksizex' => { 514 => [\'RetouchAreas','RetouchAreasMasksSizeX'], 516 => [\'RetouchAreas','RetouchAreasMasksSizeX'] }, - 'retouchareamasksizey' => { 514 => [\'RetouchAreas','RetouchAreasMasksSizeY'], 516 => [\'RetouchAreas','RetouchAreasMasksSizeY'] }, - 'retouchareamasktop' => { 514 => [\'RetouchAreas','RetouchAreasMasksTop'], 516 => [\'RetouchAreas','RetouchAreasMasksTop'] }, - 'retouchareamaskvalue' => { 514 => [\'RetouchAreas','RetouchAreasMasksMaskValue'], 516 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] }, - 'retouchareamaskversion' => { 514 => [\'RetouchAreas','RetouchAreasMasksVersion'], 516 => [\'RetouchAreas','RetouchAreasMasksVersion'] }, - 'retouchareamaskwhat' => { 514 => [\'RetouchAreas','RetouchAreasMasksWhat'], 516 => [\'RetouchAreas','RetouchAreasMasksWhat'] }, - 'retouchareamaskwholeimagearea' => { 514 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'], 516 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'] }, - 'retouchareamaskx' => { 514 => [\'RetouchAreas','RetouchAreasMasksX'], 516 => [\'RetouchAreas','RetouchAreasMasksX'] }, - 'retouchareamasky' => { 514 => [\'RetouchAreas','RetouchAreasMasksY'], 516 => [\'RetouchAreas','RetouchAreasMasksY'] }, - 'retouchareamaskzerox' => { 514 => [\'RetouchAreas','RetouchAreasMasksZeroX'], 516 => [\'RetouchAreas','RetouchAreasMasksZeroX'] }, - 'retouchareamaskzeroy' => { 514 => [\'RetouchAreas','RetouchAreasMasksZeroY'], 516 => [\'RetouchAreas','RetouchAreasMasksZeroY'] }, - 'retouchareamethod' => { 514 => [\'RetouchAreas','RetouchAreasMethod'], 516 => [\'RetouchAreas','RetouchAreasMethod'] }, - 'retouchareaoffsety' => { 514 => [\'RetouchAreas','RetouchAreasOffsetY'], 516 => [\'RetouchAreas','RetouchAreasOffsetY'] }, - 'retouchareaopacity' => { 514 => [\'RetouchAreas','RetouchAreasOpacity'], 516 => [\'RetouchAreas','RetouchAreasOpacity'] }, - 'retouchareas' => { 514 => 'RetouchAreas', 516 => 'RetouchAreas' }, - 'retouchareaseed' => { 514 => [\'RetouchAreas','RetouchAreasSeed'], 516 => [\'RetouchAreas','RetouchAreasSeed'] }, - 'retouchareasourcestate' => { 514 => [\'RetouchAreas','RetouchAreasSourceState'], 516 => [\'RetouchAreas','RetouchAreasSourceState'] }, - 'retouchareasourcex' => { 514 => [\'RetouchAreas','RetouchAreasSourceX'], 516 => [\'RetouchAreas','RetouchAreasSourceX'] }, - 'retouchareaspottype' => { 514 => [\'RetouchAreas','RetouchAreasSpotType'], 516 => [\'RetouchAreas','RetouchAreasSpotType'] }, - 'retouchhistory' => { 240 => 0x9e }, - 'retouchinfo' => { 514 => 'RetouchInfo', 516 => 'RetouchInfo' }, - 'retouchnefprocessing' => { 262 => 0x5 }, - 'retractlensonpoweroff' => { 88 => 0x814 }, - 'reuse' => { 335 => 'Reuse' }, - 'reuseallowed' => { 546 => 'ReuseAllowed' }, - 'reuseprohibited' => { 536 => 'reuseProhibited' }, - 'reverseexposurecompdial' => { 312 => '5.2' }, - 'reversefocusring' => { 321 => 0x163, 322 => 0x163, 323 => 0x17b }, - 'reverseindicators' => { 305 => '12.1', 306 => '6.1', 308 => '6.1', 309 => '6.1', 310 => '4.3', 311 => '5.2', 312 => '5.4', 314 => '33.5', 315 => '5.1', 318 => '6.1', 319 => '6.1', 320 => '6.2', 321 => 0xc1, 322 => 0xc1, 323 => 0xc1 }, - 'reverseshutterspeedaperture' => { 312 => '5.3' }, - 'revision' => { 518 => 'revision' }, - 'rflensmffocusringsensitivity' => { 88 => 0x714 }, - 'rflenstype' => { 59 => 0x3d }, - 'rgbcurvelimits' => { 112 => 0x238 }, - 'rgbcurvepoints' => { 111 => 0x7, 112 => 0x20e }, - 'rgbtables' => { 123 => 0xcd3f }, - 'richtextcomment' => { 523 => 'RichTextComment' }, - 'ricohdate' => { 416 => 0x6 }, - 'ricohimageheight' => { 416 => 0x2 }, - 'ricohimagewidth' => { 416 => 0x0 }, - 'rightalbedo' => { 505 => 'RightAlbedo' }, - 'rightascension' => { 169 => 'RightAscension' }, - 'rights' => { 517 => 'rights' }, - 'rightsagent' => { 536 => 'rightsAgent' }, - 'rightsowner' => { 536 => 'rightsOwner' }, - 'roll' => { 119 => 0x8, 410 => ['roll',"\xa9frl"] }, - 'rollangle' => { 64 => 0x4, 131 => 0x144d, 254 => 0x0, 325 => 0x903, 339 => 'RollAngle', 349 => 0x90, 383 => 0x1, 384 => 0x3, 422 => 0x2 }, - 'romoperationmode' => { 101 => 0x80d }, - 'rotation' => { 31 => 0x17, 32 => 0x18, 100 => 0x3, 107 => 0x10002, 112 => 0x26e, 118 => 'QuickTime-Rotation', 127 => 0x4, 169 => 'Rotation', 186 => [0x65,0x50], 187 => 0x46, 188 => 0x5a, 191 => 0x10, 263 => 0x1a, 278 => 0x3693, 284 => '590.1', 298 => 0x76a43207, 349 => 0x30, 365 => '17.2', 396 => 0xd8, 403 => 'irot', 437 => 0x3f, 438 => 0x3f, 448 => 0x10 }, - 'routedto' => { 522 => 'RoutedTo' }, - 'routing' => { 401 => 'Routing' }, - 'routingdestinations' => { 504 => 'RoutingDestinations' }, - 'routingexclusions' => { 504 => 'RoutingExclusions' }, - 'routingnotes' => { 522 => 'RoutingNotes' }, - 'rowsperstrip' => { 123 => 0x116 }, - 'rpp' => { 509 => 'rpp' }, - 'rtkflag' => { 120 => 'RtkFlag' }, - 'rtkstdhgt' => { 120 => 'RtkStdHgt' }, - 'rtkstdlat' => { 120 => 'RtkStdLat' }, - 'rtkstdlon' => { 120 => 'RtkStdLon' }, - 'safetyshift' => { 88 => 0x108 }, - 'safetyshiftinavortv' => { 86 => 0x10, 87 => 0x10, 89 => 0xf, 90 => 0x10, 93 => 0x10 }, - 'sameexposurefornewaperture' => { 88 => 0x112 }, - 'samplebits' => { 159 => 'SampleBits' }, - 'samplepagerange' => { 533 => 'samplePageRange' }, - 'samplerate' => { 159 => 'SampleRate' }, - 'samplesperpixel' => { 123 => 0x115, 354 => 0x8, 539 => 'SamplesPerPixel' }, - 'samplestructure' => { 137 => 0x5a }, - 'samsungmodelid' => { 424 => 0x3 }, - 'sanyoquality' => { 426 => 0x201 }, - 'sanyothumbnail' => { 426 => 0x100 }, - 'saturation' => { 10 => 0x6e, 12 => 0x76, 36 => 0xe, 53 => 0x1, 66 => 0x7, 116 => 0xd, 117 => [0x3013,0x1f], 123 => [0xa409,0xfe55], 131 => 0x1003, 160 => 'Saturation', 185 => 0x1f, 186 => 0x32, 187 => 0x28, 188 => 0x1a, 193 => 0x1, 240 => 0xaa, 256 => 0x35, 257 => 0x3b, 258 => 0x43, 349 => 0x40, 351 => 0x300d, 385 => 0x1f, 392 => 0xd, 411 => 0x27, 413 => 0x58, 416 => 0x28, 417 => 0x1013, 427 => 0x10, 437 => 0x1e, 438 => 0x1b, 451 => 0x2005, 514 => 'Saturation', 516 => 'Saturation', 520 => 'Saturation' }, - 'saturationadj' => { 107 => 0x20901, 112 => 0x116, 240 => 0x94, 297 => 0x1, 301 => 0x2e, 488 => 0x8016 }, - 'saturationadjustmentaqua' => { 514 => 'SaturationAdjustmentAqua', 516 => 'SaturationAdjustmentAqua' }, - 'saturationadjustmentblue' => { 514 => 'SaturationAdjustmentBlue', 516 => 'SaturationAdjustmentBlue' }, - 'saturationadjustmentgreen' => { 514 => 'SaturationAdjustmentGreen', 516 => 'SaturationAdjustmentGreen' }, - 'saturationadjustmentmagenta' => { 514 => 'SaturationAdjustmentMagenta', 516 => 'SaturationAdjustmentMagenta' }, - 'saturationadjustmentorange' => { 514 => 'SaturationAdjustmentOrange', 516 => 'SaturationAdjustmentOrange' }, - 'saturationadjustmentpurple' => { 514 => 'SaturationAdjustmentPurple', 516 => 'SaturationAdjustmentPurple' }, - 'saturationadjustmentred' => { 514 => 'SaturationAdjustmentRed', 516 => 'SaturationAdjustmentRed' }, - 'saturationadjustmentyellow' => { 514 => 'SaturationAdjustmentYellow', 516 => 'SaturationAdjustmentYellow' }, - 'saturationauto' => { 74 => 0x98 }, - 'saturationfaithful' => { 19 => 0xfe, 73 => 0x68, 74 => 0x68 }, - 'saturationlandscape' => { 19 => 0xfc, 73 => 0x38, 74 => 0x38 }, - 'saturationmonochrome' => { 73 => 0x80, 74 => 0x80 }, - 'saturationneutral' => { 19 => 0xfd, 73 => 0x50, 74 => 0x50 }, - 'saturationportrait' => { 19 => 0xfb, 73 => 0x20, 74 => 0x20 }, - 'saturationsetting' => { 333 => 0x1010, 439 => 0x11, 456 => 0x9 }, - 'saturationstandard' => { 19 => 0xfa, 73 => 0x8, 74 => 0x8 }, - 'saturationuserdef1' => { 19 => 0x100, 73 => 0x98, 74 => 0xb0 }, - 'saturationuserdef2' => { 19 => 0x101, 73 => 0xb0, 74 => 0xc8 }, - 'saturationuserdef3' => { 19 => 0x102, 73 => 0xc8, 74 => 0xe0 }, - 'saveid' => { 544 => 'SaveID' }, - 'sbaanalysiscomplete' => { 142 => 0xc35 }, - 'sbablack' => { 142 => 0xc25 }, - 'sbagmoffset' => { 142 => 0xc4a }, - 'sbagray' => { 142 => 0xc26 }, - 'sbagreenmagentabal' => { 142 => 0xc33 }, - 'sbahighgray' => { 142 => 0xc46 }, - 'sbailloffset' => { 142 => 0xc49 }, - 'sbailluminantbal' => { 142 => 0xc34 }, - 'sbalowgray' => { 142 => 0xc47 }, - 'sbaneutralbal' => { 142 => 0xc32 }, - 'sbawhite' => { 142 => 0xc27 }, - 'scaletype' => { 543 => 'scaleType' }, - 'scalingfactorheight' => { 339 => 'ScalingFactorHeight' }, - 'scanimageenhancer' => { 264 => 0x60 }, - 'scanningdirection' => { 137 => 0x64 }, - 'scene' => { 410 => 'scen', 527 => 'Scene', 543 => 'scene' }, - 'scenearea' => { 328 => 0x211, 330 => 0x1031 }, - 'sceneassist' => { 240 => 0x9c }, - 'scenecapturetype' => { 123 => 0xa406, 520 => 'SceneCaptureType' }, - 'scenedetect' => { 328 => 0x210, 330 => 0x1030 }, - 'scenedetectdata' => { 328 => 0x212, 330 => 0x1033 }, + 'qualitymode' => { 118 => 0x8 }, + 'quantizationmethod' => { 138 => 0x78 }, + 'quickadjust' => { 302 => 0x2a }, + 'quickcontroldialinmeter' => { 89 => 0x703 }, + 'quickfix' => { 299 => 0x416391c6 }, + 'quickshot' => { 427 => 0x213 }, + 'quiettime' => { 143 => 0x188a }, + 'radialdistortioncoefficient1' => { 216 => 0x14 }, + 'radialdistortioncoefficient2' => { 216 => 0x1c }, + 'radialdistortioncoefficient3' => { 216 => 0x24 }, + 'rads' => { 411 => 'rads' }, + 'rangefinder' => { 311 => '4.1', 312 => '5.1', 313 => '5.1' }, + 'rangemask' => { 515 => 'RangeMaskMapInfo', 517 => 'RangeMaskMapInfo' }, + 'rangemaskmapinfo' => { 515 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'], 517 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'] }, + 'rangemaskmapinfolabmax' => { 515 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'], 517 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'] }, + 'rangemaskmapinfolabmin' => { 515 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'], 517 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'] }, + 'rangemaskmapinfolumeq' => { 515 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'], 517 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'] }, + 'rangemaskmapinforgbmax' => { 515 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'], 517 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'] }, + 'rangemaskmapinforgbmin' => { 515 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'], 517 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'] }, + 'rasterizedcaption' => { 136 => 0x7d }, + 'rating' => { 108 => 0x10100, 124 => 0x4746, 132 => 0x1431, 397 => 0xdf, 403 => 'rtng', 411 => 'rtng', 452 => 0x2002, 510 => 'rating', 519 => 'rating', 529 => 'Rating', 534 => 'rating', 542 => 'Rating' }, + 'ratingpercent' => { 124 => 0x4749, 183 => 'Rating', 403 => 'rate', 542 => 'RatingPercent' }, + 'ratingregion' => { 529 => [\'Rating','RatingRatingRegion'] }, + 'ratingregioncity' => { 529 => [\'Rating','RatingRatingRegionCity'] }, + 'ratingregioncountrycode' => { 529 => [\'Rating','RatingRatingRegionCountryCode'] }, + 'ratingregioncountryname' => { 529 => [\'Rating','RatingRatingRegionCountryName'] }, + 'ratingregiongpsaltitude' => { 529 => [\'Rating','RatingRatingRegionGPSAltitude'] }, + 'ratingregiongpsaltituderef' => { 529 => [\'Rating','RatingRatingRegionGPSAltitudeRef'] }, + 'ratingregiongpslatitude' => { 529 => [\'Rating','RatingRatingRegionGPSLatitude'] }, + 'ratingregiongpslongitude' => { 529 => [\'Rating','RatingRatingRegionGPSLongitude'] }, + 'ratingregionidentifier' => { 529 => [\'Rating','RatingRatingRegionIdentifier'] }, + 'ratingregionlocationid' => { 529 => [\'Rating','RatingRatingRegionLocationId'] }, + 'ratingregionlocationname' => { 529 => [\'Rating','RatingRatingRegionLocationName'] }, + 'ratingregionprovincestate' => { 529 => [\'Rating','RatingRatingRegionProvinceState'] }, + 'ratingregionsublocation' => { 529 => [\'Rating','RatingRatingRegionSublocation'] }, + 'ratingregionworldregion' => { 529 => [\'Rating','RatingRatingRegionWorldRegion'] }, + 'ratingscalemaxvalue' => { 529 => [\'Rating','RatingRatingScaleMaxValue'] }, + 'ratingscaleminvalue' => { 529 => [\'Rating','RatingRatingScaleMinValue'] }, + 'ratingsourcelink' => { 529 => [\'Rating','RatingRatingSourceLink'] }, + 'ratingvalue' => { 529 => [\'Rating','RatingRatingValue'] }, + 'ratingvaluelogolink' => { 529 => [\'Rating','RatingRatingValueLogoLink'] }, + 'rawandjpgrecording' => { 87 => 0x8, 191 => 0x109, 366 => 0xd }, + 'rawbrightnessadj' => { 108 => 0x20001, 113 => 0x38 }, + 'rawburstimagecount' => { 79 => 0x2 }, + 'rawburstimagenum' => { 79 => 0x1 }, + 'rawcoloradj' => { 113 => 0x2e }, + 'rawcropbottom' => { 397 => 0xd4 }, + 'rawcropleft' => { 397 => 0xd1 }, + 'rawcropright' => { 397 => 0xd3 }, + 'rawcroptop' => { 397 => 0xd2 }, + 'rawcustomsaturation' => { 113 => 0x30 }, + 'rawcustomtone' => { 113 => 0x34 }, + 'rawdata' => { 425 => 0xa048 }, + 'rawdatabyteorder' => { 425 => 0x40 }, + 'rawdatacfapattern' => { 425 => 0x50 }, + 'rawdatauniqueid' => { 124 => 0xc65d }, + 'rawdepth' => { 193 => 0x10 }, + 'rawdevartfilter' => { 333 => 0x121 }, + 'rawdevautogradation' => { 333 => 0x119 }, + 'rawdevcolorspace' => { 332 => 0x108, 333 => 0x109 }, + 'rawdevcontrastvalue' => { 332 => 0x106, 333 => 0x105 }, + 'rawdeveditstatus' => { 332 => 0x10b }, + 'rawdevelopingsoftware' => { 124 => 0xa43a }, + 'rawdevelopmentprocess' => { 386 => 0x62 }, + 'rawdevengine' => { 332 => 0x109, 333 => 0x10b }, + 'rawdevexposurebiasvalue' => { 332 => 0x100, 333 => 0x100 }, + 'rawdevgradation' => { 333 => 0x112 }, + 'rawdevgraypoint' => { 332 => 0x103, 333 => 0x104 }, + 'rawdevmemorycoloremphasis' => { 332 => 0x105, 333 => 0x108 }, + 'rawdevnoisereduction' => { 332 => 0x10a, 333 => 0x10a }, + 'rawdevpicturemode' => { 333 => 0x10c }, + 'rawdevpm_bwfilter' => { 333 => 0x110 }, + 'rawdevpmcontrast' => { 333 => 0x10e }, + 'rawdevpmnoisefilter' => { 333 => 0x120 }, + 'rawdevpmpicturetone' => { 333 => 0x111 }, + 'rawdevpmsaturation' => { 333 => 0x10d }, + 'rawdevpmsharpness' => { 333 => 0x10f }, + 'rawdevsaturation3' => { 333 => 0x113 }, + 'rawdevsaturationemphasis' => { 332 => 0x104, 333 => 0x107 }, + 'rawdevsettings' => { 332 => 0x10c }, + 'rawdevsharpnessvalue' => { 332 => 0x107, 333 => 0x106 }, + 'rawdevversion' => { 332 => 0x0, 333 => 0x0 }, + 'rawdevwbfineadjustment' => { 332 => 0x102, 333 => 0x103 }, + 'rawdevwhitebalance' => { 333 => 0x101 }, + 'rawdevwhitebalancevalue' => { 332 => 0x101, 333 => 0x102 }, + 'rawfile' => { 124 => 0xfe4c }, + 'rawfilename' => { 515 => 'RawFileName', 517 => 'RawFileName' }, + 'rawfiletype' => { 452 => 0x2029 }, + 'rawformat' => { 355 => 0x2d, 395 => 0x10e }, + 'rawimagecenter' => { 241 => 0x99 }, + 'rawimagedigest' => { 124 => 0xc71c }, + 'rawimagesize' => { 386 => 0x39 }, + 'rawinfoversion' => { 334 => 0x0 }, + 'rawjpgheight' => { 104 => 0x4 }, + 'rawjpgquality' => { 60 => 0x6, 104 => 0x1 }, + 'rawjpgsize' => { 60 => 0x7, 104 => 0x2 }, + 'rawjpgwidth' => { 104 => 0x3 }, + 'rawmeasuredrggb' => { 46 => 0x26a, 48 => 0x280, 50 => 0x194, 51 => [0x1ad,0x26b] }, + 'rawrppused' => { 510 => 'rawrppused' }, + 'rawtopreviewgain' => { 124 => 0xc7a8 }, + 'readouttypeactual' => { 143 => 0x1903 }, + 'readouttyperequested' => { 143 => 0x1902 }, + 'reardisplay' => { 306 => '12.3', 307 => '6.2' }, + 'recdevice' => { 529 => 'RecDevice' }, + 'recdeviceattlensdescription' => { 529 => [\'RecDevice','RecDeviceAttLensDescription'] }, + 'recdevicemanufacturer' => { 529 => [\'RecDevice','RecDeviceManufacturer'] }, + 'recdevicemodelname' => { 529 => [\'RecDevice','RecDeviceModelName'] }, + 'recdeviceownersdeviceid' => { 529 => [\'RecDevice','RecDeviceOwnersDeviceId'] }, + 'recdeviceserialnumber' => { 529 => [\'RecDevice','RecDeviceSerialNumber'] }, + 'recipeendingpage' => { 536 => 'recipeEndingPage' }, + 'recipepagerange' => { 536 => 'recipePageRange' }, + 'recipesource' => { 536 => 'recipeSource' }, + 'recipestartingpage' => { 536 => 'recipeStartingPage' }, + 'recipetitle' => { 536 => 'recipeTitle' }, + 'recognizedface1age' => { 343 => 0x20 }, + 'recognizedface1name' => { 343 => 0x4 }, + 'recognizedface1position' => { 343 => 0x18 }, + 'recognizedface2age' => { 343 => 0x50 }, + 'recognizedface2name' => { 343 => 0x34 }, + 'recognizedface2position' => { 343 => 0x48 }, + 'recognizedface3age' => { 343 => 0x80 }, + 'recognizedface3name' => { 343 => 0x64 }, + 'recognizedface3position' => { 343 => 0x78 }, + 'recognizedfaceflags' => { 350 => 0x63 }, + 'recommendedexposureindex' => { 124 => 0x8832, 522 => 'RecommendedExposureIndex' }, + 'record' => { 123 => 'Record' }, + 'recordbasisofrecord' => { 123 => [\'Record','RecordBasisOfRecord'] }, + 'recordcollectioncode' => { 123 => [\'Record','RecordCollectionCode'] }, + 'recordcollectionid' => { 123 => [\'Record','RecordCollectionID'] }, + 'recorddatageneralizations' => { 123 => [\'Record','RecordDataGeneralizations'] }, + 'recorddatasetid' => { 123 => [\'Record','RecordDatasetID'] }, + 'recorddatasetname' => { 123 => [\'Record','RecordDatasetName'] }, + 'recorddisplay' => { 189 => 0x4d }, + 'recorddynamicproperties' => { 123 => [\'Record','RecordDynamicProperties'] }, + 'recordid' => { 102 => 0x1804 }, + 'recordinformationwithheld' => { 123 => [\'Record','RecordInformationWithheld'] }, + 'recordingcopyright' => { 411 => "\xa9phg" }, + 'recordingformat' => { 418 => 0x1000 }, + 'recordingmode' => { 117 => 0x1, 393 => 0x1 }, + 'recordinstitutioncode' => { 123 => [\'Record','RecordInstitutionCode'] }, + 'recordinstitutionid' => { 123 => [\'Record','RecordInstitutionID'] }, + 'recordlabelname' => { 411 => "\xa9lab" }, + 'recordlabelurl' => { 411 => "\xa9lal" }, + 'recordlocationdata' => { 248 => 0x660, 249 => 0x690, 250 => 0x6f8 }, + 'recordmode' => { 36 => 0x9, 118 => 0x3000 }, + 'recordownerinstitutioncode' => { 123 => [\'Record','RecordOwnerInstitutionCode'] }, + 'recordshutterrelease' => { 427 => 0x217 }, + 'redbalance' => { 331 => 0x1017, 355 => 0x11, 386 => 0x1c }, + 'redcurvelimits' => { 113 => 0x18a }, + 'redcurvepoints' => { 112 => 0x2d, 113 => 0x160 }, + 'redeyecorrection' => { 303 => 0x0 }, + 'redeyeinfo' => { 515 => 'RedEyeInfo', 517 => 'RedEyeInfo' }, + 'redeyereduction' => { 189 => 0x41, 438 => 0x6a, 440 => 0x28 }, + 'redeyeremoval' => { 350 => 0xb9 }, + 'redhsl' => { 108 => 0x20910 }, + 'redhue' => { 515 => 'RedHue', 517 => 'RedHue' }, + 'redsaturation' => { 515 => 'RedSaturation', 517 => 'RedSaturation' }, + 'reductionmatrix1' => { 124 => 0xc625 }, + 'reductionmatrix2' => { 124 => 0xc626 }, + 'reductionmatrix3' => { 124 => 0xcd3a }, + 'reelname' => { 124 => 0xc789, 411 => 'reel' }, + 'reference1' => { 527 => [\'TagStructure','TagStructureReference'] }, + 'reference2' => { 527 => [\'TagStructure','TagStructureSubLabelsReference'] }, + 'reference3' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] }, + 'reference4' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] }, + 'reference5' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] }, + 'reference6' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] }, + 'referenceblackwhite' => { 124 => 0x214, 540 => 'ReferenceBlackWhite' }, + 'referencedate' => { 136 => 0x2f }, + 'referencenumber' => { 136 => 0x32 }, + 'references' => { 162 => 'References' }, + 'referenceservice' => { 136 => 0x2d }, + 'regionappliedtodimensions' => { 177 => [\'Regions','RegionsAppliedToDimensions'] }, + 'regionappliedtodimensionsh' => { 177 => [\'Regions','RegionsAppliedToDimensionsH'] }, + 'regionappliedtodimensionsunit' => { 177 => [\'Regions','RegionsAppliedToDimensionsUnit'] }, + 'regionappliedtodimensionsw' => { 177 => [\'Regions','RegionsAppliedToDimensionsW'] }, + 'regionarea' => { 177 => [\'Regions','RegionsRegionListArea'] }, + 'regionaread' => { 177 => [\'Regions','RegionsRegionListAreaD'] }, + 'regionareah' => { 177 => [\'Regions','RegionsRegionListAreaH'] }, + 'regionareaunit' => { 177 => [\'Regions','RegionsRegionListAreaUnit'] }, + 'regionareaw' => { 177 => [\'Regions','RegionsRegionListAreaW'] }, + 'regionareax' => { 177 => [\'Regions','RegionsRegionListAreaX'] }, + 'regionareay' => { 177 => [\'Regions','RegionsRegionListAreaY'] }, + 'regionbarcodevalue' => { 177 => [\'Regions','RegionsRegionListBarCodeValue'] }, + 'regionconstraints' => { 336 => 'RegionConstraints' }, + 'regiondescription' => { 177 => [\'Regions','RegionsRegionListDescription'] }, + 'regionextensions' => { 177 => [\'Regions','RegionsRegionListExtensions'] }, + 'regionfocususage' => { 177 => [\'Regions','RegionsRegionListFocusUsage'] }, + 'regioninfo' => { 177 => 'Regions' }, + 'regioninfoacdsee' => { 490 => 'Regions' }, + 'regioninfodateregionsvalid' => { 180 => [\'RegionInfo','RegionInfoDateRegionsValid'] }, + 'regioninfomp' => { 180 => 'RegionInfo' }, + 'regioninforegions' => { 180 => [\'RegionInfo','RegionInfoRegions'] }, + 'regionlist' => { 177 => [\'Regions','RegionsRegionList'] }, + 'regionname' => { 177 => [\'Regions','RegionsRegionListName'] }, + 'regionpersondisplayname' => { 180 => [\'RegionInfo','RegionInfoRegionsPersonDisplayName'] }, + 'regionpersonemaildigest' => { 180 => [\'RegionInfo','RegionInfoRegionsPersonEmailDigest'] }, + 'regionpersonliveidcid' => { 180 => [\'RegionInfo','RegionInfoRegionsPersonLiveIdCID'] }, + 'regionpersonsourceid' => { 180 => [\'RegionInfo','RegionInfoRegionsPersonSourceID'] }, + 'regionrectangle' => { 180 => [\'RegionInfo','RegionInfoRegionsRectangle'] }, + 'regionrotation' => { 177 => [\'Regions','RegionsRegionListRotation'] }, + 'regionseealso' => { 177 => [\'Regions','RegionsRegionListSeeAlso'] }, + 'regiontype' => { 177 => [\'Regions','RegionsRegionListType'] }, + 'registryentryrole' => { 529 => [\'RegistryId','RegistryIdRegEntryRole'] }, + 'registryid' => { 529 => 'RegistryId' }, + 'registryitemid' => { 529 => [\'RegistryId','RegistryIdRegItemId'] }, + 'registryorganisationid' => { 529 => [\'RegistryId','RegistryIdRegOrgId'] }, + 'relatedaudiofile' => { 160 => 'data' }, + 'relatedaudiofilename' => { 160 => '1Name' }, + 'relatedaudiofiletype' => { 160 => '0Type' }, + 'relatedimagefileformat' => { 124 => 0x1000 }, + 'relatedimageheight' => { 124 => 0x1002 }, + 'relatedimagewidth' => { 124 => 0x1001 }, + 'relatedresourceid' => { 123 => [\'ResourceRelationship','ResourceRelationshipRelatedResourceID'] }, + 'relatedsoundfile' => { 124 => 0xa004, 521 => 'RelatedSoundFile' }, + 'relatedvideofile' => { 174 => 'data' }, + 'relatedvideofilename' => { 174 => '1Name' }, + 'relatedvideofiletype' => { 174 => '0Type' }, + 'relation' => { 518 => 'relation' }, + 'relationshipaccordingto' => { 123 => [\'ResourceRelationship','ResourceRelationshipRelationshipAccordingTo'] }, + 'relationshipestablisheddate' => { 123 => [\'ResourceRelationship','ResourceRelationshipRelationshipEstablishedDate'] }, + 'relationshipofresource' => { 123 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResource'] }, + 'relationshipofresourceid' => { 123 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResourceID'] }, + 'relationshipremarks' => { 123 => [\'ResourceRelationship','ResourceRelationshipRelationshipRemarks'] }, + 'relativealtitude' => { 121 => 'RelativeAltitude' }, + 'relativepeakaudiofilepath' => { 544 => 'relativePeakAudioFilePath' }, + 'relativetimestamp' => { 544 => 'relativeTimestamp' }, + 'relativetimestampscale' => { 544 => [\'relativeTimestamp','relativeTimestampScale'] }, + 'relativetimestampvalue' => { 544 => [\'relativeTimestamp','relativeTimestampValue'] }, + 'releasebuttontousedial' => { 306 => '17.8', 307 => '18.5', 309 => '18.4', 310 => '18.4', 315 => '33.8', 316 => '17.6', 319 => '18.5', 320 => '18.4' }, + 'releasedate' => { 136 => 0x1e, 403 => 'rldt', 510 => 'ReleaseDate', 544 => 'releaseDate' }, + 'releasemode' => { 118 => 0x3001, 245 => 0x5c, 279 => 0x184d, 452 => 0xb049 }, + 'releasemode2' => { 461 => 0x112c, 462 => [0x112c,0x8], 463 => [0x1108,0x8], 464 => [0x1184,0x8], 465 => [0x1160,0x8], 466 => [0x4,0x1018], 467 => [0x4,0x210], 468 => [0x4,0x210], 469 => [0x4,0x208], 471 => [0x67,0x3f], 472 => [0x6b,0x6d,0x73,0x4b], 473 => [0x6b,0x4b], 474 => 0x1f, 475 => 0x10, 476 => 0x10, 477 => 0x9, 484 => 0x34 }, + 'releasemode3' => { 461 => 0x1128, 462 => 0x1128, 463 => 0x1104, 464 => 0x1180, 465 => 0x115c, 466 => 0x1014, 467 => 0x20c, 468 => 0x20c, 469 => 0x204 }, + 'releaseready' => { 529 => 'ReleaseReady' }, + 'releasesetting' => { 102 => 0x1016 }, + 'releasetime' => { 136 => 0x23, 510 => 'ReleaseTime' }, + 'remoteonduration' => { 308 => '3.4', 311 => '17.2', 312 => '18.2', 313 => '18.2', 314 => '18.2', 316 => '18.2', 317 => '4.3', 321 => '19.2' }, + 'renditionclass' => { 545 => 'RenditionClass' }, + 'renditionof' => { 545 => 'RenditionOf' }, + 'renditionofalternatepaths' => { 545 => [\'RenditionOf','RenditionOfAlternatePaths'] }, + 'renditionofdocumentid' => { 545 => [\'RenditionOf','RenditionOfDocumentID'] }, + 'renditionoffilepath' => { 545 => [\'RenditionOf','RenditionOfFilePath'] }, + 'renditionoffrompart' => { 545 => [\'RenditionOf','RenditionOfFromPart'] }, + 'renditionofinstanceid' => { 545 => [\'RenditionOf','RenditionOfInstanceID'] }, + 'renditionoflastmodifydate' => { 545 => [\'RenditionOf','RenditionOfLastModifyDate'] }, + 'renditionoflasturl' => { 545 => [\'RenditionOf','RenditionOfLastURL'] }, + 'renditionoflinkcategory' => { 545 => [\'RenditionOf','RenditionOfLinkCategory'] }, + 'renditionoflinkform' => { 545 => [\'RenditionOf','RenditionOfLinkForm'] }, + 'renditionofmanager' => { 545 => [\'RenditionOf','RenditionOfManager'] }, + 'renditionofmanagervariant' => { 545 => [\'RenditionOf','RenditionOfManagerVariant'] }, + 'renditionofmanageto' => { 545 => [\'RenditionOf','RenditionOfManageTo'] }, + 'renditionofmanageui' => { 545 => [\'RenditionOf','RenditionOfManageUI'] }, + 'renditionofmaskmarkers' => { 545 => [\'RenditionOf','RenditionOfMaskMarkers'] }, + 'renditionoforiginaldocumentid' => { 545 => [\'RenditionOf','RenditionOfOriginalDocumentID'] }, + 'renditionofpartmapping' => { 545 => [\'RenditionOf','RenditionOfPartMapping'] }, + 'renditionofplacedresolutionunit' => { 545 => [\'RenditionOf','RenditionOfPlacedResolutionUnit'] }, + 'renditionofplacedxresolution' => { 545 => [\'RenditionOf','RenditionOfPlacedXResolution'] }, + 'renditionofplacedyresolution' => { 545 => [\'RenditionOf','RenditionOfPlacedYResolution'] }, + 'renditionofrenditionclass' => { 545 => [\'RenditionOf','RenditionOfRenditionClass'] }, + 'renditionofrenditionparams' => { 545 => [\'RenditionOf','RenditionOfRenditionParams'] }, + 'renditionoftopart' => { 545 => [\'RenditionOf','RenditionOfToPart'] }, + 'renditionofversionid' => { 545 => [\'RenditionOf','RenditionOfVersionID'] }, + 'renditionparams' => { 545 => 'RenditionParams' }, + 'repeatingflashcount' => { 219 => 0xd, 220 => 0xe, 221 => 0xe, 222 => 0xe, 223 => 0xe, 224 => 0xe, 315 => '17.2', 316 => '24.2', 317 => '9.2', 318 => '24.2', 321 => '25.2' }, + 'repeatingflashcountbuilt-in' => { 286 => 0x4db }, + 'repeatingflashcountexternal' => { 286 => 0x4c3 }, + 'repeatingflashoutput' => { 315 => '17.1', 316 => '24.1', 317 => '9.1', 318 => '24.1', 321 => '25.1' }, + 'repeatingflashoutputexternal' => { 286 => 0x4c0 }, + 'repeatingflashrate' => { 219 => 0xc, 220 => 0xd, 221 => 0xd, 222 => 0xd, 223 => 0xd, 224 => 0xd, 315 => '18.1', 316 => '25.1', 317 => '10.1', 318 => '25.1', 321 => '26.1' }, + 'repeatingflashratebuilt-in' => { 286 => 0x4da }, + 'repeatingflashrateexternal' => { 286 => 0x4c2 }, + 'requirements' => { 411 => "\xa9req" }, + 'requires' => { 513 => 'requires' }, + 'resampleparams' => { 544 => 'resampleParams' }, + 'resampleparamsquality' => { 544 => [\'resampleParams','resampleParamsQuality'] }, + 'resamplingkerneldenominators050' => { 143 => 0xe50 }, + 'resamplingkerneldenominators067' => { 143 => 0xe4f }, + 'resamplingkerneldenominators100' => { 143 => 0xe51 }, + 'resaved' => { 427 => 0x21e }, + 'resetblacksegrows' => { 143 => 0x181a }, + 'resolution' => { 167 => 'Resolution' }, + 'resolutionmode' => { 428 => [0x87,0x4] }, + 'resolutionunit' => { 124 => 0x128, 139 => 0x2, 540 => 'ResolutionUnit' }, + 'resourceid' => { 123 => [\'ResourceRelationship','ResourceRelationshipResourceID'] }, + 'resourcerelationship' => { 123 => 'ResourceRelationship' }, + 'resourcerelationshipid' => { 123 => [\'ResourceRelationship','ResourceRelationshipResourceRelationshipID'] }, + 'restrictdrivemodes' => { 89 => 0x612 }, + 'restrictions' => { 537 => 'restrictions' }, + 'retouchareafeather' => { 515 => [\'RetouchAreas','RetouchAreasFeather'], 517 => [\'RetouchAreas','RetouchAreasFeather'] }, + 'retouchareamaskalpha' => { 515 => [\'RetouchAreas','RetouchAreasMasksAlpha'], 517 => [\'RetouchAreas','RetouchAreasMasksAlpha'] }, + 'retouchareamaskangle' => { 515 => [\'RetouchAreas','RetouchAreasMasksAngle'], 517 => [\'RetouchAreas','RetouchAreasMasksAngle'] }, + 'retouchareamaskbottom' => { 515 => [\'RetouchAreas','RetouchAreasMasksBottom'], 517 => [\'RetouchAreas','RetouchAreasMasksBottom'] }, + 'retouchareamaskcentervalue' => { 515 => [\'RetouchAreas','RetouchAreasMasksCenterValue'], 517 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] }, + 'retouchareamaskcenterweight' => { 515 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'], 517 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] }, + 'retouchareamaskdabs' => { 515 => [\'RetouchAreas','RetouchAreasMasksDabs'], 517 => [\'RetouchAreas','RetouchAreasMasksDabs'] }, + 'retouchareamaskfeather' => { 515 => [\'RetouchAreas','RetouchAreasMasksFeather'], 517 => [\'RetouchAreas','RetouchAreasMasksFeather'] }, + 'retouchareamaskflipped' => { 515 => [\'RetouchAreas','RetouchAreasMasksFlipped'], 517 => [\'RetouchAreas','RetouchAreasMasksFlipped'] }, + 'retouchareamaskflow' => { 515 => [\'RetouchAreas','RetouchAreasMasksFlow'], 517 => [\'RetouchAreas','RetouchAreasMasksFlow'] }, + 'retouchareamaskfullx' => { 515 => [\'RetouchAreas','RetouchAreasMasksFullX'], 517 => [\'RetouchAreas','RetouchAreasMasksFullX'] }, + 'retouchareamaskfully' => { 515 => [\'RetouchAreas','RetouchAreasMasksFullY'], 517 => [\'RetouchAreas','RetouchAreasMasksFullY'] }, + 'retouchareamaskinputdigest' => { 515 => [\'RetouchAreas','RetouchAreasMasksInputDigest'], 517 => [\'RetouchAreas','RetouchAreasMasksInputDigest'] }, + 'retouchareamaskleft' => { 515 => [\'RetouchAreas','RetouchAreasMasksLeft'], 517 => [\'RetouchAreas','RetouchAreasMasksLeft'] }, + 'retouchareamaskmaskactive' => { 515 => [\'RetouchAreas','RetouchAreasMasksMaskActive'], 517 => [\'RetouchAreas','RetouchAreasMasksMaskActive'] }, + 'retouchareamaskmaskblendmode' => { 515 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'], 517 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'] }, + 'retouchareamaskmaskdigest' => { 515 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'], 517 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'] }, + 'retouchareamaskmaskinverted' => { 515 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'], 517 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'] }, + 'retouchareamaskmaskname' => { 515 => [\'RetouchAreas','RetouchAreasMasksMaskName'], 517 => [\'RetouchAreas','RetouchAreasMasksMaskName'] }, + 'retouchareamaskmasks' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasks'], 517 => [\'RetouchAreas','RetouchAreasMasksMasks'] }, + 'retouchareamaskmasksalpha' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'] }, + 'retouchareamaskmasksangle' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'] }, + 'retouchareamaskmasksbottom' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'] }, + 'retouchareamaskmaskscentervalue' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'] }, + 'retouchareamaskmaskscenterweight' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'] }, + 'retouchareamaskmasksdabs' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'] }, + 'retouchareamaskmasksfeather' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'] }, + 'retouchareamaskmasksflipped' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'] }, + 'retouchareamaskmasksflow' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'] }, + 'retouchareamaskmasksfullx' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'] }, + 'retouchareamaskmasksfully' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'] }, + 'retouchareamaskmasksinputdigest' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'] }, + 'retouchareamaskmasksleft' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'] }, + 'retouchareamaskmasksmaskactive' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'] }, + 'retouchareamaskmasksmaskblendmode' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'] }, + 'retouchareamaskmasksmaskdigest' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'] }, + 'retouchareamaskmasksmaskinverted' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'] }, + 'retouchareamaskmasksmaskname' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'] }, + 'retouchareamaskmasksmasksubtype' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'] }, + 'retouchareamaskmasksmasksyncid' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'] }, + 'retouchareamaskmasksmaskversion' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'] }, + 'retouchareamaskmasksmidpoint' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'] }, + 'retouchareamaskmasksorigin' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'] }, + 'retouchareamaskmasksperimetervalue' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'] }, + 'retouchareamaskmasksradius' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'] }, + 'retouchareamaskmasksreferencepoint' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'] }, + 'retouchareamaskmasksright' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksRight'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksRight'] }, + 'retouchareamaskmasksroundness' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'] }, + 'retouchareamaskmaskssizex' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'] }, + 'retouchareamaskmaskssizey' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'] }, + 'retouchareamaskmaskstop' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksTop'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksTop'] }, + 'retouchareamaskmasksubtype' => { 515 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'], 517 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'] }, + 'retouchareamaskmasksvalue' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'] }, + 'retouchareamaskmasksversion' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'] }, + 'retouchareamaskmaskswhat' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'] }, + 'retouchareamaskmaskswholeimagearea' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'] }, + 'retouchareamaskmasksx' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksX'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksX'] }, + 'retouchareamaskmasksy' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksY'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksY'] }, + 'retouchareamaskmasksyncid' => { 515 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'], 517 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'] }, + 'retouchareamaskmaskszerox' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'] }, + 'retouchareamaskmaskszeroy' => { 515 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'], 517 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'] }, + 'retouchareamaskmaskversion' => { 515 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'], 517 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'] }, + 'retouchareamaskmidpoint' => { 515 => [\'RetouchAreas','RetouchAreasMasksMidpoint'], 517 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] }, + 'retouchareamaskorigin' => { 515 => [\'RetouchAreas','RetouchAreasMasksOrigin'], 517 => [\'RetouchAreas','RetouchAreasMasksOrigin'] }, + 'retouchareamaskperimetervalue' => { 515 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'], 517 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] }, + 'retouchareamaskradius' => { 515 => [\'RetouchAreas','RetouchAreasMasksRadius'], 517 => [\'RetouchAreas','RetouchAreasMasksRadius'] }, + 'retouchareamaskrange' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'] }, + 'retouchareamaskrangeareamodels' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'] }, + 'retouchareamaskrangeareamodelscolorsampleinfo' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] }, + 'retouchareamaskrangeareamodelscomponents' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'] }, + 'retouchareamaskrangecoloramount' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'] }, + 'retouchareamaskrangedepthfeather' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'] }, + 'retouchareamaskrangedepthmax' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'] }, + 'retouchareamaskrangedepthmin' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'] }, + 'retouchareamaskrangeinvert' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'] }, + 'retouchareamaskrangelumfeather' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'] }, + 'retouchareamaskrangeluminancedepthsampleinfo' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] }, + 'retouchareamaskrangelummax' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'] }, + 'retouchareamaskrangelummin' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'] }, + 'retouchareamaskrangelumrange' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'] }, + 'retouchareamaskrangesampletype' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'] }, + 'retouchareamaskrangetype' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'] }, + 'retouchareamaskrangeversion' => { 515 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'], 517 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'] }, + 'retouchareamaskreferencepoint' => { 515 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'], 517 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'] }, + 'retouchareamaskright' => { 515 => [\'RetouchAreas','RetouchAreasMasksRight'], 517 => [\'RetouchAreas','RetouchAreasMasksRight'] }, + 'retouchareamaskroundness' => { 515 => [\'RetouchAreas','RetouchAreasMasksRoundness'], 517 => [\'RetouchAreas','RetouchAreasMasksRoundness'] }, + 'retouchareamasks' => { 515 => [\'RetouchAreas','RetouchAreasMasks'], 517 => [\'RetouchAreas','RetouchAreasMasks'] }, + 'retouchareamasksizex' => { 515 => [\'RetouchAreas','RetouchAreasMasksSizeX'], 517 => [\'RetouchAreas','RetouchAreasMasksSizeX'] }, + 'retouchareamasksizey' => { 515 => [\'RetouchAreas','RetouchAreasMasksSizeY'], 517 => [\'RetouchAreas','RetouchAreasMasksSizeY'] }, + 'retouchareamasktop' => { 515 => [\'RetouchAreas','RetouchAreasMasksTop'], 517 => [\'RetouchAreas','RetouchAreasMasksTop'] }, + 'retouchareamaskvalue' => { 515 => [\'RetouchAreas','RetouchAreasMasksMaskValue'], 517 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] }, + 'retouchareamaskversion' => { 515 => [\'RetouchAreas','RetouchAreasMasksVersion'], 517 => [\'RetouchAreas','RetouchAreasMasksVersion'] }, + 'retouchareamaskwhat' => { 515 => [\'RetouchAreas','RetouchAreasMasksWhat'], 517 => [\'RetouchAreas','RetouchAreasMasksWhat'] }, + 'retouchareamaskwholeimagearea' => { 515 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'], 517 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'] }, + 'retouchareamaskx' => { 515 => [\'RetouchAreas','RetouchAreasMasksX'], 517 => [\'RetouchAreas','RetouchAreasMasksX'] }, + 'retouchareamasky' => { 515 => [\'RetouchAreas','RetouchAreasMasksY'], 517 => [\'RetouchAreas','RetouchAreasMasksY'] }, + 'retouchareamaskzerox' => { 515 => [\'RetouchAreas','RetouchAreasMasksZeroX'], 517 => [\'RetouchAreas','RetouchAreasMasksZeroX'] }, + 'retouchareamaskzeroy' => { 515 => [\'RetouchAreas','RetouchAreasMasksZeroY'], 517 => [\'RetouchAreas','RetouchAreasMasksZeroY'] }, + 'retouchareamethod' => { 515 => [\'RetouchAreas','RetouchAreasMethod'], 517 => [\'RetouchAreas','RetouchAreasMethod'] }, + 'retouchareaoffsety' => { 515 => [\'RetouchAreas','RetouchAreasOffsetY'], 517 => [\'RetouchAreas','RetouchAreasOffsetY'] }, + 'retouchareaopacity' => { 515 => [\'RetouchAreas','RetouchAreasOpacity'], 517 => [\'RetouchAreas','RetouchAreasOpacity'] }, + 'retouchareas' => { 515 => 'RetouchAreas', 517 => 'RetouchAreas' }, + 'retouchareaseed' => { 515 => [\'RetouchAreas','RetouchAreasSeed'], 517 => [\'RetouchAreas','RetouchAreasSeed'] }, + 'retouchareasourcestate' => { 515 => [\'RetouchAreas','RetouchAreasSourceState'], 517 => [\'RetouchAreas','RetouchAreasSourceState'] }, + 'retouchareasourcex' => { 515 => [\'RetouchAreas','RetouchAreasSourceX'], 517 => [\'RetouchAreas','RetouchAreasSourceX'] }, + 'retouchareaspottype' => { 515 => [\'RetouchAreas','RetouchAreasSpotType'], 517 => [\'RetouchAreas','RetouchAreasSpotType'] }, + 'retouchhistory' => { 241 => 0x9e }, + 'retouchinfo' => { 515 => 'RetouchInfo', 517 => 'RetouchInfo' }, + 'retouchnefprocessing' => { 263 => 0x5 }, + 'retractlensonpoweroff' => { 89 => 0x814 }, + 'reuse' => { 336 => 'Reuse' }, + 'reuseallowed' => { 547 => 'ReuseAllowed' }, + 'reuseprohibited' => { 537 => 'reuseProhibited' }, + 'reverseexposurecompdial' => { 313 => '5.2' }, + 'reversefocusring' => { 322 => 0x163, 323 => 0x163, 324 => 0x17b }, + 'reverseindicators' => { 306 => '12.1', 307 => '6.1', 309 => '6.1', 310 => '6.1', 311 => '4.3', 312 => '5.2', 313 => '5.4', 315 => '33.5', 316 => '5.1', 319 => '6.1', 320 => '6.1', 321 => '6.2', 322 => 0xc1, 323 => 0xc1, 324 => 0xc1 }, + 'reverseshutterspeedaperture' => { 313 => '5.3' }, + 'revision' => { 519 => 'revision' }, + 'rflensmffocusringsensitivity' => { 89 => 0x714 }, + 'rflenstype' => { 60 => 0x3d }, + 'rgbcurvelimits' => { 113 => 0x238 }, + 'rgbcurvepoints' => { 112 => 0x7, 113 => 0x20e }, + 'rgbtables' => { 124 => 0xcd3f }, + 'richtextcomment' => { 524 => 'RichTextComment' }, + 'ricohdate' => { 417 => 0x6 }, + 'ricohimageheight' => { 417 => 0x2 }, + 'ricohimagewidth' => { 417 => 0x0 }, + 'rightalbedo' => { 506 => 'RightAlbedo' }, + 'rightascension' => { 170 => 'RightAscension' }, + 'rights' => { 518 => 'rights' }, + 'rightsagent' => { 537 => 'rightsAgent' }, + 'rightsowner' => { 537 => 'rightsOwner' }, + 'roll' => { 120 => 0x8, 411 => ['roll',"\xa9frl"] }, + 'rollangle' => { 65 => 0x4, 132 => 0x144d, 255 => 0x0, 326 => 0x903, 340 => 'RollAngle', 350 => 0x90, 384 => 0x1, 385 => 0x3, 423 => 0x2 }, + 'romoperationmode' => { 102 => 0x80d }, + 'rotation' => { 31 => 0x17, 32 => 0x18, 101 => 0x3, 108 => 0x10002, 113 => 0x26e, 119 => 'QuickTime-Rotation', 128 => 0x4, 170 => 'Rotation', 187 => [0x65,0x50], 188 => 0x46, 189 => 0x5a, 192 => 0x10, 264 => 0x1a, 279 => 0x3693, 285 => '590.1', 299 => 0x76a43207, 350 => 0x30, 366 => '17.2', 397 => 0xd8, 404 => 'irot', 438 => 0x3f, 439 => 0x3f, 449 => 0x10 }, + 'routedto' => { 523 => 'RoutedTo' }, + 'routing' => { 402 => 'Routing' }, + 'routingdestinations' => { 505 => 'RoutingDestinations' }, + 'routingexclusions' => { 505 => 'RoutingExclusions' }, + 'routingnotes' => { 523 => 'RoutingNotes' }, + 'rowsperstrip' => { 124 => 0x116 }, + 'rpp' => { 510 => 'rpp' }, + 'rtkflag' => { 121 => 'RtkFlag' }, + 'rtkstdhgt' => { 121 => 'RtkStdHgt' }, + 'rtkstdlat' => { 121 => 'RtkStdLat' }, + 'rtkstdlon' => { 121 => 'RtkStdLon' }, + 'safetyshift' => { 89 => 0x108 }, + 'safetyshiftinavortv' => { 87 => 0x10, 88 => 0x10, 90 => 0xf, 91 => 0x10, 94 => 0x10 }, + 'sameexposurefornewaperture' => { 89 => 0x112 }, + 'samplebits' => { 160 => 'SampleBits' }, + 'samplepagerange' => { 534 => 'samplePageRange' }, + 'samplerate' => { 160 => 'SampleRate' }, + 'samplesperpixel' => { 124 => 0x115, 355 => 0x8, 540 => 'SamplesPerPixel' }, + 'samplestructure' => { 138 => 0x5a }, + 'samsungmodelid' => { 425 => 0x3 }, + 'sanyoquality' => { 427 => 0x201 }, + 'sanyothumbnail' => { 427 => 0x100 }, + 'saturation' => { 10 => 0x6e, 12 => 0x76, 36 => 0xe, 54 => 0x1, 67 => 0x7, 117 => 0xd, 118 => [0x3013,0x1f], 124 => [0xa409,0xfe55], 132 => 0x1003, 161 => 'Saturation', 186 => 0x1f, 187 => 0x32, 188 => 0x28, 189 => 0x1a, 194 => 0x1, 241 => 0xaa, 257 => 0x35, 258 => 0x3b, 259 => 0x43, 350 => 0x40, 352 => 0x300d, 386 => 0x1f, 393 => 0xd, 412 => 0x27, 414 => 0x58, 417 => 0x28, 418 => 0x1013, 428 => 0x10, 438 => 0x1e, 439 => 0x1b, 452 => 0x2005, 515 => 'Saturation', 517 => 'Saturation', 521 => 'Saturation' }, + 'saturationadj' => { 108 => 0x20901, 113 => 0x116, 241 => 0x94, 298 => 0x1, 302 => 0x2e, 489 => 0x8016 }, + 'saturationadjustmentaqua' => { 515 => 'SaturationAdjustmentAqua', 517 => 'SaturationAdjustmentAqua' }, + 'saturationadjustmentblue' => { 515 => 'SaturationAdjustmentBlue', 517 => 'SaturationAdjustmentBlue' }, + 'saturationadjustmentgreen' => { 515 => 'SaturationAdjustmentGreen', 517 => 'SaturationAdjustmentGreen' }, + 'saturationadjustmentmagenta' => { 515 => 'SaturationAdjustmentMagenta', 517 => 'SaturationAdjustmentMagenta' }, + 'saturationadjustmentorange' => { 515 => 'SaturationAdjustmentOrange', 517 => 'SaturationAdjustmentOrange' }, + 'saturationadjustmentpurple' => { 515 => 'SaturationAdjustmentPurple', 517 => 'SaturationAdjustmentPurple' }, + 'saturationadjustmentred' => { 515 => 'SaturationAdjustmentRed', 517 => 'SaturationAdjustmentRed' }, + 'saturationadjustmentyellow' => { 515 => 'SaturationAdjustmentYellow', 517 => 'SaturationAdjustmentYellow' }, + 'saturationauto' => { 75 => 0x98 }, + 'saturationfaithful' => { 19 => 0xfe, 74 => 0x68, 75 => 0x68 }, + 'saturationlandscape' => { 19 => 0xfc, 74 => 0x38, 75 => 0x38 }, + 'saturationmonochrome' => { 74 => 0x80, 75 => 0x80 }, + 'saturationneutral' => { 19 => 0xfd, 74 => 0x50, 75 => 0x50 }, + 'saturationportrait' => { 19 => 0xfb, 74 => 0x20, 75 => 0x20 }, + 'saturationsetting' => { 334 => 0x1010, 440 => 0x11, 457 => 0x9 }, + 'saturationstandard' => { 19 => 0xfa, 74 => 0x8, 75 => 0x8 }, + 'saturationuserdef1' => { 19 => 0x100, 74 => 0x98, 75 => 0xb0 }, + 'saturationuserdef2' => { 19 => 0x101, 74 => 0xb0, 75 => 0xc8 }, + 'saturationuserdef3' => { 19 => 0x102, 74 => 0xc8, 75 => 0xe0 }, + 'saveid' => { 545 => 'SaveID' }, + 'sbaanalysiscomplete' => { 143 => 0xc35 }, + 'sbablack' => { 143 => 0xc25 }, + 'sbagmoffset' => { 143 => 0xc4a }, + 'sbagray' => { 143 => 0xc26 }, + 'sbagreenmagentabal' => { 143 => 0xc33 }, + 'sbahighgray' => { 143 => 0xc46 }, + 'sbailloffset' => { 143 => 0xc49 }, + 'sbailluminantbal' => { 143 => 0xc34 }, + 'sbalowgray' => { 143 => 0xc47 }, + 'sbaneutralbal' => { 143 => 0xc32 }, + 'sbawhite' => { 143 => 0xc27 }, + 'scaletype' => { 544 => 'scaleType' }, + 'scalingfactorheight' => { 340 => 'ScalingFactorHeight' }, + 'scanimageenhancer' => { 265 => 0x60 }, + 'scanningdirection' => { 138 => 0x64 }, + 'scene' => { 411 => 'scen', 528 => 'Scene', 544 => 'scene' }, + 'scenearea' => { 329 => 0x211, 331 => 0x1031 }, + 'sceneassist' => { 241 => 0x9c }, + 'scenecapturetype' => { 124 => 0xa406, 521 => 'SceneCaptureType' }, + 'scenedetect' => { 329 => 0x210, 331 => 0x1030 }, + 'scenedetectdata' => { 329 => 0x212, 331 => 0x1033 }, 'sceneflags' => { 1 => 0x25 }, - 'scenemode' => { 146 => 0xfa02, 190 => 0x100, 240 => 0x8f, 325 => 0x509, 330 => 0x403, 349 => 0x8001, 358 => 0xf, 451 => 0xb023 }, - 'scenemodeused' => { 148 => [0x6002,0xf002] }, - 'scenerecognition' => { 131 => 0x1425 }, - 'scenereferred' => { 524 => 'scene_referred' }, - 'sceneselect' => { 426 => 0x21f }, - 'scenetype' => { 123 => 0xa301, 520 => 'SceneType' }, - 'screentips' => { 305 => '12.7', 306 => '5.3', 314 => '13.1', 315 => '4.4', 318 => '5.4', 320 => '5.1' }, - 'scriptversion' => { 142 => 0x1770 }, - 'sdrblend' => { 514 => 'SDRBlend', 516 => 'SDRBlend' }, - 'sdrbrightness' => { 514 => 'SDRBrightness', 516 => 'SDRBrightness' }, - 'sdrcontrast' => { 514 => 'SDRContrast', 516 => 'SDRContrast' }, - 'sdrhighlights' => { 514 => 'SDRHighlights', 516 => 'SDRHighlights' }, - 'sdrshadows' => { 514 => 'SDRShadows', 516 => 'SDRShadows' }, - 'sdrwhites' => { 514 => 'SDRWhites', 516 => 'SDRWhites' }, - 'season' => { 528 => 'Season', 532 => 'season' }, - 'seasonidentifier' => { 528 => [\'Season','SeasonIdentifier'] }, - 'seasonname' => { 528 => [\'Season','SeasonName'] }, - 'seasonnumber' => { 528 => [\'Season','SeasonNumber'] }, - 'secondaryftp' => { 504 => 'SecondaryFTP' }, - 'secondaryslotfunction' => { 245 => 0x240, 246 => 0x240, 247 => 0x22c, 248 => 0x240, 249 => 0x240, 267 => 0x13c, 278 => 0x1d0 }, - 'section' => { 533 => 'section' }, - 'securityclassification' => { 123 => 0x9212 }, - 'selectableafpoint' => { 88 => 0x509 }, + 'scenemode' => { 147 => 0xfa02, 191 => 0x100, 241 => 0x8f, 326 => 0x509, 331 => 0x403, 350 => 0x8001, 359 => 0xf, 452 => 0xb023 }, + 'scenemodeused' => { 149 => [0x6002,0xf002] }, + 'scenerecognition' => { 132 => 0x1425 }, + 'scenereferred' => { 525 => 'scene_referred' }, + 'sceneselect' => { 427 => 0x21f }, + 'scenetype' => { 124 => 0xa301, 521 => 'SceneType' }, + 'screentips' => { 306 => '12.7', 307 => '5.3', 315 => '13.1', 316 => '4.4', 319 => '5.4', 321 => '5.1' }, + 'scriptversion' => { 143 => 0x1770 }, + 'sdrblend' => { 515 => 'SDRBlend', 517 => 'SDRBlend' }, + 'sdrbrightness' => { 515 => 'SDRBrightness', 517 => 'SDRBrightness' }, + 'sdrcontrast' => { 515 => 'SDRContrast', 517 => 'SDRContrast' }, + 'sdrhighlights' => { 515 => 'SDRHighlights', 517 => 'SDRHighlights' }, + 'sdrshadows' => { 515 => 'SDRShadows', 517 => 'SDRShadows' }, + 'sdrwhites' => { 515 => 'SDRWhites', 517 => 'SDRWhites' }, + 'season' => { 529 => 'Season', 533 => 'season' }, + 'seasonidentifier' => { 529 => [\'Season','SeasonIdentifier'] }, + 'seasonname' => { 529 => [\'Season','SeasonName'] }, + 'seasonnumber' => { 529 => [\'Season','SeasonNumber'] }, + 'secondaryftp' => { 505 => 'SecondaryFTP' }, + 'secondaryslotfunction' => { 246 => 0x240, 247 => 0x240, 248 => 0x22c, 249 => 0x240, 250 => 0x240, 268 => 0x13c, 279 => 0x1d0 }, + 'section' => { 534 => 'section' }, + 'securityclassification' => { 124 => 0x9212 }, + 'selectableafpoint' => { 89 => 0x509 }, 'selectafareaselectionmode' => { 2 => 0xc }, - 'selectafareaselectmode' => { 88 => 0x512 }, - 'selfdata' => { 120 => 'SelfData' }, - 'selftimer' => { 36 => 0x2, 349 => 0x2e, 426 => 0x214, 460 => 0x1134, 461 => 0x1134, 462 => 0x1110, 463 => 0x118c, 464 => 0x1168, 465 => 0x1020, 466 => 0x218, 467 => 0x218, 468 => 0x210 }, - 'selftimer2' => { 80 => 0x1d }, - 'selftimerinterval' => { 315 => '19.2' }, - 'selftimermode' => { 123 => 0x882b }, - 'selftimershotcount' => { 306 => '20.2', 308 => '20.3', 309 => '20.3', 310 => '18.2', 311 => '19.2', 312 => '19.2', 313 => '19.3', 315 => '19.3', 318 => '20.3', 319 => '20.3', 320 => '20.2', 321 => 0x2d, 322 => 0x2d, 323 => 0x2d }, - 'selftimershotinterval' => { 306 => '20.3', 308 => '20.2', 309 => '20.2', 313 => '19.2', 318 => '20.2', 319 => '20.2', 321 => 0x31, 322 => 0x31, 323 => 0x31 }, - 'selftimertime' => { 101 => 0x1806, 188 => 0x1f, 305 => '18.1', 306 => '20.1', 307 => '3.3', 308 => '20.1', 309 => '20.1', 310 => '18.1', 311 => '19.1', 312 => '19.1', 313 => '19.1', 314 => '7.2', 315 => '19.1', 316 => '3.3', 318 => '20.1', 319 => '20.1', 320 => '20.1', 321 => 0x2b, 322 => 0x2b, 323 => 0x2b }, - 'sellingagency' => { 533 => 'sellingAgency' }, + 'selectafareaselectmode' => { 89 => 0x512 }, + 'selfdata' => { 121 => 'SelfData' }, + 'selftimer' => { 36 => 0x2, 350 => 0x2e, 427 => 0x214, 461 => 0x1134, 462 => 0x1134, 463 => 0x1110, 464 => 0x118c, 465 => 0x1168, 466 => 0x1020, 467 => 0x218, 468 => 0x218, 469 => 0x210 }, + 'selftimer2' => { 81 => 0x1d }, + 'selftimerinterval' => { 316 => '19.2' }, + 'selftimermode' => { 124 => 0x882b }, + 'selftimershotcount' => { 307 => '20.2', 309 => '20.3', 310 => '20.3', 311 => '18.2', 312 => '19.2', 313 => '19.2', 314 => '19.3', 316 => '19.3', 319 => '20.3', 320 => '20.3', 321 => '20.2', 322 => 0x2d, 323 => 0x2d, 324 => 0x2d }, + 'selftimershotinterval' => { 307 => '20.3', 309 => '20.2', 310 => '20.2', 314 => '19.2', 319 => '20.2', 320 => '20.2', 322 => 0x31, 323 => 0x31, 324 => 0x31 }, + 'selftimertime' => { 102 => 0x1806, 189 => 0x1f, 306 => '18.1', 307 => '20.1', 308 => '3.3', 309 => '20.1', 310 => '20.1', 311 => '18.1', 312 => '19.1', 313 => '19.1', 314 => '19.1', 315 => '7.2', 316 => '19.1', 317 => '3.3', 319 => '20.1', 320 => '20.1', 321 => '20.1', 322 => 0x2b, 323 => 0x2b, 324 => 0x2b }, + 'sellingagency' => { 534 => 'sellingAgency' }, 'semanticstyle' => { 1 => 0x40 }, 'semanticstylepreset' => { 1 => 0x42 }, 'semanticstylerenderingver' => { 1 => 0x41 }, - 'seminfo' => { 123 => 0x8546 }, - 'sensingmethod' => { 123 => 0xa217, 520 => 'SensingMethod' }, - 'sensitivityadjust' => { 385 => 0x40 }, - 'sensitivitysteps' => { 365 => ['14.3','17.4'], 367 => 0x1 }, - 'sensitivitytype' => { 123 => 0x8830, 521 => 'SensitivityType' }, - 'sensor' => { 195 => 0x665e }, - 'sensorarea' => { 330 => 0x400 }, - 'sensorareas' => { 424 => 0xa010 }, - 'sensorbitdepth' => { 351 => 0x312d }, - 'sensorbluelevel' => { 77 => 0x5 }, - 'sensorcalibration' => { 329 => 0x805 }, - 'sensorcleaning' => { 94 => 0xd }, - 'sensorfullheight' => { 141 => 0xf904 }, - 'sensorfullwidth' => { 141 => 0xf903 }, - 'sensorheight' => { 141 => 0xf901, 146 => 0xfa21, 192 => 0x8, 351 => 0x312c, 394 => 0x109, 417 => 0x1602 }, - 'sensorimageheight' => { 142 => 0x3ee }, - 'sensorimagewidth' => { 142 => 0x3ed }, - 'sensorleftborder' => { 142 => 0x3eb }, - 'sensorleftmargin' => { 394 => 0x10a }, - 'sensorpixelsize' => { 240 => 0x9a }, - 'sensorredlevel' => { 77 => 0x4 }, - 'sensorserialnumber' => { 142 => 0x9ce }, - 'sensorshield' => { 245 => 0x76b, 246 => 0x77b, 247 => 0x66d, 248 => 0x69d, 249 => 0x705 }, - 'sensorsize' => { 160 => 'SensorSize', 385 => 0x35 }, - 'sensortemperature' => { 328 => 0x1500, 330 => 0x1007, 390 => 0xc, 394 => 0x210, 427 => [0x39,0x55] }, - 'sensortemperature2' => { 390 => 0xe, 394 => 0x211 }, - 'sensortopborder' => { 142 => 0x3ec }, - 'sensortopmargin' => { 394 => 0x10b }, - 'sensortype' => { 349 => 0xca }, - 'sensorwidth' => { 141 => 0xf900, 146 => 0xfa20, 192 => 0xa, 351 => 0x312b, 394 => 0x108, 417 => 0x1601 }, - 'sequence' => { 411 => 0x7, 412 => 0x35, 413 => 0x36 }, - 'sequencefilenumber' => { 461 => 0x4, 462 => 0x4, 463 => 0x4, 464 => 0x4, 474 => 0xc, 475 => 0xc, 476 => 0x1a }, - 'sequenceimagenumber' => { 461 => 0x0, 462 => 0x0, 463 => 0x0, 464 => 0x0, 474 => 0x8, 475 => 0x8, 476 => 0x12, 483 => 0x24 }, - 'sequencelength' => { 474 => 0x22, 475 => 0x1e, 476 => [0x16,0x1e] }, - 'sequencename' => { 532 => 'sequenceName' }, - 'sequencenumber' => { 80 => 0x9, 117 => 0x301c, 131 => 0x1101, 144 => 0x1d, 285 => 0x51c, 349 => 0x2b, 439 => [0x10c,0x30c], 451 => 0xb04a, 532 => 'sequenceNumber' }, - 'sequenceshotinterval' => { 426 => 0x224 }, - 'sequencetotalnumber' => { 532 => 'sequenceTotalNumber' }, - 'sequentialshot' => { 426 => 0x20e }, - 'serialnumber' => { 67 => 0xc, 101 => 0x180b, 123 => [0xa431,0xfde9], 141 => 0xfa04, 143 => 0xfa00, 145 => 0xc354, 146 => 0xfa19, 157 => 0x0, 160 => 'SerialNumber', 195 => 0x5501, 240 => [0xa0,0x1d], 326 => 0x101, 330 => [0x404,0x101a], 344 => 0x303, 346 => 0x305, 351 => 0x3103, 385 => 0x229, 394 => 0x102, 395 => 0x407, 410 => ['SNum','slno'], 411 => 0x15, 412 => 0x4b, 413 => 0x7e, 417 => 0x5, 424 => 0xa002, 427 => 0x2, 451 => 0x2031, 511 => 'SerialNumber', 521 => 'BodySerialNumber' }, - 'serialnumberformat' => { 67 => 0x15, 101 => 0x183b }, - 'serialnumberhash' => { 410 => 'CAME' }, - 'series' => { 528 => 'Series' }, - 'seriesdatetime' => { 491 => 'SeriesDateTime' }, - 'seriesdescription' => { 491 => 'SeriesDescription' }, - 'seriesidentifier' => { 528 => [\'Series','SeriesIdentifier'] }, - 'seriesmodality' => { 491 => 'SeriesModality' }, - 'seriesname' => { 528 => [\'Series','SeriesName'] }, - 'seriesnumber' => { 491 => 'SeriesNumber', 533 => 'seriesNumber' }, - 'seriestitle' => { 533 => 'seriesTitle' }, - 'serviceidentifier' => { 136 => 0x1e }, - 'servingsize' => { 535 => 'servingSize' }, - 'setbuttoncrosskeysfunc' => { 91 => 0x0, 92 => 0x0 }, - 'setbuttonwhenshooting' => { 86 => 0x1, 88 => 0x704, 94 => 0xc }, - 'setclockfromlocationdata' => { 247 => 0x61d, 248 => 0x64d, 249 => 0x6b5 }, - 'setfunctionwhenshooting' => { 89 => 0x0, 90 => 0x1, 93 => 0x1 }, - 'setting' => { 532 => 'setting' }, - 'shadingcompensation' => { 325 => 0x50c, 349 => 0x8a }, - 'shadingcompensation2' => { 329 => 0x1012 }, - 'shadow' => { 427 => 0xe }, - 'shadowadj' => { 107 => 0x2030b }, - 'shadowcorrection' => { 385 => 0x79 }, - 'shadowprotection' => { 297 => 0x0 }, - 'shadows' => { 123 => 0xfe52, 451 => 0x2032, 508 => 'Shadows', 514 => 'Shadows', 516 => 'Shadows' }, - 'shadows2012' => { 514 => 'Shadows2012', 516 => 'Shadows2012' }, - 'shadowsadj' => { 488 => 0x901a }, - 'shadowscale' => { 123 => 0xc633 }, - 'shadowtint' => { 514 => 'ShadowTint', 516 => 'ShadowTint' }, - 'shadowtone' => { 131 => 0x1040 }, - 'shakereduction' => { 387 => 0x1, 388 => 0x1 }, - 'shareduserrating' => { 183 => 'WM/SharedUserRating' }, - 'sharpendetail' => { 514 => 'SharpenDetail', 516 => 'SharpenDetail' }, - 'sharpenedgemasking' => { 514 => 'SharpenEdgeMasking', 516 => 'SharpenEdgeMasking' }, - 'sharpening' => { 351 => 0x300b }, - 'sharpeningadj' => { 301 => 0x2b }, - 'sharpeningkernel' => { 142 => 0x92f }, - 'sharpenradius' => { 514 => 'SharpenRadius', 516 => 'SharpenRadius' }, - 'sharpness' => { 8 => [0x42,0x48], 10 => 0x72, 12 => 0x74, 36 => 0xf, 66 => 0x6, 77 => 0x2, 116 => 0xb, 117 => [0x3011,0x21], 123 => [0xa40a,0xfe56], 131 => 0x1001, 144 => 0x6b, 153 => 0x37, 160 => 'Sharpness', 185 => 0x21, 186 => 0x30, 187 => 0x26, 188 => 0x18, 193 => 0x3, 240 => 0x6, 256 => 0x32, 257 => 0x33, 258 => 0x39, 330 => 0x100f, 349 => 0x41, 385 => 0x21, 392 => 0xb, 411 => 0x26, 413 => 0x56, 416 => 0x22, 417 => [0x1003,0x1014], 427 => 0x11, 437 => 0x1c, 438 => 0x19, 451 => 0x2006, 483 => 0x52, 514 => 'Sharpness', 516 => 'Sharpness', 520 => 'Sharpness' }, - 'sharpnessadj' => { 107 => 0x20310, 112 => 0x25a, 488 => 0x801a }, - 'sharpnessadjon' => { 107 => '0x20310.0' }, - 'sharpnessauto' => { 74 => 0x94 }, - 'sharpnessfactor' => { 330 => 0x102a }, - 'sharpnessfaithful' => { 19 => 0xf5, 73 => 0x64, 74 => 0x64 }, - 'sharpnessfrequency' => { 8 => [0x41,0x47], 77 => 0x3 }, - 'sharpnesslandscape' => { 19 => 0xf3, 73 => 0x34, 74 => 0x34 }, - 'sharpnessmonochrome' => { 19 => 0xf6, 73 => 0x7c, 74 => 0x7c }, - 'sharpnessneutral' => { 19 => 0xf4, 73 => 0x4c, 74 => 0x4c }, - 'sharpnessovershoot' => { 488 => 0x801b }, - 'sharpnessportrait' => { 19 => 0xf2, 73 => 0x1c, 74 => 0x1c }, - 'sharpnessrange' => { 451 => 0x2035 }, - 'sharpnesssetting' => { 325 => 0x506, 333 => 0x1013, 439 => 0x12, 456 => 0xa }, - 'sharpnessstandard' => { 19 => 0xf1, 73 => 0x4, 74 => 0x4 }, - 'sharpnessstrength' => { 107 => 0x20311 }, - 'sharpnessthreshold' => { 488 => 0x801d }, - 'sharpnessundershoot' => { 488 => 0x801c }, - 'sharpnessuserdef1' => { 19 => 0xf7, 73 => 0x94, 74 => 0xac }, - 'sharpnessuserdef2' => { 19 => 0xf8, 73 => 0xac, 74 => 0xc4 }, - 'sharpnessuserdef3' => { 19 => 0xf9, 73 => 0xc4, 74 => 0xdc }, - 'shiftcols' => { 142 => 0xc70 }, - 'shootid' => { 532 => 'shootID' }, - 'shootingdistance' => { 107 => 0x20701 }, - 'shootinginfodisplay' => { 305 => '13.2', 306 => '5.1', 314 => '10.2', 315 => '4.1', 318 => '5.1', 320 => '5.3' }, - 'shootinginfomonitorofftime' => { 305 => '26.2', 306 => '22.2', 308 => '22.2', 309 => '22.2', 313 => '21.2', 314 => '9.1', 315 => '21.2', 318 => '22.2', 319 => '22.2', 320 => '22.2', 321 => 0x37, 322 => 0x37, 323 => 0x37 }, - 'shootingmode' => { 160 => 'ShootingMode', 240 => 0x89, 349 => 0x1f }, - 'shootingmodesetting' => { 307 => '5.1' }, - 'shortdescription' => { 518 => 'shortdescription' }, - 'shortdocumentid' => { 135 => 0xba }, - 'shortname' => { 514 => 'ShortName', 516 => 'ShortName' }, + 'seminfo' => { 124 => 0x8546 }, + 'sensingmethod' => { 124 => 0xa217, 521 => 'SensingMethod' }, + 'sensitivityadjust' => { 386 => 0x40 }, + 'sensitivitysteps' => { 366 => ['14.3','17.4'], 368 => 0x1 }, + 'sensitivitytype' => { 124 => 0x8830, 522 => 'SensitivityType' }, + 'sensor' => { 196 => 0x665e }, + 'sensorarea' => { 331 => 0x400 }, + 'sensorareas' => { 425 => 0xa010 }, + 'sensorbitdepth' => { 352 => 0x312d }, + 'sensorbluelevel' => { 78 => 0x5 }, + 'sensorcalibration' => { 330 => 0x805 }, + 'sensorcleaning' => { 95 => 0xd }, + 'sensorfullheight' => { 142 => 0xf904 }, + 'sensorfullwidth' => { 142 => 0xf903 }, + 'sensorheight' => { 142 => 0xf901, 147 => 0xfa21, 193 => 0x8, 352 => 0x312c, 395 => 0x109, 418 => 0x1602 }, + 'sensorimageheight' => { 143 => 0x3ee }, + 'sensorimagewidth' => { 143 => 0x3ed }, + 'sensorleftborder' => { 143 => 0x3eb }, + 'sensorleftmargin' => { 395 => 0x10a }, + 'sensorpixelsize' => { 241 => 0x9a }, + 'sensorredlevel' => { 78 => 0x4 }, + 'sensorserialnumber' => { 143 => 0x9ce }, + 'sensorshield' => { 246 => 0x76b, 247 => 0x77b, 248 => 0x66d, 249 => 0x69d, 250 => 0x705 }, + 'sensorsize' => { 161 => 'SensorSize', 386 => 0x35 }, + 'sensortemperature' => { 329 => 0x1500, 331 => 0x1007, 391 => 0xc, 395 => 0x210, 428 => [0x39,0x55] }, + 'sensortemperature2' => { 391 => 0xe, 395 => 0x211 }, + 'sensortopborder' => { 143 => 0x3ec }, + 'sensortopmargin' => { 395 => 0x10b }, + 'sensortype' => { 350 => 0xca }, + 'sensorwidth' => { 142 => 0xf900, 147 => 0xfa20, 193 => 0xa, 352 => 0x312b, 395 => 0x108, 418 => 0x1601 }, + 'sequence' => { 412 => 0x7, 413 => 0x35, 414 => 0x36 }, + 'sequencefilenumber' => { 462 => 0x4, 463 => 0x4, 464 => 0x4, 465 => 0x4, 475 => 0xc, 476 => 0xc, 477 => 0x1a }, + 'sequenceimagenumber' => { 462 => 0x0, 463 => 0x0, 464 => 0x0, 465 => 0x0, 475 => 0x8, 476 => 0x8, 477 => 0x12, 484 => 0x24 }, + 'sequencelength' => { 475 => 0x22, 476 => 0x1e, 477 => [0x16,0x1e] }, + 'sequencename' => { 533 => 'sequenceName' }, + 'sequencenumber' => { 81 => 0x9, 118 => 0x301c, 132 => 0x1101, 145 => 0x1d, 286 => 0x51c, 350 => 0x2b, 440 => [0x10c,0x30c], 452 => 0xb04a, 533 => 'sequenceNumber' }, + 'sequenceshotinterval' => { 427 => 0x224 }, + 'sequencetotalnumber' => { 533 => 'sequenceTotalNumber' }, + 'sequentialshot' => { 427 => 0x20e }, + 'serialnumber' => { 68 => 0xc, 102 => 0x180b, 124 => [0xa431,0xfde9], 142 => 0xfa04, 144 => 0xfa00, 146 => 0xc354, 147 => 0xfa19, 158 => 0x0, 161 => 'SerialNumber', 196 => 0x5501, 241 => [0xa0,0x1d], 327 => 0x101, 331 => [0x404,0x101a], 345 => 0x303, 347 => 0x305, 352 => 0x3103, 386 => 0x229, 395 => 0x102, 396 => 0x407, 411 => ['SNum','slno'], 412 => 0x15, 413 => 0x4b, 414 => 0x7e, 418 => 0x5, 425 => 0xa002, 428 => 0x2, 452 => 0x2031, 512 => 'SerialNumber', 522 => 'BodySerialNumber' }, + 'serialnumberformat' => { 68 => 0x15, 102 => 0x183b }, + 'serialnumberhash' => { 411 => 'CAME' }, + 'series' => { 529 => 'Series' }, + 'seriesdatetime' => { 492 => 'SeriesDateTime' }, + 'seriesdescription' => { 492 => 'SeriesDescription' }, + 'seriesidentifier' => { 529 => [\'Series','SeriesIdentifier'] }, + 'seriesmodality' => { 492 => 'SeriesModality' }, + 'seriesname' => { 529 => [\'Series','SeriesName'] }, + 'seriesnumber' => { 492 => 'SeriesNumber', 534 => 'seriesNumber' }, + 'seriestitle' => { 534 => 'seriesTitle' }, + 'serviceidentifier' => { 137 => 0x1e }, + 'servingsize' => { 536 => 'servingSize' }, + 'setbuttoncrosskeysfunc' => { 92 => 0x0, 93 => 0x0 }, + 'setbuttonwhenshooting' => { 87 => 0x1, 89 => 0x704, 95 => 0xc }, + 'setclockfromlocationdata' => { 248 => 0x61d, 249 => 0x64d, 250 => 0x6b5 }, + 'setfunctionwhenshooting' => { 90 => 0x0, 91 => 0x1, 94 => 0x1 }, + 'setting' => { 533 => 'setting' }, + 'shadingcompensation' => { 326 => 0x50c, 350 => 0x8a }, + 'shadingcompensation2' => { 330 => 0x1012 }, + 'shadow' => { 428 => 0xe }, + 'shadowadj' => { 108 => 0x2030b }, + 'shadowcorrection' => { 386 => 0x79 }, + 'shadowprotection' => { 298 => 0x0 }, + 'shadows' => { 124 => 0xfe52, 452 => 0x2032, 509 => 'Shadows', 515 => 'Shadows', 517 => 'Shadows' }, + 'shadows2012' => { 515 => 'Shadows2012', 517 => 'Shadows2012' }, + 'shadowsadj' => { 489 => 0x901a }, + 'shadowscale' => { 124 => 0xc633 }, + 'shadowtint' => { 515 => 'ShadowTint', 517 => 'ShadowTint' }, + 'shadowtone' => { 132 => 0x1040 }, + 'shakereduction' => { 388 => 0x1, 389 => 0x1 }, + 'shareduserrating' => { 184 => 'WM/SharedUserRating' }, + 'sharpendetail' => { 515 => 'SharpenDetail', 517 => 'SharpenDetail' }, + 'sharpenedgemasking' => { 515 => 'SharpenEdgeMasking', 517 => 'SharpenEdgeMasking' }, + 'sharpening' => { 352 => 0x300b }, + 'sharpeningadj' => { 302 => 0x2b }, + 'sharpeningkernel' => { 143 => 0x92f }, + 'sharpenradius' => { 515 => 'SharpenRadius', 517 => 'SharpenRadius' }, + 'sharpness' => { 8 => [0x42,0x48], 10 => 0x72, 12 => 0x74, 36 => 0xf, 67 => 0x6, 78 => 0x2, 117 => 0xb, 118 => [0x3011,0x21], 124 => [0xa40a,0xfe56], 132 => 0x1001, 145 => 0x6b, 154 => 0x37, 161 => 'Sharpness', 186 => 0x21, 187 => 0x30, 188 => 0x26, 189 => 0x18, 194 => 0x3, 241 => 0x6, 257 => 0x32, 258 => 0x33, 259 => 0x39, 331 => 0x100f, 350 => 0x41, 386 => 0x21, 393 => 0xb, 412 => 0x26, 414 => 0x56, 417 => 0x22, 418 => [0x1003,0x1014], 428 => 0x11, 438 => 0x1c, 439 => 0x19, 452 => 0x2006, 484 => 0x52, 515 => 'Sharpness', 517 => 'Sharpness', 521 => 'Sharpness' }, + 'sharpnessadj' => { 108 => 0x20310, 113 => 0x25a, 489 => 0x801a }, + 'sharpnessadjon' => { 108 => '0x20310.0' }, + 'sharpnessauto' => { 75 => 0x94 }, + 'sharpnessfactor' => { 331 => 0x102a }, + 'sharpnessfaithful' => { 19 => 0xf5, 74 => 0x64, 75 => 0x64 }, + 'sharpnessfrequency' => { 8 => [0x41,0x47], 78 => 0x3 }, + 'sharpnesslandscape' => { 19 => 0xf3, 74 => 0x34, 75 => 0x34 }, + 'sharpnessmonochrome' => { 19 => 0xf6, 74 => 0x7c, 75 => 0x7c }, + 'sharpnessneutral' => { 19 => 0xf4, 74 => 0x4c, 75 => 0x4c }, + 'sharpnessovershoot' => { 489 => 0x801b }, + 'sharpnessportrait' => { 19 => 0xf2, 74 => 0x1c, 75 => 0x1c }, + 'sharpnessrange' => { 452 => 0x2035 }, + 'sharpnesssetting' => { 326 => 0x506, 334 => 0x1013, 440 => 0x12, 457 => 0xa }, + 'sharpnessstandard' => { 19 => 0xf1, 74 => 0x4, 75 => 0x4 }, + 'sharpnessstrength' => { 108 => 0x20311 }, + 'sharpnessthreshold' => { 489 => 0x801d }, + 'sharpnessundershoot' => { 489 => 0x801c }, + 'sharpnessuserdef1' => { 19 => 0xf7, 74 => 0x94, 75 => 0xac }, + 'sharpnessuserdef2' => { 19 => 0xf8, 74 => 0xac, 75 => 0xc4 }, + 'sharpnessuserdef3' => { 19 => 0xf9, 74 => 0xc4, 75 => 0xdc }, + 'shiftcols' => { 143 => 0xc70 }, + 'shootid' => { 533 => 'shootID' }, + 'shootingdistance' => { 108 => 0x20701 }, + 'shootinginfodisplay' => { 306 => '13.2', 307 => '5.1', 315 => '10.2', 316 => '4.1', 319 => '5.1', 321 => '5.3' }, + 'shootinginfomonitorofftime' => { 306 => '26.2', 307 => '22.2', 309 => '22.2', 310 => '22.2', 314 => '21.2', 315 => '9.1', 316 => '21.2', 319 => '22.2', 320 => '22.2', 321 => '22.2', 322 => 0x37, 323 => 0x37, 324 => 0x37 }, + 'shootingmode' => { 161 => 'ShootingMode', 241 => 0x89, 350 => 0x1f }, + 'shootingmodesetting' => { 308 => '5.1' }, + 'shortdescription' => { 519 => 'shortdescription' }, + 'shortdocumentid' => { 136 => 0xba }, + 'shortname' => { 515 => 'ShortName', 517 => 'ShortName' }, 'shortownername' => { 19 => 0xac }, - 'shortreleasetimelag' => { 88 => 0x80d }, - 'shorttitle' => { 402 => '@sti' }, - 'shotdate' => { 543 => 'shotDate' }, - 'shotday' => { 543 => 'shotDay' }, - 'shotlocation' => { 543 => 'shotLocation' }, - 'shotlogdata' => { 496 => 'shot_log_data' }, - 'shotname' => { 410 => 'shot', 543 => 'shotName' }, - 'shotnumber' => { 543 => 'shotNumber' }, - 'shotnumbersincepowerup' => { 455 => 0x44e, 474 => 0x1a, 475 => 0x16, 476 => 0xa }, - 'shotnumbersincepowerup2' => { 439 => 0x200 }, - 'shotsize' => { 543 => 'shotSize' }, - 'shotsperinterval' => { 229 => 0x180, 244 => 0xb4, 245 => 0xcc, 246 => 0xcc, 247 => 0xc0, 248 => 0xd0, 249 => 0xd0 }, - 'showmovement' => { 402 => 'shwm' }, - 'shownevent' => { 528 => 'EventExt' }, - 'showneventidentifier' => { 528 => [\'EventExt','EventExtIdentifier'] }, - 'showneventname' => { 528 => [\'EventExt','EventExtName'] }, - 'shutter' => { 470 => 0x20, 471 => 0x26, 472 => 0x26 }, - 'shutter-aelock' => { 86 => 0x4, 88 => 0x701, 89 => 0x3, 90 => 0x4, 91 => 0x3, 92 => 0x3, 93 => 0x4, 94 => 0x2 }, - 'shutteraelbutton' => { 87 => 0x4 }, - 'shutterbuttonafonbutton' => { 88 => 0x701 }, - 'shuttercount' => { 11 => 0x176, 30 => [0xa95,0x293], 33 => 0xaf1, 59 => 0x1, 240 => 0xa7, 269 => [0x6a,0x157,0x24d], 270 => 0x286, 271 => 0x279, 272 => 0x284, 273 => 0x242, 274 => 0x280, 275 => 0x276, 276 => [0x27d,0x27f], 277 => 0x246, 279 => 0x2d6, 280 => 0x321, 281 => 0xbd8, 282 => 0x287, 283 => 0x320, 284 => 0x24a, 285 => 0x5fb, 286 => 0x2d5, 385 => 0x5d, 448 => 0x846, 454 => [0x125,0x14a], 470 => 0x32, 471 => 0x3a, 472 => 0x3a, 473 => 0xa }, - 'shuttercount2' => { 470 => 0x4c, 471 => [0x50,0x52,0x58], 472 => 0x50 }, - 'shuttercount3' => { 470 => [0x1a0,0x1aa,0x1bd], 471 => [0x19f,0x1cb,0x1cd] }, - 'shuttercurtainsync' => { 86 => 0xf, 87 => 0xf, 88 => 0x305, 89 => 0xe, 90 => 0xf, 91 => 0x8, 92 => 0x8, 93 => 0xf, 94 => 0x8 }, - 'shuttermode' => { 59 => 0x17, 144 => 0x1b, 240 => 0x34 }, - 'shutterreleasebuttonae-l' => { 305 => '17.7', 306 => '18.4', 308 => '78.4', 309 => '78.4', 310 => '16.1', 311 => '17.1', 312 => '17.1', 313 => '17.1', 314 => '7.1', 315 => '17.5', 318 => '18.4', 319 => '78.4', 320 => '18.2', 321 => 0x29, 322 => 0x29, 323 => 0x29 }, - 'shutterreleasemethod' => { 101 => 0x1010 }, - 'shutterreleasenocfcard' => { 86 => 0x2, 87 => 0x2, 94 => 0xf }, - 'shutterreleasetiming' => { 101 => 0x1011 }, - 'shutterreleasewithoutlens' => { 88 => 0x711 }, - 'shutterspeedlock' => { 306 => '38.1', 308 => '38.1', 309 => '38.1', 318 => '38.1', 319 => '38.1', 321 => 0xb7, 322 => 0xb7, 323 => 0xb7 }, - 'shutterspeedrange' => { 88 => 0x10c }, - 'shutterspeedsetting' => { 188 => 0x6, 437 => 0x2f, 438 => 0x28, 439 => 0x0 }, - 'shutterspeedvalue' => { 97 => 0x1, 123 => 0x9201, 330 => 0x1000, 394 => 0x400, 520 => 'ShutterSpeedValue' }, - 'shuttertype' => { 131 => 0x1050, 349 => 0x9f, 385 => 0x87, 476 => [0x133,0x139,0x13f] }, - 'sidecarforextension' => { 531 => 'SidecarForExtension' }, - 'sigmaimpulseparameters' => { 142 => 0xe0d }, - 'sigmascalingfactorcamera' => { 142 => 0xe0c }, - 'sigmascalingfactorlowres' => { 142 => 0xe0b }, - 'sigmasizetable' => { 142 => 0xe0f }, + 'shortreleasetimelag' => { 89 => 0x80d }, + 'shorttitle' => { 403 => '@sti' }, + 'shotdate' => { 544 => 'shotDate' }, + 'shotday' => { 544 => 'shotDay' }, + 'shotlocation' => { 544 => 'shotLocation' }, + 'shotlogdata' => { 497 => 'shot_log_data' }, + 'shotname' => { 411 => 'shot', 544 => 'shotName' }, + 'shotnumber' => { 544 => 'shotNumber' }, + 'shotnumbersincepowerup' => { 456 => 0x44e, 475 => 0x1a, 476 => 0x16, 477 => 0xa }, + 'shotnumbersincepowerup2' => { 440 => 0x200 }, + 'shotsize' => { 544 => 'shotSize' }, + 'shotsperinterval' => { 230 => 0x180, 245 => 0xb4, 246 => 0xcc, 247 => 0xcc, 248 => 0xc0, 249 => 0xd0, 250 => 0xd0 }, + 'showmovement' => { 403 => 'shwm' }, + 'shownevent' => { 529 => 'EventExt' }, + 'showneventidentifier' => { 529 => [\'EventExt','EventExtIdentifier'] }, + 'showneventname' => { 529 => [\'EventExt','EventExtName'] }, + 'shutter' => { 471 => 0x20, 472 => 0x26, 473 => 0x26 }, + 'shutter-aelock' => { 87 => 0x4, 89 => 0x701, 90 => 0x3, 91 => 0x4, 92 => 0x3, 93 => 0x3, 94 => 0x4, 95 => 0x2 }, + 'shutteraelbutton' => { 88 => 0x4 }, + 'shutterbuttonafonbutton' => { 89 => 0x701 }, + 'shuttercount' => { 11 => 0x176, 30 => [0xa95,0x293], 33 => 0xaf1, 60 => 0x1, 241 => 0xa7, 270 => [0x6a,0x157,0x24d], 271 => 0x286, 272 => 0x279, 273 => 0x284, 274 => 0x242, 275 => 0x280, 276 => 0x276, 277 => [0x27d,0x27f], 278 => 0x246, 280 => 0x2d6, 281 => 0x321, 282 => 0xbd8, 283 => 0x287, 284 => 0x320, 285 => 0x24a, 286 => 0x5fb, 287 => 0x2d5, 386 => 0x5d, 449 => 0x846, 455 => [0x125,0x14a], 471 => 0x32, 472 => 0x3a, 473 => 0x3a, 474 => 0xa }, + 'shuttercount2' => { 471 => 0x4c, 472 => [0x50,0x52,0x58], 473 => 0x50 }, + 'shuttercount3' => { 471 => [0x1a0,0x1aa,0x1bd], 472 => [0x19f,0x1cb,0x1cd] }, + 'shuttercurtainsync' => { 87 => 0xf, 88 => 0xf, 89 => 0x305, 90 => 0xe, 91 => 0xf, 92 => 0x8, 93 => 0x8, 94 => 0xf, 95 => 0x8 }, + 'shuttermode' => { 60 => 0x17, 145 => 0x1b, 241 => 0x34 }, + 'shutterreleasebuttonae-l' => { 306 => '17.7', 307 => '18.4', 309 => '78.4', 310 => '78.4', 311 => '16.1', 312 => '17.1', 313 => '17.1', 314 => '17.1', 315 => '7.1', 316 => '17.5', 319 => '18.4', 320 => '78.4', 321 => '18.2', 322 => 0x29, 323 => 0x29, 324 => 0x29 }, + 'shutterreleasemethod' => { 102 => 0x1010 }, + 'shutterreleasenocfcard' => { 87 => 0x2, 88 => 0x2, 95 => 0xf }, + 'shutterreleasetiming' => { 102 => 0x1011 }, + 'shutterreleasewithoutlens' => { 89 => 0x711 }, + 'shutterspeedlock' => { 307 => '38.1', 309 => '38.1', 310 => '38.1', 319 => '38.1', 320 => '38.1', 322 => 0xb7, 323 => 0xb7, 324 => 0xb7 }, + 'shutterspeedrange' => { 89 => 0x10c }, + 'shutterspeedsetting' => { 189 => 0x6, 438 => 0x2f, 439 => 0x28, 440 => 0x0 }, + 'shutterspeedvalue' => { 98 => 0x1, 124 => 0x9201, 331 => 0x1000, 395 => 0x400, 521 => 'ShutterSpeedValue' }, + 'shuttertype' => { 132 => 0x1050, 350 => 0x9f, 386 => 0x87, 477 => [0x133,0x139,0x13f] }, + 'sidecarforextension' => { 532 => 'SidecarForExtension' }, + 'sigmaimpulseparameters' => { 143 => 0xe0d }, + 'sigmascalingfactorcamera' => { 143 => 0xe0c }, + 'sigmascalingfactorlowres' => { 143 => 0xe0b }, + 'sigmasizetable' => { 143 => 0xe0f }, 'signaltonoiseratio' => { 1 => 0x27 }, 'signaltonoiseratiotype' => { 1 => 0x26 }, - 'silentphotography' => { 240 => 0xbf }, - 'similarityindex' => { 135 => 0xe4 }, - 'singleframebracketing' => { 188 => 0x21 }, - 'skilllevel' => { 535 => 'skillLevel' }, - 'skintonecorrection' => { 385 => 0x95 }, - 'skiplinetime' => { 142 => 0x184e }, - 'slaveflashmeteringsegments' => { 385 => 0x20b }, - 'slideshowname' => { 532 => 'slideshowName' }, - 'slideshownumber' => { 532 => 'slideshowNumber' }, - 'slideshowtotalnumber' => { 532 => 'slideshowTotalNumber' }, - 'slot2jpgsize' => { 245 => 0x24a, 246 => 0x24a, 249 => 0x24a }, - 'slowshutter' => { 80 => 0x8 }, - 'slowsync' => { 131 => 0x1030 }, - 'smartalbumcolor' => { 424 => 0x20 }, - 'smartrange' => { 424 => 0xa012 }, - 'smileshutter' => { 439 => 0x31 }, - 'smileshuttermode' => { 439 => 0x27 }, - 'smoothness' => { 123 => 0xfe57, 514 => 'Smoothness', 516 => 'Smoothness' }, - 'snapshot' => { 528 => 'SnapshotLink' }, - 'snapshotformat' => { 528 => [\'SnapshotLink','SnapshotLinkFormat'] }, - 'snapshotheightpixels' => { 528 => [\'SnapshotLink','SnapshotLinkHeightPixels'] }, - 'snapshotimagerole' => { 528 => [\'SnapshotLink','SnapshotLinkImageRole'] }, - 'snapshotlink' => { 528 => [\'SnapshotLink','SnapshotLinkLink'] }, - 'snapshotlinkqualifier' => { 528 => [\'SnapshotLink','SnapshotLinkLinkQualifier'] }, - 'snapshots' => { 509 => 'Snapshots' }, - 'snapshotusedvideoframe' => { 528 => [\'SnapshotLink','SnapshotLinkUsedVideoFrame'] }, - 'snapshotusedvideoframetimeformat' => { 528 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeFormat'] }, - 'snapshotusedvideoframetimevalue' => { 528 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeValue'] }, - 'snapshotusedvideoframevalue' => { 528 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameValue'] }, - 'snapshotwidthpixels' => { 528 => [\'SnapshotLink','SnapshotLinkWidthPixels'] }, - 'softskineffect' => { 451 => 0x200f }, - 'software' => { 123 => 0x131, 161 => 'Software', 338 => 'Software', 394 => 0x203, 404 => 'software', 427 => 0x18, 499 => 'Software', 539 => 'Software' }, - 'softwareversion' => { 410 => ['@swr',"\xa9swr"], 426 => 0x207 }, - 'soloist' => { 402 => "\xa9sol" }, - 'songwriter' => { 410 => "\xa9swf" }, - 'songwriterkeywords' => { 410 => "\xa9swk" }, - 'sonycropsize' => { 123 => 0x74c8 }, - 'sonycroptopleft' => { 123 => 0x74c7 }, - 'sonydatetime' => { 459 => 0x6, 461 => 0x1b6, 462 => 0x210, 463 => 0x1fe, 464 => 0x22c }, - 'sonydatetime2' => { 470 => 0x51 }, - 'sonyexposuretime' => { 470 => 0x3a, 471 => 0x46, 472 => [0x66,0x46], 473 => 0x1a }, - 'sonyexposuretime2' => { 483 => 0xe }, - 'sonyfnumber' => { 470 => 0x3c, 471 => 0x48, 472 => [0x68,0x48], 473 => 0x1c, 483 => 0x14 }, - 'sonyimageheight' => { 459 => 0x1a, 474 => 0x44, 475 => 0x3f }, - 'sonyimageheightmax' => { 483 => 0x40 }, - 'sonyimagesize' => { 188 => 0x3b, 437 => 0x54, 438 => 0x54, 439 => 0x9 }, - 'sonyimagewidth' => { 459 => 0x1c }, - 'sonyimagewidthmax' => { 483 => 0x3e }, - 'sonyiso' => { 461 => 0x1218, 462 => 0x11f4, 463 => 0x1270, 464 => [0x1254,0x1258,0x1280], 465 => 0x113c, 466 => 0x344, 467 => 0x346, 468 => 0x320, 483 => 0x4 }, - 'sonymaxaperture' => { 470 => 0x0, 471 => 0x0 }, - 'sonymaxaperturevalue' => { 483 => 0x16 }, - 'sonyminaperture' => { 470 => 0x1, 471 => 0x1 }, - 'sonymodelid' => { 451 => 0xb001 }, - 'sonyquality' => { 188 => 0x3c }, - 'sonyrawimagesize' => { 123 => 0x7038 }, - 'sonytimeminsec' => { 471 => 0x61 }, - 'sortalbum' => { 402 => 'soal' }, - 'sortalbumartist' => { 402 => 'soaa' }, - 'sortartist' => { 402 => 'soar' }, - 'sortcomposer' => { 402 => 'soco' }, - 'sortname' => { 402 => 'sonm', 514 => 'SortName', 516 => 'SortName' }, - 'sortshow' => { 402 => 'sosn' }, - 'soundengineer' => { 402 => "\xa9sne" }, - 'source' => { 135 => 0x73, 338 => 'Source', 517 => 'source', 518 => 'source', 531 => 'Source' }, - 'sourcecount' => { 503 => 'SourceCount' }, - 'sourcecredits' => { 410 => "\xa9src" }, - 'sourcedirectoryindex' => { 371 => 0x0 }, - 'sourcefileindex' => { 371 => 0x2 }, - 'sourcephotoscount' => { 502 => 'SourcePhotosCount' }, - 'sourceprofileprefix' => { 142 => 0x1390 }, - 'spatialfrequencyresponse' => { 520 => 'SpatialFrequencyResponse' }, - 'spatialfrequencyresponsecolumns' => { 520 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] }, - 'spatialfrequencyresponsenames' => { 520 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] }, - 'spatialfrequencyresponserows' => { 520 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] }, - 'spatialfrequencyresponsevalues' => { 520 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] }, - 'speakerplacement' => { 543 => 'speakerPlacement' }, - 'specialeffectlevel' => { 117 => 0x3030 }, - 'specialeffectmode' => { 117 => 0x2076 }, - 'specialeffectsetting' => { 117 => 0x3031 }, - 'specialinstructions' => { 135 => 0x28 }, - 'specialmode' => { 330 => 0x200, 426 => 0x200 }, - 'specialoccasion' => { 535 => 'specialOccasion' }, - 'specialtypeid' => { 496 => 'SpecialTypeID' }, - 'spectralsensitivity' => { 123 => 0x8824, 520 => 'SpectralSensitivity' }, - 'specularwhitelevel' => { 43 => 0x32b, 44 => 0x281, 47 => [0x2b9,0x2d0,0x2d4], 48 => [0x56a,0x296], 49 => 0x1e4, 50 => [0x1fd,0x2dd], 51 => [0x231,0x30f], 52 => 0x31d }, - 'speedx' => { 119 => 0x3, 410 => "\xa9xsp" }, - 'speedy' => { 119 => 0x4, 410 => "\xa9ysp" }, - 'speedz' => { 119 => 0x5, 410 => "\xa9zsp" }, - 'spherical' => { 503 => 'Spherical' }, - 'sphericalvideoxml' => { 124 => 'SphericalVideoXML' }, - 'splitcolumn' => { 394 => 0x222 }, - 'splittoningbalance' => { 514 => 'SplitToningBalance', 516 => 'SplitToningBalance' }, - 'splittoninghighlighthue' => { 514 => 'SplitToningHighlightHue', 516 => 'SplitToningHighlightHue' }, - 'splittoninghighlightsaturation' => { 514 => 'SplitToningHighlightSaturation', 516 => 'SplitToningHighlightSaturation' }, - 'splittoningshadowhue' => { 514 => 'SplitToningShadowHue', 516 => 'SplitToningShadowHue' }, - 'splittoningshadowsaturation' => { 514 => 'SplitToningShadowSaturation', 516 => 'SplitToningShadowSaturation' }, - 'sport' => { 533 => 'sport' }, - 'spotfocuspointx' => { 185 => 0x2d }, - 'spotfocuspointy' => { 185 => 0x2e }, + 'silentphotography' => { 241 => 0xbf }, + 'similarityindex' => { 136 => 0xe4 }, + 'singleframebracketing' => { 189 => 0x21 }, + 'skilllevel' => { 536 => 'skillLevel' }, + 'skintonecorrection' => { 386 => 0x95 }, + 'skiplinetime' => { 143 => 0x184e }, + 'slaveflashmeteringsegments' => { 386 => 0x20b }, + 'slideshowname' => { 533 => 'slideshowName' }, + 'slideshownumber' => { 533 => 'slideshowNumber' }, + 'slideshowtotalnumber' => { 533 => 'slideshowTotalNumber' }, + 'slot2jpgsize' => { 246 => 0x24a, 247 => 0x24a, 250 => 0x24a }, + 'slowshutter' => { 81 => 0x8 }, + 'slowsync' => { 132 => 0x1030 }, + 'smartalbumcolor' => { 425 => 0x20 }, + 'smartrange' => { 425 => 0xa012 }, + 'smileshutter' => { 440 => 0x31 }, + 'smileshuttermode' => { 440 => 0x27 }, + 'smoothness' => { 124 => 0xfe57, 515 => 'Smoothness', 517 => 'Smoothness' }, + 'snapshot' => { 529 => 'SnapshotLink' }, + 'snapshotformat' => { 529 => [\'SnapshotLink','SnapshotLinkFormat'] }, + 'snapshotheightpixels' => { 529 => [\'SnapshotLink','SnapshotLinkHeightPixels'] }, + 'snapshotimagerole' => { 529 => [\'SnapshotLink','SnapshotLinkImageRole'] }, + 'snapshotlink' => { 529 => [\'SnapshotLink','SnapshotLinkLink'] }, + 'snapshotlinkqualifier' => { 529 => [\'SnapshotLink','SnapshotLinkLinkQualifier'] }, + 'snapshots' => { 510 => 'Snapshots' }, + 'snapshotusedvideoframe' => { 529 => [\'SnapshotLink','SnapshotLinkUsedVideoFrame'] }, + 'snapshotusedvideoframetimeformat' => { 529 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeFormat'] }, + 'snapshotusedvideoframetimevalue' => { 529 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeValue'] }, + 'snapshotusedvideoframevalue' => { 529 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameValue'] }, + 'snapshotwidthpixels' => { 529 => [\'SnapshotLink','SnapshotLinkWidthPixels'] }, + 'softskineffect' => { 452 => 0x200f }, + 'software' => { 124 => 0x131, 162 => 'Software', 339 => 'Software', 395 => 0x203, 405 => 'software', 428 => 0x18, 500 => 'Software', 540 => 'Software' }, + 'softwareversion' => { 411 => ['@swr',"\xa9swr"], 427 => 0x207 }, + 'soloist' => { 403 => "\xa9sol" }, + 'songwriter' => { 411 => "\xa9swf" }, + 'songwriterkeywords' => { 411 => "\xa9swk" }, + 'sonycropsize' => { 124 => 0x74c8 }, + 'sonycroptopleft' => { 124 => 0x74c7 }, + 'sonydatetime' => { 460 => 0x6, 462 => 0x1b6, 463 => 0x210, 464 => 0x1fe, 465 => 0x22c }, + 'sonydatetime2' => { 471 => 0x51 }, + 'sonyexposuretime' => { 471 => 0x3a, 472 => 0x46, 473 => [0x66,0x46], 474 => 0x1a }, + 'sonyexposuretime2' => { 484 => 0xe }, + 'sonyfnumber' => { 471 => 0x3c, 472 => 0x48, 473 => [0x68,0x48], 474 => 0x1c, 484 => 0x14 }, + 'sonyimageheight' => { 460 => 0x1a, 475 => 0x44, 476 => 0x3f }, + 'sonyimageheightmax' => { 484 => 0x40 }, + 'sonyimagesize' => { 189 => 0x3b, 438 => 0x54, 439 => 0x54, 440 => 0x9 }, + 'sonyimagewidth' => { 460 => 0x1c }, + 'sonyimagewidthmax' => { 484 => 0x3e }, + 'sonyiso' => { 462 => 0x1218, 463 => 0x11f4, 464 => 0x1270, 465 => [0x1254,0x1258,0x1280], 466 => 0x113c, 467 => 0x344, 468 => 0x346, 469 => 0x320, 484 => 0x4 }, + 'sonymaxaperture' => { 471 => 0x0, 472 => 0x0 }, + 'sonymaxaperturevalue' => { 484 => 0x16 }, + 'sonyminaperture' => { 471 => 0x1, 472 => 0x1 }, + 'sonymodelid' => { 452 => 0xb001 }, + 'sonyquality' => { 189 => 0x3c }, + 'sonyrawimagesize' => { 124 => 0x7038 }, + 'sonytimeminsec' => { 472 => 0x61 }, + 'sortalbum' => { 403 => 'soal' }, + 'sortalbumartist' => { 403 => 'soaa' }, + 'sortartist' => { 403 => 'soar' }, + 'sortcomposer' => { 403 => 'soco' }, + 'sortname' => { 403 => 'sonm', 515 => 'SortName', 517 => 'SortName' }, + 'sortshow' => { 403 => 'sosn' }, + 'soundengineer' => { 403 => "\xa9sne" }, + 'source' => { 136 => 0x73, 339 => 'Source', 518 => 'source', 519 => 'source', 532 => 'Source' }, + 'sourcecount' => { 504 => 'SourceCount' }, + 'sourcecredits' => { 411 => "\xa9src" }, + 'sourcedirectoryindex' => { 372 => 0x0 }, + 'sourcefileindex' => { 372 => 0x2 }, + 'sourcephotoscount' => { 503 => 'SourcePhotosCount' }, + 'sourceprofileprefix' => { 143 => 0x1390 }, + 'spatialfrequencyresponse' => { 521 => 'SpatialFrequencyResponse' }, + 'spatialfrequencyresponsecolumns' => { 521 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] }, + 'spatialfrequencyresponsenames' => { 521 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] }, + 'spatialfrequencyresponserows' => { 521 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] }, + 'spatialfrequencyresponsevalues' => { 521 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] }, + 'speakerplacement' => { 544 => 'speakerPlacement' }, + 'specialeffectlevel' => { 118 => 0x3030 }, + 'specialeffectmode' => { 118 => 0x2076 }, + 'specialeffectsetting' => { 118 => 0x3031 }, + 'specialinstructions' => { 136 => 0x28 }, + 'specialmode' => { 331 => 0x200, 427 => 0x200 }, + 'specialoccasion' => { 536 => 'specialOccasion' }, + 'specialtypeid' => { 497 => 'SpecialTypeID' }, + 'spectralsensitivity' => { 124 => 0x8824, 521 => 'SpectralSensitivity' }, + 'specularwhitelevel' => { 43 => 0x32b, 44 => 0x281, 45 => 0x295, 48 => [0x2b9,0x2d0,0x2d4], 49 => [0x56a,0x296], 50 => 0x1e4, 51 => [0x1fd,0x2dd], 52 => [0x231,0x30f], 53 => 0x31d }, + 'speedx' => { 120 => 0x3, 411 => "\xa9xsp" }, + 'speedy' => { 120 => 0x4, 411 => "\xa9ysp" }, + 'speedz' => { 120 => 0x5, 411 => "\xa9zsp" }, + 'spherical' => { 504 => 'Spherical' }, + 'sphericalvideoxml' => { 125 => 'SphericalVideoXML' }, + 'splitcolumn' => { 395 => 0x222 }, + 'splittoningbalance' => { 515 => 'SplitToningBalance', 517 => 'SplitToningBalance' }, + 'splittoninghighlighthue' => { 515 => 'SplitToningHighlightHue', 517 => 'SplitToningHighlightHue' }, + 'splittoninghighlightsaturation' => { 515 => 'SplitToningHighlightSaturation', 517 => 'SplitToningHighlightSaturation' }, + 'splittoningshadowhue' => { 515 => 'SplitToningShadowHue', 517 => 'SplitToningShadowHue' }, + 'splittoningshadowsaturation' => { 515 => 'SplitToningShadowSaturation', 517 => 'SplitToningShadowSaturation' }, + 'sport' => { 534 => 'sport' }, + 'spotfocuspointx' => { 186 => 0x2d }, + 'spotfocuspointy' => { 186 => 0x2e }, 'spotmeteringmode' => { 36 => 0x27 }, - 'spotmeterlinktoafpoint' => { 88 => 0x107 }, - 'sractive' => { 365 => '17.1' }, + 'spotmeterlinktoafpoint' => { 89 => 0x107 }, + 'sractive' => { 366 => '17.1' }, 'srawquality' => { 36 => 0x2e }, - 'srfocallength' => { 387 => 0x3 }, - 'srgbrendering' => { 336 => 'sRGB' }, - 'srhalfpresstime' => { 387 => 0x2 }, - 'srresult' => { 387 => 0x0, 388 => 0x0 }, - 'stackedimage' => { 325 => 0x804 }, - 'standardmatrixcustom' => { 142 => 0x7d4 }, - 'standardmatrixdaylight' => { 142 => 0x7d0 }, - 'standardmatrixflash' => { 142 => 0x7d3 }, - 'standardmatrixfluorescent' => { 142 => 0x7d2 }, - 'standardmatrixtungsten' => { 142 => 0x7d1 }, - 'standardoutputhighlightpoint' => { 113 => 0x14 }, - 'standardoutputsensitivity' => { 123 => 0x8831, 521 => 'StandardOutputSensitivity' }, - 'standardoutputshadowpoint' => { 113 => 0x15 }, - 'standardrawcolortone' => { 113 => 0xd }, - 'standardrawcontrast' => { 113 => 0xf }, - 'standardrawhighlight' => { 113 => 0x75 }, - 'standardrawhighlightpoint' => { 113 => 0x12 }, - 'standardrawlinear' => { 113 => 0x10 }, - 'standardrawsaturation' => { 113 => 0xe }, - 'standardrawshadow' => { 113 => 0x7e }, - 'standardrawshadowpoint' => { 113 => 0x13 }, - 'standardrawsharpness' => { 113 => 0x11 }, - 'standardunsharpmaskfineness' => { 113 => 0x94 }, - 'standardunsharpmaskstrength' => { 113 => 0x92 }, - 'standardunsharpmaskthreshold' => { 113 => 0x96 }, - 'standardwhitecustom' => { 142 => 0x838 }, - 'standardwhitedaylight' => { 142 => 0x834 }, - 'standardwhiteflash' => { 142 => 0x837 }, - 'standardwhitefluorescent' => { 142 => 0x836 }, - 'standardwhitetungsten' => { 142 => 0x835 }, - 'standbytimer' => { 306 => '19.1', 308 => '19.1', 309 => '19.1', 312 => '18.1', 313 => '18.1', 318 => '19.1', 319 => '19.1' }, - 'starlightview' => { 321 => 0x249, 322 => 0x249, 323 => 0x261 }, - 'startingpage' => { 533 => 'startingPage' }, - 'startmovieshooting' => { 88 => 0x70d }, - 'starttimecode' => { 410 => "\xa9TIM", 543 => 'startTimecode' }, - 'starttimecodetimeformat' => { 543 => [\'startTimecode','startTimecodeTimeFormat'] }, - 'starttimecodetimevalue' => { 543 => [\'startTimecode','startTimecodeTimeValue'] }, - 'starttimecodevalue' => { 543 => [\'startTimecode','startTimecodeValue'] }, - 'starttimesamplesize' => { 410 => "\xa9TSZ", 543 => 'startTimeSampleSize' }, - 'starttimescale' => { 410 => "\xa9TSC", 543 => 'startTimeScale' }, - 'state' => { 165 => 'State', 349 => 0x6b, 531 => 'State' }, - 'status' => { 494 => 'Status', 507 => 'Status' }, - 'stereomode' => { 503 => 'StereoMode' }, - 'stitched' => { 503 => 'Stitched' }, - 'stitchingsoftware' => { 502 => 'StitchingSoftware', 503 => 'StitchingSoftware' }, - 'stopsabovebaseiso' => { 460 => 0x113e, 461 => 0x113e, 462 => 0x111a, 463 => 0x1196, 464 => 0x1172, 465 => 0x102a, 466 => 0x222, 467 => 0x222, 468 => 0x217, 483 => 0xa }, - 'storagemethod' => { 192 => 0x12 }, - 'storebyorientation' => { 306 => '46.3', 308 => '47.3', 309 => '47.3', 318 => '47.3', 319 => '47.3', 321 => 0xd, 322 => 0xd, 323 => 0xd }, - 'storedescription' => { 402 => 'sdes' }, - 'storylineidentifier' => { 528 => 'StorylineIdentifier' }, - 'straightenangle' => { 298 => 0x2fc08431 }, - 'streamready' => { 528 => 'StreamReady' }, - 'streamtype' => { 180 => 'StreamType' }, - 'stretchmode' => { 543 => 'stretchMode' }, - 'studydatetime' => { 491 => 'StudyDateTime' }, - 'studydescription' => { 491 => 'StudyDescription' }, - 'studyid' => { 491 => 'StudyID' }, - 'studyphysician' => { 491 => 'StudyPhysician' }, - 'styleperiod' => { 528 => 'StylePeriod' }, - 'sub-location' => { 135 => 0x5c }, - 'subcommanddialframeadvancezoom' => { 249 => 0x806 }, - 'subcommanddialplaybackmode' => { 321 => 0x1cf, 322 => 0x1cf, 323 => 0x1e7 }, - 'subcommanddialvideoplaybackmode' => { 321 => 0x1d1, 323 => 0x1e9 }, - 'subfiledata' => { 168 => 'data' }, - 'subfiledirectory' => { 168 => '1Directory' }, - 'subfilemimetype' => { 168 => '2MIME' }, - 'subfilename' => { 168 => '1Name' }, - 'subfileresource' => { 168 => 'rsrc' }, - 'subfiletype' => { 123 => 0xfe, 168 => '0Type' }, - 'subject' => { 334 => 'Subject', 401 => 'Subject', 517 => 'subject', 530 => 'Subject', 544 => 'subject' }, - 'subjectarea' => { 123 => 0x9214, 520 => 'SubjectArea' }, - 'subjectcode' => { 527 => 'SubjectCode' }, - 'subjectdetection' => { 245 => 0x252, 246 => 0x252, 247 => 0x23e, 248 => 0x252, 249 => 0x252 }, - 'subjectdistance' => { 123 => 0x9206, 144 => 0x3e, 520 => 'SubjectDistance' }, - 'subjectdistancerange' => { 123 => 0xa40c, 520 => 'SubjectDistanceRange' }, - 'subjectlocation' => { 123 => 0xa214, 520 => 'SubjectLocation' }, - 'subjectmotion' => { 308 => '78.2', 309 => '78.2', 319 => '78.2', 321 => 0x103, 322 => 0x103, 323 => 0x119 }, - 'subjectprogram' => { 185 => 0x22 }, - 'subjectreference' => { 135 => 0xc }, + 'srfocallength' => { 388 => 0x3 }, + 'srgbrendering' => { 337 => 'sRGB' }, + 'srhalfpresstime' => { 388 => 0x2 }, + 'srresult' => { 388 => 0x0, 389 => 0x0 }, + 'stackedimage' => { 326 => 0x804 }, + 'standardmatrixcustom' => { 143 => 0x7d4 }, + 'standardmatrixdaylight' => { 143 => 0x7d0 }, + 'standardmatrixflash' => { 143 => 0x7d3 }, + 'standardmatrixfluorescent' => { 143 => 0x7d2 }, + 'standardmatrixtungsten' => { 143 => 0x7d1 }, + 'standardoutputhighlightpoint' => { 114 => 0x14 }, + 'standardoutputsensitivity' => { 124 => 0x8831, 522 => 'StandardOutputSensitivity' }, + 'standardoutputshadowpoint' => { 114 => 0x15 }, + 'standardrawcolortone' => { 114 => 0xd }, + 'standardrawcontrast' => { 114 => 0xf }, + 'standardrawhighlight' => { 114 => 0x75 }, + 'standardrawhighlightpoint' => { 114 => 0x12 }, + 'standardrawlinear' => { 114 => 0x10 }, + 'standardrawsaturation' => { 114 => 0xe }, + 'standardrawshadow' => { 114 => 0x7e }, + 'standardrawshadowpoint' => { 114 => 0x13 }, + 'standardrawsharpness' => { 114 => 0x11 }, + 'standardunsharpmaskfineness' => { 114 => 0x94 }, + 'standardunsharpmaskstrength' => { 114 => 0x92 }, + 'standardunsharpmaskthreshold' => { 114 => 0x96 }, + 'standardwhitecustom' => { 143 => 0x838 }, + 'standardwhitedaylight' => { 143 => 0x834 }, + 'standardwhiteflash' => { 143 => 0x837 }, + 'standardwhitefluorescent' => { 143 => 0x836 }, + 'standardwhitetungsten' => { 143 => 0x835 }, + 'standbytimer' => { 307 => '19.1', 309 => '19.1', 310 => '19.1', 313 => '18.1', 314 => '18.1', 319 => '19.1', 320 => '19.1' }, + 'starlightview' => { 322 => 0x249, 323 => 0x249, 324 => 0x261 }, + 'startingpage' => { 534 => 'startingPage' }, + 'startmovieshooting' => { 89 => 0x70d }, + 'starttimecode' => { 411 => "\xa9TIM", 544 => 'startTimecode' }, + 'starttimecodetimeformat' => { 544 => [\'startTimecode','startTimecodeTimeFormat'] }, + 'starttimecodetimevalue' => { 544 => [\'startTimecode','startTimecodeTimeValue'] }, + 'starttimecodevalue' => { 544 => [\'startTimecode','startTimecodeValue'] }, + 'starttimesamplesize' => { 411 => "\xa9TSZ", 544 => 'startTimeSampleSize' }, + 'starttimescale' => { 411 => "\xa9TSC", 544 => 'startTimeScale' }, + 'state' => { 166 => 'State', 350 => 0x6b, 532 => 'State' }, + 'status' => { 495 => 'Status', 508 => 'Status' }, + 'stereomode' => { 504 => 'StereoMode' }, + 'stitched' => { 504 => 'Stitched' }, + 'stitchingsoftware' => { 503 => 'StitchingSoftware', 504 => 'StitchingSoftware' }, + 'stopsabovebaseiso' => { 461 => 0x113e, 462 => 0x113e, 463 => 0x111a, 464 => 0x1196, 465 => 0x1172, 466 => 0x102a, 467 => 0x222, 468 => 0x222, 469 => 0x217, 484 => 0xa }, + 'storagemethod' => { 193 => 0x12 }, + 'storebyorientation' => { 307 => '46.3', 309 => '47.3', 310 => '47.3', 319 => '47.3', 320 => '47.3', 322 => 0xd, 323 => 0xd, 324 => 0xd }, + 'storedescription' => { 403 => 'sdes' }, + 'storylineidentifier' => { 529 => 'StorylineIdentifier' }, + 'straightenangle' => { 299 => 0x2fc08431 }, + 'streamready' => { 529 => 'StreamReady' }, + 'streamtype' => { 181 => 'StreamType' }, + 'stretchmode' => { 544 => 'stretchMode' }, + 'studydatetime' => { 492 => 'StudyDateTime' }, + 'studydescription' => { 492 => 'StudyDescription' }, + 'studyid' => { 492 => 'StudyID' }, + 'studyphysician' => { 492 => 'StudyPhysician' }, + 'styleperiod' => { 529 => 'StylePeriod' }, + 'sub-location' => { 136 => 0x5c }, + 'subcommanddialframeadvancezoom' => { 250 => 0x806 }, + 'subcommanddialplaybackmode' => { 322 => 0x1cf, 323 => 0x1cf, 324 => 0x1e7 }, + 'subcommanddialvideoplaybackmode' => { 322 => 0x1d1, 324 => 0x1e9 }, + 'subfiledata' => { 169 => 'data' }, + 'subfiledirectory' => { 169 => '1Directory' }, + 'subfilemimetype' => { 169 => '2MIME' }, + 'subfilename' => { 169 => '1Name' }, + 'subfileresource' => { 169 => 'rsrc' }, + 'subfiletype' => { 124 => 0xfe, 169 => '0Type' }, + 'subject' => { 335 => 'Subject', 402 => 'Subject', 518 => 'subject', 531 => 'Subject', 545 => 'subject' }, + 'subjectarea' => { 124 => 0x9214, 521 => 'SubjectArea' }, + 'subjectcode' => { 528 => 'SubjectCode' }, + 'subjectdetection' => { 246 => 0x252, 247 => 0x252, 248 => 0x23e, 249 => 0x252, 250 => 0x252 }, + 'subjectdistance' => { 124 => 0x9206, 145 => 0x3e, 521 => 'SubjectDistance' }, + 'subjectdistancerange' => { 124 => 0xa40c, 521 => 'SubjectDistanceRange' }, + 'subjectlocation' => { 124 => 0xa214, 521 => 'SubjectLocation' }, + 'subjectmotion' => { 309 => '78.2', 310 => '78.2', 320 => '78.2', 322 => 0x103, 323 => 0x103, 324 => 0x119 }, + 'subjectprogram' => { 186 => 0x22 }, + 'subjectreference' => { 136 => 0xc }, 'subjecttodetect' => { 2 => 0x14 }, - 'sublabels1' => { 526 => [\'TagStructure','TagStructureSubLabels'] }, - 'sublabels2' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabels'] }, - 'sublabels3' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] }, - 'sublabels4' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] }, - 'sublabels5' => { 526 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] }, - 'subseccreatedate' => { 118 => 'Exif-SubSecCreateDate' }, - 'subsecdatetimeoriginal' => { 118 => 'Exif-SubSecDateTimeOriginal' }, - 'subsecmodifydate' => { 118 => 'Exif-SubSecModifyDate' }, - 'subsectime' => { 123 => 0x9290 }, - 'subsectimedigitized' => { 123 => 0x9292 }, - 'subsectimeoriginal' => { 123 => 0x9291 }, - 'subsection1' => { 533 => 'subsection1' }, - 'subsection2' => { 533 => 'subsection2' }, - 'subsection3' => { 533 => 'subsection3' }, - 'subsection4' => { 533 => 'subsection4' }, - 'subselector' => { 306 => '49.1', 308 => '71.1', 309 => '71.1', 319 => '71.1', 321 => 0x8f, 322 => 0x8f, 323 => 0x8f }, - 'subselectorassignment' => { 306 => '48.1' }, - 'subselectorcenter' => { 308 => '72.1', 309 => '72.1', 319 => '72.1' }, - 'subselectorplusdials' => { 306 => '49.2', 308 => '73.1', 309 => '73.1', 319 => '73.1' }, - 'subtitle' => { 183 => 'WM/SubTitle', 402 => "\xa9st3", 410 => "\xa9snm", 533 => 'subtitle' }, - 'subtitlekeywords' => { 410 => "\xa9snk" }, - 'subversionfilename' => { 526 => [\'SubVersions','SubVersionsFileName'] }, - 'subversionreference' => { 526 => [\'SubVersions','SubVersionsVersRef'] }, - 'subversions' => { 526 => 'SubVersions' }, - 'superimposeddisplay' => { 86 => 0xa, 88 => 0x510, 89 => 0x9, 90 => 0xa, 93 => 0xa, 94 => 0xe }, - 'supermacro' => { 67 => 0x1a }, - 'supplementalcategories' => { 135 => 0x14, 531 => 'SupplementalCategories' }, - 'supplementaltype' => { 137 => 0x37 }, - 'supplementdisplayid' => { 533 => 'supplementDisplayID' }, - 'supplementstartingpage' => { 533 => 'supplementStartingPage' }, - 'supplementtitle' => { 533 => 'supplementTitle' }, - 'supplychainsource' => { 528 => 'SupplyChainSource' }, - 'supplychainsourceidentifier' => { 528 => [\'SupplyChainSource','SupplyChainSourceIdentifier'] }, - 'supplychainsourcename' => { 528 => [\'SupplyChainSource','SupplyChainSourceName'] }, - 'supportsamount' => { 514 => 'SupportsAmount', 516 => 'SupportsAmount' }, - 'supportscolor' => { 514 => 'SupportsColor', 516 => 'SupportsColor' }, - 'supportshighdynamicrange' => { 514 => 'SupportsHighDynamicRange', 516 => 'SupportsHighDynamicRange' }, - 'supportsmonochrome' => { 514 => 'SupportsMonochrome', 516 => 'SupportsMonochrome' }, - 'supportsnormaldynamicrange' => { 514 => 'SupportsNormalDynamicRange', 516 => 'SupportsNormalDynamicRange' }, - 'supportsoutputreferred' => { 514 => 'SupportsOutputReferred', 516 => 'SupportsOutputReferred' }, - 'supportsscenereferred' => { 514 => 'SupportsSceneReferred', 516 => 'SupportsSceneReferred' }, - 'svisosetting' => { 365 => 0x14 }, - 'swatchcoloranta' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsA'] }, - 'swatchcolorantb' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsB'] }, - 'swatchcolorantblack' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsBlack'] }, - 'swatchcolorantblue' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsBlue'] }, - 'swatchcolorantcyan' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsCyan'] }, - 'swatchcolorantgray' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsGray'] }, - 'swatchcolorantgreen' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsGreen'] }, - 'swatchcolorantl' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsL'] }, - 'swatchcolorantmagenta' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsMagenta'] }, - 'swatchcolorantmode' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsMode'] }, - 'swatchcolorantred' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsRed'] }, - 'swatchcolorantswatchname' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsSwatchName'] }, - 'swatchcoloranttint' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsTint'] }, - 'swatchcoloranttype' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsType'] }, - 'swatchcolorantyellow' => { 548 => [\'SwatchGroups','SwatchGroupsColorantsYellow'] }, - 'swatchgroupname' => { 548 => [\'SwatchGroups','SwatchGroupsGroupName'] }, - 'swatchgroups' => { 548 => 'SwatchGroups' }, - 'swatchgroupscolorants' => { 548 => [\'SwatchGroups','SwatchGroupsColorants'] }, - 'swatchgrouptype' => { 548 => [\'SwatchGroups','SwatchGroupsGroupType'] }, - 'sweeppanoramadirection' => { 349 => 0x93, 439 => 0x33 }, - 'sweeppanoramafieldofview' => { 349 => 0x94 }, - 'sweeppanoramasize' => { 439 => 0x32 }, - 'switchtoregisteredafpoint' => { 87 => 0x12, 88 => 0x50a }, - 'symlink' => { 124 => 'SymLink' }, - 'syncreleasemode' => { 308 => '77.1', 309 => '77.1', 319 => '77.1', 321 => 0x41, 322 => 0x41, 323 => 0x41 }, - 'system' => { 394 => 0x204 }, - 'tagged' => { 396 => 0xdd, 397 => 'Tagged', 509 => 'tagged' }, - 'tagslist' => { 519 => 'TagsList' }, - 'tagstructure' => { 526 => 'TagStructure' }, - 'takenumber' => { 543 => 'takeNumber' }, - 'tapename' => { 543 => 'tapeName' }, - 'targetaperture' => { 80 => 0x4 }, - 'targetaspectratio' => { 339 => 'TargetAspectRatio' }, - 'targetcompressionratio' => { 99 => 0x1 }, - 'targetdistancesetting' => { 101 => 0x1807 }, - 'targetexposuretime' => { 80 => 0x5 }, - 'targetimagetype' => { 101 => 0x100a }, - 'targetprinter' => { 123 => 0x151 }, - 'taxon' => { 122 => 'Taxon' }, - 'taxonacceptednameusage' => { 122 => [\'Taxon','TaxonAcceptedNameUsage'] }, - 'taxonacceptednameusageid' => { 122 => [\'Taxon','TaxonAcceptedNameUsageID'] }, - 'taxonclass' => { 122 => [\'Taxon','TaxonClass'] }, - 'taxonconceptid' => { 122 => [\'Taxon','TaxonTaxonConceptID'] }, - 'taxoncultivarepithet' => { 122 => [\'Taxon','TaxonCultivarEpithet'] }, - 'taxonfamily' => { 122 => [\'Taxon','TaxonFamily'] }, - 'taxongenus' => { 122 => [\'Taxon','TaxonGenus'] }, - 'taxonhigherclassification' => { 122 => [\'Taxon','TaxonHigherClassification'] }, - 'taxonid' => { 122 => [\'Taxon','TaxonTaxonID'] }, - 'taxoninfraspecificepithet' => { 122 => [\'Taxon','TaxonInfraspecificEpithet'] }, - 'taxonkingdom' => { 122 => [\'Taxon','TaxonKingdom'] }, - 'taxonnameaccordingto' => { 122 => [\'Taxon','TaxonNameAccordingTo'] }, - 'taxonnameaccordingtoid' => { 122 => [\'Taxon','TaxonNameAccordingToID'] }, - 'taxonnamepublishedin' => { 122 => [\'Taxon','TaxonNamePublishedIn'] }, - 'taxonnamepublishedinid' => { 122 => [\'Taxon','TaxonNamePublishedInID'] }, - 'taxonnamepublishedinyear' => { 122 => [\'Taxon','TaxonNamePublishedInYear'] }, - 'taxonnomenclaturalcode' => { 122 => [\'Taxon','TaxonNomenclaturalCode'] }, - 'taxonnomenclaturalstatus' => { 122 => [\'Taxon','TaxonNomenclaturalStatus'] }, - 'taxonorder' => { 122 => [\'Taxon','TaxonOrder'] }, - 'taxonoriginalnameusage' => { 122 => [\'Taxon','TaxonOriginalNameUsage'] }, - 'taxonoriginalnameusageid' => { 122 => [\'Taxon','TaxonOriginalNameUsageID'] }, - 'taxonparentnameusage' => { 122 => [\'Taxon','TaxonParentNameUsage'] }, - 'taxonparentnameusageid' => { 122 => [\'Taxon','TaxonParentNameUsageID'] }, - 'taxonphylum' => { 122 => [\'Taxon','TaxonPhylum'] }, - 'taxonrank' => { 122 => [\'Taxon','TaxonTaxonRank'] }, - 'taxonremarks' => { 122 => [\'Taxon','TaxonTaxonRemarks'] }, - 'taxonscientificname' => { 122 => [\'Taxon','TaxonScientificName'] }, - 'taxonscientificnameauthorship' => { 122 => [\'Taxon','TaxonScientificNameAuthorship'] }, - 'taxonscientificnameid' => { 122 => [\'Taxon','TaxonScientificNameID'] }, - 'taxonspecificepithet' => { 122 => [\'Taxon','TaxonSpecificEpithet'] }, - 'taxonsubgenus' => { 122 => [\'Taxon','TaxonSubgenus'] }, - 'taxontaxonomicstatus' => { 122 => [\'Taxon','TaxonTaxonomicStatus'] }, - 'taxonverbatimtaxonrank' => { 122 => [\'Taxon','TaxonVerbatimTaxonRank'] }, - 'taxonvernacularname' => { 122 => [\'Taxon','TaxonVernacularName'] }, - 'tda1bandwidth' => { 142 => 0x196f }, - 'tda1edgepolarity' => { 142 => 0x1971 }, - 'tda1gain' => { 142 => 0x1970 }, - 'tda1offset' => { 142 => 0x196e }, - 'tda2bandwidth' => { 142 => 0x1979 }, - 'tda2edgepolarity' => { 142 => 0x197b }, - 'tda2gain' => { 142 => 0x197a }, - 'tda2offset' => { 142 => 0x1978 }, - 'tda3bandwidth' => { 142 => 0x1983 }, - 'tda3edgepolarity' => { 142 => 0x1985 }, - 'tda3gain' => { 142 => 0x1984 }, - 'tda3offset' => { 142 => 0x1982 }, - 'tda4bandwidth' => { 142 => 0x198d }, - 'tda4edgepolarity' => { 142 => 0x198f }, - 'tda4gain' => { 142 => 0x198e }, - 'tda4offset' => { 142 => 0x198c }, - 'teaser' => { 533 => 'teaser' }, - 'teleconverter' => { 190 => 0x105, 451 => 0x105 }, - 'tempampgainx100' => { 142 => 0x1914 }, - 'tempo' => { 543 => 'tempo' }, - 'temporalcoverage' => { 528 => 'TemporalCoverage' }, - 'temporalcoveragefrom' => { 528 => [\'TemporalCoverage','TemporalCoverageTempCoverageFrom'] }, - 'temporalcoverageto' => { 528 => [\'TemporalCoverage','TemporalCoverageTempCoverageTo'] }, - 'termsandconditionstext' => { 335 => 'TermsAndConditionsText' }, - 'termsandconditionsurl' => { 335 => 'TermsAndConditionsURL' }, - 'testname' => { 124 => 'TestName' }, - 'textencoding' => { 239 => 0x4 }, - 'textlayername' => { 531 => [\'TextLayers','TextLayersLayerName'] }, - 'textlayers' => { 531 => 'TextLayers' }, - 'textlayertext' => { 531 => [\'TextLayers','TextLayersLayerText'] }, - 'textstamp' => { 349 => [0x8008,0x8009,0x3b,0x3e] }, - 'texture' => { 514 => 'Texture', 516 => 'Texture' }, - 'three-dtrackingfacedetection' => { 308 => '1.4', 309 => '1.4', 319 => '1.4' }, - 'three-dtrackingwatcharea' => { 308 => '78.1', 309 => '78.1', 319 => '78.1' }, - 'thresholding' => { 123 => 0x107 }, - 'thumbnailfilename' => { 101 => 0x817 }, - 'thumbnailformat' => { 541 => [\'Thumbnails','ThumbnailsFormat'] }, - 'thumbnailheight' => { 146 => 0xfa55, 541 => [\'Thumbnails','ThumbnailsHeight'] }, - 'thumbnailimage' => { 6 => 'CNDA', 101 => 0x2008, 118 => 'Exif-ThumbnailImage', 126 => 0x3, 171 => 'data', 330 => 0x100, 402 => 'tnal', 410 => 'thmb', 541 => [\'Thumbnails','ThumbnailsImage'] }, - 'thumbnailimagename' => { 171 => '1Name' }, - 'thumbnailimagesize' => { 171 => 'ImageSize' }, - 'thumbnailimagetype' => { 171 => '0Type' }, - 'thumbnailimagevalidarea' => { 67 => 0x13 }, - 'thumbnaillength' => { 123 => 0x202 }, - 'thumbnailoffset' => { 123 => 0x201 }, - 'thumbnailpng' => { 410 => 'thmb' }, - 'thumbnails' => { 541 => 'Thumbnails' }, - 'thumbnailwidth' => { 146 => 0xfa54, 541 => [\'Thumbnails','ThumbnailsWidth'] }, - 'ticker' => { 533 => 'ticker' }, - 'tiffhandling' => { 514 => 'TIFFHandling', 516 => 'TIFFHandling' }, - 'tiffmeteringimage' => { 191 => 0x104c, 448 => 0x1110 }, - 'tilelength' => { 123 => 0x143 }, - 'tilewidth' => { 123 => 0x142 }, - 'time' => { 142 => 0x401, 385 => 0x7 }, - 'timecodes' => { 123 => 0xc763 }, - 'timecreated' => { 135 => 0x3c, 144 => 0x14, 153 => 0x10, 397 => 'TimeCreated' }, - 'timelapseshotnumber' => { 352 => 0x10 }, - 'timeperiod' => { 533 => 'timePeriod' }, - 'timerfunctionbutton' => { 307 => '5.2', 310 => '12.1', 311 => '13.1' }, - 'timerlength' => { 88 => 0x80c }, - 'timerrecording' => { 349 => 0x96 }, - 'timescaleparams' => { 543 => 'timeScaleParams' }, - 'timescaleparamsframeoverlappingpercentage' => { 543 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] }, - 'timescaleparamsframesize' => { 543 => [\'timeScaleParams','timeScaleParamsFrameSize'] }, - 'timescaleparamsquality' => { 543 => [\'timeScaleParams','timeScaleParamsQuality'] }, - 'timesent' => { 136 => 0x50 }, - 'timeshot' => { 504 => 'TimeShot' }, - 'timesignature' => { 543 => 'timeSignature' }, - 'timesincepoweron' => { 349 => 0x29 }, - 'timestamp' => { 11 => 0x45e, 19 => 0x11c, 324 => 0x8, 338 => 'TimeStamp', 349 => 0xaf, 503 => 'Timestamp', 510 => 'Timestamp', 526 => 'TimeStamp' }, + 'sublabels1' => { 527 => [\'TagStructure','TagStructureSubLabels'] }, + 'sublabels2' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabels'] }, + 'sublabels3' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] }, + 'sublabels4' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] }, + 'sublabels5' => { 527 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] }, + 'subseccreatedate' => { 119 => 'Exif-SubSecCreateDate' }, + 'subsecdatetimeoriginal' => { 119 => 'Exif-SubSecDateTimeOriginal' }, + 'subsecmodifydate' => { 119 => 'Exif-SubSecModifyDate' }, + 'subsectime' => { 124 => 0x9290 }, + 'subsectimedigitized' => { 124 => 0x9292 }, + 'subsectimeoriginal' => { 124 => 0x9291 }, + 'subsection1' => { 534 => 'subsection1' }, + 'subsection2' => { 534 => 'subsection2' }, + 'subsection3' => { 534 => 'subsection3' }, + 'subsection4' => { 534 => 'subsection4' }, + 'subselector' => { 307 => '49.1', 309 => '71.1', 310 => '71.1', 320 => '71.1', 322 => 0x8f, 323 => 0x8f, 324 => 0x8f }, + 'subselectorassignment' => { 307 => '48.1' }, + 'subselectorcenter' => { 309 => '72.1', 310 => '72.1', 320 => '72.1' }, + 'subselectorplusdials' => { 307 => '49.2', 309 => '73.1', 310 => '73.1', 320 => '73.1' }, + 'subtitle' => { 184 => 'WM/SubTitle', 403 => "\xa9st3", 411 => "\xa9snm", 534 => 'subtitle' }, + 'subtitlekeywords' => { 411 => "\xa9snk" }, + 'subversionfilename' => { 527 => [\'SubVersions','SubVersionsFileName'] }, + 'subversionreference' => { 527 => [\'SubVersions','SubVersionsVersRef'] }, + 'subversions' => { 527 => 'SubVersions' }, + 'superimposeddisplay' => { 87 => 0xa, 89 => 0x510, 90 => 0x9, 91 => 0xa, 94 => 0xa, 95 => 0xe }, + 'supermacro' => { 68 => 0x1a }, + 'supplementalcategories' => { 136 => 0x14, 532 => 'SupplementalCategories' }, + 'supplementaltype' => { 138 => 0x37 }, + 'supplementdisplayid' => { 534 => 'supplementDisplayID' }, + 'supplementstartingpage' => { 534 => 'supplementStartingPage' }, + 'supplementtitle' => { 534 => 'supplementTitle' }, + 'supplychainsource' => { 529 => 'SupplyChainSource' }, + 'supplychainsourceidentifier' => { 529 => [\'SupplyChainSource','SupplyChainSourceIdentifier'] }, + 'supplychainsourcename' => { 529 => [\'SupplyChainSource','SupplyChainSourceName'] }, + 'supportsamount' => { 515 => 'SupportsAmount', 517 => 'SupportsAmount' }, + 'supportscolor' => { 515 => 'SupportsColor', 517 => 'SupportsColor' }, + 'supportshighdynamicrange' => { 515 => 'SupportsHighDynamicRange', 517 => 'SupportsHighDynamicRange' }, + 'supportsmonochrome' => { 515 => 'SupportsMonochrome', 517 => 'SupportsMonochrome' }, + 'supportsnormaldynamicrange' => { 515 => 'SupportsNormalDynamicRange', 517 => 'SupportsNormalDynamicRange' }, + 'supportsoutputreferred' => { 515 => 'SupportsOutputReferred', 517 => 'SupportsOutputReferred' }, + 'supportsscenereferred' => { 515 => 'SupportsSceneReferred', 517 => 'SupportsSceneReferred' }, + 'svisosetting' => { 366 => 0x14 }, + 'swatchcoloranta' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsA'] }, + 'swatchcolorantb' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsB'] }, + 'swatchcolorantblack' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsBlack'] }, + 'swatchcolorantblue' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsBlue'] }, + 'swatchcolorantcyan' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsCyan'] }, + 'swatchcolorantgray' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsGray'] }, + 'swatchcolorantgreen' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsGreen'] }, + 'swatchcolorantl' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsL'] }, + 'swatchcolorantmagenta' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsMagenta'] }, + 'swatchcolorantmode' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsMode'] }, + 'swatchcolorantred' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsRed'] }, + 'swatchcolorantswatchname' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsSwatchName'] }, + 'swatchcoloranttint' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsTint'] }, + 'swatchcoloranttype' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsType'] }, + 'swatchcolorantyellow' => { 549 => [\'SwatchGroups','SwatchGroupsColorantsYellow'] }, + 'swatchgroupname' => { 549 => [\'SwatchGroups','SwatchGroupsGroupName'] }, + 'swatchgroups' => { 549 => 'SwatchGroups' }, + 'swatchgroupscolorants' => { 549 => [\'SwatchGroups','SwatchGroupsColorants'] }, + 'swatchgrouptype' => { 549 => [\'SwatchGroups','SwatchGroupsGroupType'] }, + 'sweeppanoramadirection' => { 350 => 0x93, 440 => 0x33 }, + 'sweeppanoramafieldofview' => { 350 => 0x94 }, + 'sweeppanoramasize' => { 440 => 0x32 }, + 'switchtoregisteredafpoint' => { 88 => 0x12, 89 => 0x50a }, + 'symlink' => { 125 => 'SymLink' }, + 'syncreleasemode' => { 309 => '77.1', 310 => '77.1', 320 => '77.1', 322 => 0x41, 323 => 0x41, 324 => 0x41 }, + 'system' => { 395 => 0x204 }, + 'tagged' => { 397 => 0xdd, 398 => 'Tagged', 510 => 'tagged' }, + 'tagslist' => { 520 => 'TagsList' }, + 'tagstructure' => { 527 => 'TagStructure' }, + 'takenumber' => { 544 => 'takeNumber' }, + 'tapename' => { 544 => 'tapeName' }, + 'targetaperture' => { 81 => 0x4 }, + 'targetaspectratio' => { 340 => 'TargetAspectRatio' }, + 'targetcompressionratio' => { 100 => 0x1 }, + 'targetdistancesetting' => { 102 => 0x1807 }, + 'targetexposuretime' => { 81 => 0x5 }, + 'targetimagetype' => { 102 => 0x100a }, + 'targetprinter' => { 124 => 0x151 }, + 'taxon' => { 123 => 'Taxon' }, + 'taxonacceptednameusage' => { 123 => [\'Taxon','TaxonAcceptedNameUsage'] }, + 'taxonacceptednameusageid' => { 123 => [\'Taxon','TaxonAcceptedNameUsageID'] }, + 'taxonclass' => { 123 => [\'Taxon','TaxonClass'] }, + 'taxonconceptid' => { 123 => [\'Taxon','TaxonTaxonConceptID'] }, + 'taxoncultivarepithet' => { 123 => [\'Taxon','TaxonCultivarEpithet'] }, + 'taxonfamily' => { 123 => [\'Taxon','TaxonFamily'] }, + 'taxongenus' => { 123 => [\'Taxon','TaxonGenus'] }, + 'taxonhigherclassification' => { 123 => [\'Taxon','TaxonHigherClassification'] }, + 'taxonid' => { 123 => [\'Taxon','TaxonTaxonID'] }, + 'taxoninfraspecificepithet' => { 123 => [\'Taxon','TaxonInfraspecificEpithet'] }, + 'taxonkingdom' => { 123 => [\'Taxon','TaxonKingdom'] }, + 'taxonnameaccordingto' => { 123 => [\'Taxon','TaxonNameAccordingTo'] }, + 'taxonnameaccordingtoid' => { 123 => [\'Taxon','TaxonNameAccordingToID'] }, + 'taxonnamepublishedin' => { 123 => [\'Taxon','TaxonNamePublishedIn'] }, + 'taxonnamepublishedinid' => { 123 => [\'Taxon','TaxonNamePublishedInID'] }, + 'taxonnamepublishedinyear' => { 123 => [\'Taxon','TaxonNamePublishedInYear'] }, + 'taxonnomenclaturalcode' => { 123 => [\'Taxon','TaxonNomenclaturalCode'] }, + 'taxonnomenclaturalstatus' => { 123 => [\'Taxon','TaxonNomenclaturalStatus'] }, + 'taxonorder' => { 123 => [\'Taxon','TaxonOrder'] }, + 'taxonoriginalnameusage' => { 123 => [\'Taxon','TaxonOriginalNameUsage'] }, + 'taxonoriginalnameusageid' => { 123 => [\'Taxon','TaxonOriginalNameUsageID'] }, + 'taxonparentnameusage' => { 123 => [\'Taxon','TaxonParentNameUsage'] }, + 'taxonparentnameusageid' => { 123 => [\'Taxon','TaxonParentNameUsageID'] }, + 'taxonphylum' => { 123 => [\'Taxon','TaxonPhylum'] }, + 'taxonrank' => { 123 => [\'Taxon','TaxonTaxonRank'] }, + 'taxonremarks' => { 123 => [\'Taxon','TaxonTaxonRemarks'] }, + 'taxonscientificname' => { 123 => [\'Taxon','TaxonScientificName'] }, + 'taxonscientificnameauthorship' => { 123 => [\'Taxon','TaxonScientificNameAuthorship'] }, + 'taxonscientificnameid' => { 123 => [\'Taxon','TaxonScientificNameID'] }, + 'taxonspecificepithet' => { 123 => [\'Taxon','TaxonSpecificEpithet'] }, + 'taxonsubgenus' => { 123 => [\'Taxon','TaxonSubgenus'] }, + 'taxontaxonomicstatus' => { 123 => [\'Taxon','TaxonTaxonomicStatus'] }, + 'taxonverbatimtaxonrank' => { 123 => [\'Taxon','TaxonVerbatimTaxonRank'] }, + 'taxonvernacularname' => { 123 => [\'Taxon','TaxonVernacularName'] }, + 'tda1bandwidth' => { 143 => 0x196f }, + 'tda1edgepolarity' => { 143 => 0x1971 }, + 'tda1gain' => { 143 => 0x1970 }, + 'tda1offset' => { 143 => 0x196e }, + 'tda2bandwidth' => { 143 => 0x1979 }, + 'tda2edgepolarity' => { 143 => 0x197b }, + 'tda2gain' => { 143 => 0x197a }, + 'tda2offset' => { 143 => 0x1978 }, + 'tda3bandwidth' => { 143 => 0x1983 }, + 'tda3edgepolarity' => { 143 => 0x1985 }, + 'tda3gain' => { 143 => 0x1984 }, + 'tda3offset' => { 143 => 0x1982 }, + 'tda4bandwidth' => { 143 => 0x198d }, + 'tda4edgepolarity' => { 143 => 0x198f }, + 'tda4gain' => { 143 => 0x198e }, + 'tda4offset' => { 143 => 0x198c }, + 'teaser' => { 534 => 'teaser' }, + 'teleconverter' => { 191 => 0x105, 452 => 0x105 }, + 'tempampgainx100' => { 143 => 0x1914 }, + 'tempo' => { 544 => 'tempo' }, + 'temporalcoverage' => { 529 => 'TemporalCoverage' }, + 'temporalcoveragefrom' => { 529 => [\'TemporalCoverage','TemporalCoverageTempCoverageFrom'] }, + 'temporalcoverageto' => { 529 => [\'TemporalCoverage','TemporalCoverageTempCoverageTo'] }, + 'termsandconditionstext' => { 336 => 'TermsAndConditionsText' }, + 'termsandconditionsurl' => { 336 => 'TermsAndConditionsURL' }, + 'testname' => { 125 => 'TestName' }, + 'textencoding' => { 240 => 0x4 }, + 'textlayername' => { 532 => [\'TextLayers','TextLayersLayerName'] }, + 'textlayers' => { 532 => 'TextLayers' }, + 'textlayertext' => { 532 => [\'TextLayers','TextLayersLayerText'] }, + 'textstamp' => { 350 => [0x8008,0x8009,0x3b,0x3e] }, + 'texture' => { 515 => 'Texture', 517 => 'Texture' }, + 'three-dtrackingfacedetection' => { 309 => '1.4', 310 => '1.4', 320 => '1.4' }, + 'three-dtrackingwatcharea' => { 309 => '78.1', 310 => '78.1', 320 => '78.1' }, + 'thresholding' => { 124 => 0x107 }, + 'thumbnailfilename' => { 102 => 0x817 }, + 'thumbnailformat' => { 542 => [\'Thumbnails','ThumbnailsFormat'] }, + 'thumbnailheight' => { 147 => 0xfa55, 542 => [\'Thumbnails','ThumbnailsHeight'] }, + 'thumbnailimage' => { 6 => 'CNDA', 102 => 0x2008, 119 => 'Exif-ThumbnailImage', 127 => 0x3, 172 => 'data', 331 => 0x100, 403 => 'tnal', 411 => 'thmb', 542 => [\'Thumbnails','ThumbnailsImage'] }, + 'thumbnailimagename' => { 172 => '1Name' }, + 'thumbnailimagesize' => { 172 => 'ImageSize' }, + 'thumbnailimagetype' => { 172 => '0Type' }, + 'thumbnailimagevalidarea' => { 68 => 0x13 }, + 'thumbnaillength' => { 124 => 0x202 }, + 'thumbnailoffset' => { 124 => 0x201 }, + 'thumbnailpng' => { 411 => 'thmb' }, + 'thumbnails' => { 542 => 'Thumbnails' }, + 'thumbnailwidth' => { 147 => 0xfa54, 542 => [\'Thumbnails','ThumbnailsWidth'] }, + 'ticker' => { 534 => 'ticker' }, + 'tiffhandling' => { 515 => 'TIFFHandling', 517 => 'TIFFHandling' }, + 'tiffmeteringimage' => { 192 => 0x104c, 449 => 0x1110 }, + 'tilelength' => { 124 => 0x143 }, + 'tilewidth' => { 124 => 0x142 }, + 'time' => { 143 => 0x401, 386 => 0x7 }, + 'timecodes' => { 124 => 0xc763 }, + 'timecreated' => { 136 => 0x3c, 145 => 0x14, 154 => 0x10, 398 => 'TimeCreated' }, + 'timelapseshotnumber' => { 353 => 0x10 }, + 'timeperiod' => { 534 => 'timePeriod' }, + 'timerfunctionbutton' => { 308 => '5.2', 311 => '12.1', 312 => '13.1' }, + 'timerlength' => { 89 => 0x80c }, + 'timerrecording' => { 350 => 0x96 }, + 'timescaleparams' => { 544 => 'timeScaleParams' }, + 'timescaleparamsframeoverlappingpercentage' => { 544 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] }, + 'timescaleparamsframesize' => { 544 => [\'timeScaleParams','timeScaleParamsFrameSize'] }, + 'timescaleparamsquality' => { 544 => [\'timeScaleParams','timeScaleParamsQuality'] }, + 'timesent' => { 137 => 0x50 }, + 'timeshot' => { 505 => 'TimeShot' }, + 'timesignature' => { 544 => 'timeSignature' }, + 'timesincepoweron' => { 350 => 0x29 }, + 'timestamp' => { 11 => 0x45e, 19 => 0x11c, 325 => 0x8, 339 => 'TimeStamp', 350 => 0xaf, 504 => 'Timestamp', 511 => 'Timestamp', 527 => 'TimeStamp' }, 'timestamp1' => { 11 => 0x45a }, - 'timezone' => { 81 => 0x1, 245 => 0x694, 246 => 0x6a4, 247 => 0x594, 248 => 0x5c4, 249 => 0x5dc, 290 => 0x0, 420 => 0xa }, - 'timezonecity' => { 81 => 0x2 }, - 'timezonecode' => { 104 => 0x1 }, - 'timezoneinfo' => { 104 => 0x2 }, - 'timezoneoffset' => { 123 => 0x882a }, - 'tint' => { 404 => 'player.movie.visual.tint', 514 => 'Tint', 516 => 'Tint' }, - 'title' => { 123 => 0xa436, 161 => 'Title', 334 => 'Title', 338 => 'Title', 349 => 0x65, 401 => 'Title', 402 => ['titl',"\xa9nam"], 404 => 'title', 410 => ['titl',"\xa9nam"], 517 => 'title', 530 => 'Title', 541 => 'Title' }, - 'togglestyleamount' => { 514 => 'ToggleStyleAmount', 516 => 'ToggleStyleAmount' }, - 'togglestyledigest' => { 514 => 'ToggleStyleDigest', 516 => 'ToggleStyleDigest' }, - 'tonecomp' => { 240 => 0x81 }, - 'tonecurve' => { 77 => 0x1, 385 => 0x402, 514 => 'ToneCurve', 516 => 'ToneCurve' }, - 'tonecurveactive' => { 112 => 0x110 }, - 'tonecurveadobergb' => { 424 => 0xa043 }, - 'tonecurveadobergbdefault' => { 424 => 0xa041 }, - 'tonecurveblue' => { 514 => 'ToneCurveBlue', 516 => 'ToneCurveBlue' }, - 'tonecurvebluex' => { 488 => 0x9003 }, - 'tonecurvebluey' => { 488 => 0x9007 }, - 'tonecurvebrightness' => { 107 => 0x20410 }, - 'tonecurvebrightnessx' => { 488 => 0x9000 }, - 'tonecurvebrightnessy' => { 488 => 0x9004 }, - 'tonecurvecolorspace' => { 111 => 0x0 }, - 'tonecurvecontrast' => { 107 => 0x20411 }, - 'tonecurvegreen' => { 514 => 'ToneCurveGreen', 516 => 'ToneCurveGreen' }, - 'tonecurvegreenx' => { 488 => 0x9002 }, - 'tonecurvegreeny' => { 488 => 0x9006 }, - 'tonecurveinputrange' => { 111 => 0x3 }, - 'tonecurveinterpolation' => { 112 => 0x159 }, - 'tonecurvemode' => { 112 => 0x113 }, - 'tonecurvename' => { 514 => 'ToneCurveName', 516 => 'ToneCurveName' }, - 'tonecurvename2012' => { 514 => 'ToneCurveName2012', 516 => 'ToneCurveName2012' }, - 'tonecurveoriginal' => { 107 => '0x20400.1' }, - 'tonecurveoutputrange' => { 111 => 0x5 }, - 'tonecurveprofilename' => { 142 => 0x1391 }, - 'tonecurveproperty' => { 112 => 0x3c }, - 'tonecurvepv2012' => { 514 => 'ToneCurvePV2012', 516 => 'ToneCurvePV2012' }, - 'tonecurvepv2012blue' => { 514 => 'ToneCurvePV2012Blue', 516 => 'ToneCurvePV2012Blue' }, - 'tonecurvepv2012green' => { 514 => 'ToneCurvePV2012Green', 516 => 'ToneCurvePV2012Green' }, - 'tonecurvepv2012red' => { 514 => 'ToneCurvePV2012Red', 516 => 'ToneCurvePV2012Red' }, - 'tonecurvered' => { 514 => 'ToneCurveRed', 516 => 'ToneCurveRed' }, - 'tonecurveredx' => { 488 => 0x9001 }, - 'tonecurveredy' => { 488 => 0x9005 }, - 'tonecurves' => { 385 => 0x403 }, - 'tonecurveshape' => { 111 => 0x1 }, - 'tonecurvesrgb' => { 424 => 0xa042 }, - 'tonecurvesrgbdefault' => { 424 => 0xa040 }, - 'tonecurvex' => { 111 => 0xa }, - 'tonecurvey' => { 111 => 0xb }, - 'tonelevel' => { 325 => 0x52e }, - 'tonemap' => { 245 => 0x26a, 246 => 0x26a }, - 'tonemapstrength' => { 514 => 'ToneMapStrength', 516 => 'ToneMapStrength' }, - 'toningeffect' => { 59 => 0xf, 240 => 0xb3, 256 => 0x38, 257 => 0x40, 258 => 0x48, 417 => 0x1015 }, - 'toningeffectauto' => { 74 => 0xa4 }, - 'toningeffectfaithful' => { 73 => 0x74, 74 => 0x74 }, - 'toningeffectlandscape' => { 73 => 0x44, 74 => 0x44 }, - 'toningeffectmonochrome' => { 19 => 0x108, 73 => 0x8c, 74 => 0x8c }, - 'toningeffectneutral' => { 73 => 0x5c, 74 => 0x5c }, - 'toningeffectportrait' => { 73 => 0x2c, 74 => 0x2c }, - 'toningeffectstandard' => { 73 => 0x14, 74 => 0x14 }, - 'toningeffectuserdef1' => { 73 => 0xa4, 74 => 0xbc }, - 'toningeffectuserdef2' => { 73 => 0xbc, 74 => 0xd4 }, - 'toningeffectuserdef3' => { 73 => 0xd4, 74 => 0xec }, - 'toningsaturation' => { 256 => 0x39, 257 => 0x41, 258 => 0x49 }, - 'totalzoom' => { 144 => 0x62 }, - 'touchae' => { 349 => 0xab }, - 'track' => { 402 => "\xa9trk", 410 => "\xa9trk" }, - 'trackcreatedate' => { 409 => 0x1 }, - 'trackmodifydate' => { 409 => 0x2 }, - 'tracknumber' => { 402 => 'trkn', 543 => 'trackNumber' }, - 'tracks' => { 543 => 'Tracks' }, - 'tracksframerate' => { 543 => [\'Tracks','TracksFrameRate'] }, - 'tracksmarkers' => { 543 => [\'Tracks','TracksMarkers'] }, - 'tracksmarkerscomment' => { 543 => [\'Tracks','TracksMarkersComment'] }, - 'tracksmarkerscuepointparams' => { 543 => [\'Tracks','TracksMarkersCuePointParams'] }, - 'tracksmarkerscuepointparamskey' => { 543 => [\'Tracks','TracksMarkersCuePointParamsKey'] }, - 'tracksmarkerscuepointparamsvalue' => { 543 => [\'Tracks','TracksMarkersCuePointParamsValue'] }, - 'tracksmarkerscuepointtype' => { 543 => [\'Tracks','TracksMarkersCuePointType'] }, - 'tracksmarkersduration' => { 543 => [\'Tracks','TracksMarkersDuration'] }, - 'tracksmarkerslocation' => { 543 => [\'Tracks','TracksMarkersLocation'] }, - 'tracksmarkersname' => { 543 => [\'Tracks','TracksMarkersName'] }, - 'tracksmarkersprobability' => { 543 => [\'Tracks','TracksMarkersProbability'] }, - 'tracksmarkersspeaker' => { 543 => [\'Tracks','TracksMarkersSpeaker'] }, - 'tracksmarkersstarttime' => { 543 => [\'Tracks','TracksMarkersStartTime'] }, - 'tracksmarkerstarget' => { 543 => [\'Tracks','TracksMarkersTarget'] }, - 'tracksmarkerstype' => { 543 => [\'Tracks','TracksMarkersType'] }, - 'trackstrackname' => { 543 => [\'Tracks','TracksTrackName'] }, - 'trackstracktype' => { 543 => [\'Tracks','TracksTrackType'] }, - 'tracktype' => { 410 => 'kgtt' }, - 'trailer' => { 124 => 'Trailer' }, - 'trailersignature' => { 168 => 'zmie' }, - 'transcript' => { 528 => 'Transcript' }, - 'transcriptlink' => { 528 => 'TranscriptLink' }, - 'transcriptlinklink' => { 528 => [\'TranscriptLink','TranscriptLinkLink'] }, - 'transcriptlinklinkqualifier' => { 528 => [\'TranscriptLink','TranscriptLinkLinkQualifier'] }, - 'transferfunction' => { 123 => 0x12d, 539 => 'TransferFunction' }, - 'transfertimenormal' => { 142 => 0x1888 }, - 'transfertimetest' => { 142 => 0x1889 }, - 'transform' => { 349 => [0x8012,0x59] }, - 'transformation' => { 529 => 'Transformation' }, - 'transmissionreference' => { 531 => 'TransmissionReference' }, - 'trapped' => { 334 => 'Trapped', 530 => 'Trapped' }, - 'trashbuttonfunction' => { 88 => 0x710 }, - 'travelday' => { 349 => 0x36 }, - 'treble' => { 404 => 'player.movie.audio.treble' }, - 'triggermode' => { 411 => 0x6, 412 => 0x34, 413 => 0x34 }, - 'tstop' => { 123 => 0xc772 }, - 'ttl_da_adown' => { 372 => 0x5 }, - 'ttl_da_aup' => { 372 => 0x4 }, - 'ttl_da_bdown' => { 372 => 0x7 }, - 'ttl_da_bup' => { 372 => 0x6 }, - 'tungstenawb' => { 362 => 0x1 }, - 'tvepisode' => { 402 => 'tves' }, - 'tvepisodeid' => { 402 => 'tven' }, - 'tvexposuretimesetting' => { 365 => 0x12 }, - 'tvnetworkname' => { 402 => 'tvnn' }, - 'tvseason' => { 402 => 'tvsn' }, - 'tvshow' => { 402 => 'tvsh' }, - 'type' => { 498 => 'Type', 517 => 'type', 538 => 'type' }, - 'typestatus' => { 122 => [\'Identification','IdentificationTypeStatus'] }, - 'uniquecameramodel' => { 123 => 0xc614 }, - 'uniquedocumentid' => { 135 => 0xbb }, - 'uniquematrixauto' => { 142 => 0x7e9 }, - 'uniquematrixcustom' => { 142 => 0x7e8 }, - 'uniquematrixdaylight' => { 142 => 0x7e4 }, - 'uniquematrixflash' => { 142 => 0x7e7 }, - 'uniquematrixfluorescent' => { 142 => 0x7e6 }, - 'uniquematrixtungsten' => { 142 => 0x7e5 }, - 'uniqueobjectname' => { 136 => 0x64 }, - 'units' => { 499 => 'Units' }, - 'unknown_aacr' => { 402 => 'AACR' }, - 'unknown_cdek' => { 402 => 'CDEK' }, - 'unknown_cdet' => { 402 => 'CDET' }, - 'unknownblock' => { 385 => 0x405 }, - 'unknownblock1' => { 329 => 0x635 }, - 'unknownblock2' => { 329 => 0x636 }, - 'unknownblock3' => { 329 => 0x1103 }, - 'unknownblock4' => { 329 => 0x1104 }, - 'unknowncontrast' => { 113 => 0x45 }, - 'unknowndate' => { 394 => 0x212 }, - 'unknownev' => { 142 => 0x1 }, - 'unknownlinear' => { 113 => 0x46 }, - 'unknownnumber' => { 101 => 0x180b }, - 'unknownoutputhighlightpoint' => { 113 => 0x4a }, - 'unknownoutputshadowpoint' => { 113 => 0x4b }, - 'unknownrawhighlight' => { 113 => 0x7b }, - 'unknownrawhighlightpoint' => { 113 => 0x48 }, - 'unknownrawshadow' => { 113 => 0x84 }, - 'unknownrawshadowpoint' => { 113 => 0x49 }, - 'unknownsharpness' => { 113 => 0x47 }, - 'unknowntags' => { 410 => 'TAGS' }, - 'unknowntemperature' => { 125 => 0x4 }, - 'unknownthumbnail' => { 410 => 'thmb' }, - 'unsharp1color' => { 303 => 0x13 }, - 'unsharp1halowidth' => { 303 => 0x19 }, - 'unsharp1intensity' => { 303 => 0x17 }, - 'unsharp1threshold' => { 303 => 0x1b }, - 'unsharp2color' => { 303 => 0x2e }, - 'unsharp2halowidth' => { 303 => 0x34 }, - 'unsharp2intensity' => { 303 => 0x32 }, - 'unsharp2threshold' => { 303 => 0x36 }, - 'unsharp3color' => { 303 => 0x49 }, - 'unsharp3halowidth' => { 303 => 0x4f }, - 'unsharp3intensity' => { 303 => 0x4d }, - 'unsharp3threshold' => { 303 => 0x51 }, - 'unsharp4color' => { 303 => 0x64 }, - 'unsharp4halowidth' => { 303 => 0x6a }, - 'unsharp4intensity' => { 303 => 0x68 }, - 'unsharp4threshold' => { 303 => 0x6c }, - 'unsharpcount' => { 303 => 0x0 }, - 'unsharpmask' => { 113 => 0x90, 298 => 0x76a43200 }, - 'unsharpmaskfineness' => { 77 => 0xe, 107 => 0x20309 }, - 'unsharpmaskstrength' => { 107 => 0x20308 }, - 'unsharpmaskthreshold' => { 77 => 0xf, 107 => 0x2030a }, - 'uprightcentermode' => { 514 => 'UprightCenterMode', 516 => 'UprightCenterMode' }, - 'uprightcenternormx' => { 514 => 'UprightCenterNormX', 516 => 'UprightCenterNormX' }, - 'uprightcenternormy' => { 514 => 'UprightCenterNormY', 516 => 'UprightCenterNormY' }, - 'uprightdependentdigest' => { 514 => 'UprightDependentDigest', 516 => 'UprightDependentDigest' }, - 'uprightfocallength35mm' => { 514 => 'UprightFocalLength35mm', 516 => 'UprightFocalLength35mm' }, - 'uprightfocalmode' => { 514 => 'UprightFocalMode', 516 => 'UprightFocalMode' }, - 'uprightfoursegments_0' => { 514 => 'UprightFourSegments_0', 516 => 'UprightFourSegments_0' }, - 'uprightfoursegments_1' => { 514 => 'UprightFourSegments_1', 516 => 'UprightFourSegments_1' }, - 'uprightfoursegments_2' => { 514 => 'UprightFourSegments_2', 516 => 'UprightFourSegments_2' }, - 'uprightfoursegments_3' => { 514 => 'UprightFourSegments_3', 516 => 'UprightFourSegments_3' }, - 'uprightfoursegmentscount' => { 514 => 'UprightFourSegmentsCount', 516 => 'UprightFourSegmentsCount' }, - 'uprightguideddependentdigest' => { 514 => 'UprightGuidedDependentDigest', 516 => 'UprightGuidedDependentDigest' }, - 'uprightpreview' => { 514 => 'UprightPreview', 516 => 'UprightPreview' }, - 'uprighttransform_0' => { 514 => 'UprightTransform_0', 516 => 'UprightTransform_0' }, - 'uprighttransform_1' => { 514 => 'UprightTransform_1', 516 => 'UprightTransform_1' }, - 'uprighttransform_2' => { 514 => 'UprightTransform_2', 516 => 'UprightTransform_2' }, - 'uprighttransform_3' => { 514 => 'UprightTransform_3', 516 => 'UprightTransform_3' }, - 'uprighttransform_4' => { 514 => 'UprightTransform_4', 516 => 'UprightTransform_4' }, - 'uprighttransform_5' => { 514 => 'UprightTransform_5', 516 => 'UprightTransform_5' }, - 'uprighttransformcount' => { 514 => 'UprightTransformCount', 516 => 'UprightTransformCount' }, - 'uprightversion' => { 514 => 'UprightVersion', 516 => 'UprightVersion' }, - 'urgency' => { 135 => 0xa, 531 => 'Urgency' }, - 'url' => { 161 => 'URL', 338 => 'URL', 399 => 0x40b, 533 => 'url' }, - 'url_list' => { 399 => 0x41e }, - 'urla-platform' => { 533 => [\'url','urlA-platform'] }, - 'urlurl' => { 533 => [\'url','urlUrl'] }, - 'usablemeteringmodes' => { 88 => 0x10a }, - 'usableshootingmodes' => { 88 => 0x109 }, - 'usage' => { 534 => 'usage' }, - 'usageterms' => { 547 => 'UsageTerms' }, - 'usbpowerdelivery' => { 245 => 0x762, 246 => 0x772, 247 => 0x664, 248 => 0x694, 249 => 0x6fc }, - 'usedialwithouthold' => { 321 => 0xbf, 322 => 0xbf, 323 => 0xbf }, - 'useguidelines' => { 512 => 'useGuidelines' }, - 'usepanoramaviewer' => { 502 => 'UsePanoramaViewer' }, - 'usercollection' => { 404 => 'collection.user' }, - 'usercomment' => { 101 => 0x805, 123 => 0x9286, 520 => 'UserComment' }, - 'userdef1picturestyle' => { 19 => 0x10c, 73 => 0xd8, 74 => 0xf0 }, - 'userdef2picturestyle' => { 19 => 0x10e, 73 => 0xda, 74 => 0xf2 }, - 'userdef3picturestyle' => { 19 => 0x110, 73 => 0xdc, 74 => 0xf4 }, - 'userfields' => { 507 => 'UserFields' }, - 'userlabel' => { 411 => 0x2b, 412 => 0x5a, 413 => 0x68 }, - 'userprofile' => { 344 => 0x302, 348 => 0x34c, 351 => 0x3038 }, - 'userrating' => { 404 => 'rating.user', 410 => 'urat' }, - 'usmlenselectronicmf' => { 2 => 0x7, 87 => 0x7, 88 => 0x501 }, - 'uspsnumber' => { 533 => 'uspsNumber' }, - 'utmeasting' => { 172 => 'Easting' }, - 'utmmapdatum' => { 172 => 'Datum' }, - 'utmnorthing' => { 172 => 'Northing' }, - 'utmzone' => { 172 => 'Zone' }, - 'uuid' => { 514 => 'UUID', 516 => 'UUID' }, - 'uv-irfiltercorrection' => { 344 => 0x325 }, - 'validbits' => { 329 => 0x611, 330 => 0x102c }, - 'validcropcorners' => { 339 => 'ValidCropCorners' }, - 'validpixeldepth' => { 333 => 0x611 }, - 'variablelowpassfilter' => { 451 => 0x2028 }, - 'variousmodes' => { 144 => 0x26 }, - 'variousmodes2' => { 144 => 0x3a }, - 'variprogram' => { 240 => 0xab }, - 'varraydacnominalvalues' => { 142 => 0x191e }, - 'vendor' => { 410 => 'vndr' }, - 'vendorinfo' => { 492 => 'VendorInfo' }, - 'vendorinfomanufacturer' => { 492 => [\'VendorInfo','VendorInfoManufacturer'] }, - 'vendorinfomodel' => { 492 => [\'VendorInfo','VendorInfoModel'] }, - 'vendorinfonotes' => { 492 => [\'VendorInfo','VendorInfoNotes'] }, - 'verbatimidentification' => { 122 => [\'Identification','IdentificationVerbatimIdentification'] }, - 'version' => { 131 => 0x0, 339 => 'Version', 401 => 'Version', 404 => 'version', 514 => 'Version', 516 => 'Version', 525 => 'Version' }, - 'versioncreatedate' => { 488 => 0xd100 }, - 'versionid' => { 544 => 'VersionID' }, - 'versionidentifier' => { 533 => 'versionIdentifier' }, - 'versionmodifydate' => { 488 => 0xd101 }, - 'versions' => { 544 => 'Versions' }, - 'versionscomments' => { 544 => [\'Versions','VersionsComments'] }, - 'versionsevent' => { 544 => [\'Versions','VersionsEvent'] }, - 'versionseventaction' => { 544 => [\'Versions','VersionsEventAction'] }, - 'versionseventchanged' => { 544 => [\'Versions','VersionsEventChanged'] }, - 'versionseventinstanceid' => { 544 => [\'Versions','VersionsEventInstanceID'] }, - 'versionseventparameters' => { 544 => [\'Versions','VersionsEventParameters'] }, - 'versionseventsoftwareagent' => { 544 => [\'Versions','VersionsEventSoftwareAgent'] }, - 'versionseventwhen' => { 544 => [\'Versions','VersionsEventWhen'] }, - 'versionsmodifier' => { 544 => [\'Versions','VersionsModifier'] }, - 'versionsmodifydate' => { 544 => [\'Versions','VersionsModifyDate'] }, - 'versionsversion' => { 544 => [\'Versions','VersionsVersion'] }, - 'verticalafonbutton' => { 305 => '3.2', 306 => '47.2', 308 => '79.1', 322 => 0x11d, 323 => 0x135 }, - 'verticalclockoverlaps' => { 142 => 0x412 }, - 'verticalfuncbutton' => { 306 => '42.2', 308 => '67.1', 322 => 0x115, 323 => 0x12d }, - 'verticalfuncbuttonplaybackmode' => { 322 => 0x1b7, 323 => 0x1cf }, - 'verticalfuncbuttonplusdials' => { 306 => '43.1' }, - 'verticalfuncplusdials' => { 308 => '68.1' }, - 'verticalisobutton' => { 249 => 0x792 }, - 'verticalmovieafonbutton' => { 322 => 0x1f9, 323 => 0x211 }, - 'verticalmoviefuncbutton' => { 322 => 0x1e1, 323 => 0x1f9 }, - 'verticalmultiselector' => { 306 => '42.1', 308 => '66.1', 309 => '66.1', 319 => '66.1', 322 => 0x18f, 323 => 0x1a7 }, - 'verticalmultiselectorplaybackmode' => { 322 => 0x125, 323 => 0x13d }, - 'vfdisplayillumination' => { 2 => 0x11, 88 => [0x510,0x51d] }, - 'vibrance' => { 508 => 'Vibrance', 514 => 'Vibrance', 516 => 'Vibrance' }, - 'vibrationreduction' => { 269 => [0x75,0x82,0x1ae], 277 => '586.1', 284 => '590.2', 288 => 0x4 }, - 'videoalphamode' => { 543 => 'videoAlphaMode' }, - 'videoalphapremultiplecolor' => { 543 => 'videoAlphaPremultipleColor' }, - 'videoalphapremultiplecolora' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] }, - 'videoalphapremultiplecolorb' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] }, - 'videoalphapremultiplecolorblack' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] }, - 'videoalphapremultiplecolorblue' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] }, - 'videoalphapremultiplecolorcyan' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] }, - 'videoalphapremultiplecolorgray' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGray'] }, - 'videoalphapremultiplecolorgreen' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] }, - 'videoalphapremultiplecolorl' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] }, - 'videoalphapremultiplecolormagenta' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] }, - 'videoalphapremultiplecolormode' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] }, - 'videoalphapremultiplecolorred' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] }, - 'videoalphapremultiplecolorswatchname' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] }, - 'videoalphapremultiplecolortint' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] }, - 'videoalphapremultiplecolortype' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] }, - 'videoalphapremultiplecoloryellow' => { 543 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] }, - 'videoalphaunityistransparent' => { 543 => 'videoAlphaUnityIsTransparent' }, - 'videobitrate' => { 528 => 'videoBitRate' }, - 'videobitratemode' => { 528 => 'videoBitRateMode' }, - 'videoburstmode' => { 349 => 0xbb }, - 'videoburstresolution' => { 349 => 0xb3 }, - 'videocodec' => { 70 => 0x74 }, - 'videocolorspace' => { 543 => 'videoColorSpace' }, - 'videocompression' => { 131 => 0x3806 }, - 'videocompressor' => { 543 => 'videoCompressor' }, - 'videodisplayaspectratio' => { 528 => 'videoDisplayAspectRatio' }, - 'videoencodingprofile' => { 528 => 'videoEncodingProfile' }, - 'videofieldorder' => { 543 => 'videoFieldOrder' }, - 'videoframerate' => { 349 => 0x27, 543 => 'videoFrameRate' }, - 'videoframesize' => { 543 => 'videoFrameSize' }, - 'videoframesizeh' => { 543 => [\'videoFrameSize','videoFrameSizeH'] }, - 'videoframesizeunit' => { 543 => [\'videoFrameSize','videoFrameSizeUnit'] }, - 'videoframesizew' => { 543 => [\'videoFrameSize','videoFrameSizeW'] }, - 'videomoddate' => { 543 => 'videoModDate' }, - 'videopixelaspectratio' => { 543 => 'videoPixelAspectRatio' }, - 'videopixeldepth' => { 543 => 'videoPixelDepth' }, - 'videopreburst' => { 349 => 0xc1 }, - 'videoquality' => { 117 => 0x4003 }, - 'videorecordingmode' => { 131 => 0x3803 }, - 'videoshottype' => { 528 => 'VideoShotType' }, - 'videoshottypeidentifier' => { 528 => [\'VideoShotType','VideoShotTypeIdentifier'] }, - 'videoshottypename' => { 528 => [\'VideoShotType','VideoShotTypeName'] }, - 'videostreamscount' => { 528 => 'videoStreamsCount' }, - 'viewfinder' => { 394 => 0x455 }, - 'viewfinderdisplay' => { 305 => '12.4', 306 => '6.3' }, - 'viewfinderwarning' => { 305 => '13.4', 315 => '3.5', 316 => '6.2', 320 => '4.4' }, - 'viewfinderwarnings' => { 88 => 0x40a }, - 'viewinfoduringexposure' => { 88 => 0x407 }, - 'viewingmode' => { 439 => 0x2f, 456 => 0x18 }, - 'viewingmode2' => { 439 => [0x85,0x285] }, - 'viewmodeshoweffectsofsettings' => { 249 => 0x7d2, 321 => 0x2a9 }, - 'viewpoint' => { 532 => 'viewpoint' }, - 'vignetteamount' => { 514 => 'VignetteAmount', 516 => 'VignetteAmount' }, - 'vignettecoefficient1' => { 289 => 0x24 }, - 'vignettecoefficient2' => { 289 => 0x34 }, - 'vignettecoefficient3' => { 289 => 0x44 }, - 'vignettecontrol' => { 240 => 0x2a, 298 => 0x76a43205 }, - 'vignettecontrolintensity' => { 298 => 0xac6bd5c0 }, - 'vignettecorrectionalreadyapplied' => { 511 => 'VignetteCorrectionAlreadyApplied' }, - 'vignettecorrectionversion' => { 289 => 0x0 }, - 'vignettemidpoint' => { 514 => 'VignetteMidpoint', 516 => 'VignetteMidpoint' }, - 'vignetting' => { 417 => 0x1011, 424 => 0xa052 }, - 'vignettingcorrection' => { 123 => 0x7031, 424 => 0xa053, 451 => 0x2011 }, - 'vignettingcorrparams' => { 123 => 0x7032, 482 => 0x64a, 483 => [0x34a,0x350,0x35c,0x368] }, - 'vignettingsetting' => { 424 => 0xa054 }, - 'virtualfocallength' => { 529 => 'VirtualFocalLength' }, - 'virtualhorizonstyle' => { 321 => 0x167, 322 => 0x167, 323 => 0x17f }, - 'virtualimagexcenter' => { 529 => 'VirtualImageXCenter' }, - 'virtualimageycenter' => { 529 => 'VirtualImageYCenter' }, - 'visualcolor' => { 528 => 'VisualColour' }, - 'visualtechnique' => { 532 => 'visualTechnique' }, - 'voicememo' => { 426 => 0x216 }, - 'volume' => { 533 => 'volume' }, - 'vr_0x66' => { 269 => 0x66 }, - 'vrdoffset' => { 67 => 0xd0 }, - 'vrmode' => { 245 => 0x226, 246 => 0x226, 247 => 0x212, 248 => 0x226, 249 => 0x226, 288 => 0x6 }, - 'vrtype' => { 288 => 0x8 }, - 'waterdepth' => { 123 => 0x9403, 521 => 'WaterDepth' }, - 'wb_bluelevel3500k' => { 191 => 0x19a }, - 'wb_bluelevel6500k' => { 191 => 0x18a }, - 'wb_bluelevelcustom' => { 191 => 0x18e }, - 'wb_bluelevelscloudy' => { 191 => 0x106 }, - 'wb_bluelevelsdaylight' => { 191 => 0xea }, - 'wb_bluelevelsflash' => { 191 => 0x122 }, - 'wb_bluelevelsfluorescent' => { 191 => [0x40a,0x15a] }, - 'wb_bluelevelskelvin' => { 191 => 0x254 }, - 'wb_bluelevelsshade' => { 191 => 0x176 }, - 'wb_bluelevelstungsten' => { 191 => 0xce }, - 'wb_gbrglevels' => { 191 => 0xae, 194 => 0x4 }, - 'wb_glevel' => { 329 => 0x11f }, - 'wb_glevel3000k' => { 329 => 0x113 }, - 'wb_glevel3300k' => { 329 => 0x114 }, - 'wb_glevel3600k' => { 329 => 0x115 }, - 'wb_glevel3900k' => { 329 => 0x116 }, - 'wb_glevel4000k' => { 329 => 0x117 }, - 'wb_glevel4300k' => { 329 => 0x118 }, - 'wb_glevel4500k' => { 329 => 0x119 }, - 'wb_glevel4800k' => { 329 => 0x11a }, - 'wb_glevel5300k' => { 329 => 0x11b }, - 'wb_glevel6000k' => { 329 => 0x11c }, - 'wb_glevel6600k' => { 329 => 0x11d }, - 'wb_glevel7500k' => { 329 => 0x11e }, - 'wb_grbglevels' => { 208 => 0x0, 458 => 0x7303 }, - 'wb_grbglevelsauto' => { 84 => 0x2, 458 => 0x7302 }, - 'wb_grbglevelscloudy' => { 84 => 0x12 }, - 'wb_grbglevelscustom1' => { 84 => 0x42 }, - 'wb_grbglevelscustom2' => { 84 => 0x4a }, - 'wb_grbglevelsdaylight' => { 84 => 0xa }, - 'wb_grbglevelsflash' => { 84 => 0x32 }, - 'wb_grbglevelsfluorescent' => { 84 => 0x22 }, - 'wb_grbglevelsfluorhigh' => { 84 => 0x2a }, - 'wb_grbglevelstungsten' => { 84 => 0x1a }, - 'wb_grbglevelsunderwater' => { 84 => 0x3a }, - 'wb_rbgglevels' => { 205 => 0x0 }, - 'wb_rblevels' => { 209 => 0x270, 240 => 0xc, 329 => 0x100 }, - 'wb_rblevels1' => { 355 => 0x2 }, - 'wb_rblevels2' => { 355 => 0x5 }, - 'wb_rblevels3' => { 355 => 0x8 }, - 'wb_rblevels3000k' => { 329 => 0x102 }, - 'wb_rblevels3300k' => { 329 => 0x103 }, - 'wb_rblevels3500k' => { 191 => 0x430 }, - 'wb_rblevels3600k' => { 329 => 0x104 }, - 'wb_rblevels3900k' => { 329 => 0x105 }, - 'wb_rblevels4' => { 355 => 0xb }, - 'wb_rblevels4000k' => { 329 => 0x106 }, - 'wb_rblevels4300k' => { 329 => 0x107 }, - 'wb_rblevels4500k' => { 329 => 0x108 }, - 'wb_rblevels4800k' => { 329 => 0x109 }, - 'wb_rblevels5' => { 355 => 0xe }, - 'wb_rblevels5300k' => { 329 => 0x10a }, - 'wb_rblevels6' => { 355 => 0x11 }, - 'wb_rblevels6000k' => { 329 => 0x10b }, - 'wb_rblevels6500k' => { 191 => 0x420 }, - 'wb_rblevels6600k' => { 329 => 0x10c }, - 'wb_rblevels7' => { 355 => 0x14 }, - 'wb_rblevels7500k' => { 329 => 0x10d }, - 'wb_rblevelsauto' => { 209 => 0x272, 333 => 0x110 }, - 'wb_rblevelscloudy' => { 191 => 0x3f0, 193 => 0x10, 209 => 0x296, 333 => 0x121 }, - 'wb_rblevelscoolwhitef' => { 191 => 0x308, 193 => 0x14 }, - 'wb_rblevelscoolwhitefluor' => { 333 => 0x132 }, - 'wb_rblevelscustom' => { 191 => 0x424, 193 => 0x1c }, - 'wb_rblevelscwb1' => { 329 => 0x10e }, - 'wb_rblevelscwb2' => { 329 => 0x10f }, - 'wb_rblevelscwb3' => { 329 => 0x110 }, - 'wb_rblevelscwb4' => { 329 => 0x111 }, - 'wb_rblevelsdaylight' => { 191 => [0x3ec,0x528], 193 => 0xc, 209 => 0x274 }, - 'wb_rblevelsdaylightf' => { 193 => 0x24 }, - 'wb_rblevelsdaylightfluor' => { 333 => 0x130 }, - 'wb_rblevelsdaywhitef' => { 193 => 0x28 }, - 'wb_rblevelsdaywhitefluor' => { 333 => 0x131 }, - 'wb_rblevelseveningsunlight' => { 333 => 0x124 }, - 'wb_rblevelsfineweather' => { 333 => 0x122 }, - 'wb_rblevelsflash' => { 191 => [0x3f4,0x304], 193 => 0x18, 209 => 0x2a4 }, - 'wb_rblevelsfluorescent' => { 209 => 0x290 }, - 'wb_rblevelsincandescent' => { 209 => 0x282 }, - 'wb_rblevelsshade' => { 191 => 0x418, 193 => 0x20, 209 => 0x2b2, 333 => 0x120 }, - 'wb_rblevelstungsten' => { 191 => 0x3e8, 193 => 0x8, 333 => 0x123 }, - 'wb_rblevelsused' => { 333 => 0x100 }, - 'wb_rblevelswhitef' => { 193 => 0x2c }, - 'wb_rblevelswhitefluorescent' => { 333 => 0x133 }, - 'wb_redlevel3500k' => { 191 => 0x198 }, - 'wb_redlevel6500k' => { 191 => 0x188 }, - 'wb_redlevelcustom' => { 191 => 0x18c }, - 'wb_redlevelscloudy' => { 191 => 0xf8 }, - 'wb_redlevelsdaylight' => { 191 => 0xdc }, - 'wb_redlevelsflash' => { 191 => 0x114 }, - 'wb_redlevelsfluorescent' => { 191 => [0x3fc,0x14c] }, - 'wb_redlevelskelvin' => { 191 => 0x1be }, - 'wb_redlevelsshade' => { 191 => 0x168 }, - 'wb_redlevelstungsten' => { 191 => 0xc0 }, - 'wb_rgbglevels' => { 207 => 0x0 }, - 'wb_rgblevels' => { 191 => [0x546,0x96], 345 => 0xd, 346 => 0x413, 351 => 0x3036, 394 => 0x107, 460 => 0x117c, 461 => 0x1180, 462 => 0x115c, 463 => 0x11d8, 464 => 0x11b4, 465 => 0x106c, 466 => 0x264, 467 => 0x264, 468 => 0x252 }, - 'wb_rgblevels1' => { 356 => 0x2 }, - 'wb_rgblevels2' => { 356 => 0x6 }, - 'wb_rgblevels2500k' => { 458 => 0x782d }, - 'wb_rgblevels3' => { 356 => 0xa }, - 'wb_rgblevels3200k' => { 458 => 0x782c }, - 'wb_rgblevels4' => { 356 => 0xe }, - 'wb_rgblevels4500k' => { 458 => [0x7484,0x7824] }, - 'wb_rgblevels5' => { 356 => 0x12 }, - 'wb_rgblevels6' => { 356 => 0x16 }, - 'wb_rgblevels6000k' => { 458 => 0x782b }, - 'wb_rgblevels7' => { 356 => 0x1a }, - 'wb_rgblevels8500k' => { 458 => 0x782a }, - 'wb_rgblevelsauto' => { 428 => 0x0 }, - 'wb_rgblevelscloudy' => { 458 => [0x7481,0x7821] }, - 'wb_rgblevelscustom1' => { 428 => 0x15 }, - 'wb_rgblevelscustom2' => { 428 => 0x18 }, - 'wb_rgblevelscustom3' => { 428 => 0x1b }, - 'wb_rgblevelsdaylight' => { 428 => 0x3, 458 => [0x7480,0x7820] }, - 'wb_rgblevelsflash' => { 428 => 0x12, 458 => [0x7483,0x7823] }, - 'wb_rgblevelsfluorescent' => { 428 => 0xf, 458 => [0x7486,0x7826] }, - 'wb_rgblevelsfluorescentm1' => { 458 => 0x7829 }, - 'wb_rgblevelsfluorescentp1' => { 458 => 0x7827 }, - 'wb_rgblevelsfluorescentp2' => { 458 => 0x7828 }, - 'wb_rgblevelsincandescent' => { 428 => 0xc }, - 'wb_rgblevelsovercast' => { 428 => 0x9 }, - 'wb_rgblevelsshade' => { 428 => 0x6, 458 => 0x7825 }, - 'wb_rgblevelstungsten' => { 458 => [0x7482,0x7822] }, - 'wb_rgblevelsunknown0' => { 429 => 0x0 }, - 'wb_rgblevelsunknown1' => { 429 => 0x3 }, - 'wb_rgblevelsunknown2' => { 429 => 0x6 }, - 'wb_rgblevelsunknown3' => { 429 => 0x9 }, - 'wb_rgblevelsunknown4' => { 429 => 0xc }, - 'wb_rgblevelsunknown5' => { 429 => 0xf }, - 'wb_rgblevelsunknown6' => { 429 => 0x12 }, - 'wb_rgblevelsunknown7' => { 429 => 0x15 }, - 'wb_rgblevelsunknown8' => { 429 => 0x18 }, - 'wb_rgblevelsunknown9' => { 429 => 0x1b }, - 'wb_rgbmuldaylight' => { 142 => 0x852 }, - 'wb_rgbmulflash' => { 142 => 0x855 }, - 'wb_rgbmulfluorescent' => { 142 => 0x854 }, - 'wb_rgbmultungsten' => { 142 => 0x853 }, + 'timezone' => { 82 => 0x1, 246 => 0x694, 247 => 0x6a4, 248 => 0x594, 249 => 0x5c4, 250 => 0x5dc, 291 => 0x0, 421 => 0xa }, + 'timezonecity' => { 82 => 0x2 }, + 'timezonecode' => { 105 => 0x1 }, + 'timezoneinfo' => { 105 => 0x2 }, + 'timezoneoffset' => { 124 => 0x882a }, + 'tint' => { 405 => 'player.movie.visual.tint', 515 => 'Tint', 517 => 'Tint' }, + 'title' => { 124 => 0xa436, 162 => 'Title', 335 => 'Title', 339 => 'Title', 350 => 0x65, 402 => 'Title', 403 => ['titl',"\xa9nam"], 405 => 'title', 411 => ['titl',"\xa9nam"], 518 => 'title', 531 => 'Title', 542 => 'Title' }, + 'togglestyleamount' => { 515 => 'ToggleStyleAmount', 517 => 'ToggleStyleAmount' }, + 'togglestyledigest' => { 515 => 'ToggleStyleDigest', 517 => 'ToggleStyleDigest' }, + 'tonecomp' => { 241 => 0x81 }, + 'tonecurve' => { 78 => 0x1, 386 => 0x402, 515 => 'ToneCurve', 517 => 'ToneCurve' }, + 'tonecurveactive' => { 113 => 0x110 }, + 'tonecurveadobergb' => { 425 => 0xa043 }, + 'tonecurveadobergbdefault' => { 425 => 0xa041 }, + 'tonecurveblue' => { 515 => 'ToneCurveBlue', 517 => 'ToneCurveBlue' }, + 'tonecurvebluex' => { 489 => 0x9003 }, + 'tonecurvebluey' => { 489 => 0x9007 }, + 'tonecurvebrightness' => { 108 => 0x20410 }, + 'tonecurvebrightnessx' => { 489 => 0x9000 }, + 'tonecurvebrightnessy' => { 489 => 0x9004 }, + 'tonecurvecolorspace' => { 112 => 0x0 }, + 'tonecurvecontrast' => { 108 => 0x20411 }, + 'tonecurvegreen' => { 515 => 'ToneCurveGreen', 517 => 'ToneCurveGreen' }, + 'tonecurvegreenx' => { 489 => 0x9002 }, + 'tonecurvegreeny' => { 489 => 0x9006 }, + 'tonecurveinputrange' => { 112 => 0x3 }, + 'tonecurveinterpolation' => { 113 => 0x159 }, + 'tonecurvemode' => { 113 => 0x113 }, + 'tonecurvename' => { 515 => 'ToneCurveName', 517 => 'ToneCurveName' }, + 'tonecurvename2012' => { 515 => 'ToneCurveName2012', 517 => 'ToneCurveName2012' }, + 'tonecurveoriginal' => { 108 => '0x20400.1' }, + 'tonecurveoutputrange' => { 112 => 0x5 }, + 'tonecurveprofilename' => { 143 => 0x1391 }, + 'tonecurveproperty' => { 113 => 0x3c }, + 'tonecurvepv2012' => { 515 => 'ToneCurvePV2012', 517 => 'ToneCurvePV2012' }, + 'tonecurvepv2012blue' => { 515 => 'ToneCurvePV2012Blue', 517 => 'ToneCurvePV2012Blue' }, + 'tonecurvepv2012green' => { 515 => 'ToneCurvePV2012Green', 517 => 'ToneCurvePV2012Green' }, + 'tonecurvepv2012red' => { 515 => 'ToneCurvePV2012Red', 517 => 'ToneCurvePV2012Red' }, + 'tonecurvered' => { 515 => 'ToneCurveRed', 517 => 'ToneCurveRed' }, + 'tonecurveredx' => { 489 => 0x9001 }, + 'tonecurveredy' => { 489 => 0x9005 }, + 'tonecurves' => { 386 => 0x403 }, + 'tonecurveshape' => { 112 => 0x1 }, + 'tonecurvesrgb' => { 425 => 0xa042 }, + 'tonecurvesrgbdefault' => { 425 => 0xa040 }, + 'tonecurvex' => { 112 => 0xa }, + 'tonecurvey' => { 112 => 0xb }, + 'tonelevel' => { 326 => 0x52e }, + 'tonemap' => { 246 => 0x26a, 247 => 0x26a }, + 'tonemapstrength' => { 515 => 'ToneMapStrength', 517 => 'ToneMapStrength' }, + 'toningeffect' => { 60 => 0xf, 241 => 0xb3, 257 => 0x38, 258 => 0x40, 259 => 0x48, 418 => 0x1015 }, + 'toningeffectauto' => { 75 => 0xa4 }, + 'toningeffectfaithful' => { 74 => 0x74, 75 => 0x74 }, + 'toningeffectlandscape' => { 74 => 0x44, 75 => 0x44 }, + 'toningeffectmonochrome' => { 19 => 0x108, 74 => 0x8c, 75 => 0x8c }, + 'toningeffectneutral' => { 74 => 0x5c, 75 => 0x5c }, + 'toningeffectportrait' => { 74 => 0x2c, 75 => 0x2c }, + 'toningeffectstandard' => { 74 => 0x14, 75 => 0x14 }, + 'toningeffectuserdef1' => { 74 => 0xa4, 75 => 0xbc }, + 'toningeffectuserdef2' => { 74 => 0xbc, 75 => 0xd4 }, + 'toningeffectuserdef3' => { 74 => 0xd4, 75 => 0xec }, + 'toningsaturation' => { 257 => 0x39, 258 => 0x41, 259 => 0x49 }, + 'totalzoom' => { 145 => 0x62 }, + 'touchae' => { 350 => 0xab }, + 'track' => { 403 => "\xa9trk", 411 => "\xa9trk" }, + 'trackcreatedate' => { 410 => 0x1 }, + 'trackmodifydate' => { 410 => 0x2 }, + 'tracknumber' => { 403 => 'trkn', 544 => 'trackNumber' }, + 'tracks' => { 544 => 'Tracks' }, + 'tracksframerate' => { 544 => [\'Tracks','TracksFrameRate'] }, + 'tracksmarkers' => { 544 => [\'Tracks','TracksMarkers'] }, + 'tracksmarkerscomment' => { 544 => [\'Tracks','TracksMarkersComment'] }, + 'tracksmarkerscuepointparams' => { 544 => [\'Tracks','TracksMarkersCuePointParams'] }, + 'tracksmarkerscuepointparamskey' => { 544 => [\'Tracks','TracksMarkersCuePointParamsKey'] }, + 'tracksmarkerscuepointparamsvalue' => { 544 => [\'Tracks','TracksMarkersCuePointParamsValue'] }, + 'tracksmarkerscuepointtype' => { 544 => [\'Tracks','TracksMarkersCuePointType'] }, + 'tracksmarkersduration' => { 544 => [\'Tracks','TracksMarkersDuration'] }, + 'tracksmarkerslocation' => { 544 => [\'Tracks','TracksMarkersLocation'] }, + 'tracksmarkersname' => { 544 => [\'Tracks','TracksMarkersName'] }, + 'tracksmarkersprobability' => { 544 => [\'Tracks','TracksMarkersProbability'] }, + 'tracksmarkersspeaker' => { 544 => [\'Tracks','TracksMarkersSpeaker'] }, + 'tracksmarkersstarttime' => { 544 => [\'Tracks','TracksMarkersStartTime'] }, + 'tracksmarkerstarget' => { 544 => [\'Tracks','TracksMarkersTarget'] }, + 'tracksmarkerstype' => { 544 => [\'Tracks','TracksMarkersType'] }, + 'trackstrackname' => { 544 => [\'Tracks','TracksTrackName'] }, + 'trackstracktype' => { 544 => [\'Tracks','TracksTrackType'] }, + 'tracktype' => { 411 => 'kgtt' }, + 'trailer' => { 125 => 'Trailer' }, + 'trailersignature' => { 169 => 'zmie' }, + 'transcript' => { 529 => 'Transcript' }, + 'transcriptlink' => { 529 => 'TranscriptLink' }, + 'transcriptlinklink' => { 529 => [\'TranscriptLink','TranscriptLinkLink'] }, + 'transcriptlinklinkqualifier' => { 529 => [\'TranscriptLink','TranscriptLinkLinkQualifier'] }, + 'transferfunction' => { 124 => 0x12d, 540 => 'TransferFunction' }, + 'transfertimenormal' => { 143 => 0x1888 }, + 'transfertimetest' => { 143 => 0x1889 }, + 'transform' => { 350 => [0x8012,0x59] }, + 'transformation' => { 530 => 'Transformation' }, + 'transmissionreference' => { 532 => 'TransmissionReference' }, + 'trapped' => { 335 => 'Trapped', 531 => 'Trapped' }, + 'trashbuttonfunction' => { 89 => 0x710 }, + 'travelday' => { 350 => 0x36 }, + 'treble' => { 405 => 'player.movie.audio.treble' }, + 'triggermode' => { 412 => 0x6, 413 => 0x34, 414 => 0x34 }, + 'tstop' => { 124 => 0xc772 }, + 'ttl_da_adown' => { 373 => 0x5 }, + 'ttl_da_aup' => { 373 => 0x4 }, + 'ttl_da_bdown' => { 373 => 0x7 }, + 'ttl_da_bup' => { 373 => 0x6 }, + 'tungstenawb' => { 363 => 0x1 }, + 'tvepisode' => { 403 => 'tves' }, + 'tvepisodeid' => { 403 => 'tven' }, + 'tvexposuretimesetting' => { 366 => 0x12 }, + 'tvnetworkname' => { 403 => 'tvnn' }, + 'tvseason' => { 403 => 'tvsn' }, + 'tvshow' => { 403 => 'tvsh' }, + 'type' => { 499 => 'Type', 518 => 'type', 539 => 'type' }, + 'typestatus' => { 123 => [\'Identification','IdentificationTypeStatus'] }, + 'uniquecameramodel' => { 124 => 0xc614 }, + 'uniquedocumentid' => { 136 => 0xbb }, + 'uniquematrixauto' => { 143 => 0x7e9 }, + 'uniquematrixcustom' => { 143 => 0x7e8 }, + 'uniquematrixdaylight' => { 143 => 0x7e4 }, + 'uniquematrixflash' => { 143 => 0x7e7 }, + 'uniquematrixfluorescent' => { 143 => 0x7e6 }, + 'uniquematrixtungsten' => { 143 => 0x7e5 }, + 'uniqueobjectname' => { 137 => 0x64 }, + 'units' => { 500 => 'Units' }, + 'unknown_aacr' => { 403 => 'AACR' }, + 'unknown_cdek' => { 403 => 'CDEK' }, + 'unknown_cdet' => { 403 => 'CDET' }, + 'unknownblock' => { 386 => 0x405 }, + 'unknownblock1' => { 330 => 0x635 }, + 'unknownblock2' => { 330 => 0x636 }, + 'unknownblock3' => { 330 => 0x1103 }, + 'unknownblock4' => { 330 => 0x1104 }, + 'unknowncontrast' => { 114 => 0x45 }, + 'unknowndate' => { 395 => 0x212 }, + 'unknownev' => { 143 => 0x1 }, + 'unknownlinear' => { 114 => 0x46 }, + 'unknownnumber' => { 102 => 0x180b }, + 'unknownoutputhighlightpoint' => { 114 => 0x4a }, + 'unknownoutputshadowpoint' => { 114 => 0x4b }, + 'unknownrawhighlight' => { 114 => 0x7b }, + 'unknownrawhighlightpoint' => { 114 => 0x48 }, + 'unknownrawshadow' => { 114 => 0x84 }, + 'unknownrawshadowpoint' => { 114 => 0x49 }, + 'unknownsharpness' => { 114 => 0x47 }, + 'unknowntags' => { 411 => 'TAGS' }, + 'unknowntemperature' => { 126 => 0x4 }, + 'unknownthumbnail' => { 411 => 'thmb' }, + 'unsharp1color' => { 304 => 0x13 }, + 'unsharp1halowidth' => { 304 => 0x19 }, + 'unsharp1intensity' => { 304 => 0x17 }, + 'unsharp1threshold' => { 304 => 0x1b }, + 'unsharp2color' => { 304 => 0x2e }, + 'unsharp2halowidth' => { 304 => 0x34 }, + 'unsharp2intensity' => { 304 => 0x32 }, + 'unsharp2threshold' => { 304 => 0x36 }, + 'unsharp3color' => { 304 => 0x49 }, + 'unsharp3halowidth' => { 304 => 0x4f }, + 'unsharp3intensity' => { 304 => 0x4d }, + 'unsharp3threshold' => { 304 => 0x51 }, + 'unsharp4color' => { 304 => 0x64 }, + 'unsharp4halowidth' => { 304 => 0x6a }, + 'unsharp4intensity' => { 304 => 0x68 }, + 'unsharp4threshold' => { 304 => 0x6c }, + 'unsharpcount' => { 304 => 0x0 }, + 'unsharpmask' => { 114 => 0x90, 299 => 0x76a43200 }, + 'unsharpmaskfineness' => { 78 => 0xe, 108 => 0x20309 }, + 'unsharpmaskstrength' => { 108 => 0x20308 }, + 'unsharpmaskthreshold' => { 78 => 0xf, 108 => 0x2030a }, + 'uprightcentermode' => { 515 => 'UprightCenterMode', 517 => 'UprightCenterMode' }, + 'uprightcenternormx' => { 515 => 'UprightCenterNormX', 517 => 'UprightCenterNormX' }, + 'uprightcenternormy' => { 515 => 'UprightCenterNormY', 517 => 'UprightCenterNormY' }, + 'uprightdependentdigest' => { 515 => 'UprightDependentDigest', 517 => 'UprightDependentDigest' }, + 'uprightfocallength35mm' => { 515 => 'UprightFocalLength35mm', 517 => 'UprightFocalLength35mm' }, + 'uprightfocalmode' => { 515 => 'UprightFocalMode', 517 => 'UprightFocalMode' }, + 'uprightfoursegments_0' => { 515 => 'UprightFourSegments_0', 517 => 'UprightFourSegments_0' }, + 'uprightfoursegments_1' => { 515 => 'UprightFourSegments_1', 517 => 'UprightFourSegments_1' }, + 'uprightfoursegments_2' => { 515 => 'UprightFourSegments_2', 517 => 'UprightFourSegments_2' }, + 'uprightfoursegments_3' => { 515 => 'UprightFourSegments_3', 517 => 'UprightFourSegments_3' }, + 'uprightfoursegmentscount' => { 515 => 'UprightFourSegmentsCount', 517 => 'UprightFourSegmentsCount' }, + 'uprightguideddependentdigest' => { 515 => 'UprightGuidedDependentDigest', 517 => 'UprightGuidedDependentDigest' }, + 'uprightpreview' => { 515 => 'UprightPreview', 517 => 'UprightPreview' }, + 'uprighttransform_0' => { 515 => 'UprightTransform_0', 517 => 'UprightTransform_0' }, + 'uprighttransform_1' => { 515 => 'UprightTransform_1', 517 => 'UprightTransform_1' }, + 'uprighttransform_2' => { 515 => 'UprightTransform_2', 517 => 'UprightTransform_2' }, + 'uprighttransform_3' => { 515 => 'UprightTransform_3', 517 => 'UprightTransform_3' }, + 'uprighttransform_4' => { 515 => 'UprightTransform_4', 517 => 'UprightTransform_4' }, + 'uprighttransform_5' => { 515 => 'UprightTransform_5', 517 => 'UprightTransform_5' }, + 'uprighttransformcount' => { 515 => 'UprightTransformCount', 517 => 'UprightTransformCount' }, + 'uprightversion' => { 515 => 'UprightVersion', 517 => 'UprightVersion' }, + 'urgency' => { 136 => 0xa, 532 => 'Urgency' }, + 'url' => { 162 => 'URL', 339 => 'URL', 400 => 0x40b, 534 => 'url' }, + 'url_list' => { 400 => 0x41e }, + 'urla-platform' => { 534 => [\'url','urlA-platform'] }, + 'urlurl' => { 534 => [\'url','urlUrl'] }, + 'usablemeteringmodes' => { 89 => 0x10a }, + 'usableshootingmodes' => { 89 => 0x109 }, + 'usage' => { 535 => 'usage' }, + 'usageterms' => { 548 => 'UsageTerms' }, + 'usbpowerdelivery' => { 246 => 0x762, 247 => 0x772, 248 => 0x664, 249 => 0x694, 250 => 0x6fc }, + 'usedialwithouthold' => { 322 => 0xbf, 323 => 0xbf, 324 => 0xbf }, + 'useguidelines' => { 513 => 'useGuidelines' }, + 'usepanoramaviewer' => { 503 => 'UsePanoramaViewer' }, + 'usercollection' => { 405 => 'collection.user' }, + 'usercomment' => { 102 => 0x805, 124 => 0x9286, 521 => 'UserComment' }, + 'userdef1picturestyle' => { 19 => 0x10c, 74 => 0xd8, 75 => 0xf0 }, + 'userdef2picturestyle' => { 19 => 0x10e, 74 => 0xda, 75 => 0xf2 }, + 'userdef3picturestyle' => { 19 => 0x110, 74 => 0xdc, 75 => 0xf4 }, + 'userfields' => { 508 => 'UserFields' }, + 'userlabel' => { 412 => 0x2b, 413 => 0x5a, 414 => 0x68 }, + 'userprofile' => { 345 => 0x302, 349 => 0x34c, 352 => 0x3038 }, + 'userrating' => { 405 => 'rating.user', 411 => 'urat' }, + 'usmlenselectronicmf' => { 2 => 0x7, 88 => 0x7, 89 => 0x501 }, + 'uspsnumber' => { 534 => 'uspsNumber' }, + 'utmeasting' => { 173 => 'Easting' }, + 'utmmapdatum' => { 173 => 'Datum' }, + 'utmnorthing' => { 173 => 'Northing' }, + 'utmzone' => { 173 => 'Zone' }, + 'uuid' => { 515 => 'UUID', 517 => 'UUID' }, + 'uv-irfiltercorrection' => { 345 => 0x325 }, + 'validbits' => { 330 => 0x611, 331 => 0x102c }, + 'validcropcorners' => { 340 => 'ValidCropCorners' }, + 'validpixeldepth' => { 334 => 0x611 }, + 'variablelowpassfilter' => { 452 => 0x2028 }, + 'variousmodes' => { 145 => 0x26 }, + 'variousmodes2' => { 145 => 0x3a }, + 'variprogram' => { 241 => 0xab }, + 'varraydacnominalvalues' => { 143 => 0x191e }, + 'vendor' => { 411 => 'vndr' }, + 'vendorinfo' => { 493 => 'VendorInfo' }, + 'vendorinfomanufacturer' => { 493 => [\'VendorInfo','VendorInfoManufacturer'] }, + 'vendorinfomodel' => { 493 => [\'VendorInfo','VendorInfoModel'] }, + 'vendorinfonotes' => { 493 => [\'VendorInfo','VendorInfoNotes'] }, + 'verbatimidentification' => { 123 => [\'Identification','IdentificationVerbatimIdentification'] }, + 'version' => { 132 => 0x0, 340 => 'Version', 402 => 'Version', 405 => 'version', 515 => 'Version', 517 => 'Version', 526 => 'Version' }, + 'versioncreatedate' => { 489 => 0xd100 }, + 'versionid' => { 545 => 'VersionID' }, + 'versionidentifier' => { 534 => 'versionIdentifier' }, + 'versionmodifydate' => { 489 => 0xd101 }, + 'versions' => { 545 => 'Versions' }, + 'versionscomments' => { 545 => [\'Versions','VersionsComments'] }, + 'versionsevent' => { 545 => [\'Versions','VersionsEvent'] }, + 'versionseventaction' => { 545 => [\'Versions','VersionsEventAction'] }, + 'versionseventchanged' => { 545 => [\'Versions','VersionsEventChanged'] }, + 'versionseventinstanceid' => { 545 => [\'Versions','VersionsEventInstanceID'] }, + 'versionseventparameters' => { 545 => [\'Versions','VersionsEventParameters'] }, + 'versionseventsoftwareagent' => { 545 => [\'Versions','VersionsEventSoftwareAgent'] }, + 'versionseventwhen' => { 545 => [\'Versions','VersionsEventWhen'] }, + 'versionsmodifier' => { 545 => [\'Versions','VersionsModifier'] }, + 'versionsmodifydate' => { 545 => [\'Versions','VersionsModifyDate'] }, + 'versionsversion' => { 545 => [\'Versions','VersionsVersion'] }, + 'verticalafonbutton' => { 306 => '3.2', 307 => '47.2', 309 => '79.1', 323 => 0x11d, 324 => 0x135 }, + 'verticalclockoverlaps' => { 143 => 0x412 }, + 'verticalfuncbutton' => { 307 => '42.2', 309 => '67.1', 323 => 0x115, 324 => 0x12d }, + 'verticalfuncbuttonplaybackmode' => { 323 => 0x1b7, 324 => 0x1cf }, + 'verticalfuncbuttonplusdials' => { 307 => '43.1' }, + 'verticalfuncplusdials' => { 309 => '68.1' }, + 'verticalisobutton' => { 250 => 0x792 }, + 'verticalmovieafonbutton' => { 323 => 0x1f9, 324 => 0x211 }, + 'verticalmoviefuncbutton' => { 323 => 0x1e1, 324 => 0x1f9 }, + 'verticalmultiselector' => { 307 => '42.1', 309 => '66.1', 310 => '66.1', 320 => '66.1', 323 => 0x18f, 324 => 0x1a7 }, + 'verticalmultiselectorplaybackmode' => { 323 => 0x125, 324 => 0x13d }, + 'vfdisplayillumination' => { 2 => 0x11, 89 => [0x510,0x51d] }, + 'vibrance' => { 509 => 'Vibrance', 515 => 'Vibrance', 517 => 'Vibrance' }, + 'vibrationreduction' => { 270 => [0x75,0x82,0x1ae], 278 => '586.1', 285 => '590.2', 289 => 0x4 }, + 'videoalphamode' => { 544 => 'videoAlphaMode' }, + 'videoalphapremultiplecolor' => { 544 => 'videoAlphaPremultipleColor' }, + 'videoalphapremultiplecolora' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] }, + 'videoalphapremultiplecolorb' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] }, + 'videoalphapremultiplecolorblack' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] }, + 'videoalphapremultiplecolorblue' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] }, + 'videoalphapremultiplecolorcyan' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] }, + 'videoalphapremultiplecolorgray' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGray'] }, + 'videoalphapremultiplecolorgreen' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] }, + 'videoalphapremultiplecolorl' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] }, + 'videoalphapremultiplecolormagenta' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] }, + 'videoalphapremultiplecolormode' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] }, + 'videoalphapremultiplecolorred' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] }, + 'videoalphapremultiplecolorswatchname' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] }, + 'videoalphapremultiplecolortint' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] }, + 'videoalphapremultiplecolortype' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] }, + 'videoalphapremultiplecoloryellow' => { 544 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] }, + 'videoalphaunityistransparent' => { 544 => 'videoAlphaUnityIsTransparent' }, + 'videobitrate' => { 529 => 'videoBitRate' }, + 'videobitratemode' => { 529 => 'videoBitRateMode' }, + 'videoburstmode' => { 350 => 0xbb }, + 'videoburstresolution' => { 350 => 0xb3 }, + 'videocodec' => { 71 => 0x74 }, + 'videocolorspace' => { 544 => 'videoColorSpace' }, + 'videocompression' => { 132 => 0x3806 }, + 'videocompressor' => { 544 => 'videoCompressor' }, + 'videodisplayaspectratio' => { 529 => 'videoDisplayAspectRatio' }, + 'videoencodingprofile' => { 529 => 'videoEncodingProfile' }, + 'videofieldorder' => { 544 => 'videoFieldOrder' }, + 'videoframerate' => { 350 => 0x27, 544 => 'videoFrameRate' }, + 'videoframesize' => { 544 => 'videoFrameSize' }, + 'videoframesizeh' => { 544 => [\'videoFrameSize','videoFrameSizeH'] }, + 'videoframesizeunit' => { 544 => [\'videoFrameSize','videoFrameSizeUnit'] }, + 'videoframesizew' => { 544 => [\'videoFrameSize','videoFrameSizeW'] }, + 'videomoddate' => { 544 => 'videoModDate' }, + 'videopixelaspectratio' => { 544 => 'videoPixelAspectRatio' }, + 'videopixeldepth' => { 544 => 'videoPixelDepth' }, + 'videopreburst' => { 350 => 0xc1 }, + 'videoquality' => { 118 => 0x4003 }, + 'videorecordingmode' => { 132 => 0x3803 }, + 'videoshottype' => { 529 => 'VideoShotType' }, + 'videoshottypeidentifier' => { 529 => [\'VideoShotType','VideoShotTypeIdentifier'] }, + 'videoshottypename' => { 529 => [\'VideoShotType','VideoShotTypeName'] }, + 'videostreamscount' => { 529 => 'videoStreamsCount' }, + 'viewfinder' => { 395 => 0x455 }, + 'viewfinderdisplay' => { 306 => '12.4', 307 => '6.3' }, + 'viewfinderwarning' => { 306 => '13.4', 316 => '3.5', 317 => '6.2', 321 => '4.4' }, + 'viewfinderwarnings' => { 89 => 0x40a }, + 'viewinfoduringexposure' => { 89 => 0x407 }, + 'viewingmode' => { 440 => 0x2f, 457 => 0x18 }, + 'viewingmode2' => { 440 => [0x85,0x285] }, + 'viewmodeshoweffectsofsettings' => { 250 => 0x7d2, 322 => 0x2a9 }, + 'viewpoint' => { 533 => 'viewpoint' }, + 'vignetteamount' => { 515 => 'VignetteAmount', 517 => 'VignetteAmount' }, + 'vignettecoefficient1' => { 290 => 0x24 }, + 'vignettecoefficient2' => { 290 => 0x34 }, + 'vignettecoefficient3' => { 290 => 0x44 }, + 'vignettecontrol' => { 241 => 0x2a, 299 => 0x76a43205 }, + 'vignettecontrolintensity' => { 299 => 0xac6bd5c0 }, + 'vignettecorrectionalreadyapplied' => { 512 => 'VignetteCorrectionAlreadyApplied' }, + 'vignettecorrectionversion' => { 290 => 0x0 }, + 'vignettemidpoint' => { 515 => 'VignetteMidpoint', 517 => 'VignetteMidpoint' }, + 'vignetting' => { 418 => 0x1011, 425 => 0xa052 }, + 'vignettingcorrection' => { 124 => 0x7031, 425 => 0xa053, 452 => 0x2011 }, + 'vignettingcorrparams' => { 124 => 0x7032, 483 => 0x64a, 484 => [0x34a,0x350,0x35c,0x368] }, + 'vignettingsetting' => { 425 => 0xa054 }, + 'virtualfocallength' => { 530 => 'VirtualFocalLength' }, + 'virtualhorizonstyle' => { 322 => 0x167, 323 => 0x167, 324 => 0x17f }, + 'virtualimagexcenter' => { 530 => 'VirtualImageXCenter' }, + 'virtualimageycenter' => { 530 => 'VirtualImageYCenter' }, + 'visualcolor' => { 529 => 'VisualColour' }, + 'visualtechnique' => { 533 => 'visualTechnique' }, + 'voicememo' => { 427 => 0x216 }, + 'volume' => { 534 => 'volume' }, + 'vr_0x66' => { 270 => 0x66 }, + 'vrdoffset' => { 68 => 0xd0 }, + 'vrmode' => { 246 => 0x226, 247 => 0x226, 248 => 0x212, 249 => 0x226, 250 => 0x226, 289 => 0x6 }, + 'vrtype' => { 289 => 0x8 }, + 'waterdepth' => { 124 => 0x9403, 522 => 'WaterDepth' }, + 'wb_bluelevel3500k' => { 192 => 0x19a }, + 'wb_bluelevel6500k' => { 192 => 0x18a }, + 'wb_bluelevelcustom' => { 192 => 0x18e }, + 'wb_bluelevelscloudy' => { 192 => 0x106 }, + 'wb_bluelevelsdaylight' => { 192 => 0xea }, + 'wb_bluelevelsflash' => { 192 => 0x122 }, + 'wb_bluelevelsfluorescent' => { 192 => [0x40a,0x15a] }, + 'wb_bluelevelskelvin' => { 192 => 0x254 }, + 'wb_bluelevelsshade' => { 192 => 0x176 }, + 'wb_bluelevelstungsten' => { 192 => 0xce }, + 'wb_gbrglevels' => { 192 => 0xae, 195 => 0x4 }, + 'wb_glevel' => { 330 => 0x11f }, + 'wb_glevel3000k' => { 330 => 0x113 }, + 'wb_glevel3300k' => { 330 => 0x114 }, + 'wb_glevel3600k' => { 330 => 0x115 }, + 'wb_glevel3900k' => { 330 => 0x116 }, + 'wb_glevel4000k' => { 330 => 0x117 }, + 'wb_glevel4300k' => { 330 => 0x118 }, + 'wb_glevel4500k' => { 330 => 0x119 }, + 'wb_glevel4800k' => { 330 => 0x11a }, + 'wb_glevel5300k' => { 330 => 0x11b }, + 'wb_glevel6000k' => { 330 => 0x11c }, + 'wb_glevel6600k' => { 330 => 0x11d }, + 'wb_glevel7500k' => { 330 => 0x11e }, + 'wb_grbglevels' => { 209 => 0x0, 459 => 0x7303 }, + 'wb_grbglevelsauto' => { 85 => 0x2, 459 => 0x7302 }, + 'wb_grbglevelscloudy' => { 85 => 0x12 }, + 'wb_grbglevelscustom1' => { 85 => 0x42 }, + 'wb_grbglevelscustom2' => { 85 => 0x4a }, + 'wb_grbglevelsdaylight' => { 85 => 0xa }, + 'wb_grbglevelsflash' => { 85 => 0x32 }, + 'wb_grbglevelsfluorescent' => { 85 => 0x22 }, + 'wb_grbglevelsfluorhigh' => { 85 => 0x2a }, + 'wb_grbglevelstungsten' => { 85 => 0x1a }, + 'wb_grbglevelsunderwater' => { 85 => 0x3a }, + 'wb_rbgglevels' => { 206 => 0x0 }, + 'wb_rblevels' => { 210 => 0x270, 241 => 0xc, 330 => 0x100 }, + 'wb_rblevels1' => { 356 => 0x2 }, + 'wb_rblevels2' => { 356 => 0x5 }, + 'wb_rblevels3' => { 356 => 0x8 }, + 'wb_rblevels3000k' => { 330 => 0x102 }, + 'wb_rblevels3300k' => { 330 => 0x103 }, + 'wb_rblevels3500k' => { 192 => 0x430 }, + 'wb_rblevels3600k' => { 330 => 0x104 }, + 'wb_rblevels3900k' => { 330 => 0x105 }, + 'wb_rblevels4' => { 356 => 0xb }, + 'wb_rblevels4000k' => { 330 => 0x106 }, + 'wb_rblevels4300k' => { 330 => 0x107 }, + 'wb_rblevels4500k' => { 330 => 0x108 }, + 'wb_rblevels4800k' => { 330 => 0x109 }, + 'wb_rblevels5' => { 356 => 0xe }, + 'wb_rblevels5300k' => { 330 => 0x10a }, + 'wb_rblevels6' => { 356 => 0x11 }, + 'wb_rblevels6000k' => { 330 => 0x10b }, + 'wb_rblevels6500k' => { 192 => 0x420 }, + 'wb_rblevels6600k' => { 330 => 0x10c }, + 'wb_rblevels7' => { 356 => 0x14 }, + 'wb_rblevels7500k' => { 330 => 0x10d }, + 'wb_rblevelsauto' => { 210 => 0x272, 334 => 0x110 }, + 'wb_rblevelscloudy' => { 192 => 0x3f0, 194 => 0x10, 210 => 0x296, 334 => 0x121 }, + 'wb_rblevelscoolwhitef' => { 192 => 0x308, 194 => 0x14 }, + 'wb_rblevelscoolwhitefluor' => { 334 => 0x132 }, + 'wb_rblevelscustom' => { 192 => 0x424, 194 => 0x1c }, + 'wb_rblevelscwb1' => { 330 => 0x10e }, + 'wb_rblevelscwb2' => { 330 => 0x10f }, + 'wb_rblevelscwb3' => { 330 => 0x110 }, + 'wb_rblevelscwb4' => { 330 => 0x111 }, + 'wb_rblevelsdaylight' => { 192 => [0x3ec,0x528], 194 => 0xc, 210 => 0x274 }, + 'wb_rblevelsdaylightf' => { 194 => 0x24 }, + 'wb_rblevelsdaylightfluor' => { 334 => 0x130 }, + 'wb_rblevelsdaywhitef' => { 194 => 0x28 }, + 'wb_rblevelsdaywhitefluor' => { 334 => 0x131 }, + 'wb_rblevelseveningsunlight' => { 334 => 0x124 }, + 'wb_rblevelsfineweather' => { 334 => 0x122 }, + 'wb_rblevelsflash' => { 192 => [0x3f4,0x304], 194 => 0x18, 210 => 0x2a4 }, + 'wb_rblevelsfluorescent' => { 210 => 0x290 }, + 'wb_rblevelsincandescent' => { 210 => 0x282 }, + 'wb_rblevelsshade' => { 192 => 0x418, 194 => 0x20, 210 => 0x2b2, 334 => 0x120 }, + 'wb_rblevelstungsten' => { 192 => 0x3e8, 194 => 0x8, 334 => 0x123 }, + 'wb_rblevelsused' => { 334 => 0x100 }, + 'wb_rblevelswhitef' => { 194 => 0x2c }, + 'wb_rblevelswhitefluorescent' => { 334 => 0x133 }, + 'wb_redlevel3500k' => { 192 => 0x198 }, + 'wb_redlevel6500k' => { 192 => 0x188 }, + 'wb_redlevelcustom' => { 192 => 0x18c }, + 'wb_redlevelscloudy' => { 192 => 0xf8 }, + 'wb_redlevelsdaylight' => { 192 => 0xdc }, + 'wb_redlevelsflash' => { 192 => 0x114 }, + 'wb_redlevelsfluorescent' => { 192 => [0x3fc,0x14c] }, + 'wb_redlevelskelvin' => { 192 => 0x1be }, + 'wb_redlevelsshade' => { 192 => 0x168 }, + 'wb_redlevelstungsten' => { 192 => 0xc0 }, + 'wb_rgbglevels' => { 208 => 0x0 }, + 'wb_rgblevels' => { 192 => [0x546,0x96], 346 => 0xd, 347 => 0x413, 352 => 0x3036, 395 => 0x107, 461 => 0x117c, 462 => 0x1180, 463 => 0x115c, 464 => 0x11d8, 465 => 0x11b4, 466 => 0x106c, 467 => 0x264, 468 => 0x264, 469 => 0x252 }, + 'wb_rgblevels1' => { 357 => 0x2 }, + 'wb_rgblevels2' => { 357 => 0x6 }, + 'wb_rgblevels2500k' => { 459 => 0x782d }, + 'wb_rgblevels3' => { 357 => 0xa }, + 'wb_rgblevels3200k' => { 459 => 0x782c }, + 'wb_rgblevels4' => { 357 => 0xe }, + 'wb_rgblevels4500k' => { 459 => [0x7484,0x7824] }, + 'wb_rgblevels5' => { 357 => 0x12 }, + 'wb_rgblevels6' => { 357 => 0x16 }, + 'wb_rgblevels6000k' => { 459 => 0x782b }, + 'wb_rgblevels7' => { 357 => 0x1a }, + 'wb_rgblevels8500k' => { 459 => 0x782a }, + 'wb_rgblevelsauto' => { 429 => 0x0 }, + 'wb_rgblevelscloudy' => { 459 => [0x7481,0x7821] }, + 'wb_rgblevelscustom1' => { 429 => 0x15 }, + 'wb_rgblevelscustom2' => { 429 => 0x18 }, + 'wb_rgblevelscustom3' => { 429 => 0x1b }, + 'wb_rgblevelsdaylight' => { 429 => 0x3, 459 => [0x7480,0x7820] }, + 'wb_rgblevelsflash' => { 429 => 0x12, 459 => [0x7483,0x7823] }, + 'wb_rgblevelsfluorescent' => { 429 => 0xf, 459 => [0x7486,0x7826] }, + 'wb_rgblevelsfluorescentm1' => { 459 => 0x7829 }, + 'wb_rgblevelsfluorescentp1' => { 459 => 0x7827 }, + 'wb_rgblevelsfluorescentp2' => { 459 => 0x7828 }, + 'wb_rgblevelsincandescent' => { 429 => 0xc }, + 'wb_rgblevelsovercast' => { 429 => 0x9 }, + 'wb_rgblevelsshade' => { 429 => 0x6, 459 => 0x7825 }, + 'wb_rgblevelstungsten' => { 459 => [0x7482,0x7822] }, + 'wb_rgblevelsunknown0' => { 430 => 0x0 }, + 'wb_rgblevelsunknown1' => { 430 => 0x3 }, + 'wb_rgblevelsunknown2' => { 430 => 0x6 }, + 'wb_rgblevelsunknown3' => { 430 => 0x9 }, + 'wb_rgblevelsunknown4' => { 430 => 0xc }, + 'wb_rgblevelsunknown5' => { 430 => 0xf }, + 'wb_rgblevelsunknown6' => { 430 => 0x12 }, + 'wb_rgblevelsunknown7' => { 430 => 0x15 }, + 'wb_rgblevelsunknown8' => { 430 => 0x18 }, + 'wb_rgblevelsunknown9' => { 430 => 0x1b }, + 'wb_rgbmuldaylight' => { 143 => 0x852 }, + 'wb_rgbmulflash' => { 143 => 0x855 }, + 'wb_rgbmulfluorescent' => { 143 => 0x854 }, + 'wb_rgbmultungsten' => { 143 => 0x853 }, 'wb_rggbblacklevels' => { 37 => 0x25 }, - 'wb_rggblevels' => { 123 => 0x7313, 194 => 0x4, 206 => 0x0, 210 => 0x13e8, 211 => 0x38, 458 => 0x7313 }, - 'wb_rggblevelsasshot' => { 40 => 0x0, 41 => 0x0, 42 => 0x19, 43 => 0x55, 44 => 0x69, 45 => 0x22, 46 => 0x3f, 49 => 0x3f, 50 => 0x3f, 51 => 0x3f, 52 => 0x47 }, - 'wb_rggblevelsauto' => { 37 => 0x1, 40 => 0x5, 41 => 0x8, 42 => 0x1e, 43 => 0x5a, 44 => 0x6e, 45 => 0x18, 46 => 0x44, 49 => 0x44, 50 => 0x44, 51 => 0x44, 52 => 0x4c, 210 => 0x1478, 211 => 0x114, 424 => 0xa022, 458 => 0x7312 }, - 'wb_rggblevelsblack' => { 424 => 0xa028 }, - 'wb_rggblevelscloudy' => { 37 => 0xd, 40 => 0x1e, 41 => 0x30, 42 => 0x2d, 43 => 0xa0, 44 => 0xd7, 45 => 0x31, 46 => 0x58, 49 => 0x71, 50 => 0x8a, 51 => 0x8f, 52 => 0x92, 210 => 0x1408, 211 => 0x60, 385 => 0x20f, 393 => 0x14 }, - 'wb_rggblevelscustom' => { 37 => 0x1d, 46 => 0x80, 210 => 0x1468, 211 => 0x100 }, + 'wb_rggblevels' => { 124 => 0x7313, 195 => 0x4, 207 => 0x0, 211 => 0x13e8, 212 => 0x38, 459 => 0x7313 }, + 'wb_rggblevelsasshot' => { 40 => 0x0, 41 => 0x0, 42 => 0x19, 43 => 0x55, 44 => 0x69, 45 => 0x69, 46 => 0x22, 47 => 0x3f, 50 => 0x3f, 51 => 0x3f, 52 => 0x3f, 53 => 0x47 }, + 'wb_rggblevelsauto' => { 37 => 0x1, 40 => 0x5, 41 => 0x8, 42 => 0x1e, 43 => 0x5a, 44 => 0x6e, 46 => 0x18, 47 => 0x44, 50 => 0x44, 51 => 0x44, 52 => 0x44, 53 => 0x4c, 211 => 0x1478, 212 => 0x114, 425 => 0xa022, 459 => 0x7312 }, + 'wb_rggblevelsblack' => { 425 => 0xa028 }, + 'wb_rggblevelscloudy' => { 37 => 0xd, 40 => 0x1e, 41 => 0x30, 42 => 0x2d, 43 => 0xa0, 44 => 0xd7, 45 => 0x78, 46 => 0x31, 47 => 0x58, 50 => 0x71, 51 => 0x8a, 52 => 0x8f, 53 => 0x92, 211 => 0x1408, 212 => 0x60, 386 => 0x20f, 394 => 0x14 }, + 'wb_rggblevelscustom' => { 37 => 0x1d, 47 => 0x80, 211 => 0x1468, 212 => 0x100 }, 'wb_rggblevelscustom1' => { 42 => 0x41 }, 'wb_rggblevelscustom2' => { 42 => 0x46 }, - 'wb_rggblevelsdaylight' => { 37 => 0x5, 40 => 0x14, 41 => 0x20, 42 => 0x23, 43 => 0x96, 44 => 0xcd, 45 => 0x27, 46 => 0x4e, 49 => 0x67, 50 => 0x80, 51 => 0x85, 52 => 0x88, 210 => 0x13f8, 211 => 0x4c, 385 => 0x20d, 393 => 0x2 }, - 'wb_rggblevelsflash' => { 37 => 0x19, 40 => 0x32, 41 => 0x50, 42 => 0x3c, 43 => 0xb4, 44 => 0xeb, 45 => 0x45, 46 => 0x6c, 49 => 0x85, 50 => 0x9e, 51 => 0xa3, 52 => 0xa6, 210 => 0x1448, 385 => 0x214, 393 => 0x41 }, - 'wb_rggblevelsfluorescent' => { 37 => 0x15, 40 => 0x28, 41 => 0x40, 42 => 0x37, 43 => 0xaa, 44 => 0xe1, 45 => 0x3b, 46 => 0x62, 49 => 0x7b, 50 => 0x94, 51 => 0x99, 52 => 0x9c }, - 'wb_rggblevelsfluorescentd' => { 211 => 0xc4, 385 => 0x211, 393 => 0x26 }, - 'wb_rggblevelsfluorescentl' => { 393 => 0x4a }, - 'wb_rggblevelsfluorescentn' => { 211 => 0xb0, 385 => 0x212, 393 => 0x2f }, - 'wb_rggblevelsfluorescentw' => { 210 => 0x1438, 211 => 0x9c, 385 => 0x213, 393 => 0x38 }, - 'wb_rggblevelshtmercury' => { 211 => 0xd8 }, - 'wb_rggblevelsilluminator1' => { 424 => 0xa023 }, - 'wb_rggblevelsilluminator2' => { 424 => 0xa024 }, - 'wb_rggblevelskelvin' => { 37 => 0x21, 40 => 0x2d, 41 => 0x48, 43 => 0xaf, 44 => 0xe6, 45 => 0x40, 46 => 0x67, 49 => 0x80, 50 => 0x99, 51 => 0x9e, 52 => 0xa1 }, - 'wb_rggblevelsmeasured' => { 40 => 0xa, 41 => 0x10, 43 => 0x5f, 44 => 0x73, 46 => 0x49, 49 => 0x49, 50 => 0x49, 51 => 0x49, 52 => 0x51 }, - 'wb_rggblevelspc1' => { 45 => 0x90, 46 => 0x71 }, - 'wb_rggblevelspc2' => { 45 => 0x95, 46 => 0x76 }, - 'wb_rggblevelspc3' => { 45 => 0x9a, 46 => 0x7b }, - 'wb_rggblevelsshade' => { 37 => 0x9, 40 => 0x19, 41 => 0x28, 42 => 0x28, 43 => 0x9b, 44 => 0xd2, 45 => 0x2c, 46 => 0x53, 49 => 0x6c, 50 => 0x85, 51 => 0x8a, 52 => 0x8d, 211 => 0x74, 385 => 0x20e, 393 => 0xb }, - 'wb_rggblevelstungsten' => { 37 => 0x11, 40 => 0x23, 41 => 0x38, 42 => 0x32, 43 => 0xa5, 44 => 0xdc, 45 => 0x36, 46 => 0x5d, 49 => 0x76, 50 => 0x8f, 51 => 0x94, 52 => 0x97, 210 => 0x1428, 211 => 0x88, 385 => 0x210, 393 => 0x1d }, - 'wb_rggblevelsuncorrected' => { 424 => 0xa021 }, - 'wb_rggblevelsunknown' => { 40 => 0xf, 41 => 0x18, 43 => 0x64, 44 => 0x78, 45 => 0x1d, 49 => 0x4e, 50 => 0x4e, 51 => 0x4e, 52 => 0x56, 393 => 0x53 }, - 'wb_rggblevelsunknown10' => { 40 => 0x5f, 41 => 0x98, 43 => 0x91, 44 => 0xa5, 45 => 0x72, 49 => 0x9e, 50 => 0x7b, 51 => 0x7b, 52 => 0x83 }, - 'wb_rggblevelsunknown11' => { 40 => 0x64, 41 => 0xa0, 43 => 0xb9, 44 => [0xaa,0xaf], 45 => 0x77, 49 => 0xa3, 50 => 0xa3, 51 => 0x80, 52 => 0xab }, - 'wb_rggblevelsunknown12' => { 40 => 0x69, 41 => 0xa8, 43 => 0xbe, 44 => 0xb4, 45 => 0x7c, 49 => 0xa8, 50 => 0xa8, 51 => 0xa8, 52 => 0xb0 }, - 'wb_rggblevelsunknown13' => { 40 => 0x6e, 41 => 0xb0, 43 => 0xc3, 44 => 0xb9, 45 => 0x81, 49 => 0xad, 50 => 0xad, 51 => 0xad, 52 => 0xb5 }, - 'wb_rggblevelsunknown14' => { 43 => 0xc8, 44 => 0xbe, 45 => 0x86, 49 => 0xb2, 50 => 0xb2, 51 => 0xb2, 52 => 0xba }, - 'wb_rggblevelsunknown15' => { 43 => 0xcd, 44 => 0xc3, 45 => 0x8b, 49 => 0xb7, 50 => 0xb7, 51 => 0xb7, 52 => 0xbf }, - 'wb_rggblevelsunknown16' => { 43 => 0xd2, 44 => 0xc8, 45 => 0x9f, 50 => 0xbc, 51 => 0xbc, 52 => 0xc4 }, - 'wb_rggblevelsunknown17' => { 43 => 0xd7, 44 => 0xf0, 50 => 0xc1, 51 => 0xc1, 52 => 0xc9 }, - 'wb_rggblevelsunknown18' => { 43 => 0xdc, 44 => 0xf5, 50 => 0xc6, 51 => 0xc6, 52 => 0xce }, - 'wb_rggblevelsunknown19' => { 43 => 0xe1, 44 => 0xfa, 50 => 0xcb, 51 => 0xcb, 52 => 0xd3 }, - 'wb_rggblevelsunknown2' => { 40 => 0x37, 41 => 0x58, 43 => 0x69, 44 => 0x7d, 45 => 0x4a, 49 => 0x53, 50 => 0x53, 51 => 0x53, 52 => 0x5b }, - 'wb_rggblevelsunknown20' => { 43 => 0xe6, 44 => 0xff, 50 => 0xd0, 51 => 0xd0, 52 => 0xd8 }, - 'wb_rggblevelsunknown21' => { 43 => 0xeb, 44 => 0x104, 51 => 0xd5, 52 => 0xdd }, - 'wb_rggblevelsunknown22' => { 43 => 0xf0, 44 => 0x109, 51 => 0xda, 52 => 0xe2 }, - 'wb_rggblevelsunknown23' => { 43 => 0xf5, 44 => 0x10e, 51 => 0xdf, 52 => 0xe7 }, - 'wb_rggblevelsunknown24' => { 43 => 0xfa, 44 => 0x113, 51 => 0xe4, 52 => 0xec }, - 'wb_rggblevelsunknown25' => { 43 => 0xff, 44 => 0x118, 51 => 0xe9, 52 => 0xf1 }, - 'wb_rggblevelsunknown26' => { 43 => 0x104, 44 => 0x11d, 51 => 0xee, 52 => 0xf6 }, - 'wb_rggblevelsunknown27' => { 43 => 0x109, 44 => 0x122, 51 => 0xf3, 52 => 0xfb }, - 'wb_rggblevelsunknown28' => { 43 => 0x10e, 51 => 0xf8, 52 => 0x100 }, - 'wb_rggblevelsunknown29' => { 43 => 0x113, 51 => 0xfd, 52 => 0x105 }, - 'wb_rggblevelsunknown3' => { 40 => 0x3c, 41 => 0x60, 43 => 0x6e, 44 => 0x82, 45 => 0x4f, 49 => 0x58, 50 => 0x58, 51 => 0x58, 52 => 0x60 }, - 'wb_rggblevelsunknown30' => { 51 => 0x102 }, - 'wb_rggblevelsunknown4' => { 40 => 0x41, 41 => 0x68, 43 => 0x73, 44 => 0x87, 45 => 0x54, 49 => 0x5d, 50 => 0x5d, 51 => 0x5d, 52 => 0x65 }, - 'wb_rggblevelsunknown5' => { 40 => 0x46, 41 => 0x70, 43 => 0x78, 44 => 0x8c, 45 => 0x59, 49 => 0x62, 50 => 0x62, 51 => 0x62, 52 => 0x6a }, - 'wb_rggblevelsunknown6' => { 40 => 0x4b, 41 => 0x78, 43 => 0x7d, 44 => 0x91, 45 => 0x5e, 49 => 0x8a, 50 => 0x67, 51 => 0x67, 52 => 0x6f }, - 'wb_rggblevelsunknown7' => { 40 => 0x50, 41 => 0x80, 43 => 0x82, 44 => 0x96, 45 => 0x63, 49 => 0x8f, 50 => 0x6c, 51 => 0x6c, 52 => 0x74 }, - 'wb_rggblevelsunknown8' => { 40 => 0x55, 41 => 0x88, 43 => 0x87, 44 => 0x9b, 45 => 0x68, 49 => 0x94, 50 => 0x71, 51 => 0x71, 52 => 0x79 }, - 'wb_rggblevelsunknown9' => { 40 => 0x5a, 41 => 0x90, 43 => 0x8c, 44 => 0xa0, 45 => 0x6d, 49 => 0x99, 50 => 0x76, 51 => 0x76, 52 => 0x7e }, - 'wb_rggblevelsuserselected' => { 393 => 0x5c }, - 'wbadjblueamber' => { 107 => 0x20106 }, - 'wbadjbluebalance' => { 304 => 0x8 }, - 'wbadjcolortemp' => { 107 => 0x20102, 112 => 0x1a }, - 'wbadjlighting' => { 304 => 0x14 }, - 'wbadjmagentagreen' => { 107 => 0x20105 }, - 'wbadjmode' => { 304 => 0x10 }, - 'wbadjredbalance' => { 304 => 0x0 }, - 'wbadjrggblevels' => { 107 => 0x20125, 112 => 0x6 }, - 'wbadjtemperature' => { 304 => 0x18 }, - 'wbadjtint' => { 304 => 0x25 }, - 'wbbluelevel' => { 344 => 0x324, 349 => 0x8006, 354 => 0x26 }, - 'wbbracketingsteps' => { 202 => 0x10, 203 => 0x10, 278 => 0x174d }, - 'wbbracketmode' => { 59 => 0x9 }, - 'wbbracketshotnumber' => { 191 => 0x2b, 417 => 0x101a }, - 'wbbracketvalueab' => { 59 => 0xc }, - 'wbbracketvaluegm' => { 59 => 0xd }, - 'wbbutton' => { 246 => 0x806, 249 => 0x80a }, - 'wbbuttonplaybackmode' => { 321 => 0x1c5 }, - 'wbfinetuneactive' => { 112 => 0x24 }, - 'wbfinetunesaturation' => { 112 => 0x28 }, - 'wbfinetunetone' => { 112 => 0x2c }, - 'wbgreenlevel' => { 344 => 0x323, 349 => 0x8005, 354 => 0x25 }, - 'wbmediaimagesizesetting' => { 88 => 0x708 }, - 'wbmode' => { 193 => 0x4, 330 => 0x1015 }, - 'wbredlevel' => { 344 => 0x322, 349 => 0x8004, 354 => 0x24 }, - 'wbscale' => { 194 => 0x0 }, - 'wbshiftab' => { 77 => 0xc, 349 => 0x46, 366 => 0x10 }, - 'wbshiftab_gm' => { 451 => 0x2014 }, - 'wbshiftab_gm_precise' => { 451 => 0x2026 }, - 'wbshiftcreativecontrol' => { 349 => 0x92 }, - 'wbshiftgm' => { 77 => 0xd, 349 => 0x47, 366 => 0x11 }, - 'wbshiftintelligentauto' => { 349 => 0x8b }, - 'wbtype1' => { 355 => 0x1, 356 => 0x1 }, - 'wbtype2' => { 355 => 0x4, 356 => 0x5 }, - 'wbtype3' => { 355 => 0x7, 356 => 0x9 }, - 'wbtype4' => { 355 => 0xa, 356 => 0xd }, - 'wbtype5' => { 355 => 0xd, 356 => 0x11 }, - 'wbtype6' => { 355 => 0x10, 356 => 0x15 }, - 'wbtype7' => { 355 => 0x13, 356 => 0x19 }, - 'webstatement' => { 547 => 'WebStatement' }, - 'weightedflatsubject' => { 506 => 'weightedFlatSubject' }, - 'what' => { 514 => 'What', 516 => '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, 77 => 0x8, 80 => 0x7, 116 => 0x7, 117 => [0x19,0x2012], 123 => [0xa403,0xfe4e], 131 => 0x1002, 142 => 0x3fc, 143 => 0xfa0d, 144 => 0x40, 155 => 0x1a, 185 => 0x3, 186 => 0xe, 187 => 0x4, 188 => 0xb, 190 => 0x115, 240 => 0x5, 287 => 0x7, 344 => 0x304, 349 => 0x3, 351 => 0x3033, 385 => 0x19, 392 => 0x7, 416 => 0x26, 417 => 0x1003, 427 => [0x88,0x3c,0x7,0x58], 437 => 0xf, 438 => 0xe, 451 => [0x115,0xb054], 514 => 'WhiteBalance', 516 => 'WhiteBalance', 520 => 'WhiteBalance' }, - 'whitebalance0' => { 180 => 'WhiteBalance0' }, - 'whitebalance1' => { 180 => 'WhiteBalance1' }, - 'whitebalance2' => { 180 => 'WhiteBalance2', 325 => 0x500 }, - 'whitebalanceadj' => { 107 => 0x20101, 112 => 0x18, 298 => 0x76a43204 }, - 'whitebalanceautoadjustment' => { 362 => 0x0 }, - 'whitebalancebias' => { 117 => 0x2011, 330 => 0x304, 349 => 0x23 }, - 'whitebalanceblue' => { 77 => 0x7 }, - 'whitebalancebracket' => { 325 => 0x502, 330 => 0x303 }, - 'whitebalancebracketing' => { 188 => 0x22, 191 => 0x2c, 448 => 0x2c }, - 'whitebalancebuttonplaybackmode' => { 322 => 0x1c5, 323 => 0x1dd }, - 'whitebalancecomp' => { 333 => 0x1001 }, - 'whitebalancedetected' => { 142 => 0x3fb }, - 'whitebalancefinetune' => { 131 => 0x100a, 188 => 0x38, 190 => 0x112, 240 => [0xb,0x3f], 417 => 0x1004, 437 => 0x6, 438 => 0x5, 451 => 0x112 }, - 'whitebalancemode' => { 142 => 0x3fa, 385 => 0x1a }, - 'whitebalancered' => { 77 => 0x6 }, - 'whitebalanceset' => { 365 => 0xa }, - 'whitebalancesetting' => { 188 => 0x23, 437 => 0x5, 438 => 0x4, 439 => 0x16, 456 => 0xd }, - 'whitebalancesetup' => { 424 => 0x41 }, - 'whitebalancetemperature' => { 325 => 0x501 }, - 'whiteboard' => { 330 => 0x301 }, - 'whitelevel' => { 123 => 0xc61d, 385 => 0x7e, 458 => 0x787f }, - 'whitepoint' => { 123 => 0x13e, 348 => 0x35d, 385 => 0x201, 539 => 'WhitePoint' }, - 'whites2012' => { 514 => 'Whites2012', 516 => 'Whites2012' }, - 'whitesadj' => { 488 => 0x9017 }, - 'wideadapter' => { 417 => 0x1017 }, - 'widefocuszone' => { 185 => 0x2f }, - 'widerange' => { 426 => 0x20f }, - 'windmode' => { 142 => 0x3f4 }, - 'windnoisereduction' => { 245 => 0x352, 246 => 0x352, 247 => 0x2d6, 248 => 0x2fe, 249 => 0x2fe }, - 'windowlocation' => { 410 => 'WLOC' }, - 'windowsatom' => { 515 => 'windowsAtom' }, - 'windowsatomextension' => { 515 => [\'windowsAtom','windowsAtomExtension'] }, - 'windowsatominvocationflags' => { 515 => [\'windowsAtom','windowsAtomInvocationFlags'] }, - 'windowsatomuncprojectpath' => { 515 => [\'windowsAtom','windowsAtomUncProjectPath'] }, - 'wordcount' => { 533 => 'wordCount' }, - 'work' => { 402 => "\xa9wrk" }, - 'workcolorspace' => { 107 => 0x10200, 112 => 0x270 }, - 'workflowtag' => { 528 => 'WorkflowTag' }, - 'workflowtagcvid' => { 528 => [\'WorkflowTag','WorkflowTagCvId'] }, - 'workflowtagcvtermid' => { 528 => [\'WorkflowTag','WorkflowTagCvTermId'] }, - 'workflowtagcvtermname' => { 528 => [\'WorkflowTag','WorkflowTagCvTermName'] }, - 'workflowtagcvtermrefinedabout' => { 528 => [\'WorkflowTag','WorkflowTagCvTermRefinedAbout'] }, - 'worktodo' => { 522 => 'WorkToDo' }, - 'worldtimelocation' => { 349 => 0x3a, 385 => 0x22, 391 => '0.1' }, - 'writer' => { 183 => 'WM/Writer' }, - 'writer-editor' => { 135 => 0x7a }, - 'x3filllight' => { 427 => 0x12 }, - 'xattrmditemwherefroms' => { 178 => 'com.apple.metadata:kMDItemWhereFroms' }, - 'xattrquarantine' => { 178 => 'com.apple.quarantine' }, - 'xiaomimodel' => { 123 => 0x9a00 }, - 'xiaomisettings' => { 123 => 0x9999 }, - 'xilinxversion' => { 142 => 0x414 }, - 'xml' => { 140 => 'xml ' }, - 'xmp' => { 110 => 0xffff00f6, 124 => 'XMP' }, - 'xmptoolkit' => { 540 => 'xmptk' }, - 'xpauthor' => { 123 => 0x9c9d }, - 'xpcomment' => { 123 => 0x9c9c }, - 'xpkeywords' => { 123 => 0x9c9e }, - 'xposition' => { 123 => 0x11e }, - 'xpsubject' => { 123 => 0x9c9f }, - 'xptitle' => { 123 => 0x9c9b }, - 'xresolution' => { 123 => 0x11a, 138 => 0x3, 400 => 0x0, 539 => 'XResolution' }, - 'xyresolution' => { 127 => 0x3 }, - 'yaw' => { 119 => 0x7, 410 => ['_yaw',"\xa9fyw"] }, - 'yawangle' => { 254 => 0x8, 422 => 0x0 }, - 'ycbcrcoefficients' => { 123 => 0x211, 539 => 'YCbCrCoefficients' }, - 'ycbcrpositioning' => { 123 => 0x213, 539 => 'YCbCrPositioning' }, - 'ycbcrsubsampling' => { 123 => 0x212, 539 => 'YCbCrSubSampling' }, - 'year' => { 402 => 'yrrc', 404 => 'year', 410 => 'yrrc' }, - 'yearcreated' => { 144 => 0x10, 153 => 0xc }, - 'yellowhsl' => { 107 => 0x20912 }, - 'yield' => { 535 => 'yield' }, - 'yposition' => { 123 => 0x11f }, - 'yresolution' => { 123 => 0x11b, 138 => 0x5, 400 => 0x4, 539 => 'YResolution' }, - 'zebrapatterntonerange' => { 321 => 0x211, 322 => 0x211, 323 => 0x229 }, - 'zoneidentifier' => { 124 => 'ZoneIdentifier' }, - 'zonematching' => { 190 => 0x10a, 193 => [0x3a,0x4a], 451 => 0xb024 }, - 'zonematchingmode' => { 188 => 0x14 }, - 'zonematchingon' => { 187 => 0x75 }, - 'zonematchingvalue' => { 437 => 0x1f }, - 'zoomedpreviewlength' => { 330 => 0xf05 }, - 'zoomedpreviewsize' => { 330 => 0xf06 }, - 'zoomedpreviewstart' => { 330 => 0xf04 }, + 'wb_rggblevelsdaylight' => { 37 => 0x5, 40 => 0x14, 41 => 0x20, 42 => 0x23, 43 => 0x96, 44 => 0xcd, 45 => 0x6e, 46 => 0x27, 47 => 0x4e, 50 => 0x67, 51 => 0x80, 52 => 0x85, 53 => 0x88, 211 => 0x13f8, 212 => 0x4c, 386 => 0x20d, 394 => 0x2 }, + 'wb_rggblevelsflash' => { 37 => 0x19, 40 => 0x32, 41 => 0x50, 42 => 0x3c, 43 => 0xb4, 44 => 0xeb, 45 => 0x87, 46 => 0x45, 47 => 0x6c, 50 => 0x85, 51 => 0x9e, 52 => 0xa3, 53 => 0xa6, 211 => 0x1448, 386 => 0x214, 394 => 0x41 }, + 'wb_rggblevelsfluorescent' => { 37 => 0x15, 40 => 0x28, 41 => 0x40, 42 => 0x37, 43 => 0xaa, 44 => 0xe1, 45 => 0x82, 46 => 0x3b, 47 => 0x62, 50 => 0x7b, 51 => 0x94, 52 => 0x99, 53 => 0x9c }, + 'wb_rggblevelsfluorescentd' => { 212 => 0xc4, 386 => 0x211, 394 => 0x26 }, + 'wb_rggblevelsfluorescentl' => { 394 => 0x4a }, + 'wb_rggblevelsfluorescentn' => { 212 => 0xb0, 386 => 0x212, 394 => 0x2f }, + 'wb_rggblevelsfluorescentw' => { 211 => 0x1438, 212 => 0x9c, 386 => 0x213, 394 => 0x38 }, + 'wb_rggblevelshtmercury' => { 212 => 0xd8 }, + 'wb_rggblevelsilluminator1' => { 425 => 0xa023 }, + 'wb_rggblevelsilluminator2' => { 425 => 0xa024 }, + 'wb_rggblevelskelvin' => { 37 => 0x21, 40 => 0x2d, 41 => 0x48, 43 => 0xaf, 44 => 0xe6, 46 => 0x40, 47 => 0x67, 50 => 0x80, 51 => 0x99, 52 => 0x9e, 53 => 0xa1 }, + 'wb_rggblevelsmeasured' => { 40 => 0xa, 41 => 0x10, 43 => 0x5f, 44 => 0x73, 47 => 0x49, 50 => 0x49, 51 => 0x49, 52 => 0x49, 53 => 0x51 }, + 'wb_rggblevelspc1' => { 46 => 0x90, 47 => 0x71 }, + 'wb_rggblevelspc2' => { 46 => 0x95, 47 => 0x76 }, + 'wb_rggblevelspc3' => { 46 => 0x9a, 47 => 0x7b }, + 'wb_rggblevelsshade' => { 37 => 0x9, 40 => 0x19, 41 => 0x28, 42 => 0x28, 43 => 0x9b, 44 => 0xd2, 45 => 0x73, 46 => 0x2c, 47 => 0x53, 50 => 0x6c, 51 => 0x85, 52 => 0x8a, 53 => 0x8d, 212 => 0x74, 386 => 0x20e, 394 => 0xb }, + 'wb_rggblevelstungsten' => { 37 => 0x11, 40 => 0x23, 41 => 0x38, 42 => 0x32, 43 => 0xa5, 44 => 0xdc, 45 => 0x7d, 46 => 0x36, 47 => 0x5d, 50 => 0x76, 51 => 0x8f, 52 => 0x94, 53 => 0x97, 211 => 0x1428, 212 => 0x88, 386 => 0x210, 394 => 0x1d }, + 'wb_rggblevelsuncorrected' => { 425 => 0xa021 }, + 'wb_rggblevelsunknown' => { 40 => 0xf, 41 => 0x18, 43 => 0x64, 44 => 0x78, 46 => 0x1d, 50 => 0x4e, 51 => 0x4e, 52 => 0x4e, 53 => 0x56, 394 => 0x53 }, + 'wb_rggblevelsunknown10' => { 40 => 0x5f, 41 => 0x98, 43 => 0x91, 44 => 0xa5, 45 => 0xb4, 46 => 0x72, 50 => 0x9e, 51 => 0x7b, 52 => 0x7b, 53 => 0x83 }, + 'wb_rggblevelsunknown11' => { 40 => 0x64, 41 => 0xa0, 43 => 0xb9, 44 => [0xaa,0xaf], 45 => 0xb9, 46 => 0x77, 50 => 0xa3, 51 => 0xa3, 52 => 0x80, 53 => 0xab }, + 'wb_rggblevelsunknown12' => { 40 => 0x69, 41 => 0xa8, 43 => 0xbe, 44 => 0xb4, 45 => 0xbe, 46 => 0x7c, 50 => 0xa8, 51 => 0xa8, 52 => 0xa8, 53 => 0xb0 }, + 'wb_rggblevelsunknown13' => { 40 => 0x6e, 41 => 0xb0, 43 => 0xc3, 44 => 0xb9, 45 => 0xc3, 46 => 0x81, 50 => 0xad, 51 => 0xad, 52 => 0xad, 53 => 0xb5 }, + 'wb_rggblevelsunknown14' => { 43 => 0xc8, 44 => 0xbe, 45 => 0xc8, 46 => 0x86, 50 => 0xb2, 51 => 0xb2, 52 => 0xb2, 53 => 0xba }, + 'wb_rggblevelsunknown15' => { 43 => 0xcd, 44 => 0xc3, 45 => 0xcd, 46 => 0x8b, 50 => 0xb7, 51 => 0xb7, 52 => 0xb7, 53 => 0xbf }, + 'wb_rggblevelsunknown16' => { 43 => 0xd2, 44 => 0xc8, 45 => 0xd2, 46 => 0x9f, 51 => 0xbc, 52 => 0xbc, 53 => 0xc4 }, + 'wb_rggblevelsunknown17' => { 43 => 0xd7, 44 => 0xf0, 45 => 0xd7, 51 => 0xc1, 52 => 0xc1, 53 => 0xc9 }, + 'wb_rggblevelsunknown18' => { 43 => 0xdc, 44 => 0xf5, 45 => 0xdc, 51 => 0xc6, 52 => 0xc6, 53 => 0xce }, + 'wb_rggblevelsunknown19' => { 43 => 0xe1, 44 => 0xfa, 45 => 0xe1, 51 => 0xcb, 52 => 0xcb, 53 => 0xd3 }, + 'wb_rggblevelsunknown2' => { 40 => 0x37, 41 => 0x58, 43 => 0x69, 44 => 0x7d, 45 => 0x8c, 46 => 0x4a, 50 => 0x53, 51 => 0x53, 52 => 0x53, 53 => 0x5b }, + 'wb_rggblevelsunknown20' => { 43 => 0xe6, 44 => 0xff, 45 => 0xe6, 51 => 0xd0, 52 => 0xd0, 53 => 0xd8 }, + 'wb_rggblevelsunknown21' => { 43 => 0xeb, 44 => 0x104, 45 => 0xeb, 52 => 0xd5, 53 => 0xdd }, + 'wb_rggblevelsunknown22' => { 43 => 0xf0, 44 => 0x109, 45 => 0xf0, 52 => 0xda, 53 => 0xe2 }, + 'wb_rggblevelsunknown23' => { 43 => 0xf5, 44 => 0x10e, 45 => 0xf5, 52 => 0xdf, 53 => 0xe7 }, + 'wb_rggblevelsunknown24' => { 43 => 0xfa, 44 => 0x113, 45 => 0xfa, 52 => 0xe4, 53 => 0xec }, + 'wb_rggblevelsunknown25' => { 43 => 0xff, 44 => 0x118, 45 => 0xff, 52 => 0xe9, 53 => 0xf1 }, + 'wb_rggblevelsunknown26' => { 43 => 0x104, 44 => 0x11d, 45 => 0x104, 52 => 0xee, 53 => 0xf6 }, + 'wb_rggblevelsunknown27' => { 43 => 0x109, 44 => 0x122, 45 => 0x109, 52 => 0xf3, 53 => 0xfb }, + 'wb_rggblevelsunknown28' => { 43 => 0x10e, 45 => 0x10e, 52 => 0xf8, 53 => 0x100 }, + 'wb_rggblevelsunknown29' => { 43 => 0x113, 45 => 0x113, 52 => 0xfd, 53 => 0x105 }, + 'wb_rggblevelsunknown3' => { 40 => 0x3c, 41 => 0x60, 43 => 0x6e, 44 => 0x82, 45 => 0x91, 46 => 0x4f, 50 => 0x58, 51 => 0x58, 52 => 0x58, 53 => 0x60 }, + 'wb_rggblevelsunknown30' => { 45 => 0x118, 52 => 0x102 }, + 'wb_rggblevelsunknown31' => { 45 => 0x11d }, + 'wb_rggblevelsunknown32' => { 45 => 0x122 }, + 'wb_rggblevelsunknown33' => { 45 => 0x127 }, + 'wb_rggblevelsunknown4' => { 40 => 0x41, 41 => 0x68, 43 => 0x73, 44 => 0x87, 45 => 0x96, 46 => 0x54, 50 => 0x5d, 51 => 0x5d, 52 => 0x5d, 53 => 0x65 }, + 'wb_rggblevelsunknown5' => { 40 => 0x46, 41 => 0x70, 43 => 0x78, 44 => 0x8c, 45 => 0x9b, 46 => 0x59, 50 => 0x62, 51 => 0x62, 52 => 0x62, 53 => 0x6a }, + 'wb_rggblevelsunknown6' => { 40 => 0x4b, 41 => 0x78, 43 => 0x7d, 44 => 0x91, 45 => 0xa0, 46 => 0x5e, 50 => 0x8a, 51 => 0x67, 52 => 0x67, 53 => 0x6f }, + 'wb_rggblevelsunknown7' => { 40 => 0x50, 41 => 0x80, 43 => 0x82, 44 => 0x96, 45 => 0xa5, 46 => 0x63, 50 => 0x8f, 51 => 0x6c, 52 => 0x6c, 53 => 0x74 }, + 'wb_rggblevelsunknown8' => { 40 => 0x55, 41 => 0x88, 43 => 0x87, 44 => 0x9b, 45 => 0xaa, 46 => 0x68, 50 => 0x94, 51 => 0x71, 52 => 0x71, 53 => 0x79 }, + 'wb_rggblevelsunknown9' => { 40 => 0x5a, 41 => 0x90, 43 => 0x8c, 44 => 0xa0, 45 => 0xaf, 46 => 0x6d, 50 => 0x99, 51 => 0x76, 52 => 0x76, 53 => 0x7e }, + 'wb_rggblevelsuserselected' => { 394 => 0x5c }, + 'wbadjblueamber' => { 108 => 0x20106 }, + 'wbadjbluebalance' => { 305 => 0x8 }, + 'wbadjcolortemp' => { 108 => 0x20102, 113 => 0x1a }, + 'wbadjlighting' => { 305 => 0x14 }, + 'wbadjmagentagreen' => { 108 => 0x20105 }, + 'wbadjmode' => { 305 => 0x10 }, + 'wbadjredbalance' => { 305 => 0x0 }, + 'wbadjrggblevels' => { 108 => 0x20125, 113 => 0x6 }, + 'wbadjtemperature' => { 305 => 0x18 }, + 'wbadjtint' => { 305 => 0x25 }, + 'wbbluelevel' => { 345 => 0x324, 350 => 0x8006, 355 => 0x26 }, + 'wbbracketingsteps' => { 203 => 0x10, 204 => 0x10, 279 => 0x174d }, + 'wbbracketmode' => { 60 => 0x9 }, + 'wbbracketshotnumber' => { 192 => 0x2b, 418 => 0x101a }, + 'wbbracketvalueab' => { 60 => 0xc }, + 'wbbracketvaluegm' => { 60 => 0xd }, + 'wbbutton' => { 247 => 0x806, 250 => 0x80a }, + 'wbbuttonplaybackmode' => { 322 => 0x1c5 }, + 'wbfinetuneactive' => { 113 => 0x24 }, + 'wbfinetunesaturation' => { 113 => 0x28 }, + 'wbfinetunetone' => { 113 => 0x2c }, + 'wbgreenlevel' => { 345 => 0x323, 350 => 0x8005, 355 => 0x25 }, + 'wbmediaimagesizesetting' => { 89 => 0x708 }, + 'wbmode' => { 194 => 0x4, 331 => 0x1015 }, + 'wbredlevel' => { 345 => 0x322, 350 => 0x8004, 355 => 0x24 }, + 'wbscale' => { 195 => 0x0 }, + 'wbshiftab' => { 78 => 0xc, 350 => 0x46, 367 => 0x10 }, + 'wbshiftab_gm' => { 452 => 0x2014 }, + 'wbshiftab_gm_precise' => { 452 => 0x2026 }, + 'wbshiftcreativecontrol' => { 350 => 0x92 }, + 'wbshiftgm' => { 78 => 0xd, 350 => 0x47, 367 => 0x11 }, + 'wbshiftintelligentauto' => { 350 => 0x8b }, + 'wbtype1' => { 356 => 0x1, 357 => 0x1 }, + 'wbtype2' => { 356 => 0x4, 357 => 0x5 }, + 'wbtype3' => { 356 => 0x7, 357 => 0x9 }, + 'wbtype4' => { 356 => 0xa, 357 => 0xd }, + 'wbtype5' => { 356 => 0xd, 357 => 0x11 }, + 'wbtype6' => { 356 => 0x10, 357 => 0x15 }, + 'wbtype7' => { 356 => 0x13, 357 => 0x19 }, + 'webstatement' => { 548 => 'WebStatement' }, + 'weightedflatsubject' => { 507 => 'weightedFlatSubject' }, + 'what' => { 515 => 'What', 517 => '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, 78 => 0x8, 81 => 0x7, 117 => 0x7, 118 => [0x19,0x2012], 124 => [0xa403,0xfe4e], 132 => 0x1002, 143 => 0x3fc, 144 => 0xfa0d, 145 => 0x40, 156 => 0x1a, 186 => 0x3, 187 => 0xe, 188 => 0x4, 189 => 0xb, 191 => 0x115, 241 => 0x5, 288 => 0x7, 345 => 0x304, 350 => 0x3, 352 => 0x3033, 386 => 0x19, 393 => 0x7, 417 => 0x26, 418 => 0x1003, 428 => [0x88,0x3c,0x7,0x58], 438 => 0xf, 439 => 0xe, 452 => [0x115,0xb054], 515 => 'WhiteBalance', 517 => 'WhiteBalance', 521 => 'WhiteBalance' }, + 'whitebalance0' => { 181 => 'WhiteBalance0' }, + 'whitebalance1' => { 181 => 'WhiteBalance1' }, + 'whitebalance2' => { 181 => 'WhiteBalance2', 326 => 0x500 }, + 'whitebalanceadj' => { 108 => 0x20101, 113 => 0x18, 299 => 0x76a43204 }, + 'whitebalanceautoadjustment' => { 363 => 0x0 }, + 'whitebalancebias' => { 118 => 0x2011, 331 => 0x304, 350 => 0x23 }, + 'whitebalanceblue' => { 78 => 0x7 }, + 'whitebalancebracket' => { 326 => 0x502, 331 => 0x303 }, + 'whitebalancebracketing' => { 189 => 0x22, 192 => 0x2c, 449 => 0x2c }, + 'whitebalancebuttonplaybackmode' => { 323 => 0x1c5, 324 => 0x1dd }, + 'whitebalancecomp' => { 334 => 0x1001 }, + 'whitebalancedetected' => { 143 => 0x3fb }, + 'whitebalancefinetune' => { 132 => 0x100a, 189 => 0x38, 191 => 0x112, 241 => [0xb,0x3f], 418 => 0x1004, 438 => 0x6, 439 => 0x5, 452 => 0x112 }, + 'whitebalancemode' => { 143 => 0x3fa, 386 => 0x1a }, + 'whitebalancered' => { 78 => 0x6 }, + 'whitebalanceset' => { 366 => 0xa }, + 'whitebalancesetting' => { 189 => 0x23, 438 => 0x5, 439 => 0x4, 440 => 0x16, 457 => 0xd }, + 'whitebalancesetup' => { 425 => 0x41 }, + 'whitebalancetemperature' => { 326 => 0x501 }, + 'whiteboard' => { 331 => 0x301 }, + 'whitelevel' => { 124 => 0xc61d, 386 => 0x7e, 459 => 0x787f }, + 'whitepoint' => { 124 => 0x13e, 349 => 0x35d, 386 => 0x201, 540 => 'WhitePoint' }, + 'whites2012' => { 515 => 'Whites2012', 517 => 'Whites2012' }, + 'whitesadj' => { 489 => 0x9017 }, + 'wideadapter' => { 418 => 0x1017 }, + 'widefocuszone' => { 186 => 0x2f }, + 'widerange' => { 427 => 0x20f }, + 'windmode' => { 143 => 0x3f4 }, + 'windnoisereduction' => { 246 => 0x352, 247 => 0x352, 248 => 0x2d6, 249 => 0x2fe, 250 => 0x2fe }, + 'windowlocation' => { 411 => 'WLOC' }, + 'windowsatom' => { 516 => 'windowsAtom' }, + 'windowsatomextension' => { 516 => [\'windowsAtom','windowsAtomExtension'] }, + 'windowsatominvocationflags' => { 516 => [\'windowsAtom','windowsAtomInvocationFlags'] }, + 'windowsatomuncprojectpath' => { 516 => [\'windowsAtom','windowsAtomUncProjectPath'] }, + 'wordcount' => { 534 => 'wordCount' }, + 'work' => { 403 => "\xa9wrk" }, + 'workcolorspace' => { 108 => 0x10200, 113 => 0x270 }, + 'workflowtag' => { 529 => 'WorkflowTag' }, + 'workflowtagcvid' => { 529 => [\'WorkflowTag','WorkflowTagCvId'] }, + 'workflowtagcvtermid' => { 529 => [\'WorkflowTag','WorkflowTagCvTermId'] }, + 'workflowtagcvtermname' => { 529 => [\'WorkflowTag','WorkflowTagCvTermName'] }, + 'workflowtagcvtermrefinedabout' => { 529 => [\'WorkflowTag','WorkflowTagCvTermRefinedAbout'] }, + 'worktodo' => { 523 => 'WorkToDo' }, + 'worldtimelocation' => { 350 => 0x3a, 386 => 0x22, 392 => '0.1' }, + 'writer' => { 184 => 'WM/Writer' }, + 'writer-editor' => { 136 => 0x7a }, + 'x3filllight' => { 428 => 0x12 }, + 'xattrmditemwherefroms' => { 179 => 'com.apple.metadata:kMDItemWhereFroms' }, + 'xattrquarantine' => { 179 => 'com.apple.quarantine' }, + 'xiaomiexifinfo' => { 405 => 'xiaomi.exifInfo.videoinfo' }, + 'xiaomihdr10' => { 405 => 'com.xiaomi.hdr10' }, + 'xiaomimodel' => { 124 => 0x9a00 }, + 'xiaomipreviewvideocover' => { 405 => 'com.xiaomi.preview_video_cover' }, + 'xiaomisettings' => { 124 => 0x9999 }, + 'xilinxversion' => { 143 => 0x414 }, + 'xml' => { 141 => 'xml ' }, + 'xmp' => { 111 => 0xffff00f6, 125 => 'XMP' }, + 'xmptoolkit' => { 541 => 'xmptk' }, + 'xpauthor' => { 124 => 0x9c9d }, + 'xpcomment' => { 124 => 0x9c9c }, + 'xpkeywords' => { 124 => 0x9c9e }, + 'xposition' => { 124 => 0x11e }, + 'xpsubject' => { 124 => 0x9c9f }, + 'xptitle' => { 124 => 0x9c9b }, + 'xresolution' => { 124 => 0x11a, 139 => 0x3, 401 => 0x0, 540 => 'XResolution' }, + 'xyresolution' => { 128 => 0x3 }, + 'yaw' => { 120 => 0x7, 411 => ['_yaw',"\xa9fyw"] }, + 'yawangle' => { 255 => 0x8, 423 => 0x0 }, + 'ycbcrcoefficients' => { 124 => 0x211, 540 => 'YCbCrCoefficients' }, + 'ycbcrpositioning' => { 124 => 0x213, 540 => 'YCbCrPositioning' }, + 'ycbcrsubsampling' => { 124 => 0x212, 540 => 'YCbCrSubSampling' }, + 'year' => { 403 => 'yrrc', 405 => 'year', 411 => 'yrrc' }, + 'yearcreated' => { 145 => 0x10, 154 => 0xc }, + 'yellowhsl' => { 108 => 0x20912 }, + 'yield' => { 536 => 'yield' }, + 'yposition' => { 124 => 0x11f }, + 'yresolution' => { 124 => 0x11b, 139 => 0x5, 401 => 0x4, 540 => 'YResolution' }, + 'zebrapatterntonerange' => { 322 => 0x211, 323 => 0x211, 324 => 0x229 }, + 'zoneidentifier' => { 125 => 'ZoneIdentifier' }, + 'zonematching' => { 191 => 0x10a, 194 => [0x3a,0x4a], 452 => 0xb024 }, + 'zonematchingmode' => { 189 => 0x14 }, + 'zonematchingon' => { 188 => 0x75 }, + 'zonematchingvalue' => { 438 => 0x1f }, + 'zoomedpreviewlength' => { 331 => 0xf05 }, + 'zoomedpreviewsize' => { 331 => 0xf06 }, + 'zoomedpreviewstart' => { 331 => 0xf04 }, 'zoomsourcewidth' => { 36 => 0x24 }, - 'zoomstepcount' => { 328 => 0x300, 330 => 0x100d }, + 'zoomstepcount' => { 329 => 0x300, 331 => 0x100d }, 'zoomtargetwidth' => { 36 => 0x25 }, ); @@ -8181,6 +8195,7 @@ my %tagExists = ( 'bytes' => 1, 'bytesperline' => 1, 'bytesperminute' => 1, + 'c2pa' => 1, 'c2pasalthash' => 1, 'cachecontrol' => 1, 'cachedimageheight' => 1, @@ -8552,6 +8567,7 @@ my %tagExists = ( 'colordata1' => 1, 'colordata10' => 1, 'colordata11' => 1, + 'colordata12' => 1, 'colordata2' => 1, 'colordata3' => 1, 'colordata4' => 1, diff --git a/bin/lib/Image/ExifTool/TagNames.pod b/bin/lib/Image/ExifTool/TagNames.pod index 9fad2e0..ba6d6d3 100644 --- a/bin/lib/Image/ExifTool/TagNames.pod +++ b/bin/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 27895 tags, with 17462 unique tag names. +They contain a total of 27985 tags, with 17475 unique tag names. B, B or B is given in the first column of each table. A B is the computer-readable equivalent of a tag name, and @@ -9331,6 +9331,7 @@ Unknown only to reduce the volume of the normal output. ColorData9 Canon ColorData9 ColorData10 Canon ColorData10 ColorData11 Canon ColorData11 + ColorData12 Canon ColorData12 ColorDataUnknown Canon ColorDataUnknown 0x4002 CRWParam? no 0x4003 ColorInfo Canon ColorInfo @@ -11437,6 +11438,97 @@ These tags are used by the EOS R3, R7 and R6mkII 641 SpecularWhiteLevel int16u 642 LinearityUpperMargin int16u +=head3 Canon ColorData12 Tags + +These tags are used by the EOS R1 and R5mkII + + Index2 Tag Name Writable + ------ -------- -------- + 0 ColorDataVersion int16s + 105 WB_RGGBLevelsAsShot int16s[4] + 109 ColorTempAsShot int16s + 110 WB_RGGBLevelsDaylight int16s[4] + 114 ColorTempDaylight int16s + 115 WB_RGGBLevelsShade int16s[4] + 119 ColorTempShade int16s + 120 WB_RGGBLevelsCloudy int16s[4] + 124 ColorTempCloudy int16s + 125 WB_RGGBLevelsTungsten int16s[4] + 129 ColorTempTungsten int16s + 130 WB_RGGBLevelsFluorescent int16s[4] + 134 ColorTempFluorescent int16s + 135 WB_RGGBLevelsFlash int16s[4] + 139 ColorTempFlash int16s + 140 WB_RGGBLevelsUnknown2? int16s[4] + 144 ColorTempUnknown2? int16s + 145 WB_RGGBLevelsUnknown3? int16s[4] + 149 ColorTempUnknown3? int16s + 150 WB_RGGBLevelsUnknown4? int16s[4] + 154 ColorTempUnknown4? int16s + 155 WB_RGGBLevelsUnknown5? int16s[4] + 159 ColorTempUnknown5? int16s + 160 WB_RGGBLevelsUnknown6? int16s[4] + 164 ColorTempUnknown6? int16s + 165 WB_RGGBLevelsUnknown7? int16s[4] + 169 ColorTempUnknown7? int16s + 170 WB_RGGBLevelsUnknown8? int16s[4] + 174 ColorTempUnknown8? int16s + 175 WB_RGGBLevelsUnknown9? int16s[4] + 179 ColorTempUnknown9? int16s + 180 WB_RGGBLevelsUnknown10? int16s[4] + 184 ColorTempUnknown10? 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 WB_RGGBLevelsUnknown30? int16s[4] + 284 ColorTempUnknown30? int16s + 285 WB_RGGBLevelsUnknown31? int16s[4] + 289 ColorTempUnknown31? int16s + 290 WB_RGGBLevelsUnknown32? int16s[4] + 294 ColorTempUnknown32? int16s + 295 WB_RGGBLevelsUnknown33? int16s[4] + 299 ColorTempUnknown33? int16s + 320 ColorCalib? Canon ColorCalib + 383 PerChannelBlackLevel int16u[4] + 660 NormalWhiteLevel int16u + 661 SpecularWhiteLevel int16u + 662 LinearityUpperMargin int16u + =head3 Canon ColorDataUnknown Tags Index2 Tag Name Writable @@ -11601,8 +11693,8 @@ Information about creative filter settings. 4 RollAngle int32s 5 PitchAngle int32s 7 FocalLength int32s - 8 MinFocalLength int32s - 9 MaxFocalLength int32s + 8 MinFocalLength2 int32s + 9 MaxFocalLength2 int32s =head3 Canon CTMD Tags @@ -29618,7 +29710,7 @@ for the official QuickTime specification. The tags below are extracted from timed metadata in QuickTime and other formats of video files when the ExtractEmbedded option is used. Although most of these tags are combined into the single table below, ExifTool -currently reads 76 different formats of timed GPS metadata from video files. +currently reads 77 different formats of timed GPS metadata from video files. Tag Name Writable -------- -------- @@ -29822,9 +29914,14 @@ changed via the config file. FrameReadoutTime yes 'camera.identifier' CameraIdentifier yes 'collection.user' UserCollection yes - 'com.android.capture.fps' AndroidCaptureFPS yes + 'com.android.capture.fps' AndroidCaptureFPS float + 'com.android.manufacturer' AndroidMake yes + 'com.android.model' AndroidModel yes 'com.android.version' AndroidVersion yes 'com.apple.photos.captureMode' CaptureMode yes + 'com.xiaomi.hdr10' XiaomiHDR10 int32s + 'com.xiaomi.preview_video_cover' + XiaomiPreviewVideoCover int32s 'comment' Comment yes 'compatible_brands' CompatibleBrands yes/ 'content.identifier' ContentIdentifier yes @@ -29884,6 +29981,7 @@ changed via the config file. 'title' Title yes 'version' Version yes 'video-orientation' VideoOrientation no + 'xiaomi.exifInfo.videoinfo' XiaomiExifInfo yes 'year' Year yes =head3 QuickTime FaceInfo Tags @@ -39363,6 +39461,7 @@ AFM, ACFM and AMFM font files. Tag ID Tag Name Writable ------ -------- -------- 'AFM' AFM Font AFM + 'C2PA' C2PA Jpeg2000 'PFM' PFMHeader Font PFM 'PSInfo' PSFontInfo Font PSInfo 'fontname' FontName no diff --git a/bin/lib/Image/ExifTool/WriteQuickTime.pl b/bin/lib/Image/ExifTool/WriteQuickTime.pl index 7768d5b..64bf471 100644 --- a/bin/lib/Image/ExifTool/WriteQuickTime.pl +++ b/bin/lib/Image/ExifTool/WriteQuickTime.pl @@ -847,7 +847,7 @@ ($$$) $et or return 1; # allow dummy access to autoload this package my ($mdat, @mdat, @mdatEdit, $edit, $track, $outBuff, $co, $term, $delCount); my (%langTags, $canCreate, $delGrp, %boxPos, %didDir, $writeLast, $err, $atomCount); - my ($tag, $lastTag, $errStr); + my ($tag, $lastTag, $lastPos, $errStr, $trailer, $buf2); my $outfile = $$dirInfo{OutFile} || return 0; my $raf = $$dirInfo{RAF}; # (will be null for lower-level atoms) my $dataPt = $$dirInfo{DataPt}; # (will be null for top-level atoms) @@ -860,6 +860,16 @@ ($$$) my $createKeys = 0; my ($rtnVal, $rtnErr) = $dataPt ? (undef, undef) : (1, 0); + # check for Insta360 trailer at top level + if ($raf) { + my $pos = $raf->Tell(); + if ($raf->Seek(-40, 2) and $raf->Read($buf2, 40) == 40 and + substr($buf2, 8) eq '8db42d694ccc418790edff439fe026bf') + { + $trailer = [ 'Insta360', $raf->Tell() - unpack('V',$buf2) ]; + } + $raf->Seek($pos, 0) or return 0; + } if ($dataPt) { $raf = File::RandomAccess->new($dataPt); } else { @@ -923,6 +933,12 @@ ($$$) $tag = $lastTag = ''; for (;;) { # loop through all atoms at this level + $lastPos = $raf->Tell(); + # stop processing if we reached a known trailer + if ($trailer and $lastPos >= $$trailer[1]) { + $errStr = "Corrupted $$trailer[0] trailer" if $lastPos != $$trailer[1]; + last; + } $lastTag = $tag if $$tagTablePtr{$tag}; # keep track of last known tag if (defined $atomCount and --$atomCount < 0 and $dataPt) { # stop processing now and just copy the rest of the atom @@ -1526,13 +1542,15 @@ ($$$) if (($lastTag eq 'mdat' or $lastTag eq 'moov') and not $dataPt and (not $$tagTablePtr{$tag} or ref $$tagTablePtr{$tag} eq 'HASH' and $$tagTablePtr{$tag}{Unknown})) { - my $nvTrail = $et->GetNewValueHash($Image::ExifTool::Extra{Trailer}); - if ($$et{DEL_GROUP}{Trailer} or ($nvTrail and not ($$nvTrail{Value} and $$nvTrail{Value}[0]))) { - $errStr =~ s/ is too large.*//; - $et->Warn('Deleted unknown trailer with ' . lcfirst($errStr)); + # identify other known trailers + $buf2 = ''; + $raf->Seek($lastPos,0) and $raf->Read($buf2,8); + if ($buf2 eq 'CCCCCCCC') { + $trailer = [ 'Kenwood', $lastPos ]; + } elsif ($buf2 =~ /^(gpsa|gps0|gsen|gsea)...\0/s) { + $trailer = [ 'RIFF', $lastPos ]; } else { - $et->Warn('Unknown trailer with ' . lcfirst($errStr)); - $et->Error('Use "-trailer=" to delete unknown trailer'); + $trailer = [ 'Unknown', $lastPos ]; } } else { $et->Error($errStr); @@ -1645,27 +1663,26 @@ ($$$) } my $subName = $$subdir{DirName} || $$tagInfo{Name}; # QuickTime hierarchy is complex, so check full directory path before adding - my $buff; if ($createKeys and $curPath eq 'MOV-Movie' and $subName eq 'Meta') { $et->VPrint(0, " Creating Meta with mdta Handler and Keys\n"); # init Meta box for Keys tags with mdta Handler and empty Keys+ItemList - $buff = "\0\0\0\x20hdlr\0\0\0\0\0\0\0\0mdta\0\0\0\0\0\0\0\0\0\0\0\0" . + $buf2 = "\0\0\0\x20hdlr\0\0\0\0\0\0\0\0mdta\0\0\0\0\0\0\0\0\0\0\0\0" . "\0\0\0\x10keys\0\0\0\0\0\0\0\0" . "\0\0\0\x08ilst"; } elsif ($createKeys and $curPath eq 'MOV-Movie-Meta') { - $buff = ($subName eq 'Keys' ? "\0\0\0\0\0\0\0\0" : ''); + $buf2 = ($subName eq 'Keys' ? "\0\0\0\0\0\0\0\0" : ''); } elsif ($subName eq 'Meta' and $$et{OPTIONS}{QuickTimeHandler}) { $et->VPrint(0, " Creating Meta with mdir Handler\n"); # init Meta box for ItemList tags with mdir Handler - $buff = "\0\0\0\x20hdlr\0\0\0\0\0\0\0\0mdir\0\0\0\0\0\0\0\0\0\0\0\0"; + $buf2 = "\0\0\0\x20hdlr\0\0\0\0\0\0\0\0mdir\0\0\0\0\0\0\0\0\0\0\0\0"; } else { next unless $curPath eq $writePath and $$addDirs{$subName} and $$addDirs{$subName} eq $dirName; - $buff = ''; # write from scratch + $buf2 = ''; # write from scratch } my %subdirInfo = ( Parent => $dirName, DirName => $subName, - DataPt => \$buff, + DataPt => \$buf2, DirStart => 0, HasData => $$subdir{HasData}, OutFile => $outfile, @@ -1978,9 +1995,8 @@ ($$$) $result or $et->Error("Truncated mdat atom"), last; } else { # mdat continues to end of file - my $buff; - while ($raf->Read($buff, 65536)) { - Write($outfile, $buff) or $rtnVal = 0, last; + while ($raf->Read($buf2, 65536)) { + Write($outfile, $buf2) or $rtnVal = 0, last; } } } @@ -1989,6 +2005,22 @@ ($$$) # write the stuff that must come last Write($outfile, $writeLast) or $rtnVal = 0 if $writeLast; + # copy trailer if necessary + if ($rtnVal and $trailer) { + # are we deleting the trailer? + my $nvTrail = $et->GetNewValueHash($Image::ExifTool::Extra{Trailer}); + if ($$et{DEL_GROUP}{Trailer} or ($nvTrail and not ($$nvTrail{Value} and $$nvTrail{Value}[0]))) { + $et->Warn("Deleted $$trailer[0] trailer", 1); + } elsif ($raf->Seek($$trailer[1])) { + $et->Warn(sprintf('Copying %s trailer from offset 0x%x', @$trailer), 1); + while ($raf->Read($buf2, 65536)) { + Write($outfile, $buf2) or $rtnVal = 0, last; + } + } else { + $rtnVal = 0; + } + $rtnVal or $et->Error("Error copying $$trailer[0] trailer"); + } return $rtnVal; } diff --git a/bin/lib/Image/ExifTool/Writer.pl b/bin/lib/Image/ExifTool/Writer.pl index 9938626..c69f98b 100644 --- a/bin/lib/Image/ExifTool/Writer.pl +++ b/bin/lib/Image/ExifTool/Writer.pl @@ -19,7 +19,6 @@ package Image::ExifTool; sub AssembleRational($$@); sub LastInList($); -sub CreateDirectory($$); sub NextFreeTagKey($$); sub RemoveNewValueHash($$$); sub RemoveNewValuesForGroup($$); @@ -2085,9 +2084,10 @@ ($$;$$$) return 1; } # create directory for new file if necessary - my $result; - if (($result = $self->CreateDirectory($newName)) != 0) { - if ($result < 0) { + my $err = $self->CreateDirectory($newName); + if (defined $err) { + if ($err) { + $self->Warn($err) unless $err =~ /^Error creating/; $self->Warn("Error creating directory for '${newName}'"); return -1; } @@ -2835,7 +2835,10 @@ ($;$) $family == 3 and return('Doc#', 'Main'); $family == 4 and return('Copy#'); $family == 5 and return('[too many possibilities to list]'); - $family == 6 and return(@Image::ExifTool::Exif::formatName[1..$#Image::ExifTool::Exif::formatName]); + if ($family == 6) { + my $fn = \%Image::ExifTool::Exif::formatNumber; + return(sort { $$fn{$a} <=> $$fn{$b} } keys %$fn); + } $family == 8 and return('File#'); LoadAllTables(); # first load all our tables @@ -3551,55 +3554,6 @@ ($) return $rawType{$$self{FileType}}; } -#------------------------------------------------------------------------------ -# Create directory for specified file -# Inputs: 0) ExifTool ref, 1) complete file name including path -# Returns: 1 = directory created, 0 = nothing done, -1 = error -my $k32CreateDir; -sub CreateDirectory($$) -{ - local $_; - my ($self, $file) = @_; - my $rtnVal = 0; - my $enc = $$self{OPTIONS}{CharsetFileName}; - my $dir; - ($dir = $file) =~ s/[^\/]*$//; # remove filename from path specification - # recode as UTF-8 if necessary - if ($dir and not $self->IsDirectory($dir)) { - my @parts = split /\//, $dir; - $dir = ''; - foreach (@parts) { - $dir .= $_; - if (length $dir and not $self->IsDirectory($dir)) { - # create directory since it doesn't exist - my $d2 = $dir; # (must make a copy in case EncodeFileName recodes it) - if ($self->EncodeFileName($d2)) { - # handle Windows Unicode directory names - unless (eval { require Win32::API }) { - $self->Warn('Install Win32::API to create directories with Unicode names'); - return -1; - } - unless ($k32CreateDir) { - return -1 if defined $k32CreateDir; - $k32CreateDir = Win32::API->new('KERNEL32', 'CreateDirectoryW', 'PP', 'I'); - unless ($k32CreateDir) { - $self->Warn('Error calling Win32::API::CreateDirectoryW'); - $k32CreateDir = 0; - return -1; - } - } - $k32CreateDir->Call($d2, 0) or return -1; - } else { - mkdir($d2, 0777) or return -1; - } - $rtnVal = 1; - } - $dir .= '/'; - } - } - return $rtnVal; -} - #------------------------------------------------------------------------------ # Copy file attributes from one file to another # Inputs: 0) ExifTool ref, 1) source file name, 2) destination file name diff --git a/bin/perl-Image-ExifTool.spec b/bin/perl-Image-ExifTool.spec index 1b96c57..4868258 100644 --- a/bin/perl-Image-ExifTool.spec +++ b/bin/perl-Image-ExifTool.spec @@ -1,6 +1,6 @@ Summary: perl module for image data extraction Name: perl-Image-ExifTool -Version: 12.91 +Version: 12.96 Release: 1 License: Artistic/GPL Group: Development/Libraries/Perl