From c7ea706672183467ff4cc51d36fe4181bb15d9fe Mon Sep 17 00:00:00 2001 From: exiftool Date: Mon, 13 Oct 2014 12:21:40 -0400 Subject: Update to 9.73 --- lib/Image/ExifTool.pm | 2 +- lib/Image/ExifTool/Canon.pm | 73 +- lib/Image/ExifTool/Kodak.pm | 24 +- lib/Image/ExifTool/Lang/de.pm | 4 +- lib/Image/ExifTool/MakerNotes.pm | 4 +- lib/Image/ExifTool/Minolta.pm | 38 +- lib/Image/ExifTool/Nikon.pm | 195 +- lib/Image/ExifTool/NikonCustom.pm | 785 +++++- lib/Image/ExifTool/Olympus.pm | 11 +- lib/Image/ExifTool/PNG.pm | 17 +- lib/Image/ExifTool/Panasonic.pm | 25 +- lib/Image/ExifTool/PanasonicRaw.pm | 67 +- lib/Image/ExifTool/Pentax.pm | 35 +- lib/Image/ExifTool/Photoshop.pm | 22 +- lib/Image/ExifTool/Sony.pm | 53 +- lib/Image/ExifTool/TagLookup.pm | 5181 ++++++++++++++++++------------------ lib/Image/ExifTool/TagNames.pod | 200 +- lib/Image/ExifTool/WriteXMP.pl | 14 +- 18 files changed, 4082 insertions(+), 2668 deletions(-) (limited to 'lib') diff --git a/lib/Image/ExifTool.pm b/lib/Image/ExifTool.pm index 8090ad1c..6b3bec63 100644 --- a/lib/Image/ExifTool.pm +++ b/lib/Image/ExifTool.pm @@ -27,7 +27,7 @@ use vars qw($VERSION $RELEASE @ISA @EXPORT_OK %EXPORT_TAGS $AUTOLOAD @fileTypes %mimeType $swapBytes $swapWords $currentByteOrder %unpackStd %jpegMarker %specialTags); -$VERSION = '9.72'; +$VERSION = '9.73'; $RELEASE = ''; @ISA = qw(Exporter); %EXPORT_TAGS = ( diff --git a/lib/Image/ExifTool/Canon.pm b/lib/Image/ExifTool/Canon.pm index b844c6e4..91a17308 100644 --- a/lib/Image/ExifTool/Canon.pm +++ b/lib/Image/ExifTool/Canon.pm @@ -67,6 +67,7 @@ # 51) http://u88.n24.queensu.ca/exiftool/forum/index.php/topic,4110.0.html # 52) Iliah Borg private communication (LibRaw) # 53) Niels Kristian Bech Jensen private communication +# 54) Jos Roost private communication # JD) Jens Duttke private communication #------------------------------------------------------------------------------ @@ -82,7 +83,7 @@ sub ProcessSerialData($$$); sub ProcessFilters($$$); sub SwapWords($); -$VERSION = '3.37'; +$VERSION = '3.38'; # Note: Removed 'USM' from 'L' lenses since it is redundant - PH # (or is it? Ref 32 shows 5 non-USM L-type lenses) @@ -162,6 +163,7 @@ $VERSION = '3.37'; 33.6 => 'Carl Zeiss Distagon T* 21mm f/2.8 ZE', #PH 33.7 => 'Carl Zeiss Distagon T* 28mm f/2 ZE', #PH 33.8 => 'Carl Zeiss Distagon T* 35mm f/2 ZE', #PH + 33.9 => 'Carl Zeiss Apo-Sonnar T* 135mm f/2 ZE', #54 35 => 'Canon EF 35-80mm f/4-5.6', #32 36 => 'Canon EF 38-76mm f/4.5-5.6', #32 37 => 'Canon EF 35-80mm f/4-5.6 or Tamron Lens', #32 @@ -319,7 +321,8 @@ $VERSION = '3.37'; 196 => 'Canon EF 75-300mm f/4-5.6 USM', #15/32 197 => 'Canon EF 75-300mm f/4-5.6 IS USM', 198 => 'Canon EF 50mm f/1.4 USM or Zeiss Lens', - 198.1 => 'Zeiss Otus 55mm f/1.4 ZE', #Jos Roost (seen only on Sony camera) + 198.1 => 'Zeiss Otus 55mm f/1.4 ZE', #54 (seen only on Sony camera) + 198.2 => 'Zeiss Otus 85mm f/1.4 ZE', #54 (NC) 199 => 'Canon EF 28-80mm f/3.5-5.6 USM', #32 200 => 'Canon EF 75-300mm f/4-5.6 USM', #32 201 => 'Canon EF 28-80mm f/3.5-5.6 USM', #32 @@ -596,6 +599,7 @@ $VERSION = '3.37'; 0x3690000 => 'PowerShot ELPH 135 / IXUS 145 / IXY 120', 0x3700000 => 'PowerShot ELPH 340 HS / IXUS 265 HS / IXY 630', 0x3710000 => 'PowerShot ELPH 150 IS / IXUS 155 / IXY 140', + 0x3750000 => 'PowerShot SX60 HS', #52/53 0x3760000 => 'PowerShot SX520 HS', #52 0x3780000 => 'PowerShot G7 X', #52 0x4040000 => 'PowerShot G1', @@ -1331,6 +1335,14 @@ my %binaryDataAttrs = ( TagTable => 'Image::ExifTool::Canon::TimeInfo', }, }, + 0x3c => { #PH (G1XmkII) + Name => 'AFInfo3', + Condition => '$$self{AFInfo3} = 1', + SubDirectory => { + Validate => 'Image::ExifTool::Canon::Validate($dirData,$subdirStart,$size)', + TagTable => 'Image::ExifTool::Canon::AFInfo2', + }, + }, # 0x44 (ShootInfo) # 0x62 (UserSetting) 0x81 => { #13 @@ -1401,34 +1413,37 @@ my %binaryDataAttrs = ( ValueConvInv => '$val', }, ], - 0x97 => { #PH + 0x97 => { #PH (also see http://www.freepatentsonline.com/7657116.html) Name => 'DustRemovalData', # (DustDeleteData) Writable => 'undef', Flags => [ 'Binary', 'Protected' ], - # some interesting stuff is stored in here (maybe also InternalSerialNumber)... - # 0x00: Version - # 0x01: LensInfo - # 0x02: AVValue - # 0x03: POValue - # 0x04: DustCount - # 0x06: FocalLength - # 0x08: LensID - # 0x0a: Width - # 0x0c: Height - # 0x0e: RAW_Width - # 0x10: RAW_Height - # 0x12: PixelPitch [um] - # 0x14: LpfDistance [mm] - # 0x16: TopOffset - # 0x17: BottomOffset - # 0x18: LeftOffset - # 0x19: RightOffset - # 0x1a: Year - # 0x1b: Month - # 0x1c: Day - # 0x1d: Hour - # 0x1e: Minutes - # 0x1f: BrightDiff + # 0x00: int8u - Version (0 or 1) + # 0x01: int8u - LensInfo ? (1) + # 0x02: int8u - AVValue ? (int8u for version 0, int16u for version 1) + # 0x03: int8u - POValue ? (int8u for version 0, int16u for version 1) + # 0x04: int16u - DustCount + # 0x06: int16u - FocalLength ? + # 0x08: int16u - LensID ? + # 0x0a: int16u - Width + # 0x0c: int16u - Height + # 0x0e: int16u - RAW_Width + # 0x10: int16u - RAW_Height + # 0x12: int16u - PixelPitch [um * 1000] + # 0x14: int16u - LpfDistance [mm * 1000] + # 0x16: int8u - TopOffset + # 0x17: int8u - BottomOffset + # 0x18: int8u - LeftOffset + # 0x19: int8u - RightOffset + # 0x1a: int8u - Year [-1900] + # 0x1b: int8u - Month + # 0x1c: int8u - Day + # 0x1d: int8u - Hour + # 0x1e: int8u - Minutes + # 0x1f: int8u - BrightDiff + # Table with DustCount entries: + # 0x22: int16u - DustX + # 0x24: int16u - DustY + # 0x26: int16u - DustSize }, 0x98 => { #PH Name => 'CropInfo', # (ImageSizeOffset) @@ -5598,7 +5613,7 @@ my %ciMaxFocal = ( 12 => 'PrimaryAFPoint', ); -# newer AF information (MakerNotes tag 0x26) - PH (A570IS,1DmkIII,40D) +# newer AF information (MakerNotes tag 0x26 and 0x32) - PH (A570IS,1DmkIII,40D and G1XmkII) # (Note: this tag is out of sequence in A570IS maker notes) %Image::ExifTool::Canon::AFInfo2 = ( PROCESS_PROC => \&ProcessSerialData, @@ -5687,7 +5702,7 @@ my %ciMaxFocal = ( 14 => { # usually, but not always, the lowest number AF point in focus Name => 'PrimaryAFPoint', - Condition => '$$self{Model} !~ /EOS/', + Condition => '$$self{Model} !~ /EOS/ and not $$self{AFInfo3}', # (not valid for G1XmkII) }, ); diff --git a/lib/Image/ExifTool/Kodak.pm b/lib/Image/ExifTool/Kodak.pm index 8a974d7e..1d55713d 100644 --- a/lib/Image/ExifTool/Kodak.pm +++ b/lib/Image/ExifTool/Kodak.pm @@ -24,7 +24,7 @@ use vars qw($VERSION); use Image::ExifTool qw(:DataAccess :Utils); use Image::ExifTool::Exif; -$VERSION = '1.36'; +$VERSION = '1.37'; sub ProcessKodakIFD($$$); sub ProcessKodakText($$$); @@ -1378,6 +1378,14 @@ my %sceneModeUsed = ( Groups => { 2 => 'Time' }, Writable => 'string', }, + 0x0406 => { #4 + Name => 'CameraTemperature', + # (when count is 2, values seem related to temperature, but are not Celius) + Condition => '$count == 1', + Writable => 'rational64s', + PrintConv => '"$val C"', + PrintConvInv => '$val=~s/ ?C//; $val', + }, 0x0414 => { Name => 'NCDFileInfo', Writable => 'string' }, 0x0846 => { #3 Name => 'ColorTemperature', @@ -1397,14 +1405,26 @@ my %sceneModeUsed = ( 0x085d => { Name => 'WB_RGBCoeffs1', Binary => 1 }, #3 0x085e => { Name => 'WB_RGBCoeffs2', Binary => 1 }, #3 0x085f => { Name => 'WB_RGBCoeffs3', Binary => 1 }, #3 + 0x0903 => { Name => 'BaseISO', Writable => 'rational64u' }, #4 (ISO before digital gain) # 0x090d: linear table (ref 3) + 0x09ce => { Name => 'SensorSerialNumber', Writable => 'string', Groups => { 2 => 'Camera' } }, #4 # 0x0c81: some sort of date (manufacture date?) - PH - # 0x089d => "real" (analogue) ISO values (ref 4) + # 0x089d => true analogue ISO values possible (ref 4) # 0x089e => true analogue ISO used at capture (ref 4) # 0x089f => ISO calibration gain (ref 4) # 0x08a0 => ISO calibration gain table (ref 4) # 0x08a1 => exposure headroom coefficient (ref 4) 0x0ce5 => { Name => 'FirmwareVersion', Writable => 'string' }, + 0x0e4c => { #4 + Name => 'KodakLook', + Format => 'undef', + Writable => 'string', + ValueConv => '$val=~tr/\0/\n/; $val', + ValueConvInv => '$val=~tr/\n/\0/; $val', + }, + 0x1389 => { Name => 'InputProfile', Writable => 'undef', Binary => 1 }, #4 + 0x138a => { Name => 'KodakLookProfile', Writable => 'undef', Binary => 1 }, #4 + 0x138b => { Name => 'OutputProfile', Writable => 'undef', Binary => 1 }, #4 # 0x1390: value: "DCSProSLRn" (tone curve name?) - PH 0x1391 => { Name => 'ToneCurveFileName',Writable => 'string' }, 0x1784 => { Name => 'ISO', Writable => 'int32u' }, #3 diff --git a/lib/Image/ExifTool/Lang/de.pm b/lib/Image/ExifTool/Lang/de.pm index b208ec66..e6dc92da 100644 --- a/lib/Image/ExifTool/Lang/de.pm +++ b/lib/Image/ExifTool/Lang/de.pm @@ -4660,7 +4660,7 @@ $VERSION = '1.29'; 'Image::ExifTool::PNG::PhysicalPixel' => 'PNG physikalische Pixel', 'Image::ExifTool::PNG::PrimaryChromaticities' => 'PNG primäre Chromatizität', 'Image::ExifTool::PNG::StereoImage' => 'PNG Stereobild', - 'Image::ExifTool::PNG::TextualData' => ' PNG Textdaten', + 'Image::ExifTool::PNG::TextualData' => 'PNG Textdaten', 'Image::ExifTool::PNG::VirtualPage' => 'PNG virtuelle Seite', 'Image::ExifTool::PSP::Creator' => 'PSP Ersteller', 'Image::ExifTool::Pentax::CameraInfo' => 'Pentax KameraInfo', @@ -5920,7 +5920,7 @@ $VERSION = '1.29'; 'NumChannels' => 'Anzahl Kanäle', 'NumColors' => 'Anzahl Farben', 'NumFacePositions' => 'Gesichtspositionen', - 'NumImportantColors' => ' Anzahl Hauptfarben', + 'NumImportantColors' => 'Anzahl Hauptfarben', 'NumberOfFocusPoints' => { Description => 'Anzahl AF-Punkte', PrintConv => { diff --git a/lib/Image/ExifTool/MakerNotes.pm b/lib/Image/ExifTool/MakerNotes.pm index ebc76ea1..06fe0dca 100644 --- a/lib/Image/ExifTool/MakerNotes.pm +++ b/lib/Image/ExifTool/MakerNotes.pm @@ -21,7 +21,7 @@ sub ProcessKodakPatch($$$); sub WriteUnknownOrPreview($$$); sub FixLeicaBase($$;$); -$VERSION = '1.93'; +$VERSION = '1.94'; my $debug; # set to 1 to enable debugging code @@ -863,7 +863,7 @@ my $debug; # set to 1 to enable debugging code # (starts with "SONY DSC \0" or "SONY CAM \0") # (TF1 starts with "\0\0SONY PIC\0") # (Hasselblad models start with "VHAB \0") - Condition => '$$valPt=~/^(SONY (DSC|CAM)|\0\0SONY PIC\0|VHAB \0)/', + Condition => '$$valPt=~/^(SONY (DSC|CAM|MOBILE)|\0\0SONY PIC\0|VHAB \0)/', SubDirectory => { TagTable => 'Image::ExifTool::Sony::Main', Start => '$valuePtr + 12', diff --git a/lib/Image/ExifTool/Minolta.pm b/lib/Image/ExifTool/Minolta.pm index af72c917..2cac22d6 100644 --- a/lib/Image/ExifTool/Minolta.pm +++ b/lib/Image/ExifTool/Minolta.pm @@ -52,7 +52,7 @@ use vars qw($VERSION %minoltaLensTypes %minoltaTeleconverters %minoltaColorMode use Image::ExifTool qw(:DataAccess :Utils); use Image::ExifTool::Exif; -$VERSION = '2.16'; +$VERSION = '2.17'; # Full list of product codes for Sony-compatible Minolta lenses # (ref http://www.kb.sony.com/selfservice/documentLink.do?externalId=C1000570) @@ -335,7 +335,7 @@ my %metabonesID = ( 194 => 'Tamron SP AF 17-50mm F2.8 XR Di II LD Aspherical [IF]', #23 (Model A16) 203 => 'Tamron SP 70-200mm F2.8 Di USD', #25 (Model A009) # ? => 'Tamron SP 24-70mm F2.8 Di USD', #25 (Model A007) - # ? => 'Tamron SP 150-600mm F5-6.3 Di USD', #25 (Model A011) + 214 => 'Tamron SP 150-600mm F5-6.3 Di USD', #25 (Model A011) # ? => 'Tamron SP 90mm F2.8 Di Macro 1:1 USD', #25 (Model F004) 255 => 'Tamron Lens (255)', 255.1 => 'Tamron SP AF 17-50mm F2.8 XR Di II LD Aspherical', # (Model A16) @@ -505,27 +505,31 @@ my %metabonesID = ( '65535.18' => 'Sony E PZ 18-200mm F3.5-6.3 OSS', #25 (SELP18200 - 32807) '65535.19' => 'Sony FE 55mm F1.8 ZA', #25 (SEL55F18Z - 32808) '65535.20' => 'Sony FE 70-200mm F4 G OSS', #25 (SEL70200G - 32810) - '65535.21' => 'Sony FE 28-70mm F3.5-5.6 OSS', #25 (SEL2870 - 32813) + '65535.21' => 'Sony FE 16-35mm F4 ZA OSS', #25 (SEL1635Z - 32811) + '65535.22' => 'Sony FE 28-70mm F3.5-5.6 OSS', #25 (SEL2870 - 32813) + '65535.23' => 'Sony FE PZ 28-135mm F4 G OSS', #25 (SELP28135G - 32817) # # 3rd party E lenses # - '65535.22' => 'Sigma 19mm F2.8 [EX] DN', #25 - '65535.23' => 'Sigma 30mm F2.8 [EX] DN', #25 - '65535.24' => 'Sigma 60mm F2.8 DN', #25 - '65535.25' => 'Tamron 18-200mm F3.5-6.3 Di III VC', #25 (Model B011) - '65535.26' => 'Zeiss Touit 12mm F2.8', #25 - '65535.27' => 'Zeiss Touit 32mm F1.8', #25 - '65535.28' => 'Zeiss Touit 50mm F2.8 Macro', #25 + '65535.24' => 'Sigma 19mm F2.8 [EX] DN', #25 + '65535.25' => 'Sigma 30mm F2.8 [EX] DN', #25 + '65535.26' => 'Sigma 60mm F2.8 DN', #25 + '65535.27' => 'Tamron 18-200mm F3.5-6.3 Di III VC', #25 (Model B011) + '65535.28' => 'Zeiss Loxia 35mm F2', #25 + '65535.29' => 'Zeiss Loxia 50mm F2', #25 + '65535.30' => 'Zeiss Touit 12mm F2.8', #25 + '65535.31' => 'Zeiss Touit 32mm F1.8', #25 + '65535.32' => 'Zeiss Touit 50mm F2.8 Macro', #25 # # other lenses # - '65535.29' => 'Arax MC 35mm F2.8 Tilt+Shift', #JD - '65535.30' => 'Arax MC 80mm F2.8 Tilt+Shift', #JD - '65535.31' => 'Zenitar MF 16mm F2.8 Fisheye M42', #JD - '65535.32' => 'Samyang 500mm Mirror F8.0', #19 - '65535.33' => 'Pentacon Auto 135mm F2.8', #19 - '65535.34' => 'Pentacon Auto 29mm F2.8', #19 - '65535.35' => 'Helios 44-2 58mm F2.0', #19 + '65535.33' => 'Arax MC 35mm F2.8 Tilt+Shift', #JD + '65535.34' => 'Arax MC 80mm F2.8 Tilt+Shift', #JD + '65535.35' => 'Zenitar MF 16mm F2.8 Fisheye M42', #JD + '65535.36' => 'Samyang 500mm Mirror F8.0', #19 + '65535.37' => 'Pentacon Auto 135mm F2.8', #19 + '65535.38' => 'Pentacon Auto 29mm F2.8', #19 + '65535.39' => 'Helios 44-2 58mm F2.0', #19 ); %minoltaTeleconverters = ( diff --git a/lib/Image/ExifTool/Nikon.pm b/lib/Image/ExifTool/Nikon.pm index 60ea9854..d00eba54 100644 --- a/lib/Image/ExifTool/Nikon.pm +++ b/lib/Image/ExifTool/Nikon.pm @@ -46,6 +46,7 @@ # 31) Michael Relt private communication # 32) Stefan http://u88.n24.queensu.ca/exiftool/forum/index.php/topic,4494.0.html # 33) Iliah Borg private communication (LibRaw) +# 34) Stewart Bennett private communication (D4S, D810) # JD) Jens Duttke private communication #------------------------------------------------------------------------------ @@ -56,7 +57,7 @@ use vars qw($VERSION %nikonLensIDs %nikonTextEncoding); use Image::ExifTool qw(:DataAccess :Utils); use Image::ExifTool::Exif; -$VERSION = '2.94'; +$VERSION = '2.93'; sub LensIDConv($$$); sub ProcessNikonAVI($$$); @@ -1296,11 +1297,10 @@ my %binaryDataAttrs = ( SubDirectory => { TagTable => 'Image::ExifTool::Nikon::ShotInfoD3S', DecryptStart => 4, - DecryptLen => 0x2e6, + DecryptLen => 0x2e9, ByteOrder => 'BigEndian', }, }, - # 0223 - D4 { #JD (D300, firmware 0.25 and 1.00) # D3 and D300 use the same version number, but the length is different Condition => '$$valPt =~ /^0210/ and $count == 5291', @@ -1340,8 +1340,6 @@ my %binaryDataAttrs = ( Name => 'ShotInfoD700', SubDirectory => { TagTable => 'Image::ExifTool::Nikon::ShotInfoD700', - ProcessProc => \&Image::ExifTool::Nikon::ProcessNikonEncrypted, - WriteProc => \&Image::ExifTool::Nikon::ProcessNikonEncrypted, DecryptStart => 4, DecryptLen => 0x358, ByteOrder => 'BigEndian', @@ -1352,8 +1350,6 @@ my %binaryDataAttrs = ( Name => 'ShotInfoD800', SubDirectory => { TagTable => 'Image::ExifTool::Nikon::ShotInfoD800', - ProcessProc => \&Image::ExifTool::Nikon::ProcessNikonEncrypted, - WriteProc => \&Image::ExifTool::Nikon::ProcessNikonEncrypted, DecryptStart => 4, DecryptLen => 0x720, ByteOrder => 'BigEndian', @@ -1397,13 +1393,31 @@ my %binaryDataAttrs = ( Name => 'ShotInfoD7000', SubDirectory => { TagTable => 'Image::ExifTool::Nikon::ShotInfoD7000', - ProcessProc => \&Image::ExifTool::Nikon::ProcessNikonEncrypted, - WriteProc => \&Image::ExifTool::Nikon::ProcessNikonEncrypted, DecryptStart => 4, DecryptLen => 0x448, ByteOrder => 'BigEndian', }, }, + { # (D4 firmware version 1.00g) + Condition => '$$valPt =~ /^0223/', + Name => 'ShotInfoD4', + SubDirectory => { + TagTable => 'Image::ExifTool::Nikon::ShotInfoD4', + DecryptStart => 4, + DecryptLen => 0x786, + ByteOrder => 'BigEndian', + }, + }, + { # (D4S firmware version 1.00d and 1.01a) + Condition => '$$valPt =~ /^0231/', + Name => 'ShotInfoD4S', + SubDirectory => { + TagTable => 'Image::ExifTool::Nikon::ShotInfoD4S', + DecryptStart => 4, + DecryptLen => 0x1972, + ByteOrder => 'BigEndian', + }, + }, # 0227 - D7100 { Condition => '$$valPt =~ /^02/', @@ -3811,12 +3825,12 @@ my %nikonFocalConversions = ( }, 0x2ce => { #(NC) Name => 'CustomSettingsD3S', - Format => 'undef[24]', + Format => 'undef[27]', SubDirectory => { TagTable => 'Image::ExifTool::NikonCustom::SettingsD3', }, }, - # note: DecryptLen currently set to 0x2e6 + # note: DecryptLen currently set to 0x2e9 ); # shot information for the D300 firmware 1.00 (encrypted) - ref JD @@ -4440,6 +4454,95 @@ my %nikonFocalConversions = ( # note: DecryptLen currently set to 0x720 ); +# shot information for the D4 firmware 1.00g (ref PH) +%Image::ExifTool::Nikon::ShotInfoD4 = ( + PROCESS_PROC => \&Image::ExifTool::Nikon::ProcessNikonEncrypted, + WRITE_PROC => \&Image::ExifTool::Nikon::ProcessNikonEncrypted, + CHECK_PROC => \&Image::ExifTool::CheckBinaryData, + VARS => { ID_LABEL => 'Index' }, + DATAMEMBER => [ 4 ], + IS_SUBDIR => [ 0x0751 ], + WRITABLE => 1, + FIRST_ENTRY => 0, + GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' }, + NOTES => q{ + These tags are extracted from encrypted data in images from the D4. + }, + 0x00 => { + Name => 'ShotInfoVersion', + Format => 'string[4]', + Writable => 0, + }, + 0x04 => { + Name => 'FirmwareVersion', + DataMember => 'FirmwareVersion', + Format => 'string[5]', + Writable => 0, + RawConv => '$$self{FirmwareVersion} = $val', + }, + 0x0751 => { #PH (NC) + Name => 'CustomSettingsD4', + # (seems to work for 1.00g and 1.02b) + Format => 'undef[53]', + SubDirectory => { TagTable => 'Image::ExifTool::NikonCustom::SettingsD4' }, + }, + # note: DecryptLen currently set to 0x786 +); + +# shot information for the D4S firmware 1.01a (ref 28, encrypted) +%Image::ExifTool::Nikon::ShotInfoD4S = ( + PROCESS_PROC => \&Image::ExifTool::Nikon::ProcessNikonEncrypted, + WRITE_PROC => \&Image::ExifTool::Nikon::ProcessNikonEncrypted, + CHECK_PROC => \&Image::ExifTool::CheckBinaryData, + VARS => { ID_LABEL => 'Index' }, + DATAMEMBER => [ 4 ], + IS_SUBDIR => [ 0x189d, 0x193d ], + WRITABLE => 1, + FIRST_ENTRY => 0, + GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' }, + NOTES => q{ + These tags are extracted from encrypted data in images from the D4S. + }, + 0x00 => { + Name => 'ShotInfoVersion', + Format => 'string[4]', + Writable => 0, + }, + 0x04 => { + Name => 'FirmwareVersion', + DataMember => 'FirmwareVersion', + Format => 'string[5]', + Writable => 0, + RawConv => '$$self{FirmwareVersion} = $val', + }, + 0x189d => { #PH (NC) + Name => 'CustomSettingsD4S', + Condition => '$$self{FirmwareVersion} =~ /^1.00/', + Notes => 'firmware version 1.00', + Format => 'undef[53]', + SubDirectory => { TagTable => 'Image::ExifTool::NikonCustom::SettingsD4' }, + }, + 0x18c2 => { # CSf1-c (no idea why it is so far away from the rest of the settings) + Name => 'MultiSelectorLiveViewMode', + Groups => { 1 => 'NikonCustom' }, + Condition => '$$self{FirmwareVersion} =~ /^1.01/', + Mask => 0xc0, + PrintConv => { + 0x00 => 'Reset', + 0x40 => 'Zoom', + 0xc0 => 'None', + }, + }, + 0x193d => { + Name => 'CustomSettingsD4S', + Condition => '$$self{FirmwareVersion} =~ /^1.01/', + Notes => 'firmware version 1.01', + Format => 'undef[53]', + SubDirectory => { TagTable => 'Image::ExifTool::NikonCustom::SettingsD4' }, + }, + # note: DecryptLen currently set to 0x1972 +); + # Flash information (ref JD) %Image::ExifTool::Nikon::FlashInfo0100 = ( %binaryDataAttrs, @@ -5460,7 +5563,7 @@ my %nikonFocalConversions = ( Groups => { 2 => 'Video' }, }, # 0x24 - int16u: 1, 2 - # 0x31 - int16u: 1, 2 + # 0x31 - int16u: 0, 1, 2 0x32 => { #(guess) Name => 'AudioChannels', Groups => { 2 => 'Audio' }, @@ -5476,9 +5579,18 @@ my %nikonFocalConversions = ( # 0x1001 - int16s: 0 # 0x1011 - int32u: 0 # 0x1012 - int32u: 0 + # 0x1021 - int32u[32]: all zeros # # 0x110**** tags correspond to 0x**** tags in Exif::Main # + 0x110829a => { #34 + Name => 'ExposureTime', + PrintConv => 'Image::ExifTool::Exif::PrintExposureTime($val)', + }, + 0x110829d => { #34 + Name => 'FNumber', + PrintConv => 'Image::ExifTool::Exif::PrintFNumber($val)', + }, 0x1108822 => { Name => 'ExposureProgram', PrintConv => { @@ -5511,6 +5623,10 @@ my %nikonFocalConversions = ( 255 => 'Other', }, }, + 0x110920a => { #34 + Name => 'FocalLength', + PrintConv => 'sprintf("%.1f mm",$val)', + }, 0x110a434 => 'LensModel', # # 0x120**** tags correspond to 0x**** tags in GPS::Main @@ -5609,7 +5725,19 @@ my %nikonFocalConversions = ( PrintConv => '$_=$val;s/^(\d{2})/$1\./;s/^0//;$_', }, 0x2000005 => 'WhiteBalance', + 0x2000007 => { Name => 'FocusMode', Writable => 'string' }, #34 0x200000b => 'WhiteBalanceFineTune', + 0x200001b => { + Name => 'CropHiSpeed', + Writable => 'int16u', + Count => 7, + PrintConv => q{ + my @a = split ' ', $val; + return "Unknown ($val)" unless @a == 7; + $a[0] = $a[0] ? "On" : "Off"; + return "$a[0] ($a[1]x$a[2] cropped to $a[3]x$a[4] at pixel $a[5],$a[6])"; + } + }, 0x200001e => { Name => 'ColorSpace', PrintConv => { @@ -5617,6 +5745,10 @@ my %nikonFocalConversions = ( 2 => 'Adobe RGB', }, }, + 0x200001f => { + Name => 'VRInfo', + SubDirectory => { TagTable => 'Image::ExifTool::Nikon::VRInfo' }, + }, 0x2000023 => { Name => 'PictureControlData', Flags => [ 'Binary', 'Protected' ], @@ -5626,6 +5758,13 @@ my %nikonFocalConversions = ( Name => 'WorldTime', SubDirectory => { TagTable => 'Image::ExifTool::Nikon::WorldTime' }, }, + 0x2000025 => { #34 + Name => 'ISOInfo', + SubDirectory => { + TagTable => 'Image::ExifTool::Nikon::ISOInfo', + ByteOrder => 'BigEndian', + }, + }, 0x200002c => { Name => 'UnknownInfo', SubDirectory => { TagTable => 'Image::ExifTool::Nikon::UnknownInfo' }, @@ -5658,7 +5797,37 @@ my %nikonFocalConversions = ( # short focal, long focal, aperture at short focal, aperture at long focal PrintConv => \&Image::ExifTool::Exif::PrintLensInfo, }, + 0x2000087 => { + Name => 'FlashMode', + Writable => 'int8u', + PrintConv => { + 0 => 'Did Not Fire', + 1 => 'Fired, Manual', #14 + 3 => 'Not Ready', #28 + 7 => 'Fired, External', #14 + 8 => 'Fired, Commander Mode', + 9 => 'Fired, TTL Mode', + }, + }, + # 0x20000a8 - Flash Info (seen 0107 - not yet decoded, PH) 0x20000ab => { Name => 'VariProgram', Writable => 'string' }, #2 (scene mode for DSLR's - PH) + 0x20000b1 => { #34 + Name => 'HighISONoiseReduction', + Writable => 'int16u', + PrintConv => { + 0 => 'Off', + 1 => 'Minimal', # for high ISO (>800) when setting is "Off" + 2 => 'Low', # Low,Normal,High take effect for ISO > 400 + 3 => 'Medium Low', + 4 => 'Normal', + 5 => 'Medium High', + 6 => 'High', + }, + }, + 0x20000b7 => { + Name => 'AFInfo2', + SubDirectory => { TagTable => 'Image::ExifTool::Nikon::AFInfo2' }, + }, ); # Nikon composite tags @@ -5789,7 +5958,7 @@ sub GetAFPointGrid($$;$) return undef unless $val =~ /^([A-J])(\d+)$/i; return (ord(uc($1))-65) * $ncol + $2 - 1; } else { - my $row = int(($val - 0.5) / $ncol); + my $row = int(($val + 0.5) / $ncol); my $col = $val - $ncol * $row + 1; return chr(65+$row) . $col; } diff --git a/lib/Image/ExifTool/NikonCustom.pm b/lib/Image/ExifTool/NikonCustom.pm index 438ffa96..7bfd9e4b 100644 --- a/lib/Image/ExifTool/NikonCustom.pm +++ b/lib/Image/ExifTool/NikonCustom.pm @@ -15,7 +15,7 @@ package Image::ExifTool::NikonCustom; use strict; use vars qw($VERSION); -$VERSION = '1.09'; +$VERSION = '1.10'; # custom settings for the D80 (encrypted) - ref JD %Image::ExifTool::NikonCustom::SettingsD80 = ( @@ -1291,7 +1291,7 @@ $VERSION = '1.09'; Condition => '$$self{Model} =~ /D3[SX]?\b/', Notes => 'D3', Mask => 0x60, - PrintConv => { + PrintConv => { 0x00 => 'On in Continuous Shooting and Manual Focusing', 0x20 => 'On During Manual Focusing', 0x40 => 'On in Continuous Shooting Modes', @@ -2004,8 +2004,7 @@ $VERSION = '1.09'; 18.2 => { # CSc4 Name => 'MonitorOffTime', # NOTE: The D3S and D300S have separate settings for Playback, - # Image Review, Menus, and Information Display times, but these - # have not yet been decoded - PH + # Image Review, Menus, and Information Display times Mask => 0x07, PrintConv => { 0x00 => '10 s', @@ -2068,19 +2067,33 @@ $VERSION = '1.09'; 0x0b => '30 s', }, }, - 21.1 => { # CSe5 (D300), CSe4 (D3) + 21.1 => [{ # CSe5 (D300), CSe4 (D3) Name => 'AutoBracketSet', + Condition => '$$self{Model} != /(D3S|D300S)\b/', + Notes => 'D3 and D300', Mask => 0xc0, PrintConv => { 0x00 => 'AE & Flash', 0x40 => 'AE Only', 0x80 => 'Flash Only', 0xc0 => 'WB Bracketing', - # NOTE: D3S/D300S have an "ADL Bracketing" setting not decoded - PH }, - }, + },{ # CSe4 (D3S) (NC for D300S) + Name => 'AutoBracketSet', + Notes => 'D3S and D300S', + Mask => 0xe0, + PrintConv => { + 0x00 => 'AE & Flash', + 0x20 => 'AE Only', + 0x40 => 'Flash Only', + 0x60 => 'WB Bracketing', + # D3S/D300S have an "ADL Bracketing" setting - PH + 0x80 => 'ADL Bracketing', + }, + }], 21.2 => { # CSe6 (D300), CSe5 (D3) Name => 'AutoBracketModeM', + Condition => '$$self{Model} != /(D3S|D300S)\b/', # (needs checking on D3S/D300S) Mask => 0x30, PrintConv => { 0x00 => 'Flash/Speed', @@ -2137,6 +2150,54 @@ $VERSION = '1.09'; 0xc0 => 'Commander Mode', }, }, + 25.1 => { #1 CSc4-d (D3S) + Name => 'ImageReviewTime', + Mask => 0xe0, + PrintConv => { + 0x00 => '4 s', + 0x20 => '10 s', + 0x40 => '20 s', + 0x60 => '1 min', + 0x80 => '5 min', + 0xa0 => '10 min', + }, + }, + 25.2 => { #1 CSc4-a (D3S) + Name => 'PlaybackMonitorOffTime', + Mask => 0x1c, + PrintConv => { + 0x00 => '4 s', + 0x04 => '10 s', + 0x08 => '20 s', + 0x0c => '1 min', + 0x10 => '5 min', + 0x14 => '10 min', + }, + }, + 26.1 => { #1 CSc4-b (D3S) + Name => 'MenuMonitorOffTime', + Mask => 0xe0, + PrintConv => { + 0x00 => '4 s', + 0x20 => '10 s', + 0x40 => '20 s', + 0x60 => '1 min', + 0x80 => '5 min', + 0xa0 => '10 min', + }, + }, + 26.2 => { #1 CSc4-c (D3S) + Name => 'ShootingInfoMonitorOffTime', + Mask => 0x1c, + PrintConv => { + 0x00 => '4 s', + 0x04 => '10 s', + 0x08 => '20 s', + 0x0c => '1 min', + 0x10 => '5 min', + 0x14 => '10 min', + }, + }, ); # D700 custom settings (ref 2) @@ -4362,6 +4423,716 @@ $VERSION = '1.09'; }, ); +# D4/D4S custom settings (ref 1, decoded from D4S) +%Image::ExifTool::NikonCustom::SettingsD4 = ( + PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData, + WRITE_PROC => \&Image::ExifTool::WriteBinaryData, + CHECK_PROC => \&Image::ExifTool::CheckBinaryData, + WRITABLE => 1, + FIRST_ENTRY => 0, + GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' }, + NOTES => 'Custom settings for the D4 and D4S.', + 0.1 => { + Name => 'CustomSettingsBank', + Mask => 0x03, + PrintConv => { + 0 => 'A', + 1 => 'B', + 2 => 'C', + 3 => 'D', + }, + }, + 1.1 => { #CSa1 + Name => 'AF-CPrioritySelection', + Mask => 0xc0, + PrintConv => { + 0x00 => 'Release', + 0x40 => 'Release + Focus', + 0x80 => 'Focus', + 0xc0 => 'Focus + Release', + }, + }, + 1.2 => { # CSa2 + Name => 'AF-SPrioritySelection', + Mask => 0x20, + PrintConv => { + 0x00 => 'Focus', + 0x20 => 'Release', + }, + }, + 1.3 => { # CSa7 + Name => 'AFPointSelection', + Mask => 0x10, + PrintConv => { + 0x00 => '51 Points', + 0x10 => '11 Points', + }, + }, + 1.4 => { # CSa3 + Name => 'FocusTrackingLockOn', + Mask => 0x07, + PrintConv => { + 0x00 => 'Off', + 0x01 => '1 (Short)', + 0x02 => '2', + 0x03 => '3 (Normal)', + 0x04 => '4', + 0x05 => '5 (Long)', + }, + }, + 2.1 => { # CSa4 + Name => 'AFActivation', + Mask => 0x80, + PrintConv => { + 0x00 => 'Shutter/AF-On', + 0x80 => 'AF-On Only', + }, + }, + 2.2 => { # CSa6 + Name => 'FocusPointWrap', + Mask => 0x08, + PrintConv => { + 0x00 => 'No Wrap', + 0x08 => 'Wrap', + }, + }, + 4.1 => { # CSd1-b + Name => 'Pitch', + Mask => 0x40, + PrintConv => { 0x00 => 'High', 0x40 => 'Low' }, + }, + 4.2 => { # CSd6 + Name => 'GridDisplay', + Mask => 0x02, + PrintConv => { 0x00 => 'On', 0x02 => 'Off' }, + }, + 5.1 => { # CSd9 + Name => 'ShootingInfoDisplay', + Mask => 0xc0, + PrintConv => { + # 0x00 - seen for D4 (PH) + 0x40 => 'Auto', + 0x80 => 'Manual (dark on light)', + 0xc0 => 'Manual (light on dark)', + }, + }, + 5.2 => { # CSd10 + Name => 'LCDIllumination', + Mask => 0x20, + PrintConv => { 0x00 => 'Off', 0x20 => 'On' }, + }, + 5.3 => { # CSd8 + Name => 'ScreenTips', + Mask => 0x04, + PrintConv => { 0x00 => 'Off', 0x04 => 'On' }, + }, + 5.4 => { # CSd1-a + Name => 'Beep', + Mask => 0x03, + PrintConv => { + 0x00 => 'Off', + 0x01 => 'Low', + 0x02 => 'Medium', + 0x03 => 'High', + }, + }, + 6.1 => { # CSd7-a + Name => 'RearDisplay', + Mask => 0x40, + PrintConv => { + 0x00 => 'ISO', + 0x40 => 'Exposures Remaining', + }, + }, + 6.2 => { # CSd7-b + Name => 'ViewfinderDisplay', + Mask => 0x20, + PrintConv => { + 0x00 => 'Frame Count', + 0x20 => 'Exposures Remaining', + }, + }, + 6.3 => { # CSb4 + Name => 'EasyExposureCompensation', + Mask => 0x03, + PrintConv => { + 0x00 => 'Off', + 0x01 => 'On', + 0x02 => 'On (auto reset)', + }, + }, + 7.1 => { # CSb2 + Name => 'ExposureControlStepSize', + Mask => 0xc0, + PrintConv => { + 0x00 => '1/3 EV', + 0x40 => '1/2 EV', + 0x80 => '1 EV', + }, + }, + 7.2 => { # CSb1 + Name => 'ISOStepSize', + Mask => 0x30, + PrintConv => { + 0x00 => '1/3 EV', + 0x10 => '1/2 EV', + 0x20 => '1 EV', + }, + }, + 7.3 => { # CSb3 + Name => 'ExposureCompStepSize', + Mask => 0x0c, + PrintConv => { + 0x00 => '1/3 EV', + 0x04 => '1/2 EV', + 0x08 => '1 EV', + }, + }, + 8.1 => { # CSb6 (CSb5 for D4) + Name => 'CenterWeightedAreaSize', + Mask => 0xe0, + PrintConv => { + 0x00 => '8 mm', + 0x20 => '12 mm', + 0x40 => '15 mm', + 0x60 => '20 mm', + 0x80 => 'Average', + }, + }, + 8.2 => { # CSb7-a + Name => 'FineTuneOptMatrixMetering', + Mask => 0x0f, + ValueConv => '($val > 0x7 ? $val - 0x10 : $val) / 6', + ValueConvInv => 'int($val*6+($val>0?0.5:-0.5)) & 0x0f', + PrintConv => '$val ? sprintf("%+.2f", $val) : 0', + PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', + }, + 9.1 => { # CSb7-b + Name => 'FineTuneOptCenterWeighted', + Mask => 0xf0, + ValueConv => '($val > 0x70 ? $val - 0x100 : $val) / 0x60', + ValueConvInv => '(int($val*6+($val>0?0.5:-0.5))<<4) & 0xf0', + PrintConv => '$val ? sprintf("%+.2f", $val) : 0', + PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', + }, + 9.2 => { # CSb7-c + Name => 'FineTuneOptSpotMetering', + Mask => 0x0f, + ValueConv => '($val > 0x7 ? $val - 0x10 : $val) / 6', + ValueConvInv => 'int($val*6+($val>0?0.5:-0.5)) & 0x0f', + PrintConv => '$val ? sprintf("%+.2f", $val) : 0', + PrintConvInv => 'Image::ExifTool::Exif::ConvertFraction($val)', + }, + 10.1 => { # CSf1-a + Name => 'MultiSelectorShootMode', + Mask => 0xc0, + PrintConv => { + 0x00 => 'Select Center Focus Point (Reset)', + 0x80 => 'Preset Focus Point (Pre)', + 0xc0 => 'Not Used (None)', + }, + }, + 10.2 => { # CSf1-b + Name => 'MultiSelectorPlaybackMode', + Mask => 0x30, + PrintConv => { + 0x00 => 'Thumbnail On/Off', + 0x10 => 'View Histograms', + 0x20 => 'Zoom On/Off', + 0x30 => 'Choose Folder', + }, + }, + 10.3 => { # CSf2 + Name => 'MultiSelector', + Mask => 0x01, + PrintConv => { + 0x00 => 'Do Nothing', + 0x01 => 'Reset Meter-off Delay', + }, + }, + 11.1 => { # CSd4 + Name => 'ExposureDelayMode', + Mask => 0xc0, + PrintConv => { + 0x00 => 'Off', + 0x40 => '1 s', + 0x80 => '2 s', + 0xc0 => '3 s', + }, + }, + 11.2 => { # CSd2-a + Name => 'CHModeShootingSpeed', + Mask => 0x10, + PrintConv => { + 0x00 => '10 fps', + 0x10 => '11 fps', + }, + }, + 11.3 => { # CSd2-b + Name => 'CLModeShootingSpeed', + Mask => 0x0f, + PrintConv => '"$val fps"', + PrintConvInv => '$val=~s/\s*fps//i; $val', + }, + 12 => { # CSd3 + Name => 'MaxContinuousRelease', + # values: 1-200 + }, + 13.1 => { # CSe6 + Name => 'AutoBracketSet', + Mask => 0xe0, + PrintConv => { + 0x00 => 'AE & Flash', + 0x20 => 'AE Only', + 0x40 => 'Flash Only', + 0x60 => 'WB Bracketing', + 0x80 => 'Active D-Lighting', + }, + }, + 13.2 => { # CSe8 + Name => 'AutoBracketOrder', + Mask => 0x10, + PrintConv => { + 0x00 => '0,-,+', + 0x10 => '-,0,+', + }, + }, + 13.3 => { # CSe7 + Name => 'AutoBracketModeM', + Mask => 0x0c, + PrintConv => { + 0x00 => 'Flash/Speed', + 0x04 => 'Flash/Speed/Aperture', + 0x08 => 'Flash/Aperture', + 0x0c => 'Flash Only', + }, + }, + 14.1 => { # CSf3-a + Name => 'FuncButton', + Mask => 0xf8, + PrintConv => { + 0x00 => 'None', + 0x08 => 'Preview', + 0x10 => 'FV Lock', + 0x18 => 'AE/AF Lock', + 0x20 => 'AE Lock Only', + 0x28 => 'AE Lock (reset on release)', + 0x30 => 'AE Lock (hold)', + 0x38 => 'AF Lock Only', + 0x40 => 'AF-On', + 0x50 => 'Bracketing Burst', + 0x58 => 'Matrix Metering', + 0x60 => 'Center-weighted Metering', + 0x68 => 'Spot Metering', + 0x70 => 'Playback', + 0x78 => 'My Menu Top Item', + 0x80 => '+NEF(RAW)', + 0x88 => 'Virtual Horizon', + 0x90 => 'My Menu', + 0xa0 => 'Grid Display', + 0xa8 => 'Disable Synchronized Release', + 0xb0 => 'Remote Release Only', + 0xd0 => 'Flash Disable/Enable', + }, + }, + 14.2 => { # CSf3-b + Name => 'FuncButtonPlusDials', + Mask => 0x07, + PrintConv => { + 0 => 'None', + 1 => 'Choose Image Area (FX/DX/5:4)', + 2 => 'Shutter Speed & Aperture Lock', + 3 => 'One Step Speed / Aperture', + 4 => 'Choose Non-CPU Lens Number', + 5 => 'Active D-Lighting', + 6 => 'Shooting Bank Menu', + }, + }, + 15.1 => { # CSf4-a + Name => 'PreviewButton', + Mask => 0xf8, + PrintConv => { + 0x00 => 'None', + 0x08 => 'Preview', + 0x10 => 'FV Lock', + 0x18 => 'AE/AF Lock', + 0x20 => 'AE Lock Only', + 0x28 => 'AE Lock (reset on release)', + 0x30 => 'AE Lock (hold)', + 0x38 => 'AF Lock Only', + 0x40 => 'AF-On', + 0x50 => 'Bracketing Burst', + 0x58 => 'Matrix Metering', + 0x60 => 'Center-weighted Metering', + 0x68 => 'Spot Metering', + 0x70 => 'Playback', + 0x78 => 'My Menu Top Item', + 0x80 => '+NEF(RAW)', + 0x88 => 'Virtual Horizon', + 0x90 => 'My Menu', + 0xa0 => 'Grid Display', + 0xa8 => 'Disable Synchronized Release', + 0xb0 => 'Remote Release Only', + 0xd0 => 'Flash Disable/Enable', + }, + }, + 15.2 => { # CSf4-b + Name => 'PreviewButtonPlusDials', + Mask => 0x07, + PrintConv => { + 0 => 'None', + 1 => 'Choose Image Area (FX/DX/5:4)', + 2 => 'Shutter Speed & Aperture Lock', + 3 => 'One Step Speed / Aperture', + 4 => 'Choose Non-CPU Lens Number', + 5 => 'Active D-Lighting', + 6 => 'Shooting Bank Menu', + }, + }, + 18.1 => { # CSc1 + Name => 'ShutterReleaseButtonAE-L', + Mask => 0x02, + PrintConv => { 0x00 => 'Off', 0x02 => 'On' }, + }, + 19.1 => { # CSc2 + Name => 'StandbyTimer', + Mask => 0xf0, + PrintConv => { + 0x00 => '4 s', + 0x10 => '6 s', + 0x30 => '10 s', + 0x50 => '30 s', + 0x60 => '1 min', + 0x70 => '5 min', + 0x80 => '10 min', + 0x90 => '30 min', + }, + }, + 20.1 => { # CSc3-a + Name => 'SelfTimerTime', + Mask => 0xc0, + PrintConv => { + 0x00 => '2 s', + 0x40 => '5 s', + 0x80 => '10 s', + 0xc0 => '20 s', + }, + }, + 20.2 => { # CSc3-b + Name => 'SelfTimerShotCount', + Mask => 0x0f, + }, + 20.3 => { # CSc3-c + Name => 'SelfTimerShotInterval', + Mask => 0x30, + PrintConv => { + 0x00 => '0.5 s', + 0x10 => '1 s', + 0x20 => '2 s', + 0x30 => '3 s', + }, + }, + 21.1 => { # CSc4-d + Name => 'ImageReviewMonitorOffTime', + Mask => 0xe0, + PrintConv => { + 0x00 => '2 s', + 0x20 => '4 s', + 0x40 => '10 s', + 0x60 => '20 s', + 0x80 => '1 min', + 0xa0 => '5 min', + 0xc0 => '10 min', + + }, + }, + 21.2 => { # CSc4-e + Name => 'LiveViewMonitorOffTime', + Mask => 0x1c, + PrintConv => { + 0x00 => '5 min', + 0x04 => '10 min', + 0x08 => '15 min', + 0x0c => '20 min', + 0x10 => '30 min', + 0x14 => 'No Limit', + }, + }, + 22.1 => { # CSc4-b + Name => 'MenuMonitorOffTime', + Mask => 0xe0, + PrintConv => { + 0x00 => '4 s', + 0x20 => '10 s', + 0x40 => '20 s', + 0x60 => '1 min', + 0x80 => '5 min', + 0xa0 => '10 min', + }, + }, + 22.2 => { # CSc4-c + Name => 'ShootingInfoMonitorOffTime', + Mask => 0x1c, + PrintConv => { + 0x00 => '4 s', + 0x04 => '10 s', + 0x08 => '20 s', + 0x0c => '1 min', + 0x10 => '5 min', + 0x14 => '10 min', + }, + }, + 23.1 => { # CSe1 + Name => 'FlashSyncSpeed', + Mask => 0xf0, + PrintConv => { + # 0x00 - seen for D4 (PH) + 0x10 => '1/250 s (auto FP)', + 0x20 => '1/250 s', + 0x30 => '1/200 s', + 0x40 => '1/160 s', + 0x50 => '1/125 s', + 0x60 => '1/100 s', + 0x70 => '1/80 s', + 0x80 => '1/60 s', + }, + }, + 23.2 => { # CSe2 + Name => 'FlashShutterSpeed', + Mask => 0x0f, + PrintConvColumns => 2, + PrintConv => { + 0x00 => '1/60 s', + 0x01 => '1/30 s', + 0x02 => '1/15 s', + 0x03 => '1/8 s', + 0x04 => '1/4 s', + 0x05 => '1/2 s', + 0x06 => '1 s', + 0x07 => '2 s', + 0x08 => '4 s', + 0x09 => '8 s', + 0x0a => '15 s', + 0x0b => '30 s', + }, + }, + 31.1 => { # CSe5 + Name => 'ModelingFlash', + Mask => 0x20, + PrintConv => { + 0x00 => 'On', + 0x20 => 'Off', + }, + }, + 36.1 => { # CSc4-a + Name => 'PlaybackMonitorOffTime', + Mask => 0xe0, + PrintConv => { + 0x00 => '4 s', + 0x20 => '10 s', + 0x40 => '20 s', + 0x60 => '1 min', + 0x80 => '5 min', + 0xa0 => '10 min', + }, + }, + 38.1 => { # CSe4 + Name => 'FlashExposureCompArea', + Mask => 0x04, + PrintConv => { + 0x00 => 'Entire Frame', + 0x04 => 'Background Only', + }, + }, + 42.1 => { # CSf7-a + Name => 'VerticalFuncButton', + Mask => 0x1f, + PrintConv => { + 0 => 'None', + 1 => 'Preview', + 2 => 'FV Lock', + 3 => 'AE/AF Lock', + 4 => 'AE Lock Only', + 5 => 'AE Lock (reset on release)', + 6 => 'AE Lock (hold)', + 7 => 'AF Lock Only', + 10 => 'Bracketing Burst', + 11 => 'Matrix Metering', + 12 => 'Center-weighted Metering', + 13 => 'Spot Metering', + 14 => 'Playback', + 15 => 'My Menu Top Item', + 16 => '+NEF(RAW)', + 17 => 'Virtual Horizon', + 18 => 'My Menu', + 20 => 'Grid Display', + 26 => 'Flash Disable/Enable', + }, + }, + 46.1 => { # CSa5-c + Name => 'DynamicAreaAFDisplay', + Mask => 0x80, + PrintConv => { + 0x00 => 'Off', + 0x80 => 'On', + }, + }, + 46.2 => { # CSa5-a + Name => 'AFPointIllumination', + Mask => 0x60, + PrintConv => { + 0x00 => 'Off', + 0x20 => 'On in Continuous Shooting Modes', + 0x40 => 'On During Manual Focusing', + 0x60 => 'On in Continuous Shooting and Manual Focusing ', + }, + }, + 46.3 => { # CSa10 (D4 is slightly different -- needs checking) + Name => 'StoreByOrientation', + Mask => 0x18, + PrintConv => { + 0x00 => 'Off', + 0x08 => 'Focus Point', + 0x10 => 'Focus Point and AF-area mode', + }, + }, + 46.4 => { # CSa5-d + Name => 'GroupAreaAFIllumination', + Mask => 0x04, + PrintConv => { + 0x00 => 'Squares', + 0x04 => 'Dots', + }, + }, + 46.5 => { # CSa5-b + Name => 'AFPointBrightness', + Mask => 0x03, + PrintConv => { + 0x00 => 'Low', + 0x01 => 'Normal', + 0x02 => 'High', + 0x03 => 'Extra High', + }, + }, + 47.1 => { # CSa8 + Name => 'AFOnButton', + Mask => 0x70, + PrintConv => { + 0x00 => 'AF On', + 0x10 => 'AE/AF Lock', + 0x20 => 'AE Lock Only', + 0x30 => 'AE Lock (reset on release)', + 0x40 => 'AE Lock (hold)', + 0x50 => 'AF Lock Only', + 0x60 => 'None', + }, + }, + 47.2 => { # CSa9 + Name => 'VerticalAFOnButton', + Mask => 0x07, + PrintConv => { + 0 => 'Same as AF On', + 1 => 'AF On', + 2 => 'AE/AF Lock', + 3 => 'AE Lock Only', + 4 => 'AE Lock (reset on release)', + 5 => 'AE Lock (hold)', + 6 => 'AF Lock Only', + 7 => 'None', + }, + }, + 48.1 => { # CSf5 + Name => 'SubSelectorAssignment', + Mask => 0x80, + PrintConv => { + 0x00 => 'Focus Point Selection', + 0x80 => 'Same As Multi-selector', + }, + }, + 49.1 => { # CSf6-a + Name => 'SubSelector', + Mask => 0xf8, + PrintConv => { + 0x00 => 'None', + 0x08 => 'Preview', + 0x10 => 'FV Lock', + 0x18 => 'AE/AF Lock', + 0x20 => 'AE Lock Only', + 0x28 => 'AE Lock (reset on release)', + 0x30 => 'AE Lock (hold)', + 0x38 => 'AF Lock Only', + 0x40 => 'AF-On', + # 0x48 - seen for D4 (PH) + 0x50 => 'Bracketing Burst', + 0x58 => 'Matrix Metering', + 0x60 => 'Center-weighted Metering', + 0x68 => 'Spot Metering', + 0x70 => 'Playback', + 0x78 => 'My Menu Top Item', + 0x80 => '+NEF(RAW)', + 0x88 => 'Virtual Horizon', + 0x90 => 'My Menu', + 0x98 => 'Reset', # value appears to be specific to this control at this time + 0xa0 => 'Grid Display', + 0xa8 => 'Disable Synchronized Release', + 0xb0 => 'Remote Release Only', + 0xb8 => 'Preview', # value appears to be specific to this control at this time + 0xd0 => 'Flash Disable/Enable', + }, + }, + 49.2 => { # CSf6-b + Name => 'SubSelectorPlusDials', + Mask => 0x07, + PrintConv => { + # (not all values from CSf3-b/CSf4-b are available for CSf6-b) + 0 => 'None', + 1 => 'Choose Image Area (FX/DX/5:4)', + 2 => 'Shutter Speed & Aperture Lock', + # 3 => 'One Step Speed / Aperture', # (not available) + 4 => 'Choose Non-CPU Lens Number', + # 5 => 'Active D-Lighting', # (not available) + 6 => 'Shooting Bank Menu', + }, + }, + 50.1 => { # CSb5 + Name => 'MatrixMetering', + Condition => '$$self{Model} =~ /\bD4S/', + Notes => 'D4S only', + Mask => 0x80, + PrintConv => { + 0x00 => 'Face Detection On', + 0x80 => 'Face Detection Off', + }, + }, + 50.2 => { # CSa12 + Name => 'AFModeRestrictions', + Condition => '$$self{Model} =~ /\bD4S/', + Notes => 'D4S only', + Mask => 0x03, + PrintConv => { + 0x00 => 'Off', + 0x01 => 'AF-C', + 0x02 => 'AF-S', + }, + }, + 51.1 => { # CSa11 + Name => 'LimitAFAreaModeSelection', + Condition => '$$self{Model} =~ /\bD4S/', + Notes => 'D4S only', + Mask => 0x7e, + PrintConv => { + 0 => 'No Restrictions', + BITMASK => { + 1 => 'Auto-area', + 2 => 'Group-area', + 3 => '3D-tracking', + 4 => 'Dynamic area (51 points)', + 5 => 'Dynamic area (21 points)', + 6 => 'Dynamic area (9 points)', + }, + }, + }, +); 1; # end diff --git a/lib/Image/ExifTool/Olympus.pm b/lib/Image/ExifTool/Olympus.pm index 3ce8bc6c..faef6539 100644 --- a/lib/Image/ExifTool/Olympus.pm +++ b/lib/Image/ExifTool/Olympus.pm @@ -37,7 +37,7 @@ use vars qw($VERSION); use Image::ExifTool::Exif; use Image::ExifTool::APP12; -$VERSION = '2.24'; +$VERSION = '2.25'; sub PrintLensInfo($$$); @@ -703,7 +703,14 @@ my %indexInfo = ( }, 0x0303 => { Name => 'WhiteBalanceBracket', Writable => 'int16u' }, #11 0x0304 => { Name => 'WhiteBalanceBias', Writable => 'int16u' }, #11 - # 0x0305 => 'PrintMaching', ? #11 + # 0x0305 => 'PrintMatching', ? #11 + 0x0401 => { #21 + Name => 'BlackLevel', + Condition => '$format eq "int32u" and $count == 4', + Writable => 'int32u', + Count => 4, + Notes => 'found in Epson ERF images', + }, 0x0403 => { #11 Name => 'SceneMode', Writable => 'int16u', diff --git a/lib/Image/ExifTool/PNG.pm b/lib/Image/ExifTool/PNG.pm index 94b7c0d6..7df0b445 100644 --- a/lib/Image/ExifTool/PNG.pm +++ b/lib/Image/ExifTool/PNG.pm @@ -26,7 +26,7 @@ use strict; use vars qw($VERSION $AUTOLOAD); use Image::ExifTool qw(:DataAccess :Utils); -$VERSION = '1.33'; +$VERSION = '1.34'; sub ProcessPNG_tEXt($$$); sub ProcessPNG_iTXt($$$); @@ -160,7 +160,7 @@ $Image::ExifTool::PNG::colorType = -1; }, pHYs => { Name => 'PhysicalPixel', - SubDirectory => { + SubDirectory => { TagTable => 'Image::ExifTool::PNG::PhysicalPixel', DirName => 'PNG-pHYs', # (needed for writing) }, @@ -379,8 +379,9 @@ my %unreg = ( Notes => 'unregistered' ); The PNG TextualData format allows arbitrary tag names to be used. The tags listed below are the only ones that can be written (unless new user-defined tags are added via the configuration file), however ExifTool will extract - any other TextualData tags that are found. - + any other TextualData tags that are found. All TextualData tags (including + tags not listed below) are removed when deleting all PNG tags. + These tags may be stored as tEXt, zTXt or iTXt chunks in the PNG image. By default ExifTool writes new string-value tags as as uncompressed tEXt, or compressed zTXt if the Compress (-z) option is used and Compress::Zlib is @@ -760,6 +761,14 @@ sub FoundPNG($$$$;$$$$) return 1; } return 1 if $processed; + } elsif ($outBuff) { + if ($$et{DEL_GROUP}{PNG} and $tagTablePtr eq \%Image::ExifTool::PNG::TextualData) { + # delete all TextualData tags if deleting the PNG group + $$outBuff = ''; + ++$$et{CHANGED}; + $et->VerboseValue("- PNG:$tag", $val); + } + return 1; } else { my $name; ($name = $tag) =~ s/\s+(.)/\u$1/g; # remove white space from tag name diff --git a/lib/Image/ExifTool/Panasonic.pm b/lib/Image/ExifTool/Panasonic.pm index 154efc64..e1377568 100644 --- a/lib/Image/ExifTool/Panasonic.pm +++ b/lib/Image/ExifTool/Panasonic.pm @@ -332,6 +332,7 @@ my %shootingMode = ( '0 1' => '9-area', # (FS7) '0 16' => '3-area (high speed)', # (FZ8) '0 23' => '23-area', #PH (FZ47,NC) + # '0 49' - seen for LX100 (PH) '1 0' => 'Spot Focusing', # (FZ8) '1 1' => '5-area', # (FZ8) '16' => 'Normal?', # (only mode for DMC-LC20) @@ -508,17 +509,18 @@ my %shootingMode = ( L10 and LC80 }, PrintConv => { - 0 => 'Normal', - 1 => 'Low', - 2 => 'High', - # 3 - observed with LZ6 and TZ5 in Fireworks mode - # and GX7 in Fantasy/Retro/OldDays/HighKey - PH - # 4 - observed in MP4 movie with GM1 (EXIF and 0x39 Contrast "Normal") - PH - # 5 - observed with FX01, FX40 and FP8 (EXIF contrast "Normal") - PH - 6 => 'Medium Low', #PH (FZ18) - 7 => 'Medium High', #PH (FZ18) - # 8 - GX7 in DynamicMonochrome mode - 13 => 'High Dynamic', #PH (FZ47 in ?) + 0x00 => 'Normal', + 0x01 => 'Low', + 0x02 => 'High', + # 0x03 - observed with LZ6 and TZ5 in Fireworks mode + # and GX7 in Fantasy/Retro/OldDays/HighKey - PH + # 0x04 - observed in MP4 movie with GM1 (EXIF and 0x39 Contrast "Normal") - PH + # 0x05 - observed with FX01, FX40 and FP8 (EXIF contrast "Normal") - PH + 0x06 => 'Medium Low', #PH (FZ18) + 0x07 => 'Medium High', #PH (FZ18) + # 0x08 - GX7 in DynamicMonochrome mode + 0x0d => 'High Dynamic', #PH (FZ47 in ?) + # 0x13 - seen for LX100 (PH) # DMC-LC1 values: 0x100 => 'Low', 0x110 => 'Normal', @@ -609,6 +611,7 @@ my %shootingMode = ( 2 => 'High (+1)', 3 => 'Lowest (-2)', #JD 4 => 'Highest (+2)', #JD + # 65531 - seen for LX100 "NR1" test shots at imaging-resource (PH) }, }, 0x2e => { #4 diff --git a/lib/Image/ExifTool/PanasonicRaw.pm b/lib/Image/ExifTool/PanasonicRaw.pm index 88636f1f..8f1781bf 100644 --- a/lib/Image/ExifTool/PanasonicRaw.pm +++ b/lib/Image/ExifTool/PanasonicRaw.pm @@ -20,7 +20,7 @@ use vars qw($VERSION); use Image::ExifTool qw(:DataAccess :Utils); use Image::ExifTool::Exif; -$VERSION = '1.07'; +$VERSION = '1.08'; sub ProcessJpgFromRaw($$$); sub WriteJpgFromRaw($$$); @@ -42,6 +42,11 @@ my %jpgFromRawMap = ( Comment => 'COM', ); +my %wbTypeInfo = ( + PrintConv => \%Image::ExifTool::Exif::lightSource, + SeparateTable => 'EXIF LightSource', +); + # Tags found in Panasonic RAW/RW2/RWL images (ref PH) %Image::ExifTool::PanasonicRaw::Main = ( GROUPS => { 0 => 'EXIF', 1 => 'IFD0', 2 => 'Image'}, @@ -93,6 +98,10 @@ my %jpgFromRawMap = ( ValueConv => '$val / 256', ValueConvInv => 'int($val * 256 + 0.5)', }, + 0x13 => { #4 + Name => 'WBInfo', + SubDirectory => { TagTable => 'Image::ExifTool::PanasonicRaw::WBInfo' }, + }, 0x17 => { #1 Name => 'ISO', Writable => 'int16u', @@ -132,6 +141,10 @@ my %jpgFromRawMap = ( Name => 'WBBlueLevel', Writable => 'int16u', }, + 0x27 => { #4 + Name => 'WBInfo2', + SubDirectory => { TagTable => 'Image::ExifTool::PanasonicRaw::WBInfo2' }, + }, # 0x27,0x29,0x2a,0x2b,0x2c: [binary data] # 0x2d: 2,3 0x2e => { #JD @@ -247,6 +260,58 @@ my %jpgFromRawMap = ( }, ); +# white balance information (ref 4) +# (PanasonicRawVersion<200: Digilux 2) +%Image::ExifTool::PanasonicRaw::WBInfo = ( + PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData, + WRITE_PROC => \&Image::ExifTool::WriteBinaryData, + CHECK_PROC => \&Image::ExifTool::CheckBinaryData, + WRITABLE => 1, + FORMAT => 'int16u', + FIRST_ENTRY => 0, + 0 => 'NumWBEntries', + 1 => { Name => 'WBType1', %wbTypeInfo }, + 2 => { Name => 'WB_RBLevels1', Format => 'int16u[2]' }, + 4 => { Name => 'WBType2', %wbTypeInfo }, + 5 => { Name => 'WB_RBLevels2', Format => 'int16u[2]' }, + 7 => { Name => 'WBType3', %wbTypeInfo }, + 8 => { Name => 'WB_RBLevels3', Format => 'int16u[2]' }, + 10 => { Name => 'WBType4', %wbTypeInfo }, + 11 => { Name => 'WB_RBLevels4', Format => 'int16u[2]' }, + 13 => { Name => 'WBType5', %wbTypeInfo }, + 14 => { Name => 'WB_RBLevels5', Format => 'int16u[2]' }, + 16 => { Name => 'WBType6', %wbTypeInfo }, + 17 => { Name => 'WB_RBLevels6', Format => 'int16u[2]' }, + 19 => { Name => 'WBType7', %wbTypeInfo }, + 20 => { Name => 'WB_RBLevels7', Format => 'int16u[2]' }, +); + +# white balance information (ref 4) +# (PanasonicRawVersion>=200: D-Lux2, D-Lux3, DMC-FZ18/FZ30/LX1/L10) +%Image::ExifTool::PanasonicRaw::WBInfo2 = ( + PROCESS_PROC => \&Image::ExifTool::ProcessBinaryData, + WRITE_PROC => \&Image::ExifTool::WriteBinaryData, + CHECK_PROC => \&Image::ExifTool::CheckBinaryData, + WRITABLE => 1, + FORMAT => 'int16u', + FIRST_ENTRY => 0, + 0 => 'NumWBEntries', + 1 => { Name => 'WBType1', %wbTypeInfo }, + 2 => { Name => 'WB_RGBLevels1', Format => 'int16u[3]' }, + 5 => { Name => 'WBType2', %wbTypeInfo }, + 6 => { Name => 'WB_RGBLevels2', Format => 'int16u[3]' }, + 9 => { Name => 'WBType3', %wbTypeInfo }, + 10 => { Name => 'WB_RGBLevels3', Format => 'int16u[3]' }, + 13 => { Name => 'WBType4', %wbTypeInfo }, + 14 => { Name => 'WB_RGBLevels4', Format => 'int16u[3]' }, + 17 => { Name => 'WBType5', %wbTypeInfo }, + 18 => { Name => 'WB_RGBLevels5', Format => 'int16u[3]' }, + 21 => { Name => 'WBType6', %wbTypeInfo }, + 22 => { Name => 'WB_RGBLevels6', Format => 'int16u[3]' }, + 25 => { Name => 'WBType7', %wbTypeInfo }, + 26 => { Name => 'WB_RGBLevels7', Format => 'int16u[3]' }, +); + # lens distortion information (ref 3) # (distortion correction equation: Ru = scale*(Rd + a*Rd^3 + b*Rd^5 + c*Rd^7), ref 3) %Image::ExifTool::PanasonicRaw::DistortionInfo = ( diff --git a/lib/Image/ExifTool/Pentax.pm b/lib/Image/ExifTool/Pentax.pm index 8783ad99..775b30f3 100644 --- a/lib/Image/ExifTool/Pentax.pm +++ b/lib/Image/ExifTool/Pentax.pm @@ -43,6 +43,7 @@ # 28) Klaus Homeister http://u88.n24.queensu.ca/exiftool/forum/index.php/topic,4803.0.html # 29) Louis Granboulan private communication (K-5II) # 30) http://u88.n24.queensu.ca/exiftool/forum/index.php?topic=5433 +# 31) Iliah Borg private communication (LibRaw) # JD) Jens Duttke private communication # # Notes: See POD documentation at the bottom of this file @@ -55,7 +56,7 @@ use vars qw($VERSION %pentaxLensTypes); use Image::ExifTool::Exif; use Image::ExifTool::HP; -$VERSION = '2.81'; +$VERSION = '2.82'; sub CryptShutterCount($$); sub PrintFilter($$$); @@ -1187,6 +1188,7 @@ my %binaryDataAttrs = ( 0x000f => [{ #PH Name => 'AFPointsInFocus', Condition => '$$self{Model} !~ /K-3\b/', + Notes => 'models other than the K-3', Writable => 'int16u', PrintHex => 1, PrintConv => { @@ -1205,6 +1207,7 @@ my %binaryDataAttrs = ( },{ #PH Name => 'AFPointsInFocus', Writable => 'int32u', + Notes => 'K-3 only', PrintHex => 1, PrintConv => { 0 => '(none)', @@ -1827,8 +1830,21 @@ my %binaryDataAttrs = ( }, }, }, - # 0x003d - int16u: 8192 for most images, but occasionally 11571 for K100D/K110D, - # and 8289 or 8456 for the K-x - PH + 0x003d => { #31 + Name => 'DataScaling', + Writable => 'int16u', + # divide by the second value of Pentax_0x0201 (WhitePoint), usually + # 8192, to get the floating point normalization factor. + # One of the examples of how this tag can be used is calculation of + # baseline exposure compensation (Adobe-style) for a PEF: + # log2(Pentax_0x007e)-14-0.5+log2(Pentax_0x003d)-13 + # or + # log2(Pentax_0x007e*(Pentax_0x003d/(2^13))/(2^14))-0.5 + # where + # makernotes:Pentax_0x003d/(2^13) is the normalization factor. (ref 31) + # - 8192 for most images, but occasionally 11571 for K100D/K110D, + # and 8289 or 8456 for the K-x (ref PH) + }, 0x003e => { #PH Name => 'PreviewImageBorders', Writable => 'int8u', @@ -2234,8 +2250,12 @@ my %binaryDataAttrs = ( Format => 'undef', # (written as int8u) SubDirectory => { TagTable => 'Image::ExifTool::Pentax::LensCorr' }, }, - # 0x007e - int32u: 15859,15860,15864,15865,16315 (K-5 PEF/DNG only) - PH - # 3934, 3935 (Q DNG) - PH + 0x007e => { #31 + Name => 'WhiteLevel', # (with black level already subtracted) + Writable => 'int32u', + # 15859,15860,15864,15865,16315 (K-5 PEF/DNG only) - PH + # 3934, 3935 (Q DNG) - PH + }, 0x007f => { #PH (K-5) Name => 'BleachBypassToning', Writable => 'int16u', @@ -4483,8 +4503,9 @@ my %binaryDataAttrs = ( Name => 'AFPointsInFocus', Condition => '$$self{Model} !~ /K-3\b/', Notes => q{ - may report two points in focus even though a single AFPoint has been - selected, in which case the selected AFPoint is the first reported + models other than the K-3 only. May report two points in focus even though + a single AFPoint has been selected, in which case the selected AFPoint is + the first reported }, PrintConvColumns => 2, PrintConv => { diff --git a/lib/Image/ExifTool/Photoshop.pm b/lib/Image/ExifTool/Photoshop.pm index 49094177..06d930d8 100644 --- a/lib/Image/ExifTool/Photoshop.pm +++ b/lib/Image/ExifTool/Photoshop.pm @@ -28,7 +28,7 @@ use strict; use vars qw($VERSION $AUTOLOAD $iptcDigestInfo); use Image::ExifTool qw(:DataAccess :Utils); -$VERSION = '1.45'; +$VERSION = '1.46'; sub ProcessPhotoshop($$$); sub WritePhotoshop($$$); @@ -50,6 +50,22 @@ my %psdMap = ( MakerNotes => 'ExifIFD', ); +# tag information for PhotoshopThumbnail and PhotoshopBGRThumbnail +my %thumbnailInfo = ( + Writable => 'undef', + Protected => 1, + RawConv => 'my $img=substr($val,0x1c); $self->ValidateImage(\$img,$tag)', + ValueConvInv => q{ + my $et = new Image::ExifTool; + my @tags = qw{ImageWidth ImageHeight FileType}; + my $info = $et->ImageInfo(\$val, @tags); + my ($w, $h, $type) = @$info{@tags}; + $w and $h and $type eq 'JPEG' or warn("Not a valid JPEG image\n"), return undef; + my $wbytes = int(($w * 24 + 31) / 32) * 4; + return pack('N6n2', 1, $w, $h, $wbytes, $wbytes * $h, length($val), 24, 1) . $val; + }, +); + # Photoshop APP13 tag table # (set Unknown flag for information we don't want to display normally) %Image::ExifTool::Photoshop::Main = ( @@ -109,7 +125,7 @@ my %psdMap = ( 0x0409 => { Name => 'PhotoshopBGRThumbnail', Notes => 'this is a JPEG image, but in BGR format instead of RGB', - RawConv => 'my $img=substr($val,0x1c);$self->ValidateImage(\$img,$tag)', + %thumbnailInfo, }, 0x040a => { Name => 'CopyrightFlag', @@ -129,7 +145,7 @@ my %psdMap = ( }, 0x040c => { Name => 'PhotoshopThumbnail', - RawConv => 'my $img=substr($val,0x1c);$self->ValidateImage(\$img,$tag)', + %thumbnailInfo, }, 0x040d => { Name => 'GlobalAngle', diff --git a/lib/Image/ExifTool/Sony.pm b/lib/Image/ExifTool/Sony.pm index 3b4305d1..d9f43c41 100644 --- a/lib/Image/ExifTool/Sony.pm +++ b/lib/Image/ExifTool/Sony.pm @@ -31,7 +31,7 @@ use Image::ExifTool qw(:DataAccess :Utils); use Image::ExifTool::Exif; use Image::ExifTool::Minolta; -$VERSION = '2.12'; +$VERSION = '2.13'; sub ProcessSRF($$$); sub ProcessSR2($$$); @@ -59,7 +59,8 @@ my %sonyLensTypes2 = ( 3 => 'Sony LA-EA3 Adapter', #(NC) ILCE-7 image with A-mount lens, but also has 0x940e 2nd byte=2 6 => 'Sony LA-EA4 Adapter', #(NC) ILCE-7R image with A-mount lens and having phase-detect info blocks in 0x940e AFInfo 44 => 'Metabones Canon EF Smart Adapter', #12 - 78 => 'Metabones Canon EF Smart Adapter Mark III', #PH + 78 => 'Metabones Canon EF Smart Adapter Mark III or IV', #PH/12 + 234 => 'E-A adapter only - no lens attached', #12 (seen with LA-EA4 and Metabones Smart IV) 239 => 'Metabones Canon EF Speed Booster', #12 # Sony VX product code: (http://www.mi-fo.de/forum/index.php?s=7df1c8d3b1cd675f2abf4f4442e19cf2&showtopic=35035&view=findpost&p=303746) 32784 => 'Sony E 16mm F2.8', # VX9100 @@ -86,8 +87,11 @@ my %sonyLensTypes2 = ( 32808 => 'Sony FE 55mm F1.8 ZA', # VX9124 32810 => 'Sony FE 70-200mm F4 G OSS', #12 # VX9126 + 32811 => 'Sony FE 16-35mm F4 ZA OSS', #12 # VX9127 32813 => 'Sony FE 28-70mm F3.5-5.6 OSS', # VX9129 + + 32817 => 'Sony FE PZ 28-135mm F4 G OSS',#12 # VX91.. ); # ExposureProgram values (ref PH, mainly decoded from A200) @@ -6385,7 +6389,7 @@ my %exposureProgram2010 = ( # 0x0008 - LensMount, but different values from Tag9405-0x0105 and Tag9050-0x0604. # don't know what difference is between values '1' and '5' ... 0x0008 => { - Name => 'LensMount', + Name => 'LensMount', # ? maybe some other meaning ? (A-mount adapter-only images give 0) RawConv => '$$self{LensMount} = $val', PrintConv => { 0 => 'Unknown', @@ -6841,6 +6845,31 @@ my %exposureProgram2010 = ( 3 => { Name => 'SRFDataOffset', Unknown => 1 }, #PH 4 => { Name => 'RawDataOffset' }, #PH 5 => { Name => 'RawDataLength' }, #PH + 0x0043 => 'MaxApertureAtMaxFocal', #14 + 0x0044 => 'MaxApertureAtMinFocal', #14 + 0x0045 => { #14 + Name => 'MinFocalLength', + PrintConv => '"$val mm"', + }, + 0x0046 => { #14 + Name => 'MaxFocalLength', + PrintConv => '"$val mm"', + }, + 0x00c0 => 'WBRedDaylight', #14 + 0x00c1 => 'WBGreenDaylight', #14 + 0x00c2 => 'WBBlueDaylight', #14 + 0x00c3 => 'WBRedCloudy', #14 + 0x00c4 => 'WBGreenCloudy', #14 + 0x00c5 => 'WBBlueCloudy', #14 + 0x00c9 => 'WBRedTungsten', #14 + 0x00ca => 'WBGreenTungsten', #14 + 0x00cb => 'WBBlueTungsten', #14 + 0x00cc => 'WBRedFlash', #14 + 0x00cd => 'WBGreenFlash', #14 + 0x00ce => 'WBBlueFlash', #14 + 0x00d0 => 'WBRedAsShot', #14 + 0x00d1 => 'WBGreenAsShot', #14 + 0x00d2 => 'WBBlueAsShot', #14 ); # tag table for Sony RAW 2 Format Private IFD (ref 1) @@ -6917,11 +6946,27 @@ my %exposureProgram2010 = ( GROUPS => { 0 => 'MakerNotes', 1 => 'SR2SubIFD', 2 => 'Camera' }, SET_GROUP1 => 1, # set group1 name to directory name for all tags in table NOTES => 'Tags in the encrypted SR2SubIFD', - 0x7303 => 'WB_GRBGLevels', #1 + 0x7300 => 'BlackLevel', #14 (R1) + 0x7302 => 'WB_GRBGLevelsAuto', #14 (R1) + 0x7303 => 'WB_GRBGLevels', #1 (R1 "as shot", ref 14) 0x7310 => 'BlackLevel', #14 (divide by 4) 0x7313 => 'WB_RGGBLevels', #6 + 0x7480 => 'WB_RGBLevelsDaylight', #14 (R1) + 0x7481 => 'WB_RGBLevelsCloudy', #14 (R1) + 0x7482 => 'WB_RGBLevelsTungsten', #14 (R1) + 0x7483 => 'WB_RGBLevelsFlash', #14 (R1) + 0x7484 => 'WB_RGBLevels4500K', #14 (R1) + 0x7486 => 'WB_RGBLevelsFluorescent', #14 (R1) 0x74a0 => 'MaxApertureAtMaxFocal', #PH 0x74a1 => 'MaxApertureAtMinFocal', #PH + 0x74a2 => { #14 (R1) + Name => 'MaxFocalLength', + PrintConv => '"$val mm"', + }, + 0x74a3 => { #14 (R1) + Name => 'MinFocalLength', + PrintConv => '"$val mm"', + }, 0x74c0 => { #PH Name => 'SR2DataIFD', Groups => { 1 => 'SR2DataIFD' }, # (needed to set SubIFD DirName) diff --git a/lib/Image/ExifTool/TagLookup.pm b/lib/Image/ExifTool/TagLookup.pm index 48a7cef6..cf9a0844 100644 --- a/lib/Image/ExifTool/TagLookup.pm +++ b/lib/Image/ExifTool/TagLookup.pm @@ -229,6 +229,7 @@ my @tableList = ( 'Image::ExifTool::Nikon::ShotInfoD3a', 'Image::ExifTool::Nikon::ShotInfoD3b', 'Image::ExifTool::Nikon::ShotInfoD40', + 'Image::ExifTool::Nikon::ShotInfoD4S', 'Image::ExifTool::Nikon::ShotInfoD5000', 'Image::ExifTool::Nikon::ShotInfoD5100', 'Image::ExifTool::Nikon::ShotInfoD5200', @@ -255,6 +256,7 @@ my @tableList = ( 'Image::ExifTool::NikonCapture::UnsharpData', 'Image::ExifTool::NikonCapture::WBAdjData', 'Image::ExifTool::NikonCustom::SettingsD3', + 'Image::ExifTool::NikonCustom::SettingsD4', 'Image::ExifTool::NikonCustom::SettingsD40', 'Image::ExifTool::NikonCustom::SettingsD5000', 'Image::ExifTool::NikonCustom::SettingsD5100', @@ -290,6 +292,8 @@ my @tableList = ( 'Image::ExifTool::Panasonic::Subdir', 'Image::ExifTool::PanasonicRaw::DistortionInfo', 'Image::ExifTool::PanasonicRaw::Main', + 'Image::ExifTool::PanasonicRaw::WBInfo', + 'Image::ExifTool::PanasonicRaw::WBInfo2', 'Image::ExifTool::Pentax::AEInfo', 'Image::ExifTool::Pentax::AEInfo2', 'Image::ExifTool::Pentax::AEInfo3', @@ -442,401 +446,402 @@ my @tableList = ( # lookup for all writable tags my %tagLookup = ( 'aberrationcorrectiondistance' => { 87 => 0x69 }, - 'about' => { 393 => 'about' }, - 'abspeakaudiofilepath' => { 399 => 'absPeakAudioFilePath' }, + 'about' => { 397 => 'about' }, + 'abspeakaudiofilepath' => { 403 => 'absPeakAudioFilePath' }, 'accelerationtracking' => { 68 => 0x518 }, - 'accelerometer' => { 309 => 0x3 }, - 'accelerometerx' => { 253 => 0x8d }, - 'accelerometery' => { 253 => 0x8e }, - 'accelerometerz' => { 253 => 0x8c }, - 'accessoryserialnumber' => { 253 => 0x54 }, - 'accessorytype' => { 253 => 0x53 }, + 'accelerometer' => { 313 => 0x3 }, + 'accelerometerx' => { 255 => 0x8d }, + 'accelerometery' => { 255 => 0x8e }, + 'accelerometerz' => { 255 => 0x8c }, + 'accessoryserialnumber' => { 255 => 0x54 }, + 'accessorytype' => { 255 => 0x53 }, 'actionadvised' => { 103 => 0x2a }, 'activearea' => { 95 => 0xc68d }, - 'actived-lighting' => { 182 => 0x22, 213 => 0x24 }, - 'actived-lightingmode' => { 213 => 0x25 }, + 'actived-lighting' => { 182 => 0x22, 214 => 0x24 }, + 'actived-lightingmode' => { 214 => 0x25 }, 'addaspectratioinfo' => { 68 => 0x80e }, - 'additionalmodelinformation' => { 386 => 'AddlModelInfo' }, + 'additionalmodelinformation' => { 390 => 'AddlModelInfo' }, 'addoriginaldecisiondata' => { 68 => 0x80f, 69 => 0x11, 70 => 0x13, 73 => 0x14 }, 'address' => { 130 => 'Address' }, - 'adjustmentmode' => { 315 => 0x15 }, + 'adjustmentmode' => { 319 => 0x15 }, 'adobe' => { 96 => 'Adobe' }, - 'adultcontentwarning' => { 389 => 'AdultContentWarning', 392 => 'adultContentWarning' }, - 'advancedraw' => { 215 => 0x76a43203 }, - 'advancedscenetype' => { 253 => 0x3d }, - 'advisory' => { 397 => 'Advisory' }, - 'ae_iso' => { 258 => 0x2, 259 => 0x4, 260 => 0x12 }, - 'aeaperture' => { 258 => 0x1, 259 => 0x3, 260 => 0x11 }, - 'aeaperturesteps' => { 258 => 0x8, 259 => 0xb }, + 'adultcontentwarning' => { 393 => 'AdultContentWarning', 396 => 'adultContentWarning' }, + 'advancedraw' => { 216 => 0x76a43203 }, + 'advancedscenetype' => { 255 => 0x3d }, + 'advisory' => { 401 => 'Advisory' }, + 'ae_iso' => { 262 => 0x2, 263 => 0x4, 264 => 0x12 }, + 'aeaperture' => { 262 => 0x1, 263 => 0x3, 264 => 0x11 }, + 'aeaperturesteps' => { 262 => 0x8, 263 => 0xb }, 'aebautocancel' => { 68 => 0x104 }, 'aebbracketvalue' => { 62 => 0x11 }, 'aebsequence' => { 68 => 0x105 }, 'aebsequenceautocancel' => { 66 => 0x9, 67 => 0x9, 69 => 0x8, 70 => 0x9, 73 => 0x9, 74 => 0x7 }, 'aebshotcount' => { 68 => 0x106 }, - 'aebxv' => { 258 => 0x4, 259 => 0x6 }, - 'aeerror' => { 259 => 0x8 }, - 'aeexposuretime' => { 258 => 0x0, 259 => 0x2, 260 => 0x10 }, + 'aebxv' => { 262 => 0x4, 263 => 0x6 }, + 'aeerror' => { 263 => 0x8 }, + 'aeexposuretime' => { 262 => 0x0, 263 => 0x2, 264 => 0x10 }, 'aelbutton' => { 150 => 0x45 }, 'aelexposureindicator' => { 150 => 0x51 }, - 'aelock' => { 150 => 0x5b, 223 => '4.2', 229 => '4.2', 233 => 0x201, 284 => 0x48, 325 => [0x86,0x286] }, - 'aelockbutton' => { 222 => '16.1', 223 => '4.1', 224 => '15.1', 225 => '16.1', 226 => '16.1', 227 => '30.1', 228 => '16.1', 229 => '4.1', 231 => '17.1' }, - 'aelockbuttonplusdials' => { 222 => '16.2', 227 => '32.1' }, - 'aelockformb-d80' => { 231 => '3.1' }, - 'aemaxaperture' => { 258 => 0x9, 259 => 0x10, 260 => 0x1c }, - 'aemaxaperture2' => { 258 => 0xa, 259 => 0x11, 260 => 0x1d }, - 'aemeteringmode' => { 258 => 0xc }, - 'aemeteringmode2' => { 258 => '13.1' }, - 'aemeteringsegments' => { 153 => 0x628, 284 => 0x209 }, + 'aelock' => { 150 => 0x5b, 225 => '4.2', 231 => '4.2', 235 => 0x201, 288 => 0x48, 329 => [0x86,0x286] }, + 'aelockbutton' => { 223 => '16.1', 225 => '4.1', 226 => '15.1', 227 => '16.1', 228 => '16.1', 229 => '30.1', 230 => '16.1', 231 => '4.1', 233 => '17.1' }, + 'aelockbuttonplusdials' => { 223 => '16.2', 229 => '32.1' }, + 'aelockformb-d80' => { 233 => '3.1' }, + 'aemaxaperture' => { 262 => 0x9, 263 => 0x10, 264 => 0x1c }, + 'aemaxaperture2' => { 262 => 0xa, 263 => 0x11, 264 => 0x1d }, + 'aemeteringmode' => { 262 => 0xc }, + 'aemeteringmode2' => { 262 => '13.1' }, + 'aemeteringsegments' => { 153 => 0x628, 288 => 0x209 }, 'aemicroadjustment' => { 68 => 0x110 }, - 'aeminaperture' => { 258 => 0xb, 259 => 0x12, 260 => 0x1e }, - 'aeminexposuretime' => { 258 => 0x5, 259 => 0x13, 260 => 0x1f }, - 'aeprogrammode' => { 258 => 0x6 }, + 'aeminaperture' => { 262 => 0xb, 263 => 0x12, 264 => 0x1e }, + 'aeminexposuretime' => { 262 => 0x5, 263 => 0x13, 264 => 0x1f }, + 'aeprogrammode' => { 262 => 0x6 }, 'aesetting' => { 29 => 0x21 }, - 'aewhitebalance' => { 258 => 0xd }, - 'aexv' => { 258 => 0x3, 259 => 0x5 }, - 'af-cpriorityselection' => { 222 => '1.1', 225 => '0.1', 226 => '0.1', 227 => '1.1', 228 => '0.1' }, - 'af-onformb-d10' => { 222 => '3.3', 227 => '3.2' }, - 'af-onformb-d11' => { 228 => '2.2' }, - 'af-spriorityselection' => { 222 => '1.2', 227 => '1.2', 228 => '0.2' }, - 'afactivation' => { 222 => '2.1', 227 => '2.1' }, - 'afadjustment' => { 284 => 0x72 }, + 'aewhitebalance' => { 262 => 0xd }, + 'aexv' => { 262 => 0x3, 263 => 0x5 }, + 'af-cpriorityselection' => { 223 => '1.1', 224 => '1.1', 227 => '0.1', 228 => '0.1', 229 => '1.1', 230 => '0.1' }, + 'af-onformb-d10' => { 223 => '3.3', 229 => '3.2' }, + 'af-onformb-d11' => { 230 => '2.2' }, + 'af-spriorityselection' => { 223 => '1.2', 224 => '1.2', 229 => '1.2', 230 => '0.2' }, + 'afactivation' => { 223 => '2.1', 224 => '2.1', 229 => '2.1' }, + 'afadjustment' => { 288 => 0x72 }, 'afandmeteringbuttons' => { 68 => 0x701 }, 'afaperture' => { 178 => 0x5, 179 => 0x5 }, 'afareaheight' => { 158 => 0x1a }, - 'afareaillumination' => { 150 => 0x4b, 229 => '15.3' }, - 'afareamode' => { 146 => 0x33, 150 => 0xe, 157 => 0x0, 158 => 0x5, 253 => 0xf, 306 => 0x1205, 316 => [0xa,0x3a], 323 => 0x11, 324 => 0x10, 325 => 0x24, 335 => 0xb043, 353 => 0x17 }, - 'afareamodesetting' => { 223 => '11.1', 224 => '0.1', 229 => '16.1', 231 => '2.1', 335 => 0x201c }, - 'afareas' => { 233 => 0x304 }, + 'afareaillumination' => { 150 => 0x4b, 231 => '15.3' }, + 'afareamode' => { 146 => 0x33, 150 => 0xe, 157 => 0x0, 158 => 0x5, 255 => 0xf, 310 => 0x1205, 320 => [0xa,0x3a], 327 => 0x11, 328 => 0x10, 329 => 0x24, 339 => 0xb043, 357 => 0x17 }, + 'afareamodesetting' => { 225 => '11.1', 226 => '0.1', 231 => '16.1', 233 => '2.1', 339 => 0x201c }, + 'afareas' => { 235 => 0x304 }, 'afareaselectmethod' => { 68 => 0x51b }, 'afareawidth' => { 158 => 0x18 }, - 'afareaxposition' => { 158 => 0x14, 306 => 0x1203 }, - 'afareaxposition1' => { 306 => 0x1201 }, - 'afareayposition' => { 158 => 0x16, 306 => 0x1204 }, - 'afareayposition1' => { 306 => 0x1202 }, - 'afassist' => { 66 => 0x5, 74 => 0x5, 150 => 0x48, 222 => '2.5', 223 => '0.2', 224 => '0.2', 225 => '1.1', 226 => '1.1', 227 => '2.4', 228 => '1.4', 229 => '0.2', 231 => '2.3' }, + 'afareaxposition' => { 158 => 0x14, 310 => 0x1203 }, + 'afareaxposition1' => { 310 => 0x1201 }, + 'afareayposition' => { 158 => 0x16, 310 => 0x1204 }, + 'afareayposition1' => { 310 => 0x1202 }, + 'afassist' => { 66 => 0x5, 74 => 0x5, 150 => 0x48, 223 => '2.5', 225 => '0.2', 226 => '0.2', 227 => '1.1', 228 => '1.1', 229 => '2.4', 230 => '1.4', 231 => '0.2', 233 => '2.3' }, 'afassistbeam' => { 68 => 0x50e, 69 => 0x4, 70 => 0x5, 71 => 0x4, 72 => 0x4, 73 => 0x5 }, - 'afassistlamp' => { 253 => 0x31 }, - 'afbuttonpressed' => { 325 => [0x83,0x283] }, - 'afdefocus' => { 261 => 0x6 }, + 'afassistlamp' => { 255 => 0x31 }, + 'afbuttonpressed' => { 329 => [0x83,0x283] }, + 'afdefocus' => { 265 => 0x6 }, 'afduringliveview' => { 68 => 0x511 }, - 'affinea' => { 370 => 'AffineA' }, - 'affineb' => { 370 => 'AffineB' }, - 'affinec' => { 370 => 'AffineC' }, - 'affined' => { 370 => 'AffineD' }, - 'affinetune' => { 159 => 0x0, 233 => 0x306 }, - 'affinetuneadj' => { 159 => 0x2, 190 => 0x2d1, 191 => 0x2dc, 233 => 0x307 }, + 'affinea' => { 374 => 'AffineA' }, + 'affineb' => { 374 => 'AffineB' }, + 'affinec' => { 374 => 'AffineC' }, + 'affined' => { 374 => 'AffineD' }, + 'affinetune' => { 159 => 0x0, 235 => 0x306 }, + 'affinetuneadj' => { 159 => 0x2, 190 => 0x2d1, 191 => 0x2dc, 235 => 0x307 }, 'affinetuneindex' => { 159 => 0x1 }, - 'affinex' => { 370 => 'AffineX' }, - 'affiney' => { 370 => 'AffineY' }, - 'afilluminator' => { 323 => 0x29, 335 => 0xb044 }, + 'affinex' => { 374 => 'AffineX' }, + 'affiney' => { 374 => 'AffineY' }, + 'afilluminator' => { 327 => 0x29, 339 => 0xb044 }, 'afimageheight' => { 158 => 0x12 }, 'afimagewidth' => { 158 => 0x10 }, - 'afintegrationtime' => { 261 => 0x7 }, - 'afmicroadj' => { 316 => [0x17d,0x50] }, - 'afmicroadjmode' => { 2 => 0x1, 320 => 0x131 }, - 'afmicroadjregisteredlenses' => { 320 => '305.1' }, + 'afintegrationtime' => { 265 => 0x7 }, + 'afmicroadj' => { 320 => [0x17d,0x50] }, + 'afmicroadjmode' => { 2 => 0x1, 324 => 0x131 }, + 'afmicroadjregisteredlenses' => { 324 => '305.1' }, 'afmicroadjustment' => { 68 => 0x507 }, - 'afmicroadjvalue' => { 2 => 0x2, 320 => 0x130 }, - 'afmode' => { 91 => 0x3009, 146 => 0x16, 315 => 0x5 }, + 'afmicroadjvalue' => { 2 => 0x2, 324 => 0x130 }, + 'afmode' => { 91 => 0x3009, 146 => 0x16, 319 => 0x5 }, + 'afmoderestrictions' => { 224 => '50.2' }, 'afonaelockbuttonswitch' => { 68 => 0x702 }, - 'afonbutton' => { 222 => '3.1' }, - 'afpoint' => { 29 => 0x13, 90 => 0x18, 146 => 0x15, 157 => 0x1, 236 => 0x308, 315 => 0x1f, 316 => 0x7, 320 => 0x19, 321 => 0x18, 322 => [0x18,0x20] }, + 'afonbutton' => { 223 => '3.1', 224 => '47.1' }, + 'afpoint' => { 29 => 0x13, 90 => 0x18, 146 => 0x15, 157 => 0x1, 238 => 0x308, 319 => 0x1f, 320 => 0x7, 324 => 0x19, 325 => 0x18, 326 => [0x18,0x20] }, 'afpointactivationarea' => { 67 => 0x11, 73 => 0x11 }, 'afpointareaexpansion' => { 68 => 0x508 }, - 'afpointatshutterrelease' => { 316 => 0x9 }, + 'afpointatshutterrelease' => { 320 => 0x9 }, 'afpointautoselection' => { 68 => 0x50b }, - 'afpointbrightness' => { 68 => 0x50d, 222 => '2.4' }, + 'afpointbrightness' => { 68 => 0x50d, 223 => '2.4', 224 => '46.5' }, 'afpointdisplayduringfocus' => { 68 => 0x50c }, - 'afpointillumination' => { 67 => 0xa, 222 => '2.3', 227 => '2.3', 228 => '1.3', 231 => '2.4' }, - 'afpointinfocus' => { 316 => 0x8 }, - 'afpointmode' => { 265 => 0x3 }, - 'afpointposition' => { 91 => 0x2021, 253 => 0x4d }, + 'afpointillumination' => { 67 => 0xa, 223 => '2.3', 224 => '46.2', 229 => '2.3', 230 => '1.3', 233 => '2.4' }, + 'afpointinfocus' => { 320 => 0x8 }, + 'afpointmode' => { 269 => 0x3 }, + 'afpointposition' => { 91 => 0x2021, 255 => 0x4d }, 'afpointregistration' => { 66 => 0x7 }, 'afpoints' => { 149 => 0x10 }, - 'afpointselected' => { 150 => 0xd, 233 => 0x305, 284 => 0xe, 320 => 0x15, 321 => 0x14, 322 => [0x14,0x1c], 335 => 0x201e }, - 'afpointselected2' => { 265 => 0x4 }, - 'afpointselection' => { 67 => 0xb, 222 => '1.3', 227 => '1.3' }, + 'afpointselected' => { 150 => 0xd, 235 => 0x305, 288 => 0xe, 324 => 0x15, 325 => 0x14, 326 => [0x14,0x1c], 339 => 0x201e }, + 'afpointselected2' => { 269 => 0x4 }, + 'afpointselection' => { 67 => 0xb, 223 => '1.3', 224 => '1.3', 229 => '1.3' }, 'afpointselectionmethod' => { 68 => 0x50f, 69 => 0xc, 70 => 0xd, 73 => 0xd }, 'afpointset' => { 100 => 0x1022 }, - 'afpointsetting' => { 323 => 0x12, 324 => 0x11 }, - 'afpointsinfocus' => { 62 => 0xe, 157 => 0x2, 261 => 0xb, 284 => [0xf,0x3c] }, + 'afpointsetting' => { 327 => 0x12, 328 => 0x11 }, + 'afpointsinfocus' => { 62 => 0xe, 157 => 0x2, 265 => 0xb, 288 => [0xf,0x3c] }, 'afpointsinfocus5d' => { 17 => 0x38 }, 'afpointspotmetering' => { 67 => 0xd }, - 'afpointsselected' => { 360 => 0x4 }, - 'afpointsunknown1' => { 261 => 0x0 }, - 'afpointsunknown2' => { 261 => 0x2 }, - 'afpointsused' => { 158 => 0x8, 317 => 0x0 }, - 'afpredictor' => { 261 => 0x4 }, + 'afpointsselected' => { 364 => 0x4 }, + 'afpointsunknown1' => { 265 => 0x0 }, + 'afpointsunknown2' => { 265 => 0x2 }, + 'afpointsused' => { 158 => 0x8, 321 => 0x0 }, + 'afpredictor' => { 265 => 0x4 }, 'afresponse' => { 182 => 0xad }, - 'afresult' => { 238 => 0x1038 }, - 'afsearch' => { 233 => 0x303 }, + 'afresult' => { 240 => 0x1038 }, + 'afsearch' => { 235 => 0x303 }, 'afsensoractive' => { 146 => 0x1 }, - 'afstatus' => { 306 => 0x1200 }, - 'afstatusactivesensor' => { 146 => 0x2, 316 => 0x4, 320 => 0x1e, 321 => 0x1b, 322 => [0x1b,0x21] }, - 'afstatusbottom' => { 146 => 0x8, 320 => 0x2a, 321 => 0x21, 322 => 0x21 }, - 'afstatusbottom-left' => { 146 => 0x12, 321 => 0x2b, 322 => 0x2b }, - 'afstatusbottom-right' => { 146 => 0x6, 321 => 0x1f, 322 => 0x1f }, - 'afstatusbottomassist-left' => { 320 => 0x28 }, - 'afstatusbottomassist-right' => { 320 => 0x2c }, - 'afstatusbottomhorizontal' => { 318 => 0x10, 319 => 0x1c }, - 'afstatusbottomvertical' => { 318 => 0x16, 319 => 0x26 }, - 'afstatuscenter-10' => { 320 => 0x34 }, - 'afstatuscenter-11' => { 320 => 0x36 }, - 'afstatuscenter-12' => { 320 => 0x38 }, - 'afstatuscenter-14' => { 320 => 0x3c }, - 'afstatuscenter-7' => { 320 => 0x2e }, - 'afstatuscenter-9' => { 320 => 0x32 }, - 'afstatuscenter-horizontal' => { 320 => 0x30 }, - 'afstatuscenter-vertical' => { 320 => 0x3a }, - 'afstatuscenterf2-8' => { 320 => 0x4c }, - 'afstatuscenterhorizontal' => { 146 => 0x2f, 318 => 0xc, 319 => 0x18, 321 => 0x2f, 322 => 0x2f }, - 'afstatuscentervertical' => { 146 => 0xc, 318 => 0x14, 319 => 0x22, 321 => 0x25, 322 => 0x25 }, - 'afstatusfarleft' => { 318 => 0x6, 320 => 0x26 }, - 'afstatusfarlefthorizontal' => { 319 => 0x4 }, - 'afstatusfarleftvertical' => { 319 => 0x12 }, - 'afstatusfarright' => { 318 => 0x18, 320 => 0x44 }, - 'afstatusfarrighthorizontal' => { 319 => 0x2c }, - 'afstatusfarrightvertical' => { 319 => 0x34 }, - 'afstatusleft' => { 146 => 0x2d, 318 => 0x2, 320 => 0x22, 321 => 0x2d, 322 => 0x2d }, - 'afstatuslefthorizontal' => { 319 => 0x6 }, - 'afstatusleftvertical' => { 319 => 0xe }, - 'afstatuslower-left' => { 318 => 0x4, 320 => 0x24 }, - 'afstatuslower-lefthorizontal' => { 319 => 0xa }, - 'afstatuslower-leftvertical' => { 319 => 0x10 }, - 'afstatuslower-middle' => { 318 => 0x22, 319 => 0x24 }, - 'afstatuslower-right' => { 318 => 0x1e, 320 => 0x4a }, - 'afstatuslower-righthorizontal' => { 319 => 0x32 }, - 'afstatuslower-rightvertical' => { 319 => 0x3a }, - 'afstatuslowerfarleft' => { 319 => 0x8 }, - 'afstatuslowerfarright' => { 319 => 0x30 }, - 'afstatusmiddlehorizontal' => { 146 => 0xa, 321 => 0x23, 322 => 0x23 }, - 'afstatusnearleft' => { 318 => 0xe, 319 => 0x1a }, - 'afstatusnearright' => { 318 => 0xa, 319 => 0x16 }, - 'afstatusright' => { 146 => 0x31, 318 => 0x1c, 320 => 0x48, 321 => 0x31, 322 => 0x31 }, - 'afstatusrighthorizontal' => { 319 => 0x2e }, - 'afstatusrightvertical' => { 319 => 0x38 }, - 'afstatustop' => { 146 => 0xe, 320 => 0x40, 321 => 0x27, 322 => 0x27 }, - 'afstatustop-left' => { 146 => 0x10, 321 => 0x29, 322 => 0x29 }, - 'afstatustop-right' => { 146 => 0x4, 321 => 0x1d, 322 => 0x1d }, - 'afstatustopassist-left' => { 320 => 0x3e }, - 'afstatustopassist-right' => { 320 => 0x42 }, - 'afstatustophorizontal' => { 318 => 0x8, 319 => 0x14 }, - 'afstatustopvertical' => { 318 => 0x12, 319 => 0x1e }, - 'afstatusupper-left' => { 318 => 0x0, 320 => 0x20 }, - 'afstatusupper-lefthorizontal' => { 319 => 0x2 }, - 'afstatusupper-leftvertical' => { 319 => 0xc }, - 'afstatusupper-middle' => { 318 => 0x20, 319 => 0x20 }, - 'afstatusupper-right' => { 318 => 0x1a, 320 => 0x46 }, - 'afstatusupper-righthorizontal' => { 319 => 0x2a }, - 'afstatusupper-rightvertical' => { 319 => 0x36 }, - 'afstatusupperfarleft' => { 319 => 0x0 }, - 'afstatusupperfarright' => { 319 => 0x28 }, - 'aftype' => { 316 => 0x2 }, - 'afwithshutter' => { 323 => 0x2a }, - 'aggregationtype' => { 390 => 'aggregationType' }, - 'agreement' => { 392 => 'agreement' }, + 'afstatus' => { 310 => 0x1200 }, + 'afstatusactivesensor' => { 146 => 0x2, 320 => 0x4, 324 => 0x1e, 325 => 0x1b, 326 => [0x1b,0x21] }, + 'afstatusbottom' => { 146 => 0x8, 324 => 0x2a, 325 => 0x21, 326 => 0x21 }, + 'afstatusbottom-left' => { 146 => 0x12, 325 => 0x2b, 326 => 0x2b }, + 'afstatusbottom-right' => { 146 => 0x6, 325 => 0x1f, 326 => 0x1f }, + 'afstatusbottomassist-left' => { 324 => 0x28 }, + 'afstatusbottomassist-right' => { 324 => 0x2c }, + 'afstatusbottomhorizontal' => { 322 => 0x10, 323 => 0x1c }, + 'afstatusbottomvertical' => { 322 => 0x16, 323 => 0x26 }, + 'afstatuscenter-10' => { 324 => 0x34 }, + 'afstatuscenter-11' => { 324 => 0x36 }, + 'afstatuscenter-12' => { 324 => 0x38 }, + 'afstatuscenter-14' => { 324 => 0x3c }, + 'afstatuscenter-7' => { 324 => 0x2e }, + 'afstatuscenter-9' => { 324 => 0x32 }, + 'afstatuscenter-horizontal' => { 324 => 0x30 }, + 'afstatuscenter-vertical' => { 324 => 0x3a }, + 'afstatuscenterf2-8' => { 324 => 0x4c }, + 'afstatuscenterhorizontal' => { 146 => 0x2f, 322 => 0xc, 323 => 0x18, 325 => 0x2f, 326 => 0x2f }, + 'afstatuscentervertical' => { 146 => 0xc, 322 => 0x14, 323 => 0x22, 325 => 0x25, 326 => 0x25 }, + 'afstatusfarleft' => { 322 => 0x6, 324 => 0x26 }, + 'afstatusfarlefthorizontal' => { 323 => 0x4 }, + 'afstatusfarleftvertical' => { 323 => 0x12 }, + 'afstatusfarright' => { 322 => 0x18, 324 => 0x44 }, + 'afstatusfarrighthorizontal' => { 323 => 0x2c }, + 'afstatusfarrightvertical' => { 323 => 0x34 }, + 'afstatusleft' => { 146 => 0x2d, 322 => 0x2, 324 => 0x22, 325 => 0x2d, 326 => 0x2d }, + 'afstatuslefthorizontal' => { 323 => 0x6 }, + 'afstatusleftvertical' => { 323 => 0xe }, + 'afstatuslower-left' => { 322 => 0x4, 324 => 0x24 }, + 'afstatuslower-lefthorizontal' => { 323 => 0xa }, + 'afstatuslower-leftvertical' => { 323 => 0x10 }, + 'afstatuslower-middle' => { 322 => 0x22, 323 => 0x24 }, + 'afstatuslower-right' => { 322 => 0x1e, 324 => 0x4a }, + 'afstatuslower-righthorizontal' => { 323 => 0x32 }, + 'afstatuslower-rightvertical' => { 323 => 0x3a }, + 'afstatuslowerfarleft' => { 323 => 0x8 }, + 'afstatuslowerfarright' => { 323 => 0x30 }, + 'afstatusmiddlehorizontal' => { 146 => 0xa, 325 => 0x23, 326 => 0x23 }, + 'afstatusnearleft' => { 322 => 0xe, 323 => 0x1a }, + 'afstatusnearright' => { 322 => 0xa, 323 => 0x16 }, + 'afstatusright' => { 146 => 0x31, 322 => 0x1c, 324 => 0x48, 325 => 0x31, 326 => 0x31 }, + 'afstatusrighthorizontal' => { 323 => 0x2e }, + 'afstatusrightvertical' => { 323 => 0x38 }, + 'afstatustop' => { 146 => 0xe, 324 => 0x40, 325 => 0x27, 326 => 0x27 }, + 'afstatustop-left' => { 146 => 0x10, 325 => 0x29, 326 => 0x29 }, + 'afstatustop-right' => { 146 => 0x4, 325 => 0x1d, 326 => 0x1d }, + 'afstatustopassist-left' => { 324 => 0x3e }, + 'afstatustopassist-right' => { 324 => 0x42 }, + 'afstatustophorizontal' => { 322 => 0x8, 323 => 0x14 }, + 'afstatustopvertical' => { 322 => 0x12, 323 => 0x1e }, + 'afstatusupper-left' => { 322 => 0x0, 324 => 0x20 }, + 'afstatusupper-lefthorizontal' => { 323 => 0x2 }, + 'afstatusupper-leftvertical' => { 323 => 0xc }, + 'afstatusupper-middle' => { 322 => 0x20, 323 => 0x20 }, + 'afstatusupper-right' => { 322 => 0x1a, 324 => 0x46 }, + 'afstatusupper-righthorizontal' => { 323 => 0x2a }, + 'afstatusupper-rightvertical' => { 323 => 0x36 }, + 'afstatusupperfarleft' => { 323 => 0x0 }, + 'afstatusupperfarright' => { 323 => 0x28 }, + 'aftype' => { 320 => 0x2 }, + 'afwithshutter' => { 327 => 0x2a }, + 'aggregationtype' => { 394 => 'aggregationType' }, + 'agreement' => { 396 => 'agreement' }, 'aiservocontinuousshooting' => { 67 => 0x15 }, 'aiservofirstimagepriority' => { 68 => 0x519 }, 'aiservoimagepriority' => { 68 => 0x503 }, 'aiservosecondimagepriority' => { 68 => 0x51a }, 'aiservotrackingmethod' => { 68 => 0x504 }, 'aiservotrackingsensitivity' => { 67 => 0x14, 68 => 0x502 }, - 'album' => { 399 => 'album' }, - 'alreadyapplied' => { 376 => 'AlreadyApplied' }, - 'alternatetitle' => { 390 => 'alternateTitle' }, + 'album' => { 403 => 'album' }, + 'alreadyapplied' => { 380 => 'AlreadyApplied' }, + 'alternatetitle' => { 394 => 'alternateTitle' }, 'altitude' => { 160 => 0x6 }, - 'alttapename' => { 399 => 'altTapeName' }, - 'alttimecode' => { 399 => 'altTimecode' }, - 'alttimecodetimeformat' => { 399 => [\'altTimecode','altTimecodeTimeFormat'] }, - 'alttimecodetimevalue' => { 399 => [\'altTimecode','altTimecodeTimeValue'] }, - 'alttimecodevalue' => { 399 => [\'altTimecode','altTimecodeValue'] }, + 'alttapename' => { 403 => 'altTapeName' }, + 'alttimecode' => { 403 => 'altTimecode' }, + 'alttimecodetimeformat' => { 403 => [\'altTimecode','altTimecodeTimeFormat'] }, + 'alttimecodetimevalue' => { 403 => [\'altTimecode','altTimecodeTimeValue'] }, + 'alttimecodevalue' => { 403 => [\'altTimecode','altTimecodeValue'] }, 'ambienceselection' => { 3 => 0x1 }, - 'ambienttemperature' => { 302 => 0x14, 353 => 0x4 }, - 'ambienttemperaturefahrenheit' => { 302 => 0x13 }, + 'ambienttemperature' => { 306 => 0x14, 357 => 0x4 }, + 'ambienttemperaturefahrenheit' => { 306 => 0x13 }, 'analogbalance' => { 95 => 0xc627 }, 'angleadj' => { 87 => 0x8b }, - 'angleinforoll' => { 372 => 'AngleInfoRoll' }, - 'angleinfoyaw' => { 372 => 'AngleInfoYaw' }, - 'anti-blur' => { 335 => 0xb04b }, + 'angleinforoll' => { 376 => 'AngleInfoRoll' }, + 'angleinfoyaw' => { 376 => 'AngleInfoYaw' }, + 'anti-blur' => { 339 => 0xb04b }, 'antialiasstrength' => { 95 => 0xc632 }, 'aperturerange' => { 68 => 0x10d }, - 'apertureringuse' => { 265 => '1.4' }, - 'aperturesetting' => { 150 => 0x7, 323 => 0x30, 324 => 0x29, 325 => 0x1 }, - 'aperturevalue' => { 77 => 0x2, 95 => 0x9202, 238 => 0x1002, 380 => 'ApertureValue' }, - 'applekeywords' => { 242 => 'AAPL:Keywords' }, - 'applicationnotes' => { 95 => 0x2bc, 257 => 0x2bc }, + 'apertureringuse' => { 269 => '1.4' }, + 'aperturesetting' => { 150 => 0x7, 327 => 0x30, 328 => 0x29, 329 => 0x1 }, + 'aperturevalue' => { 77 => 0x2, 95 => 0x9202, 240 => 0x1002, 384 => 'ApertureValue' }, + 'applekeywords' => { 244 => 'AAPL:Keywords' }, + 'applicationnotes' => { 95 => 0x2bc, 259 => 0x2bc }, 'applicationrecordversion' => { 103 => 0x0 }, 'applyshootingmeteringmode' => { 68 => 0x10e }, - 'approved' => { 382 => 'Approved' }, - 'approvedby' => { 382 => 'ApprovedBy' }, - 'approximatefnumber' => { 249 => 0x313, 255 => 0x3406 }, - 'approximatefocusdistance' => { 373 => 'ApproximateFocusDistance' }, + 'approved' => { 386 => 'Approved' }, + 'approvedby' => { 386 => 'ApprovedBy' }, + 'approximatefnumber' => { 251 => 0x313, 257 => 0x3406 }, + 'approximatefocusdistance' => { 377 => 'ApproximateFocusDistance' }, 'armidentifier' => { 104 => 0x78 }, 'armversion' => { 104 => 0x7a }, - 'artfilter' => { 233 => 0x529 }, - 'artfiltereffect' => { 233 => 0x52f }, - 'artist' => { 95 => 0x13b, 245 => 'Artist', 284 => 0x22e, 395 => 'Artist', 399 => 'artist' }, + 'artfilter' => { 235 => 0x529 }, + 'artfiltereffect' => { 235 => 0x52f }, + 'artist' => { 95 => 0x13b, 247 => 'Artist', 288 => 0x22e, 399 => 'Artist', 403 => 'artist' }, 'artmode' => { 91 => 0x301b }, 'artmodeparameters' => { 91 => 0x310b }, - 'artworkcopyrightnotice' => { 386 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] }, - 'artworkcreator' => { 386 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] }, - 'artworkdatecreated' => { 386 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] }, - 'artworkorobject' => { 386 => 'ArtworkOrObject' }, - 'artworksource' => { 386 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] }, - 'artworksourceinventoryno' => { 386 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] }, - 'artworktitle' => { 386 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] }, - 'aspectframe' => { 237 => 0x1113 }, - 'aspectratio' => { 4 => 0x0, 237 => 0x1112, 284 => 0x80, 323 => 0x55, 324 => 0x55, 325 => 0xa }, + 'artworkcopyrightnotice' => { 390 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] }, + 'artworkcreator' => { 390 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] }, + 'artworkdatecreated' => { 390 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] }, + 'artworkorobject' => { 390 => 'ArtworkOrObject' }, + 'artworksource' => { 390 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] }, + 'artworksourceinventoryno' => { 390 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] }, + 'artworktitle' => { 390 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] }, + 'aspectframe' => { 239 => 0x1113 }, + 'aspectratio' => { 4 => 0x0, 239 => 0x1112, 288 => 0x80, 327 => 0x55, 328 => 0x55, 329 => 0xa }, 'asshoticcprofile' => { 95 => 0xc68f }, 'asshotneutral' => { 95 => 0xc628 }, 'asshotpreprofilematrix' => { 95 => 0xc690 }, 'asshotprofilename' => { 95 => 0xc6f6 }, 'asshotwhitexy' => { 95 => 0xc629 }, - 'assignbktbutton' => { 222 => '4.2' }, + 'assignbktbutton' => { 223 => '4.2' }, 'assignfuncbutton' => { 68 => 0x70b }, 'assistbuttonfunction' => { 66 => 0xd }, - 'attributionname' => { 374 => 'attributionName' }, - 'attributionurl' => { 374 => 'attributionURL' }, - 'audio' => { 253 => 0x20 }, + 'attributionname' => { 378 => 'attributionName' }, + 'attributionurl' => { 378 => 'attributionURL' }, + 'audio' => { 255 => 0x20 }, 'audiobitrate' => { 54 => 0x6c }, 'audiochannels' => { 54 => 0x70 }, - 'audiochanneltype' => { 399 => 'audioChannelType' }, + 'audiochanneltype' => { 403 => 'audioChannelType' }, 'audiocompression' => { 124 => 'Compression' }, - 'audiocompressor' => { 399 => 'audioCompressor' }, + 'audiocompressor' => { 403 => 'audioCompressor' }, 'audioduration' => { 103 => 0x99 }, - 'audiomoddate' => { 399 => 'audioModDate' }, + 'audiomoddate' => { 403 => 'audioModDate' }, 'audiooutcue' => { 103 => 0x9a }, - 'audiosamplerate' => { 54 => 0x6e, 399 => 'audioSampleRate' }, - 'audiosampletype' => { 399 => 'audioSampleType' }, + 'audiosamplerate' => { 54 => 0x6e, 403 => 'audioSampleRate' }, + 'audiosampletype' => { 403 => 'audioSampleType' }, 'audiosamplingrate' => { 103 => 0x97 }, 'audiosamplingresolution' => { 103 => 0x98 }, 'audiotype' => { 103 => 0x96 }, - 'author' => { 126 => 'Author', 242 => 'Author', 245 => 'Author', 297 => 'Author', 371 => 'author', 387 => 'Author', 397 => 'Author' }, - 'authorsposition' => { 388 => 'AuthorsPosition' }, - 'autoaperture' => { 275 => '0.1' }, - 'autobracket' => { 315 => 0x19 }, - 'autobracketing' => { 100 => 0x1100, 284 => 0x18, 306 => 0x1007 }, - 'autobracketingmode' => { 230 => '12.3' }, - 'autobracketingset' => { 230 => '12.1' }, - 'autobracketmodem' => { 222 => '21.2', 227 => '26.2' }, - 'autobracketorder' => { 150 => 0x43, 222 => '21.3', 227 => '26.3', 228 => '12.2', 229 => '2.2', 230 => '12.2', 231 => '13.2' }, - 'autobracketset' => { 222 => '21.1', 224 => '11.1', 225 => '12.1', 226 => '12.1', 227 => '26.1', 228 => '12.1', 229 => '2.1', 231 => '13.1' }, - 'autobrightness' => { 376 => 'AutoBrightness' }, - 'autocontrast' => { 376 => 'AutoContrast' }, + 'author' => { 126 => 'Author', 244 => 'Author', 247 => 'Author', 301 => 'Author', 375 => 'author', 391 => 'Author', 401 => 'Author' }, + 'authorsposition' => { 392 => 'AuthorsPosition' }, + 'autoaperture' => { 279 => '0.1' }, + 'autobracket' => { 319 => 0x19 }, + 'autobracketing' => { 100 => 0x1100, 288 => 0x18, 310 => 0x1007 }, + 'autobracketingmode' => { 232 => '12.3' }, + 'autobracketingset' => { 232 => '12.1' }, + 'autobracketmodem' => { 223 => '21.2', 224 => '13.3', 229 => '26.2' }, + 'autobracketorder' => { 150 => 0x43, 223 => '21.3', 224 => '13.2', 229 => '26.3', 230 => '12.2', 231 => '2.2', 232 => '12.2', 233 => '13.2' }, + 'autobracketset' => { 223 => '21.1', 224 => '13.1', 226 => '11.1', 227 => '12.1', 228 => '12.1', 229 => '26.1', 230 => '12.1', 231 => '2.1', 233 => '13.1' }, + 'autobrightness' => { 380 => 'AutoBrightness' }, + 'autocontrast' => { 380 => 'AutoContrast' }, 'autodistortioncontrol' => { 168 => 0x4 }, 'autodynamicrange' => { 100 => 0x140b }, - 'autoexposure' => { 376 => 'AutoExposure' }, + 'autoexposure' => { 380 => 'AutoExposure' }, 'autoexposurebracketing' => { 62 => 0x10 }, - 'autofocus' => { 236 => 0x209 }, - 'autofp' => { 229 => '7.3', 231 => '31.4' }, - 'autoiso' => { 62 => 0x1, 91 => 0x3008, 223 => '1.1', 229 => '1.1' }, - 'autoisomax' => { 223 => '1.2', 229 => '1.2' }, - 'autoisominshutterspeed' => { 223 => '1.3', 229 => '1.3' }, - 'autolateralca' => { 376 => 'AutoLateralCA' }, + 'autofocus' => { 238 => 0x209 }, + 'autofp' => { 231 => '7.3', 233 => '31.4' }, + 'autoiso' => { 62 => 0x1, 91 => 0x3008, 225 => '1.1', 231 => '1.1' }, + 'autoisomax' => { 225 => '1.2', 231 => '1.2' }, + 'autoisominshutterspeed' => { 225 => '1.3', 231 => '1.3' }, + 'autolateralca' => { 380 => 'AutoLateralCA' }, 'autolightingoptimizer' => { 14 => 0xbe, 15 => 0xbf, 18 => 0xbf, 50 => 0x2, 68 => 0x204, 87 => 0x6f }, 'autolightingoptimizeron' => { 87 => 0x6e }, - 'autoportraitframed' => { 335 => 0x2016 }, - 'autoredeye' => { 215 => 0xfe28a44f }, + 'autoportraitframed' => { 339 => 0x2016 }, + 'autoredeye' => { 216 => 0xfe28a44f }, 'autorotate' => { 62 => 0x1b }, - 'autoshadows' => { 376 => 'AutoShadows' }, - 'autowhiteversion' => { 376 => 'AutoWhiteVersion' }, + 'autoshadows' => { 380 => 'AutoShadows' }, + 'autowhiteversion' => { 380 => 'AutoWhiteVersion' }, 'auxiliarylens' => { 182 => 0x82 }, - 'avaperturesetting' => { 265 => 0x13 }, + 'avaperturesetting' => { 269 => 0x13 }, 'averageblacklevel' => { 36 => 0xe7, 38 => 0xfb, 39 => 0x114 }, 'averagelv' => { 153 => 0x38 }, 'avsettingwithoutlens' => { 68 => 0x707 }, 'azimuth' => { 134 => 'Azimuth' }, - 'babyage' => { 253 => [0x8010,0x33] }, - 'babyname' => { 253 => 0x66 }, - 'backgroundalpha' => { 394 => 'bgalpha' }, - 'baseexposurecompensation' => { 265 => 0x15 }, - 'baseiso' => { 62 => 0x2, 81 => 0x101c, 255 => 0x312a, 358 => 0x6 }, + 'babyage' => { 255 => [0x8010,0x33] }, + 'babyname' => { 255 => 0x66 }, + 'backgroundalpha' => { 398 => 'bgalpha' }, + 'baseexposurecompensation' => { 269 => 0x15 }, + 'baseiso' => { 62 => 0x2, 81 => 0x101c, 109 => 0x903, 257 => 0x312a, 362 => 0x6 }, 'baselineexposure' => { 95 => 0xc62a }, 'baselineexposureoffset' => { 95 => 0xc7a5 }, 'baselinenoise' => { 95 => 0xc62b }, 'baselinesharpness' => { 95 => 0xc62c }, - 'baseurl' => { 397 => 'BaseURL' }, - 'batterylevel' => { 323 => 0x51, 327 => 0xc, 328 => 0x4, 329 => 0x4, 359 => 0x7 }, - 'batterylevelgrip1' => { 359 => 0x6 }, - 'batterylevelgrip2' => { 359 => 0x8 }, - 'batteryorder' => { 222 => '12.5', 227 => '13.2', 228 => '2.1' }, - 'batterystate' => { 150 => 0x60, 323 => 0x50, 329 => 0x14 }, - 'batterytemperature' => { 327 => 0x1, 329 => 0x2, 359 => 0x5 }, - 'batteryunknown' => { 327 => 0x2, 329 => 0x0 }, - 'batteryvoltage' => { 302 => 0x2a, 327 => 0x8 }, - 'batteryvoltage1' => { 329 => 0x6 }, - 'batteryvoltage2' => { 329 => 0x8 }, + 'baseurl' => { 401 => 'BaseURL' }, + 'batterylevel' => { 327 => 0x51, 331 => 0xc, 332 => 0x4, 333 => 0x4, 363 => 0x7 }, + 'batterylevelgrip1' => { 363 => 0x6 }, + 'batterylevelgrip2' => { 363 => 0x8 }, + 'batteryorder' => { 223 => '12.5', 229 => '13.2', 230 => '2.1' }, + 'batterystate' => { 150 => 0x60, 327 => 0x50, 333 => 0x14 }, + 'batterytemperature' => { 331 => 0x1, 333 => 0x2, 363 => 0x5 }, + 'batteryunknown' => { 331 => 0x2, 333 => 0x0 }, + 'batteryvoltage' => { 306 => 0x2a, 331 => 0x8 }, + 'batteryvoltage1' => { 333 => 0x6 }, + 'batteryvoltage2' => { 333 => 0x8 }, 'bayergreensplit' => { 95 => 0xc62d }, 'bayerpattern' => { 108 => 0xf902, 154 => 0x17 }, - 'beatspliceparams' => { 399 => 'beatSpliceParams' }, - 'beatspliceparamsriseindecibel' => { 399 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] }, - 'beatspliceparamsriseintimeduration' => { 399 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] }, - 'beatspliceparamsriseintimedurationscale' => { 399 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] }, - 'beatspliceparamsriseintimedurationvalue' => { 399 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] }, - 'beatspliceparamsusefilebeatsmarker' => { 399 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] }, - 'beep' => { 222 => '13.1', 223 => '0.1', 224 => '2.1', 225 => '3.1', 226 => '3.1', 227 => '10.1', 229 => '0.1', 231 => '4.1' }, - 'beeppitch' => { 228 => '3.1' }, - 'beepvolume' => { 228 => '4.5' }, + 'beatspliceparams' => { 403 => 'beatSpliceParams' }, + 'beatspliceparamsriseindecibel' => { 403 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] }, + 'beatspliceparamsriseintimeduration' => { 403 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] }, + 'beatspliceparamsriseintimedurationscale' => { 403 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] }, + 'beatspliceparamsriseintimedurationvalue' => { 403 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] }, + 'beatspliceparamsusefilebeatsmarker' => { 403 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] }, + 'beep' => { 223 => '13.1', 224 => '5.4', 225 => '0.1', 226 => '2.1', 227 => '3.1', 228 => '3.1', 229 => '10.1', 231 => '0.1', 233 => '4.1' }, + 'beeppitch' => { 230 => '3.1' }, + 'beepvolume' => { 230 => '4.5' }, 'bestqualityscale' => { 95 => 0xc65c }, 'bestshotmode' => { 91 => 0x3007 }, 'bitdepth' => { 131 => 'BitDepth', 154 => 0x11, 187 => 0x41 }, 'bitspercomponent' => { 105 => 0x87 }, - 'bitspersample' => { 95 => 0x102, 395 => 'BitsPerSample' }, - 'blacklevel' => { 95 => 0xc61a, 182 => 0x3d, 238 => 0x1012 }, - 'blacklevel1' => { 257 => 0x8 }, - 'blacklevel2' => { 237 => 0x600, 241 => 0x600, 257 => 0x9 }, - 'blacklevel3' => { 257 => 0xa }, - 'blacklevelblue' => { 257 => 0x1e }, + 'bitspersample' => { 95 => 0x102, 399 => 'BitsPerSample' }, + 'blacklevel' => { 95 => 0xc61a, 182 => 0x3d, 240 => [0x401,0x1012] }, + 'blacklevel1' => { 259 => 0x8 }, + 'blacklevel2' => { 239 => 0x600, 243 => 0x600, 259 => 0x9 }, + 'blacklevel3' => { 259 => 0xa }, + 'blacklevelblue' => { 259 => 0x1e }, 'blackleveldeltah' => { 95 => 0xc61b }, 'blackleveldeltav' => { 95 => 0xc61c }, - 'blacklevelgreen' => { 257 => 0x1d }, - 'blacklevelred' => { 257 => 0x1c }, + 'blacklevelgreen' => { 259 => 0x1d }, + 'blacklevelred' => { 259 => 0x1c }, 'blacklevelrepeatdim' => { 95 => 0xc619 }, - 'blackpoint' => { 284 => 0x200 }, - 'blacks2012' => { 376 => 'Blacks2012' }, - 'bleachbypasstoning' => { 284 => 0x7f }, - 'bluebalance' => { 166 => 0x271, 238 => 0x1018, 257 => 0x12, 284 => 0x1b }, + 'blackpoint' => { 288 => 0x200 }, + 'blacks2012' => { 380 => 'Blacks2012' }, + 'bleachbypasstoning' => { 288 => 0x7f }, + 'bluebalance' => { 166 => 0x271, 240 => 0x1018, 259 => 0x12, 288 => 0x1b }, 'bluecurvelimits' => { 86 => 0x1fe }, 'bluecurvepoints' => { 86 => 0x1d4 }, - 'bluehue' => { 376 => 'BlueHue' }, - 'bluesaturation' => { 376 => 'BlueSaturation' }, - 'blurcontrol' => { 284 => 0x82 }, + 'bluehue' => { 380 => 'BlueHue' }, + 'bluesaturation' => { 380 => 'BlueSaturation' }, + 'blurcontrol' => { 288 => 0x82 }, 'blurwarning' => { 100 => 0x1300 }, - 'bodybatteryadload' => { 263 => 0x3 }, - 'bodybatteryadnoload' => { 263 => 0x2 }, - 'bodybatterystate' => { 263 => '1.1' }, - 'bodybatteryvoltage1' => { 263 => 0x2 }, - 'bodybatteryvoltage2' => { 263 => 0x4 }, - 'bodybatteryvoltage3' => { 263 => 0x6 }, - 'bodybatteryvoltage4' => { 263 => 0x8 }, - 'bodyfirmware' => { 307 => 0x0 }, - 'bodyfirmwareversion' => { 234 => 0x104, 235 => 0x100, 238 => 0x104 }, - 'bodyserialnumber' => { 307 => 0x10 }, + 'bodybatteryadload' => { 267 => 0x3 }, + 'bodybatteryadnoload' => { 267 => 0x2 }, + 'bodybatterystate' => { 267 => '1.1' }, + 'bodybatteryvoltage1' => { 267 => 0x2 }, + 'bodybatteryvoltage2' => { 267 => 0x4 }, + 'bodybatteryvoltage3' => { 267 => 0x6 }, + 'bodybatteryvoltage4' => { 267 => 0x8 }, + 'bodyfirmware' => { 311 => 0x0 }, + 'bodyfirmwareversion' => { 236 => 0x104, 237 => 0x100, 240 => 0x104 }, + 'bodyserialnumber' => { 311 => 0x10 }, 'bracketmode' => { 46 => 0x3 }, 'bracketsequence' => { 91 => 0x301d }, - 'bracketsettings' => { 253 => 0x45 }, - 'bracketshotnumber' => { 46 => 0x5, 265 => 0x9, 334 => 0x2b }, - 'bracketshotnumber2' => { 334 => 0x2d }, + 'bracketsettings' => { 255 => 0x45 }, + 'bracketshotnumber' => { 46 => 0x5, 269 => 0x9, 338 => 0x2b }, + 'bracketshotnumber2' => { 338 => 0x2d }, 'bracketstep' => { 147 => 0xe }, 'bracketvalue' => { 46 => 0x4 }, - 'brightness' => { 95 => 0xfe53, 125 => 'Brightness', 147 => 0x2c, 184 => 0x34, 302 => 0x25, 323 => 0x22, 335 => 0x2007, 376 => 'Brightness' }, - 'brightnessadj' => { 86 => 0x114, 208 => 0x0, 218 => 0x2d, 362 => 0x8018 }, - 'brightnessvalue' => { 95 => 0x9203, 153 => [0x691,0x49c3], 238 => 0x1003, 342 => 0x1140, 343 => 0x1140, 344 => 0x111c, 345 => 0x1198, 346 => 0x1174, 347 => 0x102c, 348 => 0x224, 380 => 'BrightnessValue' }, + 'brightness' => { 95 => 0xfe53, 125 => 'Brightness', 147 => 0x2c, 184 => 0x34, 306 => 0x25, 327 => 0x22, 339 => 0x2007, 380 => 'Brightness' }, + 'brightnessadj' => { 86 => 0x114, 209 => 0x0, 219 => 0x2d, 366 => 0x8018 }, + 'brightnessvalue' => { 95 => 0x9203, 153 => [0x691,0x49c3], 240 => 0x1003, 346 => 0x1140, 347 => 0x1140, 348 => 0x111c, 349 => 0x1198, 350 => 0x1174, 351 => 0x102c, 352 => 0x224, 384 => 'BrightnessValue' }, 'bulbduration' => { 62 => 0x18 }, - 'burstmode' => { 111 => 0xa, 253 => 0x2a }, + 'burstmode' => { 111 => 0xa, 255 => 0x2a }, 'burstmode2' => { 111 => 0x18 }, - 'burstshot' => { 315 => 0x34 }, - 'burstspeed' => { 253 => 0x77 }, + 'burstshot' => { 319 => 0x34 }, + 'burstspeed' => { 255 => 0x77 }, 'buttonfunctioncontroloff' => { 68 => 0x70a }, 'bwfilter' => { 147 => 0x2a, 155 => 0x39 }, - 'bwmode' => { 238 => 0x203 }, + 'bwmode' => { 240 => 0x203 }, 'by-line' => { 103 => 0x50 }, 'by-linetitle' => { 103 => 0x55 }, - 'bytecount' => { 390 => 'byteCount' }, - 'calibration' => { 315 => [0x24,0x30] }, + 'bytecount' => { 394 => 'byteCount' }, + 'calibration' => { 319 => [0x24,0x30] }, 'calibrationilluminant1' => { 95 => 0xc65a }, 'calibrationilluminant2' => { 95 => 0xc65b }, - 'cameraangle' => { 399 => 'cameraAngle' }, + 'cameraangle' => { 403 => 'cameraAngle' }, 'cameracalibration1' => { 95 => 0xc623 }, 'cameracalibration2' => { 95 => 0xc624 }, 'cameracalibrationsig' => { 95 => 0xc6f3 }, @@ -855,27 +860,27 @@ my %tagLookup = ( 'cameracolorcalibration13' => { 31 => 0x30, 37 => 0xf6 }, 'cameracolorcalibration14' => { 31 => 0x34, 37 => 0xfb }, 'cameracolorcalibration15' => { 31 => 0x38, 37 => 0x100 }, - 'cameraid' => { 238 => 0x209, 314 => 0x209 }, + 'cameraid' => { 240 => 0x209, 318 => 0x209 }, 'cameraiso' => { 29 => 0x10 }, - 'cameralabel' => { 95 => 0xc7a1, 399 => 'cameraLabel' }, - 'cameramodel' => { 399 => 'cameraModel' }, - 'cameramove' => { 399 => 'cameraMove' }, - 'cameraorientation' => { 5 => 0x30, 7 => 0x7d, 9 => 0x30, 11 => 0x35, 12 => 0x30, 13 => 0x30, 14 => 0x31, 15 => 0x31, 16 => 0x35, 17 => 0x27, 18 => 0x31, 19 => 0x7d, 20 => 0x38, 21 => 0x36, 22 => 0x7d, 23 => 0x83, 24 => 0x84, 25 => 0x35, 253 => 0x8f, 287 => 0x1, 329 => [0x16,0x18], 350 => 0x28, 351 => 0x24, 352 => 0x29 }, + 'cameralabel' => { 95 => 0xc7a1, 403 => 'cameraLabel' }, + 'cameramodel' => { 403 => 'cameraModel' }, + 'cameramove' => { 403 => 'cameraMove' }, + 'cameraorientation' => { 5 => 0x30, 7 => 0x7d, 9 => 0x30, 11 => 0x35, 12 => 0x30, 13 => 0x30, 14 => 0x31, 15 => 0x31, 16 => 0x35, 17 => 0x27, 18 => 0x31, 19 => 0x7d, 20 => 0x38, 21 => 0x36, 22 => 0x7d, 23 => 0x83, 24 => 0x84, 25 => 0x35, 255 => 0x8f, 291 => 0x1, 333 => [0x16,0x18], 354 => 0x28, 355 => 0x24, 356 => 0x29 }, 'cameraowner' => { 112 => 0xc353 }, - 'cameraparameters' => { 238 => 0x2050 }, - 'cameraprofile' => { 376 => 'CameraProfile' }, - 'cameraprofiledigest' => { 376 => 'CameraProfileDigest' }, + 'cameraparameters' => { 240 => 0x2050 }, + 'cameraprofile' => { 380 => 'CameraProfile' }, + 'cameraprofiledigest' => { 380 => 'CameraProfileDigest' }, 'cameraserialnumber' => { 95 => 0xc62f, 145 => 'CameraSerialNumber' }, - 'camerasettingsversion' => { 233 => 0x0 }, - 'cameratemperature' => { 5 => 0x18, 7 => 0x1b, 9 => 0x18, 11 => 0x19, 12 => 0x18, 13 => 0x18, 14 => 0x19, 15 => 0x19, 16 => 0x19, 17 => 0x17, 18 => 0x19, 19 => 0x1b, 20 => 0x19, 21 => 0x19, 22 => 0x1b, 23 => 0x1b, 24 => 0x1b, 25 => 0x19, 26 => [0x87,0x91], 27 => [0x99,0x9f,0xa4,0xa8,0x105], 28 => ['-3',0x64,0x47,0x53,0x5b,0x5c], 62 => 0xc, 237 => 0x1306, 249 => 0x320, 255 => 0x3402, 284 => 0x47, 312 => 0x43, 354 => 0x5 }, - 'cameratemperature2' => { 288 => 0xc }, - 'cameratemperature3' => { 288 => 0xe }, - 'cameratemperature4' => { 288 => 0x14 }, - 'cameratemperature5' => { 288 => 0x16 }, + 'camerasettingsversion' => { 235 => 0x0 }, + 'cameratemperature' => { 5 => 0x18, 7 => 0x1b, 9 => 0x18, 11 => 0x19, 12 => 0x18, 13 => 0x18, 14 => 0x19, 15 => 0x19, 16 => 0x19, 17 => 0x17, 18 => 0x19, 19 => 0x1b, 20 => 0x19, 21 => 0x19, 22 => 0x1b, 23 => 0x1b, 24 => 0x1b, 25 => 0x19, 26 => [0x87,0x91], 27 => [0x99,0x9f,0xa4,0xa8,0x105], 28 => ['-3',0x64,0x47,0x53,0x5b,0x5c], 62 => 0xc, 109 => 0x406, 239 => 0x1306, 251 => 0x320, 257 => 0x3402, 288 => 0x47, 316 => 0x43, 358 => 0x5 }, + 'cameratemperature2' => { 292 => 0xc }, + 'cameratemperature3' => { 292 => 0xe }, + 'cameratemperature4' => { 292 => 0x14 }, + 'cameratemperature5' => { 292 => 0x16 }, 'cameratemperaturerangemax' => { 97 => 0x5 }, 'cameratemperaturerangemin' => { 97 => 0x6 }, - 'cameratype' => { 62 => 0x1a, 238 => 0x207 }, - 'cameratype2' => { 234 => 0x100 }, + 'cameratype' => { 62 => 0x1a, 240 => 0x207 }, + 'cameratype2' => { 236 => 0x100 }, 'canonexposuremode' => { 29 => 0x14 }, 'canonfiledescription' => { 81 => 0x805 }, 'canonfilelength' => { 51 => 0xe }, @@ -886,213 +891,213 @@ my %tagLookup = ( 'canonimagetype' => { 51 => 0x6, 81 => 0x815 }, 'canonmodelid' => { 51 => 0x10, 81 => 0x1834 }, 'canonvrd' => { 96 => 'CanonVRD' }, - 'caption' => { 371 => 'caption' }, + 'caption' => { 375 => 'caption' }, 'caption-abstract' => { 103 => 0x78 }, - 'captionsauthornames' => { 379 => 'CaptionsAuthorNames' }, - 'captionsdatetimestamps' => { 379 => 'CaptionsDateTimeStamps' }, - 'captionwriter' => { 388 => 'CaptionWriter' }, + 'captionsauthornames' => { 383 => 'CaptionsAuthorNames' }, + 'captionsdatetimestamps' => { 383 => 'CaptionsDateTimeStamps' }, + 'captionwriter' => { 392 => 'CaptionWriter' }, 'captureframerate' => { 91 => 0x4001 }, - 'capturesoftware' => { 366 => 'CaptureSoftware' }, + 'capturesoftware' => { 370 => 'CaptureSoftware' }, 'cardshutterlock' => { 150 => 0x49 }, 'casioimagesize' => { 91 => 0x9 }, - 'catalogsets' => { 103 => 0xff, 365 => 'CatalogSets', 369 => 'CatalogSets' }, - 'categories' => { 51 => 0x23, 371 => 'categories' }, - 'category' => { 103 => 0xf, 232 => 0x30, 388 => 'Category' }, - 'ccdboardversion' => { 249 => 0x331 }, - 'ccdscanmode' => { 238 => 0x1039 }, - 'ccdsensitivity' => { 205 => 0x6 }, - 'ccdversion' => { 249 => 0x330 }, - 'cellglobalid' => { 375 => 'cgi' }, + 'catalogsets' => { 103 => 0xff, 369 => 'CatalogSets', 373 => 'CatalogSets' }, + 'categories' => { 51 => 0x23, 375 => 'categories' }, + 'category' => { 103 => 0xf, 234 => 0x30, 392 => 'Category' }, + 'ccdboardversion' => { 251 => 0x331 }, + 'ccdscanmode' => { 240 => 0x1039 }, + 'ccdsensitivity' => { 206 => 0x6 }, + 'ccdversion' => { 251 => 0x330 }, + 'cellglobalid' => { 379 => 'cgi' }, 'celllength' => { 95 => 0x109 }, - 'cellr' => { 375 => 'r' }, - 'celltowerid' => { 375 => 'cellid' }, + 'cellr' => { 379 => 'r' }, + 'celltowerid' => { 379 => 'cellid' }, 'cellwidth' => { 95 => 0x108 }, - 'centerafarea' => { 229 => '15.1' }, - 'centerfocuspoint' => { 231 => '2.2' }, - 'centerweightedareasize' => { 222 => '7.1', 227 => '5.1', 228 => '7.1', 229 => '6.3', 231 => '8.1' }, - 'certificate' => { 403 => 'Certificate' }, - 'cfapattern' => { 95 => 0xa302, 380 => 'CFAPattern' }, + 'centerafarea' => { 231 => '15.1' }, + 'centerfocuspoint' => { 233 => '2.2' }, + 'centerweightedareasize' => { 223 => '7.1', 224 => '8.1', 229 => '5.1', 230 => '7.1', 231 => '6.3', 233 => '8.1' }, + 'certificate' => { 407 => 'Certificate' }, + 'cfapattern' => { 95 => 0xa302, 384 => 'CFAPattern' }, 'cfapattern2' => { 95 => 0x828e }, - 'cfapatterncolumns' => { 380 => [\'CFAPattern','CFAPatternColumns'] }, - 'cfapatternrows' => { 380 => [\'CFAPattern','CFAPatternRows'] }, - 'cfapatternvalues' => { 380 => [\'CFAPattern','CFAPatternValues'] }, + 'cfapatterncolumns' => { 384 => [\'CFAPattern','CFAPatternColumns'] }, + 'cfapatternrows' => { 384 => [\'CFAPattern','CFAPatternRows'] }, + 'cfapatternvalues' => { 384 => [\'CFAPattern','CFAPatternValues'] }, 'cfarepeatpatterndim' => { 95 => 0x828d }, - 'channel' => { 390 => 'channel' }, + 'channel' => { 394 => 'channel' }, 'channels' => { 124 => 'Channels' }, 'checkmark' => { 86 => 0x26a }, 'checkmark2' => { 87 => 0x8e }, - 'childfontfiles' => { 404 => [\'Fonts','FontsChildFontFiles'] }, - 'chmodeshootingspeed' => { 222 => '10.3' }, + 'childfontfiles' => { 408 => [\'Fonts','FontsChildFontFiles'] }, + 'chmodeshootingspeed' => { 223 => '10.3', 224 => '11.2' }, 'chromablurradius' => { 95 => 0xc631 }, 'chromaticaberration' => { 87 => 0x66 }, - 'chromaticaberrationb' => { 376 => 'ChromaticAberrationB' }, + 'chromaticaberrationb' => { 380 => 'ChromaticAberrationB' }, 'chromaticaberrationblue' => { 87 => 0x6b }, 'chromaticaberrationcorr' => { 64 => [0x4,0x5] }, - 'chromaticaberrationcorrection' => { 274 => 0x1 }, + 'chromaticaberrationcorrection' => { 278 => 0x1 }, 'chromaticaberrationon' => { 87 => 0x62 }, - 'chromaticaberrationr' => { 376 => 'ChromaticAberrationR' }, + 'chromaticaberrationr' => { 380 => 'ChromaticAberrationR' }, 'chromaticaberrationred' => { 87 => 0x6a }, 'chromaticaberrationsetting' => { 65 => 0x6 }, - 'chrominancenoisereduction' => { 87 => 0x5e, 315 => 0x1a }, + 'chrominancenoisereduction' => { 87 => 0x5e, 319 => 0x1a }, 'chrominancenr_tiff_jpeg' => { 87 => 0x60 }, - 'circgradbasedcorractive' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] }, - 'circgradbasedcorramount' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] }, - 'circgradbasedcorrbrightness' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] }, - 'circgradbasedcorrclarity' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] }, - 'circgradbasedcorrclarity2012' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] }, - 'circgradbasedcorrcontrast' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] }, - 'circgradbasedcorrcontrast2012' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] }, - 'circgradbasedcorrdefringe' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] }, - 'circgradbasedcorrexposure' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] }, - 'circgradbasedcorrexposure2012' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] }, - 'circgradbasedcorrhighlights2012' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] }, - 'circgradbasedcorrhue' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] }, - 'circgradbasedcorrluminancenoise' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] }, - 'circgradbasedcorrmaskalpha' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] }, - 'circgradbasedcorrmaskangle' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] }, - 'circgradbasedcorrmaskbottom' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] }, - 'circgradbasedcorrmaskcentervalue' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] }, - 'circgradbasedcorrmaskcenterweight' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] }, - 'circgradbasedcorrmaskdabs' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] }, - 'circgradbasedcorrmaskfeather' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] }, - 'circgradbasedcorrmaskflipped' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] }, - 'circgradbasedcorrmaskflow' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] }, - 'circgradbasedcorrmaskfullx' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] }, - 'circgradbasedcorrmaskfully' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] }, - 'circgradbasedcorrmaskleft' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] }, - 'circgradbasedcorrmaskmidpoint' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] }, - 'circgradbasedcorrmaskperimetervalue' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] }, - 'circgradbasedcorrmaskradius' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] }, - 'circgradbasedcorrmaskright' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] }, - 'circgradbasedcorrmaskroundness' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] }, - 'circgradbasedcorrmasks' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] }, - 'circgradbasedcorrmasksizex' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] }, - 'circgradbasedcorrmasksizey' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] }, - 'circgradbasedcorrmasktop' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] }, - 'circgradbasedcorrmaskvalue' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] }, - 'circgradbasedcorrmaskversion' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] }, - 'circgradbasedcorrmaskwhat' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] }, - 'circgradbasedcorrmaskx' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] }, - 'circgradbasedcorrmasky' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] }, - 'circgradbasedcorrmaskzerox' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] }, - 'circgradbasedcorrmaskzeroy' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] }, - 'circgradbasedcorrmoire' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] }, - 'circgradbasedcorrsaturation' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation','CircularGradientBasedCorrectionsLocalToningSaturation'] }, - 'circgradbasedcorrshadows2012' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] }, - 'circgradbasedcorrsharpness' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] }, - 'circgradbasedcorrtemperature' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] }, - 'circgradbasedcorrtint' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] }, - 'circgradbasedcorrwhat' => { 376 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] }, - 'circulargradientbasedcorrections' => { 376 => 'CircularGradientBasedCorrections' }, - 'city' => { 103 => 0x5a, 130 => 'City', 253 => 0x6d, 388 => 'City' }, - 'city2' => { 253 => 0x80 }, - 'clarity' => { 376 => 'Clarity' }, - 'clarity2012' => { 376 => 'Clarity2012' }, + 'circgradbasedcorractive' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] }, + 'circgradbasedcorramount' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] }, + 'circgradbasedcorrbrightness' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] }, + 'circgradbasedcorrclarity' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] }, + 'circgradbasedcorrclarity2012' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] }, + 'circgradbasedcorrcontrast' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] }, + 'circgradbasedcorrcontrast2012' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] }, + 'circgradbasedcorrdefringe' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] }, + 'circgradbasedcorrexposure' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] }, + 'circgradbasedcorrexposure2012' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] }, + 'circgradbasedcorrhighlights2012' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] }, + 'circgradbasedcorrhue' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] }, + 'circgradbasedcorrluminancenoise' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] }, + 'circgradbasedcorrmaskalpha' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] }, + 'circgradbasedcorrmaskangle' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] }, + 'circgradbasedcorrmaskbottom' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] }, + 'circgradbasedcorrmaskcentervalue' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] }, + 'circgradbasedcorrmaskcenterweight' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] }, + 'circgradbasedcorrmaskdabs' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] }, + 'circgradbasedcorrmaskfeather' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] }, + 'circgradbasedcorrmaskflipped' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] }, + 'circgradbasedcorrmaskflow' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] }, + 'circgradbasedcorrmaskfullx' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] }, + 'circgradbasedcorrmaskfully' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] }, + 'circgradbasedcorrmaskleft' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] }, + 'circgradbasedcorrmaskmidpoint' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] }, + 'circgradbasedcorrmaskperimetervalue' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] }, + 'circgradbasedcorrmaskradius' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] }, + 'circgradbasedcorrmaskright' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] }, + 'circgradbasedcorrmaskroundness' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] }, + 'circgradbasedcorrmasks' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] }, + 'circgradbasedcorrmasksizex' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] }, + 'circgradbasedcorrmasksizey' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] }, + 'circgradbasedcorrmasktop' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] }, + 'circgradbasedcorrmaskvalue' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] }, + 'circgradbasedcorrmaskversion' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] }, + 'circgradbasedcorrmaskwhat' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] }, + 'circgradbasedcorrmaskx' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] }, + 'circgradbasedcorrmasky' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] }, + 'circgradbasedcorrmaskzerox' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] }, + 'circgradbasedcorrmaskzeroy' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] }, + 'circgradbasedcorrmoire' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] }, + 'circgradbasedcorrsaturation' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation','CircularGradientBasedCorrectionsLocalToningSaturation'] }, + 'circgradbasedcorrshadows2012' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] }, + 'circgradbasedcorrsharpness' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] }, + 'circgradbasedcorrtemperature' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] }, + 'circgradbasedcorrtint' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] }, + 'circgradbasedcorrwhat' => { 380 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] }, + 'circulargradientbasedcorrections' => { 380 => 'CircularGradientBasedCorrections' }, + 'city' => { 103 => 0x5a, 130 => 'City', 255 => 0x6d, 392 => 'City' }, + 'city2' => { 255 => 0x80 }, + 'clarity' => { 380 => 'Clarity' }, + 'clarity2012' => { 380 => 'Clarity2012' }, 'classifystate' => { 103 => 0xe1 }, - 'clearretouch' => { 253 => 0x7c }, - 'clearretouchvalue' => { 253 => 0xa3 }, - 'client' => { 399 => 'client' }, - 'clientname' => { 382 => 'ClientName' }, - 'clmodeshootingspeed' => { 222 => '10.2', 227 => '11.2', 228 => '10.2', 231 => '11.1' }, - 'cmcontrast' => { 241 => 0x2022 }, - 'cmexposurecompensation' => { 241 => 0x2000 }, - 'cmhue' => { 241 => 0x2021 }, - 'cmsaturation' => { 241 => 0x2020 }, - 'cmsharpness' => { 241 => 0x2023 }, - 'cmwhitebalance' => { 241 => 0x2001 }, - 'cmwhitebalancecomp' => { 241 => 0x2002 }, - 'cmwhitebalancegraypoint' => { 241 => 0x2010 }, + 'clearretouch' => { 255 => 0x7c }, + 'clearretouchvalue' => { 255 => 0xa3 }, + 'client' => { 403 => 'client' }, + 'clientname' => { 386 => 'ClientName' }, + 'clmodeshootingspeed' => { 223 => '10.2', 224 => '11.3', 229 => '11.2', 230 => '10.2', 233 => '11.1' }, + 'cmcontrast' => { 243 => 0x2022 }, + 'cmexposurecompensation' => { 243 => 0x2000 }, + 'cmhue' => { 243 => 0x2021 }, + 'cmsaturation' => { 243 => 0x2020 }, + 'cmsharpness' => { 243 => 0x2023 }, + 'cmwhitebalance' => { 243 => 0x2001 }, + 'cmwhitebalancecomp' => { 243 => 0x2002 }, + 'cmwhitebalancegraypoint' => { 243 => 0x2010 }, 'codec' => { 138 => 'Codec' }, 'codedcharacterset' => { 104 => 0x5a }, 'collectionname' => { 139 => [\'Collections','CollectionsCollectionName'] }, 'collections' => { 139 => 'Collections' }, 'collectionuri' => { 139 => [\'Collections','CollectionsCollectionURI'] }, - 'coloraberrationcontrol' => { 215 => 0xc89224b }, - 'coloradjustment' => { 315 => 0x14 }, - 'coloradjustmentmode' => { 314 => 0x210 }, - 'coloranta' => { 404 => [\'Colorants','ColorantsA'] }, - 'colorantb' => { 404 => [\'Colorants','ColorantsB'] }, - 'colorantblack' => { 404 => [\'Colorants','ColorantsBlack'] }, - 'colorantblue' => { 404 => [\'Colorants','ColorantsBlue'] }, - 'colorantcyan' => { 404 => [\'Colorants','ColorantsCyan'] }, - 'colorantgreen' => { 404 => [\'Colorants','ColorantsGreen'] }, - 'colorantl' => { 404 => [\'Colorants','ColorantsL'] }, - 'colorantmagenta' => { 404 => [\'Colorants','ColorantsMagenta'] }, - 'colorantmode' => { 404 => [\'Colorants','ColorantsMode'] }, - 'colorantred' => { 404 => [\'Colorants','ColorantsRed'] }, - 'colorants' => { 404 => 'Colorants' }, - 'colorantswatchname' => { 404 => [\'Colorants','ColorantsSwatchName'] }, - 'coloranttint' => { 404 => [\'Colorants','ColorantsTint'] }, - 'coloranttype' => { 404 => [\'Colorants','ColorantsType'] }, - 'colorantyellow' => { 404 => [\'Colorants','ColorantsYellow'] }, + 'coloraberrationcontrol' => { 216 => 0xc89224b }, + 'coloradjustment' => { 319 => 0x14 }, + 'coloradjustmentmode' => { 318 => 0x210 }, + 'coloranta' => { 408 => [\'Colorants','ColorantsA'] }, + 'colorantb' => { 408 => [\'Colorants','ColorantsB'] }, + 'colorantblack' => { 408 => [\'Colorants','ColorantsBlack'] }, + 'colorantblue' => { 408 => [\'Colorants','ColorantsBlue'] }, + 'colorantcyan' => { 408 => [\'Colorants','ColorantsCyan'] }, + 'colorantgreen' => { 408 => [\'Colorants','ColorantsGreen'] }, + 'colorantl' => { 408 => [\'Colorants','ColorantsL'] }, + 'colorantmagenta' => { 408 => [\'Colorants','ColorantsMagenta'] }, + 'colorantmode' => { 408 => [\'Colorants','ColorantsMode'] }, + 'colorantred' => { 408 => [\'Colorants','ColorantsRed'] }, + 'colorants' => { 408 => 'Colorants' }, + 'colorantswatchname' => { 408 => [\'Colorants','ColorantsSwatchName'] }, + 'coloranttint' => { 408 => [\'Colorants','ColorantsTint'] }, + 'coloranttype' => { 408 => [\'Colorants','ColorantsType'] }, + 'colorantyellow' => { 408 => [\'Colorants','ColorantsYellow'] }, 'colorbalance' => { 125 => 'ColorBalance' }, - 'colorbalanceadj' => { 215 => 0x76a43202 }, + 'colorbalanceadj' => { 216 => 0x76a43202 }, 'colorbalanceblue' => { 147 => 0x1e }, 'colorbalancegreen' => { 147 => 0x1d }, 'colorbalancered' => { 147 => 0x1c }, 'colorbalanceversion' => { 167 => 0x0 }, 'colorblur' => { 87 => 0x65 }, - 'colorbooster' => { 215 => 0x5f0e7d23 }, - 'colorboostlevel' => { 209 => 0x1 }, - 'colorboosttype' => { 209 => 0x0 }, - 'colorclass' => { 292 => 0xde, 293 => 'ColorClass' }, - 'colorcompensationfilter' => { 150 => [0x3a,0x5f], 152 => 0x111, 335 => 0xb022 }, - 'colorcompensationfilterset' => { 323 => 0xd, 324 => 0xc, 325 => 0x18, 339 => 0xf }, - 'colorcontrol' => { 238 => 0x102b }, - 'colorcorrection' => { 362 => 0x8015 }, + 'colorbooster' => { 216 => 0x5f0e7d23 }, + 'colorboostlevel' => { 210 => 0x1 }, + 'colorboosttype' => { 210 => 0x0 }, + 'colorclass' => { 296 => 0xde, 297 => 'ColorClass' }, + 'colorcompensationfilter' => { 150 => [0x3a,0x5f], 152 => 0x111, 339 => 0xb022 }, + 'colorcompensationfilterset' => { 327 => 0xd, 328 => 0xc, 329 => 0x18, 343 => 0xf }, + 'colorcontrol' => { 240 => 0x102b }, + 'colorcorrection' => { 366 => 0x8015 }, 'colordataversion' => { 35 => 0x0, 36 => 0x0, 38 => 0x0, 39 => 0x0 }, - 'coloreffect' => { 253 => 0x28 }, - 'colorfilter' => { 90 => 0x17, 91 => 0x3017, 147 => 0x29, 155 => [0x38,0x4d,0x4f], 290 => 0x17 }, + 'coloreffect' => { 255 => 0x28 }, + 'colorfilter' => { 90 => 0x17, 91 => 0x3017, 147 => 0x29, 155 => [0x38,0x4d,0x4f], 294 => 0x17 }, 'colorgain' => { 187 => 0x51 }, 'colorhue' => { 182 => 0x8d }, 'colorimetricreference' => { 95 => 0xc6bf }, - 'colorlabel' => { 379 => 'ColorLabel' }, - 'colormatrix' => { 237 => 0x200, 238 => 0x1011, 312 => 0xa030 }, + 'colorlabel' => { 383 => 'ColorLabel' }, + 'colormatrix' => { 239 => 0x200, 240 => 0x1011, 316 => 0xa030 }, 'colormatrix1' => { 95 => 0xc621 }, - 'colormatrix2' => { 95 => 0xc622, 241 => 0x200 }, - 'colormatrixa' => { 284 => 0x203 }, - 'colormatrixadobergb' => { 312 => 0xa032 }, - 'colormatrixb' => { 284 => 0x204 }, - 'colormatrixnumber' => { 238 => 0x1019 }, - 'colormatrixsrgb' => { 312 => 0xa031 }, - 'colormode' => { 91 => 0x3015, 100 => 0x1210, 111 => 0x66, 147 => 0x28, 150 => 0x16, 152 => 0x101, 153 => 0x36, 155 => 0x7, 182 => 0x3, 205 => 0x4, 253 => 0x32, 315 => 0x2c, 335 => 0xb029, 388 => 'ColorMode' }, - 'colormoirereduction' => { 216 => 0x15 }, - 'colormoirereductionmode' => { 216 => 0x5 }, - 'colornoisereduction' => { 362 => 0x8029, 376 => 'ColorNoiseReduction' }, - 'colornoisereductiondetail' => { 376 => 'ColorNoiseReductionDetail' }, - 'colornoisereductionintensity' => { 216 => 0x18 }, - 'colornoisereductionsharpness' => { 216 => 0x1c }, - 'colornoisereductionsmoothness' => { 376 => 'ColorNoiseReductionSmoothness' }, + 'colormatrix2' => { 95 => 0xc622, 243 => 0x200 }, + 'colormatrixa' => { 288 => 0x203 }, + 'colormatrixadobergb' => { 316 => 0xa032 }, + 'colormatrixb' => { 288 => 0x204 }, + 'colormatrixnumber' => { 240 => 0x1019 }, + 'colormatrixsrgb' => { 316 => 0xa031 }, + 'colormode' => { 91 => 0x3015, 100 => 0x1210, 111 => 0x66, 147 => 0x28, 150 => 0x16, 152 => 0x101, 153 => 0x36, 155 => 0x7, 182 => 0x3, 206 => 0x4, 255 => 0x32, 319 => 0x2c, 339 => 0xb029, 392 => 'ColorMode' }, + 'colormoirereduction' => { 217 => 0x15 }, + 'colormoirereductionmode' => { 217 => 0x5 }, + 'colornoisereduction' => { 366 => 0x8029, 380 => 'ColorNoiseReduction' }, + 'colornoisereductiondetail' => { 380 => 'ColorNoiseReductionDetail' }, + 'colornoisereductionintensity' => { 217 => 0x18 }, + 'colornoisereductionsharpness' => { 217 => 0x1c }, + 'colornoisereductionsmoothness' => { 380 => 'ColorNoiseReductionSmoothness' }, 'colorplanes' => { 99 => 0x2 }, 'colorprofile' => { 147 => 0x33 }, 'colorrepresentation' => { 105 => 0x3c }, 'colorsequence' => { 105 => 0x41 }, - 'colorspace' => { 40 => 0x3, 51 => 0xb4, 81 => 0x10b4, 95 => 0xa001, 131 => 'ColorSpace', 148 => 0x2f, 149 => 0x25, 150 => 0x17, 182 => 0x1e, 233 => 0x507, 284 => 0x37, 312 => 0xa011, 315 => 0xb, 323 => 0x1b, 324 => 0x83, 325 => 0xe, 339 => 0x6, 380 => 'ColorSpace' }, + 'colorspace' => { 40 => 0x3, 51 => 0xb4, 81 => 0x10b4, 95 => 0xa001, 131 => 'ColorSpace', 148 => 0x2f, 149 => 0x25, 150 => 0x17, 182 => 0x1e, 235 => 0x507, 288 => 0x37, 316 => 0xa011, 319 => 0xb, 327 => 0x1b, 328 => 0x83, 329 => 0xe, 343 => 0x6, 384 => 'ColorSpace' }, 'colortempasshot' => { 32 => 0x4, 33 => 0x1d, 34 => 0x26, 35 => 0x43, 38 => 0x43, 39 => 0x43 }, 'colortempauto' => { 32 => 0x9, 33 => 0x22, 34 => 0x1c, 35 => 0x48, 38 => 0x48, 39 => 0x48 }, - 'colortempcloudy' => { 32 => 0x22, 33 => 0x31, 34 => 0x35, 35 => 0x5c, 38 => 0x75, 39 => 0x8e, 284 => 0x55 }, + 'colortempcloudy' => { 32 => 0x22, 33 => 0x31, 34 => 0x35, 35 => 0x5c, 38 => 0x75, 39 => 0x8e, 288 => 0x55 }, 'colortempcustom' => { 35 => 0x84 }, 'colortempcustom1' => { 33 => 0x45 }, 'colortempcustom2' => { 33 => 0x4a }, - 'colortempdaylight' => { 32 => 0x18, 33 => 0x27, 34 => 0x2b, 35 => 0x52, 38 => 0x6b, 39 => 0x84, 284 => 0x53 }, - 'colortemperature' => { 5 => 0x73, 6 => [0x48,0x4e], 7 => 0xc0, 8 => 0x37, 9 => 0x62, 10 => 0x37, 11 => 0x7c, 12 => 0x73, 13 => 0x73, 14 => 0x77, 15 => 0x73, 16 => 0x7c, 17 => 0x58, 18 => 0x73, 19 => 0xc0, 20 => 0x7f, 21 => 0x7d, 22 => 0xc0, 23 => 0xc6, 24 => 0xc7, 25 => 0x7b, 51 => 0xae, 60 => 0x9, 81 => 0x10ae, 100 => 0x1005, 109 => 0x846, 125 => 'ColorTemperature', 148 => [0x6e,0x49], 149 => 0x3f, 150 => [0x39,0x5e], 152 => 0x10b, 155 => [0x3c,0x4c,0x4e], 249 => 0x321, 284 => 0x50, 306 => 0x1308, 335 => 0xb021, 376 => 'Temperature' }, - 'colortemperatureadj' => { 362 => 0x8013 }, - 'colortemperaturebg' => { 238 => 0x1013 }, - 'colortemperaturerg' => { 238 => 0x1014 }, - 'colortemperaturesetting' => { 150 => 0x25, 323 => 0xc, 324 => 0xb, 325 => 0x17, 339 => 0xe }, - 'colortempflash' => { 32 => 0x36, 33 => 0x40, 34 => 0x49, 35 => 0x70, 38 => 0x89, 39 => 0xa2, 284 => 0x5a }, + 'colortempdaylight' => { 32 => 0x18, 33 => 0x27, 34 => 0x2b, 35 => 0x52, 38 => 0x6b, 39 => 0x84, 288 => 0x53 }, + 'colortemperature' => { 5 => 0x73, 6 => [0x48,0x4e], 7 => 0xc0, 8 => 0x37, 9 => 0x62, 10 => 0x37, 11 => 0x7c, 12 => 0x73, 13 => 0x73, 14 => 0x77, 15 => 0x73, 16 => 0x7c, 17 => 0x58, 18 => 0x73, 19 => 0xc0, 20 => 0x7f, 21 => 0x7d, 22 => 0xc0, 23 => 0xc6, 24 => 0xc7, 25 => 0x7b, 51 => 0xae, 60 => 0x9, 81 => 0x10ae, 100 => 0x1005, 109 => 0x846, 125 => 'ColorTemperature', 148 => [0x6e,0x49], 149 => 0x3f, 150 => [0x39,0x5e], 152 => 0x10b, 155 => [0x3c,0x4c,0x4e], 251 => 0x321, 288 => 0x50, 310 => 0x1308, 339 => 0xb021, 380 => 'Temperature' }, + 'colortemperatureadj' => { 366 => 0x8013 }, + 'colortemperaturebg' => { 240 => 0x1013 }, + 'colortemperaturerg' => { 240 => 0x1014 }, + 'colortemperaturesetting' => { 150 => 0x25, 327 => 0xc, 328 => 0xb, 329 => 0x17, 343 => 0xe }, + 'colortempflash' => { 32 => 0x36, 33 => 0x40, 34 => 0x49, 35 => 0x70, 38 => 0x89, 39 => 0xa2, 288 => 0x5a }, 'colortempflashdata' => { 35 => 0x24a }, 'colortempfluorescent' => { 32 => 0x2c, 33 => 0x3b, 34 => 0x3f, 35 => 0x66, 38 => 0x7f, 39 => 0x98 }, - 'colortempfluorescentd' => { 284 => 0x57 }, - 'colortempfluorescentn' => { 284 => 0x58 }, - 'colortempfluorescentw' => { 284 => 0x59 }, - 'colortempkelvin' => { 32 => 0x31, 34 => 0x44, 35 => 0x6b, 38 => 0x84, 39 => 0x9d, 253 => 0x44, 306 => 0x1307 }, + 'colortempfluorescentd' => { 288 => 0x57 }, + 'colortempfluorescentn' => { 288 => 0x58 }, + 'colortempfluorescentw' => { 288 => 0x59 }, + 'colortempkelvin' => { 32 => 0x31, 34 => 0x44, 35 => 0x6b, 38 => 0x84, 39 => 0x9d, 255 => 0x44, 310 => 0x1307 }, 'colortempmeasured' => { 32 => 0xe, 35 => 0x4d, 38 => 0x4d, 39 => 0x4d }, 'colortemppc1' => { 34 => 0x94, 35 => 0x75 }, 'colortemppc2' => { 34 => 0x99, 35 => 0x7a }, 'colortemppc3' => { 34 => 0x9e, 35 => 0x7f }, - 'colortempshade' => { 32 => 0x1d, 33 => 0x2c, 34 => 0x30, 35 => 0x57, 38 => 0x70, 39 => 0x89, 284 => 0x54 }, - 'colortemptungsten' => { 32 => 0x27, 33 => 0x36, 34 => 0x3a, 35 => 0x61, 38 => 0x7a, 39 => 0x93, 284 => 0x56 }, + 'colortempshade' => { 32 => 0x1d, 33 => 0x2c, 34 => 0x30, 35 => 0x57, 38 => 0x70, 39 => 0x89, 288 => 0x54 }, + 'colortemptungsten' => { 32 => 0x27, 33 => 0x36, 34 => 0x3a, 35 => 0x61, 38 => 0x7a, 39 => 0x93, 288 => 0x56 }, 'colortempunknown' => { 32 => 0x13, 34 => 0x21, 38 => 0x52, 39 => 0x52 }, 'colortempunknown10' => { 32 => 0x63, 34 => 0x76, 38 => 0xa2, 39 => 0x7f }, 'colortempunknown11' => { 32 => 0x68, 34 => 0x7b, 38 => 0xa7, 39 => 0xa7 }, @@ -1125,45 +1130,45 @@ my %tagLookup = ( 'colortoneuserdef1' => { 17 => 0x109, 56 => 0x9c, 57 => 0xb4 }, 'colortoneuserdef2' => { 17 => 0x10a, 56 => 0xb4, 57 => 0xcc }, 'colortoneuserdef3' => { 17 => 0x10b, 56 => 0xcc, 57 => 0xe4 }, - 'commanddials' => { 229 => '5.1' }, - 'commanddialsaperturesetting' => { 222 => '17.3', 227 => '33.3', 228 => '17.3' }, - 'commanddialschangemainsub' => { 222 => '17.2', 227 => '33.2', 228 => '17.2' }, - 'commanddialsmenuandplayback' => { 222 => '17.4', 227 => '33.4', 228 => '17.4' }, - 'commanddialsreverserotation' => { 222 => '17.1', 224 => '16.2', 225 => '17.2', 227 => '33.1', 228 => '17.1', 231 => '18.1' }, - 'commanderchannel' => { 229 => '10.2', 230 => '25.2' }, - 'commandergroupa_ttl-aacomp' => { 229 => '13.1', 230 => '31.1' }, - 'commandergroupa_ttlcomp' => { 231 => '32.1' }, - 'commandergroupamanualoutput' => { 229 => '13.2', 230 => '28.2' }, - 'commandergroupamode' => { 229 => '11.2', 230 => '28.1' }, - 'commandergroupb_ttl-aacomp' => { 229 => '14.1', 230 => '32.1' }, - 'commandergroupb_ttlcomp' => { 231 => '33.1' }, - 'commandergroupbmanualoutput' => { 229 => '14.2', 230 => '29.2' }, - 'commandergroupbmode' => { 229 => '11.3', 230 => '29.1' }, - 'commanderinternalflash' => { 229 => '11.1', 230 => '27.1' }, - 'commanderinternalmanualoutput' => { 229 => '12.2', 230 => '27.2' }, - 'commanderinternalttlchannel' => { 227 => '18.2' }, - 'commanderinternalttlcomp' => { 229 => '12.1', 230 => '30.2', 231 => '31.2' }, - 'commanderinternalttlcompbuiltin' => { 227 => '20.1', 228 => '26.1' }, - 'commanderinternalttlcompgroupa' => { 227 => '21.1', 228 => '27.1' }, - 'commanderinternalttlcompgroupb' => { 227 => '22.1', 228 => '28.1' }, - 'comment' => { 0 => 0x2, 96 => 'Comment', 126 => 'Comment', 245 => 'Comment' }, - 'compass' => { 309 => 0x4 }, - 'complianceprofile' => { 390 => 'complianceProfile' }, - 'componentsconfiguration' => { 95 => 0x9101, 131 => 'Components', 380 => 'ComponentsConfiguration' }, + 'commanddials' => { 231 => '5.1' }, + 'commanddialsaperturesetting' => { 223 => '17.3', 229 => '33.3', 230 => '17.3' }, + 'commanddialschangemainsub' => { 223 => '17.2', 229 => '33.2', 230 => '17.2' }, + 'commanddialsmenuandplayback' => { 223 => '17.4', 229 => '33.4', 230 => '17.4' }, + 'commanddialsreverserotation' => { 223 => '17.1', 226 => '16.2', 227 => '17.2', 229 => '33.1', 230 => '17.1', 233 => '18.1' }, + 'commanderchannel' => { 231 => '10.2', 232 => '25.2' }, + 'commandergroupa_ttl-aacomp' => { 231 => '13.1', 232 => '31.1' }, + 'commandergroupa_ttlcomp' => { 233 => '32.1' }, + 'commandergroupamanualoutput' => { 231 => '13.2', 232 => '28.2' }, + 'commandergroupamode' => { 231 => '11.2', 232 => '28.1' }, + 'commandergroupb_ttl-aacomp' => { 231 => '14.1', 232 => '32.1' }, + 'commandergroupb_ttlcomp' => { 233 => '33.1' }, + 'commandergroupbmanualoutput' => { 231 => '14.2', 232 => '29.2' }, + 'commandergroupbmode' => { 231 => '11.3', 232 => '29.1' }, + 'commanderinternalflash' => { 231 => '11.1', 232 => '27.1' }, + 'commanderinternalmanualoutput' => { 231 => '12.2', 232 => '27.2' }, + 'commanderinternalttlchannel' => { 229 => '18.2' }, + 'commanderinternalttlcomp' => { 231 => '12.1', 232 => '30.2', 233 => '31.2' }, + 'commanderinternalttlcompbuiltin' => { 229 => '20.1', 230 => '26.1' }, + 'commanderinternalttlcompgroupa' => { 229 => '21.1', 230 => '27.1' }, + 'commanderinternalttlcompgroupb' => { 229 => '22.1', 230 => '28.1' }, + 'comment' => { 0 => 0x2, 96 => 'Comment', 126 => 'Comment', 247 => 'Comment' }, + 'compass' => { 313 => 0x4 }, + 'complianceprofile' => { 394 => 'complianceProfile' }, + 'componentsconfiguration' => { 95 => 0x9101, 131 => 'Components', 384 => 'ComponentsConfiguration' }, 'componentversion' => { 81 => 0x80c }, - 'composer' => { 399 => 'composer' }, - 'compositionadjust' => { 283 => '0.1' }, - 'compositionadjustrotation' => { 283 => 0x7 }, - 'compositionadjustx' => { 283 => 0x5 }, - 'compositionadjusty' => { 283 => 0x6 }, - 'compressedbitsperpixel' => { 95 => 0x9102, 380 => 'CompressedBitsPerPixel' }, - 'compressedimagesize' => { 152 => 0x40, 238 => 0x40 }, - 'compression' => { 95 => 0x103, 395 => 'Compression' }, - 'compressionfactor' => { 233 => 0x50d }, - 'compressionratio' => { 131 => 'Compression', 238 => 0x1034 }, - 'confidencelevel' => { 372 => 'ConfidenceLevel' }, - 'constrainedcropheight' => { 86 => 0x266, 292 => 0xd6 }, - 'constrainedcropwidth' => { 86 => 0x262, 292 => 0xd5 }, + 'composer' => { 403 => 'composer' }, + 'compositionadjust' => { 287 => '0.1' }, + 'compositionadjustrotation' => { 287 => 0x7 }, + 'compositionadjustx' => { 287 => 0x5 }, + 'compositionadjusty' => { 287 => 0x6 }, + 'compressedbitsperpixel' => { 95 => 0x9102, 384 => 'CompressedBitsPerPixel' }, + 'compressedimagesize' => { 152 => 0x40, 240 => 0x40 }, + 'compression' => { 95 => 0x103, 399 => 'Compression' }, + 'compressionfactor' => { 235 => 0x50d }, + 'compressionratio' => { 131 => 'Compression', 240 => 0x1034 }, + 'confidencelevel' => { 376 => 'ConfidenceLevel' }, + 'constrainedcropheight' => { 86 => 0x266, 296 => 0xd6 }, + 'constrainedcropwidth' => { 86 => 0x262, 296 => 0xd5 }, 'contact' => { 103 => 0x76 }, 'contentlocationcode' => { 103 => 0x1a }, 'contentlocationname' => { 103 => 0x1b }, @@ -1171,160 +1176,160 @@ my %tagLookup = ( 'continuousdrive' => { 29 => 0x5 }, 'continuousshootingspeed' => { 68 => 0x610 }, 'continuousshotlimit' => { 68 => 0x611 }, - 'contrast' => { 8 => 0x73, 10 => 0x75, 29 => 0xd, 90 => 0xc, 91 => [0x3012,0x20], 95 => [0xa408,0xfe54], 100 => [0x1004,0x1006], 125 => 'Contrast', 147 => 0x20, 148 => 0x31, 149 => 0x27, 150 => 0x19, 155 => 0x2, 184 => 0x33, 238 => 0x1029, 253 => 0x39, 255 => 0x300a, 284 => 0x20, 290 => 0xc, 302 => 0x24, 306 => 0x1012, 315 => 0xd, 323 => 0x1d, 324 => 0x1a, 335 => 0x2004, 376 => 'Contrast', 380 => 'Contrast' }, - 'contrast2012' => { 376 => 'Contrast2012' }, - 'contrastadj' => { 86 => 0x115, 218 => 0x2c, 362 => 0x8017 }, + 'contrast' => { 8 => 0x73, 10 => 0x75, 29 => 0xd, 90 => 0xc, 91 => [0x3012,0x20], 95 => [0xa408,0xfe54], 100 => [0x1004,0x1006], 125 => 'Contrast', 147 => 0x20, 148 => 0x31, 149 => 0x27, 150 => 0x19, 155 => 0x2, 184 => 0x33, 240 => 0x1029, 255 => 0x39, 257 => 0x300a, 288 => 0x20, 294 => 0xc, 306 => 0x24, 310 => 0x1012, 319 => 0xd, 327 => 0x1d, 328 => 0x1a, 339 => 0x2004, 380 => 'Contrast', 384 => 'Contrast' }, + 'contrast2012' => { 380 => 'Contrast2012' }, + 'contrastadj' => { 86 => 0x115, 219 => 0x2c, 366 => 0x8017 }, 'contrastauto' => { 57 => 0x90 }, 'contrastcurve' => { 182 => 0x8c }, 'contrastdetectaf' => { 158 => 0x4 }, - 'contrastdetectafarea' => { 284 => 0x231 }, + 'contrastdetectafarea' => { 288 => 0x231 }, 'contrastdetectafinfocus' => { 158 => 0x1c }, 'contrastfaithful' => { 17 => 0xec, 56 => 0x60, 57 => 0x60 }, - 'contrasthighlight' => { 284 => 0x6d }, - 'contrasthighlightshadowadj' => { 284 => 0x6f }, + 'contrasthighlight' => { 288 => 0x6d }, + 'contrasthighlightshadowadj' => { 288 => 0x6f }, 'contrastlandscape' => { 17 => 0xea, 56 => 0x30, 57 => 0x30 }, - 'contrastmode' => { 253 => 0x2c }, + 'contrastmode' => { 255 => 0x2c }, 'contrastmonochrome' => { 17 => 0xed, 56 => 0x78, 57 => 0x78 }, 'contrastneutral' => { 17 => 0xeb, 56 => 0x48, 57 => 0x48 }, 'contrastportrait' => { 17 => 0xe9, 56 => 0x18, 57 => 0x18 }, - 'contrastsetting' => { 233 => 0x505, 241 => 0x1012, 325 => 0x10, 339 => 0x8 }, - 'contrastshadow' => { 284 => 0x6e }, + 'contrastsetting' => { 235 => 0x505, 243 => 0x1012, 329 => 0x10, 343 => 0x8 }, + 'contrastshadow' => { 288 => 0x6e }, 'contraststandard' => { 17 => 0xe8, 56 => 0x0, 57 => 0x0 }, 'contrastuserdef1' => { 17 => 0xee, 56 => 0x90, 57 => 0xa8 }, 'contrastuserdef2' => { 17 => 0xef, 56 => 0xa8, 57 => 0xc0 }, 'contrastuserdef3' => { 17 => 0xf0, 56 => 0xc0, 57 => 0xd8 }, - 'contributedmedia' => { 399 => 'contributedMedia' }, - 'contributedmediaduration' => { 399 => [\'contributedMedia','contributedMediaDuration'] }, - 'contributedmediadurationscale' => { 399 => [\'contributedMedia','contributedMediaDurationScale'] }, - 'contributedmediadurationvalue' => { 399 => [\'contributedMedia','contributedMediaDurationValue'] }, - 'contributedmediamanaged' => { 399 => [\'contributedMedia','contributedMediaManaged'] }, - 'contributedmediapath' => { 399 => [\'contributedMedia','contributedMediaPath'] }, - 'contributedmediastarttime' => { 399 => [\'contributedMedia','contributedMediaStartTime'] }, - 'contributedmediastarttimescale' => { 399 => [\'contributedMedia','contributedMediaStartTimeScale'] }, - 'contributedmediastarttimevalue' => { 399 => [\'contributedMedia','contributedMediaStartTimeValue'] }, - 'contributedmediatrack' => { 399 => [\'contributedMedia','contributedMediaTrack'] }, - 'contributedmediawebstatement' => { 399 => [\'contributedMedia','contributedMediaWebStatement'] }, - 'contributor' => { 377 => 'contributor' }, + 'contributedmedia' => { 403 => 'contributedMedia' }, + 'contributedmediaduration' => { 403 => [\'contributedMedia','contributedMediaDuration'] }, + 'contributedmediadurationscale' => { 403 => [\'contributedMedia','contributedMediaDurationScale'] }, + 'contributedmediadurationvalue' => { 403 => [\'contributedMedia','contributedMediaDurationValue'] }, + 'contributedmediamanaged' => { 403 => [\'contributedMedia','contributedMediaManaged'] }, + 'contributedmediapath' => { 403 => [\'contributedMedia','contributedMediaPath'] }, + 'contributedmediastarttime' => { 403 => [\'contributedMedia','contributedMediaStartTime'] }, + 'contributedmediastarttimescale' => { 403 => [\'contributedMedia','contributedMediaStartTimeScale'] }, + 'contributedmediastarttimevalue' => { 403 => [\'contributedMedia','contributedMediaStartTimeValue'] }, + 'contributedmediatrack' => { 403 => [\'contributedMedia','contributedMediaTrack'] }, + 'contributedmediawebstatement' => { 403 => [\'contributedMedia','contributedMediaWebStatement'] }, + 'contributor' => { 381 => 'contributor' }, 'contributors' => { 126 => 'Contributors' }, 'controldialset' => { 150 => 0x46 }, - 'controlledvocabularyterm' => { 386 => 'CVterm' }, - 'controllerboardversion' => { 249 => 0x332 }, + 'controlledvocabularyterm' => { 390 => 'CVterm' }, + 'controllerboardversion' => { 251 => 0x332 }, 'controlmode' => { 62 => 0x12 }, - 'conversionlens' => { 234 => 0x403, 253 => 0x35 }, - 'converter' => { 95 => 0xfe4d, 205 => 0xb, 376 => 'Converter' }, - 'converttograyscale' => { 376 => 'ConvertToGrayscale' }, - 'copyright' => { 0 => 0x3, 95 => 0x8298, 126 => 'Copyright', 245 => 'Copyright', 284 => 0x22f, 297 => 'Copyright', 387 => 'Copyright', 390 => 'copyright', 392 => 'copyright', 395 => 'Copyright', 399 => 'copyright' }, - 'copyrightflag' => { 295 => 0x40a }, + 'conversionlens' => { 236 => 0x403, 255 => 0x35 }, + 'converter' => { 95 => 0xfe4d, 206 => 0xb, 380 => 'Converter' }, + 'converttograyscale' => { 380 => 'ConvertToGrayscale' }, + 'copyright' => { 0 => 0x3, 95 => 0x8298, 126 => 'Copyright', 247 => 'Copyright', 288 => 0x22f, 301 => 'Copyright', 391 => 'Copyright', 394 => 'copyright', 396 => 'copyright', 399 => 'Copyright', 403 => 'copyright' }, + 'copyrightflag' => { 299 => 0x40a }, 'copyrightnotice' => { 103 => 0x74 }, - 'copyrightowner' => { 389 => 'CopyrightOwner' }, - 'copyrightownerid' => { 389 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] }, - 'copyrightownerimageid' => { 389 => 'CopyrightOwnerImageID' }, - 'copyrightownername' => { 389 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] }, - 'copyrightregistrationnumber' => { 389 => 'CopyrightRegistrationNumber' }, - 'copyrightstatus' => { 389 => 'CopyrightStatus' }, - 'coringfilter' => { 237 => 0x310, 238 => 0x102d, 241 => 0x310 }, - 'coringvalues' => { 237 => 0x311, 241 => 0x311 }, - 'corporateentity' => { 390 => 'corporateEntity' }, - 'country' => { 130 => 'Country', 253 => 0x69, 388 => 'Country' }, + 'copyrightowner' => { 393 => 'CopyrightOwner' }, + 'copyrightownerid' => { 393 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] }, + 'copyrightownerimageid' => { 393 => 'CopyrightOwnerImageID' }, + 'copyrightownername' => { 393 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] }, + 'copyrightregistrationnumber' => { 393 => 'CopyrightRegistrationNumber' }, + 'copyrightstatus' => { 393 => 'CopyrightStatus' }, + 'coringfilter' => { 239 => 0x310, 240 => 0x102d, 243 => 0x310 }, + 'coringvalues' => { 239 => 0x311, 243 => 0x311 }, + 'corporateentity' => { 394 => 'corporateEntity' }, + 'country' => { 130 => 'Country', 255 => 0x69, 392 => 'Country' }, 'country-primarylocationcode' => { 103 => 0x64 }, 'country-primarylocationname' => { 103 => 0x65 }, - 'countrycode' => { 181 => 0x5, 293 => 'CountryCode', 385 => 'CountryCode' }, - 'coverage' => { 377 => 'coverage' }, - 'coverdate' => { 390 => 'coverDate' }, - 'coverdisplaydate' => { 390 => 'coverDisplayDate' }, - 'cpufirmwareversion' => { 284 => 0x28 }, - 'crc32' => { 378 => 'crc32' }, - 'createdate' => { 95 => 0x9004, 126 => 'CreateDate', 242 => 'CreationDate', 245 => 'create-date', 297 => 'CreationDate', 299 => 0x1, 397 => 'CreateDate' }, - 'creationdate' => { 387 => 'CreationDate', 390 => 'creationDate' }, - 'creationtime' => { 245 => 'Creation Time' }, - 'creativestyle' => { 323 => 0x1a, 324 => 0x18, 334 => 0x41, 335 => 0xb020, 358 => 0x4a }, - 'creativestylesetting' => { 325 => 0xf, 339 => 0x7 }, - 'creativestylewaschanged' => { 362 => 0x8001 }, - 'creator' => { 242 => 'Creator', 297 => 'Creator', 377 => 'creator', 387 => 'Creator' }, - 'creatoraddress' => { 385 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] }, - 'creatorcity' => { 385 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] }, - 'creatorcontactinfo' => { 385 => 'CreatorContactInfo' }, - 'creatorcountry' => { 385 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] }, - 'creatorpostalcode' => { 385 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] }, - 'creatorregion' => { 385 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] }, - 'creatortool' => { 397 => 'CreatorTool' }, - 'creatorworkemail' => { 385 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] }, - 'creatorworktelephone' => { 385 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] }, - 'creatorworkurl' => { 385 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] }, - 'credit' => { 103 => 0x6e, 388 => 'Credit' }, - 'creditline' => { 392 => 'creditLine' }, - 'creditlinereq' => { 402 => 'CreditLineReq' }, - 'creditlinerequired' => { 389 => 'CreditLineRequired' }, + 'countrycode' => { 181 => 0x5, 297 => 'CountryCode', 389 => 'CountryCode' }, + 'coverage' => { 381 => 'coverage' }, + 'coverdate' => { 394 => 'coverDate' }, + 'coverdisplaydate' => { 394 => 'coverDisplayDate' }, + 'cpufirmwareversion' => { 288 => 0x28 }, + 'crc32' => { 382 => 'crc32' }, + 'createdate' => { 95 => 0x9004, 126 => 'CreateDate', 244 => 'CreationDate', 247 => 'create-date', 301 => 'CreationDate', 303 => 0x1, 401 => 'CreateDate' }, + 'creationdate' => { 391 => 'CreationDate', 394 => 'creationDate' }, + 'creationtime' => { 247 => 'Creation Time' }, + 'creativestyle' => { 327 => 0x1a, 328 => 0x18, 338 => 0x41, 339 => 0xb020, 362 => 0x4a }, + 'creativestylesetting' => { 329 => 0xf, 343 => 0x7 }, + 'creativestylewaschanged' => { 366 => 0x8001 }, + 'creator' => { 244 => 'Creator', 301 => 'Creator', 381 => 'creator', 391 => 'Creator' }, + 'creatoraddress' => { 389 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] }, + 'creatorcity' => { 389 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] }, + 'creatorcontactinfo' => { 389 => 'CreatorContactInfo' }, + 'creatorcountry' => { 389 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] }, + 'creatorpostalcode' => { 389 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] }, + 'creatorregion' => { 389 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] }, + 'creatortool' => { 401 => 'CreatorTool' }, + 'creatorworkemail' => { 389 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] }, + 'creatorworktelephone' => { 389 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] }, + 'creatorworkurl' => { 389 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] }, + 'credit' => { 103 => 0x6e, 392 => 'Credit' }, + 'creditline' => { 396 => 'creditLine' }, + 'creditlinereq' => { 406 => 'CreditLineReq' }, + 'creditlinerequired' => { 393 => 'CreditLineRequired' }, 'cropactive' => { 86 => 0x244 }, - 'cropangle' => { 376 => 'CropAngle' }, + 'cropangle' => { 380 => 'CropAngle' }, 'cropaspectratio' => { 86 => 0x260 }, - 'cropbottom' => { 99 => 0x9, 210 => 0x36, 292 => 0xdc, 376 => 'CropBottom' }, + 'cropbottom' => { 99 => 0x9, 211 => 0x36, 296 => 0xdc, 380 => 'CropBottom' }, 'cropbottommargin' => { 42 => 0x3 }, 'cropcircleactive' => { 87 => 0xd6 }, 'cropcircleradius' => { 87 => 0xd9 }, 'cropcirclex' => { 87 => 0xd7 }, 'cropcircley' => { 87 => 0xd8 }, - 'cropconstraintowarp' => { 376 => 'CropConstrainToWarp' }, - 'croph' => { 370 => 'CropH' }, - 'cropheight' => { 86 => 0x24c, 237 => 0x615, 241 => 0x615, 376 => 'CropHeight' }, + 'cropconstraintowarp' => { 380 => 'CropConstrainToWarp' }, + 'croph' => { 374 => 'CropH' }, + 'cropheight' => { 86 => 0x24c, 239 => 0x615, 243 => 0x615, 380 => 'CropHeight' }, 'crophispeed' => { 182 => 0x1b }, - 'cropleft' => { 86 => 0x246, 99 => 0x6, 210 => 0x1e, 237 => 0x612, 241 => 0x612, 292 => 0xd9, 376 => 'CropLeft' }, + 'cropleft' => { 86 => 0x246, 99 => 0x6, 211 => 0x1e, 239 => 0x612, 243 => 0x612, 296 => 0xd9, 380 => 'CropLeft' }, 'cropleftmargin' => { 42 => 0x0 }, - 'cropmode35mm' => { 306 => 0x1018 }, - 'cropoutputheight' => { 210 => 0xce }, - 'cropoutputheightinches' => { 210 => 0x96 }, - 'cropoutputpixels' => { 210 => 0xd6 }, - 'cropoutputresolution' => { 210 => 0xb6 }, - 'cropoutputscale' => { 210 => 0xbe }, - 'cropoutputwidth' => { 210 => 0xc6 }, - 'cropoutputwidthinches' => { 210 => 0x8e }, - 'croppedareaimageheightpixels' => { 366 => 'CroppedAreaImageHeightPixels' }, - 'croppedareaimagewidthpixels' => { 366 => 'CroppedAreaImageWidthPixels' }, - 'croppedarealeftpixels' => { 366 => 'CroppedAreaLeftPixels' }, - 'croppedareatoppixels' => { 366 => 'CroppedAreaTopPixels' }, - 'croppedimageheight' => { 4 => 0x2, 306 => 0x1604 }, + 'cropmode35mm' => { 310 => 0x1018 }, + 'cropoutputheight' => { 211 => 0xce }, + 'cropoutputheightinches' => { 211 => 0x96 }, + 'cropoutputpixels' => { 211 => 0xd6 }, + 'cropoutputresolution' => { 211 => 0xb6 }, + 'cropoutputscale' => { 211 => 0xbe }, + 'cropoutputwidth' => { 211 => 0xc6 }, + 'cropoutputwidthinches' => { 211 => 0x8e }, + 'croppedareaimageheightpixels' => { 370 => 'CroppedAreaImageHeightPixels' }, + 'croppedareaimagewidthpixels' => { 370 => 'CroppedAreaImageWidthPixels' }, + 'croppedarealeftpixels' => { 370 => 'CroppedAreaLeftPixels' }, + 'croppedareatoppixels' => { 370 => 'CroppedAreaTopPixels' }, + 'croppedimageheight' => { 4 => 0x2, 310 => 0x1604 }, 'croppedimageleft' => { 4 => 0x3 }, 'croppedimagetop' => { 4 => 0x4 }, - 'croppedimagewidth' => { 4 => 0x1, 306 => 0x1603 }, - 'cropright' => { 99 => 0x8, 210 => 0x2e, 292 => 0xdb, 376 => 'CropRight' }, + 'croppedimagewidth' => { 4 => 0x1, 310 => 0x1603 }, + 'cropright' => { 99 => 0x8, 211 => 0x2e, 296 => 0xdb, 380 => 'CropRight' }, 'croprightmargin' => { 42 => 0x1 }, 'croprotation' => { 99 => 0xb }, - 'cropscaledresolution' => { 210 => 0x9e }, - 'cropsourceresolution' => { 210 => 0xae }, - 'croptop' => { 86 => 0x248, 99 => 0x7, 210 => 0x26, 237 => 0x613, 241 => 0x613, 292 => 0xda, 376 => 'CropTop' }, + 'cropscaledresolution' => { 211 => 0x9e }, + 'cropsourceresolution' => { 211 => 0xae }, + 'croptop' => { 86 => 0x248, 99 => 0x7, 211 => 0x26, 239 => 0x613, 243 => 0x613, 296 => 0xda, 380 => 'CropTop' }, 'croptopmargin' => { 42 => 0x2 }, - 'cropunit' => { 376 => 'CropUnit' }, - 'cropunits' => { 376 => 'CropUnits' }, - 'cropw' => { 370 => 'CropW' }, - 'cropwidth' => { 86 => 0x24a, 237 => 0x614, 241 => 0x614, 376 => 'CropWidth' }, - 'cropx' => { 370 => 'CropX' }, - 'cropy' => { 370 => 'CropY' }, - 'crossprocess' => { 284 => 0x7b }, - 'crossprocessparams' => { 284 => 0x235 }, + 'cropunit' => { 380 => 'CropUnit' }, + 'cropunits' => { 380 => 'CropUnits' }, + 'cropw' => { 374 => 'CropW' }, + 'cropwidth' => { 86 => 0x24a, 239 => 0x614, 243 => 0x614, 380 => 'CropWidth' }, + 'cropx' => { 374 => 'CropX' }, + 'cropy' => { 374 => 'CropY' }, + 'crossprocess' => { 288 => 0x7b }, + 'crossprocessparams' => { 288 => 0x235 }, 'currenticcprofile' => { 95 => 0xc691 }, 'currentpreprofilematrix' => { 95 => 0xc692 }, - 'currentversion' => { 362 => 0xd000 }, - 'curve0x' => { 370 => 'Curve0x' }, - 'curve0y' => { 370 => 'Curve0y' }, - 'curve1x' => { 370 => 'Curve1x' }, - 'curve1y' => { 370 => 'Curve1y' }, - 'curve2x' => { 370 => 'Curve2x' }, - 'curve2y' => { 370 => 'Curve2y' }, - 'curve3x' => { 370 => 'Curve3x' }, - 'curve3y' => { 370 => 'Curve3y' }, - 'curve4x' => { 370 => 'Curve4x' }, - 'curve4y' => { 370 => 'Curve4y' }, - 'curves' => { 215 => 0x76a43201 }, - 'custom1' => { 389 => 'Custom1' }, - 'custom10' => { 389 => 'Custom10' }, - 'custom2' => { 389 => 'Custom2' }, - 'custom3' => { 389 => 'Custom3' }, - 'custom4' => { 389 => 'Custom4' }, - 'custom5' => { 389 => 'Custom5' }, - 'custom6' => { 389 => 'Custom6' }, - 'custom7' => { 389 => 'Custom7' }, - 'custom8' => { 389 => 'Custom8' }, - 'custom9' => { 389 => 'Custom9' }, + 'currentversion' => { 366 => 0xd000 }, + 'curve0x' => { 374 => 'Curve0x' }, + 'curve0y' => { 374 => 'Curve0y' }, + 'curve1x' => { 374 => 'Curve1x' }, + 'curve1y' => { 374 => 'Curve1y' }, + 'curve2x' => { 374 => 'Curve2x' }, + 'curve2y' => { 374 => 'Curve2y' }, + 'curve3x' => { 374 => 'Curve3x' }, + 'curve3y' => { 374 => 'Curve3y' }, + 'curve4x' => { 374 => 'Curve4x' }, + 'curve4y' => { 374 => 'Curve4y' }, + 'curves' => { 216 => 0x76a43201 }, + 'custom1' => { 393 => 'Custom1' }, + 'custom10' => { 393 => 'Custom10' }, + 'custom2' => { 393 => 'Custom2' }, + 'custom3' => { 393 => 'Custom3' }, + 'custom4' => { 393 => 'Custom4' }, + 'custom5' => { 393 => 'Custom5' }, + 'custom6' => { 393 => 'Custom6' }, + 'custom7' => { 393 => 'Custom7' }, + 'custom8' => { 393 => 'Custom8' }, + 'custom9' => { 393 => 'Custom9' }, 'customcontrast' => { 87 => 0x4e }, 'customcontrols' => { 68 => 0x70c }, 'customdefaultunsharpfineness' => { 87 => 0xbe }, @@ -1338,50 +1343,51 @@ my %tagLookup = ( 'customrawhighlightpoint' => { 87 => 0x51 }, 'customrawshadow' => { 87 => 0x85 }, 'customrawshadowpoint' => { 87 => 0x52 }, - 'customrendered' => { 95 => 0xa401, 380 => 'CustomRendered' }, - 'customsaturation' => { 233 => 0x503 }, - 'customsettingsalldefault' => { 222 => '0.2', 227 => '0.2' }, - 'customsettingsbank' => { 222 => '0.1', 227 => '0.1' }, + 'customrendered' => { 95 => 0xa401, 384 => 'CustomRendered' }, + 'customsaturation' => { 235 => 0x503 }, + 'customsettingsalldefault' => { 223 => '0.2', 229 => '0.2' }, + 'customsettingsbank' => { 223 => '0.1', 224 => '0.1', 229 => '0.1' }, 'customsharpness' => { 87 => 0x50 }, 'customunsharpmaskfineness' => { 87 => 0xb8 }, 'customunsharpmaskstrength' => { 87 => 0xb6 }, 'customunsharpmaskthreshold' => { 87 => 0xba }, - 'customwb_rblevels' => { 339 => 0x1a }, - 'customwb_rgblevels' => { 325 => 0x19 }, + 'customwb_rblevels' => { 343 => 0x1a }, + 'customwb_rgblevels' => { 329 => 0x19 }, 'customwbbluelevel' => { 150 => 0x36 }, 'customwberror' => { 150 => 0x37 }, 'customwbgreenlevel' => { 150 => 0x35 }, 'customwbredlevel' => { 150 => 0x34 }, 'customwbsetting' => { 150 => 0x26 }, - 'd-lightinghq' => { 215 => 0x2175eb78 }, - 'd-lightinghqcolorboost' => { 211 => 0x2 }, - 'd-lightinghqhighlight' => { 211 => 0x1 }, - 'd-lightinghqselected' => { 215 => 0x6a6e36b6 }, - 'd-lightinghqshadow' => { 211 => 0x0 }, - 'd-lightinghs' => { 215 => 0xce5554aa }, - 'd-lightinghsadjustment' => { 212 => 0x0 }, - 'd-lightinghscolorboost' => { 212 => 0x1 }, - 'd-rangeoptimizerhighlight' => { 362 => 0x8024 }, - 'd-rangeoptimizermode' => { 362 => 0x8022 }, - 'd-rangeoptimizershadow' => { 362 => 0x802d }, - 'd-rangeoptimizervalue' => { 362 => 0x8023 }, + 'd-lightinghq' => { 216 => 0x2175eb78 }, + 'd-lightinghqcolorboost' => { 212 => 0x2 }, + 'd-lightinghqhighlight' => { 212 => 0x1 }, + 'd-lightinghqselected' => { 216 => 0x6a6e36b6 }, + 'd-lightinghqshadow' => { 212 => 0x0 }, + 'd-lightinghs' => { 216 => 0xce5554aa }, + 'd-lightinghsadjustment' => { 213 => 0x0 }, + 'd-lightinghscolorboost' => { 213 => 0x1 }, + 'd-rangeoptimizerhighlight' => { 366 => 0x8024 }, + 'd-rangeoptimizermode' => { 366 => 0x8022 }, + 'd-rangeoptimizershadow' => { 366 => 0x802d }, + 'd-rangeoptimizervalue' => { 366 => 0x8023 }, 'datacompressionmethod' => { 105 => 0x6e }, 'dataimprint' => { 147 => 0x34 }, - 'date' => { 284 => 0x6, 377 => 'date' }, + 'datascaling' => { 288 => 0x3d }, + 'date' => { 288 => 0x6, 381 => 'date' }, 'dateacquired' => { 145 => 'DateAcquired' }, - 'datecreated' => { 103 => 0x37, 388 => 'DateCreated' }, - 'datedisplayformat' => { 207 => 0x3 }, + 'datecreated' => { 103 => 0x37, 392 => 'DateCreated' }, + 'datedisplayformat' => { 208 => 0x3 }, 'dateidentified' => { 94 => [\'Identification','IdentificationDateIdentified'] }, - 'dateimprint' => { 224 => '4.2' }, - 'daterecieved' => { 390 => 'dateRecieved' }, + 'dateimprint' => { 226 => '4.2' }, + 'daterecieved' => { 394 => 'dateRecieved' }, 'datesent' => { 104 => 0x46 }, 'datestampmode' => { 51 => 0x1c }, - 'datetime' => { 371 => 'datetime', 395 => 'DateTime' }, - 'datetimedigitized' => { 380 => 'DateTimeDigitized' }, - 'datetimeoriginal' => { 84 => 0x0, 95 => 0x9003, 123 => 0x14, 126 => 'OriginalDate', 302 => 0xb, 380 => 'DateTimeOriginal' }, + 'datetime' => { 375 => 'datetime', 399 => 'DateTime' }, + 'datetimedigitized' => { 384 => 'DateTimeDigitized' }, + 'datetimeoriginal' => { 84 => 0x0, 95 => 0x9003, 123 => 0x14, 126 => 'OriginalDate', 306 => 0xb, 384 => 'DateTimeOriginal' }, 'datetimestamp' => { 111 => 0x64 }, - 'datetimeutc' => { 233 => 0x908 }, - 'daylightsavings' => { 63 => 0x3, 207 => 0x2 }, + 'datetimeutc' => { 235 => 0x908 }, + 'daylightsavings' => { 63 => 0x3, 208 => 0x2 }, 'dccontinent' => { 94 => [\'dctermsLocation','dctermsLocationContinent'] }, 'dccoordinateprecision' => { 94 => [\'dctermsLocation','dctermsLocationCoordinatePrecision'] }, 'dccoordinateuncertaintyinmeters' => { 94 => [\'dctermsLocation','dctermsLocationCoordinateUncertaintyInMeters'] }, @@ -1436,192 +1442,193 @@ my %tagLookup = ( 'defaulteraseoption' => { 68 => 0x813 }, 'defaultscale' => { 95 => 0xc61e }, 'defaultusercrop' => { 95 => 0xc7b5 }, - 'defringe' => { 376 => 'Defringe' }, - 'defringegreenamount' => { 376 => 'DefringeGreenAmount' }, - 'defringegreenhuehi' => { 376 => 'DefringeGreenHueHi' }, - 'defringegreenhuelo' => { 376 => 'DefringeGreenHueLo' }, - 'defringepurpleamount' => { 376 => 'DefringePurpleAmount' }, - 'defringepurplehuehi' => { 376 => 'DefringePurpleHueHi' }, - 'defringepurplehuelo' => { 376 => 'DefringePurpleHueLo' }, + 'defringe' => { 380 => 'Defringe' }, + 'defringegreenamount' => { 380 => 'DefringeGreenAmount' }, + 'defringegreenhuehi' => { 380 => 'DefringeGreenHueHi' }, + 'defringegreenhuelo' => { 380 => 'DefringeGreenHueLo' }, + 'defringepurpleamount' => { 380 => 'DefringePurpleAmount' }, + 'defringepurplehuehi' => { 380 => 'DefringePurpleHueHi' }, + 'defringepurplehuelo' => { 380 => 'DefringePurpleHueLo' }, 'deletedimagecount' => { 182 => 0xa6, 188 => 0x6e }, - 'deprecatedon' => { 374 => 'deprecatedOn' }, - 'derivedfrom' => { 400 => 'DerivedFrom' }, - 'derivedfromalternatepaths' => { 400 => [\'DerivedFrom','DerivedFromAlternatePaths'] }, - 'derivedfromdocumentid' => { 400 => [\'DerivedFrom','DerivedFromDocumentID'] }, - 'derivedfromfilepath' => { 400 => [\'DerivedFrom','DerivedFromFilePath'] }, - 'derivedfromfrompart' => { 400 => [\'DerivedFrom','DerivedFromFromPart'] }, - 'derivedfrominstanceid' => { 400 => [\'DerivedFrom','DerivedFromInstanceID'] }, - 'derivedfromlastmodifydate' => { 400 => [\'DerivedFrom','DerivedFromLastModifyDate'] }, - 'derivedfrommanager' => { 400 => [\'DerivedFrom','DerivedFromManager'] }, - 'derivedfrommanagervariant' => { 400 => [\'DerivedFrom','DerivedFromManagerVariant'] }, - 'derivedfrommanageto' => { 400 => [\'DerivedFrom','DerivedFromManageTo'] }, - 'derivedfrommanageui' => { 400 => [\'DerivedFrom','DerivedFromManageUI'] }, - 'derivedfrommaskmarkers' => { 400 => [\'DerivedFrom','DerivedFromMaskMarkers'] }, - 'derivedfromoriginaldocumentid' => { 400 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] }, - 'derivedfrompartmapping' => { 400 => [\'DerivedFrom','DerivedFromPartMapping'] }, - 'derivedfromrenditionclass' => { 400 => [\'DerivedFrom','DerivedFromRenditionClass'] }, - 'derivedfromrenditionparams' => { 400 => [\'DerivedFrom','DerivedFromRenditionParams'] }, - 'derivedfromtopart' => { 400 => [\'DerivedFrom','DerivedFromToPart'] }, - 'derivedfromversionid' => { 400 => [\'DerivedFrom','DerivedFromVersionID'] }, - 'description' => { 245 => 'Description', 377 => 'description', 397 => 'Description' }, + 'deprecatedon' => { 378 => 'deprecatedOn' }, + 'derivedfrom' => { 404 => 'DerivedFrom' }, + 'derivedfromalternatepaths' => { 404 => [\'DerivedFrom','DerivedFromAlternatePaths'] }, + 'derivedfromdocumentid' => { 404 => [\'DerivedFrom','DerivedFromDocumentID'] }, + 'derivedfromfilepath' => { 404 => [\'DerivedFrom','DerivedFromFilePath'] }, + 'derivedfromfrompart' => { 404 => [\'DerivedFrom','DerivedFromFromPart'] }, + 'derivedfrominstanceid' => { 404 => [\'DerivedFrom','DerivedFromInstanceID'] }, + 'derivedfromlastmodifydate' => { 404 => [\'DerivedFrom','DerivedFromLastModifyDate'] }, + 'derivedfrommanager' => { 404 => [\'DerivedFrom','DerivedFromManager'] }, + 'derivedfrommanagervariant' => { 404 => [\'DerivedFrom','DerivedFromManagerVariant'] }, + 'derivedfrommanageto' => { 404 => [\'DerivedFrom','DerivedFromManageTo'] }, + 'derivedfrommanageui' => { 404 => [\'DerivedFrom','DerivedFromManageUI'] }, + 'derivedfrommaskmarkers' => { 404 => [\'DerivedFrom','DerivedFromMaskMarkers'] }, + 'derivedfromoriginaldocumentid' => { 404 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] }, + 'derivedfrompartmapping' => { 404 => [\'DerivedFrom','DerivedFromPartMapping'] }, + 'derivedfromrenditionclass' => { 404 => [\'DerivedFrom','DerivedFromRenditionClass'] }, + 'derivedfromrenditionparams' => { 404 => [\'DerivedFrom','DerivedFromRenditionParams'] }, + 'derivedfromtopart' => { 404 => [\'DerivedFrom','DerivedFromToPart'] }, + 'derivedfromversionid' => { 404 => [\'DerivedFrom','DerivedFromVersionID'] }, + 'description' => { 247 => 'Description', 381 => 'description', 401 => 'Description' }, 'destination' => { 104 => 0x5 }, - 'destinationcity' => { 284 => 0x24, 289 => 0x3 }, - 'destinationcitycode' => { 290 => 0x1001 }, - 'destinationdst' => { 284 => 0x26, 289 => '0.3' }, + 'destinationcity' => { 288 => 0x24, 293 => 0x3 }, + 'destinationcitycode' => { 294 => 0x1001 }, + 'destinationdst' => { 288 => 0x26, 293 => '0.3' }, 'developmentdynamicrange' => { 100 => 0x1403 }, - 'devicesettingdescription' => { 380 => 'DeviceSettingDescription' }, - 'devicesettingdescriptioncolumns' => { 380 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] }, - 'devicesettingdescriptionrows' => { 380 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] }, - 'devicesettingdescriptionsettings' => { 380 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] }, + 'devicesettingdescription' => { 384 => 'DeviceSettingDescription' }, + 'devicesettingdescriptioncolumns' => { 384 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] }, + 'devicesettingdescriptionrows' => { 384 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] }, + 'devicesettingdescriptionsettings' => { 384 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] }, 'dialdirectiontvav' => { 68 => 0x706 }, 'digitalcreationdate' => { 103 => 0x3e }, 'digitalcreationtime' => { 103 => 0x3f }, 'digitaldeehighlightadj' => { 187 => 0x202 }, 'digitaldeeshadowadj' => { 187 => 0x200 }, 'digitaldeethreshold' => { 187 => 0x201 }, - 'digitalfilter' => { 315 => 0x59 }, - 'digitalfilter01' => { 271 => 0x5 }, - 'digitalfilter02' => { 271 => 0x16 }, - 'digitalfilter03' => { 271 => 0x27 }, - 'digitalfilter04' => { 271 => 0x38 }, - 'digitalfilter05' => { 271 => 0x49 }, - 'digitalfilter06' => { 271 => 0x5a }, - 'digitalfilter07' => { 271 => 0x6b }, - 'digitalfilter08' => { 271 => 0x7c }, - 'digitalfilter09' => { 271 => 0x8d }, - 'digitalfilter10' => { 271 => 0x9e }, - 'digitalfilter11' => { 271 => 0xaf }, - 'digitalfilter12' => { 271 => 0xc0 }, - 'digitalfilter13' => { 271 => 0xd1 }, - 'digitalfilter14' => { 271 => 0xe2 }, - 'digitalfilter15' => { 271 => 0xf3 }, - 'digitalfilter16' => { 271 => 0x104 }, - 'digitalfilter17' => { 271 => 0x115 }, - 'digitalfilter18' => { 271 => 0x126 }, - 'digitalfilter19' => { 271 => 0x137 }, - 'digitalfilter20' => { 271 => 0x148 }, + 'digitalfilter' => { 319 => 0x59 }, + 'digitalfilter01' => { 275 => 0x5 }, + 'digitalfilter02' => { 275 => 0x16 }, + 'digitalfilter03' => { 275 => 0x27 }, + 'digitalfilter04' => { 275 => 0x38 }, + 'digitalfilter05' => { 275 => 0x49 }, + 'digitalfilter06' => { 275 => 0x5a }, + 'digitalfilter07' => { 275 => 0x6b }, + 'digitalfilter08' => { 275 => 0x7c }, + 'digitalfilter09' => { 275 => 0x8d }, + 'digitalfilter10' => { 275 => 0x9e }, + 'digitalfilter11' => { 275 => 0xaf }, + 'digitalfilter12' => { 275 => 0xc0 }, + 'digitalfilter13' => { 275 => 0xd1 }, + 'digitalfilter14' => { 275 => 0xe2 }, + 'digitalfilter15' => { 275 => 0xf3 }, + 'digitalfilter16' => { 275 => 0x104 }, + 'digitalfilter17' => { 275 => 0x115 }, + 'digitalfilter18' => { 275 => 0x126 }, + 'digitalfilter19' => { 275 => 0x137 }, + 'digitalfilter20' => { 275 => 0x148 }, 'digitalgain' => { 60 => 0xb }, 'digitalgem' => { 174 => 0x0 }, 'digitalice' => { 187 => 0x100 }, - 'digitalimageguid' => { 386 => 'DigImageGUID' }, + 'digitalimageguid' => { 390 => 'DigImageGUID' }, 'digitalroc' => { 186 => 0x0 }, - 'digitalsourcefiletype' => { 386 => 'DigitalSourcefileType' }, - 'digitalsourcetype' => { 386 => 'DigitalSourceType' }, - 'digitalzoom' => { 29 => 0xc, 90 => 0xa, 111 => 0x68, 125 => 'DigitalZoom', 147 => 0xc, 182 => 0x86, 205 => 0xa, 238 => 0x204, 284 => 0x1e, 290 => 0xa, 314 => 0x204, 350 => 0x12, 351 => 0x12 }, - 'digitalzoomon' => { 314 => 0x21b }, - 'digitalzoomratio' => { 95 => 0xa404, 344 => 0x200, 346 => 0x21c, 380 => 'DigitalZoomRatio' }, - 'director' => { 399 => 'director' }, - 'directorphotography' => { 399 => 'directorPhotography' }, + 'digitalsourcefiletype' => { 390 => 'DigitalSourcefileType' }, + 'digitalsourcetype' => { 390 => 'DigitalSourceType' }, + 'digitalzoom' => { 29 => 0xc, 90 => 0xa, 111 => 0x68, 125 => 'DigitalZoom', 147 => 0xc, 182 => 0x86, 206 => 0xa, 240 => 0x204, 288 => 0x1e, 294 => 0xa, 318 => 0x204, 354 => 0x12, 355 => 0x12 }, + 'digitalzoomon' => { 318 => 0x21b }, + 'digitalzoomratio' => { 95 => 0xa404, 348 => 0x200, 350 => 0x21c, 384 => 'DigitalZoomRatio' }, + 'director' => { 403 => 'director' }, + 'directorphotography' => { 403 => 'directorPhotography' }, 'directory' => { 96 => 'Directory' }, 'directoryindex' => { 5 => 0x137, 7 => 0x2dc, 9 => 0x17e, 11 => 0x238, 12 => 0x13f, 13 => 0x133, 14 => 0x1df, 15 => 0x1a7, 16 => 0x1f0, 17 => 0xcc, 18 => 0x1c7, 19 => 0x298, 20 => 0x1e7, 21 => 0x1e5, 22 => [0x27c,0x280], 23 => 0x2b6, 24 => 0x2bf, 25 => 0x1f7 }, 'directoryindex2' => { 19 => 0x29c }, 'directorynumber' => { 170 => 0x6 }, - 'disclaimer' => { 245 => 'Disclaimer' }, - 'discnumber' => { 399 => 'discNumber' }, + 'disclaimer' => { 247 => 'Disclaimer' }, + 'discnumber' => { 403 => 'discNumber' }, 'displayallafpoints' => { 68 => 0x514 }, 'displayaperture' => { 29 => 0x23 }, - 'displayedunitsx' => { 296 => 0x2 }, - 'displayedunitsy' => { 296 => 0x6 }, + 'displayedunitsx' => { 300 => 0x2 }, + 'displayedunitsy' => { 300 => 0x6 }, 'distance1' => { 111 => 0x28 }, 'distance2' => { 111 => 0x2c }, 'distance3' => { 111 => 0x30 }, 'distance4' => { 111 => 0x34 }, 'distortioncontrol' => { 188 => 0x10 }, - 'distortioncorrection' => { 87 => 0x67, 233 => 0x50b, 256 => '7.1', 274 => 0x0, 357 => 0x601, 358 => 0x5b }, - 'distortioncorrection2' => { 237 => 0x1011 }, + 'distortioncorrection' => { 87 => 0x67, 235 => 0x50b, 258 => '7.1', 278 => 0x0, 361 => 0x601, 362 => 0x5b }, + 'distortioncorrection2' => { 239 => 0x1011 }, 'distortioncorrectionon' => { 87 => 0x63 }, - 'distortioncorrectionsetting' => { 335 => 0x2013 }, - 'distortionn' => { 256 => 0xc }, - 'distortionparam02' => { 256 => 0x2 }, - 'distortionparam04' => { 256 => 0x4 }, - 'distortionparam08' => { 256 => 0x8 }, - 'distortionparam09' => { 256 => 0x9 }, - 'distortionparam11' => { 256 => 0xb }, - 'distortionscale' => { 256 => 0x5 }, - 'distributor' => { 390 => 'distributor' }, + 'distortioncorrectionsetting' => { 339 => 0x2013 }, + 'distortionn' => { 258 => 0xc }, + 'distortionparam02' => { 258 => 0x2 }, + 'distortionparam04' => { 258 => 0x4 }, + 'distortionparam08' => { 258 => 0x8 }, + 'distortionparam09' => { 258 => 0x9 }, + 'distortionparam11' => { 258 => 0xb }, + 'distortionscale' => { 258 => 0x5 }, + 'distributor' => { 394 => 'distributor' }, 'dloon' => { 87 => 0xdc }, 'dlosetting' => { 87 => 0xdd }, 'dlosettingapplied' => { 87 => 0xe4 }, 'dloshootingdistance' => { 87 => 0xde }, 'dloversion' => { 87 => 0xe5 }, - 'dmcomment' => { 399 => 'comment' }, + 'dmcomment' => { 403 => 'comment' }, 'dngadobedata' => { 95 => 0xc634 }, 'dngbackwardversion' => { 95 => 0xc613 }, 'dnglensinfo' => { 95 => 0xc630 }, 'dngprivatedata' => { 95 => 0xc634 }, 'dngversion' => { 95 => 0xc612 }, - 'document' => { 245 => 'Document' }, - 'documentancestorid' => { 388 => [\'DocumentAncestors','DocumentAncestorsAncestorID'] }, - 'documentancestors' => { 388 => 'DocumentAncestors' }, + 'document' => { 247 => 'Document' }, + 'documentancestorid' => { 392 => [\'DocumentAncestors','DocumentAncestorsAncestorID'] }, + 'documentancestors' => { 392 => 'DocumentAncestors' }, 'documenthistory' => { 103 => 0xe7 }, - 'documentid' => { 400 => 'DocumentID' }, + 'documentid' => { 404 => 'DocumentID' }, 'documentname' => { 95 => 0x10d }, 'documentnotes' => { 103 => 0xe6 }, - 'doi' => { 390 => 'doi' }, + 'doi' => { 394 => 'doi' }, 'dotrange' => { 95 => 0x150 }, - 'dpp' => { 371 => 'dpp' }, - 'drivemode' => { 91 => 0x3103, 147 => 0x6, 150 => 0x1e, 153 => 0xe, 233 => 0x600, 284 => 0x34, 306 => 0x1002, 315 => 0x3, 323 => 0x4, 324 => 0x7e, 325 => 0x34 }, - 'drivemode2' => { 150 => 0xa, 265 => 0x7, 334 => 0xe, 339 => 0x1 }, - 'drivemodesetting' => { 325 => 0x4 }, - 'dspfirmwareversion' => { 284 => 0x27 }, - 'duration' => { 54 => 0x6a, 124 => 'Duration', 138 => 'Duration', 399 => 'duration' }, - 'durationscale' => { 399 => [\'duration','durationScale'] }, - 'durationvalue' => { 399 => [\'duration','durationValue'] }, + 'dpp' => { 375 => 'dpp' }, + 'drivemode' => { 91 => 0x3103, 147 => 0x6, 150 => 0x1e, 153 => 0xe, 235 => 0x600, 288 => 0x34, 310 => 0x1002, 319 => 0x3, 327 => 0x4, 328 => 0x7e, 329 => 0x34 }, + 'drivemode2' => { 150 => 0xa, 269 => 0x7, 338 => 0xe, 343 => 0x1 }, + 'drivemodesetting' => { 329 => 0x4 }, + 'dspfirmwareversion' => { 288 => 0x27 }, + 'duration' => { 54 => 0x6a, 124 => 'Duration', 138 => 'Duration', 403 => 'duration' }, + 'durationscale' => { 403 => [\'duration','durationScale'] }, + 'durationvalue' => { 403 => [\'duration','durationValue'] }, 'dustremovaldata' => { 51 => 0x97 }, - 'dynamicafarea' => { 222 => '1.4', 227 => '1.4' }, + 'dynamicafarea' => { 223 => '1.4', 229 => '1.4' }, + 'dynamicareaafdisplay' => { 224 => '46.1' }, 'dynamicrange' => { 100 => 0x1400 }, - 'dynamicrangeexpansion' => { 284 => 0x69, 306 => 0x100e }, + 'dynamicrangeexpansion' => { 288 => 0x69, 310 => 0x100e }, 'dynamicrangemax' => { 86 => 0x7c }, 'dynamicrangemin' => { 86 => 0x7a }, - 'dynamicrangeoptimizer' => { 150 => 0x15, 335 => [0xb025,0xb04f], 342 => 0x1144, 343 => [0x1144,0x324], 344 => [0x1120,0x300], 345 => [0x119c,0x37c], 346 => [0x1178,0x328], 347 => [0x1030,0x50], 348 => [0x228,0x50] }, - 'dynamicrangeoptimizerbracket' => { 334 => 0x2e }, - 'dynamicrangeoptimizerlevel' => { 323 => 0x19, 324 => 0x17, 325 => 0xd, 334 => 0x79, 339 => 0x5 }, - 'dynamicrangeoptimizermode' => { 153 => 0x15, 323 => 0x18, 324 => 0x16, 334 => [0x77,0x15] }, - 'dynamicrangeoptimizersetting' => { 150 => 0x27, 325 => 0xc, 339 => 0x4 }, + 'dynamicrangeoptimizer' => { 150 => 0x15, 339 => [0xb025,0xb04f], 346 => 0x1144, 347 => [0x1144,0x324], 348 => [0x1120,0x300], 349 => [0x119c,0x37c], 350 => [0x1178,0x328], 351 => [0x1030,0x50], 352 => [0x228,0x50] }, + 'dynamicrangeoptimizerbracket' => { 338 => 0x2e }, + 'dynamicrangeoptimizerlevel' => { 327 => 0x19, 328 => 0x17, 329 => 0xd, 338 => 0x79, 343 => 0x5 }, + 'dynamicrangeoptimizermode' => { 153 => 0x15, 327 => 0x18, 328 => 0x16, 338 => [0x77,0x15] }, + 'dynamicrangeoptimizersetting' => { 150 => 0x27, 329 => 0xc, 343 => 0x4 }, 'dynamicrangesetting' => { 100 => 0x1402 }, - 'e-dialinprogram' => { 265 => '1.3' }, + 'e-dialinprogram' => { 269 => '1.3' }, 'earliestageorloweststage' => { 94 => [\'GeologicalContext','GeologicalContextEarliestAgeOrLowestStage'] }, 'earliesteonorlowesteonothem' => { 94 => [\'GeologicalContext','GeologicalContextEarliestEonOrLowestEonothem'] }, 'earliestepochorlowestseries' => { 94 => [\'GeologicalContext','GeologicalContextEarliestEpochOrLowestSeries'] }, 'earliesteraorlowesterathem' => { 94 => [\'GeologicalContext','GeologicalContextEarliestEraOrLowestErathem'] }, 'earliestperiodorlowestsystem' => { 94 => [\'GeologicalContext','GeologicalContextEarliestPeriodOrLowestSystem'] }, - 'easyexposurecomp' => { 231 => '6.1' }, - 'easyexposurecompensation' => { 222 => '6.4', 227 => '4.4', 228 => '5.2' }, + 'easyexposurecomp' => { 233 => '6.1' }, + 'easyexposurecompensation' => { 223 => '6.4', 224 => '6.3', 229 => '4.4', 230 => '5.2' }, 'easymode' => { 29 => 0xb }, - 'edgenoisereduction' => { 216 => 0x4, 362 => 0x8028 }, - 'edition' => { 390 => 'edition' }, + 'edgenoisereduction' => { 217 => 0x4, 366 => 0x8028 }, + 'edition' => { 394 => 'edition' }, 'editorialupdate' => { 103 => 0x8 }, - 'editstatus' => { 103 => 0x7, 293 => 'EditStatus' }, - 'editversionname' => { 215 => 0x3d136244 }, - 'effectivelv' => { 284 => 0x2d }, + 'editstatus' => { 103 => 0x7, 297 => 'EditStatus' }, + 'editversionname' => { 216 => 0x3d136244 }, + 'effectivelv' => { 288 => 0x2d }, 'effectivemaxaperture' => { 178 => 0x12, 179 => 0x13 }, - 'eissn' => { 390 => 'eIssn' }, + 'eissn' => { 394 => 'eIssn' }, 'elevation' => { 134 => 'Elevation' }, 'email' => { 126 => 'EMail' }, - 'embargodate' => { 390 => 'embargoDate', 392 => 'embargoDate' }, - 'embeddedxmpdigest' => { 388 => 'EmbeddedXMPDigest' }, + 'embargodate' => { 394 => 'embargoDate', 396 => 'embargoDate' }, + 'embeddedxmpdigest' => { 392 => 'EmbeddedXMPDigest' }, 'emissivity' => { 97 => 0x3 }, - 'encryptionkey' => { 312 => 0xa020 }, - 'endingpage' => { 390 => 'endingPage' }, - 'enduser' => { 389 => 'EndUser' }, - 'enduserid' => { 389 => [\'EndUser','EndUserEndUserID'] }, - 'endusername' => { 389 => [\'EndUser','EndUserEndUserName'] }, - 'engineer' => { 399 => 'engineer' }, - 'enhancedarktones' => { 208 => 0x8 }, + 'encryptionkey' => { 316 => 0xa020 }, + 'endingpage' => { 394 => 'endingPage' }, + 'enduser' => { 393 => 'EndUser' }, + 'enduserid' => { 393 => [\'EndUser','EndUserEndUserID'] }, + 'endusername' => { 393 => [\'EndUser','EndUserEndUserName'] }, + 'engineer' => { 403 => 'engineer' }, + 'enhancedarktones' => { 209 => 0x8 }, 'enhancement' => { 90 => 0x16, 91 => 0x3016 }, - 'enhancer' => { 237 => 0x300 }, - 'enhancervalues' => { 237 => 0x301 }, + 'enhancer' => { 239 => 0x300 }, + 'enhancervalues' => { 239 => 0x301 }, 'envelopenumber' => { 104 => 0x28 }, 'envelopepriority' => { 104 => 0x3c }, 'enveloperecordversion' => { 104 => 0x0 }, - 'epsonimageheight' => { 238 => 0x20c }, - 'epsonimagewidth' => { 238 => 0x20b }, - 'epsonsoftware' => { 238 => 0x20d }, - 'equipmentinstitution' => { 364 => 'EquipmentInstitution' }, - 'equipmentmanufacturer' => { 364 => 'EquipmentManufacturer' }, - 'equipmentversion' => { 234 => 0x0 }, + 'epsonimageheight' => { 240 => 0x20c }, + 'epsonimagewidth' => { 240 => 0x20b }, + 'epsonsoftware' => { 240 => 0x20d }, + 'equipmentinstitution' => { 368 => 'EquipmentInstitution' }, + 'equipmentmanufacturer' => { 368 => 'EquipmentManufacturer' }, + 'equipmentversion' => { 236 => 0x0 }, 'ettlii' => { 68 => 0x304, 69 => 0xd, 70 => 0xe, 71 => 0x7, 72 => 0x7, 73 => 0xe }, - 'event' => { 365 => 'Event', 369 => 'Event', 386 => 'Event', 390 => 'event' }, + 'event' => { 369 => 'Event', 373 => 'Event', 390 => 'Event', 394 => 'event' }, 'eventday' => { 94 => [\'Event','EventDay'] }, 'eventearliestdate' => { 94 => [\'Event','EventEarliestDate'] }, 'eventenddayofyear' => { 94 => [\'Event','EventEndDayOfYear'] }, @@ -1631,7 +1638,7 @@ my %tagLookup = ( 'eventid' => { 94 => [\'Event','EventEventID'] }, 'eventlatestdate' => { 94 => [\'Event','EventLatestDate'] }, 'eventmonth' => { 94 => [\'Event','EventMonth'] }, - 'eventnumber' => { 302 => 0x9 }, + 'eventnumber' => { 306 => 0x9 }, 'eventremarks' => { 94 => [\'Event','EventEventRemarks'] }, 'eventsamplingeffort' => { 94 => [\'Event','EventSamplingEffort'] }, 'eventsamplingprotocol' => { 94 => [\'Event','EventSamplingProtocol'] }, @@ -1639,155 +1646,155 @@ my %tagLookup = ( 'eventtime' => { 94 => [\'Event','EventEventTime'] }, 'eventverbatimeventdate' => { 94 => [\'Event','EventVerbatimEventDate'] }, 'eventyear' => { 94 => [\'Event','EventYear'] }, - 'evsteps' => { 265 => '1.2', 267 => 0x0 }, - 'evstepsize' => { 224 => '5.1', 225 => '6.1', 226 => '6.1', 229 => '0.7' }, - 'exclusivityenddate' => { 392 => 'exclusivityEndDate' }, + 'evsteps' => { 269 => '1.2', 271 => 0x0 }, + 'evstepsize' => { 226 => '5.1', 227 => '6.1', 228 => '6.1', 231 => '0.7' }, + 'exclusivityenddate' => { 396 => 'exclusivityEndDate' }, 'excursiontolerance' => { 105 => 0x82 }, 'exif' => { 96 => 'EXIF' }, 'exifbyteorder' => { 96 => 'ExifByteOrder' }, 'exifcamerainfo' => { 103 => 0xe8 }, - 'exifimageheight' => { 95 => 0xa003, 380 => 'PixelYDimension' }, - 'exifimagewidth' => { 95 => 0xa002, 380 => 'PixelXDimension' }, + 'exifimageheight' => { 95 => 0xa003, 384 => 'PixelYDimension' }, + 'exifimagewidth' => { 95 => 0xa002, 384 => 'PixelXDimension' }, 'exifunicodebyteorder' => { 96 => 'ExifUnicodeByteOrder' }, - 'exifversion' => { 95 => 0x9000, 380 => 'ExifVersion' }, + 'exifversion' => { 95 => 0x9000, 384 => 'ExifVersion' }, 'exitpupilposition' => { 178 => 0x4, 179 => 0x4 }, - 'expirationdate' => { 103 => 0x25, 390 => 'expirationDate', 392 => 'expirationDate' }, + 'expirationdate' => { 103 => 0x25, 394 => 'expirationDate', 396 => 'expirationDate' }, 'expirationtime' => { 103 => 0x26 }, - 'exposure' => { 95 => 0xfe51, 376 => 'Exposure' }, - 'exposure2012' => { 376 => 'Exposure2012' }, - 'exposureadj' => { 213 => 0x0 }, - 'exposureadj2' => { 213 => 0x12 }, - 'exposureadjust' => { 315 => 0xc }, + 'exposure' => { 95 => 0xfe51, 380 => 'Exposure' }, + 'exposure2012' => { 380 => 'Exposure2012' }, + 'exposureadj' => { 214 => 0x0 }, + 'exposureadj2' => { 214 => 0x12 }, + 'exposureadjust' => { 319 => 0xc }, 'exposurebracketingindicatorlast' => { 150 => 0x52 }, - 'exposurebracketshotnumber' => { 153 => 0x2d, 334 => 0x2f }, - 'exposurebracketstepsize' => { 265 => 0x8 }, + 'exposurebracketshotnumber' => { 153 => 0x2d, 338 => 0x2f }, + 'exposurebracketstepsize' => { 269 => 0x8 }, 'exposurebracketvalue' => { 182 => 0x19 }, - 'exposurecompensation' => { 62 => 0x6, 77 => 0x0, 95 => 0x9204, 111 => 0x24, 125 => 'ExposureComp', 147 => 0xd, 148 => 0x53, 149 => 0x1e, 153 => 0x49c0, 238 => 0x1006, 284 => 0x16, 312 => 0xa013, 315 => [0xc,0x35,0x4d], 342 => 0x114c, 343 => 0x114c, 344 => 0x1128, 346 => 0x1180, 347 => 0x1038, 348 => 0x230, 380 => 'ExposureBiasValue' }, - 'exposurecompensation2' => { 339 => 0x2a }, + 'exposurecompensation' => { 62 => 0x6, 77 => 0x0, 95 => 0x9204, 111 => 0x24, 125 => 'ExposureComp', 147 => 0xd, 148 => 0x53, 149 => 0x1e, 153 => 0x49c0, 240 => 0x1006, 288 => 0x16, 316 => 0xa013, 319 => [0xc,0x35,0x4d], 346 => 0x114c, 347 => 0x114c, 348 => 0x1128, 350 => 0x1180, 351 => 0x1038, 352 => 0x230, 384 => 'ExposureBiasValue' }, + 'exposurecompensation2' => { 343 => 0x2a }, 'exposurecompensationmode' => { 150 => 0x47, 153 => 0x2a }, - 'exposurecompensationset' => { 325 => 0x3, 339 => 0x1e }, + 'exposurecompensationset' => { 329 => 0x3, 343 => 0x1e }, 'exposurecompensationsetting' => { 150 => 0x1 }, - 'exposurecompstepsize' => { 222 => '6.3', 227 => '4.3' }, - 'exposurecontrolstep' => { 228 => '6.1' }, - 'exposurecontrolstepsize' => { 222 => '6.2', 227 => '4.2', 231 => '7.1' }, + 'exposurecompstepsize' => { 223 => '6.3', 224 => '7.3', 229 => '4.3' }, + 'exposurecontrolstep' => { 230 => '6.1' }, + 'exposurecontrolstepsize' => { 223 => '6.2', 224 => '7.1', 229 => '4.2', 233 => '7.1' }, 'exposurecount' => { 100 => 0x1032 }, - 'exposuredelaymode' => { 222 => '10.1', 224 => '9.1', 225 => '10.1', 226 => '10.1', 227 => '10.4', 228 => '10.1', 229 => '6.4', 231 => '11.2' }, + 'exposuredelaymode' => { 223 => '10.1', 224 => '11.1', 226 => '9.1', 227 => '10.1', 228 => '10.1', 229 => '10.4', 230 => '10.1', 231 => '6.4', 233 => '11.2' }, 'exposuredifference' => { 182 => 0xe }, - 'exposureindex' => { 95 => 0xa215, 380 => 'ExposureIndex' }, + 'exposureindex' => { 95 => 0xa215, 384 => 'ExposureIndex' }, 'exposureindicator' => { 150 => 0x50 }, - 'exposurelevelincrements' => { 66 => 0x6, 67 => 0x6, 68 => 0x101, 69 => 0x5, 70 => 0x6, 71 => 0x5, 72 => 0x5, 73 => 0x6, 74 => 0x4, 323 => 0x58, 324 => 0x58 }, - 'exposurelockused' => { 366 => 'ExposureLockUsed' }, - 'exposuremode' => { 95 => 0xa402, 125 => 'ExposureMode', 147 => 0x1, 148 => 0xa, 149 => 0x0, 150 => 0x0, 153 => 0x34, 233 => 0x200, 251 => 0x40d, 315 => 0x8, 335 => 0xb041, 380 => 'ExposureMode' }, + 'exposurelevelincrements' => { 66 => 0x6, 67 => 0x6, 68 => 0x101, 69 => 0x5, 70 => 0x6, 71 => 0x5, 72 => 0x5, 73 => 0x6, 74 => 0x4, 327 => 0x58, 328 => 0x58 }, + 'exposurelockused' => { 370 => 'ExposureLockUsed' }, + 'exposuremode' => { 95 => 0xa402, 125 => 'ExposureMode', 147 => 0x1, 148 => 0xa, 149 => 0x0, 150 => 0x0, 153 => 0x34, 235 => 0x200, 253 => 0x40d, 319 => 0x8, 339 => 0xb041, 384 => 'ExposureMode' }, 'exposuremodeinmanual' => { 68 => 0x10b }, - 'exposureprogram' => { 95 => 0x8822, 306 => 0x1001, 316 => 0x17e, 323 => 0x3c, 324 => 0x3c, 325 => 0x5, 329 => 0x14, 334 => 0x3f, 339 => 0x2, 342 => 0x1175, 343 => 0x1179, 344 => 0x1155, 345 => 0x11d1, 346 => 0x11ad, 347 => 0x1065, 348 => 0x25d, 358 => 0x48, 380 => 'ExposureProgram' }, - 'exposureshift' => { 233 => 0x203 }, - 'exposuretime' => { 5 => 0x4, 6 => 0x4, 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 => 0x6, 27 => 0x7, 62 => 0x16, 95 => 0x829a, 108 => 0xfd05, 111 => 0x20, 113 => 0xfa24, 115 => 0xf104, 118 => 0x12, 120 => 0x38, 123 => 0x10, 125 => 'ExposureTime', 147 => 0x9, 148 => 0x35, 149 => 0x48, 150 => 0x8, 153 => 0x49b8, 284 => 0x12, 312 => 0xa018, 315 => [0x32,0x4a], 323 => 0x0, 324 => 0x0, 339 => 0x27, 358 => 0x10, 380 => 'ExposureTime' }, - 'exposuretime2' => { 315 => [0x33,0x4b] }, + 'exposureprogram' => { 95 => 0x8822, 310 => 0x1001, 320 => 0x17e, 327 => 0x3c, 328 => 0x3c, 329 => 0x5, 333 => 0x14, 338 => 0x3f, 343 => 0x2, 346 => 0x1175, 347 => 0x1179, 348 => 0x1155, 349 => 0x11d1, 350 => 0x11ad, 351 => 0x1065, 352 => 0x25d, 362 => 0x48, 384 => 'ExposureProgram' }, + 'exposureshift' => { 235 => 0x203 }, + 'exposuretime' => { 5 => 0x4, 6 => 0x4, 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 => 0x6, 27 => 0x7, 62 => 0x16, 95 => 0x829a, 108 => 0xfd05, 111 => 0x20, 113 => 0xfa24, 115 => 0xf104, 118 => 0x12, 120 => 0x38, 123 => 0x10, 125 => 'ExposureTime', 147 => 0x9, 148 => 0x35, 149 => 0x48, 150 => 0x8, 153 => 0x49b8, 288 => 0x12, 316 => 0xa018, 319 => [0x32,0x4a], 327 => 0x0, 328 => 0x0, 343 => 0x27, 362 => 0x10, 384 => 'ExposureTime' }, + 'exposuretime2' => { 319 => [0x33,0x4b] }, 'exposuretuning' => { 182 => 0x1c }, 'exposurevalue' => { 109 => 0x3 }, 'exposurewarning' => { 100 => 0x1302 }, 'exrauto' => { 100 => 0x1033 }, 'exrmode' => { 100 => 0x1034 }, - 'extendedwbdetect' => { 233 => 0x902 }, - 'extender' => { 234 => 0x301 }, - 'extenderfirmwareversion' => { 234 => 0x304 }, + 'extendedwbdetect' => { 235 => 0x902 }, + 'extender' => { 236 => 0x301 }, + 'extenderfirmwareversion' => { 236 => 0x304 }, 'extendermagnification' => { 127 => 'Magnification' }, 'extendermake' => { 127 => 'Make' }, - 'extendermodel' => { 127 => 'Model', 234 => 0x303 }, - 'extenderserialnumber' => { 127 => 'SerialNumber', 234 => 0x302 }, - 'externalflash' => { 236 => 0x1201 }, - 'externalflashae1' => { 238 => 0x101f }, - 'externalflashae1_0' => { 238 => 0x101b }, - 'externalflashae2' => { 238 => 0x1020 }, - 'externalflashae2_0' => { 238 => 0x101c }, - 'externalflashbounce' => { 236 => 0x1204, 238 => 0x1026, 272 => 0x1a }, + 'extendermodel' => { 127 => 'Model', 236 => 0x303 }, + 'extenderserialnumber' => { 127 => 'SerialNumber', 236 => 0x302 }, + 'externalflash' => { 238 => 0x1201 }, + 'externalflashae1' => { 240 => 0x101f }, + 'externalflashae1_0' => { 240 => 0x101b }, + 'externalflashae2' => { 240 => 0x1020 }, + 'externalflashae2_0' => { 240 => 0x101c }, + 'externalflashbounce' => { 238 => 0x1204, 240 => 0x1026, 276 => 0x1a }, 'externalflashcompensation' => { 173 => 0x1b }, - 'externalflashexposurecomp' => { 182 => 0x17, 272 => 0x19 }, + 'externalflashexposurecomp' => { 182 => 0x17, 276 => 0x19 }, 'externalflashfirmware' => { 171 => 0x6, 172 => 0x6, 173 => 0x6 }, 'externalflashflags' => { 171 => 0x8, 172 => 0x8, 173 => 0x8 }, - 'externalflashguidenumber' => { 236 => 0x1203, 272 => '24.1' }, - 'externalflashgvalue' => { 238 => 0x1025 }, - 'externalflashmode' => { 238 => 0x1028, 272 => 0x2 }, - 'externalflashzoom' => { 236 => 0x1205, 238 => 0x1027 }, - 'externalsensorbrightnessvalue' => { 249 => 0x311, 255 => 0x3408 }, - 'extrainfoversion' => { 327 => 0x1a }, + 'externalflashguidenumber' => { 238 => 0x1203, 276 => '24.1' }, + 'externalflashgvalue' => { 240 => 0x1025 }, + 'externalflashmode' => { 240 => 0x1028, 276 => 0x2 }, + 'externalflashzoom' => { 238 => 0x1205, 240 => 0x1027 }, + 'externalsensorbrightnessvalue' => { 251 => 0x311, 257 => 0x3408 }, + 'extrainfoversion' => { 331 => 0x1a }, 'eyestartaf' => { 150 => 0x40 }, - 'face10position' => { 88 => 0x3f4, 89 => 0x1ec, 169 => 0x28, 269 => 0x12 }, - 'face10size' => { 270 => 0x12 }, - 'face11position' => { 169 => 0x2c, 269 => 0x14 }, - 'face11size' => { 270 => 0x14 }, - 'face12position' => { 169 => 0x30, 269 => 0x16 }, - 'face12size' => { 270 => 0x16 }, - 'face13position' => { 269 => 0x18 }, - 'face13size' => { 270 => 0x18 }, - 'face14position' => { 269 => 0x1a }, - 'face14size' => { 270 => 0x1a }, - 'face15position' => { 269 => 0x1c }, - 'face15size' => { 270 => 0x1c }, - 'face16position' => { 269 => 0x1e }, - 'face16size' => { 270 => 0x1e }, - 'face17position' => { 269 => 0x20 }, - 'face17size' => { 270 => 0x20 }, - 'face18position' => { 269 => 0x22 }, - 'face18size' => { 270 => 0x22 }, - 'face19position' => { 269 => 0x24 }, - 'face19size' => { 270 => 0x24 }, - 'face1position' => { 43 => 0x8, 88 => 0xd, 89 => 0x18, 169 => 0x4, 247 => 0x1, 269 => 0x0, 303 => 0xbc, 330 => 0x1, 331 => 0x0, 332 => 0x0, 333 => 0x5b }, - 'face1size' => { 270 => 0x0 }, - 'face20position' => { 269 => 0x26 }, - 'face20size' => { 270 => 0x26 }, - 'face21position' => { 269 => 0x28 }, - 'face21size' => { 270 => 0x28 }, - 'face22position' => { 269 => 0x2a }, - 'face22size' => { 270 => 0x2a }, - 'face23position' => { 269 => 0x2c }, - 'face23size' => { 270 => 0x2c }, - 'face24position' => { 269 => 0x2e }, - 'face24size' => { 270 => 0x2e }, - 'face25position' => { 269 => 0x30 }, - 'face25size' => { 270 => 0x30 }, - 'face26position' => { 269 => 0x32 }, - 'face26size' => { 270 => 0x32 }, - 'face27position' => { 269 => 0x34 }, - 'face27size' => { 270 => 0x34 }, - 'face28position' => { 269 => 0x36 }, - 'face28size' => { 270 => 0x36 }, - 'face29position' => { 269 => 0x38 }, - 'face29size' => { 270 => 0x38 }, - 'face2position' => { 43 => 0xa, 88 => 0x7c, 89 => 0x4c, 169 => 0x8, 247 => 0x5, 269 => 0x2, 303 => 0xc8, 330 => 0x6, 331 => 0x20, 332 => 0x25, 333 => 0x65 }, - 'face2size' => { 270 => 0x2 }, - 'face30position' => { 269 => 0x3a }, - 'face30size' => { 270 => 0x3a }, - 'face31position' => { 269 => 0x3c }, - 'face31size' => { 270 => 0x3c }, - 'face32position' => { 269 => 0x3e }, - 'face32size' => { 270 => 0x3e }, - 'face3position' => { 43 => 0xc, 88 => 0xeb, 89 => 0x80, 169 => 0xc, 247 => 0x9, 269 => 0x4, 303 => 0xd4, 330 => 0xb, 331 => 0x40, 332 => 0x4a, 333 => 0x6f }, - 'face3size' => { 270 => 0x4 }, - 'face4position' => { 43 => 0xe, 88 => 0x15a, 89 => 0xb4, 169 => 0x10, 247 => 0xd, 269 => 0x6, 303 => 0xe0, 330 => 0x10, 331 => 0x60, 332 => 0x6f, 333 => 0x79 }, - 'face4size' => { 270 => 0x6 }, - 'face5position' => { 43 => 0x10, 88 => 0x1c9, 89 => 0xe8, 169 => 0x14, 247 => 0x11, 269 => 0x8, 303 => 0xec, 330 => 0x15, 331 => 0x80, 332 => 0x94 }, - 'face5size' => { 270 => 0x8 }, - 'face6position' => { 43 => 0x12, 88 => 0x238, 89 => 0x11c, 169 => 0x18, 269 => 0xa, 303 => 0xf8, 330 => 0x1a, 331 => 0xa0, 332 => 0xb9 }, - 'face6size' => { 270 => 0xa }, - 'face7position' => { 43 => 0x14, 88 => 0x2a7, 89 => 0x150, 169 => 0x1c, 269 => 0xc, 303 => 0x104, 330 => 0x1f, 331 => 0xc0, 332 => 0xde }, - 'face7size' => { 270 => 0xc }, - 'face8position' => { 43 => 0x16, 88 => 0x316, 89 => 0x184, 169 => 0x20, 269 => 0xe, 303 => 0x110, 330 => 0x24, 331 => 0xe0, 332 => 0x103 }, - 'face8size' => { 270 => 0xe }, - 'face9position' => { 43 => 0x18, 88 => 0x385, 89 => 0x1b8, 169 => 0x24, 269 => 0x10 }, - 'face9size' => { 270 => 0x10 }, - 'facedetect' => { 284 => 0x76 }, - 'facedetectarea' => { 237 => 0x1201 }, - 'facedetectframecrop' => { 237 => 0x1207 }, - 'facedetectframesize' => { 43 => 0x3, 88 => 0x1, 89 => 0x4, 169 => 0x1, 237 => 0x1203, 284 => 0x77, 303 => 0xb6 }, - 'facedetection' => { 325 => 0x30, 339 => 0x19 }, - 'faceid' => { 372 => 'FaceID' }, + 'face10position' => { 88 => 0x3f4, 89 => 0x1ec, 169 => 0x28, 273 => 0x12 }, + 'face10size' => { 274 => 0x12 }, + 'face11position' => { 169 => 0x2c, 273 => 0x14 }, + 'face11size' => { 274 => 0x14 }, + 'face12position' => { 169 => 0x30, 273 => 0x16 }, + 'face12size' => { 274 => 0x16 }, + 'face13position' => { 273 => 0x18 }, + 'face13size' => { 274 => 0x18 }, + 'face14position' => { 273 => 0x1a }, + 'face14size' => { 274 => 0x1a }, + 'face15position' => { 273 => 0x1c }, + 'face15size' => { 274 => 0x1c }, + 'face16position' => { 273 => 0x1e }, + 'face16size' => { 274 => 0x1e }, + 'face17position' => { 273 => 0x20 }, + 'face17size' => { 274 => 0x20 }, + 'face18position' => { 273 => 0x22 }, + 'face18size' => { 274 => 0x22 }, + 'face19position' => { 273 => 0x24 }, + 'face19size' => { 274 => 0x24 }, + 'face1position' => { 43 => 0x8, 88 => 0xd, 89 => 0x18, 169 => 0x4, 249 => 0x1, 273 => 0x0, 307 => 0xbc, 334 => 0x1, 335 => 0x0, 336 => 0x0, 337 => 0x5b }, + 'face1size' => { 274 => 0x0 }, + 'face20position' => { 273 => 0x26 }, + 'face20size' => { 274 => 0x26 }, + 'face21position' => { 273 => 0x28 }, + 'face21size' => { 274 => 0x28 }, + 'face22position' => { 273 => 0x2a }, + 'face22size' => { 274 => 0x2a }, + 'face23position' => { 273 => 0x2c }, + 'face23size' => { 274 => 0x2c }, + 'face24position' => { 273 => 0x2e }, + 'face24size' => { 274 => 0x2e }, + 'face25position' => { 273 => 0x30 }, + 'face25size' => { 274 => 0x30 }, + 'face26position' => { 273 => 0x32 }, + 'face26size' => { 274 => 0x32 }, + 'face27position' => { 273 => 0x34 }, + 'face27size' => { 274 => 0x34 }, + 'face28position' => { 273 => 0x36 }, + 'face28size' => { 274 => 0x36 }, + 'face29position' => { 273 => 0x38 }, + 'face29size' => { 274 => 0x38 }, + 'face2position' => { 43 => 0xa, 88 => 0x7c, 89 => 0x4c, 169 => 0x8, 249 => 0x5, 273 => 0x2, 307 => 0xc8, 334 => 0x6, 335 => 0x20, 336 => 0x25, 337 => 0x65 }, + 'face2size' => { 274 => 0x2 }, + 'face30position' => { 273 => 0x3a }, + 'face30size' => { 274 => 0x3a }, + 'face31position' => { 273 => 0x3c }, + 'face31size' => { 274 => 0x3c }, + 'face32position' => { 273 => 0x3e }, + 'face32size' => { 274 => 0x3e }, + 'face3position' => { 43 => 0xc, 88 => 0xeb, 89 => 0x80, 169 => 0xc, 249 => 0x9, 273 => 0x4, 307 => 0xd4, 334 => 0xb, 335 => 0x40, 336 => 0x4a, 337 => 0x6f }, + 'face3size' => { 274 => 0x4 }, + 'face4position' => { 43 => 0xe, 88 => 0x15a, 89 => 0xb4, 169 => 0x10, 249 => 0xd, 273 => 0x6, 307 => 0xe0, 334 => 0x10, 335 => 0x60, 336 => 0x6f, 337 => 0x79 }, + 'face4size' => { 274 => 0x6 }, + 'face5position' => { 43 => 0x10, 88 => 0x1c9, 89 => 0xe8, 169 => 0x14, 249 => 0x11, 273 => 0x8, 307 => 0xec, 334 => 0x15, 335 => 0x80, 336 => 0x94 }, + 'face5size' => { 274 => 0x8 }, + 'face6position' => { 43 => 0x12, 88 => 0x238, 89 => 0x11c, 169 => 0x18, 273 => 0xa, 307 => 0xf8, 334 => 0x1a, 335 => 0xa0, 336 => 0xb9 }, + 'face6size' => { 274 => 0xa }, + 'face7position' => { 43 => 0x14, 88 => 0x2a7, 89 => 0x150, 169 => 0x1c, 273 => 0xc, 307 => 0x104, 334 => 0x1f, 335 => 0xc0, 336 => 0xde }, + 'face7size' => { 274 => 0xc }, + 'face8position' => { 43 => 0x16, 88 => 0x316, 89 => 0x184, 169 => 0x20, 273 => 0xe, 307 => 0x110, 334 => 0x24, 335 => 0xe0, 336 => 0x103 }, + 'face8size' => { 274 => 0xe }, + 'face9position' => { 43 => 0x18, 88 => 0x385, 89 => 0x1b8, 169 => 0x24, 273 => 0x10 }, + 'face9size' => { 274 => 0x10 }, + 'facedetect' => { 288 => 0x76 }, + 'facedetectarea' => { 239 => 0x1201 }, + 'facedetectframecrop' => { 239 => 0x1207 }, + 'facedetectframesize' => { 43 => 0x3, 88 => 0x1, 89 => 0x4, 169 => 0x1, 239 => 0x1203, 288 => 0x77, 307 => 0xb6 }, + 'facedetection' => { 329 => 0x30, 343 => 0x19 }, + 'faceid' => { 376 => 'FaceID' }, 'faceinfounknown' => { 91 => 0x2089 }, 'faceorientation' => { 89 => 0x8 }, - 'faceposition' => { 268 => 0x2, 313 => 0x4 }, + 'faceposition' => { 272 => 0x2, 317 => 0x4 }, 'facepositions' => { 100 => 0x4103 }, - 'facesdetected' => { 43 => 0x2, 44 => 0x2, 45 => 0x3, 88 => 0x0, 89 => 0x2, 91 => 0x211c, 100 => 0x4100, 169 => 0x3, 237 => 0x1200, 253 => 0x3f, 268 => 0x0, 303 => 0xb5, 313 => 0x0, 330 => 0x0, 333 => 0x3, 341 => 0x30 }, - 'facesrecognized' => { 248 => 0x0 }, + 'facesdetected' => { 43 => 0x2, 44 => 0x2, 45 => 0x3, 88 => 0x0, 89 => 0x2, 91 => 0x211c, 100 => 0x4100, 169 => 0x3, 239 => 0x1200, 255 => 0x3f, 272 => 0x0, 307 => 0xb5, 317 => 0x0, 334 => 0x0, 337 => 0x3, 345 => 0x30 }, + 'facesrecognized' => { 250 => 0x0 }, 'facewidth' => { 44 => 0x1 }, 'faithfuloutputhighlightpoint' => { 87 => 0x38 }, 'faithfuloutputshadowpoint' => { 87 => 0x39 }, @@ -1804,25 +1811,25 @@ my %tagLookup = ( 'faithfulunsharpmaskstrength' => { 87 => 0xaa }, 'faithfulunsharpmaskthreshold' => { 87 => 0xae }, 'femicroadjustment' => { 68 => 0x111 }, - 'ffid' => { 378 => 'ffid' }, - 'fieldcount' => { 238 => 0x103f }, + 'ffid' => { 382 => 'ffid' }, + 'fieldcount' => { 240 => 0x103f }, 'filecreatedate' => { 96 => 'FileCreateDate' }, - 'filedatarate' => { 399 => 'fileDataRate' }, - 'fileformat' => { 79 => 0x0, 104 => 0x14, 315 => [0x22,0x26], 335 => 0xb000 }, - 'fileindex' => { 5 => 0x143, 7 => 0x2d0, 9 => 0x172, 11 => 0x22c, 12 => 0x133, 13 => 0x13f, 14 => 0x1d3, 15 => 0x19b, 16 => 0x1e4, 17 => 0xd0, 18 => 0x1bb, 19 => 0x28c, 20 => 0x1db, 21 => 0x1d9, 22 => [0x270,0x274], 23 => 0x2aa, 24 => 0x2b3, 25 => 0x1eb, 254 => 0x0 }, + 'filedatarate' => { 403 => 'fileDataRate' }, + 'fileformat' => { 79 => 0x0, 104 => 0x14, 319 => [0x22,0x26], 339 => 0xb000 }, + 'fileindex' => { 5 => 0x143, 7 => 0x2d0, 9 => 0x172, 11 => 0x22c, 12 => 0x133, 13 => 0x13f, 14 => 0x1d3, 15 => 0x19b, 16 => 0x1e4, 17 => 0xd0, 18 => 0x1bb, 19 => 0x28c, 20 => 0x1db, 21 => 0x1d9, 22 => [0x270,0x274], 23 => 0x2aa, 24 => 0x2b3, 25 => 0x1eb, 256 => 0x0 }, 'fileindex2' => { 19 => 0x290 }, 'filemodifydate' => { 96 => 'FileModifyDate' }, 'filename' => { 96 => 'FileName' }, - 'filenameasdelivered' => { 389 => 'FileNameAsDelivered' }, + 'filenameasdelivered' => { 393 => 'FileNameAsDelivered' }, 'filenumber' => { 46 => 0x1, 51 => 0x8, 81 => 0x1817, 92 => 'FileNumber', 170 => 0x8 }, 'filenumbermemory' => { 147 => 0x1a }, - 'filenumbersequence' => { 222 => '12.2', 224 => '3.1', 225 => '4.1', 226 => '4.1', 227 => '11.1', 228 => '4.3', 231 => '5.2' }, - 'filesource' => { 95 => 0xa300, 100 => 0x8000, 380 => 'FileSource' }, + 'filenumbersequence' => { 223 => '12.2', 226 => '3.1', 227 => '4.1', 228 => '4.1', 229 => '11.1', 230 => '4.3', 233 => '5.2' }, + 'filesource' => { 95 => 0xa300, 100 => 0x8000, 384 => 'FileSource' }, 'fileversion' => { 104 => 0x16 }, 'fillflashautoreduction' => { 66 => 0xe, 67 => 0xe, 74 => 0xa }, - 'filllight' => { 376 => 'FillLight' }, + 'filllight' => { 380 => 'FillLight' }, 'fillorder' => { 95 => 0x10a }, - 'filmmode' => { 100 => 0x1401, 251 => 0x412, 253 => 0x42 }, + 'filmmode' => { 100 => 0x1401, 253 => 0x412, 255 => 0x42 }, 'filmtype' => { 187 => 0x2 }, 'filtereffect' => { 46 => 0xe, 184 => 0x37 }, 'filtereffectauto' => { 57 => 0xa0 }, @@ -1836,56 +1843,57 @@ my %tagLookup = ( 'filtereffectuserdef2' => { 56 => 0xb8, 57 => 0xd0 }, 'filtereffectuserdef3' => { 56 => 0xd0, 57 => 0xe8 }, 'finderdisplayduringexposure' => { 67 => 0x1 }, - 'finesharpness' => { 284 => 0x70 }, - 'finetuneoptcenterweighted' => { 222 => '7.2', 231 => '9.1' }, - 'finetuneoptmatrixmetering' => { 222 => '8.1', 227 => '6.1', 231 => '8.2' }, - 'finetuneoptspotmetering' => { 222 => '8.2', 227 => '6.2', 231 => '9.2' }, - 'firmware' => { 238 => 0x405, 315 => [0x17,0x3b,0x57], 373 => 'Firmware' }, - 'firmwaredate' => { 90 => 0x15, 91 => 0x2001, 302 => 0x4 }, + 'finesharpness' => { 288 => 0x70 }, + 'finetuneoptcenterweighted' => { 223 => '7.2', 224 => '9.1', 233 => '9.1' }, + 'finetuneoptmatrixmetering' => { 223 => '8.1', 224 => '8.2', 229 => '6.1', 233 => '8.2' }, + 'finetuneoptspotmetering' => { 223 => '8.2', 224 => '9.2', 229 => '6.2', 233 => '9.2' }, + 'firmware' => { 240 => 0x405, 319 => [0x17,0x3b,0x57], 377 => 'Firmware' }, + 'firmwaredate' => { 90 => 0x15, 91 => 0x2001, 306 => 0x4 }, 'firmwareid' => { 154 => 0x0 }, - 'firmwarename' => { 312 => 0xa001 }, - 'firmwarerevision' => { 17 => 0xa4, 51 => 0x1e, 304 => 0x0 }, - 'firmwarerevision2' => { 304 => 0xc }, - 'firmwareversion' => { 5 => 0x10b, 9 => 0x136, 12 => 0xff, 13 => 0x107, 109 => 0xce5, 123 => 0x57, 125 => 'FirmwareVersion', 253 => 0x2, 255 => 0x3109, 284 => 0x230, 306 => 0x2 }, - 'firstphotodate' => { 366 => 'FirstPhotoDate' }, - 'firstpublicationdate' => { 389 => 'FirstPublicationDate' }, + 'firmwarename' => { 316 => 0xa001 }, + 'firmwarerevision' => { 17 => 0xa4, 51 => 0x1e, 308 => 0x0 }, + 'firmwarerevision2' => { 308 => 0xc }, + 'firmwareversion' => { 5 => 0x10b, 9 => 0x136, 12 => 0xff, 13 => 0x107, 109 => 0xce5, 123 => 0x57, 125 => 'FirmwareVersion', 255 => 0x2, 257 => 0x3109, 288 => 0x230, 310 => 0x2 }, + 'firstphotodate' => { 370 => 'FirstPhotoDate' }, + 'firstpublicationdate' => { 393 => 'FirstPublicationDate' }, 'fixtureidentifier' => { 103 => 0x16 }, - 'flash' => { 92 => 'Flash', 95 => 0x9209, 148 => 0x1f, 149 => 0x15, 380 => 'Flash' }, - 'flashaction' => { 325 => [0x87,0x287] }, - 'flashaction2' => { 339 => 0x30 }, + 'flash' => { 92 => 'Flash', 95 => 0x9209, 148 => 0x1f, 149 => 0x15, 384 => 'Flash' }, + 'flashaction' => { 329 => [0x87,0x287] }, + 'flashaction2' => { 343 => 0x30 }, 'flashactivity' => { 29 => 0x1c }, 'flashbatterylevel' => { 35 => 0x249 }, - 'flashbias' => { 253 => 0x24 }, + 'flashbias' => { 255 => 0x24 }, 'flashbits' => { 29 => 0x1d }, 'flashbuttonfunction' => { 68 => 0x70e }, - 'flashchargelevel' => { 238 => 0x1010 }, + 'flashchargelevel' => { 240 => 0x1010 }, 'flashcolorfilter' => { 173 => 0x10 }, 'flashcommandermode' => { 171 => '9.1', 172 => '9.1', 173 => '9.1' }, - 'flashcompensation' => { 171 => 0xa, 172 => 0xa, 173 => 0xa, 373 => 'FlashCompensation' }, - 'flashcontrol' => { 325 => 0x21 }, - 'flashcontrolbuilt-in' => { 227 => '16.1', 228 => '23.1', 230 => '23.1' }, - 'flashcontrolmode' => { 171 => '9.2', 172 => '9.2', 173 => '9.2', 233 => 0x404 }, - 'flashcurtain' => { 253 => 0x48 }, + 'flashcompensation' => { 171 => 0xa, 172 => 0xa, 173 => 0xa, 377 => 'FlashCompensation' }, + 'flashcontrol' => { 329 => 0x21 }, + 'flashcontrolbuilt-in' => { 229 => '16.1', 230 => '23.1', 232 => '23.1' }, + 'flashcontrolmode' => { 171 => '9.2', 172 => '9.2', 173 => '9.2', 235 => 0x404 }, + 'flashcurtain' => { 255 => 0x48 }, 'flashdefault' => { 150 => 0x42 }, - 'flashdevice' => { 238 => 0x1005 }, + 'flashdevice' => { 240 => 0x1005 }, 'flashdistance' => { 91 => 0x2034 }, - 'flashenergy' => { 95 => 0xa20b, 380 => 'FlashEnergy' }, + 'flashenergy' => { 95 => 0xa20b, 384 => 'FlashEnergy' }, 'flashexposurebracketvalue' => { 182 => 0x18 }, - 'flashexposurecomp' => { 62 => 0xf, 100 => 0x1011, 128 => 'ExposureComp', 147 => 0x23, 152 => 0x104, 153 => 0x49c1, 182 => 0x12, 233 => 0x401, 238 => 0x1023, 284 => 0x4d, 306 => 0x100b, 315 => [0x3a,0x56], 335 => 0x104 }, - 'flashexposurecomp2' => { 203 => 0x4d2 }, + 'flashexposurecomp' => { 62 => 0xf, 100 => 0x1011, 128 => 'ExposureComp', 147 => 0x23, 152 => 0x104, 153 => 0x49c1, 182 => 0x12, 235 => 0x401, 240 => 0x1023, 288 => 0x4d, 310 => 0x100b, 319 => [0x3a,0x56], 339 => 0x104 }, + 'flashexposurecomp2' => { 204 => 0x4d2 }, 'flashexposurecomp3' => { 173 => 0x1d }, 'flashexposurecomp4' => { 173 => 0x27 }, - 'flashexposurecompset' => { 150 => 0x10, 258 => 0xe, 325 => 0x23, 339 => 0x1f }, - 'flashexposurecompset2' => { 339 => 0x2c }, + 'flashexposurecomparea' => { 224 => '38.1' }, + 'flashexposurecompset' => { 150 => 0x10, 262 => 0xe, 329 => 0x23, 343 => 0x1f }, + 'flashexposurecompset2' => { 343 => 0x2c }, 'flashexposureindicator' => { 150 => 0x54 }, 'flashexposureindicatorlast' => { 150 => 0x56 }, 'flashexposureindicatornext' => { 150 => 0x55 }, 'flashexposurelock' => { 46 => 0x19 }, - 'flashfired' => { 111 => 0x5d, 128 => 'Fired', 147 => 0x14, 202 => '590.3', 253 => 0x8007, 380 => [\'Flash','FlashFired'] }, + 'flashfired' => { 111 => 0x5d, 128 => 'Fired', 147 => 0x14, 203 => '590.3', 255 => 0x8007, 384 => [\'Flash','FlashFired'] }, 'flashfiring' => { 68 => 0x306, 69 => 0x6, 70 => 0x7, 73 => 0x7 }, - 'flashfirmwareversion' => { 234 => 0x1002 }, + 'flashfirmwareversion' => { 236 => 0x1002 }, 'flashfocallength' => { 171 => 0xb, 172 => 0xc, 173 => 0xc }, - 'flashfunction' => { 153 => 0x31, 380 => [\'Flash','FlashFunction'] }, + 'flashfunction' => { 153 => 0x31, 384 => [\'Flash','FlashFunction'] }, 'flashgndistance' => { 171 => 0xe, 172 => 0xf, 173 => 0xf }, 'flashgroupacompensation' => { 171 => 0x11, 172 => 0x12, 173 => 0x13 }, 'flashgroupacontrolmode' => { 171 => 0xf, 172 => '16.1', 173 => '17.1' }, @@ -1897,122 +1905,122 @@ my %tagLookup = ( 'flashgroupccontrolmode' => { 172 => '17.2', 173 => '18.2' }, 'flashgroupcoutput' => { 172 => 0x14, 173 => 0x15 }, 'flashguidenumber' => { 62 => 0xd, 78 => 0x0, 128 => 'GuideNumber' }, - 'flashintensity' => { 90 => [0x19,0x5], 233 => 0x405 }, - 'flashlevel' => { 223 => 0x9, 335 => 0xb048 }, + 'flashintensity' => { 90 => [0x19,0x5], 235 => 0x405 }, + 'flashlevel' => { 225 => 0x9, 339 => 0xb048 }, 'flashmake' => { 128 => 'Make' }, 'flashmanufacturer' => { 145 => 'FlashManufacturer' }, 'flashmetering' => { 147 => 0x3f, 150 => 0x1c }, 'flashmeteringmode' => { 5 => 0x15, 11 => 0x15, 12 => 0x15, 13 => 0x15, 14 => 0x15, 15 => 0x15, 16 => 0x15, 18 => 0x15, 20 => 0x15, 25 => 0x15 }, - 'flashmeteringsegments' => { 284 => 0x20a }, - 'flashmode' => { 90 => 0x4, 111 => 0x5c, 128 => 'Mode', 147 => 0x2, 148 => 0x20, 149 => 0x16, 150 => 0xf, 182 => 0x87, 233 => 0x400, 238 => 0x1004, 284 => 0xc, 290 => 0x4, 305 => 0x20, 306 => 0x100a, 314 => 0x225, 323 => 0x23, 324 => 0x1f, 325 => 0x20, 339 => 0x10, 380 => [\'Flash','FlashMode'] }, - 'flashmodel' => { 128 => 'Model', 145 => 'FlashModel', 234 => 0x1001 }, - 'flashoptions' => { 265 => 0x2 }, - 'flashoptions2' => { 265 => 0x10 }, + 'flashmeteringsegments' => { 288 => 0x20a }, + 'flashmode' => { 90 => 0x4, 111 => 0x5c, 128 => 'Mode', 147 => 0x2, 148 => 0x20, 149 => 0x16, 150 => 0xf, 182 => 0x87, 235 => 0x400, 240 => 0x1004, 288 => 0xc, 294 => 0x4, 309 => 0x20, 310 => 0x100a, 318 => 0x225, 327 => 0x23, 328 => 0x1f, 329 => 0x20, 343 => 0x10, 384 => [\'Flash','FlashMode'] }, + 'flashmodel' => { 128 => 'Model', 145 => 'FlashModel', 236 => 0x1001 }, + 'flashoptions' => { 269 => 0x2 }, + 'flashoptions2' => { 269 => 0x10 }, 'flashoutput' => { 35 => 0x248, 62 => 0x21, 171 => 0xa, 172 => 0xa, 173 => 0xa }, - 'flashpixversion' => { 95 => 0xa000, 380 => 'FlashpixVersion' }, - 'flashredeyemode' => { 380 => [\'Flash','FlashRedEyeMode'] }, - 'flashremotecontrol' => { 233 => 0x403 }, - 'flashreturn' => { 380 => [\'Flash','FlashReturn'] }, - 'flashserialnumber' => { 128 => 'SerialNumber', 234 => 0x1003 }, + 'flashpixversion' => { 95 => 0xa000, 384 => 'FlashpixVersion' }, + 'flashredeyemode' => { 384 => [\'Flash','FlashRedEyeMode'] }, + 'flashremotecontrol' => { 235 => 0x403 }, + 'flashreturn' => { 384 => [\'Flash','FlashReturn'] }, + 'flashserialnumber' => { 128 => 'SerialNumber', 236 => 0x1003 }, 'flashsetting' => { 182 => 0x8 }, - 'flashshutterspeed' => { 222 => '20.2', 227 => '15.2', 228 => '22.2', 229 => '7.2', 230 => '22.2', 231 => '23.1' }, + 'flashshutterspeed' => { 223 => '20.2', 224 => '23.2', 229 => '15.2', 230 => '22.2', 231 => '7.2', 232 => '22.2', 233 => '23.1' }, 'flashsource' => { 171 => 0x4, 172 => 0x4, 173 => 0x4 }, - 'flashstatus' => { 272 => 0x0, 349 => 0x31 }, - 'flashsyncspeed' => { 222 => '20.1', 227 => '15.1', 228 => '22.1', 230 => '22.1' }, + 'flashstatus' => { 276 => 0x0, 353 => 0x31 }, + 'flashsyncspeed' => { 223 => '20.1', 224 => '23.1', 229 => '15.1', 230 => '22.1', 232 => '22.1' }, 'flashsyncspeedav' => { 66 => 0x3, 68 => 0x10f, 69 => 0x2, 70 => 0x3, 71 => 0x2, 72 => 0x2, 73 => 0x3, 74 => 0x6 }, 'flashthreshold' => { 78 => 0x1 }, - 'flashtype' => { 128 => 'Type', 150 => 0x59, 182 => 0x9, 234 => 0x1000 }, - 'flashwarning' => { 228 => '30.1', 229 => '7.1', 231 => '31.1', 253 => 0x62 }, - 'flexiblespotposition' => { 335 => 0x201d }, - 'flickerreduce' => { 314 => 0x218 }, - 'fliphorizontal' => { 215 => 0x76a43206 }, - 'fnumber' => { 5 => 0x3, 7 => 0x3, 9 => 0x3, 11 => 0x3, 12 => 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 => 0x5, 27 => 0x6, 62 => 0x15, 95 => 0x829d, 108 => 0xfd04, 111 => 0x1e, 113 => 0xfa23, 115 => 0xf103, 118 => 0x13, 120 => 0x3c, 123 => 0xc, 132 => 'FNumber', 147 => 0xa, 148 => 0x36, 149 => 0x47, 150 => 0x9, 153 => 0x49c7, 284 => 0x13, 312 => 0xa019, 315 => [0x31,0x49], 323 => 0x1, 324 => 0x1, 339 => 0x26, 380 => 'FNumber' }, - 'focallength' => { 5 => 0x1d, 6 => 0xa, 7 => 0x23, 8 => 0x9, 9 => 0x1d, 10 => 0x9, 11 => 0x1e, 12 => 0x1d, 13 => 0x1d, 14 => 0x1e, 15 => 0x1e, 16 => 0x1e, 17 => 0x28, 18 => 0x1e, 19 => 0x23, 20 => 0x1e, 21 => 0x1e, 22 => 0x23, 23 => 0x23, 24 => 0x23, 25 => 0x1e, 48 => 0x1, 91 => 0x1d, 95 => 0x920a, 118 => 0x1d, 132 => 'FocalLength', 147 => 0x12, 178 => 0xa, 179 => 0xb, 275 => 0x9, 284 => 0x1d, 306 => 0x1500, 322 => 0xe, 346 => 0x1278, 347 => 0x1134, 348 => 0x32c, 380 => 'FocalLength' }, - 'focallength2' => { 339 => 0x29 }, - 'focallengthin35mmformat' => { 95 => 0xa405, 312 => 0xa01a, 380 => 'FocalLengthIn35mmFilm' }, - 'focallengthtelezoom' => { 322 => 0x10 }, - 'focalplanediagonal' => { 234 => 0x103, 238 => 0x205 }, - 'focalplaneresolutionunit' => { 95 => 0xa210, 380 => 'FocalPlaneResolutionUnit' }, - 'focalplanexresolution' => { 95 => 0xa20e, 380 => 'FocalPlaneXResolution' }, + 'flashtype' => { 128 => 'Type', 150 => 0x59, 182 => 0x9, 236 => 0x1000 }, + 'flashwarning' => { 230 => '30.1', 231 => '7.1', 233 => '31.1', 255 => 0x62 }, + 'flexiblespotposition' => { 339 => 0x201d }, + 'flickerreduce' => { 318 => 0x218 }, + 'fliphorizontal' => { 216 => 0x76a43206 }, + 'fnumber' => { 5 => 0x3, 7 => 0x3, 9 => 0x3, 11 => 0x3, 12 => 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 => 0x5, 27 => 0x6, 62 => 0x15, 95 => 0x829d, 108 => 0xfd04, 111 => 0x1e, 113 => 0xfa23, 115 => 0xf103, 118 => 0x13, 120 => 0x3c, 123 => 0xc, 132 => 'FNumber', 147 => 0xa, 148 => 0x36, 149 => 0x47, 150 => 0x9, 153 => 0x49c7, 288 => 0x13, 316 => 0xa019, 319 => [0x31,0x49], 327 => 0x1, 328 => 0x1, 343 => 0x26, 384 => 'FNumber' }, + 'focallength' => { 5 => 0x1d, 6 => 0xa, 7 => 0x23, 8 => 0x9, 9 => 0x1d, 10 => 0x9, 11 => 0x1e, 12 => 0x1d, 13 => 0x1d, 14 => 0x1e, 15 => 0x1e, 16 => 0x1e, 17 => 0x28, 18 => 0x1e, 19 => 0x23, 20 => 0x1e, 21 => 0x1e, 22 => 0x23, 23 => 0x23, 24 => 0x23, 25 => 0x1e, 48 => 0x1, 91 => 0x1d, 95 => 0x920a, 118 => 0x1d, 132 => 'FocalLength', 147 => 0x12, 178 => 0xa, 179 => 0xb, 279 => 0x9, 288 => 0x1d, 310 => 0x1500, 326 => 0xe, 350 => 0x1278, 351 => 0x1134, 352 => 0x32c, 384 => 'FocalLength' }, + 'focallength2' => { 343 => 0x29 }, + 'focallengthin35mmformat' => { 95 => 0xa405, 316 => 0xa01a, 384 => 'FocalLengthIn35mmFilm' }, + 'focallengthtelezoom' => { 326 => 0x10 }, + 'focalplanediagonal' => { 236 => 0x103, 240 => 0x205 }, + 'focalplaneresolutionunit' => { 95 => 0xa210, 384 => 'FocalPlaneResolutionUnit' }, + 'focalplanexresolution' => { 95 => 0xa20e, 384 => 'FocalPlaneXResolution' }, 'focalplanexsize' => { 48 => 0x2 }, 'focalplanexunknown' => { 48 => 0x2 }, - 'focalplaneyresolution' => { 95 => 0xa20f, 380 => 'FocalPlaneYResolution' }, + 'focalplaneyresolution' => { 95 => 0xa20f, 384 => 'FocalPlaneYResolution' }, 'focalplaneysize' => { 48 => 0x3 }, 'focalplaneyunknown' => { 48 => 0x3 }, 'focaltype' => { 8 => 0x2d, 48 => 0x0 }, 'focalunits' => { 29 => 0x19 }, - 'focus' => { 205 => 0x8 }, + 'focus' => { 206 => 0x8 }, 'focusarea' => { 147 => 0x31 }, - 'focusareaselection' => { 229 => '15.2' }, + 'focusareaselection' => { 231 => '15.2' }, 'focuscontinuous' => { 29 => 0x20 }, 'focusdisplayaiservoandmf' => { 68 => 0x515 }, - 'focusdistance' => { 132 => 'FocusDistance', 147 => 0x13, 153 => 0x49bb, 178 => 0x9, 179 => 0xa, 236 => 0x305 }, + 'focusdistance' => { 132 => 'FocusDistance', 147 => 0x13, 153 => 0x49bb, 178 => 0x9, 179 => 0xa, 238 => 0x305 }, 'focusdistancelower' => { 5 => 0x45, 7 => 0x8e, 9 => 0x45, 11 => 0x56, 12 => 0x45, 13 => 0x45, 14 => 0x52, 15 => 0x52, 16 => 0x56, 18 => 0x52, 19 => 0x8e, 20 => 0x59, 21 => 0x57, 22 => 0x8e, 23 => 0x94, 24 => 0x95, 25 => 0x56, 46 => 0x15, 62 => 0x14 }, 'focusdistanceupper' => { 5 => 0x43, 7 => 0x8c, 9 => 0x43, 11 => 0x54, 12 => 0x43, 13 => 0x43, 14 => 0x50, 15 => 0x50, 16 => 0x54, 18 => 0x50, 19 => 0x8c, 20 => 0x57, 21 => 0x55, 22 => 0x8c, 23 => 0x92, 24 => 0x93, 25 => 0x54, 46 => 0x14, 62 => 0x13 }, 'focusholdbutton' => { 150 => 0x44 }, - 'focusinfoversion' => { 236 => 0x0 }, + 'focusinfoversion' => { 238 => 0x0 }, 'focusingscreen' => { 67 => 0x0, 68 => 0x80b, 73 => 0x0 }, 'focuslocked' => { 146 => 0x14 }, - 'focusmode' => { 29 => 0x7, 90 => 0x3, 91 => [0x3003,0xd], 100 => 0x1021, 111 => 0x38, 125 => 'FocusMode', 147 => 0x30, 149 => 0xe, 150 => 0xc, 182 => 0x7, 233 => 0x301, 238 => 0x100b, 253 => 0x7, 284 => 0xd, 290 => 0x3, 306 => 0x1006, 316 => [0xb,0x5], 322 => [0x15,0x1d], 323 => 0x4d, 324 => 0x4d, 335 => [0xb042,0xb04e,0x201b], 339 => 0x13, 353 => 0x16 }, - 'focusmode2' => { 265 => '3.1', 339 => 0x32 }, - 'focusmodesetting' => { 223 => '10.1', 320 => 0x14, 321 => 0x15, 323 => 0x10, 324 => 0xf, 325 => 0x6 }, - 'focusmodeswitch' => { 150 => 0x58, 323 => 0x2e }, + 'focusmode' => { 29 => 0x7, 90 => 0x3, 91 => [0x3003,0xd], 100 => 0x1021, 111 => 0x38, 125 => 'FocusMode', 147 => 0x30, 149 => 0xe, 150 => 0xc, 182 => 0x7, 235 => 0x301, 240 => 0x100b, 255 => 0x7, 288 => 0xd, 294 => 0x3, 310 => 0x1006, 320 => [0xb,0x5], 326 => [0x15,0x1d], 327 => 0x4d, 328 => 0x4d, 339 => [0xb042,0xb04e,0x201b], 343 => 0x13, 357 => 0x16 }, + 'focusmode2' => { 269 => '3.1', 343 => 0x32 }, + 'focusmodesetting' => { 225 => '10.1', 324 => 0x14, 325 => 0x15, 327 => 0x10, 328 => 0xf, 329 => 0x6 }, + 'focusmodeswitch' => { 150 => 0x58, 327 => 0x2e }, 'focuspixel' => { 100 => 0x1023 }, - 'focuspointwrap' => { 222 => '2.2', 227 => '2.2', 228 => '1.2', 231 => '2.5' }, - 'focusposition' => { 178 => 0x8, 179 => 0x8, 284 => 0x10, 334 => 0x9bb }, - 'focusposition2' => { 339 => [0x29,0x2b,0x2f], 353 => 0x2d, 356 => 0x20 }, - 'focusprocess' => { 233 => 0x302 }, - 'focusrange' => { 29 => 0x12, 238 => 0x100a }, - 'focussetting' => { 315 => 0x6 }, - 'focusstatus' => { 322 => 0x19, 323 => 0x53, 324 => 0x53 }, - 'focusstepcount' => { 236 => 0x301, 238 => 0x100e }, - 'focusstepinfinity' => { 236 => 0x303, 238 => 0x103b }, - 'focusstepnear' => { 236 => 0x304, 238 => 0x103c }, - 'focustrackinglockon' => { 222 => ['1.5','4.1'], 227 => '3.1', 228 => '0.4' }, + 'focuspointwrap' => { 223 => '2.2', 224 => '2.2', 229 => '2.2', 230 => '1.2', 233 => '2.5' }, + 'focusposition' => { 178 => 0x8, 179 => 0x8, 288 => 0x10, 338 => 0x9bb }, + 'focusposition2' => { 343 => [0x29,0x2b,0x2f], 357 => 0x2d, 360 => 0x20 }, + 'focusprocess' => { 235 => 0x302 }, + 'focusrange' => { 29 => 0x12, 240 => 0x100a }, + 'focussetting' => { 319 => 0x6 }, + 'focusstatus' => { 326 => 0x19, 327 => 0x53, 328 => 0x53 }, + 'focusstepcount' => { 238 => 0x301, 240 => 0x100e }, + 'focusstepinfinity' => { 238 => 0x303, 240 => 0x103b }, + 'focusstepnear' => { 238 => 0x304, 240 => 0x103c }, + 'focustrackinglockon' => { 223 => ['1.5','4.1'], 224 => '1.4', 229 => '3.1', 230 => '0.4' }, 'focuswarning' => { 100 => 0x1301 }, 'foldername' => { 147 => 0x27 }, - 'foldernumber' => { 323 => 0x9a, 325 => [0x402,0x114,0x316] }, - 'fontcomposite' => { 404 => [\'Fonts','FontsComposite'] }, - 'fontface' => { 404 => [\'Fonts','FontsFontFace'] }, - 'fontfamily' => { 404 => [\'Fonts','FontsFontFamily'] }, - 'fontfilename' => { 404 => [\'Fonts','FontsFontFileName'] }, - 'fontname' => { 404 => [\'Fonts','FontsFontName'] }, - 'fonts' => { 404 => 'Fonts' }, - 'fonttype' => { 404 => [\'Fonts','FontsFontType'] }, - 'fontversion' => { 404 => [\'Fonts','FontsVersionString'] }, - 'for' => { 297 => 'For' }, - 'format' => { 377 => 'format', 397 => 'Format' }, - 'forwardlock' => { 394 => 'forwardlock' }, + 'foldernumber' => { 327 => 0x9a, 329 => [0x402,0x114,0x316] }, + 'fontcomposite' => { 408 => [\'Fonts','FontsComposite'] }, + 'fontface' => { 408 => [\'Fonts','FontsFontFace'] }, + 'fontfamily' => { 408 => [\'Fonts','FontsFontFamily'] }, + 'fontfilename' => { 408 => [\'Fonts','FontsFontFileName'] }, + 'fontname' => { 408 => [\'Fonts','FontsFontName'] }, + 'fonts' => { 408 => 'Fonts' }, + 'fonttype' => { 408 => [\'Fonts','FontsFontType'] }, + 'fontversion' => { 408 => [\'Fonts','FontsVersionString'] }, + 'for' => { 301 => 'For' }, + 'format' => { 381 => 'format', 401 => 'Format' }, + 'forwardlock' => { 398 => 'forwardlock' }, 'forwardmatrix1' => { 95 => 0xc714 }, 'forwardmatrix2' => { 95 => 0xc715 }, 'framecount' => { 54 => [0x2,0x4] }, 'frameheight' => { 100 => 0x3822 }, - 'framenum' => { 292 => 0xd7 }, - 'framenumber' => { 100 => 0x8003, 153 => 0x3c, 284 => 0x29 }, + 'framenum' => { 296 => 0xd7 }, + 'framenumber' => { 100 => 0x8003, 153 => 0x3c, 288 => 0x29 }, 'framerate' => { 54 => [0x1,0x6], 95 => 0xc764, 100 => 0x3820 }, 'framewidth' => { 100 => 0x3821 }, 'freebytes' => { 81 => 0x1 }, 'freememorycardimages' => { 148 => [0x37,0x54], 149 => [0x2d,0x4a], 150 => 0x32 }, 'fujiflashmode' => { 100 => 0x1010 }, - 'fullimagesize' => { 335 => 0xb02b }, - 'fullpanoheightpixels' => { 366 => 'FullPanoHeightPixels' }, - 'fullpanowidthpixels' => { 366 => 'FullPanoWidthPixels' }, - 'fullpresssnap' => { 306 => 0x100d }, + 'fullimagesize' => { 339 => 0xb02b }, + 'fullpanoheightpixels' => { 370 => 'FullPanoHeightPixels' }, + 'fullpanowidthpixels' => { 370 => 'FullPanoWidthPixels' }, + 'fullpresssnap' => { 310 => 0x100d }, 'fullsizeimage' => { 131 => 'data' }, 'fullsizeimagename' => { 131 => '1Name' }, 'fullsizeimagetype' => { 131 => '0Type' }, - 'funcbutton' => { 222 => ['14.1','15.1'], 227 => '28.1', 228 => '13.1', 231 => '14.1' }, - 'funcbuttonplusdials' => { 222 => ['14.2','15.2'], 227 => '31.1' }, - 'functionbutton' => { 226 => '13.1', 229 => '5.2' }, - 'gainbase' => { 237 => 0x610 }, - 'gaincontrol' => { 95 => 0xa407, 380 => 'GainControl' }, - 'gamma' => { 95 => 0xa500, 381 => 'Gamma' }, + 'funcbutton' => { 223 => ['14.1','15.1'], 224 => '14.1', 229 => '28.1', 230 => '13.1', 233 => '14.1' }, + 'funcbuttonplusdials' => { 223 => ['14.2','15.2'], 224 => '14.2', 229 => '31.1' }, + 'functionbutton' => { 228 => '13.1', 231 => '5.2' }, + 'gainbase' => { 239 => 0x610 }, + 'gaincontrol' => { 95 => 0xa407, 384 => 'GainControl' }, + 'gamma' => { 95 => 0xa500, 385 => 'Gamma' }, 'gammacompensatedvalue' => { 105 => 0x91 }, 'geimagesize' => { 100 => 0x1304 }, 'gemake' => { 101 => 0x300 }, 'gemodel' => { 101 => 0x207 }, - 'genre' => { 390 => 'genre', 399 => 'genre' }, - 'geography' => { 391 => 'geography' }, + 'genre' => { 394 => 'genre', 403 => 'genre' }, + 'geography' => { 395 => 'geography' }, 'geologicalcontext' => { 94 => 'GeologicalContext' }, 'geologicalcontextbed' => { 94 => [\'GeologicalContext','GeologicalContextBed'] }, 'geologicalcontextformation' => { 94 => [\'GeologicalContext','GeologicalContextFormation'] }, @@ -2025,131 +2033,132 @@ my %tagLookup = ( 'geotiffdirectory' => { 95 => 0x87af }, 'geotiffdoubleparams' => { 95 => 0x87b0 }, 'geotime' => { 96 => 'Geotime' }, - 'globalaltitude' => { 295 => 0x419 }, - 'globalangle' => { 295 => 0x40d }, - 'good' => { 399 => 'good' }, + 'globalaltitude' => { 299 => 0x419 }, + 'globalangle' => { 299 => 0x40d }, + 'good' => { 403 => 'good' }, 'googleplusuploadcode' => { 95 => 0x9009 }, - 'gpsaltitude' => { 102 => 0x6, 129 => 'Altitude', 380 => 'GPSAltitude' }, - 'gpsaltituderef' => { 102 => 0x5, 380 => 'GPSAltitudeRef' }, - 'gpsareainformation' => { 102 => 0x1c, 380 => 'GPSAreaInformation' }, + 'gpsaltitude' => { 102 => 0x6, 129 => 'Altitude', 384 => 'GPSAltitude' }, + 'gpsaltituderef' => { 102 => 0x5, 384 => 'GPSAltitudeRef' }, + 'gpsareainformation' => { 102 => 0x1c, 384 => 'GPSAreaInformation' }, 'gpsdatestamp' => { 102 => 0x1d }, - 'gpsdatetime' => { 129 => 'DateTime', 380 => 'GPSTimeStamp' }, - 'gpsdestbearing' => { 102 => 0x18, 129 => 'Bearing', 380 => 'GPSDestBearing' }, - 'gpsdestbearingref' => { 102 => 0x17, 380 => 'GPSDestBearingRef' }, - 'gpsdestdistance' => { 102 => 0x1a, 129 => 'Distance', 380 => 'GPSDestDistance' }, - 'gpsdestdistanceref' => { 102 => 0x19, 380 => 'GPSDestDistanceRef' }, - 'gpsdestlatitude' => { 102 => 0x14, 380 => 'GPSDestLatitude' }, + 'gpsdatetime' => { 129 => 'DateTime', 384 => 'GPSTimeStamp' }, + 'gpsdestbearing' => { 102 => 0x18, 129 => 'Bearing', 384 => 'GPSDestBearing' }, + 'gpsdestbearingref' => { 102 => 0x17, 384 => 'GPSDestBearingRef' }, + 'gpsdestdistance' => { 102 => 0x1a, 129 => 'Distance', 384 => 'GPSDestDistance' }, + 'gpsdestdistanceref' => { 102 => 0x19, 384 => 'GPSDestDistanceRef' }, + 'gpsdestlatitude' => { 102 => 0x14, 384 => 'GPSDestLatitude' }, 'gpsdestlatituderef' => { 102 => 0x13 }, - 'gpsdestlongitude' => { 102 => 0x16, 380 => 'GPSDestLongitude' }, + 'gpsdestlongitude' => { 102 => 0x16, 384 => 'GPSDestLongitude' }, 'gpsdestlongituderef' => { 102 => 0x15 }, - 'gpsdifferential' => { 102 => 0x1e, 129 => 'Differential', 380 => 'GPSDifferential' }, - 'gpsdop' => { 102 => 0xb, 380 => 'GPSDOP' }, - 'gpshpositioningerror' => { 102 => 0x1f, 380 => 'GPSHPositioningError' }, - 'gpsimgdirection' => { 102 => 0x11, 380 => 'GPSImgDirection' }, - 'gpsimgdirectionref' => { 102 => 0x10, 380 => 'GPSImgDirectionRef' }, - 'gpslatitude' => { 102 => 0x2, 129 => 'Latitude', 380 => 'GPSLatitude' }, + 'gpsdifferential' => { 102 => 0x1e, 129 => 'Differential', 384 => 'GPSDifferential' }, + 'gpsdop' => { 102 => 0xb, 384 => 'GPSDOP' }, + 'gpshpositioningerror' => { 102 => 0x1f, 384 => 'GPSHPositioningError' }, + 'gpsimgdirection' => { 102 => 0x11, 384 => 'GPSImgDirection' }, + 'gpsimgdirectionref' => { 102 => 0x10, 384 => 'GPSImgDirectionRef' }, + 'gpslatitude' => { 102 => 0x2, 129 => 'Latitude', 384 => 'GPSLatitude' }, 'gpslatituderef' => { 102 => 0x1 }, - 'gpslongitude' => { 102 => 0x4, 129 => 'Longitude', 380 => 'GPSLongitude' }, + 'gpslongitude' => { 102 => 0x4, 129 => 'Longitude', 384 => 'GPSLongitude' }, 'gpslongituderef' => { 102 => 0x3 }, - 'gpsmapdatum' => { 102 => 0x12, 129 => 'Datum', 380 => 'GPSMapDatum' }, - 'gpsmeasuremode' => { 102 => 0xa, 129 => 'MeasureMode', 380 => 'GPSMeasureMode' }, - 'gpsprocessingmethod' => { 102 => 0x1b, 380 => 'GPSProcessingMethod' }, - 'gpssatellites' => { 102 => 0x8, 129 => 'Satellites', 380 => 'GPSSatellites' }, - 'gpsspeed' => { 102 => 0xd, 129 => 'Speed', 380 => 'GPSSpeed' }, - 'gpsspeedref' => { 102 => 0xc, 380 => 'GPSSpeedRef' }, - 'gpsstatus' => { 102 => 0x9, 380 => 'GPSStatus' }, + 'gpsmapdatum' => { 102 => 0x12, 129 => 'Datum', 384 => 'GPSMapDatum' }, + 'gpsmeasuremode' => { 102 => 0xa, 129 => 'MeasureMode', 384 => 'GPSMeasureMode' }, + 'gpsprocessingmethod' => { 102 => 0x1b, 384 => 'GPSProcessingMethod' }, + 'gpssatellites' => { 102 => 0x8, 129 => 'Satellites', 384 => 'GPSSatellites' }, + 'gpsspeed' => { 102 => 0xd, 129 => 'Speed', 384 => 'GPSSpeed' }, + 'gpsspeedref' => { 102 => 0xc, 384 => 'GPSSpeedRef' }, + 'gpsstatus' => { 102 => 0x9, 384 => 'GPSStatus' }, 'gpstimestamp' => { 102 => 0x7 }, - 'gpstrack' => { 102 => 0xf, 129 => 'Heading', 380 => 'GPSTrack' }, - 'gpstrackref' => { 102 => 0xe, 380 => 'GPSTrackRef' }, - 'gpsversionid' => { 102 => 0x0, 380 => 'GPSVersionID' }, - 'gradation' => { 233 => 0x50f }, - 'gradientbasedcorractive' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] }, - 'gradientbasedcorramount' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] }, - 'gradientbasedcorrbrightness' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] }, - 'gradientbasedcorrclarity' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] }, - 'gradientbasedcorrclarity2012' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] }, - 'gradientbasedcorrcontrast' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] }, - 'gradientbasedcorrcontrast2012' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] }, - 'gradientbasedcorrdefringe' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] }, - 'gradientbasedcorrections' => { 376 => 'GradientBasedCorrections' }, - 'gradientbasedcorrexposure' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] }, - 'gradientbasedcorrexposure2012' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] }, - 'gradientbasedcorrhighlights2012' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] }, - 'gradientbasedcorrhue' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] }, - 'gradientbasedcorrluminancenoise' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] }, - 'gradientbasedcorrmaskalpha' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] }, - 'gradientbasedcorrmaskangle' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] }, - 'gradientbasedcorrmaskbottom' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] }, - 'gradientbasedcorrmaskcentervalue' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] }, - 'gradientbasedcorrmaskcenterweight' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] }, - 'gradientbasedcorrmaskdabs' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] }, - 'gradientbasedcorrmaskfeather' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] }, - 'gradientbasedcorrmaskflipped' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] }, - 'gradientbasedcorrmaskflow' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] }, - 'gradientbasedcorrmaskfullx' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] }, - 'gradientbasedcorrmaskfully' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] }, - 'gradientbasedcorrmaskleft' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] }, - 'gradientbasedcorrmaskmidpoint' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] }, - 'gradientbasedcorrmaskperimetervalue' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] }, - 'gradientbasedcorrmaskradius' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] }, - 'gradientbasedcorrmaskright' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] }, - 'gradientbasedcorrmaskroundness' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] }, - 'gradientbasedcorrmasks' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] }, - 'gradientbasedcorrmasksizex' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] }, - 'gradientbasedcorrmasksizey' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] }, - 'gradientbasedcorrmasktop' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] }, - 'gradientbasedcorrmaskvalue' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] }, - 'gradientbasedcorrmaskversion' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] }, - 'gradientbasedcorrmaskwhat' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] }, - 'gradientbasedcorrmaskx' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] }, - 'gradientbasedcorrmasky' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] }, - 'gradientbasedcorrmaskzerox' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] }, - 'gradientbasedcorrmaskzeroy' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] }, - 'gradientbasedcorrmoire' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] }, - 'gradientbasedcorrsaturation' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation','GradientBasedCorrectionsLocalToningSaturation'] }, - 'gradientbasedcorrshadows2012' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] }, - 'gradientbasedcorrsharpness' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] }, - 'gradientbasedcorrtemperature' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] }, - 'gradientbasedcorrtint' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] }, - 'gradientbasedcorrwhat' => { 376 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] }, - 'grainamount' => { 376 => 'GrainAmount' }, - 'grainfrequency' => { 376 => 'GrainFrequency' }, - 'grainsize' => { 376 => 'GrainSize' }, - 'graymixeraqua' => { 376 => 'GrayMixerAqua' }, - 'graymixerblue' => { 376 => 'GrayMixerBlue' }, - 'graymixergreen' => { 376 => 'GrayMixerGreen' }, - 'graymixermagenta' => { 376 => 'GrayMixerMagenta' }, - 'graymixerorange' => { 376 => 'GrayMixerOrange' }, - 'graymixerpurple' => { 376 => 'GrayMixerPurple' }, - 'graymixerred' => { 376 => 'GrayMixerRed' }, - 'graymixeryellow' => { 376 => 'GrayMixerYellow' }, - 'graypoint' => { 362 => 0x8021 }, + 'gpstrack' => { 102 => 0xf, 129 => 'Heading', 384 => 'GPSTrack' }, + 'gpstrackref' => { 102 => 0xe, 384 => 'GPSTrackRef' }, + 'gpsversionid' => { 102 => 0x0, 384 => 'GPSVersionID' }, + 'gradation' => { 235 => 0x50f }, + 'gradientbasedcorractive' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] }, + 'gradientbasedcorramount' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] }, + 'gradientbasedcorrbrightness' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] }, + 'gradientbasedcorrclarity' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] }, + 'gradientbasedcorrclarity2012' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] }, + 'gradientbasedcorrcontrast' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] }, + 'gradientbasedcorrcontrast2012' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] }, + 'gradientbasedcorrdefringe' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] }, + 'gradientbasedcorrections' => { 380 => 'GradientBasedCorrections' }, + 'gradientbasedcorrexposure' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] }, + 'gradientbasedcorrexposure2012' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] }, + 'gradientbasedcorrhighlights2012' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] }, + 'gradientbasedcorrhue' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] }, + 'gradientbasedcorrluminancenoise' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] }, + 'gradientbasedcorrmaskalpha' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] }, + 'gradientbasedcorrmaskangle' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] }, + 'gradientbasedcorrmaskbottom' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] }, + 'gradientbasedcorrmaskcentervalue' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] }, + 'gradientbasedcorrmaskcenterweight' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] }, + 'gradientbasedcorrmaskdabs' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] }, + 'gradientbasedcorrmaskfeather' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] }, + 'gradientbasedcorrmaskflipped' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] }, + 'gradientbasedcorrmaskflow' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] }, + 'gradientbasedcorrmaskfullx' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] }, + 'gradientbasedcorrmaskfully' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] }, + 'gradientbasedcorrmaskleft' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] }, + 'gradientbasedcorrmaskmidpoint' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] }, + 'gradientbasedcorrmaskperimetervalue' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] }, + 'gradientbasedcorrmaskradius' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] }, + 'gradientbasedcorrmaskright' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] }, + 'gradientbasedcorrmaskroundness' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] }, + 'gradientbasedcorrmasks' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] }, + 'gradientbasedcorrmasksizex' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] }, + 'gradientbasedcorrmasksizey' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] }, + 'gradientbasedcorrmasktop' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] }, + 'gradientbasedcorrmaskvalue' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] }, + 'gradientbasedcorrmaskversion' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] }, + 'gradientbasedcorrmaskwhat' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] }, + 'gradientbasedcorrmaskx' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] }, + 'gradientbasedcorrmasky' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] }, + 'gradientbasedcorrmaskzerox' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] }, + 'gradientbasedcorrmaskzeroy' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] }, + 'gradientbasedcorrmoire' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] }, + 'gradientbasedcorrsaturation' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation','GradientBasedCorrectionsLocalToningSaturation'] }, + 'gradientbasedcorrshadows2012' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] }, + 'gradientbasedcorrsharpness' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] }, + 'gradientbasedcorrtemperature' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] }, + 'gradientbasedcorrtint' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] }, + 'gradientbasedcorrwhat' => { 380 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] }, + 'grainamount' => { 380 => 'GrainAmount' }, + 'grainfrequency' => { 380 => 'GrainFrequency' }, + 'grainsize' => { 380 => 'GrainSize' }, + 'graymixeraqua' => { 380 => 'GrayMixerAqua' }, + 'graymixerblue' => { 380 => 'GrayMixerBlue' }, + 'graymixergreen' => { 380 => 'GrayMixerGreen' }, + 'graymixermagenta' => { 380 => 'GrayMixerMagenta' }, + 'graymixerorange' => { 380 => 'GrayMixerOrange' }, + 'graymixerpurple' => { 380 => 'GrayMixerPurple' }, + 'graymixerred' => { 380 => 'GrayMixerRed' }, + 'graymixeryellow' => { 380 => 'GrayMixerYellow' }, + 'graypoint' => { 366 => 0x8021 }, 'grayresponseunit' => { 95 => 0x122 }, 'greencurvelimits' => { 86 => 0x1c4 }, 'greencurvepoints' => { 86 => 0x19a }, - 'greenhue' => { 376 => 'GreenHue' }, - 'greensaturation' => { 376 => 'GreenSaturation' }, - 'griddisplay' => { 222 => '13.3', 224 => '2.2', 227 => '10.5', 228 => '3.4', 229 => '6.1', 231 => '4.2' }, - 'gripbatteryadload' => { 263 => 0x5 }, - 'gripbatteryadnoload' => { 263 => 0x4 }, - 'gripbatterystate' => { 263 => '1.2' }, + 'greenhue' => { 380 => 'GreenHue' }, + 'greensaturation' => { 380 => 'GreenSaturation' }, + 'griddisplay' => { 223 => '13.3', 224 => '4.2', 226 => '2.2', 229 => '10.5', 230 => '3.4', 231 => '6.1', 233 => '4.2' }, + 'gripbatteryadload' => { 267 => 0x5 }, + 'gripbatteryadnoload' => { 267 => 0x4 }, + 'gripbatterystate' => { 267 => '1.2' }, + 'groupareaafillumination' => { 224 => '46.4' }, 'halftonehints' => { 95 => 0x141 }, 'hardlink' => { 96 => 'HardLink' }, - 'hasalternative' => { 390 => 'hasAlternative' }, - 'hascorrection' => { 390 => 'hasCorrection' }, - 'hascrop' => { 376 => 'HasCrop' }, - 'hasextendedxmp' => { 401 => 'HasExtendedXMP' }, - 'haspreviousversion' => { 390 => 'hasPreviousVersion' }, - 'hassettings' => { 376 => 'HasSettings' }, - 'hastranslation' => { 390 => 'hasTranslation' }, - 'hdr' => { 175 => 0x4, 253 => 0x9e, 284 => 0x85, 335 => 0x200a }, + 'hasalternative' => { 394 => 'hasAlternative' }, + 'hascorrection' => { 394 => 'hasCorrection' }, + 'hascrop' => { 380 => 'HasCrop' }, + 'hasextendedxmp' => { 405 => 'HasExtendedXMP' }, + 'haspreviousversion' => { 394 => 'hasPreviousVersion' }, + 'hassettings' => { 380 => 'HasSettings' }, + 'hastranslation' => { 394 => 'hasTranslation' }, + 'hdr' => { 175 => 0x4, 255 => 0x9e, 288 => 0x85, 339 => 0x200a }, 'hdrimagetype' => { 1 => 0xa }, 'hdrinfoversion' => { 175 => 0x0 }, - 'hdrlevel' => { 175 => 0x5, 325 => 0x2e, 339 => 0x17 }, + 'hdrlevel' => { 175 => 0x5, 329 => 0x2e, 343 => 0x17 }, 'hdrlevel2' => { 175 => 0x7 }, - 'hdrsetting' => { 325 => 0x2d, 339 => 0x16, 342 => 0x1148, 343 => 0x1148, 344 => 0x1124, 345 => 0x11a0, 346 => 0x117c, 347 => 0x1034, 348 => 0x22c }, + 'hdrsetting' => { 329 => 0x2d, 343 => 0x16, 346 => 0x1148, 347 => 0x1148, 348 => 0x1124, 349 => 0x11a0, 350 => 0x117c, 351 => 0x1034, 352 => 0x22c }, 'hdrsmoothing' => { 175 => 0x6 }, - 'headline' => { 103 => 0x69, 388 => 'Headline' }, + 'headline' => { 103 => 0x69, 392 => 'Headline' }, 'hierarchicalkeywords' => { 140 => [\'Keywords','KeywordsHierarchy'] }, 'hierarchicalkeywords1' => { 140 => [\'Keywords','KeywordsHierarchyKeyword'] }, 'hierarchicalkeywords1applied' => { 140 => [\'Keywords','KeywordsHierarchyApplied'] }, @@ -2168,53 +2177,53 @@ my %tagLookup = ( 'hierarchicalkeywords5children' => { 140 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildren'] }, 'hierarchicalkeywords6' => { 140 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenKeyword'] }, 'hierarchicalkeywords6applied' => { 140 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenApplied'] }, - 'hierarchicalsubject' => { 368 => 'hierarchicalSubject' }, + 'hierarchicalsubject' => { 372 => 'hierarchicalSubject' }, 'highestbiostratigraphiczone' => { 94 => [\'GeologicalContext','GeologicalContextHighestBiostratigraphicZone'] }, - 'highisomultiplierblue' => { 257 => 0x1a }, - 'highisomultipliergreen' => { 257 => 0x19 }, - 'highisomultiplierred' => { 257 => 0x18 }, - 'highisonoisereduction' => { 14 => 0xbc, 15 => 0xbd, 18 => 0xbd, 25 => 0xc9, 68 => 0x202, 100 => 0x100e, 182 => 0xb1, 284 => 0x71, 323 => 0x2c, 324 => 0x26, 325 => 0x26, 335 => 0x2009, 339 => 0x12, 358 => 0x42 }, - 'highisonoisereduction2' => { 335 => 0xb050 }, - 'highlight' => { 315 => 0xf }, - 'highlightcolordistortreduct' => { 362 => 0x8026 }, - 'highlightprotection' => { 214 => 0x6 }, - 'highlightrecovery' => { 376 => 'HighlightRecovery' }, - 'highlights' => { 370 => 'Highlights' }, - 'highlights2012' => { 376 => 'Highlights2012' }, + 'highisomultiplierblue' => { 259 => 0x1a }, + 'highisomultipliergreen' => { 259 => 0x19 }, + 'highisomultiplierred' => { 259 => 0x18 }, + 'highisonoisereduction' => { 14 => 0xbc, 15 => 0xbd, 18 => 0xbd, 25 => 0xc9, 68 => 0x202, 100 => 0x100e, 182 => 0xb1, 288 => 0x71, 327 => 0x2c, 328 => 0x26, 329 => 0x26, 339 => 0x2009, 343 => 0x12, 362 => 0x42 }, + 'highisonoisereduction2' => { 339 => 0xb050 }, + 'highlight' => { 319 => 0xf }, + 'highlightcolordistortreduct' => { 366 => 0x8026 }, + 'highlightprotection' => { 215 => 0x6 }, + 'highlightrecovery' => { 380 => 'HighlightRecovery' }, + 'highlights' => { 374 => 'Highlights' }, + 'highlights2012' => { 380 => 'Highlights2012' }, 'highlighttone' => { 100 => 0x1041 }, 'highlighttonepriority' => { 11 => 0x7, 14 => 0x7, 15 => 0x7, 16 => 0x7, 18 => 0x7, 20 => 0x7, 25 => 0x7, 68 => 0x203 }, - 'highlowkeyadj' => { 284 => 0x6c }, + 'highlowkeyadj' => { 288 => 0x6c }, 'highspeedsync' => { 150 => 0x5 }, - 'histogramxml' => { 215 => 0x83a1a25 }, - 'history' => { 388 => 'History', 400 => 'History' }, - 'historyaction' => { 400 => [\'History','HistoryAction'] }, - 'historychanged' => { 400 => [\'History','HistoryChanged'] }, - 'historyinstanceid' => { 400 => [\'History','HistoryInstanceID'] }, - 'historyparameters' => { 400 => [\'History','HistoryParameters'] }, - 'historysoftwareagent' => { 400 => [\'History','HistorySoftwareAgent'] }, - 'historywhen' => { 400 => [\'History','HistoryWhen'] }, - 'hometowncity' => { 91 => 0x3006, 284 => 0x23, 289 => 0x2 }, - 'hometowncitycode' => { 290 => 0x1000 }, - 'hometowndst' => { 284 => 0x25, 289 => '0.2' }, + 'histogramxml' => { 216 => 0x83a1a25 }, + 'history' => { 392 => 'History', 404 => 'History' }, + 'historyaction' => { 404 => [\'History','HistoryAction'] }, + 'historychanged' => { 404 => [\'History','HistoryChanged'] }, + 'historyinstanceid' => { 404 => [\'History','HistoryInstanceID'] }, + 'historyparameters' => { 404 => [\'History','HistoryParameters'] }, + 'historysoftwareagent' => { 404 => [\'History','HistorySoftwareAgent'] }, + 'historywhen' => { 404 => [\'History','HistoryWhen'] }, + 'hometowncity' => { 91 => 0x3006, 288 => 0x23, 293 => 0x2 }, + 'hometowncitycode' => { 294 => 0x1000 }, + 'hometowndst' => { 288 => 0x25, 293 => '0.2' }, 'hostcomputer' => { 95 => 0x13c }, - 'hue' => { 155 => 0x3b, 284 => 0x67 }, - 'hueadj' => { 218 => 0x2f, 362 => 0x8019 }, - 'hueadjust' => { 306 => 0x1016 }, + 'hue' => { 155 => 0x3b, 288 => 0x67 }, + 'hueadj' => { 219 => 0x2f, 366 => 0x8019 }, + 'hueadjust' => { 310 => 0x1016 }, 'hueadjustment' => { 148 => 0x4a, 149 => 0x40, 182 => 0x92, 184 => 0x36 }, - 'hueadjustmentaqua' => { 376 => 'HueAdjustmentAqua' }, - 'hueadjustmentblue' => { 376 => 'HueAdjustmentBlue' }, - 'hueadjustmentgreen' => { 376 => 'HueAdjustmentGreen' }, - 'hueadjustmentmagenta' => { 376 => 'HueAdjustmentMagenta' }, - 'hueadjustmentorange' => { 376 => 'HueAdjustmentOrange' }, - 'hueadjustmentpurple' => { 376 => 'HueAdjustmentPurple' }, - 'hueadjustmentred' => { 376 => 'HueAdjustmentRed' }, - 'hueadjustmentyellow' => { 376 => 'HueAdjustmentYellow' }, - 'huesetting' => { 241 => 0x1011 }, + 'hueadjustmentaqua' => { 380 => 'HueAdjustmentAqua' }, + 'hueadjustmentblue' => { 380 => 'HueAdjustmentBlue' }, + 'hueadjustmentgreen' => { 380 => 'HueAdjustmentGreen' }, + 'hueadjustmentmagenta' => { 380 => 'HueAdjustmentMagenta' }, + 'hueadjustmentorange' => { 380 => 'HueAdjustmentOrange' }, + 'hueadjustmentpurple' => { 380 => 'HueAdjustmentPurple' }, + 'hueadjustmentred' => { 380 => 'HueAdjustmentRed' }, + 'hueadjustmentyellow' => { 380 => 'HueAdjustmentYellow' }, + 'huesetting' => { 243 => 0x1011 }, 'icc_profile' => { 96 => 'ICC_Profile' }, - 'iccprofilename' => { 388 => 'ICCProfile' }, - 'idccreativestyle' => { 362 => 0x8000 }, - 'idcpreviewlength' => { 362 => 0x202 }, - 'idcpreviewstart' => { 362 => 0x201 }, + 'iccprofilename' => { 392 => 'ICCProfile' }, + 'idccreativestyle' => { 366 => 0x8000 }, + 'idcpreviewlength' => { 366 => 0x202 }, + 'idcpreviewstart' => { 366 => 0x201 }, 'identification' => { 94 => 'Identification' }, 'identificationid' => { 94 => [\'Identification','IdentificationIdentificationID'] }, 'identificationqualifier' => { 94 => [\'Identification','IdentificationIdentificationQualifier'] }, @@ -2222,208 +2231,212 @@ my %tagLookup = ( 'identificationremarks' => { 94 => [\'Identification','IdentificationIdentificationRemarks'] }, 'identificationverificationstatus' => { 94 => [\'Identification','IdentificationIdentificationVerificationStatus'] }, 'identifiedby' => { 94 => [\'Identification','IdentificationIdentifiedBy'] }, - 'identifier' => { 377 => 'identifier', 397 => 'Identifier' }, - 'illumination' => { 229 => '0.5' }, - 'imageadjustment' => { 182 => 0x80, 205 => 0x5 }, - 'imagealterationconstraints' => { 389 => 'ImageAlterationConstraints' }, + 'identifier' => { 381 => 'identifier', 401 => 'Identifier' }, + 'illumination' => { 231 => '0.5' }, + 'imageadjustment' => { 182 => 0x80, 206 => 0x5 }, + 'imagealterationconstraints' => { 393 => 'ImageAlterationConstraints' }, 'imagearea' => { 192 => 0x10, 195 => 0x10 }, - 'imageareaoffset' => { 284 => 0x38 }, + 'imageareaoffset' => { 288 => 0x38 }, 'imageauthentication' => { 182 => 0x20 }, 'imageboundary' => { 182 => 0x16 }, - 'imagecount' => { 182 => 0xa5, 337 => 0x11b, 349 => 0x32 }, - 'imagecount2' => { 349 => 0x4c }, - 'imagecreator' => { 389 => 'ImageCreator' }, - 'imagecreatorid' => { 389 => [\'ImageCreator','ImageCreatorImageCreatorID'] }, - 'imagecreatorimageid' => { 389 => 'ImageCreatorImageID' }, - 'imagecreatorname' => { 389 => [\'ImageCreator','ImageCreatorImageCreatorName'] }, + 'imagecount' => { 182 => 0xa5, 341 => 0x11b, 353 => 0x32 }, + 'imagecount2' => { 353 => 0x4c }, + 'imagecreator' => { 393 => 'ImageCreator' }, + 'imagecreatorid' => { 393 => [\'ImageCreator','ImageCreatorImageCreatorID'] }, + 'imagecreatorimageid' => { 393 => 'ImageCreatorImageID' }, + 'imagecreatorname' => { 393 => [\'ImageCreator','ImageCreatorImageCreatorName'] }, 'imagedatasize' => { 182 => 0xa2 }, - 'imagedescription' => { 95 => 0x10e, 395 => 'ImageDescription' }, - 'imageduplicationconstraints' => { 389 => 'ImageDuplicationConstraints' }, - 'imagedustoff' => { 215 => 0xfe443a45 }, - 'imageeditcount' => { 284 => 0x41 }, - 'imageediting' => { 284 => 0x32 }, - 'imageeffects' => { 306 => 0x1010 }, - 'imagefileconstraints' => { 389 => 'ImageFileConstraints' }, - 'imagefileformatasdelivered' => { 389 => 'ImageFileFormatAsDelivered' }, - 'imagefilesizeasdelivered' => { 389 => 'ImageFileSizeAsDelivered' }, + 'imagedescription' => { 95 => 0x10e, 399 => 'ImageDescription' }, + 'imageduplicationconstraints' => { 393 => 'ImageDuplicationConstraints' }, + 'imagedustoff' => { 216 => 0xfe443a45 }, + 'imageeditcount' => { 288 => 0x41 }, + 'imageediting' => { 288 => 0x32 }, + 'imageeffects' => { 310 => 0x1010 }, + 'imagefileconstraints' => { 393 => 'ImageFileConstraints' }, + 'imagefileformatasdelivered' => { 393 => 'ImageFileFormatAsDelivered' }, + 'imagefilesizeasdelivered' => { 393 => 'ImageFileSizeAsDelivered' }, 'imagegeneration' => { 100 => 0x1436 }, - 'imageheight' => { 95 => 0x101, 154 => 0xc, 395 => 'ImageLength' }, + 'imageheight' => { 95 => 0x101, 154 => 0xc, 399 => 'ImageLength' }, 'imagehistory' => { 95 => 0x9213 }, - 'imageidnumber' => { 249 => 0x340 }, - 'imagenumber' => { 95 => 0x9211, 125 => 'ImageNumber', 148 => 0xae, 149 => 0x5e, 323 => 0x9b, 325 => [0x400,'276.1',0x314], 373 => 'ImageNumber' }, + 'imageidnumber' => { 251 => 0x340 }, + 'imagenumber' => { 95 => 0x9211, 125 => 'ImageNumber', 148 => 0xae, 149 => 0x5e, 327 => 0x9b, 329 => [0x400,'276.1',0x314], 377 => 'ImageNumber' }, 'imagenumber2' => { 149 => 0x62 }, 'imageoptimization' => { 182 => 0xa9 }, 'imageorientation' => { 103 => 0x83 }, 'imageprocessing' => { 182 => 0x1a }, - 'imageprocessingversion' => { 237 => 0x0 }, - 'imagequality' => { 125 => 'ImageQuality', 194 => '723.2', 195 => '732.2', 202 => '708.1', 253 => 0x1 }, - 'imagequality2' => { 233 => 0x603 }, - 'imageref' => { 384 => 'ImageRef' }, - 'imagereview' => { 223 => '0.4', 229 => '0.4' }, - 'imagereviewtime' => { 223 => '2.1', 224 => '19.1', 225 => '20.1', 226 => '20.1', 227 => '9.2', 228 => '20.1', 231 => '21.2' }, + 'imageprocessingversion' => { 239 => 0x0 }, + 'imagequality' => { 125 => 'ImageQuality', 194 => '723.2', 195 => '732.2', 203 => '708.1', 255 => 0x1 }, + 'imagequality2' => { 235 => 0x603 }, + 'imageref' => { 388 => 'ImageRef' }, + 'imagereview' => { 225 => '0.4', 231 => '0.4' }, + 'imagereviewmonitorofftime' => { 224 => '21.1' }, + 'imagereviewtime' => { 223 => '25.1', 225 => '2.1', 226 => '19.1', 227 => '20.1', 228 => '20.1', 229 => '9.2', 230 => '20.1', 233 => '21.2' }, 'imagesize' => { 131 => 'ImageSize' }, - 'imagesizerestriction' => { 392 => 'imageSizeRestriction' }, + 'imagesizerestriction' => { 396 => 'imageSizeRestriction' }, 'imagesourcedata' => { 95 => 0x935c }, - 'imagestabilization' => { 29 => 0x22, 91 => 0x3020, 100 => 0x1422, 125 => 'ImageStabilization', 148 => 0xbd, 149 => 0x71, 150 => 0x57, 151 => 0x0, 152 => [0x18,0x107,0x113], 153 => 0x49c2, 182 => 0xac, 233 => 0x604, 236 => 0x1600, 253 => 0x1a, 328 => 0x12, 329 => 0x11, 335 => 0xb026 }, - 'imagestabilization2' => { 327 => 0xa }, - 'imagestabilizationsetting' => { 153 => 0x14, 323 => 0x3d, 324 => 0x3d, 334 => 0x14 }, - 'imagestyle' => { 323 => 0x2d, 324 => 0x27 }, - 'imagesupplier' => { 389 => 'ImageSupplier' }, - 'imagesupplierid' => { 389 => [\'ImageSupplier','ImageSupplierImageSupplierID'] }, - 'imagesupplierimageid' => { 389 => 'ImageSupplierImageID' }, - 'imagesuppliername' => { 389 => [\'ImageSupplier','ImageSupplierImageSupplierName'] }, + 'imagestabilization' => { 29 => 0x22, 91 => 0x3020, 100 => 0x1422, 125 => 'ImageStabilization', 148 => 0xbd, 149 => 0x71, 150 => 0x57, 151 => 0x0, 152 => [0x18,0x107,0x113], 153 => 0x49c2, 182 => 0xac, 235 => 0x604, 238 => 0x1600, 255 => 0x1a, 332 => 0x12, 333 => 0x11, 339 => 0xb026 }, + 'imagestabilization2' => { 331 => 0xa }, + 'imagestabilizationsetting' => { 153 => 0x14, 327 => 0x3d, 328 => 0x3d, 338 => 0x14 }, + 'imagestyle' => { 327 => 0x2d, 328 => 0x27 }, + 'imagesupplier' => { 393 => 'ImageSupplier' }, + 'imagesupplierid' => { 393 => [\'ImageSupplier','ImageSupplierImageSupplierID'] }, + 'imagesupplierimageid' => { 393 => 'ImageSupplierImageID' }, + 'imagesuppliername' => { 393 => [\'ImageSupplier','ImageSupplierImageSupplierName'] }, 'imagetemperaturemax' => { 97 => 0x1 }, 'imagetemperaturemin' => { 97 => 0x2 }, - 'imagetone' => { 284 => 0x4f }, - 'imagetype' => { 103 => 0x82, 389 => 'ImageType' }, - 'imageuniqueid' => { 51 => 0x28, 95 => 0xa420, 380 => 'ImageUniqueID' }, - 'imagewidth' => { 95 => 0x100, 154 => 0xe, 395 => 'ImageWidth' }, - 'incrementaltemperature' => { 376 => 'IncrementalTemperature' }, - 'incrementaltint' => { 376 => 'IncrementalTint' }, - 'industry' => { 390 => 'industry', 391 => 'industry' }, + 'imagetone' => { 288 => 0x4f }, + 'imagetype' => { 103 => 0x82, 393 => 'ImageType' }, + 'imageuniqueid' => { 51 => 0x28, 95 => 0xa420, 384 => 'ImageUniqueID' }, + 'imagewidth' => { 95 => 0x100, 154 => 0xe, 399 => 'ImageWidth' }, + 'incrementaltemperature' => { 380 => 'IncrementalTemperature' }, + 'incrementaltint' => { 380 => 'IncrementalTint' }, + 'industry' => { 394 => 'industry', 395 => 'industry' }, 'infobuttonwhenshooting' => { 68 => 0x409 }, - 'infraredilluminator' => { 302 => 0x28 }, - 'ingredients' => { 400 => 'Ingredients' }, - 'ingredientsalternatepaths' => { 400 => [\'Ingredients','IngredientsAlternatePaths'] }, - 'ingredientsdocumentid' => { 400 => [\'Ingredients','IngredientsDocumentID'] }, - 'ingredientsfilepath' => { 400 => [\'Ingredients','IngredientsFilePath'] }, - 'ingredientsfrompart' => { 400 => [\'Ingredients','IngredientsFromPart'] }, - 'ingredientsinstanceid' => { 400 => [\'Ingredients','IngredientsInstanceID'] }, - 'ingredientslastmodifydate' => { 400 => [\'Ingredients','IngredientsLastModifyDate'] }, - 'ingredientsmanager' => { 400 => [\'Ingredients','IngredientsManager'] }, - 'ingredientsmanagervariant' => { 400 => [\'Ingredients','IngredientsManagerVariant'] }, - 'ingredientsmanageto' => { 400 => [\'Ingredients','IngredientsManageTo'] }, - 'ingredientsmanageui' => { 400 => [\'Ingredients','IngredientsManageUI'] }, - 'ingredientsmaskmarkers' => { 400 => [\'Ingredients','IngredientsMaskMarkers'] }, - 'ingredientsoriginaldocumentid' => { 400 => [\'Ingredients','IngredientsOriginalDocumentID'] }, - 'ingredientspartmapping' => { 400 => [\'Ingredients','IngredientsPartMapping'] }, - 'ingredientsrenditionclass' => { 400 => [\'Ingredients','IngredientsRenditionClass'] }, - 'ingredientsrenditionparams' => { 400 => [\'Ingredients','IngredientsRenditionParams'] }, - 'ingredientstopart' => { 400 => [\'Ingredients','IngredientsToPart'] }, - 'ingredientsversionid' => { 400 => [\'Ingredients','IngredientsVersionID'] }, - 'initialhorizontalfovdegrees' => { 366 => 'InitialHorizontalFOVDegrees' }, - 'initialviewheadingdegrees' => { 366 => 'InitialViewHeadingDegrees' }, - 'initialviewpitchdegrees' => { 366 => 'InitialViewPitchDegrees' }, - 'initialviewrolldegrees' => { 366 => 'InitialViewRollDegrees' }, - 'initialzoomliveview' => { 222 => '4.4' }, - 'initialzoomsetting' => { 222 => '9.3', 227 => '27.3' }, + 'infraredilluminator' => { 306 => 0x28 }, + 'ingredients' => { 404 => 'Ingredients' }, + 'ingredientsalternatepaths' => { 404 => [\'Ingredients','IngredientsAlternatePaths'] }, + 'ingredientsdocumentid' => { 404 => [\'Ingredients','IngredientsDocumentID'] }, + 'ingredientsfilepath' => { 404 => [\'Ingredients','IngredientsFilePath'] }, + 'ingredientsfrompart' => { 404 => [\'Ingredients','IngredientsFromPart'] }, + 'ingredientsinstanceid' => { 404 => [\'Ingredients','IngredientsInstanceID'] }, + 'ingredientslastmodifydate' => { 404 => [\'Ingredients','IngredientsLastModifyDate'] }, + 'ingredientsmanager' => { 404 => [\'Ingredients','IngredientsManager'] }, + 'ingredientsmanagervariant' => { 404 => [\'Ingredients','IngredientsManagerVariant'] }, + 'ingredientsmanageto' => { 404 => [\'Ingredients','IngredientsManageTo'] }, + 'ingredientsmanageui' => { 404 => [\'Ingredients','IngredientsManageUI'] }, + 'ingredientsmaskmarkers' => { 404 => [\'Ingredients','IngredientsMaskMarkers'] }, + 'ingredientsoriginaldocumentid' => { 404 => [\'Ingredients','IngredientsOriginalDocumentID'] }, + 'ingredientspartmapping' => { 404 => [\'Ingredients','IngredientsPartMapping'] }, + 'ingredientsrenditionclass' => { 404 => [\'Ingredients','IngredientsRenditionClass'] }, + 'ingredientsrenditionparams' => { 404 => [\'Ingredients','IngredientsRenditionParams'] }, + 'ingredientstopart' => { 404 => [\'Ingredients','IngredientsToPart'] }, + 'ingredientsversionid' => { 404 => [\'Ingredients','IngredientsVersionID'] }, + 'initialhorizontalfovdegrees' => { 370 => 'InitialHorizontalFOVDegrees' }, + 'initialviewheadingdegrees' => { 370 => 'InitialViewHeadingDegrees' }, + 'initialviewpitchdegrees' => { 370 => 'InitialViewPitchDegrees' }, + 'initialviewrolldegrees' => { 370 => 'InitialViewRollDegrees' }, + 'initialzoomliveview' => { 223 => '4.4' }, + 'initialzoomsetting' => { 223 => '9.3', 229 => '27.3' }, 'inkset' => { 95 => 0x14c }, - 'instanceid' => { 400 => 'InstanceID' }, + 'inputprofile' => { 109 => 0x1389 }, + 'instanceid' => { 404 => 'InstanceID' }, 'instantplaybacksetup' => { 150 => 0x3e }, 'instantplaybacktime' => { 150 => 0x3d }, - 'instructions' => { 388 => 'Instructions' }, - 'instrument' => { 399 => 'instrument' }, - 'intellectualgenre' => { 385 => 'IntellectualGenre' }, - 'intelligentauto' => { 335 => 0xb052 }, + 'instructions' => { 392 => 'Instructions' }, + 'instrument' => { 403 => 'instrument' }, + 'intellectualgenre' => { 389 => 'IntellectualGenre' }, + 'intelligentauto' => { 339 => 0xb052 }, 'intelligentcontrast' => { 41 => 0x4 }, - 'intelligentd-range' => { 253 => 0x79 }, - 'intelligentexposure' => { 253 => 0x5d }, - 'intelligentresolution' => { 253 => 0x70 }, + 'intelligentd-range' => { 255 => 0x79 }, + 'intelligentexposure' => { 255 => 0x5d }, + 'intelligentresolution' => { 255 => 0x70 }, 'interchangecolorspace' => { 105 => 0x40 }, - 'internalflash' => { 147 => 0x2b, 222 => '23.1', 223 => '8.1', 224 => '22.1', 226 => '23.1', 229 => '8.1', 231 => '24.1', 236 => 0x1208 }, - 'internalflashae1' => { 238 => 0x1021 }, - 'internalflashae1_0' => { 238 => 0x101d }, - 'internalflashae2' => { 238 => 0x1022 }, - 'internalflashae2_0' => { 238 => 0x101e }, - 'internalflashmode' => { 272 => 0x1 }, - 'internalflashstrength' => { 272 => 0x3 }, - 'internalflashtable' => { 238 => 0x1024 }, - 'internalndfilter' => { 253 => 0x9d }, - 'internalserialnumber' => { 51 => 0x96, 61 => 0x9, 100 => 0x10, 153 => 0x49dc, 232 => 0x18, 234 => 0x102, 253 => 0x25, 264 => 0x4, 306 => 0x5, 349 => 0xf0 }, - 'interopindex' => { 95 => 0x1, 381 => 'InteroperabilityIndex' }, + 'internalflash' => { 147 => 0x2b, 223 => '23.1', 225 => '8.1', 226 => '22.1', 228 => '23.1', 231 => '8.1', 233 => '24.1', 238 => 0x1208 }, + 'internalflashae1' => { 240 => 0x1021 }, + 'internalflashae1_0' => { 240 => 0x101d }, + 'internalflashae2' => { 240 => 0x1022 }, + 'internalflashae2_0' => { 240 => 0x101e }, + 'internalflashmode' => { 276 => 0x1 }, + 'internalflashstrength' => { 276 => 0x3 }, + 'internalflashtable' => { 240 => 0x1024 }, + 'internalndfilter' => { 255 => 0x9d }, + 'internalserialnumber' => { 51 => 0x96, 61 => 0x9, 100 => 0x10, 153 => 0x49dc, 234 => 0x18, 236 => 0x102, 255 => 0x25, 268 => 0x4, 310 => 0x5, 353 => 0xf0 }, + 'interopindex' => { 95 => 0x1, 385 => 'InteroperabilityIndex' }, 'interopversion' => { 95 => 0x2 }, 'intervallength' => { 147 => 0x10 }, 'intervalmode' => { 147 => 0x26 }, 'intervalnumber' => { 147 => 0x11 }, - 'introtime' => { 399 => 'introTime' }, - 'introtimescale' => { 399 => [\'introTime','introTimeScale'] }, - 'introtimevalue' => { 399 => [\'introTime','introTimeValue'] }, + 'introtime' => { 403 => 'introTime' }, + 'introtimescale' => { 403 => [\'introTime','introTimeScale'] }, + 'introtimevalue' => { 403 => [\'introTime','introTimeValue'] }, 'iptc' => { 96 => 'IPTC' }, - 'iptc-naa' => { 95 => 0x83bb, 257 => 0x83bb }, + 'iptc-naa' => { 95 => 0x83bb, 259 => 0x83bb }, 'iptcbitspersample' => { 105 => 0x56 }, - 'iptcdigest' => { 295 => 0x425 }, + 'iptcdigest' => { 299 => 0x425 }, 'iptcimageheight' => { 105 => 0x1e }, 'iptcimagerotation' => { 105 => 0x66 }, 'iptcimagewidth' => { 105 => 0x14 }, - 'iptclastedited' => { 386 => 'IptcLastEdited' }, + 'iptclastedited' => { 390 => 'IptcLastEdited' }, 'iptcpicturenumber' => { 105 => 0xa }, 'iptcpixelheight' => { 105 => 0x32 }, 'iptcpixelwidth' => { 105 => 0x28 }, - 'isbn' => { 390 => 'isbn' }, - 'iscorrectionof' => { 390 => 'isCorrectionOf' }, + 'isbn' => { 394 => 'isbn' }, + 'iscorrectionof' => { 394 => 'isCorrectionOf' }, 'iscustompicturestyle' => { 87 => 0x3 }, - 'iso' => { 5 => 0x6, 7 => 0x6, 8 => 0x75, 9 => 0x6, 10 => 0x79, 11 => 0x6, 12 => 0x6, 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 => 0x0, 27 => 0x1, 90 => 0x14, 91 => [0x3014,0x14], 95 => 0x8827, 108 => 0xfd06, 109 => 0x1784, 111 => 0x60, 113 => [0xfa2e,0xfa46], 114 => [0x27,0x28], 115 => 0xf105, 118 => 0x14, 120 => 0x4e, 123 => 0x34, 125 => 'ISO', 147 => 0x8, 153 => 0x49ba, 176 => 0x0, 182 => 0x2, 257 => 0x17, 284 => [0x8b,0x14], 290 => 0x14, 312 => 0xa014, 334 => 0x6f, 339 => [0x1f,0x21,0x25], 380 => 'ISOSpeedRatings' }, - 'iso2' => { 176 => 0x6, 189 => 0x265, 190 => 0x25c, 191 => 0x265, 192 => 0x221, 193 => 0x25d, 194 => 0x256, 195 => 0x25d, 197 => 0x2b5, 200 => 0x265, 204 => 0x2b5 }, - 'isoauto' => { 265 => '14.4' }, - 'isoautoparameters' => { 284 => 0x7a }, - 'isodisplay' => { 224 => '2.3', 225 => '3.3', 226 => '3.3', 228 => '3.3', 231 => '4.3' }, + 'iso' => { 5 => 0x6, 7 => 0x6, 8 => 0x75, 9 => 0x6, 10 => 0x79, 11 => 0x6, 12 => 0x6, 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 => 0x0, 27 => 0x1, 90 => 0x14, 91 => [0x3014,0x14], 95 => 0x8827, 108 => 0xfd06, 109 => 0x1784, 111 => 0x60, 113 => [0xfa2e,0xfa46], 114 => [0x27,0x28], 115 => 0xf105, 118 => 0x14, 120 => 0x4e, 123 => 0x34, 125 => 'ISO', 147 => 0x8, 153 => 0x49ba, 176 => 0x0, 182 => 0x2, 259 => 0x17, 288 => [0x8b,0x14], 294 => 0x14, 316 => 0xa014, 338 => 0x6f, 343 => [0x1f,0x21,0x25], 384 => 'ISOSpeedRatings' }, + 'iso2' => { 176 => 0x6, 189 => 0x265, 190 => 0x25c, 191 => 0x265, 192 => 0x221, 193 => 0x25d, 194 => 0x256, 195 => 0x25d, 198 => 0x2b5, 201 => 0x265, 205 => 0x2b5 }, + 'isoauto' => { 269 => '14.4' }, + 'isoautoparameters' => { 288 => 0x7a }, + 'isodisplay' => { 226 => '2.3', 227 => '3.3', 228 => '3.3', 230 => '3.3', 233 => '4.3' }, 'isoexpansion' => { 68 => 0x103, 69 => 0x7, 70 => 0x8, 73 => 0x8, 176 => 0x4 }, 'isoexpansion2' => { 176 => 0xa }, - 'isofloor' => { 265 => 0x6 }, + 'isofloor' => { 269 => 0x6 }, 'isoselection' => { 182 => 0xf }, - 'isosensitivitystep' => { 228 => '6.2' }, - 'isosetting' => { 111 => 0x5e, 125 => 'ISOSetting', 147 => 0x24, 148 => 0x26, 149 => 0x1c, 150 => 0x13, 155 => 0x6, 182 => 0x13, 265 => '17.3', 305 => 0x27, 323 => 0x16, 324 => 0x14, 325 => 0x2, 334 => 0x6d }, - 'isospeed' => { 95 => 0x8833, 381 => 'ISOSpeed' }, + 'isosensitivitystep' => { 230 => '6.2' }, + 'isosetting' => { 111 => 0x5e, 125 => 'ISOSetting', 147 => 0x24, 148 => 0x26, 149 => 0x1c, 150 => 0x13, 155 => 0x6, 182 => 0x13, 269 => '17.3', 309 => 0x27, 327 => 0x16, 328 => 0x14, 329 => 0x2, 338 => 0x6d }, + 'isospeed' => { 95 => 0x8833, 385 => 'ISOSpeed' }, 'isospeedexpansion' => { 67 => 0x3 }, 'isospeedincrements' => { 68 => 0x102 }, - 'isospeedlatitudeyyy' => { 95 => 0x8834, 381 => 'ISOSpeedLatitudeyyy' }, - 'isospeedlatitudezzz' => { 95 => 0x8835, 381 => 'ISOSpeedLatitudezzz' }, + 'isospeedlatitudeyyy' => { 95 => 0x8834, 385 => 'ISOSpeedLatitudeyyy' }, + 'isospeedlatitudezzz' => { 95 => 0x8835, 385 => 'ISOSpeedLatitudezzz' }, 'isospeedrange' => { 68 => 0x103 }, - 'isostepsize' => { 222 => '6.1', 227 => '4.1' }, - 'isovalue' => { 238 => 0x1001 }, - 'issn' => { 390 => 'issn' }, - 'issueidentifier' => { 390 => 'issueIdentifier' }, - 'issuename' => { 390 => 'issueName' }, - 'istranslationof' => { 390 => 'isTranslationOf' }, + 'isostepsize' => { 223 => '6.1', 224 => '7.2', 229 => '4.1' }, + 'isovalue' => { 240 => 0x1001 }, + 'issn' => { 394 => 'issn' }, + 'issueidentifier' => { 394 => 'issueIdentifier' }, + 'issuename' => { 394 => 'issueName' }, + 'istranslationof' => { 394 => 'isTranslationOf' }, 'jobid' => { 103 => 0xb8 }, - 'jobname' => { 382 => 'JobName' }, - 'jobref' => { 398 => 'JobRef' }, - 'jobrefid' => { 398 => [\'JobRef','JobRefId'] }, - 'jobrefname' => { 398 => [\'JobRef','JobRefName'] }, - 'jobrefurl' => { 398 => [\'JobRef','JobRefUrl'] }, - 'jobstatus' => { 382 => 'JobStatus' }, - 'jpegquality' => { 8 => 0x66, 255 => 0x3034, 335 => 0xb047 }, - 'jpegsize' => { 255 => 0x303a }, - 'jpgfromraw' => { 81 => 0x2007, 92 => 'JpgFromRaw', 257 => 0x2e }, + 'jobname' => { 386 => 'JobName' }, + 'jobref' => { 402 => 'JobRef' }, + 'jobrefid' => { 402 => [\'JobRef','JobRefId'] }, + 'jobrefname' => { 402 => [\'JobRef','JobRefName'] }, + 'jobrefurl' => { 402 => [\'JobRef','JobRefUrl'] }, + 'jobstatus' => { 386 => 'JobStatus' }, + 'jpegquality' => { 8 => 0x66, 257 => 0x3034, 339 => 0xb047 }, + 'jpegsize' => { 257 => 0x303a }, + 'jpgfromraw' => { 81 => 0x2007, 92 => 'JpgFromRaw', 259 => 0x2e }, 'jpgfromrawlength' => { 95 => [0x117,0x202] }, 'jpgfromrawstart' => { 95 => [0x111,0x201] }, - 'jpgrecordedpixels' => { 265 => '14.1' }, - 'jurisdiction' => { 374 => 'jurisdiction' }, - 'kelvinwb_01' => { 273 => 0x5 }, - 'kelvinwb_02' => { 273 => 0x9 }, - 'kelvinwb_03' => { 273 => 0xd }, - 'kelvinwb_04' => { 273 => 0x11 }, - 'kelvinwb_05' => { 273 => 0x15 }, - 'kelvinwb_06' => { 273 => 0x19 }, - 'kelvinwb_07' => { 273 => 0x1d }, - 'kelvinwb_08' => { 273 => 0x21 }, - 'kelvinwb_09' => { 273 => 0x25 }, - 'kelvinwb_10' => { 273 => 0x29 }, - 'kelvinwb_11' => { 273 => 0x2d }, - 'kelvinwb_12' => { 273 => 0x31 }, - 'kelvinwb_13' => { 273 => 0x35 }, - 'kelvinwb_14' => { 273 => 0x39 }, - 'kelvinwb_15' => { 273 => 0x3d }, - 'kelvinwb_16' => { 273 => 0x41 }, - 'kelvinwb_daylight' => { 273 => 0x1 }, - 'key' => { 399 => 'key' }, - 'keyword' => { 390 => 'keyword' }, + 'jpgrecordedpixels' => { 269 => '14.1' }, + 'jurisdiction' => { 378 => 'jurisdiction' }, + 'kelvinwb_01' => { 277 => 0x5 }, + 'kelvinwb_02' => { 277 => 0x9 }, + 'kelvinwb_03' => { 277 => 0xd }, + 'kelvinwb_04' => { 277 => 0x11 }, + 'kelvinwb_05' => { 277 => 0x15 }, + 'kelvinwb_06' => { 277 => 0x19 }, + 'kelvinwb_07' => { 277 => 0x1d }, + 'kelvinwb_08' => { 277 => 0x21 }, + 'kelvinwb_09' => { 277 => 0x25 }, + 'kelvinwb_10' => { 277 => 0x29 }, + 'kelvinwb_11' => { 277 => 0x2d }, + 'kelvinwb_12' => { 277 => 0x31 }, + 'kelvinwb_13' => { 277 => 0x35 }, + 'kelvinwb_14' => { 277 => 0x39 }, + 'kelvinwb_15' => { 277 => 0x3d }, + 'kelvinwb_16' => { 277 => 0x41 }, + 'kelvinwb_daylight' => { 277 => 0x1 }, + 'key' => { 403 => 'key' }, + 'keyword' => { 394 => 'keyword' }, 'keywordinfo' => { 140 => 'Keywords' }, - 'keywords' => { 103 => 0x19, 126 => 'Keywords', 242 => 'Keywords', 297 => 'Keywords', 371 => 'keywords', 387 => 'Keywords', 397 => 'Keywords' }, - 'killdate' => { 390 => 'killDate' }, + 'keywords' => { 103 => 0x19, 126 => 'Keywords', 244 => 'Keywords', 301 => 'Keywords', 375 => 'keywords', 391 => 'Keywords', 401 => 'Keywords' }, + 'killdate' => { 394 => 'killDate' }, 'kodakimageheight' => { 108 => 0xf908, 111 => 0xe, 113 => [0xfa1e,0xfa52], 119 => 0x70 }, 'kodakimagewidth' => { 108 => 0xf907, 111 => 0xc, 113 => [0xfa1d,0xfa51], 119 => 0x6c }, 'kodakinfotype' => { 108 => 0xfa00 }, + 'kodaklook' => { 109 => 0xe4c }, + 'kodaklookprofile' => { 109 => 0x138a }, 'kodakmaker' => { 119 => 0x8 }, 'kodakmodel' => { 111 => 0x0, 119 => 0x28 }, - 'label' => { 245 => 'Label', 397 => 'Label' }, - 'labelname1' => { 384 => [\'TagStructure','TagStructureLabelName'] }, - 'labelname2' => { 384 => [\'TagStructure','TagStructureSubLabelsLabelName'] }, - 'labelname3' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] }, - 'labelname4' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] }, - 'labelname5' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] }, - 'labelname6' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] }, - 'landmark' => { 253 => 0x6f }, + 'label' => { 247 => 'Label', 401 => 'Label' }, + 'labelname1' => { 388 => [\'TagStructure','TagStructureLabelName'] }, + 'labelname2' => { 388 => [\'TagStructure','TagStructureSubLabelsLabelName'] }, + 'labelname3' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] }, + 'labelname4' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] }, + 'labelname5' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] }, + 'labelname6' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] }, + 'landmark' => { 255 => 0x6f }, 'landscapeoutputhighlightpoint' => { 87 => 0x26 }, 'landscapeoutputshadowpoint' => { 87 => 0x27 }, 'landscaperawcolortone' => { 87 => 0x1f }, @@ -2438,195 +2451,196 @@ my %tagLookup = ( 'landscapeunsharpmaskfineness' => { 87 => 0xa0 }, 'landscapeunsharpmaskstrength' => { 87 => 0x9e }, 'landscapeunsharpmaskthreshold' => { 87 => 0xa2 }, - 'language' => { 377 => 'language' }, + 'language' => { 381 => 'language' }, 'languageidentifier' => { 103 => 0x87 }, - 'largestvalidinteriorrectheight' => { 366 => 'LargestValidInteriorRectHeight' }, - 'largestvalidinteriorrectleft' => { 366 => 'LargestValidInteriorRectLeft' }, - 'largestvalidinteriorrecttop' => { 366 => 'LargestValidInteriorRectTop' }, - 'largestvalidinteriorrectwidth' => { 366 => 'LargestValidInteriorRectWidth' }, + 'largestvalidinteriorrectheight' => { 370 => 'LargestValidInteriorRectHeight' }, + 'largestvalidinteriorrectleft' => { 370 => 'LargestValidInteriorRectLeft' }, + 'largestvalidinteriorrecttop' => { 370 => 'LargestValidInteriorRectTop' }, + 'largestvalidinteriorrectwidth' => { 370 => 'LargestValidInteriorRectWidth' }, 'lastfilenumber' => { 147 => 0x1b }, 'lastkeywordiptc' => { 145 => 'LastKeywordIPTC' }, 'lastkeywordxmp' => { 145 => 'LastKeywordXMP' }, - 'lastphotodate' => { 366 => 'LastPhotoDate' }, - 'lasturl' => { 400 => 'LastURL' }, - 'lateralchromaticaberration' => { 335 => 0x2012 }, + 'lastphotodate' => { 370 => 'LastPhotoDate' }, + 'lasturl' => { 404 => 'LastURL' }, + 'lateralchromaticaberration' => { 339 => 0x2012 }, 'latestageorhigheststage' => { 94 => [\'GeologicalContext','GeologicalContextLatestAgeOrHighestStage'] }, 'latesteonorhighesteonothem' => { 94 => [\'GeologicalContext','GeologicalContextLatestEonOrHighestEonothem'] }, 'latestepochorhighestseries' => { 94 => [\'GeologicalContext','GeologicalContextLatestEpochOrHighestSeries'] }, 'latesteraorhighesterathem' => { 94 => [\'GeologicalContext','GeologicalContextLatestEraOrHighestErathem'] }, 'latestperiodorhighestsystem' => { 94 => [\'GeologicalContext','GeologicalContextLatestPeriodOrHighestSystem'] }, - 'lc1' => { 275 => 0x2 }, - 'lc10' => { 275 => 0xb }, - 'lc11' => { 275 => 0xc }, - 'lc12' => { 275 => 0xd }, - 'lc14' => { 275 => 0xf }, - 'lc15' => { 275 => 0x10 }, - 'lc2' => { 275 => 0x3 }, - 'lc3' => { 275 => 0x4 }, - 'lc4' => { 275 => 0x5 }, - 'lc5' => { 275 => 0x6 }, - 'lc6' => { 275 => 0x7 }, - 'lc7' => { 275 => 0x8 }, + 'lc1' => { 279 => 0x2 }, + 'lc10' => { 279 => 0xb }, + 'lc11' => { 279 => 0xc }, + 'lc12' => { 279 => 0xd }, + 'lc14' => { 279 => 0xf }, + 'lc15' => { 279 => 0x10 }, + 'lc2' => { 279 => 0x3 }, + 'lc3' => { 279 => 0x4 }, + 'lc4' => { 279 => 0x5 }, + 'lc5' => { 279 => 0x6 }, + 'lc6' => { 279 => 0x7 }, + 'lc7' => { 279 => 0x8 }, 'lcddisplayatpoweron' => { 68 => 0x811, 72 => 0xa }, 'lcddisplayreturntoshoot' => { 73 => 0x12 }, - 'lcdillumination' => { 222 => '17.5', 227 => '10.3', 228 => '4.2', 231 => '5.4' }, + 'lcdillumination' => { 223 => '17.5', 224 => '5.2', 229 => '10.3', 230 => '4.2', 233 => '5.4' }, 'lcdilluminationduringbulb' => { 68 => 0x408 }, 'lcdpanels' => { 67 => 0x8 }, - 'lcheditor' => { 215 => 0x8ae85e }, - 'legacyiptcdigest' => { 388 => 'LegacyIPTCDigest' }, - 'legalcode' => { 374 => 'legalcode' }, - 'lens' => { 95 => 0xfdea, 182 => 0x84, 373 => 'Lens' }, + 'lcheditor' => { 216 => 0x8ae85e }, + 'legacyiptcdigest' => { 392 => 'LegacyIPTCDigest' }, + 'legalcode' => { 378 => 'legalcode' }, + 'lens' => { 95 => 0xfdea, 182 => 0x84, 377 => 'Lens' }, 'lensafstopbutton' => { 66 => 0x11, 67 => 0x13, 68 => 0x506, 69 => 0x10, 70 => 0x12, 73 => 0x13, 74 => 0x9 }, - 'lensaperturerange' => { 315 => [0x30,0x48] }, - 'lensdistortionparams' => { 238 => 0x206 }, + 'lensaperturerange' => { 319 => [0x30,0x48] }, + 'lensdistortionparams' => { 240 => 0x206 }, 'lensdrivenoaf' => { 68 => 0x505 }, - 'lensfirmware' => { 307 => 0x20, 312 => 0xa004 }, - 'lensfirmwareversion' => { 234 => 0x204, 253 => 0x60 }, - 'lensfocalrange' => { 315 => [0xa,0x2a] }, - 'lensformat' => { 346 => 0x1891, 348 => 0x18bd, 349 => 0x106, 357 => 0x603, 358 => 0x5d }, - 'lensfstops' => { 177 => 0x7, 178 => 0xc, 179 => 0xd, 182 => 0x8b, 275 => '0.3' }, - 'lensid' => { 373 => 'LensID' }, + 'lensfirmware' => { 311 => 0x20, 316 => 0xa004 }, + 'lensfirmwareversion' => { 236 => 0x204, 255 => 0x60 }, + 'lensfocalrange' => { 319 => [0xa,0x2a] }, + 'lensformat' => { 350 => 0x1891, 352 => 0x18bd, 353 => 0x106, 361 => 0x603, 362 => 0x5d }, + 'lensfstops' => { 177 => 0x7, 178 => 0xc, 179 => 0xd, 182 => 0x8b, 279 => '0.3' }, + 'lensid' => { 377 => 'LensID' }, 'lensidnumber' => { 177 => 0x6, 178 => 0xb, 179 => 0xc }, - 'lensinfo' => { 95 => 0xa432, 281 => 0x2a, 373 => 'LensInfo', 381 => 'LensSpecification' }, - 'lenskind' => { 275 => 0x1 }, - 'lensmake' => { 95 => 0xa433, 132 => 'Make', 381 => 'LensMake' }, - 'lensmanualdistortionamount' => { 376 => 'LensManualDistortionAmount' }, + 'lensinfo' => { 95 => 0xa432, 285 => 0x2a, 377 => 'LensInfo', 385 => 'LensSpecification' }, + 'lenskind' => { 279 => 0x1 }, + 'lensmake' => { 95 => 0xa433, 132 => 'Make', 385 => 'LensMake' }, + 'lensmanualdistortionamount' => { 380 => 'LensManualDistortionAmount' }, 'lensmanufacturer' => { 145 => 'LensManufacturer' }, - 'lensmaxaperturerange' => { 315 => 0x2b }, - 'lensmodel' => { 5 => 0x937, 12 => 0x92b, 13 => 0x933, 51 => 0x95, 95 => 0xa434, 132 => 'Model', 145 => 'LensModel', 180 => 0x18a, 234 => 0x203, 251 => 0x303, 281 => 0xc, 381 => 'LensModel' }, - 'lensmount' => { 325 => 0x99, 346 => 0x1892, 348 => 0x18be, 349 => 0x105, 357 => 0x604, 358 => 0x5e, 361 => 0x8 }, - 'lensparameters' => { 343 => 0x1a23, 346 => 0x1870, 348 => 0x189c, 357 => 0x6ca, 358 => 0x64 }, - 'lensprofilechromaticaberrationscale' => { 376 => 'LensProfileChromaticAberrationScale' }, - 'lensprofiledigest' => { 376 => 'LensProfileDigest' }, - 'lensprofiledistortionscale' => { 376 => 'LensProfileDistortionScale' }, - 'lensprofileenable' => { 376 => 'LensProfileEnable' }, - 'lensprofilefilename' => { 376 => 'LensProfileFilename' }, - 'lensprofilename' => { 376 => 'LensProfileName' }, - 'lensprofilesetup' => { 376 => 'LensProfileSetup' }, - 'lensprofilevignettingscale' => { 376 => 'LensProfileVignettingScale' }, - 'lensproperties' => { 234 => 0x20b }, - 'lensserialnumber' => { 49 => 0x0, 95 => 0xa435, 132 => 'SerialNumber', 234 => 0x202, 253 => 0x52, 307 => 0x30, 373 => 'LensSerialNumber', 381 => 'LensSerialNumber' }, + 'lensmaxaperturerange' => { 319 => 0x2b }, + 'lensmodel' => { 5 => 0x937, 12 => 0x92b, 13 => 0x933, 51 => 0x95, 95 => 0xa434, 132 => 'Model', 145 => 'LensModel', 180 => 0x18a, 236 => 0x203, 253 => 0x303, 285 => 0xc, 385 => 'LensModel' }, + 'lensmount' => { 329 => 0x99, 350 => 0x1892, 352 => 0x18be, 353 => 0x105, 361 => 0x604, 362 => 0x5e, 365 => 0x8 }, + 'lensparameters' => { 347 => 0x1a23, 350 => 0x1870, 352 => 0x189c, 361 => 0x6ca, 362 => 0x64 }, + 'lensprofilechromaticaberrationscale' => { 380 => 'LensProfileChromaticAberrationScale' }, + 'lensprofiledigest' => { 380 => 'LensProfileDigest' }, + 'lensprofiledistortionscale' => { 380 => 'LensProfileDistortionScale' }, + 'lensprofileenable' => { 380 => 'LensProfileEnable' }, + 'lensprofilefilename' => { 380 => 'LensProfileFilename' }, + 'lensprofilename' => { 380 => 'LensProfileName' }, + 'lensprofilesetup' => { 380 => 'LensProfileSetup' }, + 'lensprofilevignettingscale' => { 380 => 'LensProfileVignettingScale' }, + 'lensproperties' => { 236 => 0x20b }, + 'lensserialnumber' => { 49 => 0x0, 95 => 0xa435, 132 => 'SerialNumber', 236 => 0x202, 255 => 0x52, 311 => 0x30, 377 => 'LensSerialNumber', 385 => 'LensSerialNumber' }, 'lensshutterlock' => { 150 => 0x4a }, - 'lensspec' => { 320 => 0x0, 321 => 0x0, 322 => 0x0, 335 => 0xb02a }, - 'lenstemperature' => { 238 => 0x1008 }, - 'lenstype' => { 5 => 0xe2, 6 => 0xd, 7 => 0x1a7, 8 => 0xc, 9 => 0x111, 10 => 0xc, 11 => 0x14f, 12 => 0xd6, 13 => 0xde, 14 => 0xf6, 15 => 0xea, 16 => 0xff, 17 => [0xc,0x97], 18 => 0xe6, 19 => 0x153, 20 => 0xea, 21 => 0xe8, 22 => 0x127, 23 => 0x161, 24 => 0x166, 25 => 0x112, 29 => 0x16, 152 => 0x10c, 153 => 0x49bd, 182 => 0x83, 234 => 0x201, 246 => 0x16, 249 => 0x310, 252 => 0x303, 253 => 0x51, 255 => 0x3405, 276 => 0x0, 277 => 0x0, 278 => 0x1, 279 => 0x1, 280 => 0x1, 282 => 0x0, 312 => 0xa003, 315 => 0x27, 335 => 0xb027, 346 => 0x1896, 348 => 0x18c2, 349 => 0x109, 357 => 0x608, 358 => 0x62 }, - 'lenstype2' => { 325 => 0x3f7, 346 => 0x1893, 348 => 0x18bf, 349 => 0x107, 357 => 0x605, 358 => 0x60, 361 => 0x9 }, - 'lenszoomposition' => { 355 => 0x19, 356 => 0x1e, 358 => 0x342 }, - 'levelgaugepitch' => { 233 => 0x904 }, - 'levelgaugeroll' => { 233 => 0x903 }, - 'levelindicator' => { 258 => 0x15 }, - 'levelorientation' => { 283 => 0x0 }, - 'license' => { 374 => 'license' }, - 'licensee' => { 389 => 'Licensee' }, - 'licenseeid' => { 389 => [\'Licensee','LicenseeLicenseeID'] }, - 'licenseeimageid' => { 389 => 'LicenseeImageID' }, - 'licenseeimagenotes' => { 389 => 'LicenseeImageNotes' }, - 'licenseename' => { 389 => [\'Licensee','LicenseeLicenseeName'] }, - 'licenseenddate' => { 389 => 'LicenseEndDate' }, - 'licenseeprojectreference' => { 389 => 'LicenseeProjectReference' }, - 'licenseetransactionid' => { 389 => 'LicenseeTransactionID' }, - 'licenseid' => { 389 => 'LicenseID' }, - 'licensestartdate' => { 389 => 'LicenseStartDate' }, - 'licensetransactiondate' => { 389 => 'LicenseTransactionDate' }, - 'licensetype' => { 378 => 'licensetype' }, - 'licensor' => { 389 => 'Licensor' }, - 'licensorcity' => { 389 => [\'Licensor','LicensorLicensorCity'] }, - 'licensorcountry' => { 389 => [\'Licensor','LicensorLicensorCountry'] }, - 'licensoremail' => { 389 => [\'Licensor','LicensorLicensorEmail'] }, - 'licensorextendedaddress' => { 389 => [\'Licensor','LicensorLicensorExtendedAddress'] }, - 'licensorid' => { 389 => [\'Licensor','LicensorLicensorID'] }, - 'licensorimageid' => { 389 => 'LicensorImageID' }, - 'licensorname' => { 389 => [\'Licensor','LicensorLicensorName'] }, - 'licensornotes' => { 389 => 'LicensorNotes' }, - 'licensorpostalcode' => { 389 => [\'Licensor','LicensorLicensorPostalCode'] }, - 'licensorregion' => { 389 => [\'Licensor','LicensorLicensorRegion'] }, - 'licensorstreetaddress' => { 389 => [\'Licensor','LicensorLicensorStreetAddress'] }, - 'licensortelephone1' => { 389 => [\'Licensor','LicensorLicensorTelephone1'] }, - 'licensortelephone2' => { 389 => [\'Licensor','LicensorLicensorTelephone2'] }, - 'licensortelephonetype1' => { 389 => [\'Licensor','LicensorLicensorTelephoneType1'] }, - 'licensortelephonetype2' => { 389 => [\'Licensor','LicensorLicensorTelephoneType2'] }, - 'licensortransactionid' => { 389 => 'LicensorTransactionID' }, - 'licensorurl' => { 389 => [\'Licensor','LicensorLicensorURL'] }, - 'lightcondition' => { 238 => 0x1009 }, + 'lensspec' => { 324 => 0x0, 325 => 0x0, 326 => 0x0, 339 => 0xb02a }, + 'lenstemperature' => { 240 => 0x1008 }, + 'lenstype' => { 5 => 0xe2, 6 => 0xd, 7 => 0x1a7, 8 => 0xc, 9 => 0x111, 10 => 0xc, 11 => 0x14f, 12 => 0xd6, 13 => 0xde, 14 => 0xf6, 15 => 0xea, 16 => 0xff, 17 => [0xc,0x97], 18 => 0xe6, 19 => 0x153, 20 => 0xea, 21 => 0xe8, 22 => 0x127, 23 => 0x161, 24 => 0x166, 25 => 0x112, 29 => 0x16, 152 => 0x10c, 153 => 0x49bd, 182 => 0x83, 236 => 0x201, 248 => 0x16, 251 => 0x310, 254 => 0x303, 255 => 0x51, 257 => 0x3405, 280 => 0x0, 281 => 0x0, 282 => 0x1, 283 => 0x1, 284 => 0x1, 286 => 0x0, 316 => 0xa003, 319 => 0x27, 339 => 0xb027, 350 => 0x1896, 352 => 0x18c2, 353 => 0x109, 361 => 0x608, 362 => 0x62 }, + 'lenstype2' => { 329 => 0x3f7, 350 => 0x1893, 352 => 0x18bf, 353 => 0x107, 361 => 0x605, 362 => 0x60, 365 => 0x9 }, + 'lenszoomposition' => { 359 => 0x19, 360 => 0x1e, 362 => 0x342 }, + 'levelgaugepitch' => { 235 => 0x904 }, + 'levelgaugeroll' => { 235 => 0x903 }, + 'levelindicator' => { 262 => 0x15 }, + 'levelorientation' => { 287 => 0x0 }, + 'license' => { 378 => 'license' }, + 'licensee' => { 393 => 'Licensee' }, + 'licenseeid' => { 393 => [\'Licensee','LicenseeLicenseeID'] }, + 'licenseeimageid' => { 393 => 'LicenseeImageID' }, + 'licenseeimagenotes' => { 393 => 'LicenseeImageNotes' }, + 'licenseename' => { 393 => [\'Licensee','LicenseeLicenseeName'] }, + 'licenseenddate' => { 393 => 'LicenseEndDate' }, + 'licenseeprojectreference' => { 393 => 'LicenseeProjectReference' }, + 'licenseetransactionid' => { 393 => 'LicenseeTransactionID' }, + 'licenseid' => { 393 => 'LicenseID' }, + 'licensestartdate' => { 393 => 'LicenseStartDate' }, + 'licensetransactiondate' => { 393 => 'LicenseTransactionDate' }, + 'licensetype' => { 382 => 'licensetype' }, + 'licensor' => { 393 => 'Licensor' }, + 'licensorcity' => { 393 => [\'Licensor','LicensorLicensorCity'] }, + 'licensorcountry' => { 393 => [\'Licensor','LicensorLicensorCountry'] }, + 'licensoremail' => { 393 => [\'Licensor','LicensorLicensorEmail'] }, + 'licensorextendedaddress' => { 393 => [\'Licensor','LicensorLicensorExtendedAddress'] }, + 'licensorid' => { 393 => [\'Licensor','LicensorLicensorID'] }, + 'licensorimageid' => { 393 => 'LicensorImageID' }, + 'licensorname' => { 393 => [\'Licensor','LicensorLicensorName'] }, + 'licensornotes' => { 393 => 'LicensorNotes' }, + 'licensorpostalcode' => { 393 => [\'Licensor','LicensorLicensorPostalCode'] }, + 'licensorregion' => { 393 => [\'Licensor','LicensorLicensorRegion'] }, + 'licensorstreetaddress' => { 393 => [\'Licensor','LicensorLicensorStreetAddress'] }, + 'licensortelephone1' => { 393 => [\'Licensor','LicensorLicensorTelephone1'] }, + 'licensortelephone2' => { 393 => [\'Licensor','LicensorLicensorTelephone2'] }, + 'licensortelephonetype1' => { 393 => [\'Licensor','LicensorLicensorTelephoneType1'] }, + 'licensortelephonetype2' => { 393 => [\'Licensor','LicensorLicensorTelephoneType2'] }, + 'licensortransactionid' => { 393 => 'LicensorTransactionID' }, + 'licensorurl' => { 393 => [\'Licensor','LicensorLicensorURL'] }, + 'lightcondition' => { 240 => 0x1009 }, 'lightingmode' => { 91 => 0x302a }, - 'lightreading' => { 284 => 0x15 }, - 'lightsource' => { 95 => 0x9208, 182 => 0x90, 241 => 0x1000, 380 => 'LightSource' }, - 'lightsourcespecial' => { 314 => 0x21d }, - 'lightswitch' => { 231 => '0.1' }, - 'lightvaluecenter' => { 238 => 0x103d }, - 'lightvalueperiphery' => { 238 => 0x103e }, - 'linearitylimitblue' => { 257 => 0x10 }, - 'linearitylimitgreen' => { 257 => 0xf }, - 'linearitylimitred' => { 257 => 0xe }, + 'lightreading' => { 288 => 0x15 }, + 'lightsource' => { 95 => 0x9208, 182 => 0x90, 243 => 0x1000, 384 => 'LightSource' }, + 'lightsourcespecial' => { 318 => 0x21d }, + 'lightswitch' => { 233 => '0.1' }, + 'lightvaluecenter' => { 240 => 0x103d }, + 'lightvalueperiphery' => { 240 => 0x103e }, + 'limitafareamodeselection' => { 224 => '51.1' }, + 'linearitylimitblue' => { 259 => 0x10 }, + 'linearitylimitgreen' => { 259 => 0xf }, + 'linearitylimitred' => { 259 => 0xe }, 'linearityuppermargin' => { 36 => [0x2ba,0x2d1,0x2d5], 38 => 0x1e5, 39 => [0x1fe,0x2de] }, 'linearizationtable' => { 95 => 0xc618 }, 'linearresponselimit' => { 95 => 0xc62e }, - 'linkaetoafpoint' => { 265 => '14.2' }, + 'linkaetoafpoint' => { 269 => '14.2' }, 'lithostratigraphicterms' => { 94 => [\'GeologicalContext','GeologicalContextLithostratigraphicTerms'] }, - 'liveviewaf' => { 224 => '32.1', 231 => '34.1' }, - 'liveviewafareamode' => { 228 => '34.1' }, - 'liveviewafmethod' => { 339 => 0x20 }, - 'liveviewafmode' => { 228 => '34.2' }, - 'liveviewafsetting' => { 325 => 0x36 }, + 'liveviewaf' => { 226 => '32.1', 233 => '34.1' }, + 'liveviewafareamode' => { 230 => '34.1' }, + 'liveviewafmethod' => { 343 => 0x20 }, + 'liveviewafmode' => { 230 => '34.2' }, + 'liveviewafsetting' => { 329 => 0x36 }, 'liveviewexposuresimulation' => { 68 => 0x810 }, - 'liveviewfocusmode' => { 325 => [0x8b,0x28b] }, - 'liveviewmetering' => { 325 => [0x84,0x284] }, - 'liveviewmonitorofftime' => { 225 => '20.2', 226 => '20.2', 228 => '20.2' }, + 'liveviewfocusmode' => { 329 => [0x8b,0x28b] }, + 'liveviewmetering' => { 329 => [0x84,0x284] }, + 'liveviewmonitorofftime' => { 224 => '21.2', 227 => '20.2', 228 => '20.2', 230 => '20.2' }, 'liveviewshooting' => { 46 => 0x13 }, 'localcaption' => { 103 => 0x79 }, 'localizedcameramodel' => { 95 => 0xc615 }, - 'locallocationname' => { 312 => 0x30 }, - 'location' => { 181 => 0x9, 253 => 0x67, 369 => 'Location', 385 => 'Location', 390 => 'location' }, - 'locationareacode' => { 375 => 'lac' }, - 'locationcreated' => { 386 => 'LocationCreated' }, - 'locationcreatedcity' => { 386 => [\'LocationCreated','LocationCreatedCity'] }, - 'locationcreatedcountrycode' => { 386 => [\'LocationCreated','LocationCreatedCountryCode'] }, - 'locationcreatedcountryname' => { 386 => [\'LocationCreated','LocationCreatedCountryName'] }, - 'locationcreatedprovincestate' => { 386 => [\'LocationCreated','LocationCreatedProvinceState'] }, - 'locationcreatedsublocation' => { 386 => [\'LocationCreated','LocationCreatedSublocation'] }, - 'locationcreatedworldregion' => { 386 => [\'LocationCreated','LocationCreatedWorldRegion'] }, + 'locallocationname' => { 316 => 0x30 }, + 'location' => { 181 => 0x9, 255 => 0x67, 373 => 'Location', 389 => 'Location', 394 => 'location' }, + 'locationareacode' => { 379 => 'lac' }, + 'locationcreated' => { 390 => 'LocationCreated' }, + 'locationcreatedcity' => { 390 => [\'LocationCreated','LocationCreatedCity'] }, + 'locationcreatedcountrycode' => { 390 => [\'LocationCreated','LocationCreatedCountryCode'] }, + 'locationcreatedcountryname' => { 390 => [\'LocationCreated','LocationCreatedCountryName'] }, + 'locationcreatedprovincestate' => { 390 => [\'LocationCreated','LocationCreatedProvinceState'] }, + 'locationcreatedsublocation' => { 390 => [\'LocationCreated','LocationCreatedSublocation'] }, + 'locationcreatedworldregion' => { 390 => [\'LocationCreated','LocationCreatedWorldRegion'] }, 'locationinfoversion' => { 181 => 0x0 }, - 'locationname' => { 312 => 0x31 }, - 'locationshown' => { 386 => 'LocationShown' }, - 'locationshowncity' => { 386 => [\'LocationShown','LocationShownCity'] }, - 'locationshowncountrycode' => { 386 => [\'LocationShown','LocationShownCountryCode'] }, - 'locationshowncountryname' => { 386 => [\'LocationShown','LocationShownCountryName'] }, - 'locationshownprovincestate' => { 386 => [\'LocationShown','LocationShownProvinceState'] }, - 'locationshownsublocation' => { 386 => [\'LocationShown','LocationShownSublocation'] }, - 'locationshownworldregion' => { 386 => [\'LocationShown','LocationShownWorldRegion'] }, + 'locationname' => { 316 => 0x31 }, + 'locationshown' => { 390 => 'LocationShown' }, + 'locationshowncity' => { 390 => [\'LocationShown','LocationShownCity'] }, + 'locationshowncountrycode' => { 390 => [\'LocationShown','LocationShownCountryCode'] }, + 'locationshowncountryname' => { 390 => [\'LocationShown','LocationShownCountryName'] }, + 'locationshownprovincestate' => { 390 => [\'LocationShown','LocationShownProvinceState'] }, + 'locationshownsublocation' => { 390 => [\'LocationShown','LocationShownSublocation'] }, + 'locationshownworldregion' => { 390 => [\'LocationShown','LocationShownWorldRegion'] }, 'lockmicrophonebutton' => { 68 => 0x709 }, - 'logcomment' => { 399 => 'logComment' }, - 'longexposurenoisereduction' => { 68 => 0x201, 69 => 0x1, 70 => 0x2, 71 => 0x1, 72 => 0x1, 73 => 0x2, 74 => 0x1, 253 => 0x49, 323 => 0x2b, 324 => 0x25, 325 => 0x25, 335 => 0x2008, 339 => 0x11, 358 => 0x44 }, + 'logcomment' => { 403 => 'logComment' }, + 'longexposurenoisereduction' => { 68 => 0x201, 69 => 0x1, 70 => 0x2, 71 => 0x1, 72 => 0x1, 73 => 0x2, 74 => 0x1, 255 => 0x49, 327 => 0x2b, 328 => 0x25, 329 => 0x25, 339 => 0x2008, 343 => 0x11, 362 => 0x44 }, 'longexposurenoisereduction2' => { 46 => 0x8 }, - 'loop' => { 399 => 'loop' }, + 'loop' => { 403 => 'loop' }, 'lowestbiostratigraphiczone' => { 94 => [\'GeologicalContext','GeologicalContextLowestBiostratigraphicZone'] }, - 'luminanceadjustmentaqua' => { 376 => 'LuminanceAdjustmentAqua' }, - 'luminanceadjustmentblue' => { 376 => 'LuminanceAdjustmentBlue' }, - 'luminanceadjustmentgreen' => { 376 => 'LuminanceAdjustmentGreen' }, - 'luminanceadjustmentmagenta' => { 376 => 'LuminanceAdjustmentMagenta' }, - 'luminanceadjustmentorange' => { 376 => 'LuminanceAdjustmentOrange' }, - 'luminanceadjustmentpurple' => { 376 => 'LuminanceAdjustmentPurple' }, - 'luminanceadjustmentred' => { 376 => 'LuminanceAdjustmentRed' }, - 'luminanceadjustmentyellow' => { 376 => 'LuminanceAdjustmentYellow' }, + 'luminanceadjustmentaqua' => { 380 => 'LuminanceAdjustmentAqua' }, + 'luminanceadjustmentblue' => { 380 => 'LuminanceAdjustmentBlue' }, + 'luminanceadjustmentgreen' => { 380 => 'LuminanceAdjustmentGreen' }, + 'luminanceadjustmentmagenta' => { 380 => 'LuminanceAdjustmentMagenta' }, + 'luminanceadjustmentorange' => { 380 => 'LuminanceAdjustmentOrange' }, + 'luminanceadjustmentpurple' => { 380 => 'LuminanceAdjustmentPurple' }, + 'luminanceadjustmentred' => { 380 => 'LuminanceAdjustmentRed' }, + 'luminanceadjustmentyellow' => { 380 => 'LuminanceAdjustmentYellow' }, 'luminancecurvelimits' => { 86 => 0x150 }, 'luminancecurvepoints' => { 86 => 0x126 }, - 'luminancenoisereduction' => { 87 => 0x5f, 315 => 0x1b }, - 'luminancenoisereductioncontrast' => { 376 => 'LuminanceNoiseReductionContrast' }, - 'luminancenoisereductiondetail' => { 376 => 'LuminanceNoiseReductionDetail' }, + 'luminancenoisereduction' => { 87 => 0x5f, 319 => 0x1b }, + 'luminancenoisereductioncontrast' => { 380 => 'LuminanceNoiseReductionContrast' }, + 'luminancenoisereductiondetail' => { 380 => 'LuminanceNoiseReductionDetail' }, 'luminancenr_tiff_jpeg' => { 87 => 0x6d }, - 'luminancesmoothing' => { 376 => 'LuminanceSmoothing' }, + 'luminancesmoothing' => { 380 => 'LuminanceSmoothing' }, 'lvshootingareadisplay' => { 68 => 0x40b }, - 'lyrics' => { 399 => 'lyrics' }, - 'm16cversion' => { 249 => 0x333 }, - 'macro' => { 100 => 0x1020, 101 => 0x202, 238 => 0x202, 305 => 0x21, 314 => 0x202, 335 => 0xb040 }, - 'macroled' => { 236 => 0x120a }, + 'lyrics' => { 403 => 'lyrics' }, + 'm16cversion' => { 251 => 0x333 }, + 'macro' => { 100 => 0x1020, 101 => 0x202, 240 => 0x202, 309 => 0x21, 318 => 0x202, 339 => 0xb040 }, + 'macroled' => { 238 => 0x120a }, 'macromagnification' => { 5 => 0x1b, 9 => 0x1b, 12 => 0x1b, 13 => 0x1b, 17 => 0x1b, 18 => 0x1b, 46 => 0x10 }, - 'macromode' => { 29 => 0x1, 147 => 0xb, 233 => 0x300, 253 => 0x1c, 306 => 0x1009 }, - 'magicfilter' => { 233 => 0x52c }, + 'macromode' => { 29 => 0x1, 147 => 0xb, 235 => 0x300, 255 => 0x1c, 310 => 0x1009 }, + 'magicfilter' => { 235 => 0x52c }, 'magnifiedview' => { 70 => 0x11, 72 => 0x9 }, - 'maindialexposurecomp' => { 229 => '0.6' }, - 'make' => { 82 => 0x0, 95 => 0x10f, 125 => 'Make', 245 => 'Make', 257 => 0x10f, 395 => 'Make' }, - 'makernote' => { 380 => 'MakerNote' }, + 'maindialexposurecomp' => { 231 => '0.6' }, + 'make' => { 82 => 0x0, 95 => 0x10f, 125 => 'Make', 247 => 'Make', 259 => 0x10f, 399 => 'Make' }, + 'makernote' => { 384 => 'MakerNote' }, 'makernoteapple' => { 93 => 'MakN', 95 => 0x927c }, 'makernotecanon' => { 93 => 'MakN', 95 => 0x927c }, 'makernotecasio' => { 93 => 'MakN', 95 => 0x927c }, @@ -2673,7 +2687,7 @@ my %tagLookup = ( 'makernotenikon2' => { 93 => 'MakN', 95 => 0x927c }, 'makernotenikon3' => { 93 => 'MakN', 95 => 0x927c }, 'makernotenintendo' => { 93 => 'MakN', 95 => 0x927c }, - 'makernoteoffset' => { 314 => 0xff }, + 'makernoteoffset' => { 318 => 0xff }, 'makernoteolympus' => { 93 => 'MakN', 95 => 0x927c }, 'makernoteolympus2' => { 93 => 'MakN', 95 => 0x927c }, 'makernotepanasonic' => { 93 => 'MakN', 95 => 0x927c }, @@ -2704,112 +2718,113 @@ my %tagLookup = ( 'makernotesony5' => { 93 => 'MakN', 95 => 0x927c }, 'makernotesonyericsson' => { 93 => 'MakN', 95 => 0x927c }, 'makernotesonysrf' => { 93 => 'MakN', 95 => 0x927c }, - 'makernotetype' => { 306 => 0x1 }, + 'makernotetype' => { 310 => 0x1 }, 'makernoteunknown' => { 93 => 'MakN', 95 => 0x927c }, 'makernoteunknownbinary' => { 93 => 'MakN', 95 => 0x927c }, 'makernoteunknowntext' => { 93 => 'MakN', 95 => 0x927c }, - 'makernoteversion' => { 152 => 0x0, 182 => 0x1, 238 => 0x0, 253 => 0x8000, 310 => 0x0, 312 => 0x1, 315 => [0x1d,0x1f], 326 => 0x2000 }, - 'managedfrom' => { 400 => 'ManagedFrom' }, - 'managedfromalternatepaths' => { 400 => [\'ManagedFrom','ManagedFromAlternatePaths'] }, - 'managedfromdocumentid' => { 400 => [\'ManagedFrom','ManagedFromDocumentID'] }, - 'managedfromfilepath' => { 400 => [\'ManagedFrom','ManagedFromFilePath'] }, - 'managedfromfrompart' => { 400 => [\'ManagedFrom','ManagedFromFromPart'] }, - 'managedfrominstanceid' => { 400 => [\'ManagedFrom','ManagedFromInstanceID'] }, - 'managedfromlastmodifydate' => { 400 => [\'ManagedFrom','ManagedFromLastModifyDate'] }, - 'managedfrommanager' => { 400 => [\'ManagedFrom','ManagedFromManager'] }, - 'managedfrommanagervariant' => { 400 => [\'ManagedFrom','ManagedFromManagerVariant'] }, - 'managedfrommanageto' => { 400 => [\'ManagedFrom','ManagedFromManageTo'] }, - 'managedfrommanageui' => { 400 => [\'ManagedFrom','ManagedFromManageUI'] }, - 'managedfrommaskmarkers' => { 400 => [\'ManagedFrom','ManagedFromMaskMarkers'] }, - 'managedfromoriginaldocumentid' => { 400 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] }, - 'managedfrompartmapping' => { 400 => [\'ManagedFrom','ManagedFromPartMapping'] }, - 'managedfromrenditionclass' => { 400 => [\'ManagedFrom','ManagedFromRenditionClass'] }, - 'managedfromrenditionparams' => { 400 => [\'ManagedFrom','ManagedFromRenditionParams'] }, - 'managedfromtopart' => { 400 => [\'ManagedFrom','ManagedFromToPart'] }, - 'managedfromversionid' => { 400 => [\'ManagedFrom','ManagedFromVersionID'] }, - 'manager' => { 400 => 'Manager' }, - 'managervariant' => { 400 => 'ManagerVariant' }, - 'manageto' => { 400 => 'ManageTo' }, - 'manageui' => { 400 => 'ManageUI' }, - 'manifest' => { 400 => 'Manifest' }, - 'manifestlinkform' => { 400 => [\'Manifest','ManifestLinkForm'] }, - 'manifestplacedresolutionunit' => { 400 => [\'Manifest','ManifestPlacedResolutionUnit'] }, - 'manifestplacedxresolution' => { 400 => [\'Manifest','ManifestPlacedXResolution'] }, - 'manifestplacedyresolution' => { 400 => [\'Manifest','ManifestPlacedYResolution'] }, - 'manifestreference' => { 400 => [\'Manifest','ManifestReference'] }, - 'manifestreferencealternatepaths' => { 400 => [\'Manifest','ManifestReferenceAlternatePaths'] }, - 'manifestreferencedocumentid' => { 400 => [\'Manifest','ManifestReferenceDocumentID'] }, - 'manifestreferencefilepath' => { 400 => [\'Manifest','ManifestReferenceFilePath'] }, - 'manifestreferencefrompart' => { 400 => [\'Manifest','ManifestReferenceFromPart'] }, - 'manifestreferenceinstanceid' => { 400 => [\'Manifest','ManifestReferenceInstanceID'] }, - 'manifestreferencelastmodifydate' => { 400 => [\'Manifest','ManifestReferenceLastModifyDate'] }, - 'manifestreferencemanager' => { 400 => [\'Manifest','ManifestReferenceManager'] }, - 'manifestreferencemanagervariant' => { 400 => [\'Manifest','ManifestReferenceManagerVariant'] }, - 'manifestreferencemanageto' => { 400 => [\'Manifest','ManifestReferenceManageTo'] }, - 'manifestreferencemanageui' => { 400 => [\'Manifest','ManifestReferenceManageUI'] }, - 'manifestreferencemaskmarkers' => { 400 => [\'Manifest','ManifestReferenceMaskMarkers'] }, - 'manifestreferenceoriginaldocumentid' => { 400 => [\'Manifest','ManifestReferenceOriginalDocumentID'] }, - 'manifestreferencepartmapping' => { 400 => [\'Manifest','ManifestReferencePartMapping'] }, - 'manifestreferencerenditionclass' => { 400 => [\'Manifest','ManifestReferenceRenditionClass'] }, - 'manifestreferencerenditionparams' => { 400 => [\'Manifest','ManifestReferenceRenditionParams'] }, - 'manifestreferencetopart' => { 400 => [\'Manifest','ManifestReferenceToPart'] }, - 'manifestreferenceversionid' => { 400 => [\'Manifest','ManifestReferenceVersionID'] }, - 'manometerpressure' => { 233 => 0x900, 253 => 0x86 }, - 'manometerreading' => { 233 => 0x901 }, + 'makernoteversion' => { 152 => 0x0, 182 => 0x1, 240 => 0x0, 255 => 0x8000, 314 => 0x0, 316 => 0x1, 319 => [0x1d,0x1f], 330 => 0x2000 }, + 'managedfrom' => { 404 => 'ManagedFrom' }, + 'managedfromalternatepaths' => { 404 => [\'ManagedFrom','ManagedFromAlternatePaths'] }, + 'managedfromdocumentid' => { 404 => [\'ManagedFrom','ManagedFromDocumentID'] }, + 'managedfromfilepath' => { 404 => [\'ManagedFrom','ManagedFromFilePath'] }, + 'managedfromfrompart' => { 404 => [\'ManagedFrom','ManagedFromFromPart'] }, + 'managedfrominstanceid' => { 404 => [\'ManagedFrom','ManagedFromInstanceID'] }, + 'managedfromlastmodifydate' => { 404 => [\'ManagedFrom','ManagedFromLastModifyDate'] }, + 'managedfrommanager' => { 404 => [\'ManagedFrom','ManagedFromManager'] }, + 'managedfrommanagervariant' => { 404 => [\'ManagedFrom','ManagedFromManagerVariant'] }, + 'managedfrommanageto' => { 404 => [\'ManagedFrom','ManagedFromManageTo'] }, + 'managedfrommanageui' => { 404 => [\'ManagedFrom','ManagedFromManageUI'] }, + 'managedfrommaskmarkers' => { 404 => [\'ManagedFrom','ManagedFromMaskMarkers'] }, + 'managedfromoriginaldocumentid' => { 404 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] }, + 'managedfrompartmapping' => { 404 => [\'ManagedFrom','ManagedFromPartMapping'] }, + 'managedfromrenditionclass' => { 404 => [\'ManagedFrom','ManagedFromRenditionClass'] }, + 'managedfromrenditionparams' => { 404 => [\'ManagedFrom','ManagedFromRenditionParams'] }, + 'managedfromtopart' => { 404 => [\'ManagedFrom','ManagedFromToPart'] }, + 'managedfromversionid' => { 404 => [\'ManagedFrom','ManagedFromVersionID'] }, + 'manager' => { 404 => 'Manager' }, + 'managervariant' => { 404 => 'ManagerVariant' }, + 'manageto' => { 404 => 'ManageTo' }, + 'manageui' => { 404 => 'ManageUI' }, + 'manifest' => { 404 => 'Manifest' }, + 'manifestlinkform' => { 404 => [\'Manifest','ManifestLinkForm'] }, + 'manifestplacedresolutionunit' => { 404 => [\'Manifest','ManifestPlacedResolutionUnit'] }, + 'manifestplacedxresolution' => { 404 => [\'Manifest','ManifestPlacedXResolution'] }, + 'manifestplacedyresolution' => { 404 => [\'Manifest','ManifestPlacedYResolution'] }, + 'manifestreference' => { 404 => [\'Manifest','ManifestReference'] }, + 'manifestreferencealternatepaths' => { 404 => [\'Manifest','ManifestReferenceAlternatePaths'] }, + 'manifestreferencedocumentid' => { 404 => [\'Manifest','ManifestReferenceDocumentID'] }, + 'manifestreferencefilepath' => { 404 => [\'Manifest','ManifestReferenceFilePath'] }, + 'manifestreferencefrompart' => { 404 => [\'Manifest','ManifestReferenceFromPart'] }, + 'manifestreferenceinstanceid' => { 404 => [\'Manifest','ManifestReferenceInstanceID'] }, + 'manifestreferencelastmodifydate' => { 404 => [\'Manifest','ManifestReferenceLastModifyDate'] }, + 'manifestreferencemanager' => { 404 => [\'Manifest','ManifestReferenceManager'] }, + 'manifestreferencemanagervariant' => { 404 => [\'Manifest','ManifestReferenceManagerVariant'] }, + 'manifestreferencemanageto' => { 404 => [\'Manifest','ManifestReferenceManageTo'] }, + 'manifestreferencemanageui' => { 404 => [\'Manifest','ManifestReferenceManageUI'] }, + 'manifestreferencemaskmarkers' => { 404 => [\'Manifest','ManifestReferenceMaskMarkers'] }, + 'manifestreferenceoriginaldocumentid' => { 404 => [\'Manifest','ManifestReferenceOriginalDocumentID'] }, + 'manifestreferencepartmapping' => { 404 => [\'Manifest','ManifestReferencePartMapping'] }, + 'manifestreferencerenditionclass' => { 404 => [\'Manifest','ManifestReferenceRenditionClass'] }, + 'manifestreferencerenditionparams' => { 404 => [\'Manifest','ManifestReferenceRenditionParams'] }, + 'manifestreferencetopart' => { 404 => [\'Manifest','ManifestReferenceToPart'] }, + 'manifestreferenceversionid' => { 404 => [\'Manifest','ManifestReferenceVersionID'] }, + 'manometerpressure' => { 235 => 0x900, 255 => 0x86 }, + 'manometerreading' => { 235 => 0x901 }, 'manualafpointselectpattern' => { 68 => 0x513 }, - 'manualflash' => { 236 => 0x1209 }, - 'manualflashoutput' => { 29 => 0x29, 223 => '8.2', 224 => '22.2', 225 => '23.1', 226 => '23.2', 227 => '16.2', 228 => '23.2', 229 => '8.2', 230 => '23.2', 231 => '24.2', 306 => 0x100c }, - 'manualflashstrength' => { 233 => 0x406 }, - 'manualfocusdistance' => { 182 => 0x85, 238 => 0x100c, 314 => 0x223 }, + 'manualflash' => { 238 => 0x1209 }, + 'manualflashoutput' => { 29 => 0x29, 225 => '8.2', 226 => '22.2', 227 => '23.1', 228 => '23.2', 229 => '16.2', 230 => '23.2', 231 => '8.2', 232 => '23.2', 233 => '24.2', 310 => 0x100c }, + 'manualflashstrength' => { 235 => 0x406 }, + 'manualfocusdistance' => { 182 => 0x85, 240 => 0x100c, 318 => 0x223 }, 'manualtv' => { 67 => 0x5, 68 => 0x705 }, - 'manufacturedate' => { 264 => 0x1 }, - 'manufacturedate1' => { 308 => 0x4 }, - 'manufacturedate2' => { 308 => 0x5 }, - 'marked' => { 387 => 'Marked', 403 => 'Marked' }, - 'markers' => { 399 => 'markers' }, - 'markerscomment' => { 399 => [\'markers','markersComment'] }, - 'markerscuepointparams' => { 399 => [\'markers','markersCuePointParams'] }, - 'markerscuepointparamskey' => { 399 => [\'markers','markersCuePointParamsKey'] }, - 'markerscuepointparamsvalue' => { 399 => [\'markers','markersCuePointParamsValue'] }, - 'markerscuepointtype' => { 399 => [\'markers','markersCuePointType'] }, - 'markersduration' => { 399 => [\'markers','markersDuration'] }, - 'markerslocation' => { 399 => [\'markers','markersLocation'] }, - 'markersname' => { 399 => [\'markers','markersName'] }, - 'markersprobability' => { 399 => [\'markers','markersProbability'] }, - 'markersspeaker' => { 399 => [\'markers','markersSpeaker'] }, - 'markersstarttime' => { 399 => [\'markers','markersStartTime'] }, - 'markerstarget' => { 399 => [\'markers','markersTarget'] }, - 'markerstype' => { 399 => [\'markers','markersType'] }, + 'manufacturedate' => { 268 => 0x1 }, + 'manufacturedate1' => { 312 => 0x4 }, + 'manufacturedate2' => { 312 => 0x5 }, + 'marked' => { 391 => 'Marked', 407 => 'Marked' }, + 'markers' => { 403 => 'markers' }, + 'markerscomment' => { 403 => [\'markers','markersComment'] }, + 'markerscuepointparams' => { 403 => [\'markers','markersCuePointParams'] }, + 'markerscuepointparamskey' => { 403 => [\'markers','markersCuePointParamsKey'] }, + 'markerscuepointparamsvalue' => { 403 => [\'markers','markersCuePointParamsValue'] }, + 'markerscuepointtype' => { 403 => [\'markers','markersCuePointType'] }, + 'markersduration' => { 403 => [\'markers','markersDuration'] }, + 'markerslocation' => { 403 => [\'markers','markersLocation'] }, + 'markersname' => { 403 => [\'markers','markersName'] }, + 'markersprobability' => { 403 => [\'markers','markersProbability'] }, + 'markersspeaker' => { 403 => [\'markers','markersSpeaker'] }, + 'markersstarttime' => { 403 => [\'markers','markersStartTime'] }, + 'markerstarget' => { 403 => [\'markers','markersTarget'] }, + 'markerstype' => { 403 => [\'markers','markersType'] }, 'maskedareas' => { 95 => 0xc68e }, 'masterdocumentid' => { 103 => 0xb9 }, 'mastergain' => { 187 => 0x50 }, - 'maxaperture' => { 29 => 0x1a, 115 => 0x6103, 132 => 'MaxAperture', 147 => 0x17, 153 => 0x49c5, 234 => 0x20a, 275 => '14.1', 349 => 0x0 }, - 'maxapertureatmaxfocal' => { 100 => 0x1407, 132 => 'MaxApertureAtMaxFocal', 177 => 0xb, 178 => 0x10, 179 => 0x11, 234 => 0x206 }, - 'maxapertureatminfocal' => { 100 => 0x1406, 177 => 0xa, 178 => 0xf, 179 => 0x10, 234 => 0x205 }, - 'maxaperturevalue' => { 95 => 0x9205, 380 => 'MaxApertureValue' }, - 'maxavailheight' => { 386 => 'MaxAvailHeight' }, - 'maxavailwidth' => { 386 => 'MaxAvailWidth' }, - 'maxcontinuousrelease' => { 222 => 0xb, 227 => 0xc, 228 => 0xb }, - 'maxfaces' => { 237 => 0x1202 }, - 'maxfocallength' => { 5 => 0xe6, 6 => 0x10, 7 => 0x1ab, 8 => 0x13, 9 => 0x115, 10 => 0x13, 11 => 0x153, 12 => 0xda, 14 => 0xfa, 15 => 0xee, 16 => 0x103, 17 => 0x95, 18 => 0xea, 19 => 0x157, 20 => 0xee, 21 => 0xec, 22 => 0x12b, 23 => 0x165, 24 => 0x16a, 25 => 0x116, 29 => 0x17, 100 => 0x1405, 132 => 'MaxFocalLength', 177 => 0x9, 178 => 0xe, 179 => 0xf, 234 => 0x208, 346 => 0x127c, 347 => 0x1138, 348 => 0x330 }, + 'matrixmetering' => { 224 => '50.1' }, + 'maxaperture' => { 29 => 0x1a, 115 => 0x6103, 132 => 'MaxAperture', 147 => 0x17, 153 => 0x49c5, 236 => 0x20a, 279 => '14.1', 353 => 0x0 }, + 'maxapertureatmaxfocal' => { 100 => 0x1407, 132 => 'MaxApertureAtMaxFocal', 177 => 0xb, 178 => 0x10, 179 => 0x11, 236 => 0x206 }, + 'maxapertureatminfocal' => { 100 => 0x1406, 177 => 0xa, 178 => 0xf, 179 => 0x10, 236 => 0x205 }, + 'maxaperturevalue' => { 95 => 0x9205, 384 => 'MaxApertureValue' }, + 'maxavailheight' => { 390 => 'MaxAvailHeight' }, + 'maxavailwidth' => { 390 => 'MaxAvailWidth' }, + 'maxcontinuousrelease' => { 223 => 0xb, 224 => 0xc, 229 => 0xc, 230 => 0xb }, + 'maxfaces' => { 239 => 0x1202 }, + 'maxfocallength' => { 5 => 0xe6, 6 => 0x10, 7 => 0x1ab, 8 => 0x13, 9 => 0x115, 10 => 0x13, 11 => 0x153, 12 => 0xda, 14 => 0xfa, 15 => 0xee, 16 => 0x103, 17 => 0x95, 18 => 0xea, 19 => 0x157, 20 => 0xee, 21 => 0xec, 22 => 0x12b, 23 => 0x165, 24 => 0x16a, 25 => 0x116, 29 => 0x17, 100 => 0x1405, 132 => 'MaxFocalLength', 177 => 0x9, 178 => 0xe, 179 => 0xf, 236 => 0x208, 350 => 0x127c, 351 => 0x1138, 352 => 0x330 }, 'maximumdensityrange' => { 105 => 0x8c }, - 'maxpagesize' => { 404 => 'MaxPageSize' }, - 'maxpagesizeh' => { 404 => [\'MaxPageSize','MaxPageSizeH'] }, - 'maxpagesizeunit' => { 404 => [\'MaxPageSize','MaxPageSizeUnit'] }, - 'maxpagesizew' => { 404 => [\'MaxPageSize','MaxPageSizeW'] }, + 'maxpagesize' => { 408 => 'MaxPageSize' }, + 'maxpagesizeh' => { 408 => [\'MaxPageSize','MaxPageSizeH'] }, + 'maxpagesizeunit' => { 408 => [\'MaxPageSize','MaxPageSizeUnit'] }, + 'maxpagesizew' => { 408 => [\'MaxPageSize','MaxPageSizeW'] }, 'maxsamplevalue' => { 95 => 0x119 }, - 'maxstorage' => { 394 => 'maxstorage' }, - 'mb-d10batteries' => { 222 => '12.6' }, - 'mb-d10batterytype' => { 227 => '13.3' }, - 'mb-d11batterytype' => { 228 => '2.3' }, - 'mb-d80batteries' => { 229 => '6.5' }, - 'mb-d80batterytype' => { 231 => '3.2' }, + 'maxstorage' => { 398 => 'maxstorage' }, + 'mb-d10batteries' => { 223 => '12.6' }, + 'mb-d10batterytype' => { 229 => '13.3' }, + 'mb-d11batterytype' => { 230 => '2.3' }, + 'mb-d80batteries' => { 231 => '6.5' }, + 'mb-d80batterytype' => { 233 => '3.2' }, 'mcuversion' => { 177 => 0xc, 178 => 0x11, 179 => 0x12 }, 'md5digest' => { 133 => 'zmd5' }, 'measuredev' => { 25 => 0x9, 62 => 0x3, 81 => 0x1814, 125 => 'MeasuredEV' }, 'measuredev2' => { 11 => 0x8, 25 => 0x8, 62 => 0x17 }, 'measuredev3' => { 11 => 0x9 }, - 'measuredlv' => { 153 => 0x690, 249 => 0x312, 255 => 0x3407 }, + 'measuredlv' => { 153 => 0x690, 251 => 0x312, 257 => 0x3407 }, 'measuredrggb' => { 52 => 0x1 }, 'measuredrggbdata' => { 35 => 0x287 }, 'measurementaccuracy' => { 94 => [\'MeasurementOrFact','MeasurementOrFactMeasurementAccuracy'] }, @@ -2822,68 +2837,68 @@ my %tagLookup = ( 'measurementtype' => { 94 => [\'MeasurementOrFact','MeasurementOrFactMeasurementType'] }, 'measurementunit' => { 94 => [\'MeasurementOrFact','MeasurementOrFactMeasurementUnit'] }, 'measurementvalue' => { 94 => [\'MeasurementOrFact','MeasurementOrFactMeasurementValue'] }, - 'mediaconstraints' => { 389 => 'MediaConstraints' }, - 'mediacreatedate' => { 298 => 0x1 }, - 'mediamodifydate' => { 298 => 0x2 }, - 'mediasummarycode' => { 389 => 'MediaSummaryCode' }, + 'mediaconstraints' => { 393 => 'MediaConstraints' }, + 'mediacreatedate' => { 302 => 0x1 }, + 'mediamodifydate' => { 302 => 0x2 }, + 'mediasummarycode' => { 393 => 'MediaSummaryCode' }, 'memoaudioquality' => { 68 => 0x812 }, - 'memorycardconfiguration' => { 329 => 0x16 }, + 'memorycardconfiguration' => { 333 => 0x16 }, 'menubuttondisplayposition' => { 66 => 0xb, 69 => 0xa, 70 => 0xb, 73 => 0xb }, 'menubuttonreturn' => { 74 => 0xb }, - 'menumonitorofftime' => { 227 => '8.2', 228 => '21.1', 231 => '22.1' }, - 'metadatadate' => { 397 => 'MetadataDate' }, - 'metadatamoddate' => { 399 => 'metadataModDate' }, - 'metaversion' => { 341 => 0x34 }, - 'meterinfo1row1' => { 336 => 0x0 }, - 'meterinfo1row2' => { 336 => 0x6c }, - 'meterinfo1row3' => { 336 => 0xd8 }, - 'meterinfo1row4' => { 336 => 0x144 }, - 'meterinfo1row5' => { 336 => 0x1b0 }, - 'meterinfo1row6' => { 336 => 0x21c }, - 'meterinfo1row7' => { 336 => 0x288 }, - 'meterinfo2row1' => { 336 => 0x2f4 }, - 'meterinfo2row2' => { 336 => 0x378 }, - 'meterinfo2row3' => { 336 => 0x3fc }, - 'meterinfo2row4' => { 336 => 0x480 }, - 'meterinfo2row5' => { 336 => 0x504 }, - 'meterinfo2row6' => { 336 => 0x588 }, - 'meterinfo2row7' => { 336 => 0x60c }, - 'meterinfo2row8' => { 336 => 0x690 }, - 'meterinfo2row9' => { 336 => 0x714 }, - 'metering' => { 223 => '6.1' }, - 'meteringmode' => { 29 => 0x11, 95 => 0x9207, 111 => 0x1c, 147 => 0x7, 148 => 0x25, 150 => 0x12, 233 => 0x202, 284 => 0x17, 315 => 0x9, 323 => 0x15, 324 => 0x13, 325 => 0x7, 339 => 0x3, 342 => 0x1174, 343 => 0x1178, 344 => 0x1154, 345 => 0x11d0, 346 => 0x11ac, 347 => 0x1064, 348 => 0x25c, 380 => 'MeteringMode' }, - 'meteringmode2' => { 265 => '2.1' }, - 'meteringmode3' => { 265 => '16.1' }, + 'menumonitorofftime' => { 223 => '26.1', 224 => '22.1', 229 => '8.2', 230 => '21.1', 233 => '22.1' }, + 'metadatadate' => { 401 => 'MetadataDate' }, + 'metadatamoddate' => { 403 => 'metadataModDate' }, + 'metaversion' => { 345 => 0x34 }, + 'meterinfo1row1' => { 340 => 0x0 }, + 'meterinfo1row2' => { 340 => 0x6c }, + 'meterinfo1row3' => { 340 => 0xd8 }, + 'meterinfo1row4' => { 340 => 0x144 }, + 'meterinfo1row5' => { 340 => 0x1b0 }, + 'meterinfo1row6' => { 340 => 0x21c }, + 'meterinfo1row7' => { 340 => 0x288 }, + 'meterinfo2row1' => { 340 => 0x2f4 }, + 'meterinfo2row2' => { 340 => 0x378 }, + 'meterinfo2row3' => { 340 => 0x3fc }, + 'meterinfo2row4' => { 340 => 0x480 }, + 'meterinfo2row5' => { 340 => 0x504 }, + 'meterinfo2row6' => { 340 => 0x588 }, + 'meterinfo2row7' => { 340 => 0x60c }, + 'meterinfo2row8' => { 340 => 0x690 }, + 'meterinfo2row9' => { 340 => 0x714 }, + 'metering' => { 225 => '6.1' }, + 'meteringmode' => { 29 => 0x11, 95 => 0x9207, 111 => 0x1c, 147 => 0x7, 148 => 0x25, 150 => 0x12, 235 => 0x202, 288 => 0x17, 319 => 0x9, 327 => 0x15, 328 => 0x13, 329 => 0x7, 343 => 0x3, 346 => 0x1174, 347 => 0x1178, 348 => 0x1154, 349 => 0x11d0, 350 => 0x11ac, 351 => 0x1064, 352 => 0x25c, 384 => 'MeteringMode' }, + 'meteringmode2' => { 269 => '2.1' }, + 'meteringmode3' => { 269 => '16.1' }, 'meteringoffscaleindicator' => { 150 => 0x53 }, - 'meteringtime' => { 222 => '22.2', 223 => '3.2', 224 => '17.1', 225 => '18.1', 227 => '7.3', 228 => '18.1', 229 => '3.2', 231 => '19.1' }, + 'meteringtime' => { 223 => '22.2', 225 => '3.2', 226 => '17.1', 227 => '18.1', 229 => '7.3', 230 => '18.1', 231 => '3.2', 233 => '19.1' }, 'mieversion' => { 133 => '0Vers' }, - 'minaperture' => { 29 => 0x1b, 132 => 'MinAperture', 275 => '0.2', 349 => 0x1 }, - 'minfocallength' => { 5 => 0xe4, 6 => 0xe, 7 => 0x1a9, 8 => 0x11, 9 => 0x113, 10 => 0x11, 11 => 0x151, 12 => 0xd8, 14 => 0xf8, 15 => 0xec, 16 => 0x101, 17 => 0x93, 18 => 0xe8, 19 => 0x155, 20 => 0xec, 21 => 0xea, 22 => 0x129, 23 => 0x163, 24 => 0x168, 25 => 0x114, 29 => 0x18, 100 => 0x1404, 132 => 'MinFocalLength', 177 => 0x8, 178 => 0xd, 179 => 0xe, 234 => 0x207, 346 => 0x127a, 347 => 0x1136, 348 => 0x32e }, + 'minaperture' => { 29 => 0x1b, 132 => 'MinAperture', 279 => '0.2', 353 => 0x1 }, + 'minfocallength' => { 5 => 0xe4, 6 => 0xe, 7 => 0x1a9, 8 => 0x11, 9 => 0x113, 10 => 0x11, 11 => 0x151, 12 => 0xd8, 14 => 0xf8, 15 => 0xec, 16 => 0x101, 17 => 0x93, 18 => 0xe8, 19 => 0x155, 20 => 0xec, 21 => 0xea, 22 => 0x129, 23 => 0x163, 24 => 0x168, 25 => 0x114, 29 => 0x18, 100 => 0x1404, 132 => 'MinFocalLength', 177 => 0x8, 178 => 0xd, 179 => 0xe, 236 => 0x207, 350 => 0x127a, 351 => 0x1136, 352 => 0x32e }, 'minoltadate' => { 147 => 0x15 }, 'minoltaimagesize' => { 147 => 0x4, 148 => 0xc, 149 => 0x2, 152 => 0x103 }, 'minoltamodelid' => { 147 => 0x25 }, 'minoltaquality' => { 147 => 0x5, 148 => 0xd, 149 => 0x3, 152 => [0x102,0x103] }, 'minoltatime' => { 147 => 0x16 }, - 'minormodelagedisclosure' => { 389 => 'MinorModelAgeDisclosure' }, + 'minormodelagedisclosure' => { 393 => 'MinorModelAgeDisclosure' }, 'minsamplevalue' => { 95 => 0x118 }, 'mirrorlockup' => { 66 => 0xc, 67 => 0xc, 68 => 0x60f, 69 => 0xb, 70 => 0xc, 71 => 0x6, 72 => 0x6, 73 => 0xc, 74 => 0x3 }, - 'mobilecountrycode' => { 375 => 'mcc' }, - 'mobilenetworkcode' => { 375 => 'mnc' }, - 'moddate' => { 245 => 'modify-date', 387 => 'ModDate' }, - 'modedialposition' => { 329 => 0x14 }, - 'model' => { 82 => 0x6, 95 => 0x110, 125 => 'Model', 245 => 'Model', 257 => 0x110, 395 => 'Model' }, - 'modelage' => { 386 => 'ModelAge' }, - 'modelid' => { 232 => 0x0 }, - 'modelingflash' => { 222 => '21.4', 227 => '26.4', 228 => '30.2', 229 => '7.4', 230 => '30.1', 231 => '31.3' }, - 'modelreleaseid' => { 389 => 'ModelReleaseID' }, - 'modelreleasestatus' => { 389 => 'ModelReleaseStatus' }, - 'modelreleaseyear' => { 350 => 0x52, 351 => 0x46 }, - 'modificationdate' => { 390 => 'modificationDate' }, + 'mobilecountrycode' => { 379 => 'mcc' }, + 'mobilenetworkcode' => { 379 => 'mnc' }, + 'moddate' => { 247 => 'modify-date', 391 => 'ModDate' }, + 'modedialposition' => { 333 => 0x14 }, + 'model' => { 82 => 0x6, 95 => 0x110, 125 => 'Model', 247 => 'Model', 259 => 0x110, 399 => 'Model' }, + 'modelage' => { 390 => 'ModelAge' }, + 'modelid' => { 234 => 0x0 }, + 'modelingflash' => { 223 => '21.4', 224 => '31.1', 229 => '26.4', 230 => '30.2', 231 => '7.4', 232 => '30.1', 233 => '31.3' }, + 'modelreleaseid' => { 393 => 'ModelReleaseID' }, + 'modelreleasestatus' => { 393 => 'ModelReleaseStatus' }, + 'modelreleaseyear' => { 354 => 0x52, 355 => 0x46 }, + 'modificationdate' => { 394 => 'modificationDate' }, 'modifiedcolortemp' => { 53 => 0x9 }, 'modifieddigitalgain' => { 53 => 0xb }, 'modifiedparamflag' => { 47 => 0x1 }, 'modifiedpicturestyle' => { 53 => 0xa }, - 'modifiedsaturation' => { 233 => 0x504 }, + 'modifiedsaturation' => { 235 => 0x504 }, 'modifiedsensorbluelevel' => { 53 => 0x5 }, 'modifiedsensorredlevel' => { 53 => 0x4 }, 'modifiedsharpness' => { 53 => 0x2 }, @@ -2892,12 +2907,12 @@ my %tagLookup = ( 'modifiedwhitebalance' => { 53 => 0x8 }, 'modifiedwhitebalanceblue' => { 53 => 0x7 }, 'modifiedwhitebalancered' => { 53 => 0x6 }, - 'modifydate' => { 95 => 0x132, 126 => 'ModifyDate', 242 => 'ModDate', 243 => 'tIME', 297 => 'ModDate', 299 => 0x2, 397 => 'ModifyDate' }, - 'moirefilter' => { 95 => 0xfe58, 376 => 'MoireFilter' }, + 'modifydate' => { 95 => 0x132, 126 => 'ModifyDate', 244 => 'ModDate', 245 => 'tIME', 301 => 'ModDate', 303 => 0x2, 401 => 'ModifyDate' }, + 'moirefilter' => { 95 => 0xfe58, 380 => 'MoireFilter' }, 'monitordisplayoff' => { 150 => 0x4c }, - 'monitorofftime' => { 222 => '18.2', 223 => '3.1', 229 => '3.1' }, + 'monitorofftime' => { 223 => '18.2', 225 => '3.1', 231 => '3.1' }, 'monochromecontrast' => { 87 => 0x3c }, - 'monochromefiltereffect' => { 87 => 0x3a, 284 => 0x73 }, + 'monochromefiltereffect' => { 87 => 0x3a, 288 => 0x73 }, 'monochromelinear' => { 87 => 0x3d }, 'monochromeoutputhighlightpoint' => { 87 => 0x41 }, 'monochromeoutputshadowpoint' => { 87 => 0x42 }, @@ -2906,39 +2921,40 @@ my %tagLookup = ( 'monochromerawshadow' => { 87 => 0x83 }, 'monochromerawshadowpoint' => { 87 => 0x40 }, 'monochromesharpness' => { 87 => 0x3e }, - 'monochrometoning' => { 284 => 0x74 }, + 'monochrometoning' => { 288 => 0x74 }, 'monochrometoningeffect' => { 87 => 0x3b }, 'monochromeunsharpmaskfineness' => { 87 => 0xb2 }, 'monochromeunsharpmaskstrength' => { 87 => 0xb0 }, 'monochromeunsharpmaskthreshold' => { 87 => 0xb4 }, 'monthdaycreated' => { 111 => 0x12, 120 => 0xe }, - 'moonphase' => { 302 => 0x12 }, - 'morepermissions' => { 374 => 'morePermissions' }, - 'motionsensitivity' => { 302 => 0x29 }, - 'multiburstimageheight' => { 335 => 0x1002 }, - 'multiburstimagewidth' => { 335 => 0x1001 }, - 'multiburstmode' => { 335 => 0x1000 }, + 'moonphase' => { 306 => 0x12 }, + 'morepermissions' => { 378 => 'morePermissions' }, + 'motionsensitivity' => { 306 => 0x29 }, + 'multiburstimageheight' => { 339 => 0x1002 }, + 'multiburstimagewidth' => { 339 => 0x1001 }, + 'multiburstmode' => { 339 => 0x1000 }, 'multicontrollerwhilemetering' => { 68 => 0x517 }, 'multiexposureautogain' => { 183 => 0x3 }, 'multiexposuremode' => { 183 => 0x1 }, 'multiexposureshots' => { 183 => 0x2 }, - 'multiframenoisereduction' => { 325 => 0x35, 335 => 0x200b, 339 => 0x15 }, + 'multiframenoisereduction' => { 329 => 0x35, 339 => 0x200b, 343 => 0x15 }, 'multifunctionlock' => { 68 => 0x70f }, - 'multipleexposuremode' => { 237 => 0x101c }, - 'multipleexposureset' => { 265 => '10.1' }, + 'multipleexposuremode' => { 239 => 0x101c }, + 'multipleexposureset' => { 269 => '10.1' }, 'multisample' => { 187 => 0x40 }, - 'multiselector' => { 222 => '9.4', 227 => '27.4' }, - 'multiselectorliveview' => { 222 => '4.3' }, - 'multiselectorplaybackmode' => { 222 => ['13.5','9.2'], 227 => '27.2' }, - 'multiselectorshootmode' => { 222 => '9.1', 227 => '27.1' }, + 'multiselector' => { 223 => '9.4', 224 => '10.3', 229 => '27.4' }, + 'multiselectorliveview' => { 223 => '4.3' }, + 'multiselectorliveviewmode' => { 197 => 0x18c2 }, + 'multiselectorplaybackmode' => { 223 => ['13.5','9.2'], 224 => '10.2', 229 => '27.2' }, + 'multiselectorshootmode' => { 223 => '9.1', 224 => '10.1', 229 => '27.1' }, 'mycolormode' => { 55 => 0x2 }, - 'nativedigest' => { 380 => 'NativeDigest', 395 => 'NativeDigest' }, + 'nativedigest' => { 384 => 'NativeDigest', 399 => 'NativeDigest' }, 'ncdfileinfo' => { 109 => 0x414 }, - 'ndfilter' => { 62 => 0x1c, 233 => 0x204, 306 => 0x1019 }, + 'ndfilter' => { 62 => 0x1c, 235 => 0x204, 310 => 0x1019 }, 'nefbitdepth' => { 182 => 0xe22 }, 'nefcompression' => { 182 => 0x93 }, 'neflinearizationtable' => { 182 => 0x96 }, - 'neutraldensityfilter' => { 284 => 0x88 }, + 'neutraldensityfilter' => { 288 => 0x88 }, 'neutraloutputhighlightpoint' => { 87 => 0x2f }, 'neutraloutputshadowpoint' => { 87 => 0x30 }, 'neutralrawcolortone' => { 87 => 0x28 }, @@ -2955,37 +2971,38 @@ my %tagLookup = ( 'neutraunsharpmaskstrength' => { 87 => 0xa4 }, 'newrawimagedigest' => { 95 => 0xc7a7 }, 'newsphotoversion' => { 105 => 0x0 }, - 'nickname' => { 397 => 'Nickname' }, + 'nickname' => { 401 => 'Nickname' }, 'nikoncapturedata' => { 182 => 0xe01 }, 'nikoncaptureeditversions' => { 182 => 0xe13 }, 'nikoncaptureoutput' => { 182 => 0xe1e }, 'nikoncaptureversion' => { 182 => 0xe09 }, 'nikoniccprofile' => { 182 => 0xe1d }, - 'nikonimagesize' => { 194 => '723.1', 195 => '732.1', 202 => 0x2c4 }, - 'noisefilter' => { 233 => 0x527 }, + 'nikonimagesize' => { 194 => '723.1', 195 => '732.1', 203 => 0x2c4 }, + 'noisefilter' => { 235 => 0x527 }, 'noiseprofile' => { 95 => 0xc761 }, - 'noisereduction' => { 100 => 0x100b, 148 => 0xb0, 149 => 0x60, 150 => 0x3f, 182 => 0x95, 215 => 0x753dcbc0, 216 => 0x17, 233 => 0x50a, 238 => 0x103a, 253 => 0x2d, 284 => 0x49, 306 => 0x100f, 308 => 0x2a }, - 'noisereduction2' => { 237 => 0x1010 }, + 'noisereduction' => { 100 => 0x100b, 148 => 0xb0, 149 => 0x60, 150 => 0x3f, 182 => 0x95, 216 => 0x753dcbc0, 217 => 0x17, 235 => 0x50a, 240 => 0x103a, 255 => 0x2d, 288 => 0x49, 310 => 0x100f, 312 => 0x2a }, + 'noisereduction2' => { 239 => 0x1010 }, 'noisereductionapplied' => { 95 => 0xc6f7 }, - 'noisereductionintensity' => { 216 => 0x9 }, - 'noisereductionmethod' => { 216 => 0x11 }, - 'noisereductionmode' => { 362 => 0x801e }, - 'noisereductionsharpness' => { 216 => 0xd }, - 'noisereductionvalue' => { 362 => 0x8027 }, - 'nomemorycard' => { 222 => '22.1', 223 => '0.3', 224 => '2.4', 225 => '3.2', 226 => '3.2', 227 => '33.7', 228 => '3.2', 229 => '0.3', 231 => '4.5' }, - 'nominalmaxaperture' => { 275 => 0xa }, - 'nominalminaperture' => { 275 => '10.1' }, + 'noisereductionintensity' => { 217 => 0x9 }, + 'noisereductionmethod' => { 217 => 0x11 }, + 'noisereductionmode' => { 366 => 0x801e }, + 'noisereductionsharpness' => { 217 => 0xd }, + 'noisereductionvalue' => { 366 => 0x8027 }, + 'nomemorycard' => { 223 => '22.1', 225 => '0.3', 226 => '2.4', 227 => '3.2', 228 => '3.2', 229 => '33.7', 230 => '3.2', 231 => '0.3', 233 => '4.5' }, + 'nominalmaxaperture' => { 279 => 0xa }, + 'nominalminaperture' => { 279 => '10.1' }, 'normalwhitelevel' => { 36 => [0x2b8,0x2cf,0x2d3], 38 => 0x1e3, 39 => [0x1fc,0x2dc] }, - 'notes' => { 363 => 'Notes', 371 => 'notes' }, - 'npages' => { 404 => 'NPages' }, + 'notes' => { 367 => 'Notes', 375 => 'notes' }, + 'npages' => { 408 => 'NPages' }, 'nrwdata' => { 182 => 0x14 }, 'nullrecord' => { 81 => 0x0 }, - 'number' => { 390 => 'number' }, - 'numberofbeats' => { 399 => 'numberOfBeats' }, - 'numberoffocuspoints' => { 226 => '0.2', 228 => '0.3' }, - 'numfacepositions' => { 247 => 0x0 }, + 'number' => { 394 => 'number' }, + 'numberofbeats' => { 403 => 'numberOfBeats' }, + 'numberoffocuspoints' => { 228 => '0.2', 230 => '0.3' }, + 'numfacepositions' => { 249 => 0x0 }, 'numindexentries' => { 105 => 0x54 }, - 'object' => { 390 => 'object' }, + 'numwbentries' => { 260 => 0x0, 261 => 0x0 }, + 'object' => { 394 => 'object' }, 'objectattributereference' => { 103 => 0x4 }, 'objectcycle' => { 103 => 0x4b }, 'objectdistance' => { 90 => 0x6, 91 => 0x2022 }, @@ -3018,37 +3035,37 @@ my %tagLookup = ( 'occurrencereproductivecondition' => { 94 => [\'Occurrence','OccurrenceReproductiveCondition'] }, 'occurrencesex' => { 94 => [\'Occurrence','OccurrenceSex'] }, 'occurrencestatus' => { 94 => [\'Occurrence','OccurrenceOccurrenceStatus'] }, - 'oecfcolumns' => { 380 => [\'OECF','OECFColumns'] }, - 'oecfnames' => { 380 => [\'OECF','OECFNames'] }, - 'oecfrows' => { 380 => [\'OECF','OECFRows'] }, - 'oecfvalues' => { 380 => [\'OECF','OECFValues'] }, + 'oecfcolumns' => { 384 => [\'OECF','OECFColumns'] }, + 'oecfnames' => { 384 => [\'OECF','OECFNames'] }, + 'oecfrows' => { 384 => [\'OECF','OECFRows'] }, + 'oecfvalues' => { 384 => [\'OECF','OECFValues'] }, 'offsetschema' => { 95 => 0xea1d }, - 'okbutton' => { 228 => '15.1', 231 => '16.1' }, + 'okbutton' => { 230 => '15.1', 233 => '16.1' }, 'oldsubfiletype' => { 95 => 0xff }, - 'olympusimageheight' => { 238 => 0x102f }, - 'olympusimagewidth' => { 238 => 0x102e }, - 'onetouchwb' => { 238 => 0x302 }, + 'olympusimageheight' => { 240 => 0x102f }, + 'olympusimagewidth' => { 240 => 0x102e }, + 'onetouchwb' => { 240 => 0x302 }, 'opticalzoom' => { 113 => 0xfa3d, 115 => [0x6006,0xf006], 116 => 0x1000, 117 => 0xf, 120 => 0x1e, 132 => 'OpticalZoom' }, 'opticalzoomcode' => { 62 => 0xa }, - 'opticalzoommode' => { 253 => 0x34 }, - 'opticalzoomon' => { 314 => 0x219 }, - 'optionenddate' => { 392 => 'optionEndDate' }, - 'opto-electricconvfactor' => { 380 => 'OECF' }, + 'opticalzoommode' => { 255 => 0x34 }, + 'opticalzoomon' => { 318 => 0x219 }, + 'optionenddate' => { 396 => 'optionEndDate' }, + 'opto-electricconvfactor' => { 384 => 'OECF' }, 'ordernumber' => { 100 => 0x8002 }, - 'organisationinimagecode' => { 386 => 'OrganisationInImageCode' }, - 'organisationinimagename' => { 386 => 'OrganisationInImageName' }, - 'organization' => { 390 => 'organization' }, - 'orientation' => { 95 => 0x112, 257 => 0x112, 395 => 'Orientation' }, - 'orientation2' => { 339 => 0x2e }, + 'organisationinimagecode' => { 390 => 'OrganisationInImageCode' }, + 'organisationinimagename' => { 390 => 'OrganisationInImageName' }, + 'organization' => { 394 => 'organization' }, + 'orientation' => { 95 => 0x112, 259 => 0x112, 399 => 'Orientation' }, + 'orientation2' => { 343 => 0x2e }, 'orientationlinkedafpoint' => { 68 => 0x516 }, 'originalbestqualitysize' => { 95 => 0xc792 }, 'originaldecisiondata' => { 92 => 'OriginalDecisionData' }, 'originaldecisiondataoffset' => { 51 => 0x83 }, 'originaldefaultcropsize' => { 95 => 0xc793 }, 'originaldefaultfinalsize' => { 95 => 0xc791 }, - 'originaldirectory' => { 251 => 0x408 }, - 'originaldocumentid' => { 400 => 'OriginalDocumentID' }, - 'originalfilename' => { 81 => 0x816, 109 => 0x3e9, 121 => 0x20, 251 => 0x407, 367 => 'OriginalFilename' }, + 'originaldirectory' => { 253 => 0x408 }, + 'originaldocumentid' => { 404 => 'OriginalDocumentID' }, + 'originalfilename' => { 81 => 0x816, 109 => 0x3e9, 121 => 0x20, 253 => 0x407, 371 => 'OriginalFilename' }, 'originalimageheight' => { 64 => 0xc, 99 => 0x1 }, 'originalimagewidth' => { 64 => 0xb, 99 => 0x0 }, 'originalrawfiledata' => { 95 => 0xc68c }, @@ -3056,105 +3073,106 @@ my %tagLookup = ( 'originalrawfilename' => { 95 => 0xc68b }, 'originaltransmissionreference' => { 103 => 0x67 }, 'originatingprogram' => { 103 => 0x41 }, - 'originplatform' => { 390 => 'originPlatform' }, - 'os' => { 378 => 'os' }, - 'otherconditions' => { 389 => 'OtherConditions' }, - 'otherconstraints' => { 389 => 'OtherConstraints' }, + 'originplatform' => { 394 => 'originPlatform' }, + 'os' => { 382 => 'os' }, + 'otherconditions' => { 393 => 'OtherConditions' }, + 'otherconstraints' => { 393 => 'OtherConstraints' }, 'otherimage' => { 92 => 'OtherImage' }, - 'otherimageinfo' => { 389 => 'OtherImageInfo' }, + 'otherimageinfo' => { 393 => 'OtherImageInfo' }, 'otherimagelength' => { 95 => 0x202 }, 'otherimagestart' => { 95 => 0x201 }, - 'otherlicensedocuments' => { 389 => 'OtherLicenseDocuments' }, - 'otherlicenseinfo' => { 389 => 'OtherLicenseInfo' }, - 'otherlicenserequirements' => { 389 => 'OtherLicenseRequirements' }, - 'outcue' => { 399 => 'outCue' }, - 'outcuescale' => { 399 => [\'outCue','outCueScale'] }, - 'outcuevalue' => { 399 => [\'outCue','outCueValue'] }, + 'otherlicensedocuments' => { 393 => 'OtherLicenseDocuments' }, + 'otherlicenseinfo' => { 393 => 'OtherLicenseInfo' }, + 'otherlicenserequirements' => { 393 => 'OtherLicenseRequirements' }, + 'outcue' => { 403 => 'outCue' }, + 'outcuescale' => { 403 => [\'outCue','outCueScale'] }, + 'outcuevalue' => { 403 => [\'outCue','outCueValue'] }, 'outputimageheight' => { 161 => 0x3 }, 'outputimagewidth' => { 161 => 0x2 }, + 'outputprofile' => { 109 => 0x138b }, 'outputresolution' => { 161 => 0x4 }, - 'owner' => { 403 => 'Owner' }, + 'owner' => { 407 => 'Owner' }, 'ownerid' => { 103 => 0xbc }, - 'ownername' => { 13 => 0x10f, 51 => 0x9, 81 => 0x810, 95 => [0xa430,0xfde8], 125 => 'OwnerName', 373 => 'OwnerName', 381 => 'CameraOwnerName' }, + 'ownername' => { 13 => 0x10f, 51 => 0x9, 81 => 0x810, 95 => [0xa430,0xfde8], 125 => 'OwnerName', 377 => 'OwnerName', 385 => 'CameraOwnerName' }, 'padding' => { 95 => 0xea1c }, - 'pageimage' => { 397 => [\'PageInfo','PageInfoImage'] }, - 'pageimageformat' => { 397 => [\'PageInfo','PageInfoFormat'] }, - 'pageimageheight' => { 397 => [\'PageInfo','PageInfoHeight'] }, - 'pageimagepagenumber' => { 397 => [\'PageInfo','PageInfoPageNumber'] }, - 'pageimagewidth' => { 397 => [\'PageInfo','PageInfoWidth'] }, - 'pageinfo' => { 397 => 'PageInfo' }, + 'pageimage' => { 401 => [\'PageInfo','PageInfoImage'] }, + 'pageimageformat' => { 401 => [\'PageInfo','PageInfoFormat'] }, + 'pageimageheight' => { 401 => [\'PageInfo','PageInfoHeight'] }, + 'pageimagepagenumber' => { 401 => [\'PageInfo','PageInfoPageNumber'] }, + 'pageimagewidth' => { 401 => [\'PageInfo','PageInfoWidth'] }, + 'pageinfo' => { 401 => 'PageInfo' }, 'pagename' => { 95 => 0x11d }, 'pagenumber' => { 95 => 0x129 }, - 'pagerange' => { 390 => 'pageRange' }, - 'paintbasedcorrectionmasks' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] }, - 'paintbasedcorrections' => { 376 => 'PaintBasedCorrections' }, - 'paintcorrectionactive' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] }, - 'paintcorrectionamount' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] }, - 'paintcorrectionbrightness' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] }, - 'paintcorrectionclarity' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] }, - 'paintcorrectionclarity2012' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] }, - 'paintcorrectioncontrast' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] }, - 'paintcorrectioncontrast2012' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] }, - 'paintcorrectiondefringe' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] }, - 'paintcorrectionexposure' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] }, - 'paintcorrectionexposure2012' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] }, - 'paintcorrectionhighlights2012' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] }, - 'paintcorrectionhue' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] }, - 'paintcorrectionluminancenoise' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] }, - 'paintcorrectionmaskalpha' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] }, - 'paintcorrectionmaskangle' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] }, - 'paintcorrectionmaskbottom' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] }, - 'paintcorrectionmaskcentervalue' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] }, - 'paintcorrectionmaskcenterweight' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] }, - 'paintcorrectionmaskdabs' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] }, - 'paintcorrectionmaskfeather' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] }, - 'paintcorrectionmaskflipped' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] }, - 'paintcorrectionmaskflow' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] }, - 'paintcorrectionmaskfullx' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] }, - 'paintcorrectionmaskfully' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] }, - 'paintcorrectionmaskleft' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] }, - 'paintcorrectionmaskmidpoint' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] }, - 'paintcorrectionmaskperimetervalue' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] }, - 'paintcorrectionmaskradius' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] }, - 'paintcorrectionmaskright' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] }, - 'paintcorrectionmaskroundness' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] }, - 'paintcorrectionmasksizex' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] }, - 'paintcorrectionmasksizey' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] }, - 'paintcorrectionmasktop' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] }, - 'paintcorrectionmaskvalue' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] }, - 'paintcorrectionmaskversion' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] }, - 'paintcorrectionmaskwhat' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] }, - 'paintcorrectionmaskx' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] }, - 'paintcorrectionmasky' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] }, - 'paintcorrectionmaskzerox' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] }, - 'paintcorrectionmaskzeroy' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] }, - 'paintcorrectionmoire' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] }, - 'paintcorrectionsaturation' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation','PaintBasedCorrectionsLocalToningSaturation'] }, - 'paintcorrectionshadows2012' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] }, - 'paintcorrectionsharpness' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] }, - 'paintcorrectiontemperature' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] }, - 'paintcorrectiontint' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] }, - 'paintcorrectionwhat' => { 376 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] }, - 'panasonicexifversion' => { 253 => 0x26 }, - 'panasonicimageheight' => { 253 => 0x4c }, - 'panasonicimagewidth' => { 253 => 0x4b }, - 'panasonicrawversion' => { 257 => 0x1 }, + 'pagerange' => { 394 => 'pageRange' }, + 'paintbasedcorrectionmasks' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] }, + 'paintbasedcorrections' => { 380 => 'PaintBasedCorrections' }, + 'paintcorrectionactive' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] }, + 'paintcorrectionamount' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] }, + 'paintcorrectionbrightness' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] }, + 'paintcorrectionclarity' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] }, + 'paintcorrectionclarity2012' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] }, + 'paintcorrectioncontrast' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] }, + 'paintcorrectioncontrast2012' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] }, + 'paintcorrectiondefringe' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] }, + 'paintcorrectionexposure' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] }, + 'paintcorrectionexposure2012' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] }, + 'paintcorrectionhighlights2012' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] }, + 'paintcorrectionhue' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] }, + 'paintcorrectionluminancenoise' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] }, + 'paintcorrectionmaskalpha' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] }, + 'paintcorrectionmaskangle' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] }, + 'paintcorrectionmaskbottom' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] }, + 'paintcorrectionmaskcentervalue' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] }, + 'paintcorrectionmaskcenterweight' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] }, + 'paintcorrectionmaskdabs' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] }, + 'paintcorrectionmaskfeather' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] }, + 'paintcorrectionmaskflipped' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] }, + 'paintcorrectionmaskflow' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] }, + 'paintcorrectionmaskfullx' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] }, + 'paintcorrectionmaskfully' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] }, + 'paintcorrectionmaskleft' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] }, + 'paintcorrectionmaskmidpoint' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] }, + 'paintcorrectionmaskperimetervalue' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] }, + 'paintcorrectionmaskradius' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] }, + 'paintcorrectionmaskright' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] }, + 'paintcorrectionmaskroundness' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] }, + 'paintcorrectionmasksizex' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] }, + 'paintcorrectionmasksizey' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] }, + 'paintcorrectionmasktop' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] }, + 'paintcorrectionmaskvalue' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] }, + 'paintcorrectionmaskversion' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] }, + 'paintcorrectionmaskwhat' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] }, + 'paintcorrectionmaskx' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] }, + 'paintcorrectionmasky' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] }, + 'paintcorrectionmaskzerox' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] }, + 'paintcorrectionmaskzeroy' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] }, + 'paintcorrectionmoire' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] }, + 'paintcorrectionsaturation' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation','PaintBasedCorrectionsLocalToningSaturation'] }, + 'paintcorrectionshadows2012' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] }, + 'paintcorrectionsharpness' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] }, + 'paintcorrectiontemperature' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] }, + 'paintcorrectiontint' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] }, + 'paintcorrectionwhat' => { 380 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] }, + 'panasonicexifversion' => { 255 => 0x26 }, + 'panasonicimageheight' => { 255 => 0x4c }, + 'panasonicimagewidth' => { 255 => 0x4b }, + 'panasonicrawversion' => { 259 => 0x1 }, 'panasonictitle' => { 95 => 0xc6d2 }, 'panasonictitle2' => { 95 => 0xc6d3 }, - 'panoramacropbottom' => { 340 => 0x7 }, - 'panoramacropleft' => { 340 => 0x4 }, - 'panoramacropright' => { 340 => 0x6 }, - 'panoramacroptop' => { 340 => 0x5 }, - 'panoramadirection' => { 58 => 0x5, 340 => 0x3 }, - 'panoramaframeheight' => { 340 => 0x9 }, + 'panoramacropbottom' => { 344 => 0x7 }, + 'panoramacropleft' => { 344 => 0x4 }, + 'panoramacropright' => { 344 => 0x6 }, + 'panoramacroptop' => { 344 => 0x5 }, + 'panoramadirection' => { 58 => 0x5, 344 => 0x3 }, + 'panoramaframeheight' => { 344 => 0x9 }, 'panoramaframenumber' => { 58 => 0x2 }, - 'panoramaframewidth' => { 340 => 0x8 }, - 'panoramafullheight' => { 340 => 0x2 }, - 'panoramafullwidth' => { 340 => 0x1 }, - 'panoramamode' => { 111 => 0x3c, 233 => 0x601 }, - 'panoramasize3d' => { 325 => 0x38 }, - 'panoramasourceheight' => { 340 => 0xb }, - 'panoramasourcewidth' => { 340 => 0xa }, + 'panoramaframewidth' => { 344 => 0x8 }, + 'panoramafullheight' => { 344 => 0x2 }, + 'panoramafullwidth' => { 344 => 0x1 }, + 'panoramamode' => { 111 => 0x3c, 235 => 0x601 }, + 'panoramasize3d' => { 329 => 0x38 }, + 'panoramasourceheight' => { 344 => 0xb }, + 'panoramasourcewidth' => { 344 => 0xa }, 'panoramicstitchcameramotion' => { 143 => 'PanoramicStitchCameraMotion', 144 => 0x1 }, 'panoramicstitchmaptype' => { 143 => 'PanoramicStitchMapType', 144 => 0x2 }, 'panoramicstitchphi0' => { 143 => 'PanoramicStitchPhi0', 144 => 0x5 }, @@ -3162,53 +3180,53 @@ my %tagLookup = ( 'panoramicstitchtheta0' => { 143 => 'PanoramicStitchTheta0', 144 => 0x3 }, 'panoramicstitchtheta1' => { 143 => 'PanoramicStitchTheta1', 144 => 0x4 }, 'panoramicstitchversion' => { 144 => 0x0 }, - 'pantry' => { 400 => 'Pantry' }, - 'parallax' => { 100 => 0xb211, 232 => 0x28 }, - 'parametricdarks' => { 376 => 'ParametricDarks' }, - 'parametrichighlights' => { 376 => 'ParametricHighlights' }, - 'parametrichighlightsplit' => { 376 => 'ParametricHighlightSplit' }, - 'parametriclights' => { 376 => 'ParametricLights' }, - 'parametricmidtonesplit' => { 376 => 'ParametricMidtoneSplit' }, - 'parametricshadows' => { 376 => 'ParametricShadows' }, - 'parametricshadowsplit' => { 376 => 'ParametricShadowSplit' }, - 'parentmeid' => { 367 => 'ParentMEID' }, - 'parentreference1' => { 384 => [\'TagStructure','TagStructureParentReference'] }, - 'parentreference2' => { 384 => [\'TagStructure','TagStructureSubLabelsParentReference'] }, - 'parentreference3' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] }, - 'parentreference4' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] }, - 'parentreference5' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] }, - 'parentreference6' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] }, - 'partofcompilation' => { 399 => 'partOfCompilation' }, - 'patientbirthdate' => { 364 => 'PatientDOB' }, - 'patientid' => { 364 => 'PatientID' }, - 'patientname' => { 364 => 'PatientName' }, - 'patientsex' => { 364 => 'PatientSex' }, - 'pdfversion' => { 387 => 'PDFVersion' }, - 'pentaximagesize' => { 284 => 0x9 }, - 'pentaxmodelid' => { 264 => 0x0, 284 => 0x5 }, - 'pentaxmodeltype' => { 284 => 0x1 }, - 'pentaxversion' => { 284 => 0x0 }, - 'people' => { 365 => 'People', 369 => 'People' }, + 'pantry' => { 404 => 'Pantry' }, + 'parallax' => { 100 => 0xb211, 234 => 0x28 }, + 'parametricdarks' => { 380 => 'ParametricDarks' }, + 'parametrichighlights' => { 380 => 'ParametricHighlights' }, + 'parametrichighlightsplit' => { 380 => 'ParametricHighlightSplit' }, + 'parametriclights' => { 380 => 'ParametricLights' }, + 'parametricmidtonesplit' => { 380 => 'ParametricMidtoneSplit' }, + 'parametricshadows' => { 380 => 'ParametricShadows' }, + 'parametricshadowsplit' => { 380 => 'ParametricShadowSplit' }, + 'parentmeid' => { 371 => 'ParentMEID' }, + 'parentreference1' => { 388 => [\'TagStructure','TagStructureParentReference'] }, + 'parentreference2' => { 388 => [\'TagStructure','TagStructureSubLabelsParentReference'] }, + 'parentreference3' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] }, + 'parentreference4' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] }, + 'parentreference5' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] }, + 'parentreference6' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] }, + 'partofcompilation' => { 403 => 'partOfCompilation' }, + 'patientbirthdate' => { 368 => 'PatientDOB' }, + 'patientid' => { 368 => 'PatientID' }, + 'patientname' => { 368 => 'PatientName' }, + 'patientsex' => { 368 => 'PatientSex' }, + 'pdfversion' => { 391 => 'PDFVersion' }, + 'pentaximagesize' => { 288 => 0x9 }, + 'pentaxmodelid' => { 268 => 0x0, 288 => 0x5 }, + 'pentaxmodeltype' => { 288 => 0x1 }, + 'pentaxversion' => { 288 => 0x0 }, + 'people' => { 369 => 'People', 373 => 'People' }, 'perchannelblacklevel' => { 35 => 0xc4, 36 => [0x2b4,0x2cb,0x2cf], 37 => 0x108, 38 => 0x1df, 39 => [0x1f8,0x2d8] }, - 'peripheralillumcentralradius' => { 362 => 0x8030 }, - 'peripheralillumcentralvalue' => { 362 => 0x8031 }, + 'peripheralillumcentralradius' => { 366 => 0x8030 }, + 'peripheralillumcentralvalue' => { 366 => 0x8031 }, 'peripheralillumination' => { 87 => 0x68 }, 'peripheralilluminationon' => { 87 => 0x64 }, - 'peripheralillumperiphvalue' => { 362 => 0x8032 }, + 'peripheralillumperiphvalue' => { 366 => 0x8032 }, 'peripherallighting' => { 64 => 0x2 }, 'peripherallightingsetting' => { 65 => 0x5 }, 'peripherallightingvalue' => { 64 => 0x6 }, - 'permissions' => { 392 => 'permissions' }, - 'permits' => { 374 => 'permits' }, - 'person' => { 390 => 'person' }, - 'personality' => { 367 => 'Personality' }, - 'personinimage' => { 386 => 'PersonInImage' }, - 'perspectiveaspect' => { 376 => 'PerspectiveAspect' }, - 'perspectivehorizontal' => { 376 => 'PerspectiveHorizontal' }, - 'perspectiverotate' => { 376 => 'PerspectiveRotate' }, - 'perspectivescale' => { 376 => 'PerspectiveScale' }, - 'perspectiveupright' => { 376 => 'PerspectiveUpright' }, - 'perspectivevertical' => { 376 => 'PerspectiveVertical' }, + 'permissions' => { 396 => 'permissions' }, + 'permits' => { 378 => 'permits' }, + 'person' => { 394 => 'person' }, + 'personality' => { 371 => 'Personality' }, + 'personinimage' => { 390 => 'PersonInImage' }, + 'perspectiveaspect' => { 380 => 'PerspectiveAspect' }, + 'perspectivehorizontal' => { 380 => 'PerspectiveHorizontal' }, + 'perspectiverotate' => { 380 => 'PerspectiveRotate' }, + 'perspectivescale' => { 380 => 'PerspectiveScale' }, + 'perspectiveupright' => { 380 => 'PerspectiveUpright' }, + 'perspectivevertical' => { 380 => 'PerspectiveVertical' }, 'pf0customfuncregistration' => { 76 => 0x1 }, 'pf10retainprogramshift' => { 76 => 0xb }, 'pf13drivepriority' => { 76 => 0xe }, @@ -3265,58 +3283,61 @@ my %tagLookup = ( 'phasedetectaf' => { 158 => 0x6 }, 'phonenumber' => { 126 => 'Phone' }, 'photoeffect' => { 29 => 0x28 }, - 'photoeffecthistoryxml' => { 215 => 0xe9651831 }, - 'photoeffects' => { 215 => 0xab5eca5e }, - 'photoeffectsblue' => { 217 => 0x8 }, - 'photoeffectsgreen' => { 217 => 0x6 }, - 'photoeffectsred' => { 217 => 0x4 }, - 'photoeffectstype' => { 217 => 0x0 }, - 'photographicsensitivity' => { 381 => 'PhotographicSensitivity' }, - 'photoinfoplayback' => { 222 => '17.6', 227 => '33.6' }, - 'photometricinterpretation' => { 95 => 0x106, 395 => 'PhotometricInterpretation' }, - 'photoshopquality' => { 294 => 0x0 }, - 'photostyle' => { 253 => 0x89 }, - 'picklabel' => { 379 => 'PickLabel' }, - 'pictinfo' => { 314 => 0x208 }, - 'picturecontrol' => { 215 => 0xe2173c47 }, - 'picturecontrolactive' => { 218 => 0x0 }, + 'photoeffecthistoryxml' => { 216 => 0xe9651831 }, + 'photoeffects' => { 216 => 0xab5eca5e }, + 'photoeffectsblue' => { 218 => 0x8 }, + 'photoeffectsgreen' => { 218 => 0x6 }, + 'photoeffectsred' => { 218 => 0x4 }, + 'photoeffectstype' => { 218 => 0x0 }, + 'photographicsensitivity' => { 385 => 'PhotographicSensitivity' }, + 'photoinfoplayback' => { 223 => '17.6', 229 => '33.6' }, + 'photometricinterpretation' => { 95 => 0x106, 399 => 'PhotometricInterpretation' }, + 'photoshopbgrthumbnail' => { 299 => 0x409 }, + 'photoshopquality' => { 298 => 0x0 }, + 'photoshopthumbnail' => { 299 => 0x40c }, + 'photostyle' => { 255 => 0x89 }, + 'picklabel' => { 383 => 'PickLabel' }, + 'pictinfo' => { 318 => 0x208 }, + 'picturecontrol' => { 216 => 0xe2173c47 }, + 'picturecontrolactive' => { 219 => 0x0 }, 'picturecontroladjust' => { 184 => 0x30 }, 'picturecontrolbase' => { 184 => 0x18 }, 'picturecontroldata' => { 182 => [0xbd,0x23] }, - 'picturecontrolmode' => { 218 => 0x13 }, + 'picturecontrolmode' => { 219 => 0x13 }, 'picturecontrolname' => { 184 => 0x4 }, 'picturecontrolquickadjust' => { 184 => 0x31 }, - 'pictureeffect' => { 335 => 0x200e }, - 'pictureeffect2' => { 342 => 0x1163, 343 => 0x1167, 344 => 0x1143, 345 => 0x11bf, 346 => 0x119b, 347 => 0x1053, 348 => 0x24b, 358 => 0x46 }, + 'pictureeffect' => { 339 => 0x200e }, + 'pictureeffect2' => { 346 => 0x1163, 347 => 0x1167, 348 => 0x1143, 349 => 0x11bf, 350 => 0x119b, 351 => 0x1053, 352 => 0x24b, 362 => 0x46 }, 'picturefinish' => { 148 => 0x71 }, - 'picturemode' => { 100 => 0x1031, 233 => 0x520, 284 => [0xb,0x33], 315 => 0x3d }, - 'picturemode2' => { 265 => 0x0 }, - 'picturemodebwfilter' => { 233 => 0x525 }, - 'picturemodecontrast' => { 233 => 0x523 }, - 'picturemodeeffect' => { 233 => 0x52d }, - 'picturemodehue' => { 233 => 0x522 }, - 'picturemodesaturation' => { 233 => 0x521 }, - 'picturemodesharpness' => { 233 => 0x524 }, - 'picturemodetone' => { 233 => 0x526 }, + 'picturemode' => { 100 => 0x1031, 235 => 0x520, 288 => [0xb,0x33], 319 => 0x3d }, + 'picturemode2' => { 269 => 0x0 }, + 'picturemodebwfilter' => { 235 => 0x525 }, + 'picturemodecontrast' => { 235 => 0x523 }, + 'picturemodeeffect' => { 235 => 0x52d }, + 'picturemodehue' => { 235 => 0x522 }, + 'picturemodesaturation' => { 235 => 0x521 }, + 'picturemodesharpness' => { 235 => 0x524 }, + 'picturemodetone' => { 235 => 0x526 }, 'picturestyle' => { 6 => [0x4b,0x51], 7 => 0xf4, 8 => 0x6c, 9 => 0x86, 10 => 0x73, 14 => 0xab, 15 => 0xa7, 16 => 0xb0, 17 => 0x6c, 18 => 0xa7, 19 => 0xf4, 20 => 0xb3, 22 => 0xf4, 23 => 0xfa, 60 => 0xa, 87 => 0x2 }, - 'picturewizard' => { 312 => 0x21 }, - 'picturewizardcolor' => { 311 => 0x1 }, - 'picturewizardcontrast' => { 311 => 0x4 }, - 'picturewizardmode' => { 311 => 0x0 }, - 'picturewizardsaturation' => { 311 => 0x2 }, - 'picturewizardsharpness' => { 311 => 0x3 }, - 'pitchangle' => { 253 => 0x91, 283 => 0x2 }, - 'pixelsperunitx' => { 244 => 0x0 }, - 'pixelsperunity' => { 244 => 0x4 }, - 'pixelunits' => { 244 => 0x8 }, - 'planarconfiguration' => { 95 => 0x11c, 395 => 'PlanarConfiguration' }, - 'platenames' => { 404 => 'PlateNames' }, - 'playbackmenustime' => { 224 => '20.1', 225 => '21.1', 226 => '21.1' }, - 'playbackmonitorofftime' => { 227 => '8.1', 228 => '35.1', 231 => '21.1' }, + 'picturewizard' => { 316 => 0x21 }, + 'picturewizardcolor' => { 315 => 0x1 }, + 'picturewizardcontrast' => { 315 => 0x4 }, + 'picturewizardmode' => { 315 => 0x0 }, + 'picturewizardsaturation' => { 315 => 0x2 }, + 'picturewizardsharpness' => { 315 => 0x3 }, + 'pitch' => { 224 => '4.1' }, + 'pitchangle' => { 255 => 0x91, 287 => 0x2 }, + 'pixelsperunitx' => { 246 => 0x0 }, + 'pixelsperunity' => { 246 => 0x4 }, + 'pixelunits' => { 246 => 0x8 }, + 'planarconfiguration' => { 95 => 0x11c, 399 => 'PlanarConfiguration' }, + 'platenames' => { 408 => 'PlateNames' }, + 'playbackmenustime' => { 226 => '20.1', 227 => '21.1', 228 => '21.1' }, + 'playbackmonitorofftime' => { 223 => '25.2', 224 => '36.1', 229 => '8.1', 230 => '35.1', 233 => '21.1' }, 'playdisplay' => { 150 => 0x4e }, - 'plusversion' => { 389 => 'Version' }, - 'pmversion' => { 293 => 'PMVersion' }, - 'pngwarning' => { 245 => 'Warning' }, + 'plusversion' => { 393 => 'Version' }, + 'pmversion' => { 297 => 'PMVersion' }, + 'pngwarning' => { 247 => 'Warning' }, 'poilevel' => { 181 => 0x8 }, 'portraitoutputhighlightpoint' => { 87 => 0x1d }, 'portraitoutputshadowpoint' => { 87 => 0x1e }, @@ -3333,68 +3354,68 @@ my %tagLookup = ( 'portraitunsharpmaskfineness' => { 87 => 0x9a }, 'portraitunsharpmaskstrength' => { 87 => 0x98 }, 'portraitunsharpmaskthreshold' => { 87 => 0x9c }, - 'poseheadingdegrees' => { 366 => 'PoseHeadingDegrees' }, - 'posepitchdegrees' => { 366 => 'PosePitchDegrees' }, - 'poserolldegrees' => { 366 => 'PoseRollDegrees' }, + 'poseheadingdegrees' => { 370 => 'PoseHeadingDegrees' }, + 'posepitchdegrees' => { 370 => 'PosePitchDegrees' }, + 'poserolldegrees' => { 370 => 'PoseRollDegrees' }, 'postalcode' => { 130 => 'PostalCode' }, - 'postcropvignetteamount' => { 376 => 'PostCropVignetteAmount' }, - 'postcropvignettefeather' => { 376 => 'PostCropVignetteFeather' }, - 'postcropvignettehighlightcontrast' => { 376 => 'PostCropVignetteHighlightContrast' }, - 'postcropvignettemidpoint' => { 376 => 'PostCropVignetteMidpoint' }, - 'postcropvignetteroundness' => { 376 => 'PostCropVignetteRoundness' }, - 'postcropvignettestyle' => { 376 => 'PostCropVignetteStyle' }, - 'potentialface1position' => { 333 => 0xb }, - 'potentialface2position' => { 333 => 0x15 }, - 'potentialface3position' => { 333 => 0x1f }, - 'potentialface4position' => { 333 => 0x29 }, - 'potentialface5position' => { 333 => 0x33 }, - 'potentialface6position' => { 333 => 0x3d }, - 'potentialface7position' => { 333 => 0x47 }, - 'potentialface8position' => { 333 => 0x51 }, - 'powersource' => { 263 => '0.1' }, + 'postcropvignetteamount' => { 380 => 'PostCropVignetteAmount' }, + 'postcropvignettefeather' => { 380 => 'PostCropVignetteFeather' }, + 'postcropvignettehighlightcontrast' => { 380 => 'PostCropVignetteHighlightContrast' }, + 'postcropvignettemidpoint' => { 380 => 'PostCropVignetteMidpoint' }, + 'postcropvignetteroundness' => { 380 => 'PostCropVignetteRoundness' }, + 'postcropvignettestyle' => { 380 => 'PostCropVignetteStyle' }, + 'potentialface1position' => { 337 => 0xb }, + 'potentialface2position' => { 337 => 0x15 }, + 'potentialface3position' => { 337 => 0x1f }, + 'potentialface4position' => { 337 => 0x29 }, + 'potentialface5position' => { 337 => 0x33 }, + 'potentialface6position' => { 337 => 0x3d }, + 'potentialface7position' => { 337 => 0x47 }, + 'potentialface8position' => { 337 => 0x51 }, + 'powersource' => { 267 => '0.1' }, 'poweruptime' => { 182 => 0xb6 }, - 'precaptureframes' => { 238 => 0x300 }, + 'precaptureframes' => { 240 => 0x300 }, 'predictor' => { 95 => 0x13d }, 'preflashreturnstrength' => { 195 => 0x28a }, - 'prefs' => { 103 => 0xdd, 293 => 'Prefs' }, - 'preservedfilename' => { 400 => 'PreservedFileName' }, - 'presetwhitebalance' => { 150 => 0x24, 362 => 0x8002 }, - 'presetwhitebalanceadj' => { 362 => 0x8014 }, + 'prefs' => { 103 => 0xdd, 297 => 'Prefs' }, + 'preservedfilename' => { 404 => 'PreservedFileName' }, + 'presetwhitebalance' => { 150 => 0x24, 366 => 0x8002 }, + 'presetwhitebalanceadj' => { 366 => 0x8014 }, 'previewapplicationname' => { 95 => 0xc716 }, 'previewapplicationversion' => { 95 => 0xc717 }, - 'previewbutton' => { 222 => ['14.1','15.1'], 227 => '29.1', 228 => '14.1' }, - 'previewbuttonplusdials' => { 222 => ['14.2','15.2'], 227 => '31.2' }, + 'previewbutton' => { 223 => ['14.1','15.1'], 224 => '15.1', 229 => '29.1', 230 => '14.1' }, + 'previewbuttonplusdials' => { 223 => ['14.2','15.2'], 224 => '15.2', 229 => '31.2' }, 'previewcolorspace' => { 95 => 0xc71a }, - 'previewcropbottom' => { 292 => 0xef }, - 'previewcropleft' => { 292 => 0xec }, - 'previewcropright' => { 292 => 0xee }, - 'previewcroptop' => { 292 => 0xed }, - 'previewdate' => { 300 => 0x0 }, + 'previewcropbottom' => { 296 => 0xef }, + 'previewcropleft' => { 296 => 0xec }, + 'previewcropright' => { 296 => 0xee }, + 'previewcroptop' => { 296 => 0xed }, + 'previewdate' => { 304 => 0x0 }, 'previewdatetime' => { 95 => 0xc71b }, - 'previewimage' => { 91 => 0x2000, 92 => 'PreviewImage', 96 => 'PreviewImage', 98 => 0x4, 135 => 'data', 152 => 0x81, 238 => 0x280, 252 => 0x300, 335 => 0x2001 }, - 'previewimageborders' => { 284 => 0x3e }, + 'previewimage' => { 91 => 0x2000, 92 => 'PreviewImage', 96 => 'PreviewImage', 98 => 0x4, 135 => 'data', 152 => 0x81, 240 => 0x280, 254 => 0x300, 339 => 0x2001 }, + 'previewimageborders' => { 288 => 0x3e }, 'previewimageheight' => { 59 => 0x4, 113 => 0xfa58 }, - 'previewimagelength' => { 59 => 0x2, 91 => 0x3, 95 => [0x117,0x202], 152 => 0x89, 185 => 0x202, 233 => 0x102, 238 => 0x1037, 284 => 0x3, 305 => 0x1e, 310 => 0x3, 315 => [0x1b,0x1d], 326 => 0x202 }, + 'previewimagelength' => { 59 => 0x2, 91 => 0x3, 95 => [0x117,0x202], 152 => 0x89, 185 => 0x202, 235 => 0x102, 240 => 0x1037, 288 => 0x3, 309 => 0x1e, 314 => 0x3, 319 => [0x1b,0x1d], 330 => 0x202 }, 'previewimagename' => { 135 => '1Name' }, - 'previewimagesize' => { 91 => 0x2, 118 => 0x2, 135 => 'ImageSize', 284 => 0x2, 315 => [0x1c,0x1e], 335 => 0xb02c }, - 'previewimagestart' => { 59 => 0x5, 91 => 0x4, 95 => [0x111,0x201], 152 => 0x88, 185 => 0x201, 233 => 0x101, 238 => 0x1036, 284 => 0x4, 305 => 0x1c, 310 => 0x2, 315 => [0x1a,0x1c], 326 => 0x201 }, + 'previewimagesize' => { 91 => 0x2, 118 => 0x2, 135 => 'ImageSize', 288 => 0x2, 319 => [0x1c,0x1e], 339 => 0xb02c }, + 'previewimagestart' => { 59 => 0x5, 91 => 0x4, 95 => [0x111,0x201], 152 => 0x88, 185 => 0x201, 235 => 0x101, 240 => 0x1036, 288 => 0x4, 309 => 0x1c, 314 => 0x2, 319 => [0x1a,0x1c], 330 => 0x201 }, 'previewimagetype' => { 135 => '0Type' }, - 'previewimagevalid' => { 233 => 0x100, 238 => 0x1035 }, + 'previewimagevalid' => { 235 => 0x100, 240 => 0x1035 }, 'previewimagewidth' => { 59 => 0x3, 113 => 0xfa57 }, 'previewquality' => { 59 => 0x1 }, 'previewsettingsdigest' => { 95 => 0xc719 }, 'previewsettingsname' => { 95 => 0xc718 }, 'primaryafpoint' => { 158 => 0x7 }, - 'primarychromaticities' => { 95 => 0x13f, 395 => 'PrimaryChromaticities' }, + 'primarychromaticities' => { 95 => 0x13f, 399 => 'PrimaryChromaticities' }, 'printim' => { 95 => 0xc4a5 }, - 'prioritysetupshutterrelease' => { 150 => 0x1d, 323 => 0x28 }, - 'privatertkinfo' => { 368 => 'privateRTKInfo' }, + 'prioritysetupshutterrelease' => { 150 => 0x1d, 327 => 0x28 }, + 'privatertkinfo' => { 372 => 'privateRTKInfo' }, 'processingsoftware' => { 95 => 0xb }, - 'processversion' => { 376 => 'ProcessVersion' }, - 'producer' => { 242 => 'Producer', 387 => 'Producer' }, + 'processversion' => { 380 => 'ProcessVersion' }, + 'producer' => { 244 => 'Producer', 391 => 'Producer' }, 'productid' => { 104 => 0x32 }, - 'productioncode' => { 264 => 0x2 }, - 'productorserviceconstraints' => { 389 => 'ProductOrServiceConstraints' }, + 'productioncode' => { 268 => 0x2 }, + 'productorserviceconstraints' => { 393 => 'ProductOrServiceConstraints' }, 'profilecalibrationsig' => { 95 => 0xc6f4 }, 'profilecopyright' => { 95 => 0xc6fe }, 'profileembedpolicy' => { 95 => 0xc6fd }, @@ -3407,99 +3428,99 @@ my %tagLookup = ( 'profilelooktableencoding' => { 95 => 0xc7a4 }, 'profilename' => { 95 => 0xc6f8 }, 'profiletonecurve' => { 95 => 0xc6fc }, - 'programiso' => { 253 => 0x3c }, - 'programline' => { 265 => '1.1' }, + 'programiso' => { 255 => 0x3c }, + 'programline' => { 269 => '1.1' }, 'programmode' => { 155 => 0x5 }, 'programshift' => { 182 => 0xd }, 'programversion' => { 103 => 0x46 }, - 'prohibits' => { 374 => 'prohibits' }, - 'projectiontype' => { 366 => 'ProjectionType' }, - 'projectname' => { 399 => 'projectName' }, - 'projectref' => { 399 => 'projectRef' }, - 'projectrefpath' => { 399 => [\'projectRef','projectRefPath'] }, - 'projectreftype' => { 399 => [\'projectRef','projectRefType'] }, - 'propertyreleaseid' => { 389 => 'PropertyReleaseID' }, - 'propertyreleasestatus' => { 389 => 'PropertyReleaseStatus' }, + 'prohibits' => { 378 => 'prohibits' }, + 'projectiontype' => { 370 => 'ProjectionType' }, + 'projectname' => { 403 => 'projectName' }, + 'projectref' => { 403 => 'projectRef' }, + 'projectrefpath' => { 403 => [\'projectRef','projectRefPath'] }, + 'projectreftype' => { 403 => [\'projectRef','projectRefType'] }, + 'propertyreleaseid' => { 393 => 'PropertyReleaseID' }, + 'propertyreleasestatus' => { 393 => 'PropertyReleaseStatus' }, 'province-state' => { 103 => 0x5f }, - 'publicationdate' => { 390 => 'publicationDate' }, - 'publicationname' => { 390 => 'publicationName' }, - 'publisher' => { 377 => 'publisher' }, - 'pulldown' => { 399 => 'pullDown' }, - 'quality' => { 0 => 0x1, 29 => 0x3, 90 => 0x2, 91 => 0x3002, 100 => 0x1000, 111 => 0x9, 182 => 0x4, 205 => 0x3, 238 => 0x201, 249 => 0x300, 284 => 0x8, 290 => 0x2, 315 => 0x16, 323 => 0x56, 324 => 0x56, 325 => 0xb, 335 => 0x102 }, - 'quality2' => { 342 => 0x1170, 343 => 0x1174, 344 => 0x1150, 346 => 0x11a8, 347 => 0x1060, 348 => 0x258, 350 => 0x29, 351 => 0x25, 352 => 0x2a }, + 'publicationdate' => { 394 => 'publicationDate' }, + 'publicationname' => { 394 => 'publicationName' }, + 'publisher' => { 381 => 'publisher' }, + 'pulldown' => { 403 => 'pullDown' }, + 'quality' => { 0 => 0x1, 29 => 0x3, 90 => 0x2, 91 => 0x3002, 100 => 0x1000, 111 => 0x9, 182 => 0x4, 206 => 0x3, 240 => 0x201, 251 => 0x300, 288 => 0x8, 294 => 0x2, 319 => 0x16, 327 => 0x56, 328 => 0x56, 329 => 0xb, 339 => 0x102 }, + 'quality2' => { 346 => 0x1170, 347 => 0x1174, 348 => 0x1150, 350 => 0x11a8, 351 => 0x1060, 352 => 0x258, 354 => 0x29, 355 => 0x25, 356 => 0x2a }, 'qualitymode' => { 91 => 0x8 }, 'quantizationmethod' => { 105 => 0x78 }, - 'quickadjust' => { 218 => 0x2a }, + 'quickadjust' => { 219 => 0x2a }, 'quickcontroldialinmeter' => { 68 => 0x703 }, - 'quickfix' => { 215 => 0x416391c6 }, - 'quickshot' => { 314 => 0x213 }, - 'rangefinder' => { 224 => '4.1', 225 => '5.1', 226 => '5.1' }, + 'quickfix' => { 216 => 0x416391c6 }, + 'quickshot' => { 318 => 0x213 }, + 'rangefinder' => { 226 => '4.1', 227 => '5.1', 228 => '5.1' }, 'rasterizedcaption' => { 103 => 0x7d }, - 'rating' => { 95 => 0x4746, 292 => 0xdf, 335 => 0x2002, 371 => 'rating', 378 => 'rating', 397 => 'Rating' }, + 'rating' => { 95 => 0x4746, 296 => 0xdf, 339 => 0x2002, 375 => 'rating', 382 => 'rating', 401 => 'Rating' }, 'ratingpercent' => { 95 => 0x4749, 145 => 'Rating' }, - 'rawandjpgrecording' => { 66 => 0x8, 152 => 0x109, 265 => 0xd }, + 'rawandjpgrecording' => { 66 => 0x8, 152 => 0x109, 269 => 0xd }, 'rawbrightnessadj' => { 86 => 0x38 }, 'rawcoloradj' => { 86 => 0x2e }, - 'rawcropbottom' => { 292 => 0xd4 }, - 'rawcropleft' => { 292 => 0xd1 }, - 'rawcropright' => { 292 => 0xd3 }, - 'rawcroptop' => { 292 => 0xd2 }, + 'rawcropbottom' => { 296 => 0xd4 }, + 'rawcropleft' => { 296 => 0xd1 }, + 'rawcropright' => { 296 => 0xd3 }, + 'rawcroptop' => { 296 => 0xd2 }, 'rawcustomsaturation' => { 86 => 0x30 }, 'rawcustomtone' => { 86 => 0x34 }, 'rawdatauniqueid' => { 95 => 0xc65d }, 'rawdepth' => { 154 => 0x10 }, - 'rawdevartfilter' => { 240 => 0x121 }, - 'rawdevautogradation' => { 240 => 0x119 }, - 'rawdevcolorspace' => { 239 => 0x108, 240 => 0x109 }, - 'rawdevcontrastvalue' => { 239 => 0x106, 240 => 0x105 }, - 'rawdeveditstatus' => { 239 => 0x10b }, - 'rawdevelopmentprocess' => { 284 => 0x62 }, - 'rawdevengine' => { 239 => 0x109, 240 => 0x10b }, - 'rawdevexposurebiasvalue' => { 239 => 0x100, 240 => 0x100 }, - 'rawdevgradation' => { 240 => 0x112 }, - 'rawdevgraypoint' => { 239 => 0x103, 240 => 0x104 }, - 'rawdevmemorycoloremphasis' => { 239 => 0x105, 240 => 0x108 }, - 'rawdevnoisereduction' => { 239 => 0x10a, 240 => 0x10a }, - 'rawdevpicturemode' => { 240 => 0x10c }, - 'rawdevpm_bwfilter' => { 240 => 0x110 }, - 'rawdevpmcontrast' => { 240 => 0x10e }, - 'rawdevpmnoisefilter' => { 240 => 0x120 }, - 'rawdevpmpicturetone' => { 240 => 0x111 }, - 'rawdevpmsaturation' => { 240 => 0x10d }, - 'rawdevpmsharpness' => { 240 => 0x10f }, - 'rawdevsaturation3' => { 240 => 0x113 }, - 'rawdevsaturationemphasis' => { 239 => 0x104, 240 => 0x107 }, - 'rawdevsettings' => { 239 => 0x10c }, - 'rawdevsharpnessvalue' => { 239 => 0x107, 240 => 0x106 }, - 'rawdevversion' => { 239 => 0x0, 240 => 0x0 }, - 'rawdevwbfineadjustment' => { 239 => 0x102, 240 => 0x103 }, - 'rawdevwhitebalance' => { 240 => 0x101 }, - 'rawdevwhitebalancevalue' => { 239 => 0x101, 240 => 0x102 }, + 'rawdevartfilter' => { 242 => 0x121 }, + 'rawdevautogradation' => { 242 => 0x119 }, + 'rawdevcolorspace' => { 241 => 0x108, 242 => 0x109 }, + 'rawdevcontrastvalue' => { 241 => 0x106, 242 => 0x105 }, + 'rawdeveditstatus' => { 241 => 0x10b }, + 'rawdevelopmentprocess' => { 288 => 0x62 }, + 'rawdevengine' => { 241 => 0x109, 242 => 0x10b }, + 'rawdevexposurebiasvalue' => { 241 => 0x100, 242 => 0x100 }, + 'rawdevgradation' => { 242 => 0x112 }, + 'rawdevgraypoint' => { 241 => 0x103, 242 => 0x104 }, + 'rawdevmemorycoloremphasis' => { 241 => 0x105, 242 => 0x108 }, + 'rawdevnoisereduction' => { 241 => 0x10a, 242 => 0x10a }, + 'rawdevpicturemode' => { 242 => 0x10c }, + 'rawdevpm_bwfilter' => { 242 => 0x110 }, + 'rawdevpmcontrast' => { 242 => 0x10e }, + 'rawdevpmnoisefilter' => { 242 => 0x120 }, + 'rawdevpmpicturetone' => { 242 => 0x111 }, + 'rawdevpmsaturation' => { 242 => 0x10d }, + 'rawdevpmsharpness' => { 242 => 0x10f }, + 'rawdevsaturation3' => { 242 => 0x113 }, + 'rawdevsaturationemphasis' => { 241 => 0x104, 242 => 0x107 }, + 'rawdevsettings' => { 241 => 0x10c }, + 'rawdevsharpnessvalue' => { 241 => 0x107, 242 => 0x106 }, + 'rawdevversion' => { 241 => 0x0, 242 => 0x0 }, + 'rawdevwbfineadjustment' => { 241 => 0x102, 242 => 0x103 }, + 'rawdevwhitebalance' => { 242 => 0x101 }, + 'rawdevwhitebalancevalue' => { 241 => 0x101, 242 => 0x102 }, 'rawfile' => { 95 => 0xfe4c }, - 'rawfilename' => { 376 => 'RawFileName' }, + 'rawfilename' => { 380 => 'RawFileName' }, 'rawimagecenter' => { 182 => 0x99 }, 'rawimagedigest' => { 95 => 0xc71c }, - 'rawimagesize' => { 284 => 0x39 }, - 'rawinfoversion' => { 241 => 0x0 }, + 'rawimagesize' => { 288 => 0x39 }, + 'rawinfoversion' => { 243 => 0x0 }, 'rawjpgheight' => { 83 => 0x4 }, 'rawjpgquality' => { 46 => 0x6, 83 => 0x1 }, 'rawjpgsize' => { 46 => 0x7, 83 => 0x2 }, 'rawjpgwidth' => { 83 => 0x3 }, 'rawmeasuredrggb' => { 34 => 0x26a, 36 => 0x280, 38 => 0x194, 39 => [0x1ad,0x26b] }, - 'rawrppused' => { 371 => 'rawrppused' }, + 'rawrppused' => { 375 => 'rawrppused' }, 'rawtopreviewgain' => { 95 => 0xc7a8 }, - 'reardisplay' => { 222 => '12.3' }, - 'recognizedface1age' => { 248 => 0x20 }, - 'recognizedface1name' => { 248 => 0x4 }, - 'recognizedface1position' => { 248 => 0x18 }, - 'recognizedface2age' => { 248 => 0x50 }, - 'recognizedface2name' => { 248 => 0x34 }, - 'recognizedface2position' => { 248 => 0x48 }, - 'recognizedface3age' => { 248 => 0x80 }, - 'recognizedface3name' => { 248 => 0x64 }, - 'recognizedface3position' => { 248 => 0x78 }, - 'recognizedfaceflags' => { 253 => 0x63 }, - 'recommendedexposureindex' => { 95 => 0x8832, 381 => 'RecommendedExposureIndex' }, + 'reardisplay' => { 223 => '12.3', 224 => '6.1' }, + 'recognizedface1age' => { 250 => 0x20 }, + 'recognizedface1name' => { 250 => 0x4 }, + 'recognizedface1position' => { 250 => 0x18 }, + 'recognizedface2age' => { 250 => 0x50 }, + 'recognizedface2name' => { 250 => 0x34 }, + 'recognizedface2position' => { 250 => 0x48 }, + 'recognizedface3age' => { 250 => 0x80 }, + 'recognizedface3name' => { 250 => 0x64 }, + 'recognizedface3position' => { 250 => 0x78 }, + 'recognizedfaceflags' => { 255 => 0x63 }, + 'recommendedexposureindex' => { 95 => 0x8832, 385 => 'RecommendedExposureIndex' }, 'record' => { 94 => 'Record' }, 'recordbasisofrecord' => { 94 => [\'Record','RecordBasisOfRecord'] }, 'recordcollectioncode' => { 94 => [\'Record','RecordCollectionCode'] }, @@ -3511,31 +3532,31 @@ my %tagLookup = ( 'recorddynamicproperties' => { 94 => [\'Record','RecordDynamicProperties'] }, 'recordid' => { 81 => 0x1804 }, 'recordinformationwithheld' => { 94 => [\'Record','RecordInformationWithheld'] }, - 'recordingformat' => { 306 => 0x1000 }, - 'recordingmode' => { 90 => 0x1, 290 => 0x1 }, + 'recordingformat' => { 310 => 0x1000 }, + 'recordingmode' => { 90 => 0x1, 294 => 0x1 }, 'recordinstitutioncode' => { 94 => [\'Record','RecordInstitutionCode'] }, 'recordinstitutionid' => { 94 => [\'Record','RecordInstitutionID'] }, 'recordmode' => { 29 => 0x9, 91 => 0x3000 }, 'recordownerinstitutioncode' => { 94 => [\'Record','RecordOwnerInstitutionCode'] }, - 'recordshutterrelease' => { 314 => 0x217 }, - 'redbalance' => { 166 => 0x270, 238 => 0x1017, 257 => 0x11, 284 => 0x1c }, + 'recordshutterrelease' => { 318 => 0x217 }, + 'redbalance' => { 166 => 0x270, 240 => 0x1017, 259 => 0x11, 288 => 0x1c }, 'redcurvelimits' => { 86 => 0x18a }, 'redcurvepoints' => { 86 => 0x160 }, - 'redeyecorrection' => { 219 => 0x0 }, - 'redeyeinfo' => { 376 => 'RedEyeInfo' }, - 'redeyereduction' => { 150 => 0x41, 325 => 0x28 }, - 'redhue' => { 376 => 'RedHue' }, - 'redsaturation' => { 376 => 'RedSaturation' }, + 'redeyecorrection' => { 220 => 0x0 }, + 'redeyeinfo' => { 380 => 'RedEyeInfo' }, + 'redeyereduction' => { 150 => 0x41, 329 => 0x28 }, + 'redhue' => { 380 => 'RedHue' }, + 'redsaturation' => { 380 => 'RedSaturation' }, 'reductionmatrix1' => { 95 => 0xc625 }, 'reductionmatrix2' => { 95 => 0xc626 }, 'reelname' => { 95 => 0xc789 }, - 'reference1' => { 384 => [\'TagStructure','TagStructureReference'] }, - 'reference2' => { 384 => [\'TagStructure','TagStructureSubLabelsReference'] }, - 'reference3' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] }, - 'reference4' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] }, - 'reference5' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] }, - 'reference6' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] }, - 'referenceblackwhite' => { 95 => 0x214, 395 => 'ReferenceBlackWhite' }, + 'reference1' => { 388 => [\'TagStructure','TagStructureReference'] }, + 'reference2' => { 388 => [\'TagStructure','TagStructureSubLabelsReference'] }, + 'reference3' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] }, + 'reference4' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] }, + 'reference5' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] }, + 'reference6' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] }, + 'referenceblackwhite' => { 95 => 0x214, 399 => 'ReferenceBlackWhite' }, 'referencedate' => { 103 => 0x2f }, 'referencenumber' => { 103 => 0x32 }, 'references' => { 126 => 'References' }, @@ -3552,7 +3573,7 @@ my %tagLookup = ( 'regionareax' => { 141 => [\'Regions','RegionsRegionListAreaX'] }, 'regionareay' => { 141 => [\'Regions','RegionsRegionListAreaY'] }, 'regionbarcodevalue' => { 141 => [\'Regions','RegionsRegionListBarCodeValue'] }, - 'regionconstraints' => { 389 => 'RegionConstraints' }, + 'regionconstraints' => { 393 => 'RegionConstraints' }, 'regiondescription' => { 141 => [\'Regions','RegionsRegionListDescription'] }, 'regionextensions' => { 141 => [\'Regions','RegionsRegionListExtensions'] }, 'regionfocususage' => { 141 => [\'Regions','RegionsRegionListFocusUsage'] }, @@ -3569,9 +3590,9 @@ my %tagLookup = ( 'regionrectangle' => { 142 => [\'RegionInfo','RegionInfoRegionsRectangle'] }, 'regionseealso' => { 141 => [\'Regions','RegionsRegionListSeeAlso'] }, 'regiontype' => { 141 => [\'Regions','RegionsRegionListType'] }, - 'registryid' => { 386 => 'RegistryId' }, - 'registryitemid' => { 386 => [\'RegistryId','RegistryIdRegItemId'] }, - 'registryorganisationid' => { 386 => [\'RegistryId','RegistryIdRegOrgId'] }, + 'registryid' => { 390 => 'RegistryId' }, + 'registryitemid' => { 390 => [\'RegistryId','RegistryIdRegItemId'] }, + 'registryorganisationid' => { 390 => [\'RegistryId','RegistryIdRegOrgId'] }, 'relatedaudiofile' => { 124 => 'data' }, 'relatedaudiofilename' => { 124 => '1Name' }, 'relatedaudiofiletype' => { 124 => '0Type' }, @@ -3579,343 +3600,345 @@ my %tagLookup = ( 'relatedimageheight' => { 95 => 0x1002 }, 'relatedimagewidth' => { 95 => 0x1001 }, 'relatedresourceid' => { 94 => [\'ResourceRelationship','ResourceRelationshipRelatedResourceID'] }, - 'relatedsoundfile' => { 95 => 0xa004, 380 => 'RelatedSoundFile' }, + 'relatedsoundfile' => { 95 => 0xa004, 384 => 'RelatedSoundFile' }, 'relatedvideofile' => { 138 => 'data' }, 'relatedvideofilename' => { 138 => '1Name' }, 'relatedvideofiletype' => { 138 => '0Type' }, - 'relation' => { 377 => 'relation' }, + 'relation' => { 381 => 'relation' }, 'relationshipaccordingto' => { 94 => [\'ResourceRelationship','ResourceRelationshipRelationshipAccordingTo'] }, 'relationshipestablisheddate' => { 94 => [\'ResourceRelationship','ResourceRelationshipRelationshipEstablishedDate'] }, 'relationshipofresource' => { 94 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResource'] }, 'relationshipremarks' => { 94 => [\'ResourceRelationship','ResourceRelationshipRelationshipRemarks'] }, - 'relativepeakaudiofilepath' => { 399 => 'relativePeakAudioFilePath' }, - 'relativetimestamp' => { 399 => 'relativeTimestamp' }, - 'relativetimestampscale' => { 399 => [\'relativeTimestamp','relativeTimestampScale'] }, - 'relativetimestampvalue' => { 399 => [\'relativeTimestamp','relativeTimestampValue'] }, - 'releasebuttontousedial' => { 222 => '17.8', 227 => '33.8', 228 => '17.6' }, - 'releasedate' => { 103 => 0x1e, 399 => 'releaseDate' }, - 'releasemode' => { 91 => 0x3001, 335 => 0xb049 }, - 'releasemode2' => { 342 => 0x112c, 343 => [0x112c,0x8], 344 => [0x1108,0x8], 345 => [0x1184,0x8], 346 => [0x1160,0x8], 347 => [0x4,0x1018], 348 => [0x4,0x210], 350 => 0x10, 351 => 0x10, 352 => 0x9, 358 => 0x34 }, - 'releasemode3' => { 342 => 0x1128, 343 => 0x1128, 344 => 0x1104, 345 => 0x1180, 346 => 0x115c, 347 => 0x1014, 348 => 0x20c }, + 'relativepeakaudiofilepath' => { 403 => 'relativePeakAudioFilePath' }, + 'relativetimestamp' => { 403 => 'relativeTimestamp' }, + 'relativetimestampscale' => { 403 => [\'relativeTimestamp','relativeTimestampScale'] }, + 'relativetimestampvalue' => { 403 => [\'relativeTimestamp','relativeTimestampValue'] }, + 'releasebuttontousedial' => { 223 => '17.8', 229 => '33.8', 230 => '17.6' }, + 'releasedate' => { 103 => 0x1e, 403 => 'releaseDate' }, + 'releasemode' => { 91 => 0x3001, 339 => 0xb049 }, + 'releasemode2' => { 346 => 0x112c, 347 => [0x112c,0x8], 348 => [0x1108,0x8], 349 => [0x1184,0x8], 350 => [0x1160,0x8], 351 => [0x4,0x1018], 352 => [0x4,0x210], 354 => 0x10, 355 => 0x10, 356 => 0x9, 362 => 0x34 }, + 'releasemode3' => { 346 => 0x1128, 347 => 0x1128, 348 => 0x1104, 349 => 0x1180, 350 => 0x115c, 351 => 0x1014, 352 => 0x20c }, 'releasesetting' => { 81 => 0x1016 }, 'releasetime' => { 103 => 0x23 }, - 'remoteonduration' => { 223 => '3.4', 224 => '17.2', 225 => '18.2', 226 => '18.2', 228 => '18.2', 229 => '4.3', 231 => '19.2' }, - 'renditionclass' => { 400 => 'RenditionClass' }, - 'renditionof' => { 400 => 'RenditionOf' }, - 'renditionofalternatepaths' => { 400 => [\'RenditionOf','RenditionOfAlternatePaths'] }, - 'renditionofdocumentid' => { 400 => [\'RenditionOf','RenditionOfDocumentID'] }, - 'renditionoffilepath' => { 400 => [\'RenditionOf','RenditionOfFilePath'] }, - 'renditionoffrompart' => { 400 => [\'RenditionOf','RenditionOfFromPart'] }, - 'renditionofinstanceid' => { 400 => [\'RenditionOf','RenditionOfInstanceID'] }, - 'renditionoflastmodifydate' => { 400 => [\'RenditionOf','RenditionOfLastModifyDate'] }, - 'renditionofmanager' => { 400 => [\'RenditionOf','RenditionOfManager'] }, - 'renditionofmanagervariant' => { 400 => [\'RenditionOf','RenditionOfManagerVariant'] }, - 'renditionofmanageto' => { 400 => [\'RenditionOf','RenditionOfManageTo'] }, - 'renditionofmanageui' => { 400 => [\'RenditionOf','RenditionOfManageUI'] }, - 'renditionofmaskmarkers' => { 400 => [\'RenditionOf','RenditionOfMaskMarkers'] }, - 'renditionoforiginaldocumentid' => { 400 => [\'RenditionOf','RenditionOfOriginalDocumentID'] }, - 'renditionofpartmapping' => { 400 => [\'RenditionOf','RenditionOfPartMapping'] }, - 'renditionofrenditionclass' => { 400 => [\'RenditionOf','RenditionOfRenditionClass'] }, - 'renditionofrenditionparams' => { 400 => [\'RenditionOf','RenditionOfRenditionParams'] }, - 'renditionoftopart' => { 400 => [\'RenditionOf','RenditionOfToPart'] }, - 'renditionofversionid' => { 400 => [\'RenditionOf','RenditionOfVersionID'] }, - 'renditionparams' => { 400 => 'RenditionParams' }, - 'repeatingflashcount' => { 171 => 0xd, 172 => 0xe, 173 => 0xe, 227 => '17.2', 228 => '24.2', 229 => '9.2', 230 => '24.2', 231 => '25.2' }, - 'repeatingflashcountbuilt-in' => { 203 => 0x4db }, - 'repeatingflashcountexternal' => { 203 => 0x4c3 }, - 'repeatingflashoutput' => { 227 => '17.1', 228 => '24.1', 229 => '9.1', 230 => '24.1', 231 => '25.1' }, - 'repeatingflashoutputexternal' => { 203 => 0x4c0 }, - 'repeatingflashrate' => { 171 => 0xc, 172 => 0xd, 173 => 0xd, 227 => '18.1', 228 => '25.1', 229 => '10.1', 230 => '25.1', 231 => '26.1' }, - 'repeatingflashratebuilt-in' => { 203 => 0x4da }, - 'repeatingflashrateexternal' => { 203 => 0x4c2 }, - 'requires' => { 374 => 'requires' }, - 'resampleparams' => { 399 => 'resampleParams' }, - 'resampleparamsquality' => { 399 => [\'resampleParams','resampleParamsQuality'] }, - 'resaved' => { 314 => 0x21e }, + 'remoteonduration' => { 225 => '3.4', 226 => '17.2', 227 => '18.2', 228 => '18.2', 230 => '18.2', 231 => '4.3', 233 => '19.2' }, + 'renditionclass' => { 404 => 'RenditionClass' }, + 'renditionof' => { 404 => 'RenditionOf' }, + 'renditionofalternatepaths' => { 404 => [\'RenditionOf','RenditionOfAlternatePaths'] }, + 'renditionofdocumentid' => { 404 => [\'RenditionOf','RenditionOfDocumentID'] }, + 'renditionoffilepath' => { 404 => [\'RenditionOf','RenditionOfFilePath'] }, + 'renditionoffrompart' => { 404 => [\'RenditionOf','RenditionOfFromPart'] }, + 'renditionofinstanceid' => { 404 => [\'RenditionOf','RenditionOfInstanceID'] }, + 'renditionoflastmodifydate' => { 404 => [\'RenditionOf','RenditionOfLastModifyDate'] }, + 'renditionofmanager' => { 404 => [\'RenditionOf','RenditionOfManager'] }, + 'renditionofmanagervariant' => { 404 => [\'RenditionOf','RenditionOfManagerVariant'] }, + 'renditionofmanageto' => { 404 => [\'RenditionOf','RenditionOfManageTo'] }, + 'renditionofmanageui' => { 404 => [\'RenditionOf','RenditionOfManageUI'] }, + 'renditionofmaskmarkers' => { 404 => [\'RenditionOf','RenditionOfMaskMarkers'] }, + 'renditionoforiginaldocumentid' => { 404 => [\'RenditionOf','RenditionOfOriginalDocumentID'] }, + 'renditionofpartmapping' => { 404 => [\'RenditionOf','RenditionOfPartMapping'] }, + 'renditionofrenditionclass' => { 404 => [\'RenditionOf','RenditionOfRenditionClass'] }, + 'renditionofrenditionparams' => { 404 => [\'RenditionOf','RenditionOfRenditionParams'] }, + 'renditionoftopart' => { 404 => [\'RenditionOf','RenditionOfToPart'] }, + 'renditionofversionid' => { 404 => [\'RenditionOf','RenditionOfVersionID'] }, + 'renditionparams' => { 404 => 'RenditionParams' }, + 'repeatingflashcount' => { 171 => 0xd, 172 => 0xe, 173 => 0xe, 229 => '17.2', 230 => '24.2', 231 => '9.2', 232 => '24.2', 233 => '25.2' }, + 'repeatingflashcountbuilt-in' => { 204 => 0x4db }, + 'repeatingflashcountexternal' => { 204 => 0x4c3 }, + 'repeatingflashoutput' => { 229 => '17.1', 230 => '24.1', 231 => '9.1', 232 => '24.1', 233 => '25.1' }, + 'repeatingflashoutputexternal' => { 204 => 0x4c0 }, + 'repeatingflashrate' => { 171 => 0xc, 172 => 0xd, 173 => 0xd, 229 => '18.1', 230 => '25.1', 231 => '10.1', 232 => '25.1', 233 => '26.1' }, + 'repeatingflashratebuilt-in' => { 204 => 0x4da }, + 'repeatingflashrateexternal' => { 204 => 0x4c2 }, + 'requires' => { 378 => 'requires' }, + 'resampleparams' => { 403 => 'resampleParams' }, + 'resampleparamsquality' => { 403 => [\'resampleParams','resampleParamsQuality'] }, + 'resaved' => { 318 => 0x21e }, 'resolution' => { 131 => 'Resolution' }, - 'resolutionmode' => { 315 => 0x4 }, - 'resolutionunit' => { 95 => 0x128, 106 => 0x2, 395 => 'ResolutionUnit' }, + 'resolutionmode' => { 319 => 0x4 }, + 'resolutionunit' => { 95 => 0x128, 106 => 0x2, 399 => 'ResolutionUnit' }, 'resourceid' => { 94 => [\'ResourceRelationship','ResourceRelationshipResourceID'] }, 'resourcerelationship' => { 94 => 'ResourceRelationship' }, 'resourcerelationshipid' => { 94 => [\'ResourceRelationship','ResourceRelationshipResourceRelationshipID'] }, 'restrictdrivemodes' => { 68 => 0x612 }, - 'restrictions' => { 392 => 'restrictions' }, - 'retouchareafeather' => { 376 => [\'RetouchAreas','RetouchAreasFeather'] }, - 'retouchareamaskalpha' => { 376 => [\'RetouchAreas','RetouchAreasMasksAlpha'] }, - 'retouchareamaskangle' => { 376 => [\'RetouchAreas','RetouchAreasMasksAngle'] }, - 'retouchareamaskbottom' => { 376 => [\'RetouchAreas','RetouchAreasMasksBottom'] }, - 'retouchareamaskcentervalue' => { 376 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] }, - 'retouchareamaskcenterweight' => { 376 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] }, - 'retouchareamaskdabs' => { 376 => [\'RetouchAreas','RetouchAreasMasksDabs'] }, - 'retouchareamaskfeather' => { 376 => [\'RetouchAreas','RetouchAreasMasksFeather'] }, - 'retouchareamaskflipped' => { 376 => [\'RetouchAreas','RetouchAreasMasksFlipped'] }, - 'retouchareamaskflow' => { 376 => [\'RetouchAreas','RetouchAreasMasksFlow'] }, - 'retouchareamaskfullx' => { 376 => [\'RetouchAreas','RetouchAreasMasksFullX'] }, - 'retouchareamaskfully' => { 376 => [\'RetouchAreas','RetouchAreasMasksFullY'] }, - 'retouchareamaskleft' => { 376 => [\'RetouchAreas','RetouchAreasMasksLeft'] }, - 'retouchareamaskmidpoint' => { 376 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] }, - 'retouchareamaskperimetervalue' => { 376 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] }, - 'retouchareamaskradius' => { 376 => [\'RetouchAreas','RetouchAreasMasksRadius'] }, - 'retouchareamaskright' => { 376 => [\'RetouchAreas','RetouchAreasMasksRight'] }, - 'retouchareamaskroundness' => { 376 => [\'RetouchAreas','RetouchAreasMasksRoundness'] }, - 'retouchareamasks' => { 376 => [\'RetouchAreas','RetouchAreasMasks'] }, - 'retouchareamasksizex' => { 376 => [\'RetouchAreas','RetouchAreasMasksSizeX'] }, - 'retouchareamasksizey' => { 376 => [\'RetouchAreas','RetouchAreasMasksSizeY'] }, - 'retouchareamasktop' => { 376 => [\'RetouchAreas','RetouchAreasMasksTop'] }, - 'retouchareamaskvalue' => { 376 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] }, - 'retouchareamaskversion' => { 376 => [\'RetouchAreas','RetouchAreasMasksVersion'] }, - 'retouchareamaskwhat' => { 376 => [\'RetouchAreas','RetouchAreasMasksWhat'] }, - 'retouchareamaskx' => { 376 => [\'RetouchAreas','RetouchAreasMasksX'] }, - 'retouchareamasky' => { 376 => [\'RetouchAreas','RetouchAreasMasksY'] }, - 'retouchareamaskzerox' => { 376 => [\'RetouchAreas','RetouchAreasMasksZeroX'] }, - 'retouchareamaskzeroy' => { 376 => [\'RetouchAreas','RetouchAreasMasksZeroY'] }, - 'retouchareamethod' => { 376 => [\'RetouchAreas','RetouchAreasMethod'] }, - 'retouchareaoffsety' => { 376 => [\'RetouchAreas','RetouchAreasOffsetY'] }, - 'retouchareaopacity' => { 376 => [\'RetouchAreas','RetouchAreasOpacity'] }, - 'retouchareas' => { 376 => 'RetouchAreas' }, - 'retouchareaseed' => { 376 => [\'RetouchAreas','RetouchAreasSeed'] }, - 'retouchareasourcestate' => { 376 => [\'RetouchAreas','RetouchAreasSourceState'] }, - 'retouchareasourcex' => { 376 => [\'RetouchAreas','RetouchAreasSourceX'] }, - 'retouchareaspottype' => { 376 => [\'RetouchAreas','RetouchAreasSpotType'] }, + 'restrictions' => { 396 => 'restrictions' }, + 'retouchareafeather' => { 380 => [\'RetouchAreas','RetouchAreasFeather'] }, + 'retouchareamaskalpha' => { 380 => [\'RetouchAreas','RetouchAreasMasksAlpha'] }, + 'retouchareamaskangle' => { 380 => [\'RetouchAreas','RetouchAreasMasksAngle'] }, + 'retouchareamaskbottom' => { 380 => [\'RetouchAreas','RetouchAreasMasksBottom'] }, + 'retouchareamaskcentervalue' => { 380 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] }, + 'retouchareamaskcenterweight' => { 380 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] }, + 'retouchareamaskdabs' => { 380 => [\'RetouchAreas','RetouchAreasMasksDabs'] }, + 'retouchareamaskfeather' => { 380 => [\'RetouchAreas','RetouchAreasMasksFeather'] }, + 'retouchareamaskflipped' => { 380 => [\'RetouchAreas','RetouchAreasMasksFlipped'] }, + 'retouchareamaskflow' => { 380 => [\'RetouchAreas','RetouchAreasMasksFlow'] }, + 'retouchareamaskfullx' => { 380 => [\'RetouchAreas','RetouchAreasMasksFullX'] }, + 'retouchareamaskfully' => { 380 => [\'RetouchAreas','RetouchAreasMasksFullY'] }, + 'retouchareamaskleft' => { 380 => [\'RetouchAreas','RetouchAreasMasksLeft'] }, + 'retouchareamaskmidpoint' => { 380 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] }, + 'retouchareamaskperimetervalue' => { 380 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] }, + 'retouchareamaskradius' => { 380 => [\'RetouchAreas','RetouchAreasMasksRadius'] }, + 'retouchareamaskright' => { 380 => [\'RetouchAreas','RetouchAreasMasksRight'] }, + 'retouchareamaskroundness' => { 380 => [\'RetouchAreas','RetouchAreasMasksRoundness'] }, + 'retouchareamasks' => { 380 => [\'RetouchAreas','RetouchAreasMasks'] }, + 'retouchareamasksizex' => { 380 => [\'RetouchAreas','RetouchAreasMasksSizeX'] }, + 'retouchareamasksizey' => { 380 => [\'RetouchAreas','RetouchAreasMasksSizeY'] }, + 'retouchareamasktop' => { 380 => [\'RetouchAreas','RetouchAreasMasksTop'] }, + 'retouchareamaskvalue' => { 380 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] }, + 'retouchareamaskversion' => { 380 => [\'RetouchAreas','RetouchAreasMasksVersion'] }, + 'retouchareamaskwhat' => { 380 => [\'RetouchAreas','RetouchAreasMasksWhat'] }, + 'retouchareamaskx' => { 380 => [\'RetouchAreas','RetouchAreasMasksX'] }, + 'retouchareamasky' => { 380 => [\'RetouchAreas','RetouchAreasMasksY'] }, + 'retouchareamaskzerox' => { 380 => [\'RetouchAreas','RetouchAreasMasksZeroX'] }, + 'retouchareamaskzeroy' => { 380 => [\'RetouchAreas','RetouchAreasMasksZeroY'] }, + 'retouchareamethod' => { 380 => [\'RetouchAreas','RetouchAreasMethod'] }, + 'retouchareaoffsety' => { 380 => [\'RetouchAreas','RetouchAreasOffsetY'] }, + 'retouchareaopacity' => { 380 => [\'RetouchAreas','RetouchAreasOpacity'] }, + 'retouchareas' => { 380 => 'RetouchAreas' }, + 'retouchareaseed' => { 380 => [\'RetouchAreas','RetouchAreasSeed'] }, + 'retouchareasourcestate' => { 380 => [\'RetouchAreas','RetouchAreasSourceState'] }, + 'retouchareasourcex' => { 380 => [\'RetouchAreas','RetouchAreasSourceX'] }, + 'retouchareaspottype' => { 380 => [\'RetouchAreas','RetouchAreasSpotType'] }, 'retouchhistory' => { 182 => 0x9e }, - 'retouchinfo' => { 376 => 'RetouchInfo' }, - 'reuse' => { 389 => 'Reuse' }, - 'reuseallowed' => { 402 => 'ReuseAllowed' }, - 'reuseprohibited' => { 392 => 'reuseProhibited' }, - 'reverseexposurecompdial' => { 226 => '5.2' }, - 'reverseindicators' => { 222 => '12.1', 224 => '4.3', 225 => '5.2', 226 => '5.4', 227 => '33.5', 228 => '5.1', 231 => '6.2' }, - 'reverseshutterspeedaperture' => { 226 => '5.3' }, - 'revision' => { 378 => 'revision' }, + 'retouchinfo' => { 380 => 'RetouchInfo' }, + 'reuse' => { 393 => 'Reuse' }, + 'reuseallowed' => { 406 => 'ReuseAllowed' }, + 'reuseprohibited' => { 396 => 'reuseProhibited' }, + 'reverseexposurecompdial' => { 228 => '5.2' }, + 'reverseindicators' => { 223 => '12.1', 226 => '4.3', 227 => '5.2', 228 => '5.4', 229 => '33.5', 230 => '5.1', 233 => '6.2' }, + 'reverseshutterspeedaperture' => { 228 => '5.3' }, + 'revision' => { 382 => 'revision' }, 'rgbcurvelimits' => { 86 => 0x238 }, 'rgbcurvepoints' => { 86 => 0x20e }, - 'richtextcomment' => { 383 => 'RichTextComment' }, - 'ricohdate' => { 305 => 0x6 }, - 'ricohimageheight' => { 305 => 0x2 }, - 'ricohimagewidth' => { 305 => 0x0 }, + 'richtextcomment' => { 387 => 'RichTextComment' }, + 'ricohdate' => { 309 => 0x6 }, + 'ricohimageheight' => { 309 => 0x2 }, + 'ricohimagewidth' => { 309 => 0x0 }, 'rightascension' => { 134 => 'RightAscension' }, - 'rights' => { 377 => 'rights' }, - 'rightsagent' => { 390 => 'rightsAgent', 392 => 'rightsAgent' }, - 'rightsowner' => { 392 => 'rightsOwner' }, - 'rollangle' => { 253 => 0x90, 283 => 0x1 }, + 'rights' => { 381 => 'rights' }, + 'rightsagent' => { 394 => 'rightsAgent', 396 => 'rightsAgent' }, + 'rightsowner' => { 396 => 'rightsOwner' }, + 'rollangle' => { 255 => 0x90, 287 => 0x1 }, 'romoperationmode' => { 81 => 0x80d }, - 'rotation' => { 26 => 0x17, 27 => 0x18, 80 => 0x3, 86 => 0x26e, 99 => 0x4, 134 => 'Rotation', 148 => [0x65,0x50], 149 => 0x46, 150 => 0x5a, 153 => 0x10, 202 => '590.1', 215 => 0x76a43207, 253 => 0x30, 265 => '17.2', 292 => 0xd8, 323 => 0x3f, 324 => 0x3f, 334 => 0x10 }, - 'routedto' => { 382 => 'RoutedTo' }, - 'routing' => { 297 => 'Routing' }, - 'routingnotes' => { 382 => 'RoutingNotes' }, + 'rotation' => { 26 => 0x17, 27 => 0x18, 80 => 0x3, 86 => 0x26e, 99 => 0x4, 134 => 'Rotation', 148 => [0x65,0x50], 149 => 0x46, 150 => 0x5a, 153 => 0x10, 203 => '590.1', 216 => 0x76a43207, 255 => 0x30, 269 => '17.2', 296 => 0xd8, 327 => 0x3f, 328 => 0x3f, 338 => 0x10 }, + 'routedto' => { 386 => 'RoutedTo' }, + 'routing' => { 301 => 'Routing' }, + 'routingnotes' => { 386 => 'RoutingNotes' }, 'rowsperstrip' => { 95 => 0x116 }, - 'rpp' => { 371 => 'rpp' }, + 'rpp' => { 375 => 'rpp' }, 'safetyshift' => { 68 => 0x108 }, 'safetyshiftinavortv' => { 66 => 0x10, 67 => 0x10, 69 => 0xf, 70 => 0x10, 73 => 0x10 }, 'samplebits' => { 124 => 'SampleBits' }, 'samplerate' => { 124 => 'SampleRate' }, - 'samplesperpixel' => { 95 => 0x115, 395 => 'SamplesPerPixel' }, + 'samplesperpixel' => { 95 => 0x115, 399 => 'SamplesPerPixel' }, 'samplestructure' => { 105 => 0x5a }, - 'sanyoquality' => { 314 => 0x201 }, - 'sanyothumbnail' => { 314 => 0x100 }, - 'saturation' => { 8 => 0x6e, 10 => 0x76, 29 => 0xe, 40 => 0x1, 90 => 0xd, 91 => [0x3013,0x1f], 95 => [0xa409,0xfe55], 100 => 0x1003, 125 => 'Saturation', 147 => 0x1f, 148 => 0x32, 149 => 0x28, 150 => 0x1a, 155 => 0x1, 182 => [0x94,0xaa], 184 => 0x35, 253 => 0x40, 255 => 0x300d, 284 => 0x1f, 290 => 0xd, 302 => 0x27, 305 => 0x28, 306 => 0x1013, 315 => 0x10, 323 => 0x1e, 324 => 0x1b, 335 => 0x2005, 376 => 'Saturation', 380 => 'Saturation' }, - 'saturationadj' => { 86 => 0x116, 214 => 0x1, 218 => 0x2e, 362 => 0x8016 }, - 'saturationadjustmentaqua' => { 376 => 'SaturationAdjustmentAqua' }, - 'saturationadjustmentblue' => { 376 => 'SaturationAdjustmentBlue' }, - 'saturationadjustmentgreen' => { 376 => 'SaturationAdjustmentGreen' }, - 'saturationadjustmentmagenta' => { 376 => 'SaturationAdjustmentMagenta' }, - 'saturationadjustmentorange' => { 376 => 'SaturationAdjustmentOrange' }, - 'saturationadjustmentpurple' => { 376 => 'SaturationAdjustmentPurple' }, - 'saturationadjustmentred' => { 376 => 'SaturationAdjustmentRed' }, - 'saturationadjustmentyellow' => { 376 => 'SaturationAdjustmentYellow' }, + 'sanyoquality' => { 318 => 0x201 }, + 'sanyothumbnail' => { 318 => 0x100 }, + 'saturation' => { 8 => 0x6e, 10 => 0x76, 29 => 0xe, 40 => 0x1, 90 => 0xd, 91 => [0x3013,0x1f], 95 => [0xa409,0xfe55], 100 => 0x1003, 125 => 'Saturation', 147 => 0x1f, 148 => 0x32, 149 => 0x28, 150 => 0x1a, 155 => 0x1, 182 => [0x94,0xaa], 184 => 0x35, 255 => 0x40, 257 => 0x300d, 288 => 0x1f, 294 => 0xd, 306 => 0x27, 309 => 0x28, 310 => 0x1013, 319 => 0x10, 327 => 0x1e, 328 => 0x1b, 339 => 0x2005, 380 => 'Saturation', 384 => 'Saturation' }, + 'saturationadj' => { 86 => 0x116, 215 => 0x1, 219 => 0x2e, 366 => 0x8016 }, + 'saturationadjustmentaqua' => { 380 => 'SaturationAdjustmentAqua' }, + 'saturationadjustmentblue' => { 380 => 'SaturationAdjustmentBlue' }, + 'saturationadjustmentgreen' => { 380 => 'SaturationAdjustmentGreen' }, + 'saturationadjustmentmagenta' => { 380 => 'SaturationAdjustmentMagenta' }, + 'saturationadjustmentorange' => { 380 => 'SaturationAdjustmentOrange' }, + 'saturationadjustmentpurple' => { 380 => 'SaturationAdjustmentPurple' }, + 'saturationadjustmentred' => { 380 => 'SaturationAdjustmentRed' }, + 'saturationadjustmentyellow' => { 380 => 'SaturationAdjustmentYellow' }, 'saturationauto' => { 57 => 0x98 }, 'saturationfaithful' => { 17 => 0xfe, 56 => 0x68, 57 => 0x68 }, 'saturationlandscape' => { 17 => 0xfc, 56 => 0x38, 57 => 0x38 }, 'saturationmonochrome' => { 56 => 0x80, 57 => 0x80 }, 'saturationneutral' => { 17 => 0xfd, 56 => 0x50, 57 => 0x50 }, 'saturationportrait' => { 17 => 0xfb, 56 => 0x20, 57 => 0x20 }, - 'saturationsetting' => { 241 => 0x1010, 325 => 0x11, 339 => 0x9 }, + 'saturationsetting' => { 243 => 0x1010, 329 => 0x11, 343 => 0x9 }, 'saturationstandard' => { 17 => 0xfa, 56 => 0x8, 57 => 0x8 }, 'saturationuserdef1' => { 17 => 0x100, 56 => 0x98, 57 => 0xb0 }, 'saturationuserdef2' => { 17 => 0x101, 56 => 0xb0, 57 => 0xc8 }, 'saturationuserdef3' => { 17 => 0x102, 56 => 0xc8, 57 => 0xe0 }, - 'saveid' => { 400 => 'SaveID' }, - 'scaletype' => { 399 => 'scaleType' }, + 'saveid' => { 404 => 'SaveID' }, + 'scaletype' => { 403 => 'scaleType' }, 'scanimageenhancer' => { 187 => 0x60 }, 'scanningdirection' => { 105 => 0x64 }, - 'scene' => { 385 => 'Scene', 399 => 'scene' }, - 'scenearea' => { 236 => 0x211, 238 => 0x1031 }, + 'scene' => { 389 => 'Scene', 403 => 'scene' }, + 'scenearea' => { 238 => 0x211, 240 => 0x1031 }, 'sceneassist' => { 182 => 0x9c }, - 'scenecapturetype' => { 95 => 0xa406, 380 => 'SceneCaptureType' }, - 'scenedetect' => { 236 => 0x210, 238 => 0x1030 }, - 'scenedetectdata' => { 236 => 0x212, 238 => 0x1033 }, - 'scenemode' => { 113 => 0xfa02, 152 => 0x100, 182 => 0x8f, 233 => 0x509, 238 => 0x403, 253 => 0x8001, 259 => 0xf, 335 => 0xb023 }, + 'scenecapturetype' => { 95 => 0xa406, 384 => 'SceneCaptureType' }, + 'scenedetect' => { 238 => 0x210, 240 => 0x1030 }, + 'scenedetectdata' => { 238 => 0x212, 240 => 0x1033 }, + 'scenemode' => { 113 => 0xfa02, 152 => 0x100, 182 => 0x8f, 235 => 0x509, 240 => 0x403, 255 => 0x8001, 263 => 0xf, 339 => 0xb023 }, 'scenemodeused' => { 115 => [0x6002,0xf002] }, - 'sceneselect' => { 314 => 0x21f }, - 'scenetype' => { 95 => 0xa301, 380 => 'SceneType' }, - 'screentips' => { 222 => '12.7', 227 => '13.1', 228 => '4.4', 231 => '5.1' }, - 'section' => { 390 => 'section' }, + 'sceneselect' => { 318 => 0x21f }, + 'scenetype' => { 95 => 0xa301, 384 => 'SceneType' }, + 'screentips' => { 223 => '12.7', 224 => '5.3', 229 => '13.1', 230 => '4.4', 233 => '5.1' }, + 'section' => { 394 => 'section' }, 'securityclassification' => { 95 => 0x9212 }, 'selectableafpoint' => { 68 => 0x509 }, 'selectafareaselectmode' => { 68 => 0x512 }, - 'selftimer' => { 29 => 0x2, 253 => 0x2e, 314 => 0x214 }, + 'selftimer' => { 29 => 0x2, 255 => 0x2e, 318 => 0x214 }, 'selftimer2' => { 62 => 0x1d }, - 'selftimerinterval' => { 228 => '19.2' }, + 'selftimerinterval' => { 230 => '19.2' }, 'selftimermode' => { 95 => 0x882b }, - 'selftimershotcount' => { 224 => '18.2', 225 => '19.2', 226 => '19.2', 228 => '19.3', 231 => '20.2' }, - 'selftimertime' => { 81 => 0x1806, 150 => 0x1f, 222 => '18.1', 223 => '3.3', 224 => '18.1', 225 => '19.1', 226 => '19.1', 227 => '7.2', 228 => '19.1', 229 => '3.3', 231 => '20.1' }, + 'selftimershotcount' => { 224 => '20.2', 226 => '18.2', 227 => '19.2', 228 => '19.2', 230 => '19.3', 233 => '20.2' }, + 'selftimershotinterval' => { 224 => '20.3' }, + 'selftimertime' => { 81 => 0x1806, 150 => 0x1f, 223 => '18.1', 224 => '20.1', 225 => '3.3', 226 => '18.1', 227 => '19.1', 228 => '19.1', 229 => '7.2', 230 => '19.1', 231 => '3.3', 233 => '20.1' }, 'seminfo' => { 95 => 0x8546 }, - 'sensingmethod' => { 95 => 0xa217, 380 => 'SensingMethod' }, - 'sensitivityadjust' => { 284 => 0x40 }, - 'sensitivitysteps' => { 265 => ['14.3','17.4'], 267 => 0x1 }, - 'sensitivitytype' => { 95 => 0x8830, 381 => 'SensitivityType' }, - 'sensorareas' => { 312 => 0xa010 }, - 'sensorbitdepth' => { 255 => 0x312d }, + 'sensingmethod' => { 95 => 0xa217, 384 => 'SensingMethod' }, + 'sensitivityadjust' => { 288 => 0x40 }, + 'sensitivitysteps' => { 269 => ['14.3','17.4'], 271 => 0x1 }, + 'sensitivitytype' => { 95 => 0x8830, 385 => 'SensitivityType' }, + 'sensorareas' => { 316 => 0xa010 }, + 'sensorbitdepth' => { 257 => 0x312d }, 'sensorbluelevel' => { 60 => 0x5 }, - 'sensorcalibration' => { 237 => 0x805 }, + 'sensorcalibration' => { 239 => 0x805 }, 'sensorcleaning' => { 74 => 0xd }, 'sensorfullheight' => { 108 => 0xf904 }, 'sensorfullwidth' => { 108 => 0xf903 }, - 'sensorheight' => { 108 => 0xf901, 113 => 0xfa21, 154 => 0x8, 255 => 0x312c, 306 => 0x1602 }, + 'sensorheight' => { 108 => 0xf901, 113 => 0xfa21, 154 => 0x8, 257 => 0x312c, 310 => 0x1602 }, 'sensorpixelsize' => { 182 => 0x9a }, 'sensorredlevel' => { 60 => 0x4 }, - 'sensorsize' => { 125 => 'SensorSize', 284 => 0x35 }, - 'sensortemperature' => { 236 => 0x1500, 238 => 0x1007, 315 => [0x39,0x55] }, - 'sensorwidth' => { 108 => 0xf900, 113 => 0xfa20, 154 => 0xa, 255 => 0x312b, 306 => 0x1601 }, - 'sequence' => { 302 => 0x7 }, - 'sequencefilenumber' => { 343 => 0x4, 344 => 0x4, 345 => 0x4, 346 => 0x4, 350 => 0xc, 351 => 0xc, 352 => 0x1a }, - 'sequenceimagenumber' => { 343 => 0x0, 344 => 0x0, 345 => 0x0, 346 => 0x0, 350 => 0x8, 351 => 0x8, 352 => 0x12, 358 => 0x24 }, - 'sequencelength' => { 350 => 0x22, 351 => 0x1e, 352 => [0x16,0x1e] }, - 'sequencenumber' => { 62 => 0x9, 91 => 0x301c, 100 => 0x1101, 111 => 0x1d, 203 => 0x51c, 253 => 0x2b, 325 => [0x10c,0x30c], 335 => 0xb04a }, - 'sequenceshotinterval' => { 314 => 0x224 }, - 'sequentialshot' => { 314 => 0x20e }, - 'serialnumber' => { 51 => 0xc, 81 => 0x180b, 95 => [0xa431,0xfde9], 108 => 0xfa04, 110 => 0xfa00, 112 => 0xc354, 113 => 0xfa19, 122 => 0x0, 125 => 'SerialNumber', 182 => [0xa0,0x1d], 234 => 0x101, 238 => [0x404,0x101a], 249 => 0x303, 255 => 0x3103, 284 => 0x229, 302 => 0x15, 306 => 0x5, 315 => 0x2, 373 => 'SerialNumber', 381 => 'BodySerialNumber' }, + 'sensorserialnumber' => { 109 => 0x9ce }, + 'sensorsize' => { 125 => 'SensorSize', 288 => 0x35 }, + 'sensortemperature' => { 238 => 0x1500, 240 => 0x1007, 319 => [0x39,0x55] }, + 'sensorwidth' => { 108 => 0xf900, 113 => 0xfa20, 154 => 0xa, 257 => 0x312b, 310 => 0x1601 }, + 'sequence' => { 306 => 0x7 }, + 'sequencefilenumber' => { 347 => 0x4, 348 => 0x4, 349 => 0x4, 350 => 0x4, 354 => 0xc, 355 => 0xc, 356 => 0x1a }, + 'sequenceimagenumber' => { 347 => 0x0, 348 => 0x0, 349 => 0x0, 350 => 0x0, 354 => 0x8, 355 => 0x8, 356 => 0x12, 362 => 0x24 }, + 'sequencelength' => { 354 => 0x22, 355 => 0x1e, 356 => [0x16,0x1e] }, + 'sequencenumber' => { 62 => 0x9, 91 => 0x301c, 100 => 0x1101, 111 => 0x1d, 204 => 0x51c, 255 => 0x2b, 329 => [0x10c,0x30c], 339 => 0xb04a }, + 'sequenceshotinterval' => { 318 => 0x224 }, + 'sequentialshot' => { 318 => 0x20e }, + 'serialnumber' => { 51 => 0xc, 81 => 0x180b, 95 => [0xa431,0xfde9], 108 => 0xfa04, 110 => 0xfa00, 112 => 0xc354, 113 => 0xfa19, 122 => 0x0, 125 => 'SerialNumber', 182 => [0xa0,0x1d], 236 => 0x101, 240 => [0x404,0x101a], 251 => 0x303, 257 => 0x3103, 288 => 0x229, 306 => 0x15, 310 => 0x5, 319 => 0x2, 377 => 'SerialNumber', 385 => 'BodySerialNumber' }, 'serialnumberformat' => { 51 => 0x15, 81 => 0x183b }, - 'seriesdatetime' => { 364 => 'SeriesDateTime' }, - 'seriesdescription' => { 364 => 'SeriesDescription' }, - 'seriesmodality' => { 364 => 'SeriesModality' }, - 'seriesnumber' => { 364 => 'SeriesNumber' }, + 'seriesdatetime' => { 368 => 'SeriesDateTime' }, + 'seriesdescription' => { 368 => 'SeriesDescription' }, + 'seriesmodality' => { 368 => 'SeriesModality' }, + 'seriesnumber' => { 368 => 'SeriesNumber' }, 'serviceidentifier' => { 104 => 0x1e }, 'setbuttoncrosskeysfunc' => { 71 => 0x0, 72 => 0x0 }, 'setbuttonwhenshooting' => { 66 => 0x1, 68 => 0x704, 74 => 0xc }, 'setfunctionwhenshooting' => { 69 => 0x0, 70 => 0x1, 73 => 0x1 }, - 'shadingcompensation' => { 233 => 0x50c, 253 => 0x8a }, - 'shadingcompensation2' => { 237 => 0x1012 }, - 'shadow' => { 315 => 0xe }, - 'shadowcorrection' => { 284 => 0x79 }, - 'shadowprotection' => { 214 => 0x0 }, - 'shadows' => { 95 => 0xfe52, 370 => 'Shadows', 376 => 'Shadows' }, - 'shadows2012' => { 376 => 'Shadows2012' }, + 'shadingcompensation' => { 235 => 0x50c, 255 => 0x8a }, + 'shadingcompensation2' => { 239 => 0x1012 }, + 'shadow' => { 319 => 0xe }, + 'shadowcorrection' => { 288 => 0x79 }, + 'shadowprotection' => { 215 => 0x0 }, + 'shadows' => { 95 => 0xfe52, 374 => 'Shadows', 380 => 'Shadows' }, + 'shadows2012' => { 380 => 'Shadows2012' }, 'shadowscale' => { 95 => 0xc633 }, - 'shadowtint' => { 376 => 'ShadowTint' }, + 'shadowtint' => { 380 => 'ShadowTint' }, 'shadowtone' => { 100 => 0x1040 }, - 'shakereduction' => { 285 => 0x1, 286 => 0x1 }, - 'sharpendetail' => { 376 => 'SharpenDetail' }, - 'sharpenedgemasking' => { 376 => 'SharpenEdgeMasking' }, - 'sharpening' => { 255 => 0x300b }, - 'sharpeningadj' => { 218 => 0x2b }, - 'sharpenradius' => { 376 => 'SharpenRadius' }, - 'sharpness' => { 6 => [0x42,0x48], 8 => 0x72, 10 => 0x74, 29 => 0xf, 60 => 0x2, 90 => 0xb, 91 => [0x3011,0x21], 95 => [0xa40a,0xfe56], 100 => 0x1001, 111 => 0x6b, 120 => 0x37, 125 => 'Sharpness', 147 => 0x21, 148 => 0x30, 149 => 0x26, 150 => 0x18, 155 => 0x3, 182 => 0x6, 184 => 0x32, 238 => 0x100f, 253 => 0x41, 284 => 0x21, 290 => 0xb, 302 => 0x26, 305 => 0x22, 306 => [0x1003,0x1014], 315 => 0x11, 323 => 0x1c, 324 => 0x19, 335 => 0x2006, 358 => 0x52, 376 => 'Sharpness', 380 => 'Sharpness' }, - 'sharpnessadj' => { 86 => 0x25a, 362 => 0x801a }, + 'shakereduction' => { 289 => 0x1, 290 => 0x1 }, + 'sharpendetail' => { 380 => 'SharpenDetail' }, + 'sharpenedgemasking' => { 380 => 'SharpenEdgeMasking' }, + 'sharpening' => { 257 => 0x300b }, + 'sharpeningadj' => { 219 => 0x2b }, + 'sharpenradius' => { 380 => 'SharpenRadius' }, + 'sharpness' => { 6 => [0x42,0x48], 8 => 0x72, 10 => 0x74, 29 => 0xf, 60 => 0x2, 90 => 0xb, 91 => [0x3011,0x21], 95 => [0xa40a,0xfe56], 100 => 0x1001, 111 => 0x6b, 120 => 0x37, 125 => 'Sharpness', 147 => 0x21, 148 => 0x30, 149 => 0x26, 150 => 0x18, 155 => 0x3, 182 => 0x6, 184 => 0x32, 240 => 0x100f, 255 => 0x41, 288 => 0x21, 294 => 0xb, 306 => 0x26, 309 => 0x22, 310 => [0x1003,0x1014], 319 => 0x11, 327 => 0x1c, 328 => 0x19, 339 => 0x2006, 362 => 0x52, 380 => 'Sharpness', 384 => 'Sharpness' }, + 'sharpnessadj' => { 86 => 0x25a, 366 => 0x801a }, 'sharpnessauto' => { 57 => 0x94 }, - 'sharpnessfactor' => { 238 => 0x102a }, + 'sharpnessfactor' => { 240 => 0x102a }, 'sharpnessfaithful' => { 17 => 0xf5, 56 => 0x64, 57 => 0x64 }, 'sharpnessfrequency' => { 6 => [0x41,0x47], 60 => 0x3 }, 'sharpnesslandscape' => { 17 => 0xf3, 56 => 0x34, 57 => 0x34 }, 'sharpnessmonochrome' => { 17 => 0xf6, 56 => 0x7c, 57 => 0x7c }, 'sharpnessneutral' => { 17 => 0xf4, 56 => 0x4c, 57 => 0x4c }, - 'sharpnessovershoot' => { 362 => 0x801b }, + 'sharpnessovershoot' => { 366 => 0x801b }, 'sharpnessportrait' => { 17 => 0xf2, 56 => 0x1c, 57 => 0x1c }, - 'sharpnesssetting' => { 233 => 0x506, 241 => 0x1013, 325 => 0x12, 339 => 0xa }, + 'sharpnesssetting' => { 235 => 0x506, 243 => 0x1013, 329 => 0x12, 343 => 0xa }, 'sharpnessstandard' => { 17 => 0xf1, 56 => 0x4, 57 => 0x4 }, - 'sharpnessthreshold' => { 362 => 0x801d }, - 'sharpnessundershoot' => { 362 => 0x801c }, + 'sharpnessthreshold' => { 366 => 0x801d }, + 'sharpnessundershoot' => { 366 => 0x801c }, 'sharpnessuserdef1' => { 17 => 0xf7, 56 => 0x94, 57 => 0xac }, 'sharpnessuserdef2' => { 17 => 0xf8, 56 => 0xac, 57 => 0xc4 }, 'sharpnessuserdef3' => { 17 => 0xf9, 56 => 0xc4, 57 => 0xdc }, - 'shootinginfodisplay' => { 222 => '13.2', 227 => '10.2', 228 => '4.1', 231 => '5.3' }, - 'shootinginfomonitorofftime' => { 227 => '9.1', 228 => '21.2', 231 => '22.2' }, - 'shootingmode' => { 125 => 'ShootingMode', 182 => 0x89, 253 => 0x1f }, - 'shootingmodesetting' => { 223 => '5.1' }, - 'shortdescription' => { 378 => 'shortdescription' }, + 'shootinginfodisplay' => { 223 => '13.2', 224 => '5.1', 229 => '10.2', 230 => '4.1', 233 => '5.3' }, + 'shootinginfomonitorofftime' => { 223 => '26.2', 224 => '22.2', 229 => '9.1', 230 => '21.2', 233 => '22.2' }, + 'shootingmode' => { 125 => 'ShootingMode', 182 => 0x89, 255 => 0x1f }, + 'shootingmodesetting' => { 225 => '5.1' }, + 'shortdescription' => { 382 => 'shortdescription' }, 'shortdocumentid' => { 103 => 0xba }, 'shortownername' => { 17 => 0xac }, 'shortreleasetimelag' => { 68 => 0x80d }, - 'shotdate' => { 399 => 'shotDate' }, - 'shotday' => { 399 => 'shotDay' }, - 'shotlocation' => { 399 => 'shotLocation' }, - 'shotname' => { 399 => 'shotName' }, - 'shotnumber' => { 399 => 'shotNumber' }, - 'shotnumbersincepowerup' => { 338 => 0x44e, 350 => 0x1a, 351 => 0x16, 352 => 0xa }, - 'shotnumbersincepowerup2' => { 325 => 0x200 }, - 'shotsize' => { 399 => 'shotSize' }, + 'shotdate' => { 403 => 'shotDate' }, + 'shotday' => { 403 => 'shotDay' }, + 'shotlocation' => { 403 => 'shotLocation' }, + 'shotname' => { 403 => 'shotName' }, + 'shotnumber' => { 403 => 'shotNumber' }, + 'shotnumbersincepowerup' => { 342 => 0x44e, 354 => 0x1a, 355 => 0x16, 356 => 0xa }, + 'shotnumbersincepowerup2' => { 329 => 0x200 }, + 'shotsize' => { 403 => 'shotSize' }, 'shutter-aelock' => { 66 => 0x4, 68 => 0x701, 69 => 0x3, 70 => 0x4, 71 => 0x3, 72 => 0x3, 73 => 0x4, 74 => 0x2 }, 'shutteraelbutton' => { 67 => 0x4 }, 'shutterbuttonafonbutton' => { 68 => 0x701 }, - 'shuttercount' => { 9 => 0x176, 46 => 0x1, 182 => 0xa7, 188 => [0x6a,0x157,0x24d], 189 => 0x286, 190 => 0x279, 191 => 0x284, 192 => 0x242, 193 => 0x280, 194 => 0x276, 195 => [0x27d,0x27f], 196 => 0x246, 197 => 0x2d6, 198 => 0x321, 199 => 0xbd8, 200 => 0x287, 201 => 0x320, 202 => 0x24a, 203 => 0x5fb, 204 => 0x2d5, 284 => 0x5d, 334 => 0x846, 337 => [0x125,0x14a] }, + 'shuttercount' => { 9 => 0x176, 46 => 0x1, 182 => 0xa7, 188 => [0x6a,0x157,0x24d], 189 => 0x286, 190 => 0x279, 191 => 0x284, 192 => 0x242, 193 => 0x280, 194 => 0x276, 195 => [0x27d,0x27f], 196 => 0x246, 198 => 0x2d6, 199 => 0x321, 200 => 0xbd8, 201 => 0x287, 202 => 0x320, 203 => 0x24a, 204 => 0x5fb, 205 => 0x2d5, 288 => 0x5d, 338 => 0x846, 341 => [0x125,0x14a] }, 'shuttercurtainsync' => { 66 => 0xf, 67 => 0xf, 68 => 0x305, 69 => 0xe, 70 => 0xf, 71 => 0x8, 72 => 0x8, 73 => 0xf, 74 => 0x8 }, 'shuttermode' => { 111 => 0x1b }, - 'shutterreleasebuttonae-l' => { 222 => '17.7', 224 => '16.1', 225 => '17.1', 226 => '17.1', 227 => '7.1', 228 => '17.5', 231 => '18.2' }, + 'shutterreleasebuttonae-l' => { 223 => '17.7', 224 => '18.1', 226 => '16.1', 227 => '17.1', 228 => '17.1', 229 => '7.1', 230 => '17.5', 233 => '18.2' }, 'shutterreleasemethod' => { 81 => 0x1010 }, 'shutterreleasenocfcard' => { 66 => 0x2, 67 => 0x2, 74 => 0xf }, 'shutterreleasetiming' => { 81 => 0x1011 }, 'shutterreleasewithoutlens' => { 68 => 0x711 }, 'shutterspeedrange' => { 68 => 0x10c }, - 'shutterspeedsetting' => { 150 => 0x6, 323 => 0x2f, 324 => 0x28, 325 => 0x0 }, - 'shutterspeedvalue' => { 77 => 0x1, 95 => 0x9201, 238 => 0x1000, 380 => 'ShutterSpeedValue' }, - 'shuttertype' => { 253 => 0x9f }, - 'sidecarforextension' => { 388 => 'SidecarForExtension' }, + 'shutterspeedsetting' => { 150 => 0x6, 327 => 0x2f, 328 => 0x28, 329 => 0x0 }, + 'shutterspeedvalue' => { 77 => 0x1, 95 => 0x9201, 240 => 0x1000, 384 => 'ShutterSpeedValue' }, + 'shuttertype' => { 255 => 0x9f }, + 'sidecarforextension' => { 392 => 'SidecarForExtension' }, 'similarityindex' => { 103 => 0xe4 }, 'singleframebracketing' => { 150 => 0x21 }, - 'slaveflashmeteringsegments' => { 284 => 0x20b }, + 'slaveflashmeteringsegments' => { 288 => 0x20b }, 'slowshutter' => { 62 => 0x8 }, 'slowsync' => { 100 => 0x1030 }, - 'smartrange' => { 312 => 0xa012 }, - 'smileshutter' => { 325 => 0x31 }, - 'smileshuttermode' => { 325 => 0x27 }, - 'smoothness' => { 95 => 0xfe57, 376 => 'Smoothness' }, - 'softskineffect' => { 335 => 0x200f }, - 'software' => { 95 => 0x131, 126 => 'Software', 245 => 'Software', 315 => 0x18, 395 => 'Software' }, - 'softwareversion' => { 314 => 0x207 }, - 'sonydatetime' => { 341 => 0x6, 343 => 0x1b6, 344 => 0x210, 345 => 0x1fe, 346 => 0x22c }, - 'sonydatetime2' => { 349 => 0x51 }, - 'sonyexposuretime' => { 349 => 0x3a }, - 'sonyexposuretime2' => { 358 => 0xe }, - 'sonyfnumber' => { 349 => 0x3c, 358 => 0x14 }, - 'sonyimageheight' => { 341 => 0x1a, 350 => 0x44, 351 => 0x3f, 352 => 0x47 }, - 'sonyimagesize' => { 150 => 0x3b, 323 => 0x54, 324 => 0x54, 325 => 0x9 }, - 'sonyimagewidth' => { 341 => 0x1c }, - 'sonyiso' => { 343 => 0x1218, 344 => 0x11f4, 345 => 0x1270, 346 => [0x1254,0x1258,0x1280], 347 => 0x113c, 348 => 0x344, 358 => 0x4 }, - 'sonymaxaperturevalue' => { 358 => 0x16 }, - 'sonymodelid' => { 335 => 0xb001 }, + 'smartrange' => { 316 => 0xa012 }, + 'smileshutter' => { 329 => 0x31 }, + 'smileshuttermode' => { 329 => 0x27 }, + 'smoothness' => { 95 => 0xfe57, 380 => 'Smoothness' }, + 'softskineffect' => { 339 => 0x200f }, + 'software' => { 95 => 0x131, 126 => 'Software', 247 => 'Software', 319 => 0x18, 399 => 'Software' }, + 'softwareversion' => { 318 => 0x207 }, + 'sonydatetime' => { 345 => 0x6, 347 => 0x1b6, 348 => 0x210, 349 => 0x1fe, 350 => 0x22c }, + 'sonydatetime2' => { 353 => 0x51 }, + 'sonyexposuretime' => { 353 => 0x3a }, + 'sonyexposuretime2' => { 362 => 0xe }, + 'sonyfnumber' => { 353 => 0x3c, 362 => 0x14 }, + 'sonyimageheight' => { 345 => 0x1a, 354 => 0x44, 355 => 0x3f, 356 => 0x47 }, + 'sonyimagesize' => { 150 => 0x3b, 327 => 0x54, 328 => 0x54, 329 => 0x9 }, + 'sonyimagewidth' => { 345 => 0x1c }, + 'sonyiso' => { 347 => 0x1218, 348 => 0x11f4, 349 => 0x1270, 350 => [0x1254,0x1258,0x1280], 351 => 0x113c, 352 => 0x344, 362 => 0x4 }, + 'sonymaxaperturevalue' => { 362 => 0x16 }, + 'sonymodelid' => { 339 => 0xb001 }, 'sonyquality' => { 150 => 0x3c }, - 'source' => { 103 => 0x73, 245 => 'Source', 377 => 'source', 378 => 'source', 388 => 'Source' }, - 'sourcedirectoryindex' => { 271 => 0x0 }, - 'sourcefileindex' => { 271 => 0x2 }, - 'sourcephotoscount' => { 366 => 'SourcePhotosCount' }, - 'spatialfrequencyresponse' => { 380 => 'SpatialFrequencyResponse' }, - 'spatialfrequencyresponsecolumns' => { 380 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] }, - 'spatialfrequencyresponsenames' => { 380 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] }, - 'spatialfrequencyresponserows' => { 380 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] }, - 'spatialfrequencyresponsevalues' => { 380 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] }, - 'speakerplacement' => { 399 => 'speakerPlacement' }, + 'source' => { 103 => 0x73, 247 => 'Source', 381 => 'source', 382 => 'source', 392 => 'Source' }, + 'sourcedirectoryindex' => { 275 => 0x0 }, + 'sourcefileindex' => { 275 => 0x2 }, + 'sourcephotoscount' => { 370 => 'SourcePhotosCount' }, + 'spatialfrequencyresponse' => { 384 => 'SpatialFrequencyResponse' }, + 'spatialfrequencyresponsecolumns' => { 384 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] }, + 'spatialfrequencyresponsenames' => { 384 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] }, + 'spatialfrequencyresponserows' => { 384 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] }, + 'spatialfrequencyresponsevalues' => { 384 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] }, + 'speakerplacement' => { 403 => 'speakerPlacement' }, 'specialeffectlevel' => { 91 => 0x3030 }, 'specialeffectmode' => { 91 => 0x2076 }, 'specialeffectsetting' => { 91 => 0x3031 }, 'specialinstructions' => { 103 => 0x28 }, - 'specialmode' => { 238 => 0x200, 314 => 0x200 }, - 'spectralsensitivity' => { 95 => 0x8824, 380 => 'SpectralSensitivity' }, + 'specialmode' => { 240 => 0x200, 318 => 0x200 }, + 'spectralsensitivity' => { 95 => 0x8824, 384 => 'SpectralSensitivity' }, 'specularwhitelevel' => { 36 => [0x2b9,0x2d0,0x2d4], 38 => 0x1e4, 39 => [0x1fd,0x2dd] }, - 'splittoningbalance' => { 376 => 'SplitToningBalance' }, - 'splittoninghighlighthue' => { 376 => 'SplitToningHighlightHue' }, - 'splittoninghighlightsaturation' => { 376 => 'SplitToningHighlightSaturation' }, - 'splittoningshadowhue' => { 376 => 'SplitToningShadowHue' }, - 'splittoningshadowsaturation' => { 376 => 'SplitToningShadowSaturation' }, + 'splittoningbalance' => { 380 => 'SplitToningBalance' }, + 'splittoninghighlighthue' => { 380 => 'SplitToningHighlightHue' }, + 'splittoninghighlightsaturation' => { 380 => 'SplitToningHighlightSaturation' }, + 'splittoningshadowhue' => { 380 => 'SplitToningShadowHue' }, + 'splittoningshadowsaturation' => { 380 => 'SplitToningShadowSaturation' }, 'spotfocuspointx' => { 147 => 0x2d }, 'spotfocuspointy' => { 147 => 0x2e }, 'spotmeteringmode' => { 29 => 0x27 }, 'spotmeterlinktoafpoint' => { 68 => 0x107 }, - 'sractive' => { 265 => '17.1' }, + 'sractive' => { 269 => '17.1' }, 'srawquality' => { 29 => 0x2e }, - 'srfocallength' => { 285 => 0x3 }, - 'srhalfpresstime' => { 285 => 0x2 }, - 'srresult' => { 285 => 0x0, 286 => 0x0 }, + 'srfocallength' => { 289 => 0x3 }, + 'srhalfpresstime' => { 289 => 0x2 }, + 'srresult' => { 289 => 0x0, 290 => 0x0 }, 'standardoutputhighlightpoint' => { 87 => 0x14 }, - 'standardoutputsensitivity' => { 95 => 0x8831, 381 => 'StandardOutputSensitivity' }, + 'standardoutputsensitivity' => { 95 => 0x8831, 385 => 'StandardOutputSensitivity' }, 'standardoutputshadowpoint' => { 87 => 0x15 }, 'standardrawcolortone' => { 87 => 0xd }, 'standardrawcontrast' => { 87 => 0xf }, @@ -3929,24 +3952,25 @@ my %tagLookup = ( 'standardunsharpmaskfineness' => { 87 => 0x94 }, 'standardunsharpmaskstrength' => { 87 => 0x92 }, 'standardunsharpmaskthreshold' => { 87 => 0x96 }, - 'standbytimer' => { 226 => '18.1' }, - 'startingpage' => { 390 => 'startingPage' }, + 'standbytimer' => { 224 => '19.1', 228 => '18.1' }, + 'startingpage' => { 394 => 'startingPage' }, 'startmovieshooting' => { 68 => 0x70d }, - 'starttimecode' => { 399 => 'startTimecode' }, - 'starttimecodetimeformat' => { 399 => [\'startTimecode','startTimecodeTimeFormat'] }, - 'starttimecodetimevalue' => { 399 => [\'startTimecode','startTimecodeTimeValue'] }, - 'starttimecodevalue' => { 399 => [\'startTimecode','startTimecodeValue'] }, - 'state' => { 130 => 'State', 253 => 0x6b, 388 => 'State' }, - 'status' => { 365 => 'Status', 369 => 'Status' }, - 'stitchingsoftware' => { 366 => 'StitchingSoftware' }, - 'stopsabovebaseiso' => { 342 => 0x113e, 343 => 0x113e, 344 => 0x111a, 345 => 0x1196, 346 => 0x1172, 347 => 0x102a, 348 => 0x222, 358 => 0xa }, + 'starttimecode' => { 403 => 'startTimecode' }, + 'starttimecodetimeformat' => { 403 => [\'startTimecode','startTimecodeTimeFormat'] }, + 'starttimecodetimevalue' => { 403 => [\'startTimecode','startTimecodeTimeValue'] }, + 'starttimecodevalue' => { 403 => [\'startTimecode','startTimecodeValue'] }, + 'state' => { 130 => 'State', 255 => 0x6b, 392 => 'State' }, + 'status' => { 369 => 'Status', 373 => 'Status' }, + 'stitchingsoftware' => { 370 => 'StitchingSoftware' }, + 'stopsabovebaseiso' => { 346 => 0x113e, 347 => 0x113e, 348 => 0x111a, 349 => 0x1196, 350 => 0x1172, 351 => 0x102a, 352 => 0x222, 362 => 0xa }, 'storagemethod' => { 154 => 0x12 }, - 'straightenangle' => { 215 => 0x2fc08431 }, - 'stretchmode' => { 399 => 'stretchMode' }, - 'studydatetime' => { 364 => 'StudyDateTime' }, - 'studydescription' => { 364 => 'StudyDescription' }, - 'studyid' => { 364 => 'StudyID' }, - 'studyphysician' => { 364 => 'StudyPhysician' }, + 'storebyorientation' => { 224 => '46.3' }, + 'straightenangle' => { 216 => 0x2fc08431 }, + 'stretchmode' => { 403 => 'stretchMode' }, + 'studydatetime' => { 368 => 'StudyDateTime' }, + 'studydescription' => { 368 => 'StudyDescription' }, + 'studyid' => { 368 => 'StudyID' }, + 'studyphysician' => { 368 => 'StudyPhysician' }, 'sub-location' => { 103 => 0x5c }, 'subfiledata' => { 133 => 'data' }, 'subfiledirectory' => { 133 => '1Directory' }, @@ -3954,43 +3978,46 @@ my %tagLookup = ( 'subfilename' => { 133 => '1Name' }, 'subfileresource' => { 133 => 'rsrc' }, 'subfiletype' => { 95 => 0xfe, 133 => '0Type' }, - 'subject' => { 242 => 'Subject', 297 => 'Subject', 377 => 'subject', 387 => 'Subject', 400 => 'subject' }, - 'subjectarea' => { 95 => 0x9214, 380 => 'SubjectArea' }, - 'subjectcode' => { 385 => 'SubjectCode' }, - 'subjectdistance' => { 95 => 0x9206, 111 => 0x3e, 380 => 'SubjectDistance' }, - 'subjectdistancerange' => { 95 => 0xa40c, 380 => 'SubjectDistanceRange' }, - 'subjectlocation' => { 95 => 0xa214, 380 => 'SubjectLocation' }, + 'subject' => { 244 => 'Subject', 301 => 'Subject', 381 => 'subject', 391 => 'Subject', 404 => 'subject' }, + 'subjectarea' => { 95 => 0x9214, 384 => 'SubjectArea' }, + 'subjectcode' => { 389 => 'SubjectCode' }, + 'subjectdistance' => { 95 => 0x9206, 111 => 0x3e, 384 => 'SubjectDistance' }, + 'subjectdistancerange' => { 95 => 0xa40c, 384 => 'SubjectDistanceRange' }, + 'subjectlocation' => { 95 => 0xa214, 384 => 'SubjectLocation' }, 'subjectprogram' => { 147 => 0x22 }, 'subjectreference' => { 103 => 0xc }, - 'sublabels4' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] }, - 'sublabels5' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] }, - 'sublables1' => { 384 => [\'TagStructure','TagStructureSubLabels'] }, - 'sublables2' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabels'] }, - 'sublables3' => { 384 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] }, + 'sublabels4' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] }, + 'sublabels5' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] }, + 'sublables1' => { 388 => [\'TagStructure','TagStructureSubLabels'] }, + 'sublables2' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabels'] }, + 'sublables3' => { 388 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] }, 'subsectime' => { 95 => 0x9290 }, 'subsectimedigitized' => { 95 => 0x9292 }, 'subsectimeoriginal' => { 95 => 0x9291 }, - 'subsection1' => { 390 => 'subsection1' }, - 'subsection2' => { 390 => 'subsection2' }, - 'subsection3' => { 390 => 'subsection3' }, - 'subsection4' => { 390 => 'subsection4' }, - 'subversionfilename' => { 384 => [\'SubVersions','SubVersionsFileName'] }, - 'subversionreference' => { 384 => [\'SubVersions','SubVersionsVersRef'] }, - 'subversions' => { 384 => 'SubVersions' }, + 'subsection1' => { 394 => 'subsection1' }, + 'subsection2' => { 394 => 'subsection2' }, + 'subsection3' => { 394 => 'subsection3' }, + 'subsection4' => { 394 => 'subsection4' }, + 'subselector' => { 224 => '49.1' }, + 'subselectorassignment' => { 224 => '48.1' }, + 'subselectorplusdials' => { 224 => '49.2' }, + 'subversionfilename' => { 388 => [\'SubVersions','SubVersionsFileName'] }, + 'subversionreference' => { 388 => [\'SubVersions','SubVersionsVersRef'] }, + 'subversions' => { 388 => 'SubVersions' }, 'superimposeddisplay' => { 66 => 0xa, 68 => 0x510, 69 => 0x9, 70 => 0xa, 73 => 0xa, 74 => 0xe }, 'supermacro' => { 51 => 0x1a }, - 'supplementalcategories' => { 103 => 0x14, 388 => 'SupplementalCategories' }, + 'supplementalcategories' => { 103 => 0x14, 392 => 'SupplementalCategories' }, 'supplementaltype' => { 105 => 0x37 }, - 'svisosetting' => { 265 => 0x14 }, - 'sweeppanoramadirection' => { 253 => 0x93, 325 => 0x33 }, - 'sweeppanoramafieldofview' => { 253 => 0x94 }, - 'sweeppanoramasize' => { 325 => 0x32 }, + 'svisosetting' => { 269 => 0x14 }, + 'sweeppanoramadirection' => { 255 => 0x93, 329 => 0x33 }, + 'sweeppanoramafieldofview' => { 255 => 0x94 }, + 'sweeppanoramasize' => { 329 => 0x32 }, 'switchtoregisteredafpoint' => { 67 => 0x12, 68 => 0x50a }, - 'tagged' => { 292 => 0xdd, 293 => 'Tagged', 371 => 'tagged' }, - 'tagslist' => { 379 => 'TagsList' }, - 'tagstructure' => { 384 => 'TagStructure' }, - 'takenumber' => { 399 => 'takeNumber' }, - 'tapename' => { 399 => 'tapeName' }, + 'tagged' => { 296 => 0xdd, 297 => 'Tagged', 375 => 'tagged' }, + 'tagslist' => { 383 => 'TagsList' }, + 'tagstructure' => { 388 => 'TagStructure' }, + 'takenumber' => { 403 => 'takeNumber' }, + 'tapename' => { 403 => 'tapeName' }, 'targetaperture' => { 62 => 0x4 }, 'targetcompressionratio' => { 79 => 0x1 }, 'targetdistancesetting' => { 81 => 0x1807 }, @@ -4030,87 +4057,87 @@ my %tagLookup = ( 'taxontaxonomicstatus' => { 94 => [\'Taxon','TaxonTaxonomicStatus'] }, 'taxonverbatimtaxonrank' => { 94 => [\'Taxon','TaxonVerbatimTaxonRank'] }, 'taxonvernacularname' => { 94 => [\'Taxon','TaxonVernacularName'] }, - 'teaser' => { 390 => 'teaser' }, - 'teleconverter' => { 152 => 0x105, 335 => 0x105 }, - 'tempo' => { 399 => 'tempo' }, - 'termsandconditionstext' => { 389 => 'TermsAndConditionsText' }, - 'termsandconditionsurl' => { 389 => 'TermsAndConditionsURL' }, + 'teaser' => { 394 => 'teaser' }, + 'teleconverter' => { 152 => 0x105, 339 => 0x105 }, + 'tempo' => { 403 => 'tempo' }, + 'termsandconditionstext' => { 393 => 'TermsAndConditionsText' }, + 'termsandconditionsurl' => { 393 => 'TermsAndConditionsURL' }, 'testname' => { 96 => 'TestName' }, 'textencoding' => { 181 => 0x4 }, - 'textlayername' => { 388 => [\'TextLayers','TextLayersLayerName'] }, - 'textlayers' => { 388 => 'TextLayers' }, - 'textlayertext' => { 388 => [\'TextLayers','TextLayersLayerText'] }, - 'textstamp' => { 253 => [0x8008,0x8009,0x3b,0x3e] }, + 'textlayername' => { 392 => [\'TextLayers','TextLayersLayerName'] }, + 'textlayers' => { 392 => 'TextLayers' }, + 'textlayertext' => { 392 => [\'TextLayers','TextLayersLayerText'] }, + 'textstamp' => { 255 => [0x8008,0x8009,0x3b,0x3e] }, 'thresholding' => { 95 => 0x107 }, 'thumbnailfilename' => { 81 => 0x817 }, - 'thumbnailformat' => { 397 => [\'Thumbnails','ThumbnailsFormat'] }, - 'thumbnailheight' => { 113 => 0xfa55, 397 => [\'Thumbnails','ThumbnailsHeight'] }, - 'thumbnailimage' => { 81 => 0x2008, 92 => 'ThumbnailImage', 98 => 0x3, 136 => 'data', 238 => 0x100, 397 => [\'Thumbnails','ThumbnailsImage'] }, + 'thumbnailformat' => { 401 => [\'Thumbnails','ThumbnailsFormat'] }, + 'thumbnailheight' => { 113 => 0xfa55, 401 => [\'Thumbnails','ThumbnailsHeight'] }, + 'thumbnailimage' => { 81 => 0x2008, 92 => 'ThumbnailImage', 98 => 0x3, 136 => 'data', 240 => 0x100, 401 => [\'Thumbnails','ThumbnailsImage'] }, 'thumbnailimagename' => { 136 => '1Name' }, 'thumbnailimagesize' => { 136 => 'ImageSize' }, 'thumbnailimagetype' => { 136 => '0Type' }, 'thumbnailimagevalidarea' => { 51 => 0x13 }, 'thumbnaillength' => { 95 => 0x202 }, 'thumbnailoffset' => { 95 => 0x201 }, - 'thumbnails' => { 397 => 'Thumbnails' }, - 'thumbnailwidth' => { 113 => 0xfa54, 397 => [\'Thumbnails','ThumbnailsWidth'] }, - 'ticker' => { 390 => 'ticker' }, + 'thumbnails' => { 401 => 'Thumbnails' }, + 'thumbnailwidth' => { 113 => 0xfa54, 401 => [\'Thumbnails','ThumbnailsWidth'] }, + 'ticker' => { 394 => 'ticker' }, 'tilelength' => { 95 => 0x143 }, 'tilewidth' => { 95 => 0x142 }, - 'time' => { 109 => 0x401, 284 => 0x7 }, + 'time' => { 109 => 0x401, 288 => 0x7 }, 'timecodes' => { 95 => 0xc763 }, - 'timecreated' => { 103 => 0x3c, 111 => 0x14, 120 => 0x10, 293 => 'TimeCreated' }, - 'timeperiod' => { 390 => 'timePeriod' }, - 'timerfunctionbutton' => { 223 => '5.2', 224 => '12.1', 225 => '13.1' }, + 'timecreated' => { 103 => 0x3c, 111 => 0x14, 120 => 0x10, 297 => 'TimeCreated' }, + 'timeperiod' => { 394 => 'timePeriod' }, + 'timerfunctionbutton' => { 225 => '5.2', 226 => '12.1', 227 => '13.1' }, 'timerlength' => { 68 => 0x80c }, - 'timerrecording' => { 253 => 0x96 }, - 'timescaleparams' => { 399 => 'timeScaleParams' }, - 'timescaleparamsframeoverlappingpercentage' => { 399 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] }, - 'timescaleparamsframesize' => { 399 => [\'timeScaleParams','timeScaleParamsFrameSize'] }, - 'timescaleparamsquality' => { 399 => [\'timeScaleParams','timeScaleParamsQuality'] }, + 'timerrecording' => { 255 => 0x96 }, + 'timescaleparams' => { 403 => 'timeScaleParams' }, + 'timescaleparamsframeoverlappingpercentage' => { 403 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] }, + 'timescaleparamsframesize' => { 403 => [\'timeScaleParams','timeScaleParamsFrameSize'] }, + 'timescaleparamsquality' => { 403 => [\'timeScaleParams','timeScaleParamsQuality'] }, 'timesent' => { 104 => 0x50 }, - 'timesignature' => { 399 => 'timeSignature' }, - 'timesincepoweron' => { 253 => 0x29 }, - 'timestamp' => { 9 => 0x45e, 17 => 0x11c, 232 => 0x8, 245 => 'TimeStamp', 372 => 'Timestamp' }, + 'timesignature' => { 403 => 'timeSignature' }, + 'timesincepoweron' => { 255 => 0x29 }, + 'timestamp' => { 9 => 0x45e, 17 => 0x11c, 234 => 0x8, 247 => 'TimeStamp', 376 => 'Timestamp' }, 'timestamp1' => { 9 => 0x45a }, - 'timezone' => { 63 => 0x1, 207 => 0x0 }, + 'timezone' => { 63 => 0x1, 208 => 0x0 }, 'timezonecity' => { 63 => 0x2 }, 'timezonecode' => { 84 => 0x1 }, 'timezoneinfo' => { 84 => 0x2 }, 'timezoneoffset' => { 95 => 0x882a }, - 'tint' => { 376 => 'Tint' }, - 'title' => { 126 => 'Title', 242 => 'Title', 245 => 'Title', 253 => 0x65, 297 => 'Title', 377 => 'title', 387 => 'Title', 397 => 'Title' }, + 'tint' => { 380 => 'Tint' }, + 'title' => { 126 => 'Title', 244 => 'Title', 247 => 'Title', 255 => 0x65, 301 => 'Title', 381 => 'title', 391 => 'Title', 401 => 'Title' }, 'tonecomp' => { 182 => 0x81 }, - 'tonecurve' => { 60 => 0x1, 284 => 0x402, 376 => 'ToneCurve' }, - 'tonecurve1' => { 312 => 0xa040 }, - 'tonecurve2' => { 312 => 0xa041 }, - 'tonecurve3' => { 312 => 0xa042 }, - 'tonecurve4' => { 312 => 0xa043 }, + 'tonecurve' => { 60 => 0x1, 288 => 0x402, 380 => 'ToneCurve' }, + 'tonecurve1' => { 316 => 0xa040 }, + 'tonecurve2' => { 316 => 0xa041 }, + 'tonecurve3' => { 316 => 0xa042 }, + 'tonecurve4' => { 316 => 0xa043 }, 'tonecurveactive' => { 86 => 0x110 }, - 'tonecurveblue' => { 376 => 'ToneCurveBlue' }, - 'tonecurvebluex' => { 362 => 0x9003 }, - 'tonecurvebluey' => { 362 => 0x9007 }, - 'tonecurvebrightnessx' => { 362 => 0x9000 }, - 'tonecurvebrightnessy' => { 362 => 0x9004 }, + 'tonecurveblue' => { 380 => 'ToneCurveBlue' }, + 'tonecurvebluex' => { 366 => 0x9003 }, + 'tonecurvebluey' => { 366 => 0x9007 }, + 'tonecurvebrightnessx' => { 366 => 0x9000 }, + 'tonecurvebrightnessy' => { 366 => 0x9004 }, 'tonecurvefilename' => { 109 => 0x1391 }, - 'tonecurvegreen' => { 376 => 'ToneCurveGreen' }, - 'tonecurvegreenx' => { 362 => 0x9002 }, - 'tonecurvegreeny' => { 362 => 0x9006 }, + 'tonecurvegreen' => { 380 => 'ToneCurveGreen' }, + 'tonecurvegreenx' => { 366 => 0x9002 }, + 'tonecurvegreeny' => { 366 => 0x9006 }, 'tonecurveinterpolation' => { 86 => 0x159 }, 'tonecurvemode' => { 86 => 0x113 }, - 'tonecurvename' => { 376 => 'ToneCurveName' }, - 'tonecurvename2012' => { 376 => 'ToneCurveName2012' }, + 'tonecurvename' => { 380 => 'ToneCurveName' }, + 'tonecurvename2012' => { 380 => 'ToneCurveName2012' }, 'tonecurveproperty' => { 86 => 0x3c }, - 'tonecurvepv2012' => { 376 => 'ToneCurvePV2012' }, - 'tonecurvepv2012blue' => { 376 => 'ToneCurvePV2012Blue' }, - 'tonecurvepv2012green' => { 376 => 'ToneCurvePV2012Green' }, - 'tonecurvepv2012red' => { 376 => 'ToneCurvePV2012Red' }, - 'tonecurvered' => { 376 => 'ToneCurveRed' }, - 'tonecurveredx' => { 362 => 0x9001 }, - 'tonecurveredy' => { 362 => 0x9005 }, - 'tonecurves' => { 284 => 0x403 }, - 'tonelevel' => { 233 => 0x52e }, - 'toningeffect' => { 46 => 0xf, 182 => 0xb3, 184 => 0x38, 306 => 0x1015 }, + 'tonecurvepv2012' => { 380 => 'ToneCurvePV2012' }, + 'tonecurvepv2012blue' => { 380 => 'ToneCurvePV2012Blue' }, + 'tonecurvepv2012green' => { 380 => 'ToneCurvePV2012Green' }, + 'tonecurvepv2012red' => { 380 => 'ToneCurvePV2012Red' }, + 'tonecurvered' => { 380 => 'ToneCurveRed' }, + 'tonecurveredx' => { 366 => 0x9001 }, + 'tonecurveredy' => { 366 => 0x9005 }, + 'tonecurves' => { 288 => 0x403 }, + 'tonelevel' => { 235 => 0x52e }, + 'toningeffect' => { 46 => 0xf, 182 => 0xb3, 184 => 0x38, 310 => 0x1015 }, 'toningeffectauto' => { 57 => 0xa4 }, 'toningeffectfaithful' => { 56 => 0x74, 57 => 0x74 }, 'toningeffectlandscape' => { 56 => 0x44, 57 => 0x44 }, @@ -4123,53 +4150,53 @@ my %tagLookup = ( 'toningeffectuserdef3' => { 56 => 0xd4, 57 => 0xec }, 'toningsaturation' => { 184 => 0x39 }, 'totalzoom' => { 111 => 0x62 }, - 'touchae' => { 253 => 0xab }, - 'trackcreatedate' => { 301 => 0x1 }, - 'trackmodifydate' => { 301 => 0x2 }, - 'tracknumber' => { 399 => 'trackNumber' }, - 'tracks' => { 399 => 'Tracks' }, - 'tracksframerate' => { 399 => [\'Tracks','TracksFrameRate'] }, - 'tracksmarkers' => { 399 => [\'Tracks','TracksMarkers'] }, - 'tracksmarkerscomment' => { 399 => [\'Tracks','TracksMarkersComment'] }, - 'tracksmarkerscuepointparams' => { 399 => [\'Tracks','TracksMarkersCuePointParams'] }, - 'tracksmarkerscuepointparamskey' => { 399 => [\'Tracks','TracksMarkersCuePointParamsKey'] }, - 'tracksmarkerscuepointparamsvalue' => { 399 => [\'Tracks','TracksMarkersCuePointParamsValue'] }, - 'tracksmarkerscuepointtype' => { 399 => [\'Tracks','TracksMarkersCuePointType'] }, - 'tracksmarkersduration' => { 399 => [\'Tracks','TracksMarkersDuration'] }, - 'tracksmarkerslocation' => { 399 => [\'Tracks','TracksMarkersLocation'] }, - 'tracksmarkersname' => { 399 => [\'Tracks','TracksMarkersName'] }, - 'tracksmarkersprobability' => { 399 => [\'Tracks','TracksMarkersProbability'] }, - 'tracksmarkersspeaker' => { 399 => [\'Tracks','TracksMarkersSpeaker'] }, - 'tracksmarkersstarttime' => { 399 => [\'Tracks','TracksMarkersStartTime'] }, - 'tracksmarkerstarget' => { 399 => [\'Tracks','TracksMarkersTarget'] }, - 'tracksmarkerstype' => { 399 => [\'Tracks','TracksMarkersType'] }, - 'trackstrackname' => { 399 => [\'Tracks','TracksTrackName'] }, - 'trackstracktype' => { 399 => [\'Tracks','TracksTrackType'] }, + 'touchae' => { 255 => 0xab }, + 'trackcreatedate' => { 305 => 0x1 }, + 'trackmodifydate' => { 305 => 0x2 }, + 'tracknumber' => { 403 => 'trackNumber' }, + 'tracks' => { 403 => 'Tracks' }, + 'tracksframerate' => { 403 => [\'Tracks','TracksFrameRate'] }, + 'tracksmarkers' => { 403 => [\'Tracks','TracksMarkers'] }, + 'tracksmarkerscomment' => { 403 => [\'Tracks','TracksMarkersComment'] }, + 'tracksmarkerscuepointparams' => { 403 => [\'Tracks','TracksMarkersCuePointParams'] }, + 'tracksmarkerscuepointparamskey' => { 403 => [\'Tracks','TracksMarkersCuePointParamsKey'] }, + 'tracksmarkerscuepointparamsvalue' => { 403 => [\'Tracks','TracksMarkersCuePointParamsValue'] }, + 'tracksmarkerscuepointtype' => { 403 => [\'Tracks','TracksMarkersCuePointType'] }, + 'tracksmarkersduration' => { 403 => [\'Tracks','TracksMarkersDuration'] }, + 'tracksmarkerslocation' => { 403 => [\'Tracks','TracksMarkersLocation'] }, + 'tracksmarkersname' => { 403 => [\'Tracks','TracksMarkersName'] }, + 'tracksmarkersprobability' => { 403 => [\'Tracks','TracksMarkersProbability'] }, + 'tracksmarkersspeaker' => { 403 => [\'Tracks','TracksMarkersSpeaker'] }, + 'tracksmarkersstarttime' => { 403 => [\'Tracks','TracksMarkersStartTime'] }, + 'tracksmarkerstarget' => { 403 => [\'Tracks','TracksMarkersTarget'] }, + 'tracksmarkerstype' => { 403 => [\'Tracks','TracksMarkersType'] }, + 'trackstrackname' => { 403 => [\'Tracks','TracksTrackName'] }, + 'trackstracktype' => { 403 => [\'Tracks','TracksTrackType'] }, 'trailersignature' => { 133 => 'zmie' }, - 'transferfunction' => { 95 => 0x12d, 395 => 'TransferFunction' }, - 'transform' => { 253 => [0x8012,0x59] }, - 'transmissionreference' => { 388 => 'TransmissionReference' }, - 'trapped' => { 242 => 'Trapped', 387 => 'Trapped' }, + 'transferfunction' => { 95 => 0x12d, 399 => 'TransferFunction' }, + 'transform' => { 255 => [0x8012,0x59] }, + 'transmissionreference' => { 392 => 'TransmissionReference' }, + 'trapped' => { 244 => 'Trapped', 391 => 'Trapped' }, 'trashbuttonfunction' => { 68 => 0x710 }, - 'travelday' => { 253 => 0x36 }, - 'triggermode' => { 302 => 0x6 }, + 'travelday' => { 255 => 0x36 }, + 'triggermode' => { 306 => 0x6 }, 'tstop' => { 95 => 0xc772 }, - 'ttl_da_adown' => { 272 => 0x5 }, - 'ttl_da_aup' => { 272 => 0x4 }, - 'ttl_da_bdown' => { 272 => 0x7 }, - 'ttl_da_bup' => { 272 => 0x6 }, - 'tungstenawb' => { 262 => 0x1 }, - 'tvexposuretimesetting' => { 265 => 0x12 }, - 'type' => { 377 => 'type', 394 => 'type' }, + 'ttl_da_adown' => { 276 => 0x5 }, + 'ttl_da_aup' => { 276 => 0x4 }, + 'ttl_da_bdown' => { 276 => 0x7 }, + 'ttl_da_bup' => { 276 => 0x6 }, + 'tungstenawb' => { 266 => 0x1 }, + 'tvexposuretimesetting' => { 269 => 0x12 }, + 'type' => { 381 => 'type', 398 => 'type' }, 'typestatus' => { 94 => [\'Identification','IdentificationTypeStatus'] }, 'uniquecameramodel' => { 95 => 0xc614 }, 'uniquedocumentid' => { 103 => 0xbb }, 'uniqueobjectname' => { 104 => 0x64 }, - 'unknownblock' => { 284 => 0x405 }, - 'unknownblock1' => { 237 => 0x635 }, - 'unknownblock2' => { 237 => 0x636 }, - 'unknownblock3' => { 237 => 0x1103 }, - 'unknownblock4' => { 237 => 0x1104 }, + 'unknownblock' => { 288 => 0x405 }, + 'unknownblock1' => { 239 => 0x635 }, + 'unknownblock2' => { 239 => 0x636 }, + 'unknownblock3' => { 239 => 0x1103 }, + 'unknownblock4' => { 239 => 0x1104 }, 'unknowncontrast' => { 87 => 0x45 }, 'unknownev' => { 109 => 0x1 }, 'unknownlinear' => { 87 => 0x46 }, @@ -4182,133 +4209,134 @@ my %tagLookup = ( 'unknownrawshadowpoint' => { 87 => 0x49 }, 'unknownsharpness' => { 87 => 0x47 }, 'unknowntemperature' => { 97 => 0x4 }, - 'unsharp1color' => { 220 => 0x13 }, - 'unsharp1halowidth' => { 220 => 0x19 }, - 'unsharp1intensity' => { 220 => 0x17 }, - 'unsharp1threshold' => { 220 => 0x1b }, - 'unsharp2color' => { 220 => 0x2e }, - 'unsharp2halowidth' => { 220 => 0x34 }, - 'unsharp2intensity' => { 220 => 0x32 }, - 'unsharp2threshold' => { 220 => 0x36 }, - 'unsharp3color' => { 220 => 0x49 }, - 'unsharp3halowidth' => { 220 => 0x4f }, - 'unsharp3intensity' => { 220 => 0x4d }, - 'unsharp3threshold' => { 220 => 0x51 }, - 'unsharp4color' => { 220 => 0x64 }, - 'unsharp4halowidth' => { 220 => 0x6a }, - 'unsharp4intensity' => { 220 => 0x68 }, - 'unsharp4threshold' => { 220 => 0x6c }, - 'unsharpcount' => { 220 => 0x0 }, - 'unsharpmask' => { 87 => 0x90, 215 => 0x76a43200 }, - 'uprightcentermode' => { 376 => 'UprightCenterMode' }, - 'uprightcenternormx' => { 376 => 'UprightCenterNormX' }, - 'uprightcenternormy' => { 376 => 'UprightCenterNormY' }, - 'uprightdependentdigest' => { 376 => 'UprightDependentDigest' }, - 'uprightfocallength35mm' => { 376 => 'UprightFocalLength35mm' }, - 'uprightfocalmode' => { 376 => 'UprightFocalMode' }, - 'uprightpreview' => { 376 => 'UprightPreview' }, - 'uprighttransform_0' => { 376 => 'UprightTransform_0' }, - 'uprighttransform_1' => { 376 => 'UprightTransform_1' }, - 'uprighttransform_2' => { 376 => 'UprightTransform_2' }, - 'uprighttransform_3' => { 376 => 'UprightTransform_3' }, - 'uprighttransform_4' => { 376 => 'UprightTransform_4' }, - 'uprighttransformcount' => { 376 => 'UprightTransformCount' }, - 'uprightversion' => { 376 => 'UprightVersion' }, - 'urgency' => { 103 => 0xa, 388 => 'Urgency' }, - 'url' => { 126 => 'URL', 245 => 'URL', 295 => 0x40b, 390 => 'url' }, + 'unsharp1color' => { 221 => 0x13 }, + 'unsharp1halowidth' => { 221 => 0x19 }, + 'unsharp1intensity' => { 221 => 0x17 }, + 'unsharp1threshold' => { 221 => 0x1b }, + 'unsharp2color' => { 221 => 0x2e }, + 'unsharp2halowidth' => { 221 => 0x34 }, + 'unsharp2intensity' => { 221 => 0x32 }, + 'unsharp2threshold' => { 221 => 0x36 }, + 'unsharp3color' => { 221 => 0x49 }, + 'unsharp3halowidth' => { 221 => 0x4f }, + 'unsharp3intensity' => { 221 => 0x4d }, + 'unsharp3threshold' => { 221 => 0x51 }, + 'unsharp4color' => { 221 => 0x64 }, + 'unsharp4halowidth' => { 221 => 0x6a }, + 'unsharp4intensity' => { 221 => 0x68 }, + 'unsharp4threshold' => { 221 => 0x6c }, + 'unsharpcount' => { 221 => 0x0 }, + 'unsharpmask' => { 87 => 0x90, 216 => 0x76a43200 }, + 'uprightcentermode' => { 380 => 'UprightCenterMode' }, + 'uprightcenternormx' => { 380 => 'UprightCenterNormX' }, + 'uprightcenternormy' => { 380 => 'UprightCenterNormY' }, + 'uprightdependentdigest' => { 380 => 'UprightDependentDigest' }, + 'uprightfocallength35mm' => { 380 => 'UprightFocalLength35mm' }, + 'uprightfocalmode' => { 380 => 'UprightFocalMode' }, + 'uprightpreview' => { 380 => 'UprightPreview' }, + 'uprighttransform_0' => { 380 => 'UprightTransform_0' }, + 'uprighttransform_1' => { 380 => 'UprightTransform_1' }, + 'uprighttransform_2' => { 380 => 'UprightTransform_2' }, + 'uprighttransform_3' => { 380 => 'UprightTransform_3' }, + 'uprighttransform_4' => { 380 => 'UprightTransform_4' }, + 'uprighttransformcount' => { 380 => 'UprightTransformCount' }, + 'uprightversion' => { 380 => 'UprightVersion' }, + 'urgency' => { 103 => 0xa, 392 => 'Urgency' }, + 'url' => { 126 => 'URL', 247 => 'URL', 299 => 0x40b, 394 => 'url' }, 'usablemeteringmodes' => { 68 => 0x10a }, 'usableshootingmodes' => { 68 => 0x109 }, - 'usage' => { 391 => 'usage' }, - 'usagefee' => { 392 => 'usageFee' }, - 'usageterms' => { 403 => 'UsageTerms' }, - 'useguidelines' => { 374 => 'useGuidelines' }, - 'usepanoramaviewer' => { 366 => 'UsePanoramaViewer' }, - 'usercomment' => { 81 => 0x805, 95 => 0x9286, 380 => 'UserComment' }, + 'usage' => { 395 => 'usage' }, + 'usagefee' => { 396 => 'usageFee' }, + 'usageterms' => { 407 => 'UsageTerms' }, + 'useguidelines' => { 378 => 'useGuidelines' }, + 'usepanoramaviewer' => { 370 => 'UsePanoramaViewer' }, + 'usercomment' => { 81 => 0x805, 95 => 0x9286, 384 => 'UserComment' }, 'userdef1picturestyle' => { 17 => 0x10c, 56 => 0xd8, 57 => 0xf0 }, 'userdef2picturestyle' => { 17 => 0x10e, 56 => 0xda, 57 => 0xf2 }, 'userdef3picturestyle' => { 17 => 0x110, 56 => 0xdc, 57 => 0xf4 }, - 'userfields' => { 369 => 'UserFields' }, - 'userlabel' => { 302 => 0x2b }, - 'userprofile' => { 249 => 0x302, 255 => 0x3038 }, + 'userfields' => { 373 => 'UserFields' }, + 'userlabel' => { 306 => 0x2b }, + 'userprofile' => { 251 => 0x302, 257 => 0x3038 }, 'usmlenselectronicmf' => { 67 => 0x7, 68 => 0x501 }, 'utmeasting' => { 137 => 'Easting' }, 'utmmapdatum' => { 137 => 'Datum' }, 'utmnorthing' => { 137 => 'Northing' }, 'utmzone' => { 137 => 'Zone' }, - 'uv-irfiltercorrection' => { 249 => 0x325 }, - 'validbits' => { 237 => 0x611, 238 => 0x102c }, - 'validpixeldepth' => { 241 => 0x611 }, + 'uv-irfiltercorrection' => { 251 => 0x325 }, + 'validbits' => { 239 => 0x611, 240 => 0x102c }, + 'validpixeldepth' => { 243 => 0x611 }, 'variousmodes' => { 111 => 0x26 }, 'variousmodes2' => { 111 => 0x3a }, 'variprogram' => { 182 => 0xab }, - 'version' => { 100 => 0x0, 297 => 'Version', 376 => 'Version' }, - 'versioncreatedate' => { 362 => 0xd100 }, - 'versionid' => { 400 => 'VersionID' }, - 'versionidentifier' => { 390 => 'versionIdentifier' }, - 'versionmodifydate' => { 362 => 0xd101 }, - 'versions' => { 400 => 'Versions' }, - 'versionscomments' => { 400 => [\'Versions','VersionsComments'] }, - 'versionsevent' => { 400 => [\'Versions','VersionsEvent'] }, - 'versionseventaction' => { 400 => [\'Versions','VersionsEventAction'] }, - 'versionseventchanged' => { 400 => [\'Versions','VersionsEventChanged'] }, - 'versionseventinstanceid' => { 400 => [\'Versions','VersionsEventInstanceID'] }, - 'versionseventparameters' => { 400 => [\'Versions','VersionsEventParameters'] }, - 'versionseventsoftwareagent' => { 400 => [\'Versions','VersionsEventSoftwareAgent'] }, - 'versionseventwhen' => { 400 => [\'Versions','VersionsEventWhen'] }, - 'versionsmodifier' => { 400 => [\'Versions','VersionsModifier'] }, - 'versionsmodifydate' => { 400 => [\'Versions','VersionsModifyDate'] }, - 'versionsversion' => { 400 => [\'Versions','VersionsVersion'] }, - 'verticalafonbutton' => { 222 => '3.2' }, + 'version' => { 100 => 0x0, 301 => 'Version', 380 => 'Version' }, + 'versioncreatedate' => { 366 => 0xd100 }, + 'versionid' => { 404 => 'VersionID' }, + 'versionidentifier' => { 394 => 'versionIdentifier' }, + 'versionmodifydate' => { 366 => 0xd101 }, + 'versions' => { 404 => 'Versions' }, + 'versionscomments' => { 404 => [\'Versions','VersionsComments'] }, + 'versionsevent' => { 404 => [\'Versions','VersionsEvent'] }, + 'versionseventaction' => { 404 => [\'Versions','VersionsEventAction'] }, + 'versionseventchanged' => { 404 => [\'Versions','VersionsEventChanged'] }, + 'versionseventinstanceid' => { 404 => [\'Versions','VersionsEventInstanceID'] }, + 'versionseventparameters' => { 404 => [\'Versions','VersionsEventParameters'] }, + 'versionseventsoftwareagent' => { 404 => [\'Versions','VersionsEventSoftwareAgent'] }, + 'versionseventwhen' => { 404 => [\'Versions','VersionsEventWhen'] }, + 'versionsmodifier' => { 404 => [\'Versions','VersionsModifier'] }, + 'versionsmodifydate' => { 404 => [\'Versions','VersionsModifyDate'] }, + 'versionsversion' => { 404 => [\'Versions','VersionsVersion'] }, + 'verticalafonbutton' => { 223 => '3.2', 224 => '47.2' }, + 'verticalfuncbutton' => { 224 => '42.1' }, 'vfdisplayillumination' => { 68 => 0x510 }, - 'vibrance' => { 370 => 'Vibrance', 376 => 'Vibrance' }, - 'vibrationreduction' => { 188 => [0x75,0x82,0x1ae], 196 => '586.1', 202 => '590.2', 206 => 0x4 }, - 'videoalphamode' => { 399 => 'videoAlphaMode' }, - 'videoalphapremultiplecolor' => { 399 => 'videoAlphaPremultipleColor' }, - 'videoalphapremultiplecolora' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] }, - 'videoalphapremultiplecolorb' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] }, - 'videoalphapremultiplecolorblack' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] }, - 'videoalphapremultiplecolorblue' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] }, - 'videoalphapremultiplecolorcyan' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] }, - 'videoalphapremultiplecolorgreen' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] }, - 'videoalphapremultiplecolorl' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] }, - 'videoalphapremultiplecolormagenta' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] }, - 'videoalphapremultiplecolormode' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] }, - 'videoalphapremultiplecolorred' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] }, - 'videoalphapremultiplecolorswatchname' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] }, - 'videoalphapremultiplecolortint' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] }, - 'videoalphapremultiplecolortype' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] }, - 'videoalphapremultiplecoloryellow' => { 399 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] }, - 'videoalphaunityistransparent' => { 399 => 'videoAlphaUnityIsTransparent' }, + 'vibrance' => { 374 => 'Vibrance', 380 => 'Vibrance' }, + 'vibrationreduction' => { 188 => [0x75,0x82,0x1ae], 196 => '586.1', 203 => '590.2', 207 => 0x4 }, + 'videoalphamode' => { 403 => 'videoAlphaMode' }, + 'videoalphapremultiplecolor' => { 403 => 'videoAlphaPremultipleColor' }, + 'videoalphapremultiplecolora' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] }, + 'videoalphapremultiplecolorb' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] }, + 'videoalphapremultiplecolorblack' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] }, + 'videoalphapremultiplecolorblue' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] }, + 'videoalphapremultiplecolorcyan' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] }, + 'videoalphapremultiplecolorgreen' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] }, + 'videoalphapremultiplecolorl' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] }, + 'videoalphapremultiplecolormagenta' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] }, + 'videoalphapremultiplecolormode' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] }, + 'videoalphapremultiplecolorred' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] }, + 'videoalphapremultiplecolorswatchname' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] }, + 'videoalphapremultiplecolortint' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] }, + 'videoalphapremultiplecolortype' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] }, + 'videoalphapremultiplecoloryellow' => { 403 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] }, + 'videoalphaunityistransparent' => { 403 => 'videoAlphaUnityIsTransparent' }, 'videocodec' => { 54 => 0x74 }, - 'videocolorspace' => { 399 => 'videoColorSpace' }, - 'videocompressor' => { 399 => 'videoCompressor' }, - 'videofieldorder' => { 399 => 'videoFieldOrder' }, - 'videoframerate' => { 399 => 'videoFrameRate' }, - 'videoframesize' => { 399 => 'videoFrameSize' }, - 'videoframesizeh' => { 399 => [\'videoFrameSize','videoFrameSizeH'] }, - 'videoframesizeunit' => { 399 => [\'videoFrameSize','videoFrameSizeUnit'] }, - 'videoframesizew' => { 399 => [\'videoFrameSize','videoFrameSizeW'] }, - 'videomoddate' => { 399 => 'videoModDate' }, - 'videopixelaspectratio' => { 399 => 'videoPixelAspectRatio' }, - 'videopixeldepth' => { 399 => 'videoPixelDepth' }, + 'videocolorspace' => { 403 => 'videoColorSpace' }, + 'videocompressor' => { 403 => 'videoCompressor' }, + 'videofieldorder' => { 403 => 'videoFieldOrder' }, + 'videoframerate' => { 403 => 'videoFrameRate' }, + 'videoframesize' => { 403 => 'videoFrameSize' }, + 'videoframesizeh' => { 403 => [\'videoFrameSize','videoFrameSizeH'] }, + 'videoframesizeunit' => { 403 => [\'videoFrameSize','videoFrameSizeUnit'] }, + 'videoframesizew' => { 403 => [\'videoFrameSize','videoFrameSizeW'] }, + 'videomoddate' => { 403 => 'videoModDate' }, + 'videopixelaspectratio' => { 403 => 'videoPixelAspectRatio' }, + 'videopixeldepth' => { 403 => 'videoPixelDepth' }, 'videoquality' => { 91 => 0x4003 }, - 'viewfinderdisplay' => { 222 => '12.4' }, - 'viewfinderwarning' => { 222 => '13.4', 228 => '3.5', 229 => '6.2', 231 => '4.4' }, + 'viewfinderdisplay' => { 223 => '12.4', 224 => '6.2' }, + 'viewfinderwarning' => { 223 => '13.4', 230 => '3.5', 231 => '6.2', 233 => '4.4' }, 'viewfinderwarnings' => { 68 => 0x40a }, 'viewinfoduringexposure' => { 68 => 0x407 }, - 'viewingmode' => { 325 => 0x2f, 339 => 0x18 }, - 'viewingmode2' => { 325 => [0x85,0x285] }, - 'vignetteamount' => { 376 => 'VignetteAmount' }, - 'vignettecontrol' => { 182 => 0x2a, 215 => 0x76a43205 }, - 'vignettecontrolintensity' => { 215 => 0xac6bd5c0 }, - 'vignettemidpoint' => { 376 => 'VignetteMidpoint' }, - 'vignetting' => { 306 => 0x1011 }, - 'vignettingcorrection' => { 274 => 0x2, 335 => 0x2011 }, - 'voicememo' => { 314 => 0x216 }, - 'volume' => { 390 => 'volume' }, + 'viewingmode' => { 329 => 0x2f, 343 => 0x18 }, + 'viewingmode2' => { 329 => [0x85,0x285] }, + 'vignetteamount' => { 380 => 'VignetteAmount' }, + 'vignettecontrol' => { 182 => 0x2a, 216 => 0x76a43205 }, + 'vignettecontrolintensity' => { 216 => 0xac6bd5c0 }, + 'vignettemidpoint' => { 380 => 'VignetteMidpoint' }, + 'vignetting' => { 310 => 0x1011 }, + 'vignettingcorrection' => { 278 => 0x2, 339 => 0x2011 }, + 'voicememo' => { 318 => 0x216 }, + 'volume' => { 394 => 'volume' }, 'vr_0x66' => { 188 => 0x66 }, 'vrdoffset' => { 51 => 0xd0 }, - 'vrmode' => { 206 => 0x6 }, + 'vrmode' => { 207 => 0x6 }, 'wb_bluelevel3500k' => { 153 => 0x19a }, 'wb_bluelevel6500k' => { 153 => 0x18a }, 'wb_bluelevelcustom' => { 153 => 0x18e }, @@ -4320,59 +4348,66 @@ my %tagLookup = ( 'wb_bluelevelsshade' => { 153 => 0x176 }, 'wb_bluelevelstungsten' => { 153 => 0xce }, 'wb_gbrglevels' => { 153 => 0xae, 156 => 0x4 }, - 'wb_glevel' => { 237 => 0x11f }, - 'wb_glevel3000k' => { 237 => 0x113 }, - 'wb_glevel3300k' => { 237 => 0x114 }, - 'wb_glevel3600k' => { 237 => 0x115 }, - 'wb_glevel3900k' => { 237 => 0x116 }, - 'wb_glevel4000k' => { 237 => 0x117 }, - 'wb_glevel4300k' => { 237 => 0x118 }, - 'wb_glevel4500k' => { 237 => 0x119 }, - 'wb_glevel4800k' => { 237 => 0x11a }, - 'wb_glevel5300k' => { 237 => 0x11b }, - 'wb_glevel6000k' => { 237 => 0x11c }, - 'wb_glevel6600k' => { 237 => 0x11d }, - 'wb_glevel7500k' => { 237 => 0x11e }, + 'wb_glevel' => { 239 => 0x11f }, + 'wb_glevel3000k' => { 239 => 0x113 }, + 'wb_glevel3300k' => { 239 => 0x114 }, + 'wb_glevel3600k' => { 239 => 0x115 }, + 'wb_glevel3900k' => { 239 => 0x116 }, + 'wb_glevel4000k' => { 239 => 0x117 }, + 'wb_glevel4300k' => { 239 => 0x118 }, + 'wb_glevel4500k' => { 239 => 0x119 }, + 'wb_glevel4800k' => { 239 => 0x11a }, + 'wb_glevel5300k' => { 239 => 0x11b }, + 'wb_glevel6000k' => { 239 => 0x11c }, + 'wb_glevel6600k' => { 239 => 0x11d }, + 'wb_glevel7500k' => { 239 => 0x11e }, 'wb_grbglevels' => { 165 => 0x0 }, 'wb_rbgglevels' => { 162 => 0x0 }, - 'wb_rblevels' => { 182 => 0xc, 237 => 0x100 }, - 'wb_rblevels3000k' => { 237 => 0x102 }, - 'wb_rblevels3300k' => { 237 => 0x103 }, + 'wb_rblevels' => { 182 => 0xc, 239 => 0x100 }, + 'wb_rblevels1' => { 260 => 0x2 }, + 'wb_rblevels2' => { 260 => 0x5 }, + 'wb_rblevels3' => { 260 => 0x8 }, + 'wb_rblevels3000k' => { 239 => 0x102 }, + 'wb_rblevels3300k' => { 239 => 0x103 }, 'wb_rblevels3500k' => { 153 => 0x430 }, - 'wb_rblevels3600k' => { 237 => 0x104 }, - 'wb_rblevels3900k' => { 237 => 0x105 }, - 'wb_rblevels4000k' => { 237 => 0x106 }, - 'wb_rblevels4300k' => { 237 => 0x107 }, - 'wb_rblevels4500k' => { 237 => 0x108 }, - 'wb_rblevels4800k' => { 237 => 0x109 }, - 'wb_rblevels5300k' => { 237 => 0x10a }, - 'wb_rblevels6000k' => { 237 => 0x10b }, + 'wb_rblevels3600k' => { 239 => 0x104 }, + 'wb_rblevels3900k' => { 239 => 0x105 }, + 'wb_rblevels4' => { 260 => 0xb }, + 'wb_rblevels4000k' => { 239 => 0x106 }, + 'wb_rblevels4300k' => { 239 => 0x107 }, + 'wb_rblevels4500k' => { 239 => 0x108 }, + 'wb_rblevels4800k' => { 239 => 0x109 }, + 'wb_rblevels5' => { 260 => 0xe }, + 'wb_rblevels5300k' => { 239 => 0x10a }, + 'wb_rblevels6' => { 260 => 0x11 }, + 'wb_rblevels6000k' => { 239 => 0x10b }, 'wb_rblevels6500k' => { 153 => 0x420 }, - 'wb_rblevels6600k' => { 237 => 0x10c }, - 'wb_rblevels7500k' => { 237 => 0x10d }, - 'wb_rblevelsauto' => { 241 => 0x110 }, - 'wb_rblevelscloudy' => { 153 => 0x3f0, 155 => 0x10, 241 => 0x121 }, + 'wb_rblevels6600k' => { 239 => 0x10c }, + 'wb_rblevels7' => { 260 => 0x14 }, + 'wb_rblevels7500k' => { 239 => 0x10d }, + 'wb_rblevelsauto' => { 243 => 0x110 }, + 'wb_rblevelscloudy' => { 153 => 0x3f0, 155 => 0x10, 243 => 0x121 }, 'wb_rblevelscoolwhitef' => { 153 => 0x308, 155 => 0x14 }, - 'wb_rblevelscoolwhitefluor' => { 241 => 0x132 }, + 'wb_rblevelscoolwhitefluor' => { 243 => 0x132 }, 'wb_rblevelscustom' => { 153 => 0x424 }, - 'wb_rblevelscwb1' => { 237 => 0x10e }, - 'wb_rblevelscwb2' => { 237 => 0x10f }, - 'wb_rblevelscwb3' => { 237 => 0x110 }, - 'wb_rblevelscwb4' => { 237 => 0x111 }, + 'wb_rblevelscwb1' => { 239 => 0x10e }, + 'wb_rblevelscwb2' => { 239 => 0x10f }, + 'wb_rblevelscwb3' => { 239 => 0x110 }, + 'wb_rblevelscwb4' => { 239 => 0x111 }, 'wb_rblevelsdaylight' => { 153 => [0x3ec,0x528], 155 => 0xc }, 'wb_rblevelsdaylightf' => { 155 => 0x24 }, - 'wb_rblevelsdaylightfluor' => { 241 => 0x130 }, + 'wb_rblevelsdaylightfluor' => { 243 => 0x130 }, 'wb_rblevelsdaywhitef' => { 155 => 0x28 }, - 'wb_rblevelsdaywhitefluor' => { 241 => 0x131 }, - 'wb_rblevelseveningsunlight' => { 241 => 0x124 }, - 'wb_rblevelsfineweather' => { 241 => 0x122 }, + 'wb_rblevelsdaywhitefluor' => { 243 => 0x131 }, + 'wb_rblevelseveningsunlight' => { 243 => 0x124 }, + 'wb_rblevelsfineweather' => { 243 => 0x122 }, 'wb_rblevelsflash' => { 153 => [0x3f4,0x304], 155 => 0x18 }, - 'wb_rblevelsshade' => { 153 => 0x418, 155 => 0x20, 241 => 0x120 }, - 'wb_rblevelstungsten' => { 153 => 0x3e8, 155 => 0x8, 241 => 0x123 }, + 'wb_rblevelsshade' => { 153 => 0x418, 155 => 0x20, 243 => 0x120 }, + 'wb_rblevelstungsten' => { 153 => 0x3e8, 155 => 0x8, 243 => 0x123 }, 'wb_rblevelsunknown' => { 155 => 0x1c }, - 'wb_rblevelsused' => { 241 => 0x100 }, + 'wb_rblevelsused' => { 243 => 0x100 }, 'wb_rblevelswhitef' => { 155 => 0x2c }, - 'wb_rblevelswhitefluorescent' => { 241 => 0x133 }, + 'wb_rblevelswhitefluorescent' => { 243 => 0x133 }, 'wb_redlevel3500k' => { 153 => 0x198 }, 'wb_redlevel6500k' => { 153 => 0x188 }, 'wb_redlevelcustom' => { 153 => 0x18c }, @@ -4384,34 +4419,41 @@ my %tagLookup = ( 'wb_redlevelsshade' => { 153 => 0x168 }, 'wb_redlevelstungsten' => { 153 => 0xc0 }, 'wb_rgbglevels' => { 164 => 0x0 }, - 'wb_rgblevels' => { 153 => [0x546,0x96], 250 => 0xd, 251 => 0x413, 255 => 0x3036, 342 => 0x117c, 343 => 0x1180, 344 => 0x115c, 345 => 0x11d8, 346 => 0x11b4, 347 => 0x106c, 348 => 0x264 }, + 'wb_rgblevels' => { 153 => [0x546,0x96], 252 => 0xd, 253 => 0x413, 257 => 0x3036, 346 => 0x117c, 347 => 0x1180, 348 => 0x115c, 349 => 0x11d8, 350 => 0x11b4, 351 => 0x106c, 352 => 0x264 }, + 'wb_rgblevels1' => { 261 => 0x2 }, + 'wb_rgblevels2' => { 261 => 0x6 }, + 'wb_rgblevels3' => { 261 => 0xa }, + 'wb_rgblevels4' => { 261 => 0xe }, + 'wb_rgblevels5' => { 261 => 0x12 }, + 'wb_rgblevels6' => { 261 => 0x16 }, + 'wb_rgblevels7' => { 261 => 0x1a }, 'wb_rggbblacklevels' => { 30 => 0x25 }, 'wb_rggblevels' => { 156 => 0x4, 163 => 0x0 }, 'wb_rggblevelsasshot' => { 32 => 0x0, 33 => 0x19, 34 => 0x22, 35 => 0x3f, 38 => 0x3f, 39 => 0x3f }, - 'wb_rggblevelsauto' => { 30 => 0x1, 32 => 0x5, 33 => 0x1e, 34 => 0x18, 35 => 0x44, 38 => 0x44, 39 => 0x44, 312 => 0xa022 }, - 'wb_rggblevelsblack' => { 312 => 0xa028 }, - 'wb_rggblevelscloudy' => { 30 => 0xd, 32 => 0x1e, 33 => 0x2d, 34 => 0x31, 35 => 0x58, 38 => 0x71, 39 => 0x8a, 284 => 0x20f, 291 => 0x14 }, + 'wb_rggblevelsauto' => { 30 => 0x1, 32 => 0x5, 33 => 0x1e, 34 => 0x18, 35 => 0x44, 38 => 0x44, 39 => 0x44, 316 => 0xa022 }, + 'wb_rggblevelsblack' => { 316 => 0xa028 }, + 'wb_rggblevelscloudy' => { 30 => 0xd, 32 => 0x1e, 33 => 0x2d, 34 => 0x31, 35 => 0x58, 38 => 0x71, 39 => 0x8a, 288 => 0x20f, 295 => 0x14 }, 'wb_rggblevelscustom' => { 30 => 0x1d, 35 => 0x80 }, 'wb_rggblevelscustom1' => { 33 => 0x41 }, 'wb_rggblevelscustom2' => { 33 => 0x46 }, - 'wb_rggblevelsdaylight' => { 30 => 0x5, 32 => 0x14, 33 => 0x23, 34 => 0x27, 35 => 0x4e, 38 => 0x67, 39 => 0x80, 284 => 0x20d, 291 => 0x2 }, - 'wb_rggblevelsflash' => { 30 => 0x19, 32 => 0x32, 33 => 0x3c, 34 => 0x45, 35 => 0x6c, 38 => 0x85, 39 => 0x9e, 284 => 0x214, 291 => 0x41 }, + 'wb_rggblevelsdaylight' => { 30 => 0x5, 32 => 0x14, 33 => 0x23, 34 => 0x27, 35 => 0x4e, 38 => 0x67, 39 => 0x80, 288 => 0x20d, 295 => 0x2 }, + 'wb_rggblevelsflash' => { 30 => 0x19, 32 => 0x32, 33 => 0x3c, 34 => 0x45, 35 => 0x6c, 38 => 0x85, 39 => 0x9e, 288 => 0x214, 295 => 0x41 }, 'wb_rggblevelsfluorescent' => { 30 => 0x15, 32 => 0x28, 33 => 0x37, 34 => 0x3b, 35 => 0x62, 38 => 0x7b, 39 => 0x94 }, - 'wb_rggblevelsfluorescentd' => { 284 => 0x211, 291 => 0x26 }, - 'wb_rggblevelsfluorescentl' => { 291 => 0x4a }, - 'wb_rggblevelsfluorescentn' => { 284 => 0x212, 291 => 0x2f }, - 'wb_rggblevelsfluorescentw' => { 284 => 0x213, 291 => 0x38 }, - 'wb_rggblevelsilluminator1' => { 312 => 0xa023 }, - 'wb_rggblevelsilluminator2' => { 312 => 0xa024 }, + 'wb_rggblevelsfluorescentd' => { 288 => 0x211, 295 => 0x26 }, + 'wb_rggblevelsfluorescentl' => { 295 => 0x4a }, + 'wb_rggblevelsfluorescentn' => { 288 => 0x212, 295 => 0x2f }, + 'wb_rggblevelsfluorescentw' => { 288 => 0x213, 295 => 0x38 }, + 'wb_rggblevelsilluminator1' => { 316 => 0xa023 }, + 'wb_rggblevelsilluminator2' => { 316 => 0xa024 }, 'wb_rggblevelskelvin' => { 30 => 0x21, 32 => 0x2d, 34 => 0x40, 35 => 0x67, 38 => 0x80, 39 => 0x99 }, 'wb_rggblevelsmeasured' => { 32 => 0xa, 35 => 0x49, 38 => 0x49, 39 => 0x49 }, 'wb_rggblevelspc1' => { 34 => 0x90, 35 => 0x71 }, 'wb_rggblevelspc2' => { 34 => 0x95, 35 => 0x76 }, 'wb_rggblevelspc3' => { 34 => 0x9a, 35 => 0x7b }, - 'wb_rggblevelsshade' => { 30 => 0x9, 32 => 0x19, 33 => 0x28, 34 => 0x2c, 35 => 0x53, 38 => 0x6c, 39 => 0x85, 284 => 0x20e, 291 => 0xb }, - 'wb_rggblevelstungsten' => { 30 => 0x11, 32 => 0x23, 33 => 0x32, 34 => 0x36, 35 => 0x5d, 38 => 0x76, 39 => 0x8f, 284 => 0x210, 291 => 0x1d }, - 'wb_rggblevelsuncorrected' => { 312 => 0xa021 }, - 'wb_rggblevelsunknown' => { 32 => 0xf, 34 => 0x1d, 38 => 0x4e, 39 => 0x4e, 291 => 0x53 }, + 'wb_rggblevelsshade' => { 30 => 0x9, 32 => 0x19, 33 => 0x28, 34 => 0x2c, 35 => 0x53, 38 => 0x6c, 39 => 0x85, 288 => 0x20e, 295 => 0xb }, + 'wb_rggblevelstungsten' => { 30 => 0x11, 32 => 0x23, 33 => 0x32, 34 => 0x36, 35 => 0x5d, 38 => 0x76, 39 => 0x8f, 288 => 0x210, 295 => 0x1d }, + 'wb_rggblevelsuncorrected' => { 316 => 0xa021 }, + 'wb_rggblevelsunknown' => { 32 => 0xf, 34 => 0x1d, 38 => 0x4e, 39 => 0x4e, 295 => 0x53 }, 'wb_rggblevelsunknown10' => { 32 => 0x5f, 34 => 0x72, 38 => 0x9e, 39 => 0x7b }, 'wb_rggblevelsunknown11' => { 32 => 0x64, 34 => 0x77, 38 => 0xa3, 39 => 0xa3 }, 'wb_rggblevelsunknown12' => { 32 => 0x69, 34 => 0x7c, 38 => 0xa8, 39 => 0xa8 }, @@ -4431,86 +4473,93 @@ my %tagLookup = ( 'wb_rggblevelsunknown7' => { 32 => 0x50, 34 => 0x63, 38 => 0x8f, 39 => 0x6c }, 'wb_rggblevelsunknown8' => { 32 => 0x55, 34 => 0x68, 38 => 0x94, 39 => 0x71 }, 'wb_rggblevelsunknown9' => { 32 => 0x5a, 34 => 0x6d, 38 => 0x99, 39 => 0x76 }, - 'wb_rggblevelsuserselected' => { 291 => 0x5c }, - 'wbadjbluebalance' => { 221 => 0x8 }, + 'wb_rggblevelsuserselected' => { 295 => 0x5c }, + 'wbadjbluebalance' => { 222 => 0x8 }, 'wbadjcolortemp' => { 86 => 0x1a }, - 'wbadjlighting' => { 221 => 0x14 }, - 'wbadjmode' => { 221 => 0x10 }, - 'wbadjredbalance' => { 221 => 0x0 }, + 'wbadjlighting' => { 222 => 0x14 }, + 'wbadjmode' => { 222 => 0x10 }, + 'wbadjredbalance' => { 222 => 0x0 }, 'wbadjrggblevels' => { 86 => 0x6 }, - 'wbadjtemperature' => { 221 => 0x18 }, - 'wbadjtint' => { 221 => 0x25 }, - 'wbbluelevel' => { 249 => 0x324, 253 => 0x8006, 257 => 0x26 }, + 'wbadjtemperature' => { 222 => 0x18 }, + 'wbadjtint' => { 222 => 0x25 }, + 'wbbluelevel' => { 251 => 0x324, 255 => 0x8006, 259 => 0x26 }, 'wbbracketmode' => { 46 => 0x9 }, - 'wbbracketshotnumber' => { 153 => 0x2b, 306 => 0x101a }, + 'wbbracketshotnumber' => { 153 => 0x2b, 310 => 0x101a }, 'wbbracketvalueab' => { 46 => 0xc }, 'wbbracketvaluegm' => { 46 => 0xd }, 'wbfinetuneactive' => { 86 => 0x24 }, 'wbfinetunesaturation' => { 86 => 0x28 }, 'wbfinetunetone' => { 86 => 0x2c }, - 'wbgreenlevel' => { 249 => 0x323, 253 => 0x8005, 257 => 0x25 }, + 'wbgreenlevel' => { 251 => 0x323, 255 => 0x8005, 259 => 0x25 }, 'wbmediaimagesizesetting' => { 68 => 0x708 }, - 'wbmode' => { 155 => 0x4, 238 => 0x1015 }, - 'wbredlevel' => { 249 => 0x322, 253 => 0x8004, 257 => 0x24 }, + 'wbmode' => { 155 => 0x4, 240 => 0x1015 }, + 'wbredlevel' => { 251 => 0x322, 255 => 0x8004, 259 => 0x24 }, 'wbscale' => { 156 => 0x0 }, - 'wbshiftab' => { 60 => 0xc, 253 => 0x46, 266 => 0x10 }, - 'wbshiftab_gm' => { 335 => 0x2014 }, - 'wbshiftgm' => { 60 => 0xd, 253 => 0x47, 266 => 0x11 }, - 'webstatement' => { 403 => 'WebStatement' }, - 'whitebalance' => { 5 => 0x6f, 6 => [0x44,0x4a], 7 => 0xbc, 8 => 0x36, 9 => 0x5e, 10 => 0x36, 11 => 0x78, 12 => 0x6f, 13 => 0x6f, 14 => 0x73, 15 => 0x6f, 16 => 0x78, 17 => 0x54, 18 => 0x6f, 19 => 0xbc, 20 => 0x7b, 22 => 0xbc, 23 => 0xc2, 25 => 0x77, 60 => 0x8, 62 => 0x7, 90 => 0x7, 91 => [0x19,0x2012], 95 => [0xa403,0xfe4e], 100 => 0x1002, 109 => 0x3fc, 110 => 0xfa0d, 111 => 0x40, 147 => 0x3, 148 => 0xe, 149 => 0x4, 150 => 0xb, 152 => 0x115, 182 => 0x5, 205 => 0x7, 249 => 0x304, 253 => 0x3, 255 => 0x3033, 284 => 0x19, 290 => 0x7, 305 => 0x26, 306 => 0x1003, 315 => [0x3c,0x7,0x58], 335 => [0x115,0xb054], 376 => 'WhiteBalance', 380 => 'WhiteBalance' }, - 'whitebalance2' => { 233 => 0x500 }, - 'whitebalanceadj' => { 86 => 0x18, 215 => 0x76a43204 }, - 'whitebalanceautoadjustment' => { 262 => 0x0 }, - 'whitebalancebias' => { 91 => 0x2011, 238 => 0x304, 253 => 0x23 }, + 'wbshiftab' => { 60 => 0xc, 255 => 0x46, 270 => 0x10 }, + 'wbshiftab_gm' => { 339 => 0x2014 }, + 'wbshiftgm' => { 60 => 0xd, 255 => 0x47, 270 => 0x11 }, + 'wbtype1' => { 260 => 0x1, 261 => 0x1 }, + 'wbtype2' => { 260 => 0x4, 261 => 0x5 }, + 'wbtype3' => { 260 => 0x7, 261 => 0x9 }, + 'wbtype4' => { 260 => 0xa, 261 => 0xd }, + 'wbtype5' => { 260 => 0xd, 261 => 0x11 }, + 'wbtype6' => { 260 => 0x10, 261 => 0x15 }, + 'wbtype7' => { 260 => 0x13, 261 => 0x19 }, + 'webstatement' => { 407 => 'WebStatement' }, + 'whitebalance' => { 5 => 0x6f, 6 => [0x44,0x4a], 7 => 0xbc, 8 => 0x36, 9 => 0x5e, 10 => 0x36, 11 => 0x78, 12 => 0x6f, 13 => 0x6f, 14 => 0x73, 15 => 0x6f, 16 => 0x78, 17 => 0x54, 18 => 0x6f, 19 => 0xbc, 20 => 0x7b, 22 => 0xbc, 23 => 0xc2, 25 => 0x77, 60 => 0x8, 62 => 0x7, 90 => 0x7, 91 => [0x19,0x2012], 95 => [0xa403,0xfe4e], 100 => 0x1002, 109 => 0x3fc, 110 => 0xfa0d, 111 => 0x40, 147 => 0x3, 148 => 0xe, 149 => 0x4, 150 => 0xb, 152 => 0x115, 182 => 0x5, 206 => 0x7, 251 => 0x304, 255 => 0x3, 257 => 0x3033, 288 => 0x19, 294 => 0x7, 309 => 0x26, 310 => 0x1003, 319 => [0x3c,0x7,0x58], 339 => [0x115,0xb054], 380 => 'WhiteBalance', 384 => 'WhiteBalance' }, + 'whitebalance2' => { 235 => 0x500 }, + 'whitebalanceadj' => { 86 => 0x18, 216 => 0x76a43204 }, + 'whitebalanceautoadjustment' => { 266 => 0x0 }, + 'whitebalancebias' => { 91 => 0x2011, 240 => 0x304, 255 => 0x23 }, 'whitebalanceblue' => { 60 => 0x7 }, - 'whitebalancebracket' => { 233 => 0x502, 238 => 0x303 }, - 'whitebalancebracketing' => { 150 => 0x22, 153 => 0x2c, 334 => 0x2c }, - 'whitebalancecomp' => { 241 => 0x1001 }, - 'whitebalancefinetune' => { 100 => 0x100a, 150 => 0x38, 152 => 0x112, 182 => 0xb, 306 => 0x1004, 323 => 0x6, 335 => 0x112 }, - 'whitebalancemode' => { 284 => 0x1a }, + 'whitebalancebracket' => { 235 => 0x502, 240 => 0x303 }, + 'whitebalancebracketing' => { 150 => 0x22, 153 => 0x2c, 338 => 0x2c }, + 'whitebalancecomp' => { 243 => 0x1001 }, + 'whitebalancefinetune' => { 100 => 0x100a, 150 => 0x38, 152 => 0x112, 182 => 0xb, 310 => 0x1004, 327 => 0x6, 339 => 0x112 }, + 'whitebalancemode' => { 288 => 0x1a }, 'whitebalancered' => { 60 => 0x6 }, - 'whitebalanceset' => { 265 => 0xa }, - 'whitebalancesetting' => { 150 => 0x23, 325 => 0x16, 339 => 0xd }, - 'whitebalancetemperature' => { 233 => 0x501 }, - 'whiteboard' => { 238 => 0x301 }, - 'whitelevel' => { 95 => 0xc61d }, - 'whitepoint' => { 95 => 0x13e, 284 => 0x201, 395 => 'WhitePoint' }, - 'whites2012' => { 376 => 'Whites2012' }, - 'wideadapter' => { 306 => 0x1017 }, + 'whitebalanceset' => { 269 => 0xa }, + 'whitebalancesetting' => { 150 => 0x23, 329 => 0x16, 343 => 0xd }, + 'whitebalancetemperature' => { 235 => 0x501 }, + 'whiteboard' => { 240 => 0x301 }, + 'whitelevel' => { 95 => 0xc61d, 288 => 0x7e }, + 'whitepoint' => { 95 => 0x13e, 288 => 0x201, 399 => 'WhitePoint' }, + 'whites2012' => { 380 => 'Whites2012' }, + 'wideadapter' => { 310 => 0x1017 }, 'widefocuszone' => { 147 => 0x2f }, - 'widerange' => { 314 => 0x20f }, - 'wordcount' => { 390 => 'wordCount' }, + 'widerange' => { 318 => 0x20f }, + 'wordcount' => { 394 => 'wordCount' }, 'workcolorspace' => { 86 => 0x270 }, - 'worktodo' => { 382 => 'WorkToDo' }, - 'worldtimelocation' => { 253 => 0x3a, 284 => 0x22, 289 => '0.1' }, + 'worktodo' => { 386 => 'WorkToDo' }, + 'worldtimelocation' => { 255 => 0x3a, 288 => 0x22, 293 => '0.1' }, 'writer-editor' => { 103 => 0x7a }, - 'x3filllight' => { 315 => 0x12 }, + 'x3filllight' => { 319 => 0x12 }, 'xml' => { 107 => 'xml ' }, 'xmp' => { 85 => 0xffff00f6, 96 => 'XMP' }, - 'xmptoolkit' => { 396 => 'xmptk' }, + 'xmptoolkit' => { 400 => 'xmptk' }, 'xpauthor' => { 95 => 0x9c9d }, 'xpcomment' => { 95 => 0x9c9c }, 'xpkeywords' => { 95 => 0x9c9e }, 'xposition' => { 95 => 0x11e }, 'xpsubject' => { 95 => 0x9c9f }, 'xptitle' => { 95 => 0x9c9b }, - 'xresolution' => { 95 => 0x11a, 106 => 0x3, 296 => 0x0, 395 => 'XResolution' }, + 'xresolution' => { 95 => 0x11a, 106 => 0x3, 300 => 0x0, 399 => 'XResolution' }, 'xyresolution' => { 99 => 0x3 }, - 'ycbcrcoefficients' => { 95 => 0x211, 395 => 'YCbCrCoefficients' }, - 'ycbcrpositioning' => { 95 => 0x213, 395 => 'YCbCrPositioning' }, - 'ycbcrsubsampling' => { 95 => 0x212, 395 => 'YCbCrSubSampling' }, + 'ycbcrcoefficients' => { 95 => 0x211, 399 => 'YCbCrCoefficients' }, + 'ycbcrpositioning' => { 95 => 0x213, 399 => 'YCbCrPositioning' }, + 'ycbcrsubsampling' => { 95 => 0x212, 399 => 'YCbCrSubSampling' }, 'yearcreated' => { 111 => 0x10, 120 => 0xc }, 'yposition' => { 95 => 0x11f }, - 'yresolution' => { 95 => 0x11b, 106 => 0x5, 296 => 0x4, 395 => 'YResolution' }, - 'zonematching' => { 152 => 0x10a, 155 => [0x3a,0x4a], 335 => 0xb024 }, + 'yresolution' => { 95 => 0x11b, 106 => 0x5, 300 => 0x4, 399 => 'YResolution' }, + 'zonematching' => { 152 => 0x10a, 155 => [0x3a,0x4a], 339 => 0xb024 }, 'zonematchingmode' => { 150 => 0x14 }, 'zonematchingon' => { 149 => 0x75 }, - 'zonematchingvalue' => { 323 => 0x1f }, - 'zoomedpreviewlength' => { 238 => 0xf05 }, - 'zoomedpreviewsize' => { 238 => 0xf06 }, - 'zoomedpreviewstart' => { 238 => 0xf04 }, + 'zonematchingvalue' => { 327 => 0x1f }, + 'zoomedpreviewlength' => { 240 => 0xf05 }, + 'zoomedpreviewsize' => { 240 => 0xf06 }, + 'zoomedpreviewstart' => { 240 => 0xf04 }, 'zoomsourcewidth' => { 29 => 0x24 }, - 'zoomstepcount' => { 236 => 0x300, 238 => 0x100d }, + 'zoomstepcount' => { 238 => 0x300, 240 => 0x100d }, 'zoomtargetwidth' => { 29 => 0x25 }, ); @@ -4573,6 +4622,7 @@ my %tagExists = ( 'afinfo' => 1, 'afinfo2' => 1, 'afinfo2version' => 1, + 'afinfo3' => 1, 'afinfocus' => 1, 'afinfosize' => 1, 'afm' => 1, @@ -5408,7 +5458,9 @@ my %tagExists = ( 'customsettingsd300s' => 1, 'customsettingsd3s' => 1, 'customsettingsd3x' => 1, + 'customsettingsd4' => 1, 'customsettingsd40' => 1, + 'customsettingsd4s' => 1, 'customsettingsd5000' => 1, 'customsettingsd5100' => 1, 'customsettingsd5200' => 1, @@ -6220,7 +6272,6 @@ my %tagExists = ( 'inputdataobjectlist' => 1, 'inputdevicename' => 1, 'inputdeviceserialnumber' => 1, - 'inputprofile' => 1, 'insertmode' => 1, 'institution' => 1, 'instructionset' => 1, @@ -6881,7 +6932,6 @@ my %tagExists = ( 'otherstreet' => 1, 'outputaudiosamplerate' => 1, 'outputdataobjectlist' => 1, - 'outputprofile' => 1, 'outputresponse' => 1, 'overflowcolor' => 1, 'ownership' => 1, @@ -6982,12 +7032,10 @@ my %tagExists = ( 'photoshop2colortable' => 1, 'photoshop2info' => 1, 'photoshop_profile' => 1, - 'photoshopbgrthumbnail' => 1, 'photoshopdata' => 1, 'photoshopformat' => 1, 'photoshopinfo' => 1, 'photoshopsettings' => 1, - 'photoshopthumbnail' => 1, 'physicalpixel' => 1, 'physicalstreamnumbermap' => 1, 'physicalstreamnumbers' => 1, @@ -7499,7 +7547,6 @@ my %tagExists = ( 'sensorleftborder' => 1, 'sensorleftmargin' => 1, 'sensorrightborder' => 1, - 'sensorserialnumber' => 1, 'sensortemperature2' => 1, 'sensortopborder' => 1, 'sensortopmargin' => 1, @@ -7548,7 +7595,9 @@ my %tagExists = ( 'shotinfod3b' => 1, 'shotinfod3s' => 1, 'shotinfod3x' => 1, + 'shotinfod4' => 1, 'shotinfod40' => 1, + 'shotinfod4s' => 1, 'shotinfod5000' => 1, 'shotinfod5100' => 1, 'shotinfod5200' => 1, @@ -8200,6 +8249,7 @@ my %tagExists = ( 'watermarktype' => 1, 'watermarkurl' => 1, 'wave' => 1, + 'wb_grbglevelsauto' => 1, 'wb_grblevels' => 1, 'wb_grblevelsdaylight' => 1, 'wb_grblevelsstandard' => 1, @@ -8238,8 +8288,25 @@ my %tagExists = ( 'wb_rgbmul2' => 1, 'wb_rgbmul3' => 1, 'wbadjdata' => 1, + 'wbblueasshot' => 1, + 'wbbluecloudy' => 1, + 'wbbluedaylight' => 1, + 'wbblueflash' => 1, + 'wbbluetungsten' => 1, + 'wbgreenasshot' => 1, + 'wbgreencloudy' => 1, + 'wbgreendaylight' => 1, + 'wbgreenflash' => 1, + 'wbgreentungsten' => 1, + 'wbinfo' => 1, + 'wbinfo2' => 1, 'wbinfoa100' => 1, 'wblevels' => 1, + 'wbredasshot' => 1, + 'wbredcloudy' => 1, + 'wbreddaylight' => 1, + 'wbredflash' => 1, + 'wbredtungsten' => 1, 'wcsprofiles' => 1, 'webpage' => 1, 'weight' => 1, diff --git a/lib/Image/ExifTool/TagNames.pod b/lib/Image/ExifTool/TagNames.pod index 7389c8ff..0742554a 100644 --- a/lib/Image/ExifTool/TagNames.pod +++ b/lib/Image/ExifTool/TagNames.pod @@ -3643,10 +3643,10 @@ official specification 0x0405 RawImageMode? N 0x0406 JPEG_Quality Photoshop JPEG_Quality 0x0408 GridGuidesInfo? N - 0x0409 PhotoshopBGRThumbnail N + 0x0409 PhotoshopBGRThumbnail undef! 0x040a CopyrightFlag int8u 0x040b URL string - 0x040c PhotoshopThumbnail N + 0x040c PhotoshopThumbnail undef! 0x040d GlobalAngle int32u 0x040e ColorSamplersResource? N 0x040f ICC_Profile ICC_Profile @@ -3820,6 +3820,7 @@ boot, not including standby time. 0x0028 ImageUniqueID int8u 0x002f FaceDetect3 Canon FaceDetect3 0x0035 TimeInfo Canon TimeInfo + 0x003c AFInfo3 Canon AFInfo2 0x0081 RawDataOffset N 0x0083 OriginalDecisionDataOffset int32u* 0x0090 CustomFunctions1D CanonCustom Functions1D @@ -7255,6 +7256,7 @@ from some older Kodak models such as the DC50, DC120, DCS760C, DCS Pro 14N, 0x03fc WhiteBalance int16u 0x03fd Processing Kodak Processing 0x0401 Time string + 0x0406 CameraTemperature rational64s 0x0414 NCDFileInfo string 0x0846 ColorTemperature int16u 0x0848 WB_RGBLevelsDaylight N @@ -7271,7 +7273,13 @@ from some older Kodak models such as the DC50, DC120, DCS760C, DCS Pro 14N, 0x085d WB_RGBCoeffs1 N 0x085e WB_RGBCoeffs2 N 0x085f WB_RGBCoeffs3 N + 0x0903 BaseISO rational64u + 0x09ce SensorSerialNumber string 0x0ce5 FirmwareVersion string + 0x0e4c KodakLook string + 0x1389 InputProfile undef + 0x138a KodakLookProfile undef + 0x138b OutputProfile undef 0x1391 ToneCurveFileName string 0x1784 ISO int32u @@ -8206,6 +8214,8 @@ DiMAGE X and Xt. ShotInfoD5100 Nikon ShotInfoD5100 ShotInfoD5200 Nikon ShotInfoD5200 ShotInfoD7000 Nikon ShotInfoD7000 + ShotInfoD4 Nikon ShotInfoD4 + ShotInfoD4S Nikon ShotInfoD4S ShotInfo02xx Nikon ShotInfo ShotInfoUnknown Nikon ShotInfo 0x0092 HueAdjustment int16s @@ -8613,6 +8623,28 @@ firmware 1.01b. 800 ShutterCount int32u 1028 CustomSettingsD7000 NikonCustom SettingsD7000 +=head3 Nikon ShotInfoD4 Tags + +These tags are extracted from encrypted data in images from the D4. + + Index Tag Name Writable + ----- -------- -------- + 0 ShotInfoVersion N + 4 FirmwareVersion N + 1873 CustomSettingsD4 NikonCustom SettingsD4 + +=head3 Nikon ShotInfoD4S Tags + +These tags are extracted from encrypted data in images from the D4S. + + Index Tag Name Writable + ----- -------- -------- + 0 ShotInfoVersion N + 4 FirmwareVersion N + 6301 CustomSettingsD4S NikonCustom SettingsD4 + 6338 MultiSelectorLiveViewMode int8u & 0xc0 + 6461 CustomSettingsD4S NikonCustom SettingsD4 + =head3 Nikon ShotInfo Tags This information is encrypted for ShotInfoVersion 02xx, and some tags are @@ -8991,9 +9023,12 @@ videos from some Nikon cameras. 0x0032 AudioChannels N 0x0033 AudioBitsPerSample N 0x0034 AudioSampleRate N + 0x110829a ExposureTime N + 0x110829d FNumber N 0x1108822 ExposureProgram N 0x1109204 ExposureCompensation N 0x1109207 MeteringMode N + 0x110920a FocalLength N 0x110a434 LensModel N 0x1200000 GPSVersionID N 0x1200001 GPSLatitudeRef N @@ -9010,16 +9045,23 @@ videos from some Nikon cameras. 0x120001d GPSDateStamp N 0x2000001 MakerNoteVersion N 0x2000005 WhiteBalance N + 0x2000007 FocusMode string 0x200000b WhiteBalanceFineTune N + 0x200001b CropHiSpeed int16u[7]~ 0x200001e ColorSpace N + 0x200001f VRInfo Nikon VRInfo 0x2000023 PictureControlData Nikon PictureControl 0x2000024 WorldTime Nikon WorldTime + 0x2000025 ISOInfo Nikon ISOInfo 0x200002c UnknownInfo Nikon UnknownInfo 0x2000032 UnknownInfo2 Nikon UnknownInfo 0x2000039 LocationInfo Nikon LocationInfo 0x2000083 LensType N 0x2000084 Lens N + 0x2000087 FlashMode int8u 0x20000ab VariProgram string + 0x20000b1 HighISONoiseReduction int16u + 0x20000b7 AFInfo2 Nikon AFInfo2 =head3 Nikon MOV Tags @@ -9312,12 +9354,17 @@ Custom settings for the D3, D3S, D3X, D300 and D300S. FlashSyncSpeed int8u & 0xf0 20.2 FlashShutterSpeed int8u & 0x0f 21.1 AutoBracketSet int8u & 0xc0 + AutoBracketSet int8u & 0xe0 21.2 AutoBracketModeM int8u & 0x30 21.3 AutoBracketOrder int8u & 0x08 21.4 ModelingFlash int8u & 0x01 22.1 NoMemoryCard int8u & 0x80 22.2 MeteringTime int8u & 0x0f 23.1 InternalFlash int8u & 0xc0 + 25.1 ImageReviewTime int8u & 0xe0 + 25.2 PlaybackMonitorOffTime int8u & 0x1c + 26.1 MenuMonitorOffTime int8u & 0xe0 + 26.2 ShootingInfoMonitorOffTime int8u & 0x1c =head3 NikonCustom SettingsD700 Tags @@ -9591,6 +9638,78 @@ Custom settings for the D7000. 34.2 LiveViewAFMode int8u & 0x02 35.1 PlaybackMonitorOffTime int8u & 0xe0 +=head3 NikonCustom SettingsD4 Tags + +Custom settings for the D4 and D4S. + + Index1 Tag Name Writable + ------ -------- -------- + 0.1 CustomSettingsBank int8u & 0x03 + 1.1 AF-CPrioritySelection int8u & 0xc0 + 1.2 AF-SPrioritySelection int8u & 0x20 + 1.3 AFPointSelection int8u & 0x10 + 1.4 FocusTrackingLockOn int8u & 0x07 + 2.1 AFActivation int8u & 0x80 + 2.2 FocusPointWrap int8u & 0x08 + 4.1 Pitch int8u & 0x40 + 4.2 GridDisplay int8u & 0x02 + 5.1 ShootingInfoDisplay int8u & 0xc0 + 5.2 LCDIllumination int8u & 0x20 + 5.3 ScreenTips int8u & 0x04 + 5.4 Beep int8u & 0x03 + 6.1 RearDisplay int8u & 0x40 + 6.2 ViewfinderDisplay int8u & 0x20 + 6.3 EasyExposureCompensation int8u & 0x03 + 7.1 ExposureControlStepSize int8u & 0xc0 + 7.2 ISOStepSize int8u & 0x30 + 7.3 ExposureCompStepSize int8u & 0x0c + 8.1 CenterWeightedAreaSize int8u & 0xe0 + 8.2 FineTuneOptMatrixMetering int8u & 0x0f + 9.1 FineTuneOptCenterWeighted int8u & 0xf0 + 9.2 FineTuneOptSpotMetering int8u & 0x0f + 10.1 MultiSelectorShootMode int8u & 0xc0 + 10.2 MultiSelectorPlaybackMode int8u & 0x30 + 10.3 MultiSelector int8u & 0x01 + 11.1 ExposureDelayMode int8u & 0xc0 + 11.2 CHModeShootingSpeed int8u & 0x10 + 11.3 CLModeShootingSpeed int8u & 0x0f + 12 MaxContinuousRelease int8u + 13.1 AutoBracketSet int8u & 0xe0 + 13.2 AutoBracketOrder int8u & 0x10 + 13.3 AutoBracketModeM int8u & 0x0c + 14.1 FuncButton int8u & 0xf8 + 14.2 FuncButtonPlusDials int8u & 0x07 + 15.1 PreviewButton int8u & 0xf8 + 15.2 PreviewButtonPlusDials int8u & 0x07 + 18.1 ShutterReleaseButtonAE-L int8u & 0x02 + 19.1 StandbyTimer int8u & 0xf0 + 20.1 SelfTimerTime int8u & 0xc0 + 20.2 SelfTimerShotCount int8u & 0x0f + 20.3 SelfTimerShotInterval int8u & 0x30 + 21.1 ImageReviewMonitorOffTime int8u & 0xe0 + 21.2 LiveViewMonitorOffTime int8u & 0x1c + 22.1 MenuMonitorOffTime int8u & 0xe0 + 22.2 ShootingInfoMonitorOffTime int8u & 0x1c + 23.1 FlashSyncSpeed int8u & 0xf0 + 23.2 FlashShutterSpeed int8u & 0x0f + 31.1 ModelingFlash int8u & 0x20 + 36.1 PlaybackMonitorOffTime int8u & 0xe0 + 38.1 FlashExposureCompArea int8u & 0x04 + 42.1 VerticalFuncButton int8u & 0x1f + 46.1 DynamicAreaAFDisplay int8u & 0x80 + 46.2 AFPointIllumination int8u & 0x60 + 46.3 StoreByOrientation int8u & 0x18 + 46.4 GroupAreaAFIllumination int8u & 0x04 + 46.5 AFPointBrightness int8u & 0x03 + 47.1 AFOnButton int8u & 0x70 + 47.2 VerticalAFOnButton int8u & 0x07 + 48.1 SubSelectorAssignment int8u & 0x80 + 49.1 SubSelector int8u & 0xf8 + 49.2 SubSelectorPlusDials int8u & 0x07 + 50.1 MatrixMetering int8u & 0x80 + 50.2 AFModeRestrictions int8u & 0x03 + 51.1 LimitAFAreaModeSelection int8u & 0x7e + =head2 NikonCapture Tags This information is written by the Nikon Capture software in tag 0x0e01 of @@ -9830,6 +9949,7 @@ Pentax, Ricoh, Samsung, Sanyo, SeaLife, Sony, Supra and Vivitar. 0x0302 OneTouchWB int16u 0x0303 WhiteBalanceBracket int16u 0x0304 WhiteBalanceBias int16u + 0x0401 BlackLevel int32u[4] 0x0403 SceneMode int16u 0x0404 SerialNumber string 0x0405 Firmware string @@ -10767,6 +10887,7 @@ These tags are used in Pentax/Asahi cameras. 0x0038 ImageAreaOffset int16u[2] 0x0039 RawImageSize int16u[2]~ 0x003c AFPointsInFocus N + 0x003d DataScaling int16u 0x003e PreviewImageBorders int8u[4] 0x003f LensRec Pentax LensRec 0x0040 SensitivityAdjust int16u @@ -10810,6 +10931,7 @@ These tags are used in Pentax/Asahi cameras. 0x007a ISOAutoParameters int8u[2] 0x007b CrossProcess int8u 0x007d LensCorr Pentax LensCorr + 0x007e WhiteLevel int32u 0x007f BleachBypassToning int16u 0x0080 AspectRatio Y 0x0082 BlurControl int8u[4] @@ -13221,6 +13343,25 @@ These tags are found in the SRF2 through SRF5 IFD's. 0x0003 SRFDataOffset? N 0x0004 RawDataOffset N 0x0005 RawDataLength N + 0x0043 MaxApertureAtMaxFocal N + 0x0044 MaxApertureAtMinFocal N + 0x0045 MinFocalLength N + 0x0046 MaxFocalLength N + 0x00c0 WBRedDaylight N + 0x00c1 WBGreenDaylight N + 0x00c2 WBBlueDaylight N + 0x00c3 WBRedCloudy N + 0x00c4 WBGreenCloudy N + 0x00c5 WBBlueCloudy N + 0x00c9 WBRedTungsten N + 0x00ca WBGreenTungsten N + 0x00cb WBBlueTungsten N + 0x00cc WBRedFlash N + 0x00cd WBGreenFlash N + 0x00ce WBBlueFlash N + 0x00d0 WBRedAsShot N + 0x00d1 WBGreenAsShot N + 0x00d2 WBBlueAsShot N =head3 Sony SR2Private Tags @@ -13243,11 +13384,21 @@ Tags in the encrypted SR2SubIFD Tag ID Tag Name Writable ------ -------- -------- + 0x7300 BlackLevel N + 0x7302 WB_GRBGLevelsAuto N 0x7303 WB_GRBGLevels N 0x7310 BlackLevel N 0x7313 WB_RGGBLevels N + 0x7480 WB_RGBLevelsDaylight N + 0x7481 WB_RGBLevelsCloudy N + 0x7482 WB_RGBLevelsTungsten N + 0x7483 WB_RGBLevelsFlash N + 0x7484 WB_RGBLevels4500K N + 0x7486 WB_RGBLevelsFluorescent N 0x74a0 MaxApertureAtMaxFocal N 0x74a1 MaxApertureAtMinFocal N + 0x74a2 MaxFocalLength N + 0x74a3 MinFocalLength N 0x74c0 SR2DataIFD Sony SR2DataIFD 0x7800 ColorMatrix N 0x7820 WB_RGBLevelsDaylight N @@ -13733,6 +13884,7 @@ These tags are found in IFD0 of Panasonic/Leica RAW, RW2 and RWL images. 0x0010 LinearityLimitBlue int16u 0x0011 RedBalance int16u 0x0012 BlueBalance int16u + 0x0013 WBInfo PanasonicRaw WBInfo 0x0017 ISO int16u 0x0018 HighISOMultiplierRed int16u 0x0019 HighISOMultiplierGreen int16u @@ -13743,6 +13895,7 @@ These tags are found in IFD0 of Panasonic/Leica RAW, RW2 and RWL images. 0x0024 WBRedLevel int16u 0x0025 WBGreenLevel int16u 0x0026 WBBlueLevel int16u + 0x0027 WBInfo2 PanasonicRaw WBInfo2 0x002e JpgFromRaw JPEG 0x010f Make string 0x0110 Model string @@ -13757,6 +13910,46 @@ These tags are found in IFD0 of Panasonic/Leica RAW, RW2 and RWL images. 0x8769 ExifOffset EXIF 0x8825 GPSInfo GPS +=head3 PanasonicRaw WBInfo Tags + + Index2 Tag Name Writable + ------ -------- -------- + 0 NumWBEntries int16u + 1 WBType1 int16u + 2 WB_RBLevels1 int16u[2] + 4 WBType2 int16u + 5 WB_RBLevels2 int16u[2] + 7 WBType3 int16u + 8 WB_RBLevels3 int16u[2] + 10 WBType4 int16u + 11 WB_RBLevels4 int16u[2] + 13 WBType5 int16u + 14 WB_RBLevels5 int16u[2] + 16 WBType6 int16u + 17 WB_RBLevels6 int16u[2] + 19 WBType7 int16u + 20 WB_RBLevels7 int16u[2] + +=head3 PanasonicRaw WBInfo2 Tags + + Index2 Tag Name Writable + ------ -------- -------- + 0 NumWBEntries int16u + 1 WBType1 int16u + 2 WB_RGBLevels1 int16u[3] + 5 WBType2 int16u + 6 WB_RGBLevels2 int16u[3] + 9 WBType3 int16u + 10 WB_RGBLevels3 int16u[3] + 13 WBType4 int16u + 14 WB_RGBLevels4 int16u[3] + 17 WBType5 int16u + 18 WB_RGBLevels5 int16u[3] + 21 WBType6 int16u + 22 WB_RGBLevels6 int16u[3] + 25 WBType7 int16u + 26 WB_RGBLevels7 int16u[3] + =head3 PanasonicRaw DistortionInfo Tags Lens distortion correction information. @@ -17379,7 +17572,8 @@ specification. The PNG TextualData format allows arbitrary tag names to be used. The tags listed below are the only ones that can be written (unless new user-defined tags are added via the configuration file), however ExifTool will extract -any other TextualData tags that are found. +any other TextualData tags that are found. All TextualData tags (including +tags not listed below) are removed when deleting all PNG tags. These tags may be stored as tEXt, zTXt or iTXt chunks in the PNG image. By default ExifTool writes new string-value tags as as uncompressed tEXt, or diff --git a/lib/Image/ExifTool/WriteXMP.pl b/lib/Image/ExifTool/WriteXMP.pl index d8df6b92..82dde3a3 100644 --- a/lib/Image/ExifTool/WriteXMP.pl +++ b/lib/Image/ExifTool/WriteXMP.pl @@ -743,11 +743,19 @@ sub WriteXMP($$;$) # add, delete or change information as specified # # get hash of all information we want to change - # (sorted by tag name so alternate languages come last) - my @tagInfoList = sort ByTagName $et->GetNewTagInfoList(); - foreach $tagInfo (@tagInfoList) { + # (sorted by tag name so alternate languages come last, but with structures + # first so flattened tags may be used to override individual structure elements) + my @tagInfoList; + foreach $tagInfo (sort ByTagName $et->GetNewTagInfoList()) { next unless $et->GetGroup($tagInfo, 0) eq 'XMP'; next if $$tagInfo{Name} eq 'XMP'; # (ignore full XMP block if we didn't write it already) + if ($$tagInfo{Struct}) { + unshift @tagInfoList, $tagInfo; + } else { + push @tagInfoList, $tagInfo; + } + } + foreach $tagInfo (@tagInfoList) { my $tag = $$tagInfo{TagID}; my $path = GetPropertyPath($tagInfo); unless ($path) { -- cgit v1.2.3