#------------------------------------------------------------------------------ # File: TagLookup.pm # # Description: Fast lookup for ExifTool tags # # Notes: This lookup is used to look up tag names for writing # # Revisions: 12/31/2004 - P. Harvey Created #------------------------------------------------------------------------------ package Image::ExifTool::TagLookup; use strict; require Exporter; use vars qw($VERSION @ISA @EXPORT_OK); use Image::ExifTool qw(:Utils); $VERSION = '1.07'; @ISA = qw(Exporter); @EXPORT_OK = qw(FindTagInfo TagExists); sub AddTags($$); sub AddFields($$$$$$;$$); # # Note: the lists below were generated by Image::ExifTool::BuildTagLookup # #++++ Begin automatically generated code ++++ # list of tables containing writable tags my @tableList = ( 'Image::ExifTool::APP12::Ducky', 'Image::ExifTool::Canon::AFMicroAdj', 'Image::ExifTool::Canon::Ambience', 'Image::ExifTool::Canon::AspectInfo', 'Image::ExifTool::Canon::CameraInfo1000D', 'Image::ExifTool::Canon::CameraInfo1D', 'Image::ExifTool::Canon::CameraInfo1DmkII', 'Image::ExifTool::Canon::CameraInfo1DmkIII', 'Image::ExifTool::Canon::CameraInfo1DmkIIN', 'Image::ExifTool::Canon::CameraInfo1DmkIV', 'Image::ExifTool::Canon::CameraInfo40D', 'Image::ExifTool::Canon::CameraInfo450D', 'Image::ExifTool::Canon::CameraInfo500D', 'Image::ExifTool::Canon::CameraInfo50D', 'Image::ExifTool::Canon::CameraInfo550D', 'Image::ExifTool::Canon::CameraInfo5D', 'Image::ExifTool::Canon::CameraInfo5DmkII', 'Image::ExifTool::Canon::CameraInfo5DmkII_2', 'Image::ExifTool::Canon::CameraInfo60D', 'Image::ExifTool::Canon::CameraInfo7D', 'Image::ExifTool::Canon::CameraInfo7D_2', 'Image::ExifTool::Canon::CameraInfoPowerShot', 'Image::ExifTool::Canon::CameraInfoPowerShot2', 'Image::ExifTool::Canon::CameraInfoUnknown32', 'Image::ExifTool::Canon::CameraSettings', 'Image::ExifTool::Canon::ColorBalance', 'Image::ExifTool::Canon::ColorCalib', 'Image::ExifTool::Canon::ColorCoefs', 'Image::ExifTool::Canon::ColorData1', 'Image::ExifTool::Canon::ColorData2', 'Image::ExifTool::Canon::ColorData3', 'Image::ExifTool::Canon::ColorData4', 'Image::ExifTool::Canon::ColorData5', 'Image::ExifTool::Canon::ColorData6', 'Image::ExifTool::Canon::ColorInfo', 'Image::ExifTool::Canon::CropInfo', 'Image::ExifTool::Canon::FaceDetect1', 'Image::ExifTool::Canon::FaceDetect2', 'Image::ExifTool::Canon::FileInfo', 'Image::ExifTool::Canon::Flags', 'Image::ExifTool::Canon::FocalLength', 'Image::ExifTool::Canon::LensInfo', 'Image::ExifTool::Canon::LightingOpt', 'Image::ExifTool::Canon::Main', 'Image::ExifTool::Canon::MeasuredColor', 'Image::ExifTool::Canon::ModifiedInfo', 'Image::ExifTool::Canon::MovieInfo', 'Image::ExifTool::Canon::MyColors', 'Image::ExifTool::Canon::PSInfo', 'Image::ExifTool::Canon::PSInfo2', 'Image::ExifTool::Canon::Panorama', 'Image::ExifTool::Canon::PreviewImageInfo', 'Image::ExifTool::Canon::Processing', 'Image::ExifTool::Canon::SerialInfo', 'Image::ExifTool::Canon::ShotInfo', 'Image::ExifTool::Canon::VignettingCorr', 'Image::ExifTool::Canon::VignettingCorr2', 'Image::ExifTool::CanonCustom::Functions10D', 'Image::ExifTool::CanonCustom::Functions1D', 'Image::ExifTool::CanonCustom::Functions2', 'Image::ExifTool::CanonCustom::Functions20D', 'Image::ExifTool::CanonCustom::Functions30D', 'Image::ExifTool::CanonCustom::Functions350D', 'Image::ExifTool::CanonCustom::Functions400D', 'Image::ExifTool::CanonCustom::Functions5D', 'Image::ExifTool::CanonCustom::FunctionsD30', 'Image::ExifTool::CanonCustom::PersonalFuncValues', 'Image::ExifTool::CanonCustom::PersonalFuncs', 'Image::ExifTool::CanonRaw::ExposureInfo', 'Image::ExifTool::CanonRaw::FlashInfo', 'Image::ExifTool::CanonRaw::ImageFormat', 'Image::ExifTool::CanonRaw::ImageInfo', 'Image::ExifTool::CanonRaw::Main', 'Image::ExifTool::CanonRaw::MakeModel', 'Image::ExifTool::CanonRaw::RawJpgInfo', 'Image::ExifTool::CanonRaw::TimeStamp', 'Image::ExifTool::CanonVRD::Main', 'Image::ExifTool::CanonVRD::Ver1', 'Image::ExifTool::CanonVRD::Ver2', 'Image::ExifTool::Casio::FaceInfo1', 'Image::ExifTool::Casio::FaceInfo2', 'Image::ExifTool::Casio::Main', 'Image::ExifTool::Casio::Type2', 'Image::ExifTool::Composite', 'Image::ExifTool::DNG::AdobeData', 'Image::ExifTool::Exif::Main', 'Image::ExifTool::Extra', 'Image::ExifTool::FotoStation::Main', 'Image::ExifTool::FotoStation::SoftEdit', 'Image::ExifTool::FujiFilm::Main', 'Image::ExifTool::GE::Main', 'Image::ExifTool::GPS::Main', 'Image::ExifTool::IPTC::ApplicationRecord', 'Image::ExifTool::IPTC::EnvelopeRecord', 'Image::ExifTool::IPTC::NewsPhoto', 'Image::ExifTool::JFIF::Main', 'Image::ExifTool::Kodak::CameraInfo', 'Image::ExifTool::Kodak::IFD', 'Image::ExifTool::Kodak::KDC_IFD', 'Image::ExifTool::Kodak::Main', 'Image::ExifTool::Kodak::Meta', 'Image::ExifTool::Kodak::SubIFD0', 'Image::ExifTool::Kodak::SubIFD1', 'Image::ExifTool::Kodak::SubIFD2', 'Image::ExifTool::Kodak::SubIFD3', 'Image::ExifTool::Kodak::SubIFD5', 'Image::ExifTool::Kodak::Type10', 'Image::ExifTool::Kodak::Type2', 'Image::ExifTool::Kodak::Type3', 'Image::ExifTool::Kodak::Type4', 'Image::ExifTool::Kodak::Type7', 'Image::ExifTool::Kodak::Type9', 'Image::ExifTool::MIE::Audio', 'Image::ExifTool::MIE::Camera', 'Image::ExifTool::MIE::Doc', 'Image::ExifTool::MIE::Extender', 'Image::ExifTool::MIE::Flash', 'Image::ExifTool::MIE::GPS', 'Image::ExifTool::MIE::Geo', 'Image::ExifTool::MIE::Image', 'Image::ExifTool::MIE::Lens', 'Image::ExifTool::MIE::Main', 'Image::ExifTool::MIE::Orient', 'Image::ExifTool::MIE::Preview', 'Image::ExifTool::MIE::Thumbnail', 'Image::ExifTool::MIE::UTM', 'Image::ExifTool::MIE::Video', 'Image::ExifTool::Microsoft::MP', 'Image::ExifTool::Microsoft::MP1', 'Image::ExifTool::Microsoft::Stitch', 'Image::ExifTool::Microsoft::XMP', 'Image::ExifTool::Minolta::CameraSettings', 'Image::ExifTool::Minolta::CameraSettings5D', 'Image::ExifTool::Minolta::CameraSettings7D', 'Image::ExifTool::Minolta::CameraSettingsA100', 'Image::ExifTool::Minolta::Main', 'Image::ExifTool::Minolta::WBInfoA100', 'Image::ExifTool::MinoltaRaw::PRD', 'Image::ExifTool::MinoltaRaw::RIF', 'Image::ExifTool::MinoltaRaw::WBG', 'Image::ExifTool::Nikon::AFInfo', 'Image::ExifTool::Nikon::AFInfo2', 'Image::ExifTool::Nikon::AFTune', 'Image::ExifTool::Nikon::CaptureOutput', 'Image::ExifTool::Nikon::ColorBalance1', 'Image::ExifTool::Nikon::ColorBalance2', 'Image::ExifTool::Nikon::ColorBalance3', 'Image::ExifTool::Nikon::ColorBalance4', 'Image::ExifTool::Nikon::ColorBalanceA', 'Image::ExifTool::Nikon::DistortInfo', 'Image::ExifTool::Nikon::FaceDetect', 'Image::ExifTool::Nikon::FileInfo', 'Image::ExifTool::Nikon::FlashInfo0100', 'Image::ExifTool::Nikon::FlashInfo0102', 'Image::ExifTool::Nikon::FlashInfo0103', 'Image::ExifTool::Nikon::GEM', 'Image::ExifTool::Nikon::ISOInfo', 'Image::ExifTool::Nikon::LensData00', 'Image::ExifTool::Nikon::LensData01', 'Image::ExifTool::Nikon::LensData0204', 'Image::ExifTool::Nikon::Main', 'Image::ExifTool::Nikon::MultiExposure', 'Image::ExifTool::Nikon::PictureControl', 'Image::ExifTool::Nikon::PreviewIFD', 'Image::ExifTool::Nikon::ROC', 'Image::ExifTool::Nikon::Scan', 'Image::ExifTool::Nikon::ShotInfo', 'Image::ExifTool::Nikon::ShotInfoD300S', 'Image::ExifTool::Nikon::ShotInfoD300a', 'Image::ExifTool::Nikon::ShotInfoD300b', 'Image::ExifTool::Nikon::ShotInfoD3S', 'Image::ExifTool::Nikon::ShotInfoD3X', 'Image::ExifTool::Nikon::ShotInfoD3a', 'Image::ExifTool::Nikon::ShotInfoD3b', 'Image::ExifTool::Nikon::ShotInfoD40', 'Image::ExifTool::Nikon::ShotInfoD5000', 'Image::ExifTool::Nikon::ShotInfoD700', 'Image::ExifTool::Nikon::ShotInfoD7000', 'Image::ExifTool::Nikon::ShotInfoD80', 'Image::ExifTool::Nikon::ShotInfoD90', 'Image::ExifTool::Nikon::Type2', 'Image::ExifTool::Nikon::VRInfo', 'Image::ExifTool::Nikon::WorldTime', 'Image::ExifTool::NikonCapture::Brightness', 'Image::ExifTool::NikonCapture::ColorBoost', 'Image::ExifTool::NikonCapture::CropData', 'Image::ExifTool::NikonCapture::DLightingHQ', 'Image::ExifTool::NikonCapture::DLightingHS', 'Image::ExifTool::NikonCapture::Exposure', 'Image::ExifTool::NikonCapture::HighlightData', 'Image::ExifTool::NikonCapture::Main', 'Image::ExifTool::NikonCapture::NoiseReduction', 'Image::ExifTool::NikonCapture::PhotoEffects', 'Image::ExifTool::NikonCapture::PictureCtrl', 'Image::ExifTool::NikonCapture::RedEyeData', 'Image::ExifTool::NikonCapture::UnsharpData', 'Image::ExifTool::NikonCapture::WBAdjData', 'Image::ExifTool::NikonCustom::SettingsD3', 'Image::ExifTool::NikonCustom::SettingsD40', 'Image::ExifTool::NikonCustom::SettingsD5000', 'Image::ExifTool::NikonCustom::SettingsD700', 'Image::ExifTool::NikonCustom::SettingsD7000', 'Image::ExifTool::NikonCustom::SettingsD80', 'Image::ExifTool::NikonCustom::SettingsD90', 'Image::ExifTool::Olympus::CameraSettings', 'Image::ExifTool::Olympus::Equipment', 'Image::ExifTool::Olympus::FETags', 'Image::ExifTool::Olympus::FocusInfo', 'Image::ExifTool::Olympus::ImageProcessing', 'Image::ExifTool::Olympus::Main', 'Image::ExifTool::Olympus::RawDevelopment', 'Image::ExifTool::Olympus::RawDevelopment2', 'Image::ExifTool::Olympus::RawInfo', 'Image::ExifTool::PDF::Info', 'Image::ExifTool::PNG::Main', 'Image::ExifTool::PNG::TextualData', 'Image::ExifTool::Panasonic::Data1', 'Image::ExifTool::Panasonic::FaceDetInfo', 'Image::ExifTool::Panasonic::FaceRecInfo', 'Image::ExifTool::Panasonic::Leica2', 'Image::ExifTool::Panasonic::Leica3', 'Image::ExifTool::Panasonic::Leica5', 'Image::ExifTool::Panasonic::Leica6', 'Image::ExifTool::Panasonic::LensInfo', 'Image::ExifTool::Panasonic::Main', 'Image::ExifTool::Panasonic::Subdir', 'Image::ExifTool::PanasonicRaw::Main', 'Image::ExifTool::Pentax::AEInfo', 'Image::ExifTool::Pentax::AFInfo', 'Image::ExifTool::Pentax::AWBInfo', 'Image::ExifTool::Pentax::BatteryInfo', 'Image::ExifTool::Pentax::CameraInfo', 'Image::ExifTool::Pentax::CameraSettings', 'Image::ExifTool::Pentax::ColorInfo', 'Image::ExifTool::Pentax::EVStepInfo', 'Image::ExifTool::Pentax::FaceInfo', 'Image::ExifTool::Pentax::FacePos', 'Image::ExifTool::Pentax::FaceSize', 'Image::ExifTool::Pentax::FilterInfo', 'Image::ExifTool::Pentax::FlashInfo', 'Image::ExifTool::Pentax::LensCorr', 'Image::ExifTool::Pentax::LensData', 'Image::ExifTool::Pentax::LensInfo', 'Image::ExifTool::Pentax::LensInfo2', 'Image::ExifTool::Pentax::LensInfo3', 'Image::ExifTool::Pentax::LensInfo4', 'Image::ExifTool::Pentax::LevelInfo', 'Image::ExifTool::Pentax::Main', 'Image::ExifTool::Pentax::SRInfo', 'Image::ExifTool::Pentax::ShotInfo', 'Image::ExifTool::Pentax::TempInfoK5', 'Image::ExifTool::Pentax::TimeInfo', 'Image::ExifTool::Pentax::Type2', 'Image::ExifTool::PhotoMechanic::SoftEdit', 'Image::ExifTool::PhotoMechanic::XMP', 'Image::ExifTool::Photoshop::JPEG_Quality', 'Image::ExifTool::Photoshop::Main', 'Image::ExifTool::Photoshop::Resolution', 'Image::ExifTool::PostScript::Main', 'Image::ExifTool::Reconyx::Main', 'Image::ExifTool::Ricoh::FaceInfo', 'Image::ExifTool::Ricoh::FirmwareInfo', 'Image::ExifTool::Ricoh::ImageInfo', 'Image::ExifTool::Ricoh::Main', 'Image::ExifTool::Ricoh::SerialInfo', 'Image::ExifTool::Ricoh::Subdir', 'Image::ExifTool::Samsung::Type1', 'Image::ExifTool::Samsung::Type2', 'Image::ExifTool::Sanyo::FaceInfo', 'Image::ExifTool::Sanyo::Main', 'Image::ExifTool::Sigma::Main', 'Image::ExifTool::Sony::CameraSettings', 'Image::ExifTool::Sony::CameraSettings2', 'Image::ExifTool::Sony::Ericsson', 'Image::ExifTool::Sony::FaceInfo1', 'Image::ExifTool::Sony::FaceInfo2', 'Image::ExifTool::Sony::Main', 'Image::ExifTool::Sony::Panorama', 'Image::ExifTool::Sony::ShotInfo', 'Image::ExifTool::SonyIDC::Main', 'Image::ExifTool::XMP::Album', 'Image::ExifTool::XMP::DICOM', 'Image::ExifTool::XMP::Lightroom', 'Image::ExifTool::XMP::MediaPro', 'Image::ExifTool::XMP::acdsee', 'Image::ExifTool::XMP::aux', 'Image::ExifTool::XMP::cc', 'Image::ExifTool::XMP::cell', 'Image::ExifTool::XMP::crs', 'Image::ExifTool::XMP::dc', 'Image::ExifTool::XMP::dex', 'Image::ExifTool::XMP::digiKam', 'Image::ExifTool::XMP::exif', 'Image::ExifTool::XMP::iptcCore', 'Image::ExifTool::XMP::iptcExt', 'Image::ExifTool::XMP::mwg_coll', 'Image::ExifTool::XMP::mwg_kw', 'Image::ExifTool::XMP::mwg_rs', 'Image::ExifTool::XMP::pdf', 'Image::ExifTool::XMP::photoshop', 'Image::ExifTool::XMP::plus', 'Image::ExifTool::XMP::prism', 'Image::ExifTool::XMP::prl', 'Image::ExifTool::XMP::pur', 'Image::ExifTool::XMP::rdf', 'Image::ExifTool::XMP::swf', 'Image::ExifTool::XMP::tiff', 'Image::ExifTool::XMP::x', 'Image::ExifTool::XMP::xmp', 'Image::ExifTool::XMP::xmpBJ', 'Image::ExifTool::XMP::xmpDM', 'Image::ExifTool::XMP::xmpMM', 'Image::ExifTool::XMP::xmpNote', 'Image::ExifTool::XMP::xmpPLUS', 'Image::ExifTool::XMP::xmpRights', 'Image::ExifTool::XMP::xmpTPg', ); # lookup for all writable tags my %tagLookup = ( 'aberrationcorrectiondistance' => { 78 => 0x69 }, 'about' => { 304 => 'about' }, 'abspeakaudiofilepath' => { 310 => 'absPeakAudioFilePath' }, 'accessorytype' => { 224 => 0x53 }, 'actionadvised' => { 92 => 0x2a }, 'activearea' => { 85 => 0xc68d }, 'actived-lighting' => { 160 => 0x22, 188 => 0x24 }, 'actived-lightingmode' => { 188 => 0x25 }, 'addaspectratioinfo' => { 59 => 0x80e }, 'additionalmodelinformation' => { 294 => 'AddlModelInfo' }, 'addoriginaldecisiondata' => { 59 => 0x80f, 60 => 0x11, 61 => 0x13, 64 => 0x14 }, 'address' => { 118 => 'Address' }, 'adjustmentmode' => { 270 => 0x15 }, 'adultcontentwarning' => { 300 => 'AdultContentWarning', 303 => 'adultContentWarning' }, 'advancedraw' => { 190 => 0x76a43203 }, 'advancedscenemode' => { 224 => 0x3d }, 'advisory' => { 308 => 'Advisory' }, 'ae_iso' => { 227 => 0x2 }, 'aeaperture' => { 227 => 0x1 }, 'aebautocancel' => { 59 => 0x104 }, 'aebbracketvalue' => { 54 => 0x11 }, 'aebsequence' => { 59 => 0x105 }, 'aebsequenceautocancel' => { 57 => 0x9, 58 => 0x9, 60 => 0x8, 61 => 0x9, 64 => 0x9, 65 => 0x7 }, 'aebshotcount' => { 59 => 0x106 }, 'aebxv' => { 227 => 0x4 }, 'aeexposuretime' => { 227 => 0x0 }, 'aelbutton' => { 134 => 0x45 }, 'aelexposureindicator' => { 134 => 0x51 }, 'aelock' => { 134 => 0x5b, 198 => '4.2', 202 => '4.2', 204 => 0x201, 247 => 0x48 }, 'aelockbutton' => { 197 => '16.1', 198 => '4.1', 199 => '15.1', 200 => '30.1', 201 => '16.1', 202 => '4.1', 203 => '17.1' }, 'aelockbuttonplusdials' => { 197 => '16.2', 200 => '32.1' }, 'aelockformb-d80' => { 203 => '3.1' }, 'aemaxaperture' => { 227 => 0x9 }, 'aemaxaperture2' => { 227 => 0xa }, 'aemeteringmode' => { 227 => 0xc }, 'aemeteringsegments' => { 247 => 0x209 }, 'aemicroadjustment' => { 59 => 0x111 }, 'aeminaperture' => { 227 => 0xb }, 'aeminexposuretime' => { 227 => 0x5 }, 'aeprogrammode' => { 227 => 0x6 }, 'aesetting' => { 24 => 0x21 }, 'aexv' => { 227 => 0x3 }, 'af-cpriorityselection' => { 197 => '1.1', 200 => '1.1', 201 => '0.1' }, 'af-onformb-d10' => { 197 => '3.3', 200 => '3.2' }, 'af-onformb-d11' => { 201 => '2.2' }, 'af-spriorityselection' => { 197 => '1.2', 200 => '1.2', 201 => '0.2' }, 'afactivation' => { 197 => '2.1', 200 => '2.1' }, 'afadjustment' => { 247 => 0x72 }, 'afandmeteringbuttons' => { 59 => 0x701 }, 'afaperture' => { 158 => 0x5, 159 => 0x5 }, 'afareaheight' => { 141 => 0x1a }, 'afareaillumination' => { 134 => 0x4b, 202 => '15.3' }, 'afareamode' => { 134 => 0xe, 140 => 0x0, 141 => 0x5, 224 => 0xf, 271 => 0x11, 272 => 0x11 }, 'afareamodesetting' => { 198 => '11.1', 199 => '0.1', 202 => '16.1', 203 => '2.1' }, 'afareas' => { 204 => 0x304 }, 'afareawidth' => { 141 => 0x18 }, 'afareaxposition' => { 141 => 0x14 }, 'afareayposition' => { 141 => 0x16 }, 'afassist' => { 57 => 0x5, 65 => 0x5, 134 => 0x48, 197 => '2.5', 198 => '0.2', 199 => '0.2', 200 => '2.4', 201 => '1.4', 202 => '0.2', 203 => '2.3' }, 'afassistbeam' => { 59 => 0x50e, 60 => 0x4, 61 => 0x5, 62 => 0x4, 63 => 0x4, 64 => 0x5 }, 'afassistlamp' => { 224 => 0x31 }, 'afdefocus' => { 228 => 0x6 }, 'afduringliveview' => { 59 => 0x511 }, 'affinetune' => { 142 => 0x0 }, 'affinetuneadj' => { 142 => 0x2, 168 => 0x2d1, 169 => 0x2dc, 204 => 0x307 }, 'affinetuneindex' => { 142 => 0x1 }, 'afilluminator' => { 271 => 0x29, 276 => 0xb044 }, 'afimageheight' => { 141 => 0x12 }, 'afimagewidth' => { 141 => 0x10 }, 'afintegrationtime' => { 228 => 0x7 }, 'afmicroadjactive' => { 1 => 0x1 }, 'afmicroadjustment' => { 59 => 0x507 }, 'afmicroadjvalue' => { 1 => 0x2 }, 'afmode' => { 82 => 0x3009, 270 => 0x5, 276 => 0xb043 }, 'afonaelockbuttonswitch' => { 59 => 0x702 }, 'afonbutton' => { 197 => '3.1' }, 'afpoint' => { 24 => 0x13, 81 => 0x18, 140 => 0x1, 207 => 0x308, 270 => 0x1f }, 'afpointactivationarea' => { 58 => 0x11, 64 => 0x11 }, 'afpointareaexpansion' => { 59 => 0x508 }, 'afpointautoselection' => { 59 => 0x50b }, 'afpointbrightness' => { 59 => 0x50d, 197 => '2.4' }, 'afpointdisplayduringfocus' => { 59 => 0x50c }, 'afpointillumination' => { 58 => 0xa, 197 => '2.3', 200 => '2.3', 201 => '1.3', 203 => '2.4' }, 'afpointmode' => { 232 => 0x3 }, 'afpointposition' => { 82 => 0x2021, 224 => 0x4d }, 'afpointregistration' => { 57 => 0x7 }, 'afpoints' => { 133 => 0x10 }, 'afpointselected' => { 204 => 0x305, 247 => 0xe }, 'afpointselected2' => { 232 => 0x4 }, 'afpointselection' => { 58 => 0xb, 197 => '1.3', 200 => '1.3' }, 'afpointselectionmethod' => { 59 => 0x50f, 60 => 0xc, 61 => 0xd, 64 => 0xd }, 'afpointsinfocus' => { 54 => 0xe, 140 => 0x2, 228 => 0xb, 247 => [0xf,0x3c] }, 'afpointsinfocus5d' => { 15 => 0x38 }, 'afpointspotmetering' => { 58 => 0xd }, 'afpointsunknown1' => { 228 => 0x0 }, 'afpointsunknown2' => { 228 => 0x2 }, 'afpointsused' => { 141 => 0x8 }, 'afpredictor' => { 228 => 0x4 }, 'afresponse' => { 160 => 0xad }, 'afresult' => { 209 => 0x1038 }, 'afsearch' => { 204 => 0x303 }, 'afwithshutter' => { 271 => 0x2a }, 'aggregationtype' => { 301 => 'aggregationType' }, 'agreement' => { 303 => 'agreement' }, 'aiservocontinuousshooting' => { 58 => 0x15 }, 'aiservoimagepriority' => { 59 => 0x503 }, 'aiservotrackingmethod' => { 59 => 0x504 }, 'aiservotrackingsensitivity' => { 58 => 0x14, 59 => 0x502 }, 'album' => { 310 => 'album' }, 'alreadyapplied' => { 288 => 'AlreadyApplied' }, 'alternatetitle' => { 301 => 'alternateTitle' }, 'alttapename' => { 310 => 'altTapeName' }, 'alttimecode' => { 310 => 'altTimecode' }, 'alttimecodetimeformat' => { 310 => [\'altTimecode','altTimecodeTimeFormat'] }, 'alttimecodetimevalue' => { 310 => [\'altTimecode','altTimecodeTimeValue'] }, 'alttimecodevalue' => { 310 => [\'altTimecode','altTimecodeValue'] }, 'ambienceselection' => { 2 => 0x1 }, 'ambienttemperature' => { 259 => 0x14 }, 'ambienttemperaturefahrenheit' => { 259 => 0x13 }, 'analogbalance' => { 85 => 0xc627 }, 'angleadj' => { 78 => 0x8b }, 'anti-blur' => { 276 => 0xb04b }, 'antialiasstrength' => { 85 => 0xc632 }, 'aperturerange' => { 59 => 0x10d }, 'apertureringuse' => { 232 => '1.4' }, 'aperturevalue' => { 68 => 0x2, 85 => 0x9202, 209 => 0x1002, 292 => 'ApertureValue' }, 'applekeywords' => { 213 => 'AAPL:Keywords' }, 'applicationnotes' => { 85 => 0x2bc, 226 => 0x2bc }, 'applicationrecordversion' => { 92 => 0x0 }, 'applyshootingmeteringmode' => { 59 => 0x10e }, 'approximatefnumber' => { 219 => 0x313, 225 => 0x3406 }, 'approximatefocusdistance' => { 285 => 'ApproximateFocusDistance' }, 'armidentifier' => { 93 => 0x78 }, 'armversion' => { 93 => 0x7a }, 'artfilter' => { 204 => 0x529 }, 'artist' => { 85 => 0x13b, 215 => 'Artist', 247 => 0x22e, 306 => 'Artist', 310 => 'artist' }, 'artworkcopyrightnotice' => { 294 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] }, 'artworkcreator' => { 294 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] }, 'artworkdatecreated' => { 294 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] }, 'artworkorobject' => { 294 => 'ArtworkOrObject' }, 'artworksource' => { 294 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] }, 'artworksourceinventoryno' => { 294 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] }, 'artworktitle' => { 294 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] }, 'aspectframe' => { 208 => 0x1113 }, 'aspectratio' => { 3 => 0x0, 208 => 0x1112, 271 => 0x55 }, 'asshoticcprofile' => { 85 => 0xc68f }, 'asshotneutral' => { 85 => 0xc628 }, 'asshotpreprofilematrix' => { 85 => 0xc690 }, 'asshotprofilename' => { 85 => 0xc6f6 }, 'asshotwhitexy' => { 85 => 0xc629 }, 'assignbktbutton' => { 197 => '4.2' }, 'assignfuncbutton' => { 59 => 0x70b }, 'assistbuttonfunction' => { 57 => 0xd }, 'attributionname' => { 286 => 'attributionName' }, 'attributionurl' => { 286 => 'attributionURL' }, 'audio' => { 224 => 0x20 }, 'audiobitrate' => { 46 => 0x6c }, 'audiochannels' => { 46 => 0x70 }, 'audiochanneltype' => { 310 => 'audioChannelType' }, 'audiocompression' => { 112 => 'Compression' }, 'audiocompressor' => { 310 => 'audioCompressor' }, 'audioduration' => { 92 => 0x99 }, 'audiomoddate' => { 310 => 'audioModDate' }, 'audiooutcue' => { 92 => 0x9a }, 'audiosamplerate' => { 46 => 0x6e, 310 => 'audioSampleRate' }, 'audiosampletype' => { 310 => 'audioSampleType' }, 'audiosamplingrate' => { 92 => 0x97 }, 'audiosamplingresolution' => { 92 => 0x98 }, 'audiotype' => { 92 => 0x96 }, 'author' => { 114 => 'Author', 213 => 'Author', 215 => 'Author', 258 => 'Author', 284 => 'author', 298 => 'Author' }, 'authorsposition' => { 299 => 'AuthorsPosition' }, 'autoaperture' => { 241 => '0.1' }, 'autobracket' => { 270 => 0x19 }, 'autobracketing' => { 89 => 0x1100, 247 => 0x18 }, 'autobracketmodem' => { 197 => '21.2', 200 => '26.2' }, 'autobracketorder' => { 134 => 0x43, 197 => '21.3', 200 => '26.3', 201 => '12.2', 202 => '2.2', 203 => '13.2' }, 'autobracketset' => { 197 => '21.1', 199 => '11.1', 200 => '26.1', 201 => '12.1', 202 => '2.1', 203 => '13.1' }, 'autobrightness' => { 288 => 'AutoBrightness' }, 'autocontrast' => { 288 => 'AutoContrast' }, 'autodistortioncontrol' => { 149 => 0x4 }, 'autodynamicrange' => { 89 => 0x140b }, 'autoexposure' => { 288 => 'AutoExposure' }, 'autoexposurebracketing' => { 54 => 0x10 }, 'autofocus' => { 207 => 0x209 }, 'autofp' => { 202 => '7.3', 203 => '31.4' }, 'autoiso' => { 54 => 0x1, 82 => 0x3008, 198 => '1.1', 202 => '1.1' }, 'autoisomax' => { 198 => '1.2', 202 => '1.2' }, 'autoisominshutterspeed' => { 198 => '1.3', 202 => '1.3' }, 'autolightingoptimizer' => { 12 => 0xbe, 13 => 0xbf, 16 => 0xbf, 42 => 0x2, 59 => 0x204, 78 => 0x6f }, 'autolightingoptimizeron' => { 78 => 0x6e }, 'autoredeye' => { 190 => 0xfe28a44f }, 'autorotate' => { 54 => 0x1b }, 'autoshadows' => { 288 => 'AutoShadows' }, 'auxiliarylens' => { 160 => 0x82 }, 'avaperturesetting' => { 232 => 0x13 }, 'avsettingwithoutlens' => { 59 => 0x707 }, 'azimuth' => { 122 => 'Azimuth' }, 'babyage' => { 224 => [0x8010,0x33] }, 'babyname' => { 224 => 0x66 }, 'backgroundalpha' => { 305 => 'bgalpha' }, 'baseexposurecompensation' => { 232 => 0x15 }, 'baseiso' => { 54 => 0x2, 72 => 0x101c, 225 => 0x312a }, 'baselineexposure' => { 85 => 0xc62a }, 'baselinenoise' => { 85 => 0xc62b }, 'baselinesharpness' => { 85 => 0xc62c }, 'baseurl' => { 308 => 'BaseURL' }, 'batterylevel' => { 134 => 0x60 }, 'batteryorder' => { 197 => '12.5', 200 => '13.2', 201 => '2.1' }, 'batteryvoltage' => { 259 => 0x2a }, 'bayergreensplit' => { 85 => 0xc62d }, 'bayerpattern' => { 96 => 0xf902, 137 => 0x17 }, 'beatspliceparams' => { 310 => 'beatSpliceParams' }, 'beatspliceparamsriseindecibel' => { 310 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] }, 'beatspliceparamsriseintimeduration' => { 310 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] }, 'beatspliceparamsriseintimedurationscale' => { 310 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] }, 'beatspliceparamsriseintimedurationvalue' => { 310 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] }, 'beatspliceparamsusefilebeatsmarker' => { 310 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] }, 'beep' => { 197 => '13.1', 198 => '0.1', 199 => '2.1', 200 => '10.1', 202 => '0.1', 203 => '4.1' }, 'beeppitch' => { 201 => '3.1' }, 'beepvolume' => { 201 => '4.5' }, 'bestqualityscale' => { 85 => 0xc65c }, 'bestshotmode' => { 82 => 0x3007 }, 'bitdepth' => { 119 => 'BitDepth', 137 => 0x11, 165 => 0x41 }, 'bitspercomponent' => { 94 => 0x87 }, 'bitspersample' => { 85 => 0x102, 306 => 'BitsPerSample' }, 'blacklevel' => { 85 => 0xc61a, 209 => 0x1012 }, 'blacklevel2' => { 208 => 0x600, 212 => 0x600 }, 'blacklevelrepeatdim' => { 85 => 0xc619 }, 'blackpoint' => { 247 => 0x200 }, 'bleachbypasstoning' => { 247 => 0x7f }, 'bluebalance' => { 148 => 0x271, 209 => 0x1018, 226 => 0x12, 247 => 0x1b }, 'bluecurvelimits' => { 77 => 0x1fe }, 'bluecurvepoints' => { 77 => 0x1d4 }, 'bluehue' => { 288 => 'BlueHue' }, 'bluesaturation' => { 288 => 'BlueSaturation' }, 'blurwarning' => { 89 => 0x1300 }, 'bodybatteryadload' => { 230 => 0x3 }, 'bodybatteryadnoload' => { 230 => 0x2 }, 'bodybatterystate' => { 230 => '1.1' }, 'bodybatteryvoltage1' => { 230 => 0x2 }, 'bodybatteryvoltage2' => { 230 => 0x4 }, 'bodybatteryvoltage3' => { 230 => 0x6 }, 'bodybatteryvoltage4' => { 230 => 0x8 }, 'bodyfirmware' => { 264 => 0x0 }, 'bodyfirmwareversion' => { 205 => 0x104, 206 => 0x100, 209 => 0x104 }, 'bodyserialnumber' => { 264 => 0x10 }, 'bracketmode' => { 38 => 0x3 }, 'bracketsequence' => { 82 => 0x301d }, 'bracketshotnumber' => { 38 => 0x5, 232 => 0x9 }, 'bracketstep' => { 131 => 0xe }, 'bracketvalue' => { 38 => 0x4 }, 'brightness' => { 85 => 0xfe53, 113 => 'Brightness', 131 => 0x2c, 162 => 0x34, 259 => 0x25, 271 => 0x22, 276 => 0x2007, 288 => 'Brightness' }, 'brightnessadj' => { 77 => 0x114, 183 => 0x0, 193 => 0x2d, 279 => 0x8018 }, 'brightnessvalue' => { 85 => 0x9203, 209 => 0x1003, 292 => 'BrightnessValue' }, 'bulbduration' => { 54 => 0x18 }, 'burstmode' => { 99 => 0xa, 224 => 0x2a }, 'burstmode2' => { 99 => 0x18 }, 'burstshot' => { 270 => 0x34 }, 'buttonfunctioncontroloff' => { 59 => 0x70a }, 'bwfilter' => { 131 => 0x2a, 138 => 0x39 }, 'bwmode' => { 209 => 0x203 }, 'by-line' => { 92 => 0x50 }, 'by-linetitle' => { 92 => 0x55 }, 'bytecount' => { 301 => 'byteCount' }, 'calibration' => { 270 => 0x24 }, 'calibrationilluminant1' => { 85 => 0xc65a }, 'calibrationilluminant2' => { 85 => 0xc65b }, 'cameraangle' => { 310 => 'cameraAngle' }, 'cameracalibration1' => { 85 => 0xc623 }, 'cameracalibration2' => { 85 => 0xc624 }, 'cameracalibrationsig' => { 85 => 0xc6f3 }, 'cameracolorcalibration01' => { 26 => 0x0, 32 => 0xba }, 'cameracolorcalibration02' => { 26 => 0x4, 32 => 0xbf }, 'cameracolorcalibration03' => { 26 => 0x8, 32 => 0xc4 }, 'cameracolorcalibration04' => { 26 => 0xc, 32 => 0xc9 }, 'cameracolorcalibration05' => { 26 => 0x10, 32 => 0xce }, 'cameracolorcalibration06' => { 26 => 0x14, 32 => 0xd3 }, 'cameracolorcalibration07' => { 26 => 0x18, 32 => 0xd8 }, 'cameracolorcalibration08' => { 26 => 0x1c, 32 => 0xdd }, 'cameracolorcalibration09' => { 26 => 0x20, 32 => 0xe2 }, 'cameracolorcalibration10' => { 26 => 0x24, 32 => 0xe7 }, 'cameracolorcalibration11' => { 26 => 0x28, 32 => 0xec }, 'cameracolorcalibration12' => { 26 => 0x2c, 32 => 0xf1 }, 'cameracolorcalibration13' => { 26 => 0x30, 32 => 0xf6 }, 'cameracolorcalibration14' => { 26 => 0x34, 32 => 0xfb }, 'cameracolorcalibration15' => { 26 => 0x38, 32 => 0x100 }, 'cameraid' => { 209 => 0x209, 269 => 0x209 }, 'cameraiso' => { 24 => 0x10 }, 'cameralabel' => { 310 => 'cameraLabel' }, 'cameramodel' => { 310 => 'cameraModel' }, 'cameramove' => { 310 => 'cameraMove' }, 'cameraorientation' => { 4 => 0x30, 7 => 0x30, 9 => 0x35, 10 => 0x30, 11 => 0x30, 12 => 0x31, 13 => 0x31, 14 => 0x35, 15 => 0x27, 16 => 0x31, 18 => 0x36, 20 => 0x11, 249 => 0x1 }, 'cameraowner' => { 100 => 0xc353 }, 'cameraparameters' => { 209 => 0x2050 }, 'cameraprofile' => { 288 => 'CameraProfile' }, 'cameraprofiledigest' => { 288 => 'CameraProfileDigest' }, 'cameraserialnumber' => { 85 => 0xc62f, 130 => 'CameraSerialNumber' }, 'camerasettingsversion' => { 204 => 0x0 }, 'cameratemperature' => { 4 => 0x18, 7 => 0x18, 9 => 0x19, 10 => 0x18, 11 => 0x18, 12 => 0x19, 13 => 0x19, 14 => 0x19, 15 => 0x17, 16 => 0x19, 18 => 0x19, 19 => 0x19, 21 => [0x87,0x91], 22 => [0x99,0x9f,0xa4,0xa8,0x105], 23 => [0x64,0x1d2,0x1f7,0x1fa,0x47,0x53,0x5b,0x5c], 54 => 0xc, 219 => 0x320, 225 => 0x3402, 247 => 0x47, 267 => 0x43 }, 'cameratemperature2' => { 250 => 0xc }, 'cameratemperature3' => { 250 => 0xe }, 'cameratemperature4' => { 250 => 0x14 }, 'cameratemperature5' => { 250 => 0x16 }, 'cameratype' => { 54 => 0x1a, 209 => 0x207 }, 'cameratype2' => { 205 => 0x100 }, 'canonexposuremode' => { 24 => 0x14 }, 'canonfiledescription' => { 72 => 0x805 }, 'canonfilelength' => { 43 => 0xe }, 'canonfirmwareversion' => { 43 => 0x7, 72 => 0x80b }, 'canonflashinfo' => { 72 => 0x1028 }, 'canonflashmode' => { 24 => 0x4 }, 'canonimagesize' => { 6 => 0x39, 24 => 0xa }, 'canonimagetype' => { 43 => 0x6, 72 => 0x815 }, 'canonmodelid' => { 43 => 0x10, 72 => 0x1834 }, 'canonvrd' => { 86 => 'CanonVRD' }, 'caption' => { 284 => 'caption' }, 'caption-abstract' => { 92 => 0x78 }, 'captionsauthornames' => { 291 => 'CaptionsAuthorNames' }, 'captionsdatetimestamps' => { 291 => 'CaptionsDateTimeStamps' }, 'captionwriter' => { 299 => 'CaptionWriter' }, 'captureframerate' => { 82 => 0x4001 }, 'cardshutterlock' => { 134 => 0x49 }, 'casioimagesize' => { 82 => 0x9 }, 'catalogsets' => { 92 => 0xff, 283 => 'CatalogSets' }, 'categories' => { 43 => 0x23, 284 => 'categories' }, 'category' => { 92 => 0xf, 299 => 'Category' }, 'ccdboardversion' => { 219 => 0x331 }, 'ccdscanmode' => { 209 => 0x1039 }, 'ccdsensitivity' => { 180 => 0x6 }, 'ccdversion' => { 219 => 0x330 }, 'cellglobalid' => { 287 => 'cgi' }, 'celllength' => { 85 => 0x109 }, 'cellr' => { 287 => 'r' }, 'celltowerid' => { 287 => 'cellid' }, 'cellwidth' => { 85 => 0x108 }, 'centerafarea' => { 202 => '15.1' }, 'centerfocuspoint' => { 203 => '2.2' }, 'centerweightedareasize' => { 197 => '7.1', 200 => '5.1', 201 => '7.1', 202 => '6.3', 203 => '8.1' }, 'certificate' => { 314 => 'Certificate' }, 'cfapattern' => { 85 => 0xa302, 292 => 'CFAPattern' }, 'cfapatterncolumns' => { 292 => [\'CFAPattern','CFAPatternColumns'] }, 'cfapatternrows' => { 292 => [\'CFAPattern','CFAPatternRows'] }, 'cfapatternvalues' => { 292 => [\'CFAPattern','CFAPatternValues'] }, 'channel' => { 301 => 'channel' }, 'channels' => { 112 => 'Channels' }, 'checkmark' => { 77 => 0x26a }, 'checkmark2' => { 78 => 0x8e }, 'childfontfiles' => { 315 => [\'Fonts','FontsChildFontFiles'] }, 'chmodeshootingspeed' => { 197 => '10.3' }, 'chromablurradius' => { 85 => 0xc631 }, 'chromaticaberration' => { 78 => 0x66 }, 'chromaticaberrationb' => { 288 => 'ChromaticAberrationB' }, 'chromaticaberrationblue' => { 78 => 0x6b }, 'chromaticaberrationcorrection' => { 240 => 0x1 }, 'chromaticaberrationon' => { 78 => 0x62 }, 'chromaticaberrationr' => { 288 => 'ChromaticAberrationR' }, 'chromaticaberrationred' => { 78 => 0x6a }, 'chrominancenoisereduction' => { 78 => 0x5e, 270 => 0x1a }, 'chrominancenr_tiff_jpeg' => { 78 => 0x60 }, 'city' => { 92 => 0x5a, 118 => 'City', 224 => 0x6d, 299 => 'City' }, 'clarity' => { 288 => 'Clarity' }, 'classifystate' => { 92 => 0xe1 }, 'client' => { 310 => 'client' }, 'clmodeshootingspeed' => { 197 => '10.2', 200 => '11.2', 201 => '10.2', 203 => '11.1' }, 'cmcontrast' => { 212 => 0x2022 }, 'cmexposurecompensation' => { 212 => 0x2000 }, 'cmhue' => { 212 => 0x2021 }, 'cmsaturation' => { 212 => 0x2020 }, 'cmsharpness' => { 212 => 0x2023 }, 'cmwhitebalance' => { 212 => 0x2001 }, 'cmwhitebalancecomp' => { 212 => 0x2002 }, 'cmwhitebalancegraypoint' => { 212 => 0x2010 }, 'codec' => { 126 => 'Codec' }, 'codedcharacterset' => { 93 => 0x5a }, 'collectionname' => { 295 => [\'Collections','CollectionsCollectionName'] }, 'collections' => { 295 => 'Collections' }, 'collectionuri' => { 295 => [\'Collections','CollectionsCollectionURI'] }, 'coloraberrationcontrol' => { 190 => 0xc89224b }, 'coloradjustment' => { 270 => 0x14 }, 'coloradjustmentmode' => { 269 => 0x210 }, 'coloranta' => { 315 => [\'Colorants','ColorantsA'] }, 'colorantb' => { 315 => [\'Colorants','ColorantsB'] }, 'colorantblack' => { 315 => [\'Colorants','ColorantsBlack'] }, 'colorantblue' => { 315 => [\'Colorants','ColorantsBlue'] }, 'colorantcyan' => { 315 => [\'Colorants','ColorantsCyan'] }, 'colorantgreen' => { 315 => [\'Colorants','ColorantsGreen'] }, 'colorantl' => { 315 => [\'Colorants','ColorantsL'] }, 'colorantmagenta' => { 315 => [\'Colorants','ColorantsMagenta'] }, 'colorantmode' => { 315 => [\'Colorants','ColorantsMode'] }, 'colorantred' => { 315 => [\'Colorants','ColorantsRed'] }, 'colorants' => { 315 => 'Colorants' }, 'colorantswatchname' => { 315 => [\'Colorants','ColorantsSwatchName'] }, 'coloranttype' => { 315 => [\'Colorants','ColorantsType'] }, 'colorantyellow' => { 315 => [\'Colorants','ColorantsYellow'] }, 'colorbalance' => { 113 => 'ColorBalance' }, 'colorbalanceadj' => { 190 => 0x76a43202 }, 'colorbalanceblue' => { 131 => 0x1e }, 'colorbalancegreen' => { 131 => 0x1d }, 'colorbalancered' => { 131 => 0x1c }, 'colorblur' => { 78 => 0x65 }, 'colorbooster' => { 190 => 0x5f0e7d23 }, 'colorboostlevel' => { 184 => 0x1 }, 'colorboosttype' => { 184 => 0x0 }, 'colorclass' => { 253 => 0xde }, 'colorcompensationfilter' => { 134 => [0x3a,0x5f], 135 => 0x111, 276 => 0xb022 }, 'colorcontrol' => { 209 => 0x102b }, 'colorcorrection' => { 279 => 0x8015 }, 'colordataversion' => { 30 => 0x0, 31 => 0x0, 33 => 0x0 }, 'coloreffect' => { 224 => 0x28 }, 'colorfilter' => { 81 => 0x17, 82 => 0x3017, 131 => 0x29, 138 => [0x38,0x4d,0x4f], 252 => 0x17 }, 'colorgain' => { 165 => 0x51 }, 'colorhue' => { 160 => 0x8d }, 'colorimetricreference' => { 85 => 0xc6bf }, 'colormatrix' => { 208 => 0x200, 209 => 0x1011, 267 => 0xa030 }, 'colormatrix1' => { 85 => 0xc621 }, 'colormatrix2' => { 85 => 0xc622, 212 => 0x200 }, 'colormatrixa' => { 247 => 0x203 }, 'colormatrixadobergb' => { 267 => 0xa032 }, 'colormatrixb' => { 247 => 0x204 }, 'colormatrixnumber' => { 209 => 0x1019 }, 'colormatrixsrgb' => { 267 => 0xa031 }, 'colormode' => { 82 => 0x3015, 89 => 0x1210, 99 => 0x66, 131 => 0x28, 134 => 0x16, 135 => 0x101, 138 => 0x7, 160 => 0x3, 180 => 0x4, 224 => 0x32, 270 => 0x2c, 276 => 0xb029, 299 => 'ColorMode' }, 'colormoirereduction' => { 191 => 0x15 }, 'colormoirereductionmode' => { 191 => 0x5 }, 'colornoisereduction' => { 279 => 0x8029, 288 => 'ColorNoiseReduction' }, 'colornoisereductiondetail' => { 288 => 'ColorNoiseReductionDetail' }, 'colornoisereductionintensity' => { 191 => 0x18 }, 'colornoisereductionsharpness' => { 191 => 0x1c }, 'colorplanes' => { 88 => 0x2 }, 'colorprofile' => { 131 => 0x33 }, 'colorrepresentation' => { 94 => 0x3c }, 'colorreproduction' => { 276 => 0xb020 }, 'colorsequence' => { 94 => 0x41 }, 'colorspace' => { 34 => 0x3, 43 => 0xb4, 72 => 0x10b4, 85 => 0xa001, 119 => 'ColorSpace', 132 => 0x2f, 133 => 0x25, 134 => 0x17, 160 => 0x1e, 204 => 0x507, 247 => 0x37, 267 => 0xa011, 270 => 0xb, 292 => 'ColorSpace' }, 'colortempasshot' => { 27 => 0x4, 28 => 0x1d, 29 => 0x26, 30 => 0x43, 33 => 0x43 }, 'colortempauto' => { 27 => 0x9, 28 => 0x22, 29 => 0x1c, 30 => 0x48, 33 => 0x48 }, 'colortempcloudy' => { 27 => 0x22, 28 => 0x31, 29 => 0x35, 30 => 0x5c, 33 => 0x75 }, 'colortempcustom' => { 30 => 0x84 }, 'colortempcustom1' => { 28 => 0x45 }, 'colortempcustom2' => { 28 => 0x4a }, 'colortempdaylight' => { 27 => 0x18, 28 => 0x27, 29 => 0x2b, 30 => 0x52, 33 => 0x6b }, 'colortemperature' => { 4 => 0x73, 5 => [0x48,0x4e], 6 => 0x37, 7 => 0x62, 8 => 0x37, 9 => [0x7b,0x7c], 10 => 0x73, 11 => 0x73, 12 => 0x77, 13 => 0x73, 14 => 0x7c, 15 => 0x58, 16 => 0x73, 18 => 0x7d, 20 => 0x57, 43 => 0xae, 52 => 0x9, 72 => 0x10ae, 89 => 0x1005, 97 => 0x846, 113 => 'ColorTemperature', 132 => [0x6e,0x49], 133 => 0x3f, 134 => [0x39,0x5e], 135 => 0x10b, 138 => [0x3c,0x4c,0x4e], 219 => 0x321, 247 => 0x50, 276 => 0xb021, 288 => 'Temperature' }, 'colortemperatureadj' => { 279 => 0x8013 }, 'colortemperaturebg' => { 209 => 0x1013 }, 'colortemperaturerg' => { 209 => 0x1014 }, 'colortemperaturesetting' => { 134 => 0x25 }, 'colortempflash' => { 27 => 0x36, 28 => 0x40, 29 => 0x49, 30 => 0x70, 33 => 0x89 }, 'colortempflashdata' => { 30 => 0x24a }, 'colortempfluorescent' => { 27 => 0x2c, 28 => 0x3b, 29 => 0x3f, 30 => 0x66, 33 => 0x7f }, 'colortempkelvin' => { 27 => 0x31, 29 => 0x44, 30 => 0x6b, 33 => 0x84 }, 'colortempmeasured' => { 27 => 0xe, 30 => 0x4d, 33 => 0x4d }, 'colortemppc1' => { 29 => 0x94, 30 => 0x75 }, 'colortemppc2' => { 29 => 0x99, 30 => 0x7a }, 'colortemppc3' => { 29 => 0x9e, 30 => 0x7f }, 'colortempshade' => { 27 => 0x1d, 28 => 0x2c, 29 => 0x30, 30 => 0x57, 33 => 0x70 }, 'colortemptungsten' => { 27 => 0x27, 28 => 0x36, 29 => 0x3a, 30 => 0x61, 33 => 0x7a }, 'colortempunknown' => { 27 => 0x13, 29 => 0x21, 33 => 0x52 }, 'colortempunknown10' => { 27 => 0x63, 29 => 0x76, 33 => 0xa2 }, 'colortempunknown11' => { 27 => 0x68, 29 => 0x7b, 33 => 0xa7 }, 'colortempunknown12' => { 27 => 0x6d, 29 => 0x80, 33 => 0xac }, 'colortempunknown13' => { 27 => 0x72, 29 => 0x85, 33 => 0xb1 }, 'colortempunknown14' => { 29 => 0x8a, 33 => 0xb6 }, 'colortempunknown15' => { 29 => 0x8f, 33 => 0xbb }, 'colortempunknown16' => { 29 => 0xa3 }, 'colortempunknown2' => { 27 => 0x3b, 29 => 0x4e, 33 => 0x57 }, 'colortempunknown3' => { 27 => 0x40, 29 => 0x53, 33 => 0x5c }, 'colortempunknown4' => { 27 => 0x45, 29 => 0x58, 33 => 0x61 }, 'colortempunknown5' => { 27 => 0x4a, 29 => 0x5d, 33 => 0x66 }, 'colortempunknown6' => { 27 => 0x4f, 29 => 0x62, 33 => 0x8e }, 'colortempunknown7' => { 27 => 0x54, 29 => 0x67, 33 => 0x93 }, 'colortempunknown8' => { 27 => 0x59, 29 => 0x6c, 33 => 0x98 }, 'colortempunknown9' => { 27 => 0x5e, 29 => 0x71, 33 => 0x9d }, 'colortone' => { 6 => 0x6f, 8 => 0x77, 24 => 0x2a, 34 => 0x2 }, 'colortoneadj' => { 77 => 0x11e }, 'colortonefaithful' => { 15 => 0x107, 48 => 0x6c, 49 => 0x6c }, 'colortonelandscape' => { 15 => 0x105, 48 => 0x3c, 49 => 0x3c }, 'colortonemonochrome' => { 48 => 0x84, 49 => 0x84 }, 'colortoneneutral' => { 15 => 0x106, 48 => 0x54, 49 => 0x54 }, 'colortoneportrait' => { 15 => 0x104, 48 => 0x24, 49 => 0x24 }, 'colortonestandard' => { 15 => 0x103, 48 => 0xc, 49 => 0xc }, 'colortoneunknown' => { 49 => 0x9c }, 'colortoneuserdef1' => { 15 => 0x109, 48 => 0x9c, 49 => 0xb4 }, 'colortoneuserdef2' => { 15 => 0x10a, 48 => 0xb4, 49 => 0xcc }, 'colortoneuserdef3' => { 15 => 0x10b, 48 => 0xcc, 49 => 0xe4 }, 'commanddials' => { 202 => '5.1' }, 'commanddialsaperturesetting' => { 197 => '17.3', 200 => '33.3', 201 => '17.3' }, 'commanddialschangemainsub' => { 197 => '17.2', 200 => '33.2', 201 => '17.2' }, 'commanddialsmenuandplayback' => { 197 => '17.4', 200 => '33.4', 201 => '17.4' }, 'commanddialsreverserotation' => { 197 => '17.1', 199 => '16.2', 200 => '33.1', 201 => '17.1', 203 => '18.1' }, 'commanderchannel' => { 202 => '10.2' }, 'commandergroupa_ttl-aacomp' => { 202 => '13.1' }, 'commandergroupa_ttlcomp' => { 203 => '32.1' }, 'commandergroupamanualoutput' => { 202 => '13.2' }, 'commandergroupamode' => { 202 => '11.2' }, 'commandergroupb_ttl-aacomp' => { 202 => '14.1' }, 'commandergroupb_ttlcomp' => { 203 => '33.1' }, 'commandergroupbmanualoutput' => { 202 => '14.2' }, 'commandergroupbmode' => { 202 => '11.3' }, 'commanderinternalflash' => { 202 => '11.1' }, 'commanderinternalmanualoutput' => { 202 => '12.2' }, 'commanderinternalttlchannel' => { 200 => '18.2' }, 'commanderinternalttlcomp' => { 202 => '12.1', 203 => '31.2' }, 'commanderinternalttlcompbuiltin' => { 200 => '20.1', 201 => '26.1' }, 'commanderinternalttlcompgroupa' => { 200 => '21.1', 201 => '27.1' }, 'commanderinternalttlcompgroupb' => { 200 => '22.1', 201 => '28.1' }, 'comment' => { 0 => 0x2, 86 => 'Comment', 114 => 'Comment', 215 => 'Comment' }, 'complianceprofile' => { 301 => 'complianceProfile' }, 'componentsconfiguration' => { 85 => 0x9101, 119 => 'Components', 292 => 'ComponentsConfiguration' }, 'componentversion' => { 72 => 0x80c }, 'composer' => { 310 => 'composer' }, 'compositionadjust' => { 246 => '0.1' }, 'compositionadjustrotation' => { 246 => 0x7 }, 'compositionadjustx' => { 246 => 0x5 }, 'compositionadjusty' => { 246 => 0x6 }, 'compressedbitsperpixel' => { 85 => 0x9102, 292 => 'CompressedBitsPerPixel' }, 'compressedimagesize' => { 135 => 0x40, 209 => 0x40 }, 'compression' => { 85 => 0x103, 306 => 'Compression' }, 'compressionfactor' => { 204 => 0x50d }, 'compressionratio' => { 119 => 'Compression', 209 => 0x1034 }, 'constrainedcropheight' => { 77 => 0x266, 253 => 0xd6 }, 'constrainedcropwidth' => { 77 => 0x262, 253 => 0xd5 }, 'contact' => { 92 => 0x76 }, 'contentlocationcode' => { 92 => 0x1a }, 'contentlocationname' => { 92 => 0x1b }, 'continuousbracketing' => { 134 => 0x20 }, 'continuousdrive' => { 24 => 0x5 }, 'continuousshootingspeed' => { 59 => 0x610 }, 'continuousshotlimit' => { 59 => 0x611 }, 'contrast' => { 6 => 0x73, 8 => 0x75, 24 => 0xd, 81 => 0xc, 82 => [0x3012,0x20], 85 => [0xa408,0xfe54], 89 => [0x1004,0x1006], 113 => 'Contrast', 131 => 0x20, 132 => 0x31, 133 => 0x27, 134 => 0x19, 138 => 0x2, 162 => 0x33, 209 => 0x1029, 224 => 0x39, 225 => 0x300a, 247 => 0x20, 252 => 0xc, 259 => 0x24, 270 => 0xd, 271 => 0x1d, 272 => 0x1a, 276 => 0x2004, 288 => 'Contrast', 292 => 'Contrast' }, 'contrastadj' => { 77 => 0x115, 193 => 0x2c, 279 => 0x8017 }, 'contrastdetectaf' => { 141 => 0x4 }, 'contrastdetectafarea' => { 247 => 0x231 }, 'contrastdetectafinfocus' => { 141 => 0x1c }, 'contrastfaithful' => { 15 => 0xec, 48 => 0x60, 49 => 0x60 }, 'contrasthighlight' => { 247 => 0x6d }, 'contrasthighlightshadowadj' => { 247 => 0x6f }, 'contrastlandscape' => { 15 => 0xea, 48 => 0x30, 49 => 0x30 }, 'contrastmode' => { 224 => 0x2c }, 'contrastmonochrome' => { 15 => 0xed, 48 => 0x78, 49 => 0x78 }, 'contrastneutral' => { 15 => 0xeb, 48 => 0x48, 49 => 0x48 }, 'contrastportrait' => { 15 => 0xe9, 48 => 0x18, 49 => 0x18 }, 'contrastsetting' => { 204 => 0x505, 212 => 0x1012 }, 'contrastshadow' => { 247 => 0x6e }, 'contraststandard' => { 15 => 0xe8, 48 => 0x0, 49 => 0x0 }, 'contrastunknown' => { 49 => 0x90 }, 'contrastuserdef1' => { 15 => 0xee, 48 => 0x90, 49 => 0xa8 }, 'contrastuserdef2' => { 15 => 0xef, 48 => 0xa8, 49 => 0xc0 }, 'contrastuserdef3' => { 15 => 0xf0, 48 => 0xc0, 49 => 0xd8 }, 'contributedmedia' => { 310 => 'contributedMedia' }, 'contributedmediaduration' => { 310 => [\'contributedMedia','contributedMediaDuration'] }, 'contributedmediadurationscale' => { 310 => [\'contributedMedia','contributedMediaDurationScale'] }, 'contributedmediadurationvalue' => { 310 => [\'contributedMedia','contributedMediaDurationValue'] }, 'contributedmediamanaged' => { 310 => [\'contributedMedia','contributedMediaManaged'] }, 'contributedmediapath' => { 310 => [\'contributedMedia','contributedMediaPath'] }, 'contributedmediastarttime' => { 310 => [\'contributedMedia','contributedMediaStartTime'] }, 'contributedmediastarttimescale' => { 310 => [\'contributedMedia','contributedMediaStartTimeScale'] }, 'contributedmediastarttimevalue' => { 310 => [\'contributedMedia','contributedMediaStartTimeValue'] }, 'contributedmediatrack' => { 310 => [\'contributedMedia','contributedMediaTrack'] }, 'contributedmediawebstatement' => { 310 => [\'contributedMedia','contributedMediaWebStatement'] }, 'contributor' => { 289 => 'contributor' }, 'contributors' => { 114 => 'Contributors' }, 'controldialset' => { 134 => 0x46 }, 'controlledvocabularyterm' => { 294 => 'CVterm' }, 'controllerboardversion' => { 219 => 0x332 }, 'controlmode' => { 54 => 0x12 }, 'conversionlens' => { 224 => 0x35 }, 'converter' => { 85 => 0xfe4d, 180 => 0xb, 288 => 'Converter' }, 'converttograyscale' => { 288 => 'ConvertToGrayscale' }, 'copyright' => { 0 => 0x3, 85 => 0x8298, 114 => 'Copyright', 215 => 'Copyright', 247 => 0x22f, 258 => 'Copyright', 298 => 'Copyright', 301 => 'copyright', 303 => 'copyright', 306 => 'Copyright', 310 => 'copyright' }, 'copyrightflag' => { 256 => 0x40a }, 'copyrightnotice' => { 92 => 0x74 }, 'copyrightowner' => { 300 => 'CopyrightOwner' }, 'copyrightownerid' => { 300 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] }, 'copyrightownerimageid' => { 300 => 'CopyrightOwnerImageID' }, 'copyrightownername' => { 300 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] }, 'copyrightregistrationnumber' => { 300 => 'CopyrightRegistrationNumber' }, 'copyrightstatus' => { 300 => 'CopyrightStatus' }, 'coringfilter' => { 208 => 0x310, 209 => 0x102d, 212 => 0x310 }, 'coringvalues' => { 208 => 0x311, 212 => 0x311 }, 'corporateentity' => { 301 => 'corporateEntity' }, 'country' => { 118 => 'Country', 224 => 0x69, 299 => 'Country' }, 'country-primarylocationcode' => { 92 => 0x64 }, 'country-primarylocationname' => { 92 => 0x65 }, 'countrycode' => { 254 => 'CountryCode', 293 => 'CountryCode' }, 'coverage' => { 289 => 'coverage' }, 'coverdate' => { 301 => 'coverDate' }, 'coverdisplaydate' => { 301 => 'coverDisplayDate' }, 'cpufirmwareversion' => { 247 => 0x28 }, 'crc32' => { 290 => 'crc32' }, 'createdate' => { 85 => 0x9004, 114 => 'CreateDate', 213 => 'CreationDate', 215 => 'create-date', 258 => 'CreationDate', 308 => 'CreateDate' }, 'creationdate' => { 298 => 'CreationDate', 301 => 'creationDate' }, 'creationtime' => { 215 => 'Creation Time' }, 'creativestyle' => { 271 => 0x1a, 272 => 0x18 }, 'creativestylewaschanged' => { 279 => 0x8001 }, 'creator' => { 213 => 'Creator', 258 => 'Creator', 289 => 'creator', 298 => 'Creator' }, 'creatoraddress' => { 293 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] }, 'creatorcity' => { 293 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] }, 'creatorcontactinfo' => { 293 => 'CreatorContactInfo' }, 'creatorcountry' => { 293 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] }, 'creatorpostalcode' => { 293 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] }, 'creatorregion' => { 293 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] }, 'creatortool' => { 308 => 'CreatorTool' }, 'creatorworkemail' => { 293 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] }, 'creatorworktelephone' => { 293 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] }, 'creatorworkurl' => { 293 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] }, 'credit' => { 92 => 0x6e, 299 => 'Credit' }, 'creditline' => { 303 => 'creditLine' }, 'creditlinereq' => { 313 => 'CreditLineReq' }, 'creditlinerequired' => { 300 => 'CreditLineRequired' }, 'cropactive' => { 77 => 0x244 }, 'cropangle' => { 288 => 'CropAngle' }, 'cropaspectratio' => { 77 => 0x260 }, 'cropbottom' => { 88 => 0x9, 185 => 0x36, 253 => 0xdc, 288 => 'CropBottom' }, 'cropbottommargin' => { 35 => 0x3 }, 'cropconstraintowarp' => { 288 => 'CropConstrainToWarp' }, 'cropheight' => { 77 => 0x24c, 208 => 0x615, 212 => 0x615, 288 => 'CropHeight' }, 'crophispeed' => { 160 => 0x1b }, 'cropleft' => { 77 => 0x246, 88 => 0x6, 185 => 0x1e, 208 => 0x612, 212 => 0x612, 253 => 0xd9, 288 => 'CropLeft' }, 'cropleftmargin' => { 35 => 0x0 }, 'cropoutputheight' => { 185 => 0xce }, 'cropoutputheightinches' => { 185 => 0x96 }, 'cropoutputpixels' => { 185 => 0xd6 }, 'cropoutputresolution' => { 185 => 0xb6 }, 'cropoutputscale' => { 185 => 0xbe }, 'cropoutputwidth' => { 185 => 0xc6 }, 'cropoutputwidthinches' => { 185 => 0x8e }, 'croppedimageheight' => { 3 => 0x2 }, 'croppedimagewidth' => { 3 => 0x1 }, 'cropright' => { 88 => 0x8, 185 => 0x2e, 253 => 0xdb, 288 => 'CropRight' }, 'croprightmargin' => { 35 => 0x1 }, 'croprotation' => { 88 => 0xb }, 'cropscaledresolution' => { 185 => 0x9e }, 'cropsourceresolution' => { 185 => 0xae }, 'croptop' => { 77 => 0x248, 88 => 0x7, 185 => 0x26, 208 => 0x613, 212 => 0x613, 253 => 0xda, 288 => 'CropTop' }, 'croptopmargin' => { 35 => 0x2 }, 'cropunit' => { 288 => 'CropUnit' }, 'cropunits' => { 288 => 'CropUnits' }, 'cropwidth' => { 77 => 0x24a, 208 => 0x614, 212 => 0x614, 288 => 'CropWidth' }, 'crossprocess' => { 247 => 0x7b }, 'crossprocessparams' => { 247 => 0x235 }, 'currenticcprofile' => { 85 => 0xc691 }, 'currentpreprofilematrix' => { 85 => 0xc692 }, 'currentversion' => { 279 => 0xd000 }, 'curves' => { 190 => 0x76a43201 }, 'custom1' => { 300 => 'Custom1' }, 'custom10' => { 300 => 'Custom10' }, 'custom2' => { 300 => 'Custom2' }, 'custom3' => { 300 => 'Custom3' }, 'custom4' => { 300 => 'Custom4' }, 'custom5' => { 300 => 'Custom5' }, 'custom6' => { 300 => 'Custom6' }, 'custom7' => { 300 => 'Custom7' }, 'custom8' => { 300 => 'Custom8' }, 'custom9' => { 300 => 'Custom9' }, 'customcontrast' => { 78 => 0x4e }, 'customcontrols' => { 59 => 0x70c }, 'customlinear' => { 78 => 0x4f }, 'customoutputhighlightpoint' => { 78 => 0x53 }, 'customoutputshadowpoint' => { 78 => 0x54 }, 'custompicturestylefilename' => { 43 => 0x4010 }, 'customrawhighlight' => { 78 => 0x7c }, 'customrawhighlightpoint' => { 78 => 0x51 }, 'customrawshadow' => { 78 => 0x85 }, 'customrawshadowpoint' => { 78 => 0x52 }, 'customrendered' => { 85 => 0xa401, 292 => 'CustomRendered' }, 'customsaturation' => { 204 => 0x503 }, 'customsettingsalldefault' => { 197 => '0.2', 200 => '0.2' }, 'customsettingsbank' => { 197 => '0.1', 200 => '0.1' }, 'customsharpness' => { 78 => 0x50 }, 'customwbbluelevel' => { 134 => 0x36 }, 'customwberror' => { 134 => 0x37 }, 'customwbgreenlevel' => { 134 => 0x35 }, 'customwbredlevel' => { 134 => 0x34 }, 'customwbsetting' => { 134 => 0x26 }, 'd-lightinghq' => { 190 => 0x2175eb78 }, 'd-lightinghqcolorboost' => { 186 => 0x2 }, 'd-lightinghqhighlight' => { 186 => 0x1 }, 'd-lightinghqselected' => { 190 => 0x6a6e36b6 }, 'd-lightinghqshadow' => { 186 => 0x0 }, 'd-lightinghs' => { 190 => 0xce5554aa }, 'd-lightinghsadjustment' => { 187 => 0x0 }, 'd-lightinghscolorboost' => { 187 => 0x1 }, 'd-rangeoptimizerhighlight' => { 279 => 0x8024 }, 'd-rangeoptimizermode' => { 279 => 0x8022 }, 'd-rangeoptimizershadow' => { 279 => 0x802d }, 'd-rangeoptimizervalue' => { 279 => 0x8023 }, 'datacompressionmethod' => { 94 => 0x6e }, 'dataimprint' => { 131 => 0x34 }, 'date' => { 247 => 0x6, 289 => 'date' }, 'dateacquired' => { 130 => 'DateAcquired' }, 'datecreated' => { 92 => 0x37, 299 => 'DateCreated' }, 'datedisplayformat' => { 182 => 0x3 }, 'dateimprint' => { 199 => '4.2' }, 'daterecieved' => { 301 => 'dateRecieved' }, 'datesent' => { 93 => 0x46 }, 'datestampmode' => { 43 => 0x1c }, 'datetime' => { 284 => 'datetime', 306 => 'DateTime' }, 'datetimedigitized' => { 292 => 'DateTimeDigitized' }, 'datetimeoriginal' => { 75 => 0x0, 85 => 0x9003, 111 => 0x14, 114 => 'OriginalDate', 259 => 0xb, 292 => 'DateTimeOriginal' }, 'datetimestamp' => { 99 => 0x64 }, 'daylightsavings' => { 182 => 0x2 }, 'declination' => { 122 => 'Declination' }, 'decposition' => { 131 => 0x32 }, 'defaultcroporigin' => { 85 => 0xc61f }, 'defaultcropsize' => { 85 => 0xc620 }, 'defaultscale' => { 85 => 0xc61e }, 'defringe' => { 288 => 'Defringe' }, 'deletedimagecount' => { 160 => 0xa6, 166 => 0x6e }, 'derivedfrom' => { 311 => 'DerivedFrom' }, 'derivedfromalternatepaths' => { 311 => [\'DerivedFrom','DerivedFromAlternatePaths'] }, 'derivedfromdocumentid' => { 311 => [\'DerivedFrom','DerivedFromDocumentID'] }, 'derivedfromfilepath' => { 311 => [\'DerivedFrom','DerivedFromFilePath'] }, 'derivedfromfrompart' => { 311 => [\'DerivedFrom','DerivedFromFromPart'] }, 'derivedfrominstanceid' => { 311 => [\'DerivedFrom','DerivedFromInstanceID'] }, 'derivedfromlastmodifydate' => { 311 => [\'DerivedFrom','DerivedFromLastModifyDate'] }, 'derivedfrommanager' => { 311 => [\'DerivedFrom','DerivedFromManager'] }, 'derivedfrommanagervariant' => { 311 => [\'DerivedFrom','DerivedFromManagerVariant'] }, 'derivedfrommanageto' => { 311 => [\'DerivedFrom','DerivedFromManageTo'] }, 'derivedfrommanageui' => { 311 => [\'DerivedFrom','DerivedFromManageUI'] }, 'derivedfrommaskmarkers' => { 311 => [\'DerivedFrom','DerivedFromMaskMarkers'] }, 'derivedfromoriginaldocumentid' => { 311 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] }, 'derivedfrompartmapping' => { 311 => [\'DerivedFrom','DerivedFromPartMapping'] }, 'derivedfromrenditionclass' => { 311 => [\'DerivedFrom','DerivedFromRenditionClass'] }, 'derivedfromrenditionparams' => { 311 => [\'DerivedFrom','DerivedFromRenditionParams'] }, 'derivedfromtopart' => { 311 => [\'DerivedFrom','DerivedFromToPart'] }, 'derivedfromversionid' => { 311 => [\'DerivedFrom','DerivedFromVersionID'] }, 'description' => { 215 => 'Description', 289 => 'description' }, 'destination' => { 93 => 0x5 }, 'destinationcity' => { 247 => 0x24, 251 => 0x3 }, 'destinationcitycode' => { 252 => 0x1001 }, 'destinationdst' => { 247 => 0x26, 251 => '0.3' }, 'developmentdynamicrange' => { 89 => 0x1403 }, 'devicesettingdescription' => { 292 => 'DeviceSettingDescription' }, 'devicesettingdescriptioncolumns' => { 292 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] }, 'devicesettingdescriptionrows' => { 292 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] }, 'devicesettingdescriptionsettings' => { 292 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] }, 'dialdirectiontvav' => { 59 => 0x706 }, 'digitalcreationdate' => { 92 => 0x3e }, 'digitalcreationtime' => { 92 => 0x3f }, 'digitaldeehighlightadj' => { 165 => 0x202 }, 'digitaldeeshadowadj' => { 165 => 0x200 }, 'digitaldeethreshold' => { 165 => 0x201 }, 'digitalfilter01' => { 238 => 0x5 }, 'digitalfilter02' => { 238 => 0x16 }, 'digitalfilter03' => { 238 => 0x27 }, 'digitalfilter04' => { 238 => 0x38 }, 'digitalfilter05' => { 238 => 0x49 }, 'digitalfilter06' => { 238 => 0x5a }, 'digitalfilter07' => { 238 => 0x6b }, 'digitalfilter08' => { 238 => 0x7c }, 'digitalfilter09' => { 238 => 0x8d }, 'digitalfilter10' => { 238 => 0x9e }, 'digitalfilter11' => { 238 => 0xaf }, 'digitalfilter12' => { 238 => 0xc0 }, 'digitalfilter13' => { 238 => 0xd1 }, 'digitalfilter14' => { 238 => 0xe2 }, 'digitalfilter15' => { 238 => 0xf3 }, 'digitalfilter16' => { 238 => 0x104 }, 'digitalfilter17' => { 238 => 0x115 }, 'digitalfilter18' => { 238 => 0x126 }, 'digitalfilter19' => { 238 => 0x137 }, 'digitalfilter20' => { 238 => 0x148 }, 'digitalgain' => { 52 => 0xb }, 'digitalgem' => { 155 => 0x0 }, 'digitalice' => { 165 => 0x100 }, 'digitalimageguid' => { 294 => 'DigImageGUID' }, 'digitalroc' => { 164 => 0x0 }, 'digitalsourcefiletype' => { 294 => 'DigitalSourcefileType' }, 'digitalsourcetype' => { 294 => 'DigitalSourceType' }, 'digitalzoom' => { 24 => 0xc, 81 => 0xa, 99 => 0x68, 113 => 'DigitalZoom', 131 => 0xc, 160 => 0x86, 180 => 0xa, 209 => 0x204, 247 => 0x1e, 252 => 0xa, 269 => 0x204 }, 'digitalzoomon' => { 269 => 0x21b }, 'digitalzoomratio' => { 85 => 0xa404, 292 => 'DigitalZoomRatio' }, 'director' => { 310 => 'director' }, 'directorphotography' => { 310 => 'directorPhotography' }, 'directory' => { 86 => 'Directory' }, 'directoryindex' => { 4 => 0x137, 7 => 0x17e, 9 => [0x233,0x238], 10 => 0x13f, 11 => 0x133, 12 => 0x1df, 13 => [0x1a3,0x1a7], 14 => 0x1f0, 17 => 0x49, 18 => 0x1e5, 20 => 0x1d3 }, 'directorynumber' => { 151 => 0x6 }, 'disclaimer' => { 215 => 'Disclaimer' }, 'displayallafpoints' => { 59 => 0x514 }, 'displayaperture' => { 24 => 0x23 }, 'displayedunitsx' => { 257 => 0x2 }, 'displayedunitsy' => { 257 => 0x6 }, 'distance1' => { 99 => 0x28 }, 'distance2' => { 99 => 0x2c }, 'distance3' => { 99 => 0x30 }, 'distance4' => { 99 => 0x34 }, 'distortioncontrol' => { 166 => 0x10 }, 'distortioncorrection' => { 78 => 0x67, 204 => 0x50b, 240 => 0x0 }, 'distortioncorrection2' => { 208 => 0x1011 }, 'distortioncorrectionon' => { 78 => 0x63 }, 'distributor' => { 301 => 'distributor' }, 'dmcomment' => { 310 => 'comment' }, 'dngbackwardversion' => { 85 => 0xc613 }, 'dnglensinfo' => { 85 => 0xc630 }, 'dngversion' => { 85 => 0xc612 }, 'document' => { 215 => 'Document' }, 'documentancestorid' => { 299 => [\'DocumentAncestors','DocumentAncestorsAncestorID'] }, 'documentancestors' => { 299 => 'DocumentAncestors' }, 'documenthistory' => { 92 => 0xe7 }, 'documentid' => { 311 => 'DocumentID' }, 'documentname' => { 85 => 0x10d }, 'documentnotes' => { 92 => 0xe6 }, 'doi' => { 301 => 'doi' }, 'dotrange' => { 85 => 0x150 }, 'drivemode' => { 82 => 0x3103, 131 => 0x6, 134 => 0x1e, 204 => 0x600, 247 => 0x34, 270 => 0x3, 271 => 0x4 }, 'drivemode2' => { 134 => 0xa, 232 => 0x7 }, 'dspfirmwareversion' => { 247 => 0x27 }, 'duration' => { 46 => 0x6a, 112 => 'Duration', 126 => 'Duration', 310 => 'duration' }, 'durationscale' => { 310 => [\'duration','durationScale'] }, 'durationvalue' => { 310 => [\'duration','durationValue'] }, 'dustremovaldata' => { 43 => 0x97 }, 'dynamicafarea' => { 197 => '1.4', 200 => '1.4' }, 'dynamicrange' => { 89 => 0x1400 }, 'dynamicrangeexpansion' => { 247 => 0x69 }, 'dynamicrangemax' => { 77 => 0x7c }, 'dynamicrangemin' => { 77 => 0x7a }, 'dynamicrangeoptimizer' => { 134 => 0x15, 276 => [0xb025,0xb04f] }, 'dynamicrangeoptimizerlevel' => { 271 => 0x19, 272 => 0x17 }, 'dynamicrangeoptimizermode' => { 271 => 0x18, 272 => 0x16 }, 'dynamicrangeoptimizersetting' => { 134 => 0x27 }, 'dynamicrangesetting' => { 89 => 0x1402 }, 'e-dialinprogram' => { 232 => '1.3' }, 'easyexposurecomp' => { 203 => '6.1' }, 'easyexposurecompensation' => { 197 => '6.4', 200 => '4.4', 201 => '5.2' }, 'easymode' => { 24 => 0xb }, 'edgenoisereduction' => { 191 => 0x4, 279 => 0x8028 }, 'edition' => { 301 => 'edition' }, 'editorialupdate' => { 92 => 0x8 }, 'editstatus' => { 92 => 0x7, 254 => 'EditStatus' }, 'editversionname' => { 190 => 0x3d136244 }, 'effectivelv' => { 247 => 0x2d }, 'effectivemaxaperture' => { 158 => 0x12, 159 => 0x13 }, 'eissn' => { 301 => 'eIssn' }, 'elevation' => { 122 => 'Elevation' }, 'email' => { 114 => 'EMail' }, 'embargodate' => { 301 => 'embargoDate', 303 => 'embargoDate' }, 'encryptionkey' => { 267 => 0xa020 }, 'endingpage' => { 301 => 'endingPage' }, 'enduser' => { 300 => 'EndUser' }, 'enduserid' => { 300 => [\'EndUser','EndUserEndUserID'] }, 'endusername' => { 300 => [\'EndUser','EndUserEndUserName'] }, 'engineer' => { 310 => 'engineer' }, 'enhancedarktones' => { 183 => 0x8 }, 'enhancement' => { 81 => 0x16, 82 => 0x3016 }, 'enhancer' => { 208 => 0x300 }, 'enhancervalues' => { 208 => 0x301 }, 'envelopenumber' => { 93 => 0x28 }, 'envelopepriority' => { 93 => 0x3c }, 'enveloperecordversion' => { 93 => 0x0 }, 'epsonimageheight' => { 209 => 0x20c }, 'epsonimagewidth' => { 209 => 0x20b }, 'epsonsoftware' => { 209 => 0x20d }, 'equipmentinstitution' => { 281 => 'EquipmentInstitution' }, 'equipmentmanufacturer' => { 281 => 'EquipmentManufacturer' }, 'equipmentversion' => { 205 => 0x0 }, 'ettlii' => { 59 => 0x304, 60 => 0xd, 61 => 0xe, 62 => 0x7, 63 => 0x7, 64 => 0xe }, 'event' => { 283 => 'Event', 294 => 'Event', 301 => 'event' }, 'eventnumber' => { 259 => 0x9 }, 'evsteps' => { 232 => '1.2', 234 => 0x0 }, 'evstepsize' => { 199 => '5.1', 202 => '0.7' }, 'exclusivityenddate' => { 303 => 'exclusivityEndDate' }, 'excursiontolerance' => { 94 => 0x82 }, 'exif' => { 86 => 'EXIF' }, 'exifbyteorder' => { 86 => 'ExifByteOrder' }, 'exifcamerainfo' => { 92 => 0xe8 }, 'exifimageheight' => { 85 => 0xa003, 292 => 'PixelYDimension' }, 'exifimagewidth' => { 85 => 0xa002, 292 => 'PixelXDimension' }, 'exifunicodebyteorder' => { 86 => 'ExifUnicodeByteOrder' }, 'exifversion' => { 85 => 0x9000, 292 => 'ExifVersion' }, 'exitpupilposition' => { 158 => 0x4, 159 => 0x4 }, 'expirationdate' => { 92 => 0x25, 301 => 'expirationDate', 303 => 'expirationDate' }, 'expirationtime' => { 92 => 0x26 }, 'exposure' => { 85 => 0xfe51, 288 => 'Exposure' }, 'exposureadj' => { 188 => 0x0 }, 'exposureadj2' => { 188 => 0x12 }, 'exposureadjust' => { 270 => 0xc }, 'exposurebracketingindicatorlast' => { 134 => 0x52 }, 'exposurebracketstepsize' => { 232 => 0x8 }, 'exposurebracketvalue' => { 160 => 0x19 }, 'exposurecompensation' => { 54 => 0x6, 68 => 0x0, 85 => 0x9204, 99 => 0x24, 113 => 'ExposureComp', 131 => 0xd, 132 => 0x53, 133 => 0x1e, 209 => 0x1006, 247 => 0x16, 267 => 0xa013, 270 => [0xc,0x35], 292 => 'ExposureBiasValue' }, 'exposurecompensationmode' => { 134 => 0x47 }, 'exposurecompensationsetting' => { 134 => 0x1 }, 'exposurecompstepsize' => { 197 => '6.3', 200 => '4.3' }, 'exposurecontrolstep' => { 201 => '6.1' }, 'exposurecontrolstepsize' => { 197 => '6.2', 200 => '4.2', 203 => '7.1' }, 'exposuredelaymode' => { 197 => '10.1', 199 => '9.1', 200 => '10.4', 201 => '10.1', 202 => '6.4', 203 => '11.2' }, 'exposuredifference' => { 160 => 0xe }, 'exposureindex' => { 85 => 0xa215, 292 => 'ExposureIndex' }, 'exposureindicator' => { 134 => 0x50 }, 'exposurelevelincrements' => { 57 => 0x6, 58 => 0x6, 59 => 0x101, 60 => 0x5, 61 => 0x6, 62 => 0x5, 63 => 0x5, 64 => 0x6, 65 => 0x4, 271 => 0x58 }, 'exposuremode' => { 85 => 0xa402, 113 => 'ExposureMode', 131 => 0x1, 132 => 0xa, 133 => 0x0, 134 => 0x0, 204 => 0x200, 221 => 0x40d, 270 => 0x8, 276 => 0xb041, 292 => 'ExposureMode' }, 'exposuremodeinmanual' => { 59 => 0x10b }, 'exposureprogram' => { 85 => 0x8822, 271 => 0x3c, 272 => 0x3c, 292 => 'ExposureProgram' }, 'exposureshift' => { 204 => 0x203 }, 'exposuretime' => { 4 => 0x4, 5 => 0x4, 6 => 0x4, 7 => 0x4, 8 => 0x4, 9 => 0x4, 10 => 0x4, 11 => 0x4, 12 => 0x4, 13 => 0x4, 14 => 0x4, 15 => 0x4, 16 => 0x4, 18 => 0x4, 19 => 0x4, 21 => 0x6, 22 => 0x7, 54 => 0x16, 85 => 0x829a, 96 => 0xfd05, 99 => 0x20, 101 => 0xfa24, 103 => 0xf104, 106 => 0x12, 108 => 0x38, 111 => 0x10, 113 => 'ExposureTime', 131 => 0x9, 132 => 0x35, 133 => 0x48, 134 => 0x8, 247 => 0x12, 267 => 0xa018, 270 => 0x32, 292 => 'ExposureTime' }, 'exposuretime2' => { 270 => 0x33 }, 'exposuretuning' => { 160 => 0x1c }, 'exposurevalue' => { 97 => 0x3 }, 'exposurewarning' => { 89 => 0x1302 }, 'exrauto' => { 89 => 0x1033 }, 'exrmode' => { 89 => 0x1034 }, 'extendedwbdetect' => { 204 => 0x902 }, 'extender' => { 205 => 0x301 }, 'extenderfirmwareversion' => { 205 => 0x304 }, 'extendermagnification' => { 115 => 'Magnification' }, 'extendermake' => { 115 => 'Make' }, 'extendermodel' => { 115 => 'Model', 205 => 0x303 }, 'extenderserialnumber' => { 115 => 'SerialNumber', 205 => 0x302 }, 'externalflash' => { 207 => 0x1201 }, 'externalflashae1' => { 209 => 0x101f }, 'externalflashae1_0' => { 209 => 0x101b }, 'externalflashae2' => { 209 => 0x1020 }, 'externalflashae2_0' => { 209 => 0x101c }, 'externalflashbounce' => { 207 => 0x1204, 209 => 0x1026, 239 => 0x1a }, 'externalflashexposurecomp' => { 160 => 0x17, 239 => 0x19 }, 'externalflashfirmware' => { 152 => 0x6, 153 => 0x6, 154 => 0x6 }, 'externalflashflags' => { 152 => 0x8, 153 => 0x8, 154 => 0x8 }, 'externalflashguidenumber' => { 207 => 0x1203, 239 => '24.1' }, 'externalflashgvalue' => { 209 => 0x1025 }, 'externalflashmode' => { 209 => 0x1028, 239 => 0x2 }, 'externalflashzoom' => { 207 => 0x1205, 209 => 0x1027 }, 'externalsensorbrightnessvalue' => { 219 => 0x311, 225 => 0x3408 }, 'eyestartaf' => { 134 => 0x40 }, 'face10position' => { 79 => 0x3f4, 80 => 0x1ec, 150 => 0x28, 236 => 0x12 }, 'face10size' => { 237 => 0x12 }, 'face11position' => { 150 => 0x2c, 236 => 0x14 }, 'face11size' => { 237 => 0x14 }, 'face12position' => { 150 => 0x30, 236 => 0x16 }, 'face12size' => { 237 => 0x16 }, 'face13position' => { 236 => 0x18 }, 'face13size' => { 237 => 0x18 }, 'face14position' => { 236 => 0x1a }, 'face14size' => { 237 => 0x1a }, 'face15position' => { 236 => 0x1c }, 'face15size' => { 237 => 0x1c }, 'face16position' => { 236 => 0x1e }, 'face16size' => { 237 => 0x1e }, 'face17position' => { 236 => 0x20 }, 'face17size' => { 237 => 0x20 }, 'face18position' => { 236 => 0x22 }, 'face18size' => { 237 => 0x22 }, 'face19position' => { 236 => 0x24 }, 'face19size' => { 237 => 0x24 }, 'face1position' => { 36 => 0x8, 79 => 0xd, 80 => 0x18, 150 => 0x4, 217 => 0x1, 236 => 0x0, 260 => 0xbc, 274 => 0x0, 275 => 0x0 }, 'face1size' => { 237 => 0x0 }, 'face20position' => { 236 => 0x26 }, 'face20size' => { 237 => 0x26 }, 'face21position' => { 236 => 0x28 }, 'face21size' => { 237 => 0x28 }, 'face22position' => { 236 => 0x2a }, 'face22size' => { 237 => 0x2a }, 'face23position' => { 236 => 0x2c }, 'face23size' => { 237 => 0x2c }, 'face24position' => { 236 => 0x2e }, 'face24size' => { 237 => 0x2e }, 'face25position' => { 236 => 0x30 }, 'face25size' => { 237 => 0x30 }, 'face26position' => { 236 => 0x32 }, 'face26size' => { 237 => 0x32 }, 'face27position' => { 236 => 0x34 }, 'face27size' => { 237 => 0x34 }, 'face28position' => { 236 => 0x36 }, 'face28size' => { 237 => 0x36 }, 'face29position' => { 236 => 0x38 }, 'face29size' => { 237 => 0x38 }, 'face2position' => { 36 => 0xa, 79 => 0x7c, 80 => 0x4c, 150 => 0x8, 217 => 0x5, 236 => 0x2, 260 => 0xc8, 274 => 0x20, 275 => 0x25 }, 'face2size' => { 237 => 0x2 }, 'face30position' => { 236 => 0x3a }, 'face30size' => { 237 => 0x3a }, 'face31position' => { 236 => 0x3c }, 'face31size' => { 237 => 0x3c }, 'face32position' => { 236 => 0x3e }, 'face32size' => { 237 => 0x3e }, 'face3position' => { 36 => 0xc, 79 => 0xeb, 80 => 0x80, 150 => 0xc, 217 => 0x9, 236 => 0x4, 260 => 0xd4, 274 => 0x40, 275 => 0x4a }, 'face3size' => { 237 => 0x4 }, 'face4position' => { 36 => 0xe, 79 => 0x15a, 80 => 0xb4, 150 => 0x10, 217 => 0xd, 236 => 0x6, 260 => 0xe0, 274 => 0x60, 275 => 0x6f }, 'face4size' => { 237 => 0x6 }, 'face5position' => { 36 => 0x10, 79 => 0x1c9, 80 => 0xe8, 150 => 0x14, 217 => 0x11, 236 => 0x8, 260 => 0xec, 274 => 0x80, 275 => 0x94 }, 'face5size' => { 237 => 0x8 }, 'face6position' => { 36 => 0x12, 79 => 0x238, 80 => 0x11c, 150 => 0x18, 236 => 0xa, 260 => 0xf8, 274 => 0xa0, 275 => 0xb9 }, 'face6size' => { 237 => 0xa }, 'face7position' => { 36 => 0x14, 79 => 0x2a7, 80 => 0x150, 150 => 0x1c, 236 => 0xc, 260 => 0x104, 274 => 0xc0, 275 => 0xde }, 'face7size' => { 237 => 0xc }, 'face8position' => { 36 => 0x16, 79 => 0x316, 80 => 0x184, 150 => 0x20, 236 => 0xe, 260 => 0x110, 274 => 0xe0, 275 => 0x103 }, 'face8size' => { 237 => 0xe }, 'face9position' => { 36 => 0x18, 79 => 0x385, 80 => 0x1b8, 150 => 0x24, 236 => 0x10 }, 'face9size' => { 237 => 0x10 }, 'facedetect' => { 247 => 0x76 }, 'facedetectarea' => { 208 => 0x1201 }, 'facedetectframecrop' => { 208 => 0x1207 }, 'facedetectframesize' => { 36 => 0x3, 79 => 0x1, 80 => 0x4, 150 => 0x1, 208 => 0x1203, 247 => 0x77, 260 => 0xb6 }, 'faceinfounknown' => { 82 => 0x2089 }, 'faceorientation' => { 80 => 0x8 }, 'faceposition' => { 235 => 0x2, 268 => 0x4 }, 'facepositions' => { 89 => 0x4103 }, 'facesdetected' => { 36 => 0x2, 37 => 0x2, 79 => 0x0, 80 => 0x2, 82 => 0x211c, 89 => 0x4100, 150 => 0x3, 208 => 0x1200, 224 => 0x3f, 235 => 0x0, 260 => 0xb5, 268 => 0x0, 278 => 0x30 }, 'facesrecognized' => { 218 => 0x0 }, 'facewidth' => { 37 => 0x1 }, 'faithfuloutputhighlightpoint' => { 78 => 0x38 }, 'faithfuloutputshadowpoint' => { 78 => 0x39 }, 'faithfulrawcolortone' => { 78 => 0x31 }, 'faithfulrawcontrast' => { 78 => 0x33 }, 'faithfulrawhighlight' => { 78 => 0x79 }, 'faithfulrawhighlightpoint' => { 78 => 0x36 }, 'faithfulrawlinear' => { 78 => 0x34 }, 'faithfulrawsaturation' => { 78 => 0x32 }, 'faithfulrawshadow' => { 78 => 0x82 }, 'faithfulrawshadowpoint' => { 78 => 0x37 }, 'faithfulrawsharpness' => { 78 => 0x35 }, 'femicroadjustment' => { 59 => 0x110 }, 'ffid' => { 290 => 'ffid' }, 'fieldcount' => { 209 => 0x103f }, 'filedatarate' => { 310 => 'fileDataRate' }, 'fileformat' => { 70 => 0x0, 93 => 0x14, 270 => 0x22, 276 => 0xb000 }, 'fileindex' => { 4 => 0x143, 7 => 0x172, 9 => [0x227,0x22c], 10 => 0x133, 11 => 0x13f, 12 => 0x1d3, 13 => [0x197,0x19b], 14 => 0x1e4, 17 => 0x3d, 18 => 0x1d9, 20 => 0x1c7 }, 'filemodifydate' => { 86 => 'FileModifyDate' }, 'filename' => { 86 => 'FileName' }, 'filenameasdelivered' => { 300 => 'FileNameAsDelivered' }, 'filenumber' => { 38 => 0x1, 43 => 0x8, 72 => 0x1817, 83 => 'FileNumber', 151 => 0x8 }, 'filenumbermemory' => { 131 => 0x1a }, 'filenumbersequence' => { 197 => '12.2', 199 => '3.1', 200 => '11.1', 201 => '4.3', 203 => '5.2' }, 'filesource' => { 85 => 0xa300, 89 => 0x8000, 292 => 'FileSource' }, 'fileversion' => { 93 => 0x16 }, 'fillflashautoreduction' => { 57 => 0xe, 58 => 0xe, 65 => 0xa }, 'filllight' => { 288 => 'FillLight' }, 'fillorder' => { 85 => 0x10a }, 'filmmode' => { 89 => 0x1401, 221 => 0x412, 224 => 0x42 }, 'filmtype' => { 165 => 0x2 }, 'filtereffect' => { 38 => 0xe, 162 => 0x37 }, 'filtereffectfaithful' => { 48 => 0x70, 49 => 0x70 }, 'filtereffectlandscape' => { 48 => 0x40, 49 => 0x40 }, 'filtereffectmonochrome' => { 15 => 0xff, 48 => 0x88, 49 => 0x88 }, 'filtereffectneutral' => { 48 => 0x58, 49 => 0x58 }, 'filtereffectportrait' => { 48 => 0x28, 49 => 0x28 }, 'filtereffectstandard' => { 48 => 0x10, 49 => 0x10 }, 'filtereffectunknown' => { 49 => 0xa0 }, 'filtereffectuserdef1' => { 48 => 0xa0, 49 => 0xb8 }, 'filtereffectuserdef2' => { 48 => 0xb8, 49 => 0xd0 }, 'filtereffectuserdef3' => { 48 => 0xd0, 49 => 0xe8 }, 'finderdisplayduringexposure' => { 58 => 0x1 }, 'finesharpness' => { 247 => 0x70 }, 'finetuneoptcenterweighted' => { 197 => '7.2', 203 => '9.1' }, 'finetuneoptmatrixmetering' => { 197 => '8.1', 200 => '6.1', 203 => '8.2' }, 'finetuneoptspotmetering' => { 197 => '8.2', 200 => '6.2', 203 => '9.2' }, 'firmware' => { 209 => 0x405, 270 => [0x17,0x3b], 285 => 'Firmware' }, 'firmwaredate' => { 81 => 0x15, 82 => 0x2001, 259 => 0x4 }, 'firmwareid' => { 137 => 0x0 }, 'firmwarename' => { 267 => 0xa001 }, 'firmwarerevision' => { 15 => 0xa4, 43 => 0x1e, 261 => 0x0 }, 'firmwarerevision2' => { 261 => 0xc }, 'firmwareversion' => { 4 => 0x10b, 7 => 0x136, 10 => 0xff, 11 => 0x107, 97 => 0xce5, 111 => 0x57, 113 => 'FirmwareVersion', 224 => 0x2, 225 => 0x3109, 247 => 0x230, 263 => 0x2 }, 'firstpublicationdate' => { 300 => 'FirstPublicationDate' }, 'fixtureidentifier' => { 92 => 0x16 }, 'flash' => { 85 => 0x9209, 132 => 0x1f, 133 => 0x15, 292 => 'Flash' }, 'flashactivity' => { 24 => 0x1c }, 'flashbatterylevel' => { 30 => 0x249 }, 'flashbias' => { 224 => 0x24 }, 'flashbits' => { 24 => 0x1d }, 'flashchargelevel' => { 209 => 0x1010 }, 'flashcolorfilter' => { 154 => 0x10 }, 'flashcommandermode' => { 152 => '9.1', 153 => '9.1', 154 => '9.1' }, 'flashcompensation' => { 152 => 0xa, 153 => 0xa, 154 => 0xa, 285 => 'FlashCompensation' }, 'flashcontrolbuilt-in' => { 200 => '16.1', 201 => '23.1' }, 'flashcontrolmode' => { 152 => '9.2', 153 => '9.2', 154 => '9.2', 204 => 0x404 }, 'flashdefault' => { 134 => 0x42 }, 'flashdevice' => { 209 => 0x1005 }, 'flashdistance' => { 82 => 0x2034 }, 'flashenergy' => { 85 => 0xa20b, 292 => 'FlashEnergy' }, 'flashexposurebracketvalue' => { 160 => 0x18 }, 'flashexposurecomp' => { 54 => 0xf, 89 => 0x1011, 116 => 'ExposureComp', 131 => 0x23, 135 => 0x104, 160 => 0x12, 204 => 0x401, 209 => 0x1023, 247 => 0x4d, 270 => 0x3a, 276 => 0x104 }, 'flashexposurecompset' => { 227 => 0xe }, 'flashexposurecompsetting' => { 134 => 0x10 }, 'flashexposureindicator' => { 134 => 0x54 }, 'flashexposureindicatorlast' => { 134 => 0x56 }, 'flashexposureindicatornext' => { 134 => 0x55 }, 'flashexposurelock' => { 38 => 0x19 }, 'flashfired' => { 99 => 0x5d, 116 => 'Fired', 131 => 0x14, 178 => '590.3', 224 => 0x8007, 292 => [\'Flash','FlashFired'] }, 'flashfiring' => { 59 => 0x306, 60 => 0x6, 61 => 0x7, 64 => 0x7 }, 'flashfirmwareversion' => { 205 => 0x1002 }, 'flashfocallength' => { 152 => 0xb, 153 => 0xc, 154 => 0xc }, 'flashfunction' => { 292 => [\'Flash','FlashFunction'] }, 'flashgndistance' => { 152 => 0xe, 153 => 0xf, 154 => 0xf }, 'flashgroupacompensation' => { 152 => 0x11, 153 => 0x12, 154 => 0x13 }, 'flashgroupacontrolmode' => { 152 => 0xf, 153 => '16.1', 154 => '17.1' }, 'flashgroupaoutput' => { 152 => 0x11, 153 => 0x12, 154 => 0x13 }, 'flashgroupbcompensation' => { 152 => 0x12, 153 => 0x13, 154 => 0x14 }, 'flashgroupbcontrolmode' => { 152 => 0x10, 153 => '17.1', 154 => '18.1' }, 'flashgroupboutput' => { 152 => 0x12, 153 => 0x13, 154 => 0x14 }, 'flashgroupccompensation' => { 153 => 0x14, 154 => 0x15 }, 'flashgroupccontrolmode' => { 153 => '17.2', 154 => '18.2' }, 'flashgroupcoutput' => { 153 => 0x14, 154 => 0x15 }, 'flashguidenumber' => { 54 => 0xd, 69 => 0x0, 116 => 'GuideNumber' }, 'flashintensity' => { 81 => [0x19,0x5], 204 => 0x405 }, 'flashlevel' => { 198 => 0x9, 276 => 0xb048 }, 'flashmake' => { 116 => 'Make' }, 'flashmanufacturer' => { 130 => 'FlashManufacturer' }, 'flashmetering' => { 131 => 0x3f, 134 => 0x1c }, 'flashmeteringmode' => { 4 => 0x15, 9 => 0x15, 10 => 0x15, 11 => 0x15, 12 => 0x15, 13 => 0x15, 14 => 0x15, 16 => 0x15, 19 => 0x15 }, 'flashmeteringsegments' => { 247 => 0x20a }, 'flashmode' => { 81 => 0x4, 99 => 0x5c, 116 => 'Mode', 131 => 0x2, 132 => 0x20, 133 => 0x16, 134 => 0xf, 160 => 0x87, 204 => 0x400, 209 => 0x1004, 247 => 0xc, 252 => 0x4, 262 => 0x20, 269 => 0x225, 271 => 0x23, 272 => 0x23, 292 => [\'Flash','FlashMode'] }, 'flashmodel' => { 116 => 'Model', 130 => 'FlashModel', 205 => 0x1001 }, 'flashoptions' => { 232 => 0x2 }, 'flashoptions2' => { 232 => 0x10 }, 'flashoutput' => { 30 => 0x248, 54 => 0x21, 152 => 0xa, 153 => 0xa, 154 => 0xa }, 'flashpixversion' => { 85 => 0xa000, 292 => 'FlashpixVersion' }, 'flashredeyemode' => { 292 => [\'Flash','FlashRedEyeMode'] }, 'flashremotecontrol' => { 204 => 0x403 }, 'flashreturn' => { 292 => [\'Flash','FlashReturn'] }, 'flashserialnumber' => { 116 => 'SerialNumber', 205 => 0x1003 }, 'flashsetting' => { 160 => 0x8 }, 'flashshutterspeed' => { 197 => '20.2', 200 => '15.2', 201 => '22.2', 202 => '7.2', 203 => '23.1' }, 'flashsource' => { 152 => 0x4, 153 => 0x4, 154 => 0x4 }, 'flashstatus' => { 239 => 0x0 }, 'flashsyncspeed' => { 197 => '20.1', 200 => '15.1', 201 => '22.1' }, 'flashsyncspeedav' => { 57 => 0x3, 59 => 0x10f, 60 => 0x2, 61 => 0x3, 62 => 0x2, 63 => 0x2, 64 => 0x3, 65 => 0x6 }, 'flashthreshold' => { 69 => 0x1 }, 'flashtype' => { 116 => 'Type', 134 => 0x59, 160 => 0x9, 205 => 0x1000 }, 'flashwarning' => { 201 => '30.1', 202 => '7.1', 203 => '31.1', 224 => 0x62 }, 'flickerreduce' => { 269 => 0x218 }, 'fliphorizontal' => { 190 => 0x76a43206 }, 'fnumber' => { 4 => 0x3, 7 => 0x3, 9 => 0x3, 10 => 0x3, 11 => 0x3, 12 => 0x3, 13 => 0x3, 14 => 0x3, 15 => 0x3, 16 => 0x3, 18 => 0x3, 19 => 0x3, 21 => 0x5, 22 => 0x6, 54 => 0x15, 85 => 0x829d, 96 => 0xfd04, 99 => 0x1e, 101 => 0xfa23, 103 => 0xf103, 106 => 0x13, 108 => 0x3c, 111 => 0xc, 120 => 'FNumber', 131 => 0xa, 132 => 0x36, 133 => 0x47, 134 => 0x9, 247 => 0x13, 267 => 0xa019, 270 => 0x31, 292 => 'FNumber' }, 'focallength' => { 4 => 0x1d, 5 => 0xa, 6 => 0x9, 7 => 0x1d, 8 => 0x9, 9 => 0x1e, 10 => 0x1d, 11 => 0x1d, 12 => 0x1e, 13 => 0x1e, 14 => 0x1e, 15 => 0x28, 16 => 0x1e, 18 => 0x1e, 19 => 0x1e, 40 => 0x1, 82 => 0x1d, 85 => 0x920a, 106 => 0x1d, 120 => 'FocalLength', 131 => 0x12, 158 => 0xa, 159 => 0xb, 241 => 0x9, 247 => 0x1d, 292 => 'FocalLength' }, 'focallengthin35mmformat' => { 85 => 0xa405, 267 => 0xa01a, 292 => 'FocalLengthIn35mmFilm' }, 'focalplanediagonal' => { 205 => 0x103, 209 => 0x205 }, 'focalplaneresolutionunit' => { 85 => 0xa210, 292 => 'FocalPlaneResolutionUnit' }, 'focalplanexresolution' => { 85 => 0xa20e, 292 => 'FocalPlaneXResolution' }, 'focalplanexsize' => { 40 => 0x2 }, 'focalplanexunknown' => { 40 => 0x2 }, 'focalplaneyresolution' => { 85 => 0xa20f, 292 => 'FocalPlaneYResolution' }, 'focalplaneysize' => { 40 => 0x3 }, 'focalplaneyunknown' => { 40 => 0x3 }, 'focaltype' => { 6 => 0x2d, 40 => 0x0 }, 'focalunits' => { 24 => 0x19 }, 'focus' => { 180 => 0x8 }, 'focusarea' => { 131 => 0x31 }, 'focusareaselection' => { 202 => '15.2' }, 'focuscontinuous' => { 24 => 0x20 }, 'focusdisplayaiservoandmf' => { 59 => 0x515 }, 'focusdistance' => { 120 => 'FocusDistance', 131 => 0x13, 158 => 0x9, 159 => 0xa, 207 => 0x305 }, 'focusdistancelower' => { 4 => 0x45, 7 => 0x45, 9 => 0x56, 10 => 0x45, 11 => 0x45, 12 => 0x52, 13 => 0x52, 14 => 0x56, 16 => 0x52, 18 => 0x57, 20 => 0x32, 54 => 0x14 }, 'focusdistanceupper' => { 4 => 0x43, 7 => 0x43, 9 => 0x54, 10 => 0x43, 11 => 0x43, 12 => 0x50, 13 => 0x50, 14 => 0x54, 16 => 0x50, 18 => 0x55, 20 => 0x30, 54 => 0x13 }, 'focusholdbutton' => { 134 => 0x44 }, 'focusinfoversion' => { 207 => 0x0 }, 'focusingscreen' => { 58 => 0x0, 59 => 0x80b, 64 => 0x0 }, 'focusmode' => { 24 => 0x7, 81 => 0x3, 82 => [0x3003,0xd], 89 => 0x1021, 99 => 0x38, 113 => 'FocusMode', 131 => 0x30, 133 => 0xe, 134 => 0xc, 160 => 0x7, 204 => 0x301, 209 => 0x100b, 224 => 0x7, 247 => 0xd, 252 => 0x3, 271 => 0x10, 272 => 0x10, 276 => 0xb042 }, 'focusmode2' => { 232 => '3.1' }, 'focusmodesetting' => { 198 => '10.1' }, 'focusmodeswitch' => { 134 => 0x58 }, 'focuspixel' => { 89 => 0x1023 }, 'focuspointwrap' => { 197 => '2.2', 200 => '2.2', 201 => '1.2', 203 => '2.5' }, 'focusposition' => { 158 => 0x8, 159 => 0x8, 247 => 0x10 }, 'focusprocess' => { 204 => 0x302 }, 'focusrange' => { 24 => 0x12, 209 => 0x100a }, 'focussetting' => { 270 => 0x6 }, 'focusstepcount' => { 207 => 0x301, 209 => 0x100e }, 'focusstepinfinity' => { 207 => 0x303, 209 => 0x103b }, 'focusstepnear' => { 207 => 0x304, 209 => 0x103c }, 'focustrackinglockon' => { 197 => ['1.5','4.1'], 200 => '3.1', 201 => '0.4' }, 'focuswarning' => { 89 => 0x1301 }, 'foldername' => { 131 => 0x27 }, 'fontcomposite' => { 315 => [\'Fonts','FontsComposite'] }, 'fontface' => { 315 => [\'Fonts','FontsFontFace'] }, 'fontfamily' => { 315 => [\'Fonts','FontsFontFamily'] }, 'fontfilename' => { 315 => [\'Fonts','FontsFontFileName'] }, 'fontname' => { 315 => [\'Fonts','FontsFontName'] }, 'fonts' => { 315 => 'Fonts' }, 'fonttype' => { 315 => [\'Fonts','FontsFontType'] }, 'fontversion' => { 315 => [\'Fonts','FontsVersionString'] }, 'for' => { 258 => 'For' }, 'format' => { 289 => 'format' }, 'forwardlock' => { 305 => 'forwardlock' }, 'forwardmatrix1' => { 85 => 0xc714 }, 'forwardmatrix2' => { 85 => 0xc715 }, 'framecount' => { 46 => [0x2,0x4] }, 'framenum' => { 253 => 0xd7 }, 'framenumber' => { 89 => 0x8003, 247 => 0x29 }, 'framerate' => { 46 => [0x1,0x6] }, 'frameselector' => { 223 => '0.1' }, 'freebytes' => { 72 => 0x1 }, 'freememorycardimages' => { 132 => [0x37,0x54], 133 => [0x2d,0x4a], 134 => 0x32 }, 'fujiflashmode' => { 89 => 0x1010 }, 'fullimagesize' => { 276 => 0xb02b }, 'fullsizeimage' => { 119 => 'data' }, 'fullsizeimagename' => { 119 => '1Name' }, 'fullsizeimagetype' => { 119 => '0Type' }, 'funcbutton' => { 197 => ['14.1','15.1'], 200 => '28.1', 201 => '13.1', 203 => '14.1' }, 'funcbuttonplusdials' => { 197 => ['14.2','15.2'], 200 => '31.1' }, 'functionbutton' => { 202 => '5.2' }, 'gainbase' => { 208 => 0x610 }, 'gaincontrol' => { 85 => 0xa407, 292 => 'GainControl' }, 'gamma' => { 85 => 0xa500 }, 'gammacompensatedvalue' => { 94 => 0x91 }, 'geimagesize' => { 89 => 0x1304 }, 'gemake' => { 90 => 0x300 }, 'gemodel' => { 90 => 0x207 }, 'genre' => { 301 => 'genre', 310 => 'genre' }, 'geography' => { 302 => 'geography' }, 'geosync' => { 86 => 'Geosync' }, 'geotag' => { 86 => 'Geotag' }, 'geotime' => { 86 => 'Geotime' }, 'globalaltitude' => { 256 => 0x419 }, 'globalangle' => { 256 => 0x40d }, 'good' => { 310 => 'good' }, 'gpsaltitude' => { 91 => 0x6, 117 => 'Altitude', 292 => 'GPSAltitude' }, 'gpsaltituderef' => { 91 => 0x5, 292 => 'GPSAltitudeRef' }, 'gpsareainformation' => { 91 => 0x1c, 292 => 'GPSAreaInformation' }, 'gpsdatestamp' => { 91 => 0x1d }, 'gpsdatetime' => { 117 => 'DateTime', 292 => 'GPSTimeStamp' }, 'gpsdestbearing' => { 91 => 0x18, 117 => 'Bearing', 292 => 'GPSDestBearing' }, 'gpsdestbearingref' => { 91 => 0x17, 292 => 'GPSDestBearingRef' }, 'gpsdestdistance' => { 91 => 0x1a, 117 => 'Distance', 292 => 'GPSDestDistance' }, 'gpsdestdistanceref' => { 91 => 0x19, 292 => 'GPSDestDistanceRef' }, 'gpsdestlatitude' => { 91 => 0x14, 292 => 'GPSDestLatitude' }, 'gpsdestlatituderef' => { 91 => 0x13 }, 'gpsdestlongitude' => { 91 => 0x16, 292 => 'GPSDestLongitude' }, 'gpsdestlongituderef' => { 91 => 0x15 }, 'gpsdifferential' => { 91 => 0x1e, 117 => 'Differential', 292 => 'GPSDifferential' }, 'gpsdop' => { 91 => 0xb, 292 => 'GPSDOP' }, 'gpshpositioningerror' => { 91 => 0x1f }, 'gpsimgdirection' => { 91 => 0x11, 292 => 'GPSImgDirection' }, 'gpsimgdirectionref' => { 91 => 0x10, 292 => 'GPSImgDirectionRef' }, 'gpslatitude' => { 91 => 0x2, 117 => 'Latitude', 292 => 'GPSLatitude' }, 'gpslatituderef' => { 91 => 0x1 }, 'gpslongitude' => { 91 => 0x4, 117 => 'Longitude', 292 => 'GPSLongitude' }, 'gpslongituderef' => { 91 => 0x3 }, 'gpsmapdatum' => { 91 => 0x12, 117 => 'Datum', 292 => 'GPSMapDatum' }, 'gpsmeasuremode' => { 91 => 0xa, 117 => 'MeasureMode', 292 => 'GPSMeasureMode' }, 'gpsprocessingmethod' => { 91 => 0x1b, 292 => 'GPSProcessingMethod' }, 'gpssatellites' => { 91 => 0x8, 117 => 'Satellites', 292 => 'GPSSatellites' }, 'gpsspeed' => { 91 => 0xd, 117 => 'Speed', 292 => 'GPSSpeed' }, 'gpsspeedref' => { 91 => 0xc, 292 => 'GPSSpeedRef' }, 'gpsstatus' => { 91 => 0x9, 292 => 'GPSStatus' }, 'gpstimestamp' => { 91 => 0x7 }, 'gpstrack' => { 91 => 0xf, 117 => 'Heading', 292 => 'GPSTrack' }, 'gpstrackref' => { 91 => 0xe, 292 => 'GPSTrackRef' }, 'gpsversionid' => { 91 => 0x0, 292 => 'GPSVersionID' }, 'gradation' => { 204 => 0x50f }, 'gradientbasedcorractive' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] }, 'gradientbasedcorramount' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] }, 'gradientbasedcorrbrightness' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] }, 'gradientbasedcorrclarity' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] }, 'gradientbasedcorrcontrast' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] }, 'gradientbasedcorrections' => { 288 => 'GradientBasedCorrections' }, 'gradientbasedcorrexposure' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] }, 'gradientbasedcorrhue' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] }, 'gradientbasedcorrmaskcenterweight' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] }, 'gradientbasedcorrmaskdabs' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] }, 'gradientbasedcorrmaskflow' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] }, 'gradientbasedcorrmaskfullx' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] }, 'gradientbasedcorrmaskfully' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] }, 'gradientbasedcorrmaskradius' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] }, 'gradientbasedcorrmasks' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] }, 'gradientbasedcorrmaskvalue' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] }, 'gradientbasedcorrmaskwhat' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] }, 'gradientbasedcorrmaskzerox' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] }, 'gradientbasedcorrmaskzeroy' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] }, 'gradientbasedcorrsaturation' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation','GradientBasedCorrectionsLocalToningSaturation'] }, 'gradientbasedcorrsharpness' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] }, 'gradientbasedcorrwhat' => { 288 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] }, 'grainamount' => { 288 => 'GrainAmount' }, 'grainfrequency' => { 288 => 'GrainFrequency' }, 'grainsize' => { 288 => 'GrainSize' }, 'graymixeraqua' => { 288 => 'GrayMixerAqua' }, 'graymixerblue' => { 288 => 'GrayMixerBlue' }, 'graymixergreen' => { 288 => 'GrayMixerGreen' }, 'graymixermagenta' => { 288 => 'GrayMixerMagenta' }, 'graymixerorange' => { 288 => 'GrayMixerOrange' }, 'graymixerpurple' => { 288 => 'GrayMixerPurple' }, 'graymixerred' => { 288 => 'GrayMixerRed' }, 'graymixeryellow' => { 288 => 'GrayMixerYellow' }, 'graypoint' => { 279 => 0x8021 }, 'grayresponseunit' => { 85 => 0x122 }, 'greencurvelimits' => { 77 => 0x1c4 }, 'greencurvepoints' => { 77 => 0x19a }, 'greenhue' => { 288 => 'GreenHue' }, 'greensaturation' => { 288 => 'GreenSaturation' }, 'griddisplay' => { 197 => '13.3', 199 => '2.2', 200 => '10.5', 201 => '3.4', 202 => '6.1', 203 => '4.2' }, 'gripbatteryadload' => { 230 => 0x5 }, 'gripbatteryadnoload' => { 230 => 0x4 }, 'gripbatterystate' => { 230 => '1.2' }, 'halftonehints' => { 85 => 0x141 }, 'hasalternative' => { 301 => 'hasAlternative' }, 'hascorrection' => { 301 => 'hasCorrection' }, 'hascrop' => { 288 => 'HasCrop' }, 'hasextendedxmp' => { 312 => 'HasExtendedXMP' }, 'haspreviousversion' => { 301 => 'hasPreviousVersion' }, 'hassettings' => { 288 => 'HasSettings' }, 'hastranslation' => { 301 => 'hasTranslation' }, 'hdr' => { 276 => 0x200a }, 'headline' => { 92 => 0x69, 299 => 'Headline' }, 'hierarchicalkeywords' => { 296 => [\'Keywords','KeywordsHierarchy'] }, 'hierarchicalkeywords1' => { 296 => [\'Keywords','KeywordsHierarchyKeyword'] }, 'hierarchicalkeywords1applied' => { 296 => [\'Keywords','KeywordsHierarchyApplied'] }, 'hierarchicalkeywords1children' => { 296 => [\'Keywords','KeywordsHierarchyChildren'] }, 'hierarchicalkeywords2' => { 296 => [\'Keywords','KeywordsHierarchyChildrenKeyword'] }, 'hierarchicalkeywords2applied' => { 296 => [\'Keywords','KeywordsHierarchyChildrenApplied'] }, 'hierarchicalkeywords2children' => { 296 => [\'Keywords','KeywordsHierarchyChildrenChildren'] }, 'hierarchicalkeywords3' => { 296 => [\'Keywords','KeywordsHierarchyChildrenChildrenKeyword'] }, 'hierarchicalkeywords3applied' => { 296 => [\'Keywords','KeywordsHierarchyChildrenChildrenApplied'] }, 'hierarchicalkeywords3children' => { 296 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildren'] }, 'hierarchicalkeywords4' => { 296 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenKeyword'] }, 'hierarchicalkeywords4applied' => { 296 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenApplied'] }, 'hierarchicalsubject' => { 282 => 'hierarchicalSubject' }, 'highisonoisereduction' => { 12 => 0xbc, 13 => 0xbd, 16 => 0xbd, 20 => 0xa5, 59 => 0x202, 89 => 0x100e, 160 => 0xb1, 247 => 0x71, 271 => 0x2c, 276 => 0x2009 }, 'highlight' => { 270 => 0xf }, 'highlightcolordistortreduct' => { 279 => 0x8026 }, 'highlightprotection' => { 189 => 0x6 }, 'highlightrecovery' => { 288 => 'HighlightRecovery' }, 'highlighttonepriority' => { 9 => 0x7, 12 => 0x7, 13 => 0x7, 14 => 0x7, 16 => 0x7, 19 => 0x7, 59 => 0x203 }, 'highlowkeyadj' => { 247 => 0x6c }, 'highspeedsync' => { 134 => 0x5 }, 'histogramxml' => { 190 => 0x83a1a25 }, 'history' => { 299 => 'History', 311 => 'History' }, 'historyaction' => { 311 => [\'History','HistoryAction'] }, 'historychanged' => { 311 => [\'History','HistoryChanged'] }, 'historyinstanceid' => { 311 => [\'History','HistoryInstanceID'] }, 'historyparameters' => { 311 => [\'History','HistoryParameters'] }, 'historysoftwareagent' => { 311 => [\'History','HistorySoftwareAgent'] }, 'historywhen' => { 311 => [\'History','HistoryWhen'] }, 'hometowncity' => { 82 => 0x3006, 247 => 0x23, 251 => 0x2 }, 'hometowncitycode' => { 252 => 0x1000 }, 'hometowndst' => { 247 => 0x25, 251 => '0.2' }, 'hostcomputer' => { 85 => 0x13c }, 'hue' => { 138 => 0x3b, 247 => 0x67 }, 'hueadj' => { 193 => 0x2f, 279 => 0x8019 }, 'hueadjustment' => { 132 => 0x4a, 133 => 0x40, 160 => 0x92, 162 => 0x36 }, 'hueadjustmentaqua' => { 288 => 'HueAdjustmentAqua' }, 'hueadjustmentblue' => { 288 => 'HueAdjustmentBlue' }, 'hueadjustmentgreen' => { 288 => 'HueAdjustmentGreen' }, 'hueadjustmentmagenta' => { 288 => 'HueAdjustmentMagenta' }, 'hueadjustmentorange' => { 288 => 'HueAdjustmentOrange' }, 'hueadjustmentpurple' => { 288 => 'HueAdjustmentPurple' }, 'hueadjustmentred' => { 288 => 'HueAdjustmentRed' }, 'hueadjustmentyellow' => { 288 => 'HueAdjustmentYellow' }, 'huesetting' => { 212 => 0x1011 }, 'icc_profile' => { 86 => 'ICC_Profile' }, 'iccprofilename' => { 299 => 'ICCProfile' }, 'idccreativestyle' => { 279 => 0x8000 }, 'idcpreviewlength' => { 279 => 0x202 }, 'idcpreviewstart' => { 279 => 0x201 }, 'identifier' => { 289 => 'identifier', 308 => 'Identifier' }, 'illumination' => { 202 => '0.5' }, 'imageadjustment' => { 160 => 0x80, 180 => 0x5 }, 'imagealterationconstraints' => { 300 => 'ImageAlterationConstraints' }, 'imagearea' => { 170 => 0x10, 173 => 0x10 }, 'imageareaoffset' => { 247 => 0x38 }, 'imageauthentication' => { 160 => 0x20 }, 'imageboundary' => { 160 => 0x16 }, 'imagecount' => { 160 => 0xa5 }, 'imagecreator' => { 300 => 'ImageCreator' }, 'imagecreatorid' => { 300 => [\'ImageCreator','ImageCreatorImageCreatorID'] }, 'imagecreatorimageid' => { 300 => 'ImageCreatorImageID' }, 'imagecreatorname' => { 300 => [\'ImageCreator','ImageCreatorImageCreatorName'] }, 'imagedatasize' => { 160 => 0xa2 }, 'imagedescription' => { 85 => 0x10e, 306 => 'ImageDescription' }, 'imageduplicationconstraints' => { 300 => 'ImageDuplicationConstraints' }, 'imagedustoff' => { 190 => 0xfe443a45 }, 'imageeditcount' => { 247 => 0x41 }, 'imageediting' => { 247 => 0x32 }, 'imagefileconstraints' => { 300 => 'ImageFileConstraints' }, 'imagefileformatasdelivered' => { 300 => 'ImageFileFormatAsDelivered' }, 'imagefilesizeasdelivered' => { 300 => 'ImageFileSizeAsDelivered' }, 'imageheight' => { 85 => 0x101, 137 => 0xc, 306 => 'ImageLength' }, 'imagehistory' => { 85 => 0x9213 }, 'imageidnumber' => { 219 => 0x340 }, 'imagenumber' => { 15 => 0xd0, 85 => 0x9211, 113 => 'ImageNumber', 132 => 0xae, 133 => 0x5e, 285 => 'ImageNumber' }, 'imagenumber2' => { 133 => 0x62 }, 'imageoptimization' => { 160 => 0xa9 }, 'imageorientation' => { 92 => 0x83 }, 'imageprocessing' => { 160 => 0x1a }, 'imageprocessingversion' => { 208 => 0x0 }, 'imagequality' => { 113 => 'ImageQuality', 172 => '723.2', 173 => '732.2', 178 => '708.1', 224 => 0x1 }, 'imagequality2' => { 204 => 0x603 }, 'imagereview' => { 198 => '0.4', 202 => '0.4' }, 'imagereviewtime' => { 198 => '2.1', 199 => '19.1', 200 => '9.2', 201 => '20.1', 203 => '21.2' }, 'imagesize' => { 119 => 'ImageSize' }, 'imagesizerestriction' => { 303 => 'imageSizeRestriction' }, 'imagesourcedata' => { 85 => 0x935c }, 'imagestabilization' => { 24 => 0x22, 82 => 0x3020, 113 => 'ImageStabilization', 132 => 0xbd, 133 => 0x71, 134 => 0x57, 135 => [0x18,0x107,0x113], 160 => 0xac, 204 => 0x604, 207 => 0x1600, 224 => 0x1a, 271 => 0x3d, 276 => 0xb026 }, 'imagestyle' => { 271 => 0x2d }, 'imagesupplier' => { 300 => 'ImageSupplier' }, 'imagesupplierid' => { 300 => [\'ImageSupplier','ImageSupplierImageSupplierID'] }, 'imagesupplierimageid' => { 300 => 'ImageSupplierImageID' }, 'imagesuppliername' => { 300 => [\'ImageSupplier','ImageSupplierImageSupplierName'] }, 'imagetone' => { 247 => 0x4f }, 'imagetype' => { 92 => 0x82, 300 => 'ImageType' }, 'imageuniqueid' => { 43 => 0x28, 85 => 0xa420, 292 => 'ImageUniqueID' }, 'imagewidth' => { 85 => 0x100, 137 => 0xe, 306 => 'ImageWidth' }, 'incrementaltemperature' => { 288 => 'IncrementalTemperature' }, 'incrementaltint' => { 288 => 'IncrementalTint' }, 'industry' => { 301 => 'industry', 302 => 'industry' }, 'infobuttonwhenshooting' => { 59 => 0x409 }, 'infraredilluminator' => { 259 => 0x28 }, 'ingredients' => { 311 => 'Ingredients' }, 'ingredientsalternatepaths' => { 311 => [\'Ingredients','IngredientsAlternatePaths'] }, 'ingredientsdocumentid' => { 311 => [\'Ingredients','IngredientsDocumentID'] }, 'ingredientsfilepath' => { 311 => [\'Ingredients','IngredientsFilePath'] }, 'ingredientsfrompart' => { 311 => [\'Ingredients','IngredientsFromPart'] }, 'ingredientsinstanceid' => { 311 => [\'Ingredients','IngredientsInstanceID'] }, 'ingredientslastmodifydate' => { 311 => [\'Ingredients','IngredientsLastModifyDate'] }, 'ingredientsmanager' => { 311 => [\'Ingredients','IngredientsManager'] }, 'ingredientsmanagervariant' => { 311 => [\'Ingredients','IngredientsManagerVariant'] }, 'ingredientsmanageto' => { 311 => [\'Ingredients','IngredientsManageTo'] }, 'ingredientsmanageui' => { 311 => [\'Ingredients','IngredientsManageUI'] }, 'ingredientsmaskmarkers' => { 311 => [\'Ingredients','IngredientsMaskMarkers'] }, 'ingredientsoriginaldocumentid' => { 311 => [\'Ingredients','IngredientsOriginalDocumentID'] }, 'ingredientspartmapping' => { 311 => [\'Ingredients','IngredientsPartMapping'] }, 'ingredientsrenditionclass' => { 311 => [\'Ingredients','IngredientsRenditionClass'] }, 'ingredientsrenditionparams' => { 311 => [\'Ingredients','IngredientsRenditionParams'] }, 'ingredientstopart' => { 311 => [\'Ingredients','IngredientsToPart'] }, 'ingredientsversionid' => { 311 => [\'Ingredients','IngredientsVersionID'] }, 'initialzoomliveview' => { 197 => '4.4' }, 'initialzoomsetting' => { 197 => '9.3', 200 => '27.3' }, 'inkset' => { 85 => 0x14c }, 'instanceid' => { 311 => 'InstanceID' }, 'instantplaybacksetup' => { 134 => 0x3e }, 'instantplaybacktime' => { 134 => 0x3d }, 'instructions' => { 299 => 'Instructions' }, 'instrument' => { 310 => 'instrument' }, 'intellectualgenre' => { 293 => 'IntellectualGenre' }, 'intelligentauto' => { 276 => 0xb052 }, 'intelligentd-range' => { 224 => 0x79 }, 'intelligentexposure' => { 224 => 0x5d }, 'intelligentresolution' => { 224 => 0x70 }, 'interchangecolorspace' => { 94 => 0x40 }, 'internalflash' => { 131 => 0x2b, 197 => '23.1', 198 => '8.1', 199 => '22.1', 202 => '8.1', 203 => '24.1', 207 => 0x1208 }, 'internalflashae1' => { 209 => 0x1021 }, 'internalflashae1_0' => { 209 => 0x101d }, 'internalflashae2' => { 209 => 0x1022 }, 'internalflashae2_0' => { 209 => 0x101e }, 'internalflashmode' => { 239 => 0x1 }, 'internalflashstrength' => { 239 => 0x3 }, 'internalflashtable' => { 209 => 0x1024 }, 'internalserialnumber' => { 43 => 0x96, 53 => 0x9, 89 => 0x10, 136 => 0x49dc, 205 => 0x102, 224 => 0x25, 231 => 0x4, 263 => 0x5 }, 'interopindex' => { 85 => 0x1 }, 'interopversion' => { 85 => 0x2 }, 'intervallength' => { 131 => 0x10 }, 'intervalmode' => { 131 => 0x26 }, 'intervalnumber' => { 131 => 0x11 }, 'introtime' => { 310 => 'introTime' }, 'introtimescale' => { 310 => [\'introTime','introTimeScale'] }, 'introtimevalue' => { 310 => [\'introTime','introTimeValue'] }, 'iptc-naa' => { 85 => 0x83bb, 226 => 0x83bb }, 'iptcbitspersample' => { 94 => 0x56 }, 'iptcdigest' => { 256 => 0x425 }, 'iptcimageheight' => { 94 => 0x1e }, 'iptcimagerotation' => { 94 => 0x66 }, 'iptcimagewidth' => { 94 => 0x14 }, 'iptclastedited' => { 294 => 'IptcLastEdited' }, 'iptcpicturenumber' => { 94 => 0xa }, 'iptcpixelheight' => { 94 => 0x32 }, 'iptcpixelwidth' => { 94 => 0x28 }, 'isbn' => { 301 => 'isbn' }, 'iscorrectionof' => { 301 => 'isCorrectionOf' }, 'iscustompicturestyle' => { 78 => 0x3 }, 'iso' => { 4 => 0x6, 6 => 0x75, 7 => 0x6, 8 => 0x79, 9 => 0x6, 10 => 0x6, 11 => 0x6, 12 => 0x6, 13 => 0x6, 14 => 0x6, 15 => 0x6, 16 => 0x6, 18 => 0x6, 19 => 0x6, 21 => 0x0, 22 => 0x1, 81 => 0x14, 82 => [0x3014,0x14], 85 => 0x8827, 96 => 0xfd06, 97 => 0x1784, 99 => 0x60, 101 => [0xfa2e,0xfa46], 102 => [0x27,0x28], 103 => 0xf105, 106 => 0x14, 108 => 0x4e, 111 => 0x34, 113 => 'ISO', 131 => 0x8, 156 => 0x0, 160 => 0x2, 226 => 0x17, 247 => 0x14, 252 => 0x14, 267 => 0xa014, 292 => 'ISOSpeedRatings' }, 'iso2' => { 156 => 0x6, 167 => 0x265, 168 => 0x25c, 169 => 0x265, 170 => 0x221, 171 => 0x25d, 172 => 0x256, 173 => 0x25d, 175 => 0x2b5, 176 => 0x265, 179 => 0x2b5 }, 'isoauto' => { 232 => '14.4' }, 'isoautoparameters' => { 247 => 0x7a }, 'isodisplay' => { 199 => '2.3', 201 => '3.3', 203 => '4.3' }, 'isoexpansion' => { 59 => 0x103, 60 => 0x7, 61 => 0x8, 64 => 0x8, 156 => 0x4 }, 'isoexpansion2' => { 156 => 0xa }, 'isofloor' => { 232 => 0x6 }, 'isoselection' => { 160 => 0xf }, 'isosensitivitystep' => { 201 => '6.2' }, 'isosetting' => { 99 => 0x5e, 113 => 'ISOSetting', 131 => 0x24, 132 => 0x26, 133 => 0x1c, 134 => 0x13, 138 => 0x6, 160 => 0x13, 232 => '17.3', 262 => 0x27, 271 => 0x16, 272 => 0x14 }, 'isospeed' => { 85 => 0x8833 }, 'isospeedexpansion' => { 58 => 0x3 }, 'isospeedincrements' => { 59 => 0x102 }, 'isospeedlatitudeyyy' => { 85 => 0x8834 }, 'isospeedlatitudezzz' => { 85 => 0x8835 }, 'isospeedrange' => { 59 => 0x103 }, 'isostepsize' => { 197 => '6.1', 200 => '4.1' }, 'isovalue' => { 209 => 0x1001 }, 'issn' => { 301 => 'issn' }, 'issueidentifier' => { 301 => 'issueIdentifier' }, 'issuename' => { 301 => 'issueName' }, 'istranslationof' => { 301 => 'isTranslationOf' }, 'jobid' => { 92 => 0xb8 }, 'jobref' => { 309 => 'JobRef' }, 'jobrefid' => { 309 => [\'JobRef','JobRefId'] }, 'jobrefname' => { 309 => [\'JobRef','JobRefName'] }, 'jobrefurl' => { 309 => [\'JobRef','JobRefUrl'] }, 'jpegquality' => { 6 => 0x66, 225 => 0x3034 }, 'jpegsize' => { 225 => 0x303a }, 'jpgfromraw' => { 72 => 0x2007, 83 => 'JpgFromRaw', 226 => 0x2e }, 'jpgfromrawlength' => { 85 => [0x117,0x202] }, 'jpgfromrawstart' => { 85 => [0x111,0x201] }, 'jpgrecordedpixels' => { 232 => '14.1' }, 'key' => { 310 => 'key' }, 'keyword' => { 301 => 'keyword' }, 'keywordinfo' => { 296 => 'Keywords' }, 'keywords' => { 92 => 0x19, 114 => 'Keywords', 213 => 'Keywords', 258 => 'Keywords', 284 => 'keywords', 298 => 'Keywords' }, 'killdate' => { 301 => 'killDate' }, 'kodakimageheight' => { 96 => 0xf908, 99 => 0xe, 101 => [0xfa1e,0xfa52], 107 => 0x70 }, 'kodakimagewidth' => { 96 => 0xf907, 99 => 0xc, 101 => [0xfa1d,0xfa51], 107 => 0x6c }, 'kodakinfotype' => { 96 => 0xfa00 }, 'kodakmaker' => { 107 => 0x8 }, 'kodakmodel' => { 99 => 0x0, 107 => 0x28 }, 'label' => { 215 => 'Label', 308 => 'Label' }, 'landmark' => { 224 => 0x6f }, 'landscapeoutputhighlightpoint' => { 78 => 0x26 }, 'landscapeoutputshadowpoint' => { 78 => 0x27 }, 'landscaperawcolortone' => { 78 => 0x1f }, 'landscaperawcontrast' => { 78 => 0x21 }, 'landscaperawhighlight' => { 78 => 0x77 }, 'landscaperawhighlightpoint' => { 78 => 0x24 }, 'landscaperawlinear' => { 78 => 0x22 }, 'landscaperawsaturation' => { 78 => 0x20 }, 'landscaperawshadow' => { 78 => 0x80 }, 'landscaperawshadowpoint' => { 78 => 0x25 }, 'landscaperawsharpness' => { 78 => 0x23 }, 'language' => { 289 => 'language' }, 'languageidentifier' => { 92 => 0x87 }, 'lastfilenumber' => { 131 => 0x1b }, 'lastkeywordiptc' => { 130 => 'LastKeywordIPTC' }, 'lastkeywordxmp' => { 130 => 'LastKeywordXMP' }, 'lasturl' => { 311 => 'LastURL' }, 'lc1' => { 241 => 0x2 }, 'lc10' => { 241 => 0xb }, 'lc11' => { 241 => 0xc }, 'lc12' => { 241 => 0xd }, 'lc14' => { 241 => 0xf }, 'lc15' => { 241 => 0x10 }, 'lc2' => { 241 => 0x3 }, 'lc3' => { 241 => 0x4 }, 'lc4' => { 241 => 0x5 }, 'lc5' => { 241 => 0x6 }, 'lc6' => { 241 => 0x7 }, 'lc7' => { 241 => 0x8 }, 'lcddisplayatpoweron' => { 59 => 0x811, 63 => 0xa }, 'lcddisplayreturntoshoot' => { 64 => 0x12 }, 'lcdillumination' => { 197 => '17.5', 200 => '10.3', 201 => '4.2', 203 => '5.4' }, 'lcdilluminationduringbulb' => { 59 => 0x408 }, 'lcdpanels' => { 58 => 0x8 }, 'lcheditor' => { 190 => 0x8ae85e }, 'legacyiptcdigest' => { 299 => 'LegacyIPTCDigest' }, 'lens' => { 85 => 0xfdea, 160 => 0x84, 285 => 'Lens' }, 'lensafstopbutton' => { 57 => 0x11, 58 => 0x13, 59 => 0x506, 60 => 0x10, 61 => 0x12, 64 => 0x13, 65 => 0x9 }, 'lensaperturerange' => { 270 => 0x30 }, 'lensdistortionparams' => { 209 => 0x206 }, 'lensdrivenoaf' => { 59 => 0x505 }, 'lensfirmware' => { 264 => 0x20, 267 => 0xa004 }, 'lensfirmwareversion' => { 205 => 0x204 }, 'lensfocalrange' => { 270 => 0xa }, 'lensfstops' => { 157 => 0x7, 158 => 0xc, 159 => 0xd, 160 => 0x8b, 241 => '0.3' }, 'lensid' => { 285 => 'LensID' }, 'lensidnumber' => { 157 => 0x6, 158 => 0xb, 159 => 0xc }, 'lensinfo' => { 85 => 0xa432, 285 => 'LensInfo' }, 'lenskind' => { 241 => 0x1 }, 'lensmake' => { 85 => 0xa433, 120 => 'Make' }, 'lensmanualdistortionamount' => { 288 => 'LensManualDistortionAmount' }, 'lensmanufacturer' => { 130 => 'LensManufacturer' }, 'lensmodel' => { 4 => 0x937, 10 => 0x92b, 11 => 0x933, 43 => 0x95, 85 => 0xa434, 120 => 'Model', 130 => 'LensModel', 205 => 0x203 }, 'lensprofilechromaticaberrationscale' => { 288 => 'LensProfileChromaticAberrationScale' }, 'lensprofiledigest' => { 288 => 'LensProfileDigest' }, 'lensprofiledistortionscale' => { 288 => 'LensProfileDistortionScale' }, 'lensprofileenable' => { 288 => 'LensProfileEnable' }, 'lensprofilefilename' => { 288 => 'LensProfileFilename' }, 'lensprofilename' => { 288 => 'LensProfileName' }, 'lensprofilesetup' => { 288 => 'LensProfileSetup' }, 'lensprofilevignettingscale' => { 288 => 'LensProfileVignettingScale' }, 'lensproperties' => { 205 => 0x20b }, 'lensserialnumber' => { 41 => 0x0, 85 => 0xa435, 120 => 'SerialNumber', 205 => 0x202, 224 => 0x52, 264 => 0x30 }, 'lensshutterlock' => { 134 => 0x4a }, 'lenstemperature' => { 209 => 0x1008 }, 'lenstype' => { 4 => 0xe2, 5 => 0xd, 6 => 0xc, 7 => 0x111, 8 => 0xc, 9 => [0x14e,0x14f], 10 => 0xd6, 11 => 0xde, 12 => 0xf6, 13 => 0xea, 14 => 0xff, 15 => [0xc,0x97], 16 => 0xe6, 18 => 0xe8, 20 => 0xee, 24 => 0x16, 135 => 0x10c, 160 => 0x83, 205 => 0x201, 216 => 0x16, 222 => 0x303, 223 => 0x0, 224 => 0x51, 225 => 0x3405, 242 => 0x0, 243 => 0x0, 244 => 0x1, 245 => 0x1, 247 => 0x3f, 267 => 0xa003, 276 => 0xb027 }, 'levelgaugepitch' => { 204 => 0x904 }, 'levelgaugeroll' => { 204 => 0x903 }, 'levelorientation' => { 246 => 0x0 }, 'license' => { 286 => 'license' }, 'licensee' => { 300 => 'Licensee' }, 'licenseeid' => { 300 => [\'Licensee','LicenseeLicenseeID'] }, 'licenseeimageid' => { 300 => 'LicenseeImageID' }, 'licenseeimagenotes' => { 300 => 'LicenseeImageNotes' }, 'licenseename' => { 300 => [\'Licensee','LicenseeLicenseeName'] }, 'licenseenddate' => { 300 => 'LicenseEndDate' }, 'licenseeprojectreference' => { 300 => 'LicenseeProjectReference' }, 'licenseetransactionid' => { 300 => 'LicenseeTransactionID' }, 'licenseid' => { 300 => 'LicenseID' }, 'licensestartdate' => { 300 => 'LicenseStartDate' }, 'licensetransactiondate' => { 300 => 'LicenseTransactionDate' }, 'licensetype' => { 290 => 'licensetype' }, 'licensor' => { 300 => 'Licensor' }, 'licensorcity' => { 300 => [\'Licensor','LicensorLicensorCity'] }, 'licensorcountry' => { 300 => [\'Licensor','LicensorLicensorCountry'] }, 'licensoremail' => { 300 => [\'Licensor','LicensorLicensorEmail'] }, 'licensorextendedaddress' => { 300 => [\'Licensor','LicensorLicensorExtendedAddress'] }, 'licensorid' => { 300 => [\'Licensor','LicensorLicensorID'] }, 'licensorimageid' => { 300 => 'LicensorImageID' }, 'licensorname' => { 300 => [\'Licensor','LicensorLicensorName'] }, 'licensornotes' => { 300 => 'LicensorNotes' }, 'licensorpostalcode' => { 300 => [\'Licensor','LicensorLicensorPostalCode'] }, 'licensorregion' => { 300 => [\'Licensor','LicensorLicensorRegion'] }, 'licensorstreetaddress' => { 300 => [\'Licensor','LicensorLicensorStreetAddress'] }, 'licensortelephone1' => { 300 => [\'Licensor','LicensorLicensorTelephone1'] }, 'licensortelephone2' => { 300 => [\'Licensor','LicensorLicensorTelephone2'] }, 'licensortelephonetype1' => { 300 => [\'Licensor','LicensorLicensorTelephoneType1'] }, 'licensortelephonetype2' => { 300 => [\'Licensor','LicensorLicensorTelephoneType2'] }, 'licensortransactionid' => { 300 => 'LicensorTransactionID' }, 'licensorurl' => { 300 => [\'Licensor','LicensorLicensorURL'] }, 'lightcondition' => { 209 => 0x1009 }, 'lightingmode' => { 82 => 0x302a }, 'lightreading' => { 247 => 0x15 }, 'lightsource' => { 85 => 0x9208, 160 => 0x90, 212 => 0x1000, 292 => 'LightSource' }, 'lightsourcespecial' => { 269 => 0x21d }, 'lightswitch' => { 203 => '0.1' }, 'lightvaluecenter' => { 209 => 0x103d }, 'lightvalueperiphery' => { 209 => 0x103e }, 'linearresponselimit' => { 85 => 0xc62e }, 'linkaetoafpoint' => { 232 => '14.2' }, 'liveviewaf' => { 199 => '32.1', 203 => '34.1' }, 'liveviewafareamode' => { 201 => '34.1' }, 'liveviewafmode' => { 201 => '34.2' }, 'liveviewexposuresimulation' => { 59 => 0x810 }, 'liveviewmonitorofftime' => { 201 => '20.2' }, 'liveviewshooting' => { 38 => 0x13 }, 'localafareapoint' => { 134 => 0xd, 271 => 0x12, 272 => 0x12 }, 'localcaption' => { 92 => 0x79 }, 'localizedcameramodel' => { 85 => 0xc615 }, 'locallocationname' => { 267 => 0x30 }, 'location' => { 224 => 0x67, 283 => 'Location', 293 => 'Location', 301 => 'location' }, 'locationareacode' => { 287 => 'lac' }, 'locationcreated' => { 294 => 'LocationCreated' }, 'locationcreatedcity' => { 294 => [\'LocationCreated','LocationCreatedCity'] }, 'locationcreatedcountrycode' => { 294 => [\'LocationCreated','LocationCreatedCountryCode'] }, 'locationcreatedcountryname' => { 294 => [\'LocationCreated','LocationCreatedCountryName'] }, 'locationcreatedprovincestate' => { 294 => [\'LocationCreated','LocationCreatedProvinceState'] }, 'locationcreatedsublocation' => { 294 => [\'LocationCreated','LocationCreatedSublocation'] }, 'locationcreatedworldregion' => { 294 => [\'LocationCreated','LocationCreatedWorldRegion'] }, 'locationname' => { 267 => 0x31 }, 'locationshown' => { 294 => 'LocationShown' }, 'locationshowncity' => { 294 => [\'LocationShown','LocationShownCity'] }, 'locationshowncountrycode' => { 294 => [\'LocationShown','LocationShownCountryCode'] }, 'locationshowncountryname' => { 294 => [\'LocationShown','LocationShownCountryName'] }, 'locationshownprovincestate' => { 294 => [\'LocationShown','LocationShownProvinceState'] }, 'locationshownsublocation' => { 294 => [\'LocationShown','LocationShownSublocation'] }, 'locationshownworldregion' => { 294 => [\'LocationShown','LocationShownWorldRegion'] }, 'lockmicrophonebutton' => { 59 => 0x709 }, 'logcomment' => { 310 => 'logComment' }, 'longexposurenoisereduction' => { 59 => 0x201, 60 => 0x1, 61 => 0x2, 62 => 0x1, 63 => 0x1, 64 => 0x2, 65 => 0x1, 271 => 0x2b, 276 => [0xb04e,0x2008] }, 'longexposurenoisereduction2' => { 38 => 0x8 }, 'longfocal' => { 5 => 0x10, 6 => 0x13, 7 => 0x115, 8 => 0x13, 9 => [0x152,0x153], 10 => 0xda, 12 => 0xfa, 13 => 0xee, 14 => 0x103, 15 => 0x95, 16 => 0xea, 18 => 0xec, 20 => 0xf2, 24 => 0x17 }, 'loop' => { 310 => 'loop' }, 'luminanceadjustmentaqua' => { 288 => 'LuminanceAdjustmentAqua' }, 'luminanceadjustmentblue' => { 288 => 'LuminanceAdjustmentBlue' }, 'luminanceadjustmentgreen' => { 288 => 'LuminanceAdjustmentGreen' }, 'luminanceadjustmentmagenta' => { 288 => 'LuminanceAdjustmentMagenta' }, 'luminanceadjustmentorange' => { 288 => 'LuminanceAdjustmentOrange' }, 'luminanceadjustmentpurple' => { 288 => 'LuminanceAdjustmentPurple' }, 'luminanceadjustmentred' => { 288 => 'LuminanceAdjustmentRed' }, 'luminanceadjustmentyellow' => { 288 => 'LuminanceAdjustmentYellow' }, 'luminancecurvelimits' => { 77 => 0x150 }, 'luminancecurvepoints' => { 77 => 0x126 }, 'luminancenoisereduction' => { 78 => 0x5f, 270 => 0x1b }, 'luminancenoisereductioncontrast' => { 288 => 'LuminanceNoiseReductionContrast' }, 'luminancenoisereductiondetail' => { 288 => 'LuminanceNoiseReductionDetail' }, 'luminancenr_tiff_jpeg' => { 78 => 0x6d }, 'luminancesmoothing' => { 288 => 'LuminanceSmoothing' }, 'm16cversion' => { 219 => 0x333 }, 'macro' => { 89 => 0x1020, 90 => 0x202, 209 => 0x202, 262 => 0x21, 269 => 0x202, 276 => 0xb040 }, 'macromagnification' => { 4 => 0x1b, 7 => 0x1b, 10 => 0x1b, 11 => 0x1b, 15 => 0x1b, 16 => 0x1b, 38 => 0x10 }, 'macromode' => { 24 => 0x1, 131 => 0xb, 204 => 0x300, 224 => 0x1c }, 'magicfilter' => { 204 => 0x52c }, 'magnifiedview' => { 61 => 0x11, 63 => 0x9 }, 'maindialexposurecomp' => { 202 => '0.6' }, 'make' => { 73 => 0x0, 85 => 0x10f, 113 => 'Make', 215 => 'Make', 226 => 0x10f, 306 => 'Make' }, 'makernote' => { 292 => 'MakerNote' }, 'makernotecanon' => { 84 => 'MakN', 85 => 0x927c }, 'makernotecasio' => { 84 => 'MakN', 85 => 0x927c }, 'makernotecasio2' => { 84 => 'MakN', 85 => 0x927c }, 'makernotefujifilm' => { 84 => 'MakN', 85 => 0x927c }, 'makernotege' => { 84 => 'MakN', 85 => 0x927c }, 'makernotege2' => { 84 => 'MakN', 85 => 0x927c }, 'makernotehp' => { 84 => 'MakN', 85 => 0x927c }, 'makernotehp2' => { 84 => 'MakN', 85 => 0x927c }, 'makernotehp4' => { 84 => 'MakN', 85 => 0x927c }, 'makernotehp6' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteisl' => { 84 => 'MakN', 85 => 0x927c }, 'makernotejvc' => { 84 => 'MakN', 85 => 0x927c }, 'makernotejvctext' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodak10' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodak1a' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodak1b' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodak2' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodak3' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodak4' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodak5' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodak6a' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodak6b' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodak7' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodak8a' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodak8b' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodak9' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekodakunknown' => { 84 => 'MakN', 85 => 0x927c }, 'makernotekyocera' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteleica' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteleica2' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteleica3' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteleica4' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteleica5' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteleica6' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteminolta' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteminolta2' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteminolta3' => { 84 => 'MakN', 85 => 0x927c }, 'makernotenikon' => { 84 => 'MakN', 85 => 0x927c }, 'makernotenikon2' => { 84 => 'MakN', 85 => 0x927c }, 'makernotenikon3' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteoffset' => { 269 => 0xff }, 'makernoteolympus' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteolympus2' => { 84 => 'MakN', 85 => 0x927c }, 'makernotepanasonic' => { 84 => 'MakN', 85 => 0x927c }, 'makernotepanasonic2' => { 84 => 'MakN', 85 => 0x927c }, 'makernotepentax' => { 84 => 'MakN', 85 => 0x927c }, 'makernotepentax2' => { 84 => 'MakN', 85 => 0x927c }, 'makernotepentax3' => { 84 => 'MakN', 85 => 0x927c }, 'makernotepentax4' => { 84 => 'MakN', 85 => 0x927c }, 'makernotepentax5' => { 84 => 'MakN', 85 => 0x927c }, 'makernotephaseone' => { 84 => 'MakN', 85 => 0x927c }, 'makernotereconyx' => { 84 => 'MakN', 85 => 0x927c }, 'makernotericoh' => { 84 => 'MakN', 85 => 0x927c }, 'makernotericohtext' => { 84 => 'MakN', 85 => 0x927c }, 'makernotesafety' => { 85 => 0xc635 }, 'makernotesamsung1a' => { 84 => 'MakN', 85 => 0x927c }, 'makernotesamsung1b' => { 84 => 'MakN', 85 => 0x927c }, 'makernotesamsung2' => { 84 => 'MakN', 85 => 0x927c }, 'makernotesanyo' => { 84 => 'MakN', 85 => 0x927c }, 'makernotesanyoc4' => { 84 => 'MakN', 85 => 0x927c }, 'makernotesanyopatch' => { 84 => 'MakN', 85 => 0x927c }, 'makernotesigma' => { 84 => 'MakN', 85 => 0x927c }, 'makernotesony' => { 84 => 'MakN', 85 => 0x927c }, 'makernotesony2' => { 84 => 'MakN', 85 => 0x927c }, 'makernotesony3' => { 84 => 'MakN', 85 => 0x927c }, 'makernotesony4' => { 84 => 'MakN', 85 => 0x927c }, 'makernotesonyericsson' => { 84 => 'MakN', 85 => 0x927c }, 'makernotesonysrf' => { 84 => 'MakN', 85 => 0x927c }, 'makernotetype' => { 263 => 0x1 }, 'makernoteunknown' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteunknowntext' => { 84 => 'MakN', 85 => 0x927c }, 'makernoteversion' => { 135 => 0x0, 160 => 0x1, 209 => 0x0, 224 => 0x8000, 266 => 0x0, 267 => 0x1, 270 => 0x1d, 273 => 0x2000 }, 'managedfrom' => { 311 => 'ManagedFrom' }, 'managedfromalternatepaths' => { 311 => [\'ManagedFrom','ManagedFromAlternatePaths'] }, 'managedfromdocumentid' => { 311 => [\'ManagedFrom','ManagedFromDocumentID'] }, 'managedfromfilepath' => { 311 => [\'ManagedFrom','ManagedFromFilePath'] }, 'managedfromfrompart' => { 311 => [\'ManagedFrom','ManagedFromFromPart'] }, 'managedfrominstanceid' => { 311 => [\'ManagedFrom','ManagedFromInstanceID'] }, 'managedfromlastmodifydate' => { 311 => [\'ManagedFrom','ManagedFromLastModifyDate'] }, 'managedfrommanager' => { 311 => [\'ManagedFrom','ManagedFromManager'] }, 'managedfrommanagervariant' => { 311 => [\'ManagedFrom','ManagedFromManagerVariant'] }, 'managedfrommanageto' => { 311 => [\'ManagedFrom','ManagedFromManageTo'] }, 'managedfrommanageui' => { 311 => [\'ManagedFrom','ManagedFromManageUI'] }, 'managedfrommaskmarkers' => { 311 => [\'ManagedFrom','ManagedFromMaskMarkers'] }, 'managedfromoriginaldocumentid' => { 311 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] }, 'managedfrompartmapping' => { 311 => [\'ManagedFrom','ManagedFromPartMapping'] }, 'managedfromrenditionclass' => { 311 => [\'ManagedFrom','ManagedFromRenditionClass'] }, 'managedfromrenditionparams' => { 311 => [\'ManagedFrom','ManagedFromRenditionParams'] }, 'managedfromtopart' => { 311 => [\'ManagedFrom','ManagedFromToPart'] }, 'managedfromversionid' => { 311 => [\'ManagedFrom','ManagedFromVersionID'] }, 'manager' => { 311 => 'Manager' }, 'managervariant' => { 311 => 'ManagerVariant' }, 'manageto' => { 311 => 'ManageTo' }, 'manageui' => { 311 => 'ManageUI' }, 'manifest' => { 311 => 'Manifest' }, 'manifestlinkform' => { 311 => [\'Manifest','ManifestLinkForm'] }, 'manifestplacedresolutionunit' => { 311 => [\'Manifest','ManifestPlacedResolutionUnit'] }, 'manifestplacedxresolution' => { 311 => [\'Manifest','ManifestPlacedXResolution'] }, 'manifestplacedyresolution' => { 311 => [\'Manifest','ManifestPlacedYResolution'] }, 'manifestreference' => { 311 => [\'Manifest','ManifestReference'] }, 'manifestreferencealternatepaths' => { 311 => [\'Manifest','ManifestReferenceAlternatePaths'] }, 'manifestreferencedocumentid' => { 311 => [\'Manifest','ManifestReferenceDocumentID'] }, 'manifestreferencefilepath' => { 311 => [\'Manifest','ManifestReferenceFilePath'] }, 'manifestreferencefrompart' => { 311 => [\'Manifest','ManifestReferenceFromPart'] }, 'manifestreferenceinstanceid' => { 311 => [\'Manifest','ManifestReferenceInstanceID'] }, 'manifestreferencelastmodifydate' => { 311 => [\'Manifest','ManifestReferenceLastModifyDate'] }, 'manifestreferencemanager' => { 311 => [\'Manifest','ManifestReferenceManager'] }, 'manifestreferencemanagervariant' => { 311 => [\'Manifest','ManifestReferenceManagerVariant'] }, 'manifestreferencemanageto' => { 311 => [\'Manifest','ManifestReferenceManageTo'] }, 'manifestreferencemanageui' => { 311 => [\'Manifest','ManifestReferenceManageUI'] }, 'manifestreferencemaskmarkers' => { 311 => [\'Manifest','ManifestReferenceMaskMarkers'] }, 'manifestreferenceoriginaldocumentid' => { 311 => [\'Manifest','ManifestReferenceOriginalDocumentID'] }, 'manifestreferencepartmapping' => { 311 => [\'Manifest','ManifestReferencePartMapping'] }, 'manifestreferencerenditionclass' => { 311 => [\'Manifest','ManifestReferenceRenditionClass'] }, 'manifestreferencerenditionparams' => { 311 => [\'Manifest','ManifestReferenceRenditionParams'] }, 'manifestreferencetopart' => { 311 => [\'Manifest','ManifestReferenceToPart'] }, 'manifestreferenceversionid' => { 311 => [\'Manifest','ManifestReferenceVersionID'] }, 'manometerpressure' => { 204 => 0x900 }, 'manometerreading' => { 204 => 0x901 }, 'manualafpointselectpattern' => { 59 => 0x513 }, 'manualexposuretime' => { 134 => 0x6 }, 'manualflash' => { 207 => 0x1209 }, 'manualflashoutput' => { 24 => 0x29, 198 => '8.2', 199 => '22.2', 200 => '16.2', 201 => '23.2', 202 => '8.2', 203 => '24.2' }, 'manualflashstrength' => { 204 => 0x406 }, 'manualfnumber' => { 134 => 0x7 }, 'manualfocusdistance' => { 160 => 0x85, 209 => 0x100c, 269 => 0x223 }, 'manualtv' => { 58 => 0x5, 59 => 0x705 }, 'manufacturedate' => { 231 => 0x1 }, 'manufacturedate1' => { 265 => 0x4 }, 'manufacturedate2' => { 265 => 0x5 }, 'marked' => { 298 => 'Marked', 314 => 'Marked' }, 'markers' => { 310 => 'markers' }, 'markerscomment' => { 310 => [\'markers','markersComment'] }, 'markerscuepointparams' => { 310 => [\'markers','markersCuePointParams'] }, 'markerscuepointparamskey' => { 310 => [\'markers','markersCuePointParamsKey'] }, 'markerscuepointparamsvalue' => { 310 => [\'markers','markersCuePointParamsValue'] }, 'markerscuepointtype' => { 310 => [\'markers','markersCuePointType'] }, 'markersduration' => { 310 => [\'markers','markersDuration'] }, 'markerslocation' => { 310 => [\'markers','markersLocation'] }, 'markersname' => { 310 => [\'markers','markersName'] }, 'markersprobability' => { 310 => [\'markers','markersProbability'] }, 'markersspeaker' => { 310 => [\'markers','markersSpeaker'] }, 'markersstarttime' => { 310 => [\'markers','markersStartTime'] }, 'markerstarget' => { 310 => [\'markers','markersTarget'] }, 'markerstype' => { 310 => [\'markers','markersType'] }, 'maskedareas' => { 85 => 0xc68e }, 'masterdocumentid' => { 92 => 0xb9 }, 'mastergain' => { 165 => 0x50 }, 'maxaperture' => { 24 => 0x1a, 103 => 0x6103, 120 => 'MaxAperture', 131 => 0x17, 241 => '14.1' }, 'maxapertureatcurrentfocal' => { 205 => 0x20a }, 'maxapertureatmaxfocal' => { 89 => 0x1407, 120 => 'MaxApertureAtMaxFocal', 157 => 0xb, 158 => 0x10, 159 => 0x11, 205 => 0x206 }, 'maxapertureatminfocal' => { 89 => 0x1406, 157 => 0xa, 158 => 0xf, 159 => 0x10, 205 => 0x205 }, 'maxaperturevalue' => { 85 => 0x9205, 292 => 'MaxApertureValue' }, 'maxavailheight' => { 294 => 'MaxAvailHeight' }, 'maxavailwidth' => { 294 => 'MaxAvailWidth' }, 'maxcontinuousrelease' => { 197 => 0xb, 200 => 0xc, 201 => 0xb }, 'maxfaces' => { 208 => 0x1202 }, 'maxfocallength' => { 89 => 0x1405, 120 => 'MaxFocalLength', 157 => 0x9, 158 => 0xe, 159 => 0xf, 205 => 0x208 }, 'maximumdensityrange' => { 94 => 0x8c }, 'maxpagesize' => { 315 => 'MaxPageSize' }, 'maxpagesizeh' => { 315 => [\'MaxPageSize','MaxPageSizeH'] }, 'maxpagesizeunit' => { 315 => [\'MaxPageSize','MaxPageSizeUnit'] }, 'maxpagesizew' => { 315 => [\'MaxPageSize','MaxPageSizeW'] }, 'maxsamplevalue' => { 85 => 0x119 }, 'maxstorage' => { 305 => 'maxstorage' }, 'mb-d10batteries' => { 197 => '12.6' }, 'mb-d10batterytype' => { 200 => '13.3' }, 'mb-d11batterytype' => { 201 => '2.3' }, 'mb-d80batteries' => { 202 => '6.5' }, 'mb-d80batterytype' => { 203 => '3.2' }, 'mcuversion' => { 157 => 0xc, 158 => 0x11, 159 => 0x12 }, 'md5digest' => { 121 => 'zmd5' }, 'measuredev' => { 19 => 0x9, 54 => 0x3, 72 => 0x1814, 113 => 'MeasuredEV' }, 'measuredev2' => { 9 => 0x8, 19 => 0x8, 54 => 0x17 }, 'measuredev3' => { 9 => 0x9 }, 'measuredlv' => { 219 => 0x312, 225 => 0x3407 }, 'measuredrggb' => { 44 => 0x1 }, 'measuredrggbdata' => { 30 => 0x287 }, 'mediaconstraints' => { 300 => 'MediaConstraints' }, 'mediasummarycode' => { 300 => 'MediaSummaryCode' }, 'menubuttondisplayposition' => { 57 => 0xb, 60 => 0xa, 61 => 0xb, 64 => 0xb }, 'menubuttonreturn' => { 65 => 0xb }, 'menumonitorofftime' => { 200 => '8.2', 201 => '21.1', 203 => '22.1' }, 'metadatadate' => { 308 => 'MetadataDate' }, 'metadatamoddate' => { 310 => 'metadataModDate' }, 'metering' => { 198 => '6.1' }, 'meteringmode' => { 24 => 0x11, 85 => 0x9207, 99 => 0x1c, 131 => 0x7, 132 => 0x25, 134 => 0x12, 204 => 0x202, 247 => 0x17, 270 => 0x9, 271 => 0x15, 272 => 0x13, 292 => 'MeteringMode' }, 'meteringmode2' => { 232 => '2.1' }, 'meteringmode3' => { 232 => '16.1' }, 'meteringoffscaleindicator' => { 134 => 0x53 }, 'meteringtime' => { 197 => '22.2', 198 => '3.2', 199 => '17.1', 200 => '7.3', 201 => '18.1', 202 => '3.2', 203 => '19.1' }, 'mieversion' => { 121 => '0Vers' }, 'minaperture' => { 24 => 0x1b, 120 => 'MinAperture', 241 => '0.2' }, 'minfocallength' => { 89 => 0x1404, 120 => 'MinFocalLength', 157 => 0x8, 158 => 0xd, 159 => 0xe, 205 => 0x207 }, 'minoltadate' => { 131 => 0x15 }, 'minoltaimagesize' => { 131 => 0x4, 132 => 0xc, 133 => 0x2, 135 => 0x103 }, 'minoltamodelid' => { 131 => 0x25 }, 'minoltaquality' => { 131 => 0x5, 132 => 0xd, 133 => 0x3, 135 => [0x102,0x103] }, 'minoltatime' => { 131 => 0x16 }, 'minormodelagedisclosure' => { 300 => 'MinorModelAgeDisclosure' }, 'minsamplevalue' => { 85 => 0x118 }, 'mirrorlockup' => { 57 => 0xc, 58 => 0xc, 59 => 0x60f, 60 => 0xb, 61 => 0xc, 62 => 0x6, 63 => 0x6, 64 => 0xc, 65 => 0x3 }, 'mobilecountrycode' => { 287 => 'mcc' }, 'mobilenetworkcode' => { 287 => 'mnc' }, 'moddate' => { 215 => 'modify-date', 298 => 'ModDate' }, 'model' => { 73 => 0x6, 85 => 0x110, 113 => 'Model', 215 => 'Model', 226 => 0x110, 306 => 'Model' }, 'modelage' => { 294 => 'ModelAge' }, 'modelingflash' => { 197 => '21.4', 200 => '26.4', 201 => '30.2', 202 => '7.4', 203 => '31.3' }, 'modelreleaseid' => { 300 => 'ModelReleaseID' }, 'modelreleasestatus' => { 300 => 'ModelReleaseStatus' }, 'modificationdate' => { 301 => 'modificationDate' }, 'modifiedcolortemp' => { 45 => 0x9 }, 'modifieddigitalgain' => { 45 => 0xb }, 'modifiedparamflag' => { 39 => 0x1 }, 'modifiedpicturestyle' => { 45 => 0xa }, 'modifiedsaturation' => { 204 => 0x504 }, 'modifiedsensorbluelevel' => { 45 => 0x5 }, 'modifiedsensorredlevel' => { 45 => 0x4 }, 'modifiedsharpness' => { 45 => 0x2 }, 'modifiedsharpnessfreq' => { 45 => 0x3 }, 'modifiedtonecurve' => { 45 => 0x1 }, 'modifiedwhitebalance' => { 45 => 0x8 }, 'modifiedwhitebalanceblue' => { 45 => 0x7 }, 'modifiedwhitebalancered' => { 45 => 0x6 }, 'modifydate' => { 85 => 0x132, 114 => 'ModifyDate', 213 => 'ModDate', 214 => 'tIME', 258 => 'ModDate', 308 => 'ModifyDate' }, 'moirefilter' => { 85 => 0xfe58, 288 => 'MoireFilter' }, 'monitordisplayoff' => { 134 => 0x4c }, 'monitorofftime' => { 197 => '18.2', 198 => '3.1', 202 => '3.1' }, 'monochromecontrast' => { 78 => 0x3c }, 'monochromefiltereffect' => { 78 => 0x3a, 247 => 0x73 }, 'monochromelinear' => { 78 => 0x3d }, 'monochromeoutputhighlightpoint' => { 78 => 0x41 }, 'monochromeoutputshadowpoint' => { 78 => 0x42 }, 'monochromerawhighlight' => { 78 => 0x7a }, 'monochromerawhighlightpoint' => { 78 => 0x3f }, 'monochromerawshadow' => { 78 => 0x83 }, 'monochromerawshadowpoint' => { 78 => 0x40 }, 'monochromesharpness' => { 78 => 0x3e }, 'monochrometoning' => { 247 => 0x74 }, 'monochrometoningeffect' => { 78 => 0x3b }, 'monthdaycreated' => { 99 => 0x12, 108 => 0xe }, 'moonphase' => { 259 => 0x12 }, 'morepermissions' => { 286 => 'morePermissions' }, 'motionsensitivity' => { 259 => 0x29 }, 'multiburstimageheight' => { 276 => 0x1002 }, 'multiburstimagewidth' => { 276 => 0x1001 }, 'multiburstmode' => { 276 => 0x1000 }, 'multicontrollerwhilemetering' => { 59 => 0x517 }, 'multiexposureautogain' => { 161 => 0x3 }, 'multiexposuremode' => { 161 => 0x1 }, 'multiexposureshots' => { 161 => 0x2 }, 'multiframenoisereduction' => { 276 => 0x200b }, 'multipleexposuremode' => { 208 => 0x101c }, 'multipleexposureset' => { 232 => '10.1' }, 'multisample' => { 165 => 0x40 }, 'multiselector' => { 197 => '9.4', 200 => '27.4' }, 'multiselectorliveview' => { 197 => '4.3' }, 'multiselectorplaybackmode' => { 197 => ['13.5','9.2'], 200 => '27.2' }, 'multiselectorshootmode' => { 197 => '9.1', 200 => '27.1' }, 'mycolormode' => { 47 => 0x2 }, 'nativedigest' => { 292 => 'NativeDigest', 306 => 'NativeDigest' }, 'ncdfileinfo' => { 97 => 0x414 }, 'ndfilter' => { 54 => 0x1c }, 'nefbitdepth' => { 160 => 0xe22 }, 'nefcompression' => { 160 => 0x93 }, 'neutraloutputhighlightpoint' => { 78 => 0x2f }, 'neutraloutputshadowpoint' => { 78 => 0x30 }, 'neutralrawcolortone' => { 78 => 0x28 }, 'neutralrawcontrast' => { 78 => 0x2a }, 'neutralrawhighlight' => { 78 => 0x78 }, 'neutralrawhighlightpoint' => { 78 => 0x2d }, 'neutralrawlinear' => { 78 => 0x2b }, 'neutralrawsaturation' => { 78 => 0x29 }, 'neutralrawshadow' => { 78 => 0x81 }, 'neutralrawshadowpoint' => { 78 => 0x2e }, 'neutralrawsharpness' => { 78 => 0x2c }, 'newsphotoversion' => { 94 => 0x0 }, 'nickname' => { 308 => 'Nickname' }, 'nikoncapturedata' => { 160 => 0xe01 }, 'nikoncaptureeditversions' => { 160 => 0xe13 }, 'nikoncaptureoutput' => { 160 => 0xe1e }, 'nikoncaptureversion' => { 160 => 0xe09 }, 'nikoniccprofile' => { 160 => 0xe1d }, 'nikonimagesize' => { 172 => '723.1', 173 => '732.1', 178 => 0x2c4 }, 'noisefilter' => { 204 => 0x527 }, 'noisereduction' => { 89 => 0x100b, 132 => 0xb0, 133 => 0x60, 134 => 0x3f, 160 => 0x95, 190 => 0x753dcbc0, 191 => 0x17, 204 => 0x50a, 209 => 0x103a, 224 => 0x2d, 247 => 0x49, 265 => 0x2a }, 'noisereduction2' => { 208 => 0x1010 }, 'noisereductionapplied' => { 85 => 0xc6f7 }, 'noisereductionintensity' => { 191 => 0x9 }, 'noisereductionmethod' => { 191 => 0x11 }, 'noisereductionmode' => { 279 => 0x801e }, 'noisereductionsharpness' => { 191 => 0xd }, 'noisereductionvalue' => { 279 => 0x8027 }, 'nomemorycard' => { 197 => '22.1', 198 => '0.3', 199 => '2.4', 200 => '33.7', 201 => '3.2', 202 => '0.3', 203 => '4.5' }, 'nominalmaxaperture' => { 241 => 0xa }, 'nominalminaperture' => { 241 => '10.1' }, 'notes' => { 280 => 'Notes', 284 => 'notes' }, 'npages' => { 315 => 'NPages' }, 'nrwdata' => { 160 => 0x14 }, 'nullrecord' => { 72 => 0x0 }, 'number' => { 301 => 'number' }, 'numberofbeats' => { 310 => 'numberOfBeats' }, 'numberoffocuspoints' => { 201 => '0.3' }, 'numfacepositions' => { 217 => 0x0 }, 'numindexentries' => { 94 => 0x54 }, 'object' => { 301 => 'object' }, 'objectattributereference' => { 92 => 0x4 }, 'objectcycle' => { 92 => 0x4b }, 'objectdistance' => { 81 => 0x6, 82 => 0x2022 }, 'objectname' => { 92 => 0x5 }, 'objectpreviewdata' => { 92 => 0xca }, 'objectpreviewfileformat' => { 92 => 0xc8 }, 'objectpreviewfileversion' => { 92 => 0xc9 }, 'objecttypereference' => { 92 => 0x3 }, 'oecfcolumns' => { 292 => [\'OECF','OECFColumns'] }, 'oecfnames' => { 292 => [\'OECF','OECFNames'] }, 'oecfrows' => { 292 => [\'OECF','OECFRows'] }, 'oecfvalues' => { 292 => [\'OECF','OECFValues'] }, 'offsetschema' => { 85 => 0xea1d }, 'okbutton' => { 201 => '15.1', 203 => '16.1' }, 'oldsubfiletype' => { 85 => 0xff }, 'olympusimageheight' => { 209 => 0x102f }, 'olympusimagewidth' => { 209 => 0x102e }, 'onetouchwb' => { 209 => 0x302 }, 'opticalzoom' => { 101 => 0xfa3d, 103 => [0x6006,0xf006], 104 => 0x1000, 105 => 0xf, 108 => 0x1e, 120 => 'OpticalZoom' }, 'opticalzoomcode' => { 54 => 0xa }, 'opticalzoommode' => { 224 => 0x34 }, 'opticalzoomon' => { 269 => 0x219 }, 'optionenddate' => { 303 => 'optionEndDate' }, 'opto-electricconvfactor' => { 292 => 'OECF' }, 'ordernumber' => { 89 => 0x8002 }, 'organisationinimagecode' => { 294 => 'OrganisationInImageCode' }, 'organisationinimagename' => { 294 => 'OrganisationInImageName' }, 'organization' => { 301 => 'organization' }, 'orientation' => { 85 => 0x112, 226 => 0x112, 306 => 'Orientation' }, 'orientationlinkedafpoint' => { 59 => 0x516 }, 'originaldecisiondata' => { 83 => 'OriginalDecisionData' }, 'originaldecisiondataoffset' => { 43 => 0x83 }, 'originaldirectory' => { 221 => 0x408 }, 'originaldocumentid' => { 311 => 'OriginalDocumentID' }, 'originalfilename' => { 72 => 0x816, 97 => 0x3e9, 109 => 0x20, 221 => 0x407 }, 'originalimageheight' => { 55 => 0xc, 88 => 0x1 }, 'originalimagewidth' => { 55 => 0xb, 88 => 0x0 }, 'originalrawfiledata' => { 85 => 0xc68c }, 'originalrawfiledigest' => { 85 => 0xc71d }, 'originalrawfilename' => { 85 => 0xc68b }, 'originaltransmissionreference' => { 92 => 0x67 }, 'originatingprogram' => { 92 => 0x41 }, 'originplatform' => { 301 => 'originPlatform' }, 'os' => { 290 => 'os' }, 'otherconditions' => { 300 => 'OtherConditions' }, 'otherconstraints' => { 300 => 'OtherConstraints' }, 'otherimageinfo' => { 300 => 'OtherImageInfo' }, 'otherlicensedocuments' => { 300 => 'OtherLicenseDocuments' }, 'otherlicenseinfo' => { 300 => 'OtherLicenseInfo' }, 'otherlicenserequirements' => { 300 => 'OtherLicenseRequirements' }, 'outcue' => { 310 => 'outCue' }, 'outcuescale' => { 310 => [\'outCue','outCueScale'] }, 'outcuevalue' => { 310 => [\'outCue','outCueValue'] }, 'outputimageheight' => { 143 => 0x3 }, 'outputimagewidth' => { 143 => 0x2 }, 'outputresolution' => { 143 => 0x4 }, 'owner' => { 314 => 'Owner' }, 'ownerid' => { 92 => 0xbc }, 'ownername' => { 11 => 0x10f, 43 => 0x9, 72 => 0x810, 85 => [0xa430,0xfde8], 113 => 'OwnerName', 285 => 'OwnerName' }, 'padding' => { 85 => 0xea1c }, 'pageimage' => { 308 => [\'PageInfo','PageInfoImage'] }, 'pageimageformat' => { 308 => [\'PageInfo','PageInfoFormat'] }, 'pageimageheight' => { 308 => [\'PageInfo','PageInfoHeight'] }, 'pageimagepagenumber' => { 308 => [\'PageInfo','PageInfoPageNumber'] }, 'pageimagewidth' => { 308 => [\'PageInfo','PageInfoWidth'] }, 'pageinfo' => { 308 => 'PageInfo' }, 'pagename' => { 85 => 0x11d }, 'pagenumber' => { 85 => 0x129 }, 'pagerange' => { 301 => 'pageRange' }, 'paintbasedcorrectionmasks' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] }, 'paintbasedcorrections' => { 288 => 'PaintBasedCorrections' }, 'paintcorrectionactive' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] }, 'paintcorrectionamount' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] }, 'paintcorrectionbrightness' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] }, 'paintcorrectionclarity' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] }, 'paintcorrectioncontrast' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] }, 'paintcorrectionexposure' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] }, 'paintcorrectionhue' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] }, 'paintcorrectionmaskcenterweight' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] }, 'paintcorrectionmaskdabs' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] }, 'paintcorrectionmaskflow' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] }, 'paintcorrectionmaskfullx' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] }, 'paintcorrectionmaskfully' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] }, 'paintcorrectionmaskradius' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] }, 'paintcorrectionmaskvalue' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] }, 'paintcorrectionmaskwhat' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] }, 'paintcorrectionmaskzerox' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] }, 'paintcorrectionmaskzeroy' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] }, 'paintcorrectionsaturation' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation','PaintBasedCorrectionsLocalToningSaturation'] }, 'paintcorrectionsharpness' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] }, 'paintcorrectionwhat' => { 288 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] }, 'panasonicexifversion' => { 224 => 0x26 }, 'panasonicimageheight' => { 224 => 0x4c }, 'panasonicimagewidth' => { 224 => 0x4b }, 'panasonicrawversion' => { 226 => 0x1 }, 'panasonictitle' => { 85 => 0xc6d2 }, 'panasonictitle2' => { 85 => 0xc6d3 }, 'panoramacropbottom' => { 277 => 0x7 }, 'panoramacropleft' => { 277 => 0x4 }, 'panoramacropright' => { 277 => 0x6 }, 'panoramacroptop' => { 277 => 0x5 }, 'panoramadirection' => { 50 => 0x5, 277 => 0x3 }, 'panoramaframeheight' => { 277 => 0x9 }, 'panoramaframenumber' => { 50 => 0x2 }, 'panoramaframewidth' => { 277 => 0x8 }, 'panoramafullheight' => { 277 => 0x2 }, 'panoramafullwidth' => { 277 => 0x1 }, 'panoramamode' => { 99 => 0x3c, 204 => 0x601 }, 'panoramasourceheight' => { 277 => 0xb }, 'panoramasourcewidth' => { 277 => 0xa }, 'panoramicstitchcameramotion' => { 128 => 'PanoramicStitchCameraMotion', 129 => 0x1 }, 'panoramicstitchmaptype' => { 128 => 'PanoramicStitchMapType', 129 => 0x2 }, 'panoramicstitchphi0' => { 128 => 'PanoramicStitchPhi0', 129 => 0x5 }, 'panoramicstitchphi1' => { 128 => 'PanoramicStitchPhi1', 129 => 0x6 }, 'panoramicstitchtheta0' => { 128 => 'PanoramicStitchTheta0', 129 => 0x3 }, 'panoramicstitchtheta1' => { 128 => 'PanoramicStitchTheta1', 129 => 0x4 }, 'panoramicstitchversion' => { 129 => 0x0 }, 'pantry' => { 311 => 'Pantry' }, 'parallax' => { 89 => 0xb211 }, 'parametricdarks' => { 288 => 'ParametricDarks' }, 'parametrichighlights' => { 288 => 'ParametricHighlights' }, 'parametrichighlightsplit' => { 288 => 'ParametricHighlightSplit' }, 'parametriclights' => { 288 => 'ParametricLights' }, 'parametricmidtonesplit' => { 288 => 'ParametricMidtoneSplit' }, 'parametricshadows' => { 288 => 'ParametricShadows' }, 'parametricshadowsplit' => { 288 => 'ParametricShadowSplit' }, 'patientbirthdate' => { 281 => 'PatientDOB' }, 'patientid' => { 281 => 'PatientID' }, 'patientname' => { 281 => 'PatientName' }, 'patientsex' => { 281 => 'PatientSex' }, 'pdfversion' => { 298 => 'PDFVersion' }, 'pentaximagesize' => { 247 => 0x9 }, 'pentaxmodelid' => { 231 => 0x0, 247 => 0x5 }, 'pentaxmodeltype' => { 247 => 0x1 }, 'pentaxversion' => { 247 => 0x0 }, 'people' => { 283 => 'People' }, 'peripheralillumcentralradius' => { 279 => 0x8030 }, 'peripheralillumcentralvalue' => { 279 => 0x8031 }, 'peripheralillumination' => { 78 => 0x68 }, 'peripheralilluminationon' => { 78 => 0x64 }, 'peripheralillumperiphvalue' => { 279 => 0x8032 }, 'peripherallighting' => { 55 => 0x2 }, 'peripherallightingsetting' => { 56 => 0x5 }, 'peripherallightingvalue' => { 55 => 0x6 }, 'permissions' => { 303 => 'permissions' }, 'person' => { 301 => 'person' }, 'personinimage' => { 294 => 'PersonInImage' }, 'perspectivehorizontal' => { 288 => 'PerspectiveHorizontal' }, 'perspectiverotate' => { 288 => 'PerspectiveRotate' }, 'perspectivescale' => { 288 => 'PerspectiveScale' }, 'perspectivevertical' => { 288 => 'PerspectiveVertical' }, 'pf0customfuncregistration' => { 67 => 0x1 }, 'pf10retainprogramshift' => { 67 => 0xb }, 'pf13drivepriority' => { 67 => 0xe }, 'pf14disablefocussearch' => { 67 => 0xf }, 'pf15disableafassistbeam' => { 67 => 0x10 }, 'pf16autofocuspointshoot' => { 67 => 0x11 }, 'pf17disableafpointsel' => { 67 => 0x12 }, 'pf18enableautoafpointsel' => { 67 => 0x13 }, 'pf19continuousshootspeed' => { 67 => 0x14 }, 'pf19shootingspeedhigh' => { 66 => 0xa }, 'pf19shootingspeedlow' => { 66 => 0x9 }, 'pf1disableshootingmodes' => { 67 => 0x2 }, 'pf1value' => { 66 => 0x1 }, 'pf20limitcontinousshots' => { 67 => 0x15 }, 'pf20maxcontinousshots' => { 66 => 0xb }, 'pf21enablequietoperation' => { 67 => 0x16 }, 'pf23felocktime' => { 66 => 0xd }, 'pf23postreleasetime' => { 66 => 0xe }, 'pf23settimerlengths' => { 67 => 0x18 }, 'pf23shutterbuttontime' => { 66 => 0xc }, 'pf24lightlcdduringbulb' => { 67 => 0x19 }, 'pf25aemode' => { 66 => 0xf }, 'pf25afmode' => { 66 => 0x12 }, 'pf25afpointsel' => { 66 => 0x13 }, 'pf25colormatrix' => { 66 => 0x17 }, 'pf25defaultclearsettings' => { 67 => 0x1a }, 'pf25drivemode' => { 66 => 0x11 }, 'pf25imagesize' => { 66 => 0x14 }, 'pf25meteringmode' => { 66 => 0x10 }, 'pf25parameters' => { 66 => 0x16 }, 'pf25wbmode' => { 66 => 0x15 }, 'pf26shortenreleaselag' => { 67 => 0x1b }, 'pf27reversedialrotation' => { 67 => 0x1c }, 'pf27value' => { 66 => 0x18 }, 'pf28noquickdialexpcomp' => { 67 => 0x1d }, 'pf29quickdialswitchoff' => { 67 => 0x1e }, 'pf2disablemeteringmodes' => { 67 => 0x3 }, 'pf2value' => { 66 => 0x2 }, 'pf30enlargementmode' => { 67 => 0x1f }, 'pf31originaldecisiondata' => { 67 => 0x20 }, 'pf3manualexposuremetering' => { 67 => 0x4 }, 'pf3value' => { 66 => 0x3 }, 'pf4exposuretimelimits' => { 67 => 0x5 }, 'pf4exposuretimemax' => { 66 => 0x5 }, 'pf4exposuretimemin' => { 66 => 0x4 }, 'pf5aperturelimits' => { 67 => 0x6 }, 'pf5aperturemax' => { 66 => 0x7 }, 'pf5aperturemin' => { 66 => 0x6 }, 'pf6presetshootingmodes' => { 67 => 0x7 }, 'pf7bracketcontinuousshoot' => { 67 => 0x8 }, 'pf8bracketshots' => { 66 => 0x8 }, 'pf8setbracketshots' => { 67 => 0x9 }, 'pf9changebracketsequence' => { 67 => 0xa }, 'phasedetectaf' => { 141 => 0x6 }, 'phonenumber' => { 114 => 'Phone' }, 'photoeffect' => { 24 => 0x28 }, 'photoeffecthistoryxml' => { 190 => 0xe9651831 }, 'photoeffects' => { 190 => 0xab5eca5e }, 'photoeffectsblue' => { 192 => 0x8 }, 'photoeffectsgreen' => { 192 => 0x6 }, 'photoeffectsred' => { 192 => 0x4 }, 'photoeffectstype' => { 192 => 0x0 }, 'photoinfoplayback' => { 197 => '17.6', 200 => '33.6' }, 'photometricinterpretation' => { 85 => 0x106, 306 => 'PhotometricInterpretation' }, 'photoshopquality' => { 255 => 0x0 }, 'pictinfo' => { 269 => 0x208 }, 'picturecontrol' => { 190 => 0xe2173c47 }, 'picturecontrolactive' => { 193 => 0x0 }, 'picturecontroladjust' => { 162 => 0x30 }, 'picturecontrolbase' => { 162 => 0x18 }, 'picturecontroldata' => { 160 => [0xbd,0x23] }, 'picturecontrolmode' => { 193 => 0x13 }, 'picturecontrolname' => { 162 => 0x4 }, 'picturecontrolquickadjust' => { 162 => 0x31 }, 'picturefinish' => { 132 => 0x71 }, 'picturemode' => { 89 => 0x1031, 204 => 0x520, 247 => [0xb,0x33], 270 => 0x3d }, 'picturemode2' => { 232 => 0x0 }, 'picturemodebwfilter' => { 204 => 0x525 }, 'picturemodecontrast' => { 204 => 0x523 }, 'picturemodehue' => { 204 => 0x522 }, 'picturemodesaturation' => { 204 => 0x521 }, 'picturemodesharpness' => { 204 => 0x524 }, 'picturemodetone' => { 204 => 0x526 }, 'picturestyle' => { 5 => [0x4b,0x51], 6 => 0x6c, 7 => 0x86, 8 => 0x73, 12 => 0xab, 13 => 0xa7, 14 => 0xb0, 15 => 0x6c, 16 => 0xa7, 52 => 0xa, 78 => 0x2 }, 'picturewizard' => { 267 => 0x21 }, 'pitchangle' => { 246 => 0x2 }, 'planarconfiguration' => { 85 => 0x11c, 306 => 'PlanarConfiguration' }, 'platenames' => { 315 => 'PlateNames' }, 'playbackmenustime' => { 199 => '20.1' }, 'playbackmonitorofftime' => { 200 => '8.1', 201 => '35.1', 203 => '21.1' }, 'playdisplay' => { 134 => 0x4e }, 'plusversion' => { 300 => 'Version' }, 'pngwarning' => { 215 => 'Warning' }, 'portraitoutputhighlightpoint' => { 78 => 0x1d }, 'portraitoutputshadowpoint' => { 78 => 0x1e }, 'portraitrawcolortone' => { 78 => 0x16 }, 'portraitrawcontrast' => { 78 => 0x18 }, 'portraitrawhighlight' => { 78 => 0x76 }, 'portraitrawhighlightpoint' => { 78 => 0x1b }, 'portraitrawlinear' => { 78 => 0x19 }, 'portraitrawsaturation' => { 78 => 0x17 }, 'portraitrawshadow' => { 78 => 0x7f }, 'portraitrawshadowpoint' => { 78 => 0x1c }, 'portraitrawsharpness' => { 78 => 0x1a }, 'portraitrefiner' => { 82 => 0x302b }, 'postalcode' => { 118 => 'PostalCode' }, 'postcropvignetteamount' => { 288 => 'PostCropVignetteAmount' }, 'postcropvignettefeather' => { 288 => 'PostCropVignetteFeather' }, 'postcropvignettemidpoint' => { 288 => 'PostCropVignetteMidpoint' }, 'postcropvignetteroundness' => { 288 => 'PostCropVignetteRoundness' }, 'postcropvignettestyle' => { 288 => 'PostCropVignetteStyle' }, 'powersource' => { 230 => '0.1' }, 'poweruptime' => { 160 => 0xb6 }, 'precaptureframes' => { 209 => 0x300 }, 'predictor' => { 85 => 0x13d }, 'preflashreturnstrength' => { 173 => 0x28a }, 'prefs' => { 92 => 0xdd, 254 => 'Prefs' }, 'preservedfilename' => { 311 => 'PreservedFileName' }, 'presetwhitebalance' => { 134 => 0x24, 279 => 0x8002 }, 'presetwhitebalanceadj' => { 279 => 0x8014 }, 'previewapplicationname' => { 85 => 0xc716 }, 'previewapplicationversion' => { 85 => 0xc717 }, 'previewbutton' => { 197 => ['14.1','15.1'], 200 => '29.1', 201 => '14.1' }, 'previewbuttonplusdials' => { 197 => ['14.2','15.2'], 200 => '31.2' }, 'previewcolorspace' => { 85 => 0xc71a }, 'previewcropbottom' => { 253 => 0xef }, 'previewcropleft' => { 253 => 0xec }, 'previewcropright' => { 253 => 0xee }, 'previewcroptop' => { 253 => 0xed }, 'previewdatetime' => { 85 => 0xc71b }, 'previewheight' => { 101 => 0xfa58 }, 'previewimage' => { 82 => 0x2000, 83 => 'PreviewImage', 86 => 'PreviewImage', 87 => 0x4, 123 => 'data', 135 => 0x81, 209 => 0x280, 222 => 0x300, 276 => 0x2001 }, 'previewimageborders' => { 247 => 0x3e }, 'previewimageheight' => { 51 => 0x4 }, 'previewimagelength' => { 51 => 0x2, 82 => 0x3, 85 => [0x117,0x202], 135 => 0x89, 163 => 0x202, 204 => 0x102, 209 => 0x1037, 247 => 0x3, 262 => 0x1e, 266 => 0x3, 270 => 0x1b, 273 => 0x202 }, 'previewimagename' => { 123 => '1Name' }, 'previewimagesize' => { 82 => 0x2, 106 => 0x2, 123 => 'ImageSize', 247 => 0x2, 270 => 0x1c, 276 => 0xb02c }, 'previewimagestart' => { 51 => 0x5, 82 => 0x4, 85 => [0x111,0x201], 135 => 0x88, 163 => 0x201, 204 => 0x101, 209 => 0x1036, 247 => 0x4, 262 => 0x1c, 266 => 0x2, 270 => 0x1a, 273 => 0x201 }, 'previewimagetype' => { 123 => '0Type' }, 'previewimagevalid' => { 204 => 0x100, 209 => 0x1035 }, 'previewimagewidth' => { 51 => 0x3 }, 'previewquality' => { 51 => 0x1 }, 'previewsettingsdigest' => { 85 => 0xc719 }, 'previewsettingsname' => { 85 => 0xc718 }, 'previewwidth' => { 101 => 0xfa57 }, 'primaryafpoint' => { 141 => 0x7 }, 'primarychromaticities' => { 85 => 0x13f, 306 => 'PrimaryChromaticities' }, 'printim' => { 85 => 0xc4a5 }, 'prioritysetupshutterrelease' => { 134 => 0x1d, 271 => 0x28 }, 'privatertkinfo' => { 282 => 'privateRTKInfo' }, 'processingsoftware' => { 85 => 0xb }, 'processversion' => { 288 => 'ProcessVersion' }, 'producer' => { 213 => 'Producer', 298 => 'Producer' }, 'productid' => { 93 => 0x32 }, 'productioncode' => { 231 => 0x2 }, 'productorserviceconstraints' => { 300 => 'ProductOrServiceConstraints' }, 'profilecalibrationsig' => { 85 => 0xc6f4 }, 'profilecopyright' => { 85 => 0xc6fe }, 'profileembedpolicy' => { 85 => 0xc6fd }, 'profilehuesatmapdata1' => { 85 => 0xc6fa }, 'profilehuesatmapdata2' => { 85 => 0xc6fb }, 'profilehuesatmapdims' => { 85 => 0xc6f9 }, 'profilelooktabledata' => { 85 => 0xc726 }, 'profilelooktabledims' => { 85 => 0xc725 }, 'profilename' => { 85 => 0xc6f8 }, 'profiletonecurve' => { 85 => 0xc6fc }, 'programiso' => { 224 => 0x3c }, 'programline' => { 232 => '1.1' }, 'programmode' => { 138 => 0x5 }, 'programshift' => { 160 => 0xd }, 'programversion' => { 92 => 0x46 }, 'projectname' => { 310 => 'projectName' }, 'projectref' => { 310 => 'projectRef' }, 'projectrefpath' => { 310 => [\'projectRef','projectRefPath'] }, 'projectreftype' => { 310 => [\'projectRef','projectRefType'] }, 'propertyreleaseid' => { 300 => 'PropertyReleaseID' }, 'propertyreleasestatus' => { 300 => 'PropertyReleaseStatus' }, 'province-state' => { 92 => 0x5f }, 'publicationdate' => { 301 => 'publicationDate' }, 'publicationname' => { 301 => 'publicationName' }, 'publisher' => { 289 => 'publisher' }, 'pulldown' => { 310 => 'pullDown' }, 'quality' => { 0 => 0x1, 24 => 0x3, 81 => 0x2, 82 => 0x3002, 89 => 0x1000, 99 => 0x9, 160 => 0x4, 180 => 0x3, 209 => 0x201, 219 => 0x300, 247 => 0x8, 252 => 0x2, 270 => 0x16, 271 => 0x56, 276 => [0x102,0xb047] }, 'qualitymode' => { 82 => 0x8 }, 'quantizationmethod' => { 94 => 0x78 }, 'quickadjust' => { 193 => 0x2a }, 'quickcontroldialinmeter' => { 59 => 0x703 }, 'quickshot' => { 269 => 0x213 }, 'rangefinder' => { 199 => '4.1' }, 'rasterizedcaption' => { 92 => 0x7d }, 'rating' => { 85 => 0x4746, 253 => 0xdf, 284 => 'rating', 290 => 'rating', 308 => 'Rating' }, 'ratingpercent' => { 85 => 0x4749, 130 => 'Rating' }, 'rawandjpgrecording' => { 57 => 0x8, 135 => 0x109, 232 => 0xd }, 'rawbrightnessadj' => { 77 => 0x38 }, 'rawcoloradj' => { 77 => 0x2e }, 'rawcropbottom' => { 253 => 0xd4 }, 'rawcropleft' => { 253 => 0xd1 }, 'rawcropright' => { 253 => 0xd3 }, 'rawcroptop' => { 253 => 0xd2 }, 'rawcustomsaturation' => { 77 => 0x30 }, 'rawcustomtone' => { 77 => 0x34 }, 'rawdatauniqueid' => { 85 => 0xc65d }, 'rawdepth' => { 137 => 0x10 }, 'rawdevautogradation' => { 211 => 0x119 }, 'rawdevcolorspace' => { 210 => 0x108, 211 => 0x109 }, 'rawdevcontrastvalue' => { 210 => 0x106, 211 => 0x105 }, 'rawdeveditstatus' => { 210 => 0x10b }, 'rawdevengine' => { 210 => 0x109, 211 => 0x10b }, 'rawdevexposurebiasvalue' => { 210 => 0x100, 211 => 0x100 }, 'rawdevgradation' => { 211 => 0x112 }, 'rawdevgraypoint' => { 210 => 0x103, 211 => 0x104 }, 'rawdevmemorycoloremphasis' => { 210 => 0x105, 211 => 0x108 }, 'rawdevnoisereduction' => { 210 => 0x10a, 211 => 0x10a }, 'rawdevpicturemode' => { 211 => 0x10c }, 'rawdevpm_bwfilter' => { 211 => 0x110 }, 'rawdevpmcontrast' => { 211 => 0x10e }, 'rawdevpmnoisefilter' => { 211 => 0x120 }, 'rawdevpmpicturetone' => { 211 => 0x111 }, 'rawdevpmsaturation' => { 211 => 0x10d }, 'rawdevpmsharpness' => { 211 => 0x10f }, 'rawdevsaturation3' => { 211 => 0x113 }, 'rawdevsaturationemphasis' => { 210 => 0x104, 211 => 0x107 }, 'rawdevsettings' => { 210 => 0x10c }, 'rawdevsharpnessvalue' => { 210 => 0x107, 211 => 0x106 }, 'rawdevversion' => { 210 => 0x0, 211 => 0x0 }, 'rawdevwbfineadjustment' => { 210 => 0x102, 211 => 0x103 }, 'rawdevwhitebalance' => { 211 => 0x101 }, 'rawdevwhitebalancevalue' => { 210 => 0x101, 211 => 0x102 }, 'rawfile' => { 85 => 0xfe4c }, 'rawfilename' => { 288 => 'RawFileName' }, 'rawimagecenter' => { 160 => 0x99 }, 'rawimagedigest' => { 85 => 0xc71c }, 'rawimagesize' => { 247 => 0x39 }, 'rawinfoversion' => { 212 => 0x0 }, 'rawjpgheight' => { 74 => 0x4 }, 'rawjpgquality' => { 38 => 0x6, 74 => 0x1 }, 'rawjpgsize' => { 38 => 0x7, 74 => 0x2 }, 'rawjpgwidth' => { 74 => 0x3 }, 'rawmeasuredrggb' => { 29 => 0x26a, 31 => 0x280, 33 => 0x194 }, 'reardisplay' => { 197 => '12.3' }, 'recognizedface1age' => { 218 => 0x20 }, 'recognizedface1name' => { 218 => 0x4 }, 'recognizedface1position' => { 218 => 0x18 }, 'recognizedface2age' => { 218 => 0x50 }, 'recognizedface2name' => { 218 => 0x34 }, 'recognizedface2position' => { 218 => 0x48 }, 'recognizedface3age' => { 218 => 0x80 }, 'recognizedface3name' => { 218 => 0x64 }, 'recognizedface3position' => { 218 => 0x78 }, 'recognizedfaceflags' => { 224 => 0x63 }, 'recommendedexposureindex' => { 85 => 0x8832 }, 'recorddisplay' => { 134 => 0x4d }, 'recordid' => { 72 => 0x1804 }, 'recordingmode' => { 81 => 0x1, 252 => 0x1 }, 'recordmode' => { 24 => 0x9, 82 => 0x3000 }, 'recordshutterrelease' => { 269 => 0x217 }, 'redbalance' => { 148 => 0x270, 209 => 0x1017, 226 => 0x11, 247 => 0x1c }, 'redcurvelimits' => { 77 => 0x18a }, 'redcurvepoints' => { 77 => 0x160 }, 'redeyecorrection' => { 194 => 0x0 }, 'redeyeinfo' => { 288 => 'RedEyeInfo' }, 'redeyereduction' => { 134 => 0x41 }, 'redhue' => { 288 => 'RedHue' }, 'redsaturation' => { 288 => 'RedSaturation' }, 'reductionmatrix1' => { 85 => 0xc625 }, 'reductionmatrix2' => { 85 => 0xc626 }, 'referenceblackwhite' => { 85 => 0x214, 306 => 'ReferenceBlackWhite' }, 'referencedate' => { 92 => 0x2f }, 'referencenumber' => { 92 => 0x32 }, 'references' => { 114 => 'References' }, 'referenceservice' => { 92 => 0x2d }, 'regionappliedtodimensions' => { 297 => [\'Regions','RegionsAppliedToDimensions'] }, 'regionappliedtodimensionsh' => { 297 => [\'Regions','RegionsAppliedToDimensionsH'] }, 'regionappliedtodimensionsunit' => { 297 => [\'Regions','RegionsAppliedToDimensionsUnit'] }, 'regionappliedtodimensionsw' => { 297 => [\'Regions','RegionsAppliedToDimensionsW'] }, 'regionarea' => { 297 => [\'Regions','RegionsRegionListArea'] }, 'regionaread' => { 297 => [\'Regions','RegionsRegionListAreaD'] }, 'regionareah' => { 297 => [\'Regions','RegionsRegionListAreaH'] }, 'regionareaunit' => { 297 => [\'Regions','RegionsRegionListAreaUnit'] }, 'regionareaw' => { 297 => [\'Regions','RegionsRegionListAreaW'] }, 'regionareax' => { 297 => [\'Regions','RegionsRegionListAreaX'] }, 'regionareay' => { 297 => [\'Regions','RegionsRegionListAreaY'] }, 'regionbarcodevalue' => { 297 => [\'Regions','RegionsRegionListBarCodeValue'] }, 'regionconstraints' => { 300 => 'RegionConstraints' }, 'regiondescription' => { 297 => [\'Regions','RegionsRegionListDescription'] }, 'regionextensions' => { 297 => [\'Regions','RegionsRegionListExtensions'] }, 'regionfocususage' => { 297 => [\'Regions','RegionsRegionListFocusUsage'] }, 'regioninfo' => { 297 => 'Regions' }, 'regioninfomp' => { 127 => 'RegionInfo' }, 'regioninfompregions' => { 127 => [\'RegionInfo','RegionInfoRegions'] }, 'regionlist' => { 297 => [\'Regions','RegionsRegionList'] }, 'regionname' => { 297 => [\'Regions','RegionsRegionListName'] }, 'regionpersondisplayname' => { 127 => [\'RegionInfo','RegionInfoRegionsPersonDisplayName'] }, 'regionrectangle' => { 127 => [\'RegionInfo','RegionInfoRegionsRectangle'] }, 'regionseealso' => { 297 => [\'Regions','RegionsRegionListSeeAlso'] }, 'regiontype' => { 297 => [\'Regions','RegionsRegionListType'] }, 'registryid' => { 294 => 'RegistryId' }, 'registryitemid' => { 294 => [\'RegistryId','RegistryIdRegItemId'] }, 'registryorganisationid' => { 294 => [\'RegistryId','RegistryIdRegOrgId'] }, 'relatedaudiofile' => { 112 => 'data' }, 'relatedaudiofilename' => { 112 => '1Name' }, 'relatedaudiofiletype' => { 112 => '0Type' }, 'relatedimagefileformat' => { 85 => 0x1000 }, 'relatedimageheight' => { 85 => 0x1002 }, 'relatedimagewidth' => { 85 => 0x1001 }, 'relatedsoundfile' => { 85 => 0xa004, 292 => 'RelatedSoundFile' }, 'relatedvideofile' => { 126 => 'data' }, 'relatedvideofilename' => { 126 => '1Name' }, 'relatedvideofiletype' => { 126 => '0Type' }, 'relation' => { 289 => 'relation' }, 'relativepeakaudiofilepath' => { 310 => 'relativePeakAudioFilePath' }, 'relativetimestamp' => { 310 => 'relativeTimestamp' }, 'relativetimestampscale' => { 310 => [\'relativeTimestamp','relativeTimestampScale'] }, 'relativetimestampvalue' => { 310 => [\'relativeTimestamp','relativeTimestampValue'] }, 'releasebuttontousedial' => { 197 => '17.8', 200 => '33.8', 201 => '17.6' }, 'releasedate' => { 92 => 0x1e, 310 => 'releaseDate' }, 'releasemode' => { 82 => 0x3001, 276 => 0xb049 }, 'releasesetting' => { 72 => 0x1016 }, 'releasetime' => { 92 => 0x23 }, 'remoteonduration' => { 198 => '3.4', 199 => '17.2', 201 => '18.2', 202 => '4.3', 203 => '19.2' }, 'renditionclass' => { 311 => 'RenditionClass' }, 'renditionof' => { 311 => 'RenditionOf' }, 'renditionofalternatepaths' => { 311 => [\'RenditionOf','RenditionOfAlternatePaths'] }, 'renditionofdocumentid' => { 311 => [\'RenditionOf','RenditionOfDocumentID'] }, 'renditionoffilepath' => { 311 => [\'RenditionOf','RenditionOfFilePath'] }, 'renditionoffrompart' => { 311 => [\'RenditionOf','RenditionOfFromPart'] }, 'renditionofinstanceid' => { 311 => [\'RenditionOf','RenditionOfInstanceID'] }, 'renditionoflastmodifydate' => { 311 => [\'RenditionOf','RenditionOfLastModifyDate'] }, 'renditionofmanager' => { 311 => [\'RenditionOf','RenditionOfManager'] }, 'renditionofmanagervariant' => { 311 => [\'RenditionOf','RenditionOfManagerVariant'] }, 'renditionofmanageto' => { 311 => [\'RenditionOf','RenditionOfManageTo'] }, 'renditionofmanageui' => { 311 => [\'RenditionOf','RenditionOfManageUI'] }, 'renditionofmaskmarkers' => { 311 => [\'RenditionOf','RenditionOfMaskMarkers'] }, 'renditionoforiginaldocumentid' => { 311 => [\'RenditionOf','RenditionOfOriginalDocumentID'] }, 'renditionofpartmapping' => { 311 => [\'RenditionOf','RenditionOfPartMapping'] }, 'renditionofrenditionclass' => { 311 => [\'RenditionOf','RenditionOfRenditionClass'] }, 'renditionofrenditionparams' => { 311 => [\'RenditionOf','RenditionOfRenditionParams'] }, 'renditionoftopart' => { 311 => [\'RenditionOf','RenditionOfToPart'] }, 'renditionofversionid' => { 311 => [\'RenditionOf','RenditionOfVersionID'] }, 'renditionparams' => { 311 => 'RenditionParams' }, 'repeatingflashcount' => { 152 => 0xd, 153 => 0xe, 154 => 0xe, 200 => '17.2', 201 => '24.2', 202 => '9.2', 203 => '25.2' }, 'repeatingflashoutput' => { 200 => '17.1', 201 => '24.1', 202 => '9.1', 203 => '25.1' }, 'repeatingflashrate' => { 152 => 0xc, 153 => 0xd, 154 => 0xd, 200 => '18.1', 201 => '25.1', 202 => '10.1', 203 => '26.1' }, 'resampleparams' => { 310 => 'resampleParams' }, 'resampleparamsquality' => { 310 => [\'resampleParams','resampleParamsQuality'] }, 'resaved' => { 269 => 0x21e }, 'resolution' => { 119 => 'Resolution' }, 'resolutionmode' => { 270 => 0x4 }, 'resolutionunit' => { 85 => 0x128, 95 => 0x2, 306 => 'ResolutionUnit' }, 'restrictions' => { 303 => 'restrictions' }, 'retouchhistory' => { 160 => 0x9e }, 'retouchinfo' => { 288 => 'RetouchInfo' }, 'reuse' => { 300 => 'Reuse' }, 'reuseallowed' => { 313 => 'ReuseAllowed' }, 'reuseprohibited' => { 303 => 'reuseProhibited' }, 'reverseindicators' => { 197 => '12.1', 199 => '4.3', 200 => '33.5', 201 => '5.1', 203 => '6.2' }, 'revision' => { 290 => 'revision' }, 'rgbcurvelimits' => { 77 => 0x238 }, 'rgbcurvepoints' => { 77 => 0x20e }, 'ricohdate' => { 262 => 0x6 }, 'ricohimageheight' => { 262 => 0x2 }, 'ricohimagewidth' => { 262 => 0x0 }, 'rightascension' => { 122 => 'RightAscension' }, 'rights' => { 289 => 'rights' }, 'rightsagent' => { 301 => 'rightsAgent', 303 => 'rightsAgent' }, 'rightsowner' => { 303 => 'rightsOwner' }, 'rollangle' => { 246 => 0x1 }, 'romoperationmode' => { 72 => 0x80d }, 'rotation' => { 21 => 0x17, 22 => 0x18, 71 => 0x3, 77 => 0x26e, 88 => 0x4, 122 => 'Rotation', 132 => [0x65,0x50], 133 => 0x46, 134 => 0x5a, 178 => '590.1', 190 => 0x76a43207, 224 => 0x30, 232 => '17.2', 253 => 0xd8, 271 => 0x3f, 272 => 0x3f }, 'routing' => { 258 => 'Routing' }, 'rowsperstrip' => { 85 => 0x116 }, 'rpp' => { 284 => 'rpp' }, 'safetyshift' => { 59 => 0x108 }, 'safetyshiftinavortv' => { 57 => 0x10, 58 => 0x10, 60 => 0xf, 61 => 0x10, 64 => 0x10 }, 'samplebits' => { 112 => 'SampleBits' }, 'samplerate' => { 112 => 'SampleRate' }, 'samplesperpixel' => { 85 => 0x115, 306 => 'SamplesPerPixel' }, 'samplestructure' => { 94 => 0x5a }, 'sanyoquality' => { 269 => 0x201 }, 'sanyothumbnail' => { 269 => 0x100 }, 'saturation' => { 6 => 0x6e, 8 => 0x76, 24 => 0xe, 34 => 0x1, 81 => 0xd, 82 => [0x3013,0x1f], 85 => [0xa409,0xfe55], 89 => 0x1003, 113 => 'Saturation', 131 => 0x1f, 132 => 0x32, 133 => 0x28, 134 => 0x1a, 138 => 0x1, 160 => [0x94,0xaa], 162 => 0x35, 224 => 0x40, 225 => 0x300d, 247 => 0x1f, 252 => 0xd, 259 => 0x27, 262 => 0x28, 270 => 0x10, 271 => 0x1e, 272 => 0x1b, 276 => 0x2005, 288 => 'Saturation', 292 => 'Saturation' }, 'saturationadj' => { 77 => 0x116, 189 => 0x1, 193 => 0x2e, 279 => 0x8016 }, 'saturationadjustmentaqua' => { 288 => 'SaturationAdjustmentAqua' }, 'saturationadjustmentblue' => { 288 => 'SaturationAdjustmentBlue' }, 'saturationadjustmentgreen' => { 288 => 'SaturationAdjustmentGreen' }, 'saturationadjustmentmagenta' => { 288 => 'SaturationAdjustmentMagenta' }, 'saturationadjustmentorange' => { 288 => 'SaturationAdjustmentOrange' }, 'saturationadjustmentpurple' => { 288 => 'SaturationAdjustmentPurple' }, 'saturationadjustmentred' => { 288 => 'SaturationAdjustmentRed' }, 'saturationadjustmentyellow' => { 288 => 'SaturationAdjustmentYellow' }, 'saturationfaithful' => { 15 => 0xfe, 48 => 0x68, 49 => 0x68 }, 'saturationlandscape' => { 15 => 0xfc, 48 => 0x38, 49 => 0x38 }, 'saturationmonochrome' => { 48 => 0x80, 49 => 0x80 }, 'saturationneutral' => { 15 => 0xfd, 48 => 0x50, 49 => 0x50 }, 'saturationportrait' => { 15 => 0xfb, 48 => 0x20, 49 => 0x20 }, 'saturationsetting' => { 212 => 0x1010 }, 'saturationstandard' => { 15 => 0xfa, 48 => 0x8, 49 => 0x8 }, 'saturationunknown' => { 49 => 0x98 }, 'saturationuserdef1' => { 15 => 0x100, 48 => 0x98, 49 => 0xb0 }, 'saturationuserdef2' => { 15 => 0x101, 48 => 0xb0, 49 => 0xc8 }, 'saturationuserdef3' => { 15 => 0x102, 48 => 0xc8, 49 => 0xe0 }, 'saveid' => { 311 => 'SaveID' }, 'scaletype' => { 310 => 'scaleType' }, 'scanimageenhancer' => { 165 => 0x60 }, 'scanningdirection' => { 94 => 0x64 }, 'scene' => { 293 => 'Scene', 310 => 'scene' }, 'scenearea' => { 207 => 0x211, 209 => 0x1031 }, 'sceneassist' => { 160 => 0x9c }, 'scenecapturetype' => { 85 => 0xa406, 292 => 'SceneCaptureType' }, 'scenedetect' => { 207 => 0x210, 209 => 0x1030 }, 'scenedetectdata' => { 207 => 0x212, 209 => 0x1033 }, 'scenemode' => { 101 => 0xfa02, 135 => 0x100, 160 => 0x8f, 204 => 0x509, 209 => 0x403, 224 => 0x8001, 276 => 0xb023 }, 'scenemodeused' => { 103 => [0x6002,0xf002] }, 'sceneselect' => { 269 => 0x21f }, 'scenetype' => { 85 => 0xa301, 292 => 'SceneType' }, 'screentips' => { 197 => '12.7', 200 => '13.1', 201 => '4.4', 203 => '5.1' }, 'section' => { 301 => 'section' }, 'securityclassification' => { 85 => 0x9212 }, 'selectableafpoint' => { 59 => 0x509 }, 'selectafareaselectmode' => { 59 => 0x512 }, 'selftimer' => { 24 => 0x2, 224 => 0x2e, 269 => 0x214 }, 'selftimer2' => { 54 => 0x1d }, 'selftimerinterval' => { 201 => '19.2' }, 'selftimermode' => { 85 => 0x882b }, 'selftimershotcount' => { 199 => '18.2', 201 => '19.3', 203 => '20.2' }, 'selftimertime' => { 72 => 0x1806, 134 => 0x1f, 197 => '18.1', 198 => '3.3', 199 => '18.1', 200 => '7.2', 201 => '19.1', 202 => '3.3', 203 => '20.1' }, 'seminfo' => { 85 => 0x8546 }, 'sensingmethod' => { 85 => 0xa217, 292 => 'SensingMethod' }, 'sensitivityadjust' => { 247 => 0x40 }, 'sensitivitysteps' => { 232 => ['14.3','17.4'], 234 => 0x1 }, 'sensitivitytype' => { 85 => 0x8830 }, 'sensorareas' => { 267 => 0xa010 }, 'sensorbitdepth' => { 225 => 0x312d }, 'sensorbluelevel' => { 52 => 0x5 }, 'sensorcleaning' => { 65 => 0xd }, 'sensorfullheight' => { 96 => 0xf904 }, 'sensorfullwidth' => { 96 => 0xf903 }, 'sensorheight' => { 96 => 0xf901, 101 => 0xfa21, 137 => 0x8, 225 => 0x312c }, 'sensorpixelsize' => { 160 => 0x9a }, 'sensorredlevel' => { 52 => 0x4 }, 'sensorsize' => { 113 => 'SensorSize', 247 => 0x35 }, 'sensortemperature' => { 207 => 0x1500, 209 => 0x1007, 270 => 0x39 }, 'sensorwidth' => { 96 => 0xf900, 101 => 0xfa20, 137 => 0xa, 225 => 0x312b }, 'sequence' => { 259 => 0x7 }, 'sequencenumber' => { 54 => 0x9, 82 => 0x301c, 89 => 0x1101, 99 => 0x1d, 224 => 0x2b, 276 => 0xb04a }, 'sequenceshotinterval' => { 269 => 0x224 }, 'sequentialshot' => { 269 => 0x20e }, 'serialnumber' => { 43 => 0xc, 72 => 0x180b, 85 => [0xa431,0xfde9], 96 => 0xfa04, 98 => 0xfa00, 100 => 0xc354, 101 => 0xfa19, 110 => 0x0, 111 => 0xa8, 113 => 'SerialNumber', 160 => [0xa0,0x1d], 205 => 0x101, 209 => [0x404,0x101a], 219 => 0x303, 225 => 0x3103, 247 => 0x229, 259 => 0x15, 263 => 0x5, 270 => 0x2, 285 => 'SerialNumber' }, 'serialnumberformat' => { 43 => 0x15, 72 => 0x183b }, 'seriesdatetime' => { 281 => 'SeriesDateTime' }, 'seriesdescription' => { 281 => 'SeriesDescription' }, 'seriesmodality' => { 281 => 'SeriesModality' }, 'seriesnumber' => { 281 => 'SeriesNumber' }, 'serviceidentifier' => { 93 => 0x1e }, 'setbuttoncrosskeysfunc' => { 62 => 0x0, 63 => 0x0 }, 'setbuttonwhenshooting' => { 57 => 0x1, 59 => 0x704, 65 => 0xc }, 'setfunctionwhenshooting' => { 60 => 0x0, 61 => 0x1, 64 => 0x1 }, 'shadingcompensation' => { 204 => 0x50c }, 'shadingcompensation2' => { 208 => 0x1012 }, 'shadow' => { 270 => 0xe }, 'shadowcompensation' => { 247 => 0x79 }, 'shadowprotection' => { 189 => 0x0 }, 'shadows' => { 85 => 0xfe52, 288 => 'Shadows' }, 'shadowscale' => { 85 => 0xc633 }, 'shadowtint' => { 288 => 'ShadowTint' }, 'shakereduction' => { 248 => 0x1 }, 'sharpendetail' => { 288 => 'SharpenDetail' }, 'sharpenedgemasking' => { 288 => 'SharpenEdgeMasking' }, 'sharpening' => { 225 => 0x300b }, 'sharpeningadj' => { 193 => 0x2b }, 'sharpenradius' => { 288 => 'SharpenRadius' }, 'sharpness' => { 5 => [0x42,0x48], 6 => 0x72, 8 => 0x74, 24 => 0xf, 52 => 0x2, 81 => 0xb, 82 => [0x3011,0x21], 85 => [0xa40a,0xfe56], 89 => 0x1001, 99 => 0x6b, 108 => 0x37, 113 => 'Sharpness', 131 => 0x21, 132 => 0x30, 133 => 0x26, 134 => 0x18, 138 => 0x3, 160 => 0x6, 162 => 0x32, 209 => 0x100f, 224 => 0x41, 247 => 0x21, 252 => 0xb, 259 => 0x26, 262 => 0x22, 263 => 0x1003, 270 => 0x11, 271 => 0x1c, 272 => 0x19, 276 => 0x2006, 288 => 'Sharpness', 292 => 'Sharpness' }, 'sharpnessadj' => { 77 => 0x25a, 279 => 0x801a }, 'sharpnessfactor' => { 209 => 0x102a }, 'sharpnessfaithful' => { 15 => 0xf5, 48 => 0x64, 49 => 0x64 }, 'sharpnessfrequency' => { 5 => [0x41,0x47], 52 => 0x3 }, 'sharpnesslandscape' => { 15 => 0xf3, 48 => 0x34, 49 => 0x34 }, 'sharpnessmonochrome' => { 15 => 0xf6, 48 => 0x7c, 49 => 0x7c }, 'sharpnessneutral' => { 15 => 0xf4, 48 => 0x4c, 49 => 0x4c }, 'sharpnessovershoot' => { 279 => 0x801b }, 'sharpnessportrait' => { 15 => 0xf2, 48 => 0x1c, 49 => 0x1c }, 'sharpnesssetting' => { 204 => 0x506, 212 => 0x1013 }, 'sharpnessstandard' => { 15 => 0xf1, 48 => 0x4, 49 => 0x4 }, 'sharpnessthreshold' => { 279 => 0x801d }, 'sharpnessundershoot' => { 279 => 0x801c }, 'sharpnessunknown' => { 49 => 0x94 }, 'sharpnessuserdef1' => { 15 => 0xf7, 48 => 0x94, 49 => 0xac }, 'sharpnessuserdef2' => { 15 => 0xf8, 48 => 0xac, 49 => 0xc4 }, 'sharpnessuserdef3' => { 15 => 0xf9, 48 => 0xc4, 49 => 0xdc }, 'shootinginfodisplay' => { 197 => '13.2', 200 => '10.2', 201 => '4.1', 203 => '5.3' }, 'shootinginfomonitorofftime' => { 200 => '9.1', 201 => '21.2', 203 => '22.2' }, 'shootingmode' => { 113 => 'ShootingMode', 160 => 0x89, 224 => 0x1f }, 'shootingmodesetting' => { 198 => '5.1' }, 'shortdescription' => { 290 => 'shortdescription' }, 'shortdocumentid' => { 92 => 0xba }, 'shortfocal' => { 5 => 0xe, 6 => 0x11, 7 => 0x113, 8 => 0x11, 9 => [0x150,0x151], 10 => 0xd8, 12 => 0xf8, 13 => 0xec, 14 => 0x101, 15 => 0x93, 16 => 0xe8, 18 => 0xea, 20 => 0xf0, 24 => 0x18 }, 'shortownername' => { 15 => 0xac }, 'shortreleasetimelag' => { 59 => 0x80d }, 'shotdate' => { 310 => 'shotDate' }, 'shotday' => { 310 => 'shotDay' }, 'shotlocation' => { 310 => 'shotLocation' }, 'shotname' => { 310 => 'shotName' }, 'shotnumber' => { 310 => 'shotNumber' }, 'shotsize' => { 310 => 'shotSize' }, 'shutter-aelock' => { 57 => 0x4, 59 => 0x701, 60 => 0x3, 61 => 0x4, 62 => 0x3, 63 => 0x3, 64 => 0x4, 65 => 0x2 }, 'shutteraelbutton' => { 58 => 0x4 }, 'shutterbuttonafonbutton' => { 59 => 0x701 }, 'shuttercount' => { 7 => 0x176, 38 => 0x1, 160 => 0xa7, 166 => [0x6a,0x157,0x24d], 167 => 0x286, 168 => 0x279, 169 => 0x284, 170 => 0x242, 171 => 0x280, 172 => 0x276, 173 => [0x27d,0x27f], 174 => 0x246, 175 => 0x2d6, 176 => 0x287, 177 => 0x320, 178 => 0x24a, 179 => 0x2d5, 247 => 0x5d }, 'shuttercurtainsync' => { 57 => 0xf, 58 => 0xf, 59 => 0x305, 60 => 0xe, 61 => 0xf, 62 => 0x8, 63 => 0x8, 64 => 0xf, 65 => 0x8 }, 'shuttermode' => { 99 => 0x1b }, 'shutterreleasebuttonae-l' => { 197 => '17.7', 199 => '16.1', 200 => '7.1', 201 => '17.5', 203 => '18.2' }, 'shutterreleasemethod' => { 72 => 0x1010 }, 'shutterreleasenocfcard' => { 57 => 0x2, 58 => 0x2, 65 => 0xf }, 'shutterreleasetiming' => { 72 => 0x1011 }, 'shutterspeedrange' => { 59 => 0x10c }, 'shutterspeedvalue' => { 68 => 0x1, 85 => 0x9201, 209 => 0x1000, 292 => 'ShutterSpeedValue' }, 'sidecarforextension' => { 299 => 'SidecarForExtension' }, 'similarityindex' => { 92 => 0xe4 }, 'singleframebracketing' => { 134 => 0x21 }, 'slaveflashmeteringsegments' => { 247 => 0x20b }, 'slowshutter' => { 54 => 0x8 }, 'slowsync' => { 89 => 0x1030 }, 'smartrange' => { 267 => 0xa012 }, 'smoothness' => { 85 => 0xfe57, 288 => 'Smoothness' }, 'software' => { 85 => 0x131, 114 => 'Software', 215 => 'Software', 270 => 0x18, 306 => 'Software' }, 'softwareversion' => { 269 => 0x207 }, 'sonydatetime' => { 278 => 0x6 }, 'sonyimagesize' => { 134 => 0x3b, 271 => 0x54, 272 => 0x54 }, 'sonymodelid' => { 276 => 0xb001 }, 'sonyquality' => { 134 => 0x3c }, 'source' => { 92 => 0x73, 215 => 'Source', 289 => 'source', 290 => 'source', 299 => 'Source' }, 'sourcedirectoryindex' => { 238 => 0x0 }, 'sourcefileindex' => { 238 => 0x2 }, 'spatialfrequencyresponse' => { 292 => 'SpatialFrequencyResponse' }, 'spatialfrequencyresponsecolumns' => { 292 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] }, 'spatialfrequencyresponsenames' => { 292 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] }, 'spatialfrequencyresponserows' => { 292 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] }, 'spatialfrequencyresponsevalues' => { 292 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] }, 'speakerplacement' => { 310 => 'speakerPlacement' }, 'specialeffectlevel' => { 82 => 0x3030 }, 'specialeffectmode' => { 82 => 0x2076 }, 'specialeffectsetting' => { 82 => 0x3031 }, 'specialinstructions' => { 92 => 0x28 }, 'specialmode' => { 209 => 0x200, 269 => 0x200 }, 'spectralsensitivity' => { 85 => 0x8824, 292 => 'SpectralSensitivity' }, 'splittoningbalance' => { 288 => 'SplitToningBalance' }, 'splittoninghighlighthue' => { 288 => 'SplitToningHighlightHue' }, 'splittoninghighlightsaturation' => { 288 => 'SplitToningHighlightSaturation' }, 'splittoningshadowhue' => { 288 => 'SplitToningShadowHue' }, 'splittoningshadowsaturation' => { 288 => 'SplitToningShadowSaturation' }, 'spotfocuspointx' => { 131 => 0x2d }, 'spotfocuspointy' => { 131 => 0x2e }, 'spotmeteringmode' => { 24 => 0x27 }, 'spotmeterlinktoafpoint' => { 59 => 0x107 }, 'sractive' => { 232 => '17.1' }, 'srawquality' => { 24 => 0x2e }, 'srfocallength' => { 248 => 0x3 }, 'srhalfpresstime' => { 248 => 0x2 }, 'srresult' => { 248 => 0x0 }, 'standardoutputhighlightpoint' => { 78 => 0x14 }, 'standardoutputsensitivity' => { 85 => 0x8831 }, 'standardoutputshadowpoint' => { 78 => 0x15 }, 'standardrawcolortone' => { 78 => 0xd }, 'standardrawcontrast' => { 78 => 0xf }, 'standardrawhighlight' => { 78 => 0x75 }, 'standardrawhighlightpoint' => { 78 => 0x12 }, 'standardrawlinear' => { 78 => 0x10 }, 'standardrawsaturation' => { 78 => 0xe }, 'standardrawshadow' => { 78 => 0x7e }, 'standardrawshadowpoint' => { 78 => 0x13 }, 'standardrawsharpness' => { 78 => 0x11 }, 'startingpage' => { 301 => 'startingPage' }, 'startmovieshooting' => { 59 => 0x70d }, 'starttimecode' => { 310 => 'startTimecode' }, 'starttimecodetimeformat' => { 310 => [\'startTimecode','startTimecodeTimeFormat'] }, 'starttimecodetimevalue' => { 310 => [\'startTimecode','startTimecodeTimeValue'] }, 'starttimecodevalue' => { 310 => [\'startTimecode','startTimecodeValue'] }, 'state' => { 118 => 'State', 224 => 0x6b, 299 => 'State' }, 'status' => { 283 => 'Status' }, 'storagemethod' => { 137 => 0x12 }, 'straightenangle' => { 190 => 0x2fc08431 }, 'stretchmode' => { 310 => 'stretchMode' }, 'studydatetime' => { 281 => 'StudyDateTime' }, 'studydescription' => { 281 => 'StudyDescription' }, 'studyid' => { 281 => 'StudyID' }, 'studyphysician' => { 281 => 'StudyPhysician' }, 'sub-location' => { 92 => 0x5c }, 'subfiledata' => { 121 => 'data' }, 'subfiledirectory' => { 121 => '1Directory' }, 'subfilemimetype' => { 121 => '2MIME' }, 'subfilename' => { 121 => '1Name' }, 'subfileresource' => { 121 => 'rsrc' }, 'subfiletype' => { 85 => 0xfe, 121 => '0Type' }, 'subject' => { 213 => 'Subject', 258 => 'Subject', 289 => 'subject', 298 => 'Subject' }, 'subjectarea' => { 85 => 0x9214, 292 => 'SubjectArea' }, 'subjectcode' => { 293 => 'SubjectCode' }, 'subjectdistance' => { 85 => 0x9206, 99 => 0x3e, 292 => 'SubjectDistance' }, 'subjectdistancerange' => { 85 => 0xa40c, 292 => 'SubjectDistanceRange' }, 'subjectlocation' => { 85 => 0xa214, 292 => 'SubjectLocation' }, 'subjectprogram' => { 131 => 0x22 }, 'subjectreference' => { 92 => 0xc }, 'subsectime' => { 85 => 0x9290 }, 'subsectimedigitized' => { 85 => 0x9292 }, 'subsectimeoriginal' => { 85 => 0x9291 }, 'subsection1' => { 301 => 'subsection1' }, 'subsection2' => { 301 => 'subsection2' }, 'subsection3' => { 301 => 'subsection3' }, 'subsection4' => { 301 => 'subsection4' }, 'superimposeddisplay' => { 57 => 0xa, 59 => 0x510, 60 => 0x9, 61 => 0xa, 64 => 0xa, 65 => 0xe }, 'supermacro' => { 43 => 0x1a }, 'supplementalcategories' => { 92 => 0x14, 299 => 'SupplementalCategories' }, 'supplementaltype' => { 94 => 0x37 }, 'svisosetting' => { 232 => 0x14 }, 'switchtoregisteredafpoint' => { 58 => 0x12, 59 => 0x50a }, 'tagged' => { 253 => 0xdd, 284 => 'tagged' }, 'tagslist' => { 291 => 'TagsList' }, 'takenumber' => { 310 => 'takeNumber' }, 'tapename' => { 310 => 'tapeName' }, 'targetaperture' => { 54 => 0x4 }, 'targetcompressionratio' => { 70 => 0x1 }, 'targetdistancesetting' => { 72 => 0x1807 }, 'targetexposuretime' => { 54 => 0x5 }, 'targetimagetype' => { 72 => 0x100a }, 'teaser' => { 301 => 'teaser' }, 'teleconverter' => { 135 => 0x105, 276 => 0x105 }, 'tempo' => { 310 => 'tempo' }, 'termsandconditionstext' => { 300 => 'TermsAndConditionsText' }, 'termsandconditionsurl' => { 300 => 'TermsAndConditionsURL' }, 'textlayername' => { 299 => [\'TextLayers','TextLayersLayerName'] }, 'textlayers' => { 299 => 'TextLayers' }, 'textlayertext' => { 299 => [\'TextLayers','TextLayersLayerText'] }, 'textstamp' => { 224 => [0x8008,0x8009,0x3b,0x3e] }, 'thresholding' => { 85 => 0x107 }, 'thumbnailfilename' => { 72 => 0x817 }, 'thumbnailformat' => { 308 => [\'Thumbnails','ThumbnailsFormat'] }, 'thumbnailheight' => { 101 => 0xfa55, 308 => [\'Thumbnails','ThumbnailsHeight'] }, 'thumbnailimage' => { 72 => 0x2008, 83 => 'ThumbnailImage', 87 => 0x3, 124 => 'data', 209 => 0x100, 308 => [\'Thumbnails','ThumbnailsImage'] }, 'thumbnailimagename' => { 124 => '1Name' }, 'thumbnailimagesize' => { 124 => 'ImageSize' }, 'thumbnailimagetype' => { 124 => '0Type' }, 'thumbnailimagevalidarea' => { 43 => 0x13 }, 'thumbnaillength' => { 85 => 0x202 }, 'thumbnailoffset' => { 85 => 0x201 }, 'thumbnails' => { 308 => 'Thumbnails' }, 'thumbnailwidth' => { 101 => 0xfa54, 308 => [\'Thumbnails','ThumbnailsWidth'] }, 'ticker' => { 301 => 'ticker' }, 'tilelength' => { 85 => 0x143 }, 'tilewidth' => { 85 => 0x142 }, 'time' => { 97 => 0x401, 247 => 0x7 }, 'timecreated' => { 92 => 0x3c, 99 => 0x14, 108 => 0x10, 254 => 'TimeCreated' }, 'timeperiod' => { 301 => 'timePeriod' }, 'timerfunctionbutton' => { 198 => '5.2', 199 => '12.1' }, 'timerlength' => { 59 => 0x80c }, 'timescaleparams' => { 310 => 'timeScaleParams' }, 'timescaleparamsframeoverlappingpercentage' => { 310 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] }, 'timescaleparamsframesize' => { 310 => [\'timeScaleParams','timeScaleParamsFrameSize'] }, 'timescaleparamsquality' => { 310 => [\'timeScaleParams','timeScaleParamsQuality'] }, 'timesent' => { 93 => 0x50 }, 'timesignature' => { 310 => 'timeSignature' }, 'timesincepoweron' => { 224 => 0x29 }, 'timestamp' => { 7 => 0x45e, 15 => 0x11c, 215 => 'TimeStamp' }, 'timestamp1' => { 7 => 0x45a }, 'timezone' => { 182 => 0x0 }, 'timezonecode' => { 75 => 0x1 }, 'timezoneinfo' => { 75 => 0x2 }, 'timezoneoffset' => { 85 => 0x882a }, 'tint' => { 288 => 'Tint' }, 'title' => { 114 => 'Title', 213 => 'Title', 215 => 'Title', 224 => 0x65, 258 => 'Title', 289 => 'title', 298 => 'Title' }, 'tonecomp' => { 160 => 0x81 }, 'tonecurve' => { 52 => 0x1, 247 => 0x402, 288 => 'ToneCurve' }, 'tonecurve1' => { 267 => 0xa040 }, 'tonecurve2' => { 267 => 0xa041 }, 'tonecurve3' => { 267 => 0xa042 }, 'tonecurve4' => { 267 => 0xa043 }, 'tonecurveactive' => { 77 => 0x110 }, 'tonecurvebluex' => { 279 => 0x9003 }, 'tonecurvebluey' => { 279 => 0x9007 }, 'tonecurvebrightnessx' => { 279 => 0x9000 }, 'tonecurvebrightnessy' => { 279 => 0x9004 }, 'tonecurvefilename' => { 97 => 0x1391 }, 'tonecurvegreenx' => { 279 => 0x9002 }, 'tonecurvegreeny' => { 279 => 0x9006 }, 'tonecurveinterpolation' => { 77 => 0x159 }, 'tonecurvemode' => { 77 => 0x113 }, 'tonecurvename' => { 288 => 'ToneCurveName' }, 'tonecurveproperty' => { 77 => 0x3c }, 'tonecurveredx' => { 279 => 0x9001 }, 'tonecurveredy' => { 279 => 0x9005 }, 'tonecurves' => { 247 => 0x403 }, 'toningeffect' => { 38 => 0xf, 160 => 0xb3, 162 => 0x38 }, 'toningeffectfaithful' => { 48 => 0x74, 49 => 0x74 }, 'toningeffectlandscape' => { 48 => 0x44, 49 => 0x44 }, 'toningeffectmonochrome' => { 15 => 0x108, 48 => 0x8c, 49 => 0x8c }, 'toningeffectneutral' => { 48 => 0x5c, 49 => 0x5c }, 'toningeffectportrait' => { 48 => 0x2c, 49 => 0x2c }, 'toningeffectstandard' => { 48 => 0x14, 49 => 0x14 }, 'toningeffectunknown' => { 49 => 0xa4 }, 'toningeffectuserdef1' => { 48 => 0xa4, 49 => 0xbc }, 'toningeffectuserdef2' => { 48 => 0xbc, 49 => 0xd4 }, 'toningeffectuserdef3' => { 48 => 0xd4, 49 => 0xec }, 'toningsaturation' => { 162 => 0x39 }, 'totalzoom' => { 99 => 0x62 }, 'tracknumber' => { 310 => 'trackNumber' }, 'tracks' => { 310 => 'Tracks' }, 'tracksframerate' => { 310 => [\'Tracks','TracksFrameRate'] }, 'tracksmarkers' => { 310 => [\'Tracks','TracksMarkers'] }, 'tracksmarkerscomment' => { 310 => [\'Tracks','TracksMarkersComment'] }, 'tracksmarkerscuepointparams' => { 310 => [\'Tracks','TracksMarkersCuePointParams'] }, 'tracksmarkerscuepointparamskey' => { 310 => [\'Tracks','TracksMarkersCuePointParamsKey'] }, 'tracksmarkerscuepointparamsvalue' => { 310 => [\'Tracks','TracksMarkersCuePointParamsValue'] }, 'tracksmarkerscuepointtype' => { 310 => [\'Tracks','TracksMarkersCuePointType'] }, 'tracksmarkersduration' => { 310 => [\'Tracks','TracksMarkersDuration'] }, 'tracksmarkerslocation' => { 310 => [\'Tracks','TracksMarkersLocation'] }, 'tracksmarkersname' => { 310 => [\'Tracks','TracksMarkersName'] }, 'tracksmarkersprobability' => { 310 => [\'Tracks','TracksMarkersProbability'] }, 'tracksmarkersspeaker' => { 310 => [\'Tracks','TracksMarkersSpeaker'] }, 'tracksmarkersstarttime' => { 310 => [\'Tracks','TracksMarkersStartTime'] }, 'tracksmarkerstarget' => { 310 => [\'Tracks','TracksMarkersTarget'] }, 'tracksmarkerstype' => { 310 => [\'Tracks','TracksMarkersType'] }, 'trackstrackname' => { 310 => [\'Tracks','TracksTrackName'] }, 'trackstracktype' => { 310 => [\'Tracks','TracksTrackType'] }, 'trailersignature' => { 121 => 'zmie' }, 'transferfunction' => { 85 => 0x12d, 306 => 'TransferFunction' }, 'transform' => { 224 => [0x8012,0x59] }, 'transmissionreference' => { 299 => 'TransmissionReference' }, 'trapped' => { 213 => 'Trapped', 298 => 'Trapped' }, 'travelday' => { 224 => 0x36 }, 'triggermode' => { 259 => 0x6 }, 'ttl_da_adown' => { 239 => 0x5 }, 'ttl_da_aup' => { 239 => 0x4 }, 'ttl_da_bdown' => { 239 => 0x7 }, 'ttl_da_bup' => { 239 => 0x6 }, 'tungstenawb' => { 229 => 0x1 }, 'tvexposuretimesetting' => { 232 => 0x12 }, 'type' => { 289 => 'type', 305 => 'type' }, 'uniquecameramodel' => { 85 => 0xc614 }, 'uniquedocumentid' => { 92 => 0xbb }, 'uniqueobjectname' => { 93 => 0x64 }, 'unknownblock' => { 208 => 0x1103 }, 'unknowncontrast' => { 78 => 0x45 }, 'unknownev' => { 97 => 0x1 }, 'unknownlinear' => { 78 => 0x46 }, 'unknownmode' => { 82 => 0x301b }, 'unknownnumber' => { 72 => 0x180b }, 'unknownoutputhighlightpoint' => { 78 => 0x4a }, 'unknownoutputshadowpoint' => { 78 => 0x4b }, 'unknownrawhighlight' => { 78 => 0x7b }, 'unknownrawhighlightpoint' => { 78 => 0x48 }, 'unknownrawshadow' => { 78 => 0x84 }, 'unknownrawshadowpoint' => { 78 => 0x49 }, 'unknownsharpness' => { 78 => 0x47 }, 'unsharp1color' => { 195 => 0x13 }, 'unsharp1halowidth' => { 195 => 0x19 }, 'unsharp1intensity' => { 195 => 0x17 }, 'unsharp1threshold' => { 195 => 0x1b }, 'unsharp2color' => { 195 => 0x2e }, 'unsharp2halowidth' => { 195 => 0x34 }, 'unsharp2intensity' => { 195 => 0x32 }, 'unsharp2threshold' => { 195 => 0x36 }, 'unsharp3color' => { 195 => 0x49 }, 'unsharp3halowidth' => { 195 => 0x4f }, 'unsharp3intensity' => { 195 => 0x4d }, 'unsharp3threshold' => { 195 => 0x51 }, 'unsharp4color' => { 195 => 0x64 }, 'unsharp4halowidth' => { 195 => 0x6a }, 'unsharp4intensity' => { 195 => 0x68 }, 'unsharp4threshold' => { 195 => 0x6c }, 'unsharpcount' => { 195 => 0x0 }, 'unsharpmask' => { 78 => 0x90, 190 => 0x76a43200 }, 'unsharpmaskfineness' => { 78 => 0x94 }, 'unsharpmaskstrength' => { 78 => 0x92 }, 'unsharpmaskthreshold' => { 78 => 0x96 }, 'urgency' => { 92 => 0xa, 299 => 'Urgency' }, 'url' => { 114 => 'URL', 215 => 'URL', 256 => 0x40b, 301 => 'url' }, 'usablemeteringmodes' => { 59 => 0x10a }, 'usableshootingmodes' => { 59 => 0x109 }, 'usage' => { 302 => 'usage' }, 'usagefee' => { 303 => 'usageFee' }, 'usageterms' => { 314 => 'UsageTerms' }, 'usercomment' => { 72 => 0x805, 85 => 0x9286, 292 => 'UserComment' }, 'userdef1picturestyle' => { 15 => 0x10c, 48 => 0xd8, 49 => 0xf0 }, 'userdef2picturestyle' => { 15 => 0x10e, 48 => 0xda, 49 => 0xf2 }, 'userdef3picturestyle' => { 15 => 0x110, 48 => 0xdc, 49 => 0xf4 }, 'userfields' => { 283 => 'UserFields' }, 'userlabel' => { 259 => 0x2b }, 'userprofile' => { 219 => 0x302, 225 => 0x3038 }, 'usmlenselectronicmf' => { 58 => 0x7, 59 => 0x501 }, 'utmeasting' => { 125 => 'Easting' }, 'utmmapdatum' => { 125 => 'Datum' }, 'utmnorthing' => { 125 => 'Northing' }, 'utmzone' => { 125 => 'Zone' }, 'uv-irfiltercorrection' => { 219 => 0x325 }, 'validbits' => { 208 => 0x611, 209 => 0x102c }, 'validpixeldepth' => { 212 => 0x611 }, 'variousmodes' => { 99 => 0x26 }, 'variousmodes2' => { 99 => 0x3a }, 'variprogram' => { 160 => 0xab }, 'version' => { 89 => 0x0, 258 => 'Version', 288 => 'Version' }, 'versioncreatedate' => { 279 => 0xd100 }, 'versionid' => { 311 => 'VersionID' }, 'versionidentifier' => { 301 => 'versionIdentifier' }, 'versionmodifydate' => { 279 => 0xd101 }, 'versions' => { 311 => 'Versions' }, 'versionscomments' => { 311 => [\'Versions','VersionsComments'] }, 'versionsevent' => { 311 => [\'Versions','VersionsEvent'] }, 'versionseventaction' => { 311 => [\'Versions','VersionsEventAction'] }, 'versionseventchanged' => { 311 => [\'Versions','VersionsEventChanged'] }, 'versionseventinstanceid' => { 311 => [\'Versions','VersionsEventInstanceID'] }, 'versionseventparameters' => { 311 => [\'Versions','VersionsEventParameters'] }, 'versionseventsoftwareagent' => { 311 => [\'Versions','VersionsEventSoftwareAgent'] }, 'versionseventwhen' => { 311 => [\'Versions','VersionsEventWhen'] }, 'versionsmodifier' => { 311 => [\'Versions','VersionsModifier'] }, 'versionsmodifydate' => { 311 => [\'Versions','VersionsModifyDate'] }, 'versionsversion' => { 311 => [\'Versions','VersionsVersion'] }, 'verticalafonbutton' => { 197 => '3.2' }, 'vfdisplayillumination' => { 59 => 0x510 }, 'vibrance' => { 288 => 'Vibrance' }, 'vibrationreduction' => { 166 => [0x75,0x82,0x1ae], 174 => '586.1', 178 => '590.2', 181 => 0x4 }, 'videoalphamode' => { 310 => 'videoAlphaMode' }, 'videoalphapremultiplecolor' => { 310 => 'videoAlphaPremultipleColor' }, 'videoalphapremultiplecolora' => { 310 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] }, 'videoalphapremultiplecolorb' => { 310 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] }, 'videoalphapremultiplecolorblack' => { 310 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] }, 'videoalphapremultiplecolorblue' => { 310 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] }, 'videoalphapremultiplecolorcyan' => { 310 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] }, 'videoalphapremultiplecolorgreen' => { 310 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] }, 'videoalphapremultiplecolorl' => { 310 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] }, 'videoalphapremultiplecolormagenta' => { 310 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] }, 'videoalphapremultiplecolormode' => { 310 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] }, 'videoalphapremultiplecolorred' => { 310 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] }, 'videoalphapremultiplecolorswatchname' => { 310 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] }, 'videoalphapremultiplecolortype' => { 310 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] }, 'videoalphapremultiplecoloryellow' => { 310 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] }, 'videoalphaunityistransparent' => { 310 => 'videoAlphaUnityIsTransparent' }, 'videocodec' => { 46 => 0x74 }, 'videocolorspace' => { 310 => 'videoColorSpace' }, 'videocompressor' => { 310 => 'videoCompressor' }, 'videofieldorder' => { 310 => 'videoFieldOrder' }, 'videoframerate' => { 310 => 'videoFrameRate' }, 'videoframesize' => { 310 => 'videoFrameSize' }, 'videoframesizeh' => { 310 => [\'videoFrameSize','videoFrameSizeH'] }, 'videoframesizeunit' => { 310 => [\'videoFrameSize','videoFrameSizeUnit'] }, 'videoframesizew' => { 310 => [\'videoFrameSize','videoFrameSizeW'] }, 'videomoddate' => { 310 => 'videoModDate' }, 'videopixelaspectratio' => { 310 => 'videoPixelAspectRatio' }, 'videopixeldepth' => { 310 => 'videoPixelDepth' }, 'videoquality' => { 82 => 0x4003 }, 'viewfinderdisplay' => { 197 => '12.4' }, 'viewfinderwarning' => { 197 => '13.4', 201 => '3.5', 202 => '6.2', 203 => '4.4' }, 'viewinfoduringexposure' => { 59 => 0x407 }, 'vignetteamount' => { 288 => 'VignetteAmount' }, 'vignettecontrol' => { 160 => 0x2a, 190 => 0x76a43205 }, 'vignettecontrolintensity' => { 190 => 0xac6bd5c0 }, 'vignettemidpoint' => { 288 => 'VignetteMidpoint' }, 'voicememo' => { 269 => 0x216 }, 'volume' => { 301 => 'volume' }, 'vr_0x66' => { 166 => 0x66 }, 'vrdoffset' => { 43 => 0xd0 }, 'wb_bluepresetsfluorescent' => { 136 => 0x40a }, 'wb_gbrglevels' => { 136 => 0xae, 139 => 0x4 }, 'wb_glevel' => { 208 => 0x11f }, 'wb_glevel3000k' => { 208 => 0x113 }, 'wb_glevel3300k' => { 208 => 0x114 }, 'wb_glevel3600k' => { 208 => 0x115 }, 'wb_glevel3900k' => { 208 => 0x116 }, 'wb_glevel4000k' => { 208 => 0x117 }, 'wb_glevel4300k' => { 208 => 0x118 }, 'wb_glevel4500k' => { 208 => 0x119 }, 'wb_glevel4800k' => { 208 => 0x11a }, 'wb_glevel5300k' => { 208 => 0x11b }, 'wb_glevel6000k' => { 208 => 0x11c }, 'wb_glevel6600k' => { 208 => 0x11d }, 'wb_glevel7500k' => { 208 => 0x11e }, 'wb_grbglevels' => { 147 => 0x0 }, 'wb_rbgglevels' => { 144 => 0x0 }, 'wb_rblevels' => { 160 => 0xc, 208 => 0x100 }, 'wb_rblevels3000k' => { 208 => 0x102 }, 'wb_rblevels3300k' => { 208 => 0x103 }, 'wb_rblevels3600k' => { 208 => 0x104 }, 'wb_rblevels3900k' => { 208 => 0x105 }, 'wb_rblevels4000k' => { 208 => 0x106 }, 'wb_rblevels4300k' => { 208 => 0x107 }, 'wb_rblevels4500k' => { 208 => 0x108 }, 'wb_rblevels4800k' => { 208 => 0x109 }, 'wb_rblevels5300k' => { 208 => 0x10a }, 'wb_rblevels6000k' => { 208 => 0x10b }, 'wb_rblevels6600k' => { 208 => 0x10c }, 'wb_rblevels7500k' => { 208 => 0x10d }, 'wb_rblevelsauto' => { 212 => 0x110 }, 'wb_rblevelscloudy' => { 138 => 0x10, 212 => 0x121 }, 'wb_rblevelscoolwhitef' => { 138 => 0x14 }, 'wb_rblevelscoolwhitefluor' => { 212 => 0x132 }, 'wb_rblevelscwb1' => { 208 => 0x10e }, 'wb_rblevelscwb2' => { 208 => 0x10f }, 'wb_rblevelscwb3' => { 208 => 0x110 }, 'wb_rblevelscwb4' => { 208 => 0x111 }, 'wb_rblevelsdaylight' => { 138 => 0xc }, 'wb_rblevelsdaylightf' => { 138 => 0x24 }, 'wb_rblevelsdaylightfluor' => { 212 => 0x130 }, 'wb_rblevelsdaywhitef' => { 138 => 0x28 }, 'wb_rblevelsdaywhitefluor' => { 212 => 0x131 }, 'wb_rblevelseveningsunlight' => { 212 => 0x124 }, 'wb_rblevelsfineweather' => { 212 => 0x122 }, 'wb_rblevelsflash' => { 138 => 0x18 }, 'wb_rblevelsshade' => { 138 => 0x20, 212 => 0x120 }, 'wb_rblevelstungsten' => { 138 => 0x8, 212 => 0x123 }, 'wb_rblevelsunknown' => { 138 => 0x1c }, 'wb_rblevelsused' => { 212 => 0x100 }, 'wb_rblevelswhitef' => { 138 => 0x2c }, 'wb_rblevelswhitefluorescent' => { 212 => 0x133 }, 'wb_rbpresetcloudy' => { 136 => 0x3f0 }, 'wb_rbpresetcoolwhitef' => { 136 => 0x308 }, 'wb_rbpresetcustom' => { 136 => 0x424 }, 'wb_rbpresetdaylight' => { 136 => 0x3ec }, 'wb_rbpresetflash' => { 136 => [0x3f4,0x304] }, 'wb_rbpresetshade' => { 136 => 0x418 }, 'wb_rbpresettungsten' => { 136 => 0x3e8 }, 'wb_redpresetsfluorescent' => { 136 => 0x3fc }, 'wb_rgbglevels' => { 146 => 0x0 }, 'wb_rgblevels' => { 136 => 0x96, 220 => 0xd, 221 => 0x413, 225 => 0x3036 }, 'wb_rggblevels' => { 139 => 0x4, 145 => 0x0 }, 'wb_rggblevelsasshot' => { 27 => 0x0, 28 => 0x19, 29 => 0x22, 30 => 0x3f, 33 => 0x3f }, 'wb_rggblevelsauto' => { 25 => 0x0, 27 => 0x5, 28 => 0x1e, 29 => 0x18, 30 => 0x44, 33 => 0x44, 267 => 0xa022 }, 'wb_rggblevelsblack' => { 267 => 0xa028 }, 'wb_rggblevelscloudy' => { 25 => 0xc, 27 => 0x1e, 28 => 0x2d, 29 => 0x31, 30 => 0x58, 33 => 0x71, 247 => 0x20f }, 'wb_rggblevelscustom' => { 25 => 0x1c, 30 => 0x80 }, 'wb_rggblevelscustom1' => { 28 => 0x41 }, 'wb_rggblevelscustom2' => { 28 => 0x46 }, 'wb_rggblevelsdaylight' => { 25 => 0x4, 27 => 0x14, 28 => 0x23, 29 => 0x27, 30 => 0x4e, 33 => 0x67, 247 => 0x20d }, 'wb_rggblevelsflash' => { 25 => 0x18, 27 => 0x32, 28 => 0x3c, 29 => 0x45, 30 => 0x6c, 33 => 0x85, 247 => 0x214 }, 'wb_rggblevelsfluorescent' => { 25 => 0x14, 27 => 0x28, 28 => 0x37, 29 => 0x3b, 30 => 0x62, 33 => 0x7b }, 'wb_rggblevelsfluorescentd' => { 247 => 0x211 }, 'wb_rggblevelsfluorescentn' => { 247 => 0x212 }, 'wb_rggblevelsfluorescentw' => { 247 => 0x213 }, 'wb_rggblevelsilluminator1' => { 267 => 0xa023 }, 'wb_rggblevelsilluminator2' => { 267 => 0xa024 }, 'wb_rggblevelskelvin' => { 25 => 0x20, 27 => 0x2d, 29 => 0x40, 30 => 0x67, 33 => 0x80 }, 'wb_rggblevelsmeasured' => { 27 => 0xa, 30 => 0x49, 33 => 0x49 }, 'wb_rggblevelspc1' => { 29 => 0x90, 30 => 0x71 }, 'wb_rggblevelspc2' => { 29 => 0x95, 30 => 0x76 }, 'wb_rggblevelspc3' => { 29 => 0x9a, 30 => 0x7b }, 'wb_rggblevelsshade' => { 25 => 0x8, 27 => 0x19, 28 => 0x28, 29 => 0x2c, 30 => 0x53, 33 => 0x6c, 247 => 0x20e }, 'wb_rggblevelstungsten' => { 25 => 0x10, 27 => 0x23, 28 => 0x32, 29 => 0x36, 30 => 0x5d, 33 => 0x76, 247 => 0x210 }, 'wb_rggblevelsuncorrected' => { 267 => 0xa021 }, 'wb_rggblevelsunknown' => { 27 => 0xf, 29 => 0x1d, 33 => 0x4e }, 'wb_rggblevelsunknown10' => { 27 => 0x5f, 29 => 0x72, 33 => 0x9e }, 'wb_rggblevelsunknown11' => { 27 => 0x64, 29 => 0x77, 33 => 0xa3 }, 'wb_rggblevelsunknown12' => { 27 => 0x69, 29 => 0x7c, 33 => 0xa8 }, 'wb_rggblevelsunknown13' => { 27 => 0x6e, 29 => 0x81, 33 => 0xad }, 'wb_rggblevelsunknown14' => { 29 => 0x86, 33 => 0xb2 }, 'wb_rggblevelsunknown15' => { 29 => 0x8b, 33 => 0xb7 }, 'wb_rggblevelsunknown16' => { 29 => 0x9f }, 'wb_rggblevelsunknown2' => { 27 => 0x37, 29 => 0x4a, 33 => 0x53 }, 'wb_rggblevelsunknown3' => { 27 => 0x3c, 29 => 0x4f, 33 => 0x58 }, 'wb_rggblevelsunknown4' => { 27 => 0x41, 29 => 0x54, 33 => 0x5d }, 'wb_rggblevelsunknown5' => { 27 => 0x46, 29 => 0x59, 33 => 0x62 }, 'wb_rggblevelsunknown6' => { 27 => 0x4b, 29 => 0x5e, 33 => 0x8a }, 'wb_rggblevelsunknown7' => { 27 => 0x50, 29 => 0x63, 33 => 0x8f }, 'wb_rggblevelsunknown8' => { 27 => 0x55, 29 => 0x68, 33 => 0x94 }, 'wb_rggblevelsunknown9' => { 27 => 0x5a, 29 => 0x6d, 33 => 0x99 }, 'wbadjbluebalance' => { 196 => 0x8 }, 'wbadjcolortemp' => { 77 => 0x1a }, 'wbadjlighting' => { 196 => 0x15 }, 'wbadjlightingsubtype' => { 196 => 0x14 }, 'wbadjmode' => { 196 => 0x10 }, 'wbadjredbalance' => { 196 => 0x0 }, 'wbadjrgblevels' => { 77 => 0x8 }, 'wbadjtemperature' => { 196 => 0x18 }, 'wbadjtint' => { 196 => 0x25 }, 'wbadjustab' => { 224 => 0x46 }, 'wbadjustgm' => { 224 => 0x47 }, 'wbbluelevel' => { 219 => 0x324, 224 => 0x8006, 226 => 0x26 }, 'wbbracketmode' => { 38 => 0x9 }, 'wbbracketvalueab' => { 38 => 0xc }, 'wbbracketvaluegm' => { 38 => 0xd }, 'wbfinetuneactive' => { 77 => 0x24 }, 'wbfinetunesaturation' => { 77 => 0x28 }, 'wbfinetunetone' => { 77 => 0x2c }, 'wbgreenlevel' => { 219 => 0x323, 224 => 0x8005, 226 => 0x25 }, 'wbmediaimagesizesetting' => { 59 => 0x708 }, 'wbmode' => { 138 => 0x4, 209 => 0x1015 }, 'wbredlevel' => { 219 => 0x322, 224 => 0x8004, 226 => 0x24 }, 'wbscale' => { 139 => 0x0 }, 'wbshiftab' => { 52 => 0xc, 233 => 0x10 }, 'wbshiftgm' => { 52 => 0xd }, 'wbshiftmg' => { 233 => 0x11 }, 'webstatement' => { 314 => 'WebStatement' }, 'whitebalance' => { 4 => 0x6f, 5 => [0x44,0x4a], 6 => 0x36, 7 => 0x5e, 8 => 0x36, 9 => [0x77,0x78], 10 => 0x6f, 11 => 0x6f, 12 => 0x73, 13 => 0x6f, 14 => 0x78, 15 => 0x54, 16 => 0x6f, 20 => 0x53, 52 => 0x8, 54 => 0x7, 81 => 0x7, 82 => [0x19,0x2012], 85 => [0xa403,0xfe4e], 89 => 0x1002, 97 => 0x3fc, 98 => 0xfa0d, 99 => 0x40, 131 => 0x3, 132 => 0xe, 133 => 0x4, 134 => 0xb, 135 => 0x115, 160 => 0x5, 180 => 0x7, 219 => 0x304, 224 => 0x3, 225 => 0x3033, 247 => 0x19, 252 => 0x7, 262 => 0x26, 270 => [0x3c,0x7], 276 => [0x115,0xb054], 288 => 'WhiteBalance', 292 => 'WhiteBalance' }, 'whitebalance2' => { 204 => 0x500 }, 'whitebalanceadj' => { 77 => 0x18, 190 => 0x76a43204 }, 'whitebalanceautoadjustment' => { 229 => 0x0 }, 'whitebalancebias' => { 82 => 0x2011, 209 => 0x304, 224 => 0x23 }, 'whitebalanceblue' => { 52 => 0x7 }, 'whitebalancebracket' => { 204 => 0x502, 209 => 0x303 }, 'whitebalancebracketing' => { 134 => 0x22 }, 'whitebalancecomp' => { 212 => 0x1001 }, 'whitebalancefinetune' => { 89 => 0x100a, 134 => 0x38, 135 => 0x112, 160 => 0xb, 271 => 0x6, 276 => 0x112 }, 'whitebalancemode' => { 247 => 0x1a }, 'whitebalancered' => { 52 => 0x6 }, 'whitebalanceset' => { 232 => 0xa }, 'whitebalancesetting' => { 134 => 0x23 }, 'whitebalancetemperature' => { 204 => 0x501 }, 'whiteboard' => { 209 => 0x301 }, 'whitelevel' => { 85 => 0xc61d }, 'whitepoint' => { 85 => 0x13e, 247 => 0x201, 306 => 'WhitePoint' }, 'widefocuszone' => { 131 => 0x2f }, 'widerange' => { 269 => 0x20f }, 'wordcount' => { 301 => 'wordCount' }, 'workcolorspace' => { 77 => 0x270 }, 'worldtimelocation' => { 224 => 0x3a, 247 => 0x22, 251 => '0.1' }, 'writer-editor' => { 92 => 0x7a }, 'x3filllight' => { 270 => 0x12 }, 'xmp' => { 76 => 0xffff00f6, 86 => 'XMP' }, 'xmptoolkit' => { 307 => 'xmptk' }, 'xpauthor' => { 85 => 0x9c9d }, 'xpcomment' => { 85 => 0x9c9c }, 'xpkeywords' => { 85 => 0x9c9e }, 'xposition' => { 85 => 0x11e }, 'xpsubject' => { 85 => 0x9c9f }, 'xptitle' => { 85 => 0x9c9b }, 'xresolution' => { 85 => 0x11a, 95 => 0x3, 257 => 0x0, 306 => 'XResolution' }, 'xyresolution' => { 88 => 0x3 }, 'ycbcrcoefficients' => { 85 => 0x211, 306 => 'YCbCrCoefficients' }, 'ycbcrpositioning' => { 85 => 0x213, 306 => 'YCbCrPositioning' }, 'ycbcrsubsampling' => { 85 => 0x212, 306 => 'YCbCrSubSampling' }, 'yearcreated' => { 99 => 0x10, 108 => 0xc }, 'yposition' => { 85 => 0x11f }, 'yresolution' => { 85 => 0x11b, 95 => 0x5, 257 => 0x4, 306 => 'YResolution' }, 'zonematching' => { 135 => 0x10a, 138 => [0x3a,0x4a], 276 => 0xb024 }, 'zonematchingmode' => { 134 => 0x14 }, 'zonematchingon' => { 133 => 0x75 }, 'zonematchingvalue' => { 271 => 0x1f }, 'zoomedpreviewlength' => { 209 => 0xf05 }, 'zoomedpreviewsize' => { 209 => 0xf06 }, 'zoomedpreviewstart' => { 209 => 0xf04 }, 'zoomsourcewidth' => { 24 => 0x24 }, 'zoomstepcount' => { 207 => 0x300, 209 => 0x100d }, 'zoomtargetwidth' => { 24 => 0x25 }, ); # lookup for non-writable tags to check if the name exists my %tagExists = ( '_ac3' => 1, '_h264' => 1, '_stream' => 1, 'a100dataoffset' => 1, 'abstract' => 1, 'accessdate' => 1, 'acdsee' => 1, 'actualcompensation' => 1, 'adobe' => 1, 'adobe_cm' => 1, 'adobecmtype' => 1, 'adobecrw' => 1, 'adobekoda' => 1, 'adobeleaf' => 1, 'adobemrw' => 1, 'adobepano' => 1, 'adobephotoshop' => 1, 'adoberaf' => 1, 'adobesr2' => 1, 'advancedcontentencryption' => 1, 'advancedmutualexcl' => 1, 'adventrevision' => 1, 'adventscale' => 1, 'aeflags' => 1, 'aeinfo' => 1, 'aeunknown' => 1, 'afarea' => 1, 'afareaheights' => 1, 'afareawidths' => 1, 'afareaxpositions' => 1, 'afareaypositions' => 1, 'afcp' => 1, 'afcp_iptc' => 1, 'afinfo' => 1, 'afinfo2' => 1, 'afinfo2version' => 1, 'afinfocus' => 1, 'afinfosize' => 1, 'afm' => 1, 'afmicroadj' => 1, 'afpointsinfocus1d' => 1, 'afpointsselected' => 1, 'aftune' => 1, 'aimetadata' => 1, 'aiprivatedata' => 1, 'album2' => 1, 'albumartist' => 1, 'albumcoverurl' => 1, 'albumname' => 1, 'albumsortorder' => 1, 'albumtitle' => 1, 'albumtitleid' => 1, 'aliaslayermetadata' => 1, 'alphabitdepth' => 1, 'alphabytecount' => 1, 'alphachannelsnames' => 1, 'alphacompression' => 1, 'alphadatadiscard' => 1, 'alphafilter' => 1, 'alphaidentifiers' => 1, 'alphainterlace' => 1, 'alphaoffset' => 1, 'alphasample' => 1, 'alternateduotonecolors' => 1, 'alternatespotcolors' => 1, 'ambienceinfo' => 1, 'animationextension' => 1, 'animationiterations' => 1, 'annotation' => 1, 'annotations' => 1, 'annotationusagerights' => 1, 'anta' => 1, 'aperture' => 1, 'aperturedisplayed' => 1, 'aperturesetting' => 1, 'apeversion' => 1, 'app14flags0' => 1, 'app14flags1' => 1, 'app1_profile' => 1, 'applestoreaccount' => 1, 'applestoreaccounttype' => 1, 'applestorecatalogid' => 1, 'applestorecountry' => 1, 'application' => 1, 'applicationdata' => 1, 'applicationmissingmsg' => 1, 'applicationversion' => 1, 'appversion' => 1, 'archivallocation' => 1, 'archivedfilename' => 1, 'arranger' => 1, 'arrangerkeywords' => 1, 'artist2' => 1, 'artistlen' => 1, 'artisturl' => 1, 'artwork' => 1, 'ascender' => 1, 'ascent' => 1, 'asfleakybucketpairs' => 1, 'asfpacketcount' => 1, 'asfsecurityobjectssize' => 1, 'aspectinfo' => 1, 'aspectratiotype' => 1, 'aspectratiox' => 1, 'aspectratioy' => 1, 'association' => 1, 'assumeddisplaysize' => 1, 'assumeddistanceview' => 1, 'atob0' => 1, 'atob1' => 1, 'atob2' => 1, 'attachedfile' => 1, 'attachedfiledata' => 1, 'attachedfiledescription' => 1, 'attachedfilemimetype' => 1, 'attachedfilename' => 1, 'attachedfilereferral' => 1, 'attachedfileuid' => 1, 'attachments' => 1, 'audiences' => 1, 'audioattributes' => 1, 'audioavgbitrate' => 1, 'audiobitspersample' => 1, 'audiobytes' => 1, 'audiocodec' => 1, 'audiocodecdescription' => 1, 'audiocodecid' => 1, 'audiocodecinfo' => 1, 'audiocodecname' => 1, 'audiodelay' => 1, 'audioencoding' => 1, 'audiofilesize' => 1, 'audiofileurl' => 1, 'audioformat' => 1, 'audioframesize' => 1, 'audiogain' => 1, 'audioheader' => 1, 'audioinfo' => 1, 'audiolayer' => 1, 'audiomaxbitrate' => 1, 'audiomode' => 1, 'audioprofile' => 1, 'audioprofileversion' => 1, 'audiosamplecount' => 1, 'audiosampledesc' => 1, 'audiosamplesize' => 1, 'audiosize' => 1, 'audiosourceurl' => 1, 'audiostream' => 1, 'audiostreamtype' => 1, 'audiotrackid' => 1, 'audiovendorid' => 1, 'authenticationtime' => 1, 'authenticationtype' => 1, 'authorlen' => 1, 'authorship' => 1, 'authorurl' => 1, 'aux' => 1, 'averagelevel' => 1, 'avgbitrate' => 1, 'avgbytespersec' => 1, 'avgpacketsize' => 1, 'avgpdusize' => 1, 'avgwidth' => 1, 'avi1' => 1, 'avif' => 1, 'aviheader' => 1, 'awbinfo' => 1, 'axisdistancex' => 1, 'axisdistancey' => 1, 'axisdistancez' => 1, 'background' => 1, 'backgroundcolor' => 1, 'backgroundcolorindicator' => 1, 'backgroundcolorvalue' => 1, 'backgroundimageid' => 1, 'backgroundtiling' => 1, 'backlight' => 1, 'backserial' => 1, 'backuptime' => 1, 'badfaxlines' => 1, 'balance' => 1, 'band' => 1, 'bandwidthsharing' => 1, 'bannerimage' => 1, 'bannerimagedata' => 1, 'bannerimagetype' => 1, 'bannerimageurl' => 1, 'baselinelength' => 1, 'baseviewpointnum' => 1, 'basisobject' => 1, 'bass' => 1, 'batteryinfo' => 1, 'beatsperminute' => 1, 'binaryfilter' => 1, 'binaryxml' => 1, 'bitrate' => 1, 'bitratemutualexclusion' => 1, 'bitsperextendedrunlength' => 1, 'bitsperpixel' => 1, 'bitsperrunlength' => 1, 'blackleveldeltah' => 1, 'blackleveldeltav' => 1, 'blackmaskbottomborder' => 1, 'blackmaskleftborder' => 1, 'blackmaskrightborder' => 1, 'blackmasktopborder' => 1, 'block' => 1, 'blockaddid' => 1, 'blockadditional' => 1, 'blockadditionalid' => 1, 'blockadditions' => 1, 'blockduration' => 1, 'blockgroup' => 1, 'blocklocation' => 1, 'blockmore' => 1, 'blocksize' => 1, 'blocksizemax' => 1, 'blocksizemin' => 1, 'blockspercolumn' => 1, 'blocksperframe' => 1, 'blocksperrow' => 1, 'blockvirtual' => 1, 'blueadjust' => 1, 'bluegain' => 1, 'bluematrixcolumn' => 1, 'blueprimary' => 1, 'bluesample' => 1, 'bluetrc' => 1, 'bluex' => 1, 'bluey' => 1, 'booktitle' => 1, 'bordercolor' => 1, 'borderid' => 1, 'borderinformation' => 1, 'borderlocation' => 1, 'bordername' => 1, 'bordersversion' => 1, 'bordertype' => 1, 'bottommag' => 1, 'boundaryorigin' => 1, 'boundingbox' => 1, 'bracketshot' => 1, 'breakchar' => 1, 'brightnessdata' => 1, 'broadcast' => 1, 'broadcastextension' => 1, 'btoa0' => 1, 'btoa1' => 1, 'btoa2' => 1, 'btod0' => 1, 'btod1' => 1, 'btod2' => 1, 'btod3' => 1, 'bufferaverage' => 1, 'builddate' => 1, 'buildversion' => 1, 'bw_halftoninginfo' => 1, 'bw_transferfunc' => 1, 'bwfversion' => 1, 'bytelength' => 1, 'bytes' => 1, 'bytesperminute' => 1, 'cachecontrol' => 1, 'cachedimageheight' => 1, 'cachedimagewidth' => 1, 'calibrationdatetime' => 1, 'camera' => 1, 'camera1' => 1, 'camera2' => 1, 'cameraarrangementinterval' => 1, 'camerabacktype' => 1, 'camerabody' => 1, 'camerabyteorder' => 1, 'cameradatetime' => 1, 'cameradirection' => 1, 'cameraidentifier' => 1, 'camerainfo' => 1, 'camerainfo5dmkii_2a' => 1, 'camerainfo5dmkii_2b' => 1, 'camerainfo7d_2a' => 1, 'camerainfo7d_2b' => 1, 'cameramotion' => 1, 'cameraname' => 1, 'cameraobjbacktype' => 1, 'cameraobject' => 1, 'cameraobjname' => 1, 'cameraobjtype' => 1, 'cameraobjversion' => 1, 'cameraprofileversion' => 1, 'camerasettings' => 1, 'camerasettings2' => 1, 'camerasettingsa100' => 1, 'camerasettingsifd' => 1, 'camerasettingsunknown' => 1, 'camerasetup' => 1, 'cameraspecification' => 1, 'can_skip_backward' => 1, 'can_skip_forward' => 1, 'canon' => 1, 'canon_afinfo2_0x000d' => 1, 'canon_afinfo_0x000b' => 1, 'canonafinfo' => 1, 'canonafinfo2' => 1, 'canoncamerainfo1000d' => 1, 'canoncamerainfo1d' => 1, 'canoncamerainfo1dmkii' => 1, 'canoncamerainfo1dmkiii' => 1, 'canoncamerainfo1dmkiin' => 1, 'canoncamerainfo1dmkiv' => 1, 'canoncamerainfo40d' => 1, 'canoncamerainfo450d' => 1, 'canoncamerainfo500d' => 1, 'canoncamerainfo50d' => 1, 'canoncamerainfo550d' => 1, 'canoncamerainfo5d' => 1, 'canoncamerainfo5dmkii' => 1, 'canoncamerainfo60d' => 1, 'canoncamerainfo7d' => 1, 'canoncamerainfopowershot' => 1, 'canoncamerainfopowershot2' => 1, 'canoncamerainfounknown' => 1, 'canoncamerainfounknown16' => 1, 'canoncamerainfounknown32' => 1, 'canoncamerasettings' => 1, 'canoncnth' => 1, 'canoncolorinfo1' => 1, 'canoncolorinfo2' => 1, 'canonfileinfo' => 1, 'canonflags' => 1, 'canonfocallength' => 1, 'canonimageheight' => 1, 'canonimagewidth' => 1, 'canonpanorama' => 1, 'canonrawmakemodel' => 1, 'canonshotinfo' => 1, 'canseekontime' => 1, 'canseektoend' => 1, 'capheight' => 1, 'captiontext' => 1, 'captprofbacktype' => 1, 'captprofname' => 1, 'captproftype' => 1, 'captprofversion' => 1, 'captureconditionspar' => 1, 'capturedevicefid' => 1, 'captureobjbacktype' => 1, 'captureobjname' => 1, 'captureobjtype' => 1, 'captureobjversion' => 1, 'captureprofile' => 1, 'captureresolution' => 1, 'captureserial' => 1, 'capturesetup' => 1, 'capturexresolution' => 1, 'capturexresolutionunit' => 1, 'captureyresolution' => 1, 'captureyresolutionunit' => 1, 'casio' => 1, 'casiodata' => 1, 'casiojunk' => 1, 'casioquality' => 1, 'casioqvmi' => 1, 'cc' => 1, 'ccdrect' => 1, 'ccdvalidrect' => 1, 'ccdvideorect' => 1, 'cell' => 1, 'centerdarkrect' => 1, 'cfalayout' => 1, 'cfapattern2' => 1, 'cfaplanecolor' => 1, 'cfarepeatpatterndim' => 1, 'channelmode' => 1, 'channelpositions' => 1, 'chapter' => 1, 'chapteratom' => 1, 'chaptercountry' => 1, 'chapterdisplay' => 1, 'chapterflagenabled' => 1, 'chapterflaghidden' => 1, 'chapterlanguage' => 1, 'chapterlist' => 1, 'chapterphysicalequivalent' => 1, 'chapterprocess' => 1, 'chapterprocesscodecid' => 1, 'chapterprocesscommand' => 1, 'chapterprocessdata' => 1, 'chapterprocessprivate' => 1, 'chapterprocesstime' => 1, 'chapters' => 1, 'chaptersegmenteditionuid' => 1, 'chaptersegmentuid' => 1, 'chapterstring' => 1, 'chaptertimeend' => 1, 'chaptertimestart' => 1, 'chaptertrack' => 1, 'chaptertracknumber' => 1, 'chaptertranslate' => 1, 'chaptertranslatecodec' => 1, 'chaptertranslateeditionuid' => 1, 'chaptertranslateid' => 1, 'chapteruid' => 1, 'characters' => 1, 'characterset' => 1, 'characterswithspaces' => 1, 'charcountwithspaces' => 1, 'chartarget' => 1, 'checkedby' => 1, 'chromaticadaptation' => 1, 'chromaticity' => 1, 'chromaticitychannel1' => 1, 'chromaticitychannel2' => 1, 'chromaticitychannel3' => 1, 'chromaticitychannel4' => 1, 'chromaticitychannels' => 1, 'chromaticitycolorant' => 1, 'chunkoffset' => 1, 'chunkoffset64' => 1, 'ciff' => 1, 'cinematographer' => 1, 'cip3datafile' => 1, 'cip3sheet' => 1, 'cip3side' => 1, 'circleofconfusion' => 1, 'class' => 1, 'classification' => 1, 'cleanfaxdata' => 1, 'clipboundary' => 1, 'clipobjects' => 1, 'clippath' => 1, 'clippingboundary' => 1, 'clippingpathname' => 1, 'cloneid' => 1, 'cloneobject' => 1, 'clonetype' => 1, 'cluster' => 1, 'clusterduration' => 1, 'cmmflags' => 1, 'cmykequivalent' => 1, 'codecdecodeall' => 1, 'codecdownloadurl' => 1, 'codecflavorid' => 1, 'codecid' => 1, 'codecinfourl' => 1, 'codeclist' => 1, 'codecname' => 1, 'codecprivate' => 1, 'codecsettings' => 1, 'codecstate' => 1, 'codedframesize' => 1, 'codepage' => 1, 'codesize' => 1, 'codestreamheader' => 1, 'codestreamregistration' => 1, 'codinghistory' => 1, 'codingmethods' => 1, 'color' => 1, 'colorant1coordinates' => 1, 'colorant1name' => 1, 'colorant2coordinates' => 1, 'colorant2name' => 1, 'colorant3coordinates' => 1, 'colorant3name' => 1, 'colorantcount' => 1, 'colorantorder' => 1, 'coloranttable' => 1, 'coloranttableout' => 1, 'coloraverages' => 1, 'colorbalance0100' => 1, 'colorbalance0102' => 1, 'colorbalance0103' => 1, 'colorbalance02' => 1, 'colorbalance0205' => 1, 'colorbalance0209' => 1, 'colorbalancea' => 1, 'colorbalanceunknown' => 1, 'colorbitdepth' => 1, 'colorboostdata' => 1, 'colorbw' => 1, 'colorcalib' => 1, 'colorcalibrationmatrix' => 1, 'colorcasts' => 1, 'colorcharacterization' => 1, 'colorcoefs' => 1, 'colorcomponents' => 1, 'colordata1' => 1, 'colordata2' => 1, 'colordata3' => 1, 'colordata4' => 1, 'colordata5' => 1, 'colordata6' => 1, 'colordataunknown' => 1, 'colorgroup' => 1, 'colorhalftoninginfo' => 1, 'colorimetricintentimagestate' => 1, 'colorimetry' => 1, 'colorinfo' => 1, 'colormap' => 1, 'colorobjbacktype' => 1, 'colorobjname' => 1, 'colorobjtype' => 1, 'colorobjversion' => 1, 'colorpalette' => 1, 'colorresolutiondepth' => 1, 'colorresponseunit' => 1, 'colors' => 1, 'colorsamplersresource' => 1, 'colorsetup' => 1, 'colorspacedata' => 1, 'colorspecification' => 1, 'colortable' => 1, 'colortransferfuncs' => 1, 'colortransform' => 1, 'colortwistmatrix' => 1, 'colortype' => 1, 'commandlinearguments' => 1, 'commentlen' => 1, 'comments' => 1, 'commenttime' => 1, 'commercialurl' => 1, 'commissioned' => 1, 'common' => 1, 'commonnetworkrellink' => 1, 'commonpathsuffix' => 1, 'compactsamplesizes' => 1, 'company' => 1, 'companyname' => 1, 'compatibility' => 1, 'compatiblebrands' => 1, 'compatiblefontname' => 1, 'compilation' => 1, 'compobj' => 1, 'compobjusertype' => 1, 'compobjusertypelen' => 1, 'componentbitdepth' => 1, 'componentdefinition' => 1, 'componentmapping' => 1, 'composerkeywords' => 1, 'compositinglayerheader' => 1, 'composition' => 1, 'compositionmode' => 1, 'compositionoptions' => 1, 'compositiontimetosample' => 1, 'compositiontodecodetimelinemapping' => 1, 'compressed' => 1, 'compressedannotation' => 1, 'compresseddatalength' => 1, 'compresseddataoffset' => 1, 'compressedsize' => 1, 'compressedtext' => 1, 'compressionlevel' => 1, 'compressiontype' => 1, 'compressorid' => 1, 'compressorname' => 1, 'compressorversion' => 1, 'concreteflag' => 1, 'condition' => 1, 'conditionalfec' => 1, 'conductor' => 1, 'confirmedobjectsize' => 1, 'connectionspaceilluminant' => 1, 'consecutivebadfaxlines' => 1, 'consoledata' => 1, 'consolefedata' => 1, 'cont' => 1, 'containerformat' => 1, 'containerversion' => 1, 'contake' => 1, 'contentbranding' => 1, 'contentcompression' => 1, 'contentcompressionalgorithm' => 1, 'contentcompressionsettings' => 1, 'contentdescription' => 1, 'contentdescriptionnotes' => 1, 'contentdisposition' => 1, 'contentdistributor' => 1, 'contentencoding' => 1, 'contentencodingorder' => 1, 'contentencodings' => 1, 'contentencodingscope' => 1, 'contentencodingtype' => 1, 'contentencryption' => 1, 'contentencryptionalgorithm' => 1, 'contentencryptionkeyid' => 1, 'contentgroupdescription' => 1, 'contentlanguage' => 1, 'contentrating' => 1, 'contents' => 1, 'contentscripttype' => 1, 'contentsignature' => 1, 'contentsignaturealgorithm' => 1, 'contentsignaturehashalgorithm' => 1, 'contentsignaturekeyid' => 1, 'contentstyletype' => 1, 'contenttype' => 1, 'contiguouscodestream' => 1, 'contrastadjustment' => 1, 'contrastcurve' => 1, 'convergenceangle' => 1, 'convergencebaseimage' => 1, 'convergencedistance' => 1, 'copyrightlen' => 1, 'copyrighturl' => 1, 'costumedesigner' => 1, 'coverart' => 1, 'coverartmimetype' => 1, 'cpuarchitecture' => 1, 'cpubyteorder' => 1, 'cpucount' => 1, 'cpusubtype' => 1, 'cputype' => 1, 'cpuversions' => 1, 'crc-32' => 1, 'crcdevelparams' => 1, 'crdinfo' => 1, 'createdby' => 1, 'creatingapplication' => 1, 'creatingtransform' => 1, 'creationpathvector' => 1, 'creatorappid' => 1, 'creatorapplication' => 1, 'creatorappversion' => 1, 'creatorinfo' => 1, 'creatorversion' => 1, 'cropdata' => 1, 'cropinfo' => 1, 'cropped' => 1, 'cropx' => 1, 'cropxcommonoffset' => 1, 'cropxoffset' => 1, 'cropxoffset2' => 1, 'cropxsize' => 1, 'cropxviewpointnumber' => 1, 'cropxviewpointnumber2' => 1, 'cropy' => 1, 'cropycommonoffset' => 1, 'cropyoffset' => 1, 'cropyoffset2' => 1, 'cropysize' => 1, 'cropyviewpointnumber' => 1, 'cropyviewpointnumber2' => 1, 'cross-reference' => 1, 'crossref' => 1, 'crs' => 1, 'crwparam' => 1, 'cueblocknumber' => 1, 'cueclusterposition' => 1, 'cuecodecstate' => 1, 'cuepoint' => 1, 'cuerefcluster' => 1, 'cuerefcodecstate' => 1, 'cuereference' => 1, 'cuerefnumber' => 1, 'cuereftime' => 1, 'cues' => 1, 'cuetime' => 1, 'cuetrack' => 1, 'cuetrackpositions' => 1, 'currentbitrate' => 1, 'currentiptcdigest' => 1, 'currenttime' => 1, 'currentuser' => 1, 'cursorsize' => 1, 'customfunctions10d' => 1, 'customfunctions1d' => 1, 'customfunctions2' => 1, 'customfunctions20d' => 1, 'customfunctions30d' => 1, 'customfunctions350d' => 1, 'customfunctions400d' => 1, 'customfunctions5d' => 1, 'customfunctionsd30' => 1, 'customfunctionsd60' => 1, 'customfunctionsunknown' => 1, 'custompicturestyledata' => 1, 'customsettingsd3' => 1, 'customsettingsd300' => 1, 'customsettingsd300s' => 1, 'customsettingsd3s' => 1, 'customsettingsd3x' => 1, 'customsettingsd40' => 1, 'customsettingsd5000' => 1, 'customsettingsd700' => 1, 'customsettingsd7000' => 1, 'customsettingsd80' => 1, 'customsettingsd90' => 1, 'd-lightinghqdata' => 1, 'd-lightinghsdata' => 1, 'darkcorrectiontype' => 1, 'darwindata' => 1, 'data' => 1, 'data1' => 1, 'data2' => 1, 'datacreatedate' => 1, 'datadump' => 1, 'datadump2' => 1, 'datainfo' => 1, 'datainformation' => 1, 'datakey' => 1, 'datalen' => 1, 'datalength' => 1, 'datalocation' => 1, 'datamodifydate' => 1, 'dataobject' => 1, 'dataobjectid' => 1, 'dataobjectstatus' => 1, 'dataobjecttitle' => 1, 'dataoffset' => 1, 'dataoffsets' => 1, 'datapackets' => 1, 'dataref' => 1, 'datareference' => 1, 'datasize' => 1, 'datatype' => 1, 'datecompleted' => 1, 'datetime1' => 1, 'datetime2' => 1, 'datetimecreated' => 1, 'datetimeend' => 1, 'dc' => 1, 'dcmd' => 1, 'dcme' => 1, 'dctencodeversion' => 1, 'dealeridnumber' => 1, 'decimationmethod' => 1, 'decimationprefilterwidth' => 1, 'decode' => 1, 'decodertable' => 1, 'decodertablenumber' => 1, 'defaultaudiostream' => 1, 'defaultchar' => 1, 'defaultdisplayheight' => 1, 'defaultdisplaywidth' => 1, 'defaultduration' => 1, 'defaultimagecolor' => 1, 'defaultrgb' => 1, 'defaultstyle' => 1, 'defineobject' => 1, 'definequantizationtable' => 1, 'delay' => 1, 'deltapngheader' => 1, 'deltatype' => 1, 'deltaxy' => 1, 'department' => 1, 'dependentimage1entrynumber' => 1, 'dependentimage2entrynumber' => 1, 'depth' => 1, 'descender' => 1, 'designer' => 1, 'designerurl' => 1, 'desiredreproductions' => 1, 'destinationid' => 1, 'deviceattributes' => 1, 'devicemanufacturer' => 1, 'devicemfgdesc' => 1, 'devicemodel' => 1, 'devicemodeldesc' => 1, 'devicename' => 1, 'devicesettings' => 1, 'dex' => 1, 'dicom' => 1, 'dictionary' => 1, 'digikam' => 1, 'digitalcreationdatetime' => 1, 'digitaleffectsname' => 1, 'digitaleffectstype' => 1, 'digitaleffectsversion' => 1, 'digitalimagebroker' => 1, 'digitalsignature' => 1, 'dimensions' => 1, 'discardobjects' => 1, 'disknumber' => 1, 'displayheight' => 1, 'displayinfo' => 1, 'displayresolution' => 1, 'displaysize' => 1, 'displayunit' => 1, 'displayunits' => 1, 'displaywidth' => 1, 'displayxresolution' => 1, 'displayxresolutionunit' => 1, 'displayyresolution' => 1, 'displayyresolutionunit' => 1, 'dispose' => 1, 'disposition' => 1, 'distortinfo' => 1, 'distortionversion' => 1, 'distributedby' => 1, 'distribution' => 1, 'division' => 1, 'djvuversion' => 1, 'dngadobedata' => 1, 'dngprivatedata' => 1, 'docclass' => 1, 'docmdp' => 1, 'docrights' => 1, 'docsecurity' => 1, 'doctype' => 1, 'doctypereadversion' => 1, 'doctypeversion' => 1, 'documentinfo' => 1, 'documentnumber' => 1, 'documentusagerights' => 1, 'dof' => 1, 'donotshow' => 1, 'dotsperinch' => 1, 'driveserialnumber' => 1, 'drivetype' => 1, 'drm' => 1, 'drm_contentid' => 1, 'drm_drmheader' => 1, 'drm_drmheader_contentdistributor' => 1, 'drm_drmheader_contentid' => 1, 'drm_drmheader_individualizedversion' => 1, 'drm_drmheader_keyid' => 1, 'drm_drmheader_licenseacqurl' => 1, 'drm_drmheader_subscriptioncontentid' => 1, 'drm_individualizedversion' => 1, 'drm_keyid' => 1, 'drm_lasignaturecert' => 1, 'drm_lasignaturelicsrvcert' => 1, 'drm_lasignatureprivkey' => 1, 'drm_lasignaturerootcert' => 1, 'drm_licenseacqurl' => 1, 'drm_v1licenseacqurl' => 1, 'dropbykeyword' => 1, 'dropchunks' => 1, 'dtob0' => 1, 'dtob1' => 1, 'dtob2' => 1, 'dtob3' => 1, 'ducky' => 1, 'duotonehalftoninginfo' => 1, 'duotoneimageinfo' => 1, 'duotonetransferfuncs' => 1, 'dvdid' => 1, 'ebmlheader' => 1, 'ebmlmaxidlength' => 1, 'ebmlmaxsizelength' => 1, 'ebmlreadversion' => 1, 'ebmlversion' => 1, 'edit1' => 1, 'edit2' => 1, 'edit3' => 1, 'edit4' => 1, 'edit5' => 1, 'edit6' => 1, 'edit7' => 1, 'edit8' => 1, 'edit9' => 1, 'editdata' => 1, 'editedby' => 1, 'editionentry' => 1, 'editionflagdefault' => 1, 'editionflaghidden' => 1, 'editionflagordered' => 1, 'editionuid' => 1, 'editor' => 1, 'edittagarray' => 1, 'effect' => 1, 'effectivebw' => 1, 'effectsvisible' => 1, 'eighthlanguage' => 1, 'embeddedfile' => 1, 'embeddedfilename' => 1, 'embeddedfileusagerights' => 1, 'emphasis' => 1, 'encodedby' => 1, 'encodedusing' => 1, 'encoder' => 1, 'encodersettings' => 1, 'encoderversion' => 1, 'encoding' => 1, 'encodingprocess' => 1, 'encodingscheme' => 1, 'encodingsettings' => 1, 'encodingtime' => 1, 'encrypt' => 1, 'encryptedblock' => 1, 'encryption' => 1, 'endpoints' => 1, 'endtime' => 1, 'endtimecode' => 1, 'entrypoint' => 1, 'envvardata' => 1, 'episodeglobaluniqueid' => 1, 'eppim' => 1, 'eprint' => 1, 'epsoptions' => 1, 'equipment' => 1, 'equipmentifd' => 1, 'error' => 1, 'errorcorrection' => 1, 'errorcorrectiontype' => 1, 'escchar' => 1, 'evalstate' => 1, 'events' => 1, 'evstepinfo' => 1, 'exif_profile' => 1, 'exifdata' => 1, 'exifinfo' => 1, 'exifinfo2' => 1, 'exifinformation' => 1, 'exifoffset' => 1, 'exiftoolversion' => 1, 'expandfilm' => 1, 'expandfilterlens' => 1, 'expandflashlamp' => 1, 'expandlens' => 1, 'expandscanner' => 1, 'expandsoftware' => 1, 'expires' => 1, 'exportimage' => 1, 'exposurebias' => 1, 'exposureinfo' => 1, 'exposureunknown' => 1, 'extcache' => 1, 'extendedaviheader' => 1, 'extendedcontentdescr' => 1, 'extendedcontentencryption' => 1, 'extendedinfo' => 1, 'extendedstreamprops' => 1, 'extendedxmp' => 1, 'extenderstatus' => 1, 'extensionclassid' => 1, 'extensioncreatedate' => 1, 'extensiondescription' => 1, 'extensionmodifydate' => 1, 'extensionname' => 1, 'extensionpersistence' => 1, 'extensions' => 1, 'externalleading' => 1, 'extraflags' => 1, 'extrasamples' => 1, 'face1birthday' => 1, 'face1category' => 1, 'face1name' => 1, 'face2birthday' => 1, 'face2category' => 1, 'face2name' => 1, 'face3birthday' => 1, 'face3category' => 1, 'face3name' => 1, 'face4birthday' => 1, 'face4category' => 1, 'face4name' => 1, 'face5birthday' => 1, 'face5category' => 1, 'face5name' => 1, 'face6birthday' => 1, 'face6category' => 1, 'face6name' => 1, 'face7birthday' => 1, 'face7category' => 1, 'face7name' => 1, 'face8birthday' => 1, 'face8category' => 1, 'face8name' => 1, 'facedetect1' => 1, 'facedetect2' => 1, 'facedetinfo' => 1, 'faceinfo' => 1, 'faceinfo1' => 1, 'faceinfo2' => 1, 'faceinfolength' => 1, 'faceinfooffset' => 1, 'facepos' => 1, 'facerecinfo' => 1, 'facesize' => 1, 'fastseek' => 1, 'faxprofile' => 1, 'faxrecvparams' => 1, 'faxrecvtime' => 1, 'faxsubaddress' => 1, 'fieldmdp' => 1, 'fieldpermissions' => 1, 'fifthlanguage' => 1, 'fileattributes' => 1, 'filedescription' => 1, 'fileflags' => 1, 'fileflagsmask' => 1, 'filefunctionflags' => 1, 'fileglobalprofile' => 1, 'fileid' => 1, 'fileinfo' => 1, 'fileinfolen' => 1, 'fileinfolen2' => 1, 'fileinfoproperties' => 1, 'fileinfoversion' => 1, 'filelength' => 1, 'fileos' => 1, 'fileowner' => 1, 'filepermissions' => 1, 'fileprofileversion' => 1, 'fileproperties' => 1, 'files' => 1, 'filesize' => 1, 'filesizebytes' => 1, 'filesubtype' => 1, 'filetype' => 1, 'fileurl' => 1, 'fileversionnumber' => 1, 'fillattributes' => 1, 'fillmethod' => 1, 'filmbrand' => 1, 'filmcategory' => 1, 'filmframenumber' => 1, 'filmgencode' => 1, 'filmproductcode' => 1, 'filmrollnumber' => 1, 'filmsize' => 1, 'filter' => 1, 'filterinfo' => 1, 'filtering' => 1, 'finalframeblocks' => 1, 'firmwareinfo' => 1, 'firstchar' => 1, 'firstlanguage' => 1, 'firstobject' => 1, 'firstobjectid' => 1, 'flags' => 1, 'flashexpcomp' => 1, 'flashinfo' => 1, 'flashinfo0100' => 1, 'flashinfo0102' => 1, 'flashinfo0103' => 1, 'flashinfo0104' => 1, 'flashinfounknown' => 1, 'flashinfoversion' => 1, 'flashpixstreamfieldoffset' => 1, 'flashpixstreampathname' => 1, 'flashpower' => 1, 'flashsyncmode' => 1, 'flashttlmode' => 1, 'flashversion' => 1, 'flavor' => 1, 'focallength35efl' => 1, 'focalplanecolorimetryestimates' => 1, 'focalrange' => 1, 'focusinfo' => 1, 'focusinfoifd' => 1, 'focuspos' => 1, 'font' => 1, 'fontsize' => 1, 'fontsubfamily' => 1, 'fontsubfamilyid' => 1, 'fontweight' => 1, 'footerposition' => 1, 'footnotes' => 1, 'form' => 1, 'formatter' => 1, 'formatversion' => 1, 'formatversiontime' => 1, 'formfields' => 1, 'formusagerights' => 1, 'forwardto' => 1, 'fotostation' => 1, 'fourcc1' => 1, 'fourcc2' => 1, 'fourcc2len' => 1, 'fourcc3' => 1, 'fourcc3len' => 1, 'fourthlanguage' => 1, 'fov' => 1, 'fpxr' => 1, 'fractalparameters' => 1, 'fragmentlist' => 1, 'fragmenttable' => 1, 'frame' => 1, 'frameheight' => 1, 'frameinfo' => 1, 'framepriority' => 1, 'framereadouttime' => 1, 'framesize' => 1, 'framesizemax' => 1, 'framesizemin' => 1, 'framewidth' => 1, 'free' => 1, 'freebytecounts' => 1, 'freeoffsets' => 1, 'fstype' => 1, 'fujifilm' => 1, 'fujifilmffmv' => 1, 'fujifilmmvtg' => 1, 'fujilayout' => 1, 'fullname' => 1, 'fullscreen' => 1, 'gain' => 1, 'gamut' => 1, 'gapless' => 1, 'gdalmetadata' => 1, 'gdalnodata' => 1, 'geminfo' => 1, 'genbalance' => 1, 'generator' => 1, 'genflags' => 1, 'gengraphicsmode' => 1, 'genmediaheader' => 1, 'genmediainfo' => 1, 'genmediaversion' => 1, 'genopcolor' => 1, 'genr' => 1, 'genreid' => 1, 'geo' => 1, 'geogangularunits' => 1, 'geogangularunitsize' => 1, 'geogazimuthunits' => 1, 'geogcitation' => 1, 'geogellipsoid' => 1, 'geoggeodeticdatum' => 1, 'geoginvflattening' => 1, 'geoglinearunits' => 1, 'geoglinearunitsize' => 1, 'geogprimemeridian' => 1, 'geogprimemeridianlong' => 1, 'geographictype' => 1, 'geogsemimajoraxis' => 1, 'geogsemiminoraxis' => 1, 'geotiffasciiparams' => 1, 'geotiffdirectory' => 1, 'geotiffdoubleparams' => 1, 'geotiffversion' => 1, 'gifapplicationextension' => 1, 'gifgraphiccontrolextension' => 1, 'gifplaintextextension' => 1, 'gifversion' => 1, 'globalinfo' => 1, 'globalparametersifd' => 1, 'globalpixelsize' => 1, 'googlebot' => 1, 'gps' => 1, 'gpscoordinates' => 1, 'gpsinfo' => 1, 'gpsposition' => 1, 'grainybwfilter' => 1, 'graphicconverter' => 1, 'graphicsmode' => 1, 'graphicstechnologystandardoutput' => 1, 'grayresponsecurve' => 1, 'graytrc' => 1, 'greenadjust' => 1, 'greengain' => 1, 'greenmatrixcolumn' => 1, 'greenprimary' => 1, 'greensample' => 1, 'greentrc' => 1, 'greenx' => 1, 'greeny' => 1, 'gridguidesinfo' => 1, 'group' => 1, 'groupcaption' => 1, 'grouping' => 1, 'groupmutualexclusion' => 1, 'gtcitation' => 1, 'gtmodeltype' => 1, 'gtrastertype' => 1, 'handler' => 1, 'handlerclass' => 1, 'handlerdescription' => 1, 'handlertype' => 1, 'handlervendorid' => 1, 'hasarbitrarydatastream' => 1, 'hasattachedimages' => 1, 'hasaudio' => 1, 'hascolormap' => 1, 'hascuepoints' => 1, 'hasfiletransferstream' => 1, 'hasicc' => 1, 'hasimage' => 1, 'haskeyframes' => 1, 'hasmetadata' => 1, 'hasscript' => 1, 'hasvideo' => 1, 'hcusage' => 1, 'hdrl' => 1, 'hdvideo' => 1, 'header' => 1, 'headerext' => 1, 'headerextension' => 1, 'headersize' => 1, 'headingpairs' => 1, 'heightresolution' => 1, 'hiddenslides' => 1, 'highlightdata' => 1, 'highlightendpoints' => 1, 'hintformat' => 1, 'hintheader' => 1, 'hintinfo' => 1, 'hintsampledesc' => 1, 'hinttrackinfo' => 1, 'historybuffersize' => 1, 'hotkey' => 1, 'howpublished' => 1, 'hp_tdhd' => 1, 'http-equiv' => 1, 'httphostheader' => 1, 'huffmantable' => 1, 'hyperfocaldistance' => 1, 'hyperlinkbase' => 1, 'hyperlinks' => 1, 'hyperlinkschanged' => 1, 'icc_untagged' => 1, 'iccbased' => 1, 'iconenvdata' => 1, 'iconfilename' => 1, 'iconindex' => 1, 'id' => 1, 'id3' => 1, 'id3size' => 1, 'id3v1' => 1, 'id3v1_enh' => 1, 'id3v2_2' => 1, 'id3v2_3' => 1, 'id3v2_4' => 1, 'idc2_ifd' => 1, 'idc_ifd' => 1, 'idcpreviewimage' => 1, 'identification' => 1, 'idependentanddisposablesamples' => 1, 'idsbasevalue' => 1, 'ifd0_offset' => 1, 'ihl_exif' => 1, 'ihldata' => 1, 'illustrator' => 1, 'image' => 1, 'imagearrangement' => 1, 'imageboardid' => 1, 'imagebounds' => 1, 'imagebytecount' => 1, 'imageclass' => 1, 'imagecolor' => 1, 'imagecolorindicator' => 1, 'imagecolorvalue' => 1, 'imagedata' => 1, 'imagedatadiscard' => 1, 'imagedepth' => 1, 'imagefields' => 1, 'imageformat' => 1, 'imageheader' => 1, 'imageid' => 1, 'imageinfo' => 1, 'imagelayer' => 1, 'imagelength' => 1, 'imageoffset' => 1, 'imageprintstatus' => 1, 'imageprocessingifd' => 1, 'imageprofile' => 1, 'imageprops' => 1, 'imagerboardid' => 1, 'imageresolution' => 1, 'imageresources' => 1, 'imagerotated' => 1, 'imagerotation' => 1, 'imagerotationstatus' => 1, 'imagesourceek' => 1, 'imagestatus' => 1, 'imagetoolbar' => 1, 'imageuidlist' => 1, 'imageversion' => 1, 'imgprofbacktype' => 1, 'imgprofname' => 1, 'imgproftype' => 1, 'imgprofversion' => 1, 'immediatedatabytes' => 1, 'includedfileid' => 1, 'index' => 1, 'index01' => 1, 'index02' => 1, 'index03' => 1, 'index04' => 1, 'index05' => 1, 'index06' => 1, 'index07' => 1, 'index08' => 1, 'index09' => 1, 'index10' => 1, 'index11' => 1, 'index12' => 1, 'index13' => 1, 'index14' => 1, 'index15' => 1, 'index16' => 1, 'indexable' => 1, 'indexed' => 1, 'indexedcolourtablecount' => 1, 'indexoffset' => 1, 'indexparameters' => 1, 'info' => 1, 'information' => 1, 'ingrreserved' => 1, 'initialdisplayeffect' => 1, 'initializeddatasize' => 1, 'initialkey' => 1, 'initialobjectdescriptor' => 1, 'inknames' => 1, 'inputdataobjectlist' => 1, 'inputprofile' => 1, 'insertmode' => 1, 'institution' => 1, 'instructionset' => 1, 'integrationtime' => 1, 'intellectualproperty' => 1, 'intellectualpropertynotes' => 1, 'intensitystereo' => 1, 'intergraphflagregisters' => 1, 'intergraphmatrix' => 1, 'intergraphpacketdata' => 1, 'interlace' => 1, 'interleavedfield' => 1, 'internalidnumber' => 1, 'internalleading' => 1, 'internalname' => 1, 'internalversionnumber' => 1, 'internationaltext' => 1, 'internetradiostationname' => 1, 'internetradiostationowner' => 1, 'internetradiostationurl' => 1, 'interopoffset' => 1, 'interpretedby' => 1, 'involvedpeople' => 1, 'ipmpcontrol' => 1, 'iptc' => 1, 'iptc_profile' => 1, 'iptcapplication' => 1, 'iptccore' => 1, 'iptcdata' => 1, 'iptcenvelope' => 1, 'iptcext' => 1, 'iptcfotostation' => 1, 'iptcnewsphoto' => 1, 'iptcobjectdata' => 1, 'iptcpostobjectdata' => 1, 'iptcpreobjectdata' => 1, 'is_protected' => 1, 'is_trusted' => 1, 'isbasefont' => 1, 'isfixedpitch' => 1, 'isfixedv' => 1, 'isoinfo' => 1, 'isrc' => 1, 'isrccode' => 1, 'isrcnumber' => 1, 'isvbr' => 1, 'it8header' => 1, 'italic' => 1, 'italicangle' => 1, 'itch' => 1, 'item' => 1, 'item0032' => 1, 'itemid' => 1, 'iteminformation' => 1, 'itemlist' => 1, 'itemlocation' => 1, 'itemprotection' => 1, 'iterationcount' => 1, 'iterationendaction' => 1, 'iterationmax' => 1, 'iterationminmax' => 1, 'iterations' => 1, 'itunesinfo' => 1, 'jfif' => 1, 'jfifversion' => 1, 'jfxx' => 1, 'jngheader' => 1, 'journal' => 1, 'jp2header' => 1, 'jp2signature' => 1, 'jpeg_quality' => 1, 'jpegactables' => 1, 'jpegdctables' => 1, 'jpegdigest' => 1, 'jpegexifdata' => 1, 'jpeglosslesspredictors' => 1, 'jpegpointtransforms' => 1, 'jpegproc' => 1, 'jpegprocess' => 1, 'jpegqtables' => 1, 'jpegrestartinterval' => 1, 'jpegtables' => 1, 'jumptoxpep' => 1, 'junk' => 1, 'kbytesize' => 1, 'kdc_ifd' => 1, 'keyframepositions' => 1, 'keyframestimes' => 1, 'keys' => 1, 'kids' => 1, 'knownfolderdata' => 1, 'kodak' => 1, 'kodakbordersifd' => 1, 'kodakeffectsifd' => 1, 'kodakifd' => 1, 'kodaktags' => 1, 'konicaminolta' => 1, 'konicaminoltatags' => 1, 'lacenumber' => 1, 'lamebitrate' => 1, 'lameheader' => 1, 'lamelowpassfilter' => 1, 'lamemethod' => 1, 'lamequality' => 1, 'lamestereomode' => 1, 'lamevbrquality' => 1, 'languagecode' => 1, 'languagelist' => 1, 'largestpacketduration' => 1, 'largestpacketsize' => 1, 'lastauthor' => 1, 'lastchar' => 1, 'lastkeyframetime' => 1, 'lastmodifiedby' => 1, 'lastmodifier' => 1, 'lastobject' => 1, 'lastobjectid' => 1, 'lastprinted' => 1, 'lasttimestamp' => 1, 'layercomps' => 1, 'layersgroupinfo' => 1, 'layerstateinfo' => 1, 'leafautoactive' => 1, 'leafautobasename' => 1, 'leafdata' => 1, 'leafhotfolder' => 1, 'leafopenprochdr' => 1, 'leafoutputfiletype' => 1, 'leafsaveselection' => 1, 'leafsubifd' => 1, 'leftdarkrect' => 1, 'leftmag' => 1, 'legalcopyright' => 1, 'legaltrademarks' => 1, 'length' => 1, 'lens35efl' => 1, 'lenscorr' => 1, 'lensdata' => 1, 'lensdata0100' => 1, 'lensdata0101' => 1, 'lensdata0201' => 1, 'lensdata0204' => 1, 'lensdataunknown' => 1, 'lensdataversion' => 1, 'lensshading' => 1, 'lensspec' => 1, 'levelinfo' => 1, 'libraryid' => 1, 'licenseinfourl' => 1, 'lightingopt' => 1, 'lightness' => 1, 'lights' => 1, 'lightvalue' => 1, 'linearizationtable' => 1, 'linearized' => 1, 'lines' => 1, 'linkerversion' => 1, 'linkinfo' => 1, 'linksuptodate' => 1, 'lit' => 1, 'localbasepath' => 1, 'localdeltatype' => 1, 'localeindicator' => 1, 'locationbody' => 1, 'locationdate' => 1, 'locationnote' => 1, 'locationrole' => 1, 'lockedpropertylist' => 1, 'locks' => 1, 'logoiconurl' => 1, 'logourl' => 1, 'longdescription' => 1, 'lookheadbacktype' => 1, 'lookheader' => 1, 'lookheadname' => 1, 'lookheadtype' => 1, 'lookheadversion' => 1, 'lookuptable' => 1, 'loopstyle' => 1, 'lotus' => 1, 'lr' => 1, 'lslv' => 1, 'luminance' => 1, 'luminanceconsts' => 1, 'lyricist' => 1, 'lyrics' => 1, 'lyrics_synchronised' => 1, 'machineid' => 1, 'machinetype' => 1, 'macintoshprintinfo' => 1, 'magnification' => 1, 'magnifyobject' => 1, 'mailstop' => 1, 'maininfo' => 1, 'maininfoifd' => 1, 'majorbrand' => 1, 'makeandmodel' => 1, 'makemodel' => 1, 'makernotes' => 1, 'makerurl' => 1, 'mandatorybackground' => 1, 'manufacturecode' => 1, 'manufactureindex' => 1, 'manufacturer' => 1, 'manufacturername' => 1, 'mappingscheme' => 1, 'markbits' => 1, 'marker' => 1, 'markerid' => 1, 'markinfo' => 1, 'matrixstructure' => 1, 'mattcolor' => 1, 'matte' => 1, 'matteing' => 1, 'matter' => 1, 'maxband' => 1, 'maxbitrate' => 1, 'maxblockadditionid' => 1, 'maxcache' => 1, 'maxdatarate' => 1, 'maximumbitrate' => 1, 'maximumimageindex' => 1, 'maximumobjectsize' => 1, 'maximumoperationindex' => 1, 'maximumtransformindex' => 1, 'maxjpegtableindex' => 1, 'maxpacketsize' => 1, 'maxpagenormal' => 1, 'maxpdusize' => 1, 'maxsubfilesize' => 1, 'maxtransmissiontime' => 1, 'maxval' => 1, 'maxwidth' => 1, 'mcdi' => 1, 'mdcolortable' => 1, 'mdfiletag' => 1, 'mdfileunits' => 1, 'mdlabname' => 1, 'mdpm' => 1, 'mdpr' => 1, 'mdprepdate' => 1, 'mdpreptime' => 1, 'mdsampleinfo' => 1, 'mdscalepixel' => 1, 'mean' => 1, 'measuredcolor' => 1, 'measuredinfo' => 1, 'measurement' => 1, 'measurementbacking' => 1, 'measurementflare' => 1, 'measurementgeometry' => 1, 'measurementilluminant' => 1, 'measurementobserver' => 1, 'media' => 1, 'mediablackpoint' => 1, 'mediaclassprimaryid' => 1, 'mediaclasssecondaryid' => 1, 'mediacolor' => 1, 'mediacreatedate' => 1, 'mediacredits' => 1, 'mediadata' => 1, 'mediaduration' => 1, 'mediaheader' => 1, 'mediaheaderversion' => 1, 'mediaindex' => 1, 'mediainfo' => 1, 'mediaisdelay' => 1, 'mediaisfinale' => 1, 'mediaislive' => 1, 'mediaispremiere' => 1, 'mediaisrepeat' => 1, 'mediaissap' => 1, 'mediaisstereo' => 1, 'mediaissubtitled' => 1, 'mediaistape' => 1, 'medialanguagecode' => 1, 'mediamodifydate' => 1, 'medianetworkaffiliation' => 1, 'mediaoriginalbroadcastdatetime' => 1, 'mediaoriginalchannel' => 1, 'mediapro' => 1, 'mediastationcallsign' => 1, 'mediastationname' => 1, 'mediatimescale' => 1, 'mediatrackbytes' => 1, 'mediatype' => 1, 'mediaweight' => 1, 'mediawhitepoint' => 1, 'medium' => 1, 'message' => 1, 'meta' => 1, 'metadata' => 1, 'metadatacreator' => 1, 'metadataid' => 1, 'metadatalibrary' => 1, 'metadatanumber' => 1, 'metermode' => 1, 'microsoft' => 1, 'mie' => 1, 'mimetype' => 1, 'mincache' => 1, 'miniaturefilter' => 1, 'miniaturefilterorientation' => 1, 'miniaturefilterposition' => 1, 'minimumbitrate' => 1, 'minoltacamerasettings' => 1, 'minoltacamerasettings2' => 1, 'minoltacamerasettings5d' => 1, 'minoltacamerasettings7d' => 1, 'minoltacamerasettingsold' => 1, 'minoltamakernote' => 1, 'minoltamma0' => 1, 'minoltamma1' => 1, 'minoltaprd' => 1, 'minoltarif' => 1, 'minoltatags' => 1, 'minoltattw' => 1, 'minoltawbg' => 1, 'minorversion' => 1, 'minpacketsize' => 1, 'mintransmissiontime' => 1, 'mmclips' => 1, 'mngheader' => 1, 'modeextension' => 1, 'model2' => 1, 'modelandversion' => 1, 'modeltiepoint' => 1, 'modeltransform' => 1, 'modeltype' => 1, 'modenumber' => 1, 'modificationpermissions' => 1, 'modifiedby' => 1, 'modifiedinfo' => 1, 'montage' => 1, 'month' => 1, 'mood' => 1, 'moreinfobannerimage' => 1, 'moreinfobannerurl' => 1, 'moreinfotext' => 1, 'moreinfourl' => 1, 'mosaicpattern' => 1, 'moveobjects' => 1, 'movie' => 1, 'moviedata' => 1, 'moviedatasize' => 1, 'movieheader' => 1, 'movieheaderversion' => 1, 'movieinfo' => 1, 'moviestreamname' => 1, 'mp' => 1, 'mp1' => 1, 'mpeg7binary' => 1, 'mpegaudioversion' => 1, 'mpf' => 1, 'mpfversion' => 1, 'mpimage' => 1, 'mpimageflags' => 1, 'mpimageformat' => 1, 'mpimagelength' => 1, 'mpimagelist' => 1, 'mpimagestart' => 1, 'mpimagetype' => 1, 'mpindividualnum' => 1, 'mrwinfo' => 1, 'msdocumenttext' => 1, 'msdocumenttextposition' => 1, 'mspropertysetstorage' => 1, 'msstereo' => 1, 'multiexposure' => 1, 'multiexposureversion' => 1, 'multimediatype' => 1, 'multiprofiles' => 1, 'multiquality' => 1, 'musicby' => 1, 'musiccdidentifier' => 1, 'musiciancredits' => 1, 'mute' => 1, 'muxingapp' => 1, 'mwg-coll' => 1, 'mwg-kw' => 1, 'mwg-rs' => 1, 'mxfversion' => 1, 'mycolors' => 1, 'name' => 1, 'namedcolor' => 1, 'namedcolor2' => 1, 'nametableversion' => 1, 'narrator' => 1, 'nativedisplayinfo' => 1, 'nativeresolutionunit' => 1, 'nativexresolution' => 1, 'nativeyresolution' => 1, 'ncc' => 1, 'nestlevel' => 1, 'netexposurecompensation' => 1, 'netname' => 1, 'netprovidertype' => 1, 'neutals' => 1, 'neutobjbacktype' => 1, 'neutobjname' => 1, 'neutobjtype' => 1, 'neutobjversion' => 1, 'neutrals' => 1, 'newbitdepth' => 1, 'newcolortype' => 1, 'nextfilename' => 1, 'nexttrackid' => 1, 'nextuid' => 1, 'nikon' => 1, 'nikoncaptureoffsets' => 1, 'nikondata' => 1, 'nikonncdt' => 1, 'nikonscanifd' => 1, 'nikontags' => 1, 'nikonvers' => 1, 'ninthlanguage' => 1, 'nitf' => 1, 'nitfversion' => 1, 'noise' => 1, 'noiseprofile' => 1, 'noisereductiondata' => 1, 'nominalbitrate' => 1, 'nominalframecount' => 1, 'nominallayercount' => 1, 'nominalplaytime' => 1, 'nomssmarttags' => 1, 'note' => 1, 'notice' => 1, 'now' => 1, 'npts' => 1, 'nsc_address' => 1, 'nsc_description' => 1, 'nsc_email' => 1, 'nsc_name' => 1, 'nsc_phone' => 1, 'nullmediaheader' => 1, 'numafpoints' => 1, 'numberlist' => 1, 'numberofcomponents' => 1, 'numberofframes' => 1, 'numberofimages' => 1, 'numberofinks' => 1, 'numberofparts' => 1, 'numberofplanes' => 1, 'numberofresolutions' => 1, 'numchannels' => 1, 'numcolors' => 1, 'numfonts' => 1, 'numhistorybuffers' => 1, 'numimportantcolors' => 1, 'numpackets' => 1, 'numproperties' => 1, 'numrules' => 1, 'numsampleframes' => 1, 'numstreams' => 1, 'objectfiletype' => 1, 'objectid' => 1, 'objectsizeannounced' => 1, 'objecttype' => 1, 'obsoletephotoshoptag1' => 1, 'obsoletephotoshoptag2' => 1, 'obsoletephotoshoptag3' => 1, 'ocad' => 1, 'ocadrevision' => 1, 'oceapplicationselector' => 1, 'oceidnumber' => 1, 'oceimagelogic' => 1, 'ocescanjobdesc' => 1, 'office' => 1, 'offsetorigin' => 1, 'offsetxy' => 1, 'oldxmp' => 1, 'olym' => 1, 'olympus' => 1, 'olympus2100' => 1, 'olympus2100ifd' => 1, 'olympus2200' => 1, 'olympus2200ifd' => 1, 'olympus2300' => 1, 'olympus2300ifd' => 1, 'olympus2400' => 1, 'olympus2400ifd' => 1, 'olympus2500' => 1, 'olympus2500ifd' => 1, 'olympus2600' => 1, 'olympus2600ifd' => 1, 'olympus2700' => 1, 'olympus2700ifd' => 1, 'olympus2800' => 1, 'olympus2800ifd' => 1, 'olympus2900' => 1, 'olympus2900ifd' => 1, 'olympusjunk' => 1, 'olympustags1' => 1, 'olympustags2' => 1, 'olympustags3' => 1, 'opacity' => 1, 'opcodelist1' => 1, 'opcodelist2' => 1, 'opcodelist3' => 1, 'opcolor' => 1, 'opendml' => 1, 'openwithapplication' => 1, 'operatingsystem' => 1, 'operation' => 1, 'operationclassid' => 1, 'operationid' => 1, 'operationnumber' => 1, 'opiproxy' => 1, 'optimalbitrate' => 1, 'orderingrestrictions' => 1, 'originalalbum' => 1, 'originalalbumtitle' => 1, 'originalartist' => 1, 'originaldocumentsize' => 1, 'originalfilesize' => 1, 'originalfiletype' => 1, 'originalimagebroker' => 1, 'originallyricist' => 1, 'originalmedia' => 1, 'originalmedium' => 1, 'originalrawcreator' => 1, 'originalrawfiletype' => 1, 'originalrawimage' => 1, 'originalrawresource' => 1, 'originalreleasetime' => 1, 'originalreleaseyear' => 1, 'originalscannedimagesize' => 1, 'originalthmcreator' => 1, 'originalthmfiletype' => 1, 'originalthmimage' => 1, 'originalthmresource' => 1, 'originator' => 1, 'originatorreference' => 1, 'osversion' => 1, 'othercodecdescription' => 1, 'othercodecname' => 1, 'otherformat' => 1, 'otherimage' => 1, 'otherimagelength' => 1, 'otherimagestart' => 1, 'otherinfo' => 1, 'othersampledesc' => 1, 'outputaudiosamplerate' => 1, 'outputdataobjectlist' => 1, 'outputprofile' => 1, 'outputresponse' => 1, 'packets' => 1, 'packingmethod' => 1, 'page' => 1, 'pagecount' => 1, 'pageenter' => 1, 'pageexit' => 1, 'pagefront' => 1, 'pagelayout' => 1, 'pagemode' => 1, 'pagenormal' => 1, 'pages' => 1, 'pagespecial' => 1, 'palette' => 1, 'palettehistogram' => 1, 'panasonic' => 1, 'panorama' => 1, 'panorientation' => 1, 'panoverlaph' => 1, 'panoverlapv' => 1, 'paragraphs' => 1, 'parameter' => 1, 'parasites' => 1, 'parentalrating' => 1, 'parentalratingreason' => 1, 'part' => 1, 'partialpalette' => 1, 'partofset' => 1, 'pastclippingboundary' => 1, 'pasteimage' => 1, 'patternangle' => 1, 'payloadtype' => 1, 'paymenturl' => 1, 'pcscitation' => 1, 'pdahistogram' => 1, 'pdf' => 1, 'pdfx' => 1, 'peakbitrate' => 1, 'peakvalue' => 1, 'pefversion' => 1, 'pentax' => 1, 'pentaxdata' => 1, 'pentaxjunk' => 1, 'pentaxtags' => 1, 'perceptualrenderingintentgamut' => 1, 'performer' => 1, 'performerkeywords' => 1, 'performers' => 1, 'performersortorder' => 1, 'performerurl' => 1, 'period' => 1, 'perms' => 1, 'perpicturenotes' => 1, 'personalfunctions' => 1, 'personalfunctionvalues' => 1, 'petype' => 1, 'pfmheader' => 1, 'pfmversion' => 1, 'pgfversion' => 1, 'photoeffectsdata' => 1, 'photomech' => 1, 'photomechanic' => 1, 'photoshop' => 1, 'photoshop2colortable' => 1, 'photoshop2info' => 1, 'photoshopbgrthumbnail' => 1, 'photoshopdata' => 1, 'photoshopformat' => 1, 'photoshopinfo' => 1, 'photoshopsettings' => 1, 'photoshopthumbnail' => 1, 'physicalpixel' => 1, 'physicalstreamnumbermap' => 1, 'physicalstreamnumbers' => 1, 'physicalstreams' => 1, 'picslabel' => 1, 'picture' => 1, 'picturebitsperpixel' => 1, 'picturecontrolversion' => 1, 'picturectrl' => 1, 'picturedescription' => 1, 'pictureformat' => 1, 'pictureheight' => 1, 'pictureindexedcolors' => 1, 'pictureinfo' => 1, 'picturelength' => 1, 'picturemimetype' => 1, 'picturestyleinfo' => 1, 'picturestyleinfo2' => 1, 'picturetype' => 1, 'picturewidth' => 1, 'pieceinfo' => 1, 'pitchandfamily' => 1, 'pitchshift' => 1, 'pixelaspectratio' => 1, 'pixelcalibration' => 1, 'pixelformat' => 1, 'pixelintensityrange' => 1, 'pixellive' => 1, 'pixelmagicjbigoptions' => 1, 'pixelscale' => 1, 'pixelspermeterx' => 1, 'pixelspermetery' => 1, 'pixelsperunitx' => 1, 'pixelsperunity' => 1, 'pixelunits' => 1, 'pixheight' => 1, 'pixwidth' => 1, 'places' => 1, 'planes' => 1, 'playallframes' => 1, 'playcounter' => 1, 'playduration' => 1, 'playerversion' => 1, 'playgap' => 1, 'playlistdelay' => 1, 'playlistid' => 1, 'playmode' => 1, 'playselection' => 1, 'plus' => 1, 'podcast' => 1, 'podcasturl' => 1, 'pointsize' => 1, 'popupfillattributes' => 1, 'popupflash' => 1, 'position' => 1, 'postertime' => 1, 'postscript2crd0' => 1, 'postscript2crd1' => 1, 'postscript2crd2' => 1, 'postscript2csa' => 1, 'postscriptfontname' => 1, 'pragma' => 1, 'preferredfamily' => 1, 'preferredrate' => 1, 'preferredsubfamily' => 1, 'preferredvolume' => 1, 'preroll' => 1, 'presentationformat' => 1, 'presentationtarget' => 1, 'prevfilename' => 1, 'preview' => 1, 'preview0' => 1, 'preview1' => 1, 'preview2' => 1, 'previewatomindex' => 1, 'previewatomtype' => 1, 'previewdate' => 1, 'previewduration' => 1, 'previewifd' => 1, 'previewifd_offset' => 1, 'previewimagedata' => 1, 'previewimageinfo' => 1, 'previewinfo' => 1, 'previewpict' => 1, 'previewpng' => 1, 'previewtime' => 1, 'previewversion' => 1, 'prevsize' => 1, 'prevuid' => 1, 'primaryitemreference' => 1, 'primaryplatform' => 1, 'printflags' => 1, 'printflagsinfo' => 1, 'printimversion' => 1, 'printquality' => 1, 'printscale' => 1, 'printtovideo' => 1, 'priority' => 1, 'prism' => 1, 'private' => 1, 'privatebuild' => 1, 'prl' => 1, 'processing' => 1, 'processinginfo' => 1, 'prod' => 1, 'prodnotes' => 1, 'producedby' => 1, 'produceddate' => 1, 'producednotice' => 1, 'producerkeywords' => 1, 'product' => 1, 'productiondate' => 1, 'productiondesigner' => 1, 'productionstudio' => 1, 'productname' => 1, 'productversion' => 1, 'productversionnumber' => 1, 'profile' => 1, 'profileclass' => 1, 'profilecmmtype' => 1, 'profileconnectionspace' => 1, 'profilecreator' => 1, 'profiledatetime' => 1, 'profiledescription' => 1, 'profiledescriptionml' => 1, 'profilefilesignature' => 1, 'profileheader' => 1, 'profileid' => 1, 'profileifd' => 1, 'profilesequencedesc' => 1, 'profilesequenceidentifier' => 1, 'profiletype' => 1, 'profileversion' => 1, 'progid' => 1, 'progressivescans' => 1, 'projazimuthangle' => 1, 'projcentereasting' => 1, 'projcenterlat' => 1, 'projcenterlong' => 1, 'projcenternorthing' => 1, 'projcoordtrans' => 1, 'project' => 1, 'projectedcstype' => 1, 'projection' => 1, 'projects' => 1, 'projfalseeasting' => 1, 'projfalsenorthing' => 1, 'projfalseorigineasting' => 1, 'projfalseoriginlat' => 1, 'projfalseoriginlong' => 1, 'projfalseoriginnorthing' => 1, 'projlinearunits' => 1, 'projlinearunitsize' => 1, 'projnatoriginlat' => 1, 'projnatoriginlong' => 1, 'projrectifiedgridangle' => 1, 'projscaleatcenter' => 1, 'projscaleatnatorigin' => 1, 'projstdparallel1' => 1, 'projstdparallel2' => 1, 'projstraightvertpolelong' => 1, 'promoteparent' => 1, 'promotionurl' => 1, 'prop' => 1, 'properties' => 1, 'propertysetidcodes' => 1, 'propertysetpathname' => 1, 'propertystoredata' => 1, 'propertyvectorelements' => 1, 'protect' => 1, 'protectiontype' => 1, 'provider' => 1, 'providercopyright' => 1, 'providerrating' => 1, 'providerstyle' => 1, 'ps2crdvmsize' => 1, 'ps2renderingintent' => 1, 'psfontinfo' => 1, 'pstringcaption' => 1, 'publisherurl' => 1, 'pur' => 1, 'purchasedate' => 1, 'purpose' => 1, 'pyramidlevels' => 1, 'quickedit' => 1, 'quickmaskinfo' => 1, 'qvci' => 1, 'ra3' => 1, 'ra4' => 1, 'ra5' => 1, 'radiostationname' => 1, 'radiostationowner' => 1, 'rafversion' => 1, 'rasterpadding' => 1, 'rate' => 1, 'rated' => 1, 'rawcodecversion' => 1, 'rawdata' => 1, 'rawdatalength' => 1, 'rawdataoffset' => 1, 'rawdatarotation' => 1, 'rawdev2' => 1, 'rawdev2ifd' => 1, 'rawdevelopment' => 1, 'rawdevelopmentifd' => 1, 'rawimagefullsize' => 1, 'rawimagemode' => 1, 'rawimagesegmentation' => 1, 'rawinfo' => 1, 'rawinfoifd' => 1, 'rawjpginfo' => 1, 'rawzorcreatorversion' => 1, 'rawzorrequiredversion' => 1, 'rdf' => 1, 'readerrequirements' => 1, 'realtimestreamingprotocol' => 1, 'receivedfrom' => 1, 'recengineer' => 1, 'recinfo' => 1, 'reclocation' => 1, 'reconstructiontype' => 1, 'recordedby' => 1, 'recordeddate' => 1, 'recordingcopyright' => 1, 'recordingdates' => 1, 'recordingtime' => 1, 'recordlabelname' => 1, 'recordlabelurl' => 1, 'rect' => 1, 'rectangleofinterest' => 1, 'redadjust' => 1, 'redeyedata' => 1, 'redgain' => 1, 'redmatrixcolumn' => 1, 'redprimary' => 1, 'redsample' => 1, 'redtrc' => 1, 'redx' => 1, 'redy' => 1, 'reference' => 1, 'referenceblock' => 1, 'referencepriority' => 1, 'referencevirtual' => 1, 'reflectionhardcopyorigcolorimetry' => 1, 'reflectionprintoutputcolorimetry' => 1, 'refresh' => 1, 'relatedimagefile' => 1, 'relativepath' => 1, 'removehistoryduplicates' => 1, 'renderingintent' => 1, 'repeateddatabytes' => 1, 'replaygainalbumgain' => 1, 'replaygainalbumpeak' => 1, 'replaygaintrackgain' => 1, 'replaygaintrackpeak' => 1, 'replyto' => 1, 'representativedisparityfar' => 1, 'representativedisparitynear' => 1, 'representativeimage' => 1, 'requirements' => 1, 'reserved1' => 1, 'resolutioninfo' => 1, 'resourceforksize' => 1, 'resources' => 1, 'resourcesneeded' => 1, 'resourcetype' => 1, 'resultaspectratio' => 1, 'revisiondate' => 1, 'revisionnumber' => 1, 'revisitafter' => 1, 'rgb_profile' => 1, 'ricoh' => 1, 'ricohjunk' => 1, 'ricohrdc2' => 1, 'ricohrr1subdir' => 1, 'ricohsubdir' => 1, 'rightdarkrect' => 1, 'rightmag' => 1, 'rippedby' => 1, 'rjmd' => 1, 'rmeta' => 1, 'robots' => 1, 'rocinfo' => 1, 'roidescription' => 1, 'rollguidelements' => 1, 'root' => 1, 'rotationangle' => 1, 'roundtripversion' => 1, 'rowinterleavefactor' => 1, 'runwindow' => 1, 'sampledegradationpriority' => 1, 'sampleformat' => 1, 'samplegroupdescription' => 1, 'samplepaddingbits' => 1, 'samplerate2' => 1, 'samplesize' => 1, 'samplesizes' => 1, 'sampletable' => 1, 'sampletext' => 1, 'sampletochunk' => 1, 'sampletogroup' => 1, 'samsunginfo' => 1, 'samsungtags' => 1, 'sanyomov' => 1, 'sanyomp4' => 1, 'saturationinfo' => 1, 'saturationrenderingintentgamut' => 1, 'saveobjbacktype' => 1, 'saveobjects' => 1, 'saveobjname' => 1, 'saveobjtype' => 1, 'saveobjversion' => 1, 'savesetup' => 1, 'sba_rgbshifts' => 1, 'sbaexposurerecord' => 1, 'sbainputimagebitdepth' => 1, 'sbainputimagecolorspace' => 1, 'scalado' => 1, 'scale' => 1, 'scalecrop' => 1, 'scalefactor35efl' => 1, 'scalingfactor' => 1, 'scandate' => 1, 'scannermake' => 1, 'scannermodel' => 1, 'scannerpixelsize' => 1, 'scannerserialnumber' => 1, 'scanoperatorid' => 1, 'scansoftware' => 1, 'scansoftwarerevisiondate' => 1, 'sceneappearanceestimates' => 1, 'scenecolorimetryestimates' => 1, 'school' => 1, 'screenbuffersize' => 1, 'screendescriptor' => 1, 'screening' => 1, 'screeningdesc' => 1, 'screennail' => 1, 'scriptcommand' => 1, 'secondarygenre' => 1, 'secondlanguage' => 1, 'security' => 1, 'seek' => 1, 'seekable' => 1, 'seekhead' => 1, 'seekid' => 1, 'seekpoint' => 1, 'seekposition' => 1, 'segmentfamily' => 1, 'segmentfilename' => 1, 'segmentheader' => 1, 'segmentuid' => 1, 'selection' => 1, 'selectionduration' => 1, 'selectiontime' => 1, 'selobjbacktype' => 1, 'selobjname' => 1, 'selobjtype' => 1, 'selobjversion' => 1, 'sendduration' => 1, 'sensorbottomborder' => 1, 'sensorid' => 1, 'sensorimageheight' => 1, 'sensorimagewidth' => 1, 'sensorinfo' => 1, 'sensorleftborder' => 1, 'sensorrightborder' => 1, 'sensortopborder' => 1, 'serialinfo' => 1, 'series' => 1, 'serviceorganizationname' => 1, 'setcookie' => 1, 'setinfo' => 1, 'setsubtitle' => 1, 'seventhlanguage' => 1, 'shadowendpoints' => 1, 'shadowsyncsampletable' => 1, 'shakereductioninfo' => 1, 'shareddata' => 1, 'shareddoc' => 1, 'shareduserrating' => 1, 'sharpinfo' => 1, 'sharpmethod' => 1, 'sharpnessapproximation' => 1, 'sharpnessfreqtable' => 1, 'sharpnesstable' => 1, 'sharpobjbacktype' => 1, 'sharpobjname' => 1, 'sharpobjtype' => 1, 'sharpobjversion' => 1, 'shimdata' => 1, 'shootingcount' => 1, 'shootingrecord' => 1, 'shootobjbacktype' => 1, 'shootobjname' => 1, 'shootobjtype' => 1, 'shootobjversion' => 1, 'shootsetup' => 1, 'shotinfo' => 1, 'shotinfo02xx' => 1, 'shotinfod300a' => 1, 'shotinfod300b' => 1, 'shotinfod300s' => 1, 'shotinfod3a' => 1, 'shotinfod3b' => 1, 'shotinfod3s' => 1, 'shotinfod3x' => 1, 'shotinfod40' => 1, 'shotinfod5000' => 1, 'shotinfod700' => 1, 'shotinfod7000' => 1, 'shotinfod80' => 1, 'shotinfod90' => 1, 'shotinfounknown' => 1, 'shotinfoversion' => 1, 'showmode' => 1, 'showobjects' => 1, 'shutter' => 1, 'shuttercurtainhack' => 1, 'shutterspeed' => 1, 'shutterspeeddisplayed' => 1, 'sidebars' => 1, 'sigma' => 1, 'signalnumber' => 1, 'signature' => 1, 'signature_name' => 1, 'signaturealgo' => 1, 'signatureelementlist' => 1, 'signatureelements' => 1, 'signaturehash' => 1, 'signaturepublickey' => 1, 'signatureslot' => 1, 'signatureusagerights' => 1, 'signedelement' => 1, 'signercontactinfo' => 1, 'significantbits' => 1, 'signingauthority' => 1, 'signingdate' => 1, 'signinglocation' => 1, 'signingreason' => 1, 'signtype' => 1, 'silenttracknumber' => 1, 'silenttracks' => 1, 'simpleblock' => 1, 'simpleindex' => 1, 'simpletag' => 1, 'simplicityprofile' => 1, 'singlequality' => 1, 'site' => 1, 'siteenter' => 1, 'siteexit' => 1, 'sixthlanguage' => 1, 'size' => 1, 'sizemode' => 1, 'skip' => 1, 'slices' => 1, 'slides' => 1, 'slideshow' => 1, 'smaxsamplevalue' => 1, 'sminsamplevalue' => 1, 'snapshotid' => 1, 'snapshotname' => 1, 'softedit' => 1, 'softfocusfilter' => 1, 'softwarerelease' => 1, 'songwriter' => 1, 'songwriterkeywords' => 1, 'sony' => 1, 'sonyimageheight' => 1, 'sonyimagewidth' => 1, 'sortalbum' => 1, 'sortalbumartist' => 1, 'sortartist' => 1, 'sortcomposer' => 1, 'sortname' => 1, 'sortshow' => 1, 'soundschemetitle' => 1, 'sourcecredits' => 1, 'sourcedata' => 1, 'sourcedate' => 1, 'sourceedition' => 1, 'sourceform' => 1, 'sourceid' => 1, 'sourceimagedirectory' => 1, 'sourceimagefilename' => 1, 'sourceimageheight' => 1, 'sourceimagevolumename' => 1, 'sourceimagewidth' => 1, 'sourcepublisher' => 1, 'sourcerights' => 1, 'sourcetitle' => 1, 'sourceurl' => 1, 'spatialorientation' => 1, 'spatialresolution' => 1, 'specialbuild' => 1, 'specialeffectsopticalfilter' => 1, 'specialfolderdata' => 1, 'speed' => 1, 'spiff' => 1, 'spiffversion' => 1, 'spothalftone' => 1, 'sr2dataifd' => 1, 'sr2private' => 1, 'sr2subifdkey' => 1, 'sr2subifdlength' => 1, 'sr2subifdoffset' => 1, 'srf2key' => 1, 'srf6offset' => 1, 'srfdataoffset' => 1, 'srgbrendering' => 1, 'stamptoolcount' => 1, 'starring' => 1, 'startofframe' => 1, 'starttime' => 1, 'statistics' => 1, 'stdautoactive' => 1, 'stdbasename' => 1, 'stdhotfolder' => 1, 'stdopeninphotoshop' => 1, 'stdoutputbitdepth' => 1, 'stdoutputcolormode' => 1, 'stdoutputfiletype' => 1, 'stdoxygen' => 1, 'stdsaveselection' => 1, 'stdscaledoutput' => 1, 'stdsharpenoutput' => 1, 'stereo' => 1, 'stereo3dmode' => 1, 'stereoimage' => 1, 'stereomode' => 1, 'stim' => 1, 'stimversion' => 1, 'stitchinfo' => 1, 'stonits' => 1, 'storage-streampathname' => 1, 'stream' => 1, 'streamavgbitrate' => 1, 'streamavgpacketsize' => 1, 'streambitdepth' => 1, 'streambitrateprops' => 1, 'streamcolor' => 1, 'streamcount' => 1, 'streamdata' => 1, 'streamduration' => 1, 'streamheader' => 1, 'streaminfo' => 1, 'streamingdataprotocol' => 1, 'streammaxbitrate' => 1, 'streammaxpacketsize' => 1, 'streammimelen' => 1, 'streammimetype' => 1, 'streamname' => 1, 'streamnamelen' => 1, 'streamnumber' => 1, 'streampreroll' => 1, 'streamprioritization' => 1, 'streamproperties' => 1, 'streamsamplecount' => 1, 'streamsamplerate' => 1, 'streamstarttime' => 1, 'streamtype' => 1, 'streamtypeinfo' => 1, 'stridable' => 1, 'strikeout' => 1, 'stripbytecounts' => 1, 'stripoffsets' => 1, 'striprowcounts' => 1, 'strobe' => 1, 'strobetime' => 1, 'sub-sampleinformation' => 1, 'subdir3000' => 1, 'subdir3100' => 1, 'subdir3400' => 1, 'subdir3900' => 1, 'subfile' => 1, 'subifd' => 1, 'subifd0' => 1, 'subifd1' => 1, 'subifd2' => 1, 'subifd255' => 1, 'subifd3' => 1, 'subifd4' => 1, 'subifd5' => 1, 'subifd6' => 1, 'subifd_offset' => 1, 'subimagecolor' => 1, 'subimagehdr' => 1, 'subimageheight' => 1, 'subimageicc_profile' => 1, 'subimagenumericalformat' => 1, 'subimageresolutions' => 1, 'subimagetilecount' => 1, 'subimagetileheight' => 1, 'subimagetilewidth' => 1, 'subimagewidth' => 1, 'subjectpixelheight' => 1, 'subjectpixelwidth' => 1, 'subjectscale' => 1, 'subjectunits' => 1, 'subpacketh' => 1, 'subpacketsize' => 1, 'subscriptioncontentid' => 1, 'subseccreatedate' => 1, 'subsecdatetimeoriginal' => 1, 'subsecmodifydate' => 1, 'subsystem' => 1, 'subsystemversion' => 1, 'subtileblocksize' => 1, 'subtitle' => 1, 'subtitledescription' => 1, 'subtitlekeywords' => 1, 'suggestedpalette' => 1, 'summaryinfo' => 1, 'surroundmode' => 1, 'svgversion' => 1, 'swf' => 1, 'synchronizedlyrictext' => 1, 'syncsampletable' => 1, 't4options' => 1, 't6options' => 1, 't82options' => 1, 't88options' => 1, 'tag' => 1, 'tagattachmentuid' => 1, 'tagbinary' => 1, 'tagchapteruid' => 1, 'tagdefault' => 1, 'tageditionuid' => 1, 'taggedpdf' => 1, 'taggingtime' => 1, 'taglanguage' => 1, 'tagname' => 1, 'tags' => 1, 'tagstring' => 1, 'tagtrackuid' => 1, 'targetaudiences' => 1, 'targetdeltatype' => 1, 'targetfiledosname' => 1, 'targetfilesize' => 1, 'targetprinter' => 1, 'targets' => 1, 'targettype' => 1, 'targettypevalue' => 1, 'targetxy' => 1, 'tdat' => 1, 'tdhd' => 1, 'technician' => 1, 'technology' => 1, 'telephonenumber' => 1, 'temperature' => 1, 'tempinfok5' => 1, 'template' => 1, 'terminationaction' => 1, 'terminationcondition' => 1, 'termsofuse' => 1, 'testtarget' => 1, 'text' => 1, 'textinfo' => 1, 'textjunk' => 1, 'textualdata' => 1, 'textualinfo' => 1, 'things' => 1, 'thirdlanguage' => 1, 'thumbnail' => 1, 'thumbnailclip' => 1, 'tickspersecond' => 1, 'tiff' => 1, 'tiff-epstandardid' => 1, 'tiff_fxextensions' => 1, 'tiffpreview' => 1, 'tilebytecounts' => 1, 'tiledepth' => 1, 'tileoffsets' => 1, 'timecode' => 1, 'timecodeindex' => 1, 'timecodeindexparms' => 1, 'timecodescale' => 1, 'timeinfo' => 1, 'timeoffset' => 1, 'timereference' => 1, 'timescale' => 1, 'timeslice' => 1, 'timetosampletable' => 1, 'title2' => 1, 'titlelen' => 1, 'titleofparts' => 1, 'titlesofparts' => 1, 'titlesortorder' => 1, 'tocitems' => 1, 'tonecurvematching' => 1, 'tonecurvetable' => 1, 'tonematrix' => 1, 'toneobjbacktype' => 1, 'toneobjname' => 1, 'toneobjtype' => 1, 'toneobjversion' => 1, 'tones' => 1, 'tonespaceflow' => 1, 'toolname' => 1, 'toolversion' => 1, 'topmag' => 1, 'totalbitrate' => 1, 'totalbytes' => 1, 'totalbytesnortpheaders' => 1, 'totaldatarate' => 1, 'totalduration' => 1, 'totaledittime' => 1, 'totalframecount' => 1, 'totalframes' => 1, 'totalsamples' => 1, 'toycamerafilter' => 1, 'track' => 1, 'trackattachmentuid' => 1, 'trackcategory' => 1, 'trackcomments' => 1, 'trackcreatedate' => 1, 'trackdefault' => 1, 'trackduration' => 1, 'trackentry' => 1, 'trackerdata' => 1, 'trackforced' => 1, 'trackheader' => 1, 'trackheaderversion' => 1, 'trackid' => 1, 'tracklacing' => 1, 'tracklanguage' => 1, 'tracklayer' => 1, 'tracklyrics' => 1, 'trackmodifydate' => 1, 'trackname' => 1, 'trackoffset' => 1, 'trackoverlay' => 1, 'trackproperty' => 1, 'trackref' => 1, 'tracktimecodescale' => 1, 'tracktranslate' => 1, 'tracktranslatecodec' => 1, 'tracktranslateeditionuid' => 1, 'tracktranslatetrackid' => 1, 'tracktype' => 1, 'trackuid' => 1, 'trackused' => 1, 'trackvolume' => 1, 'trademark' => 1, 'transferrange' => 1, 'transformation' => 1, 'transformcreatedate' => 1, 'transformedimagetitle' => 1, 'transformmodifydate' => 1, 'transformnodeid' => 1, 'transformparams' => 1, 'transformtitle' => 1, 'transparency' => 1, 'transparencyindicator' => 1, 'transparentindex' => 1, 'trapindicator' => 1, 'trebel' => 1, 'tvepisode' => 1, 'tvepisodeid' => 1, 'tvnetworkname' => 1, 'tvseason' => 1, 'tvshow' => 1, 'typeoforiginal' => 1, 'typist' => 1, 'ucrbg' => 1, 'uic1tag' => 1, 'uic2tag' => 1, 'uic3tag' => 1, 'uic4tag' => 1, 'uncompressed' => 1, 'uncompressedsize' => 1, 'underline' => 1, 'underlineposition' => 1, 'underlinethickness' => 1, 'unicodealphanames' => 1, 'uninitializeddatasize' => 1, 'uniquefileidentifier' => 1, 'units' => 1, 'unknown' => 1, 'unknownd30' => 1, 'unknowndata' => 1, 'unknowninfo' => 1, 'unknowninfo2' => 1, 'unknowninfo2version' => 1, 'unknowninfoifd' => 1, 'unknowninfoversion' => 1, 'unknowntags' => 1, 'unsharpdata' => 1, 'unused' => 1, 'ur3' => 1, 'url_list' => 1, 'urn' => 1, 'usagerightsmessage' => 1, 'usedextensionnumbers' => 1, 'useraccess' => 1, 'useradjsba_rgbshifts' => 1, 'userdata' => 1, 'userdefinedid' => 1, 'userdefinedtext' => 1, 'userdefinedurl' => 1, 'userselectgrouptitle' => 1, 'userweburl' => 1, 'usingtransforms' => 1, 'usptomiscellaneous' => 1, 'usptooriginalcontenttype' => 1, 'utm' => 1, 'uuid-exif' => 1, 'uuid-flip' => 1, 'uuid-geojp2' => 1, 'uuid-iptc' => 1, 'uuid-prof' => 1, 'uuid-unknown' => 1, 'uuid-usmt' => 1, 'uuid-xmp' => 1, 'uuidinfo' => 1, 'uuidlist' => 1, 'validafpoints' => 1, 'vary' => 1, 'vbrbytes' => 1, 'vbrframes' => 1, 'vbrpeak' => 1, 'vbrscale' => 1, 'vegasversionmajor' => 1, 'vegasversionminor' => 1, 'vendor' => 1, 'vendorid' => 1, 'vendorname' => 1, 'vendorurl' => 1, 'version2' => 1, 'versionbf' => 1, 'versionifd' => 1, 'versioninfo' => 1, 'versionyear' => 1, 'verticalcitation' => 1, 'verticalcstype' => 1, 'verticaldatum' => 1, 'verticaldivergence' => 1, 'verticalunits' => 1, 'video' => 1, 'videoattributes' => 1, 'videoavgbitrate' => 1, 'videoavgframerate' => 1, 'videobitrate' => 1, 'videocardgamma' => 1, 'videoclosedcaptioning' => 1, 'videocodecdescription' => 1, 'videocodecid' => 1, 'videocodecinfo' => 1, 'videocodecname' => 1, 'videoencoding' => 1, 'videoformat' => 1, 'videoframecount' => 1, 'videoheader' => 1, 'videoheight' => 1, 'videomaxbitrate' => 1, 'videomaxframerate' => 1, 'videomode' => 1, 'videoprofile' => 1, 'videoprofileversion' => 1, 'videosampledesc' => 1, 'videoscantype' => 1, 'videosize' => 1, 'videostreamtype' => 1, 'videotrackid' => 1, 'videowidth' => 1, 'viewable' => 1, 'viewingconddesc' => 1, 'viewingcondilluminant' => 1, 'viewingcondilluminanttype' => 1, 'viewingconditions' => 1, 'viewingcondsurround' => 1, 'viewtype' => 1, 'vignettingcorr' => 1, 'vignettingcorr2' => 1, 'virtualimageheight' => 1, 'virtualimagewidth' => 1, 'virtualpage' => 1, 'virtualpageunits' => 1, 'visibleoutputs' => 1, 'vistaidlistdata' => 1, 'void' => 1, 'volumeid' => 1, 'volumelabel' => 1, 'vorbiscomment' => 1, 'vorbisversion' => 1, 'vrd1' => 1, 'vrd2' => 1, 'vrdstamptool' => 1, 'vrdversion' => 1, 'vrinfo' => 1, 'vrinfoversion' => 1, 'vw96' => 1, 'wangannotation' => 1, 'wangtag1' => 1, 'wangtag3' => 1, 'wangtag4' => 1, 'warning' => 1, 'watermark' => 1, 'watermarktype' => 1, 'watermarkurl' => 1, 'wb_grgblevels' => 1, 'wb_rgbcoeffs0' => 1, 'wb_rgbcoeffs1' => 1, 'wb_rgbcoeffs2' => 1, 'wb_rgbcoeffs3' => 1, 'wb_rgblevelsauto' => 1, 'wb_rgblevelscloudy' => 1, 'wb_rgblevelsdaylight' => 1, 'wb_rgblevelsflash' => 1, 'wb_rgblevelsfluorescent' => 1, 'wb_rgblevelsshade' => 1, 'wb_rgblevelstungsten' => 1, 'wb_rgbmul0' => 1, 'wb_rgbmul1' => 1, 'wb_rgbmul2' => 1, 'wb_rgbmul3' => 1, 'wbadjdata' => 1, 'wbinfoa100' => 1, 'wcsprofiles' => 1, 'weight' => 1, 'whitebalancematching' => 1, 'whitebalancetable' => 1, 'whitepointx' => 1, 'whitepointy' => 1, 'whitesample' => 1, 'whitesamplebits' => 1, 'whitesampleheight' => 1, 'whitesampleleftborder' => 1, 'whitesampletopborder' => 1, 'whitesamplewidth' => 1, 'wide' => 1, 'widthbytes' => 1, 'widthresolution' => 1, 'windowlocation' => 1, 'windoworigin' => 1, 'windoworiginauto' => 1, 'windowsize' => 1, 'windowtarget' => 1, 'wmadrcaveragereference' => 1, 'wmadrcaveragetarget' => 1, 'wmadrcpeakreference' => 1, 'wmadrcpeaktarget' => 1, 'wmcollectiongroupid' => 1, 'wmcollectionid' => 1, 'wmcontentid' => 1, 'words' => 1, 'workflowurl' => 1, 'workingdirectory' => 1, 'workingpath' => 1, 'worldtime' => 1, 'writer' => 1, 'writingapp' => 1, 'writtenby' => 1, 'wwsfamilyname' => 1, 'wwssubfamilyname' => 1, 'x' => 1, 'xcfversion' => 1, 'xclippathunits' => 1, 'xheight' => 1, 'xmag' => 1, 'xmethod' => 1, 'xml' => 1, 'xmldata' => 1, 'xmp_profile' => 1, 'xmpbj' => 1, 'xmpdm' => 1, 'xmpextension' => 1, 'xmpmm' => 1, 'xmpnote' => 1, 'xmpplus' => 1, 'xmprights' => 1, 'xmptpg' => 1, 'xp_dip_xml' => 1, 'xylocation' => 1, 'xyoffsetinfo' => 1, 'yawangle' => 1, 'yclippathunits' => 1, 'year' => 1, 'ylevel' => 1, 'ymag' => 1, 'ymethod' => 1, 'ytarget' => 1, 'zipbitflag' => 1, 'zipcompressedsize' => 1, 'zipcompression' => 1, 'zipcrc' => 1, 'zipfilename' => 1, 'zipmodifydate' => 1, 'ziprequiredversion' => 1, 'zipuncompressedsize' => 1, 'zoom' => 1, 'zoomedpreviewimage' => 1, 'zoompos' => 1, ); # module names for writable Composite tags my %compositeModules = ( 'filenumber' => 'Image::ExifTool::Canon', 'jpgfromraw' => 'Image::ExifTool::Exif', 'originaldecisiondata' => 'Image::ExifTool::Canon', 'previewimage' => 'Image::ExifTool::Exif', 'thumbnailimage' => 'Image::ExifTool::Exif', ); #++++ End automatically generated code ++++ my %specialStruct = ( NAMESPACE => 1, STRUCT_NAME => 1, TYPE => 1, NOTES => 1, ); # insert any user-defined tags into our tag lookup if (%Image::ExifTool::UserDefined) { my @userTables = sort keys %Image::ExifTool::UserDefined; while (@userTables) { my $table = shift @userTables; AddTags($Image::ExifTool::UserDefined{$table}, $table); } } # insert any other queued tags from plug-in modules if (@Image::ExifTool::pluginTags) { my $args; foreach $args (@Image::ExifTool::pluginTags) { AddTags($$args[0], $$args[1]); } undef @Image::ExifTool::pluginTags; } #------------------------------------------------------------------------------ # Add tag names corresponding to flattened XMP tags for all structure fields # Inputs: 0) tag table ref for flattened tags, 1) tagID, 2) lowercase tag name, # 3) tag ID list ref, 4) reference to list of lowercase tag names # 5) table number in lookup, 6) tagInfo hash for parent structure # 7) tag ID of top-level stucture # Notes: Used only for user-defined structures sub AddFields($$$$$$;$$) { my ($tagTablePtr, $tagID, $lcTag, $tagIDs, $lcTags, $tnum, $tagInfo, $baseID) = @_; unless ($tagInfo) { $tagInfo = $$tagTablePtr{$tagID}; $baseID = $tagID; } my $strTable = $$tagInfo{Struct}; unless (ref $strTable) { my $strName = $strTable; $strTable = $Image::ExifTool::UserDefined::xmpStruct{$strTable}; $strTable or warn("No definition for structure '$strName'\n"), return; $$strTable{STRUCT_NAME} or $$strTable{STRUCT_NAME} = $strName; $$tagInfo{Struct} = $strTable; # replace name with hash ref delete $$tagInfo{SubDirectory}; # deprecated use of SubDirectory in Struct tags } # inherit NAMESPACE from parent table if it doesn't exist $$strTable{NAMESPACE} = $$tagTablePtr{NAMESPACE} unless exists $$strTable{NAMESPACE}; my $field; foreach $field (keys %$strTable) { next if $specialStruct{$field}; my $id = $tagID . ucfirst($field); # use name of existing flattened tag if already defined my $lc = $$tagTablePtr{$id} ? lc $$tagTablePtr{$id}{Name} : $lcTag . lc($field); my $copyID = $baseID; push @$tagIDs, \$copyID, $id; push @$lcTags, $lc, $lc; my $fieldInfo = $$strTable{$field}; next unless ref $fieldInfo eq 'HASH' and $$fieldInfo{Struct}; # recursively add flattened tags for all sub-fields AddFields($tagTablePtr, $id, $lc, $tagIDs, $lcTags, $tnum, $fieldInfo, $baseID); } } #------------------------------------------------------------------------------ # Add tags to the lookup (for user-defined tags, etc) # Inputs: 0) tag table ref, 1) table name my %tableNumHash; sub AddTags($$) { my ($tagTablePtr, $table) = @_; # generate lookup for table numbers if not done already unless (%tableNumHash) { my $tnum = 0; my $tbl; foreach $tbl (@tableList) { $tableNumHash{$tbl} = $tnum++; } } my (@moreTables, %moreTableRefs); for (;;) { my $tnum = $tableNumHash{$table}; unless (defined $tnum) { # add new table to list $tnum = scalar @tableList; push @tableList, $table; } my $tagID; foreach $tagID (Image::ExifTool::TagTableKeys($tagTablePtr)) { my $newInfo = $$tagTablePtr{$tagID}; if (ref $newInfo eq 'HASH') { $$newInfo{Name} or $$newInfo{Name} = ucfirst($tagID); # use new ID of tag in Composite table in case it changed $tagID = $$newInfo{NewTagID} if defined $$newInfo{NewTagID}; } else { $newInfo = $$tagTablePtr{$tagID} = { Name => $newInfo }; } my $lcTag = lc $$newInfo{Name}; my (@lcTags, @tagIDs, $existed, $isFlat); # if this is a structure, add all flattened tag names to lookup if ($$newInfo{Struct}) { AddFields($tagTablePtr, $tagID, $lcTag, \@tagIDs, \@lcTags, $tnum); } # add tags to lookup even though we don't know if they are writable # (to save speed by not having to load the module) Tags: for (;;) { my $lookup = $tagLookup{$lcTag}; $lookup or $lookup = $tagLookup{$lcTag} = { }; if ($$lookup{$tnum}) { my $le = $$lookup{$tnum}; my $ids = (ref $le eq 'ARRAY') ? $le : [ $le ]; if (ref $tagID) { # a reference points to the tag ID of the base structure for # a flattened tag. There must be only one of these, # and it must come first. unshift @$ids, $tagID unless ref $$ids[0]; # only add new tag ID if it didn't already exist } elsif (grep /^$tagID$/, @$ids) { $existed = 1 unless $isFlat; } else { push @$ids, $tagID; } # only update lookup if there is now more than one entry $$lookup{$tnum} = $ids if @$ids > 1; } else { $$lookup{$tnum} = $tagID; } last unless @tagIDs; for (;;) { $tagID = shift @tagIDs; $lcTag = shift @lcTags; last unless $$tagTablePtr{$tagID}; # don't waste time if it exists last Tags unless @tagIDs; } $isFlat = 1; } # add any new subdirectory tables (unless done already) next if $existed or not $$newInfo{SubDirectory}; my $subTable = $$newInfo{SubDirectory}{TagTable}; next unless $subTable and not defined $tableNumHash{$subTable}; next if $moreTableRefs{$subTable}; no strict 'refs'; next unless %$subTable; # save new table to process after this one push @moreTables, $subTable; $moreTableRefs{$subTable} = \%$subTable; # save source table name so we can load it when necessary $$subTable{SRC_TABLE} = $table; } $table = shift @moreTables or last; $tagTablePtr = $moreTableRefs{$table}; } } #------------------------------------------------------------------------------ # Return true if the tag exists # Inputs: 0) tag name (case insensitive) # Returns: true if tag exists sub TagExists($) { my $tag = lc($_[0]); return 1 if $tagExists{$tag} or $tagLookup{$tag}; return 0; } #------------------------------------------------------------------------------ # Find information for writable tags (case insensitive) # Inputs: 0) tag name (case insensitive) # Returns: Scalar context: tag info or false if none found # List context: list of all matching tagInfo hashes sub FindTagInfo($) { local $_; my $tag = shift; my $lcTag = lc($tag); my ($tableNum, @tagInfoList); my $lookup = $tagLookup{$lcTag}; if ($lookup) { foreach $tableNum (keys %$lookup) { my $table = GetTagTable($tableList[$tableNum]); my $le = $$lookup{$tableNum}; my ($tagID, $tagIDs); if (ref $le eq 'ARRAY') { $tagIDs = $le; # if first entry is a reference, it indicates that this is a # flattened tag and refers to the tag ID of the containing top-level # structure, so now is the time to generate the flattened tags if (ref $$tagIDs[0]) { # (remove from the lookup since we only need to do this once) my $rootIDPtr = shift @$tagIDs; require Image::ExifTool::XMP; Image::ExifTool::XMP::AddFlattenedTags($table, $$rootIDPtr); } } else { $tagIDs = [ $le ]; } foreach $tagID (@$tagIDs) { my @infoList = GetTagInfoList($table,$tagID); unless (@infoList) { my $reload; # call write proc if it exists in case it adds tags to the table my $writeProc = $table->{WRITE_PROC}; $reload = 1 if $writeProc and &$writeProc(); # load module with composite tag if necessary my $compMod = $compositeModules{$lcTag}; $reload = 1 if $compMod and eval "require $compMod"; @infoList = GetTagInfoList($table,$tagID) if $reload; } if (@infoList == 1) { push @tagInfoList, @infoList; } elsif (@infoList > 1) { my $tagInfo; # must check tag list in case tags have different names foreach $tagInfo (@infoList) { next unless $lcTag eq lc($$tagInfo{Name}); push @tagInfoList, $tagInfo; } } } } } if (wantarray) { return @tagInfoList; } else { return $tagInfoList[0]; } } 1; # end __END__ =head1 NAME Image::ExifTool::TagLookup - Fast lookup for ExifTool tags =head1 SYNOPSIS This module is required by Image::ExifTool for writing tags. =head1 DESCRIPTION Provides a fast, case insensitive lookup for tag names. =head1 AUTHOR Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 SEE ALSO L, L, L =cut