summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorexiftool <exiftool@users.sourceforge.net>2022-11-08 08:52:24 -0500
committerexiftool <exiftool@users.sourceforge.net>2022-11-08 08:52:24 -0500
commit7368629751669ba170511419b3d1e05bf0076d0e (patch)
tree43a04f2148f18b95904319e2dfaf2225e4e7b901
parent5c2467fa6cdb38233793884e80cee9abf4da48e6 (diff)
Update to 12.50
-rw-r--r--Changes41
-rw-r--r--MANIFEST3
-rw-r--r--META.json2
-rw-r--r--META.yml2
-rw-r--r--README4
-rwxr-xr-xexiftool52
-rw-r--r--html/ExifTool.html17
-rw-r--r--html/ExifTool.pdf534
-rw-r--r--html/Shift.pdf6
-rw-r--r--html/TagNames/Canon.html14
-rw-r--r--html/TagNames/EXIF.html15
-rw-r--r--html/TagNames/Nikon.html261
-rw-r--r--html/TagNames/Olympus.html271
-rw-r--r--html/TagNames/Pentax.html6
-rw-r--r--html/TagNames/Photoshop.html12
-rw-r--r--html/TagNames/QuickTime.html28
-rw-r--r--html/TagNames/Sony.html26
-rw-r--r--html/TagNames/XMP.html185
-rw-r--r--html/TagNames/index.html4
-rw-r--r--html/ancient_history.html2
-rw-r--r--html/exiftool_pod.html8
-rw-r--r--html/exiftool_pod.pdf794
-rw-r--r--html/history.html40
-rw-r--r--html/index.html12
-rw-r--r--html/install.html22
-rw-r--r--html/sample_images.html22
-rw-r--r--lib/Image/ExifTool.pm13
-rw-r--r--lib/Image/ExifTool.pod17
-rw-r--r--lib/Image/ExifTool/BuildTagLookup.pm11
-rw-r--r--lib/Image/ExifTool/Canon.pm21
-rw-r--r--lib/Image/ExifTool/Exif.pm11
-rw-r--r--lib/Image/ExifTool/Geotag.pm2
-rw-r--r--lib/Image/ExifTool/ICO.pm2
-rw-r--r--lib/Image/ExifTool/IPTC.pm6
-rw-r--r--lib/Image/ExifTool/M2TS.pm45
-rw-r--r--lib/Image/ExifTool/MISB.pm2
-rw-r--r--lib/Image/ExifTool/Nikon.pm278
-rw-r--r--lib/Image/ExifTool/Olympus.pm3
-rw-r--r--lib/Image/ExifTool/Pentax.pm9
-rw-r--r--lib/Image/ExifTool/QuickTime.pm51
-rw-r--r--lib/Image/ExifTool/QuickTimeStream.pl37
-rw-r--r--lib/Image/ExifTool/README4
-rw-r--r--lib/Image/ExifTool/Sony.pm43
-rw-r--r--lib/Image/ExifTool/TagInfoXML.pm4
-rw-r--r--lib/Image/ExifTool/TagLookup.pm9114
-rw-r--r--lib/Image/ExifTool/TagNames.pod55
-rw-r--r--lib/Image/ExifTool/XMP.pm5
-rw-r--r--lib/Image/ExifTool/XMP2.pl10
-rw-r--r--perl-Image-ExifTool.spec2
-rw-r--r--pp_build_exe.args8
-rw-r--r--t/ICO.t29
-rw-r--r--t/ICO_2.out20
-rw-r--r--t/images/ICO.icobin0 -> 78 bytes
-rwxr-xr-xwindows_exiftool55
54 files changed, 6499 insertions, 5741 deletions
diff --git a/Changes b/Changes
index 1d4d6457..e911f5f3 100644
--- a/Changes
+++ b/Changes
@@ -4,9 +4,44 @@ ExifTool Version History
RSS feed: https://exiftool.org/rss.xml
-Note: The most recent production release is Version 12.42. (Other versions are
+Note: The most recent production release is Version 12.50. (Other versions are
considered development releases, and are not uploaded to MetaCPAN.)
+Nov. 8, 2022 - Version 12.50 (production release)
+
+ - Added a new XMP-GCreations tag
+ - Added a few new Sony lenses (thanks Jos Roost)
+ - Added new SonyModelID and Olympus CameraType values (thanks LibRaw and Herb)
+ - Added a couple of new XMP tags (thanks Jose Oliver-Didier)
+ - Added a new Nikon Z lens (thanks LibRaw)
+ - Added a new Canon LensType and CanonModelID (thanks Norbert Wasser and
+ LibRaw)
+ - Added some new Pentax lenses (thanks LibRaw)
+ - Added experimental support for timed GPS in TS videos from Jomise T860S-GM
+ dashcam (more samples are needed for this to be finalized)
+ - Decode information written in "skip" atom of 70mai Pro Plus+ MP4 videos
+ - Decode timed accelerometer data from Kenwood dashcam MP4 videos
+ - Decode a few new Nikon Z9 tags (thanks Stefan Grussen)
+ - Decode ColorData for some newer Canon models (thanks LibRaw)
+ - Decode a number of new tags for the Sony ILCE-7RM5 (thanks Jos Roost)
+ - Updated IPTC XMP tags to correspond with new Photo Metadata 2022.1 standard
+ - Extract JPEG previews from FujiFilm HIF images
+ - Changed -if option so multiple -if options are evaluated at the lowest
+ specified -fast level
+ - Changed MIMEType for ICO and CUR files
+ - Enhanced -fast2 so it stops processing QuickTime files at mdat atom
+ - Enhanced -listx output so -f also indicates the ID of the parent structure
+ for Flattened tags
+ - Improved conversion of IPTC date-only and time-only tags to allow formatting
+ with the -d option
+ - Improved Canon and Nikon TimeZone tags to accept a wider variety of input
+ formats when writing
+ - Disabled extraction of Nikon Z9 MenuSettings for firmware 3.0 until they can
+ be properly decoded (thanks Warren Hatch)
+ - Fixed decoding of AF points for some newer Nikon models
+ - Fixed inconsistent year and time zone for Kenwood dashcam timed GPS in MP4
+ videos
+
Oct. 19, 2022 - Version 12.49
- Added read support for Windows ICO and CUR files
@@ -320,7 +355,7 @@ Oct. 16, 2021 - Version 12.33
- Added a new Canon RF lens (thanks Norbert Wasser)
- Decode Canon ShutterMode (thanks John Moyer)
- Extract LensModel from some Olympus MOV videos
- - Generate MediaDataOffset/Size for MOV videos with zero-sized MDAT chunk
+ - Generate MediaDataOffset/Size for MOV videos with zero-sized mdat chunk
- Improvements to CBOR reader, including hex dump with -v3 option
- Recognize Final Cut Pro XML files
- Allow binary data of Protected tags to be extracted with the -X -j and -php
@@ -2119,7 +2154,7 @@ Mar. 1, 2018 - Version 10.82
- Added a few new CanonModelID/SonyModelID values (thanks LibRaw)
- Added support for the Sony ILCE-7M3 (thanks Jos Roost)
- Decode timed GPS information from Insta360 MP4 videos with the -ee option
- - Write XMP before idat in MOV/MP4/CR3 files if possible
+ - Write XMP before mdat in MOV/MP4/CR3 files if possible
- Fixed "'x' outside of string" runtime error when reading some Sony images
- Fixed problem with some hex dumps going to the console when -v3 was combined
with the -w option
diff --git a/MANIFEST b/MANIFEST
index 345d5567..b130fb86 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -598,6 +598,8 @@ t/GoPro.t
t/GoPro_2.out
t/HTML.t
t/HTML_2.out
+t/ICO.t
+t/ICO_2.out
t/IPTC.t
t/IPTC_2.out
t/IPTC_4.out
@@ -1025,6 +1027,7 @@ t/images/Geotag_DJI_2020-12-02_[07-50-31].csv
t/images/GoPro.jpg
t/images/HTML.html
t/images/ICC_Profile.icc
+t/images/ICO.ico
t/images/IPTC.jpg
t/images/ISO.iso
t/images/ITC.itc
diff --git a/META.json b/META.json
index 31ed3d7f..599c2b86 100644
--- a/META.json
+++ b/META.json
@@ -47,6 +47,6 @@
}
},
"release_status" : "stable",
- "version" : "12.49",
+ "version" : "12.50",
"x_serialization_backend" : "JSON::PP version 4.02"
}
diff --git a/META.yml b/META.yml
index da0d05c9..1b5ab641 100644
--- a/META.yml
+++ b/META.yml
@@ -28,5 +28,5 @@ recommends:
Time::HiRes: 0
requires:
perl: 5.004
-version: 12.49
+version: 12.50
x_serialization_backend: 'JSON::PP version 4.02'
diff --git a/README b/README
index 82116c02..9f81db65 100644
--- a/README
+++ b/README
@@ -107,8 +107,8 @@ your home directory, then you would type the following commands in a
terminal window to extract and run ExifTool:
cd ~/Desktop
- gzip -dc Image-ExifTool-12.49.tar.gz | tar -xf -
- cd Image-ExifTool-12.49
+ gzip -dc Image-ExifTool-12.50.tar.gz | tar -xf -
+ cd Image-ExifTool-12.50
./exiftool t/images/ExifTool.jpg
Note: These commands extract meta information from one of the test images.
diff --git a/exiftool b/exiftool
index 77742629..63795c87 100755
--- a/exiftool
+++ b/exiftool
@@ -11,7 +11,7 @@ use strict;
use warnings;
require 5.004;
-my $version = '12.49';
+my $version = '12.50';
# add our 'lib' directory to the include list BEFORE 'use Image::ExifTool'
BEGIN {
@@ -1009,8 +1009,12 @@ for (;;) {
}
if (/^if(\d*)$/i) {
my $cond = shift;
- $fastCondition = $1 if length $1;
+ my $fast = length($1) ? $1 : undef;
defined $cond or Error("Expecting expression for -if option\n"), $badCmd=1, next;
+ # use lowest -fast setting if multiple conditions
+ if (not @condition or not defined $fast or (defined $fastCondition and $fastCondition > $fast)) {
+ $fastCondition = $fast;
+ }
# prevent processing file unnecessarily for simple case of failed '$ok' or 'not $ok'
$cond =~ /^\s*(not\s*)\$ok\s*$/i and ($1 xor $rtnValPrev) and $failCondition=1;
# add to list of requested tags
@@ -5470,7 +5474,7 @@ with this command:
produces output like this:
- -- Generated by ExifTool 12.49 --
+ -- Generated by ExifTool 12.50 --
File: a.jpg - 2003:10:31 15:44:19
(f/5.6, 1/60s, ISO 100)
File: b.jpg - 2006:05:23 11:57:38
@@ -5889,12 +5893,14 @@ audio/video data in WAV/AVI files to search for additional metadata. These
speed benefits are small when reading images directly from disk, but can be
substantial if piping images through a network connection. For more
substantial speed benefits, B<-fast2> also causes exiftool to avoid
-extracting any EXIF MakerNote information. B<-fast3> avoids extracting
-metadata from the file, and returns only pseudo System tags, but still reads
-the file header to obtain an educated guess at FileType. B<-fast4> doesn't
-even read the file header, and returns only System tags and a FileType based
-on the file extension. B<-fast5> also disables generation of the Composite
-tags (like B<-e>). Has no effect when writing.
+extracting any EXIF MakerNote information, and to stop processing at the
+IDAT chunk of PNG images and the mdat atom of QuickTime-format files (but
+note that some files may store metadata after this). B<-fast3> avoids
+extracting metadata from the file, and returns only pseudo System tags, but
+still reads the file header to obtain an educated guess at FileType.
+B<-fast4> doesn't even read the file header, and returns only System tags
+and a FileType based on the file extension. B<-fast5> also disables
+generation of the Composite tags (like B<-e>). Has no effect when writing.
Note that a separate B<-fast> setting may be used for evaluation of a B<-if>
condition, or when ordering files with the B<-fileOrder> option. See the
@@ -5914,14 +5920,13 @@ order may be reversed by prefixing the tag name with a C<-> (eg.
C<-fileOrder -createdate>). Print conversion of the sorted values is
disabled with the B<-n> option, or a C<#> appended to the tag name. Other
formatting options (eg. B<-d>) have no effect on the sorted values. Note
-that the B<-fileOrder> option can have a large performance impact since it
-involves an additional processing pass of each file, but this impact may be
-reduced by specifying a I<NUM> for the B<-fast> level used during the
-metadata-extraction phase. For example, B<-fileOrder4> may be used if
-I<TAG> is a pseudo System tag. If multiple B<-fileOrder> options are used,
-the extraction is done at the lowest B<-fast> level. Note that files are
-sorted across directory boundaries if multiple input directories are
-specified.
+that the B<-fileOrder> option can incur large performance penalty since it
+involves an additional initial processing pass of all files, but this impact
+may be reduced by specifying a I<NUM> to effectively set the B<-fast> level
+for the initial pass. For example, B<-fileOrder4> may be used if I<TAG> is
+a pseudo System tag. If multiple B<-fileOrder> options are used, the
+extraction is done at the lowest B<-fast> level. Note that files are sorted
+across directory boundaries if multiple input directories are specified.
=item B<-i> I<DIR> (B<-ignore>)
@@ -6256,12 +6261,13 @@ are some examples:
When combined with B<-listx>, the B<-s> option shortens the output by
omitting the descriptions and values (as in the last example above), and
-B<-f> adds a 'flags' attribute if applicable. The flags are formatted as a
-comma-separated list of the following possible values: Avoid, Binary, List,
-Mandatory, Permanent, Protected, Unknown and Unsafe (see the L<Tag Name
-documentation|Image::ExifTool::TagNames>). For XMP List tags, the list type
-(Alt, Bag or Seq) is added to the flags, and flattened structure tags are
-indicated by a Flattened flag.
+B<-f> adds 'flags' and 'struct' attributes if applicable. The flags are
+formatted as a comma-separated list of the following possible values:
+Avoid, Binary, List, Mandatory, Permanent, Protected, Unknown and Unsafe
+(see the L<Tag Name documentation|Image::ExifTool::TagNames>). For XMP List
+tags, the list type (Alt, Bag or Seq) is added to the flags, and flattened
+structure tags are indicated by a Flattened flag with 'struct' giving the ID
+of the parent structure.
Note that none of the B<-list> options require an input I<FILE>.
diff --git a/html/ExifTool.html b/html/ExifTool.html
index ba13f116..36ca0a48 100644
--- a/html/ExifTool.html
+++ b/html/ExifTool.html
@@ -600,14 +600,15 @@ numerical options.</p>
stream, and bypasses CRC validation for speed when writing PNG files. When
combined with the ScanForXMP option, prevents scanning for XMP in recognized
file types. With a value of 2, ExifTool will also avoid extracting any EXIF
- MakerNote information, and will stop parsing at the IDAT chunk of PNG
- images. (By the PNG specification, metadata is allowed after IDAT, but
- ExifTool always writes it before because some utilities will ignore it
- otherwise.) When set to 3 or higher, only pseudo system tags and FileType are
- generated. For 3, the file header is read to provide an educated guess at
- FileType. For 4, the file is not read at all and FileType is determined
- based on the file's extension. For 5, generation of Composite tags is also
- disabled (like setting <a href="#Composite">Composite</a> to 0).</td>
+ MakerNote information, and will stop processing at the IDAT chunk of PNG
+ images and the mdat atom in QuickTime-format files. (By the PNG
+ specification, metadata is allowed after IDAT, but ExifTool always writes it
+ before because some utilities will ignore it otherwise.) When set to 3 or
+ higher, only pseudo system tags and FileType are generated. For 3, the file
+ header is read to provide an educated guess at FileType. For 4, the file is
+ not read at all and FileType is determined based on the file's extension.
+ For 5, generation of Composite tags is also disabled (like setting
+ <a href="#Composite">Composite</a> to 0).</td>
<td align=center>0, 1, 2, 3, 4 or 5</td><td align=center>undef</td></tr>
<tr id="Filter"><td>Filter</td>
<td>Perl expression used to filter all returned tag values. Applies to
diff --git a/html/ExifTool.pdf b/html/ExifTool.pdf
index 8bf12330..3b2f0eab 100644
--- a/html/ExifTool.pdf
+++ b/html/ExifTool.pdf
@@ -12,7 +12,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 1)Tj
+( -- Image::ExifTool 12.50 -- 1)Tj
/TT4 1 Tf
0 -1.6333 TD
(EXIFTOOL\(1\) User Contributed Perl Documentation EXIFTOOL\(1\))Tj
@@ -189,7 +189,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 2)Tj
+( -- Image::ExifTool 12.50 -- 2)Tj
/TT4 1 Tf
0 -1.6333 TD
( ARW r/w | EXV r/w/c | LRV r/w | PAC r | SRF r)Tj
@@ -384,7 +384,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 3)Tj
+( -- Image::ExifTool 12.50 -- 3)Tj
/TT4 1 Tf
0 -1.6333 TD
( Exports nothing by default, but "ImageInfo" and all static methods may)Tj
@@ -619,7 +619,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 4)Tj
+( -- Image::ExifTool 12.50 -- 4)Tj
/TT4 1 Tf
0 -1.6333 TD
( are interpreted:)Tj
@@ -768,7 +768,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 5)Tj
+( -- Image::ExifTool 12.50 -- 5)Tj
/TT4 1 Tf
0 -1.6333 TD
( There will be 1:1 correspondence between the requested tags and)Tj
@@ -923,7 +923,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 6)Tj
+( -- Image::ExifTool 12.50 -- 6)Tj
/TT4 1 Tf
0 -1.6333 TD
( details about the encodings. By default, most returned values are)Tj
@@ -1114,7 +1114,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 7)Tj
+( -- Image::ExifTool 12.50 -- 7)Tj
/TT4 1 Tf
0 -1.6333 TD
( name documentation\) as a block. Setting this to a value of 2)Tj
@@ -1267,7 +1267,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 8)Tj
+( -- Image::ExifTool 12.50 -- 8)Tj
/TT4 1 Tf
0 -1.6333 TD
( Fallback internal IPTC character set to assume if IPTC)Tj
@@ -1414,7 +1414,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 9)Tj
+( -- Image::ExifTool 12.50 -- 9)Tj
/TT4 1 Tf
0 -1.6333 TD
( format is different when copying tags with)Tj
@@ -1557,7 +1557,7 @@ endobj
endobj
33 0 obj
<<
-/Length 4880
+/Length 4907
>>
stream
BT
@@ -1567,7 +1567,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 10)Tj
+( -- Image::ExifTool 12.50 -- 10)Tj
/TT4 1 Tf
0 -1.6333 TD
( memory usage when reading from a non-seekable stream, and)Tj
@@ -1580,23 +1580,25 @@ T*
T*
( also avoid extracting any EXIF MakerNote information, and will)Tj
T*
-( stop parsing at the IDAT chunk of PNG images. \(By the PNG)Tj
+( stop processing at the IDAT chunk of PNG images and the mdat)Tj
T*
-( specification, metadata is allowed after IDAT, but ExifTool)Tj
+( atom in QuickTime-format files. \(By the PNG specification,)Tj
T*
-( always writes it before because some utilities will ignore it)Tj
+( metadata is allowed after IDAT, but ExifTool always writes it)Tj
T*
-( otherwise.\) When set to 3 or higher, only pseudo system tags)Tj
+( before because some utilities will ignore it otherwise.\) When)Tj
T*
-( and FileType are generated. For 3, the file header is read to)Tj
+( set to 3 or higher, only pseudo system tags and FileType are)Tj
T*
-( provide an educated guess at FileType. For 4, the file is not)Tj
+( generated. For 3, the file header is read to provide an)Tj
T*
-( read at all and FileType is determined based on the file's)Tj
+( educated guess at FileType. For 4, the file is not read at all)Tj
T*
-( extension. For 5, generation of Composite tags is also)Tj
+( and FileType is determined based on the file's extension. For)Tj
T*
-( disabled \(like setting "Composite" to 0\). Default is undef.)Tj
+( 5, generation of Composite tags is also disabled \(like setting)Tj
+T*
+( "Composite" to 0\). Default is undef.)Tj
0 -2.2 TD
( Filter)Tj
0 -1.1 TD
@@ -1693,8 +1695,6 @@ T*
( Maximum Position \(3D\) Dilution Of Precision for geotagging.)Tj
T*
( GPS fixes are ignored if the PDOP is greater than this.)Tj
-T*
-( Default is undef.)Tj
ET
endstream
endobj
@@ -1712,7 +1712,7 @@ endobj
endobj
36 0 obj
<<
-/Length 4716
+/Length 4682
>>
stream
BT
@@ -1722,9 +1722,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 11)Tj
+( -- Image::ExifTool 12.50 -- 11)Tj
/TT4 1 Tf
-0 -2.7333 TD
+0 -1.6333 TD
+( Default is undef.)Tj
+0 -2.2 TD
( GeoMinSats)Tj
0 -1.1 TD
( Minimum number of satellites for geotagging. GPS fixes are)Tj
@@ -1884,8 +1886,6 @@ T*
( module names \(eg. 'fr', 'zh_cn'\). If the specified language)Tj
T*
( isn't available, the option is not changed. May be set to)Tj
-T*
-( undef to select the built-in default language. Default is)Tj
ET
endstream
endobj
@@ -1903,7 +1903,7 @@ endobj
endobj
41 0 obj
<<
-/Length 4152
+/Length 4157
>>
stream
BT
@@ -1913,9 +1913,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 12)Tj
+( -- Image::ExifTool 12.50 -- 12)Tj
/TT4 1 Tf
0 -1.6333 TD
+( undef to select the built-in default language. Default is)Tj
+0 -1.1 TD
( 'en'.)Tj
0 -2.2 TD
( LargeFileSupport)Tj
@@ -2027,8 +2029,6 @@ T*
( Flag set to add an 'mdir' Handler to a newly created Meta box)Tj
T*
( when adding QuickTime ItemList tags. Adobe Bridge does not add)Tj
-T*
-( this Handler, but it is commonly found in samples from other)Tj
ET
endstream
endobj
@@ -2046,7 +2046,7 @@ endobj
endobj
44 0 obj
<<
-/Length 4714
+/Length 4712
>>
stream
BT
@@ -2056,11 +2056,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 13)Tj
+( -- Image::ExifTool 12.50 -- 13)Tj
/TT4 1 Tf
0 -1.6333 TD
-( software, and it has been reported that Apple QuickTime Player)Tj
+( this Handler, but it is commonly found in samples from other)Tj
0 -1.1 TD
+( software, and it has been reported that Apple QuickTime Player)Tj
+T*
( and Photos.apps will ignore ItemList tags if this is missing.)Tj
T*
( Default is 1.)Tj
@@ -2178,8 +2180,6 @@ T*
( Descr - Sort by tag description \(for current Lang setting\))Tj
T*
( Group# - Sort by tag group, where # is zero or more family)Tj
-T*
-( numbers separated by colons. If # is not specified,)Tj
ET
endstream
endobj
@@ -2197,7 +2197,7 @@ endobj
endobj
47 0 obj
<<
-/Length 4176
+/Length 4178
>>
stream
BT
@@ -2207,11 +2207,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 14)Tj
+( -- Image::ExifTool 12.50 -- 14)Tj
/TT4 1 Tf
0 -1.6333 TD
-( Group0 is assumed. See GetGroup for a description)Tj
+( numbers separated by colons. If # is not specified,)Tj
0 -1.1 TD
+( Group0 is assumed. See GetGroup for a description)Tj
+T*
( of group families.)Tj
0 -2.2 TD
( Sort2)Tj
@@ -2321,8 +2323,6 @@ T*
( UserParam)Tj
0 -1.1 TD
( Special option to set/get user-defined parameters. Useful to)Tj
-T*
-( allow external input into tag name expressions and ValueConv)Tj
ET
endstream
endobj
@@ -2340,7 +2340,7 @@ endobj
endobj
50 0 obj
<<
-/Length 4361
+/Length 4451
>>
stream
BT
@@ -2350,9 +2350,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 15)Tj
+( -- Image::ExifTool 12.50 -- 15)Tj
/TT4 1 Tf
0 -1.6333 TD
+( allow external input into tag name expressions and ValueConv)Tj
+0 -1.1 TD
( logic. Valid UserParam values are:)Tj
0 -2.2 TD
( PARAM - Get parameter)Tj
@@ -2517,7 +2519,7 @@ endobj
endobj
53 0 obj
<<
-/Length 4083
+/Length 3995
>>
stream
BT
@@ -2527,9 +2529,9 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 16)Tj
+( -- Image::ExifTool 12.50 -- 16)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
( $exifTool->ClearOptions\(\);)Tj
0 -2.2 TD
( Inputs:)Tj
@@ -2685,8 +2687,6 @@ T*
(fo)Tj
0.6 0 TD
(o)Tj
--6.6 -1.1 TD
-( Write meta information to a file. The specified source file is)Tj
ET
endstream
endobj
@@ -2704,7 +2704,7 @@ endobj
endobj
56 0 obj
<<
-/Length 4264
+/Length 4261
>>
stream
BT
@@ -2714,11 +2714,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 17)Tj
+( -- Image::ExifTool 12.50 -- 17)Tj
/TT4 1 Tf
0 -1.6333 TD
-( rewritten to the same-type destination file with new information as)Tj
+( Write meta information to a file. The specified source file is)Tj
0 -1.1 TD
+( rewritten to the same-type destination file with new information as)Tj
+T*
( specified by previous calls to "SetNewValue". The necessary segments)Tj
T*
( and/or directories are created in the destination file as required to)Tj
@@ -2824,8 +2826,6 @@ T*
( original file \(make sure you have backups!\). In this case, if a)Tj
T*
( source file name is provided, a temporary file is created and)Tj
-T*
-( renamed to replace the source file if no errors occurred while)Tj
ET
endstream
endobj
@@ -2843,7 +2843,7 @@ endobj
endobj
59 0 obj
<<
-/Length 3942
+/Length 4001
>>
stream
BT
@@ -2853,11 +2853,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 18)Tj
+( -- Image::ExifTool 12.50 -- 18)Tj
/TT4 1 Tf
0 -1.6333 TD
-( writing. Otherwise, if a source file reference or scalar reference)Tj
+( renamed to replace the source file if no errors occurred while)Tj
0 -1.1 TD
+( writing. Otherwise, if a source file reference or scalar reference)Tj
+T*
( is used, the image is first written to memory then copied back to)Tj
T*
( replace the original if there were no errors.)Tj
@@ -3027,8 +3029,6 @@ T*
( tags are expanded in the list.)Tj
0 -2.2 TD
( @tags = $exifTool->GetRequestedTags\(\);)Tj
-T*
-( Inputs:)Tj
ET
endstream
endobj
@@ -3046,7 +3046,7 @@ endobj
endobj
62 0 obj
<<
-/Length 3961
+/Length 3954
>>
stream
BT
@@ -3056,9 +3056,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 19)Tj
+( -- Image::ExifTool 12.50 -- 19)Tj
/TT4 1 Tf
0 -1.6333 TD
+( Inputs:)Tj
+0 -1.1 TD
( \(none\))Tj
0 -2.2 TD
( Return Values:)Tj
@@ -3184,8 +3186,6 @@ T*
( returns the raw rational value as a string fraction for rational)Tj
T*
( types, or undef for other types.)Tj
-0 -2.2 TD
-( Return Values:)Tj
ET
endstream
endobj
@@ -3203,7 +3203,7 @@ endobj
endobj
65 0 obj
<<
-/Length 4481
+/Length 4420
>>
stream
BT
@@ -3213,11 +3213,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 20)Tj
+( -- Image::ExifTool 12.50 -- 20)Tj
/TT4 1 Tf
0 -1.6333 TD
-( The value of the specified tag. If the tag represents a list of)Tj
+( Return Values:)Tj
0 -1.1 TD
+( The value of the specified tag. If the tag represents a list of)Tj
+T*
( multiple values and the ListJoin option is enabled then PrintConv)Tj
T*
( returns a string of values, otherwise a reference to the list is)Tj
@@ -3345,8 +3347,6 @@ T*
( $exifTool->SetNewValue\(Title => $newVal\);)Tj
0 -2.2 TD
( # write tag by numerical value)Tj
-0 -1.1 TD
-( $exifTool->SetNewValue\(Orientation => 6, Type => 'ValueConv'\);)Tj
ET
endstream
endobj
@@ -3364,7 +3364,7 @@ endobj
endobj
68 0 obj
<<
-/Length 4475
+/Length 4565
>>
stream
BT
@@ -3374,9 +3374,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 21)Tj
+( -- Image::ExifTool 12.50 -- 21)Tj
/TT4 1 Tf
0 -1.6333 TD
+( $exifTool->SetNewValue\(Orientation => 6, Type => 'ValueConv'\);)Tj
+0 -1.1 TD
( $exifTool->SetNewValue\('Orientation#' => 6\); # \(equivalent\))Tj
0 -2.2 TD
( # delete all but EXIF tags)Tj
@@ -3509,7 +3511,7 @@ endobj
endobj
72 0 obj
<<
-/Length 4759
+/Length 4701
>>
stream
BT
@@ -3519,9 +3521,9 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 22)Tj
+( -- Image::ExifTool 12.50 -- 22)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
( EditOnly)Tj
0 -1.1 TD
( Edit tag only if it already exists. Don't create new tag.)Tj
@@ -3683,8 +3685,6 @@ T*
( delete \(unless a family 2 group was specified in the delete\).)Tj
T*
( Instead, use "SetNewValuesFromFile" to recover the values of)Tj
-T*
-( individual tags after deleting a group.)Tj
ET
endstream
endobj
@@ -3702,7 +3702,7 @@ endobj
endobj
75 0 obj
<<
-/Length 4283
+/Length 4257
>>
stream
BT
@@ -3712,9 +3712,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 23)Tj
+( -- Image::ExifTool 12.50 -- 23)Tj
/TT4 1 Tf
-0 -2.7333 TD
+0 -1.6333 TD
+( individual tags after deleting a group.)Tj
+0 -2.2 TD
( When deleting all tags from a JPEG image, the APP14 "Adobe")Tj
0 -1.1 TD
( information is not deleted by default because doing so may affect)Tj
@@ -3876,8 +3878,6 @@ T*
( $exifTool->SetNewValuesFromFile\($file, '*:*<EXIF:*'\);)Tj
0 -2.2 TD
( # copy all tags with names starting with "gps" \(note: this is)Tj
-0 -1.1 TD
-( # different than "gps:*" because it will also copy XMP GPS tags\))Tj
ET
endstream
endobj
@@ -3895,7 +3895,7 @@ endobj
endobj
78 0 obj
<<
-/Length 4977
+/Length 4979
>>
stream
BT
@@ -3905,9 +3905,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 24)Tj
+( -- Image::ExifTool 12.50 -- 24)Tj
/TT4 1 Tf
0 -1.6333 TD
+( # different than "gps:*" because it will also copy XMP GPS tags\))Tj
+0 -1.1 TD
( $exifTool->SetNewValuesFromFile\($file, 'gps*'\);)Tj
0 -2.2 TD
( # set FileName from Model, translating questionable characters)Tj
@@ -4027,8 +4029,6 @@ T*
( - The AddValue or DelValue option is set for individual tags if)Tj
0 -1.1 TD
( '+>' or '->' \(or '+<' or '-<'\) are used.)Tj
-0 -2.2 TD
-( - The Group option is set for tags where a group name is given.)Tj
ET
endstream
endobj
@@ -4046,7 +4046,7 @@ endobj
endobj
81 0 obj
<<
-/Length 4352
+/Length 4379
>>
stream
BT
@@ -4056,11 +4056,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 25)Tj
+( -- Image::ExifTool 12.50 -- 25)Tj
/TT4 1 Tf
-0 -2.7333 TD
-( - The Protected flag is set to 1 for individually specified tags.)Tj
+0 -1.6333 TD
+( - The Group option is set for tags where a group name is given.)Tj
0 -2.2 TD
+( - The Protected flag is set to 1 for individually specified tags.)Tj
+T*
( - The Type option also applies to extracted tags.)Tj
T*
( Return Values:)Tj
@@ -4246,8 +4248,6 @@ T*
( "SaveNewValues". See "SaveNewValues" above for an example.)Tj
0 -2.2 TD
( Inputs:)Tj
-0 -1.1 TD
-( 0\) ExifTool object reference)Tj
ET
endstream
endobj
@@ -4265,7 +4265,7 @@ endobj
endobj
84 0 obj
<<
-/Length 3823
+/Length 3878
>>
stream
BT
@@ -4275,9 +4275,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 26)Tj
+( -- Image::ExifTool 12.50 -- 26)Tj
/TT4 1 Tf
-0 -2.7333 TD
+0 -1.6333 TD
+( 0\) ExifTool object reference)Tj
+0 -2.2 TD
( Return Value:)Tj
0 -1.1 TD
( None.)Tj
@@ -4462,9 +4464,9 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 27)Tj
+( -- Image::ExifTool 12.50 -- 27)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
( S)Tj
1.8 0 TD
(Se)Tj
@@ -4701,9 +4703,9 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 28)Tj
+( -- Image::ExifTool 12.50 -- 28)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
( # return family 0 group name \(eg. 'EXIF'\);)Tj
0 -1.1 TD
( $group = $exifTool->GetGroup\($tag, 0\);)Tj
@@ -4834,7 +4836,7 @@ endobj
endobj
93 0 obj
<<
-/Length 4571
+/Length 4487
>>
stream
BT
@@ -4844,9 +4846,9 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 29)Tj
+( -- Image::ExifTool 12.50 -- 29)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
( Family 4 provides a method for differentiating tags when multiple)Tj
0 -1.1 TD
( tags exist with the same name in the same location. The primary)Tj
@@ -5008,8 +5010,6 @@ T*
( "ImageInfo" is called with a filename \(as opposed to a file)Tj
T*
( reference or scalar reference\) since in this case the file is)Tj
-T*
-( closed before "ImageInfo" returns. Here the Composite option may)Tj
ET
endstream
endobj
@@ -5027,7 +5027,7 @@ endobj
endobj
96 0 obj
<<
-/Length 4698
+/Length 4689
>>
stream
BT
@@ -5037,11 +5037,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 30)Tj
+( -- Image::ExifTool 12.50 -- 30)Tj
/TT4 1 Tf
0 -1.6333 TD
-( be used so that "BuildCompositeTags" is called from within)Tj
+( closed before "ImageInfo" returns. Here the Composite option may)Tj
0 -1.1 TD
+( be used so that "BuildCompositeTags" is called from within)Tj
+T*
( "ImageInfo", before the file is closed.)Tj
0 -2.2 TD
( G)Tj
@@ -5335,8 +5337,6 @@ T*
( 0\) Group family number \(0-7\))Tj
0 -2.2 TD
( Return Values:)Tj
-0 -1.1 TD
-( A list of all groups in the specified family in alphabetical order.)Tj
ET
endstream
endobj
@@ -5354,7 +5354,7 @@ endobj
endobj
99 0 obj
<<
-/Length 5162
+/Length 5217
>>
stream
BT
@@ -5364,11 +5364,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 31)Tj
+( -- Image::ExifTool 12.50 -- 31)Tj
/TT4 1 Tf
-0 -2.7333 TD
-( Here is a complete list of groups for each of these families:)Tj
+0 -1.6333 TD
+( A list of all groups in the specified family in alphabetical order.)Tj
0 -2.2 TD
+( Here is a complete list of groups for each of these families:)Tj
+T*
( Family 0 \(Information Type\):)Tj
0 -1.1 TD
( AFCP, AIFF, APE, APP0, APP1, APP11, APP12, APP13, APP14, APP15,)Tj
@@ -5492,8 +5494,6 @@ T*
( Doc#, Main)Tj
0 -2.2 TD
( Family 4 \(Instance Number\):)Tj
-0 -1.1 TD
-( Copy#)Tj
ET
endstream
endobj
@@ -5511,7 +5511,7 @@ endobj
endobj
103 0 obj
<<
-/Length 4556
+/Length 4587
>>
stream
BT
@@ -5521,9 +5521,11 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 32)Tj
+( -- Image::ExifTool 12.50 -- 32)Tj
/TT4 1 Tf
-0 -2.7333 TD
+0 -1.6333 TD
+( Copy#)Tj
+0 -2.2 TD
( Family 5 \(Metadata Path\):)Tj
0 -1.1 TD
( eg. JPEG-APP1-IFD0-ExifIFD)Tj
@@ -5730,7 +5732,7 @@ endobj
endobj
106 0 obj
<<
-/Length 4754
+/Length 4670
>>
stream
BT
@@ -5740,9 +5742,9 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 33)Tj
+( -- Image::ExifTool 12.50 -- 33)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
( Return Value:)Tj
0 -1.1 TD
( A string, based on the file extension, which indicates the basic)Tj
@@ -6004,8 +6006,6 @@ T*
( Certain meta information formats allow coded character sets other than)Tj
T*
( plain ASCII. When reading, most known encodings are converted to the)Tj
-T*
-( external character set according to the "Charset" option, or to UTF-8)Tj
ET
endstream
endobj
@@ -6023,7 +6023,7 @@ endobj
endobj
109 0 obj
<<
-/Length 5376
+/Length 5371
>>
stream
BT
@@ -6033,11 +6033,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 34)Tj
+( -- Image::ExifTool 12.50 -- 34)Tj
/TT4 1 Tf
0 -1.6333 TD
-( by default. When writing, the inverse conversions are performed.)Tj
+( external character set according to the "Charset" option, or to UTF-8)Tj
0 -1.1 TD
+( by default. When writing, the inverse conversions are performed.)Tj
+T*
( Alternatively, special characters may be converted to/from HTML)Tj
T*
( character entities with the "Escape" HTML option.)Tj
@@ -6205,8 +6207,6 @@ T*
( the byte order may be specified by setting the ExifUnicodeByteOrder tag)Tj
T*
( \(see the Extra Tags documentation\).)Tj
-0 -2.2 TD
-( The EXIF "XP" tags \(XPTitle, XPComment, etc\) are always stored as)Tj
ET
endstream
endobj
@@ -6224,7 +6224,7 @@ endobj
endobj
112 0 obj
<<
-/Length 4542
+/Length 4429
>>
stream
BT
@@ -6234,11 +6234,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 35)Tj
+( -- Image::ExifTool 12.50 -- 35)Tj
/TT4 1 Tf
0 -1.6333 TD
-( little-endian Unicode \(UCS-2\), and are read and written using the)Tj
+( The EXIF "XP" tags \(XPTitle, XPComment, etc\) are always stored as)Tj
0 -1.1 TD
+( little-endian Unicode \(UCS-2\), and are read and written using the)Tj
+T*
( specified character set.)Tj
0 -2.2 TD
( I)Tj
@@ -6366,30 +6368,6 @@ T*
( specified; otherwise an iTXt chunk is used and the text is converted)Tj
T*
( from the specified character set and stored as UTF-8.)Tj
-0 -2.2 TD
-( J)Tj
-1.8 0 TD
-(JP)Tj
-0.6 0 TD
-(PE)Tj
-0.6 0 TD
-(EG)Tj
-0.6 0 TD
-(G C)Tj
-1.2 0 TD
-(Co)Tj
-0.6 0 TD
-(om)Tj
-0.6 0 TD
-(mm)Tj
-0.6 0 TD
-(me)Tj
-0.6 0 TD
-(en)Tj
-0.6 0 TD
-(nt)Tj
-0.6 0 TD
-(t)Tj
ET
endstream
endobj
@@ -6407,7 +6385,7 @@ endobj
endobj
115 0 obj
<<
-/Length 5057
+/Length 5248
>>
stream
BT
@@ -6417,11 +6395,35 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 36)Tj
+( -- Image::ExifTool 12.50 -- 36)Tj
/TT4 1 Tf
0 -1.6333 TD
+( J)Tj
+1.8 0 TD
+(JP)Tj
+0.6 0 TD
+(PE)Tj
+0.6 0 TD
+(EG)Tj
+0.6 0 TD
+(G C)Tj
+1.2 0 TD
+(Co)Tj
+0.6 0 TD
+(om)Tj
+0.6 0 TD
+(mm)Tj
+0.6 0 TD
+(me)Tj
+0.6 0 TD
+(en)Tj
+0.6 0 TD
+(nt)Tj
+0.6 0 TD
+(t)Tj
+-8.4 -1.1 TD
( The encoding for the JPEG Comment \(COM segment\) is not specified, so)Tj
-0 -1.1 TD
+T*
( ExifTool reads/writes this text without conversion.)Tj
0 -2.2 TD
( I)Tj
@@ -6688,9 +6690,9 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- Image::ExifTool 12.49 -- 37)Tj
+( -- Image::ExifTool 12.50 -- 37)Tj
/TT4 1 Tf
-0 -1.6333 TD
+0 -2.7333 TD
(S)Tj
0 0 TD
(SE)Tj
@@ -6939,7 +6941,7 @@ BT
0.6 0 TD
(G\(3pm\))Tj
-27 -4.4 TD
-(perl v5.18.4 2022-10-19 EXIFTOOL\(1\))Tj
+(perl v5.18.4 2022-11-08 EXIFTOOL\(1\))Tj
ET
endstream
endobj
@@ -7383,8 +7385,8 @@ endobj
endobj
124 0 obj
<<
-/CreationDate (D:20221019150543-04'00')
-/ModDate (D:20221019150543-04'00')
+/CreationDate (D:20221108084835-05'00')
+/ModDate (D:20221108084835-05'00')
/Producer (Apple pstopdf)
>>
endobj
@@ -7398,138 +7400,138 @@ endobj
xref
0 126
0000000000 65535 f
-0000172846 00000 n
+0000172906 00000 n
0000000016 00000 n
0000004113 00000 n
-0000171847 00000 n
-0000172248 00000 n
-0000171312 00000 n
-0000176036 00000 n
-0000172926 00000 n
+0000171907 00000 n
+0000172308 00000 n
+0000171372 00000 n
+0000176096 00000 n
+0000172986 00000 n
0000004219 00000 n
0000009556 00000 n
-0000173007 00000 n
+0000173067 00000 n
0000009663 00000 n
0000014473 00000 n
-0000173090 00000 n
+0000173150 00000 n
0000014580 00000 n
0000019314 00000 n
-0000173173 00000 n
+0000173233 00000 n
0000019421 00000 n
0000023908 00000 n
-0000173256 00000 n
+0000173316 00000 n
0000024015 00000 n
0000028282 00000 n
-0000173339 00000 n
+0000173399 00000 n
0000028389 00000 n
0000033142 00000 n
-0000173422 00000 n
+0000173482 00000 n
0000033249 00000 n
0000037819 00000 n
-0000173505 00000 n
+0000173565 00000 n
0000037926 00000 n
0000042807 00000 n
-0000173588 00000 n
+0000173648 00000 n
0000042914 00000 n
-0000047847 00000 n
-0000173671 00000 n
-0000047954 00000 n
-0000052723 00000 n
-0000176570 00000 n
-0000176171 00000 n
-0000173755 00000 n
-0000052830 00000 n
-0000057035 00000 n
-0000173839 00000 n
-0000057142 00000 n
-0000061909 00000 n
-0000173923 00000 n
-0000062016 00000 n
-0000066245 00000 n
-0000174007 00000 n
-0000066352 00000 n
-0000070766 00000 n
-0000174091 00000 n
-0000070873 00000 n
+0000047874 00000 n
+0000173731 00000 n
+0000047981 00000 n
+0000052716 00000 n
+0000176630 00000 n
+0000176231 00000 n
+0000173815 00000 n
+0000052823 00000 n
+0000057033 00000 n
+0000173899 00000 n
+0000057140 00000 n
+0000061905 00000 n
+0000173983 00000 n
+0000062012 00000 n
+0000066243 00000 n
+0000174067 00000 n
+0000066350 00000 n
+0000070854 00000 n
+0000174151 00000 n
+0000070961 00000 n
0000075009 00000 n
-0000174175 00000 n
+0000174235 00000 n
0000075116 00000 n
-0000079433 00000 n
-0000174259 00000 n
-0000079540 00000 n
-0000083535 00000 n
-0000174343 00000 n
-0000083642 00000 n
-0000087656 00000 n
-0000174427 00000 n
-0000087763 00000 n
-0000092297 00000 n
-0000174511 00000 n
-0000092404 00000 n
-0000096932 00000 n
-0000176309 00000 n
-0000174595 00000 n
-0000097039 00000 n
-0000101851 00000 n
-0000174679 00000 n
-0000101958 00000 n
-0000106294 00000 n
-0000174763 00000 n
-0000106401 00000 n
-0000111431 00000 n
-0000174847 00000 n
-0000111538 00000 n
-0000115943 00000 n
-0000174931 00000 n
-0000116050 00000 n
-0000119926 00000 n
-0000175015 00000 n
-0000120033 00000 n
-0000124061 00000 n
-0000175099 00000 n
-0000124168 00000 n
-0000128707 00000 n
-0000175183 00000 n
-0000128814 00000 n
-0000133438 00000 n
-0000175267 00000 n
-0000133545 00000 n
-0000138296 00000 n
-0000175351 00000 n
-0000138403 00000 n
-0000143618 00000 n
-0000176447 00000 n
-0000175437 00000 n
-0000143726 00000 n
-0000148336 00000 n
-0000175525 00000 n
-0000148444 00000 n
-0000153252 00000 n
-0000175613 00000 n
-0000153360 00000 n
-0000158790 00000 n
-0000175701 00000 n
-0000158898 00000 n
-0000163494 00000 n
-0000175789 00000 n
-0000163602 00000 n
-0000168713 00000 n
-0000175877 00000 n
-0000168821 00000 n
-0000171204 00000 n
-0000171452 00000 n
-0000171655 00000 n
-0000175965 00000 n
-0000175994 00000 n
-0000176676 00000 n
-0000176800 00000 n
+0000079430 00000 n
+0000174319 00000 n
+0000079537 00000 n
+0000083591 00000 n
+0000174403 00000 n
+0000083698 00000 n
+0000087705 00000 n
+0000174487 00000 n
+0000087812 00000 n
+0000092285 00000 n
+0000174571 00000 n
+0000092392 00000 n
+0000097010 00000 n
+0000176369 00000 n
+0000174655 00000 n
+0000097117 00000 n
+0000101871 00000 n
+0000174739 00000 n
+0000101978 00000 n
+0000106288 00000 n
+0000174823 00000 n
+0000106395 00000 n
+0000111427 00000 n
+0000174907 00000 n
+0000111534 00000 n
+0000115966 00000 n
+0000174991 00000 n
+0000116073 00000 n
+0000120004 00000 n
+0000175075 00000 n
+0000120111 00000 n
+0000124139 00000 n
+0000175159 00000 n
+0000124246 00000 n
+0000128785 00000 n
+0000175243 00000 n
+0000128892 00000 n
+0000133432 00000 n
+0000175327 00000 n
+0000133539 00000 n
+0000138281 00000 n
+0000175411 00000 n
+0000138388 00000 n
+0000143658 00000 n
+0000176507 00000 n
+0000175497 00000 n
+0000143766 00000 n
+0000148407 00000 n
+0000175585 00000 n
+0000148515 00000 n
+0000153239 00000 n
+0000175673 00000 n
+0000153347 00000 n
+0000158772 00000 n
+0000175761 00000 n
+0000158880 00000 n
+0000163363 00000 n
+0000175849 00000 n
+0000163471 00000 n
+0000168773 00000 n
+0000175937 00000 n
+0000168881 00000 n
+0000171264 00000 n
+0000171512 00000 n
+0000171715 00000 n
+0000176025 00000 n
+0000176054 00000 n
+0000176736 00000 n
+0000176860 00000 n
trailer
<<
/Size 126
/Root 125 0 R
/Info 124 0 R
-/ID [<d40f3fef2a05f2feb1ff37b77d9ac241><d40f3fef2a05f2feb1ff37b77d9ac241>]
+/ID [<debd8ca14b08ccd8062c5121e262890a><debd8ca14b08ccd8062c5121e262890a>]
>>
startxref
-176872
+176932
%%EOF
diff --git a/html/Shift.pdf b/html/Shift.pdf
index 774460e6..f120108e 100644
--- a/html/Shift.pdf
+++ b/html/Shift.pdf
@@ -593,8 +593,8 @@ endobj
endobj
16 0 obj
<<
-/CreationDate (D:20221019150543-04'00')
-/ModDate (D:20221019150543-04'00')
+/CreationDate (D:20221108084837-05'00')
+/ModDate (D:20221108084837-05'00')
/Producer (Apple pstopdf)
>>
endobj
@@ -630,7 +630,7 @@ trailer
/Size 18
/Root 17 0 R
/Info 16 0 R
-/ID [<4e2cc7a90c2ad49b61ad138d80251ce6><4e2cc7a90c2ad49b61ad138d80251ce6>]
+/ID [<8640ae58719a637f53a70790e3e718eb><8640ae58719a637f53a70790e3e718eb>]
>>
startxref
11800
diff --git a/html/TagNames/Canon.html b/html/TagNames/Canon.html
index d4611893..74bbde60 100644
--- a/html/TagNames/Canon.html
+++ b/html/TagNames/Canon.html
@@ -900,6 +900,7 @@
</tr><tr><td class=r>0x80000465</td><td>= EOS R10</td>
</tr><tr><td class=r>0x80000467</td><td>= PowerShot ZOOM</td>
</tr><tr><td class=r>0x80000468</td><td>= EOS M50 Mark II / Kiss M2</td>
+</tr><tr><td class=r>0x80000481</td><td>= EOS R6 Mark II</td>
</tr><tr><td class=r>0x80000520</td><td>= EOS D2000C</td>
</tr><tr><td class=r>0x80000560</td><td>= EOS D6000C</td>
</tr></table></td></tr></table></blockquote>
@@ -1874,7 +1875,8 @@ attempting to identify the specific lens model.</p>
</tr><tr><td>61182.40</td><td>= Canon RF 1200mm F8L IS USM</td>
</tr><tr><td>61182.41</td><td>= Canon RF 1200mm F8L IS USM + RF1.4x</td>
</tr><tr><td>61182.42</td><td>= Canon RF 1200mm F8L IS USM + RF2x</td>
-</tr><tr><td>61182.43</td><td>= Canon RF 5.2mm F2.8L Dual Fisheye 3D VR</td>
+</tr><tr><td>61182.43</td><td>= Canon RF 135mm F1.8 L IS USM</td>
+</tr><tr><td>61182.44</td><td>= Canon RF 5.2mm F2.8L Dual Fisheye 3D VR</td>
</tr><tr><td>61491</td><td>= Canon CN-E 14mm T3.1 L F</td>
</tr><tr><td>61492</td><td>= Canon CN-E 24mm T1.5 L F</td>
</tr><tr><td>61494</td><td>= Canon CN-E 85mm T1.3 L F</td>
@@ -6586,7 +6588,8 @@ valid for all camera models)</span></span></td></tr>
<br>298 = Canon RF 1200mm F8L IS USM
<br>299 = Canon RF 1200mm F8L IS USM + RF1.4x
<br>300 = Canon RF 1200mm F8L IS USM + RF2x
- <br>302 = Canon RF 15-30mm F4.5-6.3 IS STM</span></td></tr>
+ <br>302 = Canon RF 15-30mm F4.5-6.3 IS STM
+ <br>303 = Canon RF 135mm F1.8 L IS USM</span></td></tr>
</table></td></tr></table></blockquote>
<h2><a name='SerialInfo'>Canon SerialInfo Tags</a></h2>
@@ -10422,7 +10425,7 @@ option is used.</p>
</table></td></tr></table></blockquote>
<h2><a name='ColorData11'>Canon ColorData11 Tags</a></h2>
-<p>These tags are used by the EOS R3</p>
+<p>These tags are used by the EOS R3, R7 and R6mkII</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
@@ -10432,7 +10435,8 @@ option is used.</p>
<td class=r title='0 = 0x0'>0</td>
<td>ColorDataVersion</td>
<td class=c>int16s</td>
-<td><span class=s>34 = 34 (R3)</span></td></tr>
+<td><span class=s>34 = 34 (R3)
+ <br>48 = 48 (R7, R10, R6 Mark II)</span></td></tr>
<tr class=b>
<td class=r title='105 = 0x69'>105</td>
<td>WB_RGGBLevelsAsShot</td>
@@ -11650,7 +11654,7 @@ SX280, and CR3 images from cameras such as the EOS M50.</p>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Oct 19, 2022</i>
+<br><i>Last revised Nov 8, 2022</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/EXIF.html b/html/TagNames/EXIF.html
index 4d0de7e8..a4d3c8ab 100644
--- a/html/TagNames/EXIF.html
+++ b/html/TagNames/EXIF.html
@@ -682,11 +682,11 @@ it is JpgFromRawLength)</span></span></td></tr>
<br>OtherImageStart</td>
<td class=c title=' * = Protected'>int32u*<br>int32u*<br>int32u*<br>int32u*<br>int32u*<br>int32u*<br>int32u*<br>int32u*<br>int32u*<br>no</td>
<td class=c>IFD1<br>IFD0<br>SubIFD<br>MakerNotes<br>IFD0<br>SubIFD<br>IFD2<br>SubIFD1<br>SubIFD2<br>-</td>
-<td><span class=s><span class=n>(ThumbnailOffset in IFD1 of JPEG and some TIFF-based images, IFD0 of MRW
-images and AVI and MOV videos, and the SubIFD in IFD1 of SRW images;
-PreviewImageStart in MakerNotes and IFD0 of ARW and SR2 images;
-JpgFromRawStart in SubIFD of NEF images and IFD2 of PEF images; and
-OtherImageStart in everything else)</span></span></td></tr>
+<td><span class=s><span class=n>(called JPEGInterchangeFormat in the specification, this is ThumbnailOffset
+in IFD1 of JPEG and some TIFF-based images, IFD0 of MRW images and AVI and
+MOV videos, and the SubIFD in IFD1 of SRW images; PreviewImageStart in
+MakerNotes and IFD0 of ARW and SR2 images; JpgFromRawStart in SubIFD of NEF
+images and IFD2 of PEF images; and OtherImageStart in everything else)</span></span></td></tr>
<tr>
<td title='0x0202 = 514'>0x0202</td>
<td><u>ThumbnailLength</u>
@@ -701,7 +701,8 @@ OtherImageStart in everything else)</span></span></td></tr>
<br>OtherImageLength</td>
<td class=c title=' * = Protected'>int32u*<br>int32u*<br>int32u*<br>int32u*<br>int32u*<br>int32u*<br>int32u*<br>int32u*<br>int32u*<br>no</td>
<td class=c>IFD1<br>IFD0<br>SubIFD<br>MakerNotes<br>IFD0<br>SubIFD<br>IFD2<br>SubIFD1<br>SubIFD2<br>-</td>
-<td><span class=s><span class=n>(ThumbnailLength in IFD1 of JPEG and some TIFF-based images, IFD0 of MRW
+<td><span class=s><span class=n>(called JPEGInterchangeFormatLength in the specification, this is
+ThumbnailLength in IFD1 of JPEG and some TIFF-based images, IFD0 of MRW
images and AVI and MOV videos, and the SubIFD in IFD1 of SRW images;
PreviewImageLength in MakerNotes and IFD0 of ARW and SR2 images;
JpgFromRawLength in SubIFD of NEF images, and IFD2 of PEF images; and
@@ -3821,7 +3822,7 @@ these unless they already exist in the file)</span></span></td></tr>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Oct 1, 2022</i>
+<br><i>Last revised Nov 8, 2022</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/Nikon.html b/html/TagNames/Nikon.html
index 9b525424..0a1351bf 100644
--- a/html/TagNames/Nikon.html
+++ b/html/TagNames/Nikon.html
@@ -263,9 +263,11 @@ causes the other information to be re-encrypted with the new key)</span></span><
</td></tr>
<tr>
<td title='0x0035 = 53'>0x0035</td>
-<td>HDRInfo</td>
-<td class=c>-</td>
-<td>--&gt; <a href='Nikon.html#HDRInfo'>Nikon HDRInfo Tags</a></td></tr>
+<td>HDRInfo
+ <br>HDRInfo2</td>
+<td class=c>-<br>-</td>
+<td>--&gt; <a href='Nikon.html#HDRInfo'>Nikon HDRInfo Tags</a>
+ <br>--&gt; <a href='Nikon.html#HDRInfo2'>Nikon HDRInfo2 Tags</a></td></tr>
<tr class=b>
<td title='0x0037 = 55'>0x0037</td>
<td>MechanicalShutterCount</td>
@@ -686,10 +688,12 @@ new key)</span></span></td></tr>
<td>&nbsp;</td></tr>
<tr>
<td title='0x00b0 = 176'>0x00b0</td>
-<td>MultiExposure</td>
-<td class=c>-</td>
+<td>MultiExposure
+ <br>MultiExposure2</td>
+<td class=c>-<br>-</td>
<td>--&gt; <a href='Nikon.html#MultiExposure'>Nikon MultiExposure Tags</a>
- <br>--&gt; <a href='Nikon.html#MultiExposure'>Nikon MultiExposure Tags</a></td></tr>
+ <br>--&gt; <a href='Nikon.html#MultiExposure'>Nikon MultiExposure Tags</a>
+ <br>--&gt; <a href='Nikon.html#MultiExposure2'>Nikon MultiExposure2 Tags</a></td></tr>
<tr class=b>
<td title='0x00b1 = 177'>0x00b1</td>
<td>HighISONoiseReduction</td>
@@ -1248,14 +1252,20 @@ edit versions, otherwise this is extracted as a binary data block)</span>
<td class=r title='6 = 0x6'>6</td>
<td>VRMode</td>
<td class=c>int8u</td>
-<td><span class=s><span class=n>(Z Series cameras thru Decemeber 2021)</span>
+<td><span class=s><span class=n>(Z Series cameras thru December 2021)</span>
<br>0 = Off
- <br>1 = Sport
- <br>3 = Normal
+ <br>1 = Normal
+ <br>3 = Sport
<br>0 = Normal
<br>1 = On (1)
<br>2 = Active
<br>3 = Sport</span></td></tr>
+<tr class=b>
+<td class=r title='8 = 0x8'>8</td>
+<td>VRType</td>
+<td class=c>int8u</td>
+<td><span class=s>2 = In-body
+ <br>3 = In-body + Lens</span></td></tr>
</table></td></tr></table></blockquote>
<h2><a name='FaceDetect'>Nikon FaceDetect Tags</a></h2>
@@ -1796,14 +1806,14 @@ FaceDetectFrameSize)</span></span></td></tr>
<tr>
<td class=r title='0 = 0x0'>0</td>
<td>HDRInfoVersion</td>
-<td class=c>string[4]</td>
+<td class=c>no</td>
<td>&nbsp;</td></tr>
<tr class=b>
<td class=r title='4 = 0x4'>4</td>
<td>HDR</td>
<td class=c>int8u</td>
<td><span class=s>0 = Off
- <br>1 = On
+ <br>1 = On (normal)
<br>48 = Auto</span></td></tr>
<tr>
<td class=r title='5 = 0x5'>5</td>
@@ -1837,6 +1847,37 @@ FaceDetectFrameSize)</span></span></td></tr>
<br>255 = n/a</span></td></tr>
</table></td></tr></table></blockquote>
+<h2><a name='HDRInfo2'>Nikon HDRInfo2 Tags</a></h2>
+<blockquote>
+<table class=frame><tr><td>
+<table class=inner cellspacing=1>
+<tr class=h><th>Index1</th><th>Tag Name</th>
+<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
+<tr>
+<td class=r title='0 = 0x0'>0</td>
+<td>HDRInfoVersion</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='4 = 0x4'>4</td>
+<td>HDR</td>
+<td class=c>int8u</td>
+<td><span class=s>0 = Off
+ <br>1 = On (normal)</span></td></tr>
+<tr>
+<td class=r title='5 = 0x5'>5</td>
+<td>HDRLevel</td>
+<td class=c>int8u</td>
+<td><table class=cols><tr>
+ <td>0 = n/a
+ <br>1 = Normal
+ <br>2 = Low</td><td>&nbsp;&nbsp;</td>
+ <td>3 = High
+ <br>4 = High+
+ <br>5 = Auto</td></tr></table>
+</td></tr>
+</table></td></tr></table></blockquote>
+
<h2><a name='LocationInfo'>Nikon LocationInfo Tags</a></h2>
<p>Tags written by some Nikon GPS-equipped cameras like the AW100.</p>
<blockquote>
@@ -5512,7 +5553,8 @@ extracted.</p>
<br>29 = Nikkor Z 28mm f/2.8
<br>30 = Nikkor Z 400mm f/2.8 TC VR S
<br>31 = Nikkor Z 24-120 f/4
- <br>32 = Nikkor Z 800mm f/6.3 VR S</td></tr></table>
+ <br>32 = Nikkor Z 800mm f/6.3 VR S
+ <br>36 = Nikkor Z 400mm f/4.5 VR S</td></tr></table>
</td></tr>
<tr>
<td class=r title='53 = 0x35'>53</td>
@@ -6320,6 +6362,39 @@ D5200, D7000.</p>
<br>1 = On</span></td></tr>
</table></td></tr></table></blockquote>
+<h2><a name='MultiExposure2'>Nikon MultiExposure2 Tags</a></h2>
+<blockquote>
+<table class=frame><tr><td>
+<table class=inner cellspacing=1>
+<tr class=h><th>Index4</th><th>Tag Name</th>
+<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
+<tr>
+<td class=r title='0 = 0x0'>0</td>
+<td>MultiExposureVersion</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='1 = 0x1'>1</td>
+<td>MultiExposureMode</td>
+<td class=c>int32u</td>
+<td><span class=s>0 = Off
+ <br>1 = Multiple Exposure
+ <br>3 = HDR</span></td></tr>
+<tr>
+<td class=r title='2 = 0x2'>2</td>
+<td>MultiExposureShots</td>
+<td class=c>int32u</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td class=r title='3 = 0x3'>3</td>
+<td>MultiExposureOverlayMode</td>
+<td class=c>int32u</td>
+<td><span class=s>0 = Add
+ <br>1 = Average
+ <br>2 = Light
+ <br>3 = Dark</span></td></tr>
+</table></td></tr></table></blockquote>
+
<h2><a name='AFInfo2V0400'>Nikon AFInfo2V0400 Tags</a></h2>
<blockquote>
<table class=frame><tr><td>
@@ -6882,11 +6957,7 @@ D500 and D850)</span></span><table class=cols><tr>
<br>151 = G1
<br>152 = H1
<br>153 = I1</td></tr></table>
-<span class=s><span class=n>(Nikon models with 493-point AF -- 17 rows (A-Q) and 29 columns (1-29), I15
-at the center)</span>
- <br>0 = (none)
- <br>246 = I15 (Center)
- <br><span class=n>(future models?...)</span>
+<span class=s><span class=n>(future models?...)</span>
<br>0 = (none)
<br>1 = Center</span></td></tr>
<tr class=b>
@@ -6899,8 +6970,8 @@ at the center)</span>
<br>AFPointsUsed
<br>AFPointsUsed
<br>AFPointsUsed
- <br>AFPointsUsed</td>
-<td class=c>undef[7]<br>undef[2]<br>undef[5]<br>undef[17]<br>undef[21]<br>undef[29]<br>undef[20]<br>undef[13]<br>undef[7]</td>
+ <br>PrimaryAFPoint</td>
+<td class=c>undef[7]<br>undef[2]<br>undef[5]<br>undef[17]<br>undef[21]<br>undef[29]<br>undef[20]<br>undef[7]<br>int8u</td>
<td><span class=s><span class=n>(models with 51-point AF -- 5 rows: A1-9, B1-11, C1-11, D1-11, E1-9. Center
point is C6)</span>
<br><span class=n>(models with 11-point AF)</span></span><table class=cols><tr>
@@ -6928,13 +6999,153 @@ point is F8)</span>
point is F10)</span>
<br><span class=n>(models with 153-point AF -- 9 rows (A-I) and 17 columns (1-17). Center
point is E9)</span>
- <br><span class=n>(models with 81-selectable point AF -- 9 rows (A-I) and 9 columns (1-9) for
-phase detect AF points. Center point is E5)</span></span></td></tr>
+ <br><span class=n>(newer models with 51-point AF)</span></span><table class=cols><tr>
+ <td>0 = (none)
+ <br>1 = C6 (Center)
+ <br>2 = B6
+ <br>3 = A5
+ <br>4 = D6
+ <br>5 = E5
+ <br>6 = C7
+ <br>7 = B7
+ <br>8 = A6
+ <br>9 = D7
+ <br>10 = E6</td><td>&nbsp;&nbsp;</td>
+ <td>11 = C5
+ <br>12 = B5
+ <br>13 = A4
+ <br>14 = D5
+ <br>15 = E4
+ <br>16 = C8
+ <br>17 = B8
+ <br>18 = A7
+ <br>19 = D8
+ <br>20 = E7
+ <br>21 = C9</td><td>&nbsp;&nbsp;</td>
+ <td>22 = B9
+ <br>23 = A8
+ <br>24 = D9
+ <br>25 = E8
+ <br>26 = C10
+ <br>27 = B10
+ <br>28 = A9
+ <br>29 = D10
+ <br>30 = E9
+ <br>31 = C11
+ <br>32 = B11</td><td>&nbsp;&nbsp;</td>
+ <td>33 = D11
+ <br>34 = C4
+ <br>35 = B4
+ <br>36 = A3
+ <br>37 = D4
+ <br>38 = E3
+ <br>39 = C3
+ <br>40 = B3
+ <br>41 = A2
+ <br>42 = D3
+ <br>43 = E2</td><td>&nbsp;&nbsp;</td>
+ <td>44 = C2
+ <br>45 = B2
+ <br>46 = A1
+ <br>47 = D2
+ <br>48 = E1
+ <br>49 = C1
+ <br>50 = B1
+ <br>51 = D1</td></tr></table>
+<table class=cols><tr>
+ <td>0 = (none)
+ <br>1 = E5 (Center)
+ <br>2 = D5
+ <br>3 = C5
+ <br>4 = B5
+ <br>5 = A5
+ <br>6 = F5
+ <br>7 = G5
+ <br>8 = H5
+ <br>9 = I5
+ <br>10 = E6
+ <br>11 = D6
+ <br>12 = C6
+ <br>13 = B6
+ <br>14 = A6
+ <br>15 = F6
+ <br>16 = G6
+ <br>17 = H6
+ <br>18 = I6
+ <br>19 = E4
+ <br>20 = D4
+ <br>21 = C4
+ <br>22 = B4
+ <br>23 = A4
+ <br>24 = F4
+ <br>25 = G4
+ <br>26 = H4
+ <br>27 = I4
+ <br>28 = E7
+ <br>29 = D7
+ <br>30 = C7
+ <br>31 = B7
+ <br>32 = A7
+ <br>33 = F7
+ <br>34 = G7
+ <br>35 = H7
+ <br>36 = I7
+ <br>37 = E3
+ <br>38 = D3
+ <br>39 = C3
+ <br>40 = B3</td><td>&nbsp;&nbsp;</td>
+ <td>41 = A3
+ <br>42 = F3
+ <br>43 = G3
+ <br>44 = H3
+ <br>45 = I3
+ <br>46 = E8
+ <br>47 = D8
+ <br>48 = C8
+ <br>49 = B8
+ <br>50 = A8
+ <br>51 = F8
+ <br>52 = G8
+ <br>53 = H8
+ <br>54 = I8
+ <br>55 = E2
+ <br>56 = D2
+ <br>57 = C2
+ <br>58 = B2
+ <br>59 = A2
+ <br>60 = F2
+ <br>61 = G2
+ <br>62 = H2
+ <br>63 = I2
+ <br>64 = E9
+ <br>65 = D9
+ <br>66 = C9
+ <br>67 = B9
+ <br>68 = A9
+ <br>69 = F9
+ <br>70 = G9
+ <br>71 = H9
+ <br>72 = I9
+ <br>73 = E1
+ <br>74 = D1
+ <br>75 = C1
+ <br>76 = B1
+ <br>77 = A1
+ <br>78 = F1
+ <br>79 = G1
+ <br>80 = H1
+ <br>81 = I1</td></tr></table>
+</td></tr>
<tr>
<td class=r title='10 = 0xa'>10</td>
-<td>AFPointsUsed</td>
-<td class=c>undef[14]</td>
-<td><span class=s><span class=n>(models with 105-point AF -- 7 rows (A-G) and 15 columns (1-15). Center
+<td>AFPointsUsed
+ <br>AFPointsUsed
+ <br>AFPointsUsed</td>
+<td class=c>undef[7]<br>undef[11]<br>undef[14]</td>
+<td><span class=s><span class=n>(newer models with 51-point AF)</span>
+ <br><span class=n>(models with 81-selectable point AF -- 9 rows (A-I) and 9 columns (1-9) for
+phase detect AF points. Center point is E5)</span>
+ <br><span class=n>(models with 105-point AF -- 7 rows (A-G) and 15 columns (1-15). Center
point is D8)</span></span></td></tr>
<tr class=b>
<td class=r title='16 = 0x10'>16</td>
@@ -9008,7 +9219,7 @@ used to specify the lens for ExifTool to choose in these cases (see the
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Oct 19, 2022</i>
+<br><i>Last revised Nov 8, 2022</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/Olympus.html b/html/TagNames/Olympus.html
index 74a7ed19..fbd3792f 100644
--- a/html/TagNames/Olympus.html
+++ b/html/TagNames/Olympus.html
@@ -742,299 +742,302 @@ Vivitar are not listed.</p>
<table class='inner sep' cellspacing=1>
<tr class=h><th>Value</th><th>CameraType</th><th>Value</th><th>CameraType</th><th>Value</th><th>CameraType</th></tr>
<tr><td>'D4028'</td><td>= X-2,C-50Z</td>
-<td class=b>'D4398'</td><td class=b>= FE45,X40</td>
-<td>'S0017'</td><td>= E-30</td>
-</tr><tr><td>'D4029'</td><td>= E-20,E-20N,E-20P</td>
<td class=b>'D4401'</td><td class=b>= XZ-1</td>
-<td>'S0018'</td><td>= E-520</td>
-</tr><tr><td>'D4034'</td><td>= C720UZ</td>
-<td class=b>'D4402'</td><td class=b>= uT6010,ST6010</td>
<td>'S0019'</td><td>= E-P1</td>
-</tr><tr><td>'D4040'</td><td>= E-1</td>
-<td class=b>'D4406'</td><td class=b>= u7010,S7010 / u7020,S7020</td>
+</tr><tr><td>'D4029'</td><td>= E-20,E-20N,E-20P</td>
+<td class=b>'D4402'</td><td class=b>= uT6010,ST6010</td>
<td>'S0023'</td><td>= E-620</td>
-</tr><tr><td>'D4041'</td><td>= E-300</td>
-<td class=b>'D4407'</td><td class=b>= FE4010,X930</td>
+</tr><tr><td>'D4034'</td><td>= C720UZ</td>
+<td class=b>'D4406'</td><td class=b>= u7010,S7010 / u7020,S7020</td>
<td>'S0026'</td><td>= E-P2</td>
-</tr><tr><td>'D4083'</td><td>= C2Z,D520Z,C220Z</td>
-<td class=b>'D4408'</td><td class=b>= X560WP</td>
+</tr><tr><td>'D4040'</td><td>= E-1</td>
+<td class=b>'D4407'</td><td class=b>= FE4010,X930</td>
<td>'S0027'</td><td>= E-PL1</td>
-</tr><tr><td>'D4106'</td><td>= u20D,S400D,u400D</td>
-<td class=b>'D4409'</td><td class=b>= FE26,X21</td>
+</tr><tr><td>'D4041'</td><td>= E-300</td>
+<td class=b>'D4408'</td><td class=b>= X560WP</td>
<td>'S0029'</td><td>= E-450</td>
-</tr><tr><td>'D4120'</td><td>= X-1</td>
-<td class=b>'D4410'</td><td class=b>= FE4000,X920,X925</td>
+</tr><tr><td>'D4083'</td><td>= C2Z,D520Z,C220Z</td>
+<td class=b>'D4409'</td><td class=b>= FE26,X21</td>
<td>'S0030'</td><td>= E-600</td>
-</tr><tr><td>'D4122'</td><td>= u10D,S300D,u300D</td>
-<td class=b>'D4411'</td><td class=b>= FE46,X41,X42</td>
+</tr><tr><td>'D4106'</td><td>= u20D,S400D,u400D</td>
+<td class=b>'D4410'</td><td class=b>= FE4000,X920,X925</td>
<td>'S0032'</td><td>= E-P3</td>
-</tr><tr><td>'D4125'</td><td>= AZ-1</td>
-<td class=b>'D4412'</td><td class=b>= FE5020,X935</td>
+</tr><tr><td>'D4120'</td><td>= X-1</td>
+<td class=b>'D4411'</td><td class=b>= FE46,X41,X42</td>
<td>'S0033'</td><td>= E-5</td>
-</tr><tr><td>'D4141'</td><td>= C150,D390</td>
-<td class=b>'D4413'</td><td class=b>= uTough-3000</td>
+</tr><tr><td>'D4122'</td><td>= u10D,S300D,u300D</td>
+<td class=b>'D4412'</td><td class=b>= FE5020,X935</td>
<td>'S0034'</td><td>= E-PL2</td>
-</tr><tr><td>'D4193'</td><td>= C-5000Z</td>
-<td class=b>'D4414'</td><td class=b>= StylusTough-6020</td>
+</tr><tr><td>'D4125'</td><td>= AZ-1</td>
+<td class=b>'D4413'</td><td class=b>= uTough-3000</td>
<td>'S0036'</td><td>= E-M5</td>
-</tr><tr><td>'D4194'</td><td>= X-3,C-60Z</td>
-<td class=b>'D4415'</td><td class=b>= StylusTough-8010</td>
+</tr><tr><td>'D4141'</td><td>= C150,D390</td>
+<td class=b>'D4414'</td><td class=b>= StylusTough-6020</td>
<td>'S0038'</td><td>= E-PL3</td>
-</tr><tr><td>'D4199'</td><td>= u30D,S410D,u410D</td>
-<td class=b>'D4417'</td><td class=b>= u5010,S5010</td>
+</tr><tr><td>'D4193'</td><td>= C-5000Z</td>
+<td class=b>'D4415'</td><td class=b>= StylusTough-8010</td>
<td>'S0039'</td><td>= E-PM1</td>
-</tr><tr><td>'D4205'</td><td>= X450,D535Z,C370Z</td>
-<td class=b>'D4418'</td><td class=b>= u7040,S7040</td>
+</tr><tr><td>'D4194'</td><td>= X-3,C-60Z</td>
+<td class=b>'D4417'</td><td class=b>= u5010,S5010</td>
<td>'S0040'</td><td>= E-PL1s</td>
-</tr><tr><td>'D4210'</td><td>= C160,D395</td>
-<td class=b>'D4419'</td><td class=b>= u9010,S9010</td>
+</tr><tr><td>'D4199'</td><td>= u30D,S410D,u410D</td>
+<td class=b>'D4418'</td><td class=b>= u7040,S7040</td>
<td>'S0042'</td><td>= E-PL5</td>
-</tr><tr><td>'D4211'</td><td>= C725UZ</td>
-<td class=b>'D4423'</td><td class=b>= FE4040</td>
+</tr><tr><td>'D4205'</td><td>= X450,D535Z,C370Z</td>
+<td class=b>'D4419'</td><td class=b>= u9010,S9010</td>
<td>'S0043'</td><td>= E-PM2</td>
-</tr><tr><td>'D4213'</td><td>= FerrariMODEL2003</td>
-<td class=b>'D4424'</td><td class=b>= FE47,X43</td>
+</tr><tr><td>'D4210'</td><td>= C160,D395</td>
+<td class=b>'D4423'</td><td class=b>= FE4040</td>
<td>'S0044'</td><td>= E-P5</td>
-</tr><tr><td>'D4216'</td><td>= u15D</td>
-<td class=b>'D4426'</td><td class=b>= FE4030,X950</td>
+</tr><tr><td>'D4211'</td><td>= C725UZ</td>
+<td class=b>'D4424'</td><td class=b>= FE47,X43</td>
<td>'S0045'</td><td>= E-PL6</td>
-</tr><tr><td>'D4217'</td><td>= u25D</td>
-<td class=b>'D4428'</td><td class=b>= FE5030,X965,X960</td>
+</tr><tr><td>'D4213'</td><td>= FerrariMODEL2003</td>
+<td class=b>'D4426'</td><td class=b>= FE4030,X950</td>
<td>'S0046'</td><td>= E-PL7</td>
-</tr><tr><td>'D4220'</td><td>= u-miniD,Stylus V</td>
-<td class=b>'D4430'</td><td class=b>= u7030,S7030</td>
+</tr><tr><td>'D4216'</td><td>= u15D</td>
+<td class=b>'D4428'</td><td class=b>= FE5030,X965,X960</td>
<td>'S0047'</td><td>= E-M1</td>
-</tr><tr><td>'D4221'</td><td>= u40D,S500,uD500</td>
-<td class=b>'D4432'</td><td class=b>= SP600UZ</td>
+</tr><tr><td>'D4217'</td><td>= u25D</td>
+<td class=b>'D4430'</td><td class=b>= u7030,S7030</td>
<td>'S0051'</td><td>= E-M10</td>
-</tr><tr><td>'D4231'</td><td>= FerrariMODEL2004</td>
-<td class=b>'D4434'</td><td class=b>= SP800UZ</td>
+</tr><tr><td>'D4220'</td><td>= u-miniD,Stylus V</td>
+<td class=b>'D4432'</td><td class=b>= SP600UZ</td>
<td>'S0052'</td><td>= E-M5MarkII</td>
-</tr><tr><td>'D4240'</td><td>= X500,D590Z,C470Z</td>
-<td class=b>'D4439'</td><td class=b>= FE4020,X940</td>
+</tr><tr><td>'D4221'</td><td>= u40D,S500,uD500</td>
+<td class=b>'D4434'</td><td class=b>= SP800UZ</td>
<td>'S0059'</td><td>= E-M10MarkII</td>
-</tr><tr><td>'D4244'</td><td>= uD800,S800</td>
-<td class=b>'D4442'</td><td class=b>= FE5035</td>
+</tr><tr><td>'D4231'</td><td>= FerrariMODEL2004</td>
+<td class=b>'D4439'</td><td class=b>= FE4020,X940</td>
<td>'S0061'</td><td>= PEN-F</td>
-</tr><tr><td>'D4256'</td><td>= u720SW,S720SW</td>
-<td class=b>'D4448'</td><td class=b>= FE4050,X970</td>
+</tr><tr><td>'D4240'</td><td>= X500,D590Z,C470Z</td>
+<td class=b>'D4442'</td><td class=b>= FE5035</td>
<td>'S0065'</td><td>= E-PL8</td>
-</tr><tr><td>'D4261'</td><td>= X600,D630,FE5500</td>
-<td class=b>'D4450'</td><td class=b>= FE5050,X985</td>
+</tr><tr><td>'D4244'</td><td>= uD800,S800</td>
+<td class=b>'D4448'</td><td class=b>= FE4050,X970</td>
<td>'S0067'</td><td>= E-M1MarkII</td>
-</tr><tr><td>'D4262'</td><td>= uD600,S600</td>
-<td class=b>'D4454'</td><td class=b>= u-7050</td>
+</tr><tr><td>'D4256'</td><td>= u720SW,S720SW</td>
+<td class=b>'D4450'</td><td class=b>= FE5050,X985</td>
<td>'S0068'</td><td>= E-M10MarkIII</td>
-</tr><tr><td>'D4301'</td><td>= u810/S810</td>
-<td class=b>'D4464'</td><td class=b>= T10,X27</td>
+</tr><tr><td>'D4261'</td><td>= X600,D630,FE5500</td>
+<td class=b>'D4454'</td><td class=b>= u-7050</td>
<td>'S0076'</td><td>= E-PL9</td>
-</tr><tr><td>'D4302'</td><td>= u710,S710</td>
-<td class=b>'D4470'</td><td class=b>= FE5040,X980</td>
+</tr><tr><td>'D4262'</td><td>= uD600,S600</td>
+<td class=b>'D4464'</td><td class=b>= T10,X27</td>
<td>'S0080'</td><td>= E-M1X</td>
-</tr><tr><td>'D4303'</td><td>= u700,S700</td>
-<td class=b>'D4472'</td><td class=b>= TG-310</td>
+</tr><tr><td>'D4301'</td><td>= u810/S810</td>
+<td class=b>'D4470'</td><td class=b>= FE5040,X980</td>
<td>'S0085'</td><td>= E-PL10</td>
-</tr><tr><td>'D4304'</td><td>= FE100,X710</td>
-<td class=b>'D4474'</td><td class=b>= TG-610</td>
+</tr><tr><td>'D4302'</td><td>= u710,S710</td>
+<td class=b>'D4472'</td><td class=b>= TG-310</td>
<td>'S0089'</td><td>= E-M5MarkIII</td>
-</tr><tr><td>'D4305'</td><td>= FE110,X705</td>
-<td class=b>'D4476'</td><td class=b>= TG-810</td>
+</tr><tr><td>'D4303'</td><td>= u700,S700</td>
+<td class=b>'D4474'</td><td class=b>= TG-610</td>
<td>'S0092'</td><td>= E-M1MarkIII</td>
-</tr><tr><td>'D4310'</td><td>= FE-130,X-720</td>
-<td class=b>'D4478'</td><td class=b>= VG145,VG140,D715</td>
+</tr><tr><td>'D4304'</td><td>= FE100,X710</td>
+<td class=b>'D4476'</td><td class=b>= TG-810</td>
<td>'S0093'</td><td>= E-P7</td>
-</tr><tr><td>'D4311'</td><td>= FE-140,X-725</td>
-<td class=b>'D4479'</td><td class=b>= VG130,D710</td>
+</tr><tr><td>'D4305'</td><td>= FE110,X705</td>
+<td class=b>'D4478'</td><td class=b>= VG145,VG140,D715</td>
<td>'S0095'</td><td>= OM-1</td>
-</tr><tr><td>'D4312'</td><td>= FE150,X730</td>
+</tr><tr><td>'D4310'</td><td>= FE-130,X-720</td>
+<td class=b>'D4479'</td><td class=b>= VG130,D710</td>
+<td>'S0101'</td><td>= OM-5</td>
+</tr><tr><td>'D4311'</td><td>= FE-140,X-725</td>
<td class=b>'D4480'</td><td class=b>= VG120,D705</td>
<td>'SR45'</td><td>= D220</td>
-</tr><tr><td>'D4313'</td><td>= FE160,X735</td>
+</tr><tr><td>'D4312'</td><td>= FE150,X730</td>
<td class=b>'D4482'</td><td class=b>= VR310,D720</td>
<td>'SR55'</td><td>= D320L</td>
-</tr><tr><td>'D4314'</td><td>= u740,S740</td>
+</tr><tr><td>'D4313'</td><td>= FE160,X735</td>
<td class=b>'D4484'</td><td class=b>= VR320,D725</td>
<td>'SR83'</td><td>= D340L</td>
-</tr><tr><td>'D4315'</td><td>= u750,S750</td>
+</tr><tr><td>'D4314'</td><td>= u740,S740</td>
<td class=b>'D4486'</td><td class=b>= VR330,D730</td>
<td>'SR85'</td><td>= C830L,D340R</td>
-</tr><tr><td>'D4316'</td><td>= u730/S730</td>
+</tr><tr><td>'D4315'</td><td>= u750,S750</td>
<td class=b>'D4488'</td><td class=b>= VG110,D700</td>
<td>'SR852'</td><td>= C860L,D360L</td>
-</tr><tr><td>'D4317'</td><td>= FE115,X715</td>
+</tr><tr><td>'D4316'</td><td>= u730/S730</td>
<td class=b>'D4490'</td><td class=b>= SP-610UZ</td>
<td>'SR872'</td><td>= C900Z,D400Z</td>
-</tr><tr><td>'D4321'</td><td>= SP550UZ</td>
+</tr><tr><td>'D4317'</td><td>= FE115,X715</td>
<td class=b>'D4492'</td><td class=b>= SZ-10</td>
<td>'SR874'</td><td>= C960Z,D460Z</td>
-</tr><tr><td>'D4322'</td><td>= SP510UZ</td>
+</tr><tr><td>'D4321'</td><td>= SP550UZ</td>
<td class=b>'D4494'</td><td class=b>= SZ-20</td>
<td>'SR951'</td><td>= C2000Z</td>
-</tr><tr><td>'D4324'</td><td>= FE170,X760</td>
+</tr><tr><td>'D4322'</td><td>= SP510UZ</td>
<td class=b>'D4496'</td><td class=b>= SZ-30MR</td>
<td>'SR952'</td><td>= C21</td>
-</tr><tr><td>'D4326'</td><td>= FE200</td>
+</tr><tr><td>'D4324'</td><td>= FE170,X760</td>
<td class=b>'D4498'</td><td class=b>= SP-810UZ</td>
<td>'SR953'</td><td>= C21T.commu</td>
-</tr><tr><td>'D4327'</td><td>= FE190/X750</td>
+</tr><tr><td>'D4326'</td><td>= FE200</td>
<td class=b>'D4500'</td><td class=b>= SZ-11</td>
<td>'SR954'</td><td>= C2020Z</td>
-</tr><tr><td>'D4328'</td><td>= u760,S760</td>
+</tr><tr><td>'D4327'</td><td>= FE190/X750</td>
<td class=b>'D4504'</td><td class=b>= TG-615</td>
<td>'SR955'</td><td>= C990Z,D490Z</td>
-</tr><tr><td>'D4330'</td><td>= FE180/X745</td>
+</tr><tr><td>'D4328'</td><td>= u760,S760</td>
<td class=b>'D4508'</td><td class=b>= TG-620</td>
<td>'SR956'</td><td>= C211Z</td>
-</tr><tr><td>'D4331'</td><td>= u1000/S1000</td>
+</tr><tr><td>'D4330'</td><td>= FE180/X745</td>
<td class=b>'D4510'</td><td class=b>= TG-820</td>
<td>'SR959'</td><td>= C990ZS,D490Z</td>
-</tr><tr><td>'D4332'</td><td>= u770SW,S770SW</td>
+</tr><tr><td>'D4331'</td><td>= u1000/S1000</td>
<td class=b>'D4512'</td><td class=b>= TG-1</td>
<td>'SR95A'</td><td>= C2100UZ</td>
-</tr><tr><td>'D4333'</td><td>= FE240/X795</td>
+</tr><tr><td>'D4332'</td><td>= u770SW,S770SW</td>
<td class=b>'D4516'</td><td class=b>= SH-21</td>
<td>'SR971'</td><td>= C100,D370</td>
-</tr><tr><td>'D4334'</td><td>= FE210,X775</td>
+</tr><tr><td>'D4333'</td><td>= FE240/X795</td>
<td class=b>'D4519'</td><td class=b>= SZ-14</td>
<td>'SR973'</td><td>= C2,D230</td>
-</tr><tr><td>'D4336'</td><td>= FE230/X790</td>
+</tr><tr><td>'D4334'</td><td>= FE210,X775</td>
<td class=b>'D4520'</td><td class=b>= SZ-31MR</td>
<td>'SX151'</td><td>= E100RS</td>
-</tr><tr><td>'D4337'</td><td>= FE220,X785</td>
+</tr><tr><td>'D4336'</td><td>= FE230/X790</td>
<td class=b>'D4521'</td><td class=b>= SH-25MR</td>
<td>'SX351'</td><td>= C3000Z / C3030Z</td>
-</tr><tr><td>'D4338'</td><td>= u725SW,S725SW</td>
+</tr><tr><td>'D4337'</td><td>= FE220,X785</td>
<td class=b>'D4523'</td><td class=b>= SP-720UZ</td>
<td>'SX354'</td><td>= C3040Z</td>
-</tr><tr><td>'D4339'</td><td>= FE250/X800</td>
+</tr><tr><td>'D4338'</td><td>= u725SW,S725SW</td>
<td class=b>'D4529'</td><td class=b>= VG170</td>
<td>'SX355'</td><td>= C2040Z</td>
-</tr><tr><td>'D4341'</td><td>= u780,S780</td>
+</tr><tr><td>'D4339'</td><td>= FE250/X800</td>
<td class=b>'D4531'</td><td class=b>= XZ-2</td>
<td>'SX357'</td><td>= C700UZ</td>
-</tr><tr><td>'D4343'</td><td>= u790SW,S790SW</td>
+</tr><tr><td>'D4341'</td><td>= u780,S780</td>
<td class=b>'D4535'</td><td class=b>= SP-620UZ</td>
<td>'SX358'</td><td>= C200Z,D510Z</td>
-</tr><tr><td>'D4344'</td><td>= u1020,S1020</td>
+</tr><tr><td>'D4343'</td><td>= u790SW,S790SW</td>
<td class=b>'D4536'</td><td class=b>= TG-320</td>
<td>'SX374'</td><td>= C3100Z,C3020Z</td>
-</tr><tr><td>'D4346'</td><td>= FE15,X10</td>
+</tr><tr><td>'D4344'</td><td>= u1020,S1020</td>
<td class=b>'D4537'</td><td class=b>= VR340,D750</td>
<td>'SX552'</td><td>= C4040Z</td>
-</tr><tr><td>'D4348'</td><td>= FE280,X820,C520</td>
+</tr><tr><td>'D4346'</td><td>= FE15,X10</td>
<td class=b>'D4538'</td><td class=b>= VG160,X990,D745</td>
<td>'SX553'</td><td>= C40Z,D40Z</td>
-</tr><tr><td>'D4349'</td><td>= FE300,X830</td>
+</tr><tr><td>'D4348'</td><td>= FE280,X820,C520</td>
<td class=b>'D4541'</td><td class=b>= SZ-12</td>
<td>'SX556'</td><td>= C730UZ</td>
-</tr><tr><td>'D4350'</td><td>= u820,S820</td>
+</tr><tr><td>'D4349'</td><td>= FE300,X830</td>
<td class=b>'D4545'</td><td class=b>= VH410</td>
<td>'SX558'</td><td>= C5050Z</td>
-</tr><tr><td>'D4351'</td><td>= u1200,S1200</td>
+</tr><tr><td>'D4350'</td><td>= u820,S820</td>
<td class=b>'D4546'</td><td class=b>= XZ-10</td>
<td>'SX571'</td><td>= C120,D380</td>
-</tr><tr><td>'D4352'</td><td>= FE270,X815,C510</td>
+</tr><tr><td>'D4351'</td><td>= u1200,S1200</td>
<td class=b>'D4547'</td><td class=b>= TG-2</td>
<td>'SX574'</td><td>= C300Z,D550Z</td>
-</tr><tr><td>'D4353'</td><td>= u795SW,S795SW</td>
+</tr><tr><td>'D4352'</td><td>= FE270,X815,C510</td>
<td class=b>'D4548'</td><td class=b>= TG-830</td>
<td>'SX575'</td><td>= C4100Z,C4000Z</td>
-</tr><tr><td>'D4354'</td><td>= u1030SW,S1030SW</td>
+</tr><tr><td>'D4353'</td><td>= u795SW,S795SW</td>
<td class=b>'D4549'</td><td class=b>= TG-630</td>
<td>'SX751'</td><td>= X200,D560Z,C350Z</td>
-</tr><tr><td>'D4355'</td><td>= SP560UZ</td>
+</tr><tr><td>'D4354'</td><td>= u1030SW,S1030SW</td>
<td class=b>'D4550'</td><td class=b>= SH-50</td>
<td>'SX752'</td><td>= X300,D565Z,C450Z</td>
-</tr><tr><td>'D4356'</td><td>= u1010,S1010</td>
+</tr><tr><td>'D4355'</td><td>= SP560UZ</td>
<td class=b>'D4553'</td><td class=b>= SZ-16,DZ-105</td>
<td>'SX753'</td><td>= C750UZ</td>
-</tr><tr><td>'D4357'</td><td>= u830,S830</td>
+</tr><tr><td>'D4356'</td><td>= u1010,S1010</td>
<td class=b>'D4562'</td><td class=b>= SP-820UZ</td>
<td>'SX754'</td><td>= C740UZ</td>
-</tr><tr><td>'D4359'</td><td>= u840,S840</td>
+</tr><tr><td>'D4357'</td><td>= u830,S830</td>
<td class=b>'D4566'</td><td class=b>= SZ-15</td>
<td>'SX755'</td><td>= C755UZ</td>
-</tr><tr><td>'D4360'</td><td>= FE350WIDE,X865</td>
+</tr><tr><td>'D4359'</td><td>= u840,S840</td>
<td class=b>'D4572'</td><td class=b>= STYLUS1</td>
<td>'SX756'</td><td>= C5060WZ</td>
-</tr><tr><td>'D4361'</td><td>= u850SW,S850SW</td>
+</tr><tr><td>'D4360'</td><td>= FE350WIDE,X865</td>
<td class=b>'D4574'</td><td class=b>= TG-3</td>
<td>'SX757'</td><td>= C8080WZ</td>
-</tr><tr><td>'D4362'</td><td>= FE340,X855,C560</td>
+</tr><tr><td>'D4361'</td><td>= u850SW,S850SW</td>
<td class=b>'D4575'</td><td class=b>= TG-850</td>
<td>'SX758'</td><td>= X350,D575Z,C360Z</td>
-</tr><tr><td>'D4363'</td><td>= FE320,X835,C540</td>
+</tr><tr><td>'D4362'</td><td>= FE340,X855,C560</td>
<td class=b>'D4579'</td><td class=b>= SP-100EE</td>
<td>'SX759'</td><td>= X400,D580Z,C460Z</td>
-</tr><tr><td>'D4364'</td><td>= SP570UZ</td>
+</tr><tr><td>'D4363'</td><td>= FE320,X835,C540</td>
<td class=b>'D4580'</td><td class=b>= SH-60</td>
<td>'SX75A'</td><td>= AZ-2ZOOM</td>
-</tr><tr><td>'D4366'</td><td>= FE330,X845,C550</td>
+</tr><tr><td>'D4364'</td><td>= SP570UZ</td>
<td class=b>'D4581'</td><td class=b>= SH-1</td>
<td>'SX75B'</td><td>= D595Z,C500Z</td>
-</tr><tr><td>'D4368'</td><td>= FE310,X840,C530</td>
+</tr><tr><td>'D4366'</td><td>= FE330,X845,C550</td>
<td class=b>'D4582'</td><td class=b>= TG-835</td>
<td>'SX75C'</td><td>= X550,D545Z,C480Z</td>
-</tr><tr><td>'D4370'</td><td>= u1050SW,S1050SW</td>
+</tr><tr><td>'D4368'</td><td>= FE310,X840,C530</td>
<td class=b>'D4585'</td><td class=b>= SH-2 / SH-3</td>
<td>'SX75D'</td><td>= IR-300</td>
-</tr><tr><td>'D4371'</td><td>= u1060,S1060</td>
+</tr><tr><td>'D4370'</td><td>= u1050SW,S1050SW</td>
<td class=b>'D4586'</td><td class=b>= TG-4</td>
<td>'SX75F'</td><td>= C55Z,C5500Z</td>
-</tr><tr><td>'D4372'</td><td>= FE370,X880,C575</td>
+</tr><tr><td>'D4371'</td><td>= u1060,S1060</td>
<td class=b>'D4587'</td><td class=b>= TG-860</td>
<td>'SX75G'</td><td>= C170,D425</td>
-</tr><tr><td>'D4374'</td><td>= SP565UZ</td>
+</tr><tr><td>'D4372'</td><td>= FE370,X880,C575</td>
<td class=b>'D4591'</td><td class=b>= TG-870</td>
<td>'SX75J'</td><td>= C180,D435</td>
-</tr><tr><td>'D4377'</td><td>= u1040,S1040</td>
+</tr><tr><td>'D4374'</td><td>= SP565UZ</td>
<td class=b>'D4593'</td><td class=b>= TG-5</td>
<td>'SX771'</td><td>= C760UZ</td>
-</tr><tr><td>'D4378'</td><td>= FE360,X875,C570</td>
+</tr><tr><td>'D4377'</td><td>= u1040,S1040</td>
<td class=b>'D4603'</td><td class=b>= TG-6</td>
<td>'SX772'</td><td>= C770UZ</td>
-</tr><tr><td>'D4379'</td><td>= FE20,X15,C25</td>
+</tr><tr><td>'D4378'</td><td>= FE360,X875,C570</td>
<td class=b>'D4809'</td><td class=b>= C2500L</td>
<td>'SX773'</td><td>= C745UZ</td>
-</tr><tr><td>'D4380'</td><td>= uT6000,ST6000</td>
+</tr><tr><td>'D4379'</td><td>= FE20,X15,C25</td>
<td class=b>'D4842'</td><td class=b>= E-10</td>
<td>'SX774'</td><td>= X250,D560Z,C350Z</td>
-</tr><tr><td>'D4381'</td><td>= uT8000,ST8000</td>
+</tr><tr><td>'D4380'</td><td>= uT6000,ST6000</td>
<td class=b>'D4856'</td><td class=b>= C-1</td>
<td>'SX775'</td><td>= X100,D540Z,C310Z</td>
-</tr><tr><td>'D4382'</td><td>= u9000,S9000</td>
+</tr><tr><td>'D4381'</td><td>= uT8000,ST8000</td>
<td class=b>'D4857'</td><td class=b>= C-1Z,D-150Z</td>
<td>'SX776'</td><td>= C460ZdelSol</td>
-</tr><tr><td>'D4384'</td><td>= SP590UZ</td>
+</tr><tr><td>'D4382'</td><td>= u9000,S9000</td>
<td class=b>'DCHC'</td><td class=b>= D500L</td>
<td>'SX777'</td><td>= C765UZ</td>
-</tr><tr><td>'D4385'</td><td>= FE3010,X895</td>
+</tr><tr><td>'D4384'</td><td>= SP590UZ</td>
<td class=b>'DCHT'</td><td class=b>= D600L / D620L</td>
<td>'SX77A'</td><td>= D555Z,C315Z</td>
-</tr><tr><td>'D4386'</td><td>= FE3000,X890</td>
+</tr><tr><td>'D4385'</td><td>= FE3010,X895</td>
<td class=b>'K0055'</td><td class=b>= AIR-A01</td>
<td>'SX851'</td><td>= C7070WZ</td>
-</tr><tr><td>'D4387'</td><td>= FE35,X30</td>
+</tr><tr><td>'D4386'</td><td>= FE3000,X890</td>
<td class=b>'S0003'</td><td class=b>= E-330</td>
<td>'SX852'</td><td>= C70Z,C7000Z</td>
-</tr><tr><td>'D4388'</td><td>= u550WP,S550WP</td>
+</tr><tr><td>'D4387'</td><td>= FE35,X30</td>
<td class=b>'S0004'</td><td class=b>= E-500</td>
<td>'SX853'</td><td>= SP500UZ</td>
-</tr><tr><td>'D4390'</td><td>= FE5000,X905</td>
+</tr><tr><td>'D4388'</td><td>= u550WP,S550WP</td>
<td class=b>'S0009'</td><td class=b>= E-400</td>
<td>'SX854'</td><td>= SP310</td>
-</tr><tr><td>'D4391'</td><td>= u5000</td>
+</tr><tr><td>'D4390'</td><td>= FE5000,X905</td>
<td class=b>'S0010'</td><td class=b>= E-510</td>
<td>'SX855'</td><td>= SP350</td>
-</tr><tr><td>'D4392'</td><td>= u7000,S7000</td>
+</tr><tr><td>'D4391'</td><td>= u5000</td>
<td class=b>'S0011'</td><td class=b>= E-3</td>
<td>'SX873'</td><td>= SP320</td>
-</tr><tr><td>'D4396'</td><td>= FE5010,X915</td>
+</tr><tr><td>'D4392'</td><td>= u7000,S7000</td>
<td class=b>'S0013'</td><td class=b>= E-410</td>
<td>'SX875'</td><td>= FE180/X745</td>
-</tr><tr><td>'D4397'</td><td>= FE25,X20</td>
+</tr><tr><td>'D4396'</td><td>= FE5010,X915</td>
<td class=b>'S0016'</td><td class=b>= E-420</td>
<td>'SX876'</td><td>= FE190/X750</td>
+</tr><tr><td>'D4397'</td><td>= FE25,X20</td>
+<td class=b>'S0017'</td><td class=b>= E-30</td>
+<td>&nbsp;</td><td>&nbsp;</td>
+</tr><tr><td>'D4398'</td><td>= FE45,X40</td>
+<td class=b>'S0018'</td><td class=b>= E-520</td>
+<td>&nbsp;</td><td>&nbsp;</td>
</tr></table></td></tr></table></blockquote>
<h2><a name='TextInfo'>Olympus TextInfo Tags</a></h2>
@@ -3733,7 +3736,7 @@ such as the OM E-M5.</p>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Oct 19, 2022</i>
+<br><i>Last revised Nov 8, 2022</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/Pentax.html b/html/TagNames/Pentax.html
index 45937c65..5a8158d2 100644
--- a/html/TagNames/Pentax.html
+++ b/html/TagNames/Pentax.html
@@ -2160,6 +2160,10 @@ identify the specific lens model.</p>
</tr><tr><td>'8 255.5'</td><td>= Sigma 50-200mm F4-5.6 DC OS</td>
</tr><tr><td>'8 255.6'</td><td>= Sigma 24-70mm F2.8 EX DG HSM</td>
</tr><tr><td>'9 0'</td><td>= 645 Manual Lens</td>
+</tr><tr><td>'9 3'</td><td>= HD PENTAX-FA 43mm F1.9 Limited</td>
+</tr><tr><td>'9 24'</td><td>= HD PENTAX-FA 77mm F1.8 Limited</td>
+</tr><tr><td>'9 39'</td><td>= HD PENTAX-FA 31mm F1.8 AL Limited</td>
+</tr><tr><td>'9 247'</td><td>= HD PENTAX-DA FISH-EYE 10-17mm F3.5-4.5 ED [IF]</td>
</tr><tr><td>'10 0'</td><td>= 645 A Series Lens</td>
</tr><tr><td>'11 1'</td><td>= smc PENTAX-FA 645 75mm F2.8</td>
</tr><tr><td>'11 2'</td><td>= smc PENTAX-FA 645 45mm F2.8</td>
@@ -4918,7 +4922,7 @@ stored as ASCII text in a format very similar to some HP models.</p>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Oct 19, 2022</i>
+<br><i>Last revised Nov 8, 2022</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/Photoshop.html b/html/TagNames/Photoshop.html
index 8951e424..8196f70c 100644
--- a/html/TagNames/Photoshop.html
+++ b/html/TagNames/Photoshop.html
@@ -84,7 +84,15 @@ access to this information.
<td title='0x03f3 = 1011'>0x03f3</td>
<td>PrintFlags?</td>
<td class=c>no</td>
-<td>&nbsp;</td></tr>
+<td><span class=s>Byte 0 = Labels
+ <br>Byte 1 = Corner crop marks
+ <br>Byte 2 = Color bars
+ <br>Byte 3 = Registration marks
+ <br>Byte 4 = Negative
+ <br>Byte 5 = Emulsion down
+ <br>Byte 6 = Interpolate
+ <br>Byte 7 = Description
+ <br>Byte 8 = Print flags</span></td></tr>
<tr class=b>
<td title='0x03f4 = 1012'>0x03f4</td>
<td>BW_HalftoningInfo?</td>
@@ -763,7 +771,7 @@ indication that the XMP is synchronized with the IPTC)</span></span></td></tr>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Jun 1, 2022</i>
+<br><i>Last revised Nov 8, 2022</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/QuickTime.html b/html/TagNames/QuickTime.html
index 138bf92a..a8326bd0 100644
--- a/html/TagNames/QuickTime.html
+++ b/html/TagNames/QuickTime.html
@@ -193,9 +193,11 @@ roll, yaw, speed, altitude)</span></span></td></tr>
<td>'skip'</td>
<td>CanonSkip
<br>PreviewImage
+ <br>SkipInfo
<br>Skip?</td>
-<td class=c>-<br>no<br>no</td>
-<td>--&gt; <a href='Canon.html#Skip'>Canon Skip Tags</a></td></tr>
+<td class=c>-<br>no<br>-<br>no</td>
+<td>--&gt; <a href='Canon.html#Skip'>Canon Skip Tags</a>
+ <br>--&gt; <a href='QuickTime.html#SkipInfo'>QuickTime SkipInfo Tags</a></td></tr>
<tr class=b>
<td>'thm '</td>
<td>ThumbnailImage</td>
@@ -244,7 +246,7 @@ roll, yaw, speed, altitude)</span></span></td></tr>
<p>The tags below are extracted from timed metadata in QuickTime and other
formats of video files when the ExtractEmbedded option is used. Although
most of these tags are combined into the single table below, ExifTool
-currently reads 61 different formats of timed GPS metadata from video files.</p>
+currently reads 62 different formats of timed GPS metadata from video files.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
@@ -8530,6 +8532,24 @@ yaw, pitch and roll angles in degrees)</span></span></td></tr>
<td>&nbsp;</td></tr>
</table></td></tr></table></blockquote>
+<h2><a name='SkipInfo'>QuickTime SkipInfo Tags</a></h2>
+<blockquote>
+<table class=frame><tr><td>
+<table class=inner cellspacing=1>
+<tr class=h><th>Tag&nbsp;ID</th><th>Tag Name</th>
+<th>Writable</th><th>Values / <span class=n>Notes</span></th></tr>
+<tr>
+<td>'thma'</td>
+<td>ThumbnailImage</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
+<td>'ver '</td>
+<td>Version</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+</table></td></tr></table></blockquote>
+
<h2><a name='Profile'>QuickTime Profile Tags</a></h2>
<blockquote>
<table class=frame><tr><td>
@@ -8961,7 +8981,7 @@ yaw, pitch and roll angles in degrees)</span></span></td></tr>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Oct 19, 2022</i>
+<br><i>Last revised Nov 8, 2022</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/Sony.html b/html/TagNames/Sony.html
index 7a0a6911..11a03f4f 100644
--- a/html/TagNames/Sony.html
+++ b/html/TagNames/Sony.html
@@ -998,9 +998,9 @@ toward magenta)</span></span></td></tr>
<br>306 = ILCE-7
<br>307 = NEX-5T
<br>308 = DSC-RX100M2
- <br>309 = DSC-RX10</td><td>&nbsp;&nbsp;</td>
- <td>310 = DSC-RX1R
- <br>311 = ILCE-7R
+ <br>309 = DSC-RX10
+ <br>310 = DSC-RX1R</td><td>&nbsp;&nbsp;</td>
+ <td>311 = ILCE-7R
<br>312 = ILCE-6000
<br>313 = ILCE-5000
<br>317 = DSC-RX100M3
@@ -1045,6 +1045,7 @@ toward magenta)</span></span></td></tr>
<br>387 = ILCE-7RM4A
<br>388 = ILCE-7M4
<br>389 = ZV-1F
+ <br>390 = ILCE-7RM5
<br>391 = ILME-FX30</td></tr></table>
</td></tr>
<tr>
@@ -4926,6 +4927,7 @@ multi-frame noise reduction)</span></span></td></tr>
</tr><tr><td>49469</td><td>= Tamron 35-150mm F2-F2.8 Di III VXD</td>
</tr><tr><td>49470</td><td>= Tamron 28-75mm F2.8 Di III VXD G2</td>
</tr><tr><td>49471</td><td>= Tamron 50-400mm F4.5-6.3 Di III VC VXD</td>
+</tr><tr><td>49472</td><td>= Tamron 20-40mm F2.8 Di III VXD</td>
</tr><tr><td>49473</td><td>= Tokina atx-m 85mm F1.8 FE or Viltrox lens</td>
</tr><tr><td>49473.1</td><td>= Viltrox 23mm F1.4 E</td>
</tr><tr><td>49473.2</td><td>= Viltrox 56mm F1.4 E</td>
@@ -4971,6 +4973,8 @@ multi-frame noise reduction)</span></span></td></tr>
</tr><tr><td>50531</td><td>= Sigma 18-50mm F2.8 DC DN | C</td>
</tr><tr><td>50532</td><td>= Sigma 20mm F2 DG DN | C</td>
</tr><tr><td>50533</td><td>= Sigma 16-28mm F2.8 DG DN | C</td>
+</tr><tr><td>50534</td><td>= Sigma 20mm F1.4 DG DN | A</td>
+</tr><tr><td>50535</td><td>= Sigma 24mm F1.4 DG DN | A</td>
</tr><tr><td>50992</td><td>= Voigtlander SUPER WIDE-HELIAR 15mm F4.5 III</td>
</tr><tr><td>50993</td><td>= Voigtlander HELIAR-HYPER WIDE 10mm F5.6</td>
</tr><tr><td>50994</td><td>= Voigtlander ULTRA WIDE-HELIAR 12mm F5.6 III</td>
@@ -10982,7 +10986,7 @@ ILCE-7/7M2/7M3/7R/7RM2/7RM3/7RM4/7S/7SM2/9/9M2/5000/5100/6000/6100/6300/
</table></td></tr></table></blockquote>
<h2><a name='Tag9416'>Sony Tag9416 Tags</a></h2>
-<p>Valid for the ILCE-1/7M4/7SM3, ILME-FX3.</p>
+<p>Valid for the ILCE-1/7M4/7RM5/7SM3, ILME-FX3.</p>
<blockquote>
<table class=frame><tr><td>
<table class=inner cellspacing=1>
@@ -11126,15 +11130,25 @@ ILCE-7/7M2/7M3/7R/7RM2/7RM3/7RM4/7S/7SM2/9/9M2/5000/5100/6000/6100/6300/
<td class=c>no</td>
<td>&nbsp;</td></tr>
<tr class=b>
+<td class=r title='2203 = 0x89b'>2203</td>
+<td>VignettingCorrParams</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
+<tr>
<td class=r title='2324 = 0x914'>2324</td>
<td>ChromaticAberrationCorrParams</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td class=r title='2326 = 0x916'>2326</td>
<td>ChromaticAberrationCorrParams</td>
<td class=c>no</td>
<td>&nbsp;</td></tr>
+<tr>
+<td class=r title='2373 = 0x945'>2373</td>
+<td>ChromaticAberrationCorrParams</td>
+<td class=c>no</td>
+<td>&nbsp;</td></tr>
</table></td></tr></table></blockquote>
<h2><a name='PIC'>Sony PIC Tags</a></h2>
@@ -11838,7 +11852,7 @@ some models when the <a href="../ExifTool.html#ExtractEmbedded">ExtractEmbedded<
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Oct 19, 2022</i>
+<br><i>Last revised Nov 8, 2022</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/XMP.html b/html/TagNames/XMP.html
index 9f4cfbb9..5beddac9 100644
--- a/html/TagNames/XMP.html
+++ b/html/TagNames/XMP.html
@@ -11509,10 +11509,14 @@ of tags available in DICOM-format files.</p>
<td class=c>string</td>
<td>&nbsp;</td></tr>
<tr>
-<td>PickLabel</td>
+<td>PicasawebGPhotoId</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
<tr class=b>
+<td>PickLabel</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr>
<td>TagsList</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
@@ -12495,6 +12499,10 @@ writing due to name conflicts with tags in other schemas.</p>
<td class=c>string</td>
<td>&nbsp;</td></tr>
<tr class=b>
+<td>ShotLogData</td>
+<td class=c>string</td>
+<td><span class=s><span class=n>(called shot_log_data by the spec)</span></span></td></tr>
+<tr>
<td>SpecialTypeID</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
@@ -12513,6 +12521,10 @@ writing due to name conflicts with tags in other schemas.</p>
<td>CameraBurstID</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
+<tr class=b>
+<td>Type</td>
+<td class=c title=' / = Avoid'>string/</td>
+<td>&nbsp;</td></tr>
</table></td></tr></table></blockquote>
<h2><a name='GDepth'>XMP GDepth Tags</a></h2>
@@ -13242,7 +13254,7 @@ shortens this for the family 1 group name. (see
</table></td></tr></table></blockquote>
<h2><a name='iptcExt'>XMP iptcExt Tags</a></h2>
-<p>This table contains tags defined by the IPTC Extension schema version 1.6
+<p>This table contains tags defined by the IPTC Extension schema version 1.7
and IPTC Video Metadata version 1.3. The actual namespace prefix is
&quot;Iptc4xmpExt&quot;, but ExifTool shortens this for the family 1 group name. (See
<a href="http://www.iptc.org/standards/photo-metadata/iptc-standard/">http://www.iptc.org/standards/photo-metadata/iptc-standard/</a> and
@@ -14030,236 +14042,241 @@ and IPTC Video Metadata version 1.3. The actual namespace prefix is
+ = List'>string_+</td>
<td><span class=s><span class=n>(ProductInImageProductGTIN)</span></span></td></tr>
<tr class=b>
+<td>ProductInImageProductId</td>
+<td class=c title=' _ = Flattened
+ + = List'>string_+</td>
+<td>&nbsp;</td></tr>
+<tr>
<td>ProductInImageName</td>
<td class=c title=' _ = Flattened
+ = List'>lang-alt_+</td>
<td><span class=s><span class=n>(ProductInImageProductName)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>PublicationEvent</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#PublicationEvent'>PublicationEvent Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>PublicationEventDate</td>
<td class=c title=' _ = Flattened
+ = List'>date_+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>PublicationEventIdentifier</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>PublicationEventName</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Rating</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#Rating'>Rating Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>RatingRegion</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#LocationDetails'>LocationDetails Struct</a>
<br><span class='n s'>(RatingRatingRegion)</span></td></tr>
-<tr>
+<tr class=b>
<td>RatingRegionCity</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingRegionCity)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RatingRegionCountryCode</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingRegionCountryCode)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RatingRegionCountryName</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingRegionCountryName)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RatingRegionGPSAltitude</td>
<td class=c title=' _ = Flattened
+ = List'>rational_+</td>
<td><span class=s><span class=n>(RatingRatingRegionGPSAltitude)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RatingRegionGPSLatitude</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingRegionGPSLatitude)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RatingRegionGPSLongitude</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingRegionGPSLongitude)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RatingRegionIdentifier</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingRegionIdentifier)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RatingRegionLocationId</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingRegionLocationId)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RatingRegionLocationName</td>
<td class=c title=' _ = Flattened
+ = List'>lang-alt_+</td>
<td><span class=s><span class=n>(RatingRatingRegionLocationName)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RatingRegionProvinceState</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingRegionProvinceState)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RatingRegionSublocation</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingRegionSublocation)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RatingRegionWorldRegion</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingRegionWorldRegion)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RatingScaleMaxValue</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingScaleMaxValue)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RatingScaleMinValue</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingScaleMinValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RatingSourceLink</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingSourceLink)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RatingValue</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RatingValueLogoLink</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RatingRatingValueLogoLink)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RecDevice</td>
<td class=c>struct</td>
<td>--&gt; <a href='XMP.html#Device'>Device Struct</a></td></tr>
-<tr>
+<tr class=b>
<td>RecDeviceAttLensDescription</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>RecDeviceManufacturer</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>RecDeviceModelName</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>RecDeviceOwnersDeviceId</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>RecDeviceSerialNumber</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>RegistryID</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#RegistryEntryDetails'>RegistryEntryDetails Struct</a></td></tr>
-<tr>
+<tr class=b>
<td>RegistryEntryRole</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RegistryIdRegEntryRole)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>RegistryItemID</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RegistryIdRegItemId)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>RegistryOrganisationID</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(RegistryIdRegOrgId)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>ReleaseReady</td>
<td class=c>boolean</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Season</td>
<td class=c>struct</td>
<td>--&gt; <a href='XMP.html#EpisodeOrSeason'>EpisodeOrSeason Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>SeasonIdentifier</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SeasonName</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SeasonNumber</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>Series</td>
<td class=c>struct</td>
<td>--&gt; <a href='XMP.html#Series'>Series Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>SeriesIdentifier</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>SeriesName</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>Snapshot</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#LinkedImage'>LinkedImage Struct</a>
<br><span class='n s'>(called SnapshotLink by the spec)</span></td></tr>
-<tr>
+<tr class=b>
<td>SnapshotFormat</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(SnapshotLinkFormat)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>SnapshotHeightPixels</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(SnapshotLinkHeightPixels)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>SnapshotImageRole</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(SnapshotLinkImageRole)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>SnapshotLink</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(SnapshotLinkLink)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>SnapshotLinkQualifier</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(SnapshotLinkLinkQualifier)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>SnapshotUsedVideoFrame</td>
<td class=c title=' _ = Flattened
+ = List'>struct_+</td>
<td>--&gt; <a href='XMP.html#Timecode'>Timecode Struct</a>
<br><span class='n s'>(SnapshotLinkUsedVideoFrame)</span></td></tr>
-<tr>
+<tr class=b>
<td>SnapshotUsedVideoFrameTimeFormat</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
@@ -14275,137 +14292,137 @@ and IPTC Video Metadata version 1.3. The actual namespace prefix is
<br>&#39;5994NonDropTimecode&#39; = 59.94 fps (non-drop)
<br>&#39;60Timecode&#39; = 60 fps</td></tr></table>
</td></tr>
-<tr class=b>
+<tr>
<td>SnapshotUsedVideoFrameTimeValue</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td><span class=s><span class=n>(SnapshotLinkUsedVideoFrameTimeValue)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>SnapshotUsedVideoFrameValue</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(SnapshotLinkUsedVideoFrameValue; only in XMP 2008 spec; an error?)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>SnapshotWidthPixels</td>
<td class=c title=' _ = Flattened
+ = List'>integer_+</td>
<td><span class=s><span class=n>(SnapshotLinkWidthPixels)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>StorylineIdentifier</td>
<td class=c title=' + = List'>string+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>StreamReady</td>
<td class=c>string</td>
<td><span class=s>&#39;false&#39; = False
<br>&#39;true&#39; = True
<br>&#39;unknown&#39; = Unknown</span></td></tr>
-<tr>
+<tr class=b>
<td>StylePeriod</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SupplyChainSource</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#Entity'>Entity Struct</a></td></tr>
-<tr>
+<tr class=b>
<td>SupplyChainSourceIdentifier</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>SupplyChainSourceName</td>
<td class=c title=' _ = Flattened
+ = List'>lang-alt_+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>TemporalCoverage</td>
<td class=c>struct</td>
<td>--&gt; <a href='XMP.html#TemporalCoverage'>TemporalCoverage Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>TemporalCoverageFrom</td>
<td class=c title=' _ = Flattened'>date_</td>
<td><span class=s><span class=n>(TemporalCoverageTempCoverageFrom)</span></span></td></tr>
-<tr>
+<tr class=b>
<td>TemporalCoverageTo</td>
<td class=c title=' _ = Flattened'>date_</td>
<td><span class=s><span class=n>(TemporalCoverageTempCoverageTo)</span></span></td></tr>
-<tr class=b>
+<tr>
<td>Transcript</td>
<td class=c>lang-alt</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>TranscriptLink</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#QualifiedLink'>QualifiedLink Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>TranscriptLinkLink</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>TranscriptLinkLinkQualifier</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>VideoBitrate</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>VideoBitrateMode</td>
<td class=c>string</td>
<td><span class=s>&#39;fixed&#39; = Fixed
<br>&#39;variable&#39; = Variable</span></td></tr>
-<tr class=b>
+<tr>
<td>VideoDisplayAspectRatio</td>
<td class=c>rational</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>VideoEncodingProfile</td>
<td class=c>string</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>VideoShotType</td>
<td class=c title=' + = List'>struct+</td>
<td>--&gt; <a href='XMP.html#Entity'>Entity Struct</a></td></tr>
-<tr>
+<tr class=b>
<td>VideoShotTypeIdentifier</td>
<td class=c title=' _ = Flattened
+ = List'>string_+</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>VideoShotTypeName</td>
<td class=c title=' _ = Flattened
+ = List'>lang-alt_+</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>VideoStreamsCount</td>
<td class=c>integer</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>VisualColor</td>
<td class=c>string</td>
<td><span class=s><span class=n>(called VisualColour by the spec)</span>
<br>&#39;bw-monochrome&#39; = Monochrome
<br>&#39;colour&#39; = Color</span></td></tr>
-<tr>
+<tr class=b>
<td>WorkflowTag</td>
<td class=c>struct</td>
<td>--&gt; <a href='XMP.html#CVTermDetails'>CVTermDetails Struct</a></td></tr>
-<tr class=b>
+<tr>
<td>WorkflowTagCvId</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>WorkflowTagCvTermId</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
-<tr class=b>
+<tr>
<td>WorkflowTagCvTermName</td>
<td class=c title=' _ = Flattened'>lang-alt_</td>
<td>&nbsp;</td></tr>
-<tr>
+<tr class=b>
<td>WorkflowTagCvTermRefinedAbout</td>
<td class=c title=' _ = Flattened'>string_</td>
<td>&nbsp;</td></tr>
@@ -14857,6 +14874,10 @@ is to write ImageRegion as a structure with these tags as new fields.</p>
<td class=c>string</td>
<td>&nbsp;</td></tr>
<tr>
+<td>ProductId</td>
+<td class=c>string</td>
+<td>&nbsp;</td></tr>
+<tr class=b>
<td>ProductName</td>
<td class=c>lang-alt</td>
<td>&nbsp;</td></tr>
@@ -19762,7 +19783,7 @@ XMP module for convenience. (see <a href="http://www.w3.org/TR/SVG11/">http://w
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
-<br><i>Last revised Oct 19, 2022</i>
+<br><i>Last revised Nov 8, 2022</i>
<p class=lf><a href='index.html'>&lt;-- ExifTool Tag Names</a></p>
</body>
</html>
diff --git a/html/TagNames/index.html b/html/TagNames/index.html
index 8e4b687a..49c13245 100644
--- a/html/TagNames/index.html
+++ b/html/TagNames/index.html
@@ -10,7 +10,7 @@
<h2 class=top>ExifTool Tag Names</h2>
<p>
The tables listed below give the names of all tags recognized by ExifTool.
-They contain a total of 26009 tags, with 16658 unique tag names.
+They contain a total of 26027 tags, with 16663 unique tag names.
</p>
<blockquote>
<table width='100%' class=frame><tr><td>
@@ -239,7 +239,7 @@ ExifTool. A big thanks to everyone who has helped with this so far!)</i>
<hr>
(This document generated automatically by Image::ExifTool::BuildTagLookup)
<br><i>Created Feb 15, 2005</i>
-<br><i>Last revised Oct 19, 2022</i>
+<br><i>Last revised Nov 8, 2022</i>
<p class=lf><a href='../index.html'>&lt;-- Back to ExifTool home page</a></p>
</body>
</html>
diff --git a/html/ancient_history.html b/html/ancient_history.html
index ac158b9e..cab9fd7f 100644
--- a/html/ancient_history.html
+++ b/html/ancient_history.html
@@ -1944,7 +1944,7 @@
<li>Added a few new CanonModelID/SonyModelID values (thanks LibRaw)
<li>Added support for the Sony ILCE-7M3 (thanks Jos Roost)
<li>Decode timed GPS information from Insta360 MP4 videos with the -ee option
-<li>Write XMP before idat in MOV/MP4/CR3 files if possible
+<li>Write XMP before mdat in MOV/MP4/CR3 files if possible
<li>Fixed "'x' outside of string" runtime error when reading some Sony images
<li>Fixed problem with some hex dumps going to the console when -v3 was combined
with the -w option
diff --git a/html/exiftool_pod.html b/html/exiftool_pod.html
index a3c4884d..3b14e6c5 100644
--- a/html/exiftool_pod.html
+++ b/html/exiftool_pod.html
@@ -688,7 +688,7 @@
<p>produces output like this:</p>
-<pre><code> -- Generated by ExifTool 12.49 --
+<pre><code> -- Generated by ExifTool 12.50 --
File: a.jpg - 2003:10:31 15:44:19
(f/5.6, 1/60s, ISO 100)
File: b.jpg - 2006:05:23 11:57:38
@@ -952,7 +952,7 @@
<dt id="fast-NUM"><b>-fast</b>[<i>NUM</i>]</dt>
<dd>
-<p>Increase speed of extracting information. With <b>-fast</b> (or <b>-fast1</b>), ExifTool will not scan to the end of a JPEG image to check for an AFCP or PreviewImage trailer, or past the first comment in GIF images or the audio/video data in WAV/AVI files to search for additional metadata. These speed benefits are small when reading images directly from disk, but can be substantial if piping images through a network connection. For more substantial speed benefits, <b>-fast2</b> also causes exiftool to avoid extracting any EXIF MakerNote information. <b>-fast3</b> avoids extracting metadata from the file, and returns only pseudo System tags, but still reads the file header to obtain an educated guess at FileType. <b>-fast4</b> doesn&#39;t even read the file header, and returns only System tags and a FileType based on the file extension. <b>-fast5</b> also disables generation of the Composite tags (like <b>-e</b>). Has no effect when writing.</p>
+<p>Increase speed of extracting information. With <b>-fast</b> (or <b>-fast1</b>), ExifTool will not scan to the end of a JPEG image to check for an AFCP or PreviewImage trailer, or past the first comment in GIF images or the audio/video data in WAV/AVI files to search for additional metadata. These speed benefits are small when reading images directly from disk, but can be substantial if piping images through a network connection. For more substantial speed benefits, <b>-fast2</b> also causes exiftool to avoid extracting any EXIF MakerNote information, and to stop processing at the IDAT chunk of PNG images and the mdat atom of QuickTime-format files (but note that some files may store metadata after this). <b>-fast3</b> avoids extracting metadata from the file, and returns only pseudo System tags, but still reads the file header to obtain an educated guess at FileType. <b>-fast4</b> doesn&#39;t even read the file header, and returns only System tags and a FileType based on the file extension. <b>-fast5</b> also disables generation of the Composite tags (like <b>-e</b>). Has no effect when writing.</p>
<p>Note that a separate <b>-fast</b> setting may be used for evaluation of a <b>-if</b> condition, or when ordering files with the <b>-fileOrder</b> option. See the <b>-if</b> and <b>-fileOrder</b> options for details.</p>
@@ -964,7 +964,7 @@
<pre><code> exiftool -fileOrder DateTimeOriginal DIR</code></pre>
-<p>Additional <b>-fileOrder</b> options may be added for secondary sort keys. Numbers are sorted numerically, and all other values are sorted alphabetically. Files missing the specified tag are sorted last. The sort order may be reversed by prefixing the tag name with a <code>-</code> (eg. <code>-fileOrder -createdate</code>). Print conversion of the sorted values is disabled with the <b>-n</b> option, or a <code>#</code> appended to the tag name. Other formatting options (eg. <b>-d</b>) have no effect on the sorted values. Note that the <b>-fileOrder</b> option can have a large performance impact since it involves an additional processing pass of each file, but this impact may be reduced by specifying a <i>NUM</i> for the <b>-fast</b> level used during the metadata-extraction phase. For example, <b>-fileOrder4</b> may be used if <i>TAG</i> is a pseudo System tag. If multiple <b>-fileOrder</b> options are used, the extraction is done at the lowest <b>-fast</b> level. Note that files are sorted across directory boundaries if multiple input directories are specified.</p>
+<p>Additional <b>-fileOrder</b> options may be added for secondary sort keys. Numbers are sorted numerically, and all other values are sorted alphabetically. Files missing the specified tag are sorted last. The sort order may be reversed by prefixing the tag name with a <code>-</code> (eg. <code>-fileOrder -createdate</code>). Print conversion of the sorted values is disabled with the <b>-n</b> option, or a <code>#</code> appended to the tag name. Other formatting options (eg. <b>-d</b>) have no effect on the sorted values. Note that the <b>-fileOrder</b> option can incur large performance penalty since it involves an additional initial processing pass of all files, but this impact may be reduced by specifying a <i>NUM</i> to effectively set the <b>-fast</b> level for the initial pass. For example, <b>-fileOrder4</b> may be used if <i>TAG</i> is a pseudo System tag. If multiple <b>-fileOrder</b> options are used, the extraction is done at the lowest <b>-fast</b> level. Note that files are sorted across directory boundaries if multiple input directories are specified.</p>
</dd>
<dt id="i-DIR--ignore"><b>-i</b> <i>DIR</i> (<b>-ignore</b>)</dt>
@@ -1167,7 +1167,7 @@
-listx -EXIF:All # list database of EXIF tags in XML format
-listx -XMP:All -s # list short XML database of XMP tags</code></pre>
-<p>When combined with <b>-listx</b>, the <b>-s</b> option shortens the output by omitting the descriptions and values (as in the last example above), and <b>-f</b> adds a &#39;flags&#39; attribute if applicable. The flags are formatted as a comma-separated list of the following possible values: Avoid, Binary, List, Mandatory, Permanent, Protected, Unknown and Unsafe (see the <a>Tag Name documentation</a>). For XMP List tags, the list type (Alt, Bag or Seq) is added to the flags, and flattened structure tags are indicated by a Flattened flag.</p>
+<p>When combined with <b>-listx</b>, the <b>-s</b> option shortens the output by omitting the descriptions and values (as in the last example above), and <b>-f</b> adds &#39;flags&#39; and &#39;struct&#39; attributes if applicable. The flags are formatted as a comma-separated list of the following possible values: Avoid, Binary, List, Mandatory, Permanent, Protected, Unknown and Unsafe (see the <a>Tag Name documentation</a>). For XMP List tags, the list type (Alt, Bag or Seq) is added to the flags, and flattened structure tags are indicated by a Flattened flag with &#39;struct&#39; giving the ID of the parent structure.</p>
<p>Note that none of the <b>-list</b> options require an input <i>FILE</i>.</p>
diff --git a/html/exiftool_pod.pdf b/html/exiftool_pod.pdf
index 005725e2..b4f15902 100644
--- a/html/exiftool_pod.pdf
+++ b/html/exiftool_pod.pdf
@@ -12,7 +12,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 1)Tj
+( -- ExifTool 12.50 -- 1)Tj
/TT4 1 Tf
0 -1.6333 TD
(EXIFTOOL\(1\) User Contributed Perl Documentation EXIFTOOL\(1\))Tj
@@ -637,7 +637,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 2)Tj
+( -- ExifTool 12.50 -- 2)Tj
/TT4 1 Tf
0 -1.6333 TD
( AVIF r/w | FITS r | MACOS r | PCD r | SWF r)Tj
@@ -834,7 +834,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 3)Tj
+( -- ExifTool 12.50 -- 3)Tj
/TT4 1 Tf
0 -1.6333 TD
( -c FMT \(-coordFormat\) Set format for GPS coordinates)Tj
@@ -991,7 +991,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 4)Tj
+( -- ExifTool 12.50 -- 4)Tj
/TT4 1 Tf
0 -1.6333 TD
( -geotag TRKFILE Geotag images from specified GPS log)Tj
@@ -1282,7 +1282,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 5)Tj
+( -- ExifTool 12.50 -- 5)Tj
/TT4 1 Tf
0 -1.6333 TD
( note 4 below\). Instead, individual tags may be recovered using)Tj
@@ -1617,7 +1617,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 6)Tj
+( -- ExifTool 12.50 -- 6)Tj
/TT4 1 Tf
0 -1.6333 TD
( information it expects to find in the maker notes.)Tj
@@ -1998,7 +1998,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 7)Tj
+( -- ExifTool 12.50 -- 7)Tj
/TT4 1 Tf
0 -1.6333 TD
( _)Tj
@@ -2543,7 +2543,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 8)Tj
+( -- ExifTool 12.50 -- 8)Tj
/TT4 1 Tf
0 -1.6333 TD
( order One, Two, Three then Four with this command:)Tj
@@ -3036,7 +3036,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 9)Tj
+( -- ExifTool 12.50 -- 9)Tj
/TT4 1 Tf
0 -1.6333 TD
( Output information in the form of exiftool arguments, suitable for)Tj
@@ -3449,7 +3449,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 10)Tj
+( -- ExifTool 12.50 -- 10)Tj
/TT4 1 Tf
0 -1.6333 TD
( Valid _)Tj
@@ -3730,7 +3730,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 11)Tj
+( -- ExifTool 12.50 -- 11)Tj
/TT4 1 Tf
0 -1.6333 TD
( exiftool -csv=a.csv dir)Tj
@@ -4071,7 +4071,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 12)Tj
+( -- ExifTool 12.50 -- 12)Tj
/TT4 1 Tf
0 -2.7333 TD
( -)Tj
@@ -4746,7 +4746,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 13)Tj
+( -- ExifTool 12.50 -- 13)Tj
/TT4 1 Tf
0 -1.6333 TD
( output, or import JSON file if _)Tj
@@ -5237,7 +5237,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 14)Tj
+( -- ExifTool 12.50 -- 14)Tj
/TT4 1 Tf
0 -1.6333 TD
( available to help preserve the column alignment of the plain text)Tj
@@ -5442,7 +5442,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 15)Tj
+( -- ExifTool 12.50 -- 15)Tj
/TT4 1 Tf
0 -1.6333 TD
( > exiftool -Orientation='Rotate 90 CW' a.jpg)Tj
@@ -5565,7 +5565,7 @@ T*
T*
( produces output like this:)Tj
T*
-( -- Generated by ExifTool 12.49 --)Tj
+( -- Generated by ExifTool 12.50 --)Tj
0 -1.1 TD
( File: a.jpg - 2003:10:31 15:44:19)Tj
T*
@@ -5765,7 +5765,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 16)Tj
+( -- ExifTool 12.50 -- 16)Tj
/TT4 1 Tf
0 -2.7333 TD
( -)Tj
@@ -6296,7 +6296,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 17)Tj
+( -- ExifTool 12.50 -- 17)Tj
/TT4 1 Tf
0 -1.6333 TD
( -)Tj
@@ -6717,7 +6717,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 18)Tj
+( -- ExifTool 12.50 -- 18)Tj
/TT4 1 Tf
0 -1.6333 TD
( # 1. Shell redirection)Tj
@@ -6862,7 +6862,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 19)Tj
+( -- ExifTool 12.50 -- 19)Tj
/TT4 1 Tf
0 -1.6333 TD
( following examples show the output filenames when used with the)Tj
@@ -7241,7 +7241,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 20)Tj
+( -- ExifTool 12.50 -- 20)Tj
/TT4 1 Tf
0 -1.6333 TD
( Use ExifTool-specific RDF/XML formatting for console output.)Tj
@@ -7836,7 +7836,7 @@ endobj
endobj
68 0 obj
<<
-/Length 7465
+/Length 7486
>>
stream
BT
@@ -7846,7 +7846,7 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 21)Tj
+( -- ExifTool 12.50 -- 21)Tj
/TT4 1 Tf
0 -1.6333 TD
( extension. There may be multiple -)Tj
@@ -8089,8 +8089,12 @@ T*
0.6 0 TD
(2 also causes exiftool to avoid extracting any EXIF)Tj
-16.2 -1.1 TD
-( MakerNote information. -)Tj
-21.6 0 TD
+( MakerNote information, and to stop processing at the IDAT chunk of)Tj
+T*
+( PNG images and the mdat atom of QuickTime-format files \(but note)Tj
+T*
+( that some files may store metadata after this\). -)Tj
+36.6 0 TD
(-f)Tj
0.6 0 TD
(fa)Tj
@@ -8101,12 +8105,14 @@ T*
0.6 0 TD
(t3)Tj
0.6 0 TD
-(3 avoids extracting metadata from the)Tj
--24.6 -1.1 TD
-( file, and returns only pseudo System tags, but still reads the)Tj
+(3 avoids)Tj
+-39.6 -1.1 TD
+( extracting metadata from the file, and returns only pseudo System)Tj
T*
-( file header to obtain an educated guess at FileType. -)Tj
-39.6 0 TD
+( tags, but still reads the file header to obtain an educated guess)Tj
+T*
+( at FileType. -)Tj
+15.6 0 TD
(-f)Tj
0.6 0 TD
(fa)Tj
@@ -8117,12 +8123,12 @@ T*
0.6 0 TD
(t4)Tj
0.6 0 TD
-(4)Tj
--42.6 -1.1 TD
-( doesn't even read the file header, and returns only System tags)Tj
+(4 doesn't even read the file header, and)Tj
+-18.6 -1.1 TD
+( returns only System tags and a FileType based on the file)Tj
T*
-( and a FileType based on the file extension. -)Tj
-34.2 0 TD
+( extension. -)Tj
+14.4 0 TD
(-f)Tj
0.6 0 TD
(fa)Tj
@@ -8133,16 +8139,14 @@ T*
0.6 0 TD
(t5)Tj
0.6 0 TD
-(5 also disables)Tj
--37.2 -1.1 TD
-( generation of the Composite tags \(like -)Tj
-30.6 0 TD
+(5 also disables generation of the Composite tags)Tj
+-17.4 -1.1 TD
+( \(like -)Tj
+10.8 0 TD
(-e)Tj
0.6 0 TD
-(e\). Has no effect when)Tj
--31.2 -1.1 TD
-( writing.)Tj
-0 -2.2 TD
+(e\). Has no effect when writing.)Tj
+-11.4 -2.2 TD
( Note that a separate -)Tj
19.8 0 TD
(-f)Tj
@@ -8282,10 +8286,6 @@ T*
( keys. Numbers are sorted numerically, and all other values are)Tj
T*
( sorted alphabetically. Files missing the specified tag are sorted)Tj
-T*
-( last. The sort order may be reversed by prefixing the tag name)Tj
-T*
-( with a "-" \(eg. "-fileOrder -createdate"\). Print conversion of)Tj
ET
endstream
endobj
@@ -8303,7 +8303,7 @@ endobj
endobj
72 0 obj
<<
-/Length 7292
+/Length 7271
>>
stream
BT
@@ -8313,9 +8313,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 22)Tj
+( -- ExifTool 12.50 -- 22)Tj
/TT4 1 Tf
0 -1.6333 TD
+( last. The sort order may be reversed by prefixing the tag name)Tj
+0 -1.1 TD
+( with a "-" \(eg. "-fileOrder -createdate"\). Print conversion of)Tj
+T*
( the sorted values is disabled with the -)Tj
30.6 0 TD
(-n)Tj
@@ -8350,18 +8354,18 @@ BT
0.6 0 TD
(r option)Tj
-40.8 -1.1 TD
-( can have a large performance impact since it involves an)Tj
+( can incur large performance penalty since it involves an)Tj
T*
-( additional processing pass of each file, but this impact may be)Tj
+( additional initial processing pass of all files, but this impact)Tj
T*
-( reduced by specifying a _)Tj
-21.6 0 TD
+( may be reduced by specifying a _)Tj
+25.8 0 TD
(N_)Tj
0.6 0 TD
(U_)Tj
0.6 0 TD
-(M for the -)Tj
-6 0 TD
+(M to effectively set the -)Tj
+15 0 TD
(-f)Tj
0.6 0 TD
(fa)Tj
@@ -8370,10 +8374,10 @@ T*
0.6 0 TD
(st)Tj
0.6 0 TD
-(t level used during the)Tj
--31.2 -1.1 TD
-( metadata-extraction phase. For example, -)Tj
-31.8 0 TD
+(t)Tj
+-44.4 -1.1 TD
+( level for the initial pass. For example, -)Tj
+32.4 0 TD
(-f)Tj
0.6 0 TD
(fi)Tj
@@ -8395,7 +8399,7 @@ T*
(r4)Tj
0.6 0 TD
(4 may be used)Tj
--37.8 -1.1 TD
+-38.4 -1.1 TD
( if _)Tj
9 0 TD
(T_)Tj
@@ -8705,24 +8709,6 @@ T*
( compatible with the B<-fileOrder> option\))Tj
0 -2.2 TD
( Notes:)Tj
-T*
-( 1\) The -)Tj
-11.4 0 TD
-(-n)Tj
-0.6 0 TD
-(n and -)Tj
-3.6 0 TD
-(-b)Tj
-0.6 0 TD
-(b options also apply to tags used in _)Tj
-22.2 0 TD
-(E_)Tj
-0.6 0 TD
-(X_)Tj
-0.6 0 TD
-(P_)Tj
-0.6 0 TD
-(R.)Tj
ET
endstream
endobj
@@ -8740,7 +8726,7 @@ endobj
endobj
75 0 obj
<<
-/Length 6772
+/Length 6804
>>
stream
BT
@@ -8750,9 +8736,27 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 23)Tj
+( -- ExifTool 12.50 -- 23)Tj
/TT4 1 Tf
0 -2.7333 TD
+( 1\) The -)Tj
+11.4 0 TD
+(-n)Tj
+0.6 0 TD
+(n and -)Tj
+3.6 0 TD
+(-b)Tj
+0.6 0 TD
+(b options also apply to tags used in _)Tj
+22.2 0 TD
+(E_)Tj
+0.6 0 TD
+(X_)Tj
+0.6 0 TD
+(P_)Tj
+0.6 0 TD
+(R.)Tj
+-40.2 -2.2 TD
( 2\) Some binary data blocks are not extracted unless specified)Tj
0 -1.1 TD
( explicitly. These tags are not available for use in the -)Tj
@@ -9112,10 +9116,6 @@ T*
( causes the original source file to be erased after the output file)Tj
T*
( is successfully written.)Tj
-0 -2.2 TD
-( A special feature of this option allows the creation of certain)Tj
-0 -1.1 TD
-( types of files from scratch, or with the metadata from another)Tj
ET
endstream
endobj
@@ -9133,7 +9133,7 @@ endobj
endobj
78 0 obj
<<
-/Length 8683
+/Length 8359
>>
stream
BT
@@ -9143,11 +9143,15 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 24)Tj
+( -- ExifTool 12.50 -- 24)Tj
/TT4 1 Tf
0 -1.6333 TD
-( type of file. The following file types may be created using this)Tj
+( A special feature of this option allows the creation of certain)Tj
0 -1.1 TD
+( types of files from scratch, or with the metadata from another)Tj
+T*
+( type of file. The following file types may be created using this)Tj
+T*
( technique:)Tj
0 -2.2 TD
( XMP, EXIF, EXV, MIE, ICC/ICM, VRD, DR4)Tj
@@ -9709,7 +9713,36 @@ T*
( includes all files before the condition is applied, but files that)Tj
T*
( fail the condition will not have their names printed.)Tj
-0 -2.2 TD
+ET
+endstream
+endobj
+79 0 obj
+<<
+/ProcSet [/PDF /Text ]
+/Font <<
+/TT2 4 0 R
+/TT4 5 0 R
+>>
+/ExtGState <<
+/GS1 6 0 R
+>>
+>>
+endobj
+81 0 obj
+<<
+/Length 6877
+>>
+stream
+BT
+/TT2 1 Tf
+10 0 0 10 29 806.3333 Tm
+0 g
+/GS1 gs
+0 Tc
+0 Tw
+( -- ExifTool 12.50 -- 25)Tj
+/TT4 1 Tf
+0 -1.6333 TD
( If followed by a colon \(ie. -)Tj
24 0 TD
(-p)Tj
@@ -9753,36 +9786,7 @@ T*
(L_)Tj
0.6 0 TD
(E is)Tj
-ET
-endstream
-endobj
-79 0 obj
-<<
-/ProcSet [/PDF /Text ]
-/Font <<
-/TT2 4 0 R
-/TT4 5 0 R
->>
-/ExtGState <<
-/GS1 6 0 R
->>
->>
-endobj
-81 0 obj
-<<
-/Length 6552
->>
-stream
-BT
-/TT2 1 Tf
-10 0 0 10 29 806.3333 Tm
-0 g
-/GS1 gs
-0 Tc
-0 Tw
-( -- ExifTool 12.49 -- 25)Tj
-/TT4 1 Tf
-0 -1.6333 TD
+-42.6 -1.1 TD
( given, a default _)Tj
17.4 0 TD
(T_)Tj
@@ -10154,10 +10158,6 @@ T*
( information to be written if supported by the metadata format \(eg.)Tj
T*
( compressed textual metadata in PNG\), disables the recommended)Tj
-T*
-( padding in embedded XMP \(saving 2424 bytes when writing XMP in a)Tj
-T*
-( file\), and writes XMP in shorthand format -- the equivalent of)Tj
ET
endstream
endobj
@@ -10175,7 +10175,7 @@ endobj
endobj
84 0 obj
<<
-/Length 8691
+/Length 8657
>>
stream
BT
@@ -10185,9 +10185,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 26)Tj
+( -- ExifTool 12.50 -- 26)Tj
/TT4 1 Tf
0 -1.6333 TD
+( padding in embedded XMP \(saving 2424 bytes when writing XMP in a)Tj
+0 -1.1 TD
+( file\), and writes XMP in shorthand format -- the equivalent of)Tj
+T*
( setting the API Compress=1 and Compact="NoPadding,Shorthand".)Tj
0 -2.2 TD
( _)Tj
@@ -10797,14 +10801,6 @@ T*
(-s)Tj
0.6 0 TD
(s option shortens the output by)Tj
--26.4 -1.1 TD
-( omitting the descriptions and values \(as in the last example)Tj
-T*
-( above\), and -)Tj
-14.4 0 TD
-(-f)Tj
-0.6 0 TD
-(f adds a 'flags' attribute if applicable. The flags)Tj
ET
endstream
endobj
@@ -10822,7 +10818,7 @@ endobj
endobj
87 0 obj
<<
-/Length 6023
+/Length 6132
>>
stream
BT
@@ -10832,18 +10828,28 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 27)Tj
+( -- ExifTool 12.50 -- 27)Tj
/TT4 1 Tf
0 -1.6333 TD
-( are formatted as a comma-separated list of the following possible)Tj
+( omitting the descriptions and values \(as in the last example)Tj
0 -1.1 TD
-( values: Avoid, Binary, List, Mandatory, Permanent, Protected,)Tj
+( above\), and -)Tj
+14.4 0 TD
+(-f)Tj
+0.6 0 TD
+(f adds 'flags' and 'struct' attributes if applicable.)Tj
+-15 -1.1 TD
+( The flags are formatted as a comma-separated list of the following)Tj
+T*
+( possible values: Avoid, Binary, List, Mandatory, Permanent,)Tj
T*
-( Unknown and Unsafe \(see the Tag Name documentation\). For XMP List)Tj
+( Protected, Unknown and Unsafe \(see the Tag Name documentation\).)Tj
T*
-( tags, the list type \(Alt, Bag or Seq\) is added to the flags, and)Tj
+( For XMP List tags, the list type \(Alt, Bag or Seq\) is added to the)Tj
T*
-( flattened structure tags are indicated by a Flattened flag.)Tj
+( flags, and flattened structure tags are indicated by a Flattened)Tj
+T*
+( flag with 'struct' giving the ID of the parent structure.)Tj
0 -2.2 TD
( Note that none of the -)Tj
20.4 0 TD
@@ -11116,10 +11122,6 @@ T*
( example:)Tj
0 -2.2 TD
( exiftool -geotag "TRACKDIR/*.log" IMAGEDIR)Tj
-T*
-( Currently supported track file formats are GPX, NMEA RMC/GGA/GLL,)Tj
-0 -1.1 TD
-( KML, IGC, Garmin XML and TCX, Magellan PMGNTRK, Honeywell PTNTHPR,)Tj
ET
endstream
endobj
@@ -11137,7 +11139,7 @@ endobj
endobj
90 0 obj
<<
-/Length 7243
+/Length 6767
>>
stream
BT
@@ -11147,11 +11149,15 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 28)Tj
+( -- ExifTool 12.50 -- 28)Tj
/TT4 1 Tf
-0 -1.6333 TD
-( Bramor gEO, Winplus Beacon TXT, and GPS/IMU CSV files. See)Tj
+0 -2.7333 TD
+( Currently supported track file formats are GPX, NMEA RMC/GGA/GLL,)Tj
0 -1.1 TD
+( KML, IGC, Garmin XML and TCX, Magellan PMGNTRK, Honeywell PTNTHPR,)Tj
+T*
+( Bramor gEO, Winplus Beacon TXT, and GPS/IMU CSV files. See)Tj
+T*
( "GEOTAGGING EXAMPLES" for examples. Also see "geotag.html" in the)Tj
T*
( full ExifTool distribution and the Image::ExifTool Options for)Tj
@@ -11577,7 +11583,36 @@ T*
( improve performance in multi-pass processing by reducing the overhead)Tj
T*
( required to load exiftool for each invocation.)Tj
-0 -2.2 TD
+ET
+endstream
+endobj
+91 0 obj
+<<
+/ProcSet [/PDF /Text ]
+/Font <<
+/TT2 4 0 R
+/TT4 5 0 R
+>>
+/ExtGState <<
+/GS1 6 0 R
+>>
+>>
+endobj
+93 0 obj
+<<
+/Length 9996
+>>
+stream
+BT
+/TT2 1 Tf
+10 0 0 10 29 806.3333 Tm
+0 g
+/GS1 gs
+0 Tc
+0 Tw
+( -- ExifTool 12.50 -- 29)Tj
+/TT4 1 Tf
+0 -1.6333 TD
( -)Tj
4.2 0 TD
(-a)Tj
@@ -11639,38 +11674,9 @@ T*
(A_)Tj
0.6 0 TD
(L is omitted, the)Tj
-ET
-endstream
-endobj
-91 0 obj
-<<
-/ProcSet [/PDF /Text ]
-/Font <<
-/TT2 4 0 R
-/TT4 5 0 R
->>
-/ExtGState <<
-/GS1 6 0 R
->>
->>
-endobj
-93 0 obj
-<<
-/Length 9683
->>
-stream
-BT
-/TT2 1 Tf
-10 0 0 10 29 806.3333 Tm
-0 g
-/GS1 gs
-0 Tc
-0 Tw
-( -- ExifTool 12.49 -- 29)Tj
-/TT4 1 Tf
-0 -1.6333 TD
+-33.6 -1.1 TD
( option value is set to undef if "=" is used, or an empty string)Tj
-0 -1.1 TD
+T*
( with "^=". See Image::ExifTool Options for a list of available)Tj
T*
( API options. This overrides API options set via the config file.)Tj
@@ -12376,20 +12382,6 @@ T*
(M_)Tj
0.6 0 TD
(T)Tj
--10.8 -1.1 TD
-( Specify a different source file to be processed based on the name)Tj
-T*
-( of the original _)Tj
-16.8 0 TD
-(F_)Tj
-0.6 0 TD
-(I_)Tj
-0.6 0 TD
-(L_)Tj
-0.6 0 TD
-(E. This may be useful in some special)Tj
--18.6 -1.1 TD
-( situations for processing related preview images or sidecar files.)Tj
ET
endstream
endobj
@@ -12407,7 +12399,7 @@ endobj
endobj
96 0 obj
<<
-/Length 7700
+/Length 7738
>>
stream
BT
@@ -12417,9 +12409,23 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 30)Tj
+( -- ExifTool 12.50 -- 30)Tj
/TT4 1 Tf
0 -1.6333 TD
+( Specify a different source file to be processed based on the name)Tj
+0 -1.1 TD
+( of the original _)Tj
+16.8 0 TD
+(F_)Tj
+0.6 0 TD
+(I_)Tj
+0.6 0 TD
+(L_)Tj
+0.6 0 TD
+(E. This may be useful in some special)Tj
+-18.6 -1.1 TD
+( situations for processing related preview images or sidecar files.)Tj
+T*
( See the -)Tj
12 0 TD
(-w)Tj
@@ -12919,30 +12925,6 @@ T*
(L_)Tj
0.6 0 TD
(E after reaching the end of)Tj
--24.6 -1.1 TD
-( _)Tj
-7.2 0 TD
-(N_)Tj
-0.6 0 TD
-(E_)Tj
-0.6 0 TD
-(W_)Tj
-0.6 0 TD
-(A_)Tj
-0.6 0 TD
-(R_)Tj
-0.6 0 TD
-(G_)Tj
-0.6 0 TD
-(F_)Tj
-0.6 0 TD
-(I_)Tj
-0.6 0 TD
-(L_)Tj
-0.6 0 TD
-(E.\))Tj
--12.6 -2.2 TD
-( Note: When writing arguments to a disk file there is a delay of)Tj
ET
endstream
endobj
@@ -12960,7 +12942,7 @@ endobj
endobj
99 0 obj
<<
-/Length 6113
+/Length 6228
>>
stream
BT
@@ -12970,11 +12952,35 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 31)Tj
+( -- ExifTool 12.50 -- 31)Tj
/TT4 1 Tf
0 -1.6333 TD
-( up to 0.01 seconds after writing "-execute\\n" before exiftool)Tj
+( _)Tj
+7.2 0 TD
+(N_)Tj
+0.6 0 TD
+(E_)Tj
+0.6 0 TD
+(W_)Tj
+0.6 0 TD
+(A_)Tj
+0.6 0 TD
+(R_)Tj
+0.6 0 TD
+(G_)Tj
+0.6 0 TD
+(F_)Tj
+0.6 0 TD
+(I_)Tj
+0.6 0 TD
+(L_)Tj
+0.6 0 TD
+(E.\))Tj
+-12.6 -2.2 TD
+( Note: When writing arguments to a disk file there is a delay of)Tj
0 -1.1 TD
+( up to 0.01 seconds after writing "-execute\\n" before exiftool)Tj
+T*
( starts processing the command. This delay may be avoided by)Tj
T*
( sending a CONT signal to the exiftool process immediately after)Tj
@@ -13284,10 +13290,6 @@ T*
( exiftool -p '${createdate#;DateFmt\("%Y-%m-%d_%H%M%S"\)}' a.jpg)Tj
T*
( "ShiftTime")Tj
-T*
-( Shifts EXIF-formatted date/time string by a specified amount. Start)Tj
-0 -1.1 TD
-( with a leading minus sign to shift backwards in time. See)Tj
ET
endstream
endobj
@@ -13305,7 +13307,7 @@ endobj
endobj
103 0 obj
<<
-/Length 5701
+/Length 5727
>>
stream
BT
@@ -13315,11 +13317,15 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 32)Tj
+( -- ExifTool 12.50 -- 32)Tj
/TT4 1 Tf
-0 -1.6333 TD
-( Image::ExifTool::Shift.pl for details about shift syntax. For example,)Tj
+0 -2.7333 TD
+( Shifts EXIF-formatted date/time string by a specified amount. Start)Tj
0 -1.1 TD
+( with a leading minus sign to shift backwards in time. See)Tj
+T*
+( Image::ExifTool::Shift.pl for details about shift syntax. For example,)Tj
+T*
( to shift a date/time value back by one year:)Tj
0 -2.2 TD
( exiftool -p '${createdate;ShiftTime\("-1:0:0 0"\)}' a.jpg)Tj
@@ -13617,10 +13623,6 @@ T*
( other tag values, and are converted to/from the filename character set)Tj
T*
( when writing/reading if specified.)Tj
-0 -2.2 TD
-( 2\) Unicode support is not yet implemented for other Windows-based)Tj
-0 -1.1 TD
-( systems like Cygwin.)Tj
ET
endstream
endobj
@@ -13638,7 +13640,7 @@ endobj
endobj
106 0 obj
<<
-/Length 5874
+/Length 5897
>>
stream
BT
@@ -13648,9 +13650,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 33)Tj
+( -- ExifTool 12.50 -- 33)Tj
/TT4 1 Tf
0 -2.7333 TD
+( 2\) Unicode support is not yet implemented for other Windows-based)Tj
+0 -1.1 TD
+( systems like Cygwin.)Tj
+0 -2.2 TD
( 3\) See "WRITING READ-ONLY FILES" below for a note about editing read-)Tj
0 -1.1 TD
( only files with Unicode names.)Tj
@@ -13988,10 +13994,6 @@ T*
( exiftool -b -ThumbnailImage image.jpg > thumbnail.jpg)Tj
0 -1.1 TD
( Save thumbnail image from "image.jpg" to a file called)Tj
-T*
-( "thumbnail.jpg".)Tj
-0 -2.2 TD
-( exiftool -b -JpgFromRaw -w _JFR.JPG -ext NEF -r .)Tj
ET
endstream
endobj
@@ -14009,7 +14011,7 @@ endobj
endobj
109 0 obj
<<
-/Length 4300
+/Length 4285
>>
stream
BT
@@ -14019,11 +14021,15 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 34)Tj
+( -- ExifTool 12.50 -- 34)Tj
/TT4 1 Tf
0 -1.6333 TD
-( Recursively extract JPG image from all Nikon NEF files in the)Tj
+( "thumbnail.jpg".)Tj
+0 -2.2 TD
+( exiftool -b -JpgFromRaw -w _JFR.JPG -ext NEF -r .)Tj
0 -1.1 TD
+( Recursively extract JPG image from all Nikon NEF files in the)Tj
+T*
( current directory, adding "_JFR.JPG" for the name of the output)Tj
T*
( JPG files.)Tj
@@ -14155,10 +14161,6 @@ T*
( writing the modified images to a new directory.)Tj
0 -2.2 TD
( exiftool -keywords=EXIF -keywords=editor dst.jpg)Tj
-0 -1.1 TD
-( Replace existing keyword list with two new keywords \("EXIF" and)Tj
-T*
-( "editor"\).)Tj
ET
endstream
endobj
@@ -14176,7 +14178,7 @@ endobj
endobj
112 0 obj
<<
-/Length 4154
+/Length 4135
>>
stream
BT
@@ -14186,9 +14188,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 35)Tj
+( -- ExifTool 12.50 -- 35)Tj
/TT4 1 Tf
0 -1.6333 TD
+( Replace existing keyword list with two new keywords \("EXIF" and)Tj
+0 -1.1 TD
+( "editor"\).)Tj
+0 -2.2 TD
( exiftool -Keywords+=word -o newfile.jpg src.jpg)Tj
0 -1.1 TD
( Copy a source image to a new file, and add a keyword \("word"\) to)Tj
@@ -14294,10 +14300,6 @@ T*
( exiftool -xmp:city=Kingston image1.jpg image2.nef)Tj
0 -1.1 TD
( Write a tag to the XMP group of two images. \(Without the "xmp:")Tj
-T*
-( this tag would get written to the IPTC group since "City" exists)Tj
-T*
-( in both, and IPTC is preferred by default.\))Tj
ET
endstream
endobj
@@ -14315,7 +14317,7 @@ endobj
endobj
115 0 obj
<<
-/Length 4404
+/Length 4396
>>
stream
BT
@@ -14325,9 +14327,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 36)Tj
+( -- ExifTool 12.50 -- 36)Tj
/TT4 1 Tf
0 -1.6333 TD
+( this tag would get written to the IPTC group since "City" exists)Tj
+0 -1.1 TD
+( in both, and IPTC is preferred by default.\))Tj
+0 -2.2 TD
( exiftool -LightSource-='Unknown \(0\)' dst.tiff)Tj
0 -1.1 TD
( Delete "LightSource" tag only if it is unknown with a value of 0.)Tj
@@ -14461,10 +14467,6 @@ T*
( Copy all meta information from "a.jpg" to "b.jpg", deleting all)Tj
T*
( XMP information and the thumbnail image from the destination.)Tj
-0 -2.2 TD
-( exiftool -TagsFromFile src.jpg -title -author=Phil dst.jpg)Tj
-0 -1.1 TD
-( Copy title from one image to another and set a new author name.)Tj
ET
endstream
endobj
@@ -14482,7 +14484,7 @@ endobj
endobj
118 0 obj
<<
-/Length 4877
+/Length 4679
>>
stream
BT
@@ -14492,9 +14494,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 37)Tj
+( -- ExifTool 12.50 -- 37)Tj
/TT4 1 Tf
0 -1.6333 TD
+( exiftool -TagsFromFile src.jpg -title -author=Phil dst.jpg)Tj
+0 -1.1 TD
+( Copy title from one image to another and set a new author name.)Tj
+0 -2.2 TD
( exiftool -TagsFromFile a.jpg -ISO -TagsFromFile b.jpg -comment dst.jpg)Tj
0 -1.1 TD
( Copy ISO from one image and Comment from another image to a)Tj
@@ -14634,28 +14640,6 @@ T*
( [Advanced] Extract JpgFromRaw or PreviewImage from all but JPG)Tj
T*
( files in DIR, saving them with file names like "image_EXT.jpg",)Tj
-T*
-( then add all meta information from the original files to the)Tj
-T*
-( extracted images. Here, the command line is broken into three)Tj
-T*
-( sections \(separated by -)Tj
-21 0 TD
-(-e)Tj
-0.6 0 TD
-(ex)Tj
-0.6 0 TD
-(xe)Tj
-0.6 0 TD
-(ec)Tj
-0.6 0 TD
-(cu)Tj
-0.6 0 TD
-(ut)Tj
-0.6 0 TD
-(te)Tj
-0.6 0 TD
-(e options\), and each is executed as)Tj
ET
endstream
endobj
@@ -14673,7 +14657,7 @@ endobj
endobj
121 0 obj
<<
-/Length 5634
+/Length 5857
>>
stream
BT
@@ -14683,9 +14667,31 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 38)Tj
+( -- ExifTool 12.50 -- 38)Tj
/TT4 1 Tf
0 -1.6333 TD
+( then add all meta information from the original files to the)Tj
+0 -1.1 TD
+( extracted images. Here, the command line is broken into three)Tj
+T*
+( sections \(separated by -)Tj
+21 0 TD
+(-e)Tj
+0.6 0 TD
+(ex)Tj
+0.6 0 TD
+(xe)Tj
+0.6 0 TD
+(ec)Tj
+0.6 0 TD
+(cu)Tj
+0.6 0 TD
+(ut)Tj
+0.6 0 TD
+(te)Tj
+0.6 0 TD
+(e options\), and each is executed as)Tj
+-25.2 -1.1 TD
( if it were a separate command. The -)Tj
28.8 0 TD
(-c)Tj
@@ -14915,10 +14921,6 @@ T*
( ExifTool implements geotagging via 3 special tags: Geotag \(which for)Tj
T*
( convenience is also implemented as an exiftool option\), Geosync and)Tj
-T*
-( Geotime. The examples below highlight some geotagging features. See)Tj
-T*
-( <https://exiftool.org/geotag.html> for additional documentation.)Tj
ET
endstream
endobj
@@ -14936,7 +14938,7 @@ endobj
endobj
124 0 obj
<<
-/Length 4299
+/Length 4336
>>
stream
BT
@@ -14946,9 +14948,13 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 39)Tj
+( -- ExifTool 12.50 -- 39)Tj
/TT4 1 Tf
0 -1.6333 TD
+( Geotime. The examples below highlight some geotagging features. See)Tj
+0 -1.1 TD
+( <https://exiftool.org/geotag.html> for additional documentation.)Tj
+0 -2.2 TD
( exiftool -geotag track.log a.jpg)Tj
0 -1.1 TD
( Geotag an image \("a.jpg"\) from position information in a GPS track)Tj
@@ -15090,10 +15096,6 @@ T*
( trailer information, so only the meta information header is)Tj
T*
( transferred.)Tj
-0 -2.2 TD
-( exiftool a.jpg -thumbnailimage -b | exiftool -comment=wow - | exiftool)Tj
-0 -1.1 TD
-( a.jpg -thumbnailimage'<=-')Tj
ET
endstream
endobj
@@ -15111,7 +15113,7 @@ endobj
endobj
127 0 obj
<<
-/Length 3388
+/Length 3514
>>
stream
BT
@@ -15121,11 +15123,15 @@ BT
/GS1 gs
0 Tc
0 Tw
-( -- ExifTool 12.49 -- 40)Tj
+( -- ExifTool 12.50 -- 40)Tj
/TT4 1 Tf
-0 -1.6333 TD
-( Add a comment to an embedded thumbnail image. \(Why anyone would)Tj
+0 -2.7333 TD
+( exiftool a.jpg -thumbnailimage -b | exiftool -comment=wow - | exiftool)Tj
0 -1.1 TD
+( a.jpg -thumbnailimage'<=-')Tj
+T*
+( Add a comment to an embedded thumbnail image. \(Why anyone would)Tj
+T*
( want to do this I don't know, but I've included this as an example)Tj
T*
( to illustrate the flexibility of ExifTool.\))Tj
@@ -15404,7 +15410,7 @@ T*
0.6 0 TD
(s\(3pm\), Image::ExifTool::Shift.pl)Tj
-19.2 -4.4 TD
-(perl v5.18.4 2022-10-19 EXIFTOOL\(1\))Tj
+(perl v5.18.4 2022-11-08 EXIFTOOL\(1\))Tj
ET
endstream
endobj
@@ -15872,8 +15878,8 @@ endobj
endobj
133 0 obj
<<
-/CreationDate (D:20221019150542-04'00')
-/ModDate (D:20221019150542-04'00')
+/CreationDate (D:20221108084834-05'00')
+/ModDate (D:20221108084834-05'00')
/Producer (Apple pstopdf)
>>
endobj
@@ -15887,147 +15893,147 @@ endobj
xref
0 135
0000000000 65535 f
-0000266826 00000 n
+0000267119 00000 n
0000000016 00000 n
0000007980 00000 n
-0000265837 00000 n
-0000266226 00000 n
-0000265302 00000 n
-0000270280 00000 n
-0000266906 00000 n
+0000266130 00000 n
+0000266519 00000 n
+0000265595 00000 n
+0000270573 00000 n
+0000267199 00000 n
0000008086 00000 n
0000013540 00000 n
-0000266987 00000 n
+0000267280 00000 n
0000013647 00000 n
0000019006 00000 n
-0000267070 00000 n
+0000267363 00000 n
0000019113 00000 n
0000025087 00000 n
-0000267153 00000 n
+0000267446 00000 n
0000025194 00000 n
0000031725 00000 n
-0000267236 00000 n
+0000267529 00000 n
0000031832 00000 n
0000038730 00000 n
-0000267319 00000 n
+0000267612 00000 n
0000038837 00000 n
0000047211 00000 n
-0000267402 00000 n
+0000267695 00000 n
0000047318 00000 n
0000054624 00000 n
-0000267485 00000 n
+0000267778 00000 n
0000054731 00000 n
0000061603 00000 n
-0000267568 00000 n
+0000267861 00000 n
0000061710 00000 n
0000067662 00000 n
-0000267651 00000 n
+0000267944 00000 n
0000067769 00000 n
0000074362 00000 n
-0000270839 00000 n
-0000270415 00000 n
-0000267735 00000 n
+0000271132 00000 n
+0000270708 00000 n
+0000268028 00000 n
0000074469 00000 n
0000083436 00000 n
-0000267819 00000 n
+0000268112 00000 n
0000083543 00000 n
0000091555 00000 n
-0000267903 00000 n
+0000268196 00000 n
0000091662 00000 n
0000095971 00000 n
-0000267987 00000 n
+0000268280 00000 n
0000096078 00000 n
0000101996 00000 n
-0000268071 00000 n
+0000268364 00000 n
0000102103 00000 n
0000109809 00000 n
-0000268155 00000 n
+0000268448 00000 n
0000109916 00000 n
0000116898 00000 n
-0000268239 00000 n
+0000268532 00000 n
0000117005 00000 n
0000121764 00000 n
-0000268323 00000 n
+0000268616 00000 n
0000121871 00000 n
0000128519 00000 n
-0000268407 00000 n
+0000268700 00000 n
0000128626 00000 n
0000137128 00000 n
-0000268491 00000 n
+0000268784 00000 n
0000137235 00000 n
-0000144753 00000 n
-0000270553 00000 n
-0000268575 00000 n
-0000144860 00000 n
+0000144774 00000 n
+0000270846 00000 n
+0000268868 00000 n
+0000144881 00000 n
0000152205 00000 n
-0000268659 00000 n
+0000268952 00000 n
0000152312 00000 n
-0000159137 00000 n
-0000268743 00000 n
-0000159244 00000 n
-0000167980 00000 n
-0000268827 00000 n
-0000168087 00000 n
-0000174692 00000 n
-0000268911 00000 n
-0000174799 00000 n
-0000183543 00000 n
-0000268995 00000 n
-0000183650 00000 n
-0000189726 00000 n
-0000269079 00000 n
-0000189833 00000 n
-0000197129 00000 n
-0000269163 00000 n
-0000197236 00000 n
-0000206972 00000 n
-0000269247 00000 n
-0000207079 00000 n
-0000214832 00000 n
-0000269331 00000 n
-0000214939 00000 n
-0000221105 00000 n
-0000270691 00000 n
-0000269417 00000 n
-0000221213 00000 n
-0000226968 00000 n
-0000269505 00000 n
-0000227076 00000 n
-0000233004 00000 n
-0000269593 00000 n
-0000233112 00000 n
-0000237466 00000 n
-0000269681 00000 n
-0000237574 00000 n
-0000241782 00000 n
-0000269769 00000 n
-0000241890 00000 n
-0000246348 00000 n
-0000269857 00000 n
-0000246456 00000 n
-0000251387 00000 n
-0000269945 00000 n
-0000251495 00000 n
-0000257183 00000 n
-0000270033 00000 n
-0000257291 00000 n
-0000261644 00000 n
-0000270121 00000 n
-0000261752 00000 n
-0000265194 00000 n
-0000265442 00000 n
-0000265645 00000 n
-0000270209 00000 n
+0000159169 00000 n
+0000269036 00000 n
+0000159276 00000 n
+0000167688 00000 n
+0000269120 00000 n
+0000167795 00000 n
+0000174725 00000 n
+0000269204 00000 n
+0000174832 00000 n
+0000183542 00000 n
+0000269288 00000 n
+0000183649 00000 n
+0000189834 00000 n
+0000269372 00000 n
+0000189941 00000 n
+0000196761 00000 n
+0000269456 00000 n
+0000196868 00000 n
+0000206917 00000 n
+0000269540 00000 n
+0000207024 00000 n
+0000214815 00000 n
+0000269624 00000 n
+0000214922 00000 n
+0000221203 00000 n
+0000270984 00000 n
+0000269710 00000 n
+0000221311 00000 n
+0000227092 00000 n
+0000269798 00000 n
+0000227200 00000 n
+0000233151 00000 n
+0000269886 00000 n
+0000233259 00000 n
+0000237598 00000 n
+0000269974 00000 n
+0000237706 00000 n
+0000241895 00000 n
+0000270062 00000 n
+0000242003 00000 n
+0000246453 00000 n
+0000270150 00000 n
+0000246561 00000 n
+0000251294 00000 n
0000270238 00000 n
-0000270945 00000 n
-0000271069 00000 n
+0000251402 00000 n
+0000257313 00000 n
+0000270326 00000 n
+0000257421 00000 n
+0000261811 00000 n
+0000270414 00000 n
+0000261919 00000 n
+0000265487 00000 n
+0000265735 00000 n
+0000265938 00000 n
+0000270502 00000 n
+0000270531 00000 n
+0000271238 00000 n
+0000271362 00000 n
trailer
<<
/Size 135
/Root 134 0 R
/Info 133 0 R
-/ID [<5cd2992c814f369e401d42acf97f516f><5cd2992c814f369e401d42acf97f516f>]
+/ID [<5a5c8ad6d9495fadd8f8903fbe682419><5a5c8ad6d9495fadd8f8903fbe682419>]
>>
startxref
-271141
+271434
%%EOF
diff --git a/html/history.html b/html/history.html
index f767fe91..46d791a5 100644
--- a/html/history.html
+++ b/html/history.html
@@ -11,12 +11,48 @@
<p>RSS feed: <a href="https://exiftool.org/rss.xml">https://exiftool.org/rss.xml</a></p>
-<p><b>Note:</b> The most recent production release is <a href="Image-ExifTool-12.42.tar.gz">Version 12.42</a>. (Other versions are
+<p><b>Note:</b> The most recent production release is <a href="Image-ExifTool-12.50.tar.gz">Version 12.50</a>. (Other versions are
considered development releases, and are not uploaded to <a href="https://metacpan.org/release/Image-ExifTool">MetaCPAN</a>.)</p>
<!-- Use line width of 80 -->
<!-- *********************************************************************** -->
+<a name='v12.50'><b>Nov. 8, 2022 - Version 12.50</b></a> <span class=grn>(production release)</span>
+<ul>
+<li>Added a new XMP-GCreations tag
+<li>Added a few new Sony lenses (thanks Jos Roost)
+<li>Added new SonyModelID and Olympus CameraType values (thanks LibRaw and Herb)
+<li>Added a couple of new XMP tags (thanks Jos&eacute; Oliver-Didier)
+<li>Added a new Nikon Z lens (thanks LibRaw)
+<li>Added a new Canon LensType and CanonModelID (thanks Norbert Wasser and
+ LibRaw)
+<li>Added some new Pentax lenses (thanks LibRaw)
+<li>Added experimental support for timed GPS in TS videos from Jomise T860S-GM
+ dashcam (more samples are needed for this to be finalized)
+<li>Decode information written in "skip" atom of 70mai Pro Plus+ MP4 videos
+<li>Decode timed accelerometer data from Kenwood dashcam MP4 videos
+<li>Decode a few new Nikon Z9 tags (thanks Stefan Gr&uuml;&szlig;en)
+<li>Decode ColorData for some newer Canon models (thanks LibRaw)
+<li>Decode a number of new tags for the Sony ILCE-7RM5 (thanks Jos Roost)
+<li>Updated IPTC XMP tags to correspond with new Photo Metadata 2022.1 standard
+<li>Extract JPEG previews from FujiFilm HIF images
+<li>Changed -if option so multiple -if options are evaluated at the lowest
+ specified -fast level
+<li>Changed MIMEType for ICO and CUR files
+<li>Enhanced -fast2 so it stops processing QuickTime files at mdat atom
+<li>Enhanced -listx output so -f also indicates the ID of the parent structure
+ for Flattened tags
+<li>Improved conversion of IPTC date-only and time-only tags to allow formatting
+ with the -d option
+<li>Improved Canon and Nikon TimeZone tags to accept a wider variety of input
+ formats when writing
+<li>Disabled extraction of Nikon Z9 MenuSettings for firmware 3.0 until they can
+ be properly decoded (thanks Warren Hatch)
+<li>Fixed decoding of AF points for some newer Nikon models
+<li>Fixed inconsistent year and time zone for Kenwood dashcam timed GPS in MP4
+ videos
+</ul>
+
<a name='v12.49'><b>Oct. 19, 2022 - Version 12.49</b></a>
<ul>
<li>Added read support for Windows ICO and CUR files
@@ -358,7 +394,7 @@ considered development releases, and are not uploaded to <a href="https://metacp
<li>Added a new Canon RF lens (thanks Norbert Wasser)
<li>Decode Canon ShutterMode (thanks John Moyer)
<li>Extract LensModel from some Olympus MOV videos
-<li>Generate MediaDataOffset/Size for MOV videos with zero-sized MDAT chunk
+<li>Generate MediaDataOffset/Size for MOV videos with zero-sized mdat chunk
<li>Improvements to CBOR reader, including hex dump with -v3 option
<li>Recognize Final Cut Pro XML files
<li>Allow binary data of Protected tags to be extracted with the -X -j and -php
diff --git a/html/index.html b/html/index.html
index e90eb828..f53b58eb 100644
--- a/html/index.html
+++ b/html/index.html
@@ -93,9 +93,9 @@ the site with a moderate load. An alternate ExifTool homepage is available at
</div>
<blockquote><table class='dl lg'><tr><td><b>
-<a href="http://sourceforge.net/projects/exiftool/files/Image-ExifTool-12.49.tar.gz/download">
-Download Version 12.49</a> (4.8 MB) -
-<a href="history.html">Oct. 19, 2022</a></b></td></tr></table></blockquote>
+<a href="http://sourceforge.net/projects/exiftool/files/Image-ExifTool-12.50.tar.gz/download">
+Download Version 12.50</a> (4.9 MB) -
+<a href="history.html">Nov. 8, 2022</a></b></td></tr></table></blockquote>
<p><b>ExifTool is a platform-independent <a href="ExifTool.html">Perl
library</a> plus a <a href="exiftool_pod.html">command-line application</a> for
@@ -148,8 +148,8 @@ distribution above.)</i></p>
<blockquote><table class='dl lg'><tr><td><b>
<a name="alone">Windows Executable:</a>
-<a href="http://sourceforge.net/projects/exiftool/files/exiftool-12.49.zip/download">
- exiftool-12.49.zip</a> (6.5 MB)</b></td></tr></table></blockquote>
+<a href="http://sourceforge.net/projects/exiftool/files/exiftool-12.50.zip/download">
+ exiftool-12.50.zip</a> (6.5 MB)</b></td></tr></table></blockquote>
<p><b>The stand-alone Windows executable</b> does not require Perl. Just
download and un-zip the archive then double-click on
@@ -167,7 +167,7 @@ if you have any problems/comments with this version.)</i></p>
<blockquote><table class='dl lg'><tr><td><b>
MacOS Package:
<a href="http://sourceforge.net/projects/exiftool/files/ExifTool-9.70.dmg/download">
- ExifTool-12.49.dmg</a> (3.1 MB)</b></td></tr></table></blockquote>
+ ExifTool-12.50.dmg</a> (3.1 MB)</b></td></tr></table></blockquote>
<p><b>The MacOS package</b> installs the ExifTool command-line application and
libraries in /usr/local/bin. After installing, type "<code>exiftool</code>" in a
diff --git a/html/install.html b/html/install.html
index 7b978efb..3a196171 100644
--- a/html/install.html
+++ b/html/install.html
@@ -52,10 +52,10 @@ documentation or some other files of the full distribution.</p>
<h3>Stand-Alone Executable</h3>
<ol>
<li><b>Download</b> the <b>Windows Executable</b> from the <a href="index.html">ExifTool home page</a>.
-<br><span class=lt>(The file you download should be named "<code>exiftool-12.49.zip</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>exiftool-12.50.zip</code>".)</span></li>
<li><b>Extract "<code>exiftool(-k).exe</code>"</b> from the
"<code>.zip</code>" file, and place it <b>on your Desktop</b>.
-<br><span class=lt>(Double-click on "<code>exiftool-12.49.zip</code>" to open
+<br><span class=lt>(Double-click on "<code>exiftool-12.50.zip</code>" to open
the archive, then drag "<code>exiftool(-k).exe</code>" to your Desktop.)</span></li>
</ol>
<p>You can now double-click on "<code>exiftool(-k).exe</code>" to read the
@@ -109,7 +109,7 @@ can be downloaded from
<a href="http://www.activestate.com/activeperl/">activeperl.com</a>.)</p>
<ol>
<li><b>Download</b> the <b>Image-ExifTool distribution</b> from the <a href="index.html">ExifTool home page</a>
-<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.49.tar.gz</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.50.tar.gz</code>".)</span></li>
<li><b>Extract the ExifTool files</b> from the archive.
<br><span class=lt>(The archive is a gzipped tar file, and can be opened with
various Windows utilities, including WinZip.)</span></li>
@@ -151,7 +151,7 @@ in the MacOS package. Both versions run natively on PPC and Intel Macs.</p>
<h3>MacOS Package</h3>
<ol>
<li><b>Download</b> the <b>ExifTool MacOS Package</b> from the <a href="index.html">ExifTool home page</a>.
-<br><span class=lt>(The file you download should be named "<code>ExifTool-12.49.dmg</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>ExifTool-12.50.dmg</code>".)</span></li>
<li><b>Install</b> as a normal <b>MacOS package</b>.
<br><span class=lt>(Open the disk image, double-click on the install package, and follow the instructions.
See the second item in the Notes section below if you are stopped with an "unidentified developer" message.)
@@ -167,12 +167,12 @@ See the second item in the Notes section below if you are stopped with an "unide
<ol>
<li><b>Download</b> the <b>Image-ExifTool distribution</b> from the <a href="index.html">ExifTool home page</a>
to your Desktop.
-<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.49.tar.gz</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.50.tar.gz</code>".)</span></li>
<li><b>Launch</b> the <b>Terminal</b> application from the Utilities folder in your Applications folder.</li>
<li>In the Terminal window, <b>type the following</b>:
<pre class='code'> cd ~/Desktop
- tar -xzf Image-ExifTool-12.49.tar.gz
- cd Image-ExifTool-12.49
+ tar -xzf Image-ExifTool-12.50.tar.gz
+ cd Image-ExifTool-12.50
sudo cp -r exiftool lib /usr/local/bin
</pre>
<span class=lt>(Note: The last step above will require you to enter your
@@ -188,7 +188,7 @@ your Perl version. If both sets of libraries exist, /usr/local/bin/lib takes
precedence for exiftool, but /Library/Perl/#.#.# is the default for any other
Perl scripts.</li>
<li>In MacOS 10.8 or later, you may see this message when you try to open the install package:
-<blockquote class=red>"ExifTool-12.49.pkg" can't be opened because it is from an
+<blockquote class=red>"ExifTool-12.50.pkg" can't be opened because it is from an
unidentified developer.</blockquote> The solution is to control-click on the pkg
then select "Open" from the pop-up menu instead of just double-clicking. An alternative
is to lower the security settings by changing "Allow applications downloaded from" to
@@ -215,11 +215,11 @@ have the wrong "<code>lib</code>" folder.</li>
<ol>
<li><b>Download</b> the <b>Image-ExifTool distribution</b> from the <a href="index.html">ExifTool home page</a>
-<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.49.tar.gz</code>".)</span></li>
+<br><span class=lt>(The file you download should be named "<code>Image-ExifTool-12.50.tar.gz</code>".)</span></li>
<li><b>Unpack the distribution</b> and <b>make it your current directory</b> by typing:
<pre class='code'> cd <i>&lt;your download directory&gt;</i>
- gzip -dc Image-ExifTool-12.49.tar.gz | tar -xf -
- cd Image-ExifTool-12.49
+ gzip -dc Image-ExifTool-12.50.tar.gz | tar -xf -
+ cd Image-ExifTool-12.50
</pre>
<span class=lt>(At this point you may run exiftool by typing
"<code>./exiftool <i>&lt;image file name&gt;</i></code>".)</span></li>
diff --git a/html/sample_images.html b/html/sample_images.html
index 7e63c843..82117ccb 100644
--- a/html/sample_images.html
+++ b/html/sample_images.html
@@ -8,7 +8,7 @@
<body>
<h1 class='up'>ExifTool Meta Information Repository</h1>
<p>The following archives contain sample JPEG images with the original meta
-information from 6956 different models of digital cameras, DV recorders,
+information from 6959 different models of digital cameras, DV recorders,
scanners and cell phones from 104 manufacturers. To conserve space and avoid
copyright problems, the main image has been replaced, and the large preview
image (and any other information found after the JPEG EOI) has been removed.
@@ -54,10 +54,10 @@ repository as more suitable samples become available.</p>
<td align='right'>1.3 MB&nbsp;</td>
<td>&nbsp;<a href='Camera.tar.gz'>Camera.tar.gz</a></td>
<td align='center'>2010-09-22</td></tr>
-<tr><td>&nbsp;Canon</td><td align='center'>712</td>
+<tr><td>&nbsp;Canon</td><td align='center'>713</td>
<td align='right'>6.6 MB&nbsp;</td>
<td>&nbsp;<a href='Canon.tar.gz'>Canon.tar.gz</a></td>
-<td align='center'>2022-10-13</td></tr>
+<td align='center'>2022-11-03</td></tr>
<tr><td>&nbsp;Casio</td><td align='center'>172</td>
<td align='right'>3.9 MB&nbsp;</td>
<td>&nbsp;<a href='Casio.tar.gz'>Casio.tar.gz</a></td>
@@ -262,10 +262,10 @@ repository as more suitable samples become available.</p>
<td align='right'>47 kB&nbsp;</td>
<td>&nbsp;<a href='ODYS.tar.gz'>ODYS.tar.gz</a></td>
<td align='center'>2011-10-12</td></tr>
-<tr><td>&nbsp;Olympus</td><td align='center'>310</td>
+<tr><td>&nbsp;Olympus</td><td align='center'>311</td>
<td align='right'>2.9 MB&nbsp;</td>
<td>&nbsp;<a href='Olympus.tar.gz'>Olympus.tar.gz</a></td>
-<td align='center'>2022-04-05</td></tr>
+<td align='center'>2022-10-27</td></tr>
<tr><td>&nbsp;OMG Life</td><td align='center'>1</td>
<td align='right'>0.6 kB&nbsp;</td>
<td>&nbsp;<a href='OMG.tar.gz'>OMG.tar.gz</a></td>
@@ -362,10 +362,10 @@ repository as more suitable samples become available.</p>
<td align='right'>82 kB&nbsp;</td>
<td>&nbsp;<a href='Skanhex.tar.gz'>Skanhex.tar.gz</a></td>
<td align='center'>2011-06-07</td></tr>
-<tr><td>&nbsp;Sony</td><td align='center'>742</td>
+<tr><td>&nbsp;Sony</td><td align='center'>743</td>
<td align='right'>8.0 MB&nbsp;</td>
<td>&nbsp;<a href='Sony.tar.gz'>Sony.tar.gz</a></td>
-<td align='center'>2022-10-13</td></tr>
+<td align='center'>2022-10-27</td></tr>
<tr><td>&nbsp;Sony Ericsson</td><td align='center'>196</td>
<td align='right'>3.4 MB&nbsp;</td>
<td>&nbsp;<a href='SonyEricsson.tar.gz'>SonyEricsson.tar.gz</a></td>
@@ -438,12 +438,12 @@ repository as more suitable samples become available.</p>
<td align='right'>351 kB&nbsp;</td>
<td>&nbsp;<a href='ZTE.tar.gz'>ZTE.tar.gz</a></td>
<td align='center'>2015-07-27</td></tr>
-<tr bgcolor='#dddddd'><th>Total</th><td align='center'>6956 models</td>
-<td align='right'>140.9 MB&nbsp;</td><td align='center'>104 makes</td>
-<td align='center'>2022-10-13</td></tr>
+<tr bgcolor='#dddddd'><th>Total</th><td align='center'>6959 models</td>
+<td align='right'>141.0 MB&nbsp;</td><td align='center'>104 makes</td>
+<td align='center'>2022-11-03</td></tr>
</table></blockquote><hr>
<i>Created May 15, 2006</i><br>
-<i>Last revised Oct 13, 2022</i>
+<i>Last revised Nov 3, 2022</i>
<p class='lf'><a href='index.html'>&lt;-- Back to ExifTool home page</a></p>
</body>
</html>
diff --git a/lib/Image/ExifTool.pm b/lib/Image/ExifTool.pm
index 8a4c62eb..4ec206fd 100644
--- a/lib/Image/ExifTool.pm
+++ b/lib/Image/ExifTool.pm
@@ -29,7 +29,7 @@ use vars qw($VERSION $RELEASE @ISA @EXPORT_OK %EXPORT_TAGS $AUTOLOAD @fileTypes
%jpegMarker %specialTags %fileTypeLookup $testLen $exeDir
%static_vars);
-$VERSION = '12.49';
+$VERSION = '12.50';
$RELEASE = '';
@ISA = qw(Exporter);
%EXPORT_TAGS = (
@@ -603,6 +603,7 @@ my %fileDescription = (
CRM => 'video/x-canon-crm',
CRW => 'image/x-canon-crw',
CSV => 'text/csv',
+ CUR => 'image/x-cursor', #PH (NC)
CZI => 'image/x-zeiss-czi', #PH (NC)
DCP => 'application/octet-stream', #PH (NC)
DCR => 'image/x-kodak-dcr',
@@ -651,7 +652,7 @@ my %fileDescription = (
HDR => 'image/vnd.radiance',
HTML => 'text/html',
ICC => 'application/vnd.iccprofile',
- ICO => 'application/octet-stream', #PH (NC)
+ ICO => 'image/x-icon', #PH (NC)
ICS => 'text/calendar',
IDML => 'application/vnd.adobe.indesign-idml-package',
IIQ => 'image/x-raw',
@@ -8263,15 +8264,17 @@ sub FoundTag($$$;@)
{
local $_;
my ($self, $tagInfo, $value, @grps) = @_;
- my ($tag, $noListDel);
+ my ($tag, $noListDel, $tbl);
my $options = $$self{OPTIONS};
if (ref $tagInfo eq 'HASH') {
$tag = $$tagInfo{Name} or warn("No tag name\n"), return undef;
+ $tbl = $$tagInfo{Table};
} else {
$tag = $tagInfo;
# look for tag in Extra
- $tagInfo = $self->GetTagInfo(GetTagTable('Image::ExifTool::Extra'), $tag);
+ $tbl = GetTagTable('Image::ExifTool::Extra');
+ $tagInfo = $self->GetTagInfo($tbl, $tag);
# make temporary hash if tag doesn't exist in Extra
# (not advised to do this since the tag won't show in list)
$tagInfo or $tagInfo = { Name => $tag, Groups => \%allGroupsExifTool };
@@ -8280,7 +8283,7 @@ sub FoundTag($$$;@)
# get tag priority
my $priority = $$tagInfo{Priority};
unless (defined $priority) {
- $priority = $$tagInfo{Table}{PRIORITY};
+ $priority = $$tbl{PRIORITY};
$priority = 0 if not defined $priority and $$tagInfo{Avoid};
}
$grps[0] or $grps[0] = $$self{SET_GROUP0};
diff --git a/lib/Image/ExifTool.pod b/lib/Image/ExifTool.pod
index 5469e421..f0a21b56 100644
--- a/lib/Image/ExifTool.pod
+++ b/lib/Image/ExifTool.pod
@@ -661,14 +661,15 @@ types of files to reduce memory usage when reading from a non-seekable
stream, and bypasses CRC validation for speed when writing PNG files. When
combined with the ScanForXMP option, prevents scanning for XMP in recognized
file types. With a value of 2, ExifTool will also avoid extracting any EXIF
-MakerNote information, and will stop parsing at the IDAT chunk of PNG
-images. (By the PNG specification, metadata is allowed after IDAT, but
-ExifTool always writes it before because some utilities will ignore it
-otherwise.) When set to 3 or higher, only pseudo system tags and FileType
-are generated. For 3, the file header is read to provide an educated guess
-at FileType. For 4, the file is not read at all and FileType is determined
-based on the file's extension. For 5, generation of Composite tags is also
-disabled (like setting L</Composite> to 0). Default is undef.
+MakerNote information, and will stop processing at the IDAT chunk of PNG
+images and the mdat atom in QuickTime-format files. (By the PNG
+specification, metadata is allowed after IDAT, but ExifTool always writes it
+before because some utilities will ignore it otherwise.) When set to 3 or
+higher, only pseudo system tags and FileType are generated. For 3, the file
+header is read to provide an educated guess at FileType. For 4, the file is
+not read at all and FileType is determined based on the file's extension.
+For 5, generation of Composite tags is also disabled (like setting
+L</Composite> to 0). Default is undef.
=item Filter
diff --git a/lib/Image/ExifTool/BuildTagLookup.pm b/lib/Image/ExifTool/BuildTagLookup.pm
index 86e15b96..649bc421 100644
--- a/lib/Image/ExifTool/BuildTagLookup.pm
+++ b/lib/Image/ExifTool/BuildTagLookup.pm
@@ -35,7 +35,7 @@ use Image::ExifTool::Sony;
use Image::ExifTool::Validate;
use Image::ExifTool::MacOS;
-$VERSION = '3.49';
+$VERSION = '3.50';
@ISA = qw(Exporter);
sub NumbersFirst($$);
@@ -1291,16 +1291,19 @@ TagID: foreach $tagID (@keys) {
$printConv = shift @printConvList;
$index = shift @indexList;
}
- } elsif ($printConv and $printConv =~ /DecodeBits\(\$val,\s*(\{.*\})\s*\)/s) {
+ # look inside scalar PrintConv for a bit/byte conversion
+ # (see Photoshop:PrintFlags for use of "$byte" decoding)
+ } elsif ($printConv and $printConv =~ /DecodeBits\(\$(val|byte),\s*(\\\%[\w:]+|\{.*\})\s*\)/s) {
+ my $type = $1 eq 'byte' ? 'Byte' : 'Bit';
$$self{Model} = ''; # needed for Nikon ShootingMode
- my $bits = eval $1;
+ my $bits = eval $2;
delete $$self{Model};
if ($@) {
warn $@;
} else {
my @pk = sort { NumbersFirst($a,$b) } keys %$bits;
foreach (@pk) {
- push @values, "Bit $_ = " . $$bits{$_};
+ push @values, "$type $_ = " . $$bits{$_};
}
}
}
diff --git a/lib/Image/ExifTool/Canon.pm b/lib/Image/ExifTool/Canon.pm
index f21ecb88..646ab3dc 100644
--- a/lib/Image/ExifTool/Canon.pm
+++ b/lib/Image/ExifTool/Canon.pm
@@ -88,7 +88,7 @@ sub ProcessCTMD($$$);
sub ProcessExifInfo($$$);
sub SwapWords($);
-$VERSION = '4.62';
+$VERSION = '4.63';
# Note: Removed 'USM' from 'L' lenses since it is redundant - PH
# (or is it? Ref 32 shows 5 non-USM L-type lenses)
@@ -620,8 +620,9 @@ $VERSION = '4.62';
'61182.40' => 'Canon RF 1200mm F8L IS USM', #42
'61182.41' => 'Canon RF 1200mm F8L IS USM + RF1.4x', #42
'61182.42' => 'Canon RF 1200mm F8L IS USM + RF2x', #42
+ '61182.43' => 'Canon RF 135mm F1.8 L IS USM', #42
# we need the RFLensType values for the following...
- '61182.43' => 'Canon RF 5.2mm F2.8L Dual Fisheye 3D VR', #PH (NC)
+ '61182.44' => 'Canon RF 5.2mm F2.8L Dual Fisheye 3D VR', #PH (NC)
65535 => 'n/a',
);
@@ -982,6 +983,7 @@ $VERSION = '4.62';
0x80000465 => 'EOS R10', #42
0x80000467 => 'PowerShot ZOOM',
0x80000468 => 'EOS M50 Mark II / Kiss M2', #IB
+ 0x80000481 => 'EOS R6 Mark II', #42
0x80000520 => 'EOS D2000C', #IB
0x80000560 => 'EOS D6000C', #PH (guess)
);
@@ -1944,7 +1946,7 @@ my %offOn = ( 0 => 'Off', 1 => 'On' );
SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorData10' },
},
{ # (int16u[3973]) - R3 ref IB
- Condition => '$count == 3973',
+ Condition => '$count == 3973 or $count == 3778',
Name => 'ColorData11',
SubDirectory => { TagTable => 'Image::ExifTool::Canon::ColorData11' },
},
@@ -6377,10 +6379,11 @@ my %ciMaxFocal = (
1 => {
Name => 'TimeZone',
PrintConv => 'Image::ExifTool::TimeZoneString($val)',
- PrintConvInv => sub {
- my $val = shift;
- $val =~ /^([-+]?)(\d{1,2}):?(\d{2})$/ or return undef;
- return(($1 eq '-' ? -1 : 1) * ($2 * 60 + $3));
+ PrintConvInv => q{
+ $val =~ /Z$/ and return 0;
+ $val =~ /([-+])(\d{1,2}):?(\d{2})$/ and return $1 . ($2 * 60 + $3);
+ $val =~ /^(\d{2})(\d{2})$/ and return $1 * 60 + $2;
+ return undef;
},
},
2 => {
@@ -6836,6 +6839,7 @@ my %ciMaxFocal = (
299 => 'Canon RF 1200mm F8L IS USM + RF1.4x', #42
300 => 'Canon RF 1200mm F8L IS USM + RF2x', #42
302 => 'Canon RF 15-30mm F4.5-6.3 IS STM', #42
+ 303 => 'Canon RF 135mm F1.8 L IS USM', #42
# Note: add new RF lenses to %canonLensTypes with ID 61182
},
},
@@ -8333,7 +8337,7 @@ my %ciMaxFocal = (
# Color data (MakerNotes tag 0x4001, count=3973, ref IB)
%Image::ExifTool::Canon::ColorData11 = (
%binaryDataAttrs,
- NOTES => 'These tags are used by the EOS R3',
+ NOTES => 'These tags are used by the EOS R3, R7 and R6mkII',
FORMAT => 'int16s',
FIRST_ENTRY => 0,
GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
@@ -8345,6 +8349,7 @@ my %ciMaxFocal = (
RawConv => '$$self{ColorDataVersion} = $val',
PrintConv => {
34 => '34 (R3)', #IB
+ 48 => '48 (R7, R10, R6 Mark II)', #IB
},
},
0x69 => { Name => 'WB_RGGBLevelsAsShot', Format => 'int16s[4]' },
diff --git a/lib/Image/ExifTool/Exif.pm b/lib/Image/ExifTool/Exif.pm
index 4e780d2a..c763f2ff 100644
--- a/lib/Image/ExifTool/Exif.pm
+++ b/lib/Image/ExifTool/Exif.pm
@@ -1084,11 +1084,11 @@ my %opcodeInfo = (
{
Name => 'ThumbnailOffset',
Notes => q{
- ThumbnailOffset in IFD1 of JPEG and some TIFF-based images, IFD0 of MRW
- images and AVI and MOV videos, and the SubIFD in IFD1 of SRW images;
- PreviewImageStart in MakerNotes and IFD0 of ARW and SR2 images;
- JpgFromRawStart in SubIFD of NEF images and IFD2 of PEF images; and
- OtherImageStart in everything else
+ called JPEGInterchangeFormat in the specification, this is ThumbnailOffset
+ in IFD1 of JPEG and some TIFF-based images, IFD0 of MRW images and AVI and
+ MOV videos, and the SubIFD in IFD1 of SRW images; PreviewImageStart in
+ MakerNotes and IFD0 of ARW and SR2 images; JpgFromRawStart in SubIFD of NEF
+ images and IFD2 of PEF images; and OtherImageStart in everything else
},
# thumbnail is found in IFD1 of JPEG and TIFF images, and
# IFD0 of EXIF information in FujiFilm AVI (RIFF) and MOV videos
@@ -1225,6 +1225,7 @@ my %opcodeInfo = (
{
Name => 'ThumbnailLength',
Notes => q{
+ called JPEGInterchangeFormatLength in the specification, this is
ThumbnailLength in IFD1 of JPEG and some TIFF-based images, IFD0 of MRW
images and AVI and MOV videos, and the SubIFD in IFD1 of SRW images;
PreviewImageLength in MakerNotes and IFD0 of ARW and SR2 images;
diff --git a/lib/Image/ExifTool/Geotag.pm b/lib/Image/ExifTool/Geotag.pm
index 7d95872d..db08d4c1 100644
--- a/lib/Image/ExifTool/Geotag.pm
+++ b/lib/Image/ExifTool/Geotag.pm
@@ -558,7 +558,7 @@ DoneFix: $isDate = 1;
} elsif ($nmea eq 'RMC') {
# $GPRMC,092204.999,A,4250.5589,S,14718.5084,E,0.00,89.68,211200,,*25
# $GPRMC,093657.007,,3652.835020,N,01053.104094,E,1.642,,290913,,,A*0F
- # $GPRMC,hhmmss.sss,A/V,ddmm.mmmm,N/S,ddmmm.mmmm,E/W,spd(knots),dir(deg),DDMMYY,,*cs
+ # $GPRMC,hhmmss.sss,A/V,ddmm.mmmm,N/S,dddmm.mmmm,E/W,spd(knots),dir(deg),DDMMYY,,*cs
/^\$[A-Z]{2}RMC,(\d{2})(\d{2})(\d+(\.\d*)?),A?,(\d*?)(\d{1,2}\.\d+),([NS]),(\d*?)(\d{1,2}\.\d+),([EW]),(\d*\.?\d*),(\d*\.?\d*),(\d{2})(\d{2})(\d+)/ or next;
next if $13 > 31 or $14 > 12 or $15 > 99; # validate day/month/year
$fix{lat} = (($5 || 0) + $6/60) * ($7 eq 'N' ? 1 : -1);
diff --git a/lib/Image/ExifTool/ICO.pm b/lib/Image/ExifTool/ICO.pm
index 7bbc78b8..4ab7029a 100644
--- a/lib/Image/ExifTool/ICO.pm
+++ b/lib/Image/ExifTool/ICO.pm
@@ -86,6 +86,8 @@ sub ProcessICO($$$)
# verify this is a valid ICO/CUR file
return 0 unless $raf->Read($buff, 6) == 6;
return 0 unless $buff =~ /^\0\0([\x01\x02])\0[^0]\0/s;
+ # (note: have seen cursor files in the wild with an 0x01 here,
+ # but SetFileType will use the .cur extension to identify these)
$et->SetFileType($1 eq "\x01" ? 'ICO' : 'CUR');
SetByteOrder('II');
my $tagTbl = GetTagTable('Image::ExifTool::ICO::Main');
diff --git a/lib/Image/ExifTool/IPTC.pm b/lib/Image/ExifTool/IPTC.pm
index 3cf723f9..12083625 100644
--- a/lib/Image/ExifTool/IPTC.pm
+++ b/lib/Image/ExifTool/IPTC.pm
@@ -15,7 +15,7 @@ use strict;
use vars qw($VERSION $AUTOLOAD %iptcCharset);
use Image::ExifTool qw(:DataAccess :Utils);
-$VERSION = '1.57';
+$VERSION = '1.58';
%iptcCharset = (
"\x1b%G" => 'UTF8',
@@ -411,6 +411,7 @@ my %fileFormat = (
Shift => 'Time',
ValueConv => 'Image::ExifTool::Exif::ExifDate($val)',
ValueConvInv => 'Image::ExifTool::IPTC::IptcDate($val)',
+ PrintConv => '$self->Options("DateFormat") ? $self->ConvertDateTime("$val 00:00:00") : $val',
PrintConvInv => 'Image::ExifTool::IPTC::InverseDateOrTime($self,$val)',
},
60 => {
@@ -420,6 +421,7 @@ my %fileFormat = (
Shift => 'Time',
ValueConv => 'Image::ExifTool::Exif::ExifTime($val)',
ValueConvInv => 'Image::ExifTool::IPTC::IptcTime($val)',
+ PrintConv => '$self->Options("DateFormat") ? $self->ConvertDateTime("1970:01:01 $val") : $val',
PrintConvInv => 'Image::ExifTool::IPTC::InverseDateOrTime($self,$val)',
},
62 => {
@@ -429,6 +431,7 @@ my %fileFormat = (
Shift => 'Time',
ValueConv => 'Image::ExifTool::Exif::ExifDate($val)',
ValueConvInv => 'Image::ExifTool::IPTC::IptcDate($val)',
+ PrintConv => '$self->Options("DateFormat") ? $self->ConvertDateTime("$val 00:00:00") : $val',
PrintConvInv => 'Image::ExifTool::IPTC::InverseDateOrTime($self,$val)',
},
63 => {
@@ -438,6 +441,7 @@ my %fileFormat = (
Shift => 'Time',
ValueConv => 'Image::ExifTool::Exif::ExifTime($val)',
ValueConvInv => 'Image::ExifTool::IPTC::IptcTime($val)',
+ PrintConv => '$self->Options("DateFormat") ? $self->ConvertDateTime("1970:01:01 $val") : $val',
PrintConvInv => 'Image::ExifTool::IPTC::InverseDateOrTime($self,$val)',
},
65 => {
diff --git a/lib/Image/ExifTool/M2TS.pm b/lib/Image/ExifTool/M2TS.pm
index e7ee7902..01085518 100644
--- a/lib/Image/ExifTool/M2TS.pm
+++ b/lib/Image/ExifTool/M2TS.pm
@@ -32,7 +32,7 @@ use strict;
use vars qw($VERSION);
use Image::ExifTool qw(:DataAccess :Utils);
-$VERSION = '1.22';
+$VERSION = '1.23';
# program map table "stream_type" lookup (ref 6/1/9)
my %streamType = (
@@ -415,6 +415,48 @@ sub ParsePID($$$$$)
}
}
$more = 1;
+ } elsif ($$dataPt =~ /\$GPRMC,/) {
+ # Jomise T860S-GM dashcam
+ # $GPRMC,hhmmss.ss,A,ddmm.mmmmm,N,dddmm.mmmmm,W,spd-kts,dir-dg,DDMMYY,,*cs
+ # $GPRMC,172255.00,A,:985.95194,N,17170.14674,W,029.678,170.68,240822,,,D*7B
+ # $GPRMC,172355.00,A,:984.76779,N,17170.00473,W,032.219,172.04,240822,,,D*7B
+ # ddmm.mmmm: from 4742.2568 12209.2028 (should be)
+ # to 4741.7696 12209.1056
+ # stamped on video: 47.70428N, 122.15338W, 35mph (dd.ddddd)
+ # to 47.69616N, 122.15176W, 37mph
+ my $tagTbl = GetTagTable('Image::ExifTool::QuickTime::Stream');
+ while ($$dataPt =~ /\$[A-Z]{2}RMC,(\d{2})(\d{2})(\d+(\.\d*)?),A?,(.{2})(\d{2}\.\d+),([NS]),(.{3})(\d{2}\.\d+),([EW]),(\d*\.?\d*),(\d*\.?\d*),(\d{2})(\d{2})(\d+)/g and
+ # do some basic sanity checks on the date
+ $13 <= 31 and $14 <= 12 and $15 <= 99)
+ {
+ $$et{DOC_NUM} = ++$$et{DOC_COUNT};
+ my $year = $15 + ($15 >= 70 ? 1900 : 2000);
+ $et->HandleTag($tagTbl, GPSDateTime => sprintf('%.4d:%.2d:%.2d %.2d:%.2d:%.2dZ', $year, $14, $13, $1, $2, $3));
+ #(not this simple)
+ #$et->HandleTag($tagTbl, GPSLatitude => (($5 || 0) + $6/60) * ($7 eq 'N' ? 1 : -1));
+ #$et->HandleTag($tagTbl, GPSLongitude => (($8 || 0) + $9/60) * ($10 eq 'E' ? 1 : -1));
+ $et->HandleTag($tagTbl, GPSSpeed => $11 * $knotsToKph) if length $11;
+ $et->HandleTag($tagTbl, GPSTrack => $12) if length $12;
+ # it looks like maybe the degrees are xor-ed with something,
+ # and the minutes have some scaling factor and offset?
+ # (the code below is approximately correct for my only sample)
+ my @chars = unpack('C*', $5 . $8);
+ my @xor = (0x0e,0x0e,0x00,0x05,0x03); # (empirical based on 1 sample; may be completely off base)
+ my $bad;
+ foreach (@chars) {
+ $_ ^= shift(@xor);
+ $bad = 1 if $_ < 0x30 or $_ > 0x39;
+ }
+ if ($bad) {
+ $et->WarnOnce('Error decrypting GPS degrees');
+ } else {
+ my $la = pack('C*', @chars[0,1]);
+ my $lo = pack('C*', @chars[2,3,4]);
+ $et->WarnOnce('Decryption of this GPS is highly experimental. More testing samples are required');
+ $et->HandleTag($tagTbl, GPSLatitude => (($la || 0) + (($6-85.95194)/2.43051724137931+42.2568)/60) * ($7 eq 'N' ? 1 : -1));
+ $et->HandleTag($tagTbl, GPSLongitude => (($lo || 0) + (($9-70.14674)/1.460987654320988+9.2028)/60) * ($10 eq 'E' ? 1 : -1));
+ }
+ }
} elsif ($$dataPt =~ /^.{44}A\0{3}.{4}([NS])\0{3}.{4}([EW])\0{3}/s and length($$dataPt) >= 84) {
#forum11320
SetByteOrder('II');
@@ -493,6 +535,7 @@ sub ProcessM2TS($$)
my %gpsPID = (
0x0300 => 1, # Novatek INNOVV
0x01e4 => 1, # vsys a6l dashcam
+ 0x0e1b => 1, # Jomise T860S-GM dashcam
);
my $pEnd = 0;
diff --git a/lib/Image/ExifTool/MISB.pm b/lib/Image/ExifTool/MISB.pm
index 3a291f88..53b71082 100644
--- a/lib/Image/ExifTool/MISB.pm
+++ b/lib/Image/ExifTool/MISB.pm
@@ -385,7 +385,7 @@ sub ProcessKLV($$$)
# Parse MISB metadata
# Inputs: 0) ExifTool ref, 1) data ref, 2) tag table ref
# Returns: 1 if something was extracted, 0 otherwise
-sub ParseMISB($$)
+sub ParseMISB($$$)
{
my ($et, $dataPt, $tagTablePtr) = @_;
my $end = length $$dataPt;
diff --git a/lib/Image/ExifTool/Nikon.pm b/lib/Image/ExifTool/Nikon.pm
index 991f820e..f26d4282 100644
--- a/lib/Image/ExifTool/Nikon.pm
+++ b/lib/Image/ExifTool/Nikon.pm
@@ -49,6 +49,7 @@
# 36) Hayo Baann (forum10207)
# 37) Tom Lachecki, private communication
# 38) https://github.com/exiftool/exiftool/pull/40 (and forum10893)
+# 39) Stefan Grube private communication (Z9)
# IB) Iliah Borg private communication (LibRaw)
# JD) Jens Duttke private communication
# NJ) Niels Kristian Bech Jensen private communication
@@ -63,7 +64,7 @@ use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
use Image::ExifTool::XMP;
-$VERSION = '4.12';
+$VERSION = '4.13';
sub LensIDConv($$$);
sub ProcessNikonAVI($$$);
@@ -858,7 +859,7 @@ my %focusModeZ7 = (
my %infoZSeries = (
Condition => '$$self{Model} =~ /^NIKON Z (5|50|6|6_2|7|7_2|fc|9)\b/i',
- Notes => 'Z Series cameras thru Decemeber 2021',
+ Notes => 'Z Series cameras thru December 2021',
);
my %iSOAutoHiLimitZ7 = (
0 => 'ISO 64',
@@ -1127,8 +1128,6 @@ my %afPoints153 = (
# AF point indices for models with 81 focus points, eg. Z6/Z7/Z50 (ref 38)
# - 9 rows (A-I) with 9 columns (1-9), center is E5
-# NOTE: the AF points start 2 bytes into the data, so the map starts
-# at 17 instead of 1
#
# 7 6 5 4 3 2 1 0
# 00 : [H5][G5][F5][A5][B5][C5][D5][E5]
@@ -1143,23 +1142,23 @@ my %afPoints153 = (
# 09 : [H1][G1][F1][A1][B1][C1][D1][E1]
# 0a : [ ][ ][ ][ ][ ][ ][ ][I1]
my %afPoints81 = (
- 17 => 'E5', 34 => 'I6', 51 => 'H7', 68 => 'G8', 85 => 'F9',
- 18 => 'D5', 35 => 'E4', 52 => 'I7', 69 => 'H8', 86 => 'G9',
- 19 => 'C5', 36 => 'D4', 53 => 'E3', 70 => 'I8', 87 => 'H9',
- 20 => 'B5', 37 => 'C4', 54 => 'D3', 71 => 'E2', 88 => 'I9',
- 21 => 'A5', 38 => 'B4', 55 => 'C3', 72 => 'D2', 89 => 'E1',
- 22 => 'F5', 39 => 'A4', 56 => 'B3', 73 => 'C2', 90 => 'D1',
- 23 => 'G5', 40 => 'F4', 57 => 'A3', 74 => 'B2', 91 => 'C1',
- 24 => 'H5', 41 => 'G4', 58 => 'F3', 75 => 'A2', 92 => 'B1',
- 25 => 'I5', 42 => 'H4', 59 => 'G3', 76 => 'F2', 93 => 'A1',
- 26 => 'E6', 43 => 'I4', 60 => 'H3', 77 => 'G2', 94 => 'F1',
- 27 => 'D6', 44 => 'E7', 61 => 'I3', 78 => 'H2', 95 => 'G1',
- 28 => 'C6', 45 => 'D7', 62 => 'E8', 79 => 'I2', 96 => 'H1',
- 29 => 'B6', 46 => 'C7', 63 => 'D8', 80 => 'E9', 97 => 'I1',
- 30 => 'A6', 47 => 'B7', 64 => 'C8', 81 => 'D9',
- 31 => 'F6', 48 => 'A7', 65 => 'B8', 82 => 'C9',
- 32 => 'G6', 49 => 'F7', 66 => 'A8', 83 => 'B9',
- 33 => 'H6', 50 => 'G7', 67 => 'F8', 84 => 'A9',
+ 1 => 'E5', 18 => 'I6', 35 => 'H7', 52 => 'G8', 69 => 'F9',
+ 2 => 'D5', 19 => 'E4', 36 => 'I7', 53 => 'H8', 70 => 'G9',
+ 3 => 'C5', 20 => 'D4', 37 => 'E3', 54 => 'I8', 71 => 'H9',
+ 4 => 'B5', 21 => 'C4', 38 => 'D3', 55 => 'E2', 72 => 'I9',
+ 5 => 'A5', 22 => 'B4', 39 => 'C3', 56 => 'D2', 73 => 'E1',
+ 6 => 'F5', 23 => 'A4', 40 => 'B3', 57 => 'C2', 74 => 'D1',
+ 7 => 'G5', 24 => 'F4', 41 => 'A3', 58 => 'B2', 75 => 'C1',
+ 8 => 'H5', 25 => 'G4', 42 => 'F3', 59 => 'A2', 76 => 'B1',
+ 9 => 'I5', 26 => 'H4', 43 => 'G3', 60 => 'F2', 77 => 'A1',
+ 10 => 'E6', 27 => 'I4', 44 => 'H3', 61 => 'G2', 78 => 'F1',
+ 11 => 'D6', 28 => 'E7', 45 => 'I3', 62 => 'H2', 79 => 'G1',
+ 12 => 'C6', 29 => 'D7', 46 => 'E8', 63 => 'I2', 80 => 'H1',
+ 13 => 'B6', 30 => 'C7', 47 => 'D8', 64 => 'E9', 81 => 'I1',
+ 14 => 'A6', 31 => 'B7', 48 => 'C8', 65 => 'D9',
+ 15 => 'F6', 32 => 'A7', 49 => 'B8', 66 => 'C9',
+ 16 => 'G6', 33 => 'F7', 50 => 'A8', 67 => 'B9',
+ 17 => 'H6', 34 => 'G7', 51 => 'F8', 68 => 'A9',
);
my %cropHiSpeed = ( #IB
@@ -1600,10 +1599,14 @@ my %base64coord = (
81 => 'Auto (Electronic Front Curtain)', #JanSkoda (Z6II)
},
},
- 0x0035 => { #32
+ 0x0035 => [{ #32
Name => 'HDRInfo',
+ Condition => '$count != 6',
SubDirectory => { TagTable => 'Image::ExifTool::Nikon::HDRInfo' },
- },
+ },{
+ Name => 'HDRInfo2',
+ SubDirectory => { TagTable => 'Image::ExifTool::Nikon::HDRInfo2' },
+ }],
0x0037 => { #XavierJubier
Name => 'MechanicalShutterCount',
Writable => 'int32u',
@@ -2088,7 +2091,7 @@ my %base64coord = (
TagTable => 'Image::ExifTool::Nikon::ShotInfoZ9',
DecryptStart => 4,
# TODO: eventually set the length dynamically according to actual offsets!
- DecryptLen => 0xec4b + 2105, # decoded thru end of Offset26
+ DecryptLen => 0xec4b + 2105, # decoded thru end of Offset26
ByteOrder => 'LittleEndian',
},
},
@@ -2489,6 +2492,12 @@ my %base64coord = (
TagTable => 'Image::ExifTool::Nikon::MultiExposure',
ByteOrder => 'LittleEndian',
},
+ },{
+ Name => 'MultiExposure2',
+ Condition => '$$valPt =~ /^010[23]/', # 0102 is NC (PH)
+ SubDirectory => {
+ TagTable => 'Image::ExifTool::Nikon::MultiExposure2',
+ },
}],
0x00b1 => { #14/PH/JD (D80)
Name => 'HighISONoiseReduction',
@@ -2805,10 +2814,10 @@ my %base64coord = (
Name => 'VRMode',
PrintConv => {
0 => 'Off',
- 1 => 'Sport',
- 3 => 'Normal',
+ 1 => 'Normal', #39 (was 'Sport')
+ 3 => 'Sport', #39 (was 'Normal')
},
- %infoZSeries
+ %infoZSeries,
},{
Name => 'VRMode',
PrintConv => {
@@ -2819,6 +2828,13 @@ my %base64coord = (
},
}],
# 7 - values: 0, 1
+ 8 => { #39
+ Name => 'VRType',
+ PrintConv => {
+ 2 => 'In-body', # (IBIS)
+ 3 => 'In-body + Lens', # (IBIS + VR)
+ },
+ },
);
# Face detection information - PH (S8100)
@@ -3351,8 +3367,10 @@ my %base64coord = (
sprintf("%s%.2d:%.2d", $sign, $h, abs($val)-60*$h);
},
PrintConvInv => q{
- $val =~ /([-+]?)(\d+):(\d+)/ or return undef;
- return $1 . ($2 * 60 + $3);
+ $val =~ /Z$/ and return 0;
+ $val =~ /([-+])(\d{1,2}):?(\d{2})$/ and return $1 . ($2 * 60 + $3);
+ $val =~ /^(\d{2})(\d{2})$/ and return $1 * 60 + $2;
+ return undef;
},
},
2 => {
@@ -3569,7 +3587,6 @@ my %base64coord = (
GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
DATAMEMBER => [ 0, 4, 6 ],
NOTES => "These tags are written by Nikon DSLR's which have the live view feature.",
- # NOTE: Must set ByteOrder in SubDirectory if any multi-byte integer tags added
0 => {
Name => 'AFInfo2Version',
Format => 'undef[4]',
@@ -3680,7 +3697,7 @@ my %base64coord = (
{ #PH/JD
Name => 'PrimaryAFPoint',
# PrimaryAFPoint may only be valid for PhaseDetect - certainly true on the D6, possibly other bodies? (ref 28)
- Condition => '$$self{PhaseDetectAF} < 2 and $$self{AFInfo2Version} ne "0301"',
+ Condition => '$$self{PhaseDetectAF} < 2 and $$self{AFInfo2Version} !~ /^03/',
Notes => q{
models with 51-point AF -- 5 rows (A-E) and 11 columns (1-11): D3, D3S, D3X,
D4, D4S, D300, D300S, D700, D800, D800e and D810
@@ -3786,22 +3803,6 @@ my %base64coord = (
1 => 'E9 (Center)',
},
},
- { #PH (Z7) (NC)
- Name => 'PrimaryAFPoint',
- Condition => '$$self{PhaseDetectAF} == 8 and $$self{AFInfo2Version} =~ /^03/',
- Notes => q{
- Nikon models with 493-point AF -- 17 rows (A-Q) and 29 columns (1-29), I15
- at the center
- },
- PrintConv => {
- 0 => '(none)',
- 246 => 'I15 (Center)',
- OTHER => sub {
- my ($val, $inv) = @_;
- return GetAFPointGrid($val, 29, $inv);
- },
- },
- },
{
Name => 'PrimaryAFPoint',
Condition => '$$self{AFInfo2Version} eq "0100"',
@@ -3815,7 +3816,7 @@ my %base64coord = (
8 => [
{ #JD/PH
Name => 'AFPointsUsed',
- Condition => '$$self{PhaseDetectAF} < 2 and $$self{AFInfo2Version} ne "0301"',
+ Condition => '$$self{PhaseDetectAF} < 2 and $$self{AFInfo2Version} !~ /^03/',
Notes => q{
models with 51-point AF -- 5 rows: A1-9, B1-11, C1-11, D1-11, E1-9. Center
point is C6
@@ -3919,33 +3920,78 @@ my %base64coord = (
PrintConv => sub { PrintAFPoints(shift, \%afPoints153); },
PrintConvInv => sub { PrintAFPointsInv(shift, \%afPoints153); },
},
- { #38 (Z6/Z7/Z50)
- Name => 'AFPointsUsed',
- Condition => '$$self{PhaseDetectAF} == 8 and $$self{Model} =~ /^NIKON Z/',
- Notes => q{
- models with 81-selectable point AF -- 9 rows (A-I) and 9 columns (1-9) for
- phase detect AF points. Center point is E5
- },
- Format => 'undef[13]',
- ValueConv => 'join(" ", unpack("H2"x13, $val))',
- ValueConvInv => '$val=~tr/ //d; pack("H*",$val)',
- PrintConv => sub { PrintAFPoints(shift, \%afPoints81); },
- PrintConvInv => sub { PrintAFPointsInv(shift, \%afPoints81); },
- },
{ #PH
Name => 'AFPointsUsed',
# version 301 uses a separate field at offset 0x0a for this tag (ref 28)
- Condition => '$$self{AFInfo2Version} ne "0301"',
+ Condition => '$$self{AFInfo2Version} !~ /^03/',
Format => 'undef[7]',
ValueConv => 'join(" ", unpack("H2"x7, $val))',
ValueConvInv => '$val=~tr/ //d; pack("H*",$val)',
PrintConv => '"Unknown ($val)"',
PrintConvInv => '$val=~s/Unknown \\((.*)\\)/$1/; $val',
},
+ { #PH
+ Name => 'PrimaryAFPoint',
+ Condition => '$$self{PhaseDetectAF} == 1 and $$self{AFInfo2Version} =~ /^03/',
+ Notes => 'newer models with 51-point AF',
+ PrintConvColumns => 5,
+ PrintConv => {
+ 0 => '(none)',
+ %afPoints51,
+ 1 => 'C6 (Center)', # (add " (Center)" to central point)
+ },
+ },
+ { #PH (Z7)
+ Name => 'PrimaryAFPoint',
+ Condition => '$$self{PhaseDetectAF} == 8 and $$self{AFInfo2Version} =~ /^03/',
+ PrintConv => {
+ 0 => '(none)',
+ %afPoints81,
+ 1 => 'E5 (Center)', # (add " (Center)" to central point)
+ },
+ },
+ # this was wrong, but keep the code as a comment in case it may be useful later
+ #{ #PH (Z7) (NC)
+ # Name => 'PrimaryAFPoint',
+ # Condition => '$$self{PhaseDetectAF} == 8 and $$self{AFInfo2Version} =~ /^03/',
+ # Notes => q{
+ # Nikon models with 493-point AF -- 17 rows (A-Q) and 29 columns (1-29), I15
+ # at the center
+ # },
+ # PrintConv => {
+ # 0 => '(none)',
+ # 246 => 'I15 (Center)',
+ # OTHER => sub {
+ # my ($val, $inv) = @_;
+ # return GetAFPointGrid($val, 29, $inv);
+ # },
+ # },
+ #},
],
- 0x0a => { #28 (D6) in any of the 3 Group modes on the D6, the points specify the outer boundaries of the focus point area; otherwise the tag value is consistent with other Nikon bodies
- Name => 'AFPointsUsed',
- Condition => '$$self{AFInfo2Version} eq "0301" and $$self{PhaseDetectAF} == 9',
+ 0x0a => [{ #PH (D780)
+ Name => 'AFPointsUsed',
+ Condition => '$$self{PhaseDetectAF} == 1 and $$self{AFInfo2Version} =~ /^03/',
+ Notes => 'newer models with 51-point AF',
+ Format => 'undef[7]',
+ ValueConv => 'join(" ", unpack("H2"x7, $val))',
+ ValueConvInv => '$val=~tr/ //d; pack("H*",$val)',
+ PrintConv => sub { PrintAFPoints(shift, \%afPoints51); },
+ PrintConvInv => sub { PrintAFPointsInv(shift, \%afPoints51); },
+ },{ #38 (Z6/Z7/Z50)
+ Name => 'AFPointsUsed',
+ Condition => '$$self{PhaseDetectAF} == 8 and $$self{AFInfo2Version} =~ /^03/',
+ Notes => q{
+ models with 81-selectable point AF -- 9 rows (A-I) and 9 columns (1-9) for
+ phase detect AF points. Center point is E5
+ },
+ Format => 'undef[11]',
+ ValueConv => 'join(" ", unpack("H2"x11, $val))',
+ ValueConvInv => '$val=~tr/ //d; pack("H*",$val)',
+ PrintConv => sub { PrintAFPoints(shift, \%afPoints81); },
+ PrintConvInv => sub { PrintAFPointsInv(shift, \%afPoints81); },
+ },{ #28 (D6) in any of the 3 Group modes on the D6, the points specify the outer boundaries of the focus point area; otherwise the tag value is consistent with other Nikon bodies
+ Name => 'AFPointsUsed',
+ Condition => '$$self{PhaseDetectAF} == 9 and $$self{AFInfo2Version} =~ /^03/',
Notes => q{
models with 105-point AF -- 7 rows (A-G) and 15 columns (1-15). Center
point is D8
@@ -3955,7 +4001,7 @@ my %base64coord = (
ValueConvInv => '$val=~tr/ //d; pack("H*",$val)',
PrintConv => sub { PrintAFPoints(shift, \%afPoints105); },
PrintConvInv => sub { PrintAFPointsInv(shift, \%afPoints105); },
- },
+ }],
0x10 => { #PH (D90 and D5000)
Name => 'AFImageWidth',
Condition => '$$self{AFInfo2Version} eq "0100"',
@@ -5003,9 +5049,10 @@ my %nikonFocalConversions = (
27 => 'Nikkor Z MC 50mm f/2.8', #IB
28 => 'Nikkor Z 100-400mm f/4.5-5.6 VR S', #28
29 => 'Nikkor Z 28mm f/2.8', #IB
- 30 => 'Nikkor Z 400mm f/2.8 TC VR S', #28
- 31 => 'Nikkor Z 24-120 f/4', #28
- 32 => 'Nikkor Z 800mm f/6.3 VR S', #28
+ 30 => 'Nikkor Z 400mm f/2.8 TC VR S', #28
+ 31 => 'Nikkor Z 24-120 f/4', #28
+ 32 => 'Nikkor Z 800mm f/6.3 VR S', #28
+ 36 => 'Nikkor Z 400mm f/4.5 VR S', #IB
},
},
0x35 => { #28
@@ -5049,31 +5096,31 @@ my %nikonFocalConversions = (
0x4c => { #28
Name => 'FocusDistanceRangeWidth', #reflects the number of discrete absolute lens positions that are mapped to the reported FocusDistance. Will be 1 near CFD reflecting very narrow focus distance bands (i.e., quite accurate). Near Infinity will be something like 32. Note: 0 at infinity.
Format => 'int8u',
- Condition => '$$self{NewLensData} and $$self{LensMountType} and $$self{LensMountType} == 1',
+ Condition => '$$self{NewLensData} and $$self{LensMountType} and $$self{LensMountType} == 1',
RawConv => '$$self{FocusDistanceRangeWidth} = $val',
Unknown => 1,
},
0x4e => { #28
- Name => 'FocusDistance',
+ Name => 'FocusDistance',
Format => 'int16u',
- Condition => '$$self{NewLensData} and $$self{LensMountType} and $$self{LensMountType} == 1',
+ Condition => '$$self{NewLensData} and $$self{LensMountType} and $$self{LensMountType} == 1',
RawConv => '$val = $val/256', # 1st byte is the fractional component. This byte was not previously considered in the legacy calculation (which only used the 2nd byte). When 2nd byte < 80; distance is < 1 meter
ValueConv => '0.01 * 10**($val/40)', # in m
ValueConvInv => '$val>0 ? 40*log($val*100)/log(10) : 0',
PrintConv => q{
- (defined $$self{FocusDistanceRangeWidth} and not $$self{FocusDistanceRangeWidth}) ? "Inf" : $val < 1 ? $val < 0.35 ? sprintf("%.4f m", $val): sprintf("%.3f m", $val): sprintf("%.2f m", $val), #distances less than 35mm are quite accurate with increasingly less precision past 1m
+ (defined $$self{FocusDistanceRangeWidth} and not $$self{FocusDistanceRangeWidth}) ? "Inf" : $val < 1 ? $val < 0.35 ? sprintf("%.4f m", $val): sprintf("%.3f m", $val): sprintf("%.2f m", $val), #distances less than 35mm are quite accurate with increasingly less precision past 1m
},
},
0x56 => { #28
Name => 'LensDriveEnd', # byte contains: 1 at CFD/MOD; 2 at Infinity; 0 otherwise
- Condition => '$$self{NewLensData} and $$self{LensMountType} and $$self{LensMountType} == 1',
+ Condition => '$$self{NewLensData} and $$self{LensMountType} and $$self{LensMountType} == 1',
Format => 'int8u',
RawConv => 'unless (defined $$self{FocusDistanceRangeWidth} and not $$self{FocusDistanceRangeWidth}) { if ($val == 0 ) {$$self{LensDriveEnd} = "No"} else { $$self{LensDriveEnd} = "CFD"}; } else{ $$self{LensDriveEnd} = "Inf"}',
Unknown => 1,
},
0x5a => { #28
Name => 'LensPositionAbsolute', # <=0 at infinity. Typical value at CFD might be 58000. Only valid for Z-mount lenses.
- Condition => '$$self{NewLensData} and $$self{LensMountType} and $$self{LensMountType} == 1',
+ Condition => '$$self{NewLensData} and $$self{LensMountType} and $$self{LensMountType} == 1',
Format => 'int32s',
Unknown => 1,
},
@@ -5478,14 +5525,14 @@ my %nikonFocalConversions = (
},
0x27d => {
Name => 'ShutterCount',
- Condition => '$$self{FirmwareVersion} =~ /^1.01/',
+ Condition => '$$self{FirmwareVersion} =~ /^1\.01/',
Notes => 'firmware 1.10',
Format => 'int32u',
Priority => 0,
},
0x27f => {
Name => 'ShutterCount',
- Condition => '$$self{FirmwareVersion} =~ /^2.0/',
+ Condition => '$$self{FirmwareVersion} =~ /^2\.0/',
Notes => 'firmware 2.00, 2.01 and 2.02',
Format => 'int32u',
Priority => 0,
@@ -7379,7 +7426,7 @@ my %nikonFocalConversions = (
# (moves around too much and doesn't fit cleanly in the offset table)
#0x38be => {
# Name => 'Rotation',
- # Condition => '$$self{FirmwareVersion} =~ /^1.0/',
+ # Condition => '$$self{FirmwareVersion} =~ /^1\.0/',
# Mask => 0x30,
# PrintConv => {
# 0 => 'Horizontal',
@@ -7685,7 +7732,7 @@ my %nikonFocalConversions = (
},
0x189d => { #PH (NC)
Name => 'CustomSettingsD4S',
- Condition => '$$self{FirmwareVersion} =~ /^1.00/',
+ Condition => '$$self{FirmwareVersion} =~ /^1\.00/',
Notes => 'firmware version 1.00',
Format => 'undef[56]',
SubDirectory => { TagTable => 'Image::ExifTool::NikonCustom::SettingsD4' },
@@ -7693,7 +7740,7 @@ my %nikonFocalConversions = (
0x18c2 => { # CSf1-c (no idea why it is so far away from the rest of the settings)
Name => 'MultiSelectorLiveViewMode',
Groups => { 1 => 'NikonCustom' },
- Condition => '$$self{FirmwareVersion} !~ /^1.00/',
+ Condition => '$$self{FirmwareVersion} !~ /^1\.00/',
Mask => 0xc0,
PrintConv => {
0 => 'Reset',
@@ -7794,7 +7841,7 @@ my %nikonFocalConversions = (
},
0x193d => {
Name => 'CustomSettingsD4S',
- Condition => '$$self{FirmwareVersion} !~ /^1.00/',
+ Condition => '$$self{FirmwareVersion} !~ /^1\.00/',
Notes => 'firmware version 1.01',
Format => 'undef[56]',
SubDirectory => { TagTable => 'Image::ExifTool::NikonCustom::SettingsD4' },
@@ -8206,6 +8253,7 @@ my %nikonFocalConversions = (
0xec4b => {
Name => 'MenuSettingsZ9',
Format => 'undef[1646]',
+ Condition => '$$self{FirmwareVersion} lt "03.00"',
SubDirectory => {
TagTable => 'Image::ExifTool::Nikon::MenuSettingsZ9',
},
@@ -8799,9 +8847,9 @@ my %nikonFocalConversions = (
16 => '+03:00 (Moscow, Nairobi)',
17 => '+02:00 (Athens, Helsinki)',
18 => '+01:00 (Madrid, Paris, Berlin)',
- 19 => '+00:00 (London)',
- 20 => '-01:00 (Azores)',
- 21 => '-02:00 (Fernando de Noronha)',
+ 19 => '+00:00 (London)',
+ 20 => '-01:00 (Azores)',
+ 21 => '-02:00 (Fernando de Noronha)',
22 => '-03:00 (Buenos Aires, Sao Paulo)',
23 => '-03:30 (Newfoundland)',
24 => '-04:00 (Manaus, Caracas)',
@@ -10129,6 +10177,36 @@ my %nikonFocalConversions = (
},
);
+# Multi exposure2 / image overlay information (ref 39)
+%Image::ExifTool::Nikon::MultiExposure2 = (
+ %binaryDataAttrs,
+ FORMAT => 'int32u',
+ GROUPS => { 0 => 'MakerNotes', 2 => 'Camera' },
+ 0 => {
+ Name => 'MultiExposureVersion',
+ Format => 'string[4]',
+ Writable => 0,
+ },
+ 1 => {
+ Name => 'MultiExposureMode',
+ PrintConv => {
+ 0 => 'Off',
+ 1 => 'Multiple Exposure',
+ 3 => 'HDR',
+ },
+ },
+ 2 => 'MultiExposureShots',
+ 3 => {
+ Name => 'MultiExposureOverlayMode',
+ PrintConv => {
+ 0 => 'Add',
+ 1 => 'Average',
+ 2 => 'Light',
+ 3 => 'Dark',
+ },
+ },
+);
+
# HDR information (ref 32)
%Image::ExifTool::Nikon::HDRInfo = (
%binaryDataAttrs,
@@ -10137,12 +10215,13 @@ my %nikonFocalConversions = (
0 => {
Name => 'HDRInfoVersion',
Format => 'string[4]',
+ Writable => 0,
},
4 => {
Name => 'HDR',
PrintConv => {
0 => 'Off',
- 1 => 'On',
+ 1 => 'On (normal)',
48 => 'Auto', #PH (NC)
},
},
@@ -10180,6 +10259,35 @@ my %nikonFocalConversions = (
},
);
+# ref 39 (Z9)
+%Image::ExifTool::Nikon::HDRInfo2 = (
+ %binaryDataAttrs,
+ GROUPS => { 0 => 'MakerNotes', 2 => 'Image' },
+ 0 => {
+ Name => 'HDRInfoVersion', # 0200
+ Format => 'string[4]',
+ Writable => 0,
+ },
+ 4 => {
+ Name => 'HDR',
+ PrintConv => {
+ 0 => 'Off',
+ 1 => 'On (normal)',
+ },
+ },
+ 5 => {
+ Name => 'HDRLevel',
+ PrintConv => {
+ 0 => 'n/a',
+ 1 => 'Normal',
+ 2 => 'Low',
+ 3 => 'High',
+ 4 => 'High+',
+ 5 => 'Auto',
+ },
+ },
+);
+
# location information (ref PH)
%Image::ExifTool::Nikon::LocationInfo = (
%binaryDataAttrs,
diff --git a/lib/Image/ExifTool/Olympus.pm b/lib/Image/ExifTool/Olympus.pm
index 3bcf3701..8efbdacb 100644
--- a/lib/Image/ExifTool/Olympus.pm
+++ b/lib/Image/ExifTool/Olympus.pm
@@ -40,7 +40,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
use Image::ExifTool::APP12;
-$VERSION = '2.78';
+$VERSION = '2.79';
sub PrintLensInfo($$$);
@@ -433,6 +433,7 @@ my %olympusCameraTypes = (
S0092 => 'E-M1MarkIII', #IB
S0093 => 'E-P7', #IB
S0095 => 'OM-1', #IB
+ S0101 => 'OM-5', #IB
SR45 => 'D220',
SR55 => 'D320L',
SR83 => 'D340L',
diff --git a/lib/Image/ExifTool/Pentax.pm b/lib/Image/ExifTool/Pentax.pm
index 9b74ea49..502ac939 100644
--- a/lib/Image/ExifTool/Pentax.pm
+++ b/lib/Image/ExifTool/Pentax.pm
@@ -58,7 +58,7 @@ use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
use Image::ExifTool::HP;
-$VERSION = '3.40';
+$VERSION = '3.41';
sub CryptShutterCount($$);
sub PrintFilter($$$);
@@ -365,10 +365,15 @@ sub DecodeAFPoints($$$$;$);
'8 255.4' => 'Sigma 4.5mm F2.8 EX DC HSM Circular Fisheye', #PH
'8 255.5' => 'Sigma 50-200mm F4-5.6 DC OS', #26
'8 255.6' => 'Sigma 24-70mm F2.8 EX DG HSM', #29
+
+ '9 0' => '645 Manual Lens', #PH (NC)
+ '9 3' => 'HD PENTAX-FA 43mm F1.9 Limited', #IB
+ '9 24' => 'HD PENTAX-FA 77mm F1.8 Limited', #IB
+ '9 39' => 'HD PENTAX-FA 31mm F1.8 AL Limited', #IB
+ '9 247' => 'HD PENTAX-DA FISH-EYE 10-17mm F3.5-4.5 ED [IF]', #IB
#
# 645 lenses
#
- '9 0' => '645 Manual Lens', #PH (NC)
'10 0' => '645 A Series Lens', #PH
'11 1' => 'smc PENTAX-FA 645 75mm F2.8', #PH
'11 2' => 'smc PENTAX-FA 645 45mm F2.8', #PH
diff --git a/lib/Image/ExifTool/QuickTime.pm b/lib/Image/ExifTool/QuickTime.pm
index 97fa82dd..7abf95e9 100644
--- a/lib/Image/ExifTool/QuickTime.pm
+++ b/lib/Image/ExifTool/QuickTime.pm
@@ -47,7 +47,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
-$VERSION = '2.79';
+$VERSION = '2.80';
sub ProcessMOV($$;$);
sub ProcessKeys($$$);
@@ -522,6 +522,12 @@ my %eeBox2 = (
return substr($val, 12, $len);
},
},
+ {
+ Name => 'SkipInfo', # (found in 70mai Pro Plus+ MP4 videos)
+ # (look for something that looks like a QuickTime atom header)
+ Condition => '$$valPt =~ /^\0[\0-\x04]..[a-zA-Z ]{4}/s',
+ SubDirectory => { TagTable => 'Image::ExifTool::QuickTime::SkipInfo' },
+ },
{ Name => 'Skip', Unknown => 1, Binary => 1 },
],
wide => { Unknown => 1, Binary => 1 },
@@ -759,6 +765,19 @@ my %eeBox2 = (
# 'samn'? - seen in Vantrue N2S sample video
);
+# stuff seen in 'skip' atom (70mai Pro Plus+ MP4 videos)
+%Image::ExifTool::QuickTime::SkipInfo = (
+ PROCESS_PROC => \&ProcessMOV,
+ GROUPS => { 2 => 'Video' },
+ 'ver ' => 'Version',
+ # tima - int32u: seen 0x3c
+ thma => {
+ Name => 'ThumbnailImage',
+ Groups => { 2 => 'Preview' },
+ Binary => 1,
+ },
+);
+
# MPEG-4 'ftyp' atom
# (ref http://developer.apple.com/mac/library/documentation/QuickTime/QTFF/QTFFChap1/qtff1.html)
%Image::ExifTool::QuickTime::FileType = (
@@ -8691,7 +8710,7 @@ sub HandleItemInfo($)
$et->VPrint(0, "$$et{INDENT}Item $id) '${type}' ($len bytes)\n");
}
# get ExifTool name for this item
- my $name = { Exif => 'EXIF', 'application/rdf+xml' => 'XMP' }->{$type} || '';
+ my $name = { Exif => 'EXIF', 'application/rdf+xml' => 'XMP', jpeg => 'PreviewImage' }->{$type} || '';
my ($warn, $extent);
$warn = "Can't currently decode encoded $type metadata" if $$item{ContentEncoding};
$warn = "Can't currently decode protected $type metadata" if $$item{ProtectionIndex};
@@ -8768,6 +8787,21 @@ sub HandleItemInfo($)
}
$subTable = GetTagTable('Image::ExifTool::Exif::Main');
$proc = \&Image::ExifTool::ProcessTIFF;
+ } elsif ($name eq 'PreviewImage') {
+ # take a quick stab at determining the size of the image
+ # (based on JPEG previews found in Fuji X-H2S HIF images)
+ my $type = 'PreviewImage';
+ if ($buff =~ /^.{556}\xff\xc0\0\x11.(.{4})/s) {
+ my ($h, $w) = unpack('n2', $1);
+ # (not sure if $h is ever the long dimension, but test it just in case)
+ if ($w == 160 or $h == 160) {
+ $type = 'ThumbnailImage';
+ } elsif ($w == 1920 or $h == 1920) {
+ $type = 'OtherImage'; # (large preview)
+ } # (PreviewImage is 640x480)
+ }
+ $et->FoundTag($type => $buff);
+ next;
} else {
$start = 0;
$subTable = GetTagTable('Image::ExifTool::XMP::Main');
@@ -9208,12 +9242,13 @@ sub ProcessMOV($$;$)
# temporarily set ExtractEmbedded option for CRX files
$saveOptions{ExtractEmbedded} = $et->Options(ExtractEmbedded => 1) if $fileType eq 'CRX';
} else {
- $et->SetFileType(); # MOV
+ $et->SetFileType(); # MOV
}
SetByteOrder('MM');
$$et{PRIORITY_DIR} = 'XMP'; # have XMP take priority
}
- $$raf{NoBuffer} = 1 if $et->Options('FastScan'); # disable buffering in FastScan mode
+ my $fast = $$et{OPTIONS}{FastScan} || 0;
+ $$raf{NoBuffer} = 1 if $fast; # disable buffering in FastScan mode
my $ee = $$et{OPTIONS}{ExtractEmbedded};
if ($ee) {
@@ -9241,8 +9276,10 @@ sub ProcessMOV($$;$)
$et->VPrint(0,"$$et{INDENT}Tag '${t}' extends to end of file");
if ($$tagTablePtr{"$tag-size"}) {
my $pos = $raf->Tell();
- $raf->Seek(0, 2);
- $et->HandleTag($tagTablePtr, "$tag-size", $raf->Tell() - $pos);
+ unless ($fast) {
+ $raf->Seek(0, 2);
+ $et->HandleTag($tagTablePtr, "$tag-size", $raf->Tell() - $pos);
+ }
$et->HandleTag($tagTablePtr, "$tag-offset", $pos) if $$tagTablePtr{"$tag-offset"};
}
}
@@ -9345,6 +9382,8 @@ sub ProcessMOV($$;$)
$et->HandleTag($tagTablePtr, "$tag-size", $size);
$et->HandleTag($tagTablePtr, "$tag-offset", $raf->Tell()) if $$tagTablePtr{"$tag-offset"};
}
+ # stop processing at mdat/idat if -fast2 is used
+ last if $fast > 1 and ($tag eq 'mdat' or $tag eq 'idat');
# load values only if associated with a tag (or verbose) and not too big
if ($size > 0x2000000) { # start to get worried above 32 MB
# check for RIFF trailer (written by Auto-Vox dashcam)
diff --git a/lib/Image/ExifTool/QuickTimeStream.pl b/lib/Image/ExifTool/QuickTimeStream.pl
index b39a9bec..271320cd 100644
--- a/lib/Image/ExifTool/QuickTimeStream.pl
+++ b/lib/Image/ExifTool/QuickTimeStream.pl
@@ -27,6 +27,8 @@ sub ProcessFreeGPS2($$$);
sub Process360Fly($$$);
sub ProcessFMAS($$$);
+my $debug; # set to 1 for extra debugging messages
+
# QuickTime data types that have ExifTool equivalents
# (ref https://developer.apple.com/library/content/documentation/QuickTime/QTFF/Metadata/Metadata.html#//apple_ref/doc/uid/TP40000939-CH1-SW35)
my %qtFmt = (
@@ -99,7 +101,7 @@ my %insvLimit = (
The tags below are extracted from timed metadata in QuickTime and other
formats of video files when the ExtractEmbedded option is used. Although
most of these tags are combined into the single table below, ExifTool
- currently reads 61 different formats of timed GPS metadata from video files.
+ currently reads 62 different formats of timed GPS metadata from video files.
},
VARS => { NO_ID => 1 },
GPSLatitude => { PrintConv => 'Image::ExifTool::GPS::ToDMS($self, $val, 1, "N")', RawConv => '$$self{FoundGPSLatitude} = 1; $val' },
@@ -1422,6 +1424,7 @@ sub ProcessFreeGPS($$$)
} elsif ($buf2 =~ /^.{173}([-+]\d{3})([-+]\d{3})([-+]\d{3})/s) { # (Azdome)
@acc = ($1/100, $2/100, $3/100);
}
+ $debug and $et->FoundTag(GPSType => '1A');
} elsif ($$dataPt =~ /^.{52}(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})/s) {
@@ -1450,6 +1453,7 @@ sub ProcessFreeGPS($$$)
# change to signed integer and divide by 256
map { $_ = $_ - 4294967296 if $_ >= 0x80000000; $_ /= 256 } @acc;
}
+ $debug and $et->FoundTag(GPSType => '1B');
} elsif ($$dataPt =~ /^.{37}\0\0\0A([NS])([EW])/s) {
@@ -1460,13 +1464,27 @@ sub ProcessFreeGPS($$$)
# 0030: f1 47 40 46 66 66 d2 41 85 eb 83 41 00 00 00 00 [.G@Fff.A...A....]
($latRef, $lonRef) = ($1, $2);
($hr,$min,$sec,$yr,$mon,$day) = unpack('x16V6', $$dataPt);
- $yr += 2000;
+ if ($yr < 2000) {
+ $yr += 2000;
+ } else {
+ # Kenwood dashcam sometimes stores absolute year and local time
+ # (but sometimes year since 2000 and UTC time in same video!)
+ require Time::Local;
+ my $time = Image::ExifTool::TimeLocal($sec,$min,$hr,$day,$mon-1,$yr-1900);
+ ($sec,$min,$hr,$day,$mon,$yr) = gmtime($time);
+ $yr += 1900;
+ ++$mon;
+ $et->WarnOnce('Converting GPSDateTime to UTC based on local time zone',1);
+ }
SetByteOrder('II');
$lat = GetFloat($dataPt, 0x2c);
$lon = GetFloat($dataPt, 0x30);
$spd = GetFloat($dataPt, 0x34) * $knotsToKph; # (convert knots to km/h)
$trk = GetFloat($dataPt, 0x38);
+ @acc = unpack('x60V3', $$dataPt); # (may be all zeros if not valid)
+ map { $_ = $_ - 4294967296 if $_ >= 0x80000000; $_ /= 256 } @acc;
SetByteOrder('MM');
+ $debug and $et->FoundTag(GPSType => '1C');
} elsif ($$dataPt =~ /^.{21}\0\0\0A([NS])([EW])/s) {
@@ -1495,6 +1513,7 @@ sub ProcessFreeGPS($$$)
$acc[1] = GetFloat($dataPt, 0x30);
$acc[2] = GetFloat($dataPt, 0x34);
SetByteOrder('MM');
+ $debug and $et->FoundTag(GPSType => '1D');
} elsif ($$dataPt =~ /^.{60}A\0{3}.{4}([NS])\0{3}.{4}([EW])\0{3}/s) {
@@ -1515,6 +1534,7 @@ sub ProcessFreeGPS($$$)
$trk = GetFloat($dataPt, 0x54) + 180; # (why is this off by 180?)
$trk -= 360 if $trk >= 360;
SetByteOrder('MM');
+ $debug and $et->FoundTag(GPSType => '1E');
} elsif ($$dataPt =~ /^.{60}4W`b]S</s and length($$dataPt) >= 140) {
@@ -1532,6 +1552,7 @@ sub ProcessFreeGPS($$$)
$yr += ($yr >= 70 ? 1900 : 2000);
$spd = $9 * $knotsToKph if length $9;
$trk = $10 if length $10;
+ $debug and $et->FoundTag(GPSType => '1F');
} elsif ($$dataPt =~ /^.{64}[\x01-\x0c]\0{3}[\x01-\x1f]\0{3}A[NS][EW]\0{5}/s) {
@@ -1575,6 +1596,7 @@ sub ProcessFreeGPS($$$)
SetByteOrder('MM');
#my $serialNum = substr($$dataPt, 0x68, 20);
+ $debug and $et->FoundTag(GPSType => '1G');
} elsif ($$dataPt =~ /^.{12}\xac\0\0\0.{44}(.{72})/s) {
@@ -1597,6 +1619,7 @@ sub ProcessFreeGPS($$$)
# bytes 7-12 are the timestamp in ASCII HHMMSS after xor-ing with 0x70
substr($time,7,6) = pack 'C*', map { $_ ^= 0x70 } unpack 'C*', substr($time,7,6);
# (other values are currently unknown)
+ $debug and $et->FoundTag(GPSType => '1H');
} elsif ($$dataPt =~ /^.{64}A([NS])([EW])\0/s) {
@@ -1622,6 +1645,7 @@ sub ProcessFreeGPS($$$)
$trk = GetFloat($dataPt, 0x68);
$alt = GetFloat($dataPt, 0x6c);
SetByteOrder('MM');
+ $debug and $et->FoundTag(GPSType => '1I');
} else {
@@ -1658,6 +1682,7 @@ sub ProcessFreeGPS($$$)
$yr += 2000 if $yr < 2000;
$spd *= $knotsToKph; # convert speed to km/h
# ($trk is not confirmed; may be GPSImageDirection, ref PH)
+ $debug and $et->FoundTag(GPSType => '1J');
}
#
# save tag values extracted by above code
@@ -1811,6 +1836,7 @@ ATCRec: for ($recPos = 0x30; $recPos + 52 < $dirLen; $recPos += 52) {
}
# save position of most recent record (needed when parsing the next freeGPS block)
$$et{FreeGPS2}{RecentRecPos} = $lastRecPos;
+ $debug and $et->FoundTag(GPSType => '2A');
return 1;
} elsif ($$dataPt =~ /^.{60}A\0.{10}([NS])\0.{14}([EW])\0/s) {
@@ -1842,6 +1868,7 @@ ATCRec: for ($recPos = 0x30; $recPos + 52 < $dirLen; $recPos += 52) {
$lon = GetDouble($dataPt, 0x50);
$spd = GetDouble($dataPt, 0x60) * $knotsToKph;
$trk = GetDouble($dataPt, 0x68);
+ $debug and $et->FoundTag(GPSType => '2B');
} elsif ($$dataPt =~ /^.{72}A([NS])([EW])/s) {
@@ -1878,6 +1905,8 @@ ATCRec: for ($recPos = 0x30; $recPos + 52 < $dirLen; $recPos += 52) {
$lon = abs Get32s($dataPt, 0x50) / 1e7;
$spd = Get32s($dataPt, 0x54) / 100 * $mpsToKph;
$alt = GetFloat($dataPt, 0x58) / 1000; # (NC)
+ $debug and $et->FoundTag(GPSType => '2C');
+
} else {
# Type 3 (ref 2)
# (no sample with this format)
@@ -1885,6 +1914,7 @@ ATCRec: for ($recPos = 0x30; $recPos + 52 < $dirLen; $recPos += 52) {
$lon = GetFloat($dataPt, 0x50);
$spd = GetFloat($dataPt, 0x54) * $knotsToKph;
$trk = GetFloat($dataPt, 0x58);
+ $debug and $et->FoundTag(GPSType => '2D');
}
} elsif ($$dataPt =~ /^.{60}A\0.{6}([NS])\0.{6}([EW])\0/s and $dirLen >= 112) {
@@ -1905,6 +1935,7 @@ ATCRec: for ($recPos = 0x30; $recPos + 52 < $dirLen; $recPos += 52) {
$lon = GetFloat($dataPt, 0x48);
$spd = GetFloat($dataPt, 0x50);
$trk = GetFloat($dataPt, 0x54);
+ $debug and $et->FoundTag(GPSType => '2E');
} elsif ($$dataPt =~ /^.{16}A([NS])([EW])\0/s) {
@@ -1925,6 +1956,7 @@ ATCRec: for ($recPos = 0x30; $recPos + 52 < $dirLen; $recPos += 52) {
$et->HandleTag($tagTbl, GPSTrack => $trk);
$et->HandleTag($tagTbl, Accelerometer => "@acc");
}
+ $debug and $et->FoundTag(GPSType => '2F');
return 1;
} else {
@@ -1971,6 +2003,7 @@ ATCRec: for ($recPos = 0x30; $recPos + 52 < $dirLen; $recPos += 52) {
$et->HandleTag($tagTbl, GPSTrack => $trk);
last if $pos += 0x20 > length($$dataPt) - 0x1e;
}
+ $debug and $et->FoundTag(GPSType => '2G');
return $$et{DOC_NUM} ? 1 : 0; # return 0 if nothing extracted
}
#
diff --git a/lib/Image/ExifTool/README b/lib/Image/ExifTool/README
index f1659826..37c132cf 100644
--- a/lib/Image/ExifTool/README
+++ b/lib/Image/ExifTool/README
@@ -967,6 +967,10 @@ numerical, and generated automatically otherwise.
OtherLang : [reserved] Used internally by QuickTime module to store a list
of tag ID's for alternate-language tags based on this one.
+ ParentTagInfo : [reserved] Used internally to store a reference to the tag
+ information hash of the parent structure for flattened
+ structure tags.
+
RootTagInfo : [reserved] Used internally to store a reference to the tag
information hash of the top-level structure for flattened
structure tags.
diff --git a/lib/Image/ExifTool/Sony.pm b/lib/Image/ExifTool/Sony.pm
index eed70026..d232b829 100644
--- a/lib/Image/ExifTool/Sony.pm
+++ b/lib/Image/ExifTool/Sony.pm
@@ -34,7 +34,7 @@ use Image::ExifTool qw(:DataAccess :Utils);
use Image::ExifTool::Exif;
use Image::ExifTool::Minolta;
-$VERSION = '3.54';
+$VERSION = '3.55';
sub ProcessSRF($$$);
sub ProcessSR2($$$);
@@ -206,6 +206,7 @@ sub PrintInvLensSpec($;$$);
49469 => 'Tamron 35-150mm F2-F2.8 Di III VXD', #JR (Model A058)
49470 => 'Tamron 28-75mm F2.8 Di III VXD G2', #JR (Model A063)
49471 => 'Tamron 50-400mm F4.5-6.3 Di III VC VXD', #JR (Model A067)
+ 49472 => 'Tamron 20-40mm F2.8 Di III VXD', #JR (Model A062)
49473 => 'Tokina atx-m 85mm F1.8 FE or Viltrox lens', #JR
49473.1 => 'Viltrox 23mm F1.4 E', #JR
@@ -253,6 +254,8 @@ sub PrintInvLensSpec($;$$);
50531 => 'Sigma 18-50mm F2.8 DC DN | C', #IB/JR (021)
50532 => 'Sigma 20mm F2 DG DN | C', #JR (022)
50533 => 'Sigma 16-28mm F2.8 DG DN | C', #JR (022)
+ 50534 => 'Sigma 20mm F1.4 DG DN | A', #JR (022)
+ 50535 => 'Sigma 24mm F1.4 DG DN | A', #JR (022)
50992 => 'Voigtlander SUPER WIDE-HELIAR 15mm F4.5 III', #JR
50993 => 'Voigtlander HELIAR-HYPER WIDE 10mm F5.6', #IB
@@ -1626,7 +1629,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
# from mid-2015: ILCE-7RM2/7SM2/6300 and newer models use different offsets
{
Name => 'Tag9050a',
- Condition => '$$self{Model} !~ /^(DSC-|Stellar|ILCE-(1|6100|6300|6400|6500|6600|7C|7M3|7M4|7RM2|7RM3A?|7RM4A?|7SM2|7SM3|9|9M2)|ILCA-99M2|ILME-FX3|ZV-)/',
+ Condition => '$$self{Model} !~ /^(DSC-|Stellar|ILCE-(1|6100|6300|6400|6500|6600|7C|7M3|7M4|7RM2|7RM3A?|7RM4A?|7RM5|7SM2|7SM3|9|9M2)|ILCA-99M2|ILME-FX3|ZV-)/',
SubDirectory => {
TagTable => 'Image::ExifTool::Sony::Tag9050a',
ByteOrder => 'LittleEndian',
@@ -1640,7 +1643,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
},
},{
Name => 'Tag9050c',
- Condition => '$$self{Model} =~ /^(ILCE-(1|7M4|7SM3)|ILME-FX3)/',
+ Condition => '$$self{Model} =~ /^(ILCE-(1|7M4|7RM5|7SM3)|ILME-FX3)/',
SubDirectory => {
TagTable => 'Image::ExifTool::Sony::Tag9050c',
ByteOrder => 'LittleEndian',
@@ -1660,8 +1663,9 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
# 0x24 (e) for ILCA-99M2,ILCE-5100/6300/6500/7M2/7RM2/7S/7SM2/QX1, DSC-HX80/HX90V/QX30/RX0/RX100M3/RX100M4/RX100M5/RX10M2/RX10M3/RX1RM2/WX500
# 0x26 (e) for ILCE-6100/6400/6600/7M3/7RM3/9, DSC-RX0M2/RX10M4/RX100M5A/RX100M6/HX99
# 0x28 (e) for ILCE-7RM4/9M2, DSC-RX100M7, ZV-1/E10
- # 0x31 (e) for ILCE-1/7SM3, ILME-FX3
- # first byte decoded: 40, 204, 202, 27, 58, 62, 48, 215, 28, 106 respectively
+ # 0x31 (e) for ILCE-1/7M4/7SM3, ILME-FX3
+ # 0x32 (e) for ILCE-7RM5, ILME-FX30
+ # first byte decoded: 40, 204, 202, 27, 58, 62, 48, 215, 28, 106, 89 respectively
{
Name => 'Tag9400a',
Condition => q{
@@ -1675,7 +1679,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
SubDirectory => { TagTable => 'Image::ExifTool::Sony::Tag9400b' },
},{
Name => 'Tag9400c',
- Condition => '$$valPt =~ /^[\x23\x24\x26\x28\x31]/',
+ Condition => '$$valPt =~ /^[\x23\x24\x26\x28\x31\x32]/',
SubDirectory => { TagTable => 'Image::ExifTool::Sony::Tag9400c' },
},{
Name => 'Sony_0x9400',
@@ -2052,6 +2056,7 @@ my %hidUnk = ( Hidden => 1, Unknown => 1 );
387 => 'ILCE-7RM4A', #forum12542
388 => 'ILCE-7M4', #IB/JR
389 => 'ZV-1F', #IB
+ 390 => 'ILCE-7RM5', #IB
391 => 'ILME-FX30', #JR
},
},
@@ -7975,7 +7980,7 @@ my %isoSetting2010 = (
},
0x0088 => {
Name => 'InternalSerialNumber', #(NC)
- Condition => '$$self{Model} =~ /^(ILCE-(7M4|7SM3)|ILME-FX3)/',
+ Condition => '$$self{Model} =~ /^(ILCE-(7M4|7RM5|7SM3)|ILME-FX3)/',
Format => 'int8u[6]',
PrintConv => 'unpack "H*", pack "C*", split " ", $val',
},
@@ -8213,7 +8218,7 @@ my %isoSetting2010 = (
},
0x002a => [{
Name => 'Quality2',
- Condition => '$$self{Model} !~ /^(ILCE-(1|7M4|7SM3)|ILME-FX3)\b/',
+ Condition => '$$self{Model} !~ /^(ILCE-(1|7M4|7RM5|7SM3)|ILME-FX3)\b/',
PrintConv => {
0 => 'JPEG',
1 => 'RAW',
@@ -8222,7 +8227,7 @@ my %isoSetting2010 = (
},
},{
Name => 'Quality2',
- Condition => '$$self{Model} =~ /^(ILCE-(1|7M4|7SM3)|ILME-FX3)\b/',
+ Condition => '$$self{Model} =~ /^(ILCE-(1|7M4|7RM5|7SM3)|ILME-FX3)\b/',
PrintConv => {
1 => 'JPEG',
2 => 'RAW',
@@ -8233,13 +8238,13 @@ my %isoSetting2010 = (
}],
0x0047 => {
Name => 'SonyImageHeight',
- Condition => '$$self{Model} !~ /^(ILCE-(1|7M4|7SM3)|ILME-FX3)\b/',
+ Condition => '$$self{Model} !~ /^(ILCE-(1|7M4|7RM5|7SM3)|ILME-FX3)\b/',
Format => 'int16u',
PrintConv => '$val > 0 ? 8*$val : "n.a."',
},
0x0053 => {
Name => 'ModelReleaseYear',
- Condition => '$$self{Model} !~ /^(ILCE-(1|7M4|7SM3)|ILME-FX3)\b/',
+ Condition => '$$self{Model} !~ /^(ILCE-(1|7M4|7RM5|7SM3)|ILME-FX3)\b/',
Format => 'int8u',
PrintConv => 'sprintf("20%.2d", $val)',
},
@@ -9528,7 +9533,7 @@ my %isoSetting2010 = (
WRITE_PROC => \&WriteEnciphered,
CHECK_PROC => \&Image::ExifTool::CheckBinaryData,
FORMAT => 'int8u',
- NOTES => 'Valid for the ILCE-1/7M4/7SM3, ILME-FX3.',
+ NOTES => 'Valid for the ILCE-1/7M4/7RM5/7SM3, ILME-FX3.',
FIRST_ENTRY => 0,
GROUPS => { 0 => 'MakerNotes', 2 => 'Image' },
0x0000 => { Name => 'Tag9416_0000', PrintConv => 'sprintf("%3d",$val)', RawConv => '$$self{TagVersion} = $val' },
@@ -9655,7 +9660,7 @@ my %isoSetting2010 = (
},
0x088f => {
Name => 'VignettingCorrParams',
- Condition => '$$self{Model} !~ /^(ILCE-7M4)/',
+ Condition => '$$self{Model} =~ /^(ILCE-(1|7SM3)|ILME-FX3)\b/',
Format => 'int16s[16]',
},
0x0891 => {
@@ -9663,9 +9668,14 @@ my %isoSetting2010 = (
Condition => '$$self{Model} =~ /^(ILCE-7M4)/',
Format => 'int16s[16]',
},
+ 0x089b => {
+ Name => 'VignettingCorrParams',
+ Condition => '$$self{Model} =~ /^(ILCE-7RM5|ILME-FX30)\b/',
+ Format => 'int16s[16]',
+ },
0x0914 => {
Name => 'ChromaticAberrationCorrParams',
- Condition => '$$self{Model} !~ /^(ILCE-7M4)/',
+ Condition => '$$self{Model} =~ /^(ILCE-(1|7SM3)|ILME-FX3)\b/',
Format => 'int16s[32]',
},
0x0916 => {
@@ -9673,6 +9683,11 @@ my %isoSetting2010 = (
Condition => '$$self{Model} =~ /^(ILCE-7M4)/',
Format => 'int16s[32]',
},
+ 0x0945 => {
+ Name => 'ChromaticAberrationCorrParams',
+ Condition => '$$self{Model} =~ /^(ILCE-7RM5|ILME-FX30)\b/',
+ Format => 'int16s[32]',
+ },
);
%Image::ExifTool::Sony::FaceInfo1 = (
diff --git a/lib/Image/ExifTool/TagInfoXML.pm b/lib/Image/ExifTool/TagInfoXML.pm
index fbbacb7b..8ef9fd0d 100644
--- a/lib/Image/ExifTool/TagInfoXML.pm
+++ b/lib/Image/ExifTool/TagInfoXML.pm
@@ -15,7 +15,7 @@ use vars qw($VERSION @ISA $makeMissing);
use Image::ExifTool qw(:Utils :Vars);
use Image::ExifTool::XMP;
-$VERSION = '1.32';
+$VERSION = '1.33';
@ISA = qw(Exporter);
# set this to a language code to generate Lang module with 'MISSING' entries
@@ -204,6 +204,8 @@ PTILoop: for ($index=0; $index<@infoArray; ++$index) {
push @flags, 'Permanent' if $$tagInfo{Permanent} or
($groups[0] eq 'MakerNotes' and not defined $$tagInfo{Permanent});
$grp = " flags='" . join(',', sort @flags) . "'$grp" if @flags;
+ # add parent structure tag ID
+ $grp .= " struct='$$tagInfo{ParentTagInfo}{TagID}'" if $$tagInfo{ParentTagInfo};
}
print $fp " <tag id='${xmlID}' name='${name}'$ind type='${format}'$count writable='${writable}'$grp";
if ($opts{NoDesc}) {
diff --git a/lib/Image/ExifTool/TagLookup.pm b/lib/Image/ExifTool/TagLookup.pm
index d10af4d8..fc01b21e 100644
--- a/lib/Image/ExifTool/TagLookup.pm
+++ b/lib/Image/ExifTool/TagLookup.pm
@@ -249,6 +249,7 @@ my @tableList = (
'Image::ExifTool::Nikon::FlashInfo0300',
'Image::ExifTool::Nikon::GEM',
'Image::ExifTool::Nikon::HDRInfo',
+ 'Image::ExifTool::Nikon::HDRInfo2',
'Image::ExifTool::Nikon::ISOInfo',
'Image::ExifTool::Nikon::LensData00',
'Image::ExifTool::Nikon::LensData01',
@@ -263,6 +264,7 @@ my @tableList = (
'Image::ExifTool::Nikon::MenuSettingsZ7II',
'Image::ExifTool::Nikon::MenuSettingsZ9',
'Image::ExifTool::Nikon::MultiExposure',
+ 'Image::ExifTool::Nikon::MultiExposure2',
'Image::ExifTool::Nikon::PictureControl',
'Image::ExifTool::Nikon::PictureControl2',
'Image::ExifTool::Nikon::PictureControl3',
@@ -547,346 +549,346 @@ my @tableList = (
# lookup for all writable tags
my %tagLookup = (
'aberrationcorrectiondistance' => { 109 => 0x69 },
- 'about' => { 498 => 'about' },
- 'aboutcvterm' => { 490 => 'AboutCvTerm' },
- 'aboutcvtermcvid' => { 490 => [\'AboutCvTerm','AboutCvTermCvId'] },
- 'aboutcvtermid' => { 490 => [\'AboutCvTerm','AboutCvTermCvTermId'] },
- 'aboutcvtermname' => { 490 => [\'AboutCvTerm','AboutCvTermCvTermName'] },
- 'aboutcvtermrefinedabout' => { 490 => [\'AboutCvTerm','AboutCvTermCvTermRefinedAbout'] },
+ 'about' => { 500 => 'about' },
+ 'aboutcvterm' => { 492 => 'AboutCvTerm' },
+ 'aboutcvtermcvid' => { 492 => [\'AboutCvTerm','AboutCvTermCvId'] },
+ 'aboutcvtermid' => { 492 => [\'AboutCvTerm','AboutCvTermCvTermId'] },
+ 'aboutcvtermname' => { 492 => [\'AboutCvTerm','AboutCvTermCvTermName'] },
+ 'aboutcvtermrefinedabout' => { 492 => [\'AboutCvTerm','AboutCvTermCvTermRefinedAbout'] },
'absolutealtitude' => { 116 => 'AbsoluteAltitude' },
- 'abspeakaudiofilepath' => { 504 => 'absPeakAudioFilePath' },
- 'academicfield' => { 494 => 'academicField' },
- 'acceleration' => { 119 => 0x9404, 485 => 'Acceleration' },
+ 'abspeakaudiofilepath' => { 506 => 'absPeakAudioFilePath' },
+ 'academicfield' => { 496 => 'academicField' },
+ 'acceleration' => { 119 => 0x9404, 487 => 'Acceleration' },
'accelerationtracking' => { 84 => 0x518 },
'accelerationvector' => { 1 => 0x8 },
- 'accelerometer' => { 390 => 0x3 },
- 'accelerometerdata' => { 380 => 'vrot' },
- 'accelerometerx' => { 320 => 0x8d },
- 'accelerometery' => { 320 => 0x8e },
- 'accelerometerz' => { 320 => 0x8c },
- 'accessoryserialnumber' => { 320 => 0x54 },
- 'accessorytype' => { 320 => 0x53 },
+ 'accelerometer' => { 392 => 0x3 },
+ 'accelerometerdata' => { 382 => 'vrot' },
+ 'accelerometerx' => { 322 => 0x8d },
+ 'accelerometery' => { 322 => 0x8e },
+ 'accelerometerz' => { 322 => 0x8c },
+ 'accessoryserialnumber' => { 322 => 0x54 },
+ 'accessorytype' => { 322 => 0x53 },
'actionadvised' => { 131 => 0x2a },
'activearea' => { 119 => 0xc68d },
- 'actived-lighting' => { 226 => 0x22, 270 => 0x24 },
- 'actived-lightingmode' => { 270 => 0x25 },
+ 'actived-lighting' => { 227 => 0x22, 272 => 0x24 },
+ 'actived-lightingmode' => { 272 => 0x25 },
'adaptervoltage' => { 138 => 0x407 },
'addaspectratioinfo' => { 84 => 0x80e },
'addiptcinformation' => { 84 => 0x815 },
- 'additionalmodelinformation' => { 490 => 'AddlModelInfo' },
+ 'additionalmodelinformation' => { 492 => 'AddlModelInfo' },
'addoriginaldecisiondata' => { 84 => 0x80f, 85 => 0x11, 86 => 0x13, 89 => 0x14 },
'address' => { 161 => 'Address' },
- 'adjustmentmode' => { 397 => 0x15 },
- 'adlbracketingstep' => { 248 => 0x883 },
- 'adlbracketingtype' => { 248 => 0x884 },
+ 'adjustmentmode' => { 399 => 0x15 },
+ 'adlbracketingstep' => { 250 => 0x883 },
+ 'adlbracketingtype' => { 250 => 0x884 },
'adobe' => { 120 => 'Adobe' },
- 'adultcontentwarning' => { 307 => 'AdultContentWarning', 497 => 'adultContentWarning' },
+ 'adultcontentwarning' => { 309 => 'AdultContentWarning', 499 => 'adultContentWarning' },
'advancedfilter' => { 127 => 0x1201 },
- 'advancedraw' => { 272 => 0x76a43203 },
- 'advancedscenetype' => { 320 => 0x3d },
- 'advisory' => { 502 => 'Advisory' },
- 'ae_iso' => { 328 => 0x2, 329 => 0x4, 330 => 0x12 },
- 'aeaperture' => { 328 => 0x1, 329 => 0x3, 330 => 0x11 },
- 'aeaperturesteps' => { 328 => 0x8, 329 => 0xb },
+ 'advancedraw' => { 274 => 0x76a43203 },
+ 'advancedscenetype' => { 322 => 0x3d },
+ 'advisory' => { 504 => 'Advisory' },
+ 'ae_iso' => { 330 => 0x2, 331 => 0x4, 332 => 0x12 },
+ 'aeaperture' => { 330 => 0x1, 331 => 0x3, 332 => 0x11 },
+ 'aeaperturesteps' => { 330 => 0x8, 331 => 0xb },
'aebautocancel' => { 84 => 0x104 },
'aebbracketvalue' => { 77 => 0x11 },
- 'aebracketingsteps' => { 247 => 0x174c, 248 => 0x87b, 257 => 0x1756 },
+ 'aebracketingsteps' => { 249 => 0x174c, 250 => 0x87b, 259 => 0x1756 },
'aebsequence' => { 84 => 0x105 },
'aebsequenceautocancel' => { 82 => 0x9, 83 => 0x9, 85 => 0x8, 86 => 0x9, 89 => 0x9, 90 => 0x7 },
'aebshotcount' => { 84 => 0x106 },
- 'aebxv' => { 328 => 0x4, 329 => 0x6 },
- 'aeerror' => { 329 => 0x8 },
- 'aeexposuretime' => { 328 => 0x0, 329 => 0x2, 330 => 0x10 },
+ 'aebxv' => { 330 => 0x4, 331 => 0x6 },
+ 'aeerror' => { 331 => 0x8 },
+ 'aeexposuretime' => { 330 => 0x0, 331 => 0x2, 332 => 0x10 },
'aelbutton' => { 184 => 0x45 },
'aelexposureindicator' => { 184 => 0x51 },
- 'aelock' => { 184 => 0x5b, 281 => '4.2', 290 => '4.2', 297 => 0x201, 355 => 0x48, 407 => 0x40, 408 => 0x40, 409 => [0x86,0x286] },
- 'aelockbutton' => { 279 => '16.1', 281 => '4.1', 284 => '15.1', 285 => '16.1', 286 => '16.1', 288 => '30.1', 289 => '16.1', 290 => '4.1', 292 => '17.1', 294 => '17.1' },
- 'aelockbuttonplusdials' => { 279 => '16.2', 288 => '32.1', 292 => '44.1' },
- 'aelockformb-d80' => { 294 => '3.1' },
+ 'aelock' => { 184 => 0x5b, 283 => '4.2', 292 => '4.2', 299 => 0x201, 357 => 0x48, 409 => 0x40, 410 => 0x40, 411 => [0x86,0x286] },
+ 'aelockbutton' => { 281 => '16.1', 283 => '4.1', 286 => '15.1', 287 => '16.1', 288 => '16.1', 290 => '30.1', 291 => '16.1', 292 => '4.1', 294 => '17.1', 296 => '17.1' },
+ 'aelockbuttonplusdials' => { 281 => '16.2', 290 => '32.1', 294 => '44.1' },
+ 'aelockformb-d80' => { 296 => '3.1' },
'aelockmetermodeafterfocus' => { 84 => 0x114 },
- 'aemaxaperture' => { 328 => 0x9, 329 => 0x10, 330 => 0x1c },
- 'aemaxaperture2' => { 328 => 0xa, 329 => 0x11, 330 => 0x1d },
- 'aemeteringmode' => { 328 => 0xc },
- 'aemeteringmode2' => { 328 => '13.1' },
- 'aemeteringsegments' => { 187 => 0x628, 355 => 0x209 },
+ 'aemaxaperture' => { 330 => 0x9, 331 => 0x10, 332 => 0x1c },
+ 'aemaxaperture2' => { 330 => 0xa, 331 => 0x11, 332 => 0x1d },
+ 'aemeteringmode' => { 330 => 0xc },
+ 'aemeteringmode2' => { 330 => '13.1' },
+ 'aemeteringsegments' => { 187 => 0x628, 357 => 0x209 },
'aemicroadjustment' => { 84 => 0x110 },
- 'aeminaperture' => { 328 => 0xb, 329 => 0x12, 330 => 0x1e },
- 'aeminexposuretime' => { 328 => 0x5, 329 => 0x13, 330 => 0x1f },
- 'aeprogrammode' => { 328 => 0x6 },
- 'aeprojectlink' => { 479 => 'aeProjectLink' },
- 'aeprojectlinkcompositionid' => { 479 => [\'aeProjectLink','aeProjectLinkCompositionID'] },
- 'aeprojectlinkfullpath' => { 479 => [\'aeProjectLink','aeProjectLinkFullPath'] },
- 'aeprojectlinkrenderoutputmoduleindex' => { 479 => [\'aeProjectLink','aeProjectLinkRenderOutputModuleIndex'] },
- 'aeprojectlinkrenderqueueitemid' => { 479 => [\'aeProjectLink','aeProjectLinkRenderQueueItemID'] },
- 'aeprojectlinkrendertimestamp' => { 479 => [\'aeProjectLink','aeProjectLinkRenderTimeStamp'] },
+ 'aeminaperture' => { 330 => 0xb, 331 => 0x12, 332 => 0x1e },
+ 'aeminexposuretime' => { 330 => 0x5, 331 => 0x13, 332 => 0x1f },
+ 'aeprogrammode' => { 330 => 0x6 },
+ 'aeprojectlink' => { 481 => 'aeProjectLink' },
+ 'aeprojectlinkcompositionid' => { 481 => [\'aeProjectLink','aeProjectLinkCompositionID'] },
+ 'aeprojectlinkfullpath' => { 481 => [\'aeProjectLink','aeProjectLinkFullPath'] },
+ 'aeprojectlinkrenderoutputmoduleindex' => { 481 => [\'aeProjectLink','aeProjectLinkRenderOutputModuleIndex'] },
+ 'aeprojectlinkrenderqueueitemid' => { 481 => [\'aeProjectLink','aeProjectLinkRenderQueueItemID'] },
+ 'aeprojectlinkrendertimestamp' => { 481 => [\'aeProjectLink','aeProjectLinkRenderTimeStamp'] },
'aesetting' => { 34 => 0x21 },
- 'aewhitebalance' => { 328 => 0xd },
- 'aexv' => { 328 => 0x3, 329 => 0x5 },
- 'af-assistilluminator' => { 295 => 0x19 },
- 'af-cfocusdisplay' => { 295 => 0x234 },
+ 'aewhitebalance' => { 330 => 0xd },
+ 'aexv' => { 330 => 0x3, 331 => 0x5 },
+ 'af-assistilluminator' => { 297 => 0x19 },
+ 'af-cfocusdisplay' => { 297 => 0x234 },
'af-cpriority' => { 128 => '0.2' },
- 'af-cpriorityselection' => { 279 => '1.1', 280 => '1.1', 282 => '1.1', 283 => '1.1', 285 => '0.1', 286 => '0.1', 287 => '0.1', 288 => '1.1', 289 => '0.1', 292 => '1.1', 293 => '1.1', 295 => 0x3 },
+ 'af-cpriorityselection' => { 281 => '1.1', 282 => '1.1', 284 => '1.1', 285 => '1.1', 287 => '0.1', 288 => '0.1', 289 => '0.1', 290 => '1.1', 291 => '0.1', 294 => '1.1', 295 => '1.1', 297 => 0x3 },
'af-csetting' => { 124 => 0x0 },
'af-cspeedtrackingsensitivity' => { 124 => '0.2' },
'af-ctrackingsensitivity' => { 124 => '0.1' },
'af-czoneareaswitching' => { 124 => '0.3' },
- 'af-onbutton' => { 282 => '70.1', 283 => '70.1', 293 => '70.1' },
- 'af-onformb-d10' => { 279 => '3.3', 288 => '3.2' },
- 'af-onformb-d11' => { 289 => '2.2' },
- 'af-onformb-d12' => { 292 => '50.1' },
- 'af-onoutoffocusrelease' => { 295 => 0x10 },
+ 'af-onbutton' => { 284 => '70.1', 285 => '70.1', 295 => '70.1' },
+ 'af-onformb-d10' => { 281 => '3.3', 290 => '3.2' },
+ 'af-onformb-d11' => { 291 => '2.2' },
+ 'af-onformb-d12' => { 294 => '50.1' },
+ 'af-onoutoffocusrelease' => { 297 => 0x10 },
'af-spriority' => { 128 => '0.1' },
- 'af-spriorityselection' => { 279 => '1.2', 280 => '1.2', 282 => '1.2', 283 => '1.2', 287 => '0.2', 288 => '1.2', 289 => '0.2', 292 => '1.2', 293 => '1.2', 295 => 0x5 },
+ 'af-spriorityselection' => { 281 => '1.2', 282 => '1.2', 284 => '1.2', 285 => '1.2', 289 => '0.2', 290 => '1.2', 291 => '0.2', 294 => '1.2', 295 => '1.2', 297 => 0x5 },
'afacceldeceltracking' => { 2 => 0x3 },
- 'afactivation' => { 279 => '2.1', 280 => '2.1', 282 => '78.3', 283 => '78.3', 288 => '2.1', 292 => '2.1', 293 => '78.3', 295 => 0xf },
- 'afadjustment' => { 355 => 0x72, 364 => 0x267 },
+ 'afactivation' => { 281 => '2.1', 282 => '2.1', 284 => '78.3', 285 => '78.3', 290 => '2.1', 294 => '2.1', 295 => '78.3', 297 => 0xf },
+ 'afadjustment' => { 357 => 0x72, 366 => 0x267 },
'afandmeteringbuttons' => { 84 => 0x701 },
- 'afaperture' => { 219 => 0x5, 220 => 0x5, 224 => 0x5 },
+ 'afaperture' => { 220 => 0x5, 221 => 0x5, 225 => 0x5 },
'afareaheight' => { 193 => [0x1a,0x34,0x50], 194 => 0x48 },
- 'afareaillumination' => { 184 => 0x4b, 290 => '15.3' },
- 'afareamode' => { 126 => '0.3', 180 => 0x33, 184 => 0xe, 192 => 0x0, 193 => 0x5, 229 => 0x210, 320 => 0xf, 387 => 0x1205, 400 => [0xa,0x3a], 407 => 0x11, 408 => 0x10, 409 => 0x24, 420 => 0xb043, 445 => 0x17 },
- 'afareamodesetting' => { 281 => '11.1', 284 => '0.1', 290 => '16.1', 294 => '2.1', 420 => 0x201c },
+ 'afareaillumination' => { 184 => 0x4b, 292 => '15.3' },
+ 'afareamode' => { 126 => '0.3', 180 => 0x33, 184 => 0xe, 192 => 0x0, 193 => 0x5, 230 => 0x210, 322 => 0xf, 389 => 0x1205, 402 => [0xa,0x3a], 409 => 0x11, 410 => 0x10, 411 => 0x24, 422 => 0xb043, 447 => 0x17 },
+ 'afareamodesetting' => { 283 => '11.1', 286 => '0.1', 292 => '16.1', 296 => '2.1', 422 => 0x201c },
'afareapointsize' => { 126 => '0.4' },
- 'afareas' => { 297 => 0x304 },
+ 'afareas' => { 299 => 0x304 },
'afareaselectionmethod' => { 2 => 0xd },
'afareaselectmethod' => { 84 => 0x51b },
'afareawidth' => { 193 => [0x18,0x32,0x4e], 194 => 0x46 },
- 'afareaxposition' => { 193 => [0x14,0x2e,0x4a], 387 => 0x1203 },
- 'afareaxposition1' => { 387 => 0x1201 },
- 'afareayposition' => { 193 => [0x16,0x30,0x4c], 387 => 0x1204 },
- 'afareayposition1' => { 387 => 0x1202 },
+ 'afareaxposition' => { 193 => [0x14,0x2e,0x4a], 389 => 0x1203 },
+ 'afareaxposition1' => { 389 => 0x1201 },
+ 'afareayposition' => { 193 => [0x16,0x30,0x4c], 389 => 0x1204 },
+ 'afareayposition1' => { 389 => 0x1202 },
'afareazonesize' => { 126 => '0.5' },
- 'afassist' => { 82 => 0x5, 90 => 0x5, 184 => 0x48, 279 => '2.5', 281 => '0.2', 284 => '0.2', 285 => '1.1', 286 => '1.1', 287 => '1.3', 288 => '2.4', 289 => '1.3', 290 => '0.2', 292 => '2.4', 294 => '2.3' },
+ 'afassist' => { 82 => 0x5, 90 => 0x5, 184 => 0x48, 281 => '2.5', 283 => '0.2', 286 => '0.2', 287 => '1.1', 288 => '1.1', 289 => '1.3', 290 => '2.4', 291 => '1.3', 292 => '0.2', 294 => '2.4', 296 => '2.3' },
'afassistbeam' => { 2 => 0x8, 84 => 0x50e, 85 => 0x4, 86 => 0x5, 87 => 0x4, 88 => 0x4, 89 => 0x5 },
- 'afassistlamp' => { 320 => 0x31 },
- 'afbuttonpressed' => { 409 => [0x83,0x283] },
+ 'afassistlamp' => { 322 => 0x31 },
+ 'afbuttonpressed' => { 411 => [0x83,0x283] },
'afconfigtool' => { 2 => 0x1 },
- 'afdefocus' => { 331 => 0x6 },
+ 'afdefocus' => { 333 => 0x6 },
'afduringliveview' => { 84 => 0x511 },
- 'affinea' => { 472 => 'AffineA' },
- 'affineb' => { 472 => 'AffineB' },
- 'affinec' => { 472 => 'AffineC' },
- 'affined' => { 472 => 'AffineD' },
- 'affinetune' => { 195 => 0x0, 229 => 0x5b0, 297 => 0x306 },
- 'affinetuneadj' => { 195 => 0x2, 240 => 0x2d1, 241 => 0x2dc, 297 => 0x307 },
+ 'affinea' => { 474 => 'AffineA' },
+ 'affineb' => { 474 => 'AffineB' },
+ 'affinec' => { 474 => 'AffineC' },
+ 'affined' => { 474 => 'AffineD' },
+ 'affinetune' => { 195 => 0x0, 230 => 0x5b0, 299 => 0x306 },
+ 'affinetuneadj' => { 195 => 0x2, 242 => 0x2d1, 243 => 0x2dc, 299 => 0x307 },
'affinetuneadjtele' => { 195 => 0x3 },
'affinetuneindex' => { 195 => 0x1 },
- 'affinex' => { 472 => 'AffineX' },
- 'affiney' => { 472 => 'AffineY' },
+ 'affinex' => { 474 => 'AffineX' },
+ 'affiney' => { 474 => 'AffineY' },
'affocuspointxposition' => { 193 => 0x2f },
'affocuspointyposition' => { 193 => 0x31 },
- 'afhold' => { 331 => 0x1fd },
- 'afilluminator' => { 407 => 0x29, 420 => 0xb044 },
+ 'afhold' => { 333 => 0x1fd },
+ 'afilluminator' => { 409 => 0x29, 422 => 0xb044 },
'afimageheight' => { 193 => [0x12,0x2c,0x48], 194 => 0x40 },
'afimagewidth' => { 193 => [0x10,0x2a,0x46], 194 => 0x3e },
- 'afintegrationtime' => { 331 => 0x7 },
- 'afmicroadj' => { 400 => [0x17d,0x50] },
- 'afmicroadjmode' => { 3 => 0x1, 404 => 0x131 },
- 'afmicroadjregisteredlenses' => { 404 => '305.1' },
+ 'afintegrationtime' => { 333 => 0x7 },
+ 'afmicroadj' => { 402 => [0x17d,0x50] },
+ 'afmicroadjmode' => { 3 => 0x1, 406 => 0x131 },
+ 'afmicroadjregisteredlenses' => { 406 => '305.1' },
'afmicroadjustment' => { 84 => 0x507 },
- 'afmicroadjvalue' => { 3 => 0x2, 404 => 0x130 },
- 'afmode' => { 113 => 0x3009, 127 => 0x1022, 180 => 0x16, 397 => 0x5 },
- 'afmoderestrictions' => { 280 => '50.3', 282 => '48.3', 283 => '48.3', 292 => '48.3', 293 => '48.3' },
+ 'afmicroadjvalue' => { 3 => 0x2, 406 => 0x130 },
+ 'afmode' => { 113 => 0x3009, 127 => 0x1022, 180 => 0x16, 399 => 0x5 },
+ 'afmoderestrictions' => { 282 => '50.3', 284 => '48.3', 285 => '48.3', 294 => '48.3', 295 => '48.3' },
'afonaelockbuttonswitch' => { 84 => 0x702 },
- 'afonbutton' => { 279 => '3.1', 280 => '47.1', 295 => 0x83 },
- 'afpoint' => { 34 => 0x13, 112 => 0x18, 180 => 0x15, 192 => 0x1, 300 => 0x308, 397 => 0x1f, 400 => [0x37,0x7], 404 => 0x19, 405 => 0x18, 406 => [0x18,0x20] },
+ 'afonbutton' => { 281 => '3.1', 282 => '47.1', 297 => 0x83 },
+ 'afpoint' => { 34 => 0x13, 112 => 0x18, 180 => 0x15, 192 => 0x1, 302 => 0x308, 399 => 0x1f, 402 => [0x37,0x7], 406 => 0x19, 407 => 0x18, 408 => [0x18,0x20] },
'afpointactivationarea' => { 83 => 0x11, 89 => 0x11 },
'afpointareaexpansion' => { 84 => 0x508 },
- 'afpointatshutterrelease' => { 400 => [0x39,0x9] },
+ 'afpointatshutterrelease' => { 402 => [0x39,0x9] },
'afpointautoselection' => { 84 => 0x50b },
- 'afpointbrightness' => { 84 => 0x50d, 279 => '2.4', 280 => '46.5', 282 => '2.2', 283 => '2.2', 292 => '2.3', 293 => '2.2' },
+ 'afpointbrightness' => { 84 => 0x50d, 281 => '2.4', 282 => '46.5', 284 => '2.2', 285 => '2.2', 294 => '2.3', 295 => '2.2' },
'afpointdisplayduringfocus' => { 2 => 0x10, 84 => 0x50c },
- 'afpointillumination' => { 83 => 0xa, 279 => '2.3', 280 => '46.2', 282 => '47.2', 283 => '47.2', 287 => '1.2', 288 => '2.3', 289 => '1.2', 292 => '47.2', 293 => '47.2', 294 => '2.4' },
- 'afpointinfocus' => { 400 => [0x38,0x8] },
- 'afpointmode' => { 336 => 0x3 },
- 'afpointposition' => { 113 => 0x2021, 320 => 0x4d },
+ 'afpointillumination' => { 83 => 0xa, 281 => '2.3', 282 => '46.2', 284 => '47.2', 285 => '47.2', 289 => '1.2', 290 => '2.3', 291 => '1.2', 294 => '47.2', 295 => '47.2', 296 => '2.4' },
+ 'afpointinfocus' => { 402 => [0x38,0x8] },
+ 'afpointmode' => { 338 => 0x3 },
+ 'afpointposition' => { 113 => 0x2021, 322 => 0x4d },
'afpointregistration' => { 82 => 0x7 },
'afpoints' => { 183 => 0x10 },
- 'afpointsel' => { 295 => 0xb },
- 'afpointselected' => { 184 => 0xd, 297 => 0x305, 355 => 0xe, 404 => 0x15, 405 => 0x14, 406 => [0x14,0x1c], 420 => 0x201e },
- 'afpointselected2' => { 336 => 0x4 },
- 'afpointselection' => { 83 => 0xb, 279 => '1.3', 280 => '1.3', 288 => '1.3', 292 => '1.3', 293 => '1.3' },
+ 'afpointsel' => { 297 => 0xb },
+ 'afpointselected' => { 184 => 0xd, 299 => 0x305, 357 => 0xe, 406 => 0x15, 407 => 0x14, 408 => [0x14,0x1c], 422 => 0x201e },
+ 'afpointselected2' => { 338 => 0x4 },
+ 'afpointselection' => { 83 => 0xb, 281 => '1.3', 282 => '1.3', 290 => '1.3', 294 => '1.3', 295 => '1.3' },
'afpointselectionmethod' => { 84 => 0x50f, 85 => 0xc, 86 => 0xd, 89 => 0xd },
- 'afpointsetting' => { 407 => 0x12, 408 => 0x11 },
- 'afpointsinfocus' => { 77 => 0xe, 192 => 0x2, 193 => 0x30, 331 => 0xb, 332 => 0x4, 355 => [0xf,0x3c] },
+ 'afpointsetting' => { 409 => 0x12, 410 => 0x11 },
+ 'afpointsinfocus' => { 77 => 0xe, 192 => 0x2, 193 => 0x30, 333 => 0xb, 334 => 0x4, 357 => [0xf,0x3c] },
'afpointsinfocus5d' => { 19 => 0x38 },
'afpointspotmetering' => { 83 => 0xd },
- 'afpointsselected' => { 193 => 0x1c, 332 => '4.1', 453 => 0x4 },
- 'afpointsspecial' => { 332 => '4.2' },
- 'afpointsunknown1' => { 331 => 0x0 },
- 'afpointsunknown2' => { 331 => 0x2 },
- 'afpointsused' => { 193 => [0xa,0x8], 400 => [0x10,0x16e] },
+ 'afpointsselected' => { 193 => 0x1c, 334 => '4.1', 455 => 0x4 },
+ 'afpointsspecial' => { 334 => '4.2' },
+ 'afpointsunknown1' => { 333 => 0x0 },
+ 'afpointsunknown2' => { 333 => 0x2 },
+ 'afpointsused' => { 193 => [0xa,0x8], 402 => [0x10,0x16e] },
'afpointswitching' => { 2 => 0x4 },
- 'afpredictor' => { 331 => 0x4 },
- 'afresponse' => { 226 => 0xad },
- 'afresult' => { 302 => 0x1038 },
- 'afsearch' => { 297 => 0x303 },
+ 'afpredictor' => { 333 => 0x4 },
+ 'afresponse' => { 227 => 0xad },
+ 'afresult' => { 304 => 0x1038 },
+ 'afsearch' => { 299 => 0x303 },
'afsensoractive' => { 180 => 0x1 },
- 'afstatus' => { 387 => 0x1200 },
- 'afstatus_00_b4' => { 403 => 0x0 },
- 'afstatus_01_c4' => { 403 => 0x2 },
- 'afstatus_02_d4' => { 403 => 0x4 },
- 'afstatus_03_e4' => { 403 => 0x6 },
- 'afstatus_04_f4' => { 403 => 0x8 },
- 'afstatus_05_g4' => { 403 => 0xa },
- 'afstatus_06_h4' => { 403 => 0xc },
- 'afstatus_07_b3' => { 403 => 0xe },
- 'afstatus_08_c3' => { 403 => 0x10 },
- 'afstatus_09_d3' => { 403 => 0x12 },
- 'afstatus_10_e3' => { 403 => 0x14 },
- 'afstatus_11_f3' => { 403 => 0x16 },
- 'afstatus_12_g3' => { 403 => 0x18 },
- 'afstatus_13_h3' => { 403 => 0x1a },
- 'afstatus_14_b2' => { 403 => 0x1c },
- 'afstatus_15_c2' => { 403 => 0x1e },
- 'afstatus_16_d2' => { 403 => 0x20 },
- 'afstatus_17_e2' => { 403 => 0x22 },
- 'afstatus_18_f2' => { 403 => 0x24 },
- 'afstatus_19_g2' => { 403 => 0x26 },
- 'afstatus_20_h2' => { 403 => 0x28 },
- 'afstatus_21_c1' => { 403 => 0x2a },
- 'afstatus_22_d1' => { 403 => 0x2c },
- 'afstatus_23_e1' => { 403 => 0x2e },
- 'afstatus_24_f1' => { 403 => 0x30 },
- 'afstatus_25_g1' => { 403 => 0x32 },
- 'afstatus_26_a7_vertical' => { 403 => 0x34 },
- 'afstatus_27_a6_vertical' => { 403 => 0x36 },
- 'afstatus_28_a5_vertical' => { 403 => 0x38 },
- 'afstatus_29_c7_vertical' => { 403 => 0x3a },
- 'afstatus_30_c6_vertical' => { 403 => 0x3c },
- 'afstatus_31_c5_vertical' => { 403 => 0x3e },
- 'afstatus_32_e7_vertical' => { 403 => 0x40 },
- 'afstatus_33_e6_center_vertical' => { 403 => 0x42 },
- 'afstatus_34_e5_vertical' => { 403 => 0x44 },
- 'afstatus_35_g7_vertical' => { 403 => 0x46 },
- 'afstatus_36_g6_vertical' => { 403 => 0x48 },
- 'afstatus_37_g5_vertical' => { 403 => 0x4a },
- 'afstatus_38_i7_vertical' => { 403 => 0x4c },
- 'afstatus_39_i6_vertical' => { 403 => 0x4e },
- 'afstatus_40_i5_vertical' => { 403 => 0x50 },
- 'afstatus_41_a7' => { 403 => 0x52 },
- 'afstatus_42_b7' => { 403 => 0x54 },
- 'afstatus_43_c7' => { 403 => 0x56 },
- 'afstatus_44_d7' => { 403 => 0x58 },
- 'afstatus_45_e7' => { 403 => 0x5a },
- 'afstatus_46_f7' => { 403 => 0x5c },
- 'afstatus_47_g7' => { 403 => 0x5e },
- 'afstatus_48_h7' => { 403 => 0x60 },
- 'afstatus_49_i7' => { 403 => 0x62 },
- 'afstatus_50_a6' => { 403 => 0x64 },
- 'afstatus_51_b6' => { 403 => 0x66 },
- 'afstatus_52_c6' => { 403 => 0x68 },
- 'afstatus_53_d6' => { 403 => 0x6a },
- 'afstatus_54_e6_center' => { 403 => 0x6c },
- 'afstatus_55_f6' => { 403 => 0x6e },
- 'afstatus_56_g6' => { 403 => 0x70 },
- 'afstatus_57_h6' => { 403 => 0x72 },
- 'afstatus_58_i6' => { 403 => 0x74 },
- 'afstatus_59_a5' => { 403 => 0x76 },
- 'afstatus_60_b5' => { 403 => 0x78 },
- 'afstatus_61_c5' => { 403 => 0x7a },
- 'afstatus_62_d5' => { 403 => 0x7c },
- 'afstatus_63_e5' => { 403 => 0x7e },
- 'afstatus_64_f5' => { 403 => 0x80 },
- 'afstatus_65_g5' => { 403 => 0x82 },
- 'afstatus_66_h5' => { 403 => 0x84 },
- 'afstatus_67_i5' => { 403 => 0x86 },
- 'afstatus_68_c11' => { 403 => 0x88 },
- 'afstatus_69_d11' => { 403 => 0x8a },
- 'afstatus_70_e11' => { 403 => 0x8c },
- 'afstatus_71_f11' => { 403 => 0x8e },
- 'afstatus_72_g11' => { 403 => 0x90 },
- 'afstatus_73_b10' => { 403 => 0x92 },
- 'afstatus_74_c10' => { 403 => 0x94 },
- 'afstatus_75_d10' => { 403 => 0x96 },
- 'afstatus_76_e10' => { 403 => 0x98 },
- 'afstatus_77_f10' => { 403 => 0x9a },
- 'afstatus_78_g10' => { 403 => 0x9c },
- 'afstatus_79_h10' => { 403 => 0x9e },
- 'afstatus_80_b9' => { 403 => 0xa0 },
- 'afstatus_81_c9' => { 403 => 0xa2 },
- 'afstatus_82_d9' => { 403 => 0xa4 },
- 'afstatus_83_e9' => { 403 => 0xa6 },
- 'afstatus_84_f9' => { 403 => 0xa8 },
- 'afstatus_85_g9' => { 403 => 0xaa },
- 'afstatus_86_h9' => { 403 => 0xac },
- 'afstatus_87_b8' => { 403 => 0xae },
- 'afstatus_88_c8' => { 403 => 0xb0 },
- 'afstatus_89_d8' => { 403 => 0xb2 },
- 'afstatus_90_e8' => { 403 => 0xb4 },
- 'afstatus_91_f8' => { 403 => 0xb6 },
- 'afstatus_92_g8' => { 403 => 0xb8 },
- 'afstatus_93_h8' => { 403 => 0xba },
- 'afstatus_94_e6_center_f2-8' => { 403 => 0xbc },
- 'afstatusactivesensor' => { 180 => 0x2, 400 => [0x4,0x3b], 404 => 0x1e, 405 => 0x1b, 406 => [0x1b,0x21] },
- 'afstatusbottom' => { 180 => 0x8, 404 => 0x2a, 405 => 0x21, 406 => 0x21 },
- 'afstatusbottom-left' => { 180 => 0x12, 405 => 0x2b, 406 => 0x2b },
- 'afstatusbottom-right' => { 180 => 0x6, 405 => 0x1f, 406 => 0x1f },
- 'afstatusbottomassist-left' => { 404 => 0x28 },
- 'afstatusbottomassist-right' => { 404 => 0x2c },
- 'afstatusbottomhorizontal' => { 401 => 0x10, 402 => 0x1c },
- 'afstatusbottomvertical' => { 401 => 0x16, 402 => 0x26 },
- 'afstatuscenter-10' => { 404 => 0x34 },
- 'afstatuscenter-11' => { 404 => 0x36 },
- 'afstatuscenter-12' => { 404 => 0x38 },
- 'afstatuscenter-14' => { 404 => 0x3c },
- 'afstatuscenter-7' => { 404 => 0x2e },
- 'afstatuscenter-9' => { 404 => 0x32 },
- 'afstatuscenter-horizontal' => { 404 => 0x30 },
- 'afstatuscenter-vertical' => { 404 => 0x3a },
- 'afstatuscenterf2-8' => { 404 => 0x4c },
- 'afstatuscenterhorizontal' => { 180 => 0x2f, 401 => 0xc, 402 => 0x18, 405 => 0x2f, 406 => 0x2f },
- 'afstatuscentervertical' => { 180 => 0xc, 401 => 0x14, 402 => 0x22, 405 => 0x25, 406 => 0x25 },
- 'afstatusfarleft' => { 401 => 0x6, 404 => 0x26 },
- 'afstatusfarlefthorizontal' => { 402 => 0x4 },
- 'afstatusfarleftvertical' => { 402 => 0x12 },
- 'afstatusfarright' => { 401 => 0x18, 404 => 0x44 },
- 'afstatusfarrighthorizontal' => { 402 => 0x2c },
- 'afstatusfarrightvertical' => { 402 => 0x34 },
- 'afstatusleft' => { 180 => 0x2d, 401 => 0x2, 404 => 0x22, 405 => 0x2d, 406 => 0x2d },
- 'afstatuslefthorizontal' => { 402 => 0x6 },
- 'afstatusleftvertical' => { 402 => 0xe },
- 'afstatuslower-left' => { 401 => 0x4, 404 => 0x24 },
- 'afstatuslower-lefthorizontal' => { 402 => 0xa },
- 'afstatuslower-leftvertical' => { 402 => 0x10 },
- 'afstatuslower-middle' => { 401 => 0x22, 402 => 0x24 },
- 'afstatuslower-right' => { 401 => 0x1e, 404 => 0x4a },
- 'afstatuslower-righthorizontal' => { 402 => 0x32 },
- 'afstatuslower-rightvertical' => { 402 => 0x3a },
- 'afstatuslowerfarleft' => { 402 => 0x8 },
- 'afstatuslowerfarright' => { 402 => 0x30 },
- 'afstatusmiddlehorizontal' => { 180 => 0xa, 405 => 0x23, 406 => 0x23 },
- 'afstatusnearleft' => { 401 => 0xe, 402 => 0x1a },
- 'afstatusnearright' => { 401 => 0xa, 402 => 0x16 },
- 'afstatusright' => { 180 => 0x31, 401 => 0x1c, 404 => 0x48, 405 => 0x31, 406 => 0x31 },
- 'afstatusrighthorizontal' => { 402 => 0x2e },
- 'afstatusrightvertical' => { 402 => 0x38 },
- 'afstatustop' => { 180 => 0xe, 404 => 0x40, 405 => 0x27, 406 => 0x27 },
- 'afstatustop-left' => { 180 => 0x10, 405 => 0x29, 406 => 0x29 },
- 'afstatustop-right' => { 180 => 0x4, 405 => 0x1d, 406 => 0x1d },
- 'afstatustopassist-left' => { 404 => 0x3e },
- 'afstatustopassist-right' => { 404 => 0x42 },
- 'afstatustophorizontal' => { 401 => 0x8, 402 => 0x14 },
- 'afstatustopvertical' => { 401 => 0x12, 402 => 0x1e },
- 'afstatusupper-left' => { 401 => 0x0, 404 => 0x20 },
- 'afstatusupper-lefthorizontal' => { 402 => 0x2 },
- 'afstatusupper-leftvertical' => { 402 => 0xc },
- 'afstatusupper-middle' => { 401 => 0x20, 402 => 0x20 },
- 'afstatusupper-right' => { 401 => 0x1a, 404 => 0x46 },
- 'afstatusupper-righthorizontal' => { 402 => 0x2a },
- 'afstatusupper-rightvertical' => { 402 => 0x36 },
- 'afstatusupperfarleft' => { 402 => 0x0 },
- 'afstatusupperfarright' => { 402 => 0x28 },
+ 'afstatus' => { 389 => 0x1200 },
+ 'afstatus_00_b4' => { 405 => 0x0 },
+ 'afstatus_01_c4' => { 405 => 0x2 },
+ 'afstatus_02_d4' => { 405 => 0x4 },
+ 'afstatus_03_e4' => { 405 => 0x6 },
+ 'afstatus_04_f4' => { 405 => 0x8 },
+ 'afstatus_05_g4' => { 405 => 0xa },
+ 'afstatus_06_h4' => { 405 => 0xc },
+ 'afstatus_07_b3' => { 405 => 0xe },
+ 'afstatus_08_c3' => { 405 => 0x10 },
+ 'afstatus_09_d3' => { 405 => 0x12 },
+ 'afstatus_10_e3' => { 405 => 0x14 },
+ 'afstatus_11_f3' => { 405 => 0x16 },
+ 'afstatus_12_g3' => { 405 => 0x18 },
+ 'afstatus_13_h3' => { 405 => 0x1a },
+ 'afstatus_14_b2' => { 405 => 0x1c },
+ 'afstatus_15_c2' => { 405 => 0x1e },
+ 'afstatus_16_d2' => { 405 => 0x20 },
+ 'afstatus_17_e2' => { 405 => 0x22 },
+ 'afstatus_18_f2' => { 405 => 0x24 },
+ 'afstatus_19_g2' => { 405 => 0x26 },
+ 'afstatus_20_h2' => { 405 => 0x28 },
+ 'afstatus_21_c1' => { 405 => 0x2a },
+ 'afstatus_22_d1' => { 405 => 0x2c },
+ 'afstatus_23_e1' => { 405 => 0x2e },
+ 'afstatus_24_f1' => { 405 => 0x30 },
+ 'afstatus_25_g1' => { 405 => 0x32 },
+ 'afstatus_26_a7_vertical' => { 405 => 0x34 },
+ 'afstatus_27_a6_vertical' => { 405 => 0x36 },
+ 'afstatus_28_a5_vertical' => { 405 => 0x38 },
+ 'afstatus_29_c7_vertical' => { 405 => 0x3a },
+ 'afstatus_30_c6_vertical' => { 405 => 0x3c },
+ 'afstatus_31_c5_vertical' => { 405 => 0x3e },
+ 'afstatus_32_e7_vertical' => { 405 => 0x40 },
+ 'afstatus_33_e6_center_vertical' => { 405 => 0x42 },
+ 'afstatus_34_e5_vertical' => { 405 => 0x44 },
+ 'afstatus_35_g7_vertical' => { 405 => 0x46 },
+ 'afstatus_36_g6_vertical' => { 405 => 0x48 },
+ 'afstatus_37_g5_vertical' => { 405 => 0x4a },
+ 'afstatus_38_i7_vertical' => { 405 => 0x4c },
+ 'afstatus_39_i6_vertical' => { 405 => 0x4e },
+ 'afstatus_40_i5_vertical' => { 405 => 0x50 },
+ 'afstatus_41_a7' => { 405 => 0x52 },
+ 'afstatus_42_b7' => { 405 => 0x54 },
+ 'afstatus_43_c7' => { 405 => 0x56 },
+ 'afstatus_44_d7' => { 405 => 0x58 },
+ 'afstatus_45_e7' => { 405 => 0x5a },
+ 'afstatus_46_f7' => { 405 => 0x5c },
+ 'afstatus_47_g7' => { 405 => 0x5e },
+ 'afstatus_48_h7' => { 405 => 0x60 },
+ 'afstatus_49_i7' => { 405 => 0x62 },
+ 'afstatus_50_a6' => { 405 => 0x64 },
+ 'afstatus_51_b6' => { 405 => 0x66 },
+ 'afstatus_52_c6' => { 405 => 0x68 },
+ 'afstatus_53_d6' => { 405 => 0x6a },
+ 'afstatus_54_e6_center' => { 405 => 0x6c },
+ 'afstatus_55_f6' => { 405 => 0x6e },
+ 'afstatus_56_g6' => { 405 => 0x70 },
+ 'afstatus_57_h6' => { 405 => 0x72 },
+ 'afstatus_58_i6' => { 405 => 0x74 },
+ 'afstatus_59_a5' => { 405 => 0x76 },
+ 'afstatus_60_b5' => { 405 => 0x78 },
+ 'afstatus_61_c5' => { 405 => 0x7a },
+ 'afstatus_62_d5' => { 405 => 0x7c },
+ 'afstatus_63_e5' => { 405 => 0x7e },
+ 'afstatus_64_f5' => { 405 => 0x80 },
+ 'afstatus_65_g5' => { 405 => 0x82 },
+ 'afstatus_66_h5' => { 405 => 0x84 },
+ 'afstatus_67_i5' => { 405 => 0x86 },
+ 'afstatus_68_c11' => { 405 => 0x88 },
+ 'afstatus_69_d11' => { 405 => 0x8a },
+ 'afstatus_70_e11' => { 405 => 0x8c },
+ 'afstatus_71_f11' => { 405 => 0x8e },
+ 'afstatus_72_g11' => { 405 => 0x90 },
+ 'afstatus_73_b10' => { 405 => 0x92 },
+ 'afstatus_74_c10' => { 405 => 0x94 },
+ 'afstatus_75_d10' => { 405 => 0x96 },
+ 'afstatus_76_e10' => { 405 => 0x98 },
+ 'afstatus_77_f10' => { 405 => 0x9a },
+ 'afstatus_78_g10' => { 405 => 0x9c },
+ 'afstatus_79_h10' => { 405 => 0x9e },
+ 'afstatus_80_b9' => { 405 => 0xa0 },
+ 'afstatus_81_c9' => { 405 => 0xa2 },
+ 'afstatus_82_d9' => { 405 => 0xa4 },
+ 'afstatus_83_e9' => { 405 => 0xa6 },
+ 'afstatus_84_f9' => { 405 => 0xa8 },
+ 'afstatus_85_g9' => { 405 => 0xaa },
+ 'afstatus_86_h9' => { 405 => 0xac },
+ 'afstatus_87_b8' => { 405 => 0xae },
+ 'afstatus_88_c8' => { 405 => 0xb0 },
+ 'afstatus_89_d8' => { 405 => 0xb2 },
+ 'afstatus_90_e8' => { 405 => 0xb4 },
+ 'afstatus_91_f8' => { 405 => 0xb6 },
+ 'afstatus_92_g8' => { 405 => 0xb8 },
+ 'afstatus_93_h8' => { 405 => 0xba },
+ 'afstatus_94_e6_center_f2-8' => { 405 => 0xbc },
+ 'afstatusactivesensor' => { 180 => 0x2, 402 => [0x4,0x3b], 406 => 0x1e, 407 => 0x1b, 408 => [0x1b,0x21] },
+ 'afstatusbottom' => { 180 => 0x8, 406 => 0x2a, 407 => 0x21, 408 => 0x21 },
+ 'afstatusbottom-left' => { 180 => 0x12, 407 => 0x2b, 408 => 0x2b },
+ 'afstatusbottom-right' => { 180 => 0x6, 407 => 0x1f, 408 => 0x1f },
+ 'afstatusbottomassist-left' => { 406 => 0x28 },
+ 'afstatusbottomassist-right' => { 406 => 0x2c },
+ 'afstatusbottomhorizontal' => { 403 => 0x10, 404 => 0x1c },
+ 'afstatusbottomvertical' => { 403 => 0x16, 404 => 0x26 },
+ 'afstatuscenter-10' => { 406 => 0x34 },
+ 'afstatuscenter-11' => { 406 => 0x36 },
+ 'afstatuscenter-12' => { 406 => 0x38 },
+ 'afstatuscenter-14' => { 406 => 0x3c },
+ 'afstatuscenter-7' => { 406 => 0x2e },
+ 'afstatuscenter-9' => { 406 => 0x32 },
+ 'afstatuscenter-horizontal' => { 406 => 0x30 },
+ 'afstatuscenter-vertical' => { 406 => 0x3a },
+ 'afstatuscenterf2-8' => { 406 => 0x4c },
+ 'afstatuscenterhorizontal' => { 180 => 0x2f, 403 => 0xc, 404 => 0x18, 407 => 0x2f, 408 => 0x2f },
+ 'afstatuscentervertical' => { 180 => 0xc, 403 => 0x14, 404 => 0x22, 407 => 0x25, 408 => 0x25 },
+ 'afstatusfarleft' => { 403 => 0x6, 406 => 0x26 },
+ 'afstatusfarlefthorizontal' => { 404 => 0x4 },
+ 'afstatusfarleftvertical' => { 404 => 0x12 },
+ 'afstatusfarright' => { 403 => 0x18, 406 => 0x44 },
+ 'afstatusfarrighthorizontal' => { 404 => 0x2c },
+ 'afstatusfarrightvertical' => { 404 => 0x34 },
+ 'afstatusleft' => { 180 => 0x2d, 403 => 0x2, 406 => 0x22, 407 => 0x2d, 408 => 0x2d },
+ 'afstatuslefthorizontal' => { 404 => 0x6 },
+ 'afstatusleftvertical' => { 404 => 0xe },
+ 'afstatuslower-left' => { 403 => 0x4, 406 => 0x24 },
+ 'afstatuslower-lefthorizontal' => { 404 => 0xa },
+ 'afstatuslower-leftvertical' => { 404 => 0x10 },
+ 'afstatuslower-middle' => { 403 => 0x22, 404 => 0x24 },
+ 'afstatuslower-right' => { 403 => 0x1e, 406 => 0x4a },
+ 'afstatuslower-righthorizontal' => { 404 => 0x32 },
+ 'afstatuslower-rightvertical' => { 404 => 0x3a },
+ 'afstatuslowerfarleft' => { 404 => 0x8 },
+ 'afstatuslowerfarright' => { 404 => 0x30 },
+ 'afstatusmiddlehorizontal' => { 180 => 0xa, 407 => 0x23, 408 => 0x23 },
+ 'afstatusnearleft' => { 403 => 0xe, 404 => 0x1a },
+ 'afstatusnearright' => { 403 => 0xa, 404 => 0x16 },
+ 'afstatusright' => { 180 => 0x31, 403 => 0x1c, 406 => 0x48, 407 => 0x31, 408 => 0x31 },
+ 'afstatusrighthorizontal' => { 404 => 0x2e },
+ 'afstatusrightvertical' => { 404 => 0x38 },
+ 'afstatustop' => { 180 => 0xe, 406 => 0x40, 407 => 0x27, 408 => 0x27 },
+ 'afstatustop-left' => { 180 => 0x10, 407 => 0x29, 408 => 0x29 },
+ 'afstatustop-right' => { 180 => 0x4, 407 => 0x1d, 408 => 0x1d },
+ 'afstatustopassist-left' => { 406 => 0x3e },
+ 'afstatustopassist-right' => { 406 => 0x42 },
+ 'afstatustophorizontal' => { 403 => 0x8, 404 => 0x14 },
+ 'afstatustopvertical' => { 403 => 0x12, 404 => 0x1e },
+ 'afstatusupper-left' => { 403 => 0x0, 406 => 0x20 },
+ 'afstatusupper-lefthorizontal' => { 404 => 0x2 },
+ 'afstatusupper-leftvertical' => { 404 => 0xc },
+ 'afstatusupper-middle' => { 403 => 0x20, 404 => 0x20 },
+ 'afstatusupper-right' => { 403 => 0x1a, 406 => 0x46 },
+ 'afstatusupper-righthorizontal' => { 404 => 0x2a },
+ 'afstatusupper-rightvertical' => { 404 => 0x36 },
+ 'afstatusupperfarleft' => { 404 => 0x0 },
+ 'afstatusupperfarright' => { 404 => 0x28 },
'afstatusviewfinder' => { 2 => 0x12 },
- 'aftracking' => { 420 => 0x2021 },
+ 'aftracking' => { 422 => 0x2021 },
'aftrackingsensitivity' => { 2 => 0x2 },
- 'aftype' => { 400 => 0x2 },
- 'afwithshutter' => { 407 => 0x2a },
- 'aggregateissuenumber' => { 494 => 'aggregateIssueNumber' },
- 'aggregationtype' => { 494 => 'aggregationType' },
- 'agreement' => { 497 => 'agreement' },
+ 'aftype' => { 402 => 0x2 },
+ 'afwithshutter' => { 409 => 0x2a },
+ 'aggregateissuenumber' => { 496 => 'aggregateIssueNumber' },
+ 'aggregationtype' => { 496 => 'aggregationType' },
+ 'agreement' => { 499 => 'agreement' },
'ah2greeninterpolationthreshold' => { 138 => 0xe4e },
- 'airplanemode' => { 229 => 0x624 },
+ 'airplanemode' => { 230 => 0x624 },
'aiservocontinuousshooting' => { 83 => 0x15 },
'aiservofirstimage' => { 2 => 0x5 },
'aiservofirstimagepriority' => { 84 => 0x519 },
@@ -895,193 +897,193 @@ my %tagLookup = (
'aiservosecondimagepriority' => { 84 => 0x51a },
'aiservotrackingmethod' => { 84 => 0x504 },
'aiservotrackingsensitivity' => { 83 => 0x14, 84 => 0x502 },
- 'aisubjecttrackingmode' => { 297 => 0x309 },
- 'album' => { 372 => ['albm',"\xa9alb"], 374 => 'album', 380 => ['albm',"\xa9alb"], 504 => 'album' },
- 'albumartist' => { 179 => 'WM/AlbumArtist', 372 => 'aART', 380 => 'albr' },
+ 'aisubjecttrackingmode' => { 299 => 0x309 },
+ 'album' => { 374 => ['albm',"\xa9alb"], 376 => 'album', 382 => ['albm',"\xa9alb"], 506 => 'album' },
+ 'albumartist' => { 179 => 'WM/AlbumArtist', 374 => 'aART', 382 => 'albr' },
'albumcoverurl' => { 179 => 'WM/AlbumCoverURL' },
'albumtitle' => { 179 => 'WM/AlbumTitle' },
- 'albumtitleid' => { 372 => 'atID' },
- 'alreadyapplied' => { 478 => 'AlreadyApplied', 480 => 'AlreadyApplied' },
- 'alternatetitle' => { 494 => 'alternateTitle' },
- 'alternatetitlea-lang' => { 494 => [\'alternateTitle','alternateTitleA-lang'] },
- 'alternatetitlea-platform' => { 494 => [\'alternateTitle','alternateTitleA-platform'] },
- 'alternatetitletext' => { 494 => [\'alternateTitle','alternateTitleText'] },
+ 'albumtitleid' => { 374 => 'atID' },
+ 'alreadyapplied' => { 480 => 'AlreadyApplied', 482 => 'AlreadyApplied' },
+ 'alternatetitle' => { 496 => 'alternateTitle' },
+ 'alternatetitlea-lang' => { 496 => [\'alternateTitle','alternateTitleA-lang'] },
+ 'alternatetitlea-platform' => { 496 => [\'alternateTitle','alternateTitleA-platform'] },
+ 'alternatetitletext' => { 496 => [\'alternateTitle','alternateTitleText'] },
'altitude' => { 196 => 0x6 },
- 'alttapename' => { 504 => 'altTapeName' },
- 'alttextaccessibility' => { 489 => 'AltTextAccessibility' },
- 'alttimecode' => { 504 => 'altTimecode' },
- 'alttimecodetimeformat' => { 504 => [\'altTimecode','altTimecodeTimeFormat'] },
- 'alttimecodetimevalue' => { 504 => [\'altTimecode','altTimecodeTimeValue'] },
- 'alttimecodevalue' => { 504 => [\'altTimecode','altTimecodeValue'] },
+ 'alttapename' => { 506 => 'altTapeName' },
+ 'alttextaccessibility' => { 491 => 'AltTextAccessibility' },
+ 'alttimecode' => { 506 => 'altTimecode' },
+ 'alttimecodetimeformat' => { 506 => [\'altTimecode','altTimecodeTimeFormat'] },
+ 'alttimecodetimevalue' => { 506 => [\'altTimecode','altTimecodeTimeValue'] },
+ 'alttimecodevalue' => { 506 => [\'altTimecode','altTimecodeValue'] },
'ambienceselection' => { 4 => 0x1 },
- 'ambientinfrared' => { 383 => 0x5c },
- 'ambientlight' => { 383 => 0x5e },
- 'ambienttemperature' => { 119 => 0x9400, 381 => 0x14, 382 => 0x46, 383 => 0x50, 445 => 0x4, 485 => 'Temperature' },
- 'ambienttemperaturefahrenheit' => { 381 => 0x13, 382 => 0x44, 383 => 0x4e },
+ 'ambientinfrared' => { 385 => 0x5c },
+ 'ambientlight' => { 385 => 0x5e },
+ 'ambienttemperature' => { 119 => 0x9400, 383 => 0x14, 384 => 0x46, 385 => 0x50, 447 => 0x4, 487 => 'Temperature' },
+ 'ambienttemperaturefahrenheit' => { 383 => 0x13, 384 => 0x44, 385 => 0x4e },
'analogbalance' => { 119 => 0xc627 },
'analogcaptureiso' => { 138 => 0x89e },
'analogisotable' => { 138 => 0x89d },
- 'androidversion' => { 374 => 'com.android.version' },
+ 'androidversion' => { 376 => 'com.android.version' },
'angleadj' => { 103 => 0x10003, 109 => 0x8b },
- 'angleinforoll' => { 474 => 'AngleInfoRoll' },
- 'angleinfoyaw' => { 474 => 'AngleInfoYaw' },
- 'anti-blur' => { 420 => 0xb04b },
+ 'angleinforoll' => { 476 => 'AngleInfoRoll' },
+ 'angleinfoyaw' => { 476 => 'AngleInfoYaw' },
+ 'anti-blur' => { 422 => 0xb04b },
'antialiasstrength' => { 119 => 0xc632 },
- 'aperturelock' => { 280 => '38.2', 282 => '38.2', 283 => '38.2', 292 => '38.2', 293 => '38.2', 295 => 0xb8 },
- 'aperturemode' => { 380 => 'apmd' },
+ 'aperturelock' => { 282 => '38.2', 284 => '38.2', 285 => '38.2', 294 => '38.2', 295 => '38.2', 297 => 0xb8 },
+ 'aperturemode' => { 382 => 'apmd' },
'aperturerange' => { 84 => 0x10d },
- 'apertureringuse' => { 336 => '1.4' },
- 'aperturesetting' => { 184 => 0x7, 407 => 0x30, 408 => 0x29, 409 => 0x1 },
- 'aperturevalue' => { 93 => 0x2, 119 => 0x9202, 302 => 0x1002, 364 => 0x401, 484 => 'ApertureValue' },
- 'appinfo' => { 458 => 'AppInfo' },
- 'appinfoapplication' => { 458 => [\'AppInfo','AppInfoApplication'] },
- 'appinfoitemuri' => { 458 => [\'AppInfo','AppInfoItemURI'] },
- 'appinfoversion' => { 458 => [\'AppInfo','AppInfoVersion'] },
- 'applekeywords' => { 306 => 'AAPL:Keywords' },
- 'applephotosvariationidentifier' => { 374 => 'apple.photos.variation-identifier' },
- 'applestoreaccount' => { 372 => 'apID' },
- 'applestoreaccounttype' => { 372 => 'akID' },
- 'applestorecatalogid' => { 372 => 'cnID' },
- 'applestorecountry' => { 372 => 'sfID' },
+ 'apertureringuse' => { 338 => '1.4' },
+ 'aperturesetting' => { 184 => 0x7, 409 => 0x30, 410 => 0x29, 411 => 0x1 },
+ 'aperturevalue' => { 93 => 0x2, 119 => 0x9202, 304 => 0x1002, 366 => 0x401, 486 => 'ApertureValue' },
+ 'appinfo' => { 460 => 'AppInfo' },
+ 'appinfoapplication' => { 460 => [\'AppInfo','AppInfoApplication'] },
+ 'appinfoitemuri' => { 460 => [\'AppInfo','AppInfoItemURI'] },
+ 'appinfoversion' => { 460 => [\'AppInfo','AppInfoVersion'] },
+ 'applekeywords' => { 308 => 'AAPL:Keywords' },
+ 'applephotosvariationidentifier' => { 376 => 'apple.photos.variation-identifier' },
+ 'applestoreaccount' => { 374 => 'apID' },
+ 'applestoreaccounttype' => { 374 => 'akID' },
+ 'applestorecatalogid' => { 374 => 'cnID' },
+ 'applestorecountry' => { 374 => 'sfID' },
'applicationkeystring' => { 138 => 0x400 },
- 'applicationnotes' => { 119 => 0x2bc, 325 => 0x2bc },
+ 'applicationnotes' => { 119 => 0x2bc, 327 => 0x2bc },
'applicationrecordversion' => { 131 => 0x0 },
'applyshootingmeteringmode' => { 84 => 0x10e },
- 'approved' => { 486 => 'Approved' },
- 'approvedby' => { 486 => 'ApprovedBy' },
- 'approximatefnumber' => { 315 => 0x313, 322 => 0x3406 },
- 'approximatefocusdistance' => { 475 => 'ApproximateFocusDistance' },
- 'appversion' => { 488 => 'AppVersion' },
- 'aps-csizecapture' => { 439 => 0x114, 440 => [0x114,0x1eb,0x1ee,0x21a,0x21c] },
+ 'approved' => { 488 => 'Approved' },
+ 'approvedby' => { 488 => 'ApprovedBy' },
+ 'approximatefnumber' => { 317 => 0x313, 324 => 0x3406 },
+ 'approximatefocusdistance' => { 477 => 'ApproximateFocusDistance' },
+ 'appversion' => { 490 => 'AppVersion' },
+ 'aps-csizecapture' => { 441 => 0x114, 442 => [0x114,0x1eb,0x1ee,0x21a,0x21c] },
'aquahsl' => { 103 => 0x20914 },
'armidentifier' => { 132 => 0x78 },
'armversion' => { 132 => 0x7a },
- 'arranger' => { 372 => "\xa9arg", 380 => "\xa9arg" },
- 'arrangerkeywords' => { 380 => "\xa9ark" },
- 'artdirector' => { 372 => "\xa9ard" },
- 'artfilter' => { 297 => 0x529 },
- 'artfiltereffect' => { 297 => 0x52f },
- 'artist' => { 119 => 0x13b, 310 => 'Artist', 355 => 0x22e, 372 => "\xa9ART", 374 => 'artist', 380 => "\xa9ART", 500 => 'Artist', 504 => 'artist' },
+ 'arranger' => { 374 => "\xa9arg", 382 => "\xa9arg" },
+ 'arrangerkeywords' => { 382 => "\xa9ark" },
+ 'artdirector' => { 374 => "\xa9ard" },
+ 'artfilter' => { 299 => 0x529 },
+ 'artfiltereffect' => { 299 => 0x52f },
+ 'artist' => { 119 => 0x13b, 312 => 'Artist', 357 => 0x22e, 374 => "\xa9ART", 376 => 'artist', 382 => "\xa9ART", 502 => 'Artist', 506 => 'artist' },
'artmode' => { 113 => 0x301b },
'artmodeparameters' => { 113 => 0x310b },
- 'artwork' => { 374 => 'artwork' },
- 'artworkcircadatecreated' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOCircaDateCreated'] },
- 'artworkcontentdescription' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOContentDescription'] },
- 'artworkcontributiondescription' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOContributionDescription'] },
- 'artworkcopyrightnotice' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] },
- 'artworkcopyrightownerid' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerId'] },
- 'artworkcopyrightownername' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerName'] },
- 'artworkcreator' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] },
- 'artworkcreatorid' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOCreatorId'] },
- 'artworkdatecreated' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] },
- 'artworklicensorid' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorId'] },
- 'artworklicensorname' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorName'] },
- 'artworkorobject' => { 490 => 'ArtworkOrObject' },
- 'artworkphysicaldescription' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOPhysicalDescription'] },
- 'artworksource' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] },
- 'artworksourceinventoryno' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] },
- 'artworksourceinvurl' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvURL'] },
- 'artworkstyleperiod' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOStylePeriod'] },
- 'artworktitle' => { 490 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] },
- 'aspectframe' => { 301 => 0x1113 },
- 'aspectratio' => { 5 => 0x0, 301 => 0x1112, 355 => 0x80, 407 => 0x55, 408 => 0x55, 409 => 0xa },
- 'assetid' => { 468 => 'AssetID' },
+ 'artwork' => { 376 => 'artwork' },
+ 'artworkcircadatecreated' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOCircaDateCreated'] },
+ 'artworkcontentdescription' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOContentDescription'] },
+ 'artworkcontributiondescription' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOContributionDescription'] },
+ 'artworkcopyrightnotice' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOCopyrightNotice'] },
+ 'artworkcopyrightownerid' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerId'] },
+ 'artworkcopyrightownername' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentCopyrightOwnerName'] },
+ 'artworkcreator' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOCreator'] },
+ 'artworkcreatorid' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOCreatorId'] },
+ 'artworkdatecreated' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAODateCreated'] },
+ 'artworklicensorid' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorId'] },
+ 'artworklicensorname' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOCurrentLicensorName'] },
+ 'artworkorobject' => { 492 => 'ArtworkOrObject' },
+ 'artworkphysicaldescription' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOPhysicalDescription'] },
+ 'artworksource' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOSource'] },
+ 'artworksourceinventoryno' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvNo'] },
+ 'artworksourceinvurl' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOSourceInvURL'] },
+ 'artworkstyleperiod' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOStylePeriod'] },
+ 'artworktitle' => { 492 => [\'ArtworkOrObject','ArtworkOrObjectAOTitle'] },
+ 'aspectframe' => { 303 => 0x1113 },
+ 'aspectratio' => { 5 => 0x0, 303 => 0x1112, 357 => 0x80, 409 => 0x55, 410 => 0x55, 411 => 0xa },
+ 'assetid' => { 470 => 'AssetID' },
'asshoticcprofile' => { 119 => 0xc68f },
'asshotneutral' => { 119 => 0xc628 },
'asshotpreprofilematrix' => { 119 => 0xc690 },
'asshotprofilename' => { 119 => 0xc6f6 },
'asshotwhitexy' => { 119 => 0xc629 },
- 'assignbktbutton' => { 279 => '4.2', 280 => '16.1', 282 => '16.1', 283 => '16.1', 292 => '16.1', 293 => '16.1' },
+ 'assignbktbutton' => { 281 => '4.2', 282 => '16.1', 284 => '16.1', 285 => '16.1', 294 => '16.1', 295 => '16.1' },
'assignfuncbutton' => { 84 => 0x70b },
- 'assignmb-d17af-onbutton' => { 283 => '79.1' },
- 'assignmb-d17funcbutton' => { 283 => '67.1' },
- 'assignmb-d17funcbuttonplusdials' => { 283 => '68.1' },
- 'assignmb-d18af-onbutton' => { 293 => '79.1' },
- 'assignmb-d18funcbutton' => { 293 => '67.1' },
- 'assignmb-d18funcbuttonplusdials' => { 293 => '68.1' },
- 'assignmoviefunc1buttonplusdials' => { 282 => '75.1', 283 => '75.1', 293 => '75.1' },
- 'assignmoviefunc2button' => { 282 => '82.1', 283 => '82.1', 293 => '82.1' },
- 'assignmoviepreviewbuttonplusdials' => { 282 => '75.2', 283 => '75.2', 293 => '75.2' },
- 'assignmovierecordbutton' => { 280 => '43.2', 292 => '45.1', 295 => 0x9b },
- 'assignmovierecordbuttonplusdials' => { 282 => '45.1', 283 => '45.1', 293 => '45.1' },
- 'assignmoviesubselector' => { 282 => '74.1', 283 => '74.1', 293 => '74.1' },
- 'assignmoviesubselectorplusdials' => { 282 => '76.1', 283 => '76.1', 293 => '76.1' },
- 'assignremotefnbutton' => { 280 => '54.1', 292 => '51.1' },
+ 'assignmb-d17af-onbutton' => { 285 => '79.1' },
+ 'assignmb-d17funcbutton' => { 285 => '67.1' },
+ 'assignmb-d17funcbuttonplusdials' => { 285 => '68.1' },
+ 'assignmb-d18af-onbutton' => { 295 => '79.1' },
+ 'assignmb-d18funcbutton' => { 295 => '67.1' },
+ 'assignmb-d18funcbuttonplusdials' => { 295 => '68.1' },
+ 'assignmoviefunc1buttonplusdials' => { 284 => '75.1', 285 => '75.1', 295 => '75.1' },
+ 'assignmoviefunc2button' => { 284 => '82.1', 285 => '82.1', 295 => '82.1' },
+ 'assignmoviepreviewbuttonplusdials' => { 284 => '75.2', 285 => '75.2', 295 => '75.2' },
+ 'assignmovierecordbutton' => { 282 => '43.2', 294 => '45.1', 297 => 0x9b },
+ 'assignmovierecordbuttonplusdials' => { 284 => '45.1', 285 => '45.1', 295 => '45.1' },
+ 'assignmoviesubselector' => { 284 => '74.1', 285 => '74.1', 295 => '74.1' },
+ 'assignmoviesubselectorplusdials' => { 284 => '76.1', 285 => '76.1', 295 => '76.1' },
+ 'assignremotefnbutton' => { 282 => '54.1', 294 => '51.1' },
'assistbuttonfunction' => { 82 => 0xd },
'atcaptureusercrop' => { 138 => 0x943 },
- 'attributionname' => { 476 => 'attributionName' },
- 'attributionurl' => { 476 => 'attributionURL' },
- 'audio' => { 320 => 0x20 },
- 'audiobitrate' => { 67 => 0x6c, 490 => 'audioBitRate' },
- 'audiobitratemode' => { 490 => 'audioBitRateMode' },
- 'audiobitspersample' => { 490 => 'audioBitsPerSample' },
- 'audiobutton' => { 295 => 0x17b },
- 'audiobuttonplaybackmode' => { 295 => 0x1b9 },
- 'audiochannelcount' => { 490 => 'audioChannelCount' },
+ 'attributionname' => { 478 => 'attributionName' },
+ 'attributionurl' => { 478 => 'attributionURL' },
+ 'audio' => { 322 => 0x20 },
+ 'audiobitrate' => { 67 => 0x6c, 492 => 'audioBitRate' },
+ 'audiobitratemode' => { 492 => 'audioBitRateMode' },
+ 'audiobitspersample' => { 492 => 'audioBitsPerSample' },
+ 'audiobutton' => { 297 => 0x17b },
+ 'audiobuttonplaybackmode' => { 297 => 0x1b9 },
+ 'audiochannelcount' => { 492 => 'audioChannelCount' },
'audiochannels' => { 67 => 0x70 },
- 'audiochanneltype' => { 504 => 'audioChannelType' },
+ 'audiochanneltype' => { 506 => 'audioChannelType' },
'audiocompression' => { 84 => 0x816, 155 => 'Compression' },
- 'audiocompressor' => { 504 => 'audioCompressor' },
- 'audiodata' => { 460 => 'Data' },
+ 'audiocompressor' => { 506 => 'audioCompressor' },
+ 'audiodata' => { 462 => 'Data' },
'audioduration' => { 131 => 0x99 },
- 'audiogain' => { 374 => 'player.movie.audio.gain' },
- 'audiomimetype' => { 460 => 'Mime' },
- 'audiomoddate' => { 504 => 'audioModDate' },
+ 'audiogain' => { 376 => 'player.movie.audio.gain' },
+ 'audiomimetype' => { 462 => 'Mime' },
+ 'audiomoddate' => { 506 => 'audioModDate' },
'audiooutcue' => { 131 => 0x9a },
- 'audiosamplerate' => { 67 => 0x6e, 504 => 'audioSampleRate' },
- 'audiosampletype' => { 504 => 'audioSampleType' },
+ 'audiosamplerate' => { 67 => 0x6e, 506 => 'audioSampleRate' },
+ 'audiosampletype' => { 506 => 'audioSampleType' },
'audiosamplingrate' => { 131 => 0x97 },
'audiosamplingresolution' => { 131 => 0x98 },
'audiotype' => { 131 => 0x96 },
- 'author' => { 157 => 'Author', 306 => 'Author', 310 => 'Author', 371 => 'Author', 372 => ['auth',"\xa9aut"], 374 => 'author', 380 => 'auth', 473 => 'author', 491 => 'Author', 502 => 'Author' },
- 'authorsposition' => { 492 => 'AuthorsPosition' },
+ 'author' => { 157 => 'Author', 308 => 'Author', 312 => 'Author', 373 => 'Author', 374 => ['auth',"\xa9aut"], 376 => 'author', 382 => 'auth', 475 => 'author', 493 => 'Author', 504 => 'Author' },
+ 'authorsposition' => { 494 => 'AuthorsPosition' },
'authorurl' => { 179 => 'WM/AuthorURL' },
'autoafpointcolortracking' => { 84 => 0x51c },
'autoafpointseleositraf' => { 2 => 0xa },
- 'autoaperture' => { 346 => '0.1' },
- 'autobracket' => { 397 => 0x19 },
- 'autobracketing' => { 127 => 0x1100, 355 => 0x18, 387 => 0x1007 },
- 'autobracketingmode' => { 291 => '12.3' },
- 'autobracketingset' => { 291 => '12.1' },
- 'autobracketmodem' => { 279 => '21.2', 280 => '13.3', 282 => '13.2', 283 => '13.2', 288 => '26.2', 292 => '13.3', 293 => '13.2', 295 => 0x5f },
- 'autobracketorder' => { 184 => 0x43, 279 => '21.3', 280 => '13.2', 282 => '13.1', 283 => '13.1', 288 => '26.3', 289 => '12.2', 290 => '2.2', 291 => '12.2', 292 => '13.2', 293 => '13.1', 294 => '13.2', 295 => 0x61 },
- 'autobracketset' => { 279 => '21.1', 280 => '13.1', 284 => '11.1', 285 => '12.1', 286 => '12.1', 288 => '26.1', 289 => '12.1', 290 => '2.1', 292 => '13.1', 294 => '13.1' },
- 'autobrightness' => { 478 => 'AutoBrightness', 480 => 'AutoBrightness' },
- 'autocontrast' => { 478 => 'AutoContrast', 480 => 'AutoContrast' },
- 'autodistortioncontrol' => { 206 => 0x4, 228 => 0x143 },
+ 'autoaperture' => { 348 => '0.1' },
+ 'autobracket' => { 399 => 0x19 },
+ 'autobracketing' => { 127 => 0x1100, 357 => 0x18, 389 => 0x1007 },
+ 'autobracketingmode' => { 293 => '12.3' },
+ 'autobracketingset' => { 293 => '12.1' },
+ 'autobracketmodem' => { 281 => '21.2', 282 => '13.3', 284 => '13.2', 285 => '13.2', 290 => '26.2', 294 => '13.3', 295 => '13.2', 297 => 0x5f },
+ 'autobracketorder' => { 184 => 0x43, 281 => '21.3', 282 => '13.2', 284 => '13.1', 285 => '13.1', 290 => '26.3', 291 => '12.2', 292 => '2.2', 293 => '12.2', 294 => '13.2', 295 => '13.1', 296 => '13.2', 297 => 0x61 },
+ 'autobracketset' => { 281 => '21.1', 282 => '13.1', 286 => '11.1', 287 => '12.1', 288 => '12.1', 290 => '26.1', 291 => '12.1', 292 => '2.1', 294 => '13.1', 296 => '13.1' },
+ 'autobrightness' => { 480 => 'AutoBrightness', 482 => 'AutoBrightness' },
+ 'autocontrast' => { 480 => 'AutoContrast', 482 => 'AutoContrast' },
+ 'autodistortioncontrol' => { 206 => 0x4, 229 => 0x143 },
'autodynamicrange' => { 127 => 0x140b },
- 'autoexposure' => { 478 => 'AutoExposure', 480 => 'AutoExposure' },
+ 'autoexposure' => { 480 => 'AutoExposure', 482 => 'AutoExposure' },
'autoexposurebracketing' => { 77 => 0x10 },
- 'autoflashisosensitivity' => { 282 => '38.5', 283 => '38.5', 293 => '38.5', 295 => 0x5b },
- 'autofocus' => { 300 => 0x209 },
- 'autofocusmoderestrictions' => { 295 => 0x107 },
- 'autofp' => { 290 => '7.3', 294 => '31.4' },
- 'autoiso' => { 77 => 0x1, 113 => 0x3008, 229 => 0x142, 281 => '1.1', 290 => '1.1' },
- 'autoisomax' => { 281 => '1.2', 290 => '1.2' },
- 'autoisominshutterspeed' => { 281 => '1.3', 290 => '1.3' },
- 'autolateralca' => { 478 => 'AutoLateralCA', 480 => 'AutoLateralCA' },
+ 'autoflashisosensitivity' => { 284 => '38.5', 285 => '38.5', 295 => '38.5', 297 => 0x5b },
+ 'autofocus' => { 302 => 0x209 },
+ 'autofocusmoderestrictions' => { 297 => 0x107 },
+ 'autofp' => { 292 => '7.3', 296 => '31.4' },
+ 'autoiso' => { 77 => 0x1, 113 => 0x3008, 230 => 0x142, 283 => '1.1', 292 => '1.1' },
+ 'autoisomax' => { 283 => '1.2', 292 => '1.2' },
+ 'autoisominshutterspeed' => { 283 => '1.3', 292 => '1.3' },
+ 'autolateralca' => { 480 => 'AutoLateralCA', 482 => 'AutoLateralCA' },
'autolightingoptimizer' => { 16 => 0xbe, 17 => 0xbf, 20 => 0xbf, 62 => 0x2, 84 => 0x204, 103 => 0x20500, 109 => 0x6f },
'autolightingoptimizeron' => { 103 => '0x20500.0', 109 => 0x6e },
- 'autoportraitframed' => { 420 => 0x2016 },
- 'autoredeye' => { 272 => 0xfe28a44f },
+ 'autoportraitframed' => { 422 => 0x2016 },
+ 'autoredeye' => { 274 => 0xfe28a44f },
'autorotate' => { 77 => 0x1b },
- 'autoshadows' => { 478 => 'AutoShadows', 480 => 'AutoShadows' },
- 'autotone' => { 478 => 'AutoTone', 480 => 'AutoTone' },
- 'autotonedigest' => { 478 => 'AutoToneDigest', 480 => 'AutoToneDigest' },
- 'autotonedigestnosat' => { 478 => 'AutoToneDigestNoSat', 480 => 'AutoToneDigestNoSat' },
- 'autowhiteversion' => { 478 => 'AutoWhiteVersion', 480 => 'AutoWhiteVersion' },
- 'auxiliarylens' => { 226 => 0x82 },
- 'avaperturesetting' => { 336 => 0x13 },
+ 'autoshadows' => { 480 => 'AutoShadows', 482 => 'AutoShadows' },
+ 'autotone' => { 480 => 'AutoTone', 482 => 'AutoTone' },
+ 'autotonedigest' => { 480 => 'AutoToneDigest', 482 => 'AutoToneDigest' },
+ 'autotonedigestnosat' => { 480 => 'AutoToneDigestNoSat', 482 => 'AutoToneDigestNoSat' },
+ 'autowhiteversion' => { 480 => 'AutoWhiteVersion', 482 => 'AutoWhiteVersion' },
+ 'auxiliarylens' => { 227 => 0x82 },
+ 'avaperturesetting' => { 338 => 0x13 },
'averageblacklevel' => { 45 => 0xe7, 47 => 0xfb, 48 => 0x114, 49 => 0x146 },
'averagelv' => { 187 => 0x38 },
'avsettingwithoutlens' => { 84 => 0x707 },
'azimuth' => { 165 => 'Azimuth' },
- 'babyage' => { 320 => [0x8010,0x33] },
- 'babyname' => { 320 => 0x66 },
- 'backgroundalpha' => { 499 => 'bgalpha' },
- 'balance' => { 374 => 'player.movie.audio.balance' },
- 'baseexposurecompensation' => { 336 => 0x15 },
- 'baseiso' => { 77 => 0x2, 97 => 0x101c, 138 => 0x903, 322 => 0x312a, 451 => 0x6 },
+ 'babyage' => { 322 => [0x8010,0x33] },
+ 'babyname' => { 322 => 0x66 },
+ 'backgroundalpha' => { 501 => 'bgalpha' },
+ 'balance' => { 376 => 'player.movie.audio.balance' },
+ 'baseexposurecompensation' => { 338 => 0x15 },
+ 'baseiso' => { 77 => 0x2, 97 => 0x101c, 138 => 0x903, 324 => 0x312a, 453 => 0x6 },
'baseisodaylight' => { 138 => 0x910 },
'baseisoflash' => { 138 => 0x913 },
'baseisofluorescent' => { 138 => 0x912 },
@@ -1090,130 +1092,130 @@ my %tagLookup = (
'baselineexposureoffset' => { 119 => 0xc7a5 },
'baselinenoise' => { 119 => 0xc62b },
'baselinesharpness' => { 119 => 0xc62c },
- 'baseurl' => { 502 => 'BaseURL' },
- 'bass' => { 374 => 'player.movie.audio.bass' },
- 'batterylevel' => { 320 => 0x38, 407 => 0x51, 411 => 0xc, 412 => 0x4, 413 => 0x4, 452 => 0x7 },
- 'batterylevelgrip1' => { 452 => 0x6 },
- 'batterylevelgrip2' => { 452 => 0x8 },
- 'batteryorder' => { 279 => '12.5', 288 => '13.2', 289 => '2.1', 292 => '3.1' },
- 'batterystate' => { 184 => 0x60, 407 => 0x50, 413 => 0x14 },
- 'batterytemperature' => { 411 => 0x1, 413 => 0x2, 452 => 0x5 },
- 'batterytype' => { 64 => 0x38, 383 => 0x66 },
- 'batteryunknown' => { 411 => 0x2, 413 => 0x0 },
- 'batteryvoltage' => { 138 => 0x408, 381 => 0x2a, 382 => 0x49, 383 => 0x62, 411 => 0x8 },
- 'batteryvoltage1' => { 413 => 0x6 },
- 'batteryvoltage2' => { 413 => 0x8 },
- 'batteryvoltageavg' => { 383 => 0x64 },
+ 'baseurl' => { 504 => 'BaseURL' },
+ 'bass' => { 376 => 'player.movie.audio.bass' },
+ 'batterylevel' => { 322 => 0x38, 409 => 0x51, 413 => 0xc, 414 => 0x4, 415 => 0x4, 454 => 0x7 },
+ 'batterylevelgrip1' => { 454 => 0x6 },
+ 'batterylevelgrip2' => { 454 => 0x8 },
+ 'batteryorder' => { 281 => '12.5', 290 => '13.2', 291 => '2.1', 294 => '3.1' },
+ 'batterystate' => { 184 => 0x60, 409 => 0x50, 415 => 0x14 },
+ 'batterytemperature' => { 413 => 0x1, 415 => 0x2, 454 => 0x5 },
+ 'batterytype' => { 64 => 0x38, 385 => 0x66 },
+ 'batteryunknown' => { 413 => 0x2, 415 => 0x0 },
+ 'batteryvoltage' => { 138 => 0x408, 383 => 0x2a, 384 => 0x49, 385 => 0x62, 413 => 0x8 },
+ 'batteryvoltage1' => { 415 => 0x6 },
+ 'batteryvoltage2' => { 415 => 0x8 },
+ 'batteryvoltageavg' => { 385 => 0x64 },
'bayergreensplit' => { 119 => 0xc62d },
'bayerpattern' => { 137 => 0xf902, 188 => 0x17 },
- 'beatsperminute' => { 372 => 'tmpo' },
- 'beatspliceparams' => { 504 => 'beatSpliceParams' },
- 'beatspliceparamsriseindecibel' => { 504 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] },
- 'beatspliceparamsriseintimeduration' => { 504 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] },
- 'beatspliceparamsriseintimedurationscale' => { 504 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] },
- 'beatspliceparamsriseintimedurationvalue' => { 504 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] },
- 'beatspliceparamsusefilebeatsmarker' => { 504 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] },
- 'beep' => { 279 => '13.1', 280 => '5.4', 281 => '0.1', 284 => '2.1', 285 => '3.1', 286 => '3.1', 288 => '10.1', 290 => '0.1', 292 => '5.5', 294 => '4.1' },
- 'beeppitch' => { 289 => '3.1' },
- 'beepvolume' => { 289 => '4.5' },
+ 'beatsperminute' => { 374 => 'tmpo' },
+ 'beatspliceparams' => { 506 => 'beatSpliceParams' },
+ 'beatspliceparamsriseindecibel' => { 506 => [\'beatSpliceParams','beatSpliceParamsRiseInDecibel'] },
+ 'beatspliceparamsriseintimeduration' => { 506 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDuration'] },
+ 'beatspliceparamsriseintimedurationscale' => { 506 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationScale'] },
+ 'beatspliceparamsriseintimedurationvalue' => { 506 => [\'beatSpliceParams','beatSpliceParamsRiseInTimeDurationValue'] },
+ 'beatspliceparamsusefilebeatsmarker' => { 506 => [\'beatSpliceParams','beatSpliceParamsUseFileBeatsMarker'] },
+ 'beep' => { 281 => '13.1', 282 => '5.4', 283 => '0.1', 286 => '2.1', 287 => '3.1', 288 => '3.1', 290 => '10.1', 292 => '0.1', 294 => '5.5', 296 => '4.1' },
+ 'beeppitch' => { 291 => '3.1' },
+ 'beepvolume' => { 291 => '4.5' },
'bestqualityscale' => { 119 => 0xc65c },
'bestshotmode' => { 113 => 0x3007 },
- 'bitdepth' => { 162 => 'BitDepth', 188 => 0x11, 237 => 0x41 },
+ 'bitdepth' => { 162 => 'BitDepth', 188 => 0x11, 239 => 0x41 },
'bitspercomponent' => { 133 => 0x87 },
- 'bitspersample' => { 119 => 0x102, 325 => 0xa, 500 => 'BitsPerSample' },
+ 'bitspersample' => { 119 => 0x102, 327 => 0xa, 502 => 'BitsPerSample' },
'blackacquirerows' => { 138 => 0x18ba },
- 'blacklevel' => { 119 => 0xc61a, 204 => 0x20, 226 => 0x3d, 302 => [0x401,0x1012], 364 => 0x21d, 427 => [0x7300,0x7310] },
- 'blacklevel2' => { 301 => 0x600, 305 => 0x600 },
- 'blacklevelblue' => { 325 => 0x1e },
+ 'blacklevel' => { 119 => 0xc61a, 204 => 0x20, 227 => 0x3d, 304 => [0x401,0x1012], 366 => 0x21d, 429 => [0x7300,0x7310] },
+ 'blacklevel2' => { 303 => 0x600, 307 => 0x600 },
+ 'blacklevelblue' => { 327 => 0x1e },
'blacklevelbottom' => { 138 => 0x3f0 },
- 'blackleveldata' => { 364 => 0x223 },
+ 'blackleveldata' => { 366 => 0x223 },
'blackleveldeltah' => { 119 => 0xc61b },
'blackleveldeltav' => { 119 => 0xc61c },
- 'blacklevelgreen' => { 325 => 0x1d },
- 'blacklevelred' => { 325 => 0x1c },
+ 'blacklevelgreen' => { 327 => 0x1d },
+ 'blacklevelred' => { 327 => 0x1c },
'blacklevelrepeatdim' => { 119 => 0xc619 },
'blacklevelrough' => { 138 => 0x40e },
'blacklevelroughafter' => { 138 => 0x416 },
'blacklevels' => { 35 => 0x1d },
'blackleveltop' => { 138 => 0x3ef },
- 'blackpoint' => { 355 => 0x200 },
- 'blacks2012' => { 478 => 'Blacks2012', 480 => 'Blacks2012' },
- 'blacksadj' => { 455 => 0x9018 },
- 'bleachbypasstoning' => { 355 => 0x7f },
- 'blockshotafresponse' => { 282 => '1.5', 283 => '1.5', 293 => '1.5', 295 => 0x7 },
- 'blogtitle' => { 494 => 'blogTitle' },
- 'blogurl' => { 494 => 'blogURL' },
- 'bluebalance' => { 302 => 0x1018, 325 => 0x12, 355 => 0x1b },
+ 'blackpoint' => { 357 => 0x200 },
+ 'blacks2012' => { 480 => 'Blacks2012', 482 => 'Blacks2012' },
+ 'blacksadj' => { 457 => 0x9018 },
+ 'bleachbypasstoning' => { 357 => 0x7f },
+ 'blockshotafresponse' => { 284 => '1.5', 285 => '1.5', 295 => '1.5', 297 => 0x7 },
+ 'blogtitle' => { 496 => 'blogTitle' },
+ 'blogurl' => { 496 => 'blogURL' },
+ 'bluebalance' => { 304 => 0x1018, 327 => 0x12, 357 => 0x1b },
'bluecurvelimits' => { 108 => 0x1fe },
'bluecurvepoints' => { 107 => 0x79, 108 => 0x1d4 },
'bluehsl' => { 103 => 0x20915 },
- 'bluehue' => { 478 => 'BlueHue', 480 => 'BlueHue' },
- 'bluesaturation' => { 478 => 'BlueSaturation', 480 => 'BlueSaturation' },
- 'bluratinfinity' => { 464 => 'BlurAtInfinity' },
- 'blurcontrol' => { 355 => 0x82 },
+ 'bluehue' => { 480 => 'BlueHue', 482 => 'BlueHue' },
+ 'bluesaturation' => { 480 => 'BlueSaturation', 482 => 'BlueSaturation' },
+ 'bluratinfinity' => { 466 => 'BlurAtInfinity' },
+ 'blurcontrol' => { 357 => 0x82 },
'blurwarning' => { 127 => 0x1300 },
- 'bodybatteryadload' => { 334 => 0x3 },
- 'bodybatteryadnoload' => { 334 => 0x2 },
- 'bodybatterystate' => { 334 => '1.1' },
- 'bodybatteryvoltage1' => { 334 => 0x2 },
- 'bodybatteryvoltage2' => { 334 => 0x4 },
- 'bodybatteryvoltage3' => { 334 => 0x6 },
- 'bodybatteryvoltage4' => { 334 => 0x8 },
- 'bodyfirmware' => { 388 => 0x0 },
- 'bodyfirmwareversion' => { 298 => 0x104, 299 => 0x100, 302 => 0x104 },
- 'bodyserialnumber' => { 388 => 0x10 },
- 'bookedition' => { 494 => 'bookEdition' },
- 'bootloaderversion' => { 382 => 0x26 },
- 'bracketincrement' => { 229 => 0x21a },
+ 'bodybatteryadload' => { 336 => 0x3 },
+ 'bodybatteryadnoload' => { 336 => 0x2 },
+ 'bodybatterystate' => { 336 => '1.1' },
+ 'bodybatteryvoltage1' => { 336 => 0x2 },
+ 'bodybatteryvoltage2' => { 336 => 0x4 },
+ 'bodybatteryvoltage3' => { 336 => 0x6 },
+ 'bodybatteryvoltage4' => { 336 => 0x8 },
+ 'bodyfirmware' => { 390 => 0x0 },
+ 'bodyfirmwareversion' => { 300 => 0x104, 301 => 0x100, 304 => 0x104 },
+ 'bodyserialnumber' => { 390 => 0x10 },
+ 'bookedition' => { 496 => 'bookEdition' },
+ 'bootloaderversion' => { 384 => 0x26 },
+ 'bracketincrement' => { 230 => 0x21a },
'bracketmode' => { 57 => 0x3 },
- 'bracketprogram' => { 229 => 0x218 },
+ 'bracketprogram' => { 230 => 0x218 },
'bracketsequence' => { 113 => 0x301d },
- 'bracketset' => { 229 => 0x216 },
- 'bracketsettings' => { 320 => 0x45 },
- 'bracketshotnumber' => { 57 => 0x5, 336 => 0x9, 418 => 0x2b },
- 'bracketshotnumber2' => { 418 => 0x2d },
+ 'bracketset' => { 230 => 0x216 },
+ 'bracketsettings' => { 322 => 0x45 },
+ 'bracketshotnumber' => { 57 => 0x5, 338 => 0x9, 420 => 0x2b },
+ 'bracketshotnumber2' => { 420 => 0x2d },
'bracketstep' => { 181 => 0xe },
'bracketvalue' => { 57 => 0x4 },
- 'brightness' => { 119 => 0xfe53, 156 => 'Brightness', 176 => 'Brightness', 181 => 0x2c, 231 => 0x34, 232 => 0x39, 233 => 0x41, 374 => 'player.movie.visual.brightness', 381 => 0x25, 383 => 0x54, 407 => 0x22, 420 => 0x2007, 478 => 'Brightness', 480 => 'Brightness' },
- 'brightnessadj' => { 108 => 0x114, 265 => 0x0, 275 => 0x2d, 455 => 0x8018 },
- 'brightnessvalue' => { 119 => 0x9203, 187 => [0x691,0x49c3], 302 => 0x1003, 425 => 0x1e, 429 => 0x1140, 430 => 0x1140, 431 => 0x111c, 432 => 0x1198, 433 => 0x1174, 434 => 0x102c, 435 => 0x224, 436 => 0x224, 437 => 0x219, 484 => 'BrightnessValue' },
+ 'brightness' => { 119 => 0xfe53, 156 => 'Brightness', 176 => 'Brightness', 181 => 0x2c, 233 => 0x34, 234 => 0x39, 235 => 0x41, 376 => 'player.movie.visual.brightness', 383 => 0x25, 385 => 0x54, 409 => 0x22, 422 => 0x2007, 480 => 'Brightness', 482 => 'Brightness' },
+ 'brightnessadj' => { 108 => 0x114, 267 => 0x0, 277 => 0x2d, 457 => 0x8018 },
+ 'brightnessvalue' => { 119 => 0x9203, 187 => [0x691,0x49c3], 304 => 0x1003, 427 => 0x1e, 431 => 0x1140, 432 => 0x1140, 433 => 0x111c, 434 => 0x1198, 435 => 0x1174, 436 => 0x102c, 437 => 0x224, 438 => 0x224, 439 => 0x219, 486 => 'BrightnessValue' },
'buildnumber' => { 191 => 0x5500 },
'bulbduration' => { 77 => 0x18 },
'burstcount' => { 138 => 0x40d },
- 'burstid' => { 461 => 'BurstID' },
- 'burstmode' => { 140 => 0xa, 320 => 0x2a },
+ 'burstid' => { 463 => 'BurstID' },
+ 'burstmode' => { 140 => 0xa, 322 => 0x2a },
'burstmode2' => { 140 => 0x18 },
- 'burstprimary' => { 461 => 'BurstPrimary' },
- 'burstshot' => { 397 => 0x34 },
- 'burstspeed' => { 320 => 0x77 },
+ 'burstprimary' => { 463 => 'BurstPrimary' },
+ 'burstshot' => { 399 => 0x34 },
+ 'burstspeed' => { 322 => 0x77 },
'burstuuid' => { 1 => 0xb },
'buttonfunctioncontroloff' => { 84 => 0x70a },
'bwadjustment' => { 127 => 0x1049 },
'bwfilter' => { 181 => 0x2a, 189 => 0x39 },
- 'bwmode' => { 302 => 0x203 },
+ 'bwmode' => { 304 => 0x203 },
'by-line' => { 131 => 0x50 },
'by-linetitle' => { 131 => 0x55 },
- 'bytecount' => { 494 => 'byteCount' },
+ 'bytecount' => { 496 => 'byteCount' },
'c14configuration' => { 138 => 0x1964 },
'cacheversion' => { 119 => 0xc7aa },
'calibratedfocallength' => { 116 => 'CalibratedFocalLength' },
'calibratedopticalcenterx' => { 116 => 'CalibratedOpticalCenterX' },
'calibratedopticalcentery' => { 116 => 'CalibratedOpticalCenterY' },
- 'calibration' => { 397 => [0x24,0x30] },
+ 'calibration' => { 399 => [0x24,0x30] },
'calibrationhistory' => { 138 => 0x9c9 },
'calibrationilluminant1' => { 119 => 0xc65a },
'calibrationilluminant2' => { 119 => 0xc65b },
'calibrationilluminant3' => { 119 => 0xcd31 },
'calibrationversion' => { 138 => 0x9c6 },
- 'callforimage' => { 468 => 'CallForImage' },
- 'camera' => { 458 => [\'Cameras','CamerasCamera'] },
- 'cameraangle' => { 380 => 'angl', 504 => 'cameraAngle' },
- 'cameraappinfo' => { 458 => [\'Cameras','CamerasCameraAppInfo'] },
- 'cameraappinfoapplication' => { 458 => [\'Cameras','CamerasCameraAppInfoApplication'] },
- 'cameraappinfoitemuri' => { 458 => [\'Cameras','CamerasCameraAppInfoItemURI'] },
- 'cameraappinfoversion' => { 458 => [\'Cameras','CamerasCameraAppInfoVersion'] },
- 'cameraburstid' => { 462 => 'CameraBurstID' },
- 'cameracalibration' => { 397 => 0x11f },
+ 'callforimage' => { 470 => 'CallForImage' },
+ 'camera' => { 460 => [\'Cameras','CamerasCamera'] },
+ 'cameraangle' => { 382 => 'angl', 506 => 'cameraAngle' },
+ 'cameraappinfo' => { 460 => [\'Cameras','CamerasCameraAppInfo'] },
+ 'cameraappinfoapplication' => { 460 => [\'Cameras','CamerasCameraAppInfoApplication'] },
+ 'cameraappinfoitemuri' => { 460 => [\'Cameras','CamerasCameraAppInfoItemURI'] },
+ 'cameraappinfoversion' => { 460 => [\'Cameras','CamerasCameraAppInfoVersion'] },
+ 'cameraburstid' => { 464 => 'CameraBurstID' },
+ 'cameracalibration' => { 399 => 0x11f },
'cameracalibration1' => { 119 => 0xc623 },
'cameracalibration2' => { 119 => 0xc624 },
'cameracalibration3' => { 119 => 0xcd32 },
@@ -1233,94 +1235,94 @@ my %tagLookup = (
'cameracolorcalibration13' => { 36 => 0x30, 37 => 0x3c },
'cameracolorcalibration14' => { 36 => 0x34, 37 => 0x41 },
'cameracolorcalibration15' => { 36 => 0x38, 37 => 0x46 },
- 'cameradepthmap' => { 458 => [\'Cameras','CamerasCameraDepthMap'] },
- 'cameradepthmapconfidenceuri' => { 458 => [\'Cameras','CamerasCameraDepthMapConfidenceURI'] },
- 'cameradepthmapdepthuri' => { 458 => [\'Cameras','CamerasCameraDepthMapDepthURI'] },
- 'cameradepthmapfar' => { 458 => [\'Cameras','CamerasCameraDepthMapFar'] },
- 'cameradepthmapfocaltable' => { 458 => [\'Cameras','CamerasCameraDepthMapFocalTable'] },
- 'cameradepthmapfocaltableentrycount' => { 458 => [\'Cameras','CamerasCameraDepthMapFocalTableEntryCount'] },
- 'cameradepthmapformat' => { 458 => [\'Cameras','CamerasCameraDepthMapFormat'] },
- 'cameradepthmapitemsemantic' => { 458 => [\'Cameras','CamerasCameraDepthMapItemSemantic'] },
- 'cameradepthmapmeasuretype' => { 458 => [\'Cameras','CamerasCameraDepthMapMeasureType'] },
- 'cameradepthmapnear' => { 458 => [\'Cameras','CamerasCameraDepthMapNear'] },
- 'cameradepthmapsoftware' => { 458 => [\'Cameras','CamerasCameraDepthMapSoftware'] },
- 'cameradepthmapunits' => { 458 => [\'Cameras','CamerasCameraDepthMapUnits'] },
- 'cameradirection' => { 374 => 'direction.facing' },
- 'camerae-mountversion' => { 454 => 0xb },
- 'cameraelevationangle' => { 119 => 0x9405, 485 => 'CameraElevationAngle' },
- 'camerafilename' => { 468 => 'CameraFilename' },
- 'cameraid' => { 302 => 0x209, 380 => 'cmid', 396 => 0x209 },
- 'cameraidentifier' => { 374 => 'camera.identifier' },
- 'cameraimage' => { 458 => [\'Cameras','CamerasCameraImage'] },
- 'cameraimageitemsemantic' => { 458 => [\'Cameras','CamerasCameraImageItemSemantic'] },
- 'cameraimageitemuri' => { 458 => [\'Cameras','CamerasCameraImageItemURI'] },
- 'cameraimagingmodel' => { 458 => [\'Cameras','CamerasCameraImagingModel'] },
- 'cameraimagingmodeldistortion' => { 458 => [\'Cameras','CamerasCameraImagingModelDistortion'] },
- 'cameraimagingmodeldistortioncount' => { 458 => [\'Cameras','CamerasCameraImagingModelDistortionCount'] },
- 'cameraimagingmodelfocallengthx' => { 458 => [\'Cameras','CamerasCameraImagingModelFocalLengthX'] },
- 'cameraimagingmodelfocallengthy' => { 458 => [\'Cameras','CamerasCameraImagingModelFocalLengthY'] },
- 'cameraimagingmodelimageheight' => { 458 => [\'Cameras','CamerasCameraImagingModelImageHeight'] },
- 'cameraimagingmodelimagewidth' => { 458 => [\'Cameras','CamerasCameraImagingModelImageWidth'] },
- 'cameraimagingmodelpixelaspectratio' => { 458 => [\'Cameras','CamerasCameraImagingModelPixelAspectRatio'] },
- 'cameraimagingmodelprincipalpointx' => { 458 => [\'Cameras','CamerasCameraImagingModelPrincipalPointX'] },
- 'cameraimagingmodelprincipalpointy' => { 458 => [\'Cameras','CamerasCameraImagingModelPrincipalPointY'] },
- 'cameraimagingmodelskew' => { 458 => [\'Cameras','CamerasCameraImagingModelSkew'] },
+ 'cameradepthmap' => { 460 => [\'Cameras','CamerasCameraDepthMap'] },
+ 'cameradepthmapconfidenceuri' => { 460 => [\'Cameras','CamerasCameraDepthMapConfidenceURI'] },
+ 'cameradepthmapdepthuri' => { 460 => [\'Cameras','CamerasCameraDepthMapDepthURI'] },
+ 'cameradepthmapfar' => { 460 => [\'Cameras','CamerasCameraDepthMapFar'] },
+ 'cameradepthmapfocaltable' => { 460 => [\'Cameras','CamerasCameraDepthMapFocalTable'] },
+ 'cameradepthmapfocaltableentrycount' => { 460 => [\'Cameras','CamerasCameraDepthMapFocalTableEntryCount'] },
+ 'cameradepthmapformat' => { 460 => [\'Cameras','CamerasCameraDepthMapFormat'] },
+ 'cameradepthmapitemsemantic' => { 460 => [\'Cameras','CamerasCameraDepthMapItemSemantic'] },
+ 'cameradepthmapmeasuretype' => { 460 => [\'Cameras','CamerasCameraDepthMapMeasureType'] },
+ 'cameradepthmapnear' => { 460 => [\'Cameras','CamerasCameraDepthMapNear'] },
+ 'cameradepthmapsoftware' => { 460 => [\'Cameras','CamerasCameraDepthMapSoftware'] },
+ 'cameradepthmapunits' => { 460 => [\'Cameras','CamerasCameraDepthMapUnits'] },
+ 'cameradirection' => { 376 => 'direction.facing' },
+ 'camerae-mountversion' => { 456 => 0xb },
+ 'cameraelevationangle' => { 119 => 0x9405, 487 => 'CameraElevationAngle' },
+ 'camerafilename' => { 470 => 'CameraFilename' },
+ 'cameraid' => { 304 => 0x209, 382 => 'cmid', 398 => 0x209 },
+ 'cameraidentifier' => { 376 => 'camera.identifier' },
+ 'cameraimage' => { 460 => [\'Cameras','CamerasCameraImage'] },
+ 'cameraimageitemsemantic' => { 460 => [\'Cameras','CamerasCameraImageItemSemantic'] },
+ 'cameraimageitemuri' => { 460 => [\'Cameras','CamerasCameraImageItemURI'] },
+ 'cameraimagingmodel' => { 460 => [\'Cameras','CamerasCameraImagingModel'] },
+ 'cameraimagingmodeldistortion' => { 460 => [\'Cameras','CamerasCameraImagingModelDistortion'] },
+ 'cameraimagingmodeldistortioncount' => { 460 => [\'Cameras','CamerasCameraImagingModelDistortionCount'] },
+ 'cameraimagingmodelfocallengthx' => { 460 => [\'Cameras','CamerasCameraImagingModelFocalLengthX'] },
+ 'cameraimagingmodelfocallengthy' => { 460 => [\'Cameras','CamerasCameraImagingModelFocalLengthY'] },
+ 'cameraimagingmodelimageheight' => { 460 => [\'Cameras','CamerasCameraImagingModelImageHeight'] },
+ 'cameraimagingmodelimagewidth' => { 460 => [\'Cameras','CamerasCameraImagingModelImageWidth'] },
+ 'cameraimagingmodelpixelaspectratio' => { 460 => [\'Cameras','CamerasCameraImagingModelPixelAspectRatio'] },
+ 'cameraimagingmodelprincipalpointx' => { 460 => [\'Cameras','CamerasCameraImagingModelPrincipalPointX'] },
+ 'cameraimagingmodelprincipalpointy' => { 460 => [\'Cameras','CamerasCameraImagingModelPrincipalPointY'] },
+ 'cameraimagingmodelskew' => { 460 => [\'Cameras','CamerasCameraImagingModelSkew'] },
'cameraiso' => { 34 => 0x10 },
- 'cameralabel' => { 119 => 0xc7a1, 504 => 'cameraLabel' },
- 'cameralightestimate' => { 458 => [\'Cameras','CamerasCameraLightEstimate'] },
- 'cameralightestimatecolorcorrectionb' => { 458 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionB'] },
- 'cameralightestimatecolorcorrectiong' => { 458 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionG'] },
- 'cameralightestimatecolorcorrectionr' => { 458 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionR'] },
- 'cameralightestimatepixelintensity' => { 458 => [\'Cameras','CamerasCameraLightEstimatePixelIntensity'] },
- 'cameramakemodel' => { 468 => 'CameraMakeModel' },
- 'cameramodel' => { 364 => 0x410, 504 => 'cameraModel' },
+ 'cameralabel' => { 119 => 0xc7a1, 506 => 'cameraLabel' },
+ 'cameralightestimate' => { 460 => [\'Cameras','CamerasCameraLightEstimate'] },
+ 'cameralightestimatecolorcorrectionb' => { 460 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionB'] },
+ 'cameralightestimatecolorcorrectiong' => { 460 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionG'] },
+ 'cameralightestimatecolorcorrectionr' => { 460 => [\'Cameras','CamerasCameraLightEstimateColorCorrectionR'] },
+ 'cameralightestimatepixelintensity' => { 460 => [\'Cameras','CamerasCameraLightEstimatePixelIntensity'] },
+ 'cameramakemodel' => { 470 => 'CameraMakeModel' },
+ 'cameramodel' => { 366 => 0x410, 506 => 'cameraModel' },
'cameramodelid' => { 176 => 'CameraModelID' },
- 'cameramodelrestriction' => { 478 => 'CameraModelRestriction', 480 => 'CameraModelRestriction' },
- 'cameramotion' => { 374 => 'direction.motion' },
- 'cameramove' => { 504 => 'cameraMove' },
- 'cameraorientation' => { 7 => 0x30, 9 => 0x7d, 11 => 0x30, 13 => 0x35, 14 => 0x30, 15 => 0x30, 16 => 0x31, 17 => 0x31, 18 => 0x35, 19 => 0x27, 20 => 0x31, 21 => 0x7d, 22 => 0x38, 23 => [0x36,0x3a], 24 => 0x7d, 25 => 0x83, 26 => 0x84, 27 => 0x96, 28 => 0x35, 29 => 0x96, 320 => 0x8f, 359 => 0x1, 364 => 0x100, 413 => [0x16,0x18], 442 => 0x28, 443 => 0x24, 444 => 0x29 },
+ 'cameramodelrestriction' => { 480 => 'CameraModelRestriction', 482 => 'CameraModelRestriction' },
+ 'cameramotion' => { 376 => 'direction.motion' },
+ 'cameramove' => { 506 => 'cameraMove' },
+ 'cameraorientation' => { 7 => 0x30, 9 => 0x7d, 11 => 0x30, 13 => 0x35, 14 => 0x30, 15 => 0x30, 16 => 0x31, 17 => 0x31, 18 => 0x35, 19 => 0x27, 20 => 0x31, 21 => 0x7d, 22 => 0x38, 23 => [0x36,0x3a], 24 => 0x7d, 25 => 0x83, 26 => 0x84, 27 => 0x96, 28 => 0x35, 29 => 0x96, 322 => 0x8f, 361 => 0x1, 366 => 0x100, 415 => [0x16,0x18], 444 => 0x28, 445 => 0x24, 446 => 0x29 },
'cameraowner' => { 141 => 0xc353 },
- 'cameraparameters' => { 302 => 0x2050 },
+ 'cameraparameters' => { 304 => 0x2050 },
'camerapicturestyle' => { 28 => 0xaf },
- 'camerapitch' => { 115 => 0x9, 380 => "\xa9gpt" },
- 'camerapointcloud' => { 458 => [\'Cameras','CamerasCameraPointCloud'] },
- 'camerapointcloudmetric' => { 458 => [\'Cameras','CamerasCameraPointCloudMetric'] },
- 'camerapointcloudpointcloud' => { 458 => [\'Cameras','CamerasCameraPointCloudPointCloud'] },
- 'camerapointcloudpoints' => { 458 => [\'Cameras','CamerasCameraPointCloudPoints'] },
- 'camerapose' => { 458 => [\'Cameras','CamerasCameraPose'] },
- 'cameraposepositionx' => { 458 => [\'Cameras','CamerasCameraPosePositionX'] },
- 'cameraposepositiony' => { 458 => [\'Cameras','CamerasCameraPosePositionY'] },
- 'cameraposepositionz' => { 458 => [\'Cameras','CamerasCameraPosePositionZ'] },
- 'cameraposerotationw' => { 458 => [\'Cameras','CamerasCameraPoseRotationW'] },
- 'cameraposerotationx' => { 458 => [\'Cameras','CamerasCameraPoseRotationX'] },
- 'cameraposerotationy' => { 458 => [\'Cameras','CamerasCameraPoseRotationY'] },
- 'cameraposerotationz' => { 458 => [\'Cameras','CamerasCameraPoseRotationZ'] },
- 'cameraposetimestamp' => { 458 => [\'Cameras','CamerasCameraPoseTimestamp'] },
- 'cameraprofile' => { 478 => 'CameraProfile', 480 => 'CameraProfile' },
- 'cameraprofiledigest' => { 478 => 'CameraProfileDigest', 480 => 'CameraProfileDigest' },
- 'cameraprofiles' => { 492 => 'CameraProfiles' },
- 'cameraprofilesaperturevalue' => { 492 => [\'CameraProfiles','CameraProfilesApertureValue'] },
- 'cameraprofilesauthor' => { 492 => [\'CameraProfiles','CameraProfilesAuthor'] },
- 'cameraprofilesautoscale' => { 492 => [\'CameraProfiles','CameraProfilesAutoScale'] },
- 'cameraprofilescameraprettyname' => { 492 => [\'CameraProfiles','CameraProfilesCameraPrettyName'] },
- 'cameraprofilescamerarawprofile' => { 492 => [\'CameraProfiles','CameraProfilesCameraRawProfile'] },
- 'cameraprofilesfocallength' => { 492 => [\'CameraProfiles','CameraProfilesFocalLength'] },
- 'cameraprofilesfocusdistance' => { 492 => [\'CameraProfiles','CameraProfilesFocusDistance'] },
- 'cameraprofileslens' => { 492 => [\'CameraProfiles','CameraProfilesLens'] },
- 'cameraprofileslensprettyname' => { 492 => [\'CameraProfiles','CameraProfilesLensPrettyName'] },
- 'cameraprofilesmake' => { 492 => [\'CameraProfiles','CameraProfilesMake'] },
- 'cameraprofilesmodel' => { 492 => [\'CameraProfiles','CameraProfilesModel'] },
- 'cameraprofilesperspectivemodel' => { 492 => [\'CameraProfiles','CameraProfilesPerspectiveModel'] },
- 'cameraprofilesperspectivemodelimagexcenter' => { 492 => [\'CameraProfiles','CameraProfilesPerspectiveModelImageXCenter'] },
- 'cameraprofilesperspectivemodelimageycenter' => { 492 => [\'CameraProfiles','CameraProfilesPerspectiveModelImageYCenter'] },
- 'cameraprofilesperspectivemodelradialdistortparam1' => { 492 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam1'] },
- 'cameraprofilesperspectivemodelradialdistortparam2' => { 492 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam2'] },
- 'cameraprofilesperspectivemodelradialdistortparam3' => { 492 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam3'] },
- 'cameraprofilesperspectivemodelscalefactor' => { 492 => [\'CameraProfiles','CameraProfilesPerspectiveModelScaleFactor'] },
- 'cameraprofilesperspectivemodelversion' => { 492 => [\'CameraProfiles','CameraProfilesPerspectiveModelVersion'] },
- 'cameraprofilesprofilename' => { 492 => [\'CameraProfiles','CameraProfilesProfileName'] },
- 'cameraprofilessensorformatfactor' => { 492 => [\'CameraProfiles','CameraProfilesSensorFormatFactor'] },
- 'cameraprofilesuniquecameramodel' => { 492 => [\'CameraProfiles','CameraProfilesUniqueCameraModel'] },
+ 'camerapitch' => { 115 => 0x9, 382 => "\xa9gpt" },
+ 'camerapointcloud' => { 460 => [\'Cameras','CamerasCameraPointCloud'] },
+ 'camerapointcloudmetric' => { 460 => [\'Cameras','CamerasCameraPointCloudMetric'] },
+ 'camerapointcloudpointcloud' => { 460 => [\'Cameras','CamerasCameraPointCloudPointCloud'] },
+ 'camerapointcloudpoints' => { 460 => [\'Cameras','CamerasCameraPointCloudPoints'] },
+ 'camerapose' => { 460 => [\'Cameras','CamerasCameraPose'] },
+ 'cameraposepositionx' => { 460 => [\'Cameras','CamerasCameraPosePositionX'] },
+ 'cameraposepositiony' => { 460 => [\'Cameras','CamerasCameraPosePositionY'] },
+ 'cameraposepositionz' => { 460 => [\'Cameras','CamerasCameraPosePositionZ'] },
+ 'cameraposerotationw' => { 460 => [\'Cameras','CamerasCameraPoseRotationW'] },
+ 'cameraposerotationx' => { 460 => [\'Cameras','CamerasCameraPoseRotationX'] },
+ 'cameraposerotationy' => { 460 => [\'Cameras','CamerasCameraPoseRotationY'] },
+ 'cameraposerotationz' => { 460 => [\'Cameras','CamerasCameraPoseRotationZ'] },
+ 'cameraposetimestamp' => { 460 => [\'Cameras','CamerasCameraPoseTimestamp'] },
+ 'cameraprofile' => { 480 => 'CameraProfile', 482 => 'CameraProfile' },
+ 'cameraprofiledigest' => { 480 => 'CameraProfileDigest', 482 => 'CameraProfileDigest' },
+ 'cameraprofiles' => { 494 => 'CameraProfiles' },
+ 'cameraprofilesaperturevalue' => { 494 => [\'CameraProfiles','CameraProfilesApertureValue'] },
+ 'cameraprofilesauthor' => { 494 => [\'CameraProfiles','CameraProfilesAuthor'] },
+ 'cameraprofilesautoscale' => { 494 => [\'CameraProfiles','CameraProfilesAutoScale'] },
+ 'cameraprofilescameraprettyname' => { 494 => [\'CameraProfiles','CameraProfilesCameraPrettyName'] },
+ 'cameraprofilescamerarawprofile' => { 494 => [\'CameraProfiles','CameraProfilesCameraRawProfile'] },
+ 'cameraprofilesfocallength' => { 494 => [\'CameraProfiles','CameraProfilesFocalLength'] },
+ 'cameraprofilesfocusdistance' => { 494 => [\'CameraProfiles','CameraProfilesFocusDistance'] },
+ 'cameraprofileslens' => { 494 => [\'CameraProfiles','CameraProfilesLens'] },
+ 'cameraprofileslensprettyname' => { 494 => [\'CameraProfiles','CameraProfilesLensPrettyName'] },
+ 'cameraprofilesmake' => { 494 => [\'CameraProfiles','CameraProfilesMake'] },
+ 'cameraprofilesmodel' => { 494 => [\'CameraProfiles','CameraProfilesModel'] },
+ 'cameraprofilesperspectivemodel' => { 494 => [\'CameraProfiles','CameraProfilesPerspectiveModel'] },
+ 'cameraprofilesperspectivemodelimagexcenter' => { 494 => [\'CameraProfiles','CameraProfilesPerspectiveModelImageXCenter'] },
+ 'cameraprofilesperspectivemodelimageycenter' => { 494 => [\'CameraProfiles','CameraProfilesPerspectiveModelImageYCenter'] },
+ 'cameraprofilesperspectivemodelradialdistortparam1' => { 494 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam1'] },
+ 'cameraprofilesperspectivemodelradialdistortparam2' => { 494 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam2'] },
+ 'cameraprofilesperspectivemodelradialdistortparam3' => { 494 => [\'CameraProfiles','CameraProfilesPerspectiveModelRadialDistortParam3'] },
+ 'cameraprofilesperspectivemodelscalefactor' => { 494 => [\'CameraProfiles','CameraProfilesPerspectiveModelScaleFactor'] },
+ 'cameraprofilesperspectivemodelversion' => { 494 => [\'CameraProfiles','CameraProfilesPerspectiveModelVersion'] },
+ 'cameraprofilesprofilename' => { 494 => [\'CameraProfiles','CameraProfilesProfileName'] },
+ 'cameraprofilessensorformatfactor' => { 494 => [\'CameraProfiles','CameraProfilesSensorFormatFactor'] },
+ 'cameraprofilesuniquecameramodel' => { 494 => [\'CameraProfiles','CameraProfilesUniqueCameraModel'] },
'camerarawcolortone' => { 109 => 0xe1 },
'camerarawcontrast' => { 109 => 0xe3 },
'camerarawhighlightpoint' => { 109 => 0xe6 },
@@ -1330,23 +1332,23 @@ my %tagLookup = (
'camerarawsaturation' => { 109 => 0xe2 },
'camerarawshadowpoint' => { 109 => 0xe7 },
'camerarawsharpness' => { 109 => 0xe5 },
- 'cameraroll' => { 115 => 0xb, 380 => "\xa9grl" },
- 'cameras' => { 458 => 'Cameras' },
- 'cameraserialnumber' => { 119 => 0xc62f, 178 => 'CameraSerialNumber', 468 => 'CameraSerialNumber' },
- 'camerasettingsversion' => { 297 => 0x0 },
- 'cameratemperature' => { 7 => 0x18, 9 => 0x1b, 11 => 0x18, 13 => 0x19, 14 => 0x18, 15 => 0x18, 16 => 0x19, 17 => 0x19, 18 => 0x19, 19 => 0x17, 20 => 0x19, 21 => 0x1b, 22 => 0x19, 23 => 0x19, 24 => 0x1b, 25 => 0x1b, 26 => 0x1b, 27 => 0x1b, 28 => 0x19, 29 => 0x1b, 30 => [0x87,0x91], 31 => [0x99,0x9f,0xa4,0xa8,0x105], 33 => ['-3',0x64,0x47,0x53,0x5b,0x5c], 77 => 0xc, 138 => 0x406, 301 => 0x1306, 315 => 0x320, 322 => 0x3402, 355 => 0x47, 394 => 0x43, 446 => 0x5 },
- 'cameratemperature4' => { 360 => 0x14 },
- 'cameratemperature5' => { 360 => 0x16 },
+ 'cameraroll' => { 115 => 0xb, 382 => "\xa9grl" },
+ 'cameras' => { 460 => 'Cameras' },
+ 'cameraserialnumber' => { 119 => 0xc62f, 178 => 'CameraSerialNumber', 470 => 'CameraSerialNumber' },
+ 'camerasettingsversion' => { 299 => 0x0 },
+ 'cameratemperature' => { 7 => 0x18, 9 => 0x1b, 11 => 0x18, 13 => 0x19, 14 => 0x18, 15 => 0x18, 16 => 0x19, 17 => 0x19, 18 => 0x19, 19 => 0x17, 20 => 0x19, 21 => 0x1b, 22 => 0x19, 23 => 0x19, 24 => 0x1b, 25 => 0x1b, 26 => 0x1b, 27 => 0x1b, 28 => 0x19, 29 => 0x1b, 30 => [0x87,0x91], 31 => [0x99,0x9f,0xa4,0xa8,0x105], 33 => ['-3',0x64,0x47,0x53,0x5b,0x5c], 77 => 0xc, 138 => 0x406, 303 => 0x1306, 317 => 0x320, 324 => 0x3402, 357 => 0x47, 396 => 0x43, 448 => 0x5 },
+ 'cameratemperature4' => { 362 => 0x14 },
+ 'cameratemperature5' => { 362 => 0x16 },
'cameratemperaturerangemax' => { 121 => 0x5 },
'cameratemperaturerangemin' => { 121 => 0x6 },
- 'cameratrait' => { 458 => [\'Cameras','CamerasCameraTrait'] },
- 'cameratype' => { 77 => 0x1a, 302 => 0x207 },
- 'cameratype2' => { 298 => 0x100 },
- 'cameravendorinfo' => { 458 => [\'Cameras','CamerasCameraVendorInfo'] },
- 'cameravendorinfomanufacturer' => { 458 => [\'Cameras','CamerasCameraVendorInfoManufacturer'] },
- 'cameravendorinfomodel' => { 458 => [\'Cameras','CamerasCameraVendorInfoModel'] },
- 'cameravendorinfonotes' => { 458 => [\'Cameras','CamerasCameraVendorInfoNotes'] },
- 'camerayaw' => { 115 => 0xa, 380 => "\xa9gyw" },
+ 'cameratrait' => { 460 => [\'Cameras','CamerasCameraTrait'] },
+ 'cameratype' => { 77 => 0x1a, 304 => 0x207 },
+ 'cameratype2' => { 300 => 0x100 },
+ 'cameravendorinfo' => { 460 => [\'Cameras','CamerasCameraVendorInfo'] },
+ 'cameravendorinfomanufacturer' => { 460 => [\'Cameras','CamerasCameraVendorInfoManufacturer'] },
+ 'cameravendorinfomodel' => { 460 => [\'Cameras','CamerasCameraVendorInfoModel'] },
+ 'cameravendorinfonotes' => { 460 => [\'Cameras','CamerasCameraVendorInfoNotes'] },
+ 'camerayaw' => { 115 => 0xa, 382 => "\xa9gyw" },
'camreverse' => { 116 => 'CamReverse' },
'canondr4' => { 120 => 'CanonDR4' },
'canonexposuremode' => { 34 => 0x14 },
@@ -1360,342 +1362,342 @@ my %tagLookup = (
'canonlogversion' => { 63 => 0xb },
'canonmodelid' => { 64 => 0x10, 97 => 0x1834 },
'canonvrd' => { 120 => 'CanonVRD' },
- 'caption' => { 473 => 'caption' },
+ 'caption' => { 475 => 'caption' },
'caption-abstract' => { 131 => 0x78 },
- 'captionsauthornames' => { 483 => 'CaptionsAuthorNames' },
- 'captionsdatetimestamps' => { 483 => 'CaptionsDateTimeStamps' },
- 'captionwriter' => { 492 => 'CaptionWriter' },
+ 'captionsauthornames' => { 485 => 'CaptionsAuthorNames' },
+ 'captionsdatetimestamps' => { 485 => 'CaptionsDateTimeStamps' },
+ 'captionwriter' => { 494 => 'CaptionWriter' },
'captureframerate' => { 113 => 0x4001 },
'captureheightnormal' => { 138 => 0x1839 },
'capturelook' => { 138 => 0xc48 },
- 'capturemode' => { 374 => 'com.apple.photos.captureMode' },
- 'capturesoftware' => { 466 => 'CaptureSoftware' },
+ 'capturemode' => { 376 => 'com.apple.photos.captureMode' },
+ 'capturesoftware' => { 468 => 'CaptureSoftware' },
'capturewidthnormal' => { 138 => 0x1838 },
'capturewidthtest' => { 138 => 0x1842 },
'cardshutterlock' => { 184 => 0x49 },
'casioimagesize' => { 113 => 0x9 },
- 'catalogsets' => { 131 => 0xff, 459 => 'CatalogSets', 471 => 'CatalogSets' },
- 'categories' => { 64 => 0x23, 473 => 'categories' },
- 'category' => { 131 => 0xf, 179 => 'WM/Category', 296 => 0x30, 372 => 'catg', 492 => 'Category' },
- 'cbcrgain' => { 394 => 0xa036 },
- 'cbcrgaindefault' => { 394 => 0xa035 },
- 'cbcrmatrix' => { 394 => 0xa034 },
- 'cbcrmatrixdefault' => { 394 => 0xa033 },
- 'ccdboardversion' => { 315 => 0x331 },
- 'ccdscanmode' => { 302 => 0x1039 },
- 'ccdsensitivity' => { 262 => 0x6 },
- 'ccdversion' => { 315 => 0x330 },
- 'cellglobalid' => { 477 => 'cgi' },
+ 'catalogsets' => { 131 => 0xff, 461 => 'CatalogSets', 473 => 'CatalogSets' },
+ 'categories' => { 64 => 0x23, 475 => 'categories' },
+ 'category' => { 131 => 0xf, 179 => 'WM/Category', 298 => 0x30, 374 => 'catg', 494 => 'Category' },
+ 'cbcrgain' => { 396 => 0xa036 },
+ 'cbcrgaindefault' => { 396 => 0xa035 },
+ 'cbcrmatrix' => { 396 => 0xa034 },
+ 'cbcrmatrixdefault' => { 396 => 0xa033 },
+ 'ccdboardversion' => { 317 => 0x331 },
+ 'ccdscanmode' => { 304 => 0x1039 },
+ 'ccdsensitivity' => { 264 => 0x6 },
+ 'ccdversion' => { 317 => 0x330 },
+ 'cellglobalid' => { 479 => 'cgi' },
'celllength' => { 119 => 0x109 },
- 'cellr' => { 477 => 'r' },
- 'celltowerid' => { 477 => 'cellid' },
+ 'cellr' => { 479 => 'r' },
+ 'celltowerid' => { 479 => 'cellid' },
'cellwidth' => { 119 => 0x108 },
- 'centerafarea' => { 290 => '15.1' },
- 'centerfocuspoint' => { 294 => '2.2' },
+ 'centerafarea' => { 292 => '15.1' },
+ 'centerfocuspoint' => { 296 => '2.2' },
'centerpixel' => { 138 => 0x40c },
- 'centerweightedareasize' => { 279 => '7.1', 280 => '8.1', 282 => '8.1', 283 => '8.1', 287 => '7.1', 288 => '5.1', 289 => '7.1', 290 => '6.3', 292 => '8.1', 293 => '8.1', 294 => '8.1', 295 => 0x1f },
- 'certificate' => { 508 => 'Certificate' },
+ 'centerweightedareasize' => { 281 => '7.1', 282 => '8.1', 284 => '8.1', 285 => '8.1', 289 => '7.1', 290 => '5.1', 291 => '7.1', 292 => '6.3', 294 => '8.1', 295 => '8.1', 296 => '8.1', 297 => 0x1f },
+ 'certificate' => { 510 => 'Certificate' },
'cfainterpolationalgorithm' => { 138 => 0xe60 },
'cfainterpolationmetric' => { 138 => 0xe61 },
'cfaoffsetcols' => { 138 => 0xc71 },
'cfaoffsetrows' => { 138 => 0xc6f },
- 'cfapattern' => { 119 => 0xa302, 325 => 0x9, 484 => 'CFAPattern' },
+ 'cfapattern' => { 119 => 0xa302, 327 => 0x9, 486 => 'CFAPattern' },
'cfapattern2' => { 119 => 0x828e },
- 'cfapatterncolumns' => { 484 => [\'CFAPattern','CFAPatternColumns'] },
- 'cfapatternrows' => { 484 => [\'CFAPattern','CFAPatternRows'] },
- 'cfapatternvalues' => { 484 => [\'CFAPattern','CFAPatternValues'] },
+ 'cfapatterncolumns' => { 486 => [\'CFAPattern','CFAPatternColumns'] },
+ 'cfapatternrows' => { 486 => [\'CFAPattern','CFAPatternRows'] },
+ 'cfapatternvalues' => { 486 => [\'CFAPattern','CFAPatternValues'] },
'cfarepeatpatterndim' => { 119 => 0x828d },
'cfazipperfixthreshold' => { 138 => 0xe62 },
- 'channel' => { 494 => 'channel' },
- 'channela-lang' => { 494 => [\'channel','channelA-lang'] },
- 'channelchannel' => { 494 => [\'channel','channelChannel'] },
+ 'channel' => { 496 => 'channel' },
+ 'channela-lang' => { 496 => [\'channel','channelA-lang'] },
+ 'channelchannel' => { 496 => [\'channel','channelChannel'] },
'channels' => { 155 => 'Channels' },
- 'channelsubchannel1' => { 494 => [\'channel','channelSubchannel1'] },
- 'channelsubchannel2' => { 494 => [\'channel','channelSubchannel2'] },
- 'channelsubchannel3' => { 494 => [\'channel','channelSubchannel3'] },
- 'channelsubchannel4' => { 494 => [\'channel','channelSubchannel4'] },
- 'chapterlist' => { 380 => 'chpl' },
+ 'channelsubchannel1' => { 496 => [\'channel','channelSubchannel1'] },
+ 'channelsubchannel2' => { 496 => [\'channel','channelSubchannel2'] },
+ 'channelsubchannel3' => { 496 => [\'channel','channelSubchannel3'] },
+ 'channelsubchannel4' => { 496 => [\'channel','channelSubchannel4'] },
+ 'chapterlist' => { 382 => 'chpl' },
'checkmark' => { 103 => 0x10101, 108 => 0x26a },
'checkmark2' => { 109 => 0x8e },
- 'childfontfiles' => { 509 => [\'Fonts','FontsChildFontFiles'] },
- 'chmodeshootingspeed' => { 279 => '10.3', 280 => '11.2', 295 => 0x10b },
+ 'childfontfiles' => { 511 => [\'Fonts','FontsChildFontFiles'] },
+ 'chmodeshootingspeed' => { 281 => '10.3', 282 => '11.2', 297 => 0x10b },
'chromablurradius' => { 119 => 0xc631 },
'chromanoisecolorspace' => { 138 => 0xe6d },
'chromanoiseedgemapthresh' => { 138 => 0xe6c },
'chromanoisehighfthresh' => { 138 => 0xe6a },
'chromanoiselowfthresh' => { 138 => 0xe6b },
- 'chromaticaberration' => { 103 => 0x20703, 109 => 0x66, 394 => 0xa051 },
- 'chromaticaberrationb' => { 478 => 'ChromaticAberrationB', 480 => 'ChromaticAberrationB' },
+ 'chromaticaberration' => { 103 => 0x20703, 109 => 0x66, 396 => 0xa051 },
+ 'chromaticaberrationb' => { 480 => 'ChromaticAberrationB', 482 => 'ChromaticAberrationB' },
'chromaticaberrationblue' => { 103 => 0x20708, 109 => 0x6b },
'chromaticaberrationcorr' => { 79 => [0x4,0x5] },
- 'chromaticaberrationcorrection' => { 119 => 0x7034, 345 => 0x1, 455 => 0x900d },
- 'chromaticaberrationcorrparams' => { 119 => 0x7035, 450 => 0x66a, 451 => [0x37c,0x384,0x39c,0x3b0,0x3b8] },
+ 'chromaticaberrationcorrection' => { 119 => 0x7034, 347 => 0x1, 457 => 0x900d },
+ 'chromaticaberrationcorrparams' => { 119 => 0x7035, 452 => 0x66a, 453 => [0x37c,0x384,0x39c,0x3b0,0x3b8] },
'chromaticaberrationon' => { 103 => '0x20703.0', 109 => 0x62 },
- 'chromaticaberrationr' => { 478 => 'ChromaticAberrationR', 480 => 'ChromaticAberrationR' },
+ 'chromaticaberrationr' => { 480 => 'ChromaticAberrationR', 482 => 'ChromaticAberrationR' },
'chromaticaberrationred' => { 103 => 0x20707, 109 => 0x6a },
'chromaticaberrationsetting' => { 80 => 0x6 },
- 'chrominancenoisereduction' => { 103 => 0x20601, 109 => 0x5e, 397 => 0x1a },
+ 'chrominancenoisereduction' => { 103 => 0x20601, 109 => 0x5e, 399 => 0x1a },
'chrominancenr_tiff_jpeg' => { 109 => 0x60 },
- 'circadatecreated' => { 490 => 'CircaDateCreated' },
- 'circgradbasedcorractive' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] },
- 'circgradbasedcorramount' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] },
- 'circgradbasedcorrblacks2012' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'] },
- 'circgradbasedcorrbrightness' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] },
- 'circgradbasedcorrclarity' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] },
- 'circgradbasedcorrclarity2012' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] },
- 'circgradbasedcorrcontrast' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] },
- 'circgradbasedcorrcontrast2012' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] },
- 'circgradbasedcorrcorrectionname' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'] },
- 'circgradbasedcorrcorrectionsyncid' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'] },
- 'circgradbasedcorrdefringe' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] },
- 'circgradbasedcorrdehaze' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'] },
- 'circgradbasedcorrexposure' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] },
- 'circgradbasedcorrexposure2012' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] },
- 'circgradbasedcorrhighlights2012' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] },
- 'circgradbasedcorrhue' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'] },
- 'circgradbasedcorrluminancenoise' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] },
- 'circgradbasedcorrmaskalpha' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] },
- 'circgradbasedcorrmaskangle' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] },
- 'circgradbasedcorrmaskbottom' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] },
- 'circgradbasedcorrmaskcentervalue' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] },
- 'circgradbasedcorrmaskcenterweight' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'circgradbasedcorrmaskdabs' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] },
- 'circgradbasedcorrmaskfeather' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] },
- 'circgradbasedcorrmaskflipped' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] },
- 'circgradbasedcorrmaskflow' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] },
- 'circgradbasedcorrmaskfullx' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] },
- 'circgradbasedcorrmaskfully' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] },
- 'circgradbasedcorrmaskinputdigest' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'] },
- 'circgradbasedcorrmaskleft' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] },
- 'circgradbasedcorrmaskmaskactive' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'] },
- 'circgradbasedcorrmaskmaskblendmode' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'circgradbasedcorrmaskmaskdigest' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'circgradbasedcorrmaskmaskinverted' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'circgradbasedcorrmaskmaskname' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'] },
- 'circgradbasedcorrmaskmasks' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'] },
- 'circgradbasedcorrmaskmasksalpha' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'circgradbasedcorrmaskmasksangle' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'circgradbasedcorrmaskmasksbottom' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'circgradbasedcorrmaskmaskscentervalue' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'circgradbasedcorrmaskmaskscenterweight' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'circgradbasedcorrmaskmasksdabs' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'circgradbasedcorrmaskmasksfeather' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'circgradbasedcorrmaskmasksflipped' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'circgradbasedcorrmaskmasksflow' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'circgradbasedcorrmaskmasksfullx' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'circgradbasedcorrmaskmasksfully' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'circgradbasedcorrmaskmasksinputdigest' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'circgradbasedcorrmaskmasksleft' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'circgradbasedcorrmaskmasksmaskactive' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'circgradbasedcorrmaskmasksmaskblendmode' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'circgradbasedcorrmaskmasksmaskdigest' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'circgradbasedcorrmaskmasksmaskinverted' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'circgradbasedcorrmaskmasksmaskname' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'circgradbasedcorrmaskmasksmasksubtype' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'circgradbasedcorrmaskmasksmasksyncid' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'circgradbasedcorrmaskmasksmaskversion' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'circgradbasedcorrmaskmasksmidpoint' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'circgradbasedcorrmaskmasksorigin' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'circgradbasedcorrmaskmasksperimetervalue' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'circgradbasedcorrmaskmasksradius' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'circgradbasedcorrmaskmasksreferencepoint' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'circgradbasedcorrmaskmasksright' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'] },
- 'circgradbasedcorrmaskmasksroundness' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'circgradbasedcorrmaskmaskssizex' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'circgradbasedcorrmaskmaskssizey' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'circgradbasedcorrmaskmaskstop' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'] },
- 'circgradbasedcorrmaskmasksubtype' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'circgradbasedcorrmaskmasksvalue' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'circgradbasedcorrmaskmasksversion' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'circgradbasedcorrmaskmaskswhat' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'circgradbasedcorrmaskmaskswholeimagearea' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'circgradbasedcorrmaskmasksx' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'] },
- 'circgradbasedcorrmaskmasksy' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'] },
- 'circgradbasedcorrmaskmasksyncid' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'circgradbasedcorrmaskmaskszerox' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'circgradbasedcorrmaskmaskszeroy' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'circgradbasedcorrmaskmaskversion' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'circgradbasedcorrmaskmidpoint' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] },
- 'circgradbasedcorrmaskorigin' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'] },
- 'circgradbasedcorrmaskperimetervalue' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'circgradbasedcorrmaskradius' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] },
- 'circgradbasedcorrmaskrange' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'circgradbasedcorrmaskrangeareamodels' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'circgradbasedcorrmaskrangeareamodelscolorsampleinfo' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'circgradbasedcorrmaskrangeareamodelscomponents' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'circgradbasedcorrmaskrangecoloramount' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'circgradbasedcorrmaskrangedepthfeather' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'circgradbasedcorrmaskrangedepthmax' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'circgradbasedcorrmaskrangedepthmin' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'circgradbasedcorrmaskrangeinvert' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'circgradbasedcorrmaskrangelumfeather' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'circgradbasedcorrmaskrangeluminancedepthsampleinfo' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'circgradbasedcorrmaskrangelummax' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'circgradbasedcorrmaskrangelummin' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'circgradbasedcorrmaskrangelumrange' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'circgradbasedcorrmaskrangesampletype' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'circgradbasedcorrmaskrangetype' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'circgradbasedcorrmaskrangeversion' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'circgradbasedcorrmaskreferencepoint' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'circgradbasedcorrmaskright' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] },
- 'circgradbasedcorrmaskroundness' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] },
- 'circgradbasedcorrmasks' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] },
- 'circgradbasedcorrmasksizex' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] },
- 'circgradbasedcorrmasksizey' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] },
- 'circgradbasedcorrmasktop' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] },
- 'circgradbasedcorrmaskvalue' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] },
- 'circgradbasedcorrmaskversion' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] },
- 'circgradbasedcorrmaskwhat' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] },
- 'circgradbasedcorrmaskwholeimagearea' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'circgradbasedcorrmaskx' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] },
- 'circgradbasedcorrmasky' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] },
- 'circgradbasedcorrmaskzerox' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] },
- 'circgradbasedcorrmaskzeroy' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] },
- 'circgradbasedcorrmoire' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] },
- 'circgradbasedcorrrangemask' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'] },
- 'circgradbasedcorrrangemaskareamodels' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'circgradbasedcorrrangemaskareamodelscolorsampleinfo' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'circgradbasedcorrrangemaskareamodelscomponents' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'circgradbasedcorrrangemaskcoloramount' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'circgradbasedcorrrangemaskdepthfeather' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'circgradbasedcorrrangemaskdepthmax' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'circgradbasedcorrrangemaskdepthmin' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'circgradbasedcorrrangemaskinvert' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'circgradbasedcorrrangemasklumfeather' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'circgradbasedcorrrangemaskluminancedepthsampleinfo' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'circgradbasedcorrrangemasklummax' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'circgradbasedcorrrangemasklummin' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'circgradbasedcorrrangemasklumrange' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'circgradbasedcorrrangemasksampletype' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'circgradbasedcorrrangemasktype' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'] },
- 'circgradbasedcorrrangemaskversion' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'circgradbasedcorrsaturation' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'] },
- 'circgradbasedcorrshadows2012' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] },
- 'circgradbasedcorrsharpness' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] },
- 'circgradbasedcorrtemperature' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] },
- 'circgradbasedcorrtexture' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'] },
- 'circgradbasedcorrtint' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] },
- 'circgradbasedcorrtoninghue' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] },
- 'circgradbasedcorrtoningsaturation' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'] },
- 'circgradbasedcorrwhat' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] },
- 'circgradbasedcorrwhites2012' => { 478 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'], 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'] },
- 'circulargradientbasedcorrections' => { 478 => 'CircularGradientBasedCorrections', 480 => 'CircularGradientBasedCorrections' },
- 'city' => { 131 => 0x5a, 161 => 'City', 320 => 0x6d, 492 => 'City' },
- 'city2' => { 320 => 0x80 },
- 'clarity' => { 127 => 0x100f, 232 => 0x35, 233 => 0x3d, 420 => 0x2036, 478 => 'Clarity', 480 => 'Clarity' },
- 'clarity2012' => { 478 => 'Clarity2012', 480 => 'Clarity2012' },
- 'claritycontrol' => { 355 => 0x96 },
- 'classification' => { 380 => 'clsf' },
+ 'circadatecreated' => { 492 => 'CircaDateCreated' },
+ 'circgradbasedcorractive' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionActive'] },
+ 'circgradbasedcorramount' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionAmount'] },
+ 'circgradbasedcorrblacks2012' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBlacks2012'] },
+ 'circgradbasedcorrbrightness' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalBrightness'] },
+ 'circgradbasedcorrclarity' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity'] },
+ 'circgradbasedcorrclarity2012' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalClarity2012'] },
+ 'circgradbasedcorrcontrast' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast'] },
+ 'circgradbasedcorrcontrast2012' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalContrast2012'] },
+ 'circgradbasedcorrcorrectionname' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionName'] },
+ 'circgradbasedcorrcorrectionsyncid' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionSyncID'] },
+ 'circgradbasedcorrdefringe' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDefringe'] },
+ 'circgradbasedcorrdehaze' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalDehaze'] },
+ 'circgradbasedcorrexposure' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure'] },
+ 'circgradbasedcorrexposure2012' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalExposure2012'] },
+ 'circgradbasedcorrhighlights2012' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHighlights2012'] },
+ 'circgradbasedcorrhue' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalHue'] },
+ 'circgradbasedcorrluminancenoise' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalLuminanceNoise'] },
+ 'circgradbasedcorrmaskalpha' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAlpha'] },
+ 'circgradbasedcorrmaskangle' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksAngle'] },
+ 'circgradbasedcorrmaskbottom' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksBottom'] },
+ 'circgradbasedcorrmaskcentervalue' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'circgradbasedcorrmaskcenterweight' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'circgradbasedcorrmaskdabs' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksDabs'] },
+ 'circgradbasedcorrmaskfeather' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFeather'] },
+ 'circgradbasedcorrmaskflipped' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlipped'] },
+ 'circgradbasedcorrmaskflow' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFlow'] },
+ 'circgradbasedcorrmaskfullx' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullX'] },
+ 'circgradbasedcorrmaskfully' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksFullY'] },
+ 'circgradbasedcorrmaskinputdigest' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'circgradbasedcorrmaskleft' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksLeft'] },
+ 'circgradbasedcorrmaskmaskactive' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'circgradbasedcorrmaskmaskblendmode' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'circgradbasedcorrmaskmaskdigest' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'circgradbasedcorrmaskmaskinverted' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'circgradbasedcorrmaskmaskname' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskName'] },
+ 'circgradbasedcorrmaskmasks' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasks'] },
+ 'circgradbasedcorrmaskmasksalpha' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'circgradbasedcorrmaskmasksangle' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'circgradbasedcorrmaskmasksbottom' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'circgradbasedcorrmaskmaskscentervalue' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'circgradbasedcorrmaskmaskscenterweight' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'circgradbasedcorrmaskmasksdabs' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'circgradbasedcorrmaskmasksfeather' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'circgradbasedcorrmaskmasksflipped' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'circgradbasedcorrmaskmasksflow' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'circgradbasedcorrmaskmasksfullx' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'circgradbasedcorrmaskmasksfully' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'circgradbasedcorrmaskmasksinputdigest' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'circgradbasedcorrmaskmasksleft' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'circgradbasedcorrmaskmasksmaskactive' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'circgradbasedcorrmaskmasksmaskblendmode' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'circgradbasedcorrmaskmasksmaskdigest' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'circgradbasedcorrmaskmasksmaskinverted' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'circgradbasedcorrmaskmasksmaskname' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'circgradbasedcorrmaskmasksmasksubtype' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'circgradbasedcorrmaskmasksmasksyncid' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'circgradbasedcorrmaskmasksmaskversion' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'circgradbasedcorrmaskmasksmidpoint' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'circgradbasedcorrmaskmasksorigin' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'circgradbasedcorrmaskmasksperimetervalue' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'circgradbasedcorrmaskmasksradius' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'circgradbasedcorrmaskmasksreferencepoint' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'circgradbasedcorrmaskmasksright' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'circgradbasedcorrmaskmasksroundness' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'circgradbasedcorrmaskmaskssizex' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'circgradbasedcorrmaskmaskssizey' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'circgradbasedcorrmaskmaskstop' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'circgradbasedcorrmaskmasksubtype' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'circgradbasedcorrmaskmasksvalue' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'circgradbasedcorrmaskmasksversion' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'circgradbasedcorrmaskmaskswhat' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'circgradbasedcorrmaskmaskswholeimagearea' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'circgradbasedcorrmaskmasksx' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksX'] },
+ 'circgradbasedcorrmaskmasksy' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksY'] },
+ 'circgradbasedcorrmaskmasksyncid' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'circgradbasedcorrmaskmaskszerox' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'circgradbasedcorrmaskmaskszeroy' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'circgradbasedcorrmaskmaskversion' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'circgradbasedcorrmaskmidpoint' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'circgradbasedcorrmaskorigin' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksOrigin'] },
+ 'circgradbasedcorrmaskperimetervalue' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'circgradbasedcorrmaskradius' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRadius'] },
+ 'circgradbasedcorrmaskrange' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'circgradbasedcorrmaskrangeareamodels' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'circgradbasedcorrmaskrangeareamodelscolorsampleinfo' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'circgradbasedcorrmaskrangeareamodelscomponents' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'circgradbasedcorrmaskrangecoloramount' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'circgradbasedcorrmaskrangedepthfeather' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'circgradbasedcorrmaskrangedepthmax' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'circgradbasedcorrmaskrangedepthmin' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'circgradbasedcorrmaskrangeinvert' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'circgradbasedcorrmaskrangelumfeather' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'circgradbasedcorrmaskrangeluminancedepthsampleinfo' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'circgradbasedcorrmaskrangelummax' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'circgradbasedcorrmaskrangelummin' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'circgradbasedcorrmaskrangelumrange' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'circgradbasedcorrmaskrangesampletype' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'circgradbasedcorrmaskrangetype' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'circgradbasedcorrmaskrangeversion' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'circgradbasedcorrmaskreferencepoint' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'circgradbasedcorrmaskright' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRight'] },
+ 'circgradbasedcorrmaskroundness' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksRoundness'] },
+ 'circgradbasedcorrmasks' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasks'] },
+ 'circgradbasedcorrmasksizex' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeX'] },
+ 'circgradbasedcorrmasksizey' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksSizeY'] },
+ 'circgradbasedcorrmasktop' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksTop'] },
+ 'circgradbasedcorrmaskvalue' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'circgradbasedcorrmaskversion' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksVersion'] },
+ 'circgradbasedcorrmaskwhat' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWhat'] },
+ 'circgradbasedcorrmaskwholeimagearea' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'circgradbasedcorrmaskx' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksX'] },
+ 'circgradbasedcorrmasky' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksY'] },
+ 'circgradbasedcorrmaskzerox' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroX'] },
+ 'circgradbasedcorrmaskzeroy' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionMasksZeroY'] },
+ 'circgradbasedcorrmoire' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalMoire'] },
+ 'circgradbasedcorrrangemask' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMask'] },
+ 'circgradbasedcorrrangemaskareamodels' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'circgradbasedcorrrangemaskareamodelscolorsampleinfo' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'circgradbasedcorrrangemaskareamodelscomponents' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'circgradbasedcorrrangemaskcoloramount' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'circgradbasedcorrrangemaskdepthfeather' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'circgradbasedcorrrangemaskdepthmax' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'circgradbasedcorrrangemaskdepthmin' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'circgradbasedcorrrangemaskinvert' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'circgradbasedcorrrangemasklumfeather' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'circgradbasedcorrrangemaskluminancedepthsampleinfo' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'circgradbasedcorrrangemasklummax' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'circgradbasedcorrrangemasklummin' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'circgradbasedcorrrangemasklumrange' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'circgradbasedcorrrangemasksampletype' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'circgradbasedcorrrangemasktype' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskType'] },
+ 'circgradbasedcorrrangemaskversion' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'circgradbasedcorrsaturation' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSaturation'] },
+ 'circgradbasedcorrshadows2012' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalShadows2012'] },
+ 'circgradbasedcorrsharpness' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalSharpness'] },
+ 'circgradbasedcorrtemperature' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTemperature'] },
+ 'circgradbasedcorrtexture' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTexture'] },
+ 'circgradbasedcorrtint' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalTint'] },
+ 'circgradbasedcorrtoninghue' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningHue'] },
+ 'circgradbasedcorrtoningsaturation' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalToningSaturation'] },
+ 'circgradbasedcorrwhat' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsWhat'] },
+ 'circgradbasedcorrwhites2012' => { 480 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'], 482 => [\'CircularGradientBasedCorrections','CircularGradientBasedCorrectionsLocalWhites2012'] },
+ 'circulargradientbasedcorrections' => { 480 => 'CircularGradientBasedCorrections', 482 => 'CircularGradientBasedCorrections' },
+ 'city' => { 131 => 0x5a, 161 => 'City', 322 => 0x6d, 494 => 'City' },
+ 'city2' => { 322 => 0x80 },
+ 'clarity' => { 127 => 0x100f, 234 => 0x35, 235 => 0x3d, 422 => 0x2036, 480 => 'Clarity', 482 => 'Clarity' },
+ 'clarity2012' => { 480 => 'Clarity2012', 482 => 'Clarity2012' },
+ 'claritycontrol' => { 357 => 0x96 },
+ 'classification' => { 382 => 'clsf' },
'classifystate' => { 131 => 0xe1 },
- 'clearretouch' => { 320 => 0x7c },
- 'clearretouchvalue' => { 320 => 0xa3 },
- 'client' => { 504 => 'client' },
- 'clientname' => { 486 => 'ClientName' },
- 'clipboardaspectratio' => { 478 => 'ClipboardAspectRatio', 480 => 'ClipboardAspectRatio' },
- 'clipboardorientation' => { 478 => 'ClipboardOrientation', 480 => 'ClipboardOrientation' },
- 'clipfilename' => { 380 => 'clfn' },
- 'clipid' => { 380 => 'clid' },
- 'clmodeshootingspeed' => { 279 => '10.2', 280 => '11.3', 282 => '11.2', 283 => '11.2', 288 => '11.2', 289 => '10.2', 292 => '11.2', 293 => '11.2', 294 => '11.1', 295 => 0x3b },
- 'cluster' => { 478 => 'Cluster', 480 => 'Cluster' },
- 'cmcontrast' => { 305 => 0x2022 },
- 'cmddialsreverserotation' => { 295 => 0xba },
- 'cmexposurecompensation' => { 305 => 0x2000 },
- 'cmhue' => { 305 => 0x2021 },
- 'cmsaturation' => { 305 => 0x2020 },
- 'cmsharpness' => { 305 => 0x2023 },
- 'cmwhitebalance' => { 305 => 0x2001 },
- 'cmwhitebalancecomp' => { 305 => 0x2002 },
- 'cmwhitebalancegraypoint' => { 305 => 0x2010 },
+ 'clearretouch' => { 322 => 0x7c },
+ 'clearretouchvalue' => { 322 => 0xa3 },
+ 'client' => { 506 => 'client' },
+ 'clientname' => { 488 => 'ClientName' },
+ 'clipboardaspectratio' => { 480 => 'ClipboardAspectRatio', 482 => 'ClipboardAspectRatio' },
+ 'clipboardorientation' => { 480 => 'ClipboardOrientation', 482 => 'ClipboardOrientation' },
+ 'clipfilename' => { 382 => 'clfn' },
+ 'clipid' => { 382 => 'clid' },
+ 'clmodeshootingspeed' => { 281 => '10.2', 282 => '11.3', 284 => '11.2', 285 => '11.2', 290 => '11.2', 291 => '10.2', 294 => '11.2', 295 => '11.2', 296 => '11.1', 297 => 0x3b },
+ 'cluster' => { 480 => 'Cluster', 482 => 'Cluster' },
+ 'cmcontrast' => { 307 => 0x2022 },
+ 'cmddialsreverserotation' => { 297 => 0xba },
+ 'cmexposurecompensation' => { 307 => 0x2000 },
+ 'cmhue' => { 307 => 0x2021 },
+ 'cmsaturation' => { 307 => 0x2020 },
+ 'cmsharpness' => { 307 => 0x2023 },
+ 'cmwhitebalance' => { 307 => 0x2001 },
+ 'cmwhitebalancecomp' => { 307 => 0x2002 },
+ 'cmwhitebalancegraypoint' => { 307 => 0x2010 },
'codec' => { 169 => 'Codec' },
'codedcharacterset' => { 132 => 0x5a },
- 'codeversion' => { 380 => 'cver' },
- 'collection' => { 310 => 'Collection' },
- 'collectionname' => { 170 => [\'Collections','CollectionsCollectionName'], 380 => 'coll' },
- 'collections' => { 170 => 'Collections', 473 => 'collections' },
+ 'codeversion' => { 382 => 'cver' },
+ 'collection' => { 312 => 'Collection' },
+ 'collectionname' => { 170 => [\'Collections','CollectionsCollectionName'], 382 => 'coll' },
+ 'collections' => { 170 => 'Collections', 475 => 'collections' },
'collectionuri' => { 170 => [\'Collections','CollectionsCollectionURI'] },
- 'color' => { 374 => 'player.movie.visual.color', 493 => 'color' },
- 'coloraberrationcontrol' => { 272 => 0xc89224b },
- 'coloradjustment' => { 397 => 0x14 },
- 'coloradjustmentmode' => { 396 => 0x210 },
- 'coloranta' => { 509 => [\'Colorants','ColorantsA'] },
- 'colorantb' => { 509 => [\'Colorants','ColorantsB'] },
- 'colorantblack' => { 509 => [\'Colorants','ColorantsBlack'] },
- 'colorantblue' => { 509 => [\'Colorants','ColorantsBlue'] },
- 'colorantcyan' => { 509 => [\'Colorants','ColorantsCyan'] },
- 'colorantgray' => { 509 => [\'Colorants','ColorantsGray'] },
- 'colorantgreen' => { 509 => [\'Colorants','ColorantsGreen'] },
- 'colorantl' => { 509 => [\'Colorants','ColorantsL'] },
- 'colorantmagenta' => { 509 => [\'Colorants','ColorantsMagenta'] },
- 'colorantmode' => { 509 => [\'Colorants','ColorantsMode'] },
- 'colorantred' => { 509 => [\'Colorants','ColorantsRed'] },
- 'colorants' => { 509 => 'Colorants' },
- 'colorantswatchname' => { 509 => [\'Colorants','ColorantsSwatchName'] },
- 'coloranttint' => { 509 => [\'Colorants','ColorantsTint'] },
- 'coloranttype' => { 509 => [\'Colorants','ColorantsType'] },
- 'colorantyellow' => { 509 => [\'Colorants','ColorantsYellow'] },
+ 'color' => { 376 => 'player.movie.visual.color', 495 => 'color' },
+ 'coloraberrationcontrol' => { 274 => 0xc89224b },
+ 'coloradjustment' => { 399 => 0x14 },
+ 'coloradjustmentmode' => { 398 => 0x210 },
+ 'coloranta' => { 511 => [\'Colorants','ColorantsA'] },
+ 'colorantb' => { 511 => [\'Colorants','ColorantsB'] },
+ 'colorantblack' => { 511 => [\'Colorants','ColorantsBlack'] },
+ 'colorantblue' => { 511 => [\'Colorants','ColorantsBlue'] },
+ 'colorantcyan' => { 511 => [\'Colorants','ColorantsCyan'] },
+ 'colorantgray' => { 511 => [\'Colorants','ColorantsGray'] },
+ 'colorantgreen' => { 511 => [\'Colorants','ColorantsGreen'] },
+ 'colorantl' => { 511 => [\'Colorants','ColorantsL'] },
+ 'colorantmagenta' => { 511 => [\'Colorants','ColorantsMagenta'] },
+ 'colorantmode' => { 511 => [\'Colorants','ColorantsMode'] },
+ 'colorantred' => { 511 => [\'Colorants','ColorantsRed'] },
+ 'colorants' => { 511 => 'Colorants' },
+ 'colorantswatchname' => { 511 => [\'Colorants','ColorantsSwatchName'] },
+ 'coloranttint' => { 511 => [\'Colorants','ColorantsTint'] },
+ 'coloranttype' => { 511 => [\'Colorants','ColorantsType'] },
+ 'colorantyellow' => { 511 => [\'Colorants','ColorantsYellow'] },
'colorbalance' => { 156 => 'ColorBalance' },
- 'colorbalanceadj' => { 272 => 0x76a43202 },
+ 'colorbalanceadj' => { 274 => 0x76a43202 },
'colorbalanceblue' => { 181 => 0x1e },
'colorbalancegreen' => { 181 => 0x1d },
'colorbalancered' => { 181 => 0x1c },
'colorbalanceversion' => { 203 => 0x4, 204 => 0x4, 205 => 0x0 },
'colorblur' => { 109 => 0x65 },
'colorbluron' => { 103 => 0x20704 },
- 'colorbooster' => { 272 => 0x5f0e7d23 },
- 'colorboostlevel' => { 266 => 0x1 },
- 'colorboosttype' => { 266 => 0x0 },
+ 'colorbooster' => { 274 => 0x5f0e7d23 },
+ 'colorboostlevel' => { 268 => 0x1 },
+ 'colorboosttype' => { 268 => 0x0 },
'colorchromeeffect' => { 127 => 0x1048 },
'colorchromefxblue' => { 127 => 0x104e },
- 'colorclass' => { 366 => 0xde, 367 => 'ColorClass' },
- 'colorcompensationfilter' => { 184 => [0x3a,0x5f], 186 => 0x111, 420 => 0xb022 },
- 'colorcompensationfiltercustom' => { 407 => 0xd, 408 => 0xc },
- 'colorcompensationfilterset' => { 407 => 0x8, 408 => 0x7, 409 => 0x18, 425 => 0xf },
- 'colorcontrol' => { 302 => 0x102b },
- 'colorcorrection' => { 455 => 0x8015 },
- 'colorcreatoreffect' => { 297 => 0x532 },
+ 'colorclass' => { 368 => 0xde, 369 => 'ColorClass' },
+ 'colorcompensationfilter' => { 184 => [0x3a,0x5f], 186 => 0x111, 422 => 0xb022 },
+ 'colorcompensationfiltercustom' => { 409 => 0xd, 410 => 0xc },
+ 'colorcompensationfilterset' => { 409 => 0x8, 410 => 0x7, 411 => 0x18, 427 => 0xf },
+ 'colorcontrol' => { 304 => 0x102b },
+ 'colorcorrection' => { 457 => 0x8015 },
+ 'colorcreatoreffect' => { 299 => 0x532 },
'colordataversion' => { 41 => 0x0, 42 => 0x0, 44 => 0x0, 45 => 0x0, 46 => 0x0, 47 => 0x0, 48 => 0x0, 49 => 0x0, 50 => 0x0 },
- 'coloreffect' => { 320 => 0x28 },
- 'colorfilter' => { 112 => 0x17, 113 => 0x3017, 181 => 0x29, 189 => [0x38,0x4d,0x4f], 362 => 0x17 },
- 'colorgain' => { 237 => 0x51 },
- 'colorgradeblending' => { 478 => 'ColorGradeBlending', 480 => 'ColorGradeBlending' },
- 'colorgradeglobalhue' => { 478 => 'ColorGradeGlobalHue', 480 => 'ColorGradeGlobalHue' },
- 'colorgradegloballum' => { 478 => 'ColorGradeGlobalLum', 480 => 'ColorGradeGlobalLum' },
- 'colorgradeglobalsat' => { 478 => 'ColorGradeGlobalSat', 480 => 'ColorGradeGlobalSat' },
- 'colorgradehighlightlum' => { 478 => 'ColorGradeHighlightLum', 480 => 'ColorGradeHighlightLum' },
- 'colorgrademidtonehue' => { 478 => 'ColorGradeMidtoneHue', 480 => 'ColorGradeMidtoneHue' },
- 'colorgrademidtonelum' => { 478 => 'ColorGradeMidtoneLum', 480 => 'ColorGradeMidtoneLum' },
- 'colorgrademidtonesat' => { 478 => 'ColorGradeMidtoneSat', 480 => 'ColorGradeMidtoneSat' },
- 'colorgradeshadowlum' => { 478 => 'ColorGradeShadowLum', 480 => 'ColorGradeShadowLum' },
- 'colorhue' => { 103 => 0x20900, 226 => 0x8d },
+ 'coloreffect' => { 322 => 0x28 },
+ 'colorfilter' => { 112 => 0x17, 113 => 0x3017, 181 => 0x29, 189 => [0x38,0x4d,0x4f], 364 => 0x17 },
+ 'colorgain' => { 239 => 0x51 },
+ 'colorgradeblending' => { 480 => 'ColorGradeBlending', 482 => 'ColorGradeBlending' },
+ 'colorgradeglobalhue' => { 480 => 'ColorGradeGlobalHue', 482 => 'ColorGradeGlobalHue' },
+ 'colorgradegloballum' => { 480 => 'ColorGradeGlobalLum', 482 => 'ColorGradeGlobalLum' },
+ 'colorgradeglobalsat' => { 480 => 'ColorGradeGlobalSat', 482 => 'ColorGradeGlobalSat' },
+ 'colorgradehighlightlum' => { 480 => 'ColorGradeHighlightLum', 482 => 'ColorGradeHighlightLum' },
+ 'colorgrademidtonehue' => { 480 => 'ColorGradeMidtoneHue', 482 => 'ColorGradeMidtoneHue' },
+ 'colorgrademidtonelum' => { 480 => 'ColorGradeMidtoneLum', 482 => 'ColorGradeMidtoneLum' },
+ 'colorgrademidtonesat' => { 480 => 'ColorGradeMidtoneSat', 482 => 'ColorGradeMidtoneSat' },
+ 'colorgradeshadowlum' => { 480 => 'ColorGradeShadowLum', 482 => 'ColorGradeShadowLum' },
+ 'colorhue' => { 103 => 0x20900, 227 => 0x8d },
'colorimetricreference' => { 119 => 0xc6bf },
- 'colorlabel' => { 483 => 'ColorLabel' },
- 'colormatrix' => { 63 => 0xa, 301 => 0x200, 302 => 0x1011, 394 => 0xa030 },
- 'colormatrix1' => { 119 => 0xc621, 364 => 0x106 },
- 'colormatrix2' => { 119 => 0xc622, 305 => 0x200, 364 => 0x226 },
+ 'colorlabel' => { 485 => 'ColorLabel' },
+ 'colormatrix' => { 63 => 0xa, 303 => 0x200, 304 => 0x1011, 396 => 0xa030 },
+ 'colormatrix1' => { 119 => 0xc621, 366 => 0x106 },
+ 'colormatrix2' => { 119 => 0xc622, 307 => 0x200, 366 => 0x226 },
'colormatrix3' => { 119 => 0xcd33 },
- 'colormatrixa' => { 355 => 0x203 },
- 'colormatrixa2' => { 355 => 0x21c },
- 'colormatrixadobergb' => { 394 => 0xa032 },
- 'colormatrixb' => { 355 => 0x204 },
- 'colormatrixb2' => { 355 => 0x21d },
- 'colormatrixnumber' => { 302 => 0x1019 },
- 'colormatrixsrgb' => { 394 => 0xa031 },
- 'colormode' => { 113 => 0x3015, 127 => 0x1210, 140 => 0x66, 181 => 0x28, 184 => 0x16, 186 => 0x101, 187 => 0x36, 189 => 0x7, 226 => 0x3, 262 => 0x4, 320 => 0x32, 397 => 0x2c, 420 => 0xb029, 492 => 'ColorMode' },
- 'colormoirereduction' => { 103 => 0x20670, 273 => 0x15 },
- 'colormoirereductionmode' => { 273 => 0x5 },
+ 'colormatrixa' => { 357 => 0x203 },
+ 'colormatrixa2' => { 357 => 0x21c },
+ 'colormatrixadobergb' => { 396 => 0xa032 },
+ 'colormatrixb' => { 357 => 0x204 },
+ 'colormatrixb2' => { 357 => 0x21d },
+ 'colormatrixnumber' => { 304 => 0x1019 },
+ 'colormatrixsrgb' => { 396 => 0xa031 },
+ 'colormode' => { 113 => 0x3015, 127 => 0x1210, 140 => 0x66, 181 => 0x28, 184 => 0x16, 186 => 0x101, 187 => 0x36, 189 => 0x7, 227 => 0x3, 264 => 0x4, 322 => 0x32, 399 => 0x2c, 422 => 0xb029, 494 => 'ColorMode' },
+ 'colormoirereduction' => { 103 => 0x20670, 275 => 0x15 },
+ 'colormoirereductionmode' => { 275 => 0x5 },
'colormoirereductionon' => { 103 => '0x20670.0' },
- 'colornoisereduction' => { 455 => 0x8029, 478 => 'ColorNoiseReduction', 480 => 'ColorNoiseReduction' },
- 'colornoisereductiondetail' => { 478 => 'ColorNoiseReductionDetail', 480 => 'ColorNoiseReductionDetail' },
- 'colornoisereductionintensity' => { 273 => 0x18 },
- 'colornoisereductionsharpness' => { 273 => 0x1c },
- 'colornoisereductionsmoothness' => { 478 => 'ColorNoiseReductionSmoothness', 480 => 'ColorNoiseReductionSmoothness' },
+ 'colornoisereduction' => { 457 => 0x8029, 480 => 'ColorNoiseReduction', 482 => 'ColorNoiseReduction' },
+ 'colornoisereductiondetail' => { 480 => 'ColorNoiseReductionDetail', 482 => 'ColorNoiseReductionDetail' },
+ 'colornoisereductionintensity' => { 275 => 0x18 },
+ 'colornoisereductionsharpness' => { 275 => 0x1c },
+ 'colornoisereductionsmoothness' => { 480 => 'ColorNoiseReductionSmoothness', 482 => 'ColorNoiseReductionSmoothness' },
'colorplanes' => { 123 => 0x2 },
'colorprofile' => { 181 => 0x33 },
- 'colorprofilesettings' => { 297 => 0x539 },
+ 'colorprofilesettings' => { 299 => 0x539 },
'colorrepresentation' => { 133 => 0x3c },
'colorsaturationadj' => { 103 => 0x20305 },
'colorsequence' => { 133 => 0x41 },
- 'colorspace' => { 51 => 0x3, 64 => 0xb4, 97 => 0x10b4, 119 => 0xa001, 135 => 0x3, 162 => 'ColorSpace', 182 => 0x2f, 183 => 0x25, 184 => 0x17, 226 => 0x1e, 297 => 0x507, 355 => 0x37, 394 => 0xa011, 397 => 0xb, 407 => 0x1b, 408 => 0x83, 409 => 0xe, 425 => 0x6, 484 => 'ColorSpace' },
+ 'colorspace' => { 51 => 0x3, 64 => 0xb4, 97 => 0x10b4, 119 => 0xa001, 135 => 0x3, 162 => 'ColorSpace', 182 => 0x2f, 183 => 0x25, 184 => 0x17, 227 => 0x1e, 299 => 0x507, 357 => 0x37, 396 => 0xa011, 399 => 0xb, 409 => 0x1b, 410 => 0x83, 411 => 0xe, 427 => 0x6, 486 => 'ColorSpace' },
'colorspace2' => { 63 => 0x9 },
'colorspecapproximation' => { 135 => 0x2 },
'colorspecdata' => { 135 => 0x3 },
@@ -1703,32 +1705,32 @@ my %tagLookup = (
'colorspecprecedence' => { 135 => 0x1 },
'colortempasshot' => { 38 => 0x4, 39 => 0x7, 40 => 0x1d, 41 => 0x59, 42 => 0x6d, 43 => 0x26, 44 => 0x43, 47 => 0x43, 48 => 0x43, 49 => 0x43, 50 => 0x4b },
'colortempauto' => { 38 => 0x9, 39 => 0xf, 40 => 0x22, 41 => 0x5e, 42 => 0x72, 43 => 0x1c, 44 => 0x48, 47 => 0x48, 48 => 0x48, 49 => 0x48, 50 => 0x50 },
- 'colortempcloudy' => { 38 => 0x22, 39 => 0x37, 40 => 0x31, 41 => 0xa4, 42 => 0xdb, 43 => 0x35, 44 => 0x5c, 47 => 0x75, 48 => 0x8e, 49 => 0x93, 50 => 0x96, 355 => 0x55 },
+ 'colortempcloudy' => { 38 => 0x22, 39 => 0x37, 40 => 0x31, 41 => 0xa4, 42 => 0xdb, 43 => 0x35, 44 => 0x5c, 47 => 0x75, 48 => 0x8e, 49 => 0x93, 50 => 0x96, 357 => 0x55 },
'colortempcustom' => { 44 => 0x84 },
'colortempcustom1' => { 40 => 0x45 },
'colortempcustom2' => { 40 => 0x4a },
- 'colortempdaylight' => { 38 => 0x18, 39 => 0x27, 40 => 0x27, 41 => 0x9a, 42 => 0xd1, 43 => 0x2b, 44 => 0x52, 47 => 0x6b, 48 => 0x84, 49 => 0x89, 50 => 0x8c, 355 => 0x53 },
- 'colortemperature' => { 7 => 0x73, 8 => [0x48,0x4e], 9 => 0xc0, 10 => 0x37, 11 => 0x62, 12 => 0x37, 13 => 0x7c, 14 => 0x73, 15 => 0x73, 16 => 0x77, 17 => 0x73, 18 => 0x7c, 19 => 0x58, 20 => 0x73, 21 => 0xc0, 22 => 0x7f, 23 => 0x7d, 24 => 0xc0, 25 => 0xc6, 26 => 0xc7, 27 => 0x135, 28 => 0x7b, 29 => 0x13a, 64 => 0xae, 74 => 0x9, 97 => 0x10ae, 127 => 0x1005, 138 => 0x846, 156 => 'ColorTemperature', 182 => [0x6e,0x49], 183 => 0x3f, 184 => [0x39,0x5e], 186 => 0x10b, 189 => [0x3c,0x4c,0x4e], 315 => 0x321, 355 => 0x50, 387 => 0x1308, 420 => 0xb021, 478 => 'Temperature', 480 => 'Temperature' },
- 'colortemperatureadj' => { 455 => 0x8013 },
- 'colortemperatureauto' => { 226 => 0x4f },
- 'colortemperaturebg' => { 302 => 0x1013 },
- 'colortemperaturecustom' => { 407 => 0xc, 408 => 0xb },
- 'colortemperaturerg' => { 302 => 0x1014 },
- 'colortemperatureset' => { 407 => 0x7, 408 => 0x6 },
- 'colortemperaturesetting' => { 184 => 0x25, 409 => 0x17, 425 => 0xe },
- 'colortempflash' => { 38 => 0x36, 39 => 0x57, 40 => 0x40, 41 => 0xb8, 42 => 0xef, 43 => 0x49, 44 => 0x70, 47 => 0x89, 48 => 0xa2, 49 => 0xa7, 50 => 0xaa, 355 => 0x5a },
+ 'colortempdaylight' => { 38 => 0x18, 39 => 0x27, 40 => 0x27, 41 => 0x9a, 42 => 0xd1, 43 => 0x2b, 44 => 0x52, 47 => 0x6b, 48 => 0x84, 49 => 0x89, 50 => 0x8c, 357 => 0x53 },
+ 'colortemperature' => { 7 => 0x73, 8 => [0x48,0x4e], 9 => 0xc0, 10 => 0x37, 11 => 0x62, 12 => 0x37, 13 => 0x7c, 14 => 0x73, 15 => 0x73, 16 => 0x77, 17 => 0x73, 18 => 0x7c, 19 => 0x58, 20 => 0x73, 21 => 0xc0, 22 => 0x7f, 23 => 0x7d, 24 => 0xc0, 25 => 0xc6, 26 => 0xc7, 27 => 0x135, 28 => 0x7b, 29 => 0x13a, 64 => 0xae, 74 => 0x9, 97 => 0x10ae, 127 => 0x1005, 138 => 0x846, 156 => 'ColorTemperature', 182 => [0x6e,0x49], 183 => 0x3f, 184 => [0x39,0x5e], 186 => 0x10b, 189 => [0x3c,0x4c,0x4e], 317 => 0x321, 357 => 0x50, 389 => 0x1308, 422 => 0xb021, 480 => 'Temperature', 482 => 'Temperature' },
+ 'colortemperatureadj' => { 457 => 0x8013 },
+ 'colortemperatureauto' => { 227 => 0x4f },
+ 'colortemperaturebg' => { 304 => 0x1013 },
+ 'colortemperaturecustom' => { 409 => 0xc, 410 => 0xb },
+ 'colortemperaturerg' => { 304 => 0x1014 },
+ 'colortemperatureset' => { 409 => 0x7, 410 => 0x6 },
+ 'colortemperaturesetting' => { 184 => 0x25, 411 => 0x17, 427 => 0xe },
+ 'colortempflash' => { 38 => 0x36, 39 => 0x57, 40 => 0x40, 41 => 0xb8, 42 => 0xef, 43 => 0x49, 44 => 0x70, 47 => 0x89, 48 => 0xa2, 49 => 0xa7, 50 => 0xaa, 357 => 0x5a },
'colortempflashdata' => { 44 => 0x24a },
'colortempfluorescent' => { 38 => 0x2c, 39 => 0x47, 40 => 0x3b, 41 => 0xae, 42 => 0xe5, 43 => 0x3f, 44 => 0x66, 47 => 0x7f, 48 => 0x98, 49 => 0x9d, 50 => 0xa0 },
- 'colortempfluorescentd' => { 355 => 0x57 },
- 'colortempfluorescentn' => { 355 => 0x58 },
- 'colortempfluorescentw' => { 355 => 0x59 },
- 'colortempkelvin' => { 38 => 0x31, 39 => 0x4f, 41 => 0xb3, 42 => 0xea, 43 => 0x44, 44 => 0x6b, 47 => 0x84, 48 => 0x9d, 49 => 0xa2, 50 => 0xa5, 320 => 0x44, 387 => 0x1307 },
+ 'colortempfluorescentd' => { 357 => 0x57 },
+ 'colortempfluorescentn' => { 357 => 0x58 },
+ 'colortempfluorescentw' => { 357 => 0x59 },
+ 'colortempkelvin' => { 38 => 0x31, 39 => 0x4f, 41 => 0xb3, 42 => 0xea, 43 => 0x44, 44 => 0x6b, 47 => 0x84, 48 => 0x9d, 49 => 0xa2, 50 => 0xa5, 322 => 0x44, 389 => 0x1307 },
'colortempmeasured' => { 38 => 0xe, 39 => 0x17, 41 => 0x63, 42 => 0x77, 44 => 0x4d, 47 => 0x4d, 48 => 0x4d, 49 => 0x4d, 50 => 0x55 },
'colortemppc1' => { 43 => 0x94, 44 => 0x75 },
'colortemppc2' => { 43 => 0x99, 44 => 0x7a },
'colortemppc3' => { 43 => 0x9e, 44 => 0x7f },
- 'colortempshade' => { 38 => 0x1d, 39 => 0x2f, 40 => 0x2c, 41 => 0x9f, 42 => 0xd6, 43 => 0x30, 44 => 0x57, 47 => 0x70, 48 => 0x89, 49 => 0x8e, 50 => 0x91, 355 => 0x54 },
- 'colortemptungsten' => { 38 => 0x27, 39 => 0x3f, 40 => 0x36, 41 => 0xa9, 42 => 0xe0, 43 => 0x3a, 44 => 0x61, 47 => 0x7a, 48 => 0x93, 49 => 0x98, 50 => 0x9b, 355 => 0x56 },
+ 'colortempshade' => { 38 => 0x1d, 39 => 0x2f, 40 => 0x2c, 41 => 0x9f, 42 => 0xd6, 43 => 0x30, 44 => 0x57, 47 => 0x70, 48 => 0x89, 49 => 0x8e, 50 => 0x91, 357 => 0x54 },
+ 'colortemptungsten' => { 38 => 0x27, 39 => 0x3f, 40 => 0x36, 41 => 0xa9, 42 => 0xe0, 43 => 0x3a, 44 => 0x61, 47 => 0x7a, 48 => 0x93, 49 => 0x98, 50 => 0x9b, 357 => 0x56 },
'colortempunknown' => { 38 => 0x13, 39 => 0x1f, 41 => 0x68, 42 => 0x7c, 43 => 0x21, 47 => 0x52, 48 => 0x52, 49 => 0x52, 50 => 0x5a },
'colortempunknown10' => { 38 => 0x63, 39 => 0x9f, 41 => 0x95, 42 => 0xa9, 43 => 0x76, 47 => 0xa2, 48 => 0x7f, 49 => 0x7f, 50 => 0x87 },
'colortempunknown11' => { 38 => 0x68, 39 => 0xa7, 41 => 0xbd, 42 => [0xae,0xb3], 43 => 0x7b, 47 => 0xa7, 48 => 0xa7, 49 => 0x84, 50 => 0xaf },
@@ -1759,7 +1761,7 @@ my %tagLookup = (
'colortempunknown7' => { 38 => 0x54, 39 => 0x87, 41 => 0x86, 42 => 0x9a, 43 => 0x67, 47 => 0x93, 48 => 0x70, 49 => 0x70, 50 => 0x78 },
'colortempunknown8' => { 38 => 0x59, 39 => 0x8f, 41 => 0x8b, 42 => 0x9f, 43 => 0x6c, 47 => 0x98, 48 => 0x75, 49 => 0x75, 50 => 0x7d },
'colortempunknown9' => { 38 => 0x5e, 39 => 0x97, 41 => 0x90, 42 => 0xa4, 43 => 0x71, 47 => 0x9d, 48 => 0x7a, 49 => 0x7a, 50 => 0x82 },
- 'colortint' => { 319 => 0x35c },
+ 'colortint' => { 321 => 0x35c },
'colortone' => { 10 => 0x6f, 12 => 0x77, 34 => 0x2a, 51 => 0x2, 63 => 0x8 },
'colortoneadj' => { 103 => 0x20304, 108 => 0x11e },
'colortoneauto' => { 71 => 0x9c },
@@ -1773,62 +1775,62 @@ my %tagLookup = (
'colortoneuserdef2' => { 19 => 0x10a, 70 => 0xb4, 71 => 0xcc },
'colortoneuserdef3' => { 19 => 0x10b, 70 => 0xcc, 71 => 0xe4 },
'comlenblksize' => { 138 => 0xfde8 },
- 'commanddialplaybackmode' => { 295 => 0x1cb },
- 'commanddials' => { 290 => '5.1' },
- 'commanddialsaperturesetting' => { 279 => '17.3', 280 => '18.3', 282 => '18.3', 283 => '18.3', 288 => '33.3', 289 => '17.3', 292 => '18.3', 293 => '18.3' },
- 'commanddialschangemainsub' => { 279 => '17.2', 280 => '18.1', 282 => '18.1', 283 => '18.1', 288 => '33.2', 289 => '17.2', 292 => '18.1', 293 => '18.1' },
- 'commanddialsmenuandplayback' => { 279 => '17.4', 280 => '18.2', 282 => '18.2', 283 => '18.2', 288 => '33.4', 289 => '17.4', 292 => '18.2', 293 => '18.2' },
- 'commanddialsreverserotation' => { 279 => '17.1', 280 => '6.4', 282 => '6.2', 283 => '6.2', 284 => '16.2', 285 => '17.2', 288 => '33.1', 289 => '17.1', 292 => '6.2', 293 => '6.2', 294 => '18.1' },
- 'commanderchannel' => { 290 => '10.2', 291 => '25.2' },
- 'commandergroupa_ttl-aacomp' => { 290 => '13.1', 291 => '31.1' },
- 'commandergroupa_ttlcomp' => { 294 => '32.1' },
- 'commandergroupamanualoutput' => { 290 => '13.2', 291 => '28.2' },
- 'commandergroupamode' => { 290 => '11.2', 291 => '28.1' },
- 'commandergroupb_ttl-aacomp' => { 290 => '14.1', 291 => '32.1' },
- 'commandergroupb_ttlcomp' => { 294 => '33.1' },
- 'commandergroupbmanualoutput' => { 290 => '14.2', 291 => '29.2' },
- 'commandergroupbmode' => { 290 => '11.3', 291 => '29.1' },
- 'commanderinternalflash' => { 290 => '11.1', 291 => '27.1' },
- 'commanderinternalmanualoutput' => { 290 => '12.2', 291 => '27.2' },
- 'commanderinternalttlchannel' => { 288 => '18.2' },
- 'commanderinternalttlcomp' => { 290 => '12.1', 291 => '30.2', 294 => '31.2' },
- 'commanderinternalttlcompbuiltin' => { 288 => '20.1', 289 => '26.1' },
- 'commanderinternalttlcompgroupa' => { 288 => '21.1', 289 => '27.1' },
- 'commanderinternalttlcompgroupb' => { 288 => '22.1', 289 => '28.1' },
- 'comment' => { 0 => 0x2, 120 => 'Comment', 157 => 'Comment', 310 => 'Comment', 372 => "\xa9cmt", 374 => 'comment', 380 => "\xa9cmt" },
- 'compass' => { 390 => 0x4 },
- 'compatibleversion' => { 478 => 'CompatibleVersion', 480 => 'CompatibleVersion' },
- 'compilation' => { 372 => 'cpil' },
- 'compimageimagespersequence' => { 485 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfImagesInSequences'] },
- 'compimagemaxexposureall' => { 485 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfAll'] },
- 'compimagemaxexposureused' => { 485 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfUsed'] },
- 'compimageminexposureall' => { 485 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfAll'] },
- 'compimageminexposureused' => { 485 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfUsed'] },
- 'compimagenumsequences' => { 485 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfSequences'] },
- 'compimagesumexposureall' => { 485 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfAll'] },
- 'compimagesumexposureused' => { 485 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfUsed'] },
- 'compimagetotalexposureperiod' => { 485 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesTotalExposurePeriod'] },
- 'compimagevalues' => { 485 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesValues'] },
- 'complianceprofile' => { 494 => 'complianceProfile' },
- 'componentsconfiguration' => { 119 => 0x9101, 162 => 'Components', 484 => 'ComponentsConfiguration' },
+ 'commanddialplaybackmode' => { 297 => 0x1cb },
+ 'commanddials' => { 292 => '5.1' },
+ 'commanddialsaperturesetting' => { 281 => '17.3', 282 => '18.3', 284 => '18.3', 285 => '18.3', 290 => '33.3', 291 => '17.3', 294 => '18.3', 295 => '18.3' },
+ 'commanddialschangemainsub' => { 281 => '17.2', 282 => '18.1', 284 => '18.1', 285 => '18.1', 290 => '33.2', 291 => '17.2', 294 => '18.1', 295 => '18.1' },
+ 'commanddialsmenuandplayback' => { 281 => '17.4', 282 => '18.2', 284 => '18.2', 285 => '18.2', 290 => '33.4', 291 => '17.4', 294 => '18.2', 295 => '18.2' },
+ 'commanddialsreverserotation' => { 281 => '17.1', 282 => '6.4', 284 => '6.2', 285 => '6.2', 286 => '16.2', 287 => '17.2', 290 => '33.1', 291 => '17.1', 294 => '6.2', 295 => '6.2', 296 => '18.1' },
+ 'commanderchannel' => { 292 => '10.2', 293 => '25.2' },
+ 'commandergroupa_ttl-aacomp' => { 292 => '13.1', 293 => '31.1' },
+ 'commandergroupa_ttlcomp' => { 296 => '32.1' },
+ 'commandergroupamanualoutput' => { 292 => '13.2', 293 => '28.2' },
+ 'commandergroupamode' => { 292 => '11.2', 293 => '28.1' },
+ 'commandergroupb_ttl-aacomp' => { 292 => '14.1', 293 => '32.1' },
+ 'commandergroupb_ttlcomp' => { 296 => '33.1' },
+ 'commandergroupbmanualoutput' => { 292 => '14.2', 293 => '29.2' },
+ 'commandergroupbmode' => { 292 => '11.3', 293 => '29.1' },
+ 'commanderinternalflash' => { 292 => '11.1', 293 => '27.1' },
+ 'commanderinternalmanualoutput' => { 292 => '12.2', 293 => '27.2' },
+ 'commanderinternalttlchannel' => { 290 => '18.2' },
+ 'commanderinternalttlcomp' => { 292 => '12.1', 293 => '30.2', 296 => '31.2' },
+ 'commanderinternalttlcompbuiltin' => { 290 => '20.1', 291 => '26.1' },
+ 'commanderinternalttlcompgroupa' => { 290 => '21.1', 291 => '27.1' },
+ 'commanderinternalttlcompgroupb' => { 290 => '22.1', 291 => '28.1' },
+ 'comment' => { 0 => 0x2, 120 => 'Comment', 157 => 'Comment', 312 => 'Comment', 374 => "\xa9cmt", 376 => 'comment', 382 => "\xa9cmt" },
+ 'compass' => { 392 => 0x4 },
+ 'compatibleversion' => { 480 => 'CompatibleVersion', 482 => 'CompatibleVersion' },
+ 'compilation' => { 374 => 'cpil' },
+ 'compimageimagespersequence' => { 487 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfImagesInSequences'] },
+ 'compimagemaxexposureall' => { 487 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfAll'] },
+ 'compimagemaxexposureused' => { 487 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMaxExposureTimesOfUsed'] },
+ 'compimageminexposureall' => { 487 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfAll'] },
+ 'compimageminexposureused' => { 487 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesMinExposureTimesOfUsed'] },
+ 'compimagenumsequences' => { 487 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesNumberOfSequences'] },
+ 'compimagesumexposureall' => { 487 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfAll'] },
+ 'compimagesumexposureused' => { 487 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesSumOfExposureTimesOfUsed'] },
+ 'compimagetotalexposureperiod' => { 487 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesTotalExposurePeriod'] },
+ 'compimagevalues' => { 487 => [\'CompositeImageExposureTimes','CompositeImageExposureTimesValues'] },
+ 'complianceprofile' => { 496 => 'complianceProfile' },
+ 'componentsconfiguration' => { 119 => 0x9101, 162 => 'Components', 486 => 'ComponentsConfiguration' },
'componentversion' => { 97 => 0x80c },
- 'composer' => { 179 => 'WM/Composer', 372 => ["\xa9com","\xa9wrt"], 380 => ["\xa9com","\xa9wrt"], 504 => 'composer' },
- 'composerkeywords' => { 380 => "\xa9cok" },
- 'compositeimage' => { 119 => 0xa460, 485 => 'CompositeImage' },
- 'compositeimagecount' => { 119 => 0xa461, 485 => 'CompositeImageCount' },
- 'compositeimageexposuretimes' => { 119 => 0xa462, 485 => 'CompositeImageExposureTimes' },
- 'composition' => { 468 => 'Composition' },
- 'compositionadjust' => { 354 => '0.1' },
- 'compositionadjustrotation' => { 354 => 0x7 },
- 'compositionadjustx' => { 354 => 0x5 },
- 'compositionadjusty' => { 354 => 0x6 },
- 'compressedbitsperpixel' => { 119 => 0x9102, 484 => 'CompressedBitsPerPixel' },
- 'compressedimagesize' => { 186 => 0x40, 302 => 0x40 },
- 'compression' => { 119 => 0x103, 325 => 0xb, 500 => 'Compression' },
- 'compressionfactor' => { 297 => 0x50d },
+ 'composer' => { 179 => 'WM/Composer', 374 => ["\xa9com","\xa9wrt"], 382 => ["\xa9com","\xa9wrt"], 506 => 'composer' },
+ 'composerkeywords' => { 382 => "\xa9cok" },
+ 'compositeimage' => { 119 => 0xa460, 487 => 'CompositeImage' },
+ 'compositeimagecount' => { 119 => 0xa461, 487 => 'CompositeImageCount' },
+ 'compositeimageexposuretimes' => { 119 => 0xa462, 487 => 'CompositeImageExposureTimes' },
+ 'composition' => { 470 => 'Composition' },
+ 'compositionadjust' => { 356 => '0.1' },
+ 'compositionadjustrotation' => { 356 => 0x7 },
+ 'compositionadjustx' => { 356 => 0x5 },
+ 'compositionadjusty' => { 356 => 0x6 },
+ 'compressedbitsperpixel' => { 119 => 0x9102, 486 => 'CompressedBitsPerPixel' },
+ 'compressedimagesize' => { 186 => 0x40, 304 => 0x40 },
+ 'compression' => { 119 => 0x103, 327 => 0xb, 502 => 'Compression' },
+ 'compressionfactor' => { 299 => 0x50d },
'compressionformat' => { 63 => 0x4 },
- 'compressionratio' => { 162 => 'Compression', 302 => 0x1034 },
- 'compressorversion' => { 380 => 'CNCV' },
+ 'compressionratio' => { 162 => 'Compression', 304 => 0x1034 },
+ 'compressorversion' => { 382 => 'CNCV' },
'condadobvfactor' => { 138 => 0xf3e },
'condadodaybvthresh' => { 138 => 0xf3c },
'condadodayoffsets' => { 138 => 0xf42 },
@@ -1838,216 +1840,216 @@ my %tagLookup = (
'condadoneurange' => { 138 => 0xf3d },
'condadotunoffsets' => { 138 => 0xf43 },
'condadotunthresh' => { 138 => 0xf40 },
- 'conductor' => { 179 => 'WM/Conductor', 372 => "\xa9con" },
- 'confidence' => { 463 => 'Confidence' },
- 'confidencelevel' => { 474 => 'ConfidenceLevel' },
- 'confidencemime' => { 463 => 'ConfidenceMime' },
- 'constrainedcropheight' => { 108 => 0x266, 366 => 0xd6 },
- 'constrainedcropwidth' => { 108 => 0x262, 366 => 0xd5 },
+ 'conductor' => { 179 => 'WM/Conductor', 374 => "\xa9con" },
+ 'confidence' => { 465 => 'Confidence' },
+ 'confidencelevel' => { 476 => 'ConfidenceLevel' },
+ 'confidencemime' => { 465 => 'ConfidenceMime' },
+ 'constrainedcropheight' => { 108 => 0x266, 368 => 0xd6 },
+ 'constrainedcropwidth' => { 108 => 0x262, 368 => 0xd5 },
'contact' => { 131 => 0x76 },
- 'contactinfo' => { 478 => 'ContactInfo', 480 => 'ContactInfo', 493 => 'contactInfo' },
- 'container' => { 458 => 'Container' },
- 'containerdirectory' => { 458 => [\'Container','ContainerDirectory'] },
- 'containerdirectoryitem' => { 458 => [\'Container','ContainerDirectoryItem'] },
- 'containerdirectoryitemdatauri' => { 458 => [\'Container','ContainerDirectoryItemDataURI'] },
- 'containerdirectoryitemlength' => { 458 => [\'Container','ContainerDirectoryItemLength'] },
- 'containerdirectoryitemmime' => { 458 => [\'Container','ContainerDirectoryItemMime'] },
- 'containerdirectoryitempadding' => { 458 => [\'Container','ContainerDirectoryItemPadding'] },
- 'containerformat' => { 490 => 'ContainerFormat' },
- 'containerformatidentifier' => { 490 => [\'ContainerFormat','ContainerFormatIdentifier'] },
- 'containerformatname' => { 490 => [\'ContainerFormat','ContainerFormatName'] },
- 'contentcreatedate' => { 372 => "\xa9day", 380 => ['@day',"\xa9day"] },
+ 'contactinfo' => { 480 => 'ContactInfo', 482 => 'ContactInfo', 495 => 'contactInfo' },
+ 'container' => { 460 => 'Container' },
+ 'containerdirectory' => { 460 => [\'Container','ContainerDirectory'] },
+ 'containerdirectoryitem' => { 460 => [\'Container','ContainerDirectoryItem'] },
+ 'containerdirectoryitemdatauri' => { 460 => [\'Container','ContainerDirectoryItemDataURI'] },
+ 'containerdirectoryitemlength' => { 460 => [\'Container','ContainerDirectoryItemLength'] },
+ 'containerdirectoryitemmime' => { 460 => [\'Container','ContainerDirectoryItemMime'] },
+ 'containerdirectoryitempadding' => { 460 => [\'Container','ContainerDirectoryItemPadding'] },
+ 'containerformat' => { 492 => 'ContainerFormat' },
+ 'containerformatidentifier' => { 492 => [\'ContainerFormat','ContainerFormatIdentifier'] },
+ 'containerformatname' => { 492 => [\'ContainerFormat','ContainerFormatName'] },
+ 'contentcreatedate' => { 374 => "\xa9day", 382 => ['@day',"\xa9day"] },
'contentdistributor' => { 179 => 'WM/ContentDistributor' },
- 'contentdistributorid' => { 380 => 'cdis' },
- 'contentid' => { 380 => 'ccid' },
+ 'contentdistributorid' => { 382 => 'cdis' },
+ 'contentid' => { 382 => 'ccid' },
'contentlocationcode' => { 131 => 0x1a },
'contentlocationname' => { 131 => 0x1b },
- 'contenttype' => { 494 => 'contentType' },
+ 'contenttype' => { 496 => 'contentType' },
'continuousbracketing' => { 184 => 0x20 },
'continuousdrive' => { 34 => 0x5 },
- 'continuousmodedisplay' => { 295 => 0x51 },
- 'continuousmodeliveview' => { 293 => '77.2' },
+ 'continuousmodedisplay' => { 297 => 0x51 },
+ 'continuousmodeliveview' => { 295 => '77.2' },
'continuousshootingspeed' => { 84 => 0x610 },
'continuousshotlimit' => { 84 => 0x611 },
- 'contrast' => { 10 => 0x73, 12 => 0x75, 34 => 0xd, 112 => 0xc, 113 => [0x3012,0x20], 119 => [0xa408,0xfe54], 127 => [0x1004,0x1006], 156 => 'Contrast', 176 => 'Contrast', 181 => 0x20, 182 => 0x31, 183 => 0x27, 184 => 0x19, 189 => 0x2, 231 => 0x33, 232 => 0x37, 233 => 0x3f, 302 => 0x1029, 320 => 0x39, 322 => 0x300a, 355 => 0x20, 362 => 0xc, 374 => 'player.movie.visual.contrast', 381 => 0x24, 383 => 0x52, 387 => 0x1012, 397 => 0xd, 407 => 0x1d, 408 => 0x1a, 420 => 0x2004, 478 => 'Contrast', 480 => 'Contrast', 484 => 'Contrast' },
- 'contrast2012' => { 478 => 'Contrast2012', 480 => 'Contrast2012' },
- 'contrastadj' => { 103 => 0x20303, 108 => 0x115, 275 => 0x2c, 455 => 0x8017 },
+ 'contrast' => { 10 => 0x73, 12 => 0x75, 34 => 0xd, 112 => 0xc, 113 => [0x3012,0x20], 119 => [0xa408,0xfe54], 127 => [0x1004,0x1006], 156 => 'Contrast', 176 => 'Contrast', 181 => 0x20, 182 => 0x31, 183 => 0x27, 184 => 0x19, 189 => 0x2, 233 => 0x33, 234 => 0x37, 235 => 0x3f, 304 => 0x1029, 322 => 0x39, 324 => 0x300a, 357 => 0x20, 364 => 0xc, 376 => 'player.movie.visual.contrast', 383 => 0x24, 385 => 0x52, 389 => 0x1012, 399 => 0xd, 409 => 0x1d, 410 => 0x1a, 422 => 0x2004, 480 => 'Contrast', 482 => 'Contrast', 486 => 'Contrast' },
+ 'contrast2012' => { 480 => 'Contrast2012', 482 => 'Contrast2012' },
+ 'contrastadj' => { 103 => 0x20303, 108 => 0x115, 277 => 0x2c, 457 => 0x8017 },
'contrastauto' => { 71 => 0x90 },
- 'contrastcurve' => { 226 => 0x8c },
+ 'contrastcurve' => { 227 => 0x8c },
'contrastdetectaf' => { 193 => 0x4 },
- 'contrastdetectafarea' => { 355 => 0x231 },
+ 'contrastdetectafarea' => { 357 => 0x231 },
'contrastdetectafinfocus' => { 193 => [0x1c,0x52] },
'contrastfaithful' => { 19 => 0xec, 70 => 0x60, 71 => 0x60 },
- 'contrasthighlight' => { 355 => 0x6d },
- 'contrasthighlightshadowadj' => { 355 => 0x6f },
+ 'contrasthighlight' => { 357 => 0x6d },
+ 'contrasthighlightshadowadj' => { 357 => 0x6f },
'contrastlandscape' => { 19 => 0xea, 70 => 0x30, 71 => 0x30 },
- 'contrastmode' => { 320 => 0x2c },
+ 'contrastmode' => { 322 => 0x2c },
'contrastmonochrome' => { 19 => 0xed, 70 => 0x78, 71 => 0x78 },
'contrastneutral' => { 19 => 0xeb, 70 => 0x48, 71 => 0x48 },
'contrastportrait' => { 19 => 0xe9, 70 => 0x18, 71 => 0x18 },
- 'contrastsetting' => { 297 => 0x505, 305 => 0x1012, 409 => 0x10, 425 => 0x8 },
- 'contrastshadow' => { 355 => 0x6e },
+ 'contrastsetting' => { 299 => 0x505, 307 => 0x1012, 411 => 0x10, 427 => 0x8 },
+ 'contrastshadow' => { 357 => 0x6e },
'contraststandard' => { 19 => 0xe8, 70 => 0x0, 71 => 0x0 },
'contrastuserdef1' => { 19 => 0xee, 70 => 0x90, 71 => 0xa8 },
'contrastuserdef2' => { 19 => 0xef, 70 => 0xa8, 71 => 0xc0 },
'contrastuserdef3' => { 19 => 0xf0, 70 => 0xc0, 71 => 0xd8 },
- 'contributedmedia' => { 504 => 'contributedMedia' },
- 'contributedmediaduration' => { 504 => [\'contributedMedia','contributedMediaDuration'] },
- 'contributedmediadurationscale' => { 504 => [\'contributedMedia','contributedMediaDurationScale'] },
- 'contributedmediadurationvalue' => { 504 => [\'contributedMedia','contributedMediaDurationValue'] },
- 'contributedmediamanaged' => { 504 => [\'contributedMedia','contributedMediaManaged'] },
- 'contributedmediapath' => { 504 => [\'contributedMedia','contributedMediaPath'] },
- 'contributedmediastarttime' => { 504 => [\'contributedMedia','contributedMediaStartTime'] },
- 'contributedmediastarttimescale' => { 504 => [\'contributedMedia','contributedMediaStartTimeScale'] },
- 'contributedmediastarttimevalue' => { 504 => [\'contributedMedia','contributedMediaStartTimeValue'] },
- 'contributedmediatrack' => { 504 => [\'contributedMedia','contributedMediaTrack'] },
- 'contributedmediawebstatement' => { 504 => [\'contributedMedia','contributedMediaWebStatement'] },
- 'contributor' => { 481 => 'contributor', 490 => 'Contributor' },
- 'contributoridentifier' => { 490 => [\'Contributor','ContributorIdentifier'] },
- 'contributorname' => { 490 => [\'Contributor','ContributorName'] },
- 'contributorrole' => { 490 => [\'Contributor','ContributorRole'] },
+ 'contributedmedia' => { 506 => 'contributedMedia' },
+ 'contributedmediaduration' => { 506 => [\'contributedMedia','contributedMediaDuration'] },
+ 'contributedmediadurationscale' => { 506 => [\'contributedMedia','contributedMediaDurationScale'] },
+ 'contributedmediadurationvalue' => { 506 => [\'contributedMedia','contributedMediaDurationValue'] },
+ 'contributedmediamanaged' => { 506 => [\'contributedMedia','contributedMediaManaged'] },
+ 'contributedmediapath' => { 506 => [\'contributedMedia','contributedMediaPath'] },
+ 'contributedmediastarttime' => { 506 => [\'contributedMedia','contributedMediaStartTime'] },
+ 'contributedmediastarttimescale' => { 506 => [\'contributedMedia','contributedMediaStartTimeScale'] },
+ 'contributedmediastarttimevalue' => { 506 => [\'contributedMedia','contributedMediaStartTimeValue'] },
+ 'contributedmediatrack' => { 506 => [\'contributedMedia','contributedMediaTrack'] },
+ 'contributedmediawebstatement' => { 506 => [\'contributedMedia','contributedMediaWebStatement'] },
+ 'contributor' => { 483 => 'contributor', 492 => 'Contributor' },
+ 'contributoridentifier' => { 492 => [\'Contributor','ContributorIdentifier'] },
+ 'contributorname' => { 492 => [\'Contributor','ContributorName'] },
+ 'contributorrole' => { 492 => [\'Contributor','ContributorRole'] },
'contributors' => { 157 => 'Contributors' },
'controldialset' => { 184 => 0x46 },
- 'controlledvocabularyterm' => { 490 => 'CVterm' },
- 'controllerboardversion' => { 315 => 0x332 },
+ 'controlledvocabularyterm' => { 492 => 'CVterm' },
+ 'controllerboardversion' => { 317 => 0x332 },
'controlmode' => { 77 => 0x12 },
- 'controlringresponse' => { 295 => 0x1d5 },
+ 'controlringresponse' => { 297 => 0x1d5 },
'controlringrotation' => { 84 => 0x712 },
- 'conversionlens' => { 298 => 0x403, 320 => 0x35 },
- 'converter' => { 119 => 0xfe4d, 262 => 0xb, 478 => 'Converter', 480 => 'Converter' },
- 'converttograyscale' => { 478 => 'ConvertToGrayscale', 480 => 'ConvertToGrayscale' },
- 'cookingequipment' => { 496 => 'cookingEquipment' },
- 'cookingmethod' => { 496 => 'cookingMethod' },
- 'copyright' => { 0 => 0x3, 119 => 0x8298, 157 => 'Copyright', 310 => 'Copyright', 355 => 0x22f, 371 => 'Copyright', 372 => ['cprt',"\xa9cpy"], 374 => 'copyright', 380 => ['cprt',"\xa9cpy"], 478 => 'Copyright', 480 => 'Copyright', 491 => 'Copyright', 497 => 'copyright', 500 => 'Copyright', 504 => 'copyright' },
- 'copyrightflag' => { 369 => 0x40a },
+ 'conversionlens' => { 300 => 0x403, 322 => 0x35 },
+ 'converter' => { 119 => 0xfe4d, 264 => 0xb, 480 => 'Converter', 482 => 'Converter' },
+ 'converttograyscale' => { 480 => 'ConvertToGrayscale', 482 => 'ConvertToGrayscale' },
+ 'cookingequipment' => { 498 => 'cookingEquipment' },
+ 'cookingmethod' => { 498 => 'cookingMethod' },
+ 'copyright' => { 0 => 0x3, 119 => 0x8298, 157 => 'Copyright', 312 => 'Copyright', 357 => 0x22f, 373 => 'Copyright', 374 => ['cprt',"\xa9cpy"], 376 => 'copyright', 382 => ['cprt',"\xa9cpy"], 480 => 'Copyright', 482 => 'Copyright', 493 => 'Copyright', 499 => 'copyright', 502 => 'Copyright', 506 => 'copyright' },
+ 'copyrightflag' => { 371 => 0x40a },
'copyrightnotice' => { 131 => 0x74 },
- 'copyrightowner' => { 307 => 'CopyrightOwner' },
- 'copyrightownerid' => { 307 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] },
- 'copyrightownerimageid' => { 307 => 'CopyrightOwnerImageID' },
- 'copyrightownername' => { 307 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] },
- 'copyrightregistrationnumber' => { 307 => 'CopyrightRegistrationNumber' },
- 'copyrightstatus' => { 307 => 'CopyrightStatus' },
- 'copyrightyear' => { 490 => 'CopyrightYear', 494 => 'copyrightYear' },
- 'coringfilter' => { 301 => 0x310, 302 => 0x102d, 305 => 0x310 },
- 'coringvalues' => { 301 => 0x311, 305 => 0x311 },
- 'corporateentity' => { 494 => 'corporateEntity' },
- 'correlatedcolortemp' => { 319 => 0x35b },
- 'country' => { 161 => 'Country', 320 => 0x69, 492 => 'Country' },
+ 'copyrightowner' => { 309 => 'CopyrightOwner' },
+ 'copyrightownerid' => { 309 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerID'] },
+ 'copyrightownerimageid' => { 309 => 'CopyrightOwnerImageID' },
+ 'copyrightownername' => { 309 => [\'CopyrightOwner','CopyrightOwnerCopyrightOwnerName'] },
+ 'copyrightregistrationnumber' => { 309 => 'CopyrightRegistrationNumber' },
+ 'copyrightstatus' => { 309 => 'CopyrightStatus' },
+ 'copyrightyear' => { 492 => 'CopyrightYear', 496 => 'copyrightYear' },
+ 'coringfilter' => { 303 => 0x310, 304 => 0x102d, 307 => 0x310 },
+ 'coringvalues' => { 303 => 0x311, 307 => 0x311 },
+ 'corporateentity' => { 496 => 'corporateEntity' },
+ 'correlatedcolortemp' => { 321 => 0x35b },
+ 'country' => { 161 => 'Country', 322 => 0x69, 494 => 'Country' },
'country-primarylocationcode' => { 131 => 0x64 },
'country-primarylocationname' => { 131 => 0x65 },
- 'countrycode' => { 225 => 0x5, 367 => 'CountryCode', 489 => 'CountryCode' },
- 'course' => { 496 => 'course' },
- 'coverage' => { 481 => 'coverage' },
- 'coverart' => { 372 => 'covr' },
- 'coverdate' => { 494 => 'coverDate' },
- 'coverdisplaydate' => { 494 => 'coverDisplayDate' },
- 'coveruri' => { 380 => 'cvru' },
- 'cpufirmwareversion' => { 355 => 0x28 },
- 'crc32' => { 482 => 'crc32' },
- 'createdate' => { 119 => 0x9004, 157 => 'CreateDate', 306 => 'CreationDate', 310 => 'create-date', 371 => 'CreationDate', 377 => 0x1, 502 => 'CreateDate' },
- 'creationdate' => { 374 => 'creationdate', 491 => 'CreationDate', 494 => 'creationDate' },
- 'creationtime' => { 310 => 'Creation Time' },
- 'creativestyle' => { 407 => 0x1a, 408 => 0x18, 418 => 0x41, 420 => 0xb020, 451 => 0x4a },
- 'creativestylesetting' => { 409 => 0xf, 425 => 0x7 },
- 'creativestylewaschanged' => { 455 => 0x8001 },
- 'creator' => { 306 => 'Creator', 371 => 'Creator', 481 => 'creator', 490 => 'Creator', 491 => 'Creator' },
- 'creatoraddress' => { 489 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] },
+ 'countrycode' => { 226 => 0x5, 369 => 'CountryCode', 491 => 'CountryCode' },
+ 'course' => { 498 => 'course' },
+ 'coverage' => { 483 => 'coverage' },
+ 'coverart' => { 374 => 'covr' },
+ 'coverdate' => { 496 => 'coverDate' },
+ 'coverdisplaydate' => { 496 => 'coverDisplayDate' },
+ 'coveruri' => { 382 => 'cvru' },
+ 'cpufirmwareversion' => { 357 => 0x28 },
+ 'crc32' => { 484 => 'crc32' },
+ 'createdate' => { 119 => 0x9004, 157 => 'CreateDate', 308 => 'CreationDate', 312 => 'create-date', 373 => 'CreationDate', 379 => 0x1, 504 => 'CreateDate' },
+ 'creationdate' => { 376 => 'creationdate', 493 => 'CreationDate', 496 => 'creationDate' },
+ 'creationtime' => { 312 => 'Creation Time' },
+ 'creativestyle' => { 409 => 0x1a, 410 => 0x18, 420 => 0x41, 422 => 0xb020, 453 => 0x4a },
+ 'creativestylesetting' => { 411 => 0xf, 427 => 0x7 },
+ 'creativestylewaschanged' => { 457 => 0x8001 },
+ 'creator' => { 308 => 'Creator', 373 => 'Creator', 483 => 'creator', 492 => 'Creator', 493 => 'Creator' },
+ 'creatoraddress' => { 491 => [\'CreatorContactInfo','CreatorContactInfoCiAdrExtadr'] },
'creatorappid' => { 178 => 'CreatorAppId' },
- 'creatorcity' => { 489 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] },
- 'creatorcontactinfo' => { 489 => 'CreatorContactInfo' },
- 'creatorcountry' => { 489 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] },
- 'creatoridentifier' => { 490 => [\'Creator','CreatorIdentifier'] },
- 'creatorname' => { 490 => [\'Creator','CreatorName'] },
+ 'creatorcity' => { 491 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCity'] },
+ 'creatorcontactinfo' => { 491 => 'CreatorContactInfo' },
+ 'creatorcountry' => { 491 => [\'CreatorContactInfo','CreatorContactInfoCiAdrCtry'] },
+ 'creatoridentifier' => { 492 => [\'Creator','CreatorIdentifier'] },
+ 'creatorname' => { 492 => [\'Creator','CreatorName'] },
'creatoropenwithuioptions' => { 178 => 'CreatorOpenWithUIOptions' },
- 'creatorpostalcode' => { 489 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] },
- 'creatorregion' => { 489 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] },
- 'creatorrole' => { 490 => [\'Creator','CreatorRole'] },
- 'creatortool' => { 502 => 'CreatorTool' },
- 'creatorworkemail' => { 489 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] },
- 'creatorworktelephone' => { 489 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] },
- 'creatorworkurl' => { 489 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] },
- 'credit' => { 131 => 0x6e, 492 => 'Credit' },
- 'creditline' => { 497 => 'creditLine' },
- 'creditlinereq' => { 507 => 'CreditLineReq' },
- 'creditlinerequired' => { 307 => 'CreditLineRequired' },
+ 'creatorpostalcode' => { 491 => [\'CreatorContactInfo','CreatorContactInfoCiAdrPcode'] },
+ 'creatorregion' => { 491 => [\'CreatorContactInfo','CreatorContactInfoCiAdrRegion'] },
+ 'creatorrole' => { 492 => [\'Creator','CreatorRole'] },
+ 'creatortool' => { 504 => 'CreatorTool' },
+ 'creatorworkemail' => { 491 => [\'CreatorContactInfo','CreatorContactInfoCiEmailWork'] },
+ 'creatorworktelephone' => { 491 => [\'CreatorContactInfo','CreatorContactInfoCiTelWork'] },
+ 'creatorworkurl' => { 491 => [\'CreatorContactInfo','CreatorContactInfoCiUrlWork'] },
+ 'credit' => { 131 => 0x6e, 494 => 'Credit' },
+ 'creditline' => { 499 => 'creditLine' },
+ 'creditlinereq' => { 509 => 'CreditLineReq' },
+ 'creditlinerequired' => { 309 => 'CreditLineRequired' },
'cropactive' => { 101 => 0x0, 108 => 0x244 },
- 'cropangle' => { 478 => 'CropAngle', 480 => 'CropAngle' },
- 'croparea' => { 226 => 0x45, 455 => 0x9011 },
+ 'cropangle' => { 480 => 'CropAngle', 482 => 'CropAngle' },
+ 'croparea' => { 227 => 0x45, 457 => 0x9011 },
'cropaspectratio' => { 103 => 0x30101, 108 => 0x260 },
'cropaspectratiocustom' => { 103 => 0x30102 },
- 'cropbottom' => { 123 => 0x9, 267 => 0x36, 325 => 0x31, 366 => 0xdc, 478 => 'CropBottom', 480 => 'CropBottom' },
+ 'cropbottom' => { 123 => 0x9, 269 => 0x36, 327 => 0x31, 368 => 0xdc, 480 => 'CropBottom', 482 => 'CropBottom' },
'cropbottommargin' => { 53 => 0x3 },
'cropcircleactive' => { 109 => 0xd6 },
'cropcircleradius' => { 109 => 0xd9 },
'cropcirclex' => { 109 => 0xd7 },
'cropcircley' => { 109 => 0xd8 },
- 'cropconstraintowarp' => { 478 => 'CropConstrainToWarp', 480 => 'CropConstrainToWarp' },
- 'croph' => { 472 => 'CropH' },
- 'cropheight' => { 101 => 0x6, 108 => 0x24c, 301 => 0x615, 305 => 0x615, 478 => 'CropHeight', 480 => 'CropHeight' },
- 'crophispeed' => { 226 => 0x1b },
- 'cropleft' => { 108 => 0x246, 123 => 0x6, 267 => 0x1e, 301 => 0x612, 305 => 0x612, 325 => 0x30, 366 => 0xd9, 478 => 'CropLeft', 480 => 'CropLeft' },
+ 'cropconstraintowarp' => { 480 => 'CropConstrainToWarp', 482 => 'CropConstrainToWarp' },
+ 'croph' => { 474 => 'CropH' },
+ 'cropheight' => { 101 => 0x6, 108 => 0x24c, 303 => 0x615, 307 => 0x615, 480 => 'CropHeight', 482 => 'CropHeight' },
+ 'crophispeed' => { 227 => 0x1b },
+ 'cropleft' => { 108 => 0x246, 123 => 0x6, 269 => 0x1e, 303 => 0x612, 307 => 0x612, 327 => 0x30, 368 => 0xd9, 480 => 'CropLeft', 482 => 'CropLeft' },
'cropleftmargin' => { 53 => 0x0 },
- 'cropmode' => { 127 => 0x104d, 387 => 0x1018 },
+ 'cropmode' => { 127 => 0x104d, 389 => 0x1018 },
'croporiginalheight' => { 101 => 0xb },
'croporiginalwidth' => { 101 => 0xa },
- 'cropoutputheight' => { 267 => 0xce },
- 'cropoutputheightinches' => { 267 => 0x96 },
- 'cropoutputpixels' => { 267 => 0xd6 },
- 'cropoutputresolution' => { 267 => 0xb6 },
- 'cropoutputscale' => { 267 => 0xbe },
- 'cropoutputwidth' => { 267 => 0xc6 },
- 'cropoutputwidthinches' => { 267 => 0x8e },
- 'croppedareaimageheightpixels' => { 466 => 'CroppedAreaImageHeightPixels', 467 => 'CroppedAreaImageHeightPixels' },
- 'croppedareaimagewidthpixels' => { 466 => 'CroppedAreaImageWidthPixels', 467 => 'CroppedAreaImageWidthPixels' },
- 'croppedarealeftpixels' => { 466 => 'CroppedAreaLeftPixels', 467 => 'CroppedAreaLeftPixels' },
- 'croppedareatoppixels' => { 466 => 'CroppedAreaTopPixels', 467 => 'CroppedAreaTopPixels' },
- 'croppedimageheight' => { 5 => 0x2, 387 => 0x1604 },
+ 'cropoutputheight' => { 269 => 0xce },
+ 'cropoutputheightinches' => { 269 => 0x96 },
+ 'cropoutputpixels' => { 269 => 0xd6 },
+ 'cropoutputresolution' => { 269 => 0xb6 },
+ 'cropoutputscale' => { 269 => 0xbe },
+ 'cropoutputwidth' => { 269 => 0xc6 },
+ 'cropoutputwidthinches' => { 269 => 0x8e },
+ 'croppedareaimageheightpixels' => { 468 => 'CroppedAreaImageHeightPixels', 469 => 'CroppedAreaImageHeightPixels' },
+ 'croppedareaimagewidthpixels' => { 468 => 'CroppedAreaImageWidthPixels', 469 => 'CroppedAreaImageWidthPixels' },
+ 'croppedarealeftpixels' => { 468 => 'CroppedAreaLeftPixels', 469 => 'CroppedAreaLeftPixels' },
+ 'croppedareatoppixels' => { 468 => 'CroppedAreaTopPixels', 469 => 'CroppedAreaTopPixels' },
+ 'croppedimageheight' => { 5 => 0x2, 389 => 0x1604 },
'croppedimageleft' => { 5 => 0x3 },
'croppedimagetop' => { 5 => 0x4 },
- 'croppedimagewidth' => { 5 => 0x1, 387 => 0x1603 },
- 'cropping' => { 455 => 0x9010 },
- 'cropright' => { 123 => 0x8, 267 => 0x2e, 325 => 0x32, 366 => 0xdb, 478 => 'CropRight', 480 => 'CropRight' },
+ 'croppedimagewidth' => { 5 => 0x1, 389 => 0x1603 },
+ 'cropping' => { 457 => 0x9010 },
+ 'cropright' => { 123 => 0x8, 269 => 0x2e, 327 => 0x32, 368 => 0xdb, 480 => 'CropRight', 482 => 'CropRight' },
'croprightmargin' => { 53 => 0x1 },
'croprotatedoriginalheight' => { 101 => 0x2 },
'croprotatedoriginalwidth' => { 101 => 0x1 },
'croprotation' => { 101 => 0x8, 123 => 0xb },
- 'cropscaledresolution' => { 267 => 0x9e },
- 'cropsourceresolution' => { 267 => 0xae },
- 'croptop' => { 108 => 0x248, 123 => 0x7, 267 => 0x26, 301 => 0x613, 305 => 0x613, 325 => 0x2f, 366 => 0xda, 478 => 'CropTop', 480 => 'CropTop' },
+ 'cropscaledresolution' => { 269 => 0x9e },
+ 'cropsourceresolution' => { 269 => 0xae },
+ 'croptop' => { 108 => 0x248, 123 => 0x7, 269 => 0x26, 303 => 0x613, 307 => 0x613, 327 => 0x2f, 368 => 0xda, 480 => 'CropTop', 482 => 'CropTop' },
'croptopmargin' => { 53 => 0x2 },
- 'cropunit' => { 478 => 'CropUnit', 480 => 'CropUnit' },
- 'cropunits' => { 478 => 'CropUnits', 480 => 'CropUnits' },
- 'cropw' => { 472 => 'CropW' },
- 'cropwidth' => { 101 => 0x5, 108 => 0x24a, 301 => 0x614, 305 => 0x614, 478 => 'CropWidth', 480 => 'CropWidth' },
- 'cropx' => { 101 => 0x3, 472 => 'CropX' },
- 'cropy' => { 101 => 0x4, 472 => 'CropY' },
- 'crossprocess' => { 355 => 0x7b },
- 'crossprocessparams' => { 355 => 0x235 },
- 'cuisine' => { 496 => 'cuisine' },
+ 'cropunit' => { 480 => 'CropUnit', 482 => 'CropUnit' },
+ 'cropunits' => { 480 => 'CropUnits', 482 => 'CropUnits' },
+ 'cropw' => { 474 => 'CropW' },
+ 'cropwidth' => { 101 => 0x5, 108 => 0x24a, 303 => 0x614, 307 => 0x614, 480 => 'CropWidth', 482 => 'CropWidth' },
+ 'cropx' => { 101 => 0x3, 474 => 'CropX' },
+ 'cropy' => { 101 => 0x4, 474 => 'CropY' },
+ 'crossprocess' => { 357 => 0x7b },
+ 'crossprocessparams' => { 357 => 0x235 },
+ 'cuisine' => { 498 => 'cuisine' },
'currenticcprofile' => { 119 => 0xc691 },
'currentpreprofilematrix' => { 119 => 0xc692 },
- 'currentversion' => { 455 => 0xd000 },
- 'curve0x' => { 472 => 'Curve0x' },
- 'curve0y' => { 472 => 'Curve0y' },
- 'curve1x' => { 472 => 'Curve1x' },
- 'curve1y' => { 472 => 'Curve1y' },
- 'curve2x' => { 472 => 'Curve2x' },
- 'curve2y' => { 472 => 'Curve2y' },
- 'curve3x' => { 472 => 'Curve3x' },
- 'curve3y' => { 472 => 'Curve3y' },
- 'curve4x' => { 472 => 'Curve4x' },
- 'curve4y' => { 472 => 'Curve4y' },
- 'curves' => { 272 => 0x76a43201 },
- 'custom1' => { 307 => 'Custom1' },
- 'custom10' => { 307 => 'Custom10' },
- 'custom2' => { 307 => 'Custom2' },
- 'custom3' => { 307 => 'Custom3' },
- 'custom4' => { 307 => 'Custom4' },
- 'custom5' => { 307 => 'Custom5' },
- 'custom6' => { 307 => 'Custom6' },
- 'custom7' => { 307 => 'Custom7' },
- 'custom8' => { 307 => 'Custom8' },
- 'custom9' => { 307 => 'Custom9' },
+ 'currentversion' => { 457 => 0xd000 },
+ 'curve0x' => { 474 => 'Curve0x' },
+ 'curve0y' => { 474 => 'Curve0y' },
+ 'curve1x' => { 474 => 'Curve1x' },
+ 'curve1y' => { 474 => 'Curve1y' },
+ 'curve2x' => { 474 => 'Curve2x' },
+ 'curve2y' => { 474 => 'Curve2y' },
+ 'curve3x' => { 474 => 'Curve3x' },
+ 'curve3y' => { 474 => 'Curve3y' },
+ 'curve4x' => { 474 => 'Curve4x' },
+ 'curve4y' => { 474 => 'Curve4y' },
+ 'curves' => { 274 => 0x76a43201 },
+ 'custom1' => { 309 => 'Custom1' },
+ 'custom10' => { 309 => 'Custom10' },
+ 'custom2' => { 309 => 'Custom2' },
+ 'custom3' => { 309 => 'Custom3' },
+ 'custom4' => { 309 => 'Custom4' },
+ 'custom5' => { 309 => 'Custom5' },
+ 'custom6' => { 309 => 'Custom6' },
+ 'custom7' => { 309 => 'Custom7' },
+ 'custom8' => { 309 => 'Custom8' },
+ 'custom9' => { 309 => 'Custom9' },
'customcolortone' => { 109 => 0x4c },
'customcontrast' => { 109 => 0x4e },
'customcontrols' => { 84 => 0x70c },
@@ -2066,69 +2068,69 @@ my %tagLookup = (
'customrawhighlightpoint' => { 109 => 0x51 },
'customrawshadow' => { 109 => 0x85 },
'customrawshadowpoint' => { 109 => 0x52 },
- 'customrendered' => { 119 => 0xa401, 191 => 0x6420, 484 => 'CustomRendered' },
- 'customsaturation' => { 109 => 0x4d, 297 => 0x503 },
- 'customsettingsalldefault' => { 279 => '0.2', 288 => '0.2' },
- 'customsettingsbank' => { 279 => '0.1', 280 => '0.1', 282 => '0.1', 283 => '0.1', 288 => '0.1', 292 => '0.2', 293 => '0.2', 295 => 0x1 },
+ 'customrendered' => { 119 => 0xa401, 191 => 0x6420, 486 => 'CustomRendered' },
+ 'customsaturation' => { 109 => 0x4d, 299 => 0x503 },
+ 'customsettingsalldefault' => { 281 => '0.2', 290 => '0.2' },
+ 'customsettingsbank' => { 281 => '0.1', 282 => '0.1', 284 => '0.1', 285 => '0.1', 290 => '0.1', 294 => '0.2', 295 => '0.2', 297 => 0x1 },
'customsharpness' => { 109 => 0x50 },
'customunsharpmaskfineness' => { 109 => 0xb8 },
'customunsharpmaskstrength' => { 109 => 0xb6 },
'customunsharpmaskthreshold' => { 109 => 0xba },
- 'customwb_rblevels' => { 425 => 0x1a },
- 'customwb_rgblevels' => { 408 => 0x8, 409 => 0x19 },
+ 'customwb_rblevels' => { 427 => 0x1a },
+ 'customwb_rgblevels' => { 410 => 0x8, 411 => 0x19 },
'customwbbluelevel' => { 184 => 0x36 },
'customwberror' => { 184 => 0x37 },
'customwbgreenlevel' => { 184 => 0x35 },
'customwbredlevel' => { 184 => 0x34 },
'customwbsetting' => { 184 => 0x26 },
- 'cx' => { 380 => '_cx_' },
- 'cy' => { 380 => '_cy_' },
- 'd-lightinghq' => { 272 => 0x2175eb78 },
- 'd-lightinghqcolorboost' => { 268 => 0x2 },
- 'd-lightinghqhighlight' => { 268 => 0x1 },
- 'd-lightinghqselected' => { 272 => 0x6a6e36b6 },
- 'd-lightinghqshadow' => { 268 => 0x0 },
- 'd-lightinghs' => { 272 => 0xce5554aa },
- 'd-lightinghsadjustment' => { 269 => 0x0 },
- 'd-lightinghscolorboost' => { 269 => 0x1 },
- 'd-rangeoptimizerhighlight' => { 455 => 0x8024 },
- 'd-rangeoptimizermode' => { 455 => 0x8022 },
- 'd-rangeoptimizershadow' => { 455 => 0x802d },
- 'd-rangeoptimizervalue' => { 455 => 0x8023 },
+ 'cx' => { 382 => '_cx_' },
+ 'cy' => { 382 => '_cy_' },
+ 'd-lightinghq' => { 274 => 0x2175eb78 },
+ 'd-lightinghqcolorboost' => { 270 => 0x2 },
+ 'd-lightinghqhighlight' => { 270 => 0x1 },
+ 'd-lightinghqselected' => { 274 => 0x6a6e36b6 },
+ 'd-lightinghqshadow' => { 270 => 0x0 },
+ 'd-lightinghs' => { 274 => 0xce5554aa },
+ 'd-lightinghsadjustment' => { 271 => 0x0 },
+ 'd-lightinghscolorboost' => { 271 => 0x1 },
+ 'd-rangeoptimizerhighlight' => { 457 => 0x8024 },
+ 'd-rangeoptimizermode' => { 457 => 0x8022 },
+ 'd-rangeoptimizershadow' => { 457 => 0x802d },
+ 'd-rangeoptimizervalue' => { 457 => 0x8023 },
'darkblacksegrows' => { 138 => 0x18d8 },
- 'darkfocusenvironment' => { 320 => 0x8003 },
+ 'darkfocusenvironment' => { 322 => 0x8003 },
'darkframecountfactor' => { 138 => 0xc85 },
'darkframelongexposure' => { 138 => 0xc84 },
'darkframeshortexposure' => { 138 => 0xc83 },
'darkpedestal' => { 138 => 0xc7f },
'datacompressionmethod' => { 133 => 0x6e },
'dataimprint' => { 181 => 0x34 },
- 'dataonscreen' => { 490 => 'DataOnScreen' },
- 'dataonscreenregion' => { 490 => [\'DataOnScreen','DataOnScreenRegion'] },
- 'dataonscreenregiond' => { 490 => [\'DataOnScreen','DataOnScreenRegionD'] },
- 'dataonscreenregionh' => { 490 => [\'DataOnScreen','DataOnScreenRegionH'] },
- 'dataonscreenregiontext' => { 490 => [\'DataOnScreen','DataOnScreenRegionText'] },
- 'dataonscreenregionunit' => { 490 => [\'DataOnScreen','DataOnScreenRegionUnit'] },
- 'dataonscreenregionw' => { 490 => [\'DataOnScreen','DataOnScreenRegionW'] },
- 'dataonscreenregionx' => { 490 => [\'DataOnScreen','DataOnScreenRegionX'] },
- 'dataonscreenregiony' => { 490 => [\'DataOnScreen','DataOnScreenRegionY'] },
- 'datascaling' => { 355 => 0x3d },
- 'date' => { 355 => 0x6, 481 => 'date' },
+ 'dataonscreen' => { 492 => 'DataOnScreen' },
+ 'dataonscreenregion' => { 492 => [\'DataOnScreen','DataOnScreenRegion'] },
+ 'dataonscreenregiond' => { 492 => [\'DataOnScreen','DataOnScreenRegionD'] },
+ 'dataonscreenregionh' => { 492 => [\'DataOnScreen','DataOnScreenRegionH'] },
+ 'dataonscreenregiontext' => { 492 => [\'DataOnScreen','DataOnScreenRegionText'] },
+ 'dataonscreenregionunit' => { 492 => [\'DataOnScreen','DataOnScreenRegionUnit'] },
+ 'dataonscreenregionw' => { 492 => [\'DataOnScreen','DataOnScreenRegionW'] },
+ 'dataonscreenregionx' => { 492 => [\'DataOnScreen','DataOnScreenRegionX'] },
+ 'dataonscreenregiony' => { 492 => [\'DataOnScreen','DataOnScreenRegionY'] },
+ 'datascaling' => { 357 => 0x3d },
+ 'date' => { 357 => 0x6, 483 => 'date' },
'dateacquired' => { 178 => 'DateAcquired', 179 => '{2CBAA8F5-D81F-47CA-B17A-F8D822300131} 100' },
- 'datecreated' => { 131 => 0x37, 492 => 'DateCreated' },
- 'datedisplayformat' => { 264 => 0x3 },
+ 'datecreated' => { 131 => 0x37, 494 => 'DateCreated' },
+ 'datedisplayformat' => { 266 => 0x3 },
'dateidentified' => { 118 => [\'Identification','IdentificationDateIdentified'] },
- 'dateimprint' => { 284 => '4.2' },
- 'daterecieved' => { 494 => 'dateRecieved' },
+ 'dateimprint' => { 286 => '4.2' },
+ 'daterecieved' => { 496 => 'dateRecieved' },
'datesent' => { 132 => 0x46 },
- 'datestampmode' => { 64 => 0x1c, 226 => 0x9d },
- 'datetime' => { 473 => 'datetime', 500 => 'DateTime' },
- 'datetimedigitized' => { 484 => 'DateTimeDigitized' },
- 'datetimeoriginal' => { 100 => 0x0, 119 => 0x9003, 154 => 0x14, 157 => 'OriginalDate', 375 => 'IDIT', 380 => 'date', 381 => 0xb, 382 => 0x3b, 383 => 0x3e, 484 => 'DateTimeOriginal' },
+ 'datestampmode' => { 64 => 0x1c, 227 => 0x9d },
+ 'datetime' => { 475 => 'datetime', 502 => 'DateTime' },
+ 'datetimedigitized' => { 486 => 'DateTimeDigitized' },
+ 'datetimeoriginal' => { 100 => 0x0, 119 => 0x9003, 154 => 0x14, 157 => 'OriginalDate', 377 => 'IDIT', 382 => 'date', 383 => 0xb, 384 => 0x3b, 385 => 0x3e, 486 => 'DateTimeOriginal' },
'datetimestamp' => { 140 => 0x64 },
- 'datetimeutc' => { 297 => 0x908 },
- 'daylightsavings' => { 78 => 0x3, 264 => 0x2 },
- 'dayofweek' => { 382 => 0x42, 383 => 0x4a },
+ 'datetimeutc' => { 299 => 0x908 },
+ 'daylightsavings' => { 78 => 0x3, 266 => 0x2 },
+ 'dayofweek' => { 384 => 0x42, 385 => 0x4a },
'dccontinent' => { 118 => [\'dctermsLocation','dctermsLocationContinent'] },
'dccoordinateprecision' => { 118 => [\'dctermsLocation','dctermsLocationCoordinatePrecision'] },
'dccoordinateuncertaintyinmeters' => { 118 => [\'dctermsLocation','dctermsLocationCoordinateUncertaintyInMeters'] },
@@ -2178,62 +2180,62 @@ my %tagLookup = (
'dcwaterbody' => { 118 => [\'dctermsLocation','dctermsLocationWaterBody'] },
'declination' => { 165 => 'Declination' },
'decposition' => { 181 => 0x32 },
- 'defaultautogray' => { 478 => 'DefaultAutoGray', 480 => 'DefaultAutoGray' },
- 'defaultautotone' => { 478 => 'DefaultAutoTone', 480 => 'DefaultAutoTone' },
+ 'defaultautogray' => { 480 => 'DefaultAutoGray', 482 => 'DefaultAutoGray' },
+ 'defaultautotone' => { 480 => 'DefaultAutoTone', 482 => 'DefaultAutoTone' },
'defaultblackrender' => { 119 => 0xc7a6 },
'defaultcroporigin' => { 119 => 0xc61f },
'defaultcropsize' => { 119 => 0xc620 },
'defaulteraseoption' => { 84 => 0x813 },
'defaultscale' => { 119 => 0xc61e },
- 'defaultsspecifictoiso' => { 478 => 'DefaultsSpecificToISO', 480 => 'DefaultsSpecificToISO' },
- 'defaultsspecifictoserial' => { 478 => 'DefaultsSpecificToSerial', 480 => 'DefaultsSpecificToSerial' },
+ 'defaultsspecifictoiso' => { 480 => 'DefaultsSpecificToISO', 482 => 'DefaultsSpecificToISO' },
+ 'defaultsspecifictoserial' => { 480 => 'DefaultsSpecificToSerial', 482 => 'DefaultsSpecificToSerial' },
'defaultusercrop' => { 119 => 0xc7b5 },
'defectisocode' => { 138 => 0x90f },
- 'defringe' => { 478 => 'Defringe', 480 => 'Defringe' },
- 'defringegreenamount' => { 478 => 'DefringeGreenAmount', 480 => 'DefringeGreenAmount' },
- 'defringegreenhuehi' => { 478 => 'DefringeGreenHueHi', 480 => 'DefringeGreenHueHi' },
- 'defringegreenhuelo' => { 478 => 'DefringeGreenHueLo', 480 => 'DefringeGreenHueLo' },
- 'defringepurpleamount' => { 478 => 'DefringePurpleAmount', 480 => 'DefringePurpleAmount' },
- 'defringepurplehuehi' => { 478 => 'DefringePurpleHueHi', 480 => 'DefringePurpleHueHi' },
- 'defringepurplehuelo' => { 478 => 'DefringePurpleHueLo', 480 => 'DefringePurpleHueLo' },
- 'dehaze' => { 478 => 'Dehaze', 480 => 'Dehaze' },
- 'deletedimagecount' => { 226 => 0xa6, 238 => 0x6e },
- 'deprecatedon' => { 476 => 'deprecatedOn' },
+ 'defringe' => { 480 => 'Defringe', 482 => 'Defringe' },
+ 'defringegreenamount' => { 480 => 'DefringeGreenAmount', 482 => 'DefringeGreenAmount' },
+ 'defringegreenhuehi' => { 480 => 'DefringeGreenHueHi', 482 => 'DefringeGreenHueHi' },
+ 'defringegreenhuelo' => { 480 => 'DefringeGreenHueLo', 482 => 'DefringeGreenHueLo' },
+ 'defringepurpleamount' => { 480 => 'DefringePurpleAmount', 482 => 'DefringePurpleAmount' },
+ 'defringepurplehuehi' => { 480 => 'DefringePurpleHueHi', 482 => 'DefringePurpleHueHi' },
+ 'defringepurplehuelo' => { 480 => 'DefringePurpleHueLo', 482 => 'DefringePurpleHueLo' },
+ 'dehaze' => { 480 => 'Dehaze', 482 => 'Dehaze' },
+ 'deletedimagecount' => { 227 => 0xa6, 240 => 0x6e },
+ 'deprecatedon' => { 478 => 'deprecatedOn' },
'depthfar' => { 119 => 0xc7eb },
'depthformat' => { 119 => 0xc7e9 },
- 'depthimage' => { 463 => 'Data' },
+ 'depthimage' => { 465 => 'Data' },
'depthmeasuretype' => { 119 => 0xc7ed },
'depthnear' => { 119 => 0xc7ea },
'depthunits' => { 119 => 0xc7ec },
- 'derivedfrom' => { 505 => 'DerivedFrom' },
- 'derivedfromalternatepaths' => { 505 => [\'DerivedFrom','DerivedFromAlternatePaths'] },
- 'derivedfromdocumentid' => { 505 => [\'DerivedFrom','DerivedFromDocumentID'] },
- 'derivedfromfilepath' => { 505 => [\'DerivedFrom','DerivedFromFilePath'] },
- 'derivedfromfrompart' => { 505 => [\'DerivedFrom','DerivedFromFromPart'] },
- 'derivedfrominstanceid' => { 505 => [\'DerivedFrom','DerivedFromInstanceID'] },
- 'derivedfromlastmodifydate' => { 505 => [\'DerivedFrom','DerivedFromLastModifyDate'] },
- 'derivedfromlasturl' => { 505 => [\'DerivedFrom','DerivedFromLastURL'] },
- 'derivedfromlinkcategory' => { 505 => [\'DerivedFrom','DerivedFromLinkCategory'] },
- 'derivedfromlinkform' => { 505 => [\'DerivedFrom','DerivedFromLinkForm'] },
- 'derivedfrommanager' => { 505 => [\'DerivedFrom','DerivedFromManager'] },
- 'derivedfrommanagervariant' => { 505 => [\'DerivedFrom','DerivedFromManagerVariant'] },
- 'derivedfrommanageto' => { 505 => [\'DerivedFrom','DerivedFromManageTo'] },
- 'derivedfrommanageui' => { 505 => [\'DerivedFrom','DerivedFromManageUI'] },
- 'derivedfrommaskmarkers' => { 505 => [\'DerivedFrom','DerivedFromMaskMarkers'] },
- 'derivedfromoriginaldocumentid' => { 505 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] },
- 'derivedfrompartmapping' => { 505 => [\'DerivedFrom','DerivedFromPartMapping'] },
- 'derivedfromplacedresolutionunit' => { 505 => [\'DerivedFrom','DerivedFromPlacedResolutionUnit'] },
- 'derivedfromplacedxresolution' => { 505 => [\'DerivedFrom','DerivedFromPlacedXResolution'] },
- 'derivedfromplacedyresolution' => { 505 => [\'DerivedFrom','DerivedFromPlacedYResolution'] },
- 'derivedfromrenditionclass' => { 505 => [\'DerivedFrom','DerivedFromRenditionClass'] },
- 'derivedfromrenditionparams' => { 505 => [\'DerivedFrom','DerivedFromRenditionParams'] },
- 'derivedfromtopart' => { 505 => [\'DerivedFrom','DerivedFromToPart'] },
- 'derivedfromversionid' => { 505 => [\'DerivedFrom','DerivedFromVersionID'] },
- 'description' => { 310 => 'Description', 372 => ['desc','dscp',"\xa9des"], 374 => 'description', 380 => 'dscp', 478 => 'Description', 480 => 'Description', 481 => 'description', 502 => 'Description' },
+ 'derivedfrom' => { 507 => 'DerivedFrom' },
+ 'derivedfromalternatepaths' => { 507 => [\'DerivedFrom','DerivedFromAlternatePaths'] },
+ 'derivedfromdocumentid' => { 507 => [\'DerivedFrom','DerivedFromDocumentID'] },
+ 'derivedfromfilepath' => { 507 => [\'DerivedFrom','DerivedFromFilePath'] },
+ 'derivedfromfrompart' => { 507 => [\'DerivedFrom','DerivedFromFromPart'] },
+ 'derivedfrominstanceid' => { 507 => [\'DerivedFrom','DerivedFromInstanceID'] },
+ 'derivedfromlastmodifydate' => { 507 => [\'DerivedFrom','DerivedFromLastModifyDate'] },
+ 'derivedfromlasturl' => { 507 => [\'DerivedFrom','DerivedFromLastURL'] },
+ 'derivedfromlinkcategory' => { 507 => [\'DerivedFrom','DerivedFromLinkCategory'] },
+ 'derivedfromlinkform' => { 507 => [\'DerivedFrom','DerivedFromLinkForm'] },
+ 'derivedfrommanager' => { 507 => [\'DerivedFrom','DerivedFromManager'] },
+ 'derivedfrommanagervariant' => { 507 => [\'DerivedFrom','DerivedFromManagerVariant'] },
+ 'derivedfrommanageto' => { 507 => [\'DerivedFrom','DerivedFromManageTo'] },
+ 'derivedfrommanageui' => { 507 => [\'DerivedFrom','DerivedFromManageUI'] },
+ 'derivedfrommaskmarkers' => { 507 => [\'DerivedFrom','DerivedFromMaskMarkers'] },
+ 'derivedfromoriginaldocumentid' => { 507 => [\'DerivedFrom','DerivedFromOriginalDocumentID'] },
+ 'derivedfrompartmapping' => { 507 => [\'DerivedFrom','DerivedFromPartMapping'] },
+ 'derivedfromplacedresolutionunit' => { 507 => [\'DerivedFrom','DerivedFromPlacedResolutionUnit'] },
+ 'derivedfromplacedxresolution' => { 507 => [\'DerivedFrom','DerivedFromPlacedXResolution'] },
+ 'derivedfromplacedyresolution' => { 507 => [\'DerivedFrom','DerivedFromPlacedYResolution'] },
+ 'derivedfromrenditionclass' => { 507 => [\'DerivedFrom','DerivedFromRenditionClass'] },
+ 'derivedfromrenditionparams' => { 507 => [\'DerivedFrom','DerivedFromRenditionParams'] },
+ 'derivedfromtopart' => { 507 => [\'DerivedFrom','DerivedFromToPart'] },
+ 'derivedfromversionid' => { 507 => [\'DerivedFrom','DerivedFromVersionID'] },
+ 'description' => { 312 => 'Description', 374 => ['desc','dscp',"\xa9des"], 376 => 'description', 382 => 'dscp', 480 => 'Description', 482 => 'Description', 483 => 'description', 504 => 'Description' },
'destination' => { 132 => 0x5 },
- 'destinationcity' => { 355 => 0x24, 361 => 0x3 },
- 'destinationcitycode' => { 362 => 0x1001 },
- 'destinationdst' => { 355 => 0x26, 361 => '0.3' },
+ 'destinationcity' => { 357 => 0x24, 363 => 0x3 },
+ 'destinationcitycode' => { 364 => 0x1001 },
+ 'destinationdst' => { 357 => 0x26, 363 => '0.3' },
'developmentdynamicrange' => { 127 => 0x1403 },
'deviantmatrixcustom' => { 138 => 0x7de },
'deviantmatrixdaylight' => { 138 => 0x7da },
@@ -2245,457 +2247,457 @@ my %tagLookup = (
'deviantwhiteflash' => { 138 => 0x841 },
'deviantwhitefluorescent' => { 138 => 0x840 },
'deviantwhitetungsten' => { 138 => 0x83f },
- 'device' => { 494 => 'device' },
- 'devicesettingdescription' => { 484 => 'DeviceSettingDescription' },
- 'devicesettingdescriptioncolumns' => { 484 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] },
- 'devicesettingdescriptionrows' => { 484 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] },
- 'devicesettingdescriptionsettings' => { 484 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] },
- 'devicetype' => { 394 => 0x2 },
+ 'device' => { 496 => 'device' },
+ 'devicesettingdescription' => { 486 => 'DeviceSettingDescription' },
+ 'devicesettingdescriptioncolumns' => { 486 => [\'DeviceSettingDescription','DeviceSettingDescriptionColumns'] },
+ 'devicesettingdescriptionrows' => { 486 => [\'DeviceSettingDescription','DeviceSettingDescriptionRows'] },
+ 'devicesettingdescriptionsettings' => { 486 => [\'DeviceSettingDescription','DeviceSettingDescriptionSettings'] },
+ 'devicetype' => { 396 => 0x2 },
'dewarpdata' => { 116 => 'DewarpData' },
'dewarpflag' => { 116 => 'DewarpFlag' },
'dialdirectiontvav' => { 84 => 0x706 },
- 'dietaryneeds' => { 496 => 'dietaryNeeds' },
- 'diffractioncompensation' => { 228 => 0x142, 229 => 0x1a2, 252 => 0xc4a0 },
- 'diffractioncorrection' => { 320 => 0xbc, 345 => 0x3 },
+ 'dietaryneeds' => { 498 => 'dietaryNeeds' },
+ 'diffractioncompensation' => { 229 => 0x142, 230 => 0x1a2, 254 => 0xc4a0 },
+ 'diffractioncorrection' => { 322 => 0xbc, 347 => 0x3 },
'diffractioncorrectionon' => { 103 => 0x2070b },
'digitalcreationdate' => { 131 => 0x3e },
'digitalcreationtime' => { 131 => 0x3f },
- 'digitaldeehighlightadj' => { 237 => 0x202 },
- 'digitaldeeshadowadj' => { 237 => 0x200 },
- 'digitaldeethreshold' => { 237 => 0x201 },
- 'digitalfilter' => { 397 => 0x59 },
- 'digitalfilter01' => { 342 => 0x5 },
- 'digitalfilter02' => { 342 => 0x16 },
- 'digitalfilter03' => { 342 => 0x27 },
- 'digitalfilter04' => { 342 => 0x38 },
- 'digitalfilter05' => { 342 => 0x49 },
- 'digitalfilter06' => { 342 => 0x5a },
- 'digitalfilter07' => { 342 => 0x6b },
- 'digitalfilter08' => { 342 => 0x7c },
- 'digitalfilter09' => { 342 => 0x8d },
- 'digitalfilter10' => { 342 => 0x9e },
- 'digitalfilter11' => { 342 => 0xaf },
- 'digitalfilter12' => { 342 => 0xc0 },
- 'digitalfilter13' => { 342 => 0xd1 },
- 'digitalfilter14' => { 342 => 0xe2 },
- 'digitalfilter15' => { 342 => 0xf3 },
- 'digitalfilter16' => { 342 => 0x104 },
- 'digitalfilter17' => { 342 => 0x115 },
- 'digitalfilter18' => { 342 => 0x126 },
- 'digitalfilter19' => { 342 => 0x137 },
- 'digitalfilter20' => { 342 => 0x148 },
+ 'digitaldeehighlightadj' => { 239 => 0x202 },
+ 'digitaldeeshadowadj' => { 239 => 0x200 },
+ 'digitaldeethreshold' => { 239 => 0x201 },
+ 'digitalfilter' => { 399 => 0x59 },
+ 'digitalfilter01' => { 344 => 0x5 },
+ 'digitalfilter02' => { 344 => 0x16 },
+ 'digitalfilter03' => { 344 => 0x27 },
+ 'digitalfilter04' => { 344 => 0x38 },
+ 'digitalfilter05' => { 344 => 0x49 },
+ 'digitalfilter06' => { 344 => 0x5a },
+ 'digitalfilter07' => { 344 => 0x6b },
+ 'digitalfilter08' => { 344 => 0x7c },
+ 'digitalfilter09' => { 344 => 0x8d },
+ 'digitalfilter10' => { 344 => 0x9e },
+ 'digitalfilter11' => { 344 => 0xaf },
+ 'digitalfilter12' => { 344 => 0xc0 },
+ 'digitalfilter13' => { 344 => 0xd1 },
+ 'digitalfilter14' => { 344 => 0xe2 },
+ 'digitalfilter15' => { 344 => 0xf3 },
+ 'digitalfilter16' => { 344 => 0x104 },
+ 'digitalfilter17' => { 344 => 0x115 },
+ 'digitalfilter18' => { 344 => 0x126 },
+ 'digitalfilter19' => { 344 => 0x137 },
+ 'digitalfilter20' => { 344 => 0x148 },
'digitalgain' => { 74 => 0xb },
'digitalgem' => { 215 => 0x0 },
- 'digitalice' => { 237 => 0x100 },
- 'digitalimageguid' => { 490 => 'DigImageGUID' },
- 'digitalroc' => { 235 => 0x0 },
- 'digitalsourcefiletype' => { 490 => 'DigitalSourcefileType' },
- 'digitalsourcetype' => { 490 => 'DigitalSourceType' },
- 'digitalzoom' => { 34 => 0xc, 112 => 0xa, 127 => 0x1044, 140 => 0x68, 151 => 0x22, 152 => 0x1e, 156 => 'DigitalZoom', 181 => 0xc, 226 => 0x86, 262 => 0xa, 302 => 0x204, 355 => 0x1e, 362 => 0xa, 396 => 0x204, 442 => 0x12, 443 => 0x12 },
- 'digitalzoomon' => { 396 => 0x21b },
- 'digitalzoomratio' => { 119 => 0xa404, 431 => 0x200, 433 => 0x21c, 484 => 'DigitalZoomRatio' },
- 'director' => { 179 => 'WM/Director', 372 => "\xa9dir", 374 => 'director', 380 => "\xa9dir", 504 => 'director' },
- 'directorphotography' => { 504 => 'directorPhotography' },
+ 'digitalice' => { 239 => 0x100 },
+ 'digitalimageguid' => { 492 => 'DigImageGUID' },
+ 'digitalroc' => { 237 => 0x0 },
+ 'digitalsourcefiletype' => { 492 => 'DigitalSourcefileType' },
+ 'digitalsourcetype' => { 492 => 'DigitalSourceType' },
+ 'digitalzoom' => { 34 => 0xc, 112 => 0xa, 127 => 0x1044, 140 => 0x68, 151 => 0x22, 152 => 0x1e, 156 => 'DigitalZoom', 181 => 0xc, 227 => 0x86, 264 => 0xa, 304 => 0x204, 357 => 0x1e, 364 => 0xa, 398 => 0x204, 444 => 0x12, 445 => 0x12 },
+ 'digitalzoomon' => { 398 => 0x21b },
+ 'digitalzoomratio' => { 119 => 0xa404, 433 => 0x200, 435 => 0x21c, 486 => 'DigitalZoomRatio' },
+ 'director' => { 179 => 'WM/Director', 374 => "\xa9dir", 376 => 'director', 382 => "\xa9dir", 506 => 'director' },
+ 'directorphotography' => { 506 => 'directorPhotography' },
'directory' => { 120 => 'Directory' },
'directoryindex' => { 7 => 0x137, 9 => 0x2dc, 11 => 0x17e, 13 => 0x238, 14 => 0x13f, 15 => 0x133, 16 => 0x1df, 17 => 0x1a7, 18 => 0x1f0, 19 => 0xcc, 20 => 0x1c7, 21 => 0x298, 22 => 0x1e7, 23 => 0x1e5, 24 => [0x27c,0x280], 25 => 0x2b6, 26 => 0x2bf, 28 => 0x1f7, 29 => 0x4ba },
'directoryindex2' => { 21 => 0x29c },
- 'directorynumber' => { 208 => 0x3, 383 => 0x12 },
- 'disableautocreation' => { 461 => 'DisableAutoCreation' },
- 'disclaimer' => { 310 => 'Disclaimer' },
- 'discnumber' => { 504 => 'discNumber' },
- 'dishtype' => { 496 => 'dishType' },
- 'disknumber' => { 372 => 'disk' },
+ 'directorynumber' => { 208 => 0x3, 385 => 0x12 },
+ 'disableautocreation' => { 463 => 'DisableAutoCreation' },
+ 'disclaimer' => { 312 => 'Disclaimer' },
+ 'discnumber' => { 506 => 'discNumber' },
+ 'dishtype' => { 498 => 'dishType' },
+ 'disknumber' => { 374 => 'disk' },
'displayallafpoints' => { 84 => 0x514 },
'displayaperture' => { 34 => 0x23 },
- 'displayedunitsx' => { 370 => 0x2 },
- 'displayedunitsy' => { 370 => 0x6 },
- 'displayname' => { 374 => 'displayname', 493 => 'displayName' },
+ 'displayedunitsx' => { 372 => 0x2 },
+ 'displayedunitsy' => { 372 => 0x6 },
+ 'displayname' => { 376 => 'displayname', 495 => 'displayName' },
'distance1' => { 140 => 0x28 },
'distance2' => { 140 => 0x2c },
'distance3' => { 140 => 0x30 },
'distance4' => { 140 => 0x34 },
- 'distortion' => { 394 => 0xa050 },
- 'distortioncompensation' => { 455 => 0x8040 },
- 'distortioncontrol' => { 238 => 0x10 },
- 'distortioncorrection' => { 79 => 0x3, 103 => 0x20705, 109 => 0x67, 119 => 0x7036, 297 => 0x50b, 324 => '7.1', 345 => 0x0, 450 => 0x601, 451 => 0x5b },
- 'distortioncorrection2' => { 301 => 0x1011 },
- 'distortioncorrectionalreadyapplied' => { 475 => 'DistortionCorrectionAlreadyApplied' },
+ 'distortion' => { 396 => 0xa050 },
+ 'distortioncompensation' => { 457 => 0x8040 },
+ 'distortioncontrol' => { 240 => 0x10 },
+ 'distortioncorrection' => { 79 => 0x3, 103 => 0x20705, 109 => 0x67, 119 => 0x7036, 299 => 0x50b, 326 => '7.1', 347 => 0x0, 452 => 0x601, 453 => 0x5b },
+ 'distortioncorrection2' => { 303 => 0x1011 },
+ 'distortioncorrectionalreadyapplied' => { 477 => 'DistortionCorrectionAlreadyApplied' },
'distortioncorrectionon' => { 103 => '0x20705.0', 109 => 0x63 },
- 'distortioncorrectionsetting' => { 80 => 0x7, 420 => 0x2013 },
+ 'distortioncorrectionsetting' => { 80 => 0x7, 422 => 0x2013 },
'distortioncorrectionvalue' => { 79 => 0x9 },
- 'distortioncorrparams' => { 119 => 0x7037, 430 => 0x1a23, 433 => 0x1870, 435 => 0x189c, 436 => 0x18cc, 437 => 0x17d0, 450 => 0x6ca, 451 => 0x64 },
- 'distortioncorrparamsnumber' => { 433 => 0x1899, 435 => 0x18c5, 436 => 0x18f5, 437 => 0x17f9 },
- 'distortioncorrparamspresent' => { 433 => 0x1898, 435 => 0x18c4, 436 => 0x18f4, 437 => 0x17f8, 439 => 0x10b, 440 => 0x10b, 450 => 0x600, 451 => 0x5a },
+ 'distortioncorrparams' => { 119 => 0x7037, 432 => 0x1a23, 435 => 0x1870, 437 => 0x189c, 438 => 0x18cc, 439 => 0x17d0, 452 => 0x6ca, 453 => 0x64 },
+ 'distortioncorrparamsnumber' => { 435 => 0x1899, 437 => 0x18c5, 438 => 0x18f5, 439 => 0x17f9 },
+ 'distortioncorrparamspresent' => { 435 => 0x1898, 437 => 0x18c4, 438 => 0x18f4, 439 => 0x17f8, 441 => 0x10b, 442 => 0x10b, 452 => 0x600, 453 => 0x5a },
'distortioneffect' => { 103 => 0x20709 },
- 'distortionn' => { 324 => 0xc },
- 'distortionparam02' => { 324 => 0x2 },
- 'distortionparam04' => { 324 => 0x4 },
- 'distortionparam08' => { 324 => 0x8 },
- 'distortionparam09' => { 324 => 0x9 },
- 'distortionparam11' => { 324 => 0xb },
- 'distortionscale' => { 324 => 0x5 },
- 'distributor' => { 494 => 'distributor' },
- 'distributorproductid' => { 493 => 'distributorProductID' },
+ 'distortionn' => { 326 => 0xc },
+ 'distortionparam02' => { 326 => 0x2 },
+ 'distortionparam04' => { 326 => 0x4 },
+ 'distortionparam08' => { 326 => 0x8 },
+ 'distortionparam09' => { 326 => 0x9 },
+ 'distortionparam11' => { 326 => 0xb },
+ 'distortionscale' => { 326 => 0x5 },
+ 'distributor' => { 496 => 'distributor' },
+ 'distributorproductid' => { 495 => 'distributorProductID' },
'dloon' => { 103 => '0x20706.0', 109 => 0xdc },
'dlosetting' => { 103 => 0x20706, 109 => 0xdd },
'dlosettingapplied' => { 102 => 0x4 },
'dloshootingdistance' => { 109 => 0xde },
'dloversion' => { 102 => 0x5 },
- 'dmcomment' => { 504 => 'comment' },
+ 'dmcomment' => { 506 => 'comment' },
'dmdithermatrix' => { 138 => 0xc7a },
'dmdithermatrixheight' => { 138 => 0xc7c },
'dmdithermatrixwidth' => { 138 => 0xc7b },
'dngadobedata' => { 119 => 0xc634 },
'dngbackwardversion' => { 119 => 0xc613 },
- 'dngignoresidecars' => { 478 => 'DNGIgnoreSidecars', 480 => 'DNGIgnoreSidecars' },
+ 'dngignoresidecars' => { 480 => 'DNGIgnoreSidecars', 482 => 'DNGIgnoreSidecars' },
'dnglensinfo' => { 119 => 0xc630 },
'dngprivatedata' => { 119 => 0xc634 },
'dngversion' => { 119 => 0xc612 },
- 'document' => { 310 => 'Document' },
- 'documentancestors' => { 492 => 'DocumentAncestors' },
+ 'document' => { 312 => 'Document' },
+ 'documentancestors' => { 494 => 'DocumentAncestors' },
'documenthistory' => { 131 => 0xe7 },
- 'documentid' => { 505 => 'DocumentID' },
+ 'documentid' => { 507 => 'DocumentID' },
'documentname' => { 119 => 0x10d },
'documentnotes' => { 131 => 0xe6 },
- 'doi' => { 494 => 'doi' },
- 'dopesheet' => { 490 => 'Dopesheet' },
- 'dopesheetlink' => { 490 => 'DopesheetLink' },
- 'dopesheetlinklink' => { 490 => [\'DopesheetLink','DopesheetLinkLink'] },
- 'dopesheetlinklinkqualifier' => { 490 => [\'DopesheetLink','DopesheetLinkLinkQualifier'] },
+ 'doi' => { 496 => 'doi' },
+ 'dopesheet' => { 492 => 'Dopesheet' },
+ 'dopesheetlink' => { 492 => 'DopesheetLink' },
+ 'dopesheetlinklink' => { 492 => [\'DopesheetLink','DopesheetLinkLink'] },
+ 'dopesheetlinklinkqualifier' => { 492 => [\'DopesheetLink','DopesheetLinkLinkQualifier'] },
'doublingmicrovolts' => { 138 => 0xc82 },
- 'dpp' => { 473 => 'dpp' },
+ 'dpp' => { 475 => 'dpp' },
'dr4cameramodel' => { 104 => 0x3 },
'drangepriority' => { 127 => 0x1443 },
'drangepriorityauto' => { 127 => 0x1444 },
'drangepriorityfixed' => { 127 => 0x1445 },
- 'drivemode' => { 113 => 0x3103, 125 => '0.1', 181 => 0x6, 184 => 0x1e, 187 => 0xe, 191 => 0x64d0, 297 => 0x600, 355 => 0x34, 387 => 0x1002, 397 => 0x3, 407 => 0x4, 408 => 0x7e, 409 => 0x34 },
- 'drivemode2' => { 184 => 0xa, 336 => 0x7, 418 => 0xe, 425 => 0x1 },
- 'drivemodesetting' => { 409 => 0x4 },
+ 'drivemode' => { 113 => 0x3103, 125 => '0.1', 181 => 0x6, 184 => 0x1e, 187 => 0xe, 191 => 0x64d0, 299 => 0x600, 357 => 0x34, 389 => 0x1002, 399 => 0x3, 409 => 0x4, 410 => 0x7e, 411 => 0x34 },
+ 'drivemode2' => { 184 => 0xa, 338 => 0x7, 420 => 0xe, 427 => 0x1 },
+ 'drivemodesetting' => { 411 => 0x4 },
'drivespeed' => { 125 => '0.2' },
- 'dspfirmwareversion' => { 355 => 0x27 },
- 'duration' => { 67 => 0x6a, 155 => 'Duration', 169 => 'Duration', 496 => 'duration', 504 => 'duration' },
- 'durationscale' => { 504 => [\'duration','durationScale'] },
- 'durationvalue' => { 504 => [\'duration','durationValue'] },
+ 'dspfirmwareversion' => { 357 => 0x27 },
+ 'duration' => { 67 => 0x6a, 155 => 'Duration', 169 => 'Duration', 498 => 'duration', 506 => 'duration' },
+ 'durationscale' => { 506 => [\'duration','durationScale'] },
+ 'durationvalue' => { 506 => [\'duration','durationValue'] },
'dustremovaldata' => { 64 => 0x97 },
- 'dxcropalert' => { 229 => 0x23c },
- 'dynamicafarea' => { 279 => '1.4', 288 => '1.4' },
- 'dynamicareaafassist' => { 295 => 0x18 },
- 'dynamicareaafdisplay' => { 280 => '46.1', 282 => '47.1', 283 => '47.1', 292 => '47.1', 293 => '47.1' },
+ 'dxcropalert' => { 230 => 0x23c },
+ 'dynamicafarea' => { 281 => '1.4', 290 => '1.4' },
+ 'dynamicareaafassist' => { 297 => 0x18 },
+ 'dynamicareaafdisplay' => { 282 => '46.1', 284 => '47.1', 285 => '47.1', 294 => '47.1', 295 => '47.1' },
'dynamicrange' => { 127 => 0x1400 },
- 'dynamicrangeboost' => { 320 => 0xee },
- 'dynamicrangeexpansion' => { 355 => 0x69, 387 => 0x100e },
+ 'dynamicrangeboost' => { 322 => 0xee },
+ 'dynamicrangeexpansion' => { 357 => 0x69, 389 => 0x100e },
'dynamicrangemax' => { 108 => 0x7c },
'dynamicrangemin' => { 108 => 0x7a },
- 'dynamicrangeoptimizer' => { 184 => 0x15, 420 => [0xb025,0xb04f], 429 => 0x1144, 430 => [0x1144,0x324], 431 => [0x1120,0x300], 432 => [0x119c,0x37c], 433 => [0x1178,0x328], 434 => [0x1030,0x50], 435 => [0x228,0x50], 436 => [0x228,0x50], 437 => [0x21b,0x4e] },
- 'dynamicrangeoptimizerbracket' => { 418 => 0x2e },
- 'dynamicrangeoptimizerlevel' => { 407 => 0x19, 408 => 0x17, 409 => 0xd, 418 => 0x79, 425 => 0x5 },
- 'dynamicrangeoptimizermode' => { 187 => 0x15, 407 => 0x18, 408 => 0x16, 418 => [0x77,0x15] },
- 'dynamicrangeoptimizersetting' => { 184 => 0x27, 409 => 0xc, 425 => 0x4 },
+ 'dynamicrangeoptimizer' => { 184 => 0x15, 422 => [0xb025,0xb04f], 431 => 0x1144, 432 => [0x1144,0x324], 433 => [0x1120,0x300], 434 => [0x119c,0x37c], 435 => [0x1178,0x328], 436 => [0x1030,0x50], 437 => [0x228,0x50], 438 => [0x228,0x50], 439 => [0x21b,0x4e] },
+ 'dynamicrangeoptimizerbracket' => { 420 => 0x2e },
+ 'dynamicrangeoptimizerlevel' => { 409 => 0x19, 410 => 0x17, 411 => 0xd, 420 => 0x79, 427 => 0x5 },
+ 'dynamicrangeoptimizermode' => { 187 => 0x15, 409 => 0x18, 410 => 0x16, 420 => [0x77,0x15] },
+ 'dynamicrangeoptimizersetting' => { 184 => 0x27, 411 => 0xc, 427 => 0x4 },
'dynamicrangesetting' => { 127 => 0x1402 },
- 'e-dialinprogram' => { 336 => '1.3' },
+ 'e-dialinprogram' => { 338 => '1.3' },
'earliestageorloweststage' => { 118 => [\'GeologicalContext','GeologicalContextEarliestAgeOrLowestStage'] },
'earliesteonorlowesteonothem' => { 118 => [\'GeologicalContext','GeologicalContextEarliestEonOrLowestEonothem'] },
'earliestepochorlowestseries' => { 118 => [\'GeologicalContext','GeologicalContextEarliestEpochOrLowestSeries'] },
'earliesteraorlowesterathem' => { 118 => [\'GeologicalContext','GeologicalContextEarliestEraOrLowestErathem'] },
'earliestperiodorlowestsystem' => { 118 => [\'GeologicalContext','GeologicalContextEarliestPeriodOrLowestSystem'] },
- 'earthpos' => { 458 => 'EarthPos' },
- 'earthposaltitude' => { 458 => [\'EarthPos','EarthPosAltitude'] },
- 'earthposlatitude' => { 458 => [\'EarthPos','EarthPosLatitude'] },
- 'earthposlongitude' => { 458 => [\'EarthPos','EarthPosLongitude'] },
- 'earthposrotationw' => { 458 => [\'EarthPos','EarthPosRotationW'] },
- 'earthposrotationx' => { 458 => [\'EarthPos','EarthPosRotationX'] },
- 'earthposrotationy' => { 458 => [\'EarthPos','EarthPosRotationY'] },
- 'earthposrotationz' => { 458 => [\'EarthPos','EarthPosRotationZ'] },
- 'earthpostimestamp' => { 458 => [\'EarthPos','EarthPosTimestamp'] },
- 'easyexposurecomp' => { 294 => '6.1' },
- 'easyexposurecompensation' => { 279 => '6.4', 280 => '6.5', 282 => '6.3', 283 => '6.3', 287 => '5.1', 288 => '4.4', 289 => '5.2', 292 => '6.3', 293 => '6.3', 295 => 0x1d },
+ 'earthpos' => { 460 => 'EarthPos' },
+ 'earthposaltitude' => { 460 => [\'EarthPos','EarthPosAltitude'] },
+ 'earthposlatitude' => { 460 => [\'EarthPos','EarthPosLatitude'] },
+ 'earthposlongitude' => { 460 => [\'EarthPos','EarthPosLongitude'] },
+ 'earthposrotationw' => { 460 => [\'EarthPos','EarthPosRotationW'] },
+ 'earthposrotationx' => { 460 => [\'EarthPos','EarthPosRotationX'] },
+ 'earthposrotationy' => { 460 => [\'EarthPos','EarthPosRotationY'] },
+ 'earthposrotationz' => { 460 => [\'EarthPos','EarthPosRotationZ'] },
+ 'earthpostimestamp' => { 460 => [\'EarthPos','EarthPosTimestamp'] },
+ 'easyexposurecomp' => { 296 => '6.1' },
+ 'easyexposurecompensation' => { 281 => '6.4', 282 => '6.5', 284 => '6.3', 285 => '6.3', 289 => '5.1', 290 => '4.4', 291 => '5.2', 294 => '6.3', 295 => '6.3', 297 => 0x1d },
'easymode' => { 34 => 0xb },
'edgemapslope' => { 138 => 0x930 },
'edgemapx1' => { 138 => 0x931 },
'edgemapx2' => { 138 => 0x932 },
'edgemapx3' => { 138 => 0x934 },
'edgemapx4' => { 138 => 0x935 },
- 'edgenoisereduction' => { 273 => 0x4, 455 => 0x8028 },
- 'edit1' => { 380 => "\xa9ed1" },
- 'edit2' => { 380 => "\xa9ed2" },
- 'edit3' => { 380 => "\xa9ed3" },
- 'edit4' => { 380 => "\xa9ed4" },
- 'edit5' => { 380 => "\xa9ed5" },
- 'edit6' => { 380 => "\xa9ed6" },
- 'edit7' => { 380 => "\xa9ed7" },
- 'edit8' => { 380 => "\xa9ed8" },
- 'edit9' => { 380 => "\xa9ed9" },
- 'edition' => { 494 => 'edition' },
+ 'edgenoisereduction' => { 275 => 0x4, 457 => 0x8028 },
+ 'edit1' => { 382 => "\xa9ed1" },
+ 'edit2' => { 382 => "\xa9ed2" },
+ 'edit3' => { 382 => "\xa9ed3" },
+ 'edit4' => { 382 => "\xa9ed4" },
+ 'edit5' => { 382 => "\xa9ed5" },
+ 'edit6' => { 382 => "\xa9ed6" },
+ 'edit7' => { 382 => "\xa9ed7" },
+ 'edit8' => { 382 => "\xa9ed8" },
+ 'edit9' => { 382 => "\xa9ed9" },
+ 'edition' => { 496 => 'edition' },
'editorialupdate' => { 131 => 0x8 },
- 'editstatus' => { 131 => 0x7, 367 => 'EditStatus', 473 => 'EditStatus' },
- 'editversionname' => { 272 => 0x3d136244 },
- 'effectivelv' => { 355 => 0x2d },
- 'effectivemaxaperture' => { 219 => 0x12, 220 => 0x13, 224 => 0x14 },
- 'eissn' => { 494 => 'eIssn' },
+ 'editstatus' => { 131 => 0x7, 369 => 'EditStatus', 475 => 'EditStatus' },
+ 'editversionname' => { 274 => 0x3d136244 },
+ 'effectivelv' => { 357 => 0x2d },
+ 'effectivemaxaperture' => { 220 => 0x12, 221 => 0x13, 225 => 0x14 },
+ 'eissn' => { 496 => 'eIssn' },
'electricalblackcolumns' => { 138 => 0x1810 },
- 'electronicfront-curtainshutter' => { 282 => '5.2', 283 => '5.2', 292 => '5.3', 293 => '5.2' },
- 'electronicfrontcurtainshutter' => { 420 => 0x201a },
+ 'electronicfront-curtainshutter' => { 284 => '5.2', 285 => '5.2', 294 => '5.3', 295 => '5.2' },
+ 'electronicfrontcurtainshutter' => { 422 => 0x201a },
'elevation' => { 165 => 'Elevation' },
'email' => { 157 => 'EMail' },
- 'embargodate' => { 497 => 'embargoDate' },
- 'embdencrightsexpr' => { 490 => 'EmbdEncRightsExpr' },
- 'embeddedencodedrightsexpr' => { 490 => [\'EmbdEncRightsExpr','EmbdEncRightsExprEncRightsExpr'] },
- 'embeddedencodedrightsexprlangid' => { 490 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprLangId'] },
- 'embeddedencodedrightsexprtype' => { 490 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprEncType'] },
- 'embeddedxmpdigest' => { 492 => 'EmbeddedXMPDigest' },
+ 'embargodate' => { 499 => 'embargoDate' },
+ 'embdencrightsexpr' => { 492 => 'EmbdEncRightsExpr' },
+ 'embeddedencodedrightsexpr' => { 492 => [\'EmbdEncRightsExpr','EmbdEncRightsExprEncRightsExpr'] },
+ 'embeddedencodedrightsexprlangid' => { 492 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprLangId'] },
+ 'embeddedencodedrightsexprtype' => { 492 => [\'EmbdEncRightsExpr','EmbdEncRightsExprRightsExprEncType'] },
+ 'embeddedxmpdigest' => { 494 => 'EmbeddedXMPDigest' },
'emissivity' => { 121 => 0x3 },
- 'emptyslotrelease' => { 229 => 0x625 },
+ 'emptyslotrelease' => { 230 => 0x625 },
'enablechromanoisereduction' => { 138 => 0xe6e },
'enablesharpening' => { 138 => 0x92e },
- 'encodedby' => { 179 => 'WM/EncodedBy', 372 => "\xa9enc" },
- 'encodedwith' => { 374 => 'Encoded_With' },
- 'encoder' => { 372 => "\xa9too", 380 => "\xa9too" },
- 'encoderid' => { 380 => "\xa9enc" },
+ 'encodedby' => { 179 => 'WM/EncodedBy', 374 => "\xa9enc" },
+ 'encodedwith' => { 376 => 'Encoded_With' },
+ 'encoder' => { 374 => "\xa9too", 382 => "\xa9too" },
+ 'encoderid' => { 382 => "\xa9enc" },
'encodingtime' => { 179 => 'WM/EncodingTime' },
- 'encryptionkey' => { 394 => 0xa020 },
- 'endingpage' => { 494 => 'endingPage' },
- 'enduser' => { 307 => 'EndUser' },
- 'enduserid' => { 307 => [\'EndUser','EndUserEndUserID'] },
- 'endusername' => { 307 => [\'EndUser','EndUserEndUserName'] },
- 'energysavingmode' => { 229 => 0x648 },
- 'engineer' => { 504 => 'engineer' },
- 'enhancedarktones' => { 265 => 0x8 },
- 'enhancedetailsalreadyapplied' => { 475 => 'EnhanceDetailsAlreadyApplied' },
- 'enhancedetailsversion' => { 475 => 'EnhanceDetailsVersion' },
+ 'encryptionkey' => { 396 => 0xa020 },
+ 'endingpage' => { 496 => 'endingPage' },
+ 'enduser' => { 309 => 'EndUser' },
+ 'enduserid' => { 309 => [\'EndUser','EndUserEndUserID'] },
+ 'endusername' => { 309 => [\'EndUser','EndUserEndUserName'] },
+ 'energysavingmode' => { 230 => 0x648 },
+ 'engineer' => { 506 => 'engineer' },
+ 'enhancedarktones' => { 267 => 0x8 },
+ 'enhancedetailsalreadyapplied' => { 477 => 'EnhanceDetailsAlreadyApplied' },
+ 'enhancedetailsversion' => { 477 => 'EnhanceDetailsVersion' },
'enhancement' => { 112 => 0x16, 113 => 0x3016 },
'enhanceparams' => { 119 => 0xc7ee },
- 'enhancer' => { 301 => 0x300 },
- 'enhancervalues' => { 301 => 0x301 },
- 'enhancesuperresolutionalreadyapplied' => { 475 => 'EnhanceSuperResolutionAlreadyApplied' },
- 'enhancesuperresolutionscale' => { 475 => 'EnhanceSuperResolutionScale' },
- 'enhancesuperresolutionversion' => { 475 => 'EnhanceSuperResolutionVersion' },
+ 'enhancer' => { 303 => 0x300 },
+ 'enhancervalues' => { 303 => 0x301 },
+ 'enhancesuperresolutionalreadyapplied' => { 477 => 'EnhanceSuperResolutionAlreadyApplied' },
+ 'enhancesuperresolutionscale' => { 477 => 'EnhanceSuperResolutionScale' },
+ 'enhancesuperresolutionversion' => { 477 => 'EnhanceSuperResolutionVersion' },
'envelopenumber' => { 132 => 0x28 },
'envelopepriority' => { 132 => 0x3c },
'enveloperecordversion' => { 132 => 0x0 },
- 'episode' => { 490 => 'Episode' },
- 'episodeglobaluniqueid' => { 372 => 'egid' },
- 'episodeidentifier' => { 490 => [\'Episode','EpisodeIdentifier'] },
- 'episodename' => { 490 => [\'Episode','EpisodeName'] },
- 'episodenumber' => { 490 => [\'Episode','EpisodeNumber'] },
- 'epsonimageheight' => { 302 => 0x20c },
- 'epsonimagewidth' => { 302 => 0x20b },
- 'epsonsoftware' => { 302 => 0x20d },
- 'equipmentinstitution' => { 457 => 'EquipmentInstitution' },
- 'equipmentmanufacturer' => { 457 => 'EquipmentManufacturer' },
- 'equipmentversion' => { 298 => 0x0 },
+ 'episode' => { 492 => 'Episode' },
+ 'episodeglobaluniqueid' => { 374 => 'egid' },
+ 'episodeidentifier' => { 492 => [\'Episode','EpisodeIdentifier'] },
+ 'episodename' => { 492 => [\'Episode','EpisodeName'] },
+ 'episodenumber' => { 492 => [\'Episode','EpisodeNumber'] },
+ 'epsonimageheight' => { 304 => 0x20c },
+ 'epsonimagewidth' => { 304 => 0x20b },
+ 'epsonsoftware' => { 304 => 0x20d },
+ 'equipmentinstitution' => { 459 => 'EquipmentInstitution' },
+ 'equipmentmanufacturer' => { 459 => 'EquipmentManufacturer' },
+ 'equipmentversion' => { 300 => 0x0 },
'ettlii' => { 84 => 0x304, 85 => 0xd, 86 => 0xe, 87 => 0x7, 88 => 0x7, 89 => 0xe },
- 'event' => { 459 => 'Event', 471 => 'Event', 490 => 'Event', 494 => 'event' },
- 'eventalias' => { 493 => 'eventAlias' },
+ 'event' => { 461 => 'Event', 473 => 'Event', 492 => 'Event', 496 => 'event' },
+ 'eventalias' => { 495 => 'eventAlias' },
'eventdate' => { 118 => [\'Event','EventEventDate'] },
'eventday' => { 118 => [\'Event','EventDay'] },
'eventearliestdate' => { 118 => [\'Event','EventEarliestDate'] },
- 'eventend' => { 493 => 'eventEnd' },
+ 'eventend' => { 495 => 'eventEnd' },
'eventenddayofyear' => { 118 => [\'Event','EventEndDayOfYear'] },
'eventfieldnotes' => { 118 => [\'Event','EventFieldNotes'] },
'eventfieldnumber' => { 118 => [\'Event','EventFieldNumber'] },
'eventhabitat' => { 118 => [\'Event','EventHabitat'] },
- 'eventid' => { 118 => [\'Event','EventEventID'], 490 => 'EventId' },
+ 'eventid' => { 118 => [\'Event','EventEventID'], 492 => 'EventId' },
'eventlatestdate' => { 118 => [\'Event','EventLatestDate'] },
'eventmonth' => { 118 => [\'Event','EventMonth'] },
- 'eventnumber' => { 381 => 0x9, 382 => 0x37, 383 => 0x3a },
+ 'eventnumber' => { 383 => 0x9, 384 => 0x37, 385 => 0x3a },
'eventparenteventid' => { 118 => [\'Event','EventParentEventID'] },
'eventremarks' => { 118 => [\'Event','EventEventRemarks'] },
'eventsamplesizeunit' => { 118 => [\'Event','EventSampleSizeUnit'] },
'eventsamplesizevalue' => { 118 => [\'Event','EventSampleSizeValue'] },
'eventsamplingeffort' => { 118 => [\'Event','EventSamplingEffort'] },
'eventsamplingprotocol' => { 118 => [\'Event','EventSamplingProtocol'] },
- 'eventstart' => { 493 => 'eventStart' },
+ 'eventstart' => { 495 => 'eventStart' },
'eventstartdayofyear' => { 118 => [\'Event','EventStartDayOfYear'] },
- 'eventsubtype' => { 493 => 'eventSubtype' },
+ 'eventsubtype' => { 495 => 'eventSubtype' },
'eventtime' => { 118 => [\'Event','EventEventTime'] },
- 'eventtype' => { 493 => 'eventType' },
+ 'eventtype' => { 495 => 'eventType' },
'eventverbatimeventdate' => { 118 => [\'Event','EventVerbatimEventDate'] },
'eventyear' => { 118 => [\'Event','EventYear'] },
- 'evfgrid' => { 295 => 0x165 },
- 'evfimageframe' => { 295 => 0x164 },
- 'evfreleaseindicator' => { 295 => 0x24f },
- 'evfwarmdisplaybrightness' => { 295 => 0x24d },
- 'evfwarmdisplaymode' => { 295 => 0x24b },
- 'evsteps' => { 336 => '1.2', 338 => 0x0 },
- 'evstepsize' => { 284 => '5.1', 285 => '6.1', 286 => '6.1', 290 => '0.7' },
- 'exclusivecoverage' => { 468 => 'ExclusiveCoverage' },
- 'exclusivityenddate' => { 497 => 'exclusivityEndDate' },
+ 'evfgrid' => { 297 => 0x165 },
+ 'evfimageframe' => { 297 => 0x164 },
+ 'evfreleaseindicator' => { 297 => 0x24f },
+ 'evfwarmdisplaybrightness' => { 297 => 0x24d },
+ 'evfwarmdisplaymode' => { 297 => 0x24b },
+ 'evsteps' => { 338 => '1.2', 340 => 0x0 },
+ 'evstepsize' => { 286 => '5.1', 287 => '6.1', 288 => '6.1', 292 => '0.7' },
+ 'exclusivecoverage' => { 470 => 'ExclusiveCoverage' },
+ 'exclusivityenddate' => { 499 => 'exclusivityEndDate' },
'excursiontolerance' => { 133 => 0x82 },
- 'executiveproducer' => { 372 => "\xa9xpd" },
+ 'executiveproducer' => { 374 => "\xa9xpd" },
'exif' => { 120 => 'EXIF' },
'exifbyteorder' => { 120 => 'ExifByteOrder' },
'exifcamerainfo' => { 131 => 0xe8 },
- 'exifimageheight' => { 119 => 0xa003, 484 => 'PixelYDimension' },
- 'exifimagewidth' => { 119 => 0xa002, 484 => 'PixelXDimension' },
+ 'exifimageheight' => { 119 => 0xa003, 486 => 'PixelYDimension' },
+ 'exifimagewidth' => { 119 => 0xa002, 486 => 'PixelXDimension' },
'exifunicodebyteorder' => { 120 => 'ExifUnicodeByteOrder' },
- 'exifversion' => { 119 => 0x9000, 484 => 'ExifVersion' },
- 'exitpupilposition' => { 219 => 0x4, 220 => 0x4, 224 => 0x4 },
- 'expirationdate' => { 131 => 0x25, 497 => 'expirationDate' },
+ 'exifversion' => { 119 => 0x9000, 486 => 'ExifVersion' },
+ 'exitpupilposition' => { 220 => 0x4, 221 => 0x4, 225 => 0x4 },
+ 'expirationdate' => { 131 => 0x25, 499 => 'expirationDate' },
'expirationtime' => { 131 => 0x26 },
- 'exposure' => { 119 => 0xfe51, 478 => 'Exposure', 480 => 'Exposure' },
- 'exposure2012' => { 478 => 'Exposure2012', 480 => 'Exposure2012' },
- 'exposureadj' => { 270 => 0x0 },
- 'exposureadj2' => { 270 => 0x12 },
- 'exposureadjust' => { 397 => 0xc },
+ 'exposure' => { 119 => 0xfe51, 480 => 'Exposure', 482 => 'Exposure' },
+ 'exposure2012' => { 480 => 'Exposure2012', 482 => 'Exposure2012' },
+ 'exposureadj' => { 272 => 0x0 },
+ 'exposureadj2' => { 272 => 0x12 },
+ 'exposureadjust' => { 399 => 0xc },
'exposurebracketingindicatorlast' => { 184 => 0x52 },
- 'exposurebracketshotnumber' => { 187 => 0x2d, 418 => 0x2f },
- 'exposurebracketstepsize' => { 336 => 0x8 },
- 'exposurebracketvalue' => { 226 => 0x19 },
+ 'exposurebracketshotnumber' => { 187 => 0x2d, 420 => 0x2f },
+ 'exposurebracketstepsize' => { 338 => 0x8 },
+ 'exposurebracketvalue' => { 227 => 0x19 },
'exposurecompautocancel' => { 84 => 0x113 },
- 'exposurecompensation' => { 77 => 0x6, 93 => 0x0, 119 => 0x9204, 140 => 0x24, 156 => 'ExposureComp', 176 => 'ExposureCompensation', 181 => 0xd, 182 => 0x53, 183 => 0x1e, 187 => 0x49c0, 302 => 0x1006, 355 => 0x16, 364 => 0x402, 394 => 0xa013, 397 => [0xc,0x35,0x4d], 429 => 0x114c, 430 => 0x114c, 431 => 0x1128, 433 => 0x1180, 434 => 0x1038, 435 => 0x230, 436 => 0x230, 437 => 0x223, 484 => 'ExposureBiasValue' },
- 'exposurecompensation2' => { 425 => [0x24,0x26,0x2a] },
+ 'exposurecompensation' => { 77 => 0x6, 93 => 0x0, 119 => 0x9204, 140 => 0x24, 156 => 'ExposureComp', 176 => 'ExposureCompensation', 181 => 0xd, 182 => 0x53, 183 => 0x1e, 187 => 0x49c0, 304 => 0x1006, 357 => 0x16, 366 => 0x402, 396 => 0xa013, 399 => [0xc,0x35,0x4d], 431 => 0x114c, 432 => 0x114c, 433 => 0x1128, 435 => 0x1180, 436 => 0x1038, 437 => 0x230, 438 => 0x230, 439 => 0x223, 486 => 'ExposureBiasValue' },
+ 'exposurecompensation2' => { 427 => [0x24,0x26,0x2a] },
'exposurecompensationmode' => { 184 => 0x47, 187 => 0x2a },
- 'exposurecompensationset' => { 407 => 0x3, 408 => 0x3, 409 => 0x3, 425 => 0x1e },
+ 'exposurecompensationset' => { 409 => 0x3, 410 => 0x3, 411 => 0x3, 427 => 0x1e },
'exposurecompensationsetting' => { 184 => 0x1 },
- 'exposurecompstepsize' => { 279 => '6.3', 280 => '7.3', 282 => '7.3', 283 => '7.3', 288 => '4.3', 292 => '7.3', 293 => '7.3' },
- 'exposurecontrolstep' => { 287 => '6.1', 289 => '6.1' },
- 'exposurecontrolstepsize' => { 279 => '6.2', 280 => '7.1', 282 => '7.1', 283 => '7.1', 288 => '4.2', 292 => '7.1', 293 => '7.1', 294 => '7.1', 295 => 0x1b },
+ 'exposurecompstepsize' => { 281 => '6.3', 282 => '7.3', 284 => '7.3', 285 => '7.3', 290 => '4.3', 294 => '7.3', 295 => '7.3' },
+ 'exposurecontrolstep' => { 289 => '6.1', 291 => '6.1' },
+ 'exposurecontrolstepsize' => { 281 => '6.2', 282 => '7.1', 284 => '7.1', 285 => '7.1', 290 => '4.2', 294 => '7.1', 295 => '7.1', 296 => '7.1', 297 => 0x1b },
'exposurecount' => { 127 => 0x1032 },
- 'exposuredelaymode' => { 279 => '10.1', 280 => '11.1', 282 => '11.1', 283 => '11.1', 284 => '9.1', 285 => '10.1', 286 => '10.1', 288 => '10.4', 289 => '10.1', 290 => '6.4', 292 => '11.1', 293 => '11.1', 294 => '11.2' },
- 'exposuredifference' => { 226 => 0xe },
+ 'exposuredelaymode' => { 281 => '10.1', 282 => '11.1', 284 => '11.1', 285 => '11.1', 286 => '9.1', 287 => '10.1', 288 => '10.1', 290 => '10.4', 291 => '10.1', 292 => '6.4', 294 => '11.1', 295 => '11.1', 296 => '11.2' },
+ 'exposuredifference' => { 227 => 0xe },
'exposuregaincustom' => { 138 => 0x89c },
'exposuregaindaylight' => { 138 => 0x898 },
'exposuregainflash' => { 138 => 0x89b },
'exposuregainfluorescent' => { 138 => 0x89a },
'exposuregaintungsten' => { 138 => 0x899 },
- 'exposureindex' => { 119 => 0xa215, 484 => 'ExposureIndex' },
+ 'exposureindex' => { 119 => 0xa215, 486 => 'ExposureIndex' },
'exposureindicator' => { 184 => 0x50 },
- 'exposurelevelincrements' => { 82 => 0x6, 83 => 0x6, 84 => 0x101, 85 => 0x5, 86 => 0x6, 87 => 0x5, 88 => 0x5, 89 => 0x6, 90 => 0x4, 407 => 0x58, 408 => 0x58 },
- 'exposurelockused' => { 466 => 'ExposureLockUsed' },
- 'exposuremode' => { 119 => 0xa402, 156 => 'ExposureMode', 181 => 0x1, 182 => 0xa, 183 => 0x0, 184 => 0x0, 187 => 0x34, 297 => 0x200, 317 => 0x40d, 397 => 0x8, 420 => 0xb041, 484 => 'ExposureMode' },
+ 'exposurelevelincrements' => { 82 => 0x6, 83 => 0x6, 84 => 0x101, 85 => 0x5, 86 => 0x6, 87 => 0x5, 88 => 0x5, 89 => 0x6, 90 => 0x4, 409 => 0x58, 410 => 0x58 },
+ 'exposurelockused' => { 468 => 'ExposureLockUsed' },
+ 'exposuremode' => { 119 => 0xa402, 156 => 'ExposureMode', 181 => 0x1, 182 => 0xa, 183 => 0x0, 184 => 0x0, 187 => 0x34, 299 => 0x200, 319 => 0x40d, 399 => 0x8, 422 => 0xb041, 486 => 'ExposureMode' },
'exposuremodeinmanual' => { 84 => 0x10b },
- 'exposureprogram' => { 119 => 0x8822, 387 => 0x1001, 400 => [0x17e,0x43], 407 => 0x3c, 408 => 0x3c, 409 => 0x5, 413 => 0x14, 418 => 0x3f, 425 => 0x2, 429 => 0x1175, 430 => 0x1179, 431 => 0x1155, 432 => 0x11d1, 433 => 0x11ad, 434 => 0x1065, 435 => 0x25d, 436 => 0x25d, 437 => 0x24c, 447 => 0xb, 448 => 0xc, 449 => 0xb, 451 => 0x48, 484 => 'ExposureProgram' },
- 'exposureshift' => { 297 => 0x203 },
- 'exposurestandardadjustment' => { 420 => 0x202d },
- 'exposuretime' => { 7 => 0x4, 8 => 0x4, 9 => 0x4, 10 => 0x4, 11 => 0x4, 12 => 0x4, 13 => 0x4, 14 => 0x4, 15 => 0x4, 16 => 0x4, 17 => 0x4, 18 => 0x4, 19 => 0x4, 20 => 0x4, 21 => 0x4, 22 => 0x4, 23 => 0x4, 24 => 0x4, 25 => 0x4, 26 => 0x4, 27 => 0x4, 28 => 0x4, 29 => 0x4, 30 => 0x6, 31 => 0x7, 77 => 0x16, 119 => 0x829a, 137 => 0xfd05, 140 => 0x20, 142 => 0xfa24, 144 => 0xf104, 147 => 0x12, 149 => 0x38, 151 => 0x14, 152 => 0x10, 154 => 0x10, 156 => 'ExposureTime', 181 => 0x9, 182 => 0x35, 183 => 0x48, 184 => 0x8, 187 => 0x49b8, 355 => 0x12, 394 => 0xa018, 397 => [0x32,0x4a], 407 => 0x0, 408 => 0x0, 425 => [0x21,0x23,0x27], 451 => 0x10, 484 => 'ExposureTime' },
- 'exposuretime2' => { 397 => [0x33,0x4b] },
- 'exposuretuning' => { 226 => 0x1c },
+ 'exposureprogram' => { 119 => 0x8822, 389 => 0x1001, 402 => [0x17e,0x43], 409 => 0x3c, 410 => 0x3c, 411 => 0x5, 415 => 0x14, 420 => 0x3f, 427 => 0x2, 431 => 0x1175, 432 => 0x1179, 433 => 0x1155, 434 => 0x11d1, 435 => 0x11ad, 436 => 0x1065, 437 => 0x25d, 438 => 0x25d, 439 => 0x24c, 449 => 0xb, 450 => 0xc, 451 => 0xb, 453 => 0x48, 486 => 'ExposureProgram' },
+ 'exposureshift' => { 299 => 0x203 },
+ 'exposurestandardadjustment' => { 422 => 0x202d },
+ 'exposuretime' => { 7 => 0x4, 8 => 0x4, 9 => 0x4, 10 => 0x4, 11 => 0x4, 12 => 0x4, 13 => 0x4, 14 => 0x4, 15 => 0x4, 16 => 0x4, 17 => 0x4, 18 => 0x4, 19 => 0x4, 20 => 0x4, 21 => 0x4, 22 => 0x4, 23 => 0x4, 24 => 0x4, 25 => 0x4, 26 => 0x4, 27 => 0x4, 28 => 0x4, 29 => 0x4, 30 => 0x6, 31 => 0x7, 77 => 0x16, 119 => 0x829a, 137 => 0xfd05, 140 => 0x20, 142 => 0xfa24, 144 => 0xf104, 147 => 0x12, 149 => 0x38, 151 => 0x14, 152 => 0x10, 154 => 0x10, 156 => 'ExposureTime', 181 => 0x9, 182 => 0x35, 183 => 0x48, 184 => 0x8, 187 => 0x49b8, 357 => 0x12, 396 => 0xa018, 399 => [0x32,0x4a], 409 => 0x0, 410 => 0x0, 427 => [0x21,0x23,0x27], 453 => 0x10, 486 => 'ExposureTime' },
+ 'exposuretime2' => { 399 => [0x33,0x4b] },
+ 'exposuretuning' => { 227 => 0x1c },
'exposurevalue' => { 138 => 0x3 },
'exposurewarning' => { 127 => 0x1302 },
'exrauto' => { 127 => 0x1033 },
'exrmode' => { 127 => 0x1034 },
- 'extdescraccessibility' => { 489 => 'ExtDescrAccessibility' },
- 'extendedmenubanks' => { 229 => 0x114 },
- 'extendedshutterspeeds' => { 295 => 0x102 },
- 'extendedwbdetect' => { 297 => 0x902 },
- 'extender' => { 298 => 0x301 },
- 'extenderfirmwareversion' => { 298 => 0x304 },
+ 'extdescraccessibility' => { 491 => 'ExtDescrAccessibility' },
+ 'extendedmenubanks' => { 230 => 0x114 },
+ 'extendedshutterspeeds' => { 297 => 0x102 },
+ 'extendedwbdetect' => { 299 => 0x902 },
+ 'extender' => { 300 => 0x301 },
+ 'extenderfirmwareversion' => { 300 => 0x304 },
'extendermagnification' => { 158 => 'Magnification' },
'extendermake' => { 158 => 'Make' },
- 'extendermodel' => { 158 => 'Model', 298 => 0x303 },
- 'extenderserialnumber' => { 158 => 'SerialNumber', 298 => 0x302 },
- 'extenderstatus' => { 353 => 0x3 },
- 'externalflash' => { 300 => 0x1201 },
- 'externalflashae1' => { 302 => 0x101f },
- 'externalflashae1_0' => { 302 => 0x101b },
- 'externalflashae2' => { 302 => 0x1020 },
- 'externalflashae2_0' => { 302 => 0x101c },
- 'externalflashbounce' => { 300 => 0x1204, 302 => 0x1026, 343 => 0x1a },
+ 'extendermodel' => { 158 => 'Model', 300 => 0x303 },
+ 'extenderserialnumber' => { 158 => 'SerialNumber', 300 => 0x302 },
+ 'extenderstatus' => { 355 => 0x3 },
+ 'externalflash' => { 302 => 0x1201 },
+ 'externalflashae1' => { 304 => 0x101f },
+ 'externalflashae1_0' => { 304 => 0x101b },
+ 'externalflashae2' => { 304 => 0x1020 },
+ 'externalflashae2_0' => { 304 => 0x101c },
+ 'externalflashbounce' => { 302 => 0x1204, 304 => 0x1026, 345 => 0x1a },
'externalflashcompensation' => { 211 => 0x1b },
- 'externalflashexposurecomp' => { 226 => 0x17, 343 => 0x19 },
+ 'externalflashexposurecomp' => { 227 => 0x17, 345 => 0x19 },
'externalflashfirmware' => { 209 => 0x6, 210 => 0x6, 211 => 0x6, 212 => 0x6, 213 => 0x6, 214 => 0x6 },
'externalflashflags' => { 209 => 0x8, 210 => 0x8, 211 => 0x8, 212 => 0x8 },
- 'externalflashguidenumber' => { 300 => 0x1203, 343 => '24.1' },
- 'externalflashgvalue' => { 302 => 0x1025 },
- 'externalflashmode' => { 302 => 0x1028, 343 => 0x2 },
+ 'externalflashguidenumber' => { 302 => 0x1203, 345 => '24.1' },
+ 'externalflashgvalue' => { 304 => 0x1025 },
+ 'externalflashmode' => { 304 => 0x1028, 345 => 0x2 },
'externalflashreadystate' => { 213 => '9.1' },
'externalflashstatus' => { 213 => '8.2' },
- 'externalflashzoom' => { 300 => 0x1205, 302 => 0x1027 },
+ 'externalflashzoom' => { 302 => 0x1205, 304 => 0x1027 },
'externalflashzoomoverride' => { 213 => '8.1' },
- 'externalmetadatalink' => { 490 => 'ExternalMetadataLink' },
- 'externalsensorbrightnessvalue' => { 315 => 0x311, 318 => 0x311, 319 => 0x311, 322 => 0x3408 },
- 'extrainfoversion' => { 411 => 0x1a },
+ 'externalmetadatalink' => { 492 => 'ExternalMetadataLink' },
+ 'externalsensorbrightnessvalue' => { 317 => 0x311, 320 => 0x311, 321 => 0x311, 324 => 0x3408 },
+ 'extrainfoversion' => { 413 => 0x1a },
'eyestartaf' => { 184 => 0x40 },
'fac100per' => { 138 => 0xe94 },
'fac170per' => { 138 => 0xe93 },
'fac18per' => { 138 => 0xe92 },
- 'face10position' => { 110 => 0x3f4, 111 => 0x1ec, 207 => 0x28, 340 => 0x12 },
- 'face10size' => { 341 => 0x12 },
- 'face11position' => { 207 => 0x2c, 340 => 0x14 },
- 'face11size' => { 341 => 0x14 },
- 'face12position' => { 207 => 0x30, 340 => 0x16 },
- 'face12size' => { 341 => 0x16 },
- 'face13position' => { 340 => 0x18 },
- 'face13size' => { 341 => 0x18 },
- 'face14position' => { 340 => 0x1a },
- 'face14size' => { 341 => 0x1a },
- 'face15position' => { 340 => 0x1c },
- 'face15size' => { 341 => 0x1c },
- 'face16position' => { 340 => 0x1e },
- 'face16size' => { 341 => 0x1e },
- 'face17position' => { 340 => 0x20 },
- 'face17size' => { 341 => 0x20 },
- 'face18position' => { 340 => 0x22 },
- 'face18size' => { 341 => 0x22 },
- 'face19position' => { 340 => 0x24 },
- 'face19size' => { 341 => 0x24 },
- 'face1position' => { 54 => 0x8, 110 => 0xd, 111 => 0x18, 207 => 0x4, 312 => 0x1, 340 => 0x0, 384 => 0xbc, 414 => 0x1, 415 => 0x0, 416 => 0x0, 417 => 0x5b },
- 'face1size' => { 341 => 0x0 },
- 'face20position' => { 340 => 0x26 },
- 'face20size' => { 341 => 0x26 },
- 'face21position' => { 340 => 0x28 },
- 'face21size' => { 341 => 0x28 },
- 'face22position' => { 340 => 0x2a },
- 'face22size' => { 341 => 0x2a },
- 'face23position' => { 340 => 0x2c },
- 'face23size' => { 341 => 0x2c },
- 'face24position' => { 340 => 0x2e },
- 'face24size' => { 341 => 0x2e },
- 'face25position' => { 340 => 0x30 },
- 'face25size' => { 341 => 0x30 },
- 'face26position' => { 340 => 0x32 },
- 'face26size' => { 341 => 0x32 },
- 'face27position' => { 340 => 0x34 },
- 'face27size' => { 341 => 0x34 },
- 'face28position' => { 340 => 0x36 },
- 'face28size' => { 341 => 0x36 },
- 'face29position' => { 340 => 0x38 },
- 'face29size' => { 341 => 0x38 },
- 'face2position' => { 54 => 0xa, 110 => 0x7c, 111 => 0x4c, 207 => 0x8, 312 => 0x5, 340 => 0x2, 384 => 0xc8, 414 => 0x6, 415 => 0x20, 416 => 0x25, 417 => 0x65 },
- 'face2size' => { 341 => 0x2 },
- 'face30position' => { 340 => 0x3a },
- 'face30size' => { 341 => 0x3a },
- 'face31position' => { 340 => 0x3c },
- 'face31size' => { 341 => 0x3c },
- 'face32position' => { 340 => 0x3e },
- 'face32size' => { 341 => 0x3e },
- 'face3position' => { 54 => 0xc, 110 => 0xeb, 111 => 0x80, 207 => 0xc, 312 => 0x9, 340 => 0x4, 384 => 0xd4, 414 => 0xb, 415 => 0x40, 416 => 0x4a, 417 => 0x6f },
- 'face3size' => { 341 => 0x4 },
- 'face4position' => { 54 => 0xe, 110 => 0x15a, 111 => 0xb4, 207 => 0x10, 312 => 0xd, 340 => 0x6, 384 => 0xe0, 414 => 0x10, 415 => 0x60, 416 => 0x6f, 417 => 0x79 },
- 'face4size' => { 341 => 0x6 },
- 'face5position' => { 54 => 0x10, 110 => 0x1c9, 111 => 0xe8, 207 => 0x14, 312 => 0x11, 340 => 0x8, 384 => 0xec, 414 => 0x15, 415 => 0x80, 416 => 0x94 },
- 'face5size' => { 341 => 0x8 },
- 'face6position' => { 54 => 0x12, 110 => 0x238, 111 => 0x11c, 207 => 0x18, 340 => 0xa, 384 => 0xf8, 414 => 0x1a, 415 => 0xa0, 416 => 0xb9 },
- 'face6size' => { 341 => 0xa },
- 'face7position' => { 54 => 0x14, 110 => 0x2a7, 111 => 0x150, 207 => 0x1c, 340 => 0xc, 384 => 0x104, 414 => 0x1f, 415 => 0xc0, 416 => 0xde },
- 'face7size' => { 341 => 0xc },
- 'face8position' => { 54 => 0x16, 110 => 0x316, 111 => 0x184, 207 => 0x20, 340 => 0xe, 384 => 0x110, 414 => 0x24, 415 => 0xe0, 416 => 0x103 },
- 'face8size' => { 341 => 0xe },
- 'face9position' => { 54 => 0x18, 110 => 0x385, 111 => 0x1b8, 207 => 0x24, 340 => 0x10 },
- 'face9size' => { 341 => 0x10 },
- 'facebalanceorigi' => { 472 => 'FaceBalanceOrigI' },
- 'facebalanceorigq' => { 472 => 'FaceBalanceOrigQ' },
- 'facebalancestrength' => { 472 => 'FaceBalanceStrength' },
- 'facebalancewarmth' => { 472 => 'FaceBalanceWarmth' },
- 'facedetect' => { 355 => 0x76, 394 => 0x100 },
- 'facedetectarea' => { 301 => 0x1201 },
- 'facedetectframecrop' => { 301 => 0x1207 },
- 'facedetectframesize' => { 54 => 0x3, 110 => 0x1, 111 => 0x4, 207 => 0x1, 301 => 0x1203, 355 => 0x77, 384 => 0xb6 },
- 'facedetection' => { 409 => 0x30, 425 => 0x19 },
+ 'face10position' => { 110 => 0x3f4, 111 => 0x1ec, 207 => 0x28, 342 => 0x12 },
+ 'face10size' => { 343 => 0x12 },
+ 'face11position' => { 207 => 0x2c, 342 => 0x14 },
+ 'face11size' => { 343 => 0x14 },
+ 'face12position' => { 207 => 0x30, 342 => 0x16 },
+ 'face12size' => { 343 => 0x16 },
+ 'face13position' => { 342 => 0x18 },
+ 'face13size' => { 343 => 0x18 },
+ 'face14position' => { 342 => 0x1a },
+ 'face14size' => { 343 => 0x1a },
+ 'face15position' => { 342 => 0x1c },
+ 'face15size' => { 343 => 0x1c },
+ 'face16position' => { 342 => 0x1e },
+ 'face16size' => { 343 => 0x1e },
+ 'face17position' => { 342 => 0x20 },
+ 'face17size' => { 343 => 0x20 },
+ 'face18position' => { 342 => 0x22 },
+ 'face18size' => { 343 => 0x22 },
+ 'face19position' => { 342 => 0x24 },
+ 'face19size' => { 343 => 0x24 },
+ 'face1position' => { 54 => 0x8, 110 => 0xd, 111 => 0x18, 207 => 0x4, 314 => 0x1, 342 => 0x0, 386 => 0xbc, 416 => 0x1, 417 => 0x0, 418 => 0x0, 419 => 0x5b },
+ 'face1size' => { 343 => 0x0 },
+ 'face20position' => { 342 => 0x26 },
+ 'face20size' => { 343 => 0x26 },
+ 'face21position' => { 342 => 0x28 },
+ 'face21size' => { 343 => 0x28 },
+ 'face22position' => { 342 => 0x2a },
+ 'face22size' => { 343 => 0x2a },
+ 'face23position' => { 342 => 0x2c },
+ 'face23size' => { 343 => 0x2c },
+ 'face24position' => { 342 => 0x2e },
+ 'face24size' => { 343 => 0x2e },
+ 'face25position' => { 342 => 0x30 },
+ 'face25size' => { 343 => 0x30 },
+ 'face26position' => { 342 => 0x32 },
+ 'face26size' => { 343 => 0x32 },
+ 'face27position' => { 342 => 0x34 },
+ 'face27size' => { 343 => 0x34 },
+ 'face28position' => { 342 => 0x36 },
+ 'face28size' => { 343 => 0x36 },
+ 'face29position' => { 342 => 0x38 },
+ 'face29size' => { 343 => 0x38 },
+ 'face2position' => { 54 => 0xa, 110 => 0x7c, 111 => 0x4c, 207 => 0x8, 314 => 0x5, 342 => 0x2, 386 => 0xc8, 416 => 0x6, 417 => 0x20, 418 => 0x25, 419 => 0x65 },
+ 'face2size' => { 343 => 0x2 },
+ 'face30position' => { 342 => 0x3a },
+ 'face30size' => { 343 => 0x3a },
+ 'face31position' => { 342 => 0x3c },
+ 'face31size' => { 343 => 0x3c },
+ 'face32position' => { 342 => 0x3e },
+ 'face32size' => { 343 => 0x3e },
+ 'face3position' => { 54 => 0xc, 110 => 0xeb, 111 => 0x80, 207 => 0xc, 314 => 0x9, 342 => 0x4, 386 => 0xd4, 416 => 0xb, 417 => 0x40, 418 => 0x4a, 419 => 0x6f },
+ 'face3size' => { 343 => 0x4 },
+ 'face4position' => { 54 => 0xe, 110 => 0x15a, 111 => 0xb4, 207 => 0x10, 314 => 0xd, 342 => 0x6, 386 => 0xe0, 416 => 0x10, 417 => 0x60, 418 => 0x6f, 419 => 0x79 },
+ 'face4size' => { 343 => 0x6 },
+ 'face5position' => { 54 => 0x10, 110 => 0x1c9, 111 => 0xe8, 207 => 0x14, 314 => 0x11, 342 => 0x8, 386 => 0xec, 416 => 0x15, 417 => 0x80, 418 => 0x94 },
+ 'face5size' => { 343 => 0x8 },
+ 'face6position' => { 54 => 0x12, 110 => 0x238, 111 => 0x11c, 207 => 0x18, 342 => 0xa, 386 => 0xf8, 416 => 0x1a, 417 => 0xa0, 418 => 0xb9 },
+ 'face6size' => { 343 => 0xa },
+ 'face7position' => { 54 => 0x14, 110 => 0x2a7, 111 => 0x150, 207 => 0x1c, 342 => 0xc, 386 => 0x104, 416 => 0x1f, 417 => 0xc0, 418 => 0xde },
+ 'face7size' => { 343 => 0xc },
+ 'face8position' => { 54 => 0x16, 110 => 0x316, 111 => 0x184, 207 => 0x20, 342 => 0xe, 386 => 0x110, 416 => 0x24, 417 => 0xe0, 418 => 0x103 },
+ 'face8size' => { 343 => 0xe },
+ 'face9position' => { 54 => 0x18, 110 => 0x385, 111 => 0x1b8, 207 => 0x24, 342 => 0x10 },
+ 'face9size' => { 343 => 0x10 },
+ 'facebalanceorigi' => { 474 => 'FaceBalanceOrigI' },
+ 'facebalanceorigq' => { 474 => 'FaceBalanceOrigQ' },
+ 'facebalancestrength' => { 474 => 'FaceBalanceStrength' },
+ 'facebalancewarmth' => { 474 => 'FaceBalanceWarmth' },
+ 'facedetect' => { 357 => 0x76, 396 => 0x100 },
+ 'facedetectarea' => { 303 => 0x1201 },
+ 'facedetectframecrop' => { 303 => 0x1207 },
+ 'facedetectframesize' => { 54 => 0x3, 110 => 0x1, 111 => 0x4, 207 => 0x1, 303 => 0x1203, 357 => 0x77, 386 => 0xb6 },
+ 'facedetection' => { 411 => 0x30, 427 => 0x19 },
'faceelementpositions' => { 127 => 0x4203 },
'faceelementselected' => { 127 => 0x4005 },
'faceelementtypes' => { 127 => 0x4201 },
- 'faceid' => { 474 => 'FaceID' },
+ 'faceid' => { 476 => 'FaceID' },
'faceinfounknown' => { 113 => 0x2089 },
- 'facename' => { 394 => 0x123 },
+ 'facename' => { 396 => 0x123 },
'faceorientation' => { 111 => 0x8 },
- 'faceposition' => { 339 => 0x2, 395 => 0x4 },
+ 'faceposition' => { 341 => 0x2, 397 => 0x4 },
'facepositions' => { 127 => 0x4103 },
- 'facerecognition' => { 394 => 0x120 },
- 'facesdetected' => { 54 => 0x2, 55 => 0x2, 56 => 0x3, 110 => 0x0, 111 => 0x2, 113 => 0x211c, 127 => 0x4100, 207 => 0x3, 301 => 0x1200, 320 => 0x3f, 339 => 0x0, 384 => 0xb5, 395 => 0x0, 414 => 0x0, 417 => 0x3, 428 => 0x30 },
- 'facesrecognized' => { 313 => 0x0 },
+ 'facerecognition' => { 396 => 0x120 },
+ 'facesdetected' => { 54 => 0x2, 55 => 0x2, 56 => 0x3, 110 => 0x0, 111 => 0x2, 113 => 0x211c, 127 => 0x4100, 207 => 0x3, 303 => 0x1200, 322 => 0x3f, 341 => 0x0, 386 => 0xb5, 397 => 0x0, 416 => 0x0, 419 => 0x3, 430 => 0x30 },
+ 'facesrecognized' => { 315 => 0x0 },
'facewidth' => { 55 => 0x1 },
- 'fade' => { 420 => 0x2034 },
+ 'fade' => { 422 => 0x2034 },
'faithfuloutputhighlightpoint' => { 109 => 0x38 },
'faithfuloutputshadowpoint' => { 109 => 0x39 },
'faithfulrawcolortone' => { 109 => 0x31 },
@@ -2710,38 +2712,38 @@ my %tagLookup = (
'faithfulunsharpmaskfineness' => { 109 => 0xac },
'faithfulunsharpmaskstrength' => { 109 => 0xaa },
'faithfulunsharpmaskthreshold' => { 109 => 0xae },
- 'far' => { 463 => 'Far' },
+ 'far' => { 465 => 'Far' },
'fastresetlinetime' => { 138 => 0x1860 },
- 'feedidentifier' => { 490 => 'FeedIdentifier' },
+ 'feedidentifier' => { 492 => 'FeedIdentifier' },
'femicroadjustment' => { 84 => 0x111 },
- 'ffid' => { 482 => 'ffid' },
- 'field' => { 493 => 'field' },
- 'fieldcount' => { 302 => 0x103f },
- 'fieldofview' => { 380 => "FOV\x00" },
+ 'ffid' => { 484 => 'ffid' },
+ 'field' => { 495 => 'field' },
+ 'fieldcount' => { 304 => 0x103f },
+ 'fieldofview' => { 382 => "FOV\x00" },
'fifoenonepixeldelay' => { 138 => 0x1901 },
'filecreatedate' => { 120 => 'FileCreateDate' },
- 'filedatarate' => { 504 => 'fileDataRate' },
- 'fileformat' => { 95 => 0x0, 132 => 0x14, 397 => [0x22,0x26], 420 => 0xb000 },
+ 'filedatarate' => { 506 => 'fileDataRate' },
+ 'fileformat' => { 95 => 0x0, 132 => 0x14, 399 => [0x22,0x26], 422 => 0xb000 },
'filegroupid' => { 120 => 'FileGroupID' },
- 'fileindex' => { 7 => 0x143, 9 => 0x2d0, 11 => 0x172, 13 => 0x22c, 14 => 0x133, 15 => 0x13f, 16 => 0x1d3, 17 => 0x19b, 18 => 0x1e4, 19 => 0xd0, 20 => 0x1bb, 21 => 0x28c, 22 => 0x1db, 23 => 0x1d9, 24 => [0x270,0x274], 25 => 0x2aa, 26 => 0x2b3, 28 => 0x1eb, 29 => 0x4ae, 321 => 0x0 },
+ 'fileindex' => { 7 => 0x143, 9 => 0x2d0, 11 => 0x172, 13 => 0x22c, 14 => 0x133, 15 => 0x13f, 16 => 0x1d3, 17 => 0x19b, 18 => 0x1e4, 19 => 0xd0, 20 => 0x1bb, 21 => 0x28c, 22 => 0x1db, 23 => 0x1d9, 24 => [0x270,0x274], 25 => 0x2aa, 26 => 0x2b3, 28 => 0x1eb, 29 => 0x4ae, 323 => 0x0 },
'fileindex2' => { 21 => 0x290 },
'filemodifydate' => { 120 => 'FileModifyDate' },
'filename' => { 120 => 'FileName' },
- 'filenameasdelivered' => { 307 => 'FileNameAsDelivered' },
- 'filenumber' => { 57 => 0x1, 64 => 0x8, 97 => 0x1817, 114 => 'Canon-FileNumber', 208 => 0x4, 383 => 0x10 },
+ 'filenameasdelivered' => { 309 => 'FileNameAsDelivered' },
+ 'filenumber' => { 57 => 0x1, 64 => 0x8, 97 => 0x1817, 114 => 'Canon-FileNumber', 208 => 0x4, 385 => 0x10 },
'filenumbermemory' => { 181 => 0x1a },
- 'filenumbersequence' => { 279 => '12.2', 284 => '3.1', 285 => '4.1', 286 => '4.1', 288 => '11.1', 289 => '4.3', 294 => '5.2', 295 => 0x48 },
+ 'filenumbersequence' => { 281 => '12.2', 286 => '3.1', 287 => '4.1', 288 => '4.1', 290 => '11.1', 291 => '4.3', 296 => '5.2', 297 => 0x48 },
'filepermissions' => { 120 => 'FilePermissions' },
- 'filesource' => { 119 => 0xa300, 127 => 0x8000, 484 => 'FileSource' },
+ 'filesource' => { 119 => 0xa300, 127 => 0x8000, 486 => 'FileSource' },
'fileuserid' => { 120 => 'FileUserID' },
'fileversion' => { 132 => 0x16 },
'fillflashautoreduction' => { 82 => 0xe, 83 => 0xe, 90 => 0xa },
- 'filllight' => { 478 => 'FillLight', 480 => 'FillLight' },
+ 'filllight' => { 480 => 'FillLight', 482 => 'FillLight' },
'fillorder' => { 119 => 0x10a },
- 'filmgraineffect' => { 297 => 0x538 },
- 'filmmode' => { 127 => 0x1401, 317 => 0x412, 320 => 0x42 },
- 'filmtype' => { 237 => 0x2 },
- 'filtereffect' => { 57 => 0xe, 231 => 0x37, 232 => 0x3f, 233 => 0x47, 320 => 0xa1 },
+ 'filmgraineffect' => { 299 => 0x538 },
+ 'filmmode' => { 127 => 0x1401, 319 => 0x412, 322 => 0x42 },
+ 'filmtype' => { 239 => 0x2 },
+ 'filtereffect' => { 57 => 0xe, 233 => 0x37, 234 => 0x3f, 235 => 0x47, 322 => 0xa1 },
'filtereffectauto' => { 71 => 0xa0 },
'filtereffectfaithful' => { 70 => 0x70, 71 => 0x70 },
'filtereffectlandscape' => { 70 => 0x40, 71 => 0x40 },
@@ -2753,69 +2755,69 @@ my %tagLookup = (
'filtereffectuserdef2' => { 70 => 0xb8, 71 => 0xd0 },
'filtereffectuserdef3' => { 70 => 0xd0, 71 => 0xe8 },
'finderdisplayduringexposure' => { 83 => 0x1 },
- 'finesharpness' => { 355 => 0x70 },
- 'finetuneoptcenterweighted' => { 279 => '7.2', 280 => '9.1', 282 => '9.1', 283 => '9.1', 287 => '8.1', 292 => '9.1', 293 => '9.1', 294 => '9.1', 295 => 0x23 },
- 'finetuneopthighlightweighted' => { 282 => '46.1', 283 => '46.1', 292 => '46.1', 293 => '46.1', 295 => 0x27 },
- 'finetuneoptmatrixmetering' => { 279 => '8.1', 280 => '8.2', 282 => '8.2', 283 => '8.2', 287 => '7.2', 288 => '6.1', 292 => '8.2', 293 => '8.2', 294 => '8.2', 295 => 0x21 },
- 'finetuneoptspotmetering' => { 279 => '8.2', 280 => '9.2', 282 => '9.2', 283 => '9.2', 287 => '8.2', 288 => '6.2', 292 => '9.2', 293 => '9.2', 294 => '9.2', 295 => 0x25 },
+ 'finesharpness' => { 357 => 0x70 },
+ 'finetuneoptcenterweighted' => { 281 => '7.2', 282 => '9.1', 284 => '9.1', 285 => '9.1', 289 => '8.1', 294 => '9.1', 295 => '9.1', 296 => '9.1', 297 => 0x23 },
+ 'finetuneopthighlightweighted' => { 284 => '46.1', 285 => '46.1', 294 => '46.1', 295 => '46.1', 297 => 0x27 },
+ 'finetuneoptmatrixmetering' => { 281 => '8.1', 282 => '8.2', 284 => '8.2', 285 => '8.2', 289 => '7.2', 290 => '6.1', 294 => '8.2', 295 => '8.2', 296 => '8.2', 297 => 0x21 },
+ 'finetuneoptspotmetering' => { 281 => '8.2', 282 => '9.2', 284 => '9.2', 285 => '9.2', 289 => '8.2', 290 => '6.2', 294 => '9.2', 295 => '9.2', 296 => '9.2', 297 => 0x25 },
'finishexposure' => { 138 => 0xdbd },
'finishfiletype' => { 138 => 0xdb8 },
'finishlook' => { 138 => 0xdbc },
'finishnoise' => { 138 => 0xdba },
'finishresolution' => { 138 => 0xdb9 },
'finishsharpening' => { 138 => 0xdbb },
- 'firmware' => { 302 => 0x405, 397 => [0x8c,0x17,0x3b], 475 => 'Firmware' },
- 'firmware2' => { 397 => 0x57 },
- 'firmwaredate' => { 112 => 0x15, 113 => 0x2001, 381 => 0x4, 383 => 0x30 },
+ 'firmware' => { 304 => 0x405, 399 => [0x8c,0x17,0x3b], 477 => 'Firmware' },
+ 'firmware2' => { 399 => 0x57 },
+ 'firmwaredate' => { 112 => 0x15, 113 => 0x2001, 383 => 0x4, 385 => 0x30 },
'firmwareid' => { 188 => 0x0 },
- 'firmwarename' => { 394 => 0xa001 },
- 'firmwarerevision' => { 19 => 0xa4, 64 => 0x1e, 385 => 0x0 },
- 'firmwarerevision2' => { 385 => 0xc },
- 'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107, 138 => [0x415,0xce5], 154 => 0x57, 156 => 'FirmwareVersion', 318 => 0x320, 320 => 0x2, 322 => 0x3109, 355 => 0x230, 380 => ['CNFV','FIRM'], 382 => 0x18, 383 => 0x2a, 387 => 0x2 },
- 'firmwareversions' => { 364 => 0x301 },
- 'firstphotodate' => { 466 => 'FirstPhotoDate' },
- 'firstpublicationdate' => { 307 => 'FirstPublicationDate' },
- 'fixtureidentifier' => { 131 => 0x16, 473 => 'FixtureIdentifier' },
- 'flash' => { 114 => 'XMP-Flash', 119 => 0x9209, 152 => 0x22, 182 => 0x1f, 183 => 0x15, 383 => 0x5a, 484 => 'Flash' },
- 'flashaction' => { 407 => 0x3e, 408 => 0x3e, 420 => 0x2017, 425 => [0x2a,0x2c,0x30] },
- 'flashaction2' => { 407 => 0x4c, 408 => 0x4c, 425 => 0x77 },
- 'flashactionexternal' => { 425 => [0x78,0x7c] },
+ 'firmwarename' => { 396 => 0xa001 },
+ 'firmwarerevision' => { 19 => 0xa4, 64 => 0x1e, 387 => 0x0 },
+ 'firmwarerevision2' => { 387 => 0xc },
+ 'firmwareversion' => { 7 => 0x10b, 11 => 0x136, 14 => 0xff, 15 => 0x107, 138 => [0x415,0xce5], 154 => 0x57, 156 => 'FirmwareVersion', 320 => 0x320, 322 => 0x2, 324 => 0x3109, 357 => 0x230, 382 => ['CNFV','FIRM'], 384 => 0x18, 385 => 0x2a, 389 => 0x2 },
+ 'firmwareversions' => { 366 => 0x301 },
+ 'firstphotodate' => { 468 => 'FirstPhotoDate' },
+ 'firstpublicationdate' => { 309 => 'FirstPublicationDate' },
+ 'fixtureidentifier' => { 131 => 0x16, 475 => 'FixtureIdentifier' },
+ 'flash' => { 114 => 'XMP-Flash', 119 => 0x9209, 152 => 0x22, 182 => 0x1f, 183 => 0x15, 385 => 0x5a, 486 => 'Flash' },
+ 'flashaction' => { 409 => 0x3e, 410 => 0x3e, 422 => 0x2017, 427 => [0x2a,0x2c,0x30] },
+ 'flashaction2' => { 409 => 0x4c, 410 => 0x4c, 427 => 0x77 },
+ 'flashactionexternal' => { 427 => [0x78,0x7c] },
'flashactivity' => { 34 => 0x1c },
'flashbatterylevel' => { 44 => 0x249 },
- 'flashbias' => { 320 => 0x24 },
+ 'flashbias' => { 322 => 0x24 },
'flashbits' => { 34 => 0x1d },
- 'flashburstpriority' => { 295 => 0x111 },
+ 'flashburstpriority' => { 297 => 0x111 },
'flashbuttonfunction' => { 84 => 0x70e },
- 'flashchargelevel' => { 302 => 0x1010 },
+ 'flashchargelevel' => { 304 => 0x1010 },
'flashcolorfilter' => { 211 => 0x10, 212 => 0x10 },
'flashcommandermode' => { 209 => '9.1', 210 => '9.1', 211 => '9.1', 212 => '9.1' },
- 'flashcompensation' => { 138 => 0x3f3, 209 => 0xa, 210 => 0xa, 211 => 0xa, 212 => 0x27, 213 => 0xa, 214 => 0xa, 475 => 'FlashCompensation' },
- 'flashcontrol' => { 407 => 0x23, 408 => 0x1f, 409 => 0x21 },
- 'flashcontrolbuilt-in' => { 288 => '16.1', 289 => '23.1', 291 => '23.1', 292 => '24.1' },
- 'flashcontrolmode' => { 209 => '9.2', 210 => '9.2', 211 => '9.2', 212 => '9.2', 228 => 0x148, 229 => 0x1a8, 252 => 0xc4a6, 297 => 0x404 },
- 'flashcurtain' => { 320 => 0x48 },
+ 'flashcompensation' => { 138 => 0x3f3, 209 => 0xa, 210 => 0xa, 211 => 0xa, 212 => 0x27, 213 => 0xa, 214 => 0xa, 477 => 'FlashCompensation' },
+ 'flashcontrol' => { 409 => 0x23, 410 => 0x1f, 411 => 0x21 },
+ 'flashcontrolbuilt-in' => { 290 => '16.1', 291 => '23.1', 293 => '23.1', 294 => '24.1' },
+ 'flashcontrolmode' => { 209 => '9.2', 210 => '9.2', 211 => '9.2', 212 => '9.2', 229 => 0x148, 230 => 0x1a8, 254 => 0xc4a6, 299 => 0x404 },
+ 'flashcurtain' => { 322 => 0x48 },
'flashdefault' => { 184 => 0x42 },
- 'flashdevice' => { 302 => 0x1005 },
+ 'flashdevice' => { 304 => 0x1005 },
'flashdistance' => { 113 => 0x2034 },
- 'flashenergy' => { 119 => 0xa20b, 484 => 'FlashEnergy' },
- 'flashexposurebracketvalue' => { 226 => 0x18 },
- 'flashexposurecomp' => { 77 => 0xf, 127 => 0x1011, 159 => 'ExposureComp', 181 => 0x23, 186 => 0x104, 187 => 0x49c1, 226 => 0x12, 297 => 0x401, 302 => 0x1023, 355 => 0x4d, 387 => 0x100b, 397 => [0x3a,0x56], 420 => 0x104 },
- 'flashexposurecomp2' => { 256 => 0x4d2 },
+ 'flashenergy' => { 119 => 0xa20b, 486 => 'FlashEnergy' },
+ 'flashexposurebracketvalue' => { 227 => 0x18 },
+ 'flashexposurecomp' => { 77 => 0xf, 127 => 0x1011, 159 => 'ExposureComp', 181 => 0x23, 186 => 0x104, 187 => 0x49c1, 227 => 0x12, 299 => 0x401, 304 => 0x1023, 357 => 0x4d, 389 => 0x100b, 399 => [0x3a,0x56], 422 => 0x104 },
+ 'flashexposurecomp2' => { 258 => 0x4d2 },
'flashexposurecomp3' => { 211 => 0x1d },
'flashexposurecomp4' => { 211 => 0x27 },
- 'flashexposurecomparea' => { 280 => '38.4', 282 => '38.4', 283 => '38.4', 292 => '38.4', 293 => '38.4', 295 => 0x59 },
- 'flashexposurecompset' => { 184 => 0x10, 328 => 0xe, 407 => 0x14, 408 => 0x12, 409 => 0x23, 425 => 0x1f },
- 'flashexposurecompset2' => { 425 => [0x26,0x2c] },
+ 'flashexposurecomparea' => { 282 => '38.4', 284 => '38.4', 285 => '38.4', 294 => '38.4', 295 => '38.4', 297 => 0x59 },
+ 'flashexposurecompset' => { 184 => 0x10, 330 => 0xe, 409 => 0x14, 410 => 0x12, 411 => 0x23, 427 => 0x1f },
+ 'flashexposurecompset2' => { 427 => [0x26,0x2c] },
'flashexposureindicator' => { 184 => 0x54 },
'flashexposureindicatorlast' => { 184 => 0x56 },
'flashexposureindicatornext' => { 184 => 0x55 },
'flashexposurelock' => { 57 => 0x19 },
- 'flashfired' => { 140 => 0x5d, 159 => 'Fired', 181 => 0x14, 255 => '590.3', 484 => [\'Flash','FlashFired'] },
+ 'flashfired' => { 140 => 0x5d, 159 => 'Fired', 181 => 0x14, 257 => '590.3', 486 => [\'Flash','FlashFired'] },
'flashfiring' => { 84 => 0x306, 85 => 0x6, 86 => 0x7, 89 => 0x7 },
- 'flashfirmwareversion' => { 298 => 0x1002 },
+ 'flashfirmwareversion' => { 300 => 0x1002 },
'flashfocallength' => { 209 => 0xb, 210 => 0xc, 211 => 0xc, 212 => 0xc, 213 => 0xc },
- 'flashfunction' => { 187 => 0x31, 484 => [\'Flash','FlashFunction'] },
- 'flashgndistance' => { 209 => 0xe, 210 => 0xf, 211 => 0xf, 212 => 0xf, 213 => 0xf, 228 => 0x14e, 229 => 0x1ae, 252 => 0xc4ac },
+ 'flashfunction' => { 187 => 0x31, 486 => [\'Flash','FlashFunction'] },
+ 'flashgndistance' => { 209 => 0xe, 210 => 0xf, 211 => 0xf, 212 => 0xf, 213 => 0xf, 229 => 0x14e, 230 => 0x1ae, 254 => 0xc4ac },
'flashgroupacompensation' => { 209 => 0x11, 210 => 0x12, 211 => 0x13, 212 => 0x28, 213 => 0x28 },
'flashgroupacontrolmode' => { 209 => 0xf, 210 => '16.1', 211 => '17.1', 212 => '17.1', 213 => '17.1' },
'flashgroupaoutput' => { 209 => 0x11, 210 => 0x12, 211 => 0x13, 212 => 0x28, 213 => 0x28 },
@@ -2826,149 +2828,149 @@ my %tagLookup = (
'flashgroupccontrolmode' => { 210 => '17.2', 211 => '18.2', 212 => '18.2', 213 => '18.2' },
'flashgroupcoutput' => { 210 => 0x14, 211 => 0x15, 212 => 0x2a, 213 => 0x2a },
'flashguidenumber' => { 77 => 0xd, 94 => 0x0, 159 => 'GuideNumber' },
- 'flashintensity' => { 112 => [0x19,0x5], 297 => 0x405 },
- 'flashlevel' => { 281 => 0x9, 420 => 0xb048 },
+ 'flashintensity' => { 112 => [0x19,0x5], 299 => 0x405 },
+ 'flashlevel' => { 283 => 0x9, 422 => 0xb048 },
'flashmake' => { 159 => 'Make' },
'flashmanufacturer' => { 178 => 'FlashManufacturer' },
- 'flashmastercompensation' => { 228 => 0x162, 229 => 0x1aa, 252 => 0xc4c0 },
- 'flashmastercontrolmode' => { 228 => 0x160, 252 => 0xc4be },
- 'flashmasteroutput' => { 228 => 0x166, 252 => 0xc4c4 },
+ 'flashmastercompensation' => { 229 => 0x162, 230 => 0x1aa, 254 => 0xc4c0 },
+ 'flashmastercontrolmode' => { 229 => 0x160, 254 => 0xc4be },
+ 'flashmasteroutput' => { 229 => 0x166, 254 => 0xc4c4 },
'flashmetering' => { 181 => 0x3f, 184 => 0x1c },
'flashmeteringmode' => { 7 => 0x15, 13 => 0x15, 14 => 0x15, 15 => 0x15, 16 => 0x15, 17 => 0x15, 18 => 0x15, 20 => 0x15, 22 => 0x15, 28 => 0x15 },
- 'flashmeteringsegments' => { 355 => 0x20a },
- 'flashmode' => { 112 => 0x4, 138 => 0x3f2, 140 => 0x5c, 151 => 0x27, 159 => 'Mode', 181 => 0x2, 182 => 0x20, 183 => 0x16, 184 => 0xf, 226 => 0x87, 297 => 0x400, 302 => 0x1004, 355 => 0xc, 362 => 0x4, 386 => 0x20, 387 => 0x100a, 396 => 0x225, 407 => 0x13, 408 => 0x7f, 409 => 0x20, 425 => 0x10, 429 => 0x1138, 430 => 0x1138, 431 => 0x1114, 432 => 0x1190, 433 => 0x116c, 434 => 0x1024, 435 => 0x21c, 436 => 0x21c, 437 => 0x211, 484 => [\'Flash','FlashMode'] },
- 'flashmodel' => { 159 => 'Model', 178 => 'FlashModel', 298 => 0x1001 },
- 'flashoptions' => { 336 => 0x2 },
- 'flashoptions2' => { 336 => 0x10 },
- 'flashoutput' => { 44 => 0x248, 77 => 0x21, 209 => 0xa, 210 => 0xa, 211 => 0xa, 212 => 0x27, 228 => 0x152, 229 => 0x1b2, 252 => 0xc4b0 },
- 'flashpixversion' => { 119 => 0xa000, 484 => 'FlashpixVersion' },
- 'flashredeyemode' => { 484 => [\'Flash','FlashRedEyeMode'] },
- 'flashremotecontrol' => { 228 => 0x15c, 229 => 0x1bc, 252 => 0xc4ba, 297 => 0x403 },
- 'flashreturn' => { 484 => [\'Flash','FlashReturn'] },
- 'flashserialnumber' => { 159 => 'SerialNumber', 298 => 0x1003 },
- 'flashsetting' => { 226 => 0x8 },
- 'flashshutterspeed' => { 279 => '20.2', 280 => '23.2', 282 => '23.2', 283 => '23.2', 288 => '15.2', 289 => '22.2', 290 => '7.2', 291 => '22.2', 292 => '23.2', 293 => '23.2', 294 => '23.1', 295 => 0x57 },
+ 'flashmeteringsegments' => { 357 => 0x20a },
+ 'flashmode' => { 112 => 0x4, 138 => 0x3f2, 140 => 0x5c, 151 => 0x27, 159 => 'Mode', 181 => 0x2, 182 => 0x20, 183 => 0x16, 184 => 0xf, 227 => 0x87, 299 => 0x400, 304 => 0x1004, 357 => 0xc, 364 => 0x4, 388 => 0x20, 389 => 0x100a, 398 => 0x225, 409 => 0x13, 410 => 0x7f, 411 => 0x20, 427 => 0x10, 431 => 0x1138, 432 => 0x1138, 433 => 0x1114, 434 => 0x1190, 435 => 0x116c, 436 => 0x1024, 437 => 0x21c, 438 => 0x21c, 439 => 0x211, 486 => [\'Flash','FlashMode'] },
+ 'flashmodel' => { 159 => 'Model', 178 => 'FlashModel', 300 => 0x1001 },
+ 'flashoptions' => { 338 => 0x2 },
+ 'flashoptions2' => { 338 => 0x10 },
+ 'flashoutput' => { 44 => 0x248, 77 => 0x21, 209 => 0xa, 210 => 0xa, 211 => 0xa, 212 => 0x27, 229 => 0x152, 230 => 0x1b2, 254 => 0xc4b0 },
+ 'flashpixversion' => { 119 => 0xa000, 486 => 'FlashpixVersion' },
+ 'flashredeyemode' => { 486 => [\'Flash','FlashRedEyeMode'] },
+ 'flashremotecontrol' => { 229 => 0x15c, 230 => 0x1bc, 254 => 0xc4ba, 299 => 0x403 },
+ 'flashreturn' => { 486 => [\'Flash','FlashReturn'] },
+ 'flashserialnumber' => { 159 => 'SerialNumber', 300 => 0x1003 },
+ 'flashsetting' => { 227 => 0x8 },
+ 'flashshutterspeed' => { 281 => '20.2', 282 => '23.2', 284 => '23.2', 285 => '23.2', 290 => '15.2', 291 => '22.2', 292 => '7.2', 293 => '22.2', 294 => '23.2', 295 => '23.2', 296 => '23.1', 297 => 0x57 },
'flashsource' => { 209 => 0x4, 210 => 0x4, 211 => 0x4, 212 => 0x4, 213 => 0x4, 214 => 0x4 },
- 'flashstatus' => { 343 => 0x0, 425 => [0x82,0x86], 439 => 0x31, 440 => 0x39, 441 => 0x39 },
- 'flashstatusbuilt-in' => { 409 => [0x87,0x287] },
- 'flashstatusexternal' => { 409 => [0x88,0x288] },
- 'flashsyncspeed' => { 279 => '20.1', 280 => '23.1', 282 => '23.1', 283 => '23.1', 288 => '15.1', 289 => '22.1', 291 => '22.1', 292 => '23.1', 293 => '23.1', 295 => 0x53 },
+ 'flashstatus' => { 345 => 0x0, 427 => [0x82,0x86], 441 => 0x31, 442 => 0x39, 443 => 0x39 },
+ 'flashstatusbuilt-in' => { 411 => [0x87,0x287] },
+ 'flashstatusexternal' => { 411 => [0x88,0x288] },
+ 'flashsyncspeed' => { 281 => '20.1', 282 => '23.1', 284 => '23.1', 285 => '23.1', 290 => '15.1', 291 => '22.1', 293 => '22.1', 294 => '23.1', 295 => '23.1', 297 => 0x53 },
'flashsyncspeedav' => { 82 => 0x3, 84 => 0x10f, 85 => 0x2, 86 => 0x3, 87 => 0x2, 88 => 0x2, 89 => 0x3, 90 => 0x6 },
'flashthreshold' => { 94 => 0x1 },
- 'flashtype' => { 159 => 'Type', 184 => 0x59, 226 => 0x9, 298 => 0x1000 },
- 'flashwarning' => { 289 => '30.1', 290 => '7.1', 294 => '31.1', 320 => 0x62 },
- 'flashwirelessoption' => { 228 => 0x15a, 229 => 0x1c8, 252 => 0xc4c6 },
- 'flexiblespotposition' => { 420 => 0x201d },
- 'flickadvancedirection' => { 295 => 0x25f },
- 'flickerreduce' => { 396 => 0x218 },
- 'flickerreduction' => { 127 => 0x1446, 248 => 0xe84 },
- 'flickerreductionindicator' => { 248 => 0x5e2 },
- 'flickerreductionshooting' => { 229 => 0x1a4 },
+ 'flashtype' => { 159 => 'Type', 184 => 0x59, 227 => 0x9, 300 => 0x1000 },
+ 'flashwarning' => { 291 => '30.1', 292 => '7.1', 296 => '31.1', 322 => 0x62 },
+ 'flashwirelessoption' => { 229 => 0x15a, 230 => 0x1c8, 254 => 0xc4c6 },
+ 'flexiblespotposition' => { 422 => 0x201d },
+ 'flickadvancedirection' => { 297 => 0x25f },
+ 'flickerreduce' => { 398 => 0x218 },
+ 'flickerreduction' => { 127 => 0x1446, 250 => 0xe84 },
+ 'flickerreductionindicator' => { 250 => 0x5e2 },
+ 'flickerreductionshooting' => { 230 => 0x1a4 },
'flightpitchdegree' => { 116 => 'FlightPitchDegree' },
'flightrolldegree' => { 116 => 'FlightRollDegree' },
'flightxspeed' => { 116 => 'FlightXSpeed' },
'flightyawdegree' => { 116 => 'FlightYawDegree' },
'flightyspeed' => { 116 => 'FlightYSpeed' },
'flightzspeed' => { 116 => 'FlightZSpeed' },
- 'fliphorizontal' => { 272 => 0x76a43206 },
- 'fnumber' => { 7 => 0x3, 9 => 0x3, 11 => 0x3, 13 => 0x3, 14 => 0x3, 15 => 0x3, 16 => 0x3, 17 => 0x3, 18 => 0x3, 19 => 0x3, 20 => 0x3, 21 => 0x3, 22 => 0x3, 23 => 0x3, 24 => 0x3, 25 => 0x3, 26 => 0x3, 27 => 0x3, 28 => 0x3, 29 => 0x3, 30 => 0x5, 31 => 0x6, 77 => 0x15, 119 => 0x829d, 137 => 0xfd04, 140 => 0x1e, 142 => 0xfa23, 144 => 0xf103, 147 => 0x13, 149 => 0x3c, 151 => 0x1c, 152 => 0x18, 154 => 0xc, 163 => 'FNumber', 181 => 0xa, 182 => 0x36, 183 => 0x47, 184 => 0x9, 187 => 0x49c7, 224 => 0x38, 319 => 0x35a, 355 => 0x13, 394 => 0xa019, 397 => [0x31,0x49], 407 => 0x1, 408 => 0x1, 425 => [0x20,0x22,0x26], 484 => 'FNumber' },
- 'focaldistance' => { 464 => 'FocalDistance' },
- 'focallength' => { 7 => 0x1d, 8 => 0xa, 9 => 0x23, 10 => 0x9, 11 => 0x1d, 12 => 0x9, 13 => 0x1e, 14 => 0x1d, 15 => 0x1d, 16 => 0x1e, 17 => 0x1e, 18 => 0x1e, 19 => 0x28, 20 => 0x1e, 21 => 0x23, 22 => 0x1e, 23 => 0x1e, 24 => 0x23, 25 => 0x23, 26 => 0x23, 27 => 0x23, 28 => 0x1e, 29 => 0x23, 59 => 0x1, 113 => 0x1d, 119 => 0x920a, 147 => 0x1d, 163 => 'FocalLength', 181 => 0x12, 219 => 0xa, 220 => 0xb, 224 => [0xc,0x3c], 314 => 0x1, 355 => 0x1d, 364 => 0x403, 387 => 0x1500, 406 => 0xe, 433 => 0x1278, 434 => 0x1134, 435 => 0x32c, 436 => 0x32c, 437 => 0x30a, 484 => 'FocalLength' },
- 'focallength2' => { 425 => [0x23,0x25,0x29] },
- 'focallengthin35mmformat' => { 119 => 0xa405, 394 => 0xa01a, 484 => 'FocalLengthIn35mmFilm' },
- 'focallengthtelezoom' => { 406 => 0x10 },
- 'focalplaneafpointarea' => { 438 => 0x2 },
- 'focalplaneafpointlocation1' => { 438 => 0x6 },
- 'focalplaneafpointlocation10' => { 438 => 0x2a },
- 'focalplaneafpointlocation11' => { 438 => 0x2e },
- 'focalplaneafpointlocation12' => { 438 => 0x32 },
- 'focalplaneafpointlocation13' => { 438 => 0x36 },
- 'focalplaneafpointlocation14' => { 438 => 0x3a },
- 'focalplaneafpointlocation15' => { 438 => 0x3e },
- 'focalplaneafpointlocation2' => { 438 => 0xa },
- 'focalplaneafpointlocation3' => { 438 => 0xe },
- 'focalplaneafpointlocation4' => { 438 => 0x12 },
- 'focalplaneafpointlocation5' => { 438 => 0x16 },
- 'focalplaneafpointlocation6' => { 438 => 0x1a },
- 'focalplaneafpointlocation7' => { 438 => 0x1e },
- 'focalplaneafpointlocation8' => { 438 => 0x22 },
- 'focalplaneafpointlocation9' => { 438 => 0x26 },
- 'focalplaneafpointsused' => { 438 => 0x1 },
- 'focalplanediagonal' => { 298 => 0x103, 302 => 0x205 },
- 'focalplaneresolutionunit' => { 119 => 0xa210, 484 => 'FocalPlaneResolutionUnit' },
- 'focalplanexresolution' => { 119 => 0xa20e, 484 => 'FocalPlaneXResolution' },
+ 'fliphorizontal' => { 274 => 0x76a43206 },
+ 'fnumber' => { 7 => 0x3, 9 => 0x3, 11 => 0x3, 13 => 0x3, 14 => 0x3, 15 => 0x3, 16 => 0x3, 17 => 0x3, 18 => 0x3, 19 => 0x3, 20 => 0x3, 21 => 0x3, 22 => 0x3, 23 => 0x3, 24 => 0x3, 25 => 0x3, 26 => 0x3, 27 => 0x3, 28 => 0x3, 29 => 0x3, 30 => 0x5, 31 => 0x6, 77 => 0x15, 119 => 0x829d, 137 => 0xfd04, 140 => 0x1e, 142 => 0xfa23, 144 => 0xf103, 147 => 0x13, 149 => 0x3c, 151 => 0x1c, 152 => 0x18, 154 => 0xc, 163 => 'FNumber', 181 => 0xa, 182 => 0x36, 183 => 0x47, 184 => 0x9, 187 => 0x49c7, 225 => 0x38, 321 => 0x35a, 357 => 0x13, 396 => 0xa019, 399 => [0x31,0x49], 409 => 0x1, 410 => 0x1, 427 => [0x20,0x22,0x26], 486 => 'FNumber' },
+ 'focaldistance' => { 466 => 'FocalDistance' },
+ 'focallength' => { 7 => 0x1d, 8 => 0xa, 9 => 0x23, 10 => 0x9, 11 => 0x1d, 12 => 0x9, 13 => 0x1e, 14 => 0x1d, 15 => 0x1d, 16 => 0x1e, 17 => 0x1e, 18 => 0x1e, 19 => 0x28, 20 => 0x1e, 21 => 0x23, 22 => 0x1e, 23 => 0x1e, 24 => 0x23, 25 => 0x23, 26 => 0x23, 27 => 0x23, 28 => 0x1e, 29 => 0x23, 59 => 0x1, 113 => 0x1d, 119 => 0x920a, 147 => 0x1d, 163 => 'FocalLength', 181 => 0x12, 220 => 0xa, 221 => 0xb, 225 => [0xc,0x3c], 316 => 0x1, 357 => 0x1d, 366 => 0x403, 389 => 0x1500, 408 => 0xe, 435 => 0x1278, 436 => 0x1134, 437 => 0x32c, 438 => 0x32c, 439 => 0x30a, 486 => 'FocalLength' },
+ 'focallength2' => { 427 => [0x23,0x25,0x29] },
+ 'focallengthin35mmformat' => { 119 => 0xa405, 396 => 0xa01a, 486 => 'FocalLengthIn35mmFilm' },
+ 'focallengthtelezoom' => { 408 => 0x10 },
+ 'focalplaneafpointarea' => { 440 => 0x2 },
+ 'focalplaneafpointlocation1' => { 440 => 0x6 },
+ 'focalplaneafpointlocation10' => { 440 => 0x2a },
+ 'focalplaneafpointlocation11' => { 440 => 0x2e },
+ 'focalplaneafpointlocation12' => { 440 => 0x32 },
+ 'focalplaneafpointlocation13' => { 440 => 0x36 },
+ 'focalplaneafpointlocation14' => { 440 => 0x3a },
+ 'focalplaneafpointlocation15' => { 440 => 0x3e },
+ 'focalplaneafpointlocation2' => { 440 => 0xa },
+ 'focalplaneafpointlocation3' => { 440 => 0xe },
+ 'focalplaneafpointlocation4' => { 440 => 0x12 },
+ 'focalplaneafpointlocation5' => { 440 => 0x16 },
+ 'focalplaneafpointlocation6' => { 440 => 0x1a },
+ 'focalplaneafpointlocation7' => { 440 => 0x1e },
+ 'focalplaneafpointlocation8' => { 440 => 0x22 },
+ 'focalplaneafpointlocation9' => { 440 => 0x26 },
+ 'focalplaneafpointsused' => { 440 => 0x1 },
+ 'focalplanediagonal' => { 300 => 0x103, 304 => 0x205 },
+ 'focalplaneresolutionunit' => { 119 => 0xa210, 486 => 'FocalPlaneResolutionUnit' },
+ 'focalplanexresolution' => { 119 => 0xa20e, 486 => 'FocalPlaneXResolution' },
'focalplanexsize' => { 59 => 0x2 },
'focalplanexunknown' => { 59 => 0x2 },
- 'focalplaneyresolution' => { 119 => 0xa20f, 484 => 'FocalPlaneYResolution' },
+ 'focalplaneyresolution' => { 119 => 0xa20f, 486 => 'FocalPlaneYResolution' },
'focalplaneysize' => { 59 => 0x3 },
'focalplaneyunknown' => { 59 => 0x3 },
- 'focalpointx' => { 464 => 'FocalPointX' },
- 'focalpointy' => { 464 => 'FocalPointY' },
+ 'focalpointx' => { 466 => 'FocalPointX' },
+ 'focalpointy' => { 466 => 'FocalPointY' },
'focaltype' => { 10 => 0x2d, 59 => 0x0 },
'focalunits' => { 34 => 0x19 },
- 'focus' => { 262 => 0x8 },
+ 'focus' => { 264 => 0x8 },
'focusarea' => { 181 => 0x31 },
- 'focusareaselection' => { 290 => '15.2' },
- 'focusbracket' => { 320 => 0xbd },
- 'focusbracketstepsize' => { 297 => 0x308 },
+ 'focusareaselection' => { 292 => '15.2' },
+ 'focusbracket' => { 322 => 0xbd },
+ 'focusbracketstepsize' => { 299 => 0x308 },
'focuscontinuous' => { 34 => 0x20 },
'focusdisplayaiservoandmf' => { 84 => 0x515 },
- 'focusdistance' => { 163 => 'FocusDistance', 181 => 0x13, 187 => 0x49bb, 219 => 0x9, 220 => 0xa, 224 => [0xb,0x4e], 300 => 0x305, 314 => 0x0, 318 => 0x304, 319 => 0x304 },
+ 'focusdistance' => { 163 => 'FocusDistance', 181 => 0x13, 187 => 0x49bb, 220 => 0x9, 221 => 0xa, 225 => [0xb,0x4e], 302 => 0x305, 316 => 0x0, 320 => 0x304, 321 => 0x304 },
'focusdistancelower' => { 7 => 0x45, 9 => 0x8e, 11 => 0x45, 13 => 0x56, 14 => 0x45, 15 => 0x45, 16 => 0x52, 17 => 0x52, 18 => 0x56, 20 => 0x52, 21 => 0x8e, 22 => 0x59, 23 => 0x57, 24 => 0x8e, 25 => 0x94, 26 => 0x95, 27 => 0xa7, 28 => 0x56, 29 => 0xa7, 57 => 0x15, 77 => 0x14 },
'focusdistancerange' => { 1 => 0xc },
- 'focusdistancerangewidth' => { 224 => 0x4c },
+ 'focusdistancerangewidth' => { 225 => 0x4c },
'focusdistanceupper' => { 7 => 0x43, 9 => 0x8c, 11 => 0x43, 13 => 0x54, 14 => 0x43, 15 => 0x43, 16 => 0x50, 17 => 0x50, 18 => 0x54, 20 => 0x50, 21 => 0x8c, 22 => 0x57, 23 => 0x55, 24 => 0x8c, 25 => 0x92, 26 => 0x93, 27 => 0xa5, 28 => 0x54, 29 => 0xa5, 57 => 0x14, 77 => 0x13 },
'focusholdbutton' => { 184 => 0x44 },
- 'focusinfoversion' => { 300 => 0x0 },
+ 'focusinfoversion' => { 302 => 0x0 },
'focusingscreen' => { 83 => 0x0, 84 => 0x80b, 89 => 0x0 },
- 'focuslocation' => { 420 => 0x2027 },
+ 'focuslocation' => { 422 => 0x2027 },
'focuslocked' => { 180 => 0x14 },
- 'focusmode' => { 34 => 0x7, 112 => 0x3, 113 => [0x3003,0xd], 127 => 0x1021, 138 => 0x3f5, 140 => 0x38, 156 => 'FocusMode', 181 => 0x30, 183 => 0xe, 184 => 0xc, 226 => 0x7, 297 => 0x301, 302 => 0x100b, 320 => 0x7, 355 => 0xd, 362 => 0x3, 387 => 0x1006, 400 => [0xb,0x5], 406 => [0x15,0x1d], 407 => 0x4d, 408 => 0x4d, 420 => [0xb042,0xb04e,0x201b], 425 => 0x13, 445 => 0x16 },
- 'focusmode2' => { 126 => '0.1', 336 => '3.1', 425 => [0x2c,0x2e,0x32] },
- 'focusmodesetting' => { 281 => '10.1', 404 => 0x14, 405 => 0x15, 407 => 0x10, 408 => 0xf, 409 => 0x6 },
- 'focusmodeswitch' => { 184 => 0x58, 407 => 0x2e },
- 'focuspeakingdisplay' => { 295 => 0x235 },
- 'focuspeakinghighlightcolor' => { 295 => 0x4b },
- 'focuspeakinglevel' => { 295 => 0x49 },
+ 'focusmode' => { 34 => 0x7, 112 => 0x3, 113 => [0x3003,0xd], 127 => 0x1021, 138 => 0x3f5, 140 => 0x38, 156 => 'FocusMode', 181 => 0x30, 183 => 0xe, 184 => 0xc, 227 => 0x7, 299 => 0x301, 304 => 0x100b, 322 => 0x7, 357 => 0xd, 364 => 0x3, 389 => 0x1006, 402 => [0xb,0x5], 408 => [0x15,0x1d], 409 => 0x4d, 410 => 0x4d, 422 => [0xb042,0xb04e,0x201b], 427 => 0x13, 447 => 0x16 },
+ 'focusmode2' => { 126 => '0.1', 338 => '3.1', 427 => [0x2c,0x2e,0x32] },
+ 'focusmodesetting' => { 283 => '10.1', 406 => 0x14, 407 => 0x15, 409 => 0x10, 410 => 0xf, 411 => 0x6 },
+ 'focusmodeswitch' => { 184 => 0x58, 409 => 0x2e },
+ 'focuspeakingdisplay' => { 297 => 0x235 },
+ 'focuspeakinghighlightcolor' => { 297 => 0x4b },
+ 'focuspeakinglevel' => { 297 => 0x49 },
'focuspixel' => { 127 => 0x1023 },
- 'focuspointlock' => { 295 => 0x1d3 },
- 'focuspointpersistence' => { 295 => 0x105 },
- 'focuspointwrap' => { 279 => '2.2', 280 => '2.2', 282 => '2.1', 283 => '2.1', 287 => '1.1', 288 => '2.2', 289 => '1.1', 292 => '2.2', 293 => '2.1', 294 => '2.5', 295 => 0x16 },
- 'focusposition' => { 219 => 0x8, 220 => 0x8, 355 => 0x10, 418 => 0x9bb },
- 'focusposition2' => { 425 => [0x29,0x2b,0x2f], 445 => 0x2d, 448 => 0x20 },
+ 'focuspointlock' => { 297 => 0x1d3 },
+ 'focuspointpersistence' => { 297 => 0x105 },
+ 'focuspointwrap' => { 281 => '2.2', 282 => '2.2', 284 => '2.1', 285 => '2.1', 289 => '1.1', 290 => '2.2', 291 => '1.1', 294 => '2.2', 295 => '2.1', 296 => '2.5', 297 => 0x16 },
+ 'focusposition' => { 220 => 0x8, 221 => 0x8, 357 => 0x10, 420 => 0x9bb },
+ 'focusposition2' => { 427 => [0x29,0x2b,0x2f], 447 => 0x2d, 450 => 0x20 },
'focuspositionhorizontal' => { 194 => 0x43 },
'focuspositionvertical' => { 194 => 0x45 },
- 'focusprocess' => { 297 => 0x302 },
- 'focusrange' => { 34 => 0x12, 302 => 0x100a },
- 'focusrangeindex' => { 346 => '3.1' },
+ 'focusprocess' => { 299 => 0x302 },
+ 'focusrange' => { 34 => 0x12, 304 => 0x100a },
+ 'focusrangeindex' => { 348 => '3.1' },
'focusresult' => { 194 => 0x4a },
'focusringrotation' => { 84 => 0x713 },
- 'focussetting' => { 397 => 0x6 },
- 'focusshiftexposurelock' => { 228 => 0xe8, 229 => 0xf4, 252 => 0xc446 },
- 'focusshiftinterval' => { 228 => 0xe4, 229 => 0xf0, 252 => 0xc442 },
- 'focusshiftnumbershots' => { 228 => 0xdc, 229 => 0xe8, 252 => 0xc43a },
- 'focusshiftshooting' => { 261 => 0x6c90 },
- 'focusshiftstepwidth' => { 228 => 0xe0, 229 => 0xec, 252 => 0xc43e },
- 'focusstatus' => { 406 => 0x19, 407 => 0x53, 408 => 0x53 },
- 'focusstepcount' => { 300 => 0x301, 302 => 0x100e },
- 'focusstepinfinity' => { 300 => 0x303, 302 => 0x103b },
- 'focusstepnear' => { 300 => 0x304, 302 => 0x103c },
- 'focustrackinglockon' => { 279 => ['1.5','4.1'], 280 => '1.4', 287 => '0.4', 288 => '3.1', 289 => '0.4', 292 => '1.4' },
+ 'focussetting' => { 399 => 0x6 },
+ 'focusshiftexposurelock' => { 229 => 0xe8, 230 => 0xf4, 254 => 0xc446 },
+ 'focusshiftinterval' => { 229 => 0xe4, 230 => 0xf0, 254 => 0xc442 },
+ 'focusshiftnumbershots' => { 229 => 0xdc, 230 => 0xe8, 254 => 0xc43a },
+ 'focusshiftshooting' => { 263 => 0x6c90 },
+ 'focusshiftstepwidth' => { 229 => 0xe0, 230 => 0xec, 254 => 0xc43e },
+ 'focusstatus' => { 408 => 0x19, 409 => 0x53, 410 => 0x53 },
+ 'focusstepcount' => { 302 => 0x301, 304 => 0x100e },
+ 'focusstepinfinity' => { 302 => 0x303, 304 => 0x103b },
+ 'focusstepnear' => { 302 => 0x304, 304 => 0x103c },
+ 'focustrackinglockon' => { 281 => ['1.5','4.1'], 282 => '1.4', 289 => '0.4', 290 => '3.1', 291 => '0.4', 294 => '1.4' },
'focuswarning' => { 127 => 0x1301 },
'foldername' => { 181 => 0x27 },
- 'foldernumber' => { 407 => 0x9a, 409 => [0x402,0x114,0x316] },
- 'fontcomposite' => { 509 => [\'Fonts','FontsComposite'] },
- 'fontface' => { 509 => [\'Fonts','FontsFontFace'] },
- 'fontfamily' => { 509 => [\'Fonts','FontsFontFamily'] },
- 'fontfilename' => { 509 => [\'Fonts','FontsFontFileName'] },
- 'fontname' => { 509 => [\'Fonts','FontsFontName'] },
- 'fonts' => { 509 => 'Fonts' },
- 'fonttype' => { 509 => [\'Fonts','FontsFontType'] },
- 'fontversion' => { 509 => [\'Fonts','FontsVersionString'] },
- 'for' => { 371 => 'For' },
+ 'foldernumber' => { 409 => 0x9a, 411 => [0x402,0x114,0x316] },
+ 'fontcomposite' => { 511 => [\'Fonts','FontsComposite'] },
+ 'fontface' => { 511 => [\'Fonts','FontsFontFace'] },
+ 'fontfamily' => { 511 => [\'Fonts','FontsFontFamily'] },
+ 'fontfilename' => { 511 => [\'Fonts','FontsFontFileName'] },
+ 'fontname' => { 511 => [\'Fonts','FontsFontName'] },
+ 'fonts' => { 511 => 'Fonts' },
+ 'fonttype' => { 511 => [\'Fonts','FontsFontType'] },
+ 'fontversion' => { 511 => [\'Fonts','FontsVersionString'] },
+ 'for' => { 373 => 'For' },
'forcewrite' => { 120 => 'ForceWrite' },
- 'format' => { 380 => "\xa9fmt", 463 => 'Format', 481 => 'format', 502 => 'Format' },
- 'forwardlock' => { 499 => 'forwardlock' },
+ 'format' => { 382 => "\xa9fmt", 465 => 'Format', 483 => 'format', 504 => 'Format' },
+ 'forwardlock' => { 501 => 'forwardlock' },
'forwardmatrix1' => { 119 => 0xc714 },
'forwardmatrix2' => { 119 => 0xc715 },
'forwardmatrix3' => { 119 => 0xcd34 },
@@ -2976,41 +2978,41 @@ my %tagLookup = (
'fossilspecimenmaterialsampleid' => { 118 => [\'FossilSpecimen','FossilSpecimenMaterialSampleID'] },
'framecount' => { 67 => [0x2,0x4] },
'frameheight' => { 127 => 0x3822 },
- 'framenum' => { 366 => 0xd7 },
- 'framenumber' => { 127 => 0x8003, 187 => 0x3c, 355 => 0x29 },
+ 'framenum' => { 368 => 0xd7 },
+ 'framenumber' => { 127 => 0x8003, 187 => 0x3c, 357 => 0x29 },
'framerate' => { 67 => [0x1,0x6], 119 => 0xc764, 127 => 0x3820 },
- 'framereadouttime' => { 374 => 'camera.framereadouttimeinmicroseconds' },
+ 'framereadouttime' => { 376 => 'camera.framereadouttimeinmicroseconds' },
'framewidth' => { 127 => 0x3821 },
- 'framing' => { 493 => 'framing' },
+ 'framing' => { 495 => 'framing' },
'freebytes' => { 97 => 0x1 },
'freememorycardimages' => { 182 => [0x37,0x54], 183 => [0x2d,0x4a], 184 => 0x32 },
'fujiflashmode' => { 127 => 0x1010 },
'fujimodel' => { 127 => 0x1447 },
'fujimodel2' => { 127 => 0x1448 },
'fullhdhighspeedrec' => { 127 => 0x3824 },
- 'fullimagesize' => { 420 => 0xb02b },
- 'fullpanoheightpixels' => { 466 => 'FullPanoHeightPixels', 467 => 'FullPanoHeightPixels' },
- 'fullpanowidthpixels' => { 466 => 'FullPanoWidthPixels', 467 => 'FullPanoWidthPixels' },
- 'fullpresssnap' => { 387 => 0x100d },
+ 'fullimagesize' => { 422 => 0xb02b },
+ 'fullpanoheightpixels' => { 468 => 'FullPanoHeightPixels', 469 => 'FullPanoHeightPixels' },
+ 'fullpanowidthpixels' => { 468 => 'FullPanoWidthPixels', 469 => 'FullPanoWidthPixels' },
+ 'fullpresssnap' => { 389 => 0x100d },
'fullsizeimage' => { 162 => 'data' },
'fullsizeimagename' => { 162 => '1Name' },
'fullsizeimagetype' => { 162 => '0Type' },
- 'func1button' => { 282 => '14.1', 283 => '14.1', 293 => '14.1', 295 => 0x63 },
- 'func1buttonplaybackmode' => { 295 => 0x1a5 },
- 'func1buttonplusdials' => { 282 => '42.1', 283 => '42.1', 293 => '42.1' },
- 'func2button' => { 282 => '80.1', 283 => '80.1', 293 => '80.1', 295 => 0x73 },
- 'func2buttonplaybackmode' => { 295 => 0x1a7 },
- 'func2buttonplusdials' => { 282 => '81.1' },
- 'func3button' => { 282 => '83.1', 295 => 0x119 },
- 'func3buttonplaybackmode' => { 295 => 0x1a9 },
- 'func4button' => { 295 => 0x175 },
- 'func4buttonplaybackmode' => { 295 => 0x1af },
- 'funcbutton' => { 279 => ['14.1','15.1'], 280 => '14.1', 288 => '28.1', 289 => '13.1', 292 => '14.1', 294 => '14.1' },
- 'funcbuttonplusdials' => { 279 => ['14.2','15.2'], 280 => '14.2', 288 => '31.1', 292 => '42.1' },
- 'functionbutton' => { 286 => '13.1', 290 => '5.2' },
- 'gainbase' => { 301 => 0x610 },
- 'gaincontrol' => { 119 => 0xa407, 484 => 'GainControl' },
- 'gamma' => { 119 => 0xa500, 138 => 0x8fe, 308 => 'gAMA', 325 => 0x11c, 485 => 'Gamma' },
+ 'func1button' => { 284 => '14.1', 285 => '14.1', 295 => '14.1', 297 => 0x63 },
+ 'func1buttonplaybackmode' => { 297 => 0x1a5 },
+ 'func1buttonplusdials' => { 284 => '42.1', 285 => '42.1', 295 => '42.1' },
+ 'func2button' => { 284 => '80.1', 285 => '80.1', 295 => '80.1', 297 => 0x73 },
+ 'func2buttonplaybackmode' => { 297 => 0x1a7 },
+ 'func2buttonplusdials' => { 284 => '81.1' },
+ 'func3button' => { 284 => '83.1', 297 => 0x119 },
+ 'func3buttonplaybackmode' => { 297 => 0x1a9 },
+ 'func4button' => { 297 => 0x175 },
+ 'func4buttonplaybackmode' => { 297 => 0x1af },
+ 'funcbutton' => { 281 => ['14.1','15.1'], 282 => '14.1', 290 => '28.1', 291 => '13.1', 294 => '14.1', 296 => '14.1' },
+ 'funcbuttonplusdials' => { 281 => ['14.2','15.2'], 282 => '14.2', 290 => '31.1', 294 => '42.1' },
+ 'functionbutton' => { 288 => '13.1', 292 => '5.2' },
+ 'gainbase' => { 303 => 0x610 },
+ 'gaincontrol' => { 119 => 0xa407, 486 => 'GainControl' },
+ 'gamma' => { 119 => 0xa500, 138 => 0x8fe, 310 => 'gAMA', 327 => 0x11c, 487 => 'Gamma' },
'gammablackpoint' => { 105 => 0xc },
'gammacolortone' => { 105 => 0x3 },
'gammacompensatedvalue' => { 133 => 0x91 },
@@ -3026,20 +3028,20 @@ my %tagLookup = (
'gammaunsharpmaskstrength' => { 105 => 0x5 },
'gammaunsharpmaskthreshold' => { 105 => 0x7 },
'gammawhitepoint' => { 105 => 0xd },
- 'garminsettings' => { 380 => 'pmcc' },
- 'garminsoftware' => { 380 => 'uuid' },
+ 'garminsettings' => { 382 => 'pmcc' },
+ 'garminsoftware' => { 382 => 'uuid' },
'gdalmetadata' => { 119 => 0xa480 },
'gdalnodata' => { 119 => 0xa481 },
'geimagesize' => { 127 => 0x1304 },
'gemake' => { 129 => 0x300 },
'gemodel' => { 129 => 0x207 },
- 'genre' => { 372 => ['gnre',"\xa9gen"], 374 => 'genre', 380 => ['gnre',"\xa9gen"], 490 => 'Genre', 494 => 'genre', 504 => 'genre' },
- 'genrecvid' => { 490 => [\'Genre','GenreCvId'] },
- 'genrecvtermid' => { 490 => [\'Genre','GenreCvTermId'] },
- 'genrecvtermname' => { 490 => [\'Genre','GenreCvTermName'] },
- 'genrecvtermrefinedabout' => { 490 => [\'Genre','GenreCvTermRefinedAbout'] },
- 'genreid' => { 372 => 'geID' },
- 'geography' => { 495 => 'geography' },
+ 'genre' => { 374 => ['gnre',"\xa9gen"], 376 => 'genre', 382 => ['gnre',"\xa9gen"], 492 => 'Genre', 496 => 'genre', 506 => 'genre' },
+ 'genrecvid' => { 492 => [\'Genre','GenreCvId'] },
+ 'genrecvtermid' => { 492 => [\'Genre','GenreCvTermId'] },
+ 'genrecvtermname' => { 492 => [\'Genre','GenreCvTermName'] },
+ 'genrecvtermrefinedabout' => { 492 => [\'Genre','GenreCvTermRefinedAbout'] },
+ 'genreid' => { 374 => 'geID' },
+ 'geography' => { 497 => 'geography' },
'geologicalcontext' => { 118 => 'GeologicalContext' },
'geologicalcontextbed' => { 118 => [\'GeologicalContext','GeologicalContextBed'] },
'geologicalcontextformation' => { 118 => [\'GeologicalContext','GeologicalContextFormation'] },
@@ -3052,263 +3054,262 @@ my %tagLookup = (
'geotiffdirectory' => { 119 => 0x87af },
'geotiffdoubleparams' => { 119 => 0x87b0 },
'geotime' => { 120 => 'Geotime' },
- 'giftftppriority' => { 468 => 'GIFTFtpPriority' },
+ 'giftftppriority' => { 470 => 'GIFTFtpPriority' },
'gimbalpitchdegree' => { 116 => 'GimbalPitchDegree' },
'gimbalreverse' => { 116 => 'GimbalReverse' },
'gimbalrolldegree' => { 116 => 'GimbalRollDegree' },
'gimbalyawdegree' => { 116 => 'GimbalYawDegree' },
- 'globalaltitude' => { 369 => 0x419 },
- 'globalangle' => { 369 => 0x40d },
- 'good' => { 504 => 'good' },
- 'googlehostheader' => { 372 => 'gshh' },
- 'googlepingmessage' => { 372 => 'gspm' },
- 'googlepingurl' => { 372 => 'gspu' },
+ 'globalaltitude' => { 371 => 0x419 },
+ 'globalangle' => { 371 => 0x40d },
+ 'good' => { 506 => 'good' },
+ 'googlehostheader' => { 374 => 'gshh' },
+ 'googlepingmessage' => { 374 => 'gspm' },
+ 'googlepingurl' => { 374 => 'gspu' },
'googleplusuploadcode' => { 119 => 0x9009 },
- 'googlesourcedata' => { 372 => 'gssd' },
- 'googlestarttime' => { 372 => 'gsst' },
- 'googletrackduration' => { 372 => 'gstd' },
- 'goprotype' => { 380 => 'GoPr' },
- 'gpsaltitude' => { 130 => 0x6, 160 => 'Altitude', 484 => 'GPSAltitude' },
- 'gpsaltituderef' => { 130 => 0x5, 484 => 'GPSAltitudeRef' },
- 'gpsareainformation' => { 130 => 0x1c, 484 => 'GPSAreaInformation' },
- 'gpscoordinates' => { 372 => "\xa9xyz", 374 => 'location.ISO6709', 380 => ['@xyz',"\xa9xyz"] },
+ 'googlesourcedata' => { 374 => 'gssd' },
+ 'googlestarttime' => { 374 => 'gsst' },
+ 'googletrackduration' => { 374 => 'gstd' },
+ 'goprotype' => { 382 => 'GoPr' },
+ 'gpsaltitude' => { 130 => 0x6, 160 => 'Altitude', 486 => 'GPSAltitude' },
+ 'gpsaltituderef' => { 130 => 0x5, 486 => 'GPSAltitudeRef' },
+ 'gpsareainformation' => { 130 => 0x1c, 486 => 'GPSAreaInformation' },
+ 'gpscoordinates' => { 374 => "\xa9xyz", 376 => 'location.ISO6709', 382 => ['@xyz',"\xa9xyz"] },
'gpsdatestamp' => { 130 => 0x1d },
- 'gpsdatetime' => { 160 => 'DateTime', 484 => 'GPSTimeStamp' },
- 'gpsdestbearing' => { 130 => 0x18, 160 => 'Bearing', 484 => 'GPSDestBearing' },
- 'gpsdestbearingref' => { 130 => 0x17, 484 => 'GPSDestBearingRef' },
- 'gpsdestdistance' => { 130 => 0x1a, 160 => 'Distance', 484 => 'GPSDestDistance' },
- 'gpsdestdistanceref' => { 130 => 0x19, 484 => 'GPSDestDistanceRef' },
- 'gpsdestlatitude' => { 130 => 0x14, 484 => 'GPSDestLatitude' },
+ 'gpsdatetime' => { 160 => 'DateTime', 486 => 'GPSTimeStamp' },
+ 'gpsdestbearing' => { 130 => 0x18, 160 => 'Bearing', 486 => 'GPSDestBearing' },
+ 'gpsdestbearingref' => { 130 => 0x17, 486 => 'GPSDestBearingRef' },
+ 'gpsdestdistance' => { 130 => 0x1a, 160 => 'Distance', 486 => 'GPSDestDistance' },
+ 'gpsdestdistanceref' => { 130 => 0x19, 486 => 'GPSDestDistanceRef' },
+ 'gpsdestlatitude' => { 130 => 0x14, 486 => 'GPSDestLatitude' },
'gpsdestlatituderef' => { 130 => 0x13 },
- 'gpsdestlongitude' => { 130 => 0x16, 484 => 'GPSDestLongitude' },
+ 'gpsdestlongitude' => { 130 => 0x16, 486 => 'GPSDestLongitude' },
'gpsdestlongituderef' => { 130 => 0x15 },
- 'gpsdifferential' => { 130 => 0x1e, 160 => 'Differential', 484 => 'GPSDifferential' },
- 'gpsdop' => { 130 => 0xb, 484 => 'GPSDOP' },
- 'gpshpositioningerror' => { 130 => 0x1f, 484 => 'GPSHPositioningError' },
- 'gpsimgdirection' => { 130 => 0x11, 484 => 'GPSImgDirection' },
- 'gpsimgdirectionref' => { 130 => 0x10, 484 => 'GPSImgDirectionRef' },
- 'gpslatitude' => { 114 => 'GPS-GPSLatitude', 116 => 'GpsLatitude', 130 => 0x2, 160 => 'Latitude', 484 => 'GPSLatitude' },
+ 'gpsdifferential' => { 130 => 0x1e, 160 => 'Differential', 486 => 'GPSDifferential' },
+ 'gpsdop' => { 130 => 0xb, 486 => 'GPSDOP' },
+ 'gpshpositioningerror' => { 130 => 0x1f, 486 => 'GPSHPositioningError' },
+ 'gpsimgdirection' => { 130 => 0x11, 486 => 'GPSImgDirection' },
+ 'gpsimgdirectionref' => { 130 => 0x10, 486 => 'GPSImgDirectionRef' },
+ 'gpslatitude' => { 114 => 'GPS-GPSLatitude', 116 => 'GpsLatitude', 130 => 0x2, 160 => 'Latitude', 486 => 'GPSLatitude' },
'gpslatituderef' => { 130 => 0x1 },
- 'gpslongitude' => { 114 => 'GPS-GPSLongitude', 116 => 'GpsLongitude', 130 => 0x4, 160 => 'Longitude', 484 => 'GPSLongitude' },
+ 'gpslongitude' => { 114 => 'GPS-GPSLongitude', 116 => 'GpsLongitude', 130 => 0x4, 160 => 'Longitude', 486 => 'GPSLongitude' },
'gpslongituderef' => { 130 => 0x3 },
'gpslongtitude' => { 116 => 'GpsLongtitude' },
- 'gpsmapdatum' => { 130 => 0x12, 160 => 'Datum', 484 => 'GPSMapDatum' },
- 'gpsmeasuremode' => { 130 => 0xa, 160 => 'MeasureMode', 484 => 'GPSMeasureMode' },
+ 'gpsmapdatum' => { 130 => 0x12, 160 => 'Datum', 486 => 'GPSMapDatum' },
+ 'gpsmeasuremode' => { 130 => 0xa, 160 => 'MeasureMode', 486 => 'GPSMeasureMode' },
'gpsposition' => { 114 => 'Exif-GPSPosition' },
- 'gpsprocessingmethod' => { 130 => 0x1b, 484 => 'GPSProcessingMethod' },
- 'gpssatellites' => { 130 => 0x8, 160 => 'Satellites', 484 => 'GPSSatellites' },
- 'gpsspeed' => { 130 => 0xd, 160 => 'Speed', 484 => 'GPSSpeed' },
- 'gpsspeedref' => { 130 => 0xc, 484 => 'GPSSpeedRef' },
- 'gpsstatus' => { 130 => 0x9, 484 => 'GPSStatus' },
+ 'gpsprocessingmethod' => { 130 => 0x1b, 486 => 'GPSProcessingMethod' },
+ 'gpssatellites' => { 130 => 0x8, 160 => 'Satellites', 486 => 'GPSSatellites' },
+ 'gpsspeed' => { 130 => 0xd, 160 => 'Speed', 486 => 'GPSSpeed' },
+ 'gpsspeedref' => { 130 => 0xc, 486 => 'GPSSpeedRef' },
+ 'gpsstatus' => { 130 => 0x9, 486 => 'GPSStatus' },
'gpsstring' => { 138 => 0x402 },
'gpstimestamp' => { 130 => 0x7 },
- 'gpstrack' => { 130 => 0xf, 160 => 'Heading', 484 => 'GPSTrack' },
- 'gpstrackref' => { 130 => 0xe, 484 => 'GPSTrackRef' },
- 'gpsversionid' => { 130 => 0x0, 484 => 'GPSVersionID' },
- 'gradation' => { 297 => 0x50f },
- 'gradientbasedcorractive' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] },
- 'gradientbasedcorramount' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] },
- 'gradientbasedcorrblacks2012' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'] },
- 'gradientbasedcorrbrightness' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] },
- 'gradientbasedcorrclarity' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] },
- 'gradientbasedcorrclarity2012' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] },
- 'gradientbasedcorrcontrast' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] },
- 'gradientbasedcorrcontrast2012' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] },
- 'gradientbasedcorrcorrectionname' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'] },
- 'gradientbasedcorrcorrectionsyncid' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'] },
- 'gradientbasedcorrdefringe' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] },
- 'gradientbasedcorrdehaze' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'] },
- 'gradientbasedcorrections' => { 478 => 'GradientBasedCorrections', 480 => 'GradientBasedCorrections' },
- 'gradientbasedcorrexposure' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] },
- 'gradientbasedcorrexposure2012' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] },
- 'gradientbasedcorrhighlights2012' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] },
- 'gradientbasedcorrhue' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'] },
- 'gradientbasedcorrluminancenoise' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] },
- 'gradientbasedcorrmaskalpha' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] },
- 'gradientbasedcorrmaskangle' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] },
- 'gradientbasedcorrmaskbottom' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] },
- 'gradientbasedcorrmaskcentervalue' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] },
- 'gradientbasedcorrmaskcenterweight' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'gradientbasedcorrmaskdabs' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] },
- 'gradientbasedcorrmaskfeather' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] },
- 'gradientbasedcorrmaskflipped' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] },
- 'gradientbasedcorrmaskflow' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] },
- 'gradientbasedcorrmaskfullx' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] },
- 'gradientbasedcorrmaskfully' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] },
- 'gradientbasedcorrmaskinputdigest' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'] },
- 'gradientbasedcorrmaskleft' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] },
- 'gradientbasedcorrmaskmaskactive' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'] },
- 'gradientbasedcorrmaskmaskblendmode' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'gradientbasedcorrmaskmaskdigest' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'gradientbasedcorrmaskmaskinverted' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'gradientbasedcorrmaskmaskname' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'] },
- 'gradientbasedcorrmaskmasks' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'] },
- 'gradientbasedcorrmaskmasksalpha' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'gradientbasedcorrmaskmasksangle' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'gradientbasedcorrmaskmasksbottom' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'gradientbasedcorrmaskmaskscentervalue' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'gradientbasedcorrmaskmaskscenterweight' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'gradientbasedcorrmaskmasksdabs' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'gradientbasedcorrmaskmasksfeather' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'gradientbasedcorrmaskmasksflipped' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'gradientbasedcorrmaskmasksflow' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'gradientbasedcorrmaskmasksfullx' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'gradientbasedcorrmaskmasksfully' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'gradientbasedcorrmaskmasksinputdigest' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'gradientbasedcorrmaskmasksleft' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'gradientbasedcorrmaskmasksmaskactive' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'gradientbasedcorrmaskmasksmaskblendmode' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'gradientbasedcorrmaskmasksmaskdigest' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'gradientbasedcorrmaskmasksmaskinverted' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'gradientbasedcorrmaskmasksmaskname' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'gradientbasedcorrmaskmasksmasksubtype' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'gradientbasedcorrmaskmasksmasksyncid' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'gradientbasedcorrmaskmasksmaskversion' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'gradientbasedcorrmaskmasksmidpoint' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'gradientbasedcorrmaskmasksorigin' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'gradientbasedcorrmaskmasksperimetervalue' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'gradientbasedcorrmaskmasksradius' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'gradientbasedcorrmaskmasksreferencepoint' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'gradientbasedcorrmaskmasksright' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'] },
- 'gradientbasedcorrmaskmasksroundness' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'gradientbasedcorrmaskmaskssizex' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'gradientbasedcorrmaskmaskssizey' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'gradientbasedcorrmaskmaskstop' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'] },
- 'gradientbasedcorrmaskmasksubtype' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'gradientbasedcorrmaskmasksvalue' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'gradientbasedcorrmaskmasksversion' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'gradientbasedcorrmaskmaskswhat' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'gradientbasedcorrmaskmaskswholeimagearea' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'gradientbasedcorrmaskmasksx' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'] },
- 'gradientbasedcorrmaskmasksy' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'] },
- 'gradientbasedcorrmaskmasksyncid' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'gradientbasedcorrmaskmaskszerox' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'gradientbasedcorrmaskmaskszeroy' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'gradientbasedcorrmaskmaskversion' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'gradientbasedcorrmaskmidpoint' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] },
- 'gradientbasedcorrmaskorigin' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'] },
- 'gradientbasedcorrmaskperimetervalue' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'gradientbasedcorrmaskradius' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] },
- 'gradientbasedcorrmaskrange' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'gradientbasedcorrmaskrangeareamodels' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'gradientbasedcorrmaskrangeareamodelscolorsampleinfo' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'gradientbasedcorrmaskrangeareamodelscomponents' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'gradientbasedcorrmaskrangecoloramount' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'gradientbasedcorrmaskrangedepthfeather' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'gradientbasedcorrmaskrangedepthmax' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'gradientbasedcorrmaskrangedepthmin' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'gradientbasedcorrmaskrangeinvert' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'gradientbasedcorrmaskrangelumfeather' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'gradientbasedcorrmaskrangeluminancedepthsampleinfo' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'gradientbasedcorrmaskrangelummax' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'gradientbasedcorrmaskrangelummin' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'gradientbasedcorrmaskrangelumrange' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'gradientbasedcorrmaskrangesampletype' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'gradientbasedcorrmaskrangetype' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'gradientbasedcorrmaskrangeversion' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'gradientbasedcorrmaskreferencepoint' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'gradientbasedcorrmaskright' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] },
- 'gradientbasedcorrmaskroundness' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] },
- 'gradientbasedcorrmasks' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] },
- 'gradientbasedcorrmasksizex' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] },
- 'gradientbasedcorrmasksizey' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] },
- 'gradientbasedcorrmasktop' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] },
- 'gradientbasedcorrmaskvalue' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] },
- 'gradientbasedcorrmaskversion' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] },
- 'gradientbasedcorrmaskwhat' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] },
- 'gradientbasedcorrmaskwholeimagearea' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'gradientbasedcorrmaskx' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] },
- 'gradientbasedcorrmasky' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] },
- 'gradientbasedcorrmaskzerox' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] },
- 'gradientbasedcorrmaskzeroy' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] },
- 'gradientbasedcorrmoire' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] },
- 'gradientbasedcorrrangemask' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'] },
- 'gradientbasedcorrrangemaskareamodels' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'gradientbasedcorrrangemaskareamodelscolorsampleinfo' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'gradientbasedcorrrangemaskareamodelscomponents' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'gradientbasedcorrrangemaskcoloramount' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'gradientbasedcorrrangemaskdepthfeather' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'gradientbasedcorrrangemaskdepthmax' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'gradientbasedcorrrangemaskdepthmin' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'gradientbasedcorrrangemaskinvert' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'gradientbasedcorrrangemasklumfeather' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'gradientbasedcorrrangemaskluminancedepthsampleinfo' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'gradientbasedcorrrangemasklummax' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'gradientbasedcorrrangemasklummin' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'gradientbasedcorrrangemasklumrange' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'gradientbasedcorrrangemasksampletype' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'gradientbasedcorrrangemasktype' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'] },
- 'gradientbasedcorrrangemaskversion' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'gradientbasedcorrsaturation' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'] },
- 'gradientbasedcorrshadows2012' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] },
- 'gradientbasedcorrsharpness' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] },
- 'gradientbasedcorrtemperature' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] },
- 'gradientbasedcorrtexture' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'] },
- 'gradientbasedcorrtint' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] },
- 'gradientbasedcorrtoninghue' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] },
- 'gradientbasedcorrtoningsaturation' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'] },
- 'gradientbasedcorrwhat' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] },
- 'gradientbasedcorrwhites2012' => { 478 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'], 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'] },
- 'grainamount' => { 478 => 'GrainAmount', 480 => 'GrainAmount' },
+ 'gpstrack' => { 130 => 0xf, 160 => 'Heading', 486 => 'GPSTrack' },
+ 'gpstrackref' => { 130 => 0xe, 486 => 'GPSTrackRef' },
+ 'gpsversionid' => { 130 => 0x0, 486 => 'GPSVersionID' },
+ 'gradation' => { 299 => 0x50f },
+ 'gradientbasedcorractive' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionActive'] },
+ 'gradientbasedcorramount' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionAmount'] },
+ 'gradientbasedcorrblacks2012' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBlacks2012'] },
+ 'gradientbasedcorrbrightness' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalBrightness'] },
+ 'gradientbasedcorrclarity' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity'] },
+ 'gradientbasedcorrclarity2012' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalClarity2012'] },
+ 'gradientbasedcorrcontrast' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast'] },
+ 'gradientbasedcorrcontrast2012' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalContrast2012'] },
+ 'gradientbasedcorrcorrectionname' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionName'] },
+ 'gradientbasedcorrcorrectionsyncid' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionSyncID'] },
+ 'gradientbasedcorrdefringe' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDefringe'] },
+ 'gradientbasedcorrdehaze' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalDehaze'] },
+ 'gradientbasedcorrections' => { 480 => 'GradientBasedCorrections', 482 => 'GradientBasedCorrections' },
+ 'gradientbasedcorrexposure' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure'] },
+ 'gradientbasedcorrexposure2012' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalExposure2012'] },
+ 'gradientbasedcorrhighlights2012' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHighlights2012'] },
+ 'gradientbasedcorrhue' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalHue'] },
+ 'gradientbasedcorrluminancenoise' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalLuminanceNoise'] },
+ 'gradientbasedcorrmaskalpha' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAlpha'] },
+ 'gradientbasedcorrmaskangle' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksAngle'] },
+ 'gradientbasedcorrmaskbottom' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksBottom'] },
+ 'gradientbasedcorrmaskcentervalue' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'gradientbasedcorrmaskcenterweight' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'gradientbasedcorrmaskdabs' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksDabs'] },
+ 'gradientbasedcorrmaskfeather' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFeather'] },
+ 'gradientbasedcorrmaskflipped' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlipped'] },
+ 'gradientbasedcorrmaskflow' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFlow'] },
+ 'gradientbasedcorrmaskfullx' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullX'] },
+ 'gradientbasedcorrmaskfully' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksFullY'] },
+ 'gradientbasedcorrmaskinputdigest' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'gradientbasedcorrmaskleft' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksLeft'] },
+ 'gradientbasedcorrmaskmaskactive' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'gradientbasedcorrmaskmaskblendmode' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'gradientbasedcorrmaskmaskdigest' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'gradientbasedcorrmaskmaskinverted' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'gradientbasedcorrmaskmaskname' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskName'] },
+ 'gradientbasedcorrmaskmasks' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasks'] },
+ 'gradientbasedcorrmaskmasksalpha' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'gradientbasedcorrmaskmasksangle' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'gradientbasedcorrmaskmasksbottom' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'gradientbasedcorrmaskmaskscentervalue' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'gradientbasedcorrmaskmaskscenterweight' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'gradientbasedcorrmaskmasksdabs' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'gradientbasedcorrmaskmasksfeather' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'gradientbasedcorrmaskmasksflipped' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'gradientbasedcorrmaskmasksflow' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'gradientbasedcorrmaskmasksfullx' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'gradientbasedcorrmaskmasksfully' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'gradientbasedcorrmaskmasksinputdigest' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'gradientbasedcorrmaskmasksleft' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'gradientbasedcorrmaskmasksmaskactive' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'gradientbasedcorrmaskmasksmaskblendmode' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'gradientbasedcorrmaskmasksmaskdigest' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'gradientbasedcorrmaskmasksmaskinverted' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'gradientbasedcorrmaskmasksmaskname' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'gradientbasedcorrmaskmasksmasksubtype' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'gradientbasedcorrmaskmasksmasksyncid' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'gradientbasedcorrmaskmasksmaskversion' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'gradientbasedcorrmaskmasksmidpoint' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'gradientbasedcorrmaskmasksorigin' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'gradientbasedcorrmaskmasksperimetervalue' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'gradientbasedcorrmaskmasksradius' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'gradientbasedcorrmaskmasksreferencepoint' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'gradientbasedcorrmaskmasksright' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'gradientbasedcorrmaskmasksroundness' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'gradientbasedcorrmaskmaskssizex' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'gradientbasedcorrmaskmaskssizey' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'gradientbasedcorrmaskmaskstop' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'gradientbasedcorrmaskmasksubtype' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'gradientbasedcorrmaskmasksvalue' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'gradientbasedcorrmaskmasksversion' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'gradientbasedcorrmaskmaskswhat' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'gradientbasedcorrmaskmaskswholeimagearea' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'gradientbasedcorrmaskmasksx' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksX'] },
+ 'gradientbasedcorrmaskmasksy' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksY'] },
+ 'gradientbasedcorrmaskmasksyncid' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'gradientbasedcorrmaskmaskszerox' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'gradientbasedcorrmaskmaskszeroy' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'gradientbasedcorrmaskmaskversion' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'gradientbasedcorrmaskmidpoint' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'gradientbasedcorrmaskorigin' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksOrigin'] },
+ 'gradientbasedcorrmaskperimetervalue' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'gradientbasedcorrmaskradius' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRadius'] },
+ 'gradientbasedcorrmaskrange' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'gradientbasedcorrmaskrangeareamodels' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'gradientbasedcorrmaskrangeareamodelscolorsampleinfo' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'gradientbasedcorrmaskrangeareamodelscomponents' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'gradientbasedcorrmaskrangecoloramount' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'gradientbasedcorrmaskrangedepthfeather' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'gradientbasedcorrmaskrangedepthmax' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'gradientbasedcorrmaskrangedepthmin' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'gradientbasedcorrmaskrangeinvert' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'gradientbasedcorrmaskrangelumfeather' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'gradientbasedcorrmaskrangeluminancedepthsampleinfo' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'gradientbasedcorrmaskrangelummax' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'gradientbasedcorrmaskrangelummin' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'gradientbasedcorrmaskrangelumrange' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'gradientbasedcorrmaskrangesampletype' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'gradientbasedcorrmaskrangetype' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'gradientbasedcorrmaskrangeversion' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'gradientbasedcorrmaskreferencepoint' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'gradientbasedcorrmaskright' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRight'] },
+ 'gradientbasedcorrmaskroundness' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksRoundness'] },
+ 'gradientbasedcorrmasks' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasks'] },
+ 'gradientbasedcorrmasksizex' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeX'] },
+ 'gradientbasedcorrmasksizey' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksSizeY'] },
+ 'gradientbasedcorrmasktop' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksTop'] },
+ 'gradientbasedcorrmaskvalue' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'gradientbasedcorrmaskversion' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksVersion'] },
+ 'gradientbasedcorrmaskwhat' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWhat'] },
+ 'gradientbasedcorrmaskwholeimagearea' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'gradientbasedcorrmaskx' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksX'] },
+ 'gradientbasedcorrmasky' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksY'] },
+ 'gradientbasedcorrmaskzerox' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroX'] },
+ 'gradientbasedcorrmaskzeroy' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionMasksZeroY'] },
+ 'gradientbasedcorrmoire' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalMoire'] },
+ 'gradientbasedcorrrangemask' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMask'] },
+ 'gradientbasedcorrrangemaskareamodels' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'gradientbasedcorrrangemaskareamodelscolorsampleinfo' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'gradientbasedcorrrangemaskareamodelscomponents' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'gradientbasedcorrrangemaskcoloramount' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'gradientbasedcorrrangemaskdepthfeather' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'gradientbasedcorrrangemaskdepthmax' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'gradientbasedcorrrangemaskdepthmin' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'gradientbasedcorrrangemaskinvert' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'gradientbasedcorrrangemasklumfeather' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'gradientbasedcorrrangemaskluminancedepthsampleinfo' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'gradientbasedcorrrangemasklummax' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'gradientbasedcorrrangemasklummin' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'gradientbasedcorrrangemasklumrange' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'gradientbasedcorrrangemasksampletype' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'gradientbasedcorrrangemasktype' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskType'] },
+ 'gradientbasedcorrrangemaskversion' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'gradientbasedcorrsaturation' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSaturation'] },
+ 'gradientbasedcorrshadows2012' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalShadows2012'] },
+ 'gradientbasedcorrsharpness' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalSharpness'] },
+ 'gradientbasedcorrtemperature' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTemperature'] },
+ 'gradientbasedcorrtexture' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTexture'] },
+ 'gradientbasedcorrtint' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalTint'] },
+ 'gradientbasedcorrtoninghue' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningHue'] },
+ 'gradientbasedcorrtoningsaturation' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalToningSaturation'] },
+ 'gradientbasedcorrwhat' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsWhat'] },
+ 'gradientbasedcorrwhites2012' => { 480 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'], 482 => [\'GradientBasedCorrections','GradientBasedCorrectionsLocalWhites2012'] },
+ 'grainamount' => { 480 => 'GrainAmount', 482 => 'GrainAmount' },
'graineffectroughness' => { 127 => 0x1047 },
'graineffectsize' => { 127 => 0x104c },
- 'grainfrequency' => { 478 => 'GrainFrequency', 480 => 'GrainFrequency' },
- 'grainseed' => { 478 => 'GrainSeed', 480 => 'GrainSeed' },
- 'grainsize' => { 478 => 'GrainSize', 480 => 'GrainSize' },
- 'graymixeraqua' => { 478 => 'GrayMixerAqua', 480 => 'GrayMixerAqua' },
- 'graymixerblue' => { 478 => 'GrayMixerBlue', 480 => 'GrayMixerBlue' },
- 'graymixergreen' => { 478 => 'GrayMixerGreen', 480 => 'GrayMixerGreen' },
- 'graymixermagenta' => { 478 => 'GrayMixerMagenta', 480 => 'GrayMixerMagenta' },
- 'graymixerorange' => { 478 => 'GrayMixerOrange', 480 => 'GrayMixerOrange' },
- 'graymixerpurple' => { 478 => 'GrayMixerPurple', 480 => 'GrayMixerPurple' },
- 'graymixerred' => { 478 => 'GrayMixerRed', 480 => 'GrayMixerRed' },
- 'graymixeryellow' => { 478 => 'GrayMixerYellow', 480 => 'GrayMixerYellow' },
- 'graypoint' => { 455 => 0x8021 },
+ 'grainfrequency' => { 480 => 'GrainFrequency', 482 => 'GrainFrequency' },
+ 'grainseed' => { 480 => 'GrainSeed', 482 => 'GrainSeed' },
+ 'grainsize' => { 480 => 'GrainSize', 482 => 'GrainSize' },
+ 'graymixeraqua' => { 480 => 'GrayMixerAqua', 482 => 'GrayMixerAqua' },
+ 'graymixerblue' => { 480 => 'GrayMixerBlue', 482 => 'GrayMixerBlue' },
+ 'graymixergreen' => { 480 => 'GrayMixerGreen', 482 => 'GrayMixerGreen' },
+ 'graymixermagenta' => { 480 => 'GrayMixerMagenta', 482 => 'GrayMixerMagenta' },
+ 'graymixerorange' => { 480 => 'GrayMixerOrange', 482 => 'GrayMixerOrange' },
+ 'graymixerpurple' => { 480 => 'GrayMixerPurple', 482 => 'GrayMixerPurple' },
+ 'graymixerred' => { 480 => 'GrayMixerRed', 482 => 'GrayMixerRed' },
+ 'graymixeryellow' => { 480 => 'GrayMixerYellow', 482 => 'GrayMixerYellow' },
+ 'graypoint' => { 457 => 0x8021 },
'grayresponseunit' => { 119 => 0x122 },
'greencurvelimits' => { 108 => 0x1c4 },
'greencurvepoints' => { 107 => 0x53, 108 => 0x19a },
'greenhsl' => { 103 => 0x20913 },
- 'greenhue' => { 478 => 'GreenHue', 480 => 'GreenHue' },
- 'greensaturation' => { 478 => 'GreenSaturation', 480 => 'GreenSaturation' },
- 'griddisplay' => { 279 => '13.3', 280 => '4.3', 282 => '4.2', 283 => '4.2', 284 => '2.2', 288 => '10.5', 289 => '3.4', 290 => '6.1', 292 => '4.4', 293 => '4.2', 294 => '4.2' },
- 'gripbatteryadload' => { 334 => 0x5 },
- 'gripbatteryadnoload' => { 334 => 0x4 },
- 'gripbatterystate' => { 334 => '1.2' },
- 'group' => { 478 => 'Group', 480 => 'Group' },
- 'groupareaafillumination' => { 280 => '46.4', 283 => '47.4', 292 => '47.4' },
- 'grouping' => { 372 => ['grup',"\xa9grp"], 380 => "\xa9grp" },
- 'guid' => { 372 => 'GUID' },
+ 'greenhue' => { 480 => 'GreenHue', 482 => 'GreenHue' },
+ 'greensaturation' => { 480 => 'GreenSaturation', 482 => 'GreenSaturation' },
+ 'griddisplay' => { 281 => '13.3', 282 => '4.3', 284 => '4.2', 285 => '4.2', 286 => '2.2', 290 => '10.5', 291 => '3.4', 292 => '6.1', 294 => '4.4', 295 => '4.2', 296 => '4.2' },
+ 'gripbatteryadload' => { 336 => 0x5 },
+ 'gripbatteryadnoload' => { 336 => 0x4 },
+ 'gripbatterystate' => { 336 => '1.2' },
+ 'group' => { 480 => 'Group', 482 => 'Group' },
+ 'groupareaafillumination' => { 282 => '46.4', 285 => '47.4', 294 => '47.4' },
+ 'grouping' => { 374 => ['grup',"\xa9grp"], 382 => "\xa9grp" },
+ 'guid' => { 374 => 'GUID' },
'h2resetblackpixels' => { 138 => 0x18a6 },
'h3resetblackcolumns' => { 138 => 0x18ce },
'h3resetblackpixels' => { 138 => 0x18b0 },
'halftonehints' => { 119 => 0x141 },
'hardlink' => { 120 => 'HardLink' },
- 'hasalternative' => { 494 => 'hasAlternative' },
- 'hascorrection' => { 494 => 'hasCorrection' },
- 'hascorrectiona-lang' => { 494 => [\'hasCorrection','hasCorrectionA-lang'] },
- 'hascorrectiona-platform' => { 494 => [\'hasCorrection','hasCorrectionA-platform'] },
- 'hascorrectiontext' => { 494 => [\'hasCorrection','hasCorrectionText'] },
- 'hascrop' => { 478 => 'HasCrop', 480 => 'HasCrop' },
- 'hasextendedxmp' => { 506 => 'HasExtendedXMP' },
- 'hassettings' => { 478 => 'HasSettings', 480 => 'HasSettings' },
- 'hastranslation' => { 494 => 'hasTranslation' },
- 'hasvisibleoverprint' => { 509 => 'HasVisibleOverprint' },
- 'hasvisibletransparency' => { 509 => 'HasVisibleTransparency' },
- 'hdmioutputn-log' => { 228 => 0x35a },
- 'hdmioutputresolution' => { 229 => 0x610 },
- 'hdmiviewassist' => { 295 => 0x20f },
- 'hdr' => { 60 => 0x1, 216 => 0x4, 320 => 0x9e, 355 => 0x85, 420 => 0x200a },
+ 'hasalternative' => { 496 => 'hasAlternative' },
+ 'hascorrection' => { 496 => 'hasCorrection' },
+ 'hascorrectiona-lang' => { 496 => [\'hasCorrection','hasCorrectionA-lang'] },
+ 'hascorrectiona-platform' => { 496 => [\'hasCorrection','hasCorrectionA-platform'] },
+ 'hascorrectiontext' => { 496 => [\'hasCorrection','hasCorrectionText'] },
+ 'hascrop' => { 480 => 'HasCrop', 482 => 'HasCrop' },
+ 'hasextendedxmp' => { 508 => 'HasExtendedXMP' },
+ 'hassettings' => { 480 => 'HasSettings', 482 => 'HasSettings' },
+ 'hastranslation' => { 496 => 'hasTranslation' },
+ 'hasvisibleoverprint' => { 511 => 'HasVisibleOverprint' },
+ 'hasvisibletransparency' => { 511 => 'HasVisibleTransparency' },
+ 'hdmioutputn-log' => { 229 => 0x35a },
+ 'hdmioutputresolution' => { 230 => 0x610 },
+ 'hdmiviewassist' => { 297 => 0x20f },
+ 'hdr' => { 60 => 0x1, 216 => 0x4, 217 => 0x4, 322 => 0x9e, 357 => 0x85, 422 => 0x200a },
'hdreffect' => { 60 => 0x2 },
'hdrimagetype' => { 1 => 0xa },
- 'hdrinfoversion' => { 216 => 0x0 },
- 'hdrlevel' => { 216 => 0x5, 409 => 0x2e, 425 => 0x17 },
+ 'hdrlevel' => { 216 => 0x5, 217 => 0x5, 411 => 0x2e, 427 => 0x17 },
'hdrlevel2' => { 216 => 0x7 },
- 'hdrpmakernote' => { 461 => 'hdrp_makernote' },
- 'hdrsetting' => { 409 => 0x2d, 425 => 0x16, 429 => 0x1148, 430 => 0x1148, 431 => 0x1124, 432 => 0x11a0, 433 => 0x117c, 434 => 0x1034, 435 => 0x22c, 436 => 0x22c, 437 => 0x21f },
- 'hdrshot' => { 320 => 0x76 },
+ 'hdrpmakernote' => { 463 => 'hdrp_makernote' },
+ 'hdrsetting' => { 411 => 0x2d, 427 => 0x16, 431 => 0x1148, 432 => 0x1148, 433 => 0x1124, 434 => 0x11a0, 435 => 0x117c, 436 => 0x1034, 437 => 0x22c, 438 => 0x22c, 439 => 0x21f },
+ 'hdrshot' => { 322 => 0x76 },
'hdrsmoothing' => { 216 => 0x6 },
- 'hdvideo' => { 372 => 'hdvd' },
- 'headline' => { 131 => 0x69, 490 => 'Headline', 492 => 'Headline' },
+ 'hdvideo' => { 374 => 'hdvd' },
+ 'headline' => { 131 => 0x69, 492 => 'Headline', 494 => 'Headline' },
'hierarchicalkeywords' => { 171 => [\'Keywords','KeywordsHierarchy'] },
'hierarchicalkeywords1' => { 171 => [\'Keywords','KeywordsHierarchyKeyword'] },
'hierarchicalkeywords1applied' => { 171 => [\'Keywords','KeywordsHierarchyApplied'] },
@@ -3327,58 +3328,58 @@ my %tagLookup = (
'hierarchicalkeywords5children' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildren'] },
'hierarchicalkeywords6' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenKeyword'] },
'hierarchicalkeywords6applied' => { 171 => [\'Keywords','KeywordsHierarchyChildrenChildrenChildrenChildrenChildrenApplied'] },
- 'hierarchicalsubject' => { 470 => 'hierarchicalSubject' },
+ 'hierarchicalsubject' => { 472 => 'hierarchicalSubject' },
'highestbiostratigraphiczone' => { 118 => [\'GeologicalContext','GeologicalContextHighestBiostratigraphicZone'] },
- 'highisomultiplierblue' => { 325 => 0x1a },
- 'highisomultipliergreen' => { 325 => 0x19 },
- 'highisomultiplierred' => { 325 => 0x18 },
- 'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0xc9, 62 => 0x5, 84 => 0x202, 226 => 0xb1, 355 => 0x71, 407 => 0x2c, 408 => 0x26, 409 => 0x26, 420 => 0x2009, 425 => 0x12, 451 => 0x42 },
- 'highisonoisereduction2' => { 420 => 0xb050 },
- 'highlight' => { 397 => 0xf },
- 'highlight2012' => { 478 => 'Highlight2012', 480 => 'Highlight2012' },
+ 'highisomultiplierblue' => { 327 => 0x1a },
+ 'highisomultipliergreen' => { 327 => 0x19 },
+ 'highisomultiplierred' => { 327 => 0x18 },
+ 'highisonoisereduction' => { 16 => 0xbc, 17 => 0xbd, 20 => 0xbd, 28 => 0xc9, 62 => 0x5, 84 => 0x202, 227 => 0xb1, 357 => 0x71, 409 => 0x2c, 410 => 0x26, 411 => 0x26, 422 => 0x2009, 427 => 0x12, 453 => 0x42 },
+ 'highisonoisereduction2' => { 422 => 0xb050 },
+ 'highlight' => { 399 => 0xf },
+ 'highlight2012' => { 480 => 'Highlight2012', 482 => 'Highlight2012' },
'highlightadj' => { 103 => 0x2030c },
- 'highlightcolordistortreduct' => { 455 => 0x8026 },
- 'highlightlinearitylimit' => { 394 => 0xa025 },
- 'highlightprotection' => { 271 => 0x6 },
- 'highlightrecovery' => { 478 => 'HighlightRecovery', 480 => 'HighlightRecovery' },
- 'highlights' => { 420 => 0x2033, 472 => 'Highlights' },
- 'highlights2012' => { 478 => 'Highlights2012', 480 => 'Highlights2012' },
- 'highlightsadj' => { 455 => 0x9019 },
- 'highlightshadow' => { 320 => 0xad },
+ 'highlightcolordistortreduct' => { 457 => 0x8026 },
+ 'highlightlinearitylimit' => { 396 => 0xa025 },
+ 'highlightprotection' => { 273 => 0x6 },
+ 'highlightrecovery' => { 480 => 'HighlightRecovery', 482 => 'HighlightRecovery' },
+ 'highlights' => { 422 => 0x2033, 474 => 'Highlights' },
+ 'highlights2012' => { 480 => 'Highlights2012', 482 => 'Highlights2012' },
+ 'highlightsadj' => { 457 => 0x9019 },
+ 'highlightshadow' => { 322 => 0xad },
'highlighttone' => { 127 => 0x1041 },
'highlighttonepriority' => { 13 => 0x7, 16 => 0x7, 17 => 0x7, 18 => 0x7, 20 => 0x7, 22 => 0x7, 28 => 0x7, 62 => 0x3, 84 => 0x203 },
- 'highlightwarning' => { 320 => 0x8002 },
- 'highlowkeyadj' => { 355 => 0x6c },
- 'highspeedsync' => { 184 => 0x5, 295 => 0x55, 407 => 0x2, 408 => 0x2 },
- 'hintversion' => { 380 => 'hinv' },
- 'histogramxml' => { 272 => 0x83a1a25 },
- 'history' => { 492 => 'History', 505 => 'History' },
- 'historyaction' => { 505 => [\'History','HistoryAction'] },
- 'historychanged' => { 505 => [\'History','HistoryChanged'] },
- 'historyinstanceid' => { 505 => [\'History','HistoryInstanceID'] },
- 'historyparameters' => { 505 => [\'History','HistoryParameters'] },
- 'historysoftwareagent' => { 505 => [\'History','HistorySoftwareAgent'] },
- 'historywhen' => { 505 => [\'History','HistoryWhen'] },
+ 'highlightwarning' => { 322 => 0x8002 },
+ 'highlowkeyadj' => { 357 => 0x6c },
+ 'highspeedsync' => { 184 => 0x5, 297 => 0x55, 409 => 0x2, 410 => 0x2 },
+ 'hintversion' => { 382 => 'hinv' },
+ 'histogramxml' => { 274 => 0x83a1a25 },
+ 'history' => { 494 => 'History', 507 => 'History' },
+ 'historyaction' => { 507 => [\'History','HistoryAction'] },
+ 'historychanged' => { 507 => [\'History','HistoryChanged'] },
+ 'historyinstanceid' => { 507 => [\'History','HistoryInstanceID'] },
+ 'historyparameters' => { 507 => [\'History','HistoryParameters'] },
+ 'historysoftwareagent' => { 507 => [\'History','HistorySoftwareAgent'] },
+ 'historywhen' => { 507 => [\'History','HistoryWhen'] },
'holefilldarkdeltathreshold' => { 138 => 0xc88 },
'holefilldeltathreshold' => { 138 => 0xc7e },
- 'hometowncity' => { 113 => 0x3006, 355 => 0x23, 361 => 0x2 },
- 'hometowncitycode' => { 362 => 0x1000 },
- 'hometowndst' => { 355 => 0x25, 361 => '0.2' },
+ 'hometowncity' => { 113 => 0x3006, 357 => 0x23, 363 => 0x2 },
+ 'hometowncitycode' => { 364 => 0x1000 },
+ 'hometowndst' => { 357 => 0x25, 363 => '0.2' },
'hostcomputer' => { 119 => 0x13c },
'hostsoftwarerendering' => { 138 => 0xce7 },
- 'hue' => { 189 => 0x3b, 232 => 0x3d, 233 => 0x45, 355 => 0x67 },
- 'hueadj' => { 275 => 0x2f, 455 => 0x8019 },
- 'hueadjust' => { 387 => 0x1016 },
- 'hueadjustment' => { 182 => 0x4a, 183 => 0x40, 226 => 0x92, 231 => 0x36 },
- 'hueadjustmentaqua' => { 478 => 'HueAdjustmentAqua', 480 => 'HueAdjustmentAqua' },
- 'hueadjustmentblue' => { 478 => 'HueAdjustmentBlue', 480 => 'HueAdjustmentBlue' },
- 'hueadjustmentgreen' => { 478 => 'HueAdjustmentGreen', 480 => 'HueAdjustmentGreen' },
- 'hueadjustmentmagenta' => { 478 => 'HueAdjustmentMagenta', 480 => 'HueAdjustmentMagenta' },
- 'hueadjustmentorange' => { 478 => 'HueAdjustmentOrange', 480 => 'HueAdjustmentOrange' },
- 'hueadjustmentpurple' => { 478 => 'HueAdjustmentPurple', 480 => 'HueAdjustmentPurple' },
- 'hueadjustmentred' => { 478 => 'HueAdjustmentRed', 480 => 'HueAdjustmentRed' },
- 'hueadjustmentyellow' => { 478 => 'HueAdjustmentYellow', 480 => 'HueAdjustmentYellow' },
- 'huesetting' => { 305 => 0x1011 },
+ 'hue' => { 189 => 0x3b, 234 => 0x3d, 235 => 0x45, 357 => 0x67 },
+ 'hueadj' => { 277 => 0x2f, 457 => 0x8019 },
+ 'hueadjust' => { 389 => 0x1016 },
+ 'hueadjustment' => { 182 => 0x4a, 183 => 0x40, 227 => 0x92, 233 => 0x36 },
+ 'hueadjustmentaqua' => { 480 => 'HueAdjustmentAqua', 482 => 'HueAdjustmentAqua' },
+ 'hueadjustmentblue' => { 480 => 'HueAdjustmentBlue', 482 => 'HueAdjustmentBlue' },
+ 'hueadjustmentgreen' => { 480 => 'HueAdjustmentGreen', 482 => 'HueAdjustmentGreen' },
+ 'hueadjustmentmagenta' => { 480 => 'HueAdjustmentMagenta', 482 => 'HueAdjustmentMagenta' },
+ 'hueadjustmentorange' => { 480 => 'HueAdjustmentOrange', 482 => 'HueAdjustmentOrange' },
+ 'hueadjustmentpurple' => { 480 => 'HueAdjustmentPurple', 482 => 'HueAdjustmentPurple' },
+ 'hueadjustmentred' => { 480 => 'HueAdjustmentRed', 482 => 'HueAdjustmentRed' },
+ 'hueadjustmentyellow' => { 480 => 'HueAdjustmentYellow', 482 => 'HueAdjustmentYellow' },
+ 'huesetting' => { 307 => 0x1011 },
'humanobservation' => { 118 => 'HumanObservation' },
'humanobservationday' => { 118 => [\'HumanObservation','HumanObservationDay'] },
'humanobservationearliestdate' => { 118 => [\'HumanObservation','HumanObservationEarliestDate'] },
@@ -3400,13 +3401,13 @@ my %tagLookup = (
'humanobservationstartdayofyear' => { 118 => [\'HumanObservation','HumanObservationStartDayOfYear'] },
'humanobservationverbatimeventdate' => { 118 => [\'HumanObservation','HumanObservationVerbatimEventDate'] },
'humanobservationyear' => { 118 => [\'HumanObservation','HumanObservationYear'] },
- 'humidity' => { 119 => 0x9401, 485 => 'Humidity' },
+ 'humidity' => { 119 => 0x9401, 487 => 'Humidity' },
'icc_profile' => { 120 => 'ICC_Profile' },
- 'iccprofilename' => { 492 => 'ICCProfile' },
- 'iconuri' => { 380 => 'icnu' },
- 'idccreativestyle' => { 455 => 0x8000 },
- 'idcpreviewlength' => { 455 => 0x202 },
- 'idcpreviewstart' => { 455 => 0x201 },
+ 'iccprofilename' => { 494 => 'ICCProfile' },
+ 'iconuri' => { 382 => 'icnu' },
+ 'idccreativestyle' => { 457 => 0x8000 },
+ 'idcpreviewlength' => { 457 => 0x202 },
+ 'idcpreviewstart' => { 457 => 0x201 },
'identification' => { 118 => 'Identification' },
'identificationid' => { 118 => [\'Identification','IdentificationIdentificationID'] },
'identificationqualifier' => { 118 => [\'Identification','IdentificationIdentificationQualifier'] },
@@ -3415,83 +3416,83 @@ my %tagLookup = (
'identificationverificationstatus' => { 118 => [\'Identification','IdentificationIdentificationVerificationStatus'] },
'identifiedby' => { 118 => [\'Identification','IdentificationIdentifiedBy'] },
'identifiedbyid' => { 118 => [\'Identification','IdentificationIdentifiedByID'] },
- 'identifier' => { 481 => 'identifier', 502 => 'Identifier' },
+ 'identifier' => { 483 => 'identifier', 504 => 'Identifier' },
'ifcameramodel' => { 138 => 0x9c8 },
'illuminantdata1' => { 119 => 0xcd35 },
'illuminantdata2' => { 119 => 0xcd36 },
'illuminantdata3' => { 119 => 0xcd37 },
- 'illumination' => { 290 => '0.5', 382 => 0x48 },
+ 'illumination' => { 292 => '0.5', 384 => 0x48 },
'imageabsolutex' => { 138 => 0x3fe },
'imageabsolutey' => { 138 => 0x3ff },
- 'imageadjustment' => { 226 => 0x80, 262 => 0x5 },
- 'imagealterationconstraints' => { 307 => 'ImageAlterationConstraints' },
- 'imagearea' => { 242 => 0x10, 245 => 0x10 },
- 'imageareaoffset' => { 355 => 0x38 },
- 'imageauthentication' => { 226 => 0x20 },
- 'imageboundary' => { 226 => 0x16 },
- 'imagecount' => { 127 => 0x1438, 226 => 0xa5, 423 => 0x11b },
- 'imagecreator' => { 307 => 'ImageCreator' },
- 'imagecreatorid' => { 307 => [\'ImageCreator','ImageCreatorImageCreatorID'] },
- 'imagecreatorimageid' => { 307 => 'ImageCreatorImageID' },
- 'imagecreatorname' => { 307 => [\'ImageCreator','ImageCreatorImageCreatorName'] },
+ 'imageadjustment' => { 227 => 0x80, 264 => 0x5 },
+ 'imagealterationconstraints' => { 309 => 'ImageAlterationConstraints' },
+ 'imagearea' => { 244 => 0x10, 247 => 0x10 },
+ 'imageareaoffset' => { 357 => 0x38 },
+ 'imageauthentication' => { 227 => 0x20 },
+ 'imageboundary' => { 227 => 0x16 },
+ 'imagecount' => { 127 => 0x1438, 227 => 0xa5, 425 => 0x11b },
+ 'imagecreator' => { 309 => 'ImageCreator' },
+ 'imagecreatorid' => { 309 => [\'ImageCreator','ImageCreatorImageCreatorID'] },
+ 'imagecreatorimageid' => { 309 => 'ImageCreatorImageID' },
+ 'imagecreatorname' => { 309 => [\'ImageCreator','ImageCreatorImageCreatorName'] },
'imagecropx' => { 138 => 0x41f },
'imagecropy' => { 138 => 0x420 },
- 'imagedata' => { 465 => 'Data' },
- 'imagedatasize' => { 226 => 0xa2 },
- 'imagedescription' => { 119 => 0x10e, 500 => 'ImageDescription' },
- 'imageduplicationconstraints' => { 307 => 'ImageDuplicationConstraints' },
- 'imagedustoff' => { 272 => 0xfe443a45 },
- 'imageeditcount' => { 355 => 0x41 },
- 'imageediting' => { 355 => 0x32 },
- 'imageeffects' => { 387 => 0x1010 },
- 'imagefileconstraints' => { 307 => 'ImageFileConstraints' },
- 'imagefileformatasdelivered' => { 307 => 'ImageFileFormatAsDelivered' },
- 'imagefilesizeasdelivered' => { 307 => 'ImageFileSizeAsDelivered' },
+ 'imagedata' => { 467 => 'Data' },
+ 'imagedatasize' => { 227 => 0xa2 },
+ 'imagedescription' => { 119 => 0x10e, 502 => 'ImageDescription' },
+ 'imageduplicationconstraints' => { 309 => 'ImageDuplicationConstraints' },
+ 'imagedustoff' => { 274 => 0xfe443a45 },
+ 'imageeditcount' => { 357 => 0x41 },
+ 'imageediting' => { 357 => 0x32 },
+ 'imageeffects' => { 389 => 0x1010 },
+ 'imagefileconstraints' => { 309 => 'ImageFileConstraints' },
+ 'imagefileformatasdelivered' => { 309 => 'ImageFileFormatAsDelivered' },
+ 'imagefilesizeasdelivered' => { 309 => 'ImageFileSizeAsDelivered' },
'imagegeneration' => { 127 => 0x1436 },
- 'imageheight' => { 119 => 0x101, 188 => 0xc, 364 => 0x10d, 463 => 'ImageHeight', 500 => 'ImageLength' },
- 'imagehistory' => { 119 => 0x9213, 483 => 'ImageHistory' },
- 'imageidnumber' => { 315 => 0x340 },
- 'imagemimetype' => { 465 => 'Mime' },
- 'imagenumber' => { 119 => 0x9211, 156 => 'ImageNumber', 182 => 0xae, 183 => 0x5e, 364 => 0x113, 407 => 0x9b, 409 => [0x400,'276.1',0x314], 475 => 'ImageNumber' },
+ 'imageheight' => { 119 => 0x101, 188 => 0xc, 366 => 0x10d, 465 => 'ImageHeight', 502 => 'ImageLength' },
+ 'imagehistory' => { 119 => 0x9213, 485 => 'ImageHistory' },
+ 'imageidnumber' => { 317 => 0x340 },
+ 'imagemimetype' => { 467 => 'Mime' },
+ 'imagenumber' => { 119 => 0x9211, 156 => 'ImageNumber', 182 => 0xae, 183 => 0x5e, 366 => 0x113, 409 => 0x9b, 411 => [0x400,'276.1',0x314], 477 => 'ImageNumber' },
'imagenumber2' => { 183 => 0x62 },
- 'imageoptimization' => { 226 => 0xa9 },
+ 'imageoptimization' => { 227 => 0xa9 },
'imageorientation' => { 131 => 0x83 },
- 'imageprocessing' => { 226 => 0x1a },
+ 'imageprocessing' => { 227 => 0x1a },
'imageprocessingfiledatecreated' => { 138 => 0xc81 },
'imageprocessingfiletagsversionnumber' => { 138 => 0xc80 },
- 'imageprocessingversion' => { 301 => 0x0 },
- 'imagequality' => { 156 => 'ImageQuality', 244 => '723.2', 245 => '732.2', 255 => '708.1', 320 => 0x1 },
- 'imagequality2' => { 297 => 0x603 },
- 'imagerank' => { 468 => 'ImageRank' },
+ 'imageprocessingversion' => { 303 => 0x0 },
+ 'imagequality' => { 156 => 'ImageQuality', 246 => '723.2', 247 => '732.2', 257 => '708.1', 322 => 0x1 },
+ 'imagequality2' => { 299 => 0x603 },
+ 'imagerank' => { 470 => 'ImageRank' },
'imagerbiassettlingdelaymsec' => { 138 => 0x600 },
'imagerboardversion' => { 138 => 0x439 },
'imagercols' => { 138 => 0x17d4 },
- 'imageref' => { 488 => 'ImageRef' },
- 'imageregion' => { 490 => 'ImageRegion' },
- 'imageregionboundary' => { 490 => [\'ImageRegion','ImageRegionRegionBoundary'] },
- 'imageregionboundaryh' => { 490 => [\'ImageRegion','ImageRegionRegionBoundaryRbH'] },
- 'imageregionboundaryrx' => { 490 => [\'ImageRegion','ImageRegionRegionBoundaryRbRx'] },
- 'imageregionboundaryshape' => { 490 => [\'ImageRegion','ImageRegionRegionBoundaryRbShape'] },
- 'imageregionboundaryunit' => { 490 => [\'ImageRegion','ImageRegionRegionBoundaryRbUnit'] },
- 'imageregionboundaryvertices' => { 490 => [\'ImageRegion','ImageRegionRegionBoundaryRbVertices'] },
- 'imageregionboundaryverticesx' => { 490 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbX'] },
- 'imageregionboundaryverticesy' => { 490 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbY'] },
- 'imageregionboundaryw' => { 490 => [\'ImageRegion','ImageRegionRegionBoundaryRbW'] },
- 'imageregionboundaryx' => { 490 => [\'ImageRegion','ImageRegionRegionBoundaryRbX'] },
- 'imageregionboundaryy' => { 490 => [\'ImageRegion','ImageRegionRegionBoundaryRbY'] },
- 'imageregionctype' => { 490 => [\'ImageRegion','ImageRegionRCtype'] },
- 'imageregionctypeidentifier' => { 490 => [\'ImageRegion','ImageRegionRCtypeIdentifier'] },
- 'imageregionctypename' => { 490 => [\'ImageRegion','ImageRegionRCtypeName'] },
- 'imageregionid' => { 490 => [\'ImageRegion','ImageRegionRId'] },
- 'imageregionname' => { 490 => [\'ImageRegion','ImageRegionName'] },
- 'imageregionrole' => { 490 => [\'ImageRegion','ImageRegionRRole'] },
- 'imageregionroleidentifier' => { 490 => [\'ImageRegion','ImageRegionRRoleIdentifier'] },
- 'imageregionrolename' => { 490 => [\'ImageRegion','ImageRegionRRoleName'] },
+ 'imageref' => { 490 => 'ImageRef' },
+ 'imageregion' => { 492 => 'ImageRegion' },
+ 'imageregionboundary' => { 492 => [\'ImageRegion','ImageRegionRegionBoundary'] },
+ 'imageregionboundaryh' => { 492 => [\'ImageRegion','ImageRegionRegionBoundaryRbH'] },
+ 'imageregionboundaryrx' => { 492 => [\'ImageRegion','ImageRegionRegionBoundaryRbRx'] },
+ 'imageregionboundaryshape' => { 492 => [\'ImageRegion','ImageRegionRegionBoundaryRbShape'] },
+ 'imageregionboundaryunit' => { 492 => [\'ImageRegion','ImageRegionRegionBoundaryRbUnit'] },
+ 'imageregionboundaryvertices' => { 492 => [\'ImageRegion','ImageRegionRegionBoundaryRbVertices'] },
+ 'imageregionboundaryverticesx' => { 492 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbX'] },
+ 'imageregionboundaryverticesy' => { 492 => [\'ImageRegion','ImageRegionRegionBoundaryRbVerticesRbY'] },
+ 'imageregionboundaryw' => { 492 => [\'ImageRegion','ImageRegionRegionBoundaryRbW'] },
+ 'imageregionboundaryx' => { 492 => [\'ImageRegion','ImageRegionRegionBoundaryRbX'] },
+ 'imageregionboundaryy' => { 492 => [\'ImageRegion','ImageRegionRegionBoundaryRbY'] },
+ 'imageregionctype' => { 492 => [\'ImageRegion','ImageRegionRCtype'] },
+ 'imageregionctypeidentifier' => { 492 => [\'ImageRegion','ImageRegionRCtypeIdentifier'] },
+ 'imageregionctypename' => { 492 => [\'ImageRegion','ImageRegionRCtypeName'] },
+ 'imageregionid' => { 492 => [\'ImageRegion','ImageRegionRId'] },
+ 'imageregionname' => { 492 => [\'ImageRegion','ImageRegionName'] },
+ 'imageregionrole' => { 492 => [\'ImageRegion','ImageRegionRRole'] },
+ 'imageregionroleidentifier' => { 492 => [\'ImageRegion','ImageRegionRRoleIdentifier'] },
+ 'imageregionrolename' => { 492 => [\'ImageRegion','ImageRegionRRoleName'] },
'imageresolution' => { 138 => 0x944 },
'imageresolutionjpg' => { 138 => 0x945 },
- 'imagereview' => { 281 => '0.4', 290 => '0.4' },
- 'imagereviewmonitorofftime' => { 280 => '21.1', 282 => '21.1', 283 => '21.1', 287 => '20.1', 292 => '21.1', 293 => '21.1', 295 => 0x39 },
- 'imagereviewtime' => { 279 => '25.1', 281 => '2.1', 284 => '19.1', 285 => '20.1', 286 => '20.1', 288 => '9.2', 289 => '20.1', 294 => '21.2' },
+ 'imagereview' => { 283 => '0.4', 292 => '0.4' },
+ 'imagereviewmonitorofftime' => { 282 => '21.1', 284 => '21.1', 285 => '21.1', 289 => '20.1', 294 => '21.1', 295 => '21.1', 297 => 0x39 },
+ 'imagereviewtime' => { 281 => '25.1', 283 => '2.1', 286 => '19.1', 287 => '20.1', 288 => '20.1', 290 => '9.2', 291 => '20.1', 296 => '21.2' },
'imagerfiledatecreated' => { 138 => 0x9c5 },
'imagerfileproductionlevel' => { 138 => 0x9c4 },
'imagerfiletagsversionstandard' => { 138 => 0x9c7 },
@@ -3501,213 +3502,213 @@ my %tagLookup = (
'imagesegmentlines' => { 138 => 0x184d },
'imagesegmentstartline' => { 138 => 0x184c },
'imagesize' => { 162 => 'ImageSize' },
- 'imagesizeraw' => { 226 => 0x3e },
- 'imagesizerestriction' => { 497 => 'imageSizeRestriction' },
+ 'imagesizeraw' => { 227 => 0x3e },
+ 'imagesizerestriction' => { 499 => 'imageSizeRestriction' },
'imagesourcedata' => { 119 => 0x935c },
'imagespace' => { 138 => 0x909 },
- 'imagestabilization' => { 34 => 0x22, 113 => 0x3020, 127 => 0x1422, 156 => 'ImageStabilization', 182 => 0xbd, 183 => 0x71, 184 => 0x57, 185 => 0x0, 186 => [0x18,0x107,0x113], 187 => 0x49c2, 226 => 0xac, 297 => 0x604, 300 => 0x1600, 320 => 0x1a, 412 => 0x12, 413 => 0x11, 420 => 0xb026 },
- 'imagestabilization2' => { 411 => 0xa },
- 'imagestabilizationsetting' => { 187 => 0x14, 407 => 0x3d, 408 => 0x3d, 418 => 0x14 },
- 'imagestyle' => { 407 => 0x2d, 408 => 0x27 },
- 'imagesupplier' => { 307 => 'ImageSupplier' },
- 'imagesupplierid' => { 307 => [\'ImageSupplier','ImageSupplierImageSupplierID'] },
- 'imagesupplierimageid' => { 307 => 'ImageSupplierImageID' },
- 'imagesuppliername' => { 307 => [\'ImageSupplier','ImageSupplierImageSupplierName'] },
+ 'imagestabilization' => { 34 => 0x22, 113 => 0x3020, 127 => 0x1422, 156 => 'ImageStabilization', 182 => 0xbd, 183 => 0x71, 184 => 0x57, 185 => 0x0, 186 => [0x18,0x107,0x113], 187 => 0x49c2, 227 => 0xac, 299 => 0x604, 302 => 0x1600, 322 => 0x1a, 414 => 0x12, 415 => 0x11, 422 => 0xb026 },
+ 'imagestabilization2' => { 413 => 0xa },
+ 'imagestabilizationsetting' => { 187 => 0x14, 409 => 0x3d, 410 => 0x3d, 420 => 0x14 },
+ 'imagestyle' => { 409 => 0x2d, 410 => 0x27 },
+ 'imagesupplier' => { 309 => 'ImageSupplier' },
+ 'imagesupplierid' => { 309 => [\'ImageSupplier','ImageSupplierImageSupplierID'] },
+ 'imagesupplierimageid' => { 309 => 'ImageSupplierImageID' },
+ 'imagesuppliername' => { 309 => [\'ImageSupplier','ImageSupplierImageSupplierName'] },
'imagetemperaturemax' => { 121 => 0x1 },
'imagetemperaturemin' => { 121 => 0x2 },
- 'imagetone' => { 355 => 0x4f },
- 'imagetype' => { 131 => 0x82, 307 => 'ImageType' },
- 'imageuniqueid' => { 1 => 0x15, 64 => 0x28, 119 => 0xa420, 483 => 'ImageUniqueID', 484 => 'ImageUniqueID' },
- 'imagewidth' => { 119 => 0x100, 188 => 0xe, 364 => 0x10c, 463 => 'ImageWidth', 500 => 'ImageWidth' },
- 'inclinationangle' => { 455 => 0x900f },
- 'inclinationcorrection' => { 455 => 0x900e },
- 'incrementaltemperature' => { 478 => 'IncrementalTemperature', 480 => 'IncrementalTemperature' },
- 'incrementaltint' => { 478 => 'IncrementalTint', 480 => 'IncrementalTint' },
- 'industry' => { 494 => 'industry', 495 => 'industry' },
+ 'imagetone' => { 357 => 0x4f },
+ 'imagetype' => { 131 => 0x82, 309 => 'ImageType' },
+ 'imageuniqueid' => { 1 => 0x15, 64 => 0x28, 119 => 0xa420, 485 => 'ImageUniqueID', 486 => 'ImageUniqueID' },
+ 'imagewidth' => { 119 => 0x100, 188 => 0xe, 366 => 0x10c, 465 => 'ImageWidth', 502 => 'ImageWidth' },
+ 'inclinationangle' => { 457 => 0x900f },
+ 'inclinationcorrection' => { 457 => 0x900e },
+ 'incrementaltemperature' => { 480 => 'IncrementalTemperature', 482 => 'IncrementalTemperature' },
+ 'incrementaltint' => { 480 => 'IncrementalTint', 482 => 'IncrementalTint' },
+ 'industry' => { 496 => 'industry', 497 => 'industry' },
'infobuttonwhenshooting' => { 84 => 0x409 },
- 'information' => { 374 => 'information', 380 => "\xa9inf" },
- 'infourl' => { 380 => 'infu' },
- 'infraredilluminator' => { 381 => 0x28 },
- 'ingredientexclusion' => { 496 => 'ingredientExclusion' },
- 'ingredients' => { 505 => 'Ingredients' },
- 'ingredientsalternatepaths' => { 505 => [\'Ingredients','IngredientsAlternatePaths'] },
- 'ingredientsdocumentid' => { 505 => [\'Ingredients','IngredientsDocumentID'] },
- 'ingredientsfilepath' => { 505 => [\'Ingredients','IngredientsFilePath'] },
- 'ingredientsfrompart' => { 505 => [\'Ingredients','IngredientsFromPart'] },
- 'ingredientsinstanceid' => { 505 => [\'Ingredients','IngredientsInstanceID'] },
- 'ingredientslastmodifydate' => { 505 => [\'Ingredients','IngredientsLastModifyDate'] },
- 'ingredientslasturl' => { 505 => [\'Ingredients','IngredientsLastURL'] },
- 'ingredientslinkcategory' => { 505 => [\'Ingredients','IngredientsLinkCategory'] },
- 'ingredientslinkform' => { 505 => [\'Ingredients','IngredientsLinkForm'] },
- 'ingredientsmanager' => { 505 => [\'Ingredients','IngredientsManager'] },
- 'ingredientsmanagervariant' => { 505 => [\'Ingredients','IngredientsManagerVariant'] },
- 'ingredientsmanageto' => { 505 => [\'Ingredients','IngredientsManageTo'] },
- 'ingredientsmanageui' => { 505 => [\'Ingredients','IngredientsManageUI'] },
- 'ingredientsmaskmarkers' => { 505 => [\'Ingredients','IngredientsMaskMarkers'] },
- 'ingredientsoriginaldocumentid' => { 505 => [\'Ingredients','IngredientsOriginalDocumentID'] },
- 'ingredientspartmapping' => { 505 => [\'Ingredients','IngredientsPartMapping'] },
- 'ingredientsplacedresolutionunit' => { 505 => [\'Ingredients','IngredientsPlacedResolutionUnit'] },
- 'ingredientsplacedxresolution' => { 505 => [\'Ingredients','IngredientsPlacedXResolution'] },
- 'ingredientsplacedyresolution' => { 505 => [\'Ingredients','IngredientsPlacedYResolution'] },
- 'ingredientsrenditionclass' => { 505 => [\'Ingredients','IngredientsRenditionClass'] },
- 'ingredientsrenditionparams' => { 505 => [\'Ingredients','IngredientsRenditionParams'] },
- 'ingredientstopart' => { 505 => [\'Ingredients','IngredientsToPart'] },
- 'ingredientsversionid' => { 505 => [\'Ingredients','IngredientsVersionID'] },
+ 'information' => { 376 => 'information', 382 => "\xa9inf" },
+ 'infourl' => { 382 => 'infu' },
+ 'infraredilluminator' => { 383 => 0x28 },
+ 'ingredientexclusion' => { 498 => 'ingredientExclusion' },
+ 'ingredients' => { 507 => 'Ingredients' },
+ 'ingredientsalternatepaths' => { 507 => [\'Ingredients','IngredientsAlternatePaths'] },
+ 'ingredientsdocumentid' => { 507 => [\'Ingredients','IngredientsDocumentID'] },
+ 'ingredientsfilepath' => { 507 => [\'Ingredients','IngredientsFilePath'] },
+ 'ingredientsfrompart' => { 507 => [\'Ingredients','IngredientsFromPart'] },
+ 'ingredientsinstanceid' => { 507 => [\'Ingredients','IngredientsInstanceID'] },
+ 'ingredientslastmodifydate' => { 507 => [\'Ingredients','IngredientsLastModifyDate'] },
+ 'ingredientslasturl' => { 507 => [\'Ingredients','IngredientsLastURL'] },
+ 'ingredientslinkcategory' => { 507 => [\'Ingredients','IngredientsLinkCategory'] },
+ 'ingredientslinkform' => { 507 => [\'Ingredients','IngredientsLinkForm'] },
+ 'ingredientsmanager' => { 507 => [\'Ingredients','IngredientsManager'] },
+ 'ingredientsmanagervariant' => { 507 => [\'Ingredients','IngredientsManagerVariant'] },
+ 'ingredientsmanageto' => { 507 => [\'Ingredients','IngredientsManageTo'] },
+ 'ingredientsmanageui' => { 507 => [\'Ingredients','IngredientsManageUI'] },
+ 'ingredientsmaskmarkers' => { 507 => [\'Ingredients','IngredientsMaskMarkers'] },
+ 'ingredientsoriginaldocumentid' => { 507 => [\'Ingredients','IngredientsOriginalDocumentID'] },
+ 'ingredientspartmapping' => { 507 => [\'Ingredients','IngredientsPartMapping'] },
+ 'ingredientsplacedresolutionunit' => { 507 => [\'Ingredients','IngredientsPlacedResolutionUnit'] },
+ 'ingredientsplacedxresolution' => { 507 => [\'Ingredients','IngredientsPlacedXResolution'] },
+ 'ingredientsplacedyresolution' => { 507 => [\'Ingredients','IngredientsPlacedYResolution'] },
+ 'ingredientsrenditionclass' => { 507 => [\'Ingredients','IngredientsRenditionClass'] },
+ 'ingredientsrenditionparams' => { 507 => [\'Ingredients','IngredientsRenditionParams'] },
+ 'ingredientstopart' => { 507 => [\'Ingredients','IngredientsToPart'] },
+ 'ingredientsversionid' => { 507 => [\'Ingredients','IngredientsVersionID'] },
'initialafpointaiservoaf' => { 84 => 0x51e },
'initialafpointinservo' => { 2 => 0x13 },
- 'initialcameradolly' => { 466 => 'InitialCameraDolly' },
- 'initialhorizontalfovdegrees' => { 466 => 'InitialHorizontalFOVDegrees' },
+ 'initialcameradolly' => { 468 => 'InitialCameraDolly' },
+ 'initialhorizontalfovdegrees' => { 468 => 'InitialHorizontalFOVDegrees' },
'initialkey' => { 179 => 'WM/InitialKey' },
- 'initialverticalfovdegrees' => { 466 => 'InitialVerticalFOVDegrees' },
- 'initialviewheadingdegrees' => { 466 => 'InitialViewHeadingDegrees', 467 => 'InitialViewHeadingDegrees' },
- 'initialviewpitchdegrees' => { 466 => 'InitialViewPitchDegrees', 467 => 'InitialViewPitchDegrees' },
- 'initialviewrolldegrees' => { 466 => 'InitialViewRollDegrees', 467 => 'InitialViewRollDegrees' },
- 'initialzoomliveview' => { 279 => '4.4' },
- 'initialzoomsetting' => { 279 => '9.3', 288 => '27.3' },
+ 'initialverticalfovdegrees' => { 468 => 'InitialVerticalFOVDegrees' },
+ 'initialviewheadingdegrees' => { 468 => 'InitialViewHeadingDegrees', 469 => 'InitialViewHeadingDegrees' },
+ 'initialviewpitchdegrees' => { 468 => 'InitialViewPitchDegrees', 469 => 'InitialViewPitchDegrees' },
+ 'initialviewrolldegrees' => { 468 => 'InitialViewRollDegrees', 469 => 'InitialViewRollDegrees' },
+ 'initialzoomliveview' => { 281 => '4.4' },
+ 'initialzoomsetting' => { 281 => '9.3', 290 => '27.3' },
'inkset' => { 119 => 0x14c },
'inputprofile' => { 138 => 0x1389 },
- 'instanceid' => { 505 => 'InstanceID' },
+ 'instanceid' => { 507 => 'InstanceID' },
'instantplaybacksetup' => { 184 => 0x3e },
'instantplaybacktime' => { 184 => 0x3d },
- 'instructions' => { 492 => 'Instructions' },
- 'instrument' => { 504 => 'instrument' },
+ 'instructions' => { 494 => 'Instructions' },
+ 'instrument' => { 506 => 'instrument' },
'integrationtime' => { 138 => 0x423 },
- 'intellectualgenre' => { 489 => 'IntellectualGenre' },
- 'intelligentauto' => { 420 => 0xb052, 447 => 0xd, 448 => 0xe, 449 => 0xd },
+ 'intellectualgenre' => { 491 => 'IntellectualGenre' },
+ 'intelligentauto' => { 422 => 0xb052, 449 => 0xd, 450 => 0xe, 451 => 0xd },
'intelligentcontrast' => { 52 => 0x4 },
- 'intelligentd-range' => { 320 => 0x79 },
- 'intelligentexposure' => { 320 => 0x5d },
- 'intelligentresolution' => { 320 => 0x70 },
+ 'intelligentd-range' => { 322 => 0x79 },
+ 'intelligentexposure' => { 322 => 0x5d },
+ 'intelligentresolution' => { 322 => 0x70 },
'interchangecolorspace' => { 133 => 0x40 },
'intergraphmatrix' => { 119 => 0x8480 },
- 'internalflash' => { 181 => 0x2b, 279 => '23.1', 281 => '8.1', 284 => '22.1', 286 => '23.1', 290 => '8.1', 294 => '24.1', 300 => 0x1208 },
- 'internalflashae1' => { 302 => 0x1021 },
- 'internalflashae1_0' => { 302 => 0x101d },
- 'internalflashae2' => { 302 => 0x1022 },
- 'internalflashae2_0' => { 302 => 0x101e },
- 'internalflashmode' => { 343 => 0x1 },
- 'internalflashstrength' => { 343 => 0x3 },
- 'internalflashtable' => { 302 => 0x1024 },
- 'internallensserialnumber' => { 394 => 0xa005 },
- 'internalndfilter' => { 320 => 0x9d },
- 'internalserialnumber' => { 64 => 0x96, 76 => 0x9, 127 => 0x10, 187 => 0x49dc, 296 => 0x18, 298 => 0x102, 317 => 0x500, 320 => 0x25, 335 => 0x4, 387 => 0x5, 439 => [0x7c,0xf0], 440 => 0x88, 441 => [0x88,0x8a] },
- 'interopindex' => { 119 => 0x1, 485 => 'InteroperabilityIndex' },
+ 'internalflash' => { 181 => 0x2b, 281 => '23.1', 283 => '8.1', 286 => '22.1', 288 => '23.1', 292 => '8.1', 296 => '24.1', 302 => 0x1208 },
+ 'internalflashae1' => { 304 => 0x1021 },
+ 'internalflashae1_0' => { 304 => 0x101d },
+ 'internalflashae2' => { 304 => 0x1022 },
+ 'internalflashae2_0' => { 304 => 0x101e },
+ 'internalflashmode' => { 345 => 0x1 },
+ 'internalflashstrength' => { 345 => 0x3 },
+ 'internalflashtable' => { 304 => 0x1024 },
+ 'internallensserialnumber' => { 396 => 0xa005 },
+ 'internalndfilter' => { 322 => 0x9d },
+ 'internalserialnumber' => { 64 => 0x96, 76 => 0x9, 127 => 0x10, 187 => 0x49dc, 298 => 0x18, 300 => 0x102, 319 => 0x500, 322 => 0x25, 337 => 0x4, 389 => 0x5, 441 => [0x7c,0xf0], 442 => 0x88, 443 => [0x88,0x8a] },
+ 'interopindex' => { 119 => 0x1, 487 => 'InteroperabilityIndex' },
'interopversion' => { 119 => 0x2 },
- 'interval' => { 248 => 0xd0 },
- 'intervaldurationhours' => { 228 => 0xa0 },
- 'intervaldurationminutes' => { 228 => 0xa4 },
- 'intervaldurationseconds' => { 228 => 0xa8 },
- 'intervalexposuresmoothing' => { 228 => 0xb8, 252 => 0xc416 },
- 'intervalframe' => { 248 => 0xd4 },
+ 'interval' => { 250 => 0xd0 },
+ 'intervaldurationhours' => { 229 => 0xa0 },
+ 'intervaldurationminutes' => { 229 => 0xa4 },
+ 'intervaldurationseconds' => { 229 => 0xa8 },
+ 'intervalexposuresmoothing' => { 229 => 0xb8, 254 => 0xc416 },
+ 'intervalframe' => { 250 => 0xd4 },
'intervallength' => { 181 => 0x10 },
'intervalmode' => { 181 => 0x26 },
'intervalnumber' => { 181 => 0x11 },
- 'intervalpriority' => { 228 => 0xba, 252 => 0xc418 },
- 'intervals' => { 228 => 0xb0, 229 => 0xbc, 252 => 0xc40e },
- 'intervalshooting' => { 252 => 0x760c, 260 => 0x760c, 261 => 0x6c98, 355 => 0x92 },
- 'introtime' => { 504 => 'introTime' },
- 'introtimescale' => { 504 => [\'introTime','introTimeScale'] },
- 'introtimevalue' => { 504 => [\'introTime','introTimeValue'] },
+ 'intervalpriority' => { 229 => 0xba, 254 => 0xc418 },
+ 'intervals' => { 229 => 0xb0, 230 => 0xbc, 254 => 0xc40e },
+ 'intervalshooting' => { 254 => 0x760c, 262 => 0x760c, 263 => 0x6c98, 357 => 0x92 },
+ 'introtime' => { 506 => 'introTime' },
+ 'introtimescale' => { 506 => [\'introTime','introTimeScale'] },
+ 'introtimevalue' => { 506 => [\'introTime','introTimeValue'] },
'ipaversion' => { 138 => 0xdae },
'ipfcameramodel' => { 138 => 0xe4d },
'iptc' => { 120 => 'IPTC' },
- 'iptc-naa' => { 119 => 0x83bb, 325 => 0x83bb },
+ 'iptc-naa' => { 119 => 0x83bb, 327 => 0x83bb },
'iptcbitspersample' => { 133 => 0x56 },
- 'iptcdigest' => { 369 => 0x425 },
+ 'iptcdigest' => { 371 => 0x425 },
'iptcimageheight' => { 133 => 0x1e },
'iptcimagerotation' => { 133 => 0x66 },
'iptcimagewidth' => { 133 => 0x14 },
- 'iptclastedited' => { 490 => 'IptcLastEdited' },
+ 'iptclastedited' => { 492 => 'IptcLastEdited' },
'iptcpicturenumber' => { 133 => 0xa },
'iptcpixelheight' => { 133 => 0x32 },
'iptcpixelwidth' => { 133 => 0x28 },
- 'isalternativeof' => { 494 => 'isAlternativeOf' },
- 'isbn' => { 494 => 'isbn' },
- 'iscorrectionof' => { 494 => 'isCorrectionOf' },
+ 'isalternativeof' => { 496 => 'isAlternativeOf' },
+ 'isbn' => { 496 => 'isbn' },
+ 'iscorrectionof' => { 496 => 'isCorrectionOf' },
'iscustompicturestyle' => { 109 => 0x3 },
- 'ismergedhdr' => { 475 => 'IsMergedHDR' },
- 'ismergedpanorama' => { 475 => 'IsMergedPanorama' },
- 'iso' => { 7 => 0x6, 9 => 0x6, 10 => 0x75, 11 => 0x6, 12 => 0x79, 13 => 0x6, 14 => 0x6, 15 => 0x6, 16 => 0x6, 17 => 0x6, 18 => 0x6, 19 => 0x6, 20 => 0x6, 21 => 0x6, 22 => 0x6, 23 => 0x6, 24 => 0x6, 25 => 0x6, 26 => 0x6, 27 => 0x6, 28 => 0x6, 29 => 0x6, 30 => 0x0, 31 => 0x1, 112 => 0x14, 113 => [0x3014,0x14], 119 => 0x8827, 137 => 0xfd06, 138 => 0x1784, 140 => 0x60, 142 => [0xfa2e,0xfa46], 143 => [0x27,0x28], 144 => 0xf105, 147 => 0x14, 149 => 0x4e, 151 => 0x1e, 152 => 0x1a, 154 => 0x34, 156 => 'ISO', 181 => 0x8, 187 => 0x49ba, 217 => 0x0, 226 => 0x2, 320 => 0xd1, 325 => 0x17, 355 => [0x8b,0x14], 362 => 0x14, 364 => 0x105, 394 => 0xa014, 397 => 0x86, 418 => 0x6f, 425 => [0x1f,0x21,0x25], 484 => 'ISOSpeedRatings' },
- 'iso2' => { 217 => 0x6, 239 => 0x265, 240 => 0x25c, 241 => 0x265, 242 => 0x221, 243 => 0x25d, 244 => 0x256, 245 => 0x25d, 249 => 0x2b5, 253 => 0x265, 259 => 0x2b5 },
- 'isoauto' => { 336 => '14.4' },
- 'isoautoflashlimit' => { 229 => 0x146 },
- 'isoautohilimit' => { 229 => 0x144, 247 => 0x18eb, 248 => 0xe82, 257 => 0x185d },
- 'isoautomax' => { 419 => 0x4 },
- 'isoautomin' => { 419 => 0x2 },
- 'isoautoparameters' => { 355 => 0x7a },
- 'isoautoshuttertime' => { 229 => 0x14e, 247 => 0x18ea, 248 => 0xe81, 257 => 0x185c },
+ 'ismergedhdr' => { 477 => 'IsMergedHDR' },
+ 'ismergedpanorama' => { 477 => 'IsMergedPanorama' },
+ 'iso' => { 7 => 0x6, 9 => 0x6, 10 => 0x75, 11 => 0x6, 12 => 0x79, 13 => 0x6, 14 => 0x6, 15 => 0x6, 16 => 0x6, 17 => 0x6, 18 => 0x6, 19 => 0x6, 20 => 0x6, 21 => 0x6, 22 => 0x6, 23 => 0x6, 24 => 0x6, 25 => 0x6, 26 => 0x6, 27 => 0x6, 28 => 0x6, 29 => 0x6, 30 => 0x0, 31 => 0x1, 112 => 0x14, 113 => [0x3014,0x14], 119 => 0x8827, 137 => 0xfd06, 138 => 0x1784, 140 => 0x60, 142 => [0xfa2e,0xfa46], 143 => [0x27,0x28], 144 => 0xf105, 147 => 0x14, 149 => 0x4e, 151 => 0x1e, 152 => 0x1a, 154 => 0x34, 156 => 'ISO', 181 => 0x8, 187 => 0x49ba, 218 => 0x0, 227 => 0x2, 322 => 0xd1, 327 => 0x17, 357 => [0x8b,0x14], 364 => 0x14, 366 => 0x105, 396 => 0xa014, 399 => 0x86, 420 => 0x6f, 427 => [0x1f,0x21,0x25], 486 => 'ISOSpeedRatings' },
+ 'iso2' => { 218 => 0x6, 241 => 0x265, 242 => 0x25c, 243 => 0x265, 244 => 0x221, 245 => 0x25d, 246 => 0x256, 247 => 0x25d, 251 => 0x2b5, 255 => 0x265, 261 => 0x2b5 },
+ 'isoauto' => { 338 => '14.4' },
+ 'isoautoflashlimit' => { 230 => 0x146 },
+ 'isoautohilimit' => { 230 => 0x144, 249 => 0x18eb, 250 => 0xe82, 259 => 0x185d },
+ 'isoautomax' => { 421 => 0x4 },
+ 'isoautomin' => { 421 => 0x2 },
+ 'isoautoparameters' => { 357 => 0x7a },
+ 'isoautoshuttertime' => { 230 => 0x14e, 249 => 0x18ea, 250 => 0xe81, 259 => 0x185c },
'isocalibrationgain' => { 138 => 0x89f },
- 'isodisplay' => { 282 => '4.1', 283 => '4.1', 284 => '2.3', 285 => '3.3', 286 => '3.3', 289 => '3.3', 292 => '4.3', 293 => '4.1', 294 => '4.3' },
- 'isoexpansion' => { 84 => 0x103, 85 => 0x7, 86 => 0x8, 89 => 0x8, 217 => 0x4 },
- 'isoexpansion2' => { 217 => 0xa },
- 'isofloor' => { 336 => 0x6 },
- 'isoselected' => { 319 => 0x359 },
- 'isoselection' => { 226 => 0xf },
- 'isosensitivitystep' => { 287 => '6.2', 289 => '6.2' },
- 'isosetting' => { 140 => 0x5e, 152 => 0x14, 156 => 'ISOSetting', 181 => 0x24, 182 => 0x26, 183 => 0x1c, 184 => 0x13, 189 => 0x6, 226 => 0x13, 336 => '17.3', 386 => 0x27, 407 => 0x16, 408 => 0x14, 409 => 0x2, 418 => 0x6d, 419 => 0x0 },
- 'isospeed' => { 119 => 0x8833, 485 => 'ISOSpeed' },
+ 'isodisplay' => { 284 => '4.1', 285 => '4.1', 286 => '2.3', 287 => '3.3', 288 => '3.3', 291 => '3.3', 294 => '4.3', 295 => '4.1', 296 => '4.3' },
+ 'isoexpansion' => { 84 => 0x103, 85 => 0x7, 86 => 0x8, 89 => 0x8, 218 => 0x4 },
+ 'isoexpansion2' => { 218 => 0xa },
+ 'isofloor' => { 338 => 0x6 },
+ 'isoselected' => { 321 => 0x359 },
+ 'isoselection' => { 227 => 0xf },
+ 'isosensitivitystep' => { 289 => '6.2', 291 => '6.2' },
+ 'isosetting' => { 140 => 0x5e, 152 => 0x14, 156 => 'ISOSetting', 181 => 0x24, 182 => 0x26, 183 => 0x1c, 184 => 0x13, 189 => 0x6, 227 => 0x13, 338 => '17.3', 388 => 0x27, 409 => 0x16, 410 => 0x14, 411 => 0x2, 420 => 0x6d, 421 => 0x0 },
+ 'isospeed' => { 119 => 0x8833, 487 => 'ISOSpeed' },
'isospeedexpansion' => { 83 => 0x3 },
'isospeedincrements' => { 84 => 0x102 },
- 'isospeedlatitudeyyy' => { 119 => 0x8834, 485 => 'ISOSpeedLatitudeyyy' },
- 'isospeedlatitudezzz' => { 119 => 0x8835, 485 => 'ISOSpeedLatitudezzz' },
+ 'isospeedlatitudeyyy' => { 119 => 0x8834, 487 => 'ISOSpeedLatitudeyyy' },
+ 'isospeedlatitudezzz' => { 119 => 0x8835, 487 => 'ISOSpeedLatitudezzz' },
'isospeedrange' => { 84 => 0x103 },
- 'isostepsize' => { 279 => '6.1', 280 => '7.2', 282 => '7.2', 283 => '7.2', 288 => '4.1', 292 => '7.2', 293 => '7.2', 295 => 0x15d },
- 'isovalue' => { 302 => 0x1001 },
- 'isrccode' => { 380 => "\xa9isr" },
- 'issn' => { 494 => 'issn' },
- 'issueidentifier' => { 494 => 'issueIdentifier' },
- 'issuename' => { 494 => 'issueName' },
- 'issueteaser' => { 494 => 'issueTeaser' },
- 'issuetype' => { 494 => 'issueType' },
- 'istranslationof' => { 494 => 'isTranslationOf' },
+ 'isostepsize' => { 281 => '6.1', 282 => '7.2', 284 => '7.2', 285 => '7.2', 290 => '4.1', 294 => '7.2', 295 => '7.2', 297 => 0x15d },
+ 'isovalue' => { 304 => 0x1001 },
+ 'isrccode' => { 382 => "\xa9isr" },
+ 'issn' => { 496 => 'issn' },
+ 'issueidentifier' => { 496 => 'issueIdentifier' },
+ 'issuename' => { 496 => 'issueName' },
+ 'issueteaser' => { 496 => 'issueTeaser' },
+ 'issuetype' => { 496 => 'issueType' },
+ 'istranslationof' => { 496 => 'isTranslationOf' },
'itemsubtype' => { 178 => 'ItemSubType' },
- 'itunesu' => { 372 => 'itnu' },
+ 'itunesu' => { 374 => 'itnu' },
'jobid' => { 131 => 0xb8 },
- 'jobname' => { 486 => 'JobName' },
- 'jobref' => { 503 => 'JobRef' },
- 'jobrefid' => { 503 => [\'JobRef','JobRefId'] },
- 'jobrefname' => { 503 => [\'JobRef','JobRefName'] },
- 'jobrefurl' => { 503 => [\'JobRef','JobRefUrl'] },
- 'jobstatus' => { 486 => 'JobStatus' },
- 'jpeg-heifswitch' => { 420 => 0x2039 },
- 'jpeghandling' => { 478 => 'JPEGHandling', 480 => 'JPEGHandling' },
- 'jpegquality' => { 10 => 0x66, 320 => 0x43, 322 => 0x3034, 420 => 0xb047 },
- 'jpegsize' => { 322 => 0x303a },
- 'jpgcompression' => { 248 => 0x7d4 },
- 'jpgfromraw' => { 97 => 0x2007, 114 => 'Exif-JpgFromRaw', 325 => 0x2e },
+ 'jobname' => { 488 => 'JobName' },
+ 'jobref' => { 505 => 'JobRef' },
+ 'jobrefid' => { 505 => [\'JobRef','JobRefId'] },
+ 'jobrefname' => { 505 => [\'JobRef','JobRefName'] },
+ 'jobrefurl' => { 505 => [\'JobRef','JobRefUrl'] },
+ 'jobstatus' => { 488 => 'JobStatus' },
+ 'jpeg-heifswitch' => { 422 => 0x2039 },
+ 'jpeghandling' => { 480 => 'JPEGHandling', 482 => 'JPEGHandling' },
+ 'jpegquality' => { 10 => 0x66, 322 => 0x43, 324 => 0x3034, 422 => 0xb047 },
+ 'jpegsize' => { 324 => 0x303a },
+ 'jpgcompression' => { 250 => 0x7d4 },
+ 'jpgfromraw' => { 97 => 0x2007, 114 => 'Exif-JpgFromRaw', 327 => 0x2e },
'jpgfromrawlength' => { 119 => [0x117,0x202] },
'jpgfromrawstart' => { 119 => [0x111,0x201] },
- 'jpgrecordedpixels' => { 336 => '14.1' },
- 'jurisdiction' => { 476 => 'jurisdiction' },
- 'keepexposure' => { 295 => 0x237 },
- 'kelvinwb_01' => { 344 => 0x5 },
- 'kelvinwb_02' => { 344 => 0x9 },
- 'kelvinwb_03' => { 344 => 0xd },
- 'kelvinwb_04' => { 344 => 0x11 },
- 'kelvinwb_05' => { 344 => 0x15 },
- 'kelvinwb_06' => { 344 => 0x19 },
- 'kelvinwb_07' => { 344 => 0x1d },
- 'kelvinwb_08' => { 344 => 0x21 },
- 'kelvinwb_09' => { 344 => 0x25 },
- 'kelvinwb_10' => { 344 => 0x29 },
- 'kelvinwb_11' => { 344 => 0x2d },
- 'kelvinwb_12' => { 344 => 0x31 },
- 'kelvinwb_13' => { 344 => 0x35 },
- 'kelvinwb_14' => { 344 => 0x39 },
- 'kelvinwb_15' => { 344 => 0x3d },
- 'kelvinwb_16' => { 344 => 0x41 },
- 'kelvinwb_daylight' => { 344 => 0x1 },
+ 'jpgrecordedpixels' => { 338 => '14.1' },
+ 'jurisdiction' => { 478 => 'jurisdiction' },
+ 'keepexposure' => { 297 => 0x237 },
+ 'kelvinwb_01' => { 346 => 0x5 },
+ 'kelvinwb_02' => { 346 => 0x9 },
+ 'kelvinwb_03' => { 346 => 0xd },
+ 'kelvinwb_04' => { 346 => 0x11 },
+ 'kelvinwb_05' => { 346 => 0x15 },
+ 'kelvinwb_06' => { 346 => 0x19 },
+ 'kelvinwb_07' => { 346 => 0x1d },
+ 'kelvinwb_08' => { 346 => 0x21 },
+ 'kelvinwb_09' => { 346 => 0x25 },
+ 'kelvinwb_10' => { 346 => 0x29 },
+ 'kelvinwb_11' => { 346 => 0x2d },
+ 'kelvinwb_12' => { 346 => 0x31 },
+ 'kelvinwb_13' => { 346 => 0x35 },
+ 'kelvinwb_14' => { 346 => 0x39 },
+ 'kelvinwb_15' => { 346 => 0x3d },
+ 'kelvinwb_16' => { 346 => 0x41 },
+ 'kelvinwb_daylight' => { 346 => 0x1 },
'kerneldenominators' => { 138 => 0x933 },
- 'key' => { 504 => 'key' },
- 'keystonecompensation' => { 301 => 0x1900 },
- 'keystonedirection' => { 301 => 0x1901 },
- 'keystonevalue' => { 301 => 0x1906 },
- 'keyword' => { 372 => 'keyw', 494 => 'keyword' },
+ 'key' => { 506 => 'key' },
+ 'keystonecompensation' => { 303 => 0x1900 },
+ 'keystonedirection' => { 303 => 0x1901 },
+ 'keystonevalue' => { 303 => 0x1906 },
+ 'keyword' => { 374 => 'keyw', 496 => 'keyword' },
'keywordinfo' => { 171 => 'Keywords' },
- 'keywords' => { 131 => 0x19, 157 => 'Keywords', 306 => 'Keywords', 371 => 'Keywords', 374 => 'keywords', 473 => 'keywords', 491 => 'Keywords', 502 => 'Keywords' },
- 'killdate' => { 494 => 'killDate' },
- 'killdatea-platform' => { 494 => [\'killDate','killDateA-platform'] },
- 'killdatedate' => { 494 => [\'killDate','killDateDate'] },
+ 'keywords' => { 131 => 0x19, 157 => 'Keywords', 308 => 'Keywords', 373 => 'Keywords', 376 => 'keywords', 475 => 'keywords', 493 => 'Keywords', 504 => 'Keywords' },
+ 'killdate' => { 496 => 'killDate' },
+ 'killdatea-platform' => { 496 => [\'killDate','killDateA-platform'] },
+ 'killdatedate' => { 496 => [\'killDate','killDateDate'] },
'kodakimageheight' => { 137 => 0xf908, 140 => 0xe, 142 => [0xfa1e,0xfa52], 148 => 0x70 },
'kodakimagewidth' => { 137 => 0xf907, 140 => 0xc, 142 => [0xfa1d,0xfa51], 148 => 0x6c },
'kodakinfotype' => { 137 => 0xfa00 },
@@ -3717,14 +3718,14 @@ my %tagLookup = (
'kodakmodel' => { 140 => 0x0, 148 => 0x28 },
'kodaktag' => { 138 => 0x3ea },
'kodakversion' => { 138 => 0x0 },
- 'label' => { 310 => 'Label', 502 => 'Label' },
- 'labelname1' => { 488 => [\'TagStructure','TagStructureLabelName'] },
- 'labelname2' => { 488 => [\'TagStructure','TagStructureSubLabelsLabelName'] },
- 'labelname3' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] },
- 'labelname4' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] },
- 'labelname5' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
- 'labelname6' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
- 'landmark' => { 320 => 0x6f },
+ 'label' => { 312 => 'Label', 504 => 'Label' },
+ 'labelname1' => { 490 => [\'TagStructure','TagStructureLabelName'] },
+ 'labelname2' => { 490 => [\'TagStructure','TagStructureSubLabelsLabelName'] },
+ 'labelname3' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsLabelName'] },
+ 'labelname4' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'labelname5' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'labelname6' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsLabelName'] },
+ 'landmark' => { 322 => 0x6f },
'landscapeoutputhighlightpoint' => { 109 => 0x26 },
'landscapeoutputshadowpoint' => { 109 => 0x27 },
'landscaperawcolortone' => { 109 => 0x1f },
@@ -3739,295 +3740,295 @@ my %tagLookup = (
'landscapeunsharpmaskfineness' => { 109 => 0xa0 },
'landscapeunsharpmaskstrength' => { 109 => 0x9e },
'landscapeunsharpmaskthreshold' => { 109 => 0xa2 },
- 'language' => { 229 => 0x592, 481 => 'language' },
+ 'language' => { 230 => 0x592, 483 => 'language' },
'languageidentifier' => { 131 => 0x87 },
- 'largestvalidinteriorrectheight' => { 466 => 'LargestValidInteriorRectHeight' },
- 'largestvalidinteriorrectleft' => { 466 => 'LargestValidInteriorRectLeft' },
- 'largestvalidinteriorrecttop' => { 466 => 'LargestValidInteriorRectTop' },
- 'largestvalidinteriorrectwidth' => { 466 => 'LargestValidInteriorRectWidth' },
+ 'largestvalidinteriorrectheight' => { 468 => 'LargestValidInteriorRectHeight' },
+ 'largestvalidinteriorrectleft' => { 468 => 'LargestValidInteriorRectLeft' },
+ 'largestvalidinteriorrecttop' => { 468 => 'LargestValidInteriorRectTop' },
+ 'largestvalidinteriorrectwidth' => { 468 => 'LargestValidInteriorRectWidth' },
'lastfilenumber' => { 181 => 0x1b },
'lastkeywordiptc' => { 178 => 'LastKeywordIPTC' },
'lastkeywordxmp' => { 178 => 'LastKeywordXMP' },
- 'lastphotodate' => { 466 => 'LastPhotoDate' },
- 'lasturl' => { 505 => 'LastURL' },
- 'lateralchromaticaberration' => { 420 => 0x2012 },
- 'lateralchromaticaberrationcorrectionalreadyapplied' => { 475 => 'LateralChromaticAberrationCorrectionAlreadyApplied' },
+ 'lastphotodate' => { 468 => 'LastPhotoDate' },
+ 'lasturl' => { 507 => 'LastURL' },
+ 'lateralchromaticaberration' => { 422 => 0x2012 },
+ 'lateralchromaticaberrationcorrectionalreadyapplied' => { 477 => 'LateralChromaticAberrationCorrectionAlreadyApplied' },
'latestageorhigheststage' => { 118 => [\'GeologicalContext','GeologicalContextLatestAgeOrHighestStage'] },
'latesteonorhighesteonothem' => { 118 => [\'GeologicalContext','GeologicalContextLatestEonOrHighestEonothem'] },
'latestepochorhighestseries' => { 118 => [\'GeologicalContext','GeologicalContextLatestEpochOrHighestSeries'] },
'latesteraorhighesterathem' => { 118 => [\'GeologicalContext','GeologicalContextLatestEraOrHighestErathem'] },
'latestperiodorhighestsystem' => { 118 => [\'GeologicalContext','GeologicalContextLatestPeriodOrHighestSystem'] },
'latitude' => { 116 => 'Latitude' },
- 'lc1' => { 346 => 0x2 },
- 'lc10' => { 346 => 0xb },
- 'lc11' => { 346 => 0xc },
- 'lc12' => { 346 => 0xd },
- 'lc14' => { 346 => 0xf },
- 'lc15' => { 346 => 0x10 },
- 'lc3' => { 346 => 0x4 },
- 'lc4' => { 346 => 0x5 },
- 'lc5' => { 346 => 0x6 },
- 'lc6' => { 346 => 0x7 },
- 'lc7' => { 346 => 0x8 },
- 'lc8' => { 346 => 0x9 },
+ 'lc1' => { 348 => 0x2 },
+ 'lc10' => { 348 => 0xb },
+ 'lc11' => { 348 => 0xc },
+ 'lc12' => { 348 => 0xd },
+ 'lc14' => { 348 => 0xf },
+ 'lc15' => { 348 => 0x10 },
+ 'lc3' => { 348 => 0x4 },
+ 'lc4' => { 348 => 0x5 },
+ 'lc5' => { 348 => 0x6 },
+ 'lc6' => { 348 => 0x7 },
+ 'lc7' => { 348 => 0x8 },
+ 'lc8' => { 348 => 0x9 },
'lcddisplayatpoweron' => { 84 => 0x811, 88 => 0xa },
'lcddisplayreturntoshoot' => { 89 => 0x12 },
- 'lcdillumination' => { 279 => '17.5', 280 => '5.2', 282 => '5.1', 283 => '5.1', 288 => '10.3', 289 => '4.2', 292 => '5.2', 293 => '5.1', 294 => '5.4', 295 => 0x101 },
+ 'lcdillumination' => { 281 => '17.5', 282 => '5.2', 284 => '5.1', 285 => '5.1', 290 => '10.3', 291 => '4.2', 294 => '5.2', 295 => '5.1', 296 => '5.4', 297 => 0x101 },
'lcdilluminationduringbulb' => { 84 => 0x408 },
'lcdmatrix' => { 138 => 0xe74 },
'lcdmatrixchickfix' => { 138 => 0xe75 },
'lcdmatrixmarvin' => { 138 => 0xe76 },
'lcdpanels' => { 83 => 0x8 },
- 'lcheditor' => { 272 => 0x8ae85e },
- 'legacyiptcdigest' => { 492 => 'LegacyIPTCDigest' },
- 'legalcode' => { 476 => 'legalcode' },
- 'lens' => { 119 => 0xfdea, 226 => 0x84, 475 => 'Lens' },
+ 'lcheditor' => { 274 => 0x8ae85e },
+ 'legacyiptcdigest' => { 494 => 'LegacyIPTCDigest' },
+ 'legalcode' => { 478 => 'legalcode' },
+ 'lens' => { 119 => 0xfdea, 227 => 0x84, 477 => 'Lens' },
'lensafstopbutton' => { 82 => 0x11, 83 => 0x13, 84 => 0x506, 85 => 0x10, 86 => 0x12, 89 => 0x13, 90 => 0x9 },
- 'lensaperturerange' => { 397 => [0x30,0x48] },
- 'lenscontrolring' => { 295 => 0xad },
- 'lenscorrectionsettings' => { 483 => 'LensCorrectionSettings' },
- 'lensdistortinfo' => { 475 => 'LensDistortInfo' },
- 'lensdistortionparams' => { 302 => 0x206 },
- 'lensdriveend' => { 224 => 0x56 },
+ 'lensaperturerange' => { 399 => [0x30,0x48] },
+ 'lenscontrolring' => { 297 => 0xad },
+ 'lenscorrectionsettings' => { 485 => 'LensCorrectionSettings' },
+ 'lensdistortinfo' => { 477 => 'LensDistortInfo' },
+ 'lensdistortionparams' => { 304 => 0x206 },
+ 'lensdriveend' => { 225 => 0x56 },
'lensdrivenoaf' => { 84 => 0x505 },
'lensdrivewhenafimpossible' => { 2 => 0xb },
- 'lense-mountversion' => { 409 => 0x3f0, 454 => 0xd },
- 'lensfirmware' => { 388 => 0x20, 394 => 0xa004 },
- 'lensfirmwareversion' => { 298 => 0x204, 320 => 0x60, 409 => 0x3f3, 454 => 0x14 },
- 'lensfocallength' => { 103 => 0xf0512, 346 => 0x9 },
- 'lensfocalrange' => { 397 => [0xa,0x2a] },
- 'lensfocusfunctionbuttons' => { 280 => '55.1', 282 => '52.1', 283 => '52.1', 292 => '52.1', 293 => '52.1' },
- 'lensformat' => { 433 => 0x1891, 435 => 0x18bd, 436 => 0x18ed, 437 => 0x17f1, 439 => 0x106, 440 => 0x106, 450 => 0x603, 451 => 0x5d },
- 'lensfstops' => { 218 => 0x7, 219 => 0xc, 220 => 0xd, 224 => 0xe, 226 => 0x8b, 346 => '0.3' },
- 'lensfunc1button' => { 295 => 0x9f },
- 'lensfunc2button' => { 295 => 0xa7 },
- 'lensid' => { 224 => 0x30, 475 => 'LensID' },
- 'lensidnumber' => { 218 => 0x6, 219 => 0xb, 220 => 0xc, 224 => 0xd },
- 'lensinfo' => { 119 => 0xa432, 352 => 0x2a, 475 => 'LensInfo', 485 => 'LensSpecification' },
- 'lenskind' => { 346 => 0x1 },
- 'lensmake' => { 119 => 0xa433, 163 => 'Make', 485 => 'LensMake' },
- 'lensmanualdistortionamount' => { 478 => 'LensManualDistortionAmount', 480 => 'LensManualDistortionAmount' },
+ 'lense-mountversion' => { 411 => 0x3f0, 456 => 0xd },
+ 'lensfirmware' => { 390 => 0x20, 396 => 0xa004 },
+ 'lensfirmwareversion' => { 300 => 0x204, 322 => 0x60, 411 => 0x3f3, 456 => 0x14 },
+ 'lensfocallength' => { 103 => 0xf0512, 348 => 0x9 },
+ 'lensfocalrange' => { 399 => [0xa,0x2a] },
+ 'lensfocusfunctionbuttons' => { 282 => '55.1', 284 => '52.1', 285 => '52.1', 294 => '52.1', 295 => '52.1' },
+ 'lensformat' => { 435 => 0x1891, 437 => 0x18bd, 438 => 0x18ed, 439 => 0x17f1, 441 => 0x106, 442 => 0x106, 452 => 0x603, 453 => 0x5d },
+ 'lensfstops' => { 219 => 0x7, 220 => 0xc, 221 => 0xd, 225 => 0xe, 227 => 0x8b, 348 => '0.3' },
+ 'lensfunc1button' => { 297 => 0x9f },
+ 'lensfunc2button' => { 297 => 0xa7 },
+ 'lensid' => { 225 => 0x30, 477 => 'LensID' },
+ 'lensidnumber' => { 219 => 0x6, 220 => 0xb, 221 => 0xc, 225 => 0xd },
+ 'lensinfo' => { 119 => 0xa432, 354 => 0x2a, 477 => 'LensInfo', 487 => 'LensSpecification' },
+ 'lenskind' => { 348 => 0x1 },
+ 'lensmake' => { 119 => 0xa433, 163 => 'Make', 487 => 'LensMake' },
+ 'lensmanualdistortionamount' => { 480 => 'LensManualDistortionAmount', 482 => 'LensManualDistortionAmount' },
'lensmanufacturer' => { 178 => 'LensManufacturer' },
- 'lensmaxaperturerange' => { 397 => 0x2b },
- 'lensmodel' => { 7 => 0x937, 14 => 0x92b, 15 => 0x933, 64 => 0x95, 119 => 0xa434, 163 => 'Model', 178 => 'LensModel', 221 => 0x18a, 222 => 0x18b, 223 => 0x2ac, 298 => 0x203, 352 => 0xc, 364 => 0x412, 485 => 'LensModel' },
+ 'lensmaxaperturerange' => { 399 => 0x2b },
+ 'lensmodel' => { 7 => 0x937, 14 => 0x92b, 15 => 0x933, 64 => 0x95, 119 => 0xa434, 163 => 'Model', 178 => 'LensModel', 222 => 0x18a, 223 => 0x18b, 224 => 0x2ac, 300 => 0x203, 354 => 0xc, 366 => 0x412, 487 => 'LensModel' },
'lensmodulationoptimizer' => { 127 => 0x1045 },
- 'lensmount' => { 409 => 0x99, 433 => 0x1892, 435 => 0x18be, 436 => 0x18ee, 437 => 0x17f2, 439 => 0x105, 440 => 0x105, 450 => 0x604, 451 => 0x5e },
- 'lensmount2' => { 454 => 0x8 },
- 'lensmounttype' => { 224 => 0x35 },
- 'lenspositionabsolute' => { 224 => 0x5a },
- 'lensprofilechromaticaberrationscale' => { 478 => 'LensProfileChromaticAberrationScale', 480 => 'LensProfileChromaticAberrationScale' },
- 'lensprofiledigest' => { 478 => 'LensProfileDigest', 480 => 'LensProfileDigest' },
- 'lensprofiledistortionscale' => { 478 => 'LensProfileDistortionScale', 480 => 'LensProfileDistortionScale' },
- 'lensprofileenable' => { 478 => 'LensProfileEnable', 480 => 'LensProfileEnable' },
- 'lensprofilefilename' => { 478 => 'LensProfileFilename', 480 => 'LensProfileFilename' },
- 'lensprofileisembedded' => { 478 => 'LensProfileIsEmbedded', 480 => 'LensProfileIsEmbedded' },
- 'lensprofilematchkeycameramodelname' => { 478 => 'LensProfileMatchKeyCameraModelName', 480 => 'LensProfileMatchKeyCameraModelName' },
- 'lensprofilematchkeyexifmake' => { 478 => 'LensProfileMatchKeyExifMake', 480 => 'LensProfileMatchKeyExifMake' },
- 'lensprofilematchkeyexifmodel' => { 478 => 'LensProfileMatchKeyExifModel', 480 => 'LensProfileMatchKeyExifModel' },
- 'lensprofilematchkeyisraw' => { 478 => 'LensProfileMatchKeyIsRaw', 480 => 'LensProfileMatchKeyIsRaw' },
- 'lensprofilematchkeylensid' => { 478 => 'LensProfileMatchKeyLensID', 480 => 'LensProfileMatchKeyLensID' },
- 'lensprofilematchkeylensinfo' => { 478 => 'LensProfileMatchKeyLensInfo', 480 => 'LensProfileMatchKeyLensInfo' },
- 'lensprofilematchkeylensname' => { 478 => 'LensProfileMatchKeyLensName', 480 => 'LensProfileMatchKeyLensName' },
- 'lensprofilematchkeysensorformatfactor' => { 478 => 'LensProfileMatchKeySensorFormatFactor', 480 => 'LensProfileMatchKeySensorFormatFactor' },
- 'lensprofilename' => { 478 => 'LensProfileName', 480 => 'LensProfileName' },
- 'lensprofilesetup' => { 478 => 'LensProfileSetup', 480 => 'LensProfileSetup' },
- 'lensprofilevignettingscale' => { 478 => 'LensProfileVignettingScale', 480 => 'LensProfileVignettingScale' },
- 'lensproperties' => { 298 => 0x20b },
- 'lensserialnumber' => { 21 => 0x164, 32 => 0x16b, 61 => 0x0, 119 => 0xa435, 163 => 'SerialNumber', 298 => 0x202, 318 => 0x321, 320 => 0x52, 380 => 'LENS', 388 => 0x30, 475 => 'LensSerialNumber', 485 => 'LensSerialNumber' },
+ 'lensmount' => { 411 => 0x99, 435 => 0x1892, 437 => 0x18be, 438 => 0x18ee, 439 => 0x17f2, 441 => 0x105, 442 => 0x105, 452 => 0x604, 453 => 0x5e },
+ 'lensmount2' => { 456 => 0x8 },
+ 'lensmounttype' => { 225 => 0x35 },
+ 'lenspositionabsolute' => { 225 => 0x5a },
+ 'lensprofilechromaticaberrationscale' => { 480 => 'LensProfileChromaticAberrationScale', 482 => 'LensProfileChromaticAberrationScale' },
+ 'lensprofiledigest' => { 480 => 'LensProfileDigest', 482 => 'LensProfileDigest' },
+ 'lensprofiledistortionscale' => { 480 => 'LensProfileDistortionScale', 482 => 'LensProfileDistortionScale' },
+ 'lensprofileenable' => { 480 => 'LensProfileEnable', 482 => 'LensProfileEnable' },
+ 'lensprofilefilename' => { 480 => 'LensProfileFilename', 482 => 'LensProfileFilename' },
+ 'lensprofileisembedded' => { 480 => 'LensProfileIsEmbedded', 482 => 'LensProfileIsEmbedded' },
+ 'lensprofilematchkeycameramodelname' => { 480 => 'LensProfileMatchKeyCameraModelName', 482 => 'LensProfileMatchKeyCameraModelName' },
+ 'lensprofilematchkeyexifmake' => { 480 => 'LensProfileMatchKeyExifMake', 482 => 'LensProfileMatchKeyExifMake' },
+ 'lensprofilematchkeyexifmodel' => { 480 => 'LensProfileMatchKeyExifModel', 482 => 'LensProfileMatchKeyExifModel' },
+ 'lensprofilematchkeyisraw' => { 480 => 'LensProfileMatchKeyIsRaw', 482 => 'LensProfileMatchKeyIsRaw' },
+ 'lensprofilematchkeylensid' => { 480 => 'LensProfileMatchKeyLensID', 482 => 'LensProfileMatchKeyLensID' },
+ 'lensprofilematchkeylensinfo' => { 480 => 'LensProfileMatchKeyLensInfo', 482 => 'LensProfileMatchKeyLensInfo' },
+ 'lensprofilematchkeylensname' => { 480 => 'LensProfileMatchKeyLensName', 482 => 'LensProfileMatchKeyLensName' },
+ 'lensprofilematchkeysensorformatfactor' => { 480 => 'LensProfileMatchKeySensorFormatFactor', 482 => 'LensProfileMatchKeySensorFormatFactor' },
+ 'lensprofilename' => { 480 => 'LensProfileName', 482 => 'LensProfileName' },
+ 'lensprofilesetup' => { 480 => 'LensProfileSetup', 482 => 'LensProfileSetup' },
+ 'lensprofilevignettingscale' => { 480 => 'LensProfileVignettingScale', 482 => 'LensProfileVignettingScale' },
+ 'lensproperties' => { 300 => 0x20b },
+ 'lensserialnumber' => { 21 => 0x164, 32 => 0x16b, 61 => 0x0, 119 => 0xa435, 163 => 'SerialNumber', 300 => 0x202, 320 => 0x321, 322 => 0x52, 382 => 'LENS', 390 => 0x30, 477 => 'LensSerialNumber', 487 => 'LensSerialNumber' },
'lensshutterlock' => { 184 => 0x4a },
- 'lensspec' => { 404 => 0x0, 405 => 0x0, 406 => 0x0, 420 => 0xb02a },
- 'lensspecfeatures' => { 439 => [0x115,0x116], 440 => [0x116,0x1ed,0x1f0,0x21c,0x21e] },
- 'lenstemperature' => { 302 => 0x1008 },
- 'lenstype' => { 7 => 0xe2, 8 => 0xd, 9 => 0x1a7, 10 => 0xc, 11 => 0x111, 12 => 0xc, 13 => 0x14f, 14 => 0xd6, 15 => 0xde, 16 => 0xf6, 17 => 0xea, 18 => 0xff, 19 => [0xc,0x97], 20 => 0xe6, 21 => 0x153, 22 => 0xea, 23 => 0xe8, 24 => 0x127, 25 => 0x161, 26 => 0x166, 27 => 0x184, 28 => 0x112, 29 => 0x189, 34 => 0x16, 186 => 0x10c, 187 => 0x49bd, 226 => 0x83, 298 => 0x201, 311 => 0x16, 315 => 0x310, 317 => 0x303, 318 => 0x303, 320 => 0x51, 322 => 0x3405, 347 => 0x0, 348 => 0x0, 349 => 0x1, 350 => 0x1, 351 => 0x1, 353 => 0x0, 394 => 0xa003, 397 => 0x27, 420 => 0xb027, 433 => 0x1896, 435 => 0x18c2, 436 => 0x18f2, 437 => 0x17f6, 439 => 0x109, 440 => 0x109, 450 => 0x608, 451 => 0x62 },
- 'lenstype2' => { 409 => 0x3f7, 433 => 0x1893, 435 => 0x18bf, 436 => 0x18ef, 437 => 0x17f3, 439 => 0x107, 440 => 0x107, 450 => 0x605, 451 => 0x60 },
- 'lenstype3' => { 454 => 0x9 },
- 'lenstypemake' => { 320 => 0xc4 },
- 'lenstypemodel' => { 320 => [0xc5,0xe4] },
- 'lenszoomposition' => { 447 => 0x19, 448 => 0x1e, 451 => [0x342,0x34e,0x35a] },
- 'levelindicator' => { 328 => 0x15 },
- 'levelmeter' => { 380 => ['Lvlm','lvlm'] },
- 'levelorientation' => { 354 => 0x0 },
- 'license' => { 476 => 'license' },
- 'licensee' => { 307 => 'Licensee' },
- 'licenseeid' => { 307 => [\'Licensee','LicenseeLicenseeID'] },
- 'licenseeimageid' => { 307 => 'LicenseeImageID' },
- 'licenseeimagenotes' => { 307 => 'LicenseeImageNotes' },
- 'licenseename' => { 307 => [\'Licensee','LicenseeLicenseeName'] },
- 'licenseenddate' => { 307 => 'LicenseEndDate' },
- 'licenseeprojectreference' => { 307 => 'LicenseeProjectReference' },
- 'licenseetransactionid' => { 307 => 'LicenseeTransactionID' },
- 'licenseid' => { 307 => 'LicenseID' },
- 'licensestartdate' => { 307 => 'LicenseStartDate' },
- 'licensetransactiondate' => { 307 => 'LicenseTransactionDate' },
- 'licensetype' => { 482 => 'licensetype' },
- 'licensor' => { 307 => 'Licensor' },
- 'licensorcity' => { 307 => [\'Licensor','LicensorLicensorCity'] },
- 'licensorcountry' => { 307 => [\'Licensor','LicensorLicensorCountry'] },
- 'licensoremail' => { 307 => [\'Licensor','LicensorLicensorEmail'] },
- 'licensorextendedaddress' => { 307 => [\'Licensor','LicensorLicensorExtendedAddress'] },
- 'licensorid' => { 307 => [\'Licensor','LicensorLicensorID'] },
- 'licensorimageid' => { 307 => 'LicensorImageID' },
- 'licensorname' => { 307 => [\'Licensor','LicensorLicensorName'] },
- 'licensornotes' => { 307 => 'LicensorNotes' },
- 'licensorpostalcode' => { 307 => [\'Licensor','LicensorLicensorPostalCode'] },
- 'licensorregion' => { 307 => [\'Licensor','LicensorLicensorRegion'] },
- 'licensorstreetaddress' => { 307 => [\'Licensor','LicensorLicensorStreetAddress'] },
- 'licensortelephone1' => { 307 => [\'Licensor','LicensorLicensorTelephone1'] },
- 'licensortelephone2' => { 307 => [\'Licensor','LicensorLicensorTelephone2'] },
- 'licensortelephonetype1' => { 307 => [\'Licensor','LicensorLicensorTelephoneType1'] },
- 'licensortelephonetype2' => { 307 => [\'Licensor','LicensorLicensorTelephoneType2'] },
- 'licensortransactionid' => { 307 => 'LicensorTransactionID' },
- 'licensorurl' => { 307 => [\'Licensor','LicensorLicensorURL'] },
- 'lightcondition' => { 302 => 0x1009 },
+ 'lensspec' => { 406 => 0x0, 407 => 0x0, 408 => 0x0, 422 => 0xb02a },
+ 'lensspecfeatures' => { 441 => [0x115,0x116], 442 => [0x116,0x1ed,0x1f0,0x21c,0x21e] },
+ 'lenstemperature' => { 304 => 0x1008 },
+ 'lenstype' => { 7 => 0xe2, 8 => 0xd, 9 => 0x1a7, 10 => 0xc, 11 => 0x111, 12 => 0xc, 13 => 0x14f, 14 => 0xd6, 15 => 0xde, 16 => 0xf6, 17 => 0xea, 18 => 0xff, 19 => [0xc,0x97], 20 => 0xe6, 21 => 0x153, 22 => 0xea, 23 => 0xe8, 24 => 0x127, 25 => 0x161, 26 => 0x166, 27 => 0x184, 28 => 0x112, 29 => 0x189, 34 => 0x16, 186 => 0x10c, 187 => 0x49bd, 227 => 0x83, 300 => 0x201, 313 => 0x16, 317 => 0x310, 319 => 0x303, 320 => 0x303, 322 => 0x51, 324 => 0x3405, 349 => 0x0, 350 => 0x0, 351 => 0x1, 352 => 0x1, 353 => 0x1, 355 => 0x0, 396 => 0xa003, 399 => 0x27, 422 => 0xb027, 435 => 0x1896, 437 => 0x18c2, 438 => 0x18f2, 439 => 0x17f6, 441 => 0x109, 442 => 0x109, 452 => 0x608, 453 => 0x62 },
+ 'lenstype2' => { 411 => 0x3f7, 435 => 0x1893, 437 => 0x18bf, 438 => 0x18ef, 439 => 0x17f3, 441 => 0x107, 442 => 0x107, 452 => 0x605, 453 => 0x60 },
+ 'lenstype3' => { 456 => 0x9 },
+ 'lenstypemake' => { 322 => 0xc4 },
+ 'lenstypemodel' => { 322 => [0xc5,0xe4] },
+ 'lenszoomposition' => { 449 => 0x19, 450 => 0x1e, 453 => [0x342,0x34e,0x35a] },
+ 'levelindicator' => { 330 => 0x15 },
+ 'levelmeter' => { 382 => ['Lvlm','lvlm'] },
+ 'levelorientation' => { 356 => 0x0 },
+ 'license' => { 478 => 'license' },
+ 'licensee' => { 309 => 'Licensee' },
+ 'licenseeid' => { 309 => [\'Licensee','LicenseeLicenseeID'] },
+ 'licenseeimageid' => { 309 => 'LicenseeImageID' },
+ 'licenseeimagenotes' => { 309 => 'LicenseeImageNotes' },
+ 'licenseename' => { 309 => [\'Licensee','LicenseeLicenseeName'] },
+ 'licenseenddate' => { 309 => 'LicenseEndDate' },
+ 'licenseeprojectreference' => { 309 => 'LicenseeProjectReference' },
+ 'licenseetransactionid' => { 309 => 'LicenseeTransactionID' },
+ 'licenseid' => { 309 => 'LicenseID' },
+ 'licensestartdate' => { 309 => 'LicenseStartDate' },
+ 'licensetransactiondate' => { 309 => 'LicenseTransactionDate' },
+ 'licensetype' => { 484 => 'licensetype' },
+ 'licensor' => { 309 => 'Licensor' },
+ 'licensorcity' => { 309 => [\'Licensor','LicensorLicensorCity'] },
+ 'licensorcountry' => { 309 => [\'Licensor','LicensorLicensorCountry'] },
+ 'licensoremail' => { 309 => [\'Licensor','LicensorLicensorEmail'] },
+ 'licensorextendedaddress' => { 309 => [\'Licensor','LicensorLicensorExtendedAddress'] },
+ 'licensorid' => { 309 => [\'Licensor','LicensorLicensorID'] },
+ 'licensorimageid' => { 309 => 'LicensorImageID' },
+ 'licensorname' => { 309 => [\'Licensor','LicensorLicensorName'] },
+ 'licensornotes' => { 309 => 'LicensorNotes' },
+ 'licensorpostalcode' => { 309 => [\'Licensor','LicensorLicensorPostalCode'] },
+ 'licensorregion' => { 309 => [\'Licensor','LicensorLicensorRegion'] },
+ 'licensorstreetaddress' => { 309 => [\'Licensor','LicensorLicensorStreetAddress'] },
+ 'licensortelephone1' => { 309 => [\'Licensor','LicensorLicensorTelephone1'] },
+ 'licensortelephone2' => { 309 => [\'Licensor','LicensorLicensorTelephone2'] },
+ 'licensortelephonetype1' => { 309 => [\'Licensor','LicensorLicensorTelephoneType1'] },
+ 'licensortelephonetype2' => { 309 => [\'Licensor','LicensorLicensorTelephoneType2'] },
+ 'licensortransactionid' => { 309 => 'LicensorTransactionID' },
+ 'licensorurl' => { 309 => [\'Licensor','LicensorLicensorURL'] },
+ 'lightcondition' => { 304 => 0x1009 },
'lightingmode' => { 113 => 0x302a },
- 'lightreading' => { 355 => 0x15 },
- 'lightsource' => { 119 => 0x9208, 226 => 0x90, 305 => 0x1000, 484 => 'LightSource' },
- 'lightsourcespecial' => { 396 => 0x21d },
- 'lightswitch' => { 292 => '0.1', 294 => '0.1' },
- 'lightvaluecenter' => { 302 => 0x103d },
- 'lightvalueperiphery' => { 302 => 0x103e },
- 'limitaf-areamodesel3dtracking' => { 295 => 0x153 },
- 'limitaf-areamodeseldynamic_l' => { 295 => 0x151 },
- 'limitaf-areamodeseldynamic_m' => { 295 => 0x150 },
- 'limitaf-areamodeseldynamic_s' => { 295 => 0x14f },
- 'limitaf-areamodeselpinpoint' => { 295 => 0x11 },
- 'limitaf-areamodeselwideaf_l' => { 295 => 0x14 },
- 'limitaf-areamodeselwideaf_s' => { 295 => 0x13 },
- 'limitafareamodeselauto' => { 295 => 0x15 },
- 'limitafareamodeselection' => { 280 => '51.1', 282 => '49.1', 283 => '49.1', 292 => '49.1', 293 => '49.1' },
- 'limitreleasemodeselc120' => { 295 => '269.4' },
- 'limitreleasemodeselc30' => { 295 => '269.3' },
- 'limitreleasemodeselch' => { 295 => '269.2' },
- 'limitreleasemodeselcl' => { 295 => '269.1' },
- 'limitreleasemodeselself' => { 295 => '269.5' },
- 'limitselectableimagearea16to9' => { 295 => 0x47 },
- 'limitselectableimagearea1to1' => { 295 => 0x46 },
- 'limitselectableimageareadx' => { 295 => 0x45 },
- 'linearitylimitblue' => { 325 => 0x10 },
- 'linearitylimitgreen' => { 325 => 0xf },
- 'linearitylimitred' => { 325 => 0xe },
+ 'lightreading' => { 357 => 0x15 },
+ 'lightsource' => { 119 => 0x9208, 227 => 0x90, 307 => 0x1000, 486 => 'LightSource' },
+ 'lightsourcespecial' => { 398 => 0x21d },
+ 'lightswitch' => { 294 => '0.1', 296 => '0.1' },
+ 'lightvaluecenter' => { 304 => 0x103d },
+ 'lightvalueperiphery' => { 304 => 0x103e },
+ 'limitaf-areamodesel3dtracking' => { 297 => 0x153 },
+ 'limitaf-areamodeseldynamic_l' => { 297 => 0x151 },
+ 'limitaf-areamodeseldynamic_m' => { 297 => 0x150 },
+ 'limitaf-areamodeseldynamic_s' => { 297 => 0x14f },
+ 'limitaf-areamodeselpinpoint' => { 297 => 0x11 },
+ 'limitaf-areamodeselwideaf_l' => { 297 => 0x14 },
+ 'limitaf-areamodeselwideaf_s' => { 297 => 0x13 },
+ 'limitafareamodeselauto' => { 297 => 0x15 },
+ 'limitafareamodeselection' => { 282 => '51.1', 284 => '49.1', 285 => '49.1', 294 => '49.1', 295 => '49.1' },
+ 'limitreleasemodeselc120' => { 297 => '269.4' },
+ 'limitreleasemodeselc30' => { 297 => '269.3' },
+ 'limitreleasemodeselch' => { 297 => '269.2' },
+ 'limitreleasemodeselcl' => { 297 => '269.1' },
+ 'limitreleasemodeselself' => { 297 => '269.5' },
+ 'limitselectableimagearea16to9' => { 297 => 0x47 },
+ 'limitselectableimagearea1to1' => { 297 => 0x46 },
+ 'limitselectableimageareadx' => { 297 => 0x45 },
+ 'linearitylimitblue' => { 327 => 0x10 },
+ 'linearitylimitgreen' => { 327 => 0xf },
+ 'linearitylimitred' => { 327 => 0xe },
'linearityuppermargin' => { 41 => 0x32c, 42 => 0x282, 45 => [0x2ba,0x2d1,0x2d5], 47 => 0x1e5, 48 => [0x1fe,0x2de], 49 => [0x232,0x310], 50 => 0x31e },
'linearizationtable' => { 119 => 0xc618 },
'linearresponselimit' => { 119 => 0xc62e },
- 'link' => { 494 => 'link' },
- 'linkaetoafpoint' => { 336 => '14.2' },
- 'linkedencodedrightsexpr' => { 490 => [\'LinkedEncRightsExpr','LinkedEncRightsExprLinkedRightsExpr'] },
- 'linkedencodedrightsexprlangid' => { 490 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprLangId'] },
- 'linkedencodedrightsexprtype' => { 490 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprEncType'] },
- 'linkedencrightsexpr' => { 490 => 'LinkedEncRightsExpr' },
+ 'link' => { 496 => 'link' },
+ 'linkaetoafpoint' => { 338 => '14.2' },
+ 'linkedencodedrightsexpr' => { 492 => [\'LinkedEncRightsExpr','LinkedEncRightsExprLinkedRightsExpr'] },
+ 'linkedencodedrightsexprlangid' => { 492 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprLangId'] },
+ 'linkedencodedrightsexprtype' => { 492 => [\'LinkedEncRightsExpr','LinkedEncRightsExprRightsExprEncType'] },
+ 'linkedencrightsexpr' => { 492 => 'LinkedEncRightsExpr' },
'linlogcoring' => { 138 => 0x904 },
'lithostratigraphicterms' => { 118 => [\'GeologicalContext','GeologicalContextLithostratigraphicTerms'] },
- 'livephotoauto' => { 374 => 'live-photo.auto' },
+ 'livephotoauto' => { 376 => 'live-photo.auto' },
'livephotovideoindex' => { 1 => 0x17 },
- 'livephotovitalityscore' => { 374 => 'live-photo.vitality-score' },
- 'livephotovitalityscoringversion' => { 374 => 'live-photo.vitality-scoring-version' },
- 'liveviewaf' => { 284 => '32.1', 294 => '34.1' },
- 'liveviewafareamode' => { 289 => '34.1' },
- 'liveviewafmethod' => { 425 => 0x20 },
- 'liveviewafmode' => { 289 => '34.2' },
- 'liveviewafsetting' => { 409 => 0x36 },
- 'liveviewbuttonoptions' => { 280 => '50.2', 282 => '48.2', 283 => '48.2', 292 => '48.2', 293 => '48.2' },
+ 'livephotovitalityscore' => { 376 => 'live-photo.vitality-score' },
+ 'livephotovitalityscoringversion' => { 376 => 'live-photo.vitality-scoring-version' },
+ 'liveviewaf' => { 286 => '32.1', 296 => '34.1' },
+ 'liveviewafareamode' => { 291 => '34.1' },
+ 'liveviewafmethod' => { 427 => 0x20 },
+ 'liveviewafmode' => { 291 => '34.2' },
+ 'liveviewafsetting' => { 411 => 0x36 },
+ 'liveviewbuttonoptions' => { 282 => '50.2', 284 => '48.2', 285 => '48.2', 294 => '48.2', 295 => '48.2' },
'liveviewexposuresimulation' => { 84 => 0x810 },
- 'liveviewfocusmode' => { 409 => [0x8b,0x28b] },
- 'liveviewmetering' => { 409 => [0x84,0x284] },
- 'liveviewmonitorofftime' => { 280 => '21.2', 282 => '21.2', 283 => '21.2', 285 => '20.2', 286 => '20.2', 287 => '20.2', 289 => '20.2', 292 => '21.2', 293 => '21.2' },
+ 'liveviewfocusmode' => { 411 => [0x8b,0x28b] },
+ 'liveviewmetering' => { 411 => [0x84,0x284] },
+ 'liveviewmonitorofftime' => { 282 => '21.2', 284 => '21.2', 285 => '21.2', 287 => '20.2', 288 => '20.2', 289 => '20.2', 291 => '20.2', 294 => '21.2', 295 => '21.2' },
'liveviewshooting' => { 57 => 0x13 },
'livingspecimen' => { 118 => 'LivingSpecimen' },
'livingspecimenmaterialsampleid' => { 118 => [\'LivingSpecimen','LivingSpecimenMaterialSampleID'] },
'localcaption' => { 131 => 0x79 },
'localizedcameramodel' => { 119 => 0xc615 },
- 'locallocationname' => { 394 => 0x30 },
- 'location' => { 225 => 0x9, 320 => 0x67, 471 => 'Location', 489 => 'Location', 493 => 'location', 494 => 'location' },
- 'locationaccuracyhorizontal' => { 374 => 'location.accuracy.horizontal' },
- 'locationareacode' => { 477 => 'lac' },
- 'locationbody' => { 374 => 'location.body' },
- 'locationcreated' => { 490 => 'LocationCreated' },
- 'locationcreatedcity' => { 490 => [\'LocationCreated','LocationCreatedCity'] },
- 'locationcreatedcountrycode' => { 490 => [\'LocationCreated','LocationCreatedCountryCode'] },
- 'locationcreatedcountryname' => { 490 => [\'LocationCreated','LocationCreatedCountryName'] },
- 'locationcreatedgpsaltitude' => { 490 => [\'LocationCreated','LocationCreatedGPSAltitude'] },
- 'locationcreatedgpslatitude' => { 490 => [\'LocationCreated','LocationCreatedGPSLatitude'] },
- 'locationcreatedgpslongitude' => { 490 => [\'LocationCreated','LocationCreatedGPSLongitude'] },
- 'locationcreatedidentifier' => { 490 => [\'LocationCreated','LocationCreatedIdentifier'] },
- 'locationcreatedlocationid' => { 490 => [\'LocationCreated','LocationCreatedLocationId'] },
- 'locationcreatedlocationname' => { 490 => [\'LocationCreated','LocationCreatedLocationName'] },
- 'locationcreatedprovincestate' => { 490 => [\'LocationCreated','LocationCreatedProvinceState'] },
- 'locationcreatedsublocation' => { 490 => [\'LocationCreated','LocationCreatedSublocation'] },
- 'locationcreatedworldregion' => { 490 => [\'LocationCreated','LocationCreatedWorldRegion'] },
- 'locationdate' => { 374 => 'location.date' },
- 'locationinformation' => { 380 => 'loci' },
- 'locationinfoversion' => { 225 => 0x0 },
- 'locationname' => { 374 => 'location.name', 394 => 0x31 },
- 'locationnote' => { 374 => 'location.note' },
- 'locationrole' => { 374 => 'location.role' },
- 'locationshown' => { 490 => 'LocationShown' },
- 'locationshowncity' => { 490 => [\'LocationShown','LocationShownCity'] },
- 'locationshowncountrycode' => { 490 => [\'LocationShown','LocationShownCountryCode'] },
- 'locationshowncountryname' => { 490 => [\'LocationShown','LocationShownCountryName'] },
- 'locationshowngpsaltitude' => { 490 => [\'LocationShown','LocationShownGPSAltitude'] },
- 'locationshowngpslatitude' => { 490 => [\'LocationShown','LocationShownGPSLatitude'] },
- 'locationshowngpslongitude' => { 490 => [\'LocationShown','LocationShownGPSLongitude'] },
- 'locationshownidentifier' => { 490 => [\'LocationShown','LocationShownIdentifier'] },
- 'locationshownlocationid' => { 490 => [\'LocationShown','LocationShownLocationId'] },
- 'locationshownlocationname' => { 490 => [\'LocationShown','LocationShownLocationName'] },
- 'locationshownprovincestate' => { 490 => [\'LocationShown','LocationShownProvinceState'] },
- 'locationshownsublocation' => { 490 => [\'LocationShown','LocationShownSublocation'] },
- 'locationshownworldregion' => { 490 => [\'LocationShown','LocationShownWorldRegion'] },
+ 'locallocationname' => { 396 => 0x30 },
+ 'location' => { 226 => 0x9, 322 => 0x67, 473 => 'Location', 491 => 'Location', 495 => 'location', 496 => 'location' },
+ 'locationaccuracyhorizontal' => { 376 => 'location.accuracy.horizontal' },
+ 'locationareacode' => { 479 => 'lac' },
+ 'locationbody' => { 376 => 'location.body' },
+ 'locationcreated' => { 492 => 'LocationCreated' },
+ 'locationcreatedcity' => { 492 => [\'LocationCreated','LocationCreatedCity'] },
+ 'locationcreatedcountrycode' => { 492 => [\'LocationCreated','LocationCreatedCountryCode'] },
+ 'locationcreatedcountryname' => { 492 => [\'LocationCreated','LocationCreatedCountryName'] },
+ 'locationcreatedgpsaltitude' => { 492 => [\'LocationCreated','LocationCreatedGPSAltitude'] },
+ 'locationcreatedgpslatitude' => { 492 => [\'LocationCreated','LocationCreatedGPSLatitude'] },
+ 'locationcreatedgpslongitude' => { 492 => [\'LocationCreated','LocationCreatedGPSLongitude'] },
+ 'locationcreatedidentifier' => { 492 => [\'LocationCreated','LocationCreatedIdentifier'] },
+ 'locationcreatedlocationid' => { 492 => [\'LocationCreated','LocationCreatedLocationId'] },
+ 'locationcreatedlocationname' => { 492 => [\'LocationCreated','LocationCreatedLocationName'] },
+ 'locationcreatedprovincestate' => { 492 => [\'LocationCreated','LocationCreatedProvinceState'] },
+ 'locationcreatedsublocation' => { 492 => [\'LocationCreated','LocationCreatedSublocation'] },
+ 'locationcreatedworldregion' => { 492 => [\'LocationCreated','LocationCreatedWorldRegion'] },
+ 'locationdate' => { 376 => 'location.date' },
+ 'locationinformation' => { 382 => 'loci' },
+ 'locationinfoversion' => { 226 => 0x0 },
+ 'locationname' => { 376 => 'location.name', 396 => 0x31 },
+ 'locationnote' => { 376 => 'location.note' },
+ 'locationrole' => { 376 => 'location.role' },
+ 'locationshown' => { 492 => 'LocationShown' },
+ 'locationshowncity' => { 492 => [\'LocationShown','LocationShownCity'] },
+ 'locationshowncountrycode' => { 492 => [\'LocationShown','LocationShownCountryCode'] },
+ 'locationshowncountryname' => { 492 => [\'LocationShown','LocationShownCountryName'] },
+ 'locationshowngpsaltitude' => { 492 => [\'LocationShown','LocationShownGPSAltitude'] },
+ 'locationshowngpslatitude' => { 492 => [\'LocationShown','LocationShownGPSLatitude'] },
+ 'locationshowngpslongitude' => { 492 => [\'LocationShown','LocationShownGPSLongitude'] },
+ 'locationshownidentifier' => { 492 => [\'LocationShown','LocationShownIdentifier'] },
+ 'locationshownlocationid' => { 492 => [\'LocationShown','LocationShownLocationId'] },
+ 'locationshownlocationname' => { 492 => [\'LocationShown','LocationShownLocationName'] },
+ 'locationshownprovincestate' => { 492 => [\'LocationShown','LocationShownProvinceState'] },
+ 'locationshownsublocation' => { 492 => [\'LocationShown','LocationShownSublocation'] },
+ 'locationshownworldregion' => { 492 => [\'LocationShown','LocationShownWorldRegion'] },
'lockmicrophonebutton' => { 84 => 0x709 },
- 'logcomment' => { 504 => 'logComment' },
+ 'logcomment' => { 506 => 'logComment' },
'logscale' => { 138 => 0x902 },
- 'longdescription' => { 372 => 'ldes' },
- 'longexposurenoisereduction' => { 62 => 0x4, 84 => 0x201, 85 => 0x1, 86 => 0x2, 87 => 0x1, 88 => 0x1, 89 => 0x2, 90 => 0x1, 320 => 0x49, 407 => 0x2b, 408 => 0x25, 409 => 0x25, 420 => 0x2008, 425 => 0x11, 451 => 0x44 },
+ 'longdescription' => { 374 => 'ldes' },
+ 'longexposurenoisereduction' => { 62 => 0x4, 84 => 0x201, 85 => 0x1, 86 => 0x2, 87 => 0x1, 88 => 0x1, 89 => 0x2, 90 => 0x1, 322 => 0x49, 409 => 0x2b, 410 => 0x25, 411 => 0x25, 422 => 0x2008, 427 => 0x11, 453 => 0x44 },
'longexposurenoisereduction2' => { 57 => 0x8 },
- 'longexposurenrused' => { 320 => 0xbe },
+ 'longexposurenrused' => { 322 => 0xbe },
'longitude' => { 116 => 'Longitude' },
- 'look' => { 478 => 'Look', 480 => 'Look' },
- 'lookamount' => { 478 => [\'Look','LookAmount'], 480 => [\'Look','LookAmount'] },
- 'lookcluster' => { 478 => [\'Look','LookCluster'], 480 => [\'Look','LookCluster'] },
- 'lookcopyright' => { 478 => [\'Look','LookCopyright'], 480 => [\'Look','LookCopyright'] },
- 'lookgroup' => { 478 => [\'Look','LookGroup'], 480 => [\'Look','LookGroup'] },
- 'lookname' => { 478 => 'LookName', 480 => 'LookName' },
- 'lookparameters' => { 478 => [\'Look','LookParameters'], 480 => [\'Look','LookParameters'] },
- 'lookparameterscameraprofile' => { 478 => [\'Look','LookParametersCameraProfile'], 480 => [\'Look','LookParametersCameraProfile'] },
- 'lookparametersclarity2012' => { 478 => [\'Look','LookParametersClarity2012'], 480 => [\'Look','LookParametersClarity2012'] },
- 'lookparametersconverttograyscale' => { 478 => [\'Look','LookParametersConvertToGrayscale'], 480 => [\'Look','LookParametersConvertToGrayscale'] },
- 'lookparameterslooktable' => { 478 => [\'Look','LookParametersLookTable'], 480 => [\'Look','LookParametersLookTable'] },
- 'lookparametersprocessversion' => { 478 => [\'Look','LookParametersProcessVersion'], 480 => [\'Look','LookParametersProcessVersion'] },
- 'lookparameterstonecurvepv2012' => { 478 => [\'Look','LookParametersToneCurvePV2012'], 480 => [\'Look','LookParametersToneCurvePV2012'] },
- 'lookparameterstonecurvepv2012blue' => { 478 => [\'Look','LookParametersToneCurvePV2012Blue'], 480 => [\'Look','LookParametersToneCurvePV2012Blue'] },
- 'lookparameterstonecurvepv2012green' => { 478 => [\'Look','LookParametersToneCurvePV2012Green'], 480 => [\'Look','LookParametersToneCurvePV2012Green'] },
- 'lookparameterstonecurvepv2012red' => { 478 => [\'Look','LookParametersToneCurvePV2012Red'], 480 => [\'Look','LookParametersToneCurvePV2012Red'] },
- 'lookparametersversion' => { 478 => [\'Look','LookParametersVersion'], 480 => [\'Look','LookParametersVersion'] },
- 'looksupportsamount' => { 478 => [\'Look','LookSupportsAmount'], 480 => [\'Look','LookSupportsAmount'] },
- 'looksupportsmonochrome' => { 478 => [\'Look','LookSupportsMonochrome'], 480 => [\'Look','LookSupportsMonochrome'] },
- 'looksupportsoutputreferred' => { 478 => [\'Look','LookSupportsOutputReferred'], 480 => [\'Look','LookSupportsOutputReferred'] },
- 'lookuuid' => { 478 => [\'Look','LookUUID'], 480 => [\'Look','LookUUID'] },
- 'loop' => { 504 => 'loop' },
- 'loopstyle' => { 380 => 'LOOP' },
+ 'look' => { 480 => 'Look', 482 => 'Look' },
+ 'lookamount' => { 480 => [\'Look','LookAmount'], 482 => [\'Look','LookAmount'] },
+ 'lookcluster' => { 480 => [\'Look','LookCluster'], 482 => [\'Look','LookCluster'] },
+ 'lookcopyright' => { 480 => [\'Look','LookCopyright'], 482 => [\'Look','LookCopyright'] },
+ 'lookgroup' => { 480 => [\'Look','LookGroup'], 482 => [\'Look','LookGroup'] },
+ 'lookname' => { 480 => 'LookName', 482 => 'LookName' },
+ 'lookparameters' => { 480 => [\'Look','LookParameters'], 482 => [\'Look','LookParameters'] },
+ 'lookparameterscameraprofile' => { 480 => [\'Look','LookParametersCameraProfile'], 482 => [\'Look','LookParametersCameraProfile'] },
+ 'lookparametersclarity2012' => { 480 => [\'Look','LookParametersClarity2012'], 482 => [\'Look','LookParametersClarity2012'] },
+ 'lookparametersconverttograyscale' => { 480 => [\'Look','LookParametersConvertToGrayscale'], 482 => [\'Look','LookParametersConvertToGrayscale'] },
+ 'lookparameterslooktable' => { 480 => [\'Look','LookParametersLookTable'], 482 => [\'Look','LookParametersLookTable'] },
+ 'lookparametersprocessversion' => { 480 => [\'Look','LookParametersProcessVersion'], 482 => [\'Look','LookParametersProcessVersion'] },
+ 'lookparameterstonecurvepv2012' => { 480 => [\'Look','LookParametersToneCurvePV2012'], 482 => [\'Look','LookParametersToneCurvePV2012'] },
+ 'lookparameterstonecurvepv2012blue' => { 480 => [\'Look','LookParametersToneCurvePV2012Blue'], 482 => [\'Look','LookParametersToneCurvePV2012Blue'] },
+ 'lookparameterstonecurvepv2012green' => { 480 => [\'Look','LookParametersToneCurvePV2012Green'], 482 => [\'Look','LookParametersToneCurvePV2012Green'] },
+ 'lookparameterstonecurvepv2012red' => { 480 => [\'Look','LookParametersToneCurvePV2012Red'], 482 => [\'Look','LookParametersToneCurvePV2012Red'] },
+ 'lookparametersversion' => { 480 => [\'Look','LookParametersVersion'], 482 => [\'Look','LookParametersVersion'] },
+ 'looksupportsamount' => { 480 => [\'Look','LookSupportsAmount'], 482 => [\'Look','LookSupportsAmount'] },
+ 'looksupportsmonochrome' => { 480 => [\'Look','LookSupportsMonochrome'], 482 => [\'Look','LookSupportsMonochrome'] },
+ 'looksupportsoutputreferred' => { 480 => [\'Look','LookSupportsOutputReferred'], 482 => [\'Look','LookSupportsOutputReferred'] },
+ 'lookuuid' => { 480 => [\'Look','LookUUID'], 482 => [\'Look','LookUUID'] },
+ 'loop' => { 506 => 'loop' },
+ 'loopstyle' => { 382 => 'LOOP' },
'lowestbiostratigraphiczone' => { 118 => [\'GeologicalContext','GeologicalContextLowestBiostratigraphicZone'] },
- 'luminanceadjustmentaqua' => { 478 => 'LuminanceAdjustmentAqua', 480 => 'LuminanceAdjustmentAqua' },
- 'luminanceadjustmentblue' => { 478 => 'LuminanceAdjustmentBlue', 480 => 'LuminanceAdjustmentBlue' },
- 'luminanceadjustmentgreen' => { 478 => 'LuminanceAdjustmentGreen', 480 => 'LuminanceAdjustmentGreen' },
- 'luminanceadjustmentmagenta' => { 478 => 'LuminanceAdjustmentMagenta', 480 => 'LuminanceAdjustmentMagenta' },
- 'luminanceadjustmentorange' => { 478 => 'LuminanceAdjustmentOrange', 480 => 'LuminanceAdjustmentOrange' },
- 'luminanceadjustmentpurple' => { 478 => 'LuminanceAdjustmentPurple', 480 => 'LuminanceAdjustmentPurple' },
- 'luminanceadjustmentred' => { 478 => 'LuminanceAdjustmentRed', 480 => 'LuminanceAdjustmentRed' },
- 'luminanceadjustmentyellow' => { 478 => 'LuminanceAdjustmentYellow', 480 => 'LuminanceAdjustmentYellow' },
+ 'luminanceadjustmentaqua' => { 480 => 'LuminanceAdjustmentAqua', 482 => 'LuminanceAdjustmentAqua' },
+ 'luminanceadjustmentblue' => { 480 => 'LuminanceAdjustmentBlue', 482 => 'LuminanceAdjustmentBlue' },
+ 'luminanceadjustmentgreen' => { 480 => 'LuminanceAdjustmentGreen', 482 => 'LuminanceAdjustmentGreen' },
+ 'luminanceadjustmentmagenta' => { 480 => 'LuminanceAdjustmentMagenta', 482 => 'LuminanceAdjustmentMagenta' },
+ 'luminanceadjustmentorange' => { 480 => 'LuminanceAdjustmentOrange', 482 => 'LuminanceAdjustmentOrange' },
+ 'luminanceadjustmentpurple' => { 480 => 'LuminanceAdjustmentPurple', 482 => 'LuminanceAdjustmentPurple' },
+ 'luminanceadjustmentred' => { 480 => 'LuminanceAdjustmentRed', 482 => 'LuminanceAdjustmentRed' },
+ 'luminanceadjustmentyellow' => { 480 => 'LuminanceAdjustmentYellow', 482 => 'LuminanceAdjustmentYellow' },
'luminancecurvelimits' => { 108 => 0x150 },
'luminancecurvepoints' => { 108 => 0x126 },
- 'luminancenoisereduction' => { 103 => 0x20600, 109 => 0x5f, 397 => 0x1b },
- 'luminancenoisereductioncontrast' => { 478 => 'LuminanceNoiseReductionContrast', 480 => 'LuminanceNoiseReductionContrast' },
- 'luminancenoisereductiondetail' => { 478 => 'LuminanceNoiseReductionDetail', 480 => 'LuminanceNoiseReductionDetail' },
+ 'luminancenoisereduction' => { 103 => 0x20600, 109 => 0x5f, 399 => 0x1b },
+ 'luminancenoisereductioncontrast' => { 480 => 'LuminanceNoiseReductionContrast', 482 => 'LuminanceNoiseReductionContrast' },
+ 'luminancenoisereductiondetail' => { 480 => 'LuminanceNoiseReductionDetail', 482 => 'LuminanceNoiseReductionDetail' },
'luminancenr_tiff_jpeg' => { 109 => 0x6d },
- 'luminancesmoothing' => { 478 => 'LuminanceSmoothing', 480 => 'LuminanceSmoothing' },
+ 'luminancesmoothing' => { 480 => 'LuminanceSmoothing', 482 => 'LuminanceSmoothing' },
'lvshootingareadisplay' => { 84 => [0x40b,0x40c] },
- 'lyrics' => { 372 => "\xa9lyr", 380 => "\xa9lyr", 504 => 'lyrics' },
- 'lyricsuri' => { 380 => 'lrcu' },
- 'm16cversion' => { 315 => 0x333 },
- 'macatom' => { 479 => 'macAtom' },
- 'macatomapplicationcode' => { 479 => [\'macAtom','macAtomApplicationCode'] },
- 'macatominvocationappleevent' => { 479 => [\'macAtom','macAtomInvocationAppleEvent'] },
- 'macatomposixprojectpath' => { 479 => [\'macAtom','macAtomPosixProjectPath'] },
+ 'lyrics' => { 374 => "\xa9lyr", 382 => "\xa9lyr", 506 => 'lyrics' },
+ 'lyricsuri' => { 382 => 'lrcu' },
+ 'm16cversion' => { 317 => 0x333 },
+ 'macatom' => { 481 => 'macAtom' },
+ 'macatomapplicationcode' => { 481 => [\'macAtom','macAtomApplicationCode'] },
+ 'macatominvocationappleevent' => { 481 => [\'macAtom','macAtomInvocationAppleEvent'] },
+ 'macatomposixprojectpath' => { 481 => [\'macAtom','macAtomPosixProjectPath'] },
'machineobservation' => { 118 => 'MachineObservation' },
'machineobservationday' => { 118 => [\'MachineObservation','MachineObservationDay'] },
'machineobservationearliestdate' => { 118 => [\'MachineObservation','MachineObservationEarliestDate'] },
@@ -4049,19 +4050,19 @@ my %tagLookup = (
'machineobservationstartdayofyear' => { 118 => [\'MachineObservation','MachineObservationStartDayOfYear'] },
'machineobservationverbatimeventdate' => { 118 => [\'MachineObservation','MachineObservationVerbatimEventDate'] },
'machineobservationyear' => { 118 => [\'MachineObservation','MachineObservationYear'] },
- 'macro' => { 127 => 0x1020, 129 => 0x202, 151 => 0x2b, 302 => 0x202, 386 => 0x21, 396 => 0x202, 420 => 0xb040 },
- 'macroled' => { 300 => 0x120a },
+ 'macro' => { 127 => 0x1020, 129 => 0x202, 151 => 0x2b, 304 => 0x202, 388 => 0x21, 398 => 0x202, 422 => 0xb040 },
+ 'macroled' => { 302 => 0x120a },
'macromagnification' => { 7 => 0x1b, 11 => 0x1b, 14 => 0x1b, 15 => 0x1b, 19 => 0x1b, 20 => 0x1b, 57 => 0x10 },
- 'macromode' => { 34 => 0x1, 181 => 0xb, 297 => 0x300, 320 => 0x1c, 387 => 0x1009 },
+ 'macromode' => { 34 => 0x1, 181 => 0xb, 299 => 0x300, 322 => 0x1c, 389 => 0x1009 },
'magentahsl' => { 103 => 0x20917 },
- 'magicfilter' => { 297 => 0x52c },
+ 'magicfilter' => { 299 => 0x52c },
'magnifiedview' => { 86 => 0x11, 88 => 0x9 },
'mainboardversion' => { 138 => 0x438 },
- 'maindialexposurecomp' => { 290 => '0.6' },
- 'mainingredient' => { 496 => 'mainIngredient' },
- 'majorversion' => { 469 => 'MajorVersion' },
- 'make' => { 98 => 0x0, 115 => 0x1, 119 => 0x10f, 156 => 'Make', 310 => 'Make', 325 => 0x10f, 374 => 'make', 380 => ['@mak',"\xa9mak"], 493 => 'make', 500 => 'Make' },
- 'makernote' => { 484 => 'MakerNote' },
+ 'maindialexposurecomp' => { 292 => '0.6' },
+ 'mainingredient' => { 498 => 'mainIngredient' },
+ 'majorversion' => { 471 => 'MajorVersion' },
+ 'make' => { 98 => 0x0, 115 => 0x1, 119 => 0x10f, 156 => 'Make', 312 => 'Make', 327 => 0x10f, 376 => 'make', 382 => ['@mak',"\xa9mak"], 495 => 'make', 502 => 'Make' },
+ 'makernote' => { 486 => 'MakerNote' },
'makernoteapple' => { 117 => 'MakN', 119 => 0x927c },
'makernotecanon' => { 117 => 'MakN', 119 => 0x927c },
'makernotecasio' => { 117 => 'MakN', 119 => 0x927c },
@@ -4116,7 +4117,7 @@ my %tagLookup = (
'makernotenikon2' => { 117 => 'MakN', 119 => 0x927c },
'makernotenikon3' => { 117 => 'MakN', 119 => 0x927c },
'makernotenintendo' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteoffset' => { 396 => 0xff },
+ 'makernoteoffset' => { 398 => 0xff },
'makernoteolympus' => { 117 => 'MakN', 119 => 0x927c },
'makernoteolympus2' => { 117 => 'MakN', 119 => 0x927c },
'makernoteolympus3' => { 117 => 'MakN', 119 => 0x927c },
@@ -4129,7 +4130,7 @@ my %tagLookup = (
'makernotepentax4' => { 117 => 'MakN', 119 => 0x927c },
'makernotepentax5' => { 117 => 'MakN', 119 => 0x927c },
'makernotepentax6' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotepentaxunknown' => { 380 => 'PXMN' },
+ 'makernotepentaxunknown' => { 382 => 'PXMN' },
'makernotephaseone' => { 117 => 'MakN', 119 => 0x927c },
'makernotereconyx' => { 117 => 'MakN', 119 => 0x927c },
'makernotereconyx2' => { 117 => 'MakN', 119 => 0x927c },
@@ -4153,292 +4154,292 @@ my %tagLookup = (
'makernotesony5' => { 117 => 'MakN', 119 => 0x927c },
'makernotesonyericsson' => { 117 => 'MakN', 119 => 0x927c },
'makernotesonysrf' => { 117 => 'MakN', 119 => 0x927c },
- 'makernotetype' => { 387 => 0x1 },
+ 'makernotetype' => { 389 => 0x1 },
'makernoteunknown' => { 117 => 'MakN', 119 => 0x927c },
'makernoteunknownbinary' => { 117 => 'MakN', 119 => 0x927c },
'makernoteunknowntext' => { 117 => 'MakN', 119 => 0x927c },
- 'makernoteversion' => { 186 => 0x0, 226 => 0x1, 302 => 0x0, 320 => 0x8000, 391 => 0x0, 394 => 0x1, 397 => [0x1d,0x1f], 410 => 0x2000 },
- 'makerurl' => { 380 => "\xa9mal" },
- 'managedfrom' => { 505 => 'ManagedFrom' },
- 'managedfromalternatepaths' => { 505 => [\'ManagedFrom','ManagedFromAlternatePaths'] },
- 'managedfromdocumentid' => { 505 => [\'ManagedFrom','ManagedFromDocumentID'] },
- 'managedfromfilepath' => { 505 => [\'ManagedFrom','ManagedFromFilePath'] },
- 'managedfromfrompart' => { 505 => [\'ManagedFrom','ManagedFromFromPart'] },
- 'managedfrominstanceid' => { 505 => [\'ManagedFrom','ManagedFromInstanceID'] },
- 'managedfromlastmodifydate' => { 505 => [\'ManagedFrom','ManagedFromLastModifyDate'] },
- 'managedfromlasturl' => { 505 => [\'ManagedFrom','ManagedFromLastURL'] },
- 'managedfromlinkcategory' => { 505 => [\'ManagedFrom','ManagedFromLinkCategory'] },
- 'managedfromlinkform' => { 505 => [\'ManagedFrom','ManagedFromLinkForm'] },
- 'managedfrommanager' => { 505 => [\'ManagedFrom','ManagedFromManager'] },
- 'managedfrommanagervariant' => { 505 => [\'ManagedFrom','ManagedFromManagerVariant'] },
- 'managedfrommanageto' => { 505 => [\'ManagedFrom','ManagedFromManageTo'] },
- 'managedfrommanageui' => { 505 => [\'ManagedFrom','ManagedFromManageUI'] },
- 'managedfrommaskmarkers' => { 505 => [\'ManagedFrom','ManagedFromMaskMarkers'] },
- 'managedfromoriginaldocumentid' => { 505 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] },
- 'managedfrompartmapping' => { 505 => [\'ManagedFrom','ManagedFromPartMapping'] },
- 'managedfromplacedresolutionunit' => { 505 => [\'ManagedFrom','ManagedFromPlacedResolutionUnit'] },
- 'managedfromplacedxresolution' => { 505 => [\'ManagedFrom','ManagedFromPlacedXResolution'] },
- 'managedfromplacedyresolution' => { 505 => [\'ManagedFrom','ManagedFromPlacedYResolution'] },
- 'managedfromrenditionclass' => { 505 => [\'ManagedFrom','ManagedFromRenditionClass'] },
- 'managedfromrenditionparams' => { 505 => [\'ManagedFrom','ManagedFromRenditionParams'] },
- 'managedfromtopart' => { 505 => [\'ManagedFrom','ManagedFromToPart'] },
- 'managedfromversionid' => { 505 => [\'ManagedFrom','ManagedFromVersionID'] },
- 'manager' => { 505 => 'Manager' },
- 'managervariant' => { 505 => 'ManagerVariant' },
- 'manageto' => { 505 => 'ManageTo' },
- 'manageui' => { 505 => 'ManageUI' },
- 'manifest' => { 505 => 'Manifest' },
- 'manifestlinkform' => { 505 => [\'Manifest','ManifestLinkForm'] },
- 'manifestplacedresolutionunit' => { 505 => [\'Manifest','ManifestPlacedResolutionUnit'] },
- 'manifestplacedxresolution' => { 505 => [\'Manifest','ManifestPlacedXResolution'] },
- 'manifestplacedyresolution' => { 505 => [\'Manifest','ManifestPlacedYResolution'] },
- 'manifestreference' => { 505 => [\'Manifest','ManifestReference'] },
- 'manifestreferencealternatepaths' => { 505 => [\'Manifest','ManifestReferenceAlternatePaths'] },
- 'manifestreferencedocumentid' => { 505 => [\'Manifest','ManifestReferenceDocumentID'] },
- 'manifestreferencefilepath' => { 505 => [\'Manifest','ManifestReferenceFilePath'] },
- 'manifestreferencefrompart' => { 505 => [\'Manifest','ManifestReferenceFromPart'] },
- 'manifestreferenceinstanceid' => { 505 => [\'Manifest','ManifestReferenceInstanceID'] },
- 'manifestreferencelastmodifydate' => { 505 => [\'Manifest','ManifestReferenceLastModifyDate'] },
- 'manifestreferencelasturl' => { 505 => [\'Manifest','ManifestReferenceLastURL'] },
- 'manifestreferencelinkcategory' => { 505 => [\'Manifest','ManifestReferenceLinkCategory'] },
- 'manifestreferencelinkform' => { 505 => [\'Manifest','ManifestReferenceLinkForm'] },
- 'manifestreferencemanager' => { 505 => [\'Manifest','ManifestReferenceManager'] },
- 'manifestreferencemanagervariant' => { 505 => [\'Manifest','ManifestReferenceManagerVariant'] },
- 'manifestreferencemanageto' => { 505 => [\'Manifest','ManifestReferenceManageTo'] },
- 'manifestreferencemanageui' => { 505 => [\'Manifest','ManifestReferenceManageUI'] },
- 'manifestreferencemaskmarkers' => { 505 => [\'Manifest','ManifestReferenceMaskMarkers'] },
- 'manifestreferenceoriginaldocumentid' => { 505 => [\'Manifest','ManifestReferenceOriginalDocumentID'] },
- 'manifestreferencepartmapping' => { 505 => [\'Manifest','ManifestReferencePartMapping'] },
- 'manifestreferenceplacedresolutionunit' => { 505 => [\'Manifest','ManifestReferencePlacedResolutionUnit'] },
- 'manifestreferenceplacedxresolution' => { 505 => [\'Manifest','ManifestReferencePlacedXResolution'] },
- 'manifestreferenceplacedyresolution' => { 505 => [\'Manifest','ManifestReferencePlacedYResolution'] },
- 'manifestreferencerenditionclass' => { 505 => [\'Manifest','ManifestReferenceRenditionClass'] },
- 'manifestreferencerenditionparams' => { 505 => [\'Manifest','ManifestReferenceRenditionParams'] },
- 'manifestreferencetopart' => { 505 => [\'Manifest','ManifestReferenceToPart'] },
- 'manifestreferenceversionid' => { 505 => [\'Manifest','ManifestReferenceVersionID'] },
- 'manometerpressure' => { 297 => 0x900, 320 => 0x86 },
- 'manometerreading' => { 297 => 0x901 },
+ 'makernoteversion' => { 186 => 0x0, 227 => 0x1, 304 => 0x0, 322 => 0x8000, 393 => 0x0, 396 => 0x1, 399 => [0x1d,0x1f], 412 => 0x2000 },
+ 'makerurl' => { 382 => "\xa9mal" },
+ 'managedfrom' => { 507 => 'ManagedFrom' },
+ 'managedfromalternatepaths' => { 507 => [\'ManagedFrom','ManagedFromAlternatePaths'] },
+ 'managedfromdocumentid' => { 507 => [\'ManagedFrom','ManagedFromDocumentID'] },
+ 'managedfromfilepath' => { 507 => [\'ManagedFrom','ManagedFromFilePath'] },
+ 'managedfromfrompart' => { 507 => [\'ManagedFrom','ManagedFromFromPart'] },
+ 'managedfrominstanceid' => { 507 => [\'ManagedFrom','ManagedFromInstanceID'] },
+ 'managedfromlastmodifydate' => { 507 => [\'ManagedFrom','ManagedFromLastModifyDate'] },
+ 'managedfromlasturl' => { 507 => [\'ManagedFrom','ManagedFromLastURL'] },
+ 'managedfromlinkcategory' => { 507 => [\'ManagedFrom','ManagedFromLinkCategory'] },
+ 'managedfromlinkform' => { 507 => [\'ManagedFrom','ManagedFromLinkForm'] },
+ 'managedfrommanager' => { 507 => [\'ManagedFrom','ManagedFromManager'] },
+ 'managedfrommanagervariant' => { 507 => [\'ManagedFrom','ManagedFromManagerVariant'] },
+ 'managedfrommanageto' => { 507 => [\'ManagedFrom','ManagedFromManageTo'] },
+ 'managedfrommanageui' => { 507 => [\'ManagedFrom','ManagedFromManageUI'] },
+ 'managedfrommaskmarkers' => { 507 => [\'ManagedFrom','ManagedFromMaskMarkers'] },
+ 'managedfromoriginaldocumentid' => { 507 => [\'ManagedFrom','ManagedFromOriginalDocumentID'] },
+ 'managedfrompartmapping' => { 507 => [\'ManagedFrom','ManagedFromPartMapping'] },
+ 'managedfromplacedresolutionunit' => { 507 => [\'ManagedFrom','ManagedFromPlacedResolutionUnit'] },
+ 'managedfromplacedxresolution' => { 507 => [\'ManagedFrom','ManagedFromPlacedXResolution'] },
+ 'managedfromplacedyresolution' => { 507 => [\'ManagedFrom','ManagedFromPlacedYResolution'] },
+ 'managedfromrenditionclass' => { 507 => [\'ManagedFrom','ManagedFromRenditionClass'] },
+ 'managedfromrenditionparams' => { 507 => [\'ManagedFrom','ManagedFromRenditionParams'] },
+ 'managedfromtopart' => { 507 => [\'ManagedFrom','ManagedFromToPart'] },
+ 'managedfromversionid' => { 507 => [\'ManagedFrom','ManagedFromVersionID'] },
+ 'manager' => { 507 => 'Manager' },
+ 'managervariant' => { 507 => 'ManagerVariant' },
+ 'manageto' => { 507 => 'ManageTo' },
+ 'manageui' => { 507 => 'ManageUI' },
+ 'manifest' => { 507 => 'Manifest' },
+ 'manifestlinkform' => { 507 => [\'Manifest','ManifestLinkForm'] },
+ 'manifestplacedresolutionunit' => { 507 => [\'Manifest','ManifestPlacedResolutionUnit'] },
+ 'manifestplacedxresolution' => { 507 => [\'Manifest','ManifestPlacedXResolution'] },
+ 'manifestplacedyresolution' => { 507 => [\'Manifest','ManifestPlacedYResolution'] },
+ 'manifestreference' => { 507 => [\'Manifest','ManifestReference'] },
+ 'manifestreferencealternatepaths' => { 507 => [\'Manifest','ManifestReferenceAlternatePaths'] },
+ 'manifestreferencedocumentid' => { 507 => [\'Manifest','ManifestReferenceDocumentID'] },
+ 'manifestreferencefilepath' => { 507 => [\'Manifest','ManifestReferenceFilePath'] },
+ 'manifestreferencefrompart' => { 507 => [\'Manifest','ManifestReferenceFromPart'] },
+ 'manifestreferenceinstanceid' => { 507 => [\'Manifest','ManifestReferenceInstanceID'] },
+ 'manifestreferencelastmodifydate' => { 507 => [\'Manifest','ManifestReferenceLastModifyDate'] },
+ 'manifestreferencelasturl' => { 507 => [\'Manifest','ManifestReferenceLastURL'] },
+ 'manifestreferencelinkcategory' => { 507 => [\'Manifest','ManifestReferenceLinkCategory'] },
+ 'manifestreferencelinkform' => { 507 => [\'Manifest','ManifestReferenceLinkForm'] },
+ 'manifestreferencemanager' => { 507 => [\'Manifest','ManifestReferenceManager'] },
+ 'manifestreferencemanagervariant' => { 507 => [\'Manifest','ManifestReferenceManagerVariant'] },
+ 'manifestreferencemanageto' => { 507 => [\'Manifest','ManifestReferenceManageTo'] },
+ 'manifestreferencemanageui' => { 507 => [\'Manifest','ManifestReferenceManageUI'] },
+ 'manifestreferencemaskmarkers' => { 507 => [\'Manifest','ManifestReferenceMaskMarkers'] },
+ 'manifestreferenceoriginaldocumentid' => { 507 => [\'Manifest','ManifestReferenceOriginalDocumentID'] },
+ 'manifestreferencepartmapping' => { 507 => [\'Manifest','ManifestReferencePartMapping'] },
+ 'manifestreferenceplacedresolutionunit' => { 507 => [\'Manifest','ManifestReferencePlacedResolutionUnit'] },
+ 'manifestreferenceplacedxresolution' => { 507 => [\'Manifest','ManifestReferencePlacedXResolution'] },
+ 'manifestreferenceplacedyresolution' => { 507 => [\'Manifest','ManifestReferencePlacedYResolution'] },
+ 'manifestreferencerenditionclass' => { 507 => [\'Manifest','ManifestReferenceRenditionClass'] },
+ 'manifestreferencerenditionparams' => { 507 => [\'Manifest','ManifestReferenceRenditionParams'] },
+ 'manifestreferencetopart' => { 507 => [\'Manifest','ManifestReferenceToPart'] },
+ 'manifestreferenceversionid' => { 507 => [\'Manifest','ManifestReferenceVersionID'] },
+ 'manometerpressure' => { 299 => 0x900, 322 => 0x86 },
+ 'manometerreading' => { 299 => 0x901 },
'manualafpointselectpattern' => { 84 => 0x513 },
'manualafpointselpattern' => { 2 => 0xf },
- 'manualflash' => { 300 => 0x1209 },
- 'manualflashoutput' => { 34 => 0x29, 281 => '8.2', 284 => '22.2', 285 => '23.1', 286 => '23.2', 288 => '16.2', 289 => '23.2', 290 => '8.2', 291 => '23.2', 294 => '24.2', 387 => 0x100c },
- 'manualflashstrength' => { 297 => 0x406 },
- 'manualfocusdistance' => { 226 => 0x85, 302 => 0x100c, 396 => 0x223 },
- 'manualfocuspointillumination' => { 295 => 0x17 },
- 'manualfocusringinafmode' => { 295 => 0x1a },
+ 'manualflash' => { 302 => 0x1209 },
+ 'manualflashoutput' => { 34 => 0x29, 283 => '8.2', 286 => '22.2', 287 => '23.1', 288 => '23.2', 290 => '16.2', 291 => '23.2', 292 => '8.2', 293 => '23.2', 296 => '24.2', 389 => 0x100c },
+ 'manualflashstrength' => { 299 => 0x406 },
+ 'manualfocusdistance' => { 227 => 0x85, 304 => 0x100c, 398 => 0x223 },
+ 'manualfocuspointillumination' => { 297 => 0x17 },
+ 'manualfocusringinafmode' => { 297 => 0x1a },
'manualtv' => { 83 => 0x5, 84 => 0x705 },
- 'manufacturedate' => { 191 => 0x6705, 335 => 0x1 },
- 'manufacturedate1' => { 389 => 0x4 },
- 'manufacturedate2' => { 389 => 0x5 },
- 'manufacturer' => { 463 => 'Manufacturer', 493 => 'manufacturer' },
+ 'manufacturedate' => { 191 => 0x6705, 337 => 0x1 },
+ 'manufacturedate1' => { 391 => 0x4 },
+ 'manufacturedate2' => { 391 => 0x5 },
+ 'manufacturer' => { 465 => 'Manufacturer', 495 => 'manufacturer' },
'mariahchromablursize' => { 138 => 0xf0d },
'mariahmaphithreshold' => { 138 => 0xf0c },
'mariahmaplothreshold' => { 138 => 0xf0b },
'mariahsigmathreshold' => { 138 => 0xf0e },
'mariahtexturethreshold' => { 138 => 0xf0a },
- 'marked' => { 491 => 'Marked', 508 => 'Marked' },
- 'markers' => { 504 => 'markers' },
- 'markerscomment' => { 504 => [\'markers','markersComment'] },
- 'markerscuepointparams' => { 504 => [\'markers','markersCuePointParams'] },
- 'markerscuepointparamskey' => { 504 => [\'markers','markersCuePointParamsKey'] },
- 'markerscuepointparamsvalue' => { 504 => [\'markers','markersCuePointParamsValue'] },
- 'markerscuepointtype' => { 504 => [\'markers','markersCuePointType'] },
- 'markersduration' => { 504 => [\'markers','markersDuration'] },
- 'markerslocation' => { 504 => [\'markers','markersLocation'] },
- 'markersname' => { 504 => [\'markers','markersName'] },
- 'markersprobability' => { 504 => [\'markers','markersProbability'] },
- 'markersspeaker' => { 504 => [\'markers','markersSpeaker'] },
- 'markersstarttime' => { 504 => [\'markers','markersStartTime'] },
- 'markerstarget' => { 504 => [\'markers','markersTarget'] },
- 'markerstype' => { 504 => [\'markers','markersType'] },
+ 'marked' => { 493 => 'Marked', 510 => 'Marked' },
+ 'markers' => { 506 => 'markers' },
+ 'markerscomment' => { 506 => [\'markers','markersComment'] },
+ 'markerscuepointparams' => { 506 => [\'markers','markersCuePointParams'] },
+ 'markerscuepointparamskey' => { 506 => [\'markers','markersCuePointParamsKey'] },
+ 'markerscuepointparamsvalue' => { 506 => [\'markers','markersCuePointParamsValue'] },
+ 'markerscuepointtype' => { 506 => [\'markers','markersCuePointType'] },
+ 'markersduration' => { 506 => [\'markers','markersDuration'] },
+ 'markerslocation' => { 506 => [\'markers','markersLocation'] },
+ 'markersname' => { 506 => [\'markers','markersName'] },
+ 'markersprobability' => { 506 => [\'markers','markersProbability'] },
+ 'markersspeaker' => { 506 => [\'markers','markersSpeaker'] },
+ 'markersstarttime' => { 506 => [\'markers','markersStartTime'] },
+ 'markerstarget' => { 506 => [\'markers','markersTarget'] },
+ 'markerstype' => { 506 => [\'markers','markersType'] },
'maskedareas' => { 119 => 0xc68e },
- 'maskgroupbasedcorractive' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'] },
- 'maskgroupbasedcorramount' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'] },
- 'maskgroupbasedcorrblacks2012' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'] },
- 'maskgroupbasedcorrbrightness' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'] },
- 'maskgroupbasedcorrclarity' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'] },
- 'maskgroupbasedcorrclarity2012' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'] },
- 'maskgroupbasedcorrcontrast' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'] },
- 'maskgroupbasedcorrcontrast2012' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'] },
- 'maskgroupbasedcorrcorrectionname' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'] },
- 'maskgroupbasedcorrcorrectionsyncid' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'] },
- 'maskgroupbasedcorrdefringe' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'] },
- 'maskgroupbasedcorrdehaze' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'] },
- 'maskgroupbasedcorrections' => { 478 => 'MaskGroupBasedCorrections', 480 => 'MaskGroupBasedCorrections' },
- 'maskgroupbasedcorrexposure' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'] },
- 'maskgroupbasedcorrexposure2012' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'] },
- 'maskgroupbasedcorrhighlights2012' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'] },
- 'maskgroupbasedcorrhue' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'] },
- 'maskgroupbasedcorrluminancenoise' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'] },
- 'maskgroupbasedcorrmask' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'] },
- 'maskgroupbasedcorrmaskalpha' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'] },
- 'maskgroupbasedcorrmaskangle' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'] },
- 'maskgroupbasedcorrmaskbottom' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'] },
- 'maskgroupbasedcorrmaskcentervalue' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'] },
- 'maskgroupbasedcorrmaskcenterweight' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'maskgroupbasedcorrmaskdabs' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'] },
- 'maskgroupbasedcorrmaskfeather' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'] },
- 'maskgroupbasedcorrmaskflipped' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'] },
- 'maskgroupbasedcorrmaskflow' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'] },
- 'maskgroupbasedcorrmaskfullx' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'] },
- 'maskgroupbasedcorrmaskfully' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'] },
- 'maskgroupbasedcorrmaskinputdigest' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'] },
- 'maskgroupbasedcorrmaskleft' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'] },
- 'maskgroupbasedcorrmaskmaskactive' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'] },
- 'maskgroupbasedcorrmaskmaskblendmode' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'maskgroupbasedcorrmaskmaskdigest' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'maskgroupbasedcorrmaskmaskinverted' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'maskgroupbasedcorrmaskmaskname' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'] },
- 'maskgroupbasedcorrmaskmasks' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'] },
- 'maskgroupbasedcorrmaskmasksalpha' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'maskgroupbasedcorrmaskmasksangle' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'maskgroupbasedcorrmaskmasksbottom' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'maskgroupbasedcorrmaskmaskscentervalue' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'maskgroupbasedcorrmaskmaskscenterweight' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'maskgroupbasedcorrmaskmasksdabs' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'maskgroupbasedcorrmaskmasksfeather' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'maskgroupbasedcorrmaskmasksflipped' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'maskgroupbasedcorrmaskmasksflow' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'maskgroupbasedcorrmaskmasksfullx' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'maskgroupbasedcorrmaskmasksfully' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'maskgroupbasedcorrmaskmasksinputdigest' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'maskgroupbasedcorrmaskmasksleft' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'maskgroupbasedcorrmaskmasksmaskactive' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'maskgroupbasedcorrmaskmasksmaskblendmode' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'maskgroupbasedcorrmaskmasksmaskdigest' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'maskgroupbasedcorrmaskmasksmaskinverted' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'maskgroupbasedcorrmaskmasksmaskname' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'maskgroupbasedcorrmaskmasksmasksubtype' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'maskgroupbasedcorrmaskmasksmasksyncid' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'maskgroupbasedcorrmaskmasksmaskversion' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'maskgroupbasedcorrmaskmasksmidpoint' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'maskgroupbasedcorrmaskmasksorigin' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'maskgroupbasedcorrmaskmasksperimetervalue' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'maskgroupbasedcorrmaskmasksradius' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'maskgroupbasedcorrmaskmasksreferencepoint' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'maskgroupbasedcorrmaskmasksright' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'] },
- 'maskgroupbasedcorrmaskmasksroundness' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'maskgroupbasedcorrmaskmaskssizex' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'maskgroupbasedcorrmaskmaskssizey' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'maskgroupbasedcorrmaskmaskstop' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'] },
- 'maskgroupbasedcorrmaskmasksubtype' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'maskgroupbasedcorrmaskmasksvalue' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'maskgroupbasedcorrmaskmasksversion' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'maskgroupbasedcorrmaskmaskswhat' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'maskgroupbasedcorrmaskmaskswholeimagearea' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'maskgroupbasedcorrmaskmasksx' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'] },
- 'maskgroupbasedcorrmaskmasksy' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'] },
- 'maskgroupbasedcorrmaskmasksyncid' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'maskgroupbasedcorrmaskmaskszerox' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'maskgroupbasedcorrmaskmaskszeroy' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'maskgroupbasedcorrmaskmaskversion' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'maskgroupbasedcorrmaskmidpoint' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'] },
- 'maskgroupbasedcorrmaskorigin' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'] },
- 'maskgroupbasedcorrmaskperimetervalue' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'maskgroupbasedcorrmaskradius' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'] },
- 'maskgroupbasedcorrmaskrange' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'maskgroupbasedcorrmaskrangeareamodels' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'maskgroupbasedcorrmaskrangeareamodelscolorsampleinfo' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'maskgroupbasedcorrmaskrangeareamodelscomponents' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'maskgroupbasedcorrmaskrangecoloramount' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'maskgroupbasedcorrmaskrangedepthfeather' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'maskgroupbasedcorrmaskrangedepthmax' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'maskgroupbasedcorrmaskrangedepthmin' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'maskgroupbasedcorrmaskrangeinvert' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'maskgroupbasedcorrmaskrangelumfeather' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'maskgroupbasedcorrmaskrangeluminancedepthsampleinfo' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'maskgroupbasedcorrmaskrangelummax' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'maskgroupbasedcorrmaskrangelummin' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'maskgroupbasedcorrmaskrangelumrange' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'maskgroupbasedcorrmaskrangesampletype' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'maskgroupbasedcorrmaskrangetype' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'maskgroupbasedcorrmaskrangeversion' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'maskgroupbasedcorrmaskreferencepoint' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'maskgroupbasedcorrmaskright' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'] },
- 'maskgroupbasedcorrmaskroundness' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'] },
- 'maskgroupbasedcorrmasksizex' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'] },
- 'maskgroupbasedcorrmasksizey' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'] },
- 'maskgroupbasedcorrmasktop' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'] },
- 'maskgroupbasedcorrmaskvalue' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'] },
- 'maskgroupbasedcorrmaskversion' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'] },
- 'maskgroupbasedcorrmaskwhat' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'] },
- 'maskgroupbasedcorrmaskwholeimagearea' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'maskgroupbasedcorrmaskx' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'] },
- 'maskgroupbasedcorrmasky' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'] },
- 'maskgroupbasedcorrmaskzerox' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'] },
- 'maskgroupbasedcorrmaskzeroy' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'] },
- 'maskgroupbasedcorrmoire' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'] },
- 'maskgroupbasedcorrrangemask' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'] },
- 'maskgroupbasedcorrrangemaskareamodels' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'maskgroupbasedcorrrangemaskareamodelscolorsampleinfo' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'maskgroupbasedcorrrangemaskareamodelscomponents' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'maskgroupbasedcorrrangemaskcoloramount' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'maskgroupbasedcorrrangemaskdepthfeather' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'maskgroupbasedcorrrangemaskdepthmax' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'maskgroupbasedcorrrangemaskdepthmin' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'maskgroupbasedcorrrangemaskinvert' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'maskgroupbasedcorrrangemasklumfeather' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'maskgroupbasedcorrrangemaskluminancedepthsampleinfo' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'maskgroupbasedcorrrangemasklummax' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'maskgroupbasedcorrrangemasklummin' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'maskgroupbasedcorrrangemasklumrange' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'maskgroupbasedcorrrangemasksampletype' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'maskgroupbasedcorrrangemasktype' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'] },
- 'maskgroupbasedcorrrangemaskversion' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'maskgroupbasedcorrsaturation' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'] },
- 'maskgroupbasedcorrshadows2012' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'] },
- 'maskgroupbasedcorrsharpness' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'] },
- 'maskgroupbasedcorrtemperature' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'] },
- 'maskgroupbasedcorrtexture' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'] },
- 'maskgroupbasedcorrtint' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'] },
- 'maskgroupbasedcorrtoninghue' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'] },
- 'maskgroupbasedcorrtoningsaturation' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'] },
- 'maskgroupbasedcorrwhat' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'] },
- 'maskgroupbasedcorrwhites2012' => { 478 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'], 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'] },
+ 'maskgroupbasedcorractive' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionActive'] },
+ 'maskgroupbasedcorramount' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionAmount'] },
+ 'maskgroupbasedcorrblacks2012' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBlacks2012'] },
+ 'maskgroupbasedcorrbrightness' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalBrightness'] },
+ 'maskgroupbasedcorrclarity' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity'] },
+ 'maskgroupbasedcorrclarity2012' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalClarity2012'] },
+ 'maskgroupbasedcorrcontrast' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast'] },
+ 'maskgroupbasedcorrcontrast2012' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalContrast2012'] },
+ 'maskgroupbasedcorrcorrectionname' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionName'] },
+ 'maskgroupbasedcorrcorrectionsyncid' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionSyncID'] },
+ 'maskgroupbasedcorrdefringe' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDefringe'] },
+ 'maskgroupbasedcorrdehaze' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalDehaze'] },
+ 'maskgroupbasedcorrections' => { 480 => 'MaskGroupBasedCorrections', 482 => 'MaskGroupBasedCorrections' },
+ 'maskgroupbasedcorrexposure' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure'] },
+ 'maskgroupbasedcorrexposure2012' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalExposure2012'] },
+ 'maskgroupbasedcorrhighlights2012' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHighlights2012'] },
+ 'maskgroupbasedcorrhue' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalHue'] },
+ 'maskgroupbasedcorrluminancenoise' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalLuminanceNoise'] },
+ 'maskgroupbasedcorrmask' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasks'] },
+ 'maskgroupbasedcorrmaskalpha' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAlpha'] },
+ 'maskgroupbasedcorrmaskangle' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksAngle'] },
+ 'maskgroupbasedcorrmaskbottom' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksBottom'] },
+ 'maskgroupbasedcorrmaskcentervalue' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'maskgroupbasedcorrmaskcenterweight' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'maskgroupbasedcorrmaskdabs' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksDabs'] },
+ 'maskgroupbasedcorrmaskfeather' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFeather'] },
+ 'maskgroupbasedcorrmaskflipped' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlipped'] },
+ 'maskgroupbasedcorrmaskflow' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFlow'] },
+ 'maskgroupbasedcorrmaskfullx' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullX'] },
+ 'maskgroupbasedcorrmaskfully' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksFullY'] },
+ 'maskgroupbasedcorrmaskinputdigest' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'maskgroupbasedcorrmaskleft' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksLeft'] },
+ 'maskgroupbasedcorrmaskmaskactive' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'maskgroupbasedcorrmaskmaskblendmode' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'maskgroupbasedcorrmaskmaskdigest' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'maskgroupbasedcorrmaskmaskinverted' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'maskgroupbasedcorrmaskmaskname' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskName'] },
+ 'maskgroupbasedcorrmaskmasks' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasks'] },
+ 'maskgroupbasedcorrmaskmasksalpha' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'maskgroupbasedcorrmaskmasksangle' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'maskgroupbasedcorrmaskmasksbottom' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'maskgroupbasedcorrmaskmaskscentervalue' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'maskgroupbasedcorrmaskmaskscenterweight' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'maskgroupbasedcorrmaskmasksdabs' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'maskgroupbasedcorrmaskmasksfeather' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'maskgroupbasedcorrmaskmasksflipped' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'maskgroupbasedcorrmaskmasksflow' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'maskgroupbasedcorrmaskmasksfullx' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'maskgroupbasedcorrmaskmasksfully' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'maskgroupbasedcorrmaskmasksinputdigest' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'maskgroupbasedcorrmaskmasksleft' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'maskgroupbasedcorrmaskmasksmaskactive' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'maskgroupbasedcorrmaskmasksmaskblendmode' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'maskgroupbasedcorrmaskmasksmaskdigest' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'maskgroupbasedcorrmaskmasksmaskinverted' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'maskgroupbasedcorrmaskmasksmaskname' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'maskgroupbasedcorrmaskmasksmasksubtype' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'maskgroupbasedcorrmaskmasksmasksyncid' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'maskgroupbasedcorrmaskmasksmaskversion' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'maskgroupbasedcorrmaskmasksmidpoint' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'maskgroupbasedcorrmaskmasksorigin' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'maskgroupbasedcorrmaskmasksperimetervalue' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'maskgroupbasedcorrmaskmasksradius' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'maskgroupbasedcorrmaskmasksreferencepoint' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'maskgroupbasedcorrmaskmasksright' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'maskgroupbasedcorrmaskmasksroundness' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'maskgroupbasedcorrmaskmaskssizex' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'maskgroupbasedcorrmaskmaskssizey' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'maskgroupbasedcorrmaskmaskstop' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'maskgroupbasedcorrmaskmasksubtype' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'maskgroupbasedcorrmaskmasksvalue' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'maskgroupbasedcorrmaskmasksversion' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'maskgroupbasedcorrmaskmaskswhat' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'maskgroupbasedcorrmaskmaskswholeimagearea' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'maskgroupbasedcorrmaskmasksx' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksX'] },
+ 'maskgroupbasedcorrmaskmasksy' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksY'] },
+ 'maskgroupbasedcorrmaskmasksyncid' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'maskgroupbasedcorrmaskmaskszerox' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'maskgroupbasedcorrmaskmaskszeroy' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'maskgroupbasedcorrmaskmaskversion' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'maskgroupbasedcorrmaskmidpoint' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'maskgroupbasedcorrmaskorigin' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksOrigin'] },
+ 'maskgroupbasedcorrmaskperimetervalue' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'maskgroupbasedcorrmaskradius' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRadius'] },
+ 'maskgroupbasedcorrmaskrange' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'maskgroupbasedcorrmaskrangeareamodels' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'maskgroupbasedcorrmaskrangeareamodelscolorsampleinfo' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'maskgroupbasedcorrmaskrangeareamodelscomponents' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'maskgroupbasedcorrmaskrangecoloramount' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'maskgroupbasedcorrmaskrangedepthfeather' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'maskgroupbasedcorrmaskrangedepthmax' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'maskgroupbasedcorrmaskrangedepthmin' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'maskgroupbasedcorrmaskrangeinvert' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'maskgroupbasedcorrmaskrangelumfeather' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'maskgroupbasedcorrmaskrangeluminancedepthsampleinfo' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'maskgroupbasedcorrmaskrangelummax' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'maskgroupbasedcorrmaskrangelummin' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'maskgroupbasedcorrmaskrangelumrange' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'maskgroupbasedcorrmaskrangesampletype' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'maskgroupbasedcorrmaskrangetype' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'maskgroupbasedcorrmaskrangeversion' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'maskgroupbasedcorrmaskreferencepoint' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'maskgroupbasedcorrmaskright' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRight'] },
+ 'maskgroupbasedcorrmaskroundness' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksRoundness'] },
+ 'maskgroupbasedcorrmasksizex' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeX'] },
+ 'maskgroupbasedcorrmasksizey' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksSizeY'] },
+ 'maskgroupbasedcorrmasktop' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksTop'] },
+ 'maskgroupbasedcorrmaskvalue' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'maskgroupbasedcorrmaskversion' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksVersion'] },
+ 'maskgroupbasedcorrmaskwhat' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWhat'] },
+ 'maskgroupbasedcorrmaskwholeimagearea' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'maskgroupbasedcorrmaskx' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksX'] },
+ 'maskgroupbasedcorrmasky' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksY'] },
+ 'maskgroupbasedcorrmaskzerox' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroX'] },
+ 'maskgroupbasedcorrmaskzeroy' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionMasksZeroY'] },
+ 'maskgroupbasedcorrmoire' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalMoire'] },
+ 'maskgroupbasedcorrrangemask' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMask'] },
+ 'maskgroupbasedcorrrangemaskareamodels' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'maskgroupbasedcorrrangemaskareamodelscolorsampleinfo' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'maskgroupbasedcorrrangemaskareamodelscomponents' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'maskgroupbasedcorrrangemaskcoloramount' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'maskgroupbasedcorrrangemaskdepthfeather' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'maskgroupbasedcorrrangemaskdepthmax' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'maskgroupbasedcorrrangemaskdepthmin' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'maskgroupbasedcorrrangemaskinvert' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'maskgroupbasedcorrrangemasklumfeather' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'maskgroupbasedcorrrangemaskluminancedepthsampleinfo' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'maskgroupbasedcorrrangemasklummax' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'maskgroupbasedcorrrangemasklummin' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'maskgroupbasedcorrrangemasklumrange' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'maskgroupbasedcorrrangemasksampletype' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'maskgroupbasedcorrrangemasktype' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskType'] },
+ 'maskgroupbasedcorrrangemaskversion' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'maskgroupbasedcorrsaturation' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSaturation'] },
+ 'maskgroupbasedcorrshadows2012' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalShadows2012'] },
+ 'maskgroupbasedcorrsharpness' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalSharpness'] },
+ 'maskgroupbasedcorrtemperature' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTemperature'] },
+ 'maskgroupbasedcorrtexture' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTexture'] },
+ 'maskgroupbasedcorrtint' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalTint'] },
+ 'maskgroupbasedcorrtoninghue' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningHue'] },
+ 'maskgroupbasedcorrtoningsaturation' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalToningSaturation'] },
+ 'maskgroupbasedcorrwhat' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsWhat'] },
+ 'maskgroupbasedcorrwhites2012' => { 480 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'], 482 => [\'MaskGroupBasedCorrections','MaskGroupBasedCorrectionsLocalWhites2012'] },
'masterdocumentid' => { 131 => 0xb9 },
- 'mastergain' => { 237 => 0x50 },
+ 'mastergain' => { 239 => 0x50 },
'materialsample' => { 118 => 'MaterialSample' },
'materialsampleid' => { 118 => [\'MaterialSample','MaterialSampleMaterialSampleID'] },
- 'matrixmetering' => { 280 => '50.1', 282 => '48.1', 283 => '48.1', 292 => '48.1', 293 => '48.1', 295 => 0x233 },
+ 'matrixmetering' => { 282 => '50.1', 284 => '48.1', 285 => '48.1', 294 => '48.1', 295 => '48.1', 297 => 0x233 },
'matrixselectk' => { 138 => 0x91b },
'matrixselectthreshold' => { 138 => 0x91a },
'matrixselectthreshold1' => { 138 => 0x91e },
'matrixselectthreshold2' => { 138 => 0x91f },
- 'matrixstructure' => { 379 => 0xa },
- 'maxaperture' => { 34 => 0x1a, 138 => 0x3f9, 144 => 0x6103, 163 => 'MaxAperture', 181 => 0x17, 187 => 0x49c5, 224 => 0x36, 298 => 0x20a, 346 => '14.1' },
- 'maxapertureatmaxfocal' => { 127 => 0x1407, 163 => 'MaxApertureAtMaxFocal', 218 => 0xb, 219 => 0x10, 220 => 0x11, 224 => 0x12, 298 => 0x206 },
- 'maxapertureatminfocal' => { 127 => 0x1406, 218 => 0xa, 219 => 0xf, 220 => 0x10, 224 => 0x11, 298 => 0x205 },
- 'maxaperturevalue' => { 119 => 0x9205, 364 => 0x414, 484 => 'MaxApertureValue' },
- 'maxavailheight' => { 490 => 'MaxAvailHeight' },
- 'maxavailwidth' => { 490 => 'MaxAvailWidth' },
- 'maxcontinuousrelease' => { 279 => 0xb, 280 => 0xc, 282 => '12.1', 283 => '12.1', 288 => 0xc, 289 => 0xb, 292 => '12.1', 293 => '12.1', 295 => 0x3d },
- 'maxfaces' => { 301 => 0x1202 },
- 'maxfocallength' => { 7 => 0xe6, 8 => 0x10, 9 => 0x1ab, 10 => 0x13, 11 => 0x115, 12 => 0x13, 13 => 0x153, 14 => 0xda, 16 => 0xfa, 17 => 0xee, 18 => 0x103, 19 => 0x95, 20 => 0xea, 21 => 0x157, 22 => 0xee, 23 => 0xec, 24 => 0x12b, 25 => 0x165, 26 => 0x16a, 27 => 0x188, 28 => 0x116, 29 => 0x18d, 34 => 0x17, 127 => 0x1405, 163 => 'MaxFocalLength', 218 => 0x9, 219 => 0xe, 220 => 0xf, 224 => 0x10, 298 => 0x208, 433 => 0x127c, 434 => 0x1138, 435 => 0x330, 436 => 0x330, 437 => 0x30e },
+ 'matrixstructure' => { 381 => 0xa },
+ 'maxaperture' => { 34 => 0x1a, 138 => 0x3f9, 144 => 0x6103, 163 => 'MaxAperture', 181 => 0x17, 187 => 0x49c5, 225 => 0x36, 300 => 0x20a, 348 => '14.1' },
+ 'maxapertureatmaxfocal' => { 127 => 0x1407, 163 => 'MaxApertureAtMaxFocal', 219 => 0xb, 220 => 0x10, 221 => 0x11, 225 => 0x12, 300 => 0x206 },
+ 'maxapertureatminfocal' => { 127 => 0x1406, 219 => 0xa, 220 => 0xf, 221 => 0x10, 225 => 0x11, 300 => 0x205 },
+ 'maxaperturevalue' => { 119 => 0x9205, 366 => 0x414, 486 => 'MaxApertureValue' },
+ 'maxavailheight' => { 492 => 'MaxAvailHeight' },
+ 'maxavailwidth' => { 492 => 'MaxAvailWidth' },
+ 'maxcontinuousrelease' => { 281 => 0xb, 282 => 0xc, 284 => '12.1', 285 => '12.1', 290 => 0xc, 291 => 0xb, 294 => '12.1', 295 => '12.1', 297 => 0x3d },
+ 'maxfaces' => { 303 => 0x1202 },
+ 'maxfocallength' => { 7 => 0xe6, 8 => 0x10, 9 => 0x1ab, 10 => 0x13, 11 => 0x115, 12 => 0x13, 13 => 0x153, 14 => 0xda, 16 => 0xfa, 17 => 0xee, 18 => 0x103, 19 => 0x95, 20 => 0xea, 21 => 0x157, 22 => 0xee, 23 => 0xec, 24 => 0x12b, 25 => 0x165, 26 => 0x16a, 27 => 0x188, 28 => 0x116, 29 => 0x18d, 34 => 0x17, 127 => 0x1405, 163 => 'MaxFocalLength', 219 => 0x9, 220 => 0xe, 221 => 0xf, 225 => 0x10, 300 => 0x208, 435 => 0x127c, 436 => 0x1138, 437 => 0x330, 438 => 0x330, 439 => 0x30e },
'maximumdensityrange' => { 133 => 0x8c },
- 'maxpagesize' => { 509 => 'MaxPageSize' },
- 'maxpagesizeh' => { 509 => [\'MaxPageSize','MaxPageSizeH'] },
- 'maxpagesizeunit' => { 509 => [\'MaxPageSize','MaxPageSizeUnit'] },
- 'maxpagesizew' => { 509 => [\'MaxPageSize','MaxPageSizeW'] },
+ 'maxpagesize' => { 511 => 'MaxPageSize' },
+ 'maxpagesizeh' => { 511 => [\'MaxPageSize','MaxPageSizeH'] },
+ 'maxpagesizeunit' => { 511 => [\'MaxPageSize','MaxPageSizeUnit'] },
+ 'maxpagesizew' => { 511 => [\'MaxPageSize','MaxPageSizeW'] },
'maxpixelvaluethreshold' => { 138 => 0xc7d },
'maxsamplevalue' => { 119 => 0x119 },
- 'maxstorage' => { 499 => 'maxstorage' },
- 'mb-d10batteries' => { 279 => '12.6' },
- 'mb-d10batterytype' => { 288 => '13.3' },
- 'mb-d11batterytype' => { 289 => '2.3' },
- 'mb-d12batterytype' => { 292 => '3.2' },
- 'mb-d80batteries' => { 290 => '6.5' },
- 'mb-d80batterytype' => { 294 => '3.2' },
- 'mcuversion' => { 218 => 0xc, 219 => 0x11, 220 => 0x12, 224 => 0x13 },
+ 'maxstorage' => { 501 => 'maxstorage' },
+ 'mb-d10batteries' => { 281 => '12.6' },
+ 'mb-d10batterytype' => { 290 => '13.3' },
+ 'mb-d11batterytype' => { 291 => '2.3' },
+ 'mb-d12batterytype' => { 294 => '3.2' },
+ 'mb-d80batteries' => { 292 => '6.5' },
+ 'mb-d80batterytype' => { 296 => '3.2' },
+ 'mcuversion' => { 219 => 0xc, 220 => 0x11, 221 => 0x12, 225 => 0x13 },
'md5digest' => { 164 => 'zmd5' },
'mditemfindercomment' => { 173 => 'MDItemFinderComment' },
'mditemfscreationdate' => { 173 => 'MDItemFSCreationDate' },
'mditemfslabel' => { 173 => 'MDItemFSLabel' },
'mditemusertags' => { 173 => 'MDItemUserTags' },
- 'meal' => { 496 => 'meal' },
+ 'meal' => { 498 => 'meal' },
'measuredev' => { 28 => 0x9, 77 => 0x3, 97 => 0x1814, 156 => 'MeasuredEV' },
'measuredev2' => { 13 => 0x8, 28 => 0x8, 77 => 0x17 },
'measuredev3' => { 13 => 0x9 },
- 'measuredlv' => { 187 => 0x690, 315 => 0x312, 318 => 0x312, 319 => 0x312, 322 => 0x3407 },
+ 'measuredlv' => { 187 => 0x690, 317 => 0x312, 320 => 0x312, 321 => 0x312, 324 => 0x3407 },
'measuredrggb' => { 65 => 0x1 },
'measuredrggbdata' => { 44 => 0x287 },
'measurementaccuracy' => { 118 => [\'MeasurementOrFact','MeasurementOrFactMeasurementAccuracy'] },
@@ -4451,104 +4452,104 @@ my %tagLookup = (
'measurementtype' => { 118 => [\'MeasurementOrFact','MeasurementOrFactMeasurementType'] },
'measurementunit' => { 118 => [\'MeasurementOrFact','MeasurementOrFactMeasurementUnit'] },
'measurementvalue' => { 118 => [\'MeasurementOrFact','MeasurementOrFactMeasurementValue'] },
- 'measuretype' => { 463 => 'MeasureType' },
- 'mechanicalshuttercount' => { 226 => 0x37 },
+ 'measuretype' => { 465 => 'MeasureType' },
+ 'mechanicalshuttercount' => { 227 => 0x37 },
'mediaclassprimaryid' => { 179 => 'WM/MediaClassPrimaryID' },
'mediaclasssecondaryid' => { 179 => 'WM/MediaClassSecondaryID' },
- 'mediaconstraints' => { 307 => 'MediaConstraints' },
- 'mediacreatedate' => { 376 => 0x1 },
- 'mediaeventiddate' => { 468 => 'MediaEventIdDate' },
+ 'mediaconstraints' => { 309 => 'MediaConstraints' },
+ 'mediacreatedate' => { 378 => 0x1 },
+ 'mediaeventiddate' => { 470 => 'MediaEventIdDate' },
'mediagroupuuid' => { 1 => 0x11 },
- 'mediamodifydate' => { 376 => 0x2 },
- 'mediasummarycode' => { 307 => 'MediaSummaryCode' },
- 'mediatype' => { 372 => 'stik' },
+ 'mediamodifydate' => { 378 => 0x2 },
+ 'mediasummarycode' => { 309 => 'MediaSummaryCode' },
+ 'mediatype' => { 374 => 'stik' },
'memoaudioquality' => { 84 => 0x812 },
- 'memorycardconfiguration' => { 413 => 0x16 },
+ 'memorycardconfiguration' => { 415 => 0x16 },
'memorycardnumber' => { 208 => 0x2 },
'menubuttondisplayposition' => { 82 => 0xb, 85 => 0xa, 86 => 0xb, 89 => 0xb },
'menubuttonreturn' => { 90 => 0xb },
- 'menumonitorofftime' => { 279 => '26.1', 280 => '22.1', 282 => '22.1', 283 => '22.1', 287 => '21.1', 288 => '8.2', 289 => '21.1', 292 => '22.1', 293 => '22.1', 294 => '22.1', 295 => 0x35 },
- 'menusettingsz7iioffset' => { 260 => 0xceb6 },
- 'metadataauthority' => { 490 => 'metadataAuthority' },
- 'metadataauthorityidentifier' => { 490 => [\'metadataAuthority','metadataAuthorityIdentifier'] },
- 'metadataauthorityname' => { 490 => [\'metadataAuthority','metadataAuthorityName'] },
- 'metadatadate' => { 502 => 'MetadataDate' },
- 'metadatalastedited' => { 490 => 'metadataLastEdited' },
- 'metadatalasteditor' => { 490 => 'metadataLastEditor' },
- 'metadatalasteditoridentifier' => { 490 => [\'metadataLastEditor','metadataLastEditorIdentifier'] },
- 'metadatalasteditorname' => { 490 => [\'metadataLastEditor','metadataLastEditorName'] },
- 'metadatamoddate' => { 504 => 'metadataModDate' },
- 'metaversion' => { 428 => 0x34 },
- 'meterinfo1row1' => { 421 => 0x0, 422 => 0x0 },
- 'meterinfo1row2' => { 421 => 0x6c, 422 => 0x5a },
- 'meterinfo1row3' => { 421 => 0xd8, 422 => 0xb4 },
- 'meterinfo1row4' => { 421 => 0x144, 422 => 0x10e },
- 'meterinfo1row5' => { 421 => 0x1b0, 422 => 0x168 },
- 'meterinfo1row6' => { 421 => 0x21c, 422 => 0x1c2 },
- 'meterinfo1row7' => { 421 => 0x288, 422 => 0x21c },
- 'meterinfo2row1' => { 421 => 0x2f4, 422 => 0x276 },
- 'meterinfo2row2' => { 421 => 0x378, 422 => 0x2e4 },
- 'meterinfo2row3' => { 421 => 0x3fc, 422 => 0x352 },
- 'meterinfo2row4' => { 421 => 0x480, 422 => 0x3c0 },
- 'meterinfo2row5' => { 421 => 0x504, 422 => 0x42e },
- 'meterinfo2row6' => { 421 => 0x588, 422 => 0x49c },
- 'meterinfo2row7' => { 421 => 0x60c, 422 => 0x50a },
- 'meterinfo2row8' => { 421 => 0x690, 422 => 0x578 },
- 'meterinfo2row9' => { 421 => 0x714, 422 => 0x5e6 },
- 'metering' => { 281 => '6.1' },
- 'meteringmode' => { 34 => 0x11, 119 => 0x9207, 140 => 0x1c, 181 => 0x7, 182 => 0x25, 184 => 0x12, 297 => 0x202, 355 => 0x17, 397 => 0x9, 407 => 0x15, 408 => 0x13, 409 => 0x7, 425 => 0x3, 429 => 0x1174, 430 => 0x1178, 431 => 0x1154, 432 => 0x11d0, 433 => 0x11ac, 434 => 0x1064, 435 => 0x25c, 436 => 0x25c, 437 => 0x24b, 484 => 'MeteringMode' },
- 'meteringmode2' => { 336 => '2.1', 420 => 0x202c },
- 'meteringmode3' => { 336 => '16.1' },
+ 'menumonitorofftime' => { 281 => '26.1', 282 => '22.1', 284 => '22.1', 285 => '22.1', 289 => '21.1', 290 => '8.2', 291 => '21.1', 294 => '22.1', 295 => '22.1', 296 => '22.1', 297 => 0x35 },
+ 'menusettingsz7iioffset' => { 262 => 0xceb6 },
+ 'metadataauthority' => { 492 => 'metadataAuthority' },
+ 'metadataauthorityidentifier' => { 492 => [\'metadataAuthority','metadataAuthorityIdentifier'] },
+ 'metadataauthorityname' => { 492 => [\'metadataAuthority','metadataAuthorityName'] },
+ 'metadatadate' => { 504 => 'MetadataDate' },
+ 'metadatalastedited' => { 492 => 'metadataLastEdited' },
+ 'metadatalasteditor' => { 492 => 'metadataLastEditor' },
+ 'metadatalasteditoridentifier' => { 492 => [\'metadataLastEditor','metadataLastEditorIdentifier'] },
+ 'metadatalasteditorname' => { 492 => [\'metadataLastEditor','metadataLastEditorName'] },
+ 'metadatamoddate' => { 506 => 'metadataModDate' },
+ 'metaversion' => { 430 => 0x34 },
+ 'meterinfo1row1' => { 423 => 0x0, 424 => 0x0 },
+ 'meterinfo1row2' => { 423 => 0x6c, 424 => 0x5a },
+ 'meterinfo1row3' => { 423 => 0xd8, 424 => 0xb4 },
+ 'meterinfo1row4' => { 423 => 0x144, 424 => 0x10e },
+ 'meterinfo1row5' => { 423 => 0x1b0, 424 => 0x168 },
+ 'meterinfo1row6' => { 423 => 0x21c, 424 => 0x1c2 },
+ 'meterinfo1row7' => { 423 => 0x288, 424 => 0x21c },
+ 'meterinfo2row1' => { 423 => 0x2f4, 424 => 0x276 },
+ 'meterinfo2row2' => { 423 => 0x378, 424 => 0x2e4 },
+ 'meterinfo2row3' => { 423 => 0x3fc, 424 => 0x352 },
+ 'meterinfo2row4' => { 423 => 0x480, 424 => 0x3c0 },
+ 'meterinfo2row5' => { 423 => 0x504, 424 => 0x42e },
+ 'meterinfo2row6' => { 423 => 0x588, 424 => 0x49c },
+ 'meterinfo2row7' => { 423 => 0x60c, 424 => 0x50a },
+ 'meterinfo2row8' => { 423 => 0x690, 424 => 0x578 },
+ 'meterinfo2row9' => { 423 => 0x714, 424 => 0x5e6 },
+ 'metering' => { 283 => '6.1' },
+ 'meteringmode' => { 34 => 0x11, 119 => 0x9207, 140 => 0x1c, 181 => 0x7, 182 => 0x25, 184 => 0x12, 299 => 0x202, 357 => 0x17, 399 => 0x9, 409 => 0x15, 410 => 0x13, 411 => 0x7, 427 => 0x3, 431 => 0x1174, 432 => 0x1178, 433 => 0x1154, 434 => 0x11d0, 435 => 0x11ac, 436 => 0x1064, 437 => 0x25c, 438 => 0x25c, 439 => 0x24b, 486 => 'MeteringMode' },
+ 'meteringmode2' => { 338 => '2.1', 422 => 0x202c },
+ 'meteringmode3' => { 338 => '16.1' },
'meteringoffscaleindicator' => { 184 => 0x53 },
- 'meteringtime' => { 279 => '22.2', 281 => '3.2', 284 => '17.1', 285 => '18.1', 288 => '7.3', 289 => '18.1', 290 => '3.2', 294 => '19.1' },
- 'micro1version' => { 382 => 0x1f },
- 'micro2version' => { 382 => 0x2d },
- 'microphoneattenuator' => { 229 => 0x2d2 },
- 'microphonefrequencyresponse' => { 229 => 0x2d4 },
- 'microphonejackpower' => { 229 => 0x2fa },
- 'microphonesensitivity' => { 229 => 0x2d0 },
- 'microvideo' => { 461 => 'MicroVideo' },
- 'microvideooffset' => { 461 => 'MicroVideoOffset' },
- 'microvideopresentationtimestampus' => { 461 => 'MicroVideoPresentationTimestampUs' },
- 'microvideoversion' => { 461 => 'MicroVideoVersion' },
- 'midrangesharpness' => { 233 => 0x3b },
+ 'meteringtime' => { 281 => '22.2', 283 => '3.2', 286 => '17.1', 287 => '18.1', 290 => '7.3', 291 => '18.1', 292 => '3.2', 296 => '19.1' },
+ 'micro1version' => { 384 => 0x1f },
+ 'micro2version' => { 384 => 0x2d },
+ 'microphoneattenuator' => { 230 => 0x2d2 },
+ 'microphonefrequencyresponse' => { 230 => 0x2d4 },
+ 'microphonejackpower' => { 230 => 0x2fa },
+ 'microphonesensitivity' => { 230 => 0x2d0 },
+ 'microvideo' => { 463 => 'MicroVideo' },
+ 'microvideooffset' => { 463 => 'MicroVideoOffset' },
+ 'microvideopresentationtimestampus' => { 463 => 'MicroVideoPresentationTimestampUs' },
+ 'microvideoversion' => { 463 => 'MicroVideoVersion' },
+ 'midrangesharpness' => { 235 => 0x3b },
'mieversion' => { 164 => '0Vers' },
- 'mime' => { 463 => 'Mime' },
- 'minaperture' => { 34 => 0x1b, 138 => 0x3f8, 163 => 'MinAperture', 346 => '0.2' },
- 'minaperturevalue' => { 364 => 0x415 },
- 'minfocallength' => { 7 => 0xe4, 8 => 0xe, 9 => 0x1a9, 10 => 0x11, 11 => 0x113, 12 => 0x11, 13 => 0x151, 14 => 0xd8, 16 => 0xf8, 17 => 0xec, 18 => 0x101, 19 => 0x93, 20 => 0xe8, 21 => 0x155, 22 => 0xec, 23 => 0xea, 24 => 0x129, 25 => 0x163, 26 => 0x168, 27 => 0x186, 28 => 0x114, 29 => 0x18b, 34 => 0x18, 127 => 0x1404, 163 => 'MinFocalLength', 218 => 0x8, 219 => 0xd, 220 => 0xe, 224 => 0xf, 298 => 0x207, 433 => 0x127a, 434 => 0x1136, 435 => 0x32e, 436 => 0x32e, 437 => 0x30c },
- 'minfocusdistance' => { 346 => 0x3 },
- 'minimumiso' => { 320 => 0xe8 },
+ 'mime' => { 465 => 'Mime' },
+ 'minaperture' => { 34 => 0x1b, 138 => 0x3f8, 163 => 'MinAperture', 348 => '0.2' },
+ 'minaperturevalue' => { 366 => 0x415 },
+ 'minfocallength' => { 7 => 0xe4, 8 => 0xe, 9 => 0x1a9, 10 => 0x11, 11 => 0x113, 12 => 0x11, 13 => 0x151, 14 => 0xd8, 16 => 0xf8, 17 => 0xec, 18 => 0x101, 19 => 0x93, 20 => 0xe8, 21 => 0x155, 22 => 0xec, 23 => 0xea, 24 => 0x129, 25 => 0x163, 26 => 0x168, 27 => 0x186, 28 => 0x114, 29 => 0x18b, 34 => 0x18, 127 => 0x1404, 163 => 'MinFocalLength', 219 => 0x8, 220 => 0xd, 221 => 0xe, 225 => 0xf, 300 => 0x207, 435 => 0x127a, 436 => 0x1136, 437 => 0x32e, 438 => 0x32e, 439 => 0x30c },
+ 'minfocusdistance' => { 348 => 0x3 },
+ 'minimumiso' => { 322 => 0xe8 },
'minintegrationrows' => { 138 => 0x1874 },
'minoltadate' => { 181 => 0x15 },
'minoltaimagesize' => { 181 => 0x4, 182 => 0xc, 183 => 0x2, 186 => 0x103 },
'minoltamodelid' => { 181 => 0x25 },
'minoltaquality' => { 181 => 0x5, 182 => 0xd, 183 => 0x3, 186 => [0x102,0x103] },
'minoltatime' => { 181 => 0x16 },
- 'minormodelagedisclosure' => { 307 => 'MinorModelAgeDisclosure' },
- 'minorversion' => { 469 => 'MinorVersion' },
+ 'minormodelagedisclosure' => { 309 => 'MinorModelAgeDisclosure' },
+ 'minorversion' => { 471 => 'MinorVersion' },
'minsamplevalue' => { 119 => 0x118 },
'mirrorlockup' => { 82 => 0xc, 83 => 0xc, 84 => 0x60f, 85 => 0xb, 86 => 0xc, 87 => 0x6, 88 => 0x6, 89 => 0xc, 90 => 0x3 },
- 'mobilecountrycode' => { 477 => 'mcc' },
- 'mobilenetworkcode' => { 477 => 'mnc' },
- 'moddate' => { 310 => 'modify-date', 491 => 'ModDate' },
- 'modedialposition' => { 413 => 0x14 },
- 'model' => { 98 => 0x6, 119 => 0x110, 156 => 'Model', 310 => 'Model', 325 => 0x110, 355 => 0x23f, 374 => 'model', 380 => ['@mod','CNMN','cmnm',"\xa9mdl","\xa9mod"], 397 => 0x84, 463 => 'Model', 493 => 'model', 500 => 'Model' },
- 'modelage' => { 490 => 'ModelAge' },
- 'modelid' => { 296 => 0x0 },
- 'modelingflash' => { 279 => '21.4', 280 => '31.1', 282 => '31.1', 283 => '31.1', 288 => '26.4', 289 => '30.2', 290 => '7.4', 291 => '30.1', 292 => '31.1', 293 => '31.1', 294 => '31.3', 295 => 0x5d },
- 'modelreleaseid' => { 307 => 'ModelReleaseID' },
- 'modelreleasestatus' => { 307 => 'ModelReleaseStatus' },
- 'modelreleaseyear' => { 442 => 0x52, 443 => 0x46, 444 => 0x53 },
+ 'mobilecountrycode' => { 479 => 'mcc' },
+ 'mobilenetworkcode' => { 479 => 'mnc' },
+ 'moddate' => { 312 => 'modify-date', 493 => 'ModDate' },
+ 'modedialposition' => { 415 => 0x14 },
+ 'model' => { 98 => 0x6, 119 => 0x110, 156 => 'Model', 312 => 'Model', 327 => 0x110, 357 => 0x23f, 376 => 'model', 382 => ['@mod','CNMN','cmnm',"\xa9mdl","\xa9mod"], 399 => 0x84, 465 => 'Model', 495 => 'model', 502 => 'Model' },
+ 'modelage' => { 492 => 'ModelAge' },
+ 'modelid' => { 298 => 0x0 },
+ 'modelingflash' => { 281 => '21.4', 282 => '31.1', 284 => '31.1', 285 => '31.1', 290 => '26.4', 291 => '30.2', 292 => '7.4', 293 => '30.1', 294 => '31.1', 295 => '31.1', 296 => '31.3', 297 => 0x5d },
+ 'modelreleaseid' => { 309 => 'ModelReleaseID' },
+ 'modelreleasestatus' => { 309 => 'ModelReleaseStatus' },
+ 'modelreleaseyear' => { 444 => 0x52, 445 => 0x46, 446 => 0x53 },
'modeltiepoint' => { 119 => 0x8482 },
'modeltransform' => { 119 => 0x85d8 },
- 'modelyear' => { 493 => 'modelYear' },
- 'modificationdate' => { 494 => 'modificationDate' },
+ 'modelyear' => { 495 => 'modelYear' },
+ 'modificationdate' => { 496 => 'modificationDate' },
'modifiedcolortemp' => { 66 => 0x9 },
'modifieddigitalgain' => { 66 => 0xb },
'modifiedparamflag' => { 58 => 0x1 },
'modifiedpicturestyle' => { 66 => 0xa },
- 'modifiedsaturation' => { 297 => 0x504 },
+ 'modifiedsaturation' => { 299 => 0x504 },
'modifiedsensorbluelevel' => { 66 => 0x5 },
'modifiedsensorredlevel' => { 66 => 0x4 },
'modifiedsharpness' => { 66 => 0x2 },
@@ -4557,126 +4558,127 @@ my %tagLookup = (
'modifiedwhitebalance' => { 66 => 0x8 },
'modifiedwhitebalanceblue' => { 66 => 0x7 },
'modifiedwhitebalancered' => { 66 => 0x6 },
- 'modifydate' => { 119 => 0x132, 157 => 'ModifyDate', 306 => 'ModDate', 308 => 'tIME', 371 => 'ModDate', 377 => 0x2, 502 => 'ModifyDate' },
- 'moirefilter' => { 119 => 0xfe58, 478 => 'MoireFilter', 480 => 'MoireFilter' },
- 'monitorbrightness' => { 229 => 0x59a },
+ 'modifydate' => { 119 => 0x132, 157 => 'ModifyDate', 308 => 'ModDate', 310 => 'tIME', 373 => 'ModDate', 379 => 0x2, 504 => 'ModifyDate' },
+ 'moirefilter' => { 119 => 0xfe58, 480 => 'MoireFilter', 482 => 'MoireFilter' },
+ 'monitorbrightness' => { 230 => 0x59a },
'monitordisplayoff' => { 184 => 0x4c },
'monitormatrix' => { 138 => 0x8fc },
- 'monitorofftime' => { 279 => '18.2', 281 => '3.1', 290 => '3.1' },
- 'monochromecolor' => { 297 => 0x53b },
+ 'monitorofftime' => { 281 => '18.2', 283 => '3.1', 292 => '3.1' },
+ 'monochromecolor' => { 299 => 0x53b },
'monochromecontrast' => { 109 => 0x3c },
- 'monochromefiltereffect' => { 103 => 0x20307, 109 => 0x3a, 320 => 0xac, 355 => 0x73 },
- 'monochromegraineffect' => { 320 => 0xd2 },
+ 'monochromefiltereffect' => { 103 => 0x20307, 109 => 0x3a, 322 => 0xac, 357 => 0x73 },
+ 'monochromegraineffect' => { 322 => 0xd2 },
'monochromelinear' => { 109 => 0x3d },
'monochromeoutputhighlightpoint' => { 109 => 0x41 },
'monochromeoutputshadowpoint' => { 109 => 0x42 },
- 'monochromeprofilesettings' => { 297 => 0x537 },
+ 'monochromeprofilesettings' => { 299 => 0x537 },
'monochromerawhighlight' => { 109 => 0x7a },
'monochromerawhighlightpoint' => { 109 => 0x3f },
'monochromerawshadow' => { 109 => 0x83 },
'monochromerawshadowpoint' => { 109 => 0x40 },
'monochromesharpness' => { 109 => 0x3e },
- 'monochrometoning' => { 355 => 0x74 },
+ 'monochrometoning' => { 357 => 0x74 },
'monochrometoningeffect' => { 103 => 0x20306, 109 => 0x3b },
'monochromeunsharpmaskfineness' => { 109 => 0xb2 },
'monochromeunsharpmaskstrength' => { 109 => 0xb0 },
'monochromeunsharpmaskthreshold' => { 109 => 0xb4 },
- 'monochromevignetting' => { 297 => 0x53a },
+ 'monochromevignetting' => { 299 => 0x53a },
'monthdaycreated' => { 140 => 0x12, 149 => 0xe },
'mood' => { 179 => 'WM/Mood' },
- 'moonphase' => { 381 => 0x12, 382 => 0x43, 383 => 0x4c },
- 'morepermissions' => { 476 => 'morePermissions' },
- 'motionsensitivity' => { 381 => 0x29, 383 => 0x60 },
- 'movementcount' => { 372 => "\xa9mvc" },
- 'movementname' => { 372 => "\xa9mvn" },
- 'movementnumber' => { 372 => "\xa9mvi" },
- 'movieactived-lighting' => { 228 => 0x238, 229 => 0x2b8 },
- 'movieaelockbuttonassignment' => { 292 => '40.1' },
- 'movieaf-onbutton' => { 295 => 0xcb },
- 'movieafareamode' => { 229 => 0x2c6, 295 => 0x203 },
- 'movieafspeed' => { 295 => 0xdd },
- 'movieafspeedapply' => { 295 => 0xdf },
- 'movieaftrackingsensitivity' => { 295 => 0xe1 },
- 'movieaperturelock' => { 295 => 0x259 },
- 'movieautodistortioncontrol' => { 228 => 0x242 },
- 'moviediffractioncompensation' => { 228 => 0x241 },
- 'moviedxcropalert' => { 229 => 0x2fb },
- 'movieelectronicvr' => { 229 => 0x2cc },
- 'movieevfgrid' => { 295 => 0x21d },
- 'movieflickerreduction' => { 229 => 0x2c0 },
- 'moviefocusmode' => { 228 => 0x248, 229 => 0x2c4 },
- 'moviefocuspointlock' => { 295 => 0x226 },
- 'movieframerate' => { 228 => 0x1f8, 229 => 0x2f4 },
- 'movieframesize' => { 228 => 0x1f6, 229 => 0x2f2 },
- 'moviefunc1button' => { 282 => '41.1', 283 => '41.1', 293 => '41.1', 295 => 0xc3 },
- 'moviefunc3button' => { 295 => 0x127 },
- 'moviefunctionbutton' => { 280 => '41.1', 292 => '41.1' },
- 'moviefunctionbuttonplusdials' => { 280 => '52.1' },
- 'moviehighisonoisereduction' => { 228 => 0x23c, 229 => 0x2ba },
- 'moviehighlightdisplaythreshold' => { 295 => 0x215 },
- 'movieimagearea' => { 229 => 0x25c },
- 'movieisoautocontrolmanualmode' => { 229 => 0x26a },
- 'movieisoautohilimit' => { 229 => 0x268 },
- 'movieisoautomanualmode' => { 228 => 0x204, 229 => 0x26c },
- 'moviemeteringmode' => { 229 => 0x2c2 },
- 'moviemidtonedisplayrange' => { 295 => 0x219 },
- 'moviemidtonedisplayvalue' => { 295 => 0x217 },
- 'moviemultiselector' => { 295 => 0xd9 },
- 'moviepreviewbutton' => { 280 => '41.2', 282 => '41.2', 283 => '41.2', 292 => '41.2', 293 => '41.2' },
- 'moviepreviewbuttonplusdials' => { 280 => '52.2' },
- 'movierecordbuttonplaybackmode' => { 295 => 0x1b5 },
- 'movieshutterbutton' => { 280 => '38.3', 282 => '38.3', 283 => '38.3', 292 => '38.3', 293 => '38.3' },
- 'movieshutterspeedlock' => { 295 => 0x225 },
- 'movieslowmotion' => { 228 => 0x1fa },
- 'moviesoundrecording' => { 229 => 0x2ce },
- 'moviesubjectdetection' => { 229 => 0x2fc },
- 'moviesubselectorassignment' => { 280 => '48.2' },
- 'moviesubselectorassignmentplusdials' => { 280 => '53.1' },
- 'movietonemap' => { 229 => 0x2ec },
- 'movietype' => { 228 => 0x1fe, 229 => 0x266, 252 => 0xc55c },
- 'movievibrationreduction' => { 228 => 0x24e },
- 'movievibrationreductionsameasphoto' => { 228 => 0x24f },
- 'movievignettecontrol' => { 228 => 0x23e, 229 => 0x1a0 },
- 'movievignettecontrolsameasphoto' => { 228 => 0x240 },
- 'movievrmode' => { 229 => 0x2c8 },
- 'moviezebrapattern' => { 295 => 0x213 },
- 'multiburstimageheight' => { 420 => 0x1002 },
- 'multiburstimagewidth' => { 420 => 0x1001 },
- 'multiburstmode' => { 420 => 0x1000 },
+ 'moonphase' => { 383 => 0x12, 384 => 0x43, 385 => 0x4c },
+ 'morepermissions' => { 478 => 'morePermissions' },
+ 'motionsensitivity' => { 383 => 0x29, 385 => 0x60 },
+ 'movementcount' => { 374 => "\xa9mvc" },
+ 'movementname' => { 374 => "\xa9mvn" },
+ 'movementnumber' => { 374 => "\xa9mvi" },
+ 'movieactived-lighting' => { 229 => 0x238, 230 => 0x2b8 },
+ 'movieaelockbuttonassignment' => { 294 => '40.1' },
+ 'movieaf-onbutton' => { 297 => 0xcb },
+ 'movieafareamode' => { 230 => 0x2c6, 297 => 0x203 },
+ 'movieafspeed' => { 297 => 0xdd },
+ 'movieafspeedapply' => { 297 => 0xdf },
+ 'movieaftrackingsensitivity' => { 297 => 0xe1 },
+ 'movieaperturelock' => { 297 => 0x259 },
+ 'movieautodistortioncontrol' => { 229 => 0x242 },
+ 'moviediffractioncompensation' => { 229 => 0x241 },
+ 'moviedxcropalert' => { 230 => 0x2fb },
+ 'movieelectronicvr' => { 230 => 0x2cc },
+ 'movieevfgrid' => { 297 => 0x21d },
+ 'movieflickerreduction' => { 230 => 0x2c0 },
+ 'moviefocusmode' => { 229 => 0x248, 230 => 0x2c4 },
+ 'moviefocuspointlock' => { 297 => 0x226 },
+ 'movieframerate' => { 229 => 0x1f8, 230 => 0x2f4 },
+ 'movieframesize' => { 229 => 0x1f6, 230 => 0x2f2 },
+ 'moviefunc1button' => { 284 => '41.1', 285 => '41.1', 295 => '41.1', 297 => 0xc3 },
+ 'moviefunc3button' => { 297 => 0x127 },
+ 'moviefunctionbutton' => { 282 => '41.1', 294 => '41.1' },
+ 'moviefunctionbuttonplusdials' => { 282 => '52.1' },
+ 'moviehighisonoisereduction' => { 229 => 0x23c, 230 => 0x2ba },
+ 'moviehighlightdisplaythreshold' => { 297 => 0x215 },
+ 'movieimagearea' => { 230 => 0x25c },
+ 'movieisoautocontrolmanualmode' => { 230 => 0x26a },
+ 'movieisoautohilimit' => { 230 => 0x268 },
+ 'movieisoautomanualmode' => { 229 => 0x204, 230 => 0x26c },
+ 'moviemeteringmode' => { 230 => 0x2c2 },
+ 'moviemidtonedisplayrange' => { 297 => 0x219 },
+ 'moviemidtonedisplayvalue' => { 297 => 0x217 },
+ 'moviemultiselector' => { 297 => 0xd9 },
+ 'moviepreviewbutton' => { 282 => '41.2', 284 => '41.2', 285 => '41.2', 294 => '41.2', 295 => '41.2' },
+ 'moviepreviewbuttonplusdials' => { 282 => '52.2' },
+ 'movierecordbuttonplaybackmode' => { 297 => 0x1b5 },
+ 'movieshutterbutton' => { 282 => '38.3', 284 => '38.3', 285 => '38.3', 294 => '38.3', 295 => '38.3' },
+ 'movieshutterspeedlock' => { 297 => 0x225 },
+ 'movieslowmotion' => { 229 => 0x1fa },
+ 'moviesoundrecording' => { 230 => 0x2ce },
+ 'moviesubjectdetection' => { 230 => 0x2fc },
+ 'moviesubselectorassignment' => { 282 => '48.2' },
+ 'moviesubselectorassignmentplusdials' => { 282 => '53.1' },
+ 'movietonemap' => { 230 => 0x2ec },
+ 'movietype' => { 229 => 0x1fe, 230 => 0x266, 254 => 0xc55c },
+ 'movievibrationreduction' => { 229 => 0x24e },
+ 'movievibrationreductionsameasphoto' => { 229 => 0x24f },
+ 'movievignettecontrol' => { 229 => 0x23e, 230 => 0x1a0 },
+ 'movievignettecontrolsameasphoto' => { 229 => 0x240 },
+ 'movievrmode' => { 230 => 0x2c8 },
+ 'moviezebrapattern' => { 297 => 0x213 },
+ 'multiburstimageheight' => { 422 => 0x1002 },
+ 'multiburstimagewidth' => { 422 => 0x1001 },
+ 'multiburstmode' => { 422 => 0x1000 },
'multicontrollerwhilemetering' => { 84 => 0x517 },
- 'multiexposure' => { 68 => 0x1, 320 => 0xb4 },
- 'multiexposureautogain' => { 230 => 0x3 },
+ 'multiexposure' => { 68 => 0x1, 322 => 0xb4 },
+ 'multiexposureautogain' => { 231 => 0x3 },
'multiexposurecontrol' => { 68 => 0x2 },
- 'multiexposuremode' => { 230 => 0x1 },
- 'multiexposureshots' => { 68 => 0x3, 229 => 0x8e, 230 => 0x2 },
- 'multiframenoisereduction' => { 409 => 0x35, 420 => 0x200b, 425 => 0x15 },
- 'multiframenreffect' => { 420 => 0x2023 },
+ 'multiexposuremode' => { 231 => 0x1, 232 => 0x1 },
+ 'multiexposureoverlaymode' => { 232 => 0x3 },
+ 'multiexposureshots' => { 68 => 0x3, 230 => 0x8e, 231 => 0x2, 232 => 0x2 },
+ 'multiframenoisereduction' => { 411 => 0x35, 422 => 0x200b, 427 => 0x15 },
+ 'multiframenreffect' => { 422 => 0x2023 },
'multifunctionlock' => { 84 => 0x70f },
- 'multipleexposuremode' => { 229 => 0x8c, 301 => 0x101c },
- 'multipleexposureset' => { 336 => '10.1' },
- 'multisample' => { 237 => 0x40 },
- 'multiselector' => { 279 => '9.4', 280 => '10.3', 282 => '10.3', 283 => '10.3', 288 => '27.4', 292 => '10.3', 293 => '10.3' },
- 'multiselectorliveview' => { 279 => '4.3', 282 => '37.1', 283 => '37.1', 292 => '37.1', 293 => '37.1' },
- 'multiselectorliveviewmode' => { 247 => 0x18c2 },
- 'multiselectorplaybackmode' => { 279 => ['13.5','9.2'], 280 => '10.2', 283 => '10.2', 288 => '27.2', 292 => '10.2', 293 => '10.2', 295 => 0xb3 },
- 'multiselectorshootmode' => { 279 => '9.1', 280 => '10.1', 282 => '10.1', 283 => '10.1', 288 => '27.1', 292 => '10.1', 293 => '10.1', 295 => 0xaf },
- 'multishot' => { 325 => 0x121 },
- 'mute' => { 374 => 'player.movie.audio.mute' },
+ 'multipleexposuremode' => { 230 => 0x8c, 303 => 0x101c },
+ 'multipleexposureset' => { 338 => '10.1' },
+ 'multisample' => { 239 => 0x40 },
+ 'multiselector' => { 281 => '9.4', 282 => '10.3', 284 => '10.3', 285 => '10.3', 290 => '27.4', 294 => '10.3', 295 => '10.3' },
+ 'multiselectorliveview' => { 281 => '4.3', 284 => '37.1', 285 => '37.1', 294 => '37.1', 295 => '37.1' },
+ 'multiselectorliveviewmode' => { 249 => 0x18c2 },
+ 'multiselectorplaybackmode' => { 281 => ['13.5','9.2'], 282 => '10.2', 285 => '10.2', 290 => '27.2', 294 => '10.2', 295 => '10.2', 297 => 0xb3 },
+ 'multiselectorshootmode' => { 281 => '9.1', 282 => '10.1', 284 => '10.1', 285 => '10.1', 290 => '27.1', 294 => '10.1', 295 => '10.1', 297 => 0xaf },
+ 'multishot' => { 327 => 0x121 },
+ 'mute' => { 376 => 'player.movie.audio.mute' },
'mycolormode' => { 69 => 0x2 },
- 'name' => { 380 => 'name', 478 => 'Name', 480 => 'Name' },
- 'narrator' => { 372 => "\xa9nrt" },
- 'nationalcatalognumber' => { 494 => 'nationalCatalogNumber' },
- 'nativedigest' => { 484 => 'NativeDigest', 500 => 'NativeDigest' },
- 'ndfilter' => { 77 => 0x1c, 297 => 0x204, 387 => 0x1019 },
- 'near' => { 463 => 'Near' },
- 'nefbitdepth' => { 226 => 0xe22 },
- 'nefcompression' => { 226 => 0x93, 227 => 0xa },
- 'neflinearizationtable' => { 226 => 0x96 },
- 'negativecachelargepreviewsize' => { 478 => 'NegativeCacheLargePreviewSize', 480 => 'NegativeCacheLargePreviewSize' },
- 'negativecachemaximumsize' => { 478 => 'NegativeCacheMaximumSize', 480 => 'NegativeCacheMaximumSize' },
- 'negativecachepath' => { 478 => 'NegativeCachePath', 480 => 'NegativeCachePath' },
- 'neutraldensityfactor' => { 475 => 'NeutralDensityFactor' },
- 'neutraldensityfilter' => { 355 => 0x88 },
+ 'name' => { 382 => 'name', 480 => 'Name', 482 => 'Name' },
+ 'narrator' => { 374 => "\xa9nrt" },
+ 'nationalcatalognumber' => { 496 => 'nationalCatalogNumber' },
+ 'nativedigest' => { 486 => 'NativeDigest', 502 => 'NativeDigest' },
+ 'ndfilter' => { 77 => 0x1c, 299 => 0x204, 389 => 0x1019 },
+ 'near' => { 465 => 'Near' },
+ 'nefbitdepth' => { 227 => 0xe22 },
+ 'nefcompression' => { 227 => 0x93, 228 => 0xa },
+ 'neflinearizationtable' => { 227 => 0x96 },
+ 'negativecachelargepreviewsize' => { 480 => 'NegativeCacheLargePreviewSize', 482 => 'NegativeCacheLargePreviewSize' },
+ 'negativecachemaximumsize' => { 480 => 'NegativeCacheMaximumSize', 482 => 'NegativeCacheMaximumSize' },
+ 'negativecachepath' => { 480 => 'NegativeCachePath', 482 => 'NegativeCachePath' },
+ 'neutraldensityfactor' => { 477 => 'NeutralDensityFactor' },
+ 'neutraldensityfilter' => { 357 => 0x88 },
'neutraloutputhighlightpoint' => { 109 => 0x2f },
'neutraloutputshadowpoint' => { 109 => 0x30 },
'neutralrawcolortone' => { 109 => 0x28 },
@@ -4693,24 +4695,24 @@ my %tagLookup = (
'neutraunsharpmaskstrength' => { 109 => 0xa4 },
'newrawimagedigest' => { 119 => 0xc7a7 },
'newsphotoversion' => { 133 => 0x0 },
- 'nickname' => { 502 => 'Nickname' },
- 'nikoncapturedata' => { 226 => 0xe01 },
- 'nikoncaptureeditversions' => { 226 => 0xe13 },
- 'nikoncaptureoffsets' => { 226 => 0xe0e },
- 'nikoncaptureoutput' => { 226 => 0xe1e },
- 'nikoncaptureversion' => { 226 => 0xe09 },
- 'nikoniccprofile' => { 226 => 0xe1d },
- 'nikonimagesize' => { 244 => '723.1', 245 => '732.1', 255 => 0x2c4 },
- 'nikonmeteringmode' => { 228 => 0x146, 248 => 0x2ea4, 257 => 0x175e },
- 'nikonsettings' => { 226 => 0x4e },
- 'noisefilter' => { 297 => 0x527 },
+ 'nickname' => { 504 => 'Nickname' },
+ 'nikoncapturedata' => { 227 => 0xe01 },
+ 'nikoncaptureeditversions' => { 227 => 0xe13 },
+ 'nikoncaptureoffsets' => { 227 => 0xe0e },
+ 'nikoncaptureoutput' => { 227 => 0xe1e },
+ 'nikoncaptureversion' => { 227 => 0xe09 },
+ 'nikoniccprofile' => { 227 => 0xe1d },
+ 'nikonimagesize' => { 246 => '723.1', 247 => '732.1', 257 => 0x2c4 },
+ 'nikonmeteringmode' => { 229 => 0x146, 250 => 0x2ea4, 259 => 0x175e },
+ 'nikonsettings' => { 227 => 0x4e },
+ 'noisefilter' => { 299 => 0x527 },
'noiseprofile' => { 119 => 0xc761 },
- 'noisereduction' => { 127 => [0x100b,0x100e], 182 => 0xb0, 183 => 0x60, 184 => 0x3f, 226 => 0x95, 272 => 0x753dcbc0, 273 => 0x17, 297 => 0x50a, 302 => 0x103a, 320 => 0x2d, 355 => 0x49, 387 => 0x100f, 389 => 0x2a },
- 'noisereduction2' => { 301 => 0x1010 },
+ 'noisereduction' => { 127 => [0x100b,0x100e], 182 => 0xb0, 183 => 0x60, 184 => 0x3f, 227 => 0x95, 274 => 0x753dcbc0, 275 => 0x17, 299 => 0x50a, 304 => 0x103a, 322 => 0x2d, 357 => 0x49, 389 => 0x100f, 391 => 0x2a },
+ 'noisereduction2' => { 303 => 0x1010 },
'noisereductionapplied' => { 119 => 0xc6f7 },
- 'noisereductionintensity' => { 273 => 0x9 },
- 'noisereductionmethod' => { 273 => 0x11 },
- 'noisereductionmode' => { 455 => 0x801e },
+ 'noisereductionintensity' => { 275 => 0x9 },
+ 'noisereductionmethod' => { 275 => 0x11 },
+ 'noisereductionmode' => { 457 => 0x801e },
'noisereductionparametersatcapture' => { 138 => 0xe73 },
'noisereductionparameterscamera' => { 138 => 0xe72 },
'noisereductionparametershost3mp' => { 138 => 0xe71 },
@@ -4719,37 +4721,37 @@ my %tagLookup = (
'noisereductionparameterskhufu3mp' => { 138 => 0xe65 },
'noisereductionparameterskhufu6mp' => { 138 => 0xe64 },
'noisereductionparameterskhufurgb' => { 138 => 0xe63 },
- 'noisereductionparams' => { 325 => 0x1b },
- 'noisereductionsharpness' => { 273 => 0xd },
- 'noisereductionstrength' => { 320 => 0xd6 },
- 'noisereductionvalue' => { 455 => 0x8027 },
- 'nomemorycard' => { 279 => '22.1', 280 => '4.2', 281 => '0.3', 284 => '2.4', 285 => '3.2', 286 => '3.2', 288 => '33.7', 289 => '3.2', 290 => '0.3', 292 => '4.2', 294 => '4.5' },
- 'nominalmaxaperture' => { 346 => 0xa },
- 'nominalminaperture' => { 346 => '10.1' },
+ 'noisereductionparams' => { 327 => 0x1b },
+ 'noisereductionsharpness' => { 275 => 0xd },
+ 'noisereductionstrength' => { 322 => 0xd6 },
+ 'noisereductionvalue' => { 457 => 0x8027 },
+ 'nomemorycard' => { 281 => '22.1', 282 => '4.2', 283 => '0.3', 286 => '2.4', 287 => '3.2', 288 => '3.2', 290 => '33.7', 291 => '3.2', 292 => '0.3', 294 => '4.2', 296 => '4.5' },
+ 'nominalmaxaperture' => { 348 => 0xa },
+ 'nominalminaperture' => { 348 => '10.1' },
'normallinetime' => { 138 => 0x186a },
'normalwhitelevel' => { 41 => 0x32a, 42 => 0x280, 45 => [0x2b8,0x2cf,0x2d3], 46 => 0x569, 47 => 0x1e3, 48 => [0x1fc,0x2dc], 49 => [0x230,0x30e], 50 => 0x31c },
- 'notes' => { 456 => 'Notes', 473 => 'notes' },
- 'npages' => { 509 => 'NPages' },
+ 'notes' => { 458 => 'Notes', 475 => 'notes' },
+ 'npages' => { 511 => 'NPages' },
'nullrecord' => { 97 => 0x0 },
- 'numafpoints' => { 332 => 0x2 },
- 'number' => { 494 => 'number' },
- 'numberofbeats' => { 504 => 'numberOfBeats' },
- 'numberoffocuspoints' => { 282 => '1.3', 283 => '1.3', 286 => '0.2', 287 => '0.3', 289 => '0.3' },
+ 'numafpoints' => { 334 => 0x2 },
+ 'number' => { 496 => 'number' },
+ 'numberofbeats' => { 506 => 'numberOfBeats' },
+ 'numberoffocuspoints' => { 284 => '1.3', 285 => '1.3', 288 => '0.2', 289 => '0.3', 291 => '0.3' },
'numfaceelements' => { 127 => 0x4200 },
- 'numfacepositions' => { 312 => 0x0 },
+ 'numfacepositions' => { 314 => 0x0 },
'numindexentries' => { 133 => 0x54 },
- 'numwbentries' => { 326 => 0x0, 327 => 0x0 },
- 'object' => { 494 => 'object' },
+ 'numwbentries' => { 328 => 0x0, 329 => 0x0 },
+ 'object' => { 496 => 'object' },
'objectattributereference' => { 131 => 0x4 },
- 'objectcycle' => { 131 => 0x4b, 473 => 'ObjectCycle' },
- 'objectdescription' => { 493 => 'objectDescription' },
+ 'objectcycle' => { 131 => 0x4b, 475 => 'ObjectCycle' },
+ 'objectdescription' => { 495 => 'objectDescription' },
'objectdistance' => { 112 => 0x6, 113 => 0x2022 },
'objectname' => { 131 => 0x5 },
'objectpreviewdata' => { 131 => 0xca },
'objectpreviewfileformat' => { 131 => 0xc8 },
'objectpreviewfileversion' => { 131 => 0xc9 },
- 'objectsubtype' => { 493 => 'objectSubtype' },
- 'objecttype' => { 493 => 'objectType' },
+ 'objectsubtype' => { 495 => 'objectSubtype' },
+ 'objecttype' => { 495 => 'objectType' },
'objecttypereference' => { 131 => 0x3 },
'occurrence' => { 118 => 'Occurrence' },
'occurrenceassociatedmedia' => { 118 => [\'Occurrence','OccurrenceAssociatedMedia'] },
@@ -4781,22 +4783,22 @@ my %tagLookup = (
'occurrencereproductivecondition' => { 118 => [\'Occurrence','OccurrenceReproductiveCondition'] },
'occurrencesex' => { 118 => [\'Occurrence','OccurrenceSex'] },
'occurrencestatus' => { 118 => [\'Occurrence','OccurrenceOccurrenceStatus'] },
- 'oecfcolumns' => { 484 => [\'OECF','OECFColumns'] },
- 'oecfnames' => { 484 => [\'OECF','OECFNames'] },
- 'oecfrows' => { 484 => [\'OECF','OECFRows'] },
- 'oecfvalues' => { 484 => [\'OECF','OECFValues'] },
- 'offsaledate' => { 494 => 'offSaleDate' },
- 'offsaledatea-platform' => { 494 => [\'offSaleDate','offSaleDateA-platform'] },
- 'offsaledatedate' => { 494 => [\'offSaleDate','offSaleDateDate'] },
+ 'oecfcolumns' => { 486 => [\'OECF','OECFColumns'] },
+ 'oecfnames' => { 486 => [\'OECF','OECFNames'] },
+ 'oecfrows' => { 486 => [\'OECF','OECFRows'] },
+ 'oecfvalues' => { 486 => [\'OECF','OECFValues'] },
+ 'offsaledate' => { 496 => 'offSaleDate' },
+ 'offsaledatea-platform' => { 496 => [\'offSaleDate','offSaleDateA-platform'] },
+ 'offsaledatedate' => { 496 => [\'offSaleDate','offSaleDateDate'] },
'offsetdacvalue' => { 138 => 0x190a },
'offsetschema' => { 119 => 0xea1d },
'offsettime' => { 119 => 0x9010 },
'offsettimedigitized' => { 119 => 0x9012 },
'offsettimeoriginal' => { 119 => 0x9011 },
- 'okbutton' => { 289 => '15.1', 294 => '16.1' },
+ 'okbutton' => { 291 => '15.1', 296 => '16.1' },
'oldsubfiletype' => { 119 => 0xff },
- 'olympusimageheight' => { 302 => 0x102f },
- 'olympusimagewidth' => { 302 => 0x102e },
+ 'olympusimageheight' => { 304 => 0x102f },
+ 'olympusimagewidth' => { 304 => 0x102e },
'omenatcapturestrength' => { 138 => 0xa60 },
'omenautostrength' => { 138 => 0xa5f },
'omenearlystrength' => { 138 => 0xa5e },
@@ -4804,26 +4806,26 @@ my %tagLookup = (
'omeninitialipfstrength' => { 138 => 0xa5d },
'omensurfaceindex' => { 138 => 0xa64 },
'oneshotafrelease' => { 2 => 0x9 },
- 'onetouchwb' => { 302 => 0x302 },
- 'onsaledate' => { 494 => 'onSaleDate' },
- 'onsaledatea-platform' => { 494 => [\'onSaleDate','onSaleDateA-platform'] },
- 'onsaledatedate' => { 494 => [\'onSaleDate','onSaleDateDate'] },
- 'onsaleday' => { 494 => 'onSaleDay' },
- 'onsaledaya-platform' => { 494 => [\'onSaleDay','onSaleDayA-platform'] },
- 'onsaledayday' => { 494 => [\'onSaleDay','onSaleDayDay'] },
+ 'onetouchwb' => { 304 => 0x302 },
+ 'onsaledate' => { 496 => 'onSaleDate' },
+ 'onsaledatea-platform' => { 496 => [\'onSaleDate','onSaleDateA-platform'] },
+ 'onsaledatedate' => { 496 => [\'onSaleDate','onSaleDateDate'] },
+ 'onsaleday' => { 496 => 'onSaleDay' },
+ 'onsaledaya-platform' => { 496 => [\'onSaleDay','onSaleDayA-platform'] },
+ 'onsaledayday' => { 496 => [\'onSaleDay','onSaleDayDay'] },
'opcodelist1' => { 119 => 0xc740 },
'opcodelist2' => { 119 => 0xc741 },
'opcodelist3' => { 119 => 0xc74e },
'opticalzoom' => { 142 => 0xfa3d, 144 => [0x6006,0xf006], 145 => 0x1000, 146 => 0xf, 149 => 0x1e, 151 => 0x20, 152 => 0x1c, 163 => 'OpticalZoom' },
'opticalzoomcode' => { 77 => 0xa },
- 'opticalzoommode' => { 320 => 0x34 },
- 'opticalzoomon' => { 396 => 0x219 },
- 'optionenddate' => { 497 => 'optionEndDate' },
- 'opto-electricconvfactor' => { 484 => 'OECF' },
+ 'opticalzoommode' => { 322 => 0x34 },
+ 'opticalzoomon' => { 398 => 0x219 },
+ 'optionenddate' => { 499 => 'optionEndDate' },
+ 'opto-electricconvfactor' => { 486 => 'OECF' },
'orangehsl' => { 103 => 0x20911 },
'ordernumber' => { 127 => 0x8002 },
- 'organisationinimagecode' => { 490 => 'OrganisationInImageCode' },
- 'organisationinimagename' => { 490 => 'OrganisationInImageName' },
+ 'organisationinimagecode' => { 492 => 'OrganisationInImageCode' },
+ 'organisationinimagename' => { 492 => 'OrganisationInImageName' },
'organism' => { 118 => 'Organism' },
'organismassociatedoccurrences' => { 118 => [\'Organism','OrganismAssociatedOccurrences'] },
'organismassociatedorganisms' => { 118 => [\'Organism','OrganismAssociatedOrganisms'] },
@@ -4832,22 +4834,22 @@ my %tagLookup = (
'organismpreviousidentifications' => { 118 => [\'Organism','OrganismPreviousIdentifications'] },
'organismremarks' => { 118 => [\'Organism','OrganismOrganismRemarks'] },
'organismscope' => { 118 => [\'Organism','OrganismOrganismScope'] },
- 'organization' => { 494 => 'organization' },
- 'orientation' => { 119 => 0x112, 325 => 0x112, 493 => 'orientation', 500 => 'Orientation' },
- 'orientation2' => { 425 => [0x28,0x2e] },
+ 'organization' => { 496 => 'organization' },
+ 'orientation' => { 119 => 0x112, 327 => 0x112, 495 => 'orientation', 502 => 'Orientation' },
+ 'orientation2' => { 427 => [0x28,0x2e] },
'orientationlinkedaf' => { 2 => 0xe },
'orientationlinkedafpoint' => { 84 => 0x516 },
'originalalbumtitle' => { 179 => 'WM/OriginalAlbumTitle' },
- 'originalartist' => { 179 => 'WM/OriginalArtist', 372 => "\xa9ope" },
+ 'originalartist' => { 179 => 'WM/OriginalArtist', 374 => "\xa9ope" },
'originalbestqualitysize' => { 119 => 0xc792 },
- 'originalcreatedatetime' => { 468 => 'OriginalCreateDateTime' },
+ 'originalcreatedatetime' => { 470 => 'OriginalCreateDateTime' },
'originaldecisiondata' => { 114 => 'Canon-OriginalDecisionData' },
'originaldecisiondataoffset' => { 64 => 0x83 },
'originaldefaultcropsize' => { 119 => 0xc793 },
'originaldefaultfinalsize' => { 119 => 0xc791 },
- 'originaldirectory' => { 317 => 0x408 },
- 'originaldocumentid' => { 505 => 'OriginalDocumentID' },
- 'originalfilename' => { 97 => 0x816, 138 => 0x3e9, 150 => 0x20, 317 => 0x407, 468 => 'OriginalFilename' },
+ 'originaldirectory' => { 319 => 0x408 },
+ 'originaldocumentid' => { 507 => 'OriginalDocumentID' },
+ 'originalfilename' => { 97 => 0x816, 138 => 0x3e9, 150 => 0x20, 319 => 0x407, 470 => 'OriginalFilename' },
'originalimageheight' => { 79 => 0xc, 123 => 0x1 },
'originalimagesize' => { 162 => 'OriginalImageSize' },
'originalimagewidth' => { 79 => 0xb, 123 => 0x0 },
@@ -4856,209 +4858,209 @@ my %tagLookup = (
'originalrawfiledigest' => { 119 => 0xc71d },
'originalrawfilename' => { 119 => 0xc68b },
'originaltransmissionreference' => { 131 => 0x67 },
- 'originatingprogram' => { 131 => 0x41, 473 => 'OriginatingProgram' },
- 'originplatform' => { 494 => 'originPlatform' },
- 'os' => { 482 => 'os' },
- 'otherconditions' => { 307 => 'OtherConditions' },
- 'otherconstraints' => { 307 => 'OtherConstraints' },
+ 'originatingprogram' => { 131 => 0x41, 475 => 'OriginatingProgram' },
+ 'originplatform' => { 496 => 'originPlatform' },
+ 'os' => { 484 => 'os' },
+ 'otherconditions' => { 309 => 'OtherConditions' },
+ 'otherconstraints' => { 309 => 'OtherConstraints' },
'otherimage' => { 114 => 'Exif-OtherImage' },
- 'otherimageinfo' => { 307 => 'OtherImageInfo' },
+ 'otherimageinfo' => { 309 => 'OtherImageInfo' },
'otherimagelength' => { 119 => 0x202 },
'otherimagestart' => { 119 => 0x201 },
- 'otherlicensedocuments' => { 307 => 'OtherLicenseDocuments' },
- 'otherlicenseinfo' => { 307 => 'OtherLicenseInfo' },
- 'otherlicenserequirements' => { 307 => 'OtherLicenseRequirements' },
- 'outcue' => { 504 => 'outCue' },
- 'outcuescale' => { 504 => [\'outCue','outCueScale'] },
- 'outcuevalue' => { 504 => [\'outCue','outCueValue'] },
+ 'otherlicensedocuments' => { 309 => 'OtherLicenseDocuments' },
+ 'otherlicenseinfo' => { 309 => 'OtherLicenseInfo' },
+ 'otherlicenserequirements' => { 309 => 'OtherLicenseRequirements' },
+ 'outcue' => { 506 => 'outCue' },
+ 'outcuescale' => { 506 => [\'outCue','outCueScale'] },
+ 'outcuevalue' => { 506 => [\'outCue','outCueValue'] },
'outputimageheight' => { 197 => 0x3 },
'outputimagewidth' => { 197 => 0x2 },
- 'outputlut' => { 320 => 0xa7 },
+ 'outputlut' => { 322 => 0xa7 },
'outputprofile' => { 138 => 0x138b },
'outputresolution' => { 197 => 0x4 },
'overclockcols' => { 138 => 0x189c },
'overclockrows' => { 138 => 0x18c4 },
- 'overridelookvignette' => { 478 => 'OverrideLookVignette', 480 => 'OverrideLookVignette' },
- 'owner' => { 508 => 'Owner' },
+ 'overridelookvignette' => { 480 => 'OverrideLookVignette', 482 => 'OverrideLookVignette' },
+ 'owner' => { 510 => 'Owner' },
'ownerid' => { 131 => 0xbc },
- 'ownername' => { 15 => 0x10f, 64 => 0x9, 97 => 0x810, 119 => [0xa430,0xfde8], 156 => 'OwnerName', 475 => 'OwnerName', 485 => 'CameraOwnerName' },
+ 'ownername' => { 15 => 0x10f, 64 => 0x9, 97 => 0x810, 119 => [0xa430,0xfde8], 156 => 'OwnerName', 477 => 'OwnerName', 487 => 'CameraOwnerName' },
'padding' => { 119 => 0xea1c },
- 'pagecount' => { 494 => 'pageCount' },
- 'pageimage' => { 502 => [\'PageInfo','PageInfoImage'] },
- 'pageimageformat' => { 502 => [\'PageInfo','PageInfoFormat'] },
- 'pageimageheight' => { 502 => [\'PageInfo','PageInfoHeight'] },
- 'pageimagepagenumber' => { 502 => [\'PageInfo','PageInfoPageNumber'] },
- 'pageimagewidth' => { 502 => [\'PageInfo','PageInfoWidth'] },
- 'pageinfo' => { 502 => 'PageInfo' },
+ 'pagecount' => { 496 => 'pageCount' },
+ 'pageimage' => { 504 => [\'PageInfo','PageInfoImage'] },
+ 'pageimageformat' => { 504 => [\'PageInfo','PageInfoFormat'] },
+ 'pageimageheight' => { 504 => [\'PageInfo','PageInfoHeight'] },
+ 'pageimagepagenumber' => { 504 => [\'PageInfo','PageInfoPageNumber'] },
+ 'pageimagewidth' => { 504 => [\'PageInfo','PageInfoWidth'] },
+ 'pageinfo' => { 504 => 'PageInfo' },
'pagename' => { 119 => 0x11d },
'pagenumber' => { 119 => 0x129 },
- 'pageprogressiondirection' => { 494 => 'pageProgressionDirection' },
- 'pagerange' => { 494 => 'pageRange' },
- 'paintbasedcorrectionmasks' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] },
- 'paintbasedcorrections' => { 478 => 'PaintBasedCorrections', 480 => 'PaintBasedCorrections' },
- 'paintcorrectionactive' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] },
- 'paintcorrectionamount' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] },
- 'paintcorrectionblacks2012' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'] },
- 'paintcorrectionbrightness' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] },
- 'paintcorrectionclarity' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] },
- 'paintcorrectionclarity2012' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] },
- 'paintcorrectioncontrast' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] },
- 'paintcorrectioncontrast2012' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] },
- 'paintcorrectioncorrectionname' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'] },
- 'paintcorrectioncorrectionsyncid' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'] },
- 'paintcorrectiondefringe' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] },
- 'paintcorrectiondehaze' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'] },
- 'paintcorrectionexposure' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] },
- 'paintcorrectionexposure2012' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] },
- 'paintcorrectionhighlights2012' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] },
- 'paintcorrectionhue' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'] },
- 'paintcorrectionluminancenoise' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] },
- 'paintcorrectionmaskalpha' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] },
- 'paintcorrectionmaskangle' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] },
- 'paintcorrectionmaskbottom' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] },
- 'paintcorrectionmaskcentervalue' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] },
- 'paintcorrectionmaskcenterweight' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] },
- 'paintcorrectionmaskdabs' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] },
- 'paintcorrectionmaskfeather' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] },
- 'paintcorrectionmaskflipped' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] },
- 'paintcorrectionmaskflow' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] },
- 'paintcorrectionmaskfullx' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] },
- 'paintcorrectionmaskfully' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] },
- 'paintcorrectionmaskinputdigest' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'] },
- 'paintcorrectionmaskleft' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] },
- 'paintcorrectionmaskmaskactive' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'] },
- 'paintcorrectionmaskmaskblendmode' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'] },
- 'paintcorrectionmaskmaskdigest' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'] },
- 'paintcorrectionmaskmaskinverted' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'] },
- 'paintcorrectionmaskmaskname' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'] },
- 'paintcorrectionmaskmasks' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'] },
- 'paintcorrectionmaskmasksalpha' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'] },
- 'paintcorrectionmaskmasksangle' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'] },
- 'paintcorrectionmaskmasksbottom' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'] },
- 'paintcorrectionmaskmaskscentervalue' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'] },
- 'paintcorrectionmaskmaskscenterweight' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
- 'paintcorrectionmaskmasksdabs' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'] },
- 'paintcorrectionmaskmasksfeather' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'] },
- 'paintcorrectionmaskmasksflipped' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'] },
- 'paintcorrectionmaskmasksflow' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'] },
- 'paintcorrectionmaskmasksfullx' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'] },
- 'paintcorrectionmaskmasksfully' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'] },
- 'paintcorrectionmaskmasksinputdigest' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'] },
- 'paintcorrectionmaskmasksleft' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'] },
- 'paintcorrectionmaskmasksmaskactive' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'] },
- 'paintcorrectionmaskmasksmaskblendmode' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
- 'paintcorrectionmaskmasksmaskdigest' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
- 'paintcorrectionmaskmasksmaskinverted' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
- 'paintcorrectionmaskmasksmaskname' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'] },
- 'paintcorrectionmaskmasksmasksubtype' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
- 'paintcorrectionmaskmasksmasksyncid' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
- 'paintcorrectionmaskmasksmaskversion' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
- 'paintcorrectionmaskmasksmidpoint' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'] },
- 'paintcorrectionmaskmasksorigin' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'] },
- 'paintcorrectionmaskmasksperimetervalue' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
- 'paintcorrectionmaskmasksradius' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'] },
- 'paintcorrectionmaskmasksreferencepoint' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
- 'paintcorrectionmaskmasksright' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'] },
- 'paintcorrectionmaskmasksroundness' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'] },
- 'paintcorrectionmaskmaskssizex' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'] },
- 'paintcorrectionmaskmaskssizey' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'] },
- 'paintcorrectionmaskmaskstop' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'] },
- 'paintcorrectionmaskmasksubtype' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'] },
- 'paintcorrectionmaskmasksvalue' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'] },
- 'paintcorrectionmaskmasksversion' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'] },
- 'paintcorrectionmaskmaskswhat' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'] },
- 'paintcorrectionmaskmaskswholeimagearea' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
- 'paintcorrectionmaskmasksx' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'] },
- 'paintcorrectionmaskmasksy' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'] },
- 'paintcorrectionmaskmasksyncid' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'] },
- 'paintcorrectionmaskmaskszerox' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'] },
- 'paintcorrectionmaskmaskszeroy' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'] },
- 'paintcorrectionmaskmaskversion' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'] },
- 'paintcorrectionmaskmidpoint' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] },
- 'paintcorrectionmaskorigin' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'] },
- 'paintcorrectionmaskperimetervalue' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] },
- 'paintcorrectionmaskradius' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] },
- 'paintcorrectionmaskrange' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
- 'paintcorrectionmaskrangeareamodels' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
- 'paintcorrectionmaskrangeareamodelscolorsampleinfo' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'paintcorrectionmaskrangeareamodelscomponents' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'paintcorrectionmaskrangecoloramount' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
- 'paintcorrectionmaskrangedepthfeather' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
- 'paintcorrectionmaskrangedepthmax' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
- 'paintcorrectionmaskrangedepthmin' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
- 'paintcorrectionmaskrangeinvert' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
- 'paintcorrectionmaskrangelumfeather' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
- 'paintcorrectionmaskrangeluminancedepthsampleinfo' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'paintcorrectionmaskrangelummax' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
- 'paintcorrectionmaskrangelummin' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
- 'paintcorrectionmaskrangelumrange' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
- 'paintcorrectionmaskrangesampletype' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
- 'paintcorrectionmaskrangetype' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
- 'paintcorrectionmaskrangeversion' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
- 'paintcorrectionmaskreferencepoint' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'] },
- 'paintcorrectionmaskright' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] },
- 'paintcorrectionmaskroundness' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] },
- 'paintcorrectionmasksizex' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] },
- 'paintcorrectionmasksizey' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] },
- 'paintcorrectionmasktop' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] },
- 'paintcorrectionmaskvalue' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] },
- 'paintcorrectionmaskversion' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] },
- 'paintcorrectionmaskwhat' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] },
- 'paintcorrectionmaskwholeimagearea' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'] },
- 'paintcorrectionmaskx' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] },
- 'paintcorrectionmasky' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] },
- 'paintcorrectionmaskzerox' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] },
- 'paintcorrectionmaskzeroy' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] },
- 'paintcorrectionmoire' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] },
- 'paintcorrectionrangemask' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'] },
- 'paintcorrectionrangemaskareamodels' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'] },
- 'paintcorrectionrangemaskareamodelscolorsampleinfo' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'paintcorrectionrangemaskareamodelscomponents' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'paintcorrectionrangemaskcoloramount' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'] },
- 'paintcorrectionrangemaskdepthfeather' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
- 'paintcorrectionrangemaskdepthmax' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'] },
- 'paintcorrectionrangemaskdepthmin' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'] },
- 'paintcorrectionrangemaskinvert' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'] },
- 'paintcorrectionrangemasklumfeather' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'] },
- 'paintcorrectionrangemaskluminancedepthsampleinfo' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'paintcorrectionrangemasklummax' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'] },
- 'paintcorrectionrangemasklummin' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'] },
- 'paintcorrectionrangemasklumrange' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'] },
- 'paintcorrectionrangemasksampletype' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'] },
- 'paintcorrectionrangemasktype' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'] },
- 'paintcorrectionrangemaskversion' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'] },
- 'paintcorrectionsaturation' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'] },
- 'paintcorrectionshadows2012' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] },
- 'paintcorrectionsharpness' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] },
- 'paintcorrectiontemperature' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] },
- 'paintcorrectiontexture' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'] },
- 'paintcorrectiontint' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] },
- 'paintcorrectiontoninghue' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] },
- 'paintcorrectiontoningsaturation' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'] },
- 'paintcorrectionwhat' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] },
- 'paintcorrectionwhites2012' => { 478 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'], 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'] },
- 'panasonicdatetime' => { 323 => 0x0 },
- 'panasonicexifversion' => { 320 => 0x26 },
- 'panasonicimageheight' => { 320 => 0x4c },
- 'panasonicimagewidth' => { 320 => 0x4b },
- 'panasonicrawversion' => { 325 => 0x1 },
+ 'pageprogressiondirection' => { 496 => 'pageProgressionDirection' },
+ 'pagerange' => { 496 => 'pageRange' },
+ 'paintbasedcorrectionmasks' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasks'] },
+ 'paintbasedcorrections' => { 480 => 'PaintBasedCorrections', 482 => 'PaintBasedCorrections' },
+ 'paintcorrectionactive' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionActive'] },
+ 'paintcorrectionamount' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionAmount'] },
+ 'paintcorrectionblacks2012' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBlacks2012'] },
+ 'paintcorrectionbrightness' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalBrightness'] },
+ 'paintcorrectionclarity' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity'] },
+ 'paintcorrectionclarity2012' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalClarity2012'] },
+ 'paintcorrectioncontrast' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast'] },
+ 'paintcorrectioncontrast2012' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalContrast2012'] },
+ 'paintcorrectioncorrectionname' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionName'] },
+ 'paintcorrectioncorrectionsyncid' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionSyncID'] },
+ 'paintcorrectiondefringe' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDefringe'] },
+ 'paintcorrectiondehaze' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalDehaze'] },
+ 'paintcorrectionexposure' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure'] },
+ 'paintcorrectionexposure2012' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalExposure2012'] },
+ 'paintcorrectionhighlights2012' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHighlights2012'] },
+ 'paintcorrectionhue' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalHue'] },
+ 'paintcorrectionluminancenoise' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalLuminanceNoise'] },
+ 'paintcorrectionmaskalpha' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAlpha'] },
+ 'paintcorrectionmaskangle' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksAngle'] },
+ 'paintcorrectionmaskbottom' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksBottom'] },
+ 'paintcorrectionmaskcentervalue' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterValue'] },
+ 'paintcorrectionmaskcenterweight' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCenterWeight'] },
+ 'paintcorrectionmaskdabs' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksDabs'] },
+ 'paintcorrectionmaskfeather' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFeather'] },
+ 'paintcorrectionmaskflipped' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlipped'] },
+ 'paintcorrectionmaskflow' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFlow'] },
+ 'paintcorrectionmaskfullx' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullX'] },
+ 'paintcorrectionmaskfully' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksFullY'] },
+ 'paintcorrectionmaskinputdigest' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksInputDigest'] },
+ 'paintcorrectionmaskleft' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksLeft'] },
+ 'paintcorrectionmaskmaskactive' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskActive'] },
+ 'paintcorrectionmaskmaskblendmode' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskBlendMode'] },
+ 'paintcorrectionmaskmaskdigest' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskDigest'] },
+ 'paintcorrectionmaskmaskinverted' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskInverted'] },
+ 'paintcorrectionmaskmaskname' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskName'] },
+ 'paintcorrectionmaskmasks' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasks'] },
+ 'paintcorrectionmaskmasksalpha' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAlpha'] },
+ 'paintcorrectionmaskmasksangle' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksAngle'] },
+ 'paintcorrectionmaskmasksbottom' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksBottom'] },
+ 'paintcorrectionmaskmaskscentervalue' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterValue'] },
+ 'paintcorrectionmaskmaskscenterweight' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksCenterWeight'] },
+ 'paintcorrectionmaskmasksdabs' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksDabs'] },
+ 'paintcorrectionmaskmasksfeather' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFeather'] },
+ 'paintcorrectionmaskmasksflipped' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlipped'] },
+ 'paintcorrectionmaskmasksflow' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFlow'] },
+ 'paintcorrectionmaskmasksfullx' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullX'] },
+ 'paintcorrectionmaskmasksfully' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksFullY'] },
+ 'paintcorrectionmaskmasksinputdigest' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksInputDigest'] },
+ 'paintcorrectionmaskmasksleft' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksLeft'] },
+ 'paintcorrectionmaskmasksmaskactive' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskActive'] },
+ 'paintcorrectionmaskmasksmaskblendmode' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskBlendMode'] },
+ 'paintcorrectionmaskmasksmaskdigest' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskDigest'] },
+ 'paintcorrectionmaskmasksmaskinverted' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskInverted'] },
+ 'paintcorrectionmaskmasksmaskname' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskName'] },
+ 'paintcorrectionmaskmasksmasksubtype' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSubType'] },
+ 'paintcorrectionmaskmasksmasksyncid' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskSyncID'] },
+ 'paintcorrectionmaskmasksmaskversion' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskVersion'] },
+ 'paintcorrectionmaskmasksmidpoint' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMidpoint'] },
+ 'paintcorrectionmaskmasksorigin' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksOrigin'] },
+ 'paintcorrectionmaskmasksperimetervalue' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksPerimeterValue'] },
+ 'paintcorrectionmaskmasksradius' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRadius'] },
+ 'paintcorrectionmaskmasksreferencepoint' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksReferencePoint'] },
+ 'paintcorrectionmaskmasksright' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRight'] },
+ 'paintcorrectionmaskmasksroundness' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksRoundness'] },
+ 'paintcorrectionmaskmaskssizex' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeX'] },
+ 'paintcorrectionmaskmaskssizey' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksSizeY'] },
+ 'paintcorrectionmaskmaskstop' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksTop'] },
+ 'paintcorrectionmaskmasksubtype' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSubType'] },
+ 'paintcorrectionmaskmasksvalue' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksMaskValue'] },
+ 'paintcorrectionmaskmasksversion' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksVersion'] },
+ 'paintcorrectionmaskmaskswhat' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWhat'] },
+ 'paintcorrectionmaskmaskswholeimagearea' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksWholeImageArea'] },
+ 'paintcorrectionmaskmasksx' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksX'] },
+ 'paintcorrectionmaskmasksy' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksY'] },
+ 'paintcorrectionmaskmasksyncid' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskSyncID'] },
+ 'paintcorrectionmaskmaskszerox' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroX'] },
+ 'paintcorrectionmaskmaskszeroy' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMasksZeroY'] },
+ 'paintcorrectionmaskmaskversion' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskVersion'] },
+ 'paintcorrectionmaskmidpoint' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMidpoint'] },
+ 'paintcorrectionmaskorigin' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksOrigin'] },
+ 'paintcorrectionmaskperimetervalue' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksPerimeterValue'] },
+ 'paintcorrectionmaskradius' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRadius'] },
+ 'paintcorrectionmaskrange' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMask'] },
+ 'paintcorrectionmaskrangeareamodels' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModels'] },
+ 'paintcorrectionmaskrangeareamodelscolorsampleinfo' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'paintcorrectionmaskrangeareamodelscomponents' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'paintcorrectionmaskrangecoloramount' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskColorAmount'] },
+ 'paintcorrectionmaskrangedepthfeather' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthFeather'] },
+ 'paintcorrectionmaskrangedepthmax' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMax'] },
+ 'paintcorrectionmaskrangedepthmin' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskDepthMin'] },
+ 'paintcorrectionmaskrangeinvert' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskInvert'] },
+ 'paintcorrectionmaskrangelumfeather' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumFeather'] },
+ 'paintcorrectionmaskrangeluminancedepthsampleinfo' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'paintcorrectionmaskrangelummax' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMax'] },
+ 'paintcorrectionmaskrangelummin' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumMin'] },
+ 'paintcorrectionmaskrangelumrange' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskLumRange'] },
+ 'paintcorrectionmaskrangesampletype' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskSampleType'] },
+ 'paintcorrectionmaskrangetype' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskType'] },
+ 'paintcorrectionmaskrangeversion' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksCorrectionRangeMaskVersion'] },
+ 'paintcorrectionmaskreferencepoint' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksReferencePoint'] },
+ 'paintcorrectionmaskright' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRight'] },
+ 'paintcorrectionmaskroundness' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksRoundness'] },
+ 'paintcorrectionmasksizex' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeX'] },
+ 'paintcorrectionmasksizey' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksSizeY'] },
+ 'paintcorrectionmasktop' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksTop'] },
+ 'paintcorrectionmaskvalue' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksMaskValue'] },
+ 'paintcorrectionmaskversion' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksVersion'] },
+ 'paintcorrectionmaskwhat' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWhat'] },
+ 'paintcorrectionmaskwholeimagearea' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksWholeImageArea'] },
+ 'paintcorrectionmaskx' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksX'] },
+ 'paintcorrectionmasky' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksY'] },
+ 'paintcorrectionmaskzerox' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroX'] },
+ 'paintcorrectionmaskzeroy' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionMasksZeroY'] },
+ 'paintcorrectionmoire' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalMoire'] },
+ 'paintcorrectionrangemask' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMask'] },
+ 'paintcorrectionrangemaskareamodels' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModels'] },
+ 'paintcorrectionrangemaskareamodelscolorsampleinfo' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'paintcorrectionrangemaskareamodelscomponents' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'paintcorrectionrangemaskcoloramount' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskColorAmount'] },
+ 'paintcorrectionrangemaskdepthfeather' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthFeather'] },
+ 'paintcorrectionrangemaskdepthmax' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMax'] },
+ 'paintcorrectionrangemaskdepthmin' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskDepthMin'] },
+ 'paintcorrectionrangemaskinvert' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskInvert'] },
+ 'paintcorrectionrangemasklumfeather' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumFeather'] },
+ 'paintcorrectionrangemaskluminancedepthsampleinfo' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'paintcorrectionrangemasklummax' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMax'] },
+ 'paintcorrectionrangemasklummin' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumMin'] },
+ 'paintcorrectionrangemasklumrange' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskLumRange'] },
+ 'paintcorrectionrangemasksampletype' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskSampleType'] },
+ 'paintcorrectionrangemasktype' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskType'] },
+ 'paintcorrectionrangemaskversion' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsCorrectionRangeMaskVersion'] },
+ 'paintcorrectionsaturation' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSaturation'] },
+ 'paintcorrectionshadows2012' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalShadows2012'] },
+ 'paintcorrectionsharpness' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalSharpness'] },
+ 'paintcorrectiontemperature' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTemperature'] },
+ 'paintcorrectiontexture' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTexture'] },
+ 'paintcorrectiontint' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalTint'] },
+ 'paintcorrectiontoninghue' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningHue'] },
+ 'paintcorrectiontoningsaturation' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalToningSaturation'] },
+ 'paintcorrectionwhat' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsWhat'] },
+ 'paintcorrectionwhites2012' => { 480 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'], 482 => [\'PaintBasedCorrections','PaintBasedCorrectionsLocalWhites2012'] },
+ 'panasonicdatetime' => { 325 => 0x0 },
+ 'panasonicexifversion' => { 322 => 0x26 },
+ 'panasonicimageheight' => { 322 => 0x4c },
+ 'panasonicimagewidth' => { 322 => 0x4b },
+ 'panasonicrawversion' => { 327 => 0x1 },
'panasonictitle' => { 119 => 0xc6d2 },
'panasonictitle2' => { 119 => 0xc6d3 },
'panoramaangle' => { 127 => 0x1153 },
- 'panoramacropbottom' => { 426 => 0x7 },
- 'panoramacropleft' => { 426 => 0x4 },
- 'panoramacropright' => { 426 => 0x6 },
- 'panoramacroptop' => { 426 => 0x5 },
- 'panoramadirection' => { 72 => 0x5, 127 => 0x1154, 426 => 0x3 },
- 'panoramaframeheight' => { 426 => 0x9 },
+ 'panoramacropbottom' => { 428 => 0x7 },
+ 'panoramacropleft' => { 428 => 0x4 },
+ 'panoramacropright' => { 428 => 0x6 },
+ 'panoramacroptop' => { 428 => 0x5 },
+ 'panoramadirection' => { 72 => 0x5, 127 => 0x1154, 428 => 0x3 },
+ 'panoramaframeheight' => { 428 => 0x9 },
'panoramaframenumber' => { 72 => 0x2 },
- 'panoramaframewidth' => { 426 => 0x8 },
- 'panoramafullheight' => { 426 => 0x2 },
- 'panoramafullwidth' => { 426 => 0x1 },
- 'panoramamode' => { 140 => 0x3c, 297 => 0x601 },
- 'panoramasize3d' => { 409 => 0x38 },
- 'panoramasourceheight' => { 426 => 0xb },
- 'panoramasourcewidth' => { 426 => 0xa },
+ 'panoramaframewidth' => { 428 => 0x8 },
+ 'panoramafullheight' => { 428 => 0x2 },
+ 'panoramafullwidth' => { 428 => 0x1 },
+ 'panoramamode' => { 140 => 0x3c, 299 => 0x601 },
+ 'panoramasize3d' => { 411 => 0x38 },
+ 'panoramasourceheight' => { 428 => 0xb },
+ 'panoramasourcewidth' => { 428 => 0xa },
'panoramicstitchcameramotion' => { 176 => 'PanoramicStitchCameraMotion', 177 => 0x1 },
'panoramicstitchmaptype' => { 176 => 'PanoramicStitchMapType', 177 => 0x2 },
'panoramicstitchphi0' => { 176 => 'PanoramicStitchPhi0', 177 => 0x5 },
@@ -5066,38 +5068,38 @@ my %tagLookup = (
'panoramicstitchtheta0' => { 176 => 'PanoramicStitchTheta0', 177 => 0x3 },
'panoramicstitchtheta1' => { 176 => 'PanoramicStitchTheta1', 177 => 0x4 },
'panoramicstitchversion' => { 177 => 0x0 },
- 'pantry' => { 505 => 'Pantry' },
- 'pantryinstanceid' => { 505 => [\'Pantry','PantryInstanceID'] },
- 'parallax' => { 127 => 0xb211, 296 => 0x28 },
- 'parametricdarks' => { 478 => 'ParametricDarks', 480 => 'ParametricDarks' },
- 'parametrichighlights' => { 478 => 'ParametricHighlights', 480 => 'ParametricHighlights' },
- 'parametrichighlightsplit' => { 478 => 'ParametricHighlightSplit', 480 => 'ParametricHighlightSplit' },
- 'parametriclights' => { 478 => 'ParametricLights', 480 => 'ParametricLights' },
- 'parametricmidtonesplit' => { 478 => 'ParametricMidtoneSplit', 480 => 'ParametricMidtoneSplit' },
- 'parametricshadows' => { 478 => 'ParametricShadows', 480 => 'ParametricShadows' },
- 'parametricshadowsplit' => { 478 => 'ParametricShadowSplit', 480 => 'ParametricShadowSplit' },
+ 'pantry' => { 507 => 'Pantry' },
+ 'pantryinstanceid' => { 507 => [\'Pantry','PantryInstanceID'] },
+ 'parallax' => { 127 => 0xb211, 298 => 0x28 },
+ 'parametricdarks' => { 480 => 'ParametricDarks', 482 => 'ParametricDarks' },
+ 'parametrichighlights' => { 480 => 'ParametricHighlights', 482 => 'ParametricHighlights' },
+ 'parametrichighlightsplit' => { 480 => 'ParametricHighlightSplit', 482 => 'ParametricHighlightSplit' },
+ 'parametriclights' => { 480 => 'ParametricLights', 482 => 'ParametricLights' },
+ 'parametricmidtonesplit' => { 480 => 'ParametricMidtoneSplit', 482 => 'ParametricMidtoneSplit' },
+ 'parametricshadows' => { 480 => 'ParametricShadows', 482 => 'ParametricShadows' },
+ 'parametricshadowsplit' => { 480 => 'ParametricShadowSplit', 482 => 'ParametricShadowSplit' },
'parentalrating' => { 179 => 'WM/ParentalRating' },
- 'parentid' => { 490 => 'parentId' },
- 'parentmediaeventid' => { 468 => 'ParentMediaEventID' },
- 'parentmeid' => { 468 => 'ParentMEID' },
- 'parentproductid' => { 372 => '@ppi' },
- 'parentreference1' => { 488 => [\'TagStructure','TagStructureParentReference'] },
- 'parentreference2' => { 488 => [\'TagStructure','TagStructureSubLabelsParentReference'] },
- 'parentreference3' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] },
- 'parentreference4' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentreference5' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentreference6' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
- 'parentshorttitle' => { 372 => '@PST' },
- 'parenttitle' => { 372 => '@pti' },
+ 'parentid' => { 492 => 'parentId' },
+ 'parentmediaeventid' => { 470 => 'ParentMediaEventID' },
+ 'parentmeid' => { 470 => 'ParentMEID' },
+ 'parentproductid' => { 374 => '@ppi' },
+ 'parentreference1' => { 490 => [\'TagStructure','TagStructureParentReference'] },
+ 'parentreference2' => { 490 => [\'TagStructure','TagStructureSubLabelsParentReference'] },
+ 'parentreference3' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsParentReference'] },
+ 'parentreference4' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentreference5' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentreference6' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsParentReference'] },
+ 'parentshorttitle' => { 374 => '@PST' },
+ 'parenttitle' => { 374 => '@pti' },
'partialactivecols1' => { 138 => 0x17e8 },
'partialactivecols2' => { 138 => 0x17f2 },
'partialactiverows1' => { 138 => 0x17fc },
'partialactiverows2' => { 138 => 0x1806 },
- 'partofcompilation' => { 504 => 'partOfCompilation' },
- 'patientbirthdate' => { 457 => 'PatientDOB' },
- 'patientid' => { 457 => 'PatientID' },
- 'patientname' => { 457 => 'PatientName' },
- 'patientsex' => { 457 => 'PatientSex' },
+ 'partofcompilation' => { 506 => 'partOfCompilation' },
+ 'patientbirthdate' => { 459 => 'PatientDOB' },
+ 'patientid' => { 459 => 'PatientID' },
+ 'patientname' => { 459 => 'PatientName' },
+ 'patientsex' => { 459 => 'PatientSex' },
'patternareaheight' => { 138 => 0x963 },
'patternareawidth' => { 138 => 0x962 },
'patterncorrectionfactorscale' => { 138 => 0x969 },
@@ -5109,52 +5111,52 @@ my %tagLookup = (
'patternimagerwidth' => { 138 => 0x960 },
'patternx' => { 138 => 0x966 },
'patterny' => { 138 => 0x967 },
- 'pdfversion' => { 491 => 'PDFVersion' },
- 'pentaximagesize' => { 355 => 0x9 },
- 'pentaxmodelid' => { 335 => 0x0, 355 => 0x5 },
- 'pentaxmodeltype' => { 355 => 0x1 },
- 'pentaxversion' => { 355 => 0x0 },
- 'people' => { 459 => 'People', 471 => 'People' },
+ 'pdfversion' => { 493 => 'PDFVersion' },
+ 'pentaximagesize' => { 357 => 0x9 },
+ 'pentaxmodelid' => { 337 => 0x0, 357 => 0x5 },
+ 'pentaxmodeltype' => { 357 => 0x1 },
+ 'pentaxversion' => { 357 => 0x0 },
+ 'people' => { 461 => 'People', 473 => 'People' },
'perchannelblacklevel' => { 41 => 0x157, 42 => 0x16b, 44 => 0xc4, 45 => [0x2b4,0x2cb,0x2cf], 46 => [0x108,0x14d], 47 => 0x1df, 48 => [0x1f8,0x2d8], 49 => [0x22c,0x30a], 50 => 0x149 },
- 'performer' => { 372 => 'perf', 380 => 'perf' },
- 'performerkeywords' => { 380 => "\xa9prk" },
- 'performers' => { 380 => "\xa9prf" },
- 'performerurl' => { 380 => "\xa9prl" },
+ 'performer' => { 374 => 'perf', 382 => 'perf' },
+ 'performerkeywords' => { 382 => "\xa9prk" },
+ 'performers' => { 382 => "\xa9prf" },
+ 'performerurl' => { 382 => "\xa9prl" },
'period' => { 179 => 'WM/Period' },
- 'peripheralillumcentralradius' => { 455 => 0x8030 },
- 'peripheralillumcentralvalue' => { 455 => 0x8031 },
+ 'peripheralillumcentralradius' => { 457 => 0x8030 },
+ 'peripheralillumcentralvalue' => { 457 => 0x8031 },
'peripheralillumination' => { 103 => 0x20702, 109 => 0x68 },
- 'peripheralilluminationcorr' => { 62 => 0x1, 345 => 0x2 },
+ 'peripheralilluminationcorr' => { 62 => 0x1, 347 => 0x2 },
'peripheralilluminationon' => { 103 => '0x20702.0', 109 => 0x64 },
- 'peripheralillumperiphvalue' => { 455 => 0x8032 },
+ 'peripheralillumperiphvalue' => { 457 => 0x8032 },
'peripherallighting' => { 79 => 0x2, 127 => 0x3804 },
'peripherallightingsetting' => { 80 => 0x5 },
'peripherallightingvalue' => { 79 => 0x6 },
- 'permissions' => { 497 => 'permissions' },
- 'permits' => { 476 => 'permits' },
- 'person' => { 494 => 'person' },
- 'personality' => { 468 => 'Personality' },
- 'personheard' => { 490 => 'PersonHeard' },
- 'personheardidentifier' => { 490 => [\'PersonHeard','PersonHeardIdentifier'] },
- 'personheardname' => { 490 => [\'PersonHeard','PersonHeardName'] },
- 'personinimage' => { 490 => 'PersonInImage' },
- 'personinimagecharacteristic' => { 490 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristic'] },
- 'personinimagecvtermcvid' => { 490 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvId'] },
- 'personinimagecvtermid' => { 490 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermId'] },
- 'personinimagecvtermname' => { 490 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermName'] },
- 'personinimagecvtermrefinedabout' => { 490 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermRefinedAbout'] },
- 'personinimagedescription' => { 490 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonDescription'] },
- 'personinimageid' => { 490 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonId'] },
- 'personinimagename' => { 490 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonName'] },
- 'personinimagewdetails' => { 490 => 'PersonInImageWDetails' },
- 'perspectiveaspect' => { 478 => 'PerspectiveAspect', 480 => 'PerspectiveAspect' },
- 'perspectivehorizontal' => { 478 => 'PerspectiveHorizontal', 480 => 'PerspectiveHorizontal' },
- 'perspectiverotate' => { 478 => 'PerspectiveRotate', 480 => 'PerspectiveRotate' },
- 'perspectivescale' => { 478 => 'PerspectiveScale', 480 => 'PerspectiveScale' },
- 'perspectiveupright' => { 478 => 'PerspectiveUpright', 480 => 'PerspectiveUpright' },
- 'perspectivevertical' => { 478 => 'PerspectiveVertical', 480 => 'PerspectiveVertical' },
- 'perspectivex' => { 478 => 'PerspectiveX', 480 => 'PerspectiveX' },
- 'perspectivey' => { 478 => 'PerspectiveY', 480 => 'PerspectiveY' },
+ 'permissions' => { 499 => 'permissions' },
+ 'permits' => { 478 => 'permits' },
+ 'person' => { 496 => 'person' },
+ 'personality' => { 470 => 'Personality' },
+ 'personheard' => { 492 => 'PersonHeard' },
+ 'personheardidentifier' => { 492 => [\'PersonHeard','PersonHeardIdentifier'] },
+ 'personheardname' => { 492 => [\'PersonHeard','PersonHeardName'] },
+ 'personinimage' => { 492 => 'PersonInImage' },
+ 'personinimagecharacteristic' => { 492 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristic'] },
+ 'personinimagecvtermcvid' => { 492 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvId'] },
+ 'personinimagecvtermid' => { 492 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermId'] },
+ 'personinimagecvtermname' => { 492 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermName'] },
+ 'personinimagecvtermrefinedabout' => { 492 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonCharacteristicCvTermRefinedAbout'] },
+ 'personinimagedescription' => { 492 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonDescription'] },
+ 'personinimageid' => { 492 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonId'] },
+ 'personinimagename' => { 492 => [\'PersonInImageWDetails','PersonInImageWDetailsPersonName'] },
+ 'personinimagewdetails' => { 492 => 'PersonInImageWDetails' },
+ 'perspectiveaspect' => { 480 => 'PerspectiveAspect', 482 => 'PerspectiveAspect' },
+ 'perspectivehorizontal' => { 480 => 'PerspectiveHorizontal', 482 => 'PerspectiveHorizontal' },
+ 'perspectiverotate' => { 480 => 'PerspectiveRotate', 482 => 'PerspectiveRotate' },
+ 'perspectivescale' => { 480 => 'PerspectiveScale', 482 => 'PerspectiveScale' },
+ 'perspectiveupright' => { 480 => 'PerspectiveUpright', 482 => 'PerspectiveUpright' },
+ 'perspectivevertical' => { 480 => 'PerspectiveVertical', 482 => 'PerspectiveVertical' },
+ 'perspectivex' => { 480 => 'PerspectiveX', 482 => 'PerspectiveX' },
+ 'perspectivey' => { 480 => 'PerspectiveY', 482 => 'PerspectiveY' },
'pf0customfuncregistration' => { 92 => 0x1 },
'pf10retainprogramshift' => { 92 => 0xb },
'pf13drivepriority' => { 92 => 0xe },
@@ -5211,111 +5213,112 @@ my %tagLookup = (
'phasedetectaf' => { 193 => 0x6 },
'phonenumber' => { 157 => 'Phone' },
'photoeffect' => { 34 => 0x28 },
- 'photoeffecthistoryxml' => { 272 => 0xe9651831 },
- 'photoeffects' => { 272 => 0xab5eca5e },
- 'photoeffectsblue' => { 274 => 0x8 },
- 'photoeffectsgreen' => { 274 => 0x6 },
- 'photoeffectsred' => { 274 => 0x4 },
- 'photoeffectstype' => { 274 => 0x0 },
- 'photographicsensitivity' => { 485 => 'PhotographicSensitivity' },
- 'photoinfoplayback' => { 279 => '17.6', 288 => '33.6' },
- 'photometricinterpretation' => { 119 => 0x106, 500 => 'PhotometricInterpretation' },
- 'photoshootingmenubank' => { 229 => 0x112, 248 => 0xe7d, 258 => 0xfbd },
- 'photoshootingmenubankimagearea' => { 229 => 0x134, 248 => '3716.1', 258 => 0x791 },
- 'photoshopbgrthumbnail' => { 369 => 0x409 },
- 'photoshopquality' => { 368 => 0x0 },
- 'photoshopthumbnail' => { 369 => 0x40c },
- 'photostyle' => { 320 => 0x89 },
- 'picklabel' => { 483 => 'PickLabel' },
- 'pictinfo' => { 396 => 0x208 },
- 'picturecontrol' => { 272 => 0xe2173c47 },
- 'picturecontrolactive' => { 275 => 0x0 },
- 'picturecontroladjust' => { 231 => 0x30, 232 => 0x30, 233 => 0x36 },
- 'picturecontrolbase' => { 231 => 0x18, 232 => 0x18, 233 => 0x1c },
- 'picturecontroldata' => { 226 => [0xbd,0x23] },
- 'picturecontrolmode' => { 275 => 0x13 },
- 'picturecontrolname' => { 231 => 0x4, 232 => 0x4, 233 => 0x8 },
- 'picturecontrolquickadjust' => { 231 => 0x31, 232 => 0x31, 233 => 0x37 },
- 'pictureeffect' => { 420 => 0x200e },
- 'pictureeffect2' => { 429 => 0x1163, 430 => 0x1167, 431 => 0x1143, 432 => 0x11bf, 433 => 0x119b, 434 => 0x1053, 435 => 0x24b, 436 => 0x24b, 437 => 0x23c, 451 => 0x46 },
+ 'photoeffecthistoryxml' => { 274 => 0xe9651831 },
+ 'photoeffects' => { 274 => 0xab5eca5e },
+ 'photoeffectsblue' => { 276 => 0x8 },
+ 'photoeffectsgreen' => { 276 => 0x6 },
+ 'photoeffectsred' => { 276 => 0x4 },
+ 'photoeffectstype' => { 276 => 0x0 },
+ 'photographicsensitivity' => { 487 => 'PhotographicSensitivity' },
+ 'photoinfoplayback' => { 281 => '17.6', 290 => '33.6' },
+ 'photometricinterpretation' => { 119 => 0x106, 502 => 'PhotometricInterpretation' },
+ 'photoshootingmenubank' => { 230 => 0x112, 250 => 0xe7d, 260 => 0xfbd },
+ 'photoshootingmenubankimagearea' => { 230 => 0x134, 250 => '3716.1', 260 => 0x791 },
+ 'photoshopbgrthumbnail' => { 371 => 0x409 },
+ 'photoshopquality' => { 370 => 0x0 },
+ 'photoshopthumbnail' => { 371 => 0x40c },
+ 'photostyle' => { 322 => 0x89 },
+ 'picasawebgphotoid' => { 485 => 'picasawebGPhotoId' },
+ 'picklabel' => { 485 => 'PickLabel' },
+ 'pictinfo' => { 398 => 0x208 },
+ 'picturecontrol' => { 274 => 0xe2173c47 },
+ 'picturecontrolactive' => { 277 => 0x0 },
+ 'picturecontroladjust' => { 233 => 0x30, 234 => 0x30, 235 => 0x36 },
+ 'picturecontrolbase' => { 233 => 0x18, 234 => 0x18, 235 => 0x1c },
+ 'picturecontroldata' => { 227 => [0xbd,0x23] },
+ 'picturecontrolmode' => { 277 => 0x13 },
+ 'picturecontrolname' => { 233 => 0x4, 234 => 0x4, 235 => 0x8 },
+ 'picturecontrolquickadjust' => { 233 => 0x31, 234 => 0x31, 235 => 0x37 },
+ 'pictureeffect' => { 422 => 0x200e },
+ 'pictureeffect2' => { 431 => 0x1163, 432 => 0x1167, 433 => 0x1143, 434 => 0x11bf, 435 => 0x119b, 436 => 0x1053, 437 => 0x24b, 438 => 0x24b, 439 => 0x23c, 453 => 0x46 },
'picturefinish' => { 182 => 0x71 },
- 'picturemode' => { 127 => 0x1031, 297 => 0x520, 355 => [0xb,0x33], 397 => 0x3d },
- 'picturemode2' => { 336 => 0x0 },
- 'picturemodebwfilter' => { 297 => 0x525 },
- 'picturemodecontrast' => { 297 => 0x523 },
- 'picturemodeeffect' => { 297 => 0x52d },
- 'picturemodehue' => { 297 => 0x522 },
- 'picturemodesaturation' => { 297 => 0x521 },
- 'picturemodesharpness' => { 297 => 0x524 },
- 'picturemodetone' => { 297 => 0x526 },
- 'pictureprofile' => { 429 => [0x115e,0x115f], 430 => [0x1162,0x1163], 431 => [0x113e,0x113f], 432 => [0x11ba,0x11bb], 433 => [0x1196,0x1197], 434 => [0x104e,0x104f], 435 => [0x246,0x247], 436 => [0x246,0x247], 437 => [0x237,0x238] },
+ 'picturemode' => { 127 => 0x1031, 299 => 0x520, 357 => [0xb,0x33], 399 => 0x3d },
+ 'picturemode2' => { 338 => 0x0 },
+ 'picturemodebwfilter' => { 299 => 0x525 },
+ 'picturemodecontrast' => { 299 => 0x523 },
+ 'picturemodeeffect' => { 299 => 0x52d },
+ 'picturemodehue' => { 299 => 0x522 },
+ 'picturemodesaturation' => { 299 => 0x521 },
+ 'picturemodesharpness' => { 299 => 0x524 },
+ 'picturemodetone' => { 299 => 0x526 },
+ 'pictureprofile' => { 431 => [0x115e,0x115f], 432 => [0x1162,0x1163], 433 => [0x113e,0x113f], 434 => [0x11ba,0x11bb], 435 => [0x1196,0x1197], 436 => [0x104e,0x104f], 437 => [0x246,0x247], 438 => [0x246,0x247], 439 => [0x237,0x238] },
'picturestyle' => { 8 => [0x4b,0x51], 9 => 0xf4, 10 => 0x6c, 11 => 0x86, 12 => 0x73, 16 => 0xab, 17 => 0xa7, 18 => 0xb0, 19 => 0x6c, 20 => 0xa7, 21 => 0xf4, 22 => 0xb3, 24 => 0xf4, 25 => 0xfa, 27 => 0x169, 74 => 0xa, 103 => 0x20301, 109 => 0x2 },
'picturestylepc' => { 64 => 0x4009 },
'picturestyleuserdef' => { 64 => 0x4008 },
- 'picturewizard' => { 394 => 0x21 },
- 'picturewizardcolor' => { 393 => 0x1 },
- 'picturewizardcontrast' => { 393 => 0x4 },
- 'picturewizardmode' => { 393 => 0x0 },
- 'picturewizardsaturation' => { 393 => 0x2 },
- 'picturewizardsharpness' => { 393 => 0x3 },
+ 'picturewizard' => { 396 => 0x21 },
+ 'picturewizardcolor' => { 395 => 0x1 },
+ 'picturewizardcontrast' => { 395 => 0x4 },
+ 'picturewizardmode' => { 395 => 0x0 },
+ 'picturewizardsaturation' => { 395 => 0x2 },
+ 'picturewizardsharpness' => { 395 => 0x3 },
'pipelineversion' => { 176 => 'PipelineVersion' },
- 'pitch' => { 115 => 0x6, 280 => '4.1', 292 => '4.1', 380 => ['ptch',"\xa9fpt"] },
- 'pitchangle' => { 247 => 0x350f, 248 => 0x2c28, 252 => 0xc21e, 257 => 0x36f8, 258 => 0x2eff, 260 => 0xce36, 261 => 0xeaef, 297 => 0x904, 320 => 0x91, 354 => 0x2, 392 => 0x1 },
- 'pitchshift' => { 374 => 'player.movie.audio.pitchshift' },
- 'pixelaspectratio' => { 373 => 'pasp' },
+ 'pitch' => { 115 => 0x6, 282 => '4.1', 294 => '4.1', 382 => ['ptch',"\xa9fpt"] },
+ 'pitchangle' => { 249 => 0x350f, 250 => 0x2c28, 254 => 0xc21e, 259 => 0x36f8, 260 => 0x2eff, 262 => 0xce36, 263 => 0xeaef, 299 => 0x904, 322 => 0x91, 356 => 0x2, 394 => 0x1 },
+ 'pitchshift' => { 376 => 'player.movie.audio.pitchshift' },
+ 'pixelaspectratio' => { 375 => 'pasp' },
'pixelclockfrequency' => { 138 => 0x40b },
'pixelcorrectionoffset' => { 138 => 0x972 },
'pixelcorrectionscale' => { 138 => 0x971 },
'pixelscale' => { 119 => 0x830e },
- 'pixelshiftinfo' => { 420 => 0x202f },
+ 'pixelshiftinfo' => { 422 => 0x202f },
'pixelshiftoffset' => { 127 => 0x1106 },
- 'pixelshiftresolution' => { 356 => 0x0 },
+ 'pixelshiftresolution' => { 358 => 0x0 },
'pixelshiftshots' => { 127 => 0x1105 },
- 'pixelsperunitx' => { 309 => 0x0 },
- 'pixelsperunity' => { 309 => 0x4 },
- 'pixelunits' => { 309 => 0x8 },
- 'planarconfiguration' => { 119 => 0x11c, 500 => 'PlanarConfiguration' },
- 'plane' => { 458 => [\'Planes','PlanesPlane'] },
- 'planeboundary' => { 458 => [\'Planes','PlanesPlaneBoundary'] },
- 'planeboundaryvertexcount' => { 458 => [\'Planes','PlanesPlaneBoundaryVertexCount'] },
- 'planeextentx' => { 458 => [\'Planes','PlanesPlaneExtentX'] },
- 'planeextentz' => { 458 => [\'Planes','PlanesPlaneExtentZ'] },
- 'planepose' => { 458 => [\'Planes','PlanesPlanePose'] },
- 'planeposepositionx' => { 458 => [\'Planes','PlanesPlanePosePositionX'] },
- 'planeposepositiony' => { 458 => [\'Planes','PlanesPlanePosePositionY'] },
- 'planeposepositionz' => { 458 => [\'Planes','PlanesPlanePosePositionZ'] },
- 'planeposerotationw' => { 458 => [\'Planes','PlanesPlanePoseRotationW'] },
- 'planeposerotationx' => { 458 => [\'Planes','PlanesPlanePoseRotationX'] },
- 'planeposerotationy' => { 458 => [\'Planes','PlanesPlanePoseRotationY'] },
- 'planeposerotationz' => { 458 => [\'Planes','PlanesPlanePoseRotationZ'] },
- 'planeposetimestamp' => { 458 => [\'Planes','PlanesPlanePoseTimestamp'] },
- 'planes' => { 458 => 'Planes' },
- 'planningref' => { 490 => 'PlanningRef' },
- 'planningrefidentifier' => { 490 => [\'PlanningRef','PlanningRefIdentifier'] },
- 'planningrefname' => { 490 => [\'PlanningRef','PlanningRefName'] },
- 'planningrefrole' => { 490 => [\'PlanningRef','PlanningRefRole'] },
- 'platenames' => { 509 => 'PlateNames' },
- 'platform' => { 494 => 'platform' },
- 'playallframes' => { 380 => 'AllF' },
- 'playbackflickdown' => { 295 => 0x159 },
- 'playbackflickup' => { 295 => 0x155 },
- 'playbackmenustime' => { 284 => '20.1', 285 => '21.1', 286 => '21.1' },
- 'playbackmonitorofftime' => { 279 => '25.2', 280 => '36.1', 282 => '36.1', 283 => '36.1', 287 => '35.1', 288 => '8.1', 289 => '35.1', 292 => '36.1', 293 => '36.1', 294 => '21.1', 295 => 0x33 },
- 'playbackzoom' => { 280 => '37.1' },
+ 'pixelsperunitx' => { 311 => 0x0 },
+ 'pixelsperunity' => { 311 => 0x4 },
+ 'pixelunits' => { 311 => 0x8 },
+ 'planarconfiguration' => { 119 => 0x11c, 502 => 'PlanarConfiguration' },
+ 'plane' => { 460 => [\'Planes','PlanesPlane'] },
+ 'planeboundary' => { 460 => [\'Planes','PlanesPlaneBoundary'] },
+ 'planeboundaryvertexcount' => { 460 => [\'Planes','PlanesPlaneBoundaryVertexCount'] },
+ 'planeextentx' => { 460 => [\'Planes','PlanesPlaneExtentX'] },
+ 'planeextentz' => { 460 => [\'Planes','PlanesPlaneExtentZ'] },
+ 'planepose' => { 460 => [\'Planes','PlanesPlanePose'] },
+ 'planeposepositionx' => { 460 => [\'Planes','PlanesPlanePosePositionX'] },
+ 'planeposepositiony' => { 460 => [\'Planes','PlanesPlanePosePositionY'] },
+ 'planeposepositionz' => { 460 => [\'Planes','PlanesPlanePosePositionZ'] },
+ 'planeposerotationw' => { 460 => [\'Planes','PlanesPlanePoseRotationW'] },
+ 'planeposerotationx' => { 460 => [\'Planes','PlanesPlanePoseRotationX'] },
+ 'planeposerotationy' => { 460 => [\'Planes','PlanesPlanePoseRotationY'] },
+ 'planeposerotationz' => { 460 => [\'Planes','PlanesPlanePoseRotationZ'] },
+ 'planeposetimestamp' => { 460 => [\'Planes','PlanesPlanePoseTimestamp'] },
+ 'planes' => { 460 => 'Planes' },
+ 'planningref' => { 492 => 'PlanningRef' },
+ 'planningrefidentifier' => { 492 => [\'PlanningRef','PlanningRefIdentifier'] },
+ 'planningrefname' => { 492 => [\'PlanningRef','PlanningRefName'] },
+ 'planningrefrole' => { 492 => [\'PlanningRef','PlanningRefRole'] },
+ 'platenames' => { 511 => 'PlateNames' },
+ 'platform' => { 496 => 'platform' },
+ 'playallframes' => { 382 => 'AllF' },
+ 'playbackflickdown' => { 297 => 0x159 },
+ 'playbackflickup' => { 297 => 0x155 },
+ 'playbackmenustime' => { 286 => '20.1', 287 => '21.1', 288 => '21.1' },
+ 'playbackmonitorofftime' => { 281 => '25.2', 282 => '36.1', 284 => '36.1', 285 => '36.1', 289 => '35.1', 290 => '8.1', 291 => '35.1', 294 => '36.1', 295 => '36.1', 296 => '21.1', 297 => 0x33 },
+ 'playbackzoom' => { 282 => '37.1' },
'playdisplay' => { 184 => 0x4e },
- 'playerversion' => { 374 => 'player.version' },
- 'playgap' => { 372 => 'pgap' },
- 'playlistid' => { 372 => 'plID' },
- 'playmode' => { 380 => 'SDLN' },
- 'playselection' => { 380 => 'SelO' },
- 'plusversion' => { 307 => 'Version' },
- 'pmversion' => { 367 => 'PMVersion' },
- 'pngwarning' => { 310 => 'Warning' },
- 'podcast' => { 372 => 'pcst' },
- 'podcasturl' => { 372 => 'purl' },
- 'poilevel' => { 225 => 0x8 },
- 'portraitimpressionbalance' => { 260 => 0x7fa0 },
- 'portraitnote' => { 461 => 'PortraitNote' },
+ 'playerversion' => { 376 => 'player.version' },
+ 'playgap' => { 374 => 'pgap' },
+ 'playlistid' => { 374 => 'plID' },
+ 'playmode' => { 382 => 'SDLN' },
+ 'playselection' => { 382 => 'SelO' },
+ 'plusversion' => { 309 => 'Version' },
+ 'pmversion' => { 369 => 'PMVersion' },
+ 'pngwarning' => { 312 => 'Warning' },
+ 'podcast' => { 374 => 'pcst' },
+ 'podcasturl' => { 374 => 'purl' },
+ 'poilevel' => { 226 => 0x8 },
+ 'portraitimpressionbalance' => { 262 => 0x7fa0 },
+ 'portraitnote' => { 463 => 'PortraitNote' },
'portraitoutputhighlightpoint' => { 109 => 0x1d },
'portraitoutputshadowpoint' => { 109 => 0x1e },
'portraitrawcolortone' => { 109 => 0x16 },
@@ -5328,109 +5331,110 @@ my %tagLookup = (
'portraitrawshadowpoint' => { 109 => 0x1c },
'portraitrawsharpness' => { 109 => 0x1a },
'portraitrefiner' => { 113 => 0x302b },
- 'portraitrequest' => { 461 => 'PortraitRequest' },
+ 'portraitrequest' => { 463 => 'PortraitRequest' },
'portraitunsharpmaskfineness' => { 109 => 0x9a },
'portraitunsharpmaskstrength' => { 109 => 0x98 },
'portraitunsharpmaskthreshold' => { 109 => 0x9c },
- 'portraitversion' => { 461 => 'PortraitVersion' },
- 'pose' => { 458 => 'Pose' },
- 'poseheadingdegrees' => { 466 => 'PoseHeadingDegrees' },
- 'posepitchdegrees' => { 466 => 'PosePitchDegrees' },
- 'posepositionx' => { 458 => [\'Pose','PosePositionX'] },
- 'posepositiony' => { 458 => [\'Pose','PosePositionY'] },
- 'posepositionz' => { 458 => [\'Pose','PosePositionZ'] },
- 'poserolldegrees' => { 466 => 'PoseRollDegrees' },
- 'poserotationw' => { 458 => [\'Pose','PoseRotationW'] },
- 'poserotationx' => { 458 => [\'Pose','PoseRotationX'] },
- 'poserotationy' => { 458 => [\'Pose','PoseRotationY'] },
- 'poserotationz' => { 458 => [\'Pose','PoseRotationZ'] },
- 'posetimestamp' => { 458 => [\'Pose','PoseTimestamp'] },
- 'positiondescriptor' => { 493 => 'positionDescriptor' },
+ 'portraitversion' => { 463 => 'PortraitVersion' },
+ 'pose' => { 460 => 'Pose' },
+ 'poseheadingdegrees' => { 468 => 'PoseHeadingDegrees' },
+ 'posepitchdegrees' => { 468 => 'PosePitchDegrees' },
+ 'posepositionx' => { 460 => [\'Pose','PosePositionX'] },
+ 'posepositiony' => { 460 => [\'Pose','PosePositionY'] },
+ 'posepositionz' => { 460 => [\'Pose','PosePositionZ'] },
+ 'poserolldegrees' => { 468 => 'PoseRollDegrees' },
+ 'poserotationw' => { 460 => [\'Pose','PoseRotationW'] },
+ 'poserotationx' => { 460 => [\'Pose','PoseRotationX'] },
+ 'poserotationy' => { 460 => [\'Pose','PoseRotationY'] },
+ 'poserotationz' => { 460 => [\'Pose','PoseRotationZ'] },
+ 'posetimestamp' => { 460 => [\'Pose','PoseTimestamp'] },
+ 'positiondescriptor' => { 495 => 'positionDescriptor' },
'postalcode' => { 161 => 'PostalCode' },
- 'postcropvignetteamount' => { 478 => 'PostCropVignetteAmount', 480 => 'PostCropVignetteAmount' },
- 'postcropvignettefeather' => { 478 => 'PostCropVignetteFeather', 480 => 'PostCropVignetteFeather' },
- 'postcropvignettehighlightcontrast' => { 478 => 'PostCropVignetteHighlightContrast', 480 => 'PostCropVignetteHighlightContrast' },
- 'postcropvignettemidpoint' => { 478 => 'PostCropVignetteMidpoint', 480 => 'PostCropVignetteMidpoint' },
- 'postcropvignetteroundness' => { 478 => 'PostCropVignetteRoundness', 480 => 'PostCropVignetteRoundness' },
- 'postcropvignettestyle' => { 478 => 'PostCropVignetteStyle', 480 => 'PostCropVignetteStyle' },
- 'postfocusmerging' => { 320 => 0xbf },
- 'potentialface1position' => { 417 => 0xb },
- 'potentialface2position' => { 417 => 0x15 },
- 'potentialface3position' => { 417 => 0x1f },
- 'potentialface4position' => { 417 => 0x29 },
- 'potentialface5position' => { 417 => 0x33 },
- 'potentialface6position' => { 417 => 0x3d },
- 'potentialface7position' => { 417 => 0x47 },
- 'potentialface8position' => { 417 => 0x51 },
- 'powersource' => { 334 => '0.1' },
- 'poweruptime' => { 226 => 0xb6 },
+ 'postcropvignetteamount' => { 480 => 'PostCropVignetteAmount', 482 => 'PostCropVignetteAmount' },
+ 'postcropvignettefeather' => { 480 => 'PostCropVignetteFeather', 482 => 'PostCropVignetteFeather' },
+ 'postcropvignettehighlightcontrast' => { 480 => 'PostCropVignetteHighlightContrast', 482 => 'PostCropVignetteHighlightContrast' },
+ 'postcropvignettemidpoint' => { 480 => 'PostCropVignetteMidpoint', 482 => 'PostCropVignetteMidpoint' },
+ 'postcropvignetteroundness' => { 480 => 'PostCropVignetteRoundness', 482 => 'PostCropVignetteRoundness' },
+ 'postcropvignettestyle' => { 480 => 'PostCropVignetteStyle', 482 => 'PostCropVignetteStyle' },
+ 'postfocusmerging' => { 322 => 0xbf },
+ 'potentialface1position' => { 419 => 0xb },
+ 'potentialface2position' => { 419 => 0x15 },
+ 'potentialface3position' => { 419 => 0x1f },
+ 'potentialface4position' => { 419 => 0x29 },
+ 'potentialface5position' => { 419 => 0x33 },
+ 'potentialface6position' => { 419 => 0x3d },
+ 'potentialface7position' => { 419 => 0x47 },
+ 'potentialface8position' => { 419 => 0x51 },
+ 'powersource' => { 336 => '0.1' },
+ 'poweruptime' => { 227 => 0xb6 },
'preaf' => { 126 => '0.2' },
- 'precaptureframes' => { 302 => 0x300 },
+ 'precaptureframes' => { 304 => 0x300 },
'predictor' => { 119 => 0x13d },
- 'preflashreturnstrength' => { 245 => 0x28a },
- 'prefs' => { 131 => 0xdd, 367 => 'Prefs' },
+ 'preflashreturnstrength' => { 247 => 0x28a },
+ 'prefs' => { 131 => 0xdd, 369 => 'Prefs' },
'prereadfastresetcount' => { 138 => 0x187e },
- 'preservedfilename' => { 505 => 'PreservedFileName' },
+ 'preservedfilename' => { 507 => 'PreservedFileName' },
'preservedspecimen' => { 118 => 'PreservedSpecimen' },
'preservedspecimenmaterialsampleid' => { 118 => [\'PreservedSpecimen','PreservedSpecimenMaterialSampleID'] },
- 'presettype' => { 478 => 'PresetType', 480 => 'PresetType' },
- 'presetwhitebalance' => { 184 => 0x24, 455 => 0x8002 },
- 'presetwhitebalanceadj' => { 455 => 0x8014 },
- 'pressure' => { 119 => 0x9402, 485 => 'Pressure' },
+ 'presettype' => { 480 => 'PresetType', 482 => 'PresetType' },
+ 'presetwhitebalance' => { 184 => 0x24, 457 => 0x8002 },
+ 'presetwhitebalanceadj' => { 457 => 0x8014 },
+ 'pressure' => { 119 => 0x9402, 487 => 'Pressure' },
'previewapplicationname' => { 119 => 0xc716 },
'previewapplicationversion' => { 119 => 0xc717 },
- 'previewbutton' => { 279 => ['14.1','15.1'], 280 => '15.1', 282 => '15.1', 283 => '15.1', 288 => '29.1', 289 => '14.1', 292 => '15.1', 293 => '15.1' },
- 'previewbuttonplusdials' => { 279 => ['14.2','15.2'], 280 => '15.2', 282 => '43.1', 283 => '43.1', 288 => '31.2', 292 => '43.1', 293 => '43.1' },
+ 'previewbutton' => { 281 => ['14.1','15.1'], 282 => '15.1', 284 => '15.1', 285 => '15.1', 290 => '29.1', 291 => '14.1', 294 => '15.1', 295 => '15.1' },
+ 'previewbuttonplusdials' => { 281 => ['14.2','15.2'], 282 => '15.2', 284 => '43.1', 285 => '43.1', 290 => '31.2', 294 => '43.1', 295 => '43.1' },
'previewcolorspace' => { 119 => 0xc71a },
- 'previewcropbottom' => { 366 => 0xef },
- 'previewcropleft' => { 366 => 0xec },
- 'previewcropright' => { 366 => 0xee },
- 'previewcroptop' => { 366 => 0xed },
- 'previewdate' => { 378 => 0x0 },
+ 'previewcropbottom' => { 368 => 0xef },
+ 'previewcropleft' => { 368 => 0xec },
+ 'previewcropright' => { 368 => 0xee },
+ 'previewcroptop' => { 368 => 0xed },
+ 'previewdate' => { 380 => 0x0 },
'previewdatetime' => { 119 => 0xc71b },
- 'previewimage' => { 113 => 0x2000, 114 => 'Exif-PreviewImage', 120 => 'PreviewImage', 122 => 0x4, 166 => 'data', 186 => 0x81, 302 => 0x280, 318 => 0x300, 380 => 'mcvr', 420 => 0x2001 },
- 'previewimageborders' => { 355 => 0x3e },
+ 'previewimage' => { 113 => 0x2000, 114 => 'Exif-PreviewImage', 120 => 'PreviewImage', 122 => 0x4, 166 => 'data', 186 => 0x81, 304 => 0x280, 320 => 0x300, 382 => 'mcvr', 422 => 0x2001 },
+ 'previewimageborders' => { 357 => 0x3e },
'previewimageheight' => { 73 => 0x4, 142 => 0xfa58 },
- 'previewimagelength' => { 73 => 0x2, 113 => 0x3, 119 => [0x117,0x202], 186 => 0x89, 234 => 0x202, 297 => 0x102, 302 => 0x1037, 355 => 0x3, 386 => 0x1e, 391 => 0x3, 397 => [0x1b,0x1d], 410 => 0x202 },
+ 'previewimagelength' => { 73 => 0x2, 113 => 0x3, 119 => [0x117,0x202], 186 => 0x89, 236 => 0x202, 299 => 0x102, 304 => 0x1037, 357 => 0x3, 388 => 0x1e, 393 => 0x3, 399 => [0x1b,0x1d], 412 => 0x202 },
'previewimagename' => { 166 => '1Name' },
- 'previewimagesize' => { 113 => 0x2, 147 => 0x2, 166 => 'ImageSize', 355 => 0x2, 397 => [0x1c,0x1e], 420 => 0xb02c, 455 => 0x9012 },
- 'previewimagestart' => { 73 => 0x5, 113 => 0x4, 119 => [0x111,0x201], 186 => 0x88, 234 => 0x201, 297 => 0x101, 302 => 0x1036, 355 => 0x4, 386 => 0x1c, 391 => 0x2, 397 => [0x1a,0x1c], 410 => 0x201 },
+ 'previewimagesize' => { 113 => 0x2, 147 => 0x2, 166 => 'ImageSize', 357 => 0x2, 399 => [0x1c,0x1e], 422 => 0xb02c, 457 => 0x9012 },
+ 'previewimagestart' => { 73 => 0x5, 113 => 0x4, 119 => [0x111,0x201], 186 => 0x88, 236 => 0x201, 299 => 0x101, 304 => 0x1036, 357 => 0x4, 388 => 0x1c, 393 => 0x2, 399 => [0x1a,0x1c], 412 => 0x201 },
'previewimagetype' => { 166 => '0Type' },
- 'previewimagevalid' => { 297 => 0x100, 302 => 0x1035 },
+ 'previewimagevalid' => { 299 => 0x100, 304 => 0x1035 },
'previewimagewidth' => { 73 => 0x3, 142 => 0xfa57 },
'previewquality' => { 73 => 0x1 },
'previewsettingsdigest' => { 119 => 0xc719 },
'previewsettingsname' => { 119 => 0xc718 },
- 'primaryafpoint' => { 193 => [0x38,0x44,0x7] },
- 'primarychromaticities' => { 119 => 0x13f, 500 => 'PrimaryChromaticities' },
- 'primaryftp' => { 468 => 'PrimaryFTP' },
- 'primaryslot' => { 248 => 0xe7f, 258 => 0xfbf },
+ 'primaryafpoint' => { 193 => [0x38,0x44,0x7,0x8] },
+ 'primarychromaticities' => { 119 => 0x13f, 502 => 'PrimaryChromaticities' },
+ 'primaryftp' => { 470 => 'PrimaryFTP' },
+ 'primaryslot' => { 250 => 0xe7f, 260 => 0xfbf },
'printim' => { 119 => 0xc4a5 },
- 'prioritysetinawb' => { 420 => 0x202b },
- 'prioritysetupshutterrelease' => { 184 => 0x1d, 407 => 0x28 },
- 'privatertkinfo' => { 470 => 'privateRTKInfo' },
+ 'prioritysetinawb' => { 422 => 0x202b },
+ 'prioritysetupshutterrelease' => { 184 => 0x1d, 409 => 0x28 },
+ 'privatertkinfo' => { 472 => 'privateRTKInfo' },
'processbordercolsleft' => { 138 => 0xc61 },
'processbordercolsright' => { 138 => 0xc62 },
'processborderrowsbottom' => { 138 => 0xc64 },
'processborderrowstop' => { 138 => 0xc63 },
'processingsoftware' => { 119 => 0xb },
- 'processversion' => { 478 => 'ProcessVersion', 480 => 'ProcessVersion' },
- 'producer' => { 179 => 'WM/Producer', 306 => 'Producer', 372 => "\xa9prd", 374 => 'producer', 380 => "\xa9prd", 491 => 'Producer' },
- 'producerkeywords' => { 380 => "\xa9pdk" },
- 'productcode' => { 494 => 'productCode' },
- 'productid' => { 132 => 0x32, 372 => 'prID', 493 => 'productID' },
- 'productidtype' => { 493 => 'productIDType' },
- 'productinimage' => { 490 => 'ProductInImage' },
- 'productinimagedescription' => { 490 => [\'ProductInImage','ProductInImageProductDescription'] },
- 'productinimagegtin' => { 490 => [\'ProductInImage','ProductInImageProductGTIN'] },
- 'productinimagename' => { 490 => [\'ProductInImage','ProductInImageProductName'] },
- 'productioncode' => { 335 => 0x2 },
- 'productorserviceconstraints' => { 307 => 'ProductOrServiceConstraints' },
- 'productversion' => { 372 => 'VERS' },
- 'profession' => { 494 => 'profession' },
- 'profile' => { 458 => [\'Profiles','ProfilesProfile'] },
+ 'processversion' => { 480 => 'ProcessVersion', 482 => 'ProcessVersion' },
+ 'producer' => { 179 => 'WM/Producer', 308 => 'Producer', 374 => "\xa9prd", 376 => 'producer', 382 => "\xa9prd", 493 => 'Producer' },
+ 'producerkeywords' => { 382 => "\xa9pdk" },
+ 'productcode' => { 496 => 'productCode' },
+ 'productid' => { 132 => 0x32, 374 => 'prID', 495 => 'productID' },
+ 'productidtype' => { 495 => 'productIDType' },
+ 'productinimage' => { 492 => 'ProductInImage' },
+ 'productinimagedescription' => { 492 => [\'ProductInImage','ProductInImageProductDescription'] },
+ 'productinimagegtin' => { 492 => [\'ProductInImage','ProductInImageProductGTIN'] },
+ 'productinimagename' => { 492 => [\'ProductInImage','ProductInImageProductName'] },
+ 'productinimageproductid' => { 492 => [\'ProductInImage','ProductInImageProductId'] },
+ 'productioncode' => { 337 => 0x2 },
+ 'productorserviceconstraints' => { 309 => 'ProductOrServiceConstraints' },
+ 'productversion' => { 374 => 'VERS' },
+ 'profession' => { 496 => 'profession' },
+ 'profile' => { 460 => [\'Profiles','ProfilesProfile'] },
'profilecalibrationsig' => { 119 => 0xc6f4 },
- 'profilecameraindices' => { 458 => [\'Profiles','ProfilesProfileCameraIndices'] },
+ 'profilecameraindices' => { 460 => [\'Profiles','ProfilesProfileCameraIndices'] },
'profilecopyright' => { 119 => 0xc6fe },
'profileembedpolicy' => { 119 => 0xc6fd },
'profilegaintablemap' => { 119 => 0xcd2d },
@@ -5442,168 +5446,168 @@ my %tagLookup = (
'profilelooktabledata' => { 119 => 0xc726 },
'profilelooktabledims' => { 119 => 0xc725 },
'profilelooktableencoding' => { 119 => 0xc7a4 },
- 'profilename' => { 119 => 0xc6f8, 308 => 'iCCP-name' },
- 'profiles' => { 458 => 'Profiles' },
+ 'profilename' => { 119 => 0xc6f8, 310 => 'iCCP-name' },
+ 'profiles' => { 460 => 'Profiles' },
'profiletonecurve' => { 119 => 0xc6fc },
- 'profiletype' => { 458 => [\'Profiles','ProfilesProfileType'] },
- 'programiso' => { 320 => 0x3c },
- 'programline' => { 336 => '1.1' },
+ 'profiletype' => { 460 => [\'Profiles','ProfilesProfileType'] },
+ 'programiso' => { 322 => 0x3c },
+ 'programline' => { 338 => '1.1' },
'programmode' => { 189 => 0x5 },
- 'programshift' => { 226 => 0xd },
+ 'programshift' => { 227 => 0xd },
'programversion' => { 131 => 0x46 },
- 'prohibits' => { 476 => 'prohibits' },
- 'projectiontype' => { 466 => 'ProjectionType', 467 => 'ProjectionType' },
- 'projectname' => { 504 => 'projectName' },
- 'projectref' => { 504 => 'projectRef' },
- 'projectrefpath' => { 504 => [\'projectRef','projectRefPath'] },
- 'projectreftype' => { 504 => [\'projectRef','projectRefType'] },
+ 'prohibits' => { 478 => 'prohibits' },
+ 'projectiontype' => { 468 => 'ProjectionType', 469 => 'ProjectionType' },
+ 'projectname' => { 506 => 'projectName' },
+ 'projectref' => { 506 => 'projectRef' },
+ 'projectrefpath' => { 506 => [\'projectRef','projectRefPath'] },
+ 'projectreftype' => { 506 => [\'projectRef','projectRefType'] },
'promotionurl' => { 179 => 'WM/PromotionURL' },
- 'propertyreleaseid' => { 307 => 'PropertyReleaseID' },
- 'propertyreleasestatus' => { 307 => 'PropertyReleaseStatus' },
+ 'propertyreleaseid' => { 309 => 'PropertyReleaseID' },
+ 'propertyreleasestatus' => { 309 => 'PropertyReleaseStatus' },
'provider' => { 179 => 'WM/Provider' },
'province-state' => { 131 => 0x5f },
- 'publicationdate' => { 494 => 'publicationDate' },
- 'publicationdatea-platform' => { 494 => [\'publicationDate','publicationDateA-platform'] },
- 'publicationdatedate' => { 494 => [\'publicationDate','publicationDateDate'] },
- 'publicationdisplaydate' => { 494 => 'publicationDisplayDate' },
- 'publicationdisplaydatea-platform' => { 494 => [\'publicationDisplayDate','publicationDisplayDateA-platform'] },
- 'publicationdisplaydatedate' => { 494 => [\'publicationDisplayDate','publicationDisplayDateDate'] },
- 'publicationevent' => { 490 => 'PublicationEvent' },
- 'publicationeventdate' => { 490 => [\'PublicationEvent','PublicationEventDate'] },
- 'publicationeventidentifier' => { 490 => [\'PublicationEvent','PublicationEventIdentifier'] },
- 'publicationeventname' => { 490 => [\'PublicationEvent','PublicationEventName'] },
- 'publicationname' => { 494 => 'publicationName' },
- 'publisher' => { 179 => 'WM/Publisher', 372 => "\xa9pub", 374 => 'publisher', 481 => 'publisher' },
- 'publishingfrequency' => { 494 => 'publishingFrequency' },
- 'pulldown' => { 504 => 'pullDown' },
- 'purchasedate' => { 372 => 'purd' },
+ 'publicationdate' => { 496 => 'publicationDate' },
+ 'publicationdatea-platform' => { 496 => [\'publicationDate','publicationDateA-platform'] },
+ 'publicationdatedate' => { 496 => [\'publicationDate','publicationDateDate'] },
+ 'publicationdisplaydate' => { 496 => 'publicationDisplayDate' },
+ 'publicationdisplaydatea-platform' => { 496 => [\'publicationDisplayDate','publicationDisplayDateA-platform'] },
+ 'publicationdisplaydatedate' => { 496 => [\'publicationDisplayDate','publicationDisplayDateDate'] },
+ 'publicationevent' => { 492 => 'PublicationEvent' },
+ 'publicationeventdate' => { 492 => [\'PublicationEvent','PublicationEventDate'] },
+ 'publicationeventidentifier' => { 492 => [\'PublicationEvent','PublicationEventIdentifier'] },
+ 'publicationeventname' => { 492 => [\'PublicationEvent','PublicationEventName'] },
+ 'publicationname' => { 496 => 'publicationName' },
+ 'publisher' => { 179 => 'WM/Publisher', 374 => "\xa9pub", 376 => 'publisher', 483 => 'publisher' },
+ 'publishingfrequency' => { 496 => 'publishingFrequency' },
+ 'pulldown' => { 506 => 'pullDown' },
+ 'purchasedate' => { 374 => 'purd' },
'purplehsl' => { 103 => 0x20916 },
- 'pxshiftperiphedgenr' => { 455 => 0x9013 },
- 'pxshiftperiphedgenrvalue' => { 455 => 0x9014 },
- 'quality' => { 0 => 0x1, 34 => 0x3, 112 => 0x2, 113 => 0x3002, 127 => 0x1000, 140 => 0x9, 226 => 0x4, 262 => 0x3, 302 => 0x201, 315 => 0x300, 355 => 0x8, 362 => 0x2, 397 => 0x16, 407 => 0x56, 408 => 0x56, 409 => 0xb, 420 => [0x102,0x202e] },
- 'quality2' => { 429 => 0x1170, 430 => 0x1174, 431 => 0x1150, 433 => 0x11a8, 434 => 0x1060, 435 => 0x258, 436 => 0x258, 437 => 0x247, 442 => 0x29, 443 => 0x25, 444 => 0x2a },
- 'qualitybutton' => { 295 => 0x17d },
- 'qualitybuttonplaybackmode' => { 295 => 0x1bf },
+ 'pxshiftperiphedgenr' => { 457 => 0x9013 },
+ 'pxshiftperiphedgenrvalue' => { 457 => 0x9014 },
+ 'quality' => { 0 => 0x1, 34 => 0x3, 112 => 0x2, 113 => 0x3002, 127 => 0x1000, 140 => 0x9, 227 => 0x4, 264 => 0x3, 304 => 0x201, 317 => 0x300, 357 => 0x8, 364 => 0x2, 399 => 0x16, 409 => 0x56, 410 => 0x56, 411 => 0xb, 422 => [0x102,0x202e] },
+ 'quality2' => { 431 => 0x1170, 432 => 0x1174, 433 => 0x1150, 435 => 0x11a8, 436 => 0x1060, 437 => 0x258, 438 => 0x258, 439 => 0x247, 444 => 0x29, 445 => 0x25, 446 => 0x2a },
+ 'qualitybutton' => { 297 => 0x17d },
+ 'qualitybuttonplaybackmode' => { 297 => 0x1bf },
'qualitymode' => { 113 => 0x8 },
'quantizationmethod' => { 133 => 0x78 },
- 'quickadjust' => { 275 => 0x2a },
+ 'quickadjust' => { 277 => 0x2a },
'quickcontroldialinmeter' => { 84 => 0x703 },
- 'quickfix' => { 272 => 0x416391c6 },
- 'quickshot' => { 396 => 0x213 },
+ 'quickfix' => { 274 => 0x416391c6 },
+ 'quickshot' => { 398 => 0x213 },
'quiettime' => { 138 => 0x188a },
- 'rads' => { 380 => 'rads' },
- 'rangefinder' => { 284 => '4.1', 285 => '5.1', 286 => '5.1' },
- 'rangemask' => { 478 => 'RangeMaskMapInfo', 480 => 'RangeMaskMapInfo' },
- 'rangemaskmapinfo' => { 478 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'], 480 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'] },
- 'rangemaskmapinfolabmax' => { 478 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'], 480 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'] },
- 'rangemaskmapinfolabmin' => { 478 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'], 480 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'] },
- 'rangemaskmapinfolumeq' => { 478 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'], 480 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'] },
- 'rangemaskmapinforgbmax' => { 478 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'], 480 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'] },
- 'rangemaskmapinforgbmin' => { 478 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'], 480 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'] },
+ 'rads' => { 382 => 'rads' },
+ 'rangefinder' => { 286 => '4.1', 287 => '5.1', 288 => '5.1' },
+ 'rangemask' => { 480 => 'RangeMaskMapInfo', 482 => 'RangeMaskMapInfo' },
+ 'rangemaskmapinfo' => { 480 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'], 482 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfo'] },
+ 'rangemaskmapinfolabmax' => { 480 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'], 482 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMax'] },
+ 'rangemaskmapinfolabmin' => { 480 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'], 482 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLabMin'] },
+ 'rangemaskmapinfolumeq' => { 480 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'], 482 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoLumEq'] },
+ 'rangemaskmapinforgbmax' => { 480 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'], 482 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMax'] },
+ 'rangemaskmapinforgbmin' => { 480 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'], 482 => [\'RangeMaskMapInfo','RangeMaskMapInfoRangeMaskMapInfoRGBMin'] },
'rasterizedcaption' => { 131 => 0x7d },
- 'rating' => { 119 => 0x4746, 127 => 0x1431, 366 => 0xdf, 372 => 'rtng', 380 => 'rtng', 420 => 0x2002, 473 => 'rating', 482 => 'rating', 490 => 'Rating', 494 => 'rating', 502 => 'Rating' },
- 'ratingpercent' => { 119 => 0x4749, 178 => 'Rating', 372 => 'rate', 502 => 'RatingPercent' },
- 'ratingregion' => { 490 => [\'Rating','RatingRatingRegion'] },
- 'ratingregioncity' => { 490 => [\'Rating','RatingRatingRegionCity'] },
- 'ratingregioncountrycode' => { 490 => [\'Rating','RatingRatingRegionCountryCode'] },
- 'ratingregioncountryname' => { 490 => [\'Rating','RatingRatingRegionCountryName'] },
- 'ratingregiongpsaltitude' => { 490 => [\'Rating','RatingRatingRegionGPSAltitude'] },
- 'ratingregiongpslatitude' => { 490 => [\'Rating','RatingRatingRegionGPSLatitude'] },
- 'ratingregiongpslongitude' => { 490 => [\'Rating','RatingRatingRegionGPSLongitude'] },
- 'ratingregionidentifier' => { 490 => [\'Rating','RatingRatingRegionIdentifier'] },
- 'ratingregionlocationid' => { 490 => [\'Rating','RatingRatingRegionLocationId'] },
- 'ratingregionlocationname' => { 490 => [\'Rating','RatingRatingRegionLocationName'] },
- 'ratingregionprovincestate' => { 490 => [\'Rating','RatingRatingRegionProvinceState'] },
- 'ratingregionsublocation' => { 490 => [\'Rating','RatingRatingRegionSublocation'] },
- 'ratingregionworldregion' => { 490 => [\'Rating','RatingRatingRegionWorldRegion'] },
- 'ratingscalemaxvalue' => { 490 => [\'Rating','RatingRatingScaleMaxValue'] },
- 'ratingscaleminvalue' => { 490 => [\'Rating','RatingRatingScaleMinValue'] },
- 'ratingsourcelink' => { 490 => [\'Rating','RatingRatingSourceLink'] },
- 'ratingvalue' => { 490 => [\'Rating','RatingRatingValue'] },
- 'ratingvaluelogolink' => { 490 => [\'Rating','RatingRatingValueLogoLink'] },
- 'rawandjpgrecording' => { 82 => 0x8, 186 => 0x109, 336 => 0xd },
+ 'rating' => { 119 => 0x4746, 127 => 0x1431, 368 => 0xdf, 374 => 'rtng', 382 => 'rtng', 422 => 0x2002, 475 => 'rating', 484 => 'rating', 492 => 'Rating', 496 => 'rating', 504 => 'Rating' },
+ 'ratingpercent' => { 119 => 0x4749, 178 => 'Rating', 374 => 'rate', 504 => 'RatingPercent' },
+ 'ratingregion' => { 492 => [\'Rating','RatingRatingRegion'] },
+ 'ratingregioncity' => { 492 => [\'Rating','RatingRatingRegionCity'] },
+ 'ratingregioncountrycode' => { 492 => [\'Rating','RatingRatingRegionCountryCode'] },
+ 'ratingregioncountryname' => { 492 => [\'Rating','RatingRatingRegionCountryName'] },
+ 'ratingregiongpsaltitude' => { 492 => [\'Rating','RatingRatingRegionGPSAltitude'] },
+ 'ratingregiongpslatitude' => { 492 => [\'Rating','RatingRatingRegionGPSLatitude'] },
+ 'ratingregiongpslongitude' => { 492 => [\'Rating','RatingRatingRegionGPSLongitude'] },
+ 'ratingregionidentifier' => { 492 => [\'Rating','RatingRatingRegionIdentifier'] },
+ 'ratingregionlocationid' => { 492 => [\'Rating','RatingRatingRegionLocationId'] },
+ 'ratingregionlocationname' => { 492 => [\'Rating','RatingRatingRegionLocationName'] },
+ 'ratingregionprovincestate' => { 492 => [\'Rating','RatingRatingRegionProvinceState'] },
+ 'ratingregionsublocation' => { 492 => [\'Rating','RatingRatingRegionSublocation'] },
+ 'ratingregionworldregion' => { 492 => [\'Rating','RatingRatingRegionWorldRegion'] },
+ 'ratingscalemaxvalue' => { 492 => [\'Rating','RatingRatingScaleMaxValue'] },
+ 'ratingscaleminvalue' => { 492 => [\'Rating','RatingRatingScaleMinValue'] },
+ 'ratingsourcelink' => { 492 => [\'Rating','RatingRatingSourceLink'] },
+ 'ratingvalue' => { 492 => [\'Rating','RatingRatingValue'] },
+ 'ratingvaluelogolink' => { 492 => [\'Rating','RatingRatingValueLogoLink'] },
+ 'rawandjpgrecording' => { 82 => 0x8, 186 => 0x109, 338 => 0xd },
'rawbrightnessadj' => { 103 => 0x20001, 108 => 0x38 },
'rawburstimagecount' => { 75 => 0x2 },
'rawburstimagenum' => { 75 => 0x1 },
'rawcoloradj' => { 108 => 0x2e },
- 'rawcropbottom' => { 366 => 0xd4 },
- 'rawcropleft' => { 366 => 0xd1 },
- 'rawcropright' => { 366 => 0xd3 },
- 'rawcroptop' => { 366 => 0xd2 },
+ 'rawcropbottom' => { 368 => 0xd4 },
+ 'rawcropleft' => { 368 => 0xd1 },
+ 'rawcropright' => { 368 => 0xd3 },
+ 'rawcroptop' => { 368 => 0xd2 },
'rawcustomsaturation' => { 108 => 0x30 },
'rawcustomtone' => { 108 => 0x34 },
- 'rawdata' => { 394 => 0xa048 },
- 'rawdatabyteorder' => { 394 => 0x40 },
- 'rawdatacfapattern' => { 394 => 0x50 },
+ 'rawdata' => { 396 => 0xa048 },
+ 'rawdatabyteorder' => { 396 => 0x40 },
+ 'rawdatacfapattern' => { 396 => 0x50 },
'rawdatauniqueid' => { 119 => 0xc65d },
'rawdepth' => { 188 => 0x10 },
- 'rawdevartfilter' => { 304 => 0x121 },
- 'rawdevautogradation' => { 304 => 0x119 },
- 'rawdevcolorspace' => { 303 => 0x108, 304 => 0x109 },
- 'rawdevcontrastvalue' => { 303 => 0x106, 304 => 0x105 },
- 'rawdeveditstatus' => { 303 => 0x10b },
- 'rawdevelopmentprocess' => { 355 => 0x62 },
- 'rawdevengine' => { 303 => 0x109, 304 => 0x10b },
- 'rawdevexposurebiasvalue' => { 303 => 0x100, 304 => 0x100 },
- 'rawdevgradation' => { 304 => 0x112 },
- 'rawdevgraypoint' => { 303 => 0x103, 304 => 0x104 },
- 'rawdevmemorycoloremphasis' => { 303 => 0x105, 304 => 0x108 },
- 'rawdevnoisereduction' => { 303 => 0x10a, 304 => 0x10a },
- 'rawdevpicturemode' => { 304 => 0x10c },
- 'rawdevpm_bwfilter' => { 304 => 0x110 },
- 'rawdevpmcontrast' => { 304 => 0x10e },
- 'rawdevpmnoisefilter' => { 304 => 0x120 },
- 'rawdevpmpicturetone' => { 304 => 0x111 },
- 'rawdevpmsaturation' => { 304 => 0x10d },
- 'rawdevpmsharpness' => { 304 => 0x10f },
- 'rawdevsaturation3' => { 304 => 0x113 },
- 'rawdevsaturationemphasis' => { 303 => 0x104, 304 => 0x107 },
- 'rawdevsettings' => { 303 => 0x10c },
- 'rawdevsharpnessvalue' => { 303 => 0x107, 304 => 0x106 },
- 'rawdevversion' => { 303 => 0x0, 304 => 0x0 },
- 'rawdevwbfineadjustment' => { 303 => 0x102, 304 => 0x103 },
- 'rawdevwhitebalance' => { 304 => 0x101 },
- 'rawdevwhitebalancevalue' => { 303 => 0x101, 304 => 0x102 },
+ 'rawdevartfilter' => { 306 => 0x121 },
+ 'rawdevautogradation' => { 306 => 0x119 },
+ 'rawdevcolorspace' => { 305 => 0x108, 306 => 0x109 },
+ 'rawdevcontrastvalue' => { 305 => 0x106, 306 => 0x105 },
+ 'rawdeveditstatus' => { 305 => 0x10b },
+ 'rawdevelopmentprocess' => { 357 => 0x62 },
+ 'rawdevengine' => { 305 => 0x109, 306 => 0x10b },
+ 'rawdevexposurebiasvalue' => { 305 => 0x100, 306 => 0x100 },
+ 'rawdevgradation' => { 306 => 0x112 },
+ 'rawdevgraypoint' => { 305 => 0x103, 306 => 0x104 },
+ 'rawdevmemorycoloremphasis' => { 305 => 0x105, 306 => 0x108 },
+ 'rawdevnoisereduction' => { 305 => 0x10a, 306 => 0x10a },
+ 'rawdevpicturemode' => { 306 => 0x10c },
+ 'rawdevpm_bwfilter' => { 306 => 0x110 },
+ 'rawdevpmcontrast' => { 306 => 0x10e },
+ 'rawdevpmnoisefilter' => { 306 => 0x120 },
+ 'rawdevpmpicturetone' => { 306 => 0x111 },
+ 'rawdevpmsaturation' => { 306 => 0x10d },
+ 'rawdevpmsharpness' => { 306 => 0x10f },
+ 'rawdevsaturation3' => { 306 => 0x113 },
+ 'rawdevsaturationemphasis' => { 305 => 0x104, 306 => 0x107 },
+ 'rawdevsettings' => { 305 => 0x10c },
+ 'rawdevsharpnessvalue' => { 305 => 0x107, 306 => 0x106 },
+ 'rawdevversion' => { 305 => 0x0, 306 => 0x0 },
+ 'rawdevwbfineadjustment' => { 305 => 0x102, 306 => 0x103 },
+ 'rawdevwhitebalance' => { 306 => 0x101 },
+ 'rawdevwhitebalancevalue' => { 305 => 0x101, 306 => 0x102 },
'rawfile' => { 119 => 0xfe4c },
- 'rawfilename' => { 478 => 'RawFileName', 480 => 'RawFileName' },
- 'rawfiletype' => { 420 => 0x2029 },
- 'rawformat' => { 325 => 0x2d, 364 => 0x10e },
- 'rawimagecenter' => { 226 => 0x99 },
+ 'rawfilename' => { 480 => 'RawFileName', 482 => 'RawFileName' },
+ 'rawfiletype' => { 422 => 0x2029 },
+ 'rawformat' => { 327 => 0x2d, 366 => 0x10e },
+ 'rawimagecenter' => { 227 => 0x99 },
'rawimagedigest' => { 119 => 0xc71c },
- 'rawimagesize' => { 355 => 0x39 },
- 'rawinfoversion' => { 305 => 0x0 },
+ 'rawimagesize' => { 357 => 0x39 },
+ 'rawinfoversion' => { 307 => 0x0 },
'rawjpgheight' => { 99 => 0x4 },
'rawjpgquality' => { 57 => 0x6, 99 => 0x1 },
'rawjpgsize' => { 57 => 0x7, 99 => 0x2 },
'rawjpgwidth' => { 99 => 0x3 },
'rawmeasuredrggb' => { 43 => 0x26a, 45 => 0x280, 47 => 0x194, 48 => [0x1ad,0x26b] },
- 'rawrppused' => { 473 => 'rawrppused' },
+ 'rawrppused' => { 475 => 'rawrppused' },
'rawtopreviewgain' => { 119 => 0xc7a8 },
'readouttypeactual' => { 138 => 0x1903 },
'readouttyperequested' => { 138 => 0x1902 },
- 'reardisplay' => { 279 => '12.3', 280 => '6.2' },
- 'recdevice' => { 490 => 'RecDevice' },
- 'recdeviceattlensdescription' => { 490 => [\'RecDevice','RecDeviceAttLensDescription'] },
- 'recdevicemanufacturer' => { 490 => [\'RecDevice','RecDeviceManufacturer'] },
- 'recdevicemodelname' => { 490 => [\'RecDevice','RecDeviceModelName'] },
- 'recdeviceownersdeviceid' => { 490 => [\'RecDevice','RecDeviceOwnersDeviceId'] },
- 'recdeviceserialnumber' => { 490 => [\'RecDevice','RecDeviceSerialNumber'] },
- 'recipeendingpage' => { 496 => 'recipeEndingPage' },
- 'recipepagerange' => { 496 => 'recipePageRange' },
- 'recipesource' => { 496 => 'recipeSource' },
- 'recipestartingpage' => { 496 => 'recipeStartingPage' },
- 'recipetitle' => { 496 => 'recipeTitle' },
- 'recognizedface1age' => { 313 => 0x20 },
- 'recognizedface1name' => { 313 => 0x4 },
- 'recognizedface1position' => { 313 => 0x18 },
- 'recognizedface2age' => { 313 => 0x50 },
- 'recognizedface2name' => { 313 => 0x34 },
- 'recognizedface2position' => { 313 => 0x48 },
- 'recognizedface3age' => { 313 => 0x80 },
- 'recognizedface3name' => { 313 => 0x64 },
- 'recognizedface3position' => { 313 => 0x78 },
- 'recognizedfaceflags' => { 320 => 0x63 },
- 'recommendedexposureindex' => { 119 => 0x8832, 485 => 'RecommendedExposureIndex' },
+ 'reardisplay' => { 281 => '12.3', 282 => '6.2' },
+ 'recdevice' => { 492 => 'RecDevice' },
+ 'recdeviceattlensdescription' => { 492 => [\'RecDevice','RecDeviceAttLensDescription'] },
+ 'recdevicemanufacturer' => { 492 => [\'RecDevice','RecDeviceManufacturer'] },
+ 'recdevicemodelname' => { 492 => [\'RecDevice','RecDeviceModelName'] },
+ 'recdeviceownersdeviceid' => { 492 => [\'RecDevice','RecDeviceOwnersDeviceId'] },
+ 'recdeviceserialnumber' => { 492 => [\'RecDevice','RecDeviceSerialNumber'] },
+ 'recipeendingpage' => { 498 => 'recipeEndingPage' },
+ 'recipepagerange' => { 498 => 'recipePageRange' },
+ 'recipesource' => { 498 => 'recipeSource' },
+ 'recipestartingpage' => { 498 => 'recipeStartingPage' },
+ 'recipetitle' => { 498 => 'recipeTitle' },
+ 'recognizedface1age' => { 315 => 0x20 },
+ 'recognizedface1name' => { 315 => 0x4 },
+ 'recognizedface1position' => { 315 => 0x18 },
+ 'recognizedface2age' => { 315 => 0x50 },
+ 'recognizedface2name' => { 315 => 0x34 },
+ 'recognizedface2position' => { 315 => 0x48 },
+ 'recognizedface3age' => { 315 => 0x80 },
+ 'recognizedface3name' => { 315 => 0x64 },
+ 'recognizedface3position' => { 315 => 0x78 },
+ 'recognizedfaceflags' => { 322 => 0x63 },
+ 'recommendedexposureindex' => { 119 => 0x8832, 487 => 'RecommendedExposureIndex' },
'record' => { 118 => 'Record' },
'recordbasisofrecord' => { 118 => [\'Record','RecordBasisOfRecord'] },
'recordcollectioncode' => { 118 => [\'Record','RecordCollectionCode'] },
@@ -5615,38 +5619,38 @@ my %tagLookup = (
'recorddynamicproperties' => { 118 => [\'Record','RecordDynamicProperties'] },
'recordid' => { 97 => 0x1804 },
'recordinformationwithheld' => { 118 => [\'Record','RecordInformationWithheld'] },
- 'recordingcopyright' => { 380 => "\xa9phg" },
- 'recordingformat' => { 387 => 0x1000 },
- 'recordingmode' => { 112 => 0x1, 362 => 0x1 },
+ 'recordingcopyright' => { 382 => "\xa9phg" },
+ 'recordingformat' => { 389 => 0x1000 },
+ 'recordingmode' => { 112 => 0x1, 364 => 0x1 },
'recordinstitutioncode' => { 118 => [\'Record','RecordInstitutionCode'] },
'recordinstitutionid' => { 118 => [\'Record','RecordInstitutionID'] },
- 'recordlabelname' => { 380 => "\xa9lab" },
- 'recordlabelurl' => { 380 => "\xa9lal" },
- 'recordlocationdata' => { 229 => 0x660 },
+ 'recordlabelname' => { 382 => "\xa9lab" },
+ 'recordlabelurl' => { 382 => "\xa9lal" },
+ 'recordlocationdata' => { 230 => 0x660 },
'recordmode' => { 34 => 0x9, 113 => 0x3000 },
'recordownerinstitutioncode' => { 118 => [\'Record','RecordOwnerInstitutionCode'] },
- 'recordshutterrelease' => { 396 => 0x217 },
- 'redbalance' => { 302 => 0x1017, 325 => 0x11, 355 => 0x1c },
+ 'recordshutterrelease' => { 398 => 0x217 },
+ 'redbalance' => { 304 => 0x1017, 327 => 0x11, 357 => 0x1c },
'redcurvelimits' => { 108 => 0x18a },
'redcurvepoints' => { 107 => 0x2d, 108 => 0x160 },
- 'redeyecorrection' => { 276 => 0x0 },
- 'redeyeinfo' => { 478 => 'RedEyeInfo', 480 => 'RedEyeInfo' },
- 'redeyereduction' => { 184 => 0x41, 407 => 0x6a, 409 => 0x28 },
- 'redeyeremoval' => { 320 => 0xb9 },
+ 'redeyecorrection' => { 278 => 0x0 },
+ 'redeyeinfo' => { 480 => 'RedEyeInfo', 482 => 'RedEyeInfo' },
+ 'redeyereduction' => { 184 => 0x41, 409 => 0x6a, 411 => 0x28 },
+ 'redeyeremoval' => { 322 => 0xb9 },
'redhsl' => { 103 => 0x20910 },
- 'redhue' => { 478 => 'RedHue', 480 => 'RedHue' },
- 'redsaturation' => { 478 => 'RedSaturation', 480 => 'RedSaturation' },
+ 'redhue' => { 480 => 'RedHue', 482 => 'RedHue' },
+ 'redsaturation' => { 480 => 'RedSaturation', 482 => 'RedSaturation' },
'reductionmatrix1' => { 119 => 0xc625 },
'reductionmatrix2' => { 119 => 0xc626 },
'reductionmatrix3' => { 119 => 0xcd3a },
- 'reelname' => { 119 => 0xc789, 380 => 'reel' },
- 'reference1' => { 488 => [\'TagStructure','TagStructureReference'] },
- 'reference2' => { 488 => [\'TagStructure','TagStructureSubLabelsReference'] },
- 'reference3' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] },
- 'reference4' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] },
- 'reference5' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
- 'reference6' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
- 'referenceblackwhite' => { 119 => 0x214, 500 => 'ReferenceBlackWhite' },
+ 'reelname' => { 119 => 0xc789, 382 => 'reel' },
+ 'reference1' => { 490 => [\'TagStructure','TagStructureReference'] },
+ 'reference2' => { 490 => [\'TagStructure','TagStructureSubLabelsReference'] },
+ 'reference3' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsReference'] },
+ 'reference4' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsReference'] },
+ 'reference5' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
+ 'reference6' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabelsReference'] },
+ 'referenceblackwhite' => { 119 => 0x214, 502 => 'ReferenceBlackWhite' },
'referencedate' => { 131 => 0x2f },
'referencenumber' => { 131 => 0x32 },
'references' => { 157 => 'References' },
@@ -5663,7 +5667,7 @@ my %tagLookup = (
'regionareax' => { 172 => [\'Regions','RegionsRegionListAreaX'] },
'regionareay' => { 172 => [\'Regions','RegionsRegionListAreaY'] },
'regionbarcodevalue' => { 172 => [\'Regions','RegionsRegionListBarCodeValue'] },
- 'regionconstraints' => { 307 => 'RegionConstraints' },
+ 'regionconstraints' => { 309 => 'RegionConstraints' },
'regiondescription' => { 172 => [\'Regions','RegionsRegionListDescription'] },
'regionextensions' => { 172 => [\'Regions','RegionsRegionListExtensions'] },
'regionfocususage' => { 172 => [\'Regions','RegionsRegionListFocusUsage'] },
@@ -5681,10 +5685,10 @@ my %tagLookup = (
'regionrotation' => { 172 => [\'Regions','RegionsRegionListRotation'] },
'regionseealso' => { 172 => [\'Regions','RegionsRegionListSeeAlso'] },
'regiontype' => { 172 => [\'Regions','RegionsRegionListType'] },
- 'registryentryrole' => { 490 => [\'RegistryId','RegistryIdRegEntryRole'] },
- 'registryid' => { 490 => 'RegistryId' },
- 'registryitemid' => { 490 => [\'RegistryId','RegistryIdRegItemId'] },
- 'registryorganisationid' => { 490 => [\'RegistryId','RegistryIdRegOrgId'] },
+ 'registryentryrole' => { 492 => [\'RegistryId','RegistryIdRegEntryRole'] },
+ 'registryid' => { 492 => 'RegistryId' },
+ 'registryitemid' => { 492 => [\'RegistryId','RegistryIdRegItemId'] },
+ 'registryorganisationid' => { 492 => [\'RegistryId','RegistryIdRegOrgId'] },
'relatedaudiofile' => { 155 => 'data' },
'relatedaudiofilename' => { 155 => '1Name' },
'relatedaudiofiletype' => { 155 => '0Type' },
@@ -5692,224 +5696,224 @@ my %tagLookup = (
'relatedimageheight' => { 119 => 0x1002 },
'relatedimagewidth' => { 119 => 0x1001 },
'relatedresourceid' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelatedResourceID'] },
- 'relatedsoundfile' => { 119 => 0xa004, 484 => 'RelatedSoundFile' },
+ 'relatedsoundfile' => { 119 => 0xa004, 486 => 'RelatedSoundFile' },
'relatedvideofile' => { 169 => 'data' },
'relatedvideofilename' => { 169 => '1Name' },
'relatedvideofiletype' => { 169 => '0Type' },
- 'relation' => { 481 => 'relation' },
+ 'relation' => { 483 => 'relation' },
'relationshipaccordingto' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipAccordingTo'] },
'relationshipestablisheddate' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipEstablishedDate'] },
'relationshipofresource' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResource'] },
'relationshipofresourceid' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipOfResourceID'] },
'relationshipremarks' => { 118 => [\'ResourceRelationship','ResourceRelationshipRelationshipRemarks'] },
'relativealtitude' => { 116 => 'RelativeAltitude' },
- 'relativepeakaudiofilepath' => { 504 => 'relativePeakAudioFilePath' },
- 'relativetimestamp' => { 504 => 'relativeTimestamp' },
- 'relativetimestampscale' => { 504 => [\'relativeTimestamp','relativeTimestampScale'] },
- 'relativetimestampvalue' => { 504 => [\'relativeTimestamp','relativeTimestampValue'] },
- 'releasebuttontousedial' => { 279 => '17.8', 280 => '18.5', 282 => '18.4', 283 => '18.4', 288 => '33.8', 289 => '17.6', 292 => '18.5', 293 => '18.4' },
- 'releasedate' => { 131 => 0x1e, 372 => 'rldt', 473 => 'ReleaseDate', 504 => 'releaseDate' },
- 'releasemode' => { 113 => 0x3001, 247 => 0x184d, 420 => 0xb049 },
- 'releasemode2' => { 429 => 0x112c, 430 => [0x112c,0x8], 431 => [0x1108,0x8], 432 => [0x1184,0x8], 433 => [0x1160,0x8], 434 => [0x4,0x1018], 435 => [0x4,0x210], 436 => [0x4,0x210], 437 => [0x4,0x208], 439 => [0x67,0x3f], 440 => [0x6b,0x6d,0x73,0x4b], 441 => [0x6b,0x4b], 442 => 0x10, 443 => 0x10, 444 => 0x9, 451 => 0x34 },
- 'releasemode3' => { 429 => 0x1128, 430 => 0x1128, 431 => 0x1104, 432 => 0x1180, 433 => 0x115c, 434 => 0x1014, 435 => 0x20c, 436 => 0x20c, 437 => 0x204 },
- 'releaseready' => { 490 => 'ReleaseReady' },
+ 'relativepeakaudiofilepath' => { 506 => 'relativePeakAudioFilePath' },
+ 'relativetimestamp' => { 506 => 'relativeTimestamp' },
+ 'relativetimestampscale' => { 506 => [\'relativeTimestamp','relativeTimestampScale'] },
+ 'relativetimestampvalue' => { 506 => [\'relativeTimestamp','relativeTimestampValue'] },
+ 'releasebuttontousedial' => { 281 => '17.8', 282 => '18.5', 284 => '18.4', 285 => '18.4', 290 => '33.8', 291 => '17.6', 294 => '18.5', 295 => '18.4' },
+ 'releasedate' => { 131 => 0x1e, 374 => 'rldt', 475 => 'ReleaseDate', 506 => 'releaseDate' },
+ 'releasemode' => { 113 => 0x3001, 249 => 0x184d, 422 => 0xb049 },
+ 'releasemode2' => { 431 => 0x112c, 432 => [0x112c,0x8], 433 => [0x1108,0x8], 434 => [0x1184,0x8], 435 => [0x1160,0x8], 436 => [0x4,0x1018], 437 => [0x4,0x210], 438 => [0x4,0x210], 439 => [0x4,0x208], 441 => [0x67,0x3f], 442 => [0x6b,0x6d,0x73,0x4b], 443 => [0x6b,0x4b], 444 => 0x10, 445 => 0x10, 446 => 0x9, 453 => 0x34 },
+ 'releasemode3' => { 431 => 0x1128, 432 => 0x1128, 433 => 0x1104, 434 => 0x1180, 435 => 0x115c, 436 => 0x1014, 437 => 0x20c, 438 => 0x20c, 439 => 0x204 },
+ 'releaseready' => { 492 => 'ReleaseReady' },
'releasesetting' => { 97 => 0x1016 },
- 'releasetime' => { 131 => 0x23, 473 => 'ReleaseTime' },
- 'remoteonduration' => { 281 => '3.4', 284 => '17.2', 285 => '18.2', 286 => '18.2', 287 => '18.2', 289 => '18.2', 290 => '4.3', 294 => '19.2' },
- 'renditionclass' => { 505 => 'RenditionClass' },
- 'renditionof' => { 505 => 'RenditionOf' },
- 'renditionofalternatepaths' => { 505 => [\'RenditionOf','RenditionOfAlternatePaths'] },
- 'renditionofdocumentid' => { 505 => [\'RenditionOf','RenditionOfDocumentID'] },
- 'renditionoffilepath' => { 505 => [\'RenditionOf','RenditionOfFilePath'] },
- 'renditionoffrompart' => { 505 => [\'RenditionOf','RenditionOfFromPart'] },
- 'renditionofinstanceid' => { 505 => [\'RenditionOf','RenditionOfInstanceID'] },
- 'renditionoflastmodifydate' => { 505 => [\'RenditionOf','RenditionOfLastModifyDate'] },
- 'renditionoflasturl' => { 505 => [\'RenditionOf','RenditionOfLastURL'] },
- 'renditionoflinkcategory' => { 505 => [\'RenditionOf','RenditionOfLinkCategory'] },
- 'renditionoflinkform' => { 505 => [\'RenditionOf','RenditionOfLinkForm'] },
- 'renditionofmanager' => { 505 => [\'RenditionOf','RenditionOfManager'] },
- 'renditionofmanagervariant' => { 505 => [\'RenditionOf','RenditionOfManagerVariant'] },
- 'renditionofmanageto' => { 505 => [\'RenditionOf','RenditionOfManageTo'] },
- 'renditionofmanageui' => { 505 => [\'RenditionOf','RenditionOfManageUI'] },
- 'renditionofmaskmarkers' => { 505 => [\'RenditionOf','RenditionOfMaskMarkers'] },
- 'renditionoforiginaldocumentid' => { 505 => [\'RenditionOf','RenditionOfOriginalDocumentID'] },
- 'renditionofpartmapping' => { 505 => [\'RenditionOf','RenditionOfPartMapping'] },
- 'renditionofplacedresolutionunit' => { 505 => [\'RenditionOf','RenditionOfPlacedResolutionUnit'] },
- 'renditionofplacedxresolution' => { 505 => [\'RenditionOf','RenditionOfPlacedXResolution'] },
- 'renditionofplacedyresolution' => { 505 => [\'RenditionOf','RenditionOfPlacedYResolution'] },
- 'renditionofrenditionclass' => { 505 => [\'RenditionOf','RenditionOfRenditionClass'] },
- 'renditionofrenditionparams' => { 505 => [\'RenditionOf','RenditionOfRenditionParams'] },
- 'renditionoftopart' => { 505 => [\'RenditionOf','RenditionOfToPart'] },
- 'renditionofversionid' => { 505 => [\'RenditionOf','RenditionOfVersionID'] },
- 'renditionparams' => { 505 => 'RenditionParams' },
- 'repeatingflashcount' => { 209 => 0xd, 210 => 0xe, 211 => 0xe, 212 => 0xe, 213 => 0xe, 288 => '17.2', 289 => '24.2', 290 => '9.2', 291 => '24.2', 294 => '25.2' },
- 'repeatingflashcountbuilt-in' => { 256 => 0x4db },
- 'repeatingflashcountexternal' => { 256 => 0x4c3 },
- 'repeatingflashoutput' => { 288 => '17.1', 289 => '24.1', 290 => '9.1', 291 => '24.1', 294 => '25.1' },
- 'repeatingflashoutputexternal' => { 256 => 0x4c0 },
- 'repeatingflashrate' => { 209 => 0xc, 210 => 0xd, 211 => 0xd, 212 => 0xd, 213 => 0xd, 288 => '18.1', 289 => '25.1', 290 => '10.1', 291 => '25.1', 294 => '26.1' },
- 'repeatingflashratebuilt-in' => { 256 => 0x4da },
- 'repeatingflashrateexternal' => { 256 => 0x4c2 },
- 'requirements' => { 380 => "\xa9req" },
- 'requires' => { 476 => 'requires' },
- 'resampleparams' => { 504 => 'resampleParams' },
- 'resampleparamsquality' => { 504 => [\'resampleParams','resampleParamsQuality'] },
+ 'releasetime' => { 131 => 0x23, 475 => 'ReleaseTime' },
+ 'remoteonduration' => { 283 => '3.4', 286 => '17.2', 287 => '18.2', 288 => '18.2', 289 => '18.2', 291 => '18.2', 292 => '4.3', 296 => '19.2' },
+ 'renditionclass' => { 507 => 'RenditionClass' },
+ 'renditionof' => { 507 => 'RenditionOf' },
+ 'renditionofalternatepaths' => { 507 => [\'RenditionOf','RenditionOfAlternatePaths'] },
+ 'renditionofdocumentid' => { 507 => [\'RenditionOf','RenditionOfDocumentID'] },
+ 'renditionoffilepath' => { 507 => [\'RenditionOf','RenditionOfFilePath'] },
+ 'renditionoffrompart' => { 507 => [\'RenditionOf','RenditionOfFromPart'] },
+ 'renditionofinstanceid' => { 507 => [\'RenditionOf','RenditionOfInstanceID'] },
+ 'renditionoflastmodifydate' => { 507 => [\'RenditionOf','RenditionOfLastModifyDate'] },
+ 'renditionoflasturl' => { 507 => [\'RenditionOf','RenditionOfLastURL'] },
+ 'renditionoflinkcategory' => { 507 => [\'RenditionOf','RenditionOfLinkCategory'] },
+ 'renditionoflinkform' => { 507 => [\'RenditionOf','RenditionOfLinkForm'] },
+ 'renditionofmanager' => { 507 => [\'RenditionOf','RenditionOfManager'] },
+ 'renditionofmanagervariant' => { 507 => [\'RenditionOf','RenditionOfManagerVariant'] },
+ 'renditionofmanageto' => { 507 => [\'RenditionOf','RenditionOfManageTo'] },
+ 'renditionofmanageui' => { 507 => [\'RenditionOf','RenditionOfManageUI'] },
+ 'renditionofmaskmarkers' => { 507 => [\'RenditionOf','RenditionOfMaskMarkers'] },
+ 'renditionoforiginaldocumentid' => { 507 => [\'RenditionOf','RenditionOfOriginalDocumentID'] },
+ 'renditionofpartmapping' => { 507 => [\'RenditionOf','RenditionOfPartMapping'] },
+ 'renditionofplacedresolutionunit' => { 507 => [\'RenditionOf','RenditionOfPlacedResolutionUnit'] },
+ 'renditionofplacedxresolution' => { 507 => [\'RenditionOf','RenditionOfPlacedXResolution'] },
+ 'renditionofplacedyresolution' => { 507 => [\'RenditionOf','RenditionOfPlacedYResolution'] },
+ 'renditionofrenditionclass' => { 507 => [\'RenditionOf','RenditionOfRenditionClass'] },
+ 'renditionofrenditionparams' => { 507 => [\'RenditionOf','RenditionOfRenditionParams'] },
+ 'renditionoftopart' => { 507 => [\'RenditionOf','RenditionOfToPart'] },
+ 'renditionofversionid' => { 507 => [\'RenditionOf','RenditionOfVersionID'] },
+ 'renditionparams' => { 507 => 'RenditionParams' },
+ 'repeatingflashcount' => { 209 => 0xd, 210 => 0xe, 211 => 0xe, 212 => 0xe, 213 => 0xe, 290 => '17.2', 291 => '24.2', 292 => '9.2', 293 => '24.2', 296 => '25.2' },
+ 'repeatingflashcountbuilt-in' => { 258 => 0x4db },
+ 'repeatingflashcountexternal' => { 258 => 0x4c3 },
+ 'repeatingflashoutput' => { 290 => '17.1', 291 => '24.1', 292 => '9.1', 293 => '24.1', 296 => '25.1' },
+ 'repeatingflashoutputexternal' => { 258 => 0x4c0 },
+ 'repeatingflashrate' => { 209 => 0xc, 210 => 0xd, 211 => 0xd, 212 => 0xd, 213 => 0xd, 290 => '18.1', 291 => '25.1', 292 => '10.1', 293 => '25.1', 296 => '26.1' },
+ 'repeatingflashratebuilt-in' => { 258 => 0x4da },
+ 'repeatingflashrateexternal' => { 258 => 0x4c2 },
+ 'requirements' => { 382 => "\xa9req" },
+ 'requires' => { 478 => 'requires' },
+ 'resampleparams' => { 506 => 'resampleParams' },
+ 'resampleparamsquality' => { 506 => [\'resampleParams','resampleParamsQuality'] },
'resamplingkerneldenominators050' => { 138 => 0xe50 },
'resamplingkerneldenominators067' => { 138 => 0xe4f },
'resamplingkerneldenominators100' => { 138 => 0xe51 },
- 'resaved' => { 396 => 0x21e },
+ 'resaved' => { 398 => 0x21e },
'resetblacksegrows' => { 138 => 0x181a },
'resolution' => { 162 => 'Resolution' },
- 'resolutionmode' => { 397 => [0x87,0x4] },
- 'resolutionunit' => { 119 => 0x128, 134 => 0x2, 500 => 'ResolutionUnit' },
+ 'resolutionmode' => { 399 => [0x87,0x4] },
+ 'resolutionunit' => { 119 => 0x128, 134 => 0x2, 502 => 'ResolutionUnit' },
'resourceid' => { 118 => [\'ResourceRelationship','ResourceRelationshipResourceID'] },
'resourcerelationship' => { 118 => 'ResourceRelationship' },
'resourcerelationshipid' => { 118 => [\'ResourceRelationship','ResourceRelationshipResourceRelationshipID'] },
'restrictdrivemodes' => { 84 => 0x612 },
- 'restrictions' => { 497 => 'restrictions' },
- 'retouchareafeather' => { 478 => [\'RetouchAreas','RetouchAreasFeather'], 480 => [\'RetouchAreas','RetouchAreasFeather'] },
- 'retouchareamaskalpha' => { 478 => [\'RetouchAreas','RetouchAreasMasksAlpha'], 480 => [\'RetouchAreas','RetouchAreasMasksAlpha'] },
- 'retouchareamaskangle' => { 478 => [\'RetouchAreas','RetouchAreasMasksAngle'], 480 => [\'RetouchAreas','RetouchAreasMasksAngle'] },
- 'retouchareamaskbottom' => { 478 => [\'RetouchAreas','RetouchAreasMasksBottom'], 480 => [\'RetouchAreas','RetouchAreasMasksBottom'] },
- 'retouchareamaskcentervalue' => { 478 => [\'RetouchAreas','RetouchAreasMasksCenterValue'], 480 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] },
- 'retouchareamaskcenterweight' => { 478 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'], 480 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] },
- 'retouchareamaskdabs' => { 478 => [\'RetouchAreas','RetouchAreasMasksDabs'], 480 => [\'RetouchAreas','RetouchAreasMasksDabs'] },
- 'retouchareamaskfeather' => { 478 => [\'RetouchAreas','RetouchAreasMasksFeather'], 480 => [\'RetouchAreas','RetouchAreasMasksFeather'] },
- 'retouchareamaskflipped' => { 478 => [\'RetouchAreas','RetouchAreasMasksFlipped'], 480 => [\'RetouchAreas','RetouchAreasMasksFlipped'] },
- 'retouchareamaskflow' => { 478 => [\'RetouchAreas','RetouchAreasMasksFlow'], 480 => [\'RetouchAreas','RetouchAreasMasksFlow'] },
- 'retouchareamaskfullx' => { 478 => [\'RetouchAreas','RetouchAreasMasksFullX'], 480 => [\'RetouchAreas','RetouchAreasMasksFullX'] },
- 'retouchareamaskfully' => { 478 => [\'RetouchAreas','RetouchAreasMasksFullY'], 480 => [\'RetouchAreas','RetouchAreasMasksFullY'] },
- 'retouchareamaskinputdigest' => { 478 => [\'RetouchAreas','RetouchAreasMasksInputDigest'], 480 => [\'RetouchAreas','RetouchAreasMasksInputDigest'] },
- 'retouchareamaskleft' => { 478 => [\'RetouchAreas','RetouchAreasMasksLeft'], 480 => [\'RetouchAreas','RetouchAreasMasksLeft'] },
- 'retouchareamaskmaskactive' => { 478 => [\'RetouchAreas','RetouchAreasMasksMaskActive'], 480 => [\'RetouchAreas','RetouchAreasMasksMaskActive'] },
- 'retouchareamaskmaskblendmode' => { 478 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'], 480 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'] },
- 'retouchareamaskmaskdigest' => { 478 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'], 480 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'] },
- 'retouchareamaskmaskinverted' => { 478 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'], 480 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'] },
- 'retouchareamaskmaskname' => { 478 => [\'RetouchAreas','RetouchAreasMasksMaskName'], 480 => [\'RetouchAreas','RetouchAreasMasksMaskName'] },
- 'retouchareamaskmasks' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasks'], 480 => [\'RetouchAreas','RetouchAreasMasksMasks'] },
- 'retouchareamaskmasksalpha' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'] },
- 'retouchareamaskmasksangle' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'] },
- 'retouchareamaskmasksbottom' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'] },
- 'retouchareamaskmaskscentervalue' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'] },
- 'retouchareamaskmaskscenterweight' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'] },
- 'retouchareamaskmasksdabs' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'] },
- 'retouchareamaskmasksfeather' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'] },
- 'retouchareamaskmasksflipped' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'] },
- 'retouchareamaskmasksflow' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'] },
- 'retouchareamaskmasksfullx' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'] },
- 'retouchareamaskmasksfully' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'] },
- 'retouchareamaskmasksinputdigest' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'] },
- 'retouchareamaskmasksleft' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'] },
- 'retouchareamaskmasksmaskactive' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'] },
- 'retouchareamaskmasksmaskblendmode' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'] },
- 'retouchareamaskmasksmaskdigest' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'] },
- 'retouchareamaskmasksmaskinverted' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'] },
- 'retouchareamaskmasksmaskname' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'] },
- 'retouchareamaskmasksmasksubtype' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'] },
- 'retouchareamaskmasksmasksyncid' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'] },
- 'retouchareamaskmasksmaskversion' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'] },
- 'retouchareamaskmasksmidpoint' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'] },
- 'retouchareamaskmasksorigin' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'] },
- 'retouchareamaskmasksperimetervalue' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'] },
- 'retouchareamaskmasksradius' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'] },
- 'retouchareamaskmasksreferencepoint' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'] },
- 'retouchareamaskmasksright' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksRight'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksRight'] },
- 'retouchareamaskmasksroundness' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'] },
- 'retouchareamaskmaskssizex' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'] },
- 'retouchareamaskmaskssizey' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'] },
- 'retouchareamaskmaskstop' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksTop'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksTop'] },
- 'retouchareamaskmasksubtype' => { 478 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'], 480 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'] },
- 'retouchareamaskmasksvalue' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'] },
- 'retouchareamaskmasksversion' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'] },
- 'retouchareamaskmaskswhat' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'] },
- 'retouchareamaskmaskswholeimagearea' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'] },
- 'retouchareamaskmasksx' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksX'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksX'] },
- 'retouchareamaskmasksy' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksY'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksY'] },
- 'retouchareamaskmasksyncid' => { 478 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'], 480 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'] },
- 'retouchareamaskmaskszerox' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'] },
- 'retouchareamaskmaskszeroy' => { 478 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'], 480 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'] },
- 'retouchareamaskmaskversion' => { 478 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'], 480 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'] },
- 'retouchareamaskmidpoint' => { 478 => [\'RetouchAreas','RetouchAreasMasksMidpoint'], 480 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] },
- 'retouchareamaskorigin' => { 478 => [\'RetouchAreas','RetouchAreasMasksOrigin'], 480 => [\'RetouchAreas','RetouchAreasMasksOrigin'] },
- 'retouchareamaskperimetervalue' => { 478 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'], 480 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] },
- 'retouchareamaskradius' => { 478 => [\'RetouchAreas','RetouchAreasMasksRadius'], 480 => [\'RetouchAreas','RetouchAreasMasksRadius'] },
- 'retouchareamaskrange' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'] },
- 'retouchareamaskrangeareamodels' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'] },
- 'retouchareamaskrangeareamodelscolorsampleinfo' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
- 'retouchareamaskrangeareamodelscomponents' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
- 'retouchareamaskrangecoloramount' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'] },
- 'retouchareamaskrangedepthfeather' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'] },
- 'retouchareamaskrangedepthmax' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'] },
- 'retouchareamaskrangedepthmin' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'] },
- 'retouchareamaskrangeinvert' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'] },
- 'retouchareamaskrangelumfeather' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'] },
- 'retouchareamaskrangeluminancedepthsampleinfo' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
- 'retouchareamaskrangelummax' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'] },
- 'retouchareamaskrangelummin' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'] },
- 'retouchareamaskrangelumrange' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'] },
- 'retouchareamaskrangesampletype' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'] },
- 'retouchareamaskrangetype' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'] },
- 'retouchareamaskrangeversion' => { 478 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'], 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'] },
- 'retouchareamaskreferencepoint' => { 478 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'], 480 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'] },
- 'retouchareamaskright' => { 478 => [\'RetouchAreas','RetouchAreasMasksRight'], 480 => [\'RetouchAreas','RetouchAreasMasksRight'] },
- 'retouchareamaskroundness' => { 478 => [\'RetouchAreas','RetouchAreasMasksRoundness'], 480 => [\'RetouchAreas','RetouchAreasMasksRoundness'] },
- 'retouchareamasks' => { 478 => [\'RetouchAreas','RetouchAreasMasks'], 480 => [\'RetouchAreas','RetouchAreasMasks'] },
- 'retouchareamasksizex' => { 478 => [\'RetouchAreas','RetouchAreasMasksSizeX'], 480 => [\'RetouchAreas','RetouchAreasMasksSizeX'] },
- 'retouchareamasksizey' => { 478 => [\'RetouchAreas','RetouchAreasMasksSizeY'], 480 => [\'RetouchAreas','RetouchAreasMasksSizeY'] },
- 'retouchareamasktop' => { 478 => [\'RetouchAreas','RetouchAreasMasksTop'], 480 => [\'RetouchAreas','RetouchAreasMasksTop'] },
- 'retouchareamaskvalue' => { 478 => [\'RetouchAreas','RetouchAreasMasksMaskValue'], 480 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] },
- 'retouchareamaskversion' => { 478 => [\'RetouchAreas','RetouchAreasMasksVersion'], 480 => [\'RetouchAreas','RetouchAreasMasksVersion'] },
- 'retouchareamaskwhat' => { 478 => [\'RetouchAreas','RetouchAreasMasksWhat'], 480 => [\'RetouchAreas','RetouchAreasMasksWhat'] },
- 'retouchareamaskwholeimagearea' => { 478 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'], 480 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'] },
- 'retouchareamaskx' => { 478 => [\'RetouchAreas','RetouchAreasMasksX'], 480 => [\'RetouchAreas','RetouchAreasMasksX'] },
- 'retouchareamasky' => { 478 => [\'RetouchAreas','RetouchAreasMasksY'], 480 => [\'RetouchAreas','RetouchAreasMasksY'] },
- 'retouchareamaskzerox' => { 478 => [\'RetouchAreas','RetouchAreasMasksZeroX'], 480 => [\'RetouchAreas','RetouchAreasMasksZeroX'] },
- 'retouchareamaskzeroy' => { 478 => [\'RetouchAreas','RetouchAreasMasksZeroY'], 480 => [\'RetouchAreas','RetouchAreasMasksZeroY'] },
- 'retouchareamethod' => { 478 => [\'RetouchAreas','RetouchAreasMethod'], 480 => [\'RetouchAreas','RetouchAreasMethod'] },
- 'retouchareaoffsety' => { 478 => [\'RetouchAreas','RetouchAreasOffsetY'], 480 => [\'RetouchAreas','RetouchAreasOffsetY'] },
- 'retouchareaopacity' => { 478 => [\'RetouchAreas','RetouchAreasOpacity'], 480 => [\'RetouchAreas','RetouchAreasOpacity'] },
- 'retouchareas' => { 478 => 'RetouchAreas', 480 => 'RetouchAreas' },
- 'retouchareaseed' => { 478 => [\'RetouchAreas','RetouchAreasSeed'], 480 => [\'RetouchAreas','RetouchAreasSeed'] },
- 'retouchareasourcestate' => { 478 => [\'RetouchAreas','RetouchAreasSourceState'], 480 => [\'RetouchAreas','RetouchAreasSourceState'] },
- 'retouchareasourcex' => { 478 => [\'RetouchAreas','RetouchAreasSourceX'], 480 => [\'RetouchAreas','RetouchAreasSourceX'] },
- 'retouchareaspottype' => { 478 => [\'RetouchAreas','RetouchAreasSpotType'], 480 => [\'RetouchAreas','RetouchAreasSpotType'] },
- 'retouchhistory' => { 226 => 0x9e },
- 'retouchinfo' => { 478 => 'RetouchInfo', 480 => 'RetouchInfo' },
- 'retouchnefprocessing' => { 236 => 0x5 },
+ 'restrictions' => { 499 => 'restrictions' },
+ 'retouchareafeather' => { 480 => [\'RetouchAreas','RetouchAreasFeather'], 482 => [\'RetouchAreas','RetouchAreasFeather'] },
+ 'retouchareamaskalpha' => { 480 => [\'RetouchAreas','RetouchAreasMasksAlpha'], 482 => [\'RetouchAreas','RetouchAreasMasksAlpha'] },
+ 'retouchareamaskangle' => { 480 => [\'RetouchAreas','RetouchAreasMasksAngle'], 482 => [\'RetouchAreas','RetouchAreasMasksAngle'] },
+ 'retouchareamaskbottom' => { 480 => [\'RetouchAreas','RetouchAreasMasksBottom'], 482 => [\'RetouchAreas','RetouchAreasMasksBottom'] },
+ 'retouchareamaskcentervalue' => { 480 => [\'RetouchAreas','RetouchAreasMasksCenterValue'], 482 => [\'RetouchAreas','RetouchAreasMasksCenterValue'] },
+ 'retouchareamaskcenterweight' => { 480 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'], 482 => [\'RetouchAreas','RetouchAreasMasksCenterWeight'] },
+ 'retouchareamaskdabs' => { 480 => [\'RetouchAreas','RetouchAreasMasksDabs'], 482 => [\'RetouchAreas','RetouchAreasMasksDabs'] },
+ 'retouchareamaskfeather' => { 480 => [\'RetouchAreas','RetouchAreasMasksFeather'], 482 => [\'RetouchAreas','RetouchAreasMasksFeather'] },
+ 'retouchareamaskflipped' => { 480 => [\'RetouchAreas','RetouchAreasMasksFlipped'], 482 => [\'RetouchAreas','RetouchAreasMasksFlipped'] },
+ 'retouchareamaskflow' => { 480 => [\'RetouchAreas','RetouchAreasMasksFlow'], 482 => [\'RetouchAreas','RetouchAreasMasksFlow'] },
+ 'retouchareamaskfullx' => { 480 => [\'RetouchAreas','RetouchAreasMasksFullX'], 482 => [\'RetouchAreas','RetouchAreasMasksFullX'] },
+ 'retouchareamaskfully' => { 480 => [\'RetouchAreas','RetouchAreasMasksFullY'], 482 => [\'RetouchAreas','RetouchAreasMasksFullY'] },
+ 'retouchareamaskinputdigest' => { 480 => [\'RetouchAreas','RetouchAreasMasksInputDigest'], 482 => [\'RetouchAreas','RetouchAreasMasksInputDigest'] },
+ 'retouchareamaskleft' => { 480 => [\'RetouchAreas','RetouchAreasMasksLeft'], 482 => [\'RetouchAreas','RetouchAreasMasksLeft'] },
+ 'retouchareamaskmaskactive' => { 480 => [\'RetouchAreas','RetouchAreasMasksMaskActive'], 482 => [\'RetouchAreas','RetouchAreasMasksMaskActive'] },
+ 'retouchareamaskmaskblendmode' => { 480 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'], 482 => [\'RetouchAreas','RetouchAreasMasksMaskBlendMode'] },
+ 'retouchareamaskmaskdigest' => { 480 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'], 482 => [\'RetouchAreas','RetouchAreasMasksMaskDigest'] },
+ 'retouchareamaskmaskinverted' => { 480 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'], 482 => [\'RetouchAreas','RetouchAreasMasksMaskInverted'] },
+ 'retouchareamaskmaskname' => { 480 => [\'RetouchAreas','RetouchAreasMasksMaskName'], 482 => [\'RetouchAreas','RetouchAreasMasksMaskName'] },
+ 'retouchareamaskmasks' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasks'], 482 => [\'RetouchAreas','RetouchAreasMasksMasks'] },
+ 'retouchareamaskmasksalpha' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksAlpha'] },
+ 'retouchareamaskmasksangle' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksAngle'] },
+ 'retouchareamaskmasksbottom' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksBottom'] },
+ 'retouchareamaskmaskscentervalue' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksCenterValue'] },
+ 'retouchareamaskmaskscenterweight' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksCenterWeight'] },
+ 'retouchareamaskmasksdabs' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksDabs'] },
+ 'retouchareamaskmasksfeather' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksFeather'] },
+ 'retouchareamaskmasksflipped' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksFlipped'] },
+ 'retouchareamaskmasksflow' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksFlow'] },
+ 'retouchareamaskmasksfullx' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksFullX'] },
+ 'retouchareamaskmasksfully' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksFullY'] },
+ 'retouchareamaskmasksinputdigest' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksInputDigest'] },
+ 'retouchareamaskmasksleft' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksLeft'] },
+ 'retouchareamaskmasksmaskactive' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksMaskActive'] },
+ 'retouchareamaskmasksmaskblendmode' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksMaskBlendMode'] },
+ 'retouchareamaskmasksmaskdigest' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksMaskDigest'] },
+ 'retouchareamaskmasksmaskinverted' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksMaskInverted'] },
+ 'retouchareamaskmasksmaskname' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksMaskName'] },
+ 'retouchareamaskmasksmasksubtype' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSubType'] },
+ 'retouchareamaskmasksmasksyncid' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksMaskSyncID'] },
+ 'retouchareamaskmasksmaskversion' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksMaskVersion'] },
+ 'retouchareamaskmasksmidpoint' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksMidpoint'] },
+ 'retouchareamaskmasksorigin' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksOrigin'] },
+ 'retouchareamaskmasksperimetervalue' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksPerimeterValue'] },
+ 'retouchareamaskmasksradius' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksRadius'] },
+ 'retouchareamaskmasksreferencepoint' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksReferencePoint'] },
+ 'retouchareamaskmasksright' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksRight'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksRight'] },
+ 'retouchareamaskmasksroundness' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksRoundness'] },
+ 'retouchareamaskmaskssizex' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksSizeX'] },
+ 'retouchareamaskmaskssizey' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksSizeY'] },
+ 'retouchareamaskmaskstop' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksTop'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksTop'] },
+ 'retouchareamaskmasksubtype' => { 480 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'], 482 => [\'RetouchAreas','RetouchAreasMasksMaskSubType'] },
+ 'retouchareamaskmasksvalue' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksMaskValue'] },
+ 'retouchareamaskmasksversion' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksVersion'] },
+ 'retouchareamaskmaskswhat' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksWhat'] },
+ 'retouchareamaskmaskswholeimagearea' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksWholeImageArea'] },
+ 'retouchareamaskmasksx' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksX'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksX'] },
+ 'retouchareamaskmasksy' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksY'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksY'] },
+ 'retouchareamaskmasksyncid' => { 480 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'], 482 => [\'RetouchAreas','RetouchAreasMasksMaskSyncID'] },
+ 'retouchareamaskmaskszerox' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksZeroX'] },
+ 'retouchareamaskmaskszeroy' => { 480 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'], 482 => [\'RetouchAreas','RetouchAreasMasksMasksZeroY'] },
+ 'retouchareamaskmaskversion' => { 480 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'], 482 => [\'RetouchAreas','RetouchAreasMasksMaskVersion'] },
+ 'retouchareamaskmidpoint' => { 480 => [\'RetouchAreas','RetouchAreasMasksMidpoint'], 482 => [\'RetouchAreas','RetouchAreasMasksMidpoint'] },
+ 'retouchareamaskorigin' => { 480 => [\'RetouchAreas','RetouchAreasMasksOrigin'], 482 => [\'RetouchAreas','RetouchAreasMasksOrigin'] },
+ 'retouchareamaskperimetervalue' => { 480 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'], 482 => [\'RetouchAreas','RetouchAreasMasksPerimeterValue'] },
+ 'retouchareamaskradius' => { 480 => [\'RetouchAreas','RetouchAreasMasksRadius'], 482 => [\'RetouchAreas','RetouchAreasMasksRadius'] },
+ 'retouchareamaskrange' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMask'] },
+ 'retouchareamaskrangeareamodels' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModels'] },
+ 'retouchareamaskrangeareamodelscolorsampleinfo' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsColorRangeMaskAreaSampleInfo'] },
+ 'retouchareamaskrangeareamodelscomponents' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskAreaModelsAreaComponents'] },
+ 'retouchareamaskrangecoloramount' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskColorAmount'] },
+ 'retouchareamaskrangedepthfeather' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthFeather'] },
+ 'retouchareamaskrangedepthmax' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMax'] },
+ 'retouchareamaskrangedepthmin' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskDepthMin'] },
+ 'retouchareamaskrangeinvert' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskInvert'] },
+ 'retouchareamaskrangelumfeather' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumFeather'] },
+ 'retouchareamaskrangeluminancedepthsampleinfo' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLuminanceDepthSampleInfo'] },
+ 'retouchareamaskrangelummax' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMax'] },
+ 'retouchareamaskrangelummin' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumMin'] },
+ 'retouchareamaskrangelumrange' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskLumRange'] },
+ 'retouchareamaskrangesampletype' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskSampleType'] },
+ 'retouchareamaskrangetype' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskType'] },
+ 'retouchareamaskrangeversion' => { 480 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'], 482 => [\'RetouchAreas','RetouchAreasMasksCorrectionRangeMaskVersion'] },
+ 'retouchareamaskreferencepoint' => { 480 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'], 482 => [\'RetouchAreas','RetouchAreasMasksReferencePoint'] },
+ 'retouchareamaskright' => { 480 => [\'RetouchAreas','RetouchAreasMasksRight'], 482 => [\'RetouchAreas','RetouchAreasMasksRight'] },
+ 'retouchareamaskroundness' => { 480 => [\'RetouchAreas','RetouchAreasMasksRoundness'], 482 => [\'RetouchAreas','RetouchAreasMasksRoundness'] },
+ 'retouchareamasks' => { 480 => [\'RetouchAreas','RetouchAreasMasks'], 482 => [\'RetouchAreas','RetouchAreasMasks'] },
+ 'retouchareamasksizex' => { 480 => [\'RetouchAreas','RetouchAreasMasksSizeX'], 482 => [\'RetouchAreas','RetouchAreasMasksSizeX'] },
+ 'retouchareamasksizey' => { 480 => [\'RetouchAreas','RetouchAreasMasksSizeY'], 482 => [\'RetouchAreas','RetouchAreasMasksSizeY'] },
+ 'retouchareamasktop' => { 480 => [\'RetouchAreas','RetouchAreasMasksTop'], 482 => [\'RetouchAreas','RetouchAreasMasksTop'] },
+ 'retouchareamaskvalue' => { 480 => [\'RetouchAreas','RetouchAreasMasksMaskValue'], 482 => [\'RetouchAreas','RetouchAreasMasksMaskValue'] },
+ 'retouchareamaskversion' => { 480 => [\'RetouchAreas','RetouchAreasMasksVersion'], 482 => [\'RetouchAreas','RetouchAreasMasksVersion'] },
+ 'retouchareamaskwhat' => { 480 => [\'RetouchAreas','RetouchAreasMasksWhat'], 482 => [\'RetouchAreas','RetouchAreasMasksWhat'] },
+ 'retouchareamaskwholeimagearea' => { 480 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'], 482 => [\'RetouchAreas','RetouchAreasMasksWholeImageArea'] },
+ 'retouchareamaskx' => { 480 => [\'RetouchAreas','RetouchAreasMasksX'], 482 => [\'RetouchAreas','RetouchAreasMasksX'] },
+ 'retouchareamasky' => { 480 => [\'RetouchAreas','RetouchAreasMasksY'], 482 => [\'RetouchAreas','RetouchAreasMasksY'] },
+ 'retouchareamaskzerox' => { 480 => [\'RetouchAreas','RetouchAreasMasksZeroX'], 482 => [\'RetouchAreas','RetouchAreasMasksZeroX'] },
+ 'retouchareamaskzeroy' => { 480 => [\'RetouchAreas','RetouchAreasMasksZeroY'], 482 => [\'RetouchAreas','RetouchAreasMasksZeroY'] },
+ 'retouchareamethod' => { 480 => [\'RetouchAreas','RetouchAreasMethod'], 482 => [\'RetouchAreas','RetouchAreasMethod'] },
+ 'retouchareaoffsety' => { 480 => [\'RetouchAreas','RetouchAreasOffsetY'], 482 => [\'RetouchAreas','RetouchAreasOffsetY'] },
+ 'retouchareaopacity' => { 480 => [\'RetouchAreas','RetouchAreasOpacity'], 482 => [\'RetouchAreas','RetouchAreasOpacity'] },
+ 'retouchareas' => { 480 => 'RetouchAreas', 482 => 'RetouchAreas' },
+ 'retouchareaseed' => { 480 => [\'RetouchAreas','RetouchAreasSeed'], 482 => [\'RetouchAreas','RetouchAreasSeed'] },
+ 'retouchareasourcestate' => { 480 => [\'RetouchAreas','RetouchAreasSourceState'], 482 => [\'RetouchAreas','RetouchAreasSourceState'] },
+ 'retouchareasourcex' => { 480 => [\'RetouchAreas','RetouchAreasSourceX'], 482 => [\'RetouchAreas','RetouchAreasSourceX'] },
+ 'retouchareaspottype' => { 480 => [\'RetouchAreas','RetouchAreasSpotType'], 482 => [\'RetouchAreas','RetouchAreasSpotType'] },
+ 'retouchhistory' => { 227 => 0x9e },
+ 'retouchinfo' => { 480 => 'RetouchInfo', 482 => 'RetouchInfo' },
+ 'retouchnefprocessing' => { 238 => 0x5 },
'retractlensonpoweroff' => { 84 => 0x814 },
- 'reuse' => { 307 => 'Reuse' },
- 'reuseallowed' => { 507 => 'ReuseAllowed' },
- 'reuseprohibited' => { 497 => 'reuseProhibited' },
- 'reverseexposurecompdial' => { 286 => '5.2' },
- 'reversefocusring' => { 295 => 0x163 },
- 'reverseindicators' => { 279 => '12.1', 280 => '6.1', 282 => '6.1', 283 => '6.1', 284 => '4.3', 285 => '5.2', 286 => '5.4', 288 => '33.5', 289 => '5.1', 292 => '6.1', 293 => '6.1', 294 => '6.2', 295 => 0xc1 },
- 'reverseshutterspeedaperture' => { 286 => '5.3' },
- 'revision' => { 482 => 'revision' },
+ 'reuse' => { 309 => 'Reuse' },
+ 'reuseallowed' => { 509 => 'ReuseAllowed' },
+ 'reuseprohibited' => { 499 => 'reuseProhibited' },
+ 'reverseexposurecompdial' => { 288 => '5.2' },
+ 'reversefocusring' => { 297 => 0x163 },
+ 'reverseindicators' => { 281 => '12.1', 282 => '6.1', 284 => '6.1', 285 => '6.1', 286 => '4.3', 287 => '5.2', 288 => '5.4', 290 => '33.5', 291 => '5.1', 294 => '6.1', 295 => '6.1', 296 => '6.2', 297 => 0xc1 },
+ 'reverseshutterspeedaperture' => { 288 => '5.3' },
+ 'revision' => { 484 => 'revision' },
'rflensmffocusringsensitivity' => { 84 => 0x714 },
'rflenstype' => { 57 => 0x3d },
'rgbcurvelimits' => { 108 => 0x238 },
'rgbcurvepoints' => { 107 => 0x7, 108 => 0x20e },
'rgbtables' => { 119 => 0xcd3b },
- 'richtextcomment' => { 487 => 'RichTextComment' },
- 'ricohdate' => { 386 => 0x6 },
- 'ricohimageheight' => { 386 => 0x2 },
- 'ricohimagewidth' => { 386 => 0x0 },
- 'rightalbedo' => { 469 => 'RightAlbedo' },
+ 'richtextcomment' => { 489 => 'RichTextComment' },
+ 'ricohdate' => { 388 => 0x6 },
+ 'ricohimageheight' => { 388 => 0x2 },
+ 'ricohimagewidth' => { 388 => 0x0 },
+ 'rightalbedo' => { 471 => 'RightAlbedo' },
'rightascension' => { 165 => 'RightAscension' },
- 'rights' => { 481 => 'rights' },
- 'rightsagent' => { 497 => 'rightsAgent' },
- 'rightsowner' => { 497 => 'rightsOwner' },
- 'roll' => { 115 => 0x8, 380 => ['roll',"\xa9frl"] },
- 'rollangle' => { 247 => 0x350b, 248 => 0x2c24, 252 => 0xc21a, 257 => 0x36f4, 258 => 0x2efb, 260 => 0xce32, 261 => 0xeaeb, 297 => 0x903, 320 => 0x90, 354 => 0x1, 392 => 0x2 },
+ 'rights' => { 483 => 'rights' },
+ 'rightsagent' => { 499 => 'rightsAgent' },
+ 'rightsowner' => { 499 => 'rightsOwner' },
+ 'roll' => { 115 => 0x8, 382 => ['roll',"\xa9frl"] },
+ 'rollangle' => { 249 => 0x350b, 250 => 0x2c24, 254 => 0xc21a, 259 => 0x36f4, 260 => 0x2efb, 262 => 0xce32, 263 => 0xeaeb, 299 => 0x903, 322 => 0x90, 356 => 0x1, 394 => 0x2 },
'romoperationmode' => { 97 => 0x80d },
- 'rotation' => { 30 => 0x17, 31 => 0x18, 96 => 0x3, 103 => 0x10002, 108 => 0x26e, 114 => 'QuickTime-Rotation', 123 => 0x4, 165 => 'Rotation', 182 => [0x65,0x50], 183 => 0x46, 184 => 0x5a, 187 => 0x10, 247 => 0x3693, 248 => 0xca, 255 => '590.1', 272 => 0x76a43207, 320 => 0x30, 336 => '17.2', 366 => 0xd8, 373 => 'irot', 407 => 0x3f, 408 => 0x3f, 418 => 0x10 },
- 'routedto' => { 486 => 'RoutedTo' },
- 'routing' => { 371 => 'Routing' },
- 'routingdestinations' => { 468 => 'RoutingDestinations' },
- 'routingexclusions' => { 468 => 'RoutingExclusions' },
- 'routingnotes' => { 486 => 'RoutingNotes' },
+ 'rotation' => { 30 => 0x17, 31 => 0x18, 96 => 0x3, 103 => 0x10002, 108 => 0x26e, 114 => 'QuickTime-Rotation', 123 => 0x4, 165 => 'Rotation', 182 => [0x65,0x50], 183 => 0x46, 184 => 0x5a, 187 => 0x10, 249 => 0x3693, 250 => 0xca, 257 => '590.1', 274 => 0x76a43207, 322 => 0x30, 338 => '17.2', 368 => 0xd8, 375 => 'irot', 409 => 0x3f, 410 => 0x3f, 420 => 0x10 },
+ 'routedto' => { 488 => 'RoutedTo' },
+ 'routing' => { 373 => 'Routing' },
+ 'routingdestinations' => { 470 => 'RoutingDestinations' },
+ 'routingexclusions' => { 470 => 'RoutingExclusions' },
+ 'routingnotes' => { 488 => 'RoutingNotes' },
'rowsperstrip' => { 119 => 0x116 },
- 'rpp' => { 473 => 'rpp' },
+ 'rpp' => { 475 => 'rpp' },
'rtkflag' => { 116 => 'RtkFlag' },
'rtkstdhgt' => { 116 => 'RtkStdHgt' },
'rtkstdlat' => { 116 => 'RtkStdLat' },
@@ -5918,35 +5922,35 @@ my %tagLookup = (
'safetyshiftinavortv' => { 82 => 0x10, 83 => 0x10, 85 => 0xf, 86 => 0x10, 89 => 0x10 },
'sameexposurefornewaperture' => { 84 => 0x112 },
'samplebits' => { 155 => 'SampleBits' },
- 'samplepagerange' => { 494 => 'samplePageRange' },
+ 'samplepagerange' => { 496 => 'samplePageRange' },
'samplerate' => { 155 => 'SampleRate' },
- 'samplesperpixel' => { 119 => 0x115, 325 => 0x8, 500 => 'SamplesPerPixel' },
+ 'samplesperpixel' => { 119 => 0x115, 327 => 0x8, 502 => 'SamplesPerPixel' },
'samplestructure' => { 133 => 0x5a },
- 'samsungmodelid' => { 394 => 0x3 },
- 'sanyoquality' => { 396 => 0x201 },
- 'sanyothumbnail' => { 396 => 0x100 },
- 'saturation' => { 10 => 0x6e, 12 => 0x76, 34 => 0xe, 51 => 0x1, 63 => 0x7, 112 => 0xd, 113 => [0x3013,0x1f], 119 => [0xa409,0xfe55], 127 => 0x1003, 156 => 'Saturation', 181 => 0x1f, 182 => 0x32, 183 => 0x28, 184 => 0x1a, 189 => 0x1, 226 => 0xaa, 231 => 0x35, 232 => 0x3b, 233 => 0x43, 320 => 0x40, 322 => 0x300d, 355 => 0x1f, 362 => 0xd, 381 => 0x27, 383 => 0x58, 386 => 0x28, 387 => 0x1013, 397 => 0x10, 407 => 0x1e, 408 => 0x1b, 420 => 0x2005, 478 => 'Saturation', 480 => 'Saturation', 484 => 'Saturation' },
- 'saturationadj' => { 103 => 0x20901, 108 => 0x116, 226 => 0x94, 271 => 0x1, 275 => 0x2e, 455 => 0x8016 },
- 'saturationadjustmentaqua' => { 478 => 'SaturationAdjustmentAqua', 480 => 'SaturationAdjustmentAqua' },
- 'saturationadjustmentblue' => { 478 => 'SaturationAdjustmentBlue', 480 => 'SaturationAdjustmentBlue' },
- 'saturationadjustmentgreen' => { 478 => 'SaturationAdjustmentGreen', 480 => 'SaturationAdjustmentGreen' },
- 'saturationadjustmentmagenta' => { 478 => 'SaturationAdjustmentMagenta', 480 => 'SaturationAdjustmentMagenta' },
- 'saturationadjustmentorange' => { 478 => 'SaturationAdjustmentOrange', 480 => 'SaturationAdjustmentOrange' },
- 'saturationadjustmentpurple' => { 478 => 'SaturationAdjustmentPurple', 480 => 'SaturationAdjustmentPurple' },
- 'saturationadjustmentred' => { 478 => 'SaturationAdjustmentRed', 480 => 'SaturationAdjustmentRed' },
- 'saturationadjustmentyellow' => { 478 => 'SaturationAdjustmentYellow', 480 => 'SaturationAdjustmentYellow' },
+ 'samsungmodelid' => { 396 => 0x3 },
+ 'sanyoquality' => { 398 => 0x201 },
+ 'sanyothumbnail' => { 398 => 0x100 },
+ 'saturation' => { 10 => 0x6e, 12 => 0x76, 34 => 0xe, 51 => 0x1, 63 => 0x7, 112 => 0xd, 113 => [0x3013,0x1f], 119 => [0xa409,0xfe55], 127 => 0x1003, 156 => 'Saturation', 181 => 0x1f, 182 => 0x32, 183 => 0x28, 184 => 0x1a, 189 => 0x1, 227 => 0xaa, 233 => 0x35, 234 => 0x3b, 235 => 0x43, 322 => 0x40, 324 => 0x300d, 357 => 0x1f, 364 => 0xd, 383 => 0x27, 385 => 0x58, 388 => 0x28, 389 => 0x1013, 399 => 0x10, 409 => 0x1e, 410 => 0x1b, 422 => 0x2005, 480 => 'Saturation', 482 => 'Saturation', 486 => 'Saturation' },
+ 'saturationadj' => { 103 => 0x20901, 108 => 0x116, 227 => 0x94, 273 => 0x1, 277 => 0x2e, 457 => 0x8016 },
+ 'saturationadjustmentaqua' => { 480 => 'SaturationAdjustmentAqua', 482 => 'SaturationAdjustmentAqua' },
+ 'saturationadjustmentblue' => { 480 => 'SaturationAdjustmentBlue', 482 => 'SaturationAdjustmentBlue' },
+ 'saturationadjustmentgreen' => { 480 => 'SaturationAdjustmentGreen', 482 => 'SaturationAdjustmentGreen' },
+ 'saturationadjustmentmagenta' => { 480 => 'SaturationAdjustmentMagenta', 482 => 'SaturationAdjustmentMagenta' },
+ 'saturationadjustmentorange' => { 480 => 'SaturationAdjustmentOrange', 482 => 'SaturationAdjustmentOrange' },
+ 'saturationadjustmentpurple' => { 480 => 'SaturationAdjustmentPurple', 482 => 'SaturationAdjustmentPurple' },
+ 'saturationadjustmentred' => { 480 => 'SaturationAdjustmentRed', 482 => 'SaturationAdjustmentRed' },
+ 'saturationadjustmentyellow' => { 480 => 'SaturationAdjustmentYellow', 482 => 'SaturationAdjustmentYellow' },
'saturationauto' => { 71 => 0x98 },
'saturationfaithful' => { 19 => 0xfe, 70 => 0x68, 71 => 0x68 },
'saturationlandscape' => { 19 => 0xfc, 70 => 0x38, 71 => 0x38 },
'saturationmonochrome' => { 70 => 0x80, 71 => 0x80 },
'saturationneutral' => { 19 => 0xfd, 70 => 0x50, 71 => 0x50 },
'saturationportrait' => { 19 => 0xfb, 70 => 0x20, 71 => 0x20 },
- 'saturationsetting' => { 305 => 0x1010, 409 => 0x11, 425 => 0x9 },
+ 'saturationsetting' => { 307 => 0x1010, 411 => 0x11, 427 => 0x9 },
'saturationstandard' => { 19 => 0xfa, 70 => 0x8, 71 => 0x8 },
'saturationuserdef1' => { 19 => 0x100, 70 => 0x98, 71 => 0xb0 },
'saturationuserdef2' => { 19 => 0x101, 70 => 0xb0, 71 => 0xc8 },
'saturationuserdef3' => { 19 => 0x102, 70 => 0xc8, 71 => 0xe0 },
- 'saveid' => { 505 => 'SaveID' },
+ 'saveid' => { 507 => 'SaveID' },
'sbaanalysiscomplete' => { 138 => 0xc35 },
'sbablack' => { 138 => 0xc25 },
'sbagmoffset' => { 138 => 0xc4a },
@@ -5958,302 +5962,303 @@ my %tagLookup = (
'sbalowgray' => { 138 => 0xc47 },
'sbaneutralbal' => { 138 => 0xc32 },
'sbawhite' => { 138 => 0xc27 },
- 'scaletype' => { 504 => 'scaleType' },
- 'scanimageenhancer' => { 237 => 0x60 },
+ 'scaletype' => { 506 => 'scaleType' },
+ 'scanimageenhancer' => { 239 => 0x60 },
'scanningdirection' => { 133 => 0x64 },
- 'scene' => { 380 => 'scen', 489 => 'Scene', 504 => 'scene' },
- 'scenearea' => { 300 => 0x211, 302 => 0x1031 },
- 'sceneassist' => { 226 => 0x9c },
- 'scenecapturetype' => { 119 => 0xa406, 484 => 'SceneCaptureType' },
- 'scenedetect' => { 300 => 0x210, 302 => 0x1030 },
- 'scenedetectdata' => { 300 => 0x212, 302 => 0x1033 },
- 'scenemode' => { 142 => 0xfa02, 186 => 0x100, 226 => 0x8f, 297 => 0x509, 302 => 0x403, 320 => 0x8001, 329 => 0xf, 420 => 0xb023 },
+ 'scene' => { 382 => 'scen', 491 => 'Scene', 506 => 'scene' },
+ 'scenearea' => { 302 => 0x211, 304 => 0x1031 },
+ 'sceneassist' => { 227 => 0x9c },
+ 'scenecapturetype' => { 119 => 0xa406, 486 => 'SceneCaptureType' },
+ 'scenedetect' => { 302 => 0x210, 304 => 0x1030 },
+ 'scenedetectdata' => { 302 => 0x212, 304 => 0x1033 },
+ 'scenemode' => { 142 => 0xfa02, 186 => 0x100, 227 => 0x8f, 299 => 0x509, 304 => 0x403, 322 => 0x8001, 331 => 0xf, 422 => 0xb023 },
'scenemodeused' => { 144 => [0x6002,0xf002] },
'scenerecognition' => { 127 => 0x1425 },
- 'sceneselect' => { 396 => 0x21f },
- 'scenetype' => { 119 => 0xa301, 484 => 'SceneType' },
- 'screentips' => { 279 => '12.7', 280 => '5.3', 288 => '13.1', 289 => '4.4', 292 => '5.4', 294 => '5.1' },
+ 'sceneselect' => { 398 => 0x21f },
+ 'scenetype' => { 119 => 0xa301, 486 => 'SceneType' },
+ 'screentips' => { 281 => '12.7', 282 => '5.3', 290 => '13.1', 291 => '4.4', 294 => '5.4', 296 => '5.1' },
'scriptversion' => { 138 => 0x1770 },
- 'season' => { 490 => 'Season', 493 => 'season' },
- 'seasonidentifier' => { 490 => [\'Season','SeasonIdentifier'] },
- 'seasonname' => { 490 => [\'Season','SeasonName'] },
- 'seasonnumber' => { 490 => [\'Season','SeasonNumber'] },
- 'secondaryftp' => { 468 => 'SecondaryFTP' },
- 'secondaryslotfunction' => { 229 => 0x22c, 247 => 0x1d0, 257 => 0x1d0 },
- 'section' => { 494 => 'section' },
+ 'season' => { 492 => 'Season', 495 => 'season' },
+ 'seasonidentifier' => { 492 => [\'Season','SeasonIdentifier'] },
+ 'seasonname' => { 492 => [\'Season','SeasonName'] },
+ 'seasonnumber' => { 492 => [\'Season','SeasonNumber'] },
+ 'secondaryftp' => { 470 => 'SecondaryFTP' },
+ 'secondaryslotfunction' => { 230 => 0x22c, 249 => 0x1d0, 259 => 0x1d0 },
+ 'section' => { 496 => 'section' },
'securityclassification' => { 119 => 0x9212 },
'selectableafpoint' => { 84 => 0x509 },
'selectafareaselectionmode' => { 2 => 0xc },
'selectafareaselectmode' => { 84 => 0x512 },
'selfdata' => { 116 => 'SelfData' },
- 'selftimer' => { 34 => 0x2, 320 => 0x2e, 396 => 0x214, 429 => 0x1134, 430 => 0x1134, 431 => 0x1110, 432 => 0x118c, 433 => 0x1168, 434 => 0x1020, 435 => 0x218, 436 => 0x218, 437 => 0x210 },
+ 'selftimer' => { 34 => 0x2, 322 => 0x2e, 398 => 0x214, 431 => 0x1134, 432 => 0x1134, 433 => 0x1110, 434 => 0x118c, 435 => 0x1168, 436 => 0x1020, 437 => 0x218, 438 => 0x218, 439 => 0x210 },
'selftimer2' => { 77 => 0x1d },
- 'selftimerinterval' => { 289 => '19.2' },
+ 'selftimerinterval' => { 291 => '19.2' },
'selftimermode' => { 119 => 0x882b },
- 'selftimershotcount' => { 280 => '20.2', 282 => '20.3', 283 => '20.3', 284 => '18.2', 285 => '19.2', 286 => '19.2', 287 => '19.3', 289 => '19.3', 292 => '20.3', 293 => '20.3', 294 => '20.2', 295 => 0x2d },
- 'selftimershotinterval' => { 280 => '20.3', 282 => '20.2', 283 => '20.2', 287 => '19.2', 292 => '20.2', 293 => '20.2', 295 => 0x31 },
- 'selftimertime' => { 97 => 0x1806, 184 => 0x1f, 279 => '18.1', 280 => '20.1', 281 => '3.3', 282 => '20.1', 283 => '20.1', 284 => '18.1', 285 => '19.1', 286 => '19.1', 287 => '19.1', 288 => '7.2', 289 => '19.1', 290 => '3.3', 292 => '20.1', 293 => '20.1', 294 => '20.1', 295 => 0x2b },
- 'sellingagency' => { 494 => 'sellingAgency' },
+ 'selftimershotcount' => { 282 => '20.2', 284 => '20.3', 285 => '20.3', 286 => '18.2', 287 => '19.2', 288 => '19.2', 289 => '19.3', 291 => '19.3', 294 => '20.3', 295 => '20.3', 296 => '20.2', 297 => 0x2d },
+ 'selftimershotinterval' => { 282 => '20.3', 284 => '20.2', 285 => '20.2', 289 => '19.2', 294 => '20.2', 295 => '20.2', 297 => 0x31 },
+ 'selftimertime' => { 97 => 0x1806, 184 => 0x1f, 281 => '18.1', 282 => '20.1', 283 => '3.3', 284 => '20.1', 285 => '20.1', 286 => '18.1', 287 => '19.1', 288 => '19.1', 289 => '19.1', 290 => '7.2', 291 => '19.1', 292 => '3.3', 294 => '20.1', 295 => '20.1', 296 => '20.1', 297 => 0x2b },
+ 'sellingagency' => { 496 => 'sellingAgency' },
'seminfo' => { 119 => 0x8546 },
- 'sensingmethod' => { 119 => 0xa217, 484 => 'SensingMethod' },
- 'sensitivityadjust' => { 355 => 0x40 },
- 'sensitivitysteps' => { 336 => ['14.3','17.4'], 338 => 0x1 },
- 'sensitivitytype' => { 119 => 0x8830, 485 => 'SensitivityType' },
+ 'sensingmethod' => { 119 => 0xa217, 486 => 'SensingMethod' },
+ 'sensitivityadjust' => { 357 => 0x40 },
+ 'sensitivitysteps' => { 338 => ['14.3','17.4'], 340 => 0x1 },
+ 'sensitivitytype' => { 119 => 0x8830, 487 => 'SensitivityType' },
'sensor' => { 191 => 0x665e },
- 'sensorarea' => { 302 => 0x400 },
- 'sensorareas' => { 394 => 0xa010 },
- 'sensorbitdepth' => { 322 => 0x312d },
+ 'sensorarea' => { 304 => 0x400 },
+ 'sensorareas' => { 396 => 0xa010 },
+ 'sensorbitdepth' => { 324 => 0x312d },
'sensorbluelevel' => { 74 => 0x5 },
- 'sensorcalibration' => { 301 => 0x805 },
+ 'sensorcalibration' => { 303 => 0x805 },
'sensorcleaning' => { 90 => 0xd },
'sensorfullheight' => { 137 => 0xf904 },
'sensorfullwidth' => { 137 => 0xf903 },
- 'sensorheight' => { 137 => 0xf901, 142 => 0xfa21, 188 => 0x8, 322 => 0x312c, 364 => 0x109, 387 => 0x1602 },
+ 'sensorheight' => { 137 => 0xf901, 142 => 0xfa21, 188 => 0x8, 324 => 0x312c, 366 => 0x109, 389 => 0x1602 },
'sensorimageheight' => { 138 => 0x3ee },
'sensorimagewidth' => { 138 => 0x3ed },
'sensorleftborder' => { 138 => 0x3eb },
- 'sensorleftmargin' => { 364 => 0x10a },
- 'sensorpixelsize' => { 226 => 0x9a },
+ 'sensorleftmargin' => { 366 => 0x10a },
+ 'sensorpixelsize' => { 227 => 0x9a },
'sensorredlevel' => { 74 => 0x4 },
'sensorserialnumber' => { 138 => 0x9ce },
- 'sensorshield' => { 229 => 0x66d },
- 'sensorsize' => { 156 => 'SensorSize', 355 => 0x35 },
- 'sensortemperature' => { 300 => 0x1500, 302 => 0x1007, 360 => 0xc, 364 => 0x210, 397 => [0x39,0x55] },
- 'sensortemperature2' => { 360 => 0xe, 364 => 0x211 },
+ 'sensorshield' => { 230 => 0x66d },
+ 'sensorsize' => { 156 => 'SensorSize', 357 => 0x35 },
+ 'sensortemperature' => { 302 => 0x1500, 304 => 0x1007, 362 => 0xc, 366 => 0x210, 399 => [0x39,0x55] },
+ 'sensortemperature2' => { 362 => 0xe, 366 => 0x211 },
'sensortopborder' => { 138 => 0x3ec },
- 'sensortopmargin' => { 364 => 0x10b },
- 'sensortype' => { 320 => 0xca },
- 'sensorwidth' => { 137 => 0xf900, 142 => 0xfa20, 188 => 0xa, 322 => 0x312b, 364 => 0x108, 387 => 0x1601 },
- 'sequence' => { 381 => 0x7, 382 => 0x35, 383 => 0x36 },
- 'sequencefilenumber' => { 430 => 0x4, 431 => 0x4, 432 => 0x4, 433 => 0x4, 442 => 0xc, 443 => 0xc, 444 => 0x1a },
- 'sequenceimagenumber' => { 430 => 0x0, 431 => 0x0, 432 => 0x0, 433 => 0x0, 442 => 0x8, 443 => 0x8, 444 => 0x12, 451 => 0x24 },
- 'sequencelength' => { 442 => 0x22, 443 => 0x1e, 444 => [0x16,0x1e] },
- 'sequencename' => { 493 => 'sequenceName' },
- 'sequencenumber' => { 77 => 0x9, 113 => 0x301c, 127 => 0x1101, 140 => 0x1d, 256 => 0x51c, 320 => 0x2b, 409 => [0x10c,0x30c], 420 => 0xb04a, 493 => 'sequenceNumber' },
- 'sequenceshotinterval' => { 396 => 0x224 },
- 'sequencetotalnumber' => { 493 => 'sequenceTotalNumber' },
- 'sequentialshot' => { 396 => 0x20e },
- 'serialnumber' => { 64 => 0xc, 97 => 0x180b, 119 => [0xa431,0xfde9], 137 => 0xfa04, 139 => 0xfa00, 141 => 0xc354, 142 => 0xfa19, 153 => 0x0, 156 => 'SerialNumber', 191 => 0x5501, 226 => [0xa0,0x1d], 298 => 0x101, 302 => [0x404,0x101a], 315 => 0x303, 317 => 0x305, 322 => 0x3103, 355 => 0x229, 364 => 0x102, 365 => 0x407, 380 => ['SNum','slno'], 381 => 0x15, 382 => 0x4b, 383 => 0x7e, 387 => 0x5, 394 => 0xa002, 397 => 0x2, 420 => 0x2031, 475 => 'SerialNumber', 485 => 'BodySerialNumber' },
+ 'sensortopmargin' => { 366 => 0x10b },
+ 'sensortype' => { 322 => 0xca },
+ 'sensorwidth' => { 137 => 0xf900, 142 => 0xfa20, 188 => 0xa, 324 => 0x312b, 366 => 0x108, 389 => 0x1601 },
+ 'sequence' => { 383 => 0x7, 384 => 0x35, 385 => 0x36 },
+ 'sequencefilenumber' => { 432 => 0x4, 433 => 0x4, 434 => 0x4, 435 => 0x4, 444 => 0xc, 445 => 0xc, 446 => 0x1a },
+ 'sequenceimagenumber' => { 432 => 0x0, 433 => 0x0, 434 => 0x0, 435 => 0x0, 444 => 0x8, 445 => 0x8, 446 => 0x12, 453 => 0x24 },
+ 'sequencelength' => { 444 => 0x22, 445 => 0x1e, 446 => [0x16,0x1e] },
+ 'sequencename' => { 495 => 'sequenceName' },
+ 'sequencenumber' => { 77 => 0x9, 113 => 0x301c, 127 => 0x1101, 140 => 0x1d, 258 => 0x51c, 322 => 0x2b, 411 => [0x10c,0x30c], 422 => 0xb04a, 495 => 'sequenceNumber' },
+ 'sequenceshotinterval' => { 398 => 0x224 },
+ 'sequencetotalnumber' => { 495 => 'sequenceTotalNumber' },
+ 'sequentialshot' => { 398 => 0x20e },
+ 'serialnumber' => { 64 => 0xc, 97 => 0x180b, 119 => [0xa431,0xfde9], 137 => 0xfa04, 139 => 0xfa00, 141 => 0xc354, 142 => 0xfa19, 153 => 0x0, 156 => 'SerialNumber', 191 => 0x5501, 227 => [0xa0,0x1d], 300 => 0x101, 304 => [0x404,0x101a], 317 => 0x303, 319 => 0x305, 324 => 0x3103, 357 => 0x229, 366 => 0x102, 367 => 0x407, 382 => ['SNum','slno'], 383 => 0x15, 384 => 0x4b, 385 => 0x7e, 389 => 0x5, 396 => 0xa002, 399 => 0x2, 422 => 0x2031, 477 => 'SerialNumber', 487 => 'BodySerialNumber' },
'serialnumberformat' => { 64 => 0x15, 97 => 0x183b },
- 'serialnumberhash' => { 380 => 'CAME' },
- 'series' => { 490 => 'Series' },
- 'seriesdatetime' => { 457 => 'SeriesDateTime' },
- 'seriesdescription' => { 457 => 'SeriesDescription' },
- 'seriesidentifier' => { 490 => [\'Series','SeriesIdentifier'] },
- 'seriesmodality' => { 457 => 'SeriesModality' },
- 'seriesname' => { 490 => [\'Series','SeriesName'] },
- 'seriesnumber' => { 457 => 'SeriesNumber', 494 => 'seriesNumber' },
- 'seriestitle' => { 494 => 'seriesTitle' },
+ 'serialnumberhash' => { 382 => 'CAME' },
+ 'series' => { 492 => 'Series' },
+ 'seriesdatetime' => { 459 => 'SeriesDateTime' },
+ 'seriesdescription' => { 459 => 'SeriesDescription' },
+ 'seriesidentifier' => { 492 => [\'Series','SeriesIdentifier'] },
+ 'seriesmodality' => { 459 => 'SeriesModality' },
+ 'seriesname' => { 492 => [\'Series','SeriesName'] },
+ 'seriesnumber' => { 459 => 'SeriesNumber', 496 => 'seriesNumber' },
+ 'seriestitle' => { 496 => 'seriesTitle' },
'serviceidentifier' => { 132 => 0x1e },
- 'servingsize' => { 496 => 'servingSize' },
+ 'servingsize' => { 498 => 'servingSize' },
'setbuttoncrosskeysfunc' => { 87 => 0x0, 88 => 0x0 },
'setbuttonwhenshooting' => { 82 => 0x1, 84 => 0x704, 90 => 0xc },
- 'setclockfromlocationdata' => { 229 => 0x61d },
+ 'setclockfromlocationdata' => { 230 => 0x61d },
'setfunctionwhenshooting' => { 85 => 0x0, 86 => 0x1, 89 => 0x1 },
- 'setting' => { 493 => 'setting' },
- 'shadingcompensation' => { 297 => 0x50c, 320 => 0x8a },
- 'shadingcompensation2' => { 301 => 0x1012 },
- 'shadow' => { 397 => 0xe },
+ 'setting' => { 495 => 'setting' },
+ 'shadingcompensation' => { 299 => 0x50c, 322 => 0x8a },
+ 'shadingcompensation2' => { 303 => 0x1012 },
+ 'shadow' => { 399 => 0xe },
'shadowadj' => { 103 => 0x2030b },
- 'shadowcorrection' => { 355 => 0x79 },
- 'shadowprotection' => { 271 => 0x0 },
- 'shadows' => { 119 => 0xfe52, 420 => 0x2032, 472 => 'Shadows', 478 => 'Shadows', 480 => 'Shadows' },
- 'shadows2012' => { 478 => 'Shadows2012', 480 => 'Shadows2012' },
- 'shadowsadj' => { 455 => 0x901a },
+ 'shadowcorrection' => { 357 => 0x79 },
+ 'shadowprotection' => { 273 => 0x0 },
+ 'shadows' => { 119 => 0xfe52, 422 => 0x2032, 474 => 'Shadows', 480 => 'Shadows', 482 => 'Shadows' },
+ 'shadows2012' => { 480 => 'Shadows2012', 482 => 'Shadows2012' },
+ 'shadowsadj' => { 457 => 0x901a },
'shadowscale' => { 119 => 0xc633 },
- 'shadowtint' => { 478 => 'ShadowTint', 480 => 'ShadowTint' },
+ 'shadowtint' => { 480 => 'ShadowTint', 482 => 'ShadowTint' },
'shadowtone' => { 127 => 0x1040 },
- 'shakereduction' => { 357 => 0x1, 358 => 0x1 },
+ 'shakereduction' => { 359 => 0x1, 360 => 0x1 },
'shareduserrating' => { 179 => 'WM/SharedUserRating' },
- 'sharpendetail' => { 478 => 'SharpenDetail', 480 => 'SharpenDetail' },
- 'sharpenedgemasking' => { 478 => 'SharpenEdgeMasking', 480 => 'SharpenEdgeMasking' },
- 'sharpening' => { 322 => 0x300b },
- 'sharpeningadj' => { 275 => 0x2b },
+ 'sharpendetail' => { 480 => 'SharpenDetail', 482 => 'SharpenDetail' },
+ 'sharpenedgemasking' => { 480 => 'SharpenEdgeMasking', 482 => 'SharpenEdgeMasking' },
+ 'sharpening' => { 324 => 0x300b },
+ 'sharpeningadj' => { 277 => 0x2b },
'sharpeningkernel' => { 138 => 0x92f },
- 'sharpenradius' => { 478 => 'SharpenRadius', 480 => 'SharpenRadius' },
- 'sharpness' => { 8 => [0x42,0x48], 10 => 0x72, 12 => 0x74, 34 => 0xf, 63 => 0x6, 74 => 0x2, 112 => 0xb, 113 => [0x3011,0x21], 119 => [0xa40a,0xfe56], 127 => 0x1001, 140 => 0x6b, 149 => 0x37, 156 => 'Sharpness', 181 => 0x21, 182 => 0x30, 183 => 0x26, 184 => 0x18, 189 => 0x3, 226 => 0x6, 231 => 0x32, 232 => 0x33, 233 => 0x39, 302 => 0x100f, 320 => 0x41, 355 => 0x21, 362 => 0xb, 381 => 0x26, 383 => 0x56, 386 => 0x22, 387 => [0x1003,0x1014], 397 => 0x11, 407 => 0x1c, 408 => 0x19, 420 => 0x2006, 451 => 0x52, 478 => 'Sharpness', 480 => 'Sharpness', 484 => 'Sharpness' },
- 'sharpnessadj' => { 103 => 0x20310, 108 => 0x25a, 455 => 0x801a },
+ 'sharpenradius' => { 480 => 'SharpenRadius', 482 => 'SharpenRadius' },
+ 'sharpness' => { 8 => [0x42,0x48], 10 => 0x72, 12 => 0x74, 34 => 0xf, 63 => 0x6, 74 => 0x2, 112 => 0xb, 113 => [0x3011,0x21], 119 => [0xa40a,0xfe56], 127 => 0x1001, 140 => 0x6b, 149 => 0x37, 156 => 'Sharpness', 181 => 0x21, 182 => 0x30, 183 => 0x26, 184 => 0x18, 189 => 0x3, 227 => 0x6, 233 => 0x32, 234 => 0x33, 235 => 0x39, 304 => 0x100f, 322 => 0x41, 357 => 0x21, 364 => 0xb, 383 => 0x26, 385 => 0x56, 388 => 0x22, 389 => [0x1003,0x1014], 399 => 0x11, 409 => 0x1c, 410 => 0x19, 422 => 0x2006, 453 => 0x52, 480 => 'Sharpness', 482 => 'Sharpness', 486 => 'Sharpness' },
+ 'sharpnessadj' => { 103 => 0x20310, 108 => 0x25a, 457 => 0x801a },
'sharpnessadjon' => { 103 => '0x20310.0' },
'sharpnessauto' => { 71 => 0x94 },
- 'sharpnessfactor' => { 302 => 0x102a },
+ 'sharpnessfactor' => { 304 => 0x102a },
'sharpnessfaithful' => { 19 => 0xf5, 70 => 0x64, 71 => 0x64 },
'sharpnessfrequency' => { 8 => [0x41,0x47], 74 => 0x3 },
'sharpnesslandscape' => { 19 => 0xf3, 70 => 0x34, 71 => 0x34 },
'sharpnessmonochrome' => { 19 => 0xf6, 70 => 0x7c, 71 => 0x7c },
'sharpnessneutral' => { 19 => 0xf4, 70 => 0x4c, 71 => 0x4c },
- 'sharpnessovershoot' => { 455 => 0x801b },
+ 'sharpnessovershoot' => { 457 => 0x801b },
'sharpnessportrait' => { 19 => 0xf2, 70 => 0x1c, 71 => 0x1c },
- 'sharpnessrange' => { 420 => 0x2035 },
- 'sharpnesssetting' => { 297 => 0x506, 305 => 0x1013, 409 => 0x12, 425 => 0xa },
+ 'sharpnessrange' => { 422 => 0x2035 },
+ 'sharpnesssetting' => { 299 => 0x506, 307 => 0x1013, 411 => 0x12, 427 => 0xa },
'sharpnessstandard' => { 19 => 0xf1, 70 => 0x4, 71 => 0x4 },
'sharpnessstrength' => { 103 => 0x20311 },
- 'sharpnessthreshold' => { 455 => 0x801d },
- 'sharpnessundershoot' => { 455 => 0x801c },
+ 'sharpnessthreshold' => { 457 => 0x801d },
+ 'sharpnessundershoot' => { 457 => 0x801c },
'sharpnessuserdef1' => { 19 => 0xf7, 70 => 0x94, 71 => 0xac },
'sharpnessuserdef2' => { 19 => 0xf8, 70 => 0xac, 71 => 0xc4 },
'sharpnessuserdef3' => { 19 => 0xf9, 70 => 0xc4, 71 => 0xdc },
'shiftcols' => { 138 => 0xc70 },
- 'shootid' => { 493 => 'shootID' },
+ 'shootid' => { 495 => 'shootID' },
'shootingdistance' => { 103 => 0x20701 },
- 'shootinginfodisplay' => { 279 => '13.2', 280 => '5.1', 288 => '10.2', 289 => '4.1', 292 => '5.1', 294 => '5.3' },
- 'shootinginfomonitorofftime' => { 279 => '26.2', 280 => '22.2', 282 => '22.2', 283 => '22.2', 287 => '21.2', 288 => '9.1', 289 => '21.2', 292 => '22.2', 293 => '22.2', 294 => '22.2', 295 => 0x37 },
- 'shootingmode' => { 156 => 'ShootingMode', 226 => 0x89, 320 => 0x1f },
- 'shootingmodesetting' => { 281 => '5.1' },
- 'shortdescription' => { 482 => 'shortdescription' },
+ 'shootinginfodisplay' => { 281 => '13.2', 282 => '5.1', 290 => '10.2', 291 => '4.1', 294 => '5.1', 296 => '5.3' },
+ 'shootinginfomonitorofftime' => { 281 => '26.2', 282 => '22.2', 284 => '22.2', 285 => '22.2', 289 => '21.2', 290 => '9.1', 291 => '21.2', 294 => '22.2', 295 => '22.2', 296 => '22.2', 297 => 0x37 },
+ 'shootingmode' => { 156 => 'ShootingMode', 227 => 0x89, 322 => 0x1f },
+ 'shootingmodesetting' => { 283 => '5.1' },
+ 'shortdescription' => { 484 => 'shortdescription' },
'shortdocumentid' => { 131 => 0xba },
- 'shortname' => { 478 => 'ShortName', 480 => 'ShortName' },
+ 'shortname' => { 480 => 'ShortName', 482 => 'ShortName' },
'shortownername' => { 19 => 0xac },
'shortreleasetimelag' => { 84 => 0x80d },
- 'shorttitle' => { 372 => '@sti' },
- 'shotdate' => { 504 => 'shotDate' },
- 'shotday' => { 504 => 'shotDay' },
- 'shotlocation' => { 504 => 'shotLocation' },
- 'shotname' => { 380 => 'shot', 504 => 'shotName' },
- 'shotnumber' => { 504 => 'shotNumber' },
- 'shotnumbersincepowerup' => { 424 => 0x44e, 442 => 0x1a, 443 => 0x16, 444 => 0xa },
- 'shotnumbersincepowerup2' => { 409 => 0x200 },
- 'shotsize' => { 504 => 'shotSize' },
- 'shotsperinterval' => { 228 => 0xb4, 229 => 0xc0, 252 => 0xc412 },
- 'showmovement' => { 372 => 'shwm' },
- 'shownevent' => { 490 => 'EventExt' },
- 'showneventidentifier' => { 490 => [\'EventExt','EventExtIdentifier'] },
- 'showneventname' => { 490 => [\'EventExt','EventExtName'] },
- 'shutter' => { 439 => 0x20, 440 => 0x26, 441 => 0x26 },
+ 'shorttitle' => { 374 => '@sti' },
+ 'shotdate' => { 506 => 'shotDate' },
+ 'shotday' => { 506 => 'shotDay' },
+ 'shotlocation' => { 506 => 'shotLocation' },
+ 'shotlogdata' => { 463 => 'shot_log_data' },
+ 'shotname' => { 382 => 'shot', 506 => 'shotName' },
+ 'shotnumber' => { 506 => 'shotNumber' },
+ 'shotnumbersincepowerup' => { 426 => 0x44e, 444 => 0x1a, 445 => 0x16, 446 => 0xa },
+ 'shotnumbersincepowerup2' => { 411 => 0x200 },
+ 'shotsize' => { 506 => 'shotSize' },
+ 'shotsperinterval' => { 229 => 0xb4, 230 => 0xc0, 254 => 0xc412 },
+ 'showmovement' => { 374 => 'shwm' },
+ 'shownevent' => { 492 => 'EventExt' },
+ 'showneventidentifier' => { 492 => [\'EventExt','EventExtIdentifier'] },
+ 'showneventname' => { 492 => [\'EventExt','EventExtName'] },
+ 'shutter' => { 441 => 0x20, 442 => 0x26, 443 => 0x26 },
'shutter-aelock' => { 82 => 0x4, 84 => 0x701, 85 => 0x3, 86 => 0x4, 87 => 0x3, 88 => 0x3, 89 => 0x4, 90 => 0x2 },
'shutteraelbutton' => { 83 => 0x4 },
'shutterbuttonafonbutton' => { 84 => 0x701 },
- 'shuttercount' => { 11 => 0x176, 57 => 0x1, 226 => 0xa7, 238 => [0x6a,0x157,0x24d], 239 => 0x286, 240 => 0x279, 241 => 0x284, 242 => 0x242, 243 => 0x280, 244 => 0x276, 245 => [0x27d,0x27f], 246 => 0x246, 249 => 0x2d6, 250 => 0x321, 251 => 0xbd8, 253 => 0x287, 254 => 0x320, 255 => 0x24a, 256 => 0x5fb, 259 => 0x2d5, 355 => 0x5d, 418 => 0x846, 423 => [0x125,0x14a], 439 => 0x32, 440 => 0x3a, 441 => 0x3a },
- 'shuttercount2' => { 439 => 0x4c, 440 => [0x50,0x52,0x58], 441 => 0x50 },
- 'shuttercount3' => { 439 => [0x1a0,0x1aa,0x1bd], 440 => [0x19f,0x1cb,0x1cd] },
+ 'shuttercount' => { 11 => 0x176, 57 => 0x1, 227 => 0xa7, 240 => [0x6a,0x157,0x24d], 241 => 0x286, 242 => 0x279, 243 => 0x284, 244 => 0x242, 245 => 0x280, 246 => 0x276, 247 => [0x27d,0x27f], 248 => 0x246, 251 => 0x2d6, 252 => 0x321, 253 => 0xbd8, 255 => 0x287, 256 => 0x320, 257 => 0x24a, 258 => 0x5fb, 261 => 0x2d5, 357 => 0x5d, 420 => 0x846, 425 => [0x125,0x14a], 441 => 0x32, 442 => 0x3a, 443 => 0x3a },
+ 'shuttercount2' => { 441 => 0x4c, 442 => [0x50,0x52,0x58], 443 => 0x50 },
+ 'shuttercount3' => { 441 => [0x1a0,0x1aa,0x1bd], 442 => [0x19f,0x1cb,0x1cd] },
'shuttercurtainsync' => { 82 => 0xf, 83 => 0xf, 84 => 0x305, 85 => 0xe, 86 => 0xf, 87 => 0x8, 88 => 0x8, 89 => 0xf, 90 => 0x8 },
- 'shuttermode' => { 57 => 0x17, 140 => 0x1b, 226 => 0x34 },
- 'shutterreleasebuttonae-l' => { 279 => '17.7', 280 => '18.4', 282 => '78.4', 283 => '78.4', 284 => '16.1', 285 => '17.1', 286 => '17.1', 287 => '17.1', 288 => '7.1', 289 => '17.5', 292 => '18.4', 293 => '78.4', 294 => '18.2', 295 => 0x29 },
+ 'shuttermode' => { 57 => 0x17, 140 => 0x1b, 227 => 0x34 },
+ 'shutterreleasebuttonae-l' => { 281 => '17.7', 282 => '18.4', 284 => '78.4', 285 => '78.4', 286 => '16.1', 287 => '17.1', 288 => '17.1', 289 => '17.1', 290 => '7.1', 291 => '17.5', 294 => '18.4', 295 => '78.4', 296 => '18.2', 297 => 0x29 },
'shutterreleasemethod' => { 97 => 0x1010 },
'shutterreleasenocfcard' => { 82 => 0x2, 83 => 0x2, 90 => 0xf },
'shutterreleasetiming' => { 97 => 0x1011 },
'shutterreleasewithoutlens' => { 84 => 0x711 },
- 'shutterspeedlock' => { 280 => '38.1', 282 => '38.1', 283 => '38.1', 292 => '38.1', 293 => '38.1', 295 => 0xb7 },
+ 'shutterspeedlock' => { 282 => '38.1', 284 => '38.1', 285 => '38.1', 294 => '38.1', 295 => '38.1', 297 => 0xb7 },
'shutterspeedrange' => { 84 => 0x10c },
- 'shutterspeedsetting' => { 184 => 0x6, 407 => 0x2f, 408 => 0x28, 409 => 0x0 },
- 'shutterspeedvalue' => { 93 => 0x1, 119 => 0x9201, 302 => 0x1000, 364 => 0x400, 484 => 'ShutterSpeedValue' },
- 'shuttertype' => { 127 => 0x1050, 320 => 0x9f, 355 => 0x87 },
- 'sidecarforextension' => { 492 => 'SidecarForExtension' },
+ 'shutterspeedsetting' => { 184 => 0x6, 409 => 0x2f, 410 => 0x28, 411 => 0x0 },
+ 'shutterspeedvalue' => { 93 => 0x1, 119 => 0x9201, 304 => 0x1000, 366 => 0x400, 486 => 'ShutterSpeedValue' },
+ 'shuttertype' => { 127 => 0x1050, 322 => 0x9f, 357 => 0x87 },
+ 'sidecarforextension' => { 494 => 'SidecarForExtension' },
'sigmaimpulseparameters' => { 138 => 0xe0d },
'sigmascalingfactorcamera' => { 138 => 0xe0c },
'sigmascalingfactorlowres' => { 138 => 0xe0b },
'sigmasizetable' => { 138 => 0xe0f },
- 'silentphotography' => { 226 => 0xbf },
+ 'silentphotography' => { 227 => 0xbf },
'similarityindex' => { 131 => 0xe4 },
'singleframebracketing' => { 184 => 0x21 },
- 'skilllevel' => { 496 => 'skillLevel' },
- 'skintonecorrection' => { 355 => 0x95 },
+ 'skilllevel' => { 498 => 'skillLevel' },
+ 'skintonecorrection' => { 357 => 0x95 },
'skiplinetime' => { 138 => 0x184e },
- 'slaveflashmeteringsegments' => { 355 => 0x20b },
- 'slideshowname' => { 493 => 'slideshowName' },
- 'slideshownumber' => { 493 => 'slideshowNumber' },
- 'slideshowtotalnumber' => { 493 => 'slideshowTotalNumber' },
+ 'slaveflashmeteringsegments' => { 357 => 0x20b },
+ 'slideshowname' => { 495 => 'slideshowName' },
+ 'slideshownumber' => { 495 => 'slideshowNumber' },
+ 'slideshowtotalnumber' => { 495 => 'slideshowTotalNumber' },
'slowshutter' => { 77 => 0x8 },
'slowsync' => { 127 => 0x1030 },
- 'smartalbumcolor' => { 394 => 0x20 },
- 'smartrange' => { 394 => 0xa012 },
- 'smileshutter' => { 409 => 0x31 },
- 'smileshuttermode' => { 409 => 0x27 },
- 'smoothness' => { 119 => 0xfe57, 478 => 'Smoothness', 480 => 'Smoothness' },
- 'snapshot' => { 490 => 'SnapshotLink' },
- 'snapshotformat' => { 490 => [\'SnapshotLink','SnapshotLinkFormat'] },
- 'snapshotheightpixels' => { 490 => [\'SnapshotLink','SnapshotLinkHeightPixels'] },
- 'snapshotimagerole' => { 490 => [\'SnapshotLink','SnapshotLinkImageRole'] },
- 'snapshotlink' => { 490 => [\'SnapshotLink','SnapshotLinkLink'] },
- 'snapshotlinkqualifier' => { 490 => [\'SnapshotLink','SnapshotLinkLinkQualifier'] },
- 'snapshots' => { 473 => 'Snapshots' },
- 'snapshotusedvideoframe' => { 490 => [\'SnapshotLink','SnapshotLinkUsedVideoFrame'] },
- 'snapshotusedvideoframetimeformat' => { 490 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeFormat'] },
- 'snapshotusedvideoframetimevalue' => { 490 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeValue'] },
- 'snapshotusedvideoframevalue' => { 490 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameValue'] },
- 'snapshotwidthpixels' => { 490 => [\'SnapshotLink','SnapshotLinkWidthPixels'] },
- 'softskineffect' => { 420 => 0x200f },
- 'software' => { 119 => 0x131, 157 => 'Software', 310 => 'Software', 364 => 0x203, 374 => 'software', 397 => 0x18, 463 => 'Software', 500 => 'Software' },
- 'softwareversion' => { 380 => ['@swr',"\xa9swr"], 396 => 0x207 },
- 'soloist' => { 372 => "\xa9sol" },
- 'songwriter' => { 380 => "\xa9swf" },
- 'songwriterkeywords' => { 380 => "\xa9swk" },
+ 'smartalbumcolor' => { 396 => 0x20 },
+ 'smartrange' => { 396 => 0xa012 },
+ 'smileshutter' => { 411 => 0x31 },
+ 'smileshuttermode' => { 411 => 0x27 },
+ 'smoothness' => { 119 => 0xfe57, 480 => 'Smoothness', 482 => 'Smoothness' },
+ 'snapshot' => { 492 => 'SnapshotLink' },
+ 'snapshotformat' => { 492 => [\'SnapshotLink','SnapshotLinkFormat'] },
+ 'snapshotheightpixels' => { 492 => [\'SnapshotLink','SnapshotLinkHeightPixels'] },
+ 'snapshotimagerole' => { 492 => [\'SnapshotLink','SnapshotLinkImageRole'] },
+ 'snapshotlink' => { 492 => [\'SnapshotLink','SnapshotLinkLink'] },
+ 'snapshotlinkqualifier' => { 492 => [\'SnapshotLink','SnapshotLinkLinkQualifier'] },
+ 'snapshots' => { 475 => 'Snapshots' },
+ 'snapshotusedvideoframe' => { 492 => [\'SnapshotLink','SnapshotLinkUsedVideoFrame'] },
+ 'snapshotusedvideoframetimeformat' => { 492 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeFormat'] },
+ 'snapshotusedvideoframetimevalue' => { 492 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameTimeValue'] },
+ 'snapshotusedvideoframevalue' => { 492 => [\'SnapshotLink','SnapshotLinkUsedVideoFrameValue'] },
+ 'snapshotwidthpixels' => { 492 => [\'SnapshotLink','SnapshotLinkWidthPixels'] },
+ 'softskineffect' => { 422 => 0x200f },
+ 'software' => { 119 => 0x131, 157 => 'Software', 312 => 'Software', 366 => 0x203, 376 => 'software', 399 => 0x18, 465 => 'Software', 502 => 'Software' },
+ 'softwareversion' => { 382 => ['@swr',"\xa9swr"], 398 => 0x207 },
+ 'soloist' => { 374 => "\xa9sol" },
+ 'songwriter' => { 382 => "\xa9swf" },
+ 'songwriterkeywords' => { 382 => "\xa9swk" },
'sonycropsize' => { 119 => 0x74c8 },
'sonycroptopleft' => { 119 => 0x74c7 },
- 'sonydatetime' => { 428 => 0x6, 430 => 0x1b6, 431 => 0x210, 432 => 0x1fe, 433 => 0x22c },
- 'sonydatetime2' => { 439 => 0x51 },
- 'sonyexposuretime' => { 439 => 0x3a, 440 => 0x46, 441 => [0x66,0x46] },
- 'sonyexposuretime2' => { 451 => 0xe },
- 'sonyfnumber' => { 439 => 0x3c, 440 => 0x48, 441 => [0x68,0x48], 451 => 0x14 },
- 'sonyimageheight' => { 428 => 0x1a, 442 => 0x44, 443 => 0x3f, 444 => 0x47 },
- 'sonyimageheightmax' => { 451 => 0x40 },
- 'sonyimagesize' => { 184 => 0x3b, 407 => 0x54, 408 => 0x54, 409 => 0x9 },
- 'sonyimagewidth' => { 428 => 0x1c },
- 'sonyimagewidthmax' => { 451 => 0x3e },
- 'sonyiso' => { 430 => 0x1218, 431 => 0x11f4, 432 => 0x1270, 433 => [0x1254,0x1258,0x1280], 434 => 0x113c, 435 => 0x344, 436 => 0x346, 437 => 0x320, 451 => 0x4 },
- 'sonymaxaperture' => { 439 => 0x0, 440 => 0x0 },
- 'sonymaxaperturevalue' => { 451 => 0x16 },
- 'sonyminaperture' => { 439 => 0x1, 440 => 0x1 },
- 'sonymodelid' => { 420 => 0xb001 },
+ 'sonydatetime' => { 430 => 0x6, 432 => 0x1b6, 433 => 0x210, 434 => 0x1fe, 435 => 0x22c },
+ 'sonydatetime2' => { 441 => 0x51 },
+ 'sonyexposuretime' => { 441 => 0x3a, 442 => 0x46, 443 => [0x66,0x46] },
+ 'sonyexposuretime2' => { 453 => 0xe },
+ 'sonyfnumber' => { 441 => 0x3c, 442 => 0x48, 443 => [0x68,0x48], 453 => 0x14 },
+ 'sonyimageheight' => { 430 => 0x1a, 444 => 0x44, 445 => 0x3f, 446 => 0x47 },
+ 'sonyimageheightmax' => { 453 => 0x40 },
+ 'sonyimagesize' => { 184 => 0x3b, 409 => 0x54, 410 => 0x54, 411 => 0x9 },
+ 'sonyimagewidth' => { 430 => 0x1c },
+ 'sonyimagewidthmax' => { 453 => 0x3e },
+ 'sonyiso' => { 432 => 0x1218, 433 => 0x11f4, 434 => 0x1270, 435 => [0x1254,0x1258,0x1280], 436 => 0x113c, 437 => 0x344, 438 => 0x346, 439 => 0x320, 453 => 0x4 },
+ 'sonymaxaperture' => { 441 => 0x0, 442 => 0x0 },
+ 'sonymaxaperturevalue' => { 453 => 0x16 },
+ 'sonyminaperture' => { 441 => 0x1, 442 => 0x1 },
+ 'sonymodelid' => { 422 => 0xb001 },
'sonyquality' => { 184 => 0x3c },
- 'sonytimeminsec' => { 440 => 0x61 },
- 'sortalbum' => { 372 => 'soal' },
- 'sortalbumartist' => { 372 => 'soaa' },
- 'sortartist' => { 372 => 'soar' },
- 'sortcomposer' => { 372 => 'soco' },
- 'sortname' => { 372 => 'sonm', 478 => 'SortName', 480 => 'SortName' },
- 'sortshow' => { 372 => 'sosn' },
- 'soundengineer' => { 372 => "\xa9sne" },
- 'source' => { 131 => 0x73, 310 => 'Source', 481 => 'source', 482 => 'source', 492 => 'Source' },
- 'sourcecount' => { 467 => 'SourceCount' },
- 'sourcecredits' => { 380 => "\xa9src" },
- 'sourcedirectoryindex' => { 342 => 0x0 },
- 'sourcefileindex' => { 342 => 0x2 },
- 'sourcephotoscount' => { 466 => 'SourcePhotosCount' },
+ 'sonytimeminsec' => { 442 => 0x61 },
+ 'sortalbum' => { 374 => 'soal' },
+ 'sortalbumartist' => { 374 => 'soaa' },
+ 'sortartist' => { 374 => 'soar' },
+ 'sortcomposer' => { 374 => 'soco' },
+ 'sortname' => { 374 => 'sonm', 480 => 'SortName', 482 => 'SortName' },
+ 'sortshow' => { 374 => 'sosn' },
+ 'soundengineer' => { 374 => "\xa9sne" },
+ 'source' => { 131 => 0x73, 312 => 'Source', 483 => 'source', 484 => 'source', 494 => 'Source' },
+ 'sourcecount' => { 469 => 'SourceCount' },
+ 'sourcecredits' => { 382 => "\xa9src" },
+ 'sourcedirectoryindex' => { 344 => 0x0 },
+ 'sourcefileindex' => { 344 => 0x2 },
+ 'sourcephotoscount' => { 468 => 'SourcePhotosCount' },
'sourceprofileprefix' => { 138 => 0x1390 },
- 'spatialfrequencyresponse' => { 484 => 'SpatialFrequencyResponse' },
- 'spatialfrequencyresponsecolumns' => { 484 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] },
- 'spatialfrequencyresponsenames' => { 484 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] },
- 'spatialfrequencyresponserows' => { 484 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] },
- 'spatialfrequencyresponsevalues' => { 484 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] },
- 'speakerplacement' => { 504 => 'speakerPlacement' },
+ 'spatialfrequencyresponse' => { 486 => 'SpatialFrequencyResponse' },
+ 'spatialfrequencyresponsecolumns' => { 486 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseColumns'] },
+ 'spatialfrequencyresponsenames' => { 486 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseNames'] },
+ 'spatialfrequencyresponserows' => { 486 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseRows'] },
+ 'spatialfrequencyresponsevalues' => { 486 => [\'SpatialFrequencyResponse','SpatialFrequencyResponseValues'] },
+ 'speakerplacement' => { 506 => 'speakerPlacement' },
'specialeffectlevel' => { 113 => 0x3030 },
'specialeffectmode' => { 113 => 0x2076 },
'specialeffectsetting' => { 113 => 0x3031 },
'specialinstructions' => { 131 => 0x28 },
- 'specialmode' => { 302 => 0x200, 396 => 0x200 },
- 'specialoccasion' => { 496 => 'specialOccasion' },
- 'specialtypeid' => { 461 => 'SpecialTypeID' },
- 'spectralsensitivity' => { 119 => 0x8824, 484 => 'SpectralSensitivity' },
+ 'specialmode' => { 304 => 0x200, 398 => 0x200 },
+ 'specialoccasion' => { 498 => 'specialOccasion' },
+ 'specialtypeid' => { 463 => 'SpecialTypeID' },
+ 'spectralsensitivity' => { 119 => 0x8824, 486 => 'SpectralSensitivity' },
'specularwhitelevel' => { 41 => 0x32b, 42 => 0x281, 45 => [0x2b9,0x2d0,0x2d4], 46 => 0x56a, 47 => 0x1e4, 48 => [0x1fd,0x2dd], 49 => [0x231,0x30f], 50 => 0x31d },
- 'speedx' => { 115 => 0x3, 380 => "\xa9xsp" },
- 'speedy' => { 115 => 0x4, 380 => "\xa9ysp" },
- 'speedz' => { 115 => 0x5, 380 => "\xa9zsp" },
- 'spherical' => { 467 => 'Spherical' },
- 'splitcolumn' => { 364 => 0x222 },
- 'splittoningbalance' => { 478 => 'SplitToningBalance', 480 => 'SplitToningBalance' },
- 'splittoninghighlighthue' => { 478 => 'SplitToningHighlightHue', 480 => 'SplitToningHighlightHue' },
- 'splittoninghighlightsaturation' => { 478 => 'SplitToningHighlightSaturation', 480 => 'SplitToningHighlightSaturation' },
- 'splittoningshadowhue' => { 478 => 'SplitToningShadowHue', 480 => 'SplitToningShadowHue' },
- 'splittoningshadowsaturation' => { 478 => 'SplitToningShadowSaturation', 480 => 'SplitToningShadowSaturation' },
- 'sport' => { 494 => 'sport' },
+ 'speedx' => { 115 => 0x3, 382 => "\xa9xsp" },
+ 'speedy' => { 115 => 0x4, 382 => "\xa9ysp" },
+ 'speedz' => { 115 => 0x5, 382 => "\xa9zsp" },
+ 'spherical' => { 469 => 'Spherical' },
+ 'splitcolumn' => { 366 => 0x222 },
+ 'splittoningbalance' => { 480 => 'SplitToningBalance', 482 => 'SplitToningBalance' },
+ 'splittoninghighlighthue' => { 480 => 'SplitToningHighlightHue', 482 => 'SplitToningHighlightHue' },
+ 'splittoninghighlightsaturation' => { 480 => 'SplitToningHighlightSaturation', 482 => 'SplitToningHighlightSaturation' },
+ 'splittoningshadowhue' => { 480 => 'SplitToningShadowHue', 482 => 'SplitToningShadowHue' },
+ 'splittoningshadowsaturation' => { 480 => 'SplitToningShadowSaturation', 482 => 'SplitToningShadowSaturation' },
+ 'sport' => { 496 => 'sport' },
'spotfocuspointx' => { 181 => 0x2d },
'spotfocuspointy' => { 181 => 0x2e },
'spotmeteringmode' => { 34 => 0x27 },
'spotmeterlinktoafpoint' => { 84 => 0x107 },
- 'sractive' => { 336 => '17.1' },
+ 'sractive' => { 338 => '17.1' },
'srawquality' => { 34 => 0x2e },
- 'srfocallength' => { 357 => 0x3 },
- 'srgbrendering' => { 308 => 'sRGB' },
- 'srhalfpresstime' => { 357 => 0x2 },
- 'srresult' => { 357 => 0x0, 358 => 0x0 },
- 'stackedimage' => { 297 => 0x804 },
+ 'srfocallength' => { 359 => 0x3 },
+ 'srgbrendering' => { 310 => 'sRGB' },
+ 'srhalfpresstime' => { 359 => 0x2 },
+ 'srresult' => { 359 => 0x0, 360 => 0x0 },
+ 'stackedimage' => { 299 => 0x804 },
'standardmatrixcustom' => { 138 => 0x7d4 },
'standardmatrixdaylight' => { 138 => 0x7d0 },
'standardmatrixflash' => { 138 => 0x7d3 },
'standardmatrixfluorescent' => { 138 => 0x7d2 },
'standardmatrixtungsten' => { 138 => 0x7d1 },
'standardoutputhighlightpoint' => { 109 => 0x14 },
- 'standardoutputsensitivity' => { 119 => 0x8831, 485 => 'StandardOutputSensitivity' },
+ 'standardoutputsensitivity' => { 119 => 0x8831, 487 => 'StandardOutputSensitivity' },
'standardoutputshadowpoint' => { 109 => 0x15 },
'standardrawcolortone' => { 109 => 0xd },
'standardrawcontrast' => { 109 => 0xf },
@@ -6272,126 +6277,126 @@ my %tagLookup = (
'standardwhiteflash' => { 138 => 0x837 },
'standardwhitefluorescent' => { 138 => 0x836 },
'standardwhitetungsten' => { 138 => 0x835 },
- 'standbytimer' => { 280 => '19.1', 282 => '19.1', 283 => '19.1', 286 => '18.1', 287 => '18.1', 292 => '19.1', 293 => '19.1' },
- 'starlightview' => { 295 => 0x249 },
- 'startingpage' => { 494 => 'startingPage' },
+ 'standbytimer' => { 282 => '19.1', 284 => '19.1', 285 => '19.1', 288 => '18.1', 289 => '18.1', 294 => '19.1', 295 => '19.1' },
+ 'starlightview' => { 297 => 0x249 },
+ 'startingpage' => { 496 => 'startingPage' },
'startmovieshooting' => { 84 => 0x70d },
- 'starttimecode' => { 380 => "\xa9TIM", 504 => 'startTimecode' },
- 'starttimecodetimeformat' => { 504 => [\'startTimecode','startTimecodeTimeFormat'] },
- 'starttimecodetimevalue' => { 504 => [\'startTimecode','startTimecodeTimeValue'] },
- 'starttimecodevalue' => { 504 => [\'startTimecode','startTimecodeValue'] },
- 'starttimesamplesize' => { 380 => "\xa9TSZ", 504 => 'startTimeSampleSize' },
- 'starttimescale' => { 380 => "\xa9TSC", 504 => 'startTimeScale' },
- 'state' => { 161 => 'State', 320 => 0x6b, 492 => 'State' },
- 'status' => { 459 => 'Status', 471 => 'Status' },
- 'stereomode' => { 467 => 'StereoMode' },
- 'stitched' => { 467 => 'Stitched' },
- 'stitchingsoftware' => { 466 => 'StitchingSoftware', 467 => 'StitchingSoftware' },
- 'stopsabovebaseiso' => { 429 => 0x113e, 430 => 0x113e, 431 => 0x111a, 432 => 0x1196, 433 => 0x1172, 434 => 0x102a, 435 => 0x222, 436 => 0x222, 437 => 0x217, 451 => 0xa },
+ 'starttimecode' => { 382 => "\xa9TIM", 506 => 'startTimecode' },
+ 'starttimecodetimeformat' => { 506 => [\'startTimecode','startTimecodeTimeFormat'] },
+ 'starttimecodetimevalue' => { 506 => [\'startTimecode','startTimecodeTimeValue'] },
+ 'starttimecodevalue' => { 506 => [\'startTimecode','startTimecodeValue'] },
+ 'starttimesamplesize' => { 382 => "\xa9TSZ", 506 => 'startTimeSampleSize' },
+ 'starttimescale' => { 382 => "\xa9TSC", 506 => 'startTimeScale' },
+ 'state' => { 161 => 'State', 322 => 0x6b, 494 => 'State' },
+ 'status' => { 461 => 'Status', 473 => 'Status' },
+ 'stereomode' => { 469 => 'StereoMode' },
+ 'stitched' => { 469 => 'Stitched' },
+ 'stitchingsoftware' => { 468 => 'StitchingSoftware', 469 => 'StitchingSoftware' },
+ 'stopsabovebaseiso' => { 431 => 0x113e, 432 => 0x113e, 433 => 0x111a, 434 => 0x1196, 435 => 0x1172, 436 => 0x102a, 437 => 0x222, 438 => 0x222, 439 => 0x217, 453 => 0xa },
'storagemethod' => { 188 => 0x12 },
- 'storebyorientation' => { 280 => '46.3', 282 => '47.3', 283 => '47.3', 292 => '47.3', 293 => '47.3', 295 => 0xd },
- 'storedescription' => { 372 => 'sdes' },
- 'storylineidentifier' => { 490 => 'StorylineIdentifier' },
- 'straightenangle' => { 272 => 0x2fc08431 },
- 'streamready' => { 490 => 'StreamReady' },
+ 'storebyorientation' => { 282 => '46.3', 284 => '47.3', 285 => '47.3', 294 => '47.3', 295 => '47.3', 297 => 0xd },
+ 'storedescription' => { 374 => 'sdes' },
+ 'storylineidentifier' => { 492 => 'StorylineIdentifier' },
+ 'straightenangle' => { 274 => 0x2fc08431 },
+ 'streamready' => { 492 => 'StreamReady' },
'streamtype' => { 176 => 'StreamType' },
- 'stretchmode' => { 504 => 'stretchMode' },
- 'studydatetime' => { 457 => 'StudyDateTime' },
- 'studydescription' => { 457 => 'StudyDescription' },
- 'studyid' => { 457 => 'StudyID' },
- 'studyphysician' => { 457 => 'StudyPhysician' },
- 'styleperiod' => { 490 => 'StylePeriod' },
+ 'stretchmode' => { 506 => 'stretchMode' },
+ 'studydatetime' => { 459 => 'StudyDateTime' },
+ 'studydescription' => { 459 => 'StudyDescription' },
+ 'studyid' => { 459 => 'StudyID' },
+ 'studyphysician' => { 459 => 'StudyPhysician' },
+ 'styleperiod' => { 492 => 'StylePeriod' },
'sub-location' => { 131 => 0x5c },
- 'subcommanddialplaybackmode' => { 295 => 0x1cf },
+ 'subcommanddialplaybackmode' => { 297 => 0x1cf },
'subfiledata' => { 164 => 'data' },
'subfiledirectory' => { 164 => '1Directory' },
'subfilemimetype' => { 164 => '2MIME' },
'subfilename' => { 164 => '1Name' },
'subfileresource' => { 164 => 'rsrc' },
'subfiletype' => { 119 => 0xfe, 164 => '0Type' },
- 'subject' => { 306 => 'Subject', 371 => 'Subject', 481 => 'subject', 491 => 'Subject', 505 => 'subject' },
- 'subjectarea' => { 119 => 0x9214, 484 => 'SubjectArea' },
- 'subjectcode' => { 489 => 'SubjectCode' },
- 'subjectdetection' => { 229 => 0x23e },
- 'subjectdistance' => { 119 => 0x9206, 140 => 0x3e, 484 => 'SubjectDistance' },
- 'subjectdistancerange' => { 119 => 0xa40c, 484 => 'SubjectDistanceRange' },
- 'subjectlocation' => { 119 => 0xa214, 484 => 'SubjectLocation' },
- 'subjectmotion' => { 282 => '78.2', 283 => '78.2', 293 => '78.2', 295 => 0x103 },
+ 'subject' => { 308 => 'Subject', 373 => 'Subject', 483 => 'subject', 493 => 'Subject', 507 => 'subject' },
+ 'subjectarea' => { 119 => 0x9214, 486 => 'SubjectArea' },
+ 'subjectcode' => { 491 => 'SubjectCode' },
+ 'subjectdetection' => { 230 => 0x23e },
+ 'subjectdistance' => { 119 => 0x9206, 140 => 0x3e, 486 => 'SubjectDistance' },
+ 'subjectdistancerange' => { 119 => 0xa40c, 486 => 'SubjectDistanceRange' },
+ 'subjectlocation' => { 119 => 0xa214, 486 => 'SubjectLocation' },
+ 'subjectmotion' => { 284 => '78.2', 285 => '78.2', 295 => '78.2', 297 => 0x103 },
'subjectprogram' => { 181 => 0x22 },
'subjectreference' => { 131 => 0xc },
- 'sublabels1' => { 488 => [\'TagStructure','TagStructureSubLabels'] },
- 'sublabels2' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabels'] },
- 'sublabels3' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] },
- 'sublabels4' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] },
- 'sublabels5' => { 488 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] },
+ 'sublabels1' => { 490 => [\'TagStructure','TagStructureSubLabels'] },
+ 'sublabels2' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabels'] },
+ 'sublabels3' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabels'] },
+ 'sublabels4' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabels'] },
+ 'sublabels5' => { 490 => [\'TagStructure','TagStructureSubLabelsSubLabelsSubLabelsSubLabelsSubLabels'] },
'subseccreatedate' => { 114 => 'Exif-SubSecCreateDate' },
'subsecdatetimeoriginal' => { 114 => 'Exif-SubSecDateTimeOriginal' },
'subsecmodifydate' => { 114 => 'Exif-SubSecModifyDate' },
'subsectime' => { 119 => 0x9290 },
'subsectimedigitized' => { 119 => 0x9292 },
'subsectimeoriginal' => { 119 => 0x9291 },
- 'subsection1' => { 494 => 'subsection1' },
- 'subsection2' => { 494 => 'subsection2' },
- 'subsection3' => { 494 => 'subsection3' },
- 'subsection4' => { 494 => 'subsection4' },
- 'subselector' => { 280 => '49.1', 282 => '71.1', 283 => '71.1', 293 => '71.1', 295 => 0x8f },
- 'subselectorassignment' => { 280 => '48.1' },
- 'subselectorcenter' => { 282 => '72.1', 283 => '72.1', 293 => '72.1' },
- 'subselectorplusdials' => { 280 => '49.2', 282 => '73.1', 283 => '73.1', 293 => '73.1' },
- 'subtitle' => { 179 => 'WM/SubTitle', 372 => "\xa9st3", 380 => "\xa9snm", 494 => 'subtitle' },
- 'subtitlekeywords' => { 380 => "\xa9snk" },
- 'subversionfilename' => { 488 => [\'SubVersions','SubVersionsFileName'] },
- 'subversionreference' => { 488 => [\'SubVersions','SubVersionsVersRef'] },
- 'subversions' => { 488 => 'SubVersions' },
+ 'subsection1' => { 496 => 'subsection1' },
+ 'subsection2' => { 496 => 'subsection2' },
+ 'subsection3' => { 496 => 'subsection3' },
+ 'subsection4' => { 496 => 'subsection4' },
+ 'subselector' => { 282 => '49.1', 284 => '71.1', 285 => '71.1', 295 => '71.1', 297 => 0x8f },
+ 'subselectorassignment' => { 282 => '48.1' },
+ 'subselectorcenter' => { 284 => '72.1', 285 => '72.1', 295 => '72.1' },
+ 'subselectorplusdials' => { 282 => '49.2', 284 => '73.1', 285 => '73.1', 295 => '73.1' },
+ 'subtitle' => { 179 => 'WM/SubTitle', 374 => "\xa9st3", 382 => "\xa9snm", 496 => 'subtitle' },
+ 'subtitlekeywords' => { 382 => "\xa9snk" },
+ 'subversionfilename' => { 490 => [\'SubVersions','SubVersionsFileName'] },
+ 'subversionreference' => { 490 => [\'SubVersions','SubVersionsVersRef'] },
+ 'subversions' => { 490 => 'SubVersions' },
'superimposeddisplay' => { 82 => 0xa, 84 => 0x510, 85 => 0x9, 86 => 0xa, 89 => 0xa, 90 => 0xe },
'supermacro' => { 64 => 0x1a },
- 'supplementalcategories' => { 131 => 0x14, 492 => 'SupplementalCategories' },
+ 'supplementalcategories' => { 131 => 0x14, 494 => 'SupplementalCategories' },
'supplementaltype' => { 133 => 0x37 },
- 'supplementdisplayid' => { 494 => 'supplementDisplayID' },
- 'supplementstartingpage' => { 494 => 'supplementStartingPage' },
- 'supplementtitle' => { 494 => 'supplementTitle' },
- 'supplychainsource' => { 490 => 'SupplyChainSource' },
- 'supplychainsourceidentifier' => { 490 => [\'SupplyChainSource','SupplyChainSourceIdentifier'] },
- 'supplychainsourcename' => { 490 => [\'SupplyChainSource','SupplyChainSourceName'] },
- 'supportsamount' => { 478 => 'SupportsAmount', 480 => 'SupportsAmount' },
- 'supportscolor' => { 478 => 'SupportsColor', 480 => 'SupportsColor' },
- 'supportshighdynamicrange' => { 478 => 'SupportsHighDynamicRange', 480 => 'SupportsHighDynamicRange' },
- 'supportsmonochrome' => { 478 => 'SupportsMonochrome', 480 => 'SupportsMonochrome' },
- 'supportsnormaldynamicrange' => { 478 => 'SupportsNormalDynamicRange', 480 => 'SupportsNormalDynamicRange' },
- 'supportsoutputreferred' => { 478 => 'SupportsOutputReferred', 480 => 'SupportsOutputReferred' },
- 'supportsscenereferred' => { 478 => 'SupportsSceneReferred', 480 => 'SupportsSceneReferred' },
- 'svisosetting' => { 336 => 0x14 },
- 'swatchcoloranta' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsA'] },
- 'swatchcolorantb' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsB'] },
- 'swatchcolorantblack' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsBlack'] },
- 'swatchcolorantblue' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsBlue'] },
- 'swatchcolorantcyan' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsCyan'] },
- 'swatchcolorantgray' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsGray'] },
- 'swatchcolorantgreen' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsGreen'] },
- 'swatchcolorantl' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsL'] },
- 'swatchcolorantmagenta' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsMagenta'] },
- 'swatchcolorantmode' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsMode'] },
- 'swatchcolorantred' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsRed'] },
- 'swatchcolorantswatchname' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsSwatchName'] },
- 'swatchcoloranttint' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsTint'] },
- 'swatchcoloranttype' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsType'] },
- 'swatchcolorantyellow' => { 509 => [\'SwatchGroups','SwatchGroupsColorantsYellow'] },
- 'swatchgroupname' => { 509 => [\'SwatchGroups','SwatchGroupsGroupName'] },
- 'swatchgroups' => { 509 => 'SwatchGroups' },
- 'swatchgroupscolorants' => { 509 => [\'SwatchGroups','SwatchGroupsColorants'] },
- 'swatchgrouptype' => { 509 => [\'SwatchGroups','SwatchGroupsGroupType'] },
- 'sweeppanoramadirection' => { 320 => 0x93, 409 => 0x33 },
- 'sweeppanoramafieldofview' => { 320 => 0x94 },
- 'sweeppanoramasize' => { 409 => 0x32 },
+ 'supplementdisplayid' => { 496 => 'supplementDisplayID' },
+ 'supplementstartingpage' => { 496 => 'supplementStartingPage' },
+ 'supplementtitle' => { 496 => 'supplementTitle' },
+ 'supplychainsource' => { 492 => 'SupplyChainSource' },
+ 'supplychainsourceidentifier' => { 492 => [\'SupplyChainSource','SupplyChainSourceIdentifier'] },
+ 'supplychainsourcename' => { 492 => [\'SupplyChainSource','SupplyChainSourceName'] },
+ 'supportsamount' => { 480 => 'SupportsAmount', 482 => 'SupportsAmount' },
+ 'supportscolor' => { 480 => 'SupportsColor', 482 => 'SupportsColor' },
+ 'supportshighdynamicrange' => { 480 => 'SupportsHighDynamicRange', 482 => 'SupportsHighDynamicRange' },
+ 'supportsmonochrome' => { 480 => 'SupportsMonochrome', 482 => 'SupportsMonochrome' },
+ 'supportsnormaldynamicrange' => { 480 => 'SupportsNormalDynamicRange', 482 => 'SupportsNormalDynamicRange' },
+ 'supportsoutputreferred' => { 480 => 'SupportsOutputReferred', 482 => 'SupportsOutputReferred' },
+ 'supportsscenereferred' => { 480 => 'SupportsSceneReferred', 482 => 'SupportsSceneReferred' },
+ 'svisosetting' => { 338 => 0x14 },
+ 'swatchcoloranta' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsA'] },
+ 'swatchcolorantb' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsB'] },
+ 'swatchcolorantblack' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsBlack'] },
+ 'swatchcolorantblue' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsBlue'] },
+ 'swatchcolorantcyan' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsCyan'] },
+ 'swatchcolorantgray' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsGray'] },
+ 'swatchcolorantgreen' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsGreen'] },
+ 'swatchcolorantl' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsL'] },
+ 'swatchcolorantmagenta' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsMagenta'] },
+ 'swatchcolorantmode' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsMode'] },
+ 'swatchcolorantred' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsRed'] },
+ 'swatchcolorantswatchname' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsSwatchName'] },
+ 'swatchcoloranttint' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsTint'] },
+ 'swatchcoloranttype' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsType'] },
+ 'swatchcolorantyellow' => { 511 => [\'SwatchGroups','SwatchGroupsColorantsYellow'] },
+ 'swatchgroupname' => { 511 => [\'SwatchGroups','SwatchGroupsGroupName'] },
+ 'swatchgroups' => { 511 => 'SwatchGroups' },
+ 'swatchgroupscolorants' => { 511 => [\'SwatchGroups','SwatchGroupsColorants'] },
+ 'swatchgrouptype' => { 511 => [\'SwatchGroups','SwatchGroupsGroupType'] },
+ 'sweeppanoramadirection' => { 322 => 0x93, 411 => 0x33 },
+ 'sweeppanoramafieldofview' => { 322 => 0x94 },
+ 'sweeppanoramasize' => { 411 => 0x32 },
'switchtoregisteredafpoint' => { 83 => 0x12, 84 => 0x50a },
'symlink' => { 120 => 'SymLink' },
- 'syncreleasemode' => { 282 => '77.1', 283 => '77.1', 293 => '77.1', 295 => 0x41 },
- 'system' => { 364 => 0x204 },
- 'tagged' => { 366 => 0xdd, 367 => 'Tagged', 473 => 'tagged' },
- 'tagslist' => { 483 => 'TagsList' },
- 'tagstructure' => { 488 => 'TagStructure' },
- 'takenumber' => { 504 => 'takeNumber' },
- 'tapename' => { 504 => 'tapeName' },
+ 'syncreleasemode' => { 284 => '77.1', 285 => '77.1', 295 => '77.1', 297 => 0x41 },
+ 'system' => { 366 => 0x204 },
+ 'tagged' => { 368 => 0xdd, 369 => 'Tagged', 475 => 'tagged' },
+ 'tagslist' => { 485 => 'TagsList' },
+ 'tagstructure' => { 490 => 'TagStructure' },
+ 'takenumber' => { 506 => 'takeNumber' },
+ 'tapename' => { 506 => 'tapeName' },
'targetaperture' => { 77 => 0x4 },
'targetcompressionratio' => { 95 => 0x1 },
'targetdistancesetting' => { 97 => 0x1807 },
@@ -6449,111 +6454,111 @@ my %tagLookup = (
'tda4edgepolarity' => { 138 => 0x198f },
'tda4gain' => { 138 => 0x198e },
'tda4offset' => { 138 => 0x198c },
- 'teaser' => { 494 => 'teaser' },
- 'teleconverter' => { 186 => 0x105, 420 => 0x105 },
+ 'teaser' => { 496 => 'teaser' },
+ 'teleconverter' => { 186 => 0x105, 422 => 0x105 },
'tempampgainx100' => { 138 => 0x1914 },
- 'tempo' => { 504 => 'tempo' },
- 'temporalcoverage' => { 490 => 'TemporalCoverage' },
- 'temporalcoveragefrom' => { 490 => [\'TemporalCoverage','TemporalCoverageTempCoverageFrom'] },
- 'temporalcoverageto' => { 490 => [\'TemporalCoverage','TemporalCoverageTempCoverageTo'] },
- 'termsandconditionstext' => { 307 => 'TermsAndConditionsText' },
- 'termsandconditionsurl' => { 307 => 'TermsAndConditionsURL' },
+ 'tempo' => { 506 => 'tempo' },
+ 'temporalcoverage' => { 492 => 'TemporalCoverage' },
+ 'temporalcoveragefrom' => { 492 => [\'TemporalCoverage','TemporalCoverageTempCoverageFrom'] },
+ 'temporalcoverageto' => { 492 => [\'TemporalCoverage','TemporalCoverageTempCoverageTo'] },
+ 'termsandconditionstext' => { 309 => 'TermsAndConditionsText' },
+ 'termsandconditionsurl' => { 309 => 'TermsAndConditionsURL' },
'testname' => { 120 => 'TestName' },
- 'textencoding' => { 225 => 0x4 },
- 'textlayername' => { 492 => [\'TextLayers','TextLayersLayerName'] },
- 'textlayers' => { 492 => 'TextLayers' },
- 'textlayertext' => { 492 => [\'TextLayers','TextLayersLayerText'] },
- 'textstamp' => { 320 => [0x8008,0x8009,0x3b,0x3e] },
- 'texture' => { 478 => 'Texture', 480 => 'Texture' },
- 'three-dtrackingfacedetection' => { 282 => '1.4', 283 => '1.4', 293 => '1.4' },
- 'three-dtrackingwatcharea' => { 282 => '78.1', 283 => '78.1', 293 => '78.1' },
+ 'textencoding' => { 226 => 0x4 },
+ 'textlayername' => { 494 => [\'TextLayers','TextLayersLayerName'] },
+ 'textlayers' => { 494 => 'TextLayers' },
+ 'textlayertext' => { 494 => [\'TextLayers','TextLayersLayerText'] },
+ 'textstamp' => { 322 => [0x8008,0x8009,0x3b,0x3e] },
+ 'texture' => { 480 => 'Texture', 482 => 'Texture' },
+ 'three-dtrackingfacedetection' => { 284 => '1.4', 285 => '1.4', 295 => '1.4' },
+ 'three-dtrackingwatcharea' => { 284 => '78.1', 285 => '78.1', 295 => '78.1' },
'thresholding' => { 119 => 0x107 },
'thumbnailfilename' => { 97 => 0x817 },
- 'thumbnailformat' => { 502 => [\'Thumbnails','ThumbnailsFormat'] },
- 'thumbnailheight' => { 142 => 0xfa55, 502 => [\'Thumbnails','ThumbnailsHeight'] },
- 'thumbnailimage' => { 6 => 'CNDA', 97 => 0x2008, 114 => 'Exif-ThumbnailImage', 122 => 0x3, 167 => 'data', 302 => 0x100, 380 => 'thmb', 502 => [\'Thumbnails','ThumbnailsImage'] },
+ 'thumbnailformat' => { 504 => [\'Thumbnails','ThumbnailsFormat'] },
+ 'thumbnailheight' => { 142 => 0xfa55, 504 => [\'Thumbnails','ThumbnailsHeight'] },
+ 'thumbnailimage' => { 6 => 'CNDA', 97 => 0x2008, 114 => 'Exif-ThumbnailImage', 122 => 0x3, 167 => 'data', 304 => 0x100, 382 => 'thmb', 504 => [\'Thumbnails','ThumbnailsImage'] },
'thumbnailimagename' => { 167 => '1Name' },
'thumbnailimagesize' => { 167 => 'ImageSize' },
'thumbnailimagetype' => { 167 => '0Type' },
'thumbnailimagevalidarea' => { 64 => 0x13 },
'thumbnaillength' => { 119 => 0x202 },
'thumbnailoffset' => { 119 => 0x201 },
- 'thumbnailpng' => { 380 => 'thmb' },
- 'thumbnails' => { 502 => 'Thumbnails' },
- 'thumbnailwidth' => { 142 => 0xfa54, 502 => [\'Thumbnails','ThumbnailsWidth'] },
- 'ticker' => { 494 => 'ticker' },
- 'tiffhandling' => { 478 => 'TIFFHandling', 480 => 'TIFFHandling' },
- 'tiffmeteringimage' => { 187 => 0x104c, 418 => 0x1110 },
+ 'thumbnailpng' => { 382 => 'thmb' },
+ 'thumbnails' => { 504 => 'Thumbnails' },
+ 'thumbnailwidth' => { 142 => 0xfa54, 504 => [\'Thumbnails','ThumbnailsWidth'] },
+ 'ticker' => { 496 => 'ticker' },
+ 'tiffhandling' => { 480 => 'TIFFHandling', 482 => 'TIFFHandling' },
+ 'tiffmeteringimage' => { 187 => 0x104c, 420 => 0x1110 },
'tilelength' => { 119 => 0x143 },
'tilewidth' => { 119 => 0x142 },
- 'time' => { 138 => 0x401, 355 => 0x7 },
+ 'time' => { 138 => 0x401, 357 => 0x7 },
'timecodes' => { 119 => 0xc763 },
- 'timecreated' => { 131 => 0x3c, 140 => 0x14, 149 => 0x10, 367 => 'TimeCreated' },
- 'timelapseshotnumber' => { 323 => 0x10 },
- 'timeperiod' => { 494 => 'timePeriod' },
- 'timerfunctionbutton' => { 281 => '5.2', 284 => '12.1', 285 => '13.1' },
+ 'timecreated' => { 131 => 0x3c, 140 => 0x14, 149 => 0x10, 369 => 'TimeCreated' },
+ 'timelapseshotnumber' => { 325 => 0x10 },
+ 'timeperiod' => { 496 => 'timePeriod' },
+ 'timerfunctionbutton' => { 283 => '5.2', 286 => '12.1', 287 => '13.1' },
'timerlength' => { 84 => 0x80c },
- 'timerrecording' => { 320 => 0x96 },
- 'timescaleparams' => { 504 => 'timeScaleParams' },
- 'timescaleparamsframeoverlappingpercentage' => { 504 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] },
- 'timescaleparamsframesize' => { 504 => [\'timeScaleParams','timeScaleParamsFrameSize'] },
- 'timescaleparamsquality' => { 504 => [\'timeScaleParams','timeScaleParamsQuality'] },
+ 'timerrecording' => { 322 => 0x96 },
+ 'timescaleparams' => { 506 => 'timeScaleParams' },
+ 'timescaleparamsframeoverlappingpercentage' => { 506 => [\'timeScaleParams','timeScaleParamsFrameOverlappingPercentage'] },
+ 'timescaleparamsframesize' => { 506 => [\'timeScaleParams','timeScaleParamsFrameSize'] },
+ 'timescaleparamsquality' => { 506 => [\'timeScaleParams','timeScaleParamsQuality'] },
'timesent' => { 132 => 0x50 },
- 'timeshot' => { 468 => 'TimeShot' },
- 'timesignature' => { 504 => 'timeSignature' },
- 'timesincepoweron' => { 320 => 0x29 },
- 'timestamp' => { 11 => 0x45e, 19 => 0x11c, 296 => 0x8, 310 => 'TimeStamp', 320 => 0xaf, 467 => 'Timestamp', 474 => 'Timestamp', 488 => 'TimeStamp' },
+ 'timeshot' => { 470 => 'TimeShot' },
+ 'timesignature' => { 506 => 'timeSignature' },
+ 'timesincepoweron' => { 322 => 0x29 },
+ 'timestamp' => { 11 => 0x45e, 19 => 0x11c, 298 => 0x8, 312 => 'TimeStamp', 322 => 0xaf, 469 => 'Timestamp', 476 => 'Timestamp', 490 => 'TimeStamp' },
'timestamp1' => { 11 => 0x45a },
- 'timezone' => { 78 => 0x1, 229 => 0x594, 264 => 0x0, 390 => 0xa },
+ 'timezone' => { 78 => 0x1, 230 => 0x594, 266 => 0x0, 392 => 0xa },
'timezonecity' => { 78 => 0x2 },
'timezonecode' => { 100 => 0x1 },
'timezoneinfo' => { 100 => 0x2 },
'timezoneoffset' => { 119 => 0x882a },
- 'tint' => { 374 => 'player.movie.visual.tint', 478 => 'Tint', 480 => 'Tint' },
- 'title' => { 157 => 'Title', 306 => 'Title', 310 => 'Title', 320 => 0x65, 371 => 'Title', 372 => ['titl',"\xa9nam"], 374 => 'title', 380 => ['titl',"\xa9nam"], 481 => 'title', 491 => 'Title', 502 => 'Title' },
- 'togglestyleamount' => { 478 => 'ToggleStyleAmount', 480 => 'ToggleStyleAmount' },
- 'togglestyledigest' => { 478 => 'ToggleStyleDigest', 480 => 'ToggleStyleDigest' },
- 'tonecomp' => { 226 => 0x81 },
- 'tonecurve' => { 74 => 0x1, 355 => 0x402, 478 => 'ToneCurve', 480 => 'ToneCurve' },
+ 'tint' => { 376 => 'player.movie.visual.tint', 480 => 'Tint', 482 => 'Tint' },
+ 'title' => { 157 => 'Title', 308 => 'Title', 312 => 'Title', 322 => 0x65, 373 => 'Title', 374 => ['titl',"\xa9nam"], 376 => 'title', 382 => ['titl',"\xa9nam"], 483 => 'title', 493 => 'Title', 504 => 'Title' },
+ 'togglestyleamount' => { 480 => 'ToggleStyleAmount', 482 => 'ToggleStyleAmount' },
+ 'togglestyledigest' => { 480 => 'ToggleStyleDigest', 482 => 'ToggleStyleDigest' },
+ 'tonecomp' => { 227 => 0x81 },
+ 'tonecurve' => { 74 => 0x1, 357 => 0x402, 480 => 'ToneCurve', 482 => 'ToneCurve' },
'tonecurveactive' => { 108 => 0x110 },
- 'tonecurveadobergb' => { 394 => 0xa043 },
- 'tonecurveadobergbdefault' => { 394 => 0xa041 },
- 'tonecurveblue' => { 478 => 'ToneCurveBlue', 480 => 'ToneCurveBlue' },
- 'tonecurvebluex' => { 455 => 0x9003 },
- 'tonecurvebluey' => { 455 => 0x9007 },
+ 'tonecurveadobergb' => { 396 => 0xa043 },
+ 'tonecurveadobergbdefault' => { 396 => 0xa041 },
+ 'tonecurveblue' => { 480 => 'ToneCurveBlue', 482 => 'ToneCurveBlue' },
+ 'tonecurvebluex' => { 457 => 0x9003 },
+ 'tonecurvebluey' => { 457 => 0x9007 },
'tonecurvebrightness' => { 103 => 0x20410 },
- 'tonecurvebrightnessx' => { 455 => 0x9000 },
- 'tonecurvebrightnessy' => { 455 => 0x9004 },
+ 'tonecurvebrightnessx' => { 457 => 0x9000 },
+ 'tonecurvebrightnessy' => { 457 => 0x9004 },
'tonecurvecolorspace' => { 107 => 0x0 },
'tonecurvecontrast' => { 103 => 0x20411 },
- 'tonecurvegreen' => { 478 => 'ToneCurveGreen', 480 => 'ToneCurveGreen' },
- 'tonecurvegreenx' => { 455 => 0x9002 },
- 'tonecurvegreeny' => { 455 => 0x9006 },
+ 'tonecurvegreen' => { 480 => 'ToneCurveGreen', 482 => 'ToneCurveGreen' },
+ 'tonecurvegreenx' => { 457 => 0x9002 },
+ 'tonecurvegreeny' => { 457 => 0x9006 },
'tonecurveinputrange' => { 107 => 0x3 },
'tonecurveinterpolation' => { 108 => 0x159 },
'tonecurvemode' => { 108 => 0x113 },
- 'tonecurvename' => { 478 => 'ToneCurveName', 480 => 'ToneCurveName' },
- 'tonecurvename2012' => { 478 => 'ToneCurveName2012', 480 => 'ToneCurveName2012' },
+ 'tonecurvename' => { 480 => 'ToneCurveName', 482 => 'ToneCurveName' },
+ 'tonecurvename2012' => { 480 => 'ToneCurveName2012', 482 => 'ToneCurveName2012' },
'tonecurveoriginal' => { 103 => '0x20400.1' },
'tonecurveoutputrange' => { 107 => 0x5 },
'tonecurveprofilename' => { 138 => 0x1391 },
'tonecurveproperty' => { 108 => 0x3c },
- 'tonecurvepv2012' => { 478 => 'ToneCurvePV2012', 480 => 'ToneCurvePV2012' },
- 'tonecurvepv2012blue' => { 478 => 'ToneCurvePV2012Blue', 480 => 'ToneCurvePV2012Blue' },
- 'tonecurvepv2012green' => { 478 => 'ToneCurvePV2012Green', 480 => 'ToneCurvePV2012Green' },
- 'tonecurvepv2012red' => { 478 => 'ToneCurvePV2012Red', 480 => 'ToneCurvePV2012Red' },
- 'tonecurvered' => { 478 => 'ToneCurveRed', 480 => 'ToneCurveRed' },
- 'tonecurveredx' => { 455 => 0x9001 },
- 'tonecurveredy' => { 455 => 0x9005 },
- 'tonecurves' => { 355 => 0x403 },
+ 'tonecurvepv2012' => { 480 => 'ToneCurvePV2012', 482 => 'ToneCurvePV2012' },
+ 'tonecurvepv2012blue' => { 480 => 'ToneCurvePV2012Blue', 482 => 'ToneCurvePV2012Blue' },
+ 'tonecurvepv2012green' => { 480 => 'ToneCurvePV2012Green', 482 => 'ToneCurvePV2012Green' },
+ 'tonecurvepv2012red' => { 480 => 'ToneCurvePV2012Red', 482 => 'ToneCurvePV2012Red' },
+ 'tonecurvered' => { 480 => 'ToneCurveRed', 482 => 'ToneCurveRed' },
+ 'tonecurveredx' => { 457 => 0x9001 },
+ 'tonecurveredy' => { 457 => 0x9005 },
+ 'tonecurves' => { 357 => 0x403 },
'tonecurveshape' => { 107 => 0x1 },
- 'tonecurvesrgb' => { 394 => 0xa042 },
- 'tonecurvesrgbdefault' => { 394 => 0xa040 },
+ 'tonecurvesrgb' => { 396 => 0xa042 },
+ 'tonecurvesrgbdefault' => { 396 => 0xa040 },
'tonecurvex' => { 107 => 0xa },
'tonecurvey' => { 107 => 0xb },
- 'tonelevel' => { 297 => 0x52e },
- 'tonemapstrength' => { 478 => 'ToneMapStrength', 480 => 'ToneMapStrength' },
- 'toningeffect' => { 57 => 0xf, 226 => 0xb3, 231 => 0x38, 232 => 0x40, 233 => 0x48, 387 => 0x1015 },
+ 'tonelevel' => { 299 => 0x52e },
+ 'tonemapstrength' => { 480 => 'ToneMapStrength', 482 => 'ToneMapStrength' },
+ 'toningeffect' => { 57 => 0xf, 227 => 0xb3, 233 => 0x38, 234 => 0x40, 235 => 0x48, 389 => 0x1015 },
'toningeffectauto' => { 71 => 0xa4 },
'toningeffectfaithful' => { 70 => 0x74, 71 => 0x74 },
'toningeffectlandscape' => { 70 => 0x44, 71 => 0x44 },
@@ -6564,61 +6569,61 @@ my %tagLookup = (
'toningeffectuserdef1' => { 70 => 0xa4, 71 => 0xbc },
'toningeffectuserdef2' => { 70 => 0xbc, 71 => 0xd4 },
'toningeffectuserdef3' => { 70 => 0xd4, 71 => 0xec },
- 'toningsaturation' => { 231 => 0x39, 232 => 0x41, 233 => 0x49 },
+ 'toningsaturation' => { 233 => 0x39, 234 => 0x41, 235 => 0x49 },
'totalzoom' => { 140 => 0x62 },
- 'touchae' => { 320 => 0xab },
- 'track' => { 372 => "\xa9trk", 380 => "\xa9trk" },
- 'trackcreatedate' => { 379 => 0x1 },
- 'trackmodifydate' => { 379 => 0x2 },
- 'tracknumber' => { 372 => 'trkn', 504 => 'trackNumber' },
- 'tracks' => { 504 => 'Tracks' },
- 'tracksframerate' => { 504 => [\'Tracks','TracksFrameRate'] },
- 'tracksmarkers' => { 504 => [\'Tracks','TracksMarkers'] },
- 'tracksmarkerscomment' => { 504 => [\'Tracks','TracksMarkersComment'] },
- 'tracksmarkerscuepointparams' => { 504 => [\'Tracks','TracksMarkersCuePointParams'] },
- 'tracksmarkerscuepointparamskey' => { 504 => [\'Tracks','TracksMarkersCuePointParamsKey'] },
- 'tracksmarkerscuepointparamsvalue' => { 504 => [\'Tracks','TracksMarkersCuePointParamsValue'] },
- 'tracksmarkerscuepointtype' => { 504 => [\'Tracks','TracksMarkersCuePointType'] },
- 'tracksmarkersduration' => { 504 => [\'Tracks','TracksMarkersDuration'] },
- 'tracksmarkerslocation' => { 504 => [\'Tracks','TracksMarkersLocation'] },
- 'tracksmarkersname' => { 504 => [\'Tracks','TracksMarkersName'] },
- 'tracksmarkersprobability' => { 504 => [\'Tracks','TracksMarkersProbability'] },
- 'tracksmarkersspeaker' => { 504 => [\'Tracks','TracksMarkersSpeaker'] },
- 'tracksmarkersstarttime' => { 504 => [\'Tracks','TracksMarkersStartTime'] },
- 'tracksmarkerstarget' => { 504 => [\'Tracks','TracksMarkersTarget'] },
- 'tracksmarkerstype' => { 504 => [\'Tracks','TracksMarkersType'] },
- 'trackstrackname' => { 504 => [\'Tracks','TracksTrackName'] },
- 'trackstracktype' => { 504 => [\'Tracks','TracksTrackType'] },
- 'tracktype' => { 380 => 'kgtt' },
+ 'touchae' => { 322 => 0xab },
+ 'track' => { 374 => "\xa9trk", 382 => "\xa9trk" },
+ 'trackcreatedate' => { 381 => 0x1 },
+ 'trackmodifydate' => { 381 => 0x2 },
+ 'tracknumber' => { 374 => 'trkn', 506 => 'trackNumber' },
+ 'tracks' => { 506 => 'Tracks' },
+ 'tracksframerate' => { 506 => [\'Tracks','TracksFrameRate'] },
+ 'tracksmarkers' => { 506 => [\'Tracks','TracksMarkers'] },
+ 'tracksmarkerscomment' => { 506 => [\'Tracks','TracksMarkersComment'] },
+ 'tracksmarkerscuepointparams' => { 506 => [\'Tracks','TracksMarkersCuePointParams'] },
+ 'tracksmarkerscuepointparamskey' => { 506 => [\'Tracks','TracksMarkersCuePointParamsKey'] },
+ 'tracksmarkerscuepointparamsvalue' => { 506 => [\'Tracks','TracksMarkersCuePointParamsValue'] },
+ 'tracksmarkerscuepointtype' => { 506 => [\'Tracks','TracksMarkersCuePointType'] },
+ 'tracksmarkersduration' => { 506 => [\'Tracks','TracksMarkersDuration'] },
+ 'tracksmarkerslocation' => { 506 => [\'Tracks','TracksMarkersLocation'] },
+ 'tracksmarkersname' => { 506 => [\'Tracks','TracksMarkersName'] },
+ 'tracksmarkersprobability' => { 506 => [\'Tracks','TracksMarkersProbability'] },
+ 'tracksmarkersspeaker' => { 506 => [\'Tracks','TracksMarkersSpeaker'] },
+ 'tracksmarkersstarttime' => { 506 => [\'Tracks','TracksMarkersStartTime'] },
+ 'tracksmarkerstarget' => { 506 => [\'Tracks','TracksMarkersTarget'] },
+ 'tracksmarkerstype' => { 506 => [\'Tracks','TracksMarkersType'] },
+ 'trackstrackname' => { 506 => [\'Tracks','TracksTrackName'] },
+ 'trackstracktype' => { 506 => [\'Tracks','TracksTrackType'] },
+ 'tracktype' => { 382 => 'kgtt' },
'trailer' => { 120 => 'Trailer' },
'trailersignature' => { 164 => 'zmie' },
- 'transcript' => { 490 => 'Transcript' },
- 'transcriptlink' => { 490 => 'TranscriptLink' },
- 'transcriptlinklink' => { 490 => [\'TranscriptLink','TranscriptLinkLink'] },
- 'transcriptlinklinkqualifier' => { 490 => [\'TranscriptLink','TranscriptLinkLinkQualifier'] },
- 'transferfunction' => { 119 => 0x12d, 500 => 'TransferFunction' },
+ 'transcript' => { 492 => 'Transcript' },
+ 'transcriptlink' => { 492 => 'TranscriptLink' },
+ 'transcriptlinklink' => { 492 => [\'TranscriptLink','TranscriptLinkLink'] },
+ 'transcriptlinklinkqualifier' => { 492 => [\'TranscriptLink','TranscriptLinkLinkQualifier'] },
+ 'transferfunction' => { 119 => 0x12d, 502 => 'TransferFunction' },
'transfertimenormal' => { 138 => 0x1888 },
'transfertimetest' => { 138 => 0x1889 },
- 'transform' => { 320 => [0x8012,0x59] },
- 'transmissionreference' => { 492 => 'TransmissionReference' },
- 'trapped' => { 306 => 'Trapped', 491 => 'Trapped' },
+ 'transform' => { 322 => [0x8012,0x59] },
+ 'transmissionreference' => { 494 => 'TransmissionReference' },
+ 'trapped' => { 308 => 'Trapped', 493 => 'Trapped' },
'trashbuttonfunction' => { 84 => 0x710 },
- 'travelday' => { 320 => 0x36 },
- 'treble' => { 374 => 'player.movie.audio.treble' },
- 'triggermode' => { 381 => 0x6, 382 => 0x34, 383 => 0x34 },
+ 'travelday' => { 322 => 0x36 },
+ 'treble' => { 376 => 'player.movie.audio.treble' },
+ 'triggermode' => { 383 => 0x6, 384 => 0x34, 385 => 0x34 },
'tstop' => { 119 => 0xc772 },
- 'ttl_da_adown' => { 343 => 0x5 },
- 'ttl_da_aup' => { 343 => 0x4 },
- 'ttl_da_bdown' => { 343 => 0x7 },
- 'ttl_da_bup' => { 343 => 0x6 },
- 'tungstenawb' => { 333 => 0x1 },
- 'tvepisode' => { 372 => 'tves' },
- 'tvepisodeid' => { 372 => 'tven' },
- 'tvexposuretimesetting' => { 336 => 0x12 },
- 'tvnetworkname' => { 372 => 'tvnn' },
- 'tvseason' => { 372 => 'tvsn' },
- 'tvshow' => { 372 => 'tvsh' },
- 'type' => { 481 => 'type', 499 => 'type' },
+ 'ttl_da_adown' => { 345 => 0x5 },
+ 'ttl_da_aup' => { 345 => 0x4 },
+ 'ttl_da_bdown' => { 345 => 0x7 },
+ 'ttl_da_bup' => { 345 => 0x6 },
+ 'tungstenawb' => { 335 => 0x1 },
+ 'tvepisode' => { 374 => 'tves' },
+ 'tvepisodeid' => { 374 => 'tven' },
+ 'tvexposuretimesetting' => { 338 => 0x12 },
+ 'tvnetworkname' => { 374 => 'tvnn' },
+ 'tvseason' => { 374 => 'tvsn' },
+ 'tvshow' => { 374 => 'tvsh' },
+ 'type' => { 464 => 'Type', 483 => 'type', 501 => 'type' },
'typestatus' => { 118 => [\'Identification','IdentificationTypeStatus'] },
'uniquecameramodel' => { 119 => 0xc614 },
'uniquedocumentid' => { 131 => 0xbb },
@@ -6629,17 +6634,17 @@ my %tagLookup = (
'uniquematrixfluorescent' => { 138 => 0x7e6 },
'uniquematrixtungsten' => { 138 => 0x7e5 },
'uniqueobjectname' => { 132 => 0x64 },
- 'units' => { 463 => 'Units' },
- 'unknown_aacr' => { 372 => 'AACR' },
- 'unknown_cdek' => { 372 => 'CDEK' },
- 'unknown_cdet' => { 372 => 'CDET' },
- 'unknownblock' => { 355 => 0x405 },
- 'unknownblock1' => { 301 => 0x635 },
- 'unknownblock2' => { 301 => 0x636 },
- 'unknownblock3' => { 301 => 0x1103 },
- 'unknownblock4' => { 301 => 0x1104 },
+ 'units' => { 465 => 'Units' },
+ 'unknown_aacr' => { 374 => 'AACR' },
+ 'unknown_cdek' => { 374 => 'CDEK' },
+ 'unknown_cdet' => { 374 => 'CDET' },
+ 'unknownblock' => { 357 => 0x405 },
+ 'unknownblock1' => { 303 => 0x635 },
+ 'unknownblock2' => { 303 => 0x636 },
+ 'unknownblock3' => { 303 => 0x1103 },
+ 'unknownblock4' => { 303 => 0x1104 },
'unknowncontrast' => { 109 => 0x45 },
- 'unknowndate' => { 364 => 0x212 },
+ 'unknowndate' => { 366 => 0x212 },
'unknownev' => { 138 => 0x1 },
'unknownlinear' => { 109 => 0x46 },
'unknownnumber' => { 97 => 0x180b },
@@ -6650,194 +6655,195 @@ my %tagLookup = (
'unknownrawshadow' => { 109 => 0x84 },
'unknownrawshadowpoint' => { 109 => 0x49 },
'unknownsharpness' => { 109 => 0x47 },
- 'unknowntags' => { 380 => 'TAGS' },
+ 'unknowntags' => { 382 => 'TAGS' },
'unknowntemperature' => { 121 => 0x4 },
- 'unknownthumbnail' => { 380 => 'thmb' },
- 'unsharp1color' => { 277 => 0x13 },
- 'unsharp1halowidth' => { 277 => 0x19 },
- 'unsharp1intensity' => { 277 => 0x17 },
- 'unsharp1threshold' => { 277 => 0x1b },
- 'unsharp2color' => { 277 => 0x2e },
- 'unsharp2halowidth' => { 277 => 0x34 },
- 'unsharp2intensity' => { 277 => 0x32 },
- 'unsharp2threshold' => { 277 => 0x36 },
- 'unsharp3color' => { 277 => 0x49 },
- 'unsharp3halowidth' => { 277 => 0x4f },
- 'unsharp3intensity' => { 277 => 0x4d },
- 'unsharp3threshold' => { 277 => 0x51 },
- 'unsharp4color' => { 277 => 0x64 },
- 'unsharp4halowidth' => { 277 => 0x6a },
- 'unsharp4intensity' => { 277 => 0x68 },
- 'unsharp4threshold' => { 277 => 0x6c },
- 'unsharpcount' => { 277 => 0x0 },
- 'unsharpmask' => { 109 => 0x90, 272 => 0x76a43200 },
+ 'unknownthumbnail' => { 382 => 'thmb' },
+ 'unsharp1color' => { 279 => 0x13 },
+ 'unsharp1halowidth' => { 279 => 0x19 },
+ 'unsharp1intensity' => { 279 => 0x17 },
+ 'unsharp1threshold' => { 279 => 0x1b },
+ 'unsharp2color' => { 279 => 0x2e },
+ 'unsharp2halowidth' => { 279 => 0x34 },
+ 'unsharp2intensity' => { 279 => 0x32 },
+ 'unsharp2threshold' => { 279 => 0x36 },
+ 'unsharp3color' => { 279 => 0x49 },
+ 'unsharp3halowidth' => { 279 => 0x4f },
+ 'unsharp3intensity' => { 279 => 0x4d },
+ 'unsharp3threshold' => { 279 => 0x51 },
+ 'unsharp4color' => { 279 => 0x64 },
+ 'unsharp4halowidth' => { 279 => 0x6a },
+ 'unsharp4intensity' => { 279 => 0x68 },
+ 'unsharp4threshold' => { 279 => 0x6c },
+ 'unsharpcount' => { 279 => 0x0 },
+ 'unsharpmask' => { 109 => 0x90, 274 => 0x76a43200 },
'unsharpmaskfineness' => { 103 => 0x20309 },
'unsharpmaskstrength' => { 103 => 0x20308 },
'unsharpmaskthreshold' => { 103 => 0x2030a },
- 'uprightcentermode' => { 478 => 'UprightCenterMode', 480 => 'UprightCenterMode' },
- 'uprightcenternormx' => { 478 => 'UprightCenterNormX', 480 => 'UprightCenterNormX' },
- 'uprightcenternormy' => { 478 => 'UprightCenterNormY', 480 => 'UprightCenterNormY' },
- 'uprightdependentdigest' => { 478 => 'UprightDependentDigest', 480 => 'UprightDependentDigest' },
- 'uprightfocallength35mm' => { 478 => 'UprightFocalLength35mm', 480 => 'UprightFocalLength35mm' },
- 'uprightfocalmode' => { 478 => 'UprightFocalMode', 480 => 'UprightFocalMode' },
- 'uprightfoursegments_0' => { 478 => 'UprightFourSegments_0', 480 => 'UprightFourSegments_0' },
- 'uprightfoursegments_1' => { 478 => 'UprightFourSegments_1', 480 => 'UprightFourSegments_1' },
- 'uprightfoursegments_2' => { 478 => 'UprightFourSegments_2', 480 => 'UprightFourSegments_2' },
- 'uprightfoursegments_3' => { 478 => 'UprightFourSegments_3', 480 => 'UprightFourSegments_3' },
- 'uprightfoursegmentscount' => { 478 => 'UprightFourSegmentsCount', 480 => 'UprightFourSegmentsCount' },
- 'uprightguideddependentdigest' => { 478 => 'UprightGuidedDependentDigest', 480 => 'UprightGuidedDependentDigest' },
- 'uprightpreview' => { 478 => 'UprightPreview', 480 => 'UprightPreview' },
- 'uprighttransform_0' => { 478 => 'UprightTransform_0', 480 => 'UprightTransform_0' },
- 'uprighttransform_1' => { 478 => 'UprightTransform_1', 480 => 'UprightTransform_1' },
- 'uprighttransform_2' => { 478 => 'UprightTransform_2', 480 => 'UprightTransform_2' },
- 'uprighttransform_3' => { 478 => 'UprightTransform_3', 480 => 'UprightTransform_3' },
- 'uprighttransform_4' => { 478 => 'UprightTransform_4', 480 => 'UprightTransform_4' },
- 'uprighttransform_5' => { 478 => 'UprightTransform_5', 480 => 'UprightTransform_5' },
- 'uprighttransformcount' => { 478 => 'UprightTransformCount', 480 => 'UprightTransformCount' },
- 'uprightversion' => { 478 => 'UprightVersion', 480 => 'UprightVersion' },
- 'urgency' => { 131 => 0xa, 492 => 'Urgency' },
- 'url' => { 157 => 'URL', 310 => 'URL', 369 => 0x40b, 494 => 'url' },
- 'url_list' => { 369 => 0x41e },
- 'urla-platform' => { 494 => [\'url','urlA-platform'] },
- 'urlurl' => { 494 => [\'url','urlUrl'] },
+ 'uprightcentermode' => { 480 => 'UprightCenterMode', 482 => 'UprightCenterMode' },
+ 'uprightcenternormx' => { 480 => 'UprightCenterNormX', 482 => 'UprightCenterNormX' },
+ 'uprightcenternormy' => { 480 => 'UprightCenterNormY', 482 => 'UprightCenterNormY' },
+ 'uprightdependentdigest' => { 480 => 'UprightDependentDigest', 482 => 'UprightDependentDigest' },
+ 'uprightfocallength35mm' => { 480 => 'UprightFocalLength35mm', 482 => 'UprightFocalLength35mm' },
+ 'uprightfocalmode' => { 480 => 'UprightFocalMode', 482 => 'UprightFocalMode' },
+ 'uprightfoursegments_0' => { 480 => 'UprightFourSegments_0', 482 => 'UprightFourSegments_0' },
+ 'uprightfoursegments_1' => { 480 => 'UprightFourSegments_1', 482 => 'UprightFourSegments_1' },
+ 'uprightfoursegments_2' => { 480 => 'UprightFourSegments_2', 482 => 'UprightFourSegments_2' },
+ 'uprightfoursegments_3' => { 480 => 'UprightFourSegments_3', 482 => 'UprightFourSegments_3' },
+ 'uprightfoursegmentscount' => { 480 => 'UprightFourSegmentsCount', 482 => 'UprightFourSegmentsCount' },
+ 'uprightguideddependentdigest' => { 480 => 'UprightGuidedDependentDigest', 482 => 'UprightGuidedDependentDigest' },
+ 'uprightpreview' => { 480 => 'UprightPreview', 482 => 'UprightPreview' },
+ 'uprighttransform_0' => { 480 => 'UprightTransform_0', 482 => 'UprightTransform_0' },
+ 'uprighttransform_1' => { 480 => 'UprightTransform_1', 482 => 'UprightTransform_1' },
+ 'uprighttransform_2' => { 480 => 'UprightTransform_2', 482 => 'UprightTransform_2' },
+ 'uprighttransform_3' => { 480 => 'UprightTransform_3', 482 => 'UprightTransform_3' },
+ 'uprighttransform_4' => { 480 => 'UprightTransform_4', 482 => 'UprightTransform_4' },
+ 'uprighttransform_5' => { 480 => 'UprightTransform_5', 482 => 'UprightTransform_5' },
+ 'uprighttransformcount' => { 480 => 'UprightTransformCount', 482 => 'UprightTransformCount' },
+ 'uprightversion' => { 480 => 'UprightVersion', 482 => 'UprightVersion' },
+ 'urgency' => { 131 => 0xa, 494 => 'Urgency' },
+ 'url' => { 157 => 'URL', 312 => 'URL', 371 => 0x40b, 496 => 'url' },
+ 'url_list' => { 371 => 0x41e },
+ 'urla-platform' => { 496 => [\'url','urlA-platform'] },
+ 'urlurl' => { 496 => [\'url','urlUrl'] },
'usablemeteringmodes' => { 84 => 0x10a },
'usableshootingmodes' => { 84 => 0x109 },
- 'usage' => { 495 => 'usage' },
- 'usageterms' => { 508 => 'UsageTerms' },
- 'usbpowerdelivery' => { 229 => 0x664 },
- 'usedialwithouthold' => { 295 => 0xbf },
- 'useguidelines' => { 476 => 'useGuidelines' },
- 'usepanoramaviewer' => { 466 => 'UsePanoramaViewer' },
- 'usercollection' => { 374 => 'collection.user' },
- 'usercomment' => { 97 => 0x805, 119 => 0x9286, 484 => 'UserComment' },
+ 'usage' => { 497 => 'usage' },
+ 'usageterms' => { 510 => 'UsageTerms' },
+ 'usbpowerdelivery' => { 230 => 0x664 },
+ 'usedialwithouthold' => { 297 => 0xbf },
+ 'useguidelines' => { 478 => 'useGuidelines' },
+ 'usepanoramaviewer' => { 468 => 'UsePanoramaViewer' },
+ 'usercollection' => { 376 => 'collection.user' },
+ 'usercomment' => { 97 => 0x805, 119 => 0x9286, 486 => 'UserComment' },
'userdef1picturestyle' => { 19 => 0x10c, 70 => 0xd8, 71 => 0xf0 },
'userdef2picturestyle' => { 19 => 0x10e, 70 => 0xda, 71 => 0xf2 },
'userdef3picturestyle' => { 19 => 0x110, 70 => 0xdc, 71 => 0xf4 },
- 'userfields' => { 471 => 'UserFields' },
- 'userlabel' => { 381 => 0x2b, 382 => 0x5a, 383 => 0x68 },
- 'userprofile' => { 315 => 0x302, 319 => 0x34c, 322 => 0x3038 },
- 'userrating' => { 374 => 'rating.user', 380 => 'urat' },
+ 'userfields' => { 473 => 'UserFields' },
+ 'userlabel' => { 383 => 0x2b, 384 => 0x5a, 385 => 0x68 },
+ 'userprofile' => { 317 => 0x302, 321 => 0x34c, 324 => 0x3038 },
+ 'userrating' => { 376 => 'rating.user', 382 => 'urat' },
'usmlenselectronicmf' => { 2 => 0x7, 83 => 0x7, 84 => 0x501 },
- 'uspsnumber' => { 494 => 'uspsNumber' },
+ 'uspsnumber' => { 496 => 'uspsNumber' },
'utmeasting' => { 168 => 'Easting' },
'utmmapdatum' => { 168 => 'Datum' },
'utmnorthing' => { 168 => 'Northing' },
'utmzone' => { 168 => 'Zone' },
- 'uuid' => { 478 => 'UUID', 480 => 'UUID' },
- 'uv-irfiltercorrection' => { 315 => 0x325 },
- 'validbits' => { 301 => 0x611, 302 => 0x102c },
- 'validpixeldepth' => { 305 => 0x611 },
- 'variablelowpassfilter' => { 420 => 0x2028 },
+ 'uuid' => { 480 => 'UUID', 482 => 'UUID' },
+ 'uv-irfiltercorrection' => { 317 => 0x325 },
+ 'validbits' => { 303 => 0x611, 304 => 0x102c },
+ 'validpixeldepth' => { 307 => 0x611 },
+ 'variablelowpassfilter' => { 422 => 0x2028 },
'variousmodes' => { 140 => 0x26 },
'variousmodes2' => { 140 => 0x3a },
- 'variprogram' => { 226 => 0xab },
+ 'variprogram' => { 227 => 0xab },
'varraydacnominalvalues' => { 138 => 0x191e },
- 'vendor' => { 380 => 'vndr' },
- 'vendorinfo' => { 458 => 'VendorInfo' },
- 'vendorinfomanufacturer' => { 458 => [\'VendorInfo','VendorInfoManufacturer'] },
- 'vendorinfomodel' => { 458 => [\'VendorInfo','VendorInfoModel'] },
- 'vendorinfonotes' => { 458 => [\'VendorInfo','VendorInfoNotes'] },
+ 'vendor' => { 382 => 'vndr' },
+ 'vendorinfo' => { 460 => 'VendorInfo' },
+ 'vendorinfomanufacturer' => { 460 => [\'VendorInfo','VendorInfoManufacturer'] },
+ 'vendorinfomodel' => { 460 => [\'VendorInfo','VendorInfoModel'] },
+ 'vendorinfonotes' => { 460 => [\'VendorInfo','VendorInfoNotes'] },
'verbatimidentification' => { 118 => [\'Identification','IdentificationVerbatimIdentification'] },
- 'version' => { 127 => 0x0, 371 => 'Version', 374 => 'version', 478 => 'Version', 480 => 'Version' },
- 'versioncreatedate' => { 455 => 0xd100 },
- 'versionid' => { 505 => 'VersionID' },
- 'versionidentifier' => { 494 => 'versionIdentifier' },
- 'versionmodifydate' => { 455 => 0xd101 },
- 'versions' => { 505 => 'Versions' },
- 'versionscomments' => { 505 => [\'Versions','VersionsComments'] },
- 'versionsevent' => { 505 => [\'Versions','VersionsEvent'] },
- 'versionseventaction' => { 505 => [\'Versions','VersionsEventAction'] },
- 'versionseventchanged' => { 505 => [\'Versions','VersionsEventChanged'] },
- 'versionseventinstanceid' => { 505 => [\'Versions','VersionsEventInstanceID'] },
- 'versionseventparameters' => { 505 => [\'Versions','VersionsEventParameters'] },
- 'versionseventsoftwareagent' => { 505 => [\'Versions','VersionsEventSoftwareAgent'] },
- 'versionseventwhen' => { 505 => [\'Versions','VersionsEventWhen'] },
- 'versionsmodifier' => { 505 => [\'Versions','VersionsModifier'] },
- 'versionsmodifydate' => { 505 => [\'Versions','VersionsModifyDate'] },
- 'versionsversion' => { 505 => [\'Versions','VersionsVersion'] },
- 'verticalafonbutton' => { 279 => '3.2', 280 => '47.2', 282 => '79.1', 295 => 0x11d },
+ 'version' => { 127 => 0x0, 373 => 'Version', 376 => 'version', 480 => 'Version', 482 => 'Version' },
+ 'versioncreatedate' => { 457 => 0xd100 },
+ 'versionid' => { 507 => 'VersionID' },
+ 'versionidentifier' => { 496 => 'versionIdentifier' },
+ 'versionmodifydate' => { 457 => 0xd101 },
+ 'versions' => { 507 => 'Versions' },
+ 'versionscomments' => { 507 => [\'Versions','VersionsComments'] },
+ 'versionsevent' => { 507 => [\'Versions','VersionsEvent'] },
+ 'versionseventaction' => { 507 => [\'Versions','VersionsEventAction'] },
+ 'versionseventchanged' => { 507 => [\'Versions','VersionsEventChanged'] },
+ 'versionseventinstanceid' => { 507 => [\'Versions','VersionsEventInstanceID'] },
+ 'versionseventparameters' => { 507 => [\'Versions','VersionsEventParameters'] },
+ 'versionseventsoftwareagent' => { 507 => [\'Versions','VersionsEventSoftwareAgent'] },
+ 'versionseventwhen' => { 507 => [\'Versions','VersionsEventWhen'] },
+ 'versionsmodifier' => { 507 => [\'Versions','VersionsModifier'] },
+ 'versionsmodifydate' => { 507 => [\'Versions','VersionsModifyDate'] },
+ 'versionsversion' => { 507 => [\'Versions','VersionsVersion'] },
+ 'verticalafonbutton' => { 281 => '3.2', 282 => '47.2', 284 => '79.1', 297 => 0x11d },
'verticalclockoverlaps' => { 138 => 0x412 },
- 'verticalfuncbutton' => { 280 => '42.2', 282 => '67.1', 295 => 0x115 },
- 'verticalfuncbuttonplaybackmode' => { 295 => 0x1b7 },
- 'verticalfuncbuttonplusdials' => { 280 => '43.1' },
- 'verticalfuncplusdials' => { 282 => '68.1' },
- 'verticalmovieafonbutton' => { 295 => 0x1f9 },
- 'verticalmoviefuncbutton' => { 295 => 0x1e1 },
- 'verticalmultiselector' => { 280 => '42.1', 282 => '66.1', 283 => '66.1', 293 => '66.1', 295 => 0x18f },
- 'verticalmultiselectorplaybackmode' => { 295 => 0x125 },
+ 'verticalfuncbutton' => { 282 => '42.2', 284 => '67.1', 297 => 0x115 },
+ 'verticalfuncbuttonplaybackmode' => { 297 => 0x1b7 },
+ 'verticalfuncbuttonplusdials' => { 282 => '43.1' },
+ 'verticalfuncplusdials' => { 284 => '68.1' },
+ 'verticalmovieafonbutton' => { 297 => 0x1f9 },
+ 'verticalmoviefuncbutton' => { 297 => 0x1e1 },
+ 'verticalmultiselector' => { 282 => '42.1', 284 => '66.1', 285 => '66.1', 295 => '66.1', 297 => 0x18f },
+ 'verticalmultiselectorplaybackmode' => { 297 => 0x125 },
'vfdisplayillumination' => { 2 => 0x11, 84 => [0x510,0x51d] },
- 'vibrance' => { 472 => 'Vibrance', 478 => 'Vibrance', 480 => 'Vibrance' },
- 'vibrationreduction' => { 238 => [0x75,0x82,0x1ae], 246 => '586.1', 255 => '590.2', 263 => 0x4 },
- 'videoalphamode' => { 504 => 'videoAlphaMode' },
- 'videoalphapremultiplecolor' => { 504 => 'videoAlphaPremultipleColor' },
- 'videoalphapremultiplecolora' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] },
- 'videoalphapremultiplecolorb' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] },
- 'videoalphapremultiplecolorblack' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] },
- 'videoalphapremultiplecolorblue' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] },
- 'videoalphapremultiplecolorcyan' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] },
- 'videoalphapremultiplecolorgray' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGray'] },
- 'videoalphapremultiplecolorgreen' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] },
- 'videoalphapremultiplecolorl' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] },
- 'videoalphapremultiplecolormagenta' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] },
- 'videoalphapremultiplecolormode' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] },
- 'videoalphapremultiplecolorred' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] },
- 'videoalphapremultiplecolorswatchname' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] },
- 'videoalphapremultiplecolortint' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] },
- 'videoalphapremultiplecolortype' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] },
- 'videoalphapremultiplecoloryellow' => { 504 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] },
- 'videoalphaunityistransparent' => { 504 => 'videoAlphaUnityIsTransparent' },
- 'videobitrate' => { 490 => 'videoBitRate' },
- 'videobitratemode' => { 490 => 'videoBitRateMode' },
- 'videoburstmode' => { 320 => 0xbb },
- 'videoburstresolution' => { 320 => 0xb3 },
+ 'vibrance' => { 474 => 'Vibrance', 480 => 'Vibrance', 482 => 'Vibrance' },
+ 'vibrationreduction' => { 240 => [0x75,0x82,0x1ae], 248 => '586.1', 257 => '590.2', 265 => 0x4 },
+ 'videoalphamode' => { 506 => 'videoAlphaMode' },
+ 'videoalphapremultiplecolor' => { 506 => 'videoAlphaPremultipleColor' },
+ 'videoalphapremultiplecolora' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorA'] },
+ 'videoalphapremultiplecolorb' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorB'] },
+ 'videoalphapremultiplecolorblack' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlack'] },
+ 'videoalphapremultiplecolorblue' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorBlue'] },
+ 'videoalphapremultiplecolorcyan' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorCyan'] },
+ 'videoalphapremultiplecolorgray' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGray'] },
+ 'videoalphapremultiplecolorgreen' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorGreen'] },
+ 'videoalphapremultiplecolorl' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorL'] },
+ 'videoalphapremultiplecolormagenta' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMagenta'] },
+ 'videoalphapremultiplecolormode' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorMode'] },
+ 'videoalphapremultiplecolorred' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorRed'] },
+ 'videoalphapremultiplecolorswatchname' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorSwatchName'] },
+ 'videoalphapremultiplecolortint' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorTint'] },
+ 'videoalphapremultiplecolortype' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorType'] },
+ 'videoalphapremultiplecoloryellow' => { 506 => [\'videoAlphaPremultipleColor','videoAlphaPremultipleColorYellow'] },
+ 'videoalphaunityistransparent' => { 506 => 'videoAlphaUnityIsTransparent' },
+ 'videobitrate' => { 492 => 'videoBitRate' },
+ 'videobitratemode' => { 492 => 'videoBitRateMode' },
+ 'videoburstmode' => { 322 => 0xbb },
+ 'videoburstresolution' => { 322 => 0xb3 },
'videocodec' => { 67 => 0x74 },
- 'videocolorspace' => { 504 => 'videoColorSpace' },
+ 'videocolorspace' => { 506 => 'videoColorSpace' },
'videocompression' => { 127 => 0x3806 },
- 'videocompressor' => { 504 => 'videoCompressor' },
- 'videodisplayaspectratio' => { 490 => 'videoDisplayAspectRatio' },
- 'videoencodingprofile' => { 490 => 'videoEncodingProfile' },
- 'videofieldorder' => { 504 => 'videoFieldOrder' },
- 'videoframerate' => { 320 => 0x27, 504 => 'videoFrameRate' },
- 'videoframesize' => { 504 => 'videoFrameSize' },
- 'videoframesizeh' => { 504 => [\'videoFrameSize','videoFrameSizeH'] },
- 'videoframesizeunit' => { 504 => [\'videoFrameSize','videoFrameSizeUnit'] },
- 'videoframesizew' => { 504 => [\'videoFrameSize','videoFrameSizeW'] },
- 'videomoddate' => { 504 => 'videoModDate' },
- 'videopixelaspectratio' => { 504 => 'videoPixelAspectRatio' },
- 'videopixeldepth' => { 504 => 'videoPixelDepth' },
- 'videopreburst' => { 320 => 0xc1 },
+ 'videocompressor' => { 506 => 'videoCompressor' },
+ 'videodisplayaspectratio' => { 492 => 'videoDisplayAspectRatio' },
+ 'videoencodingprofile' => { 492 => 'videoEncodingProfile' },
+ 'videofieldorder' => { 506 => 'videoFieldOrder' },
+ 'videoframerate' => { 322 => 0x27, 506 => 'videoFrameRate' },
+ 'videoframesize' => { 506 => 'videoFrameSize' },
+ 'videoframesizeh' => { 506 => [\'videoFrameSize','videoFrameSizeH'] },
+ 'videoframesizeunit' => { 506 => [\'videoFrameSize','videoFrameSizeUnit'] },
+ 'videoframesizew' => { 506 => [\'videoFrameSize','videoFrameSizeW'] },
+ 'videomoddate' => { 506 => 'videoModDate' },
+ 'videopixelaspectratio' => { 506 => 'videoPixelAspectRatio' },
+ 'videopixeldepth' => { 506 => 'videoPixelDepth' },
+ 'videopreburst' => { 322 => 0xc1 },
'videoquality' => { 113 => 0x4003 },
'videorecordingmode' => { 127 => 0x3803 },
- 'videoshottype' => { 490 => 'VideoShotType' },
- 'videoshottypeidentifier' => { 490 => [\'VideoShotType','VideoShotTypeIdentifier'] },
- 'videoshottypename' => { 490 => [\'VideoShotType','VideoShotTypeName'] },
- 'videostreamscount' => { 490 => 'videoStreamsCount' },
- 'viewfinder' => { 364 => 0x455 },
- 'viewfinderdisplay' => { 279 => '12.4', 280 => '6.3' },
- 'viewfinderwarning' => { 279 => '13.4', 289 => '3.5', 290 => '6.2', 294 => '4.4' },
+ 'videoshottype' => { 492 => 'VideoShotType' },
+ 'videoshottypeidentifier' => { 492 => [\'VideoShotType','VideoShotTypeIdentifier'] },
+ 'videoshottypename' => { 492 => [\'VideoShotType','VideoShotTypeName'] },
+ 'videostreamscount' => { 492 => 'videoStreamsCount' },
+ 'viewfinder' => { 366 => 0x455 },
+ 'viewfinderdisplay' => { 281 => '12.4', 282 => '6.3' },
+ 'viewfinderwarning' => { 281 => '13.4', 291 => '3.5', 292 => '6.2', 296 => '4.4' },
'viewfinderwarnings' => { 84 => 0x40a },
'viewinfoduringexposure' => { 84 => 0x407 },
- 'viewingmode' => { 409 => 0x2f, 425 => 0x18 },
- 'viewingmode2' => { 409 => [0x85,0x285] },
- 'viewpoint' => { 493 => 'viewpoint' },
- 'vignetteamount' => { 478 => 'VignetteAmount', 480 => 'VignetteAmount' },
- 'vignettecontrol' => { 226 => 0x2a, 272 => 0x76a43205 },
- 'vignettecontrolintensity' => { 272 => 0xac6bd5c0 },
- 'vignettecorrectionalreadyapplied' => { 475 => 'VignetteCorrectionAlreadyApplied' },
- 'vignettemidpoint' => { 478 => 'VignetteMidpoint', 480 => 'VignetteMidpoint' },
- 'vignetting' => { 387 => 0x1011, 394 => 0xa052 },
- 'vignettingcorrection' => { 119 => 0x7031, 394 => 0xa053, 420 => 0x2011 },
- 'vignettingcorrparams' => { 119 => 0x7032, 450 => 0x64a, 451 => [0x34a,0x350,0x35c,0x368] },
- 'vignettingsetting' => { 394 => 0xa054 },
- 'virtualhorizonstyle' => { 295 => 0x167 },
- 'visualcolor' => { 490 => 'VisualColour' },
- 'visualtechnique' => { 493 => 'visualTechnique' },
- 'voicememo' => { 396 => 0x216 },
- 'volume' => { 494 => 'volume' },
- 'vr_0x66' => { 238 => 0x66 },
+ 'viewingmode' => { 411 => 0x2f, 427 => 0x18 },
+ 'viewingmode2' => { 411 => [0x85,0x285] },
+ 'viewpoint' => { 495 => 'viewpoint' },
+ 'vignetteamount' => { 480 => 'VignetteAmount', 482 => 'VignetteAmount' },
+ 'vignettecontrol' => { 227 => 0x2a, 274 => 0x76a43205 },
+ 'vignettecontrolintensity' => { 274 => 0xac6bd5c0 },
+ 'vignettecorrectionalreadyapplied' => { 477 => 'VignetteCorrectionAlreadyApplied' },
+ 'vignettemidpoint' => { 480 => 'VignetteMidpoint', 482 => 'VignetteMidpoint' },
+ 'vignetting' => { 389 => 0x1011, 396 => 0xa052 },
+ 'vignettingcorrection' => { 119 => 0x7031, 396 => 0xa053, 422 => 0x2011 },
+ 'vignettingcorrparams' => { 119 => 0x7032, 452 => 0x64a, 453 => [0x34a,0x350,0x35c,0x368] },
+ 'vignettingsetting' => { 396 => 0xa054 },
+ 'virtualhorizonstyle' => { 297 => 0x167 },
+ 'visualcolor' => { 492 => 'VisualColour' },
+ 'visualtechnique' => { 495 => 'visualTechnique' },
+ 'voicememo' => { 398 => 0x216 },
+ 'volume' => { 496 => 'volume' },
+ 'vr_0x66' => { 240 => 0x66 },
'vrdoffset' => { 64 => 0xd0 },
- 'vrmode' => { 229 => 0x212, 263 => 0x6 },
- 'waterdepth' => { 119 => 0x9403, 485 => 'WaterDepth' },
+ 'vrmode' => { 230 => 0x212, 265 => 0x6 },
+ 'vrtype' => { 265 => 0x8 },
+ 'waterdepth' => { 119 => 0x9403, 487 => 'WaterDepth' },
'wb_bluelevel3500k' => { 187 => 0x19a },
'wb_bluelevel6500k' => { 187 => 0x18a },
'wb_bluelevelcustom' => { 187 => 0x18e },
@@ -6849,21 +6855,21 @@ my %tagLookup = (
'wb_bluelevelsshade' => { 187 => 0x176 },
'wb_bluelevelstungsten' => { 187 => 0xce },
'wb_gbrglevels' => { 187 => 0xae, 190 => 0x4 },
- 'wb_glevel' => { 301 => 0x11f },
- 'wb_glevel3000k' => { 301 => 0x113 },
- 'wb_glevel3300k' => { 301 => 0x114 },
- 'wb_glevel3600k' => { 301 => 0x115 },
- 'wb_glevel3900k' => { 301 => 0x116 },
- 'wb_glevel4000k' => { 301 => 0x117 },
- 'wb_glevel4300k' => { 301 => 0x118 },
- 'wb_glevel4500k' => { 301 => 0x119 },
- 'wb_glevel4800k' => { 301 => 0x11a },
- 'wb_glevel5300k' => { 301 => 0x11b },
- 'wb_glevel6000k' => { 301 => 0x11c },
- 'wb_glevel6600k' => { 301 => 0x11d },
- 'wb_glevel7500k' => { 301 => 0x11e },
- 'wb_grbglevels' => { 201 => 0x0, 427 => 0x7303 },
- 'wb_grbglevelsauto' => { 81 => 0x2, 427 => 0x7302 },
+ 'wb_glevel' => { 303 => 0x11f },
+ 'wb_glevel3000k' => { 303 => 0x113 },
+ 'wb_glevel3300k' => { 303 => 0x114 },
+ 'wb_glevel3600k' => { 303 => 0x115 },
+ 'wb_glevel3900k' => { 303 => 0x116 },
+ 'wb_glevel4000k' => { 303 => 0x117 },
+ 'wb_glevel4300k' => { 303 => 0x118 },
+ 'wb_glevel4500k' => { 303 => 0x119 },
+ 'wb_glevel4800k' => { 303 => 0x11a },
+ 'wb_glevel5300k' => { 303 => 0x11b },
+ 'wb_glevel6000k' => { 303 => 0x11c },
+ 'wb_glevel6600k' => { 303 => 0x11d },
+ 'wb_glevel7500k' => { 303 => 0x11e },
+ 'wb_grbglevels' => { 201 => 0x0, 429 => 0x7303 },
+ 'wb_grbglevelsauto' => { 81 => 0x2, 429 => 0x7302 },
'wb_grbglevelscloudy' => { 81 => 0x12 },
'wb_grbglevelscustom1' => { 81 => 0x42 },
'wb_grbglevelscustom2' => { 81 => 0x4a },
@@ -6874,52 +6880,52 @@ my %tagLookup = (
'wb_grbglevelstungsten' => { 81 => 0x1a },
'wb_grbglevelsunderwater' => { 81 => 0x3a },
'wb_rbgglevels' => { 198 => 0x0 },
- 'wb_rblevels' => { 202 => 0x270, 226 => 0xc, 301 => 0x100 },
- 'wb_rblevels1' => { 326 => 0x2 },
- 'wb_rblevels2' => { 326 => 0x5 },
- 'wb_rblevels3' => { 326 => 0x8 },
- 'wb_rblevels3000k' => { 301 => 0x102 },
- 'wb_rblevels3300k' => { 301 => 0x103 },
+ 'wb_rblevels' => { 202 => 0x270, 227 => 0xc, 303 => 0x100 },
+ 'wb_rblevels1' => { 328 => 0x2 },
+ 'wb_rblevels2' => { 328 => 0x5 },
+ 'wb_rblevels3' => { 328 => 0x8 },
+ 'wb_rblevels3000k' => { 303 => 0x102 },
+ 'wb_rblevels3300k' => { 303 => 0x103 },
'wb_rblevels3500k' => { 187 => 0x430 },
- 'wb_rblevels3600k' => { 301 => 0x104 },
- 'wb_rblevels3900k' => { 301 => 0x105 },
- 'wb_rblevels4' => { 326 => 0xb },
- 'wb_rblevels4000k' => { 301 => 0x106 },
- 'wb_rblevels4300k' => { 301 => 0x107 },
- 'wb_rblevels4500k' => { 301 => 0x108 },
- 'wb_rblevels4800k' => { 301 => 0x109 },
- 'wb_rblevels5' => { 326 => 0xe },
- 'wb_rblevels5300k' => { 301 => 0x10a },
- 'wb_rblevels6' => { 326 => 0x11 },
- 'wb_rblevels6000k' => { 301 => 0x10b },
+ 'wb_rblevels3600k' => { 303 => 0x104 },
+ 'wb_rblevels3900k' => { 303 => 0x105 },
+ 'wb_rblevels4' => { 328 => 0xb },
+ 'wb_rblevels4000k' => { 303 => 0x106 },
+ 'wb_rblevels4300k' => { 303 => 0x107 },
+ 'wb_rblevels4500k' => { 303 => 0x108 },
+ 'wb_rblevels4800k' => { 303 => 0x109 },
+ 'wb_rblevels5' => { 328 => 0xe },
+ 'wb_rblevels5300k' => { 303 => 0x10a },
+ 'wb_rblevels6' => { 328 => 0x11 },
+ 'wb_rblevels6000k' => { 303 => 0x10b },
'wb_rblevels6500k' => { 187 => 0x420 },
- 'wb_rblevels6600k' => { 301 => 0x10c },
- 'wb_rblevels7' => { 326 => 0x14 },
- 'wb_rblevels7500k' => { 301 => 0x10d },
- 'wb_rblevelsauto' => { 202 => 0x272, 305 => 0x110 },
- 'wb_rblevelscloudy' => { 187 => 0x3f0, 189 => 0x10, 202 => 0x296, 305 => 0x121 },
+ 'wb_rblevels6600k' => { 303 => 0x10c },
+ 'wb_rblevels7' => { 328 => 0x14 },
+ 'wb_rblevels7500k' => { 303 => 0x10d },
+ 'wb_rblevelsauto' => { 202 => 0x272, 307 => 0x110 },
+ 'wb_rblevelscloudy' => { 187 => 0x3f0, 189 => 0x10, 202 => 0x296, 307 => 0x121 },
'wb_rblevelscoolwhitef' => { 187 => 0x308, 189 => 0x14 },
- 'wb_rblevelscoolwhitefluor' => { 305 => 0x132 },
+ 'wb_rblevelscoolwhitefluor' => { 307 => 0x132 },
'wb_rblevelscustom' => { 187 => 0x424, 189 => 0x1c },
- 'wb_rblevelscwb1' => { 301 => 0x10e },
- 'wb_rblevelscwb2' => { 301 => 0x10f },
- 'wb_rblevelscwb3' => { 301 => 0x110 },
- 'wb_rblevelscwb4' => { 301 => 0x111 },
+ 'wb_rblevelscwb1' => { 303 => 0x10e },
+ 'wb_rblevelscwb2' => { 303 => 0x10f },
+ 'wb_rblevelscwb3' => { 303 => 0x110 },
+ 'wb_rblevelscwb4' => { 303 => 0x111 },
'wb_rblevelsdaylight' => { 187 => [0x3ec,0x528], 189 => 0xc, 202 => 0x274 },
'wb_rblevelsdaylightf' => { 189 => 0x24 },
- 'wb_rblevelsdaylightfluor' => { 305 => 0x130 },
+ 'wb_rblevelsdaylightfluor' => { 307 => 0x130 },
'wb_rblevelsdaywhitef' => { 189 => 0x28 },
- 'wb_rblevelsdaywhitefluor' => { 305 => 0x131 },
- 'wb_rblevelseveningsunlight' => { 305 => 0x124 },
- 'wb_rblevelsfineweather' => { 305 => 0x122 },
+ 'wb_rblevelsdaywhitefluor' => { 307 => 0x131 },
+ 'wb_rblevelseveningsunlight' => { 307 => 0x124 },
+ 'wb_rblevelsfineweather' => { 307 => 0x122 },
'wb_rblevelsflash' => { 187 => [0x3f4,0x304], 189 => 0x18, 202 => 0x2a4 },
'wb_rblevelsfluorescent' => { 202 => 0x290 },
'wb_rblevelsincandescent' => { 202 => 0x282 },
- 'wb_rblevelsshade' => { 187 => 0x418, 189 => 0x20, 202 => 0x2b2, 305 => 0x120 },
- 'wb_rblevelstungsten' => { 187 => 0x3e8, 189 => 0x8, 305 => 0x123 },
- 'wb_rblevelsused' => { 305 => 0x100 },
+ 'wb_rblevelsshade' => { 187 => 0x418, 189 => 0x20, 202 => 0x2b2, 307 => 0x120 },
+ 'wb_rblevelstungsten' => { 187 => 0x3e8, 189 => 0x8, 307 => 0x123 },
+ 'wb_rblevelsused' => { 307 => 0x100 },
'wb_rblevelswhitef' => { 189 => 0x2c },
- 'wb_rblevelswhitefluorescent' => { 305 => 0x133 },
+ 'wb_rblevelswhitefluorescent' => { 307 => 0x133 },
'wb_redlevel3500k' => { 187 => 0x198 },
'wb_redlevel6500k' => { 187 => 0x188 },
'wb_redlevelcustom' => { 187 => 0x18c },
@@ -6931,76 +6937,76 @@ my %tagLookup = (
'wb_redlevelsshade' => { 187 => 0x168 },
'wb_redlevelstungsten' => { 187 => 0xc0 },
'wb_rgbglevels' => { 200 => 0x0 },
- 'wb_rgblevels' => { 187 => [0x546,0x96], 316 => 0xd, 317 => 0x413, 322 => 0x3036, 364 => 0x107, 429 => 0x117c, 430 => 0x1180, 431 => 0x115c, 432 => 0x11d8, 433 => 0x11b4, 434 => 0x106c, 435 => 0x264, 436 => 0x264, 437 => 0x252 },
- 'wb_rgblevels1' => { 327 => 0x2 },
- 'wb_rgblevels2' => { 327 => 0x6 },
- 'wb_rgblevels2500k' => { 427 => 0x782d },
- 'wb_rgblevels3' => { 327 => 0xa },
- 'wb_rgblevels3200k' => { 427 => 0x782c },
- 'wb_rgblevels4' => { 327 => 0xe },
- 'wb_rgblevels4500k' => { 427 => [0x7484,0x7824] },
- 'wb_rgblevels5' => { 327 => 0x12 },
- 'wb_rgblevels6' => { 327 => 0x16 },
- 'wb_rgblevels6000k' => { 427 => 0x782b },
- 'wb_rgblevels7' => { 327 => 0x1a },
- 'wb_rgblevels8500k' => { 427 => 0x782a },
- 'wb_rgblevelsauto' => { 398 => 0x0 },
- 'wb_rgblevelscloudy' => { 427 => [0x7481,0x7821] },
- 'wb_rgblevelscustom1' => { 398 => 0x15 },
- 'wb_rgblevelscustom2' => { 398 => 0x18 },
- 'wb_rgblevelscustom3' => { 398 => 0x1b },
- 'wb_rgblevelsdaylight' => { 398 => 0x3, 427 => [0x7480,0x7820] },
- 'wb_rgblevelsflash' => { 398 => 0x12, 427 => [0x7483,0x7823] },
- 'wb_rgblevelsfluorescent' => { 398 => 0xf, 427 => [0x7486,0x7826] },
- 'wb_rgblevelsfluorescentm1' => { 427 => 0x7829 },
- 'wb_rgblevelsfluorescentp1' => { 427 => 0x7827 },
- 'wb_rgblevelsfluorescentp2' => { 427 => 0x7828 },
- 'wb_rgblevelsincandescent' => { 398 => 0xc },
- 'wb_rgblevelsovercast' => { 398 => 0x9 },
- 'wb_rgblevelsshade' => { 398 => 0x6, 427 => 0x7825 },
- 'wb_rgblevelstungsten' => { 427 => [0x7482,0x7822] },
- 'wb_rgblevelsunknown0' => { 399 => 0x0 },
- 'wb_rgblevelsunknown1' => { 399 => 0x3 },
- 'wb_rgblevelsunknown2' => { 399 => 0x6 },
- 'wb_rgblevelsunknown3' => { 399 => 0x9 },
- 'wb_rgblevelsunknown4' => { 399 => 0xc },
- 'wb_rgblevelsunknown5' => { 399 => 0xf },
- 'wb_rgblevelsunknown6' => { 399 => 0x12 },
- 'wb_rgblevelsunknown7' => { 399 => 0x15 },
- 'wb_rgblevelsunknown8' => { 399 => 0x18 },
- 'wb_rgblevelsunknown9' => { 399 => 0x1b },
+ 'wb_rgblevels' => { 187 => [0x546,0x96], 318 => 0xd, 319 => 0x413, 324 => 0x3036, 366 => 0x107, 431 => 0x117c, 432 => 0x1180, 433 => 0x115c, 434 => 0x11d8, 435 => 0x11b4, 436 => 0x106c, 437 => 0x264, 438 => 0x264, 439 => 0x252 },
+ 'wb_rgblevels1' => { 329 => 0x2 },
+ 'wb_rgblevels2' => { 329 => 0x6 },
+ 'wb_rgblevels2500k' => { 429 => 0x782d },
+ 'wb_rgblevels3' => { 329 => 0xa },
+ 'wb_rgblevels3200k' => { 429 => 0x782c },
+ 'wb_rgblevels4' => { 329 => 0xe },
+ 'wb_rgblevels4500k' => { 429 => [0x7484,0x7824] },
+ 'wb_rgblevels5' => { 329 => 0x12 },
+ 'wb_rgblevels6' => { 329 => 0x16 },
+ 'wb_rgblevels6000k' => { 429 => 0x782b },
+ 'wb_rgblevels7' => { 329 => 0x1a },
+ 'wb_rgblevels8500k' => { 429 => 0x782a },
+ 'wb_rgblevelsauto' => { 400 => 0x0 },
+ 'wb_rgblevelscloudy' => { 429 => [0x7481,0x7821] },
+ 'wb_rgblevelscustom1' => { 400 => 0x15 },
+ 'wb_rgblevelscustom2' => { 400 => 0x18 },
+ 'wb_rgblevelscustom3' => { 400 => 0x1b },
+ 'wb_rgblevelsdaylight' => { 400 => 0x3, 429 => [0x7480,0x7820] },
+ 'wb_rgblevelsflash' => { 400 => 0x12, 429 => [0x7483,0x7823] },
+ 'wb_rgblevelsfluorescent' => { 400 => 0xf, 429 => [0x7486,0x7826] },
+ 'wb_rgblevelsfluorescentm1' => { 429 => 0x7829 },
+ 'wb_rgblevelsfluorescentp1' => { 429 => 0x7827 },
+ 'wb_rgblevelsfluorescentp2' => { 429 => 0x7828 },
+ 'wb_rgblevelsincandescent' => { 400 => 0xc },
+ 'wb_rgblevelsovercast' => { 400 => 0x9 },
+ 'wb_rgblevelsshade' => { 400 => 0x6, 429 => 0x7825 },
+ 'wb_rgblevelstungsten' => { 429 => [0x7482,0x7822] },
+ 'wb_rgblevelsunknown0' => { 401 => 0x0 },
+ 'wb_rgblevelsunknown1' => { 401 => 0x3 },
+ 'wb_rgblevelsunknown2' => { 401 => 0x6 },
+ 'wb_rgblevelsunknown3' => { 401 => 0x9 },
+ 'wb_rgblevelsunknown4' => { 401 => 0xc },
+ 'wb_rgblevelsunknown5' => { 401 => 0xf },
+ 'wb_rgblevelsunknown6' => { 401 => 0x12 },
+ 'wb_rgblevelsunknown7' => { 401 => 0x15 },
+ 'wb_rgblevelsunknown8' => { 401 => 0x18 },
+ 'wb_rgblevelsunknown9' => { 401 => 0x1b },
'wb_rgbmuldaylight' => { 138 => 0x852 },
'wb_rgbmulflash' => { 138 => 0x855 },
'wb_rgbmulfluorescent' => { 138 => 0x854 },
'wb_rgbmultungsten' => { 138 => 0x853 },
'wb_rggbblacklevels' => { 35 => 0x25 },
- 'wb_rggblevels' => { 190 => 0x4, 199 => 0x0, 203 => 0x13e8, 204 => 0x38, 427 => 0x7313 },
+ 'wb_rggblevels' => { 190 => 0x4, 199 => 0x0, 203 => 0x13e8, 204 => 0x38, 429 => 0x7313 },
'wb_rggblevelsasshot' => { 38 => 0x0, 39 => 0x0, 40 => 0x19, 41 => 0x55, 42 => 0x69, 43 => 0x22, 44 => 0x3f, 47 => 0x3f, 48 => 0x3f, 49 => 0x3f, 50 => 0x47 },
- 'wb_rggblevelsauto' => { 35 => 0x1, 38 => 0x5, 39 => 0x8, 40 => 0x1e, 41 => 0x5a, 42 => 0x6e, 43 => 0x18, 44 => 0x44, 47 => 0x44, 48 => 0x44, 49 => 0x44, 50 => 0x4c, 203 => 0x1478, 204 => 0x114, 394 => 0xa022, 427 => 0x7312 },
- 'wb_rggblevelsblack' => { 394 => 0xa028 },
- 'wb_rggblevelscloudy' => { 35 => 0xd, 38 => 0x1e, 39 => 0x30, 40 => 0x2d, 41 => 0xa0, 42 => 0xd7, 43 => 0x31, 44 => 0x58, 47 => 0x71, 48 => 0x8a, 49 => 0x8f, 50 => 0x92, 203 => 0x1408, 204 => 0x60, 355 => 0x20f, 363 => 0x14 },
+ 'wb_rggblevelsauto' => { 35 => 0x1, 38 => 0x5, 39 => 0x8, 40 => 0x1e, 41 => 0x5a, 42 => 0x6e, 43 => 0x18, 44 => 0x44, 47 => 0x44, 48 => 0x44, 49 => 0x44, 50 => 0x4c, 203 => 0x1478, 204 => 0x114, 396 => 0xa022, 429 => 0x7312 },
+ 'wb_rggblevelsblack' => { 396 => 0xa028 },
+ 'wb_rggblevelscloudy' => { 35 => 0xd, 38 => 0x1e, 39 => 0x30, 40 => 0x2d, 41 => 0xa0, 42 => 0xd7, 43 => 0x31, 44 => 0x58, 47 => 0x71, 48 => 0x8a, 49 => 0x8f, 50 => 0x92, 203 => 0x1408, 204 => 0x60, 357 => 0x20f, 365 => 0x14 },
'wb_rggblevelscustom' => { 35 => 0x1d, 44 => 0x80, 203 => 0x1468, 204 => 0x100 },
'wb_rggblevelscustom1' => { 40 => 0x41 },
'wb_rggblevelscustom2' => { 40 => 0x46 },
- 'wb_rggblevelsdaylight' => { 35 => 0x5, 38 => 0x14, 39 => 0x20, 40 => 0x23, 41 => 0x96, 42 => 0xcd, 43 => 0x27, 44 => 0x4e, 47 => 0x67, 48 => 0x80, 49 => 0x85, 50 => 0x88, 203 => 0x13f8, 204 => 0x4c, 355 => 0x20d, 363 => 0x2 },
- 'wb_rggblevelsflash' => { 35 => 0x19, 38 => 0x32, 39 => 0x50, 40 => 0x3c, 41 => 0xb4, 42 => 0xeb, 43 => 0x45, 44 => 0x6c, 47 => 0x85, 48 => 0x9e, 49 => 0xa3, 50 => 0xa6, 203 => 0x1448, 355 => 0x214, 363 => 0x41 },
+ 'wb_rggblevelsdaylight' => { 35 => 0x5, 38 => 0x14, 39 => 0x20, 40 => 0x23, 41 => 0x96, 42 => 0xcd, 43 => 0x27, 44 => 0x4e, 47 => 0x67, 48 => 0x80, 49 => 0x85, 50 => 0x88, 203 => 0x13f8, 204 => 0x4c, 357 => 0x20d, 365 => 0x2 },
+ 'wb_rggblevelsflash' => { 35 => 0x19, 38 => 0x32, 39 => 0x50, 40 => 0x3c, 41 => 0xb4, 42 => 0xeb, 43 => 0x45, 44 => 0x6c, 47 => 0x85, 48 => 0x9e, 49 => 0xa3, 50 => 0xa6, 203 => 0x1448, 357 => 0x214, 365 => 0x41 },
'wb_rggblevelsfluorescent' => { 35 => 0x15, 38 => 0x28, 39 => 0x40, 40 => 0x37, 41 => 0xaa, 42 => 0xe1, 43 => 0x3b, 44 => 0x62, 47 => 0x7b, 48 => 0x94, 49 => 0x99, 50 => 0x9c },
- 'wb_rggblevelsfluorescentd' => { 204 => 0xc4, 355 => 0x211, 363 => 0x26 },
- 'wb_rggblevelsfluorescentl' => { 363 => 0x4a },
- 'wb_rggblevelsfluorescentn' => { 204 => 0xb0, 355 => 0x212, 363 => 0x2f },
- 'wb_rggblevelsfluorescentw' => { 203 => 0x1438, 204 => 0x9c, 355 => 0x213, 363 => 0x38 },
+ 'wb_rggblevelsfluorescentd' => { 204 => 0xc4, 357 => 0x211, 365 => 0x26 },
+ 'wb_rggblevelsfluorescentl' => { 365 => 0x4a },
+ 'wb_rggblevelsfluorescentn' => { 204 => 0xb0, 357 => 0x212, 365 => 0x2f },
+ 'wb_rggblevelsfluorescentw' => { 203 => 0x1438, 204 => 0x9c, 357 => 0x213, 365 => 0x38 },
'wb_rggblevelshtmercury' => { 204 => 0xd8 },
- 'wb_rggblevelsilluminator1' => { 394 => 0xa023 },
- 'wb_rggblevelsilluminator2' => { 394 => 0xa024 },
+ 'wb_rggblevelsilluminator1' => { 396 => 0xa023 },
+ 'wb_rggblevelsilluminator2' => { 396 => 0xa024 },
'wb_rggblevelskelvin' => { 35 => 0x21, 38 => 0x2d, 39 => 0x48, 41 => 0xaf, 42 => 0xe6, 43 => 0x40, 44 => 0x67, 47 => 0x80, 48 => 0x99, 49 => 0x9e, 50 => 0xa1 },
'wb_rggblevelsmeasured' => { 38 => 0xa, 39 => 0x10, 41 => 0x5f, 42 => 0x73, 44 => 0x49, 47 => 0x49, 48 => 0x49, 49 => 0x49, 50 => 0x51 },
'wb_rggblevelspc1' => { 43 => 0x90, 44 => 0x71 },
'wb_rggblevelspc2' => { 43 => 0x95, 44 => 0x76 },
'wb_rggblevelspc3' => { 43 => 0x9a, 44 => 0x7b },
- 'wb_rggblevelsshade' => { 35 => 0x9, 38 => 0x19, 39 => 0x28, 40 => 0x28, 41 => 0x9b, 42 => 0xd2, 43 => 0x2c, 44 => 0x53, 47 => 0x6c, 48 => 0x85, 49 => 0x8a, 50 => 0x8d, 204 => 0x74, 355 => 0x20e, 363 => 0xb },
- 'wb_rggblevelstungsten' => { 35 => 0x11, 38 => 0x23, 39 => 0x38, 40 => 0x32, 41 => 0xa5, 42 => 0xdc, 43 => 0x36, 44 => 0x5d, 47 => 0x76, 48 => 0x8f, 49 => 0x94, 50 => 0x97, 203 => 0x1428, 204 => 0x88, 355 => 0x210, 363 => 0x1d },
- 'wb_rggblevelsuncorrected' => { 394 => 0xa021 },
- 'wb_rggblevelsunknown' => { 38 => 0xf, 39 => 0x18, 41 => 0x64, 42 => 0x78, 43 => 0x1d, 47 => 0x4e, 48 => 0x4e, 49 => 0x4e, 50 => 0x56, 363 => 0x53 },
+ 'wb_rggblevelsshade' => { 35 => 0x9, 38 => 0x19, 39 => 0x28, 40 => 0x28, 41 => 0x9b, 42 => 0xd2, 43 => 0x2c, 44 => 0x53, 47 => 0x6c, 48 => 0x85, 49 => 0x8a, 50 => 0x8d, 204 => 0x74, 357 => 0x20e, 365 => 0xb },
+ 'wb_rggblevelstungsten' => { 35 => 0x11, 38 => 0x23, 39 => 0x38, 40 => 0x32, 41 => 0xa5, 42 => 0xdc, 43 => 0x36, 44 => 0x5d, 47 => 0x76, 48 => 0x8f, 49 => 0x94, 50 => 0x97, 203 => 0x1428, 204 => 0x88, 357 => 0x210, 365 => 0x1d },
+ 'wb_rggblevelsuncorrected' => { 396 => 0xa021 },
+ 'wb_rggblevelsunknown' => { 38 => 0xf, 39 => 0x18, 41 => 0x64, 42 => 0x78, 43 => 0x1d, 47 => 0x4e, 48 => 0x4e, 49 => 0x4e, 50 => 0x56, 365 => 0x53 },
'wb_rggblevelsunknown10' => { 38 => 0x5f, 39 => 0x98, 41 => 0x91, 42 => 0xa5, 43 => 0x72, 47 => 0x9e, 48 => 0x7b, 49 => 0x7b, 50 => 0x83 },
'wb_rggblevelsunknown11' => { 38 => 0x64, 39 => 0xa0, 41 => 0xb9, 42 => [0xaa,0xaf], 43 => 0x77, 47 => 0xa3, 48 => 0xa3, 49 => 0x80, 50 => 0xab },
'wb_rggblevelsunknown12' => { 38 => 0x69, 39 => 0xa8, 41 => 0xbe, 42 => 0xb4, 43 => 0x7c, 47 => 0xa8, 48 => 0xa8, 49 => 0xa8, 50 => 0xb0 },
@@ -7030,130 +7036,130 @@ my %tagLookup = (
'wb_rggblevelsunknown7' => { 38 => 0x50, 39 => 0x80, 41 => 0x82, 42 => 0x96, 43 => 0x63, 47 => 0x8f, 48 => 0x6c, 49 => 0x6c, 50 => 0x74 },
'wb_rggblevelsunknown8' => { 38 => 0x55, 39 => 0x88, 41 => 0x87, 42 => 0x9b, 43 => 0x68, 47 => 0x94, 48 => 0x71, 49 => 0x71, 50 => 0x79 },
'wb_rggblevelsunknown9' => { 38 => 0x5a, 39 => 0x90, 41 => 0x8c, 42 => 0xa0, 43 => 0x6d, 47 => 0x99, 48 => 0x76, 49 => 0x76, 50 => 0x7e },
- 'wb_rggblevelsuserselected' => { 363 => 0x5c },
+ 'wb_rggblevelsuserselected' => { 365 => 0x5c },
'wbadjblueamber' => { 103 => 0x20106 },
- 'wbadjbluebalance' => { 278 => 0x8 },
+ 'wbadjbluebalance' => { 280 => 0x8 },
'wbadjcolortemp' => { 103 => 0x20102, 108 => 0x1a },
- 'wbadjlighting' => { 278 => 0x14 },
+ 'wbadjlighting' => { 280 => 0x14 },
'wbadjmagentagreen' => { 103 => 0x20105 },
- 'wbadjmode' => { 278 => 0x10 },
- 'wbadjredbalance' => { 278 => 0x0 },
+ 'wbadjmode' => { 280 => 0x10 },
+ 'wbadjredbalance' => { 280 => 0x0 },
'wbadjrggblevels' => { 103 => 0x20125, 108 => 0x6 },
- 'wbadjtemperature' => { 278 => 0x18 },
- 'wbadjtint' => { 278 => 0x25 },
- 'wbbluelevel' => { 315 => 0x324, 320 => 0x8006, 325 => 0x26 },
- 'wbbracketingsteps' => { 247 => 0x174d, 248 => 0x87c, 257 => 0x1757 },
+ 'wbadjtemperature' => { 280 => 0x18 },
+ 'wbadjtint' => { 280 => 0x25 },
+ 'wbbluelevel' => { 317 => 0x324, 322 => 0x8006, 327 => 0x26 },
+ 'wbbracketingsteps' => { 249 => 0x174d, 250 => 0x87c, 259 => 0x1757 },
'wbbracketmode' => { 57 => 0x9 },
- 'wbbracketshotnumber' => { 187 => 0x2b, 387 => 0x101a },
+ 'wbbracketshotnumber' => { 187 => 0x2b, 389 => 0x101a },
'wbbracketvalueab' => { 57 => 0xc },
'wbbracketvaluegm' => { 57 => 0xd },
'wbfinetuneactive' => { 108 => 0x24 },
'wbfinetunesaturation' => { 108 => 0x28 },
'wbfinetunetone' => { 108 => 0x2c },
- 'wbgreenlevel' => { 315 => 0x323, 320 => 0x8005, 325 => 0x25 },
+ 'wbgreenlevel' => { 317 => 0x323, 322 => 0x8005, 327 => 0x25 },
'wbmediaimagesizesetting' => { 84 => 0x708 },
- 'wbmode' => { 189 => 0x4, 302 => 0x1015 },
- 'wbredlevel' => { 315 => 0x322, 320 => 0x8004, 325 => 0x24 },
+ 'wbmode' => { 189 => 0x4, 304 => 0x1015 },
+ 'wbredlevel' => { 317 => 0x322, 322 => 0x8004, 327 => 0x24 },
'wbscale' => { 190 => 0x0 },
- 'wbshiftab' => { 74 => 0xc, 320 => 0x46, 337 => 0x10 },
- 'wbshiftab_gm' => { 420 => 0x2014 },
- 'wbshiftab_gm_precise' => { 420 => 0x2026 },
- 'wbshiftcreativecontrol' => { 320 => 0x92 },
- 'wbshiftgm' => { 74 => 0xd, 320 => 0x47, 337 => 0x11 },
- 'wbshiftintelligentauto' => { 320 => 0x8b },
- 'wbtype1' => { 326 => 0x1, 327 => 0x1 },
- 'wbtype2' => { 326 => 0x4, 327 => 0x5 },
- 'wbtype3' => { 326 => 0x7, 327 => 0x9 },
- 'wbtype4' => { 326 => 0xa, 327 => 0xd },
- 'wbtype5' => { 326 => 0xd, 327 => 0x11 },
- 'wbtype6' => { 326 => 0x10, 327 => 0x15 },
- 'wbtype7' => { 326 => 0x13, 327 => 0x19 },
- 'webstatement' => { 508 => 'WebStatement' },
- 'weightedflatsubject' => { 470 => 'weightedFlatSubject' },
- 'what' => { 478 => 'What', 480 => 'What' },
- 'whitebalance' => { 7 => 0x6f, 8 => [0x44,0x4a], 9 => 0xbc, 10 => 0x36, 11 => 0x5e, 12 => 0x36, 13 => 0x78, 14 => 0x6f, 15 => 0x6f, 16 => 0x73, 17 => 0x6f, 18 => 0x78, 19 => 0x54, 20 => 0x6f, 21 => 0xbc, 22 => 0x7b, 24 => 0xbc, 25 => 0xc2, 27 => 0x131, 28 => 0x77, 74 => 0x8, 77 => 0x7, 112 => 0x7, 113 => [0x19,0x2012], 119 => [0xa403,0xfe4e], 127 => 0x1002, 138 => 0x3fc, 139 => 0xfa0d, 140 => 0x40, 151 => 0x1a, 181 => 0x3, 182 => 0xe, 183 => 0x4, 184 => 0xb, 186 => 0x115, 226 => 0x5, 262 => 0x7, 315 => 0x304, 320 => 0x3, 322 => 0x3033, 355 => 0x19, 362 => 0x7, 386 => 0x26, 387 => 0x1003, 397 => [0x88,0x3c,0x7,0x58], 407 => 0xf, 408 => 0xe, 420 => [0x115,0xb054], 478 => 'WhiteBalance', 480 => 'WhiteBalance', 484 => 'WhiteBalance' },
+ 'wbshiftab' => { 74 => 0xc, 322 => 0x46, 339 => 0x10 },
+ 'wbshiftab_gm' => { 422 => 0x2014 },
+ 'wbshiftab_gm_precise' => { 422 => 0x2026 },
+ 'wbshiftcreativecontrol' => { 322 => 0x92 },
+ 'wbshiftgm' => { 74 => 0xd, 322 => 0x47, 339 => 0x11 },
+ 'wbshiftintelligentauto' => { 322 => 0x8b },
+ 'wbtype1' => { 328 => 0x1, 329 => 0x1 },
+ 'wbtype2' => { 328 => 0x4, 329 => 0x5 },
+ 'wbtype3' => { 328 => 0x7, 329 => 0x9 },
+ 'wbtype4' => { 328 => 0xa, 329 => 0xd },
+ 'wbtype5' => { 328 => 0xd, 329 => 0x11 },
+ 'wbtype6' => { 328 => 0x10, 329 => 0x15 },
+ 'wbtype7' => { 328 => 0x13, 329 => 0x19 },
+ 'webstatement' => { 510 => 'WebStatement' },
+ 'weightedflatsubject' => { 472 => 'weightedFlatSubject' },
+ 'what' => { 480 => 'What', 482 => 'What' },
+ 'whitebalance' => { 7 => 0x6f, 8 => [0x44,0x4a], 9 => 0xbc, 10 => 0x36, 11 => 0x5e, 12 => 0x36, 13 => 0x78, 14 => 0x6f, 15 => 0x6f, 16 => 0x73, 17 => 0x6f, 18 => 0x78, 19 => 0x54, 20 => 0x6f, 21 => 0xbc, 22 => 0x7b, 24 => 0xbc, 25 => 0xc2, 27 => 0x131, 28 => 0x77, 74 => 0x8, 77 => 0x7, 112 => 0x7, 113 => [0x19,0x2012], 119 => [0xa403,0xfe4e], 127 => 0x1002, 138 => 0x3fc, 139 => 0xfa0d, 140 => 0x40, 151 => 0x1a, 181 => 0x3, 182 => 0xe, 183 => 0x4, 184 => 0xb, 186 => 0x115, 227 => 0x5, 264 => 0x7, 317 => 0x304, 322 => 0x3, 324 => 0x3033, 357 => 0x19, 364 => 0x7, 388 => 0x26, 389 => 0x1003, 399 => [0x88,0x3c,0x7,0x58], 409 => 0xf, 410 => 0xe, 422 => [0x115,0xb054], 480 => 'WhiteBalance', 482 => 'WhiteBalance', 486 => 'WhiteBalance' },
'whitebalance0' => { 176 => 'WhiteBalance0' },
'whitebalance1' => { 176 => 'WhiteBalance1' },
- 'whitebalance2' => { 176 => 'WhiteBalance2', 297 => 0x500 },
- 'whitebalanceadj' => { 103 => 0x20101, 108 => 0x18, 272 => 0x76a43204 },
- 'whitebalanceautoadjustment' => { 333 => 0x0 },
- 'whitebalancebias' => { 113 => 0x2011, 302 => 0x304, 320 => 0x23 },
+ 'whitebalance2' => { 176 => 'WhiteBalance2', 299 => 0x500 },
+ 'whitebalanceadj' => { 103 => 0x20101, 108 => 0x18, 274 => 0x76a43204 },
+ 'whitebalanceautoadjustment' => { 335 => 0x0 },
+ 'whitebalancebias' => { 113 => 0x2011, 304 => 0x304, 322 => 0x23 },
'whitebalanceblue' => { 74 => 0x7 },
- 'whitebalancebracket' => { 297 => 0x502, 302 => 0x303 },
- 'whitebalancebracketing' => { 184 => 0x22, 187 => 0x2c, 418 => 0x2c },
- 'whitebalancebuttonplaybackmode' => { 295 => 0x1c5 },
- 'whitebalancecomp' => { 305 => 0x1001 },
+ 'whitebalancebracket' => { 299 => 0x502, 304 => 0x303 },
+ 'whitebalancebracketing' => { 184 => 0x22, 187 => 0x2c, 420 => 0x2c },
+ 'whitebalancebuttonplaybackmode' => { 297 => 0x1c5 },
+ 'whitebalancecomp' => { 307 => 0x1001 },
'whitebalancedetected' => { 138 => 0x3fb },
- 'whitebalancefinetune' => { 127 => 0x100a, 184 => 0x38, 186 => 0x112, 226 => [0xb,0x3f], 387 => 0x1004, 407 => 0x6, 408 => 0x5, 420 => 0x112 },
- 'whitebalancemode' => { 138 => 0x3fa, 355 => 0x1a },
+ 'whitebalancefinetune' => { 127 => 0x100a, 184 => 0x38, 186 => 0x112, 227 => [0xb,0x3f], 389 => 0x1004, 409 => 0x6, 410 => 0x5, 422 => 0x112 },
+ 'whitebalancemode' => { 138 => 0x3fa, 357 => 0x1a },
'whitebalancered' => { 74 => 0x6 },
- 'whitebalanceset' => { 336 => 0xa },
- 'whitebalancesetting' => { 184 => 0x23, 407 => 0x5, 408 => 0x4, 409 => 0x16, 425 => 0xd },
- 'whitebalancesetup' => { 394 => 0x41 },
- 'whitebalancetemperature' => { 297 => 0x501 },
- 'whiteboard' => { 302 => 0x301 },
- 'whitelevel' => { 119 => 0xc61d, 355 => 0x7e, 427 => 0x787f },
- 'whitepoint' => { 119 => 0x13e, 319 => 0x35d, 355 => 0x201, 500 => 'WhitePoint' },
- 'whites2012' => { 478 => 'Whites2012', 480 => 'Whites2012' },
- 'whitesadj' => { 455 => 0x9017 },
- 'wideadapter' => { 387 => 0x1017 },
+ 'whitebalanceset' => { 338 => 0xa },
+ 'whitebalancesetting' => { 184 => 0x23, 409 => 0x5, 410 => 0x4, 411 => 0x16, 427 => 0xd },
+ 'whitebalancesetup' => { 396 => 0x41 },
+ 'whitebalancetemperature' => { 299 => 0x501 },
+ 'whiteboard' => { 304 => 0x301 },
+ 'whitelevel' => { 119 => 0xc61d, 357 => 0x7e, 429 => 0x787f },
+ 'whitepoint' => { 119 => 0x13e, 321 => 0x35d, 357 => 0x201, 502 => 'WhitePoint' },
+ 'whites2012' => { 480 => 'Whites2012', 482 => 'Whites2012' },
+ 'whitesadj' => { 457 => 0x9017 },
+ 'wideadapter' => { 389 => 0x1017 },
'widefocuszone' => { 181 => 0x2f },
- 'widerange' => { 396 => 0x20f },
+ 'widerange' => { 398 => 0x20f },
'windmode' => { 138 => 0x3f4 },
- 'windnoisereduction' => { 229 => 0x2d6 },
- 'windowlocation' => { 380 => 'WLOC' },
- 'windowsatom' => { 479 => 'windowsAtom' },
- 'windowsatomextension' => { 479 => [\'windowsAtom','windowsAtomExtension'] },
- 'windowsatominvocationflags' => { 479 => [\'windowsAtom','windowsAtomInvocationFlags'] },
- 'windowsatomuncprojectpath' => { 479 => [\'windowsAtom','windowsAtomUncProjectPath'] },
- 'wordcount' => { 494 => 'wordCount' },
- 'work' => { 372 => "\xa9wrk" },
+ 'windnoisereduction' => { 230 => 0x2d6 },
+ 'windowlocation' => { 382 => 'WLOC' },
+ 'windowsatom' => { 481 => 'windowsAtom' },
+ 'windowsatomextension' => { 481 => [\'windowsAtom','windowsAtomExtension'] },
+ 'windowsatominvocationflags' => { 481 => [\'windowsAtom','windowsAtomInvocationFlags'] },
+ 'windowsatomuncprojectpath' => { 481 => [\'windowsAtom','windowsAtomUncProjectPath'] },
+ 'wordcount' => { 496 => 'wordCount' },
+ 'work' => { 374 => "\xa9wrk" },
'workcolorspace' => { 103 => 0x10200, 108 => 0x270 },
- 'workflowtag' => { 490 => 'WorkflowTag' },
- 'workflowtagcvid' => { 490 => [\'WorkflowTag','WorkflowTagCvId'] },
- 'workflowtagcvtermid' => { 490 => [\'WorkflowTag','WorkflowTagCvTermId'] },
- 'workflowtagcvtermname' => { 490 => [\'WorkflowTag','WorkflowTagCvTermName'] },
- 'workflowtagcvtermrefinedabout' => { 490 => [\'WorkflowTag','WorkflowTagCvTermRefinedAbout'] },
- 'worktodo' => { 486 => 'WorkToDo' },
- 'worldtimelocation' => { 320 => 0x3a, 355 => 0x22, 361 => '0.1' },
+ 'workflowtag' => { 492 => 'WorkflowTag' },
+ 'workflowtagcvid' => { 492 => [\'WorkflowTag','WorkflowTagCvId'] },
+ 'workflowtagcvtermid' => { 492 => [\'WorkflowTag','WorkflowTagCvTermId'] },
+ 'workflowtagcvtermname' => { 492 => [\'WorkflowTag','WorkflowTagCvTermName'] },
+ 'workflowtagcvtermrefinedabout' => { 492 => [\'WorkflowTag','WorkflowTagCvTermRefinedAbout'] },
+ 'worktodo' => { 488 => 'WorkToDo' },
+ 'worldtimelocation' => { 322 => 0x3a, 357 => 0x22, 363 => '0.1' },
'writer' => { 179 => 'WM/Writer' },
'writer-editor' => { 131 => 0x7a },
- 'x3filllight' => { 397 => 0x12 },
+ 'x3filllight' => { 399 => 0x12 },
'xattrquarantine' => { 174 => 'com.apple.quarantine' },
'xilinxversion' => { 138 => 0x414 },
'xml' => { 136 => 'xml ' },
'xmp' => { 106 => 0xffff00f6, 120 => 'XMP' },
- 'xmptoolkit' => { 501 => 'xmptk' },
+ 'xmptoolkit' => { 503 => 'xmptk' },
'xpauthor' => { 119 => 0x9c9d },
'xpcomment' => { 119 => 0x9c9c },
'xpkeywords' => { 119 => 0x9c9e },
'xposition' => { 119 => 0x11e },
'xpsubject' => { 119 => 0x9c9f },
'xptitle' => { 119 => 0x9c9b },
- 'xresolution' => { 119 => 0x11a, 134 => 0x3, 370 => 0x0, 500 => 'XResolution' },
+ 'xresolution' => { 119 => 0x11a, 134 => 0x3, 372 => 0x0, 502 => 'XResolution' },
'xyresolution' => { 123 => 0x3 },
- 'yaw' => { 115 => 0x7, 380 => ['_yaw',"\xa9fyw"] },
- 'yawangle' => { 247 => 0x3513, 248 => 0x2c2c, 252 => 0xc222, 257 => 0x36fc, 258 => 0x2f03, 260 => 0xce3a, 261 => 0xeaf3, 392 => 0x0 },
- 'ycbcrcoefficients' => { 119 => 0x211, 500 => 'YCbCrCoefficients' },
- 'ycbcrpositioning' => { 119 => 0x213, 500 => 'YCbCrPositioning' },
- 'ycbcrsubsampling' => { 119 => 0x212, 500 => 'YCbCrSubSampling' },
- 'year' => { 372 => 'yrrc', 374 => 'year', 380 => 'yrrc' },
+ 'yaw' => { 115 => 0x7, 382 => ['_yaw',"\xa9fyw"] },
+ 'yawangle' => { 249 => 0x3513, 250 => 0x2c2c, 254 => 0xc222, 259 => 0x36fc, 260 => 0x2f03, 262 => 0xce3a, 263 => 0xeaf3, 394 => 0x0 },
+ 'ycbcrcoefficients' => { 119 => 0x211, 502 => 'YCbCrCoefficients' },
+ 'ycbcrpositioning' => { 119 => 0x213, 502 => 'YCbCrPositioning' },
+ 'ycbcrsubsampling' => { 119 => 0x212, 502 => 'YCbCrSubSampling' },
+ 'year' => { 374 => 'yrrc', 376 => 'year', 382 => 'yrrc' },
'yearcreated' => { 140 => 0x10, 149 => 0xc },
'yellowhsl' => { 103 => 0x20912 },
- 'yield' => { 496 => 'yield' },
+ 'yield' => { 498 => 'yield' },
'yposition' => { 119 => 0x11f },
- 'yresolution' => { 119 => 0x11b, 134 => 0x5, 370 => 0x4, 500 => 'YResolution' },
- 'zebrapatterntonerange' => { 295 => 0x211 },
+ 'yresolution' => { 119 => 0x11b, 134 => 0x5, 372 => 0x4, 502 => 'YResolution' },
+ 'zebrapatterntonerange' => { 297 => 0x211 },
'zoneidentifier' => { 120 => 'ZoneIdentifier' },
- 'zonematching' => { 186 => 0x10a, 189 => [0x3a,0x4a], 420 => 0xb024 },
+ 'zonematching' => { 186 => 0x10a, 189 => [0x3a,0x4a], 422 => 0xb024 },
'zonematchingmode' => { 184 => 0x14 },
'zonematchingon' => { 183 => 0x75 },
- 'zonematchingvalue' => { 407 => 0x1f },
- 'zoomedpreviewlength' => { 302 => 0xf05 },
- 'zoomedpreviewsize' => { 302 => 0xf06 },
- 'zoomedpreviewstart' => { 302 => 0xf04 },
+ 'zonematchingvalue' => { 409 => 0x1f },
+ 'zoomedpreviewlength' => { 304 => 0xf05 },
+ 'zoomedpreviewsize' => { 304 => 0xf06 },
+ 'zoomedpreviewstart' => { 304 => 0xf04 },
'zoomsourcewidth' => { 34 => 0x24 },
- 'zoomstepcount' => { 300 => 0x300, 302 => 0x100d },
+ 'zoomstepcount' => { 302 => 0x300, 304 => 0x100d },
'zoomtargetwidth' => { 34 => 0x25 },
);
@@ -9252,6 +9258,8 @@ my %tagExists = (
'hdmioutputhdr' => 1,
'hdmioutputrange' => 1,
'hdrinfo' => 1,
+ 'hdrinfo2' => 1,
+ 'hdrinfoversion' => 1,
'hdrl' => 1,
'hdrtoninginfo' => 1,
'header' => 1,
@@ -10268,6 +10276,7 @@ my %tagExists = (
'mtos2' => 1,
'mtos3' => 1,
'multiexp' => 1,
+ 'multiexposure2' => 1,
'multiexposureversion' => 1,
'multimediatype' => 1,
'multiplexdefaultvalues' => 1,
@@ -11472,6 +11481,7 @@ my %tagExists = (
'size' => 1,
'sizemode' => 1,
'skip' => 1,
+ 'skipinfo' => 1,
'slantrange' => 1,
'slateinformation' => 1,
'sliceinfo' => 1,
diff --git a/lib/Image/ExifTool/TagNames.pod b/lib/Image/ExifTool/TagNames.pod
index 40b0a961..27340d4c 100644
--- a/lib/Image/ExifTool/TagNames.pod
+++ b/lib/Image/ExifTool/TagNames.pod
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
=head1 TAG TABLES
The tables listed below give the names of all tags recognized by ExifTool.
-They contain a total of 26009 tags, with 16658 unique tag names.
+They contain a total of 26027 tags, with 16663 unique tag names.
B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
table. A B<Tag ID> is the computer-readable equivalent of a tag name, and
@@ -3997,6 +3997,7 @@ These tags belong to the ExifTool XMP-digiKam family 1 group.
ImageHistory string/
ImageUniqueID string/
LensCorrectionSettings string
+ PicasawebGPhotoId string
PickLabel string
TagsList string+
@@ -4275,6 +4276,7 @@ These tags belong to the ExifTool XMP-GCamera family 1 group.
PortraitNote string
PortraitRequest string
PortraitVersion string
+ ShotLogData string
SpecialTypeID string+
=head3 XMP GCreations Tags
@@ -4286,6 +4288,7 @@ These tags belong to the ExifTool XMP-GCreations family 1 group.
Tag Name Writable
-------- --------
CameraBurstID string
+ Type string/
=head3 XMP GDepth Tags
@@ -4529,7 +4532,7 @@ These tags belong to the ExifTool XMP-iptcCore family 1 group.
=head3 XMP iptcExt Tags
-This table contains tags defined by the IPTC Extension schema version 1.6
+This table contains tags defined by the IPTC Extension schema version 1.7
and IPTC Video Metadata version 1.3. The actual namespace prefix is
"Iptc4xmpExt", but ExifTool shortens this for the family 1 group name. (See
L<http://www.iptc.org/standards/photo-metadata/iptc-standard/> and
@@ -4702,6 +4705,7 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
ProductInImage ProductDetails Struct+
ProductInImageDescription lang-alt_+
ProductInImageGTIN string_+
+ ProductInImageProductId string_+
ProductInImageName lang-alt_+
PublicationEvent PublicationEvent Struct+
PublicationEventDate date_+
@@ -4945,6 +4949,7 @@ is to write ImageRegion as a structure with these tags as new fields.
---------- --------
ProductDescription lang-alt
ProductGTIN string
+ ProductId string
ProductName lang-alt
=head3 XMP PublicationEvent Struct
@@ -9407,7 +9412,7 @@ These tags are used by the R5, R5 and EOS 1DXmkIII.
=head3 Canon ColorData11 Tags
-These tags are used by the EOS R3
+These tags are used by the EOS R3, R7 and R6mkII
Index2 Tag Name Writable
------ -------- --------
@@ -13587,6 +13592,7 @@ DiMAGE X and Xt.
0x0032 UnknownInfo2 Nikon UnknownInfo2
0x0034 ShutterMode int16u
0x0035 HDRInfo Nikon HDRInfo
+ HDRInfo2 Nikon HDRInfo2
0x0037 MechanicalShutterCount int32u
0x0039 LocationInfo Nikon LocationInfo
0x003d BlackLevel int16u[4]
@@ -13688,7 +13694,8 @@ DiMAGE X and Xt.
0x00ac ImageStabilization string
0x00ad AFResponse string
0x00b0 MultiExposure Nikon MultiExposure
- Nikon MultiExposure
+ MultiExposure2 Nikon MultiExposure
+ Nikon MultiExposure2
0x00b1 HighISONoiseReduction int16u
0x00b3 ToningEffect string
0x00b6 PowerUpTime undef
@@ -13838,6 +13845,7 @@ Color balance tags used by the P1000, P7000, P7100 and B700.
0 VRInfoVersion no
4 VibrationReduction int8u
6 VRMode int8u
+ 8 VRType int8u
=head3 Nikon FaceDetect Tags
@@ -13961,12 +13969,20 @@ Color balance tags used by the P1000, P7000, P7100 and B700.
Index1 Tag Name Writable
------ -------- --------
- 0 HDRInfoVersion string[4]
+ 0 HDRInfoVersion no
4 HDR int8u
5 HDRLevel int8u
6 HDRSmoothing int8u
7 HDRLevel2 int8u
+=head3 Nikon HDRInfo2 Tags
+
+ Index1 Tag Name Writable
+ ------ -------- --------
+ 0 HDRInfoVersion no
+ 4 HDR int8u
+ 5 HDRLevel int8u
+
=head3 Nikon LocationInfo Tags
Tags written by some Nikon GPS-equipped cameras like the AW100.
@@ -14841,6 +14857,15 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
2 MultiExposureShots int32u
3 MultiExposureAutoGain int32u
+=head3 Nikon MultiExposure2 Tags
+
+ Index4 Tag Name Writable
+ ------ -------- --------
+ 0 MultiExposureVersion no
+ 1 MultiExposureMode int32u
+ 2 MultiExposureShots int32u
+ 3 MultiExposureOverlayMode int32u
+
=head3 Nikon AFInfo2V0400 Tags
Index1 Tag Name Writable
@@ -14872,9 +14897,11 @@ These tags are written by Nikon DSLR's which have the live view feature.
AFPointsUsed undef[21]
AFPointsUsed undef[29]
AFPointsUsed undef[20]
- AFPointsUsed undef[13]
AFPointsUsed undef[7]
- 10 AFPointsUsed undef[14]
+ PrimaryAFPoint int8u
+ 10 AFPointsUsed undef[7]
+ AFPointsUsed undef[11]
+ AFPointsUsed undef[14]
16 AFImageWidth int16u
18 AFImageHeight int16u
20 AFAreaXPosition int16u
@@ -20764,7 +20791,7 @@ E-mount models.
=head3 Sony Tag9416 Tags
-Valid for the ILCE-1/7M4/7SM3, ILME-FX3.
+Valid for the ILCE-1/7M4/7RM5/7SM3, ILME-FX3.
Index1 Tag Name Writable
------ -------- --------
@@ -20789,8 +20816,10 @@ Valid for the ILCE-1/7M4/7SM3, ILME-FX3.
117 MaxFocalLength no
2191 VignettingCorrParams no
2193 VignettingCorrParams no
+ 2203 VignettingCorrParams no
2324 ChromaticAberrationCorrParams no
2326 ChromaticAberrationCorrParams no
+ 2373 ChromaticAberrationCorrParams no
=head3 Sony PIC Tags
@@ -27384,6 +27413,7 @@ for the official specification.
'sefd' SamsungTrailer Samsung Trailer
'skip' CanonSkip Canon Skip
PreviewImage no
+ SkipInfo -
Skip? no
'thm ' ThumbnailImage no
'thum' ThumbnailImage no
@@ -27404,7 +27434,7 @@ for the official specification.
The tags below are extracted from timed metadata in QuickTime and other
formats of video files when the ExtractEmbedded option is used. Although
most of these tags are combined into the single table below, ExifTool
-currently reads 61 different formats of timed GPS metadata from video files.
+currently reads 62 different formats of timed GPS metadata from video files.
Tag Name Writable
-------- --------
@@ -28811,6 +28841,13 @@ Tags found in TomTom Bandit Action Cam MP4 videos.
3 PreviewAtomType no
5 PreviewAtomIndex no
+=head3 QuickTime SkipInfo Tags
+
+ Tag ID Tag Name Writable
+ ------ -------- --------
+ 'thma' ThumbnailImage no
+ 'ver ' Version no
+
=head3 QuickTime Profile Tags
Tag ID Tag Name Writable
diff --git a/lib/Image/ExifTool/XMP.pm b/lib/Image/ExifTool/XMP.pm
index f88f6752..839b5778 100644
--- a/lib/Image/ExifTool/XMP.pm
+++ b/lib/Image/ExifTool/XMP.pm
@@ -50,7 +50,7 @@ use Image::ExifTool::Exif;
use Image::ExifTool::GPS;
require Exporter;
-$VERSION = '3.54';
+$VERSION = '3.55';
@ISA = qw(Exporter);
@EXPORT_OK = qw(EscapeXML UnescapeXML);
@@ -2996,8 +2996,9 @@ sub AddFlattenedTags($;$$)
} else {
$$flatInfo{Groups}{2} = $tagG2;
}
- # save reference to top-level structure
+ # save reference to top-level and parent structures
$$flatInfo{RootTagInfo} = $$tagInfo{RootTagInfo} || $tagInfo;
+ $$flatInfo{ParentTagInfo} = $tagInfo;
# recursively generate flattened tags for sub-structures
next unless $$flatInfo{Struct};
length($flatID) > 250 and warn("Possible deep recursion for tag $flatID\n"), last;
diff --git a/lib/Image/ExifTool/XMP2.pl b/lib/Image/ExifTool/XMP2.pl
index 79a2a2a4..dd03a7de 100644
--- a/lib/Image/ExifTool/XMP2.pl
+++ b/lib/Image/ExifTool/XMP2.pl
@@ -538,7 +538,7 @@ my %sImageRegion = ( # new in 1.5
NAMESPACE => 'Iptc4xmpExt',
TABLE_DESC => 'XMP IPTC Extension',
NOTES => q{
- This table contains tags defined by the IPTC Extension schema version 1.6
+ This table contains tags defined by the IPTC Extension schema version 1.7
and IPTC Video Metadata version 1.3. The actual namespace prefix is
"Iptc4xmpExt", but ExifTool shortens this for the family 1 group name. (See
L<http://www.iptc.org/standards/photo-metadata/iptc-standard/> and
@@ -683,6 +683,7 @@ my %sImageRegion = ( # new in 1.5
ProductName => { Writable => 'lang-alt' },
ProductGTIN => { },
ProductDescription => { Writable => 'lang-alt' },
+ ProductId => { }, # added in version 2022.1
},
List => 'Bag',
},
@@ -1525,6 +1526,7 @@ my %sSubVersion = (
ImageHistory => { Avoid => 1, Notes => 'different format from EXIF:ImageHistory' },
LensCorrectionSettings => { },
ImageUniqueID => { Avoid => 1 },
+ picasawebGPhotoId => { }, #forum14108
);
# SWF namespace tags (ref PH)
@@ -1854,6 +1856,11 @@ my %sSubVersion = (
MicroVideoVersion => { Writable => 'integer' },
MicroVideoOffset => { Writable => 'integer' },
MicroVideoPresentationTimestampUs => { Writable => 'integer' },
+ shot_log_data => { #forum14108
+ Name => 'ShotLogData',
+ ValueConv => 'Image::ExifTool::XMP::DecodeBase64($val)',
+ ValueConvInv => 'Image::ExifTool::XMP::EncodeBase64($val)',
+ },
);
# Google creations namespace (ref PH)
@@ -1863,6 +1870,7 @@ my %sSubVersion = (
NAMESPACE => 'GCreations',
NOTES => 'Google creations tags.',
CameraBurstID => { },
+ Type => { Avoid => 1 },
);
# Google depth-map Device namespace (ref 13)
diff --git a/perl-Image-ExifTool.spec b/perl-Image-ExifTool.spec
index e458024d..8ff0a308 100644
--- a/perl-Image-ExifTool.spec
+++ b/perl-Image-ExifTool.spec
@@ -1,6 +1,6 @@
Summary: perl module for image data extraction
Name: perl-Image-ExifTool
-Version: 12.49
+Version: 12.50
Release: 1
License: Artistic/GPL
Group: Development/Libraries/Perl
diff --git a/pp_build_exe.args b/pp_build_exe.args
index b2111139..8e7327cc 100644
--- a/pp_build_exe.args
+++ b/pp_build_exe.args
@@ -21,10 +21,10 @@
# 10) Copy zip archive to web servers.
# 11) Update zip file version in link and text of html/index.html.
#------------------------------------------------------------------------------
--T exiftool-12.49
-#--info=FileVersion=12.4.9.0
-#--info=ProductVersion=12.4.9.0
-##"--info=Build Date=2022:10:19 14:49:10-04:00"
+-T exiftool-12.50
+#--info=FileVersion=12.5.0.0
+#--info=ProductVersion=12.5.0.0
+##"--info=Build Date=2022:11:08 07:26:09-05:00"
##"--info=Bundled Perl Version=ActivePerl 5.24.0"
##"--info=LegalCopyright=Copyright (c) 2003-2022, Phil Harvey"
##"--info=ProductName=ExifTool"
diff --git a/t/ICO.t b/t/ICO.t
new file mode 100644
index 00000000..82f7443d
--- /dev/null
+++ b/t/ICO.t
@@ -0,0 +1,29 @@
+# Before "make install", this script should be runnable with "make test".
+# After "make install" it should work as "perl t/ICO.t".
+
+BEGIN {
+ $| = 1; print "1..2\n"; $Image::ExifTool::configFile = '';
+ require './t/TestLib.pm'; t::TestLib->import();
+}
+END {print "not ok 1\n" unless $loaded;}
+
+# test 1: Load the module(s)
+use Image::ExifTool 'ImageInfo';
+use Image::ExifTool::ICO;
+$loaded = 1;
+print "ok 1\n";
+
+my $testname = 'ICO';
+my $testnum = 1;
+
+# test 2: Extract information from ICO.ico
+{
+ ++$testnum;
+ my $exifTool = Image::ExifTool->new;
+ my $info = $exifTool->ImageInfo('t/images/ICO.ico');
+ print 'not ' unless check($exifTool, $info, $testname, $testnum);
+ print "ok $testnum\n";
+}
+
+
+# end
diff --git a/t/ICO_2.out b/t/ICO_2.out
new file mode 100644
index 00000000..de793c56
--- /dev/null
+++ b/t/ICO_2.out
@@ -0,0 +1,20 @@
+[ExifTool, ExifTool, ExifTool] ExifToolVersion - ExifTool Version Number: 12.50
+[File, System, Other] FileName - File Name: ICO.ico
+[File, System, Other] Directory - Directory: t/images
+[File, System, Other] FileSize - File Size: 78 bytes
+[File, System, Time] FileModifyDate - File Modification Date/Time: 2022:10:19 15:17:45-04:00
+[File, System, Time] FileAccessDate - File Access Date/Time: 2022:10:20 11:53:31-04:00
+[File, System, Time] FileInodeChangeDate - File Inode Change Date/Time: 2022:10:19 15:22:45-04:00
+[File, System, Other] FilePermissions - File Permissions: -rw-r--r--
+[File, File, Other] FileType - File Type: ICO
+[File, File, Other] FileTypeExtension - File Type Extension: ico
+[File, File, Other] MIMEType - MIME Type: image/x-icon
+[File, File, Image] 4 - Image Count: 1
+[File, File, Image] 0 - Image Width: 1
+[File, File, Image] 1 - Image Height: 1
+[File, File, Image] 2 - Num Colors: 2
+[File, File, Image] 4 - Color Planes: 1
+[File, File, Image] 6 - Bits Per Pixel: 1
+[File, File, Image] 8 - Image Length: 56
+[Composite, Composite, Image] Exif-ImageSize - Image Size: 1x1
+[Composite, Composite, Image] Exif-Megapixels - Megapixels: 0.000001
diff --git a/t/images/ICO.ico b/t/images/ICO.ico
new file mode 100644
index 00000000..2298f466
--- /dev/null
+++ b/t/images/ICO.ico
Binary files differ
diff --git a/windows_exiftool b/windows_exiftool
index dc556a31..5baea165 100755
--- a/windows_exiftool
+++ b/windows_exiftool
@@ -11,7 +11,7 @@ use strict;
use warnings;
require 5.004;
-my $version = '12.49';
+my $version = '12.50';
# add our 'lib' directory to the include list BEFORE 'use Image::ExifTool'
my $exePath;
@@ -1023,8 +1023,12 @@ for (;;) {
}
if (/^if(\d*)$/i) {
my $cond = shift;
- $fastCondition = $1 if length $1;
+ my $fast = length($1) ? $1 : undef;
defined $cond or Error("Expecting expression for -if option\n"), $badCmd=1, next;
+ # use lowest -fast setting if multiple conditions
+ if (not @condition or not defined $fast or (defined $fastCondition and $fastCondition > $fast)) {
+ $fastCondition = $fast;
+ }
# prevent processing file unnecessarily for simple case of failed '$ok' or 'not $ok'
$cond =~ /^\s*(not\s*)\$ok\s*$/i and ($1 xor $rtnValPrev) and $failCondition=1;
# add to list of requested tags
@@ -5494,7 +5498,7 @@ OPTIONS
produces output like this:
- -- Generated by ExifTool 12.49 --
+ -- Generated by ExifTool 12.50 --
File: a.jpg - 2003:10:31 15:44:19
(f/5.6, 1/60s, ISO 100)
File: b.jpg - 2006:05:23 11:57:38
@@ -5915,12 +5919,15 @@ OPTIONS
images directly from disk, but can be substantial if piping images
through a network connection. For more substantial speed benefits,
-fast2 also causes exiftool to avoid extracting any EXIF MakerNote
- information. -fast3 avoids extracting metadata from the file, and
- returns only pseudo System tags, but still reads the file header to
- obtain an educated guess at FileType. -fast4 doesn't even read the
- file header, and returns only System tags and a FileType based on
- the file extension. -fast5 also disables generation of the
- Composite tags (like -e). Has no effect when writing.
+ information, and to stop processing at the IDAT chunk of PNG images
+ and the mdat atom of QuickTime-format files (but note that some
+ files may store metadata after this). -fast3 avoids extracting
+ metadata from the file, and returns only pseudo System tags, but
+ still reads the file header to obtain an educated guess at
+ FileType. -fast4 doesn't even read the file header, and returns
+ only System tags and a FileType based on the file extension. -fast5
+ also disables generation of the Composite tags (like -e). Has no
+ effect when writing.
Note that a separate -fast setting may be used for evaluation of a
-if condition, or when ordering files with the -fileOrder option.
@@ -5939,14 +5946,15 @@ OPTIONS
(eg. "-fileOrder -createdate"). Print conversion of the sorted
values is disabled with the -n option, or a "#" appended to the tag
name. Other formatting options (eg. -d) have no effect on the
- sorted values. Note that the -fileOrder option can have a large
- performance impact since it involves an additional processing pass
- of each file, but this impact may be reduced by specifying a *NUM*
- for the -fast level used during the metadata-extraction phase. For
- example, -fileOrder4 may be used if *TAG* is a pseudo System tag.
- If multiple -fileOrder options are used, the extraction is done at
- the lowest -fast level. Note that files are sorted across directory
- boundaries if multiple input directories are specified.
+ sorted values. Note that the -fileOrder option can incur large
+ performance penalty since it involves an additional initial
+ processing pass of all files, but this impact may be reduced by
+ specifying a *NUM* to effectively set the -fast level for the
+ initial pass. For example, -fileOrder4 may be used if *TAG* is a
+ pseudo System tag. If multiple -fileOrder options are used, the
+ extraction is done at the lowest -fast level. Note that files are
+ sorted across directory boundaries if multiple input directories
+ are specified.
-i *DIR* (-ignore)
Ignore specified directory name. *DIR* may be either an individual
@@ -6280,12 +6288,13 @@ OPTIONS
When combined with -listx, the -s option shortens the output by
omitting the descriptions and values (as in the last example
- above), and -f adds a 'flags' attribute if applicable. The flags
- are formatted as a comma-separated list of the following possible
- values: Avoid, Binary, List, Mandatory, Permanent, Protected,
- Unknown and Unsafe (see the Tag Name documentation). For XMP List
- tags, the list type (Alt, Bag or Seq) is added to the flags, and
- flattened structure tags are indicated by a Flattened flag.
+ above), and -f adds 'flags' and 'struct' attributes if applicable.
+ The flags are formatted as a comma-separated list of the following
+ possible values: Avoid, Binary, List, Mandatory, Permanent,
+ Protected, Unknown and Unsafe (see the Tag Name documentation). For
+ XMP List tags, the list type (Alt, Bag or Seq) is added to the
+ flags, and flattened structure tags are indicated by a Flattened
+ flag with 'struct' giving the ID of the parent structure.
Note that none of the -list options require an input *FILE*.