exiftool_vendored 12.81.0 → 12.83.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/Changes +39 -1
- data/bin/MANIFEST +4 -18
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +3 -2
- data/bin/build_geolocation +867 -0
- data/bin/exiftool +37 -9
- data/bin/fmt_files/gpx.fmt +2 -1
- data/bin/fmt_files/gpx_wpt.fmt +2 -1
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +47 -31
- data/bin/lib/Image/ExifTool/CanonVRD.pm +6 -5
- data/bin/lib/Image/ExifTool/DJI.pm +29 -0
- data/bin/lib/Image/ExifTool/Exif.pm +19 -2
- data/bin/lib/Image/ExifTool/FujiFilm.pm +9 -2
- data/bin/lib/Image/ExifTool/GM.pm +552 -0
- data/bin/lib/Image/ExifTool/Geolocation.dat +0 -0
- data/bin/lib/Image/ExifTool/Geolocation.pm +90 -54
- data/bin/lib/Image/ExifTool/Nikon.pm +9 -7
- data/bin/lib/Image/ExifTool/QuickTime.pm +31 -23
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +66 -30
- data/bin/lib/Image/ExifTool/README +2 -0
- data/bin/lib/Image/ExifTool/Sony.pm +15 -6
- data/bin/lib/Image/ExifTool/TagLookup.pm +37 -6
- data/bin/lib/Image/ExifTool/TagNames.pod +407 -239
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +5 -2
- data/bin/lib/Image/ExifTool/Writer.pl +165 -133
- data/bin/lib/Image/ExifTool/XMP.pm +3 -2
- data/bin/lib/Image/ExifTool/XMP2.pl +3 -0
- data/bin/lib/Image/ExifTool.pm +38 -9
- data/bin/lib/Image/ExifTool.pod +31 -18
- data/bin/perl-Image-ExifTool.spec +1 -1
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +4 -20
- data/bin/lib/Image/ExifTool/GeoLang/cs.pm +0 -978
- data/bin/lib/Image/ExifTool/GeoLang/de.pm +0 -1975
- data/bin/lib/Image/ExifTool/GeoLang/en_ca.pm +0 -44
- data/bin/lib/Image/ExifTool/GeoLang/en_gb.pm +0 -124
- data/bin/lib/Image/ExifTool/GeoLang/es.pm +0 -2921
- data/bin/lib/Image/ExifTool/GeoLang/fi.pm +0 -1116
- data/bin/lib/Image/ExifTool/GeoLang/fr.pm +0 -3171
- data/bin/lib/Image/ExifTool/GeoLang/it.pm +0 -2750
- data/bin/lib/Image/ExifTool/GeoLang/ja.pm +0 -10256
- data/bin/lib/Image/ExifTool/GeoLang/ko.pm +0 -4499
- data/bin/lib/Image/ExifTool/GeoLang/nl.pm +0 -1270
- data/bin/lib/Image/ExifTool/GeoLang/pl.pm +0 -3019
- data/bin/lib/Image/ExifTool/GeoLang/ru.pm +0 -18220
- data/bin/lib/Image/ExifTool/GeoLang/sk.pm +0 -441
- data/bin/lib/Image/ExifTool/GeoLang/sv.pm +0 -714
- data/bin/lib/Image/ExifTool/GeoLang/tr.pm +0 -452
- data/bin/lib/Image/ExifTool/GeoLang/zh_cn.pm +0 -2225
- data/bin/lib/Image/ExifTool/GeoLang/zh_tw.pm +0 -72
|
@@ -12,7 +12,7 @@ meta information extracted from or written to a file.
|
|
|
12
12
|
=head1 TAG TABLES
|
|
13
13
|
|
|
14
14
|
The tables listed below give the names of all tags recognized by ExifTool.
|
|
15
|
-
They contain a total of
|
|
15
|
+
They contain a total of 27849 tags, with 17438 unique tag names.
|
|
16
16
|
|
|
17
17
|
B<Tag ID>, B<Index#> or B<Sequence> is given in the first column of each
|
|
18
18
|
table. A B<Tag ID> is the computer-readable equivalent of a tag name, and
|
|
@@ -1042,7 +1042,7 @@ for the official EXIF 2.32 specification.
|
|
|
1042
1042
|
0xcd38 MaskSubArea SubIFD no
|
|
1043
1043
|
0xcd39 ProfileHueSatMapData3 IFD0 float[n]!
|
|
1044
1044
|
0xcd3a ReductionMatrix3 IFD0 rational64s[n]!
|
|
1045
|
-
|
|
1045
|
+
0xcd3f RGBTables IFD0 undef!
|
|
1046
1046
|
0xcd40 ProfileGainTableMap2 IFD0 undef!
|
|
1047
1047
|
0xcd41 JUMBF - Jpeg2000
|
|
1048
1048
|
0xcd43 ColumnInterleaveFactor SubIFD int32u!
|
|
@@ -1050,6 +1050,9 @@ for the official EXIF 2.32 specification.
|
|
|
1050
1050
|
0xcd46 ImageStats IFD0 undef!
|
|
1051
1051
|
0xcd47 ProfileDynamicRange IFD0 DNG ProfileDynamicRange
|
|
1052
1052
|
0xcd48 ProfileGroupName IFD0 string!
|
|
1053
|
+
0xcd49 JXLDistance IFD0 float
|
|
1054
|
+
0xcd4a JXLEffort IFD0 int32u
|
|
1055
|
+
0xcd4b JXLDecodeSpeed IFD0 int32u
|
|
1053
1056
|
0xea1c Padding ExifIFD undef!
|
|
1054
1057
|
0xea1d OffsetSchema ExifIFD int32s!
|
|
1055
1058
|
0xfde8 OwnerName ExifIFD string/
|
|
@@ -4797,6 +4800,9 @@ These tags belong to the ExifTool XMP-GCamera family 1 group.
|
|
|
4797
4800
|
MicroVideoOffset integer
|
|
4798
4801
|
MicroVideoPresentationTimestampUs integer
|
|
4799
4802
|
MicroVideoVersion integer
|
|
4803
|
+
MotionPhoto integer
|
|
4804
|
+
MotionPhotoPresentationTimestampUs integer
|
|
4805
|
+
MotionPhotoVersion integer
|
|
4800
4806
|
PortraitNote string
|
|
4801
4807
|
PortraitRequest string
|
|
4802
4808
|
PortraitVersion string
|
|
@@ -7940,15 +7946,6 @@ Pentax lens information structure for models such as the *istD.
|
|
|
7940
7946
|
0 LensType int8u[2]
|
|
7941
7947
|
3 LensData Pentax LensData
|
|
7942
7948
|
|
|
7943
|
-
=head3 Pentax LensInfo2 Tags
|
|
7944
|
-
|
|
7945
|
-
Pentax lens information structure for models such as the K10D and K20D.
|
|
7946
|
-
|
|
7947
|
-
Index1 Tag Name Writable
|
|
7948
|
-
------ -------- --------
|
|
7949
|
-
0 LensType int8u[4]
|
|
7950
|
-
4 LensData Pentax LensData
|
|
7951
|
-
|
|
7952
7949
|
=head3 Pentax LensData Tags
|
|
7953
7950
|
|
|
7954
7951
|
Pentax lens data information. Some of these tags require interesting binary
|
|
@@ -7979,6 +7976,15 @@ gymnastics to decode them into useful values.
|
|
|
7979
7976
|
15 LC14? int8u
|
|
7980
7977
|
16 LC15? int8u
|
|
7981
7978
|
|
|
7979
|
+
=head3 Pentax LensInfo2 Tags
|
|
7980
|
+
|
|
7981
|
+
Pentax lens information structure for models such as the K10D and K20D.
|
|
7982
|
+
|
|
7983
|
+
Index1 Tag Name Writable
|
|
7984
|
+
------ -------- --------
|
|
7985
|
+
0 LensType int8u[4]
|
|
7986
|
+
4 LensData Pentax LensData
|
|
7987
|
+
|
|
7982
7988
|
=head3 Pentax LensInfo3 Tags
|
|
7983
7989
|
|
|
7984
7990
|
Pentax lens information structure for 645D.
|
|
@@ -12402,7 +12408,8 @@ below by a decimal appended to the tag ID (.0, .1 or .2).
|
|
|
12402
12408
|
4 CropY int32s
|
|
12403
12409
|
5 CropWidth int32s
|
|
12404
12410
|
6 CropHeight int32s
|
|
12405
|
-
|
|
12411
|
+
7 CropRotation int32s
|
|
12412
|
+
8 CropAngle double
|
|
12406
12413
|
10 CropOriginalWidth int32s
|
|
12407
12414
|
11 CropOriginalHeight int32s
|
|
12408
12415
|
|
|
@@ -13165,7 +13172,7 @@ Tags extracted from FLIR Public image Format (FPF) files.
|
|
|
13165
13172
|
0x104d CropMode int16u
|
|
13166
13173
|
0x104e ColorChromeFXBlue int32s
|
|
13167
13174
|
0x1050 ShutterType int16u
|
|
13168
|
-
0x1051
|
|
13175
|
+
0x1051 CropFlag int8u
|
|
13169
13176
|
0x1052 CropTopLeft int32u
|
|
13170
13177
|
0x1053 CropSize int32u
|
|
13171
13178
|
0x1100 AutoBracketing int16u
|
|
@@ -22520,6 +22527,7 @@ WX350/WX500, ILCE-1/7/7C/7R/7S/7M2/7M3/7RM2/7RM3/7RM4/7SM2/7SM3/9/9M2/5000/
|
|
|
22520
22527
|
1102 ISOInfo Sony ISOInfo
|
|
22521
22528
|
1176 ISOInfo Sony ISOInfo
|
|
22522
22529
|
1181 ISOInfo Sony ISOInfo
|
|
22530
|
+
1182 ISOInfo Sony ISOInfo
|
|
22523
22531
|
1185 ISOInfo Sony ISOInfo
|
|
22524
22532
|
1186 ISOInfo Sony ISOInfo
|
|
22525
22533
|
1210 ISOInfo Sony ISOInfo
|
|
@@ -22936,6 +22944,21 @@ written by the Sony DSC-F828 and DSC-V3.
|
|
|
22936
22944
|
0x0000 SRF2Key no
|
|
22937
22945
|
0x0001 DataKey no
|
|
22938
22946
|
|
|
22947
|
+
=head3 Sony SR2Private Tags
|
|
22948
|
+
|
|
22949
|
+
The SR2 format uses the DNGPrivateData tag to reference a private IFD
|
|
22950
|
+
containing these tags. SR2 images are written by the Sony DSC-R1, but
|
|
22951
|
+
this information is also written to ARW images by other models.
|
|
22952
|
+
|
|
22953
|
+
Tag ID Tag Name Writable
|
|
22954
|
+
------ -------- --------
|
|
22955
|
+
0x7200 SR2SubIFDOffset no
|
|
22956
|
+
0x7201 SR2SubIFDLength no
|
|
22957
|
+
0x7221 SR2SubIFDKey no
|
|
22958
|
+
0x7240 IDC_IFD SonyIDC
|
|
22959
|
+
0x7241 IDC2_IFD SonyIDC
|
|
22960
|
+
0x7250 MRWInfo MinoltaRaw
|
|
22961
|
+
|
|
22939
22962
|
=head3 Sony SRF2 Tags
|
|
22940
22963
|
|
|
22941
22964
|
These tags are found in the SRF2 through SRF5 IFD's.
|
|
@@ -22969,21 +22992,6 @@ These tags are found in the SRF2 through SRF5 IFD's.
|
|
|
22969
22992
|
0x00d1 WBGreenAsShot no
|
|
22970
22993
|
0x00d2 WBBlueAsShot no
|
|
22971
22994
|
|
|
22972
|
-
=head3 Sony SR2Private Tags
|
|
22973
|
-
|
|
22974
|
-
The SR2 format uses the DNGPrivateData tag to reference a private IFD
|
|
22975
|
-
containing these tags. SR2 images are written by the Sony DSC-R1, but
|
|
22976
|
-
this information is also written to ARW images by other models.
|
|
22977
|
-
|
|
22978
|
-
Tag ID Tag Name Writable
|
|
22979
|
-
------ -------- --------
|
|
22980
|
-
0x7200 SR2SubIFDOffset no
|
|
22981
|
-
0x7201 SR2SubIFDLength no
|
|
22982
|
-
0x7221 SR2SubIFDKey no
|
|
22983
|
-
0x7240 IDC_IFD SonyIDC
|
|
22984
|
-
0x7241 IDC2_IFD SonyIDC
|
|
22985
|
-
0x7250 MRWInfo MinoltaRaw
|
|
22986
|
-
|
|
22987
22995
|
=head3 Sony SR2SubIFD Tags
|
|
22988
22996
|
|
|
22989
22997
|
Tags in the encrypted SR2SubIFD
|
|
@@ -24082,6 +24090,112 @@ in JPEGs taken with the P2 Pro camera app.
|
|
|
24082
24090
|
76 VisibleImageHeight no
|
|
24083
24091
|
78 VisibleImageBpp no
|
|
24084
24092
|
|
|
24093
|
+
=head3 InfiRay Factory Tags
|
|
24094
|
+
|
|
24095
|
+
This table lists tags found in the InfiRay APP4 IJPEG camera factory
|
|
24096
|
+
defaults and calibration data.
|
|
24097
|
+
|
|
24098
|
+
Index1 Tag Name Writable
|
|
24099
|
+
------ -------- --------
|
|
24100
|
+
0 IJPEGTempVersion no
|
|
24101
|
+
4 FactDefEmissivity no
|
|
24102
|
+
5 FactDefTau no
|
|
24103
|
+
6 FactDefTa no
|
|
24104
|
+
8 FactDefTu no
|
|
24105
|
+
10 FactDefDist no
|
|
24106
|
+
12 FactDefA0 no
|
|
24107
|
+
16 FactDefB0 no
|
|
24108
|
+
20 FactDefA1 no
|
|
24109
|
+
24 FactDefB1 no
|
|
24110
|
+
28 FactDefP0 no
|
|
24111
|
+
32 FactDefP1 no
|
|
24112
|
+
36 FactDefP2 no
|
|
24113
|
+
68 FactRelSensorTemp no
|
|
24114
|
+
70 FactRelShutterTemp no
|
|
24115
|
+
72 FactRelLensTemp no
|
|
24116
|
+
100 FactStatusGain no
|
|
24117
|
+
101 FactStatusEnvOK no
|
|
24118
|
+
102 FactStatusDistOK no
|
|
24119
|
+
103 FactStatusTempMap no
|
|
24120
|
+
|
|
24121
|
+
=head3 InfiRay Picture Tags
|
|
24122
|
+
|
|
24123
|
+
This table lists tags found in the InfiRay APP5 IJPEG picture temperature
|
|
24124
|
+
information.
|
|
24125
|
+
|
|
24126
|
+
Index1 Tag Name Writable
|
|
24127
|
+
------ -------- --------
|
|
24128
|
+
0 EnvironmentTemp no
|
|
24129
|
+
4 Distance no
|
|
24130
|
+
8 Emissivity no
|
|
24131
|
+
12 Humidity no
|
|
24132
|
+
16 ReferenceTemp no
|
|
24133
|
+
32 TempUnit no
|
|
24134
|
+
33 ShowCenterTemp no
|
|
24135
|
+
34 ShowMaxTemp no
|
|
24136
|
+
35 ShowMinTemp no
|
|
24137
|
+
36 TempMeasureCount no
|
|
24138
|
+
|
|
24139
|
+
=head3 InfiRay MixMode Tags
|
|
24140
|
+
|
|
24141
|
+
This table lists tags found in the InfiRay APP6 IJPEG visual-infrared mixing
|
|
24142
|
+
mode section.
|
|
24143
|
+
|
|
24144
|
+
Index1 Tag Name Writable
|
|
24145
|
+
------ -------- --------
|
|
24146
|
+
0 MixMode no
|
|
24147
|
+
1 FusionIntensity no
|
|
24148
|
+
5 OffsetAdjustment no
|
|
24149
|
+
9 CorrectionAsix no
|
|
24150
|
+
|
|
24151
|
+
=head3 InfiRay OpMode Tags
|
|
24152
|
+
|
|
24153
|
+
This table lists tags found in the InfiRay APP7 IJPEG camera operation mode
|
|
24154
|
+
section.
|
|
24155
|
+
|
|
24156
|
+
Index1 Tag Name Writable
|
|
24157
|
+
------ -------- --------
|
|
24158
|
+
0 WorkingMode no
|
|
24159
|
+
1 IntegralTime no
|
|
24160
|
+
5 IntegratTimeHdr no
|
|
24161
|
+
9 GainStable no
|
|
24162
|
+
10 TempControlEnable no
|
|
24163
|
+
11 DeviceTemp no
|
|
24164
|
+
|
|
24165
|
+
=head3 InfiRay Isothermal Tags
|
|
24166
|
+
|
|
24167
|
+
This table lists tags found in the InfiRay APP8 IJPEG picture isothermal
|
|
24168
|
+
information.
|
|
24169
|
+
|
|
24170
|
+
Index1 Tag Name Writable
|
|
24171
|
+
------ -------- --------
|
|
24172
|
+
0 IsothermalMax no
|
|
24173
|
+
4 IsothermalMin no
|
|
24174
|
+
8 ChromaBarMax no
|
|
24175
|
+
12 ChromaBarMin no
|
|
24176
|
+
|
|
24177
|
+
=head3 InfiRay Sensor Tags
|
|
24178
|
+
|
|
24179
|
+
This table lists tags found in the InfiRay APP9 IJPEG sensor information
|
|
24180
|
+
chunk.
|
|
24181
|
+
|
|
24182
|
+
Index1 Tag Name Writable
|
|
24183
|
+
------ -------- --------
|
|
24184
|
+
0 IRSensorManufacturer no
|
|
24185
|
+
64 IRSensorName no
|
|
24186
|
+
128 IRSensorPartNumber no
|
|
24187
|
+
192 IRSensorSerialNumber no
|
|
24188
|
+
256 IRSensorFirmware no
|
|
24189
|
+
320 IRSensorAperture no
|
|
24190
|
+
324 IRFocalLength no
|
|
24191
|
+
384 VisibleSensorManufacturer no
|
|
24192
|
+
448 VisibleSensorName no
|
|
24193
|
+
512 VisibleSensorPartNumber no
|
|
24194
|
+
576 VisibleSensorSerialNumber no
|
|
24195
|
+
640 VisibleSensorFirmware no
|
|
24196
|
+
704 VisibleSensorAperture no
|
|
24197
|
+
708 VisibleFocalLength no
|
|
24198
|
+
|
|
24085
24199
|
=head2 Stim Tags
|
|
24086
24200
|
|
|
24087
24201
|
These tags are part of the CIPA Stereo Still Image specification, and are
|
|
@@ -24145,54 +24259,6 @@ L<http://www.scalado.com/>.)
|
|
|
24145
24259
|
'SPMO' DataLength? no
|
|
24146
24260
|
'WDTH' PreviewImageWidth no
|
|
24147
24261
|
|
|
24148
|
-
=head2 InfiRay Tags
|
|
24149
|
-
|
|
24150
|
-
=head3 InfiRay Factory Tags
|
|
24151
|
-
|
|
24152
|
-
This table lists tags found in the InfiRay APP4 IJPEG camera factory
|
|
24153
|
-
defaults and calibration data.
|
|
24154
|
-
|
|
24155
|
-
Index1 Tag Name Writable
|
|
24156
|
-
------ -------- --------
|
|
24157
|
-
0 IJPEGTempVersion no
|
|
24158
|
-
4 FactDefEmissivity no
|
|
24159
|
-
5 FactDefTau no
|
|
24160
|
-
6 FactDefTa no
|
|
24161
|
-
8 FactDefTu no
|
|
24162
|
-
10 FactDefDist no
|
|
24163
|
-
12 FactDefA0 no
|
|
24164
|
-
16 FactDefB0 no
|
|
24165
|
-
20 FactDefA1 no
|
|
24166
|
-
24 FactDefB1 no
|
|
24167
|
-
28 FactDefP0 no
|
|
24168
|
-
32 FactDefP1 no
|
|
24169
|
-
36 FactDefP2 no
|
|
24170
|
-
68 FactRelSensorTemp no
|
|
24171
|
-
70 FactRelShutterTemp no
|
|
24172
|
-
72 FactRelLensTemp no
|
|
24173
|
-
100 FactStatusGain no
|
|
24174
|
-
101 FactStatusEnvOK no
|
|
24175
|
-
102 FactStatusDistOK no
|
|
24176
|
-
103 FactStatusTempMap no
|
|
24177
|
-
|
|
24178
|
-
=head3 InfiRay Picture Tags
|
|
24179
|
-
|
|
24180
|
-
This table lists tags found in the InfiRay APP5 IJPEG picture temperature
|
|
24181
|
-
information.
|
|
24182
|
-
|
|
24183
|
-
Index1 Tag Name Writable
|
|
24184
|
-
------ -------- --------
|
|
24185
|
-
0 EnvironmentTemp no
|
|
24186
|
-
4 Distance no
|
|
24187
|
-
8 Emissivity no
|
|
24188
|
-
12 Humidity no
|
|
24189
|
-
16 ReferenceTemp no
|
|
24190
|
-
32 TempUnit no
|
|
24191
|
-
33 ShowCenterTemp no
|
|
24192
|
-
34 ShowMaxTemp no
|
|
24193
|
-
35 ShowMinTemp no
|
|
24194
|
-
36 TempMeasureCount no
|
|
24195
|
-
|
|
24196
24262
|
=head2 GoPro Tags
|
|
24197
24263
|
|
|
24198
24264
|
=head3 GoPro GPMF Tags
|
|
@@ -24349,20 +24415,6 @@ Tags extracted from the MP4 "fdsc" timed metadata when the ExtractEmbedded
|
|
|
24349
24415
|
87 OtherSerialNumber no
|
|
24350
24416
|
102 Model no
|
|
24351
24417
|
|
|
24352
|
-
=head2 InfiRay Tags
|
|
24353
|
-
|
|
24354
|
-
=head3 InfiRay MixMode Tags
|
|
24355
|
-
|
|
24356
|
-
This table lists tags found in the InfiRay APP6 IJPEG visual-infrared mixing
|
|
24357
|
-
mode section.
|
|
24358
|
-
|
|
24359
|
-
Index1 Tag Name Writable
|
|
24360
|
-
------ -------- --------
|
|
24361
|
-
0 MixMode no
|
|
24362
|
-
1 FusionIntensity no
|
|
24363
|
-
5 OffsetAdjustment no
|
|
24364
|
-
9 CorrectionAsix no
|
|
24365
|
-
|
|
24366
24418
|
=head2 Qualcomm Tags
|
|
24367
24419
|
|
|
24368
24420
|
The tags below have been observed in the JPEG APP7 "Qualcomm Camera
|
|
@@ -25561,56 +25613,6 @@ even if it is not listed in this table.
|
|
|
25561
25613
|
YhiYloCorK1 no
|
|
25562
25614
|
YhiYloCorK2 no
|
|
25563
25615
|
|
|
25564
|
-
=head2 InfiRay Tags
|
|
25565
|
-
|
|
25566
|
-
=head3 InfiRay OpMode Tags
|
|
25567
|
-
|
|
25568
|
-
This table lists tags found in the InfiRay APP7 IJPEG camera operation mode
|
|
25569
|
-
section.
|
|
25570
|
-
|
|
25571
|
-
Index1 Tag Name Writable
|
|
25572
|
-
------ -------- --------
|
|
25573
|
-
0 WorkingMode no
|
|
25574
|
-
1 IntegralTime no
|
|
25575
|
-
5 IntegratTimeHdr no
|
|
25576
|
-
9 GainStable no
|
|
25577
|
-
10 TempControlEnable no
|
|
25578
|
-
11 DeviceTemp no
|
|
25579
|
-
|
|
25580
|
-
=head3 InfiRay Isothermal Tags
|
|
25581
|
-
|
|
25582
|
-
This table lists tags found in the InfiRay APP8 IJPEG picture isothermal
|
|
25583
|
-
information.
|
|
25584
|
-
|
|
25585
|
-
Index1 Tag Name Writable
|
|
25586
|
-
------ -------- --------
|
|
25587
|
-
0 IsothermalMax no
|
|
25588
|
-
4 IsothermalMin no
|
|
25589
|
-
8 ChromaBarMax no
|
|
25590
|
-
12 ChromaBarMin no
|
|
25591
|
-
|
|
25592
|
-
=head3 InfiRay Sensor Tags
|
|
25593
|
-
|
|
25594
|
-
This table lists tags found in the InfiRay APP9 IJPEG sensor information
|
|
25595
|
-
chunk.
|
|
25596
|
-
|
|
25597
|
-
Index1 Tag Name Writable
|
|
25598
|
-
------ -------- --------
|
|
25599
|
-
0 IRSensorManufacturer no
|
|
25600
|
-
64 IRSensorName no
|
|
25601
|
-
128 IRSensorPartNumber no
|
|
25602
|
-
192 IRSensorSerialNumber no
|
|
25603
|
-
256 IRSensorFirmware no
|
|
25604
|
-
320 IRSensorAperture no
|
|
25605
|
-
324 IRFocalLength no
|
|
25606
|
-
384 VisibleSensorManufacturer no
|
|
25607
|
-
448 VisibleSensorName no
|
|
25608
|
-
512 VisibleSensorPartNumber no
|
|
25609
|
-
576 VisibleSensorSerialNumber no
|
|
25610
|
-
640 VisibleSensorFirmware no
|
|
25611
|
-
704 VisibleSensorAperture no
|
|
25612
|
-
708 VisibleFocalLength no
|
|
25613
|
-
|
|
25614
25616
|
=head2 Jpeg2000 Tags
|
|
25615
25617
|
|
|
25616
25618
|
The tags below are found in JPEG 2000 images and the C2PA CAI JUMBF metadata
|
|
@@ -26458,30 +26460,6 @@ These tags belong to the ExifTool XMP-microsoft family 1 group.
|
|
|
26458
26460
|
LensModel string/
|
|
26459
26461
|
RatingPercent string
|
|
26460
26462
|
|
|
26461
|
-
=head3 Microsoft MP1 Tags
|
|
26462
|
-
|
|
26463
|
-
Microsoft Photo 1.1 schema XMP tags which have been observed.
|
|
26464
|
-
|
|
26465
|
-
These tags belong to the ExifTool XMP-MP1 family 1 group.
|
|
26466
|
-
|
|
26467
|
-
Tag Name Writable
|
|
26468
|
-
-------- --------
|
|
26469
|
-
Brightness string/
|
|
26470
|
-
CameraModelID string/
|
|
26471
|
-
Contrast string/
|
|
26472
|
-
ExposureCompensation string/
|
|
26473
|
-
PanoramicStitchCameraMotion string
|
|
26474
|
-
PanoramicStitchMapType string
|
|
26475
|
-
PanoramicStitchPhi0 real
|
|
26476
|
-
PanoramicStitchPhi1 real
|
|
26477
|
-
PanoramicStitchTheta0 real
|
|
26478
|
-
PanoramicStitchTheta1 real
|
|
26479
|
-
PipelineVersion string
|
|
26480
|
-
StreamType string
|
|
26481
|
-
WhiteBalance0 real
|
|
26482
|
-
WhiteBalance1 real
|
|
26483
|
-
WhiteBalance2 real
|
|
26484
|
-
|
|
26485
26463
|
=head3 Microsoft MP Tags
|
|
26486
26464
|
|
|
26487
26465
|
Microsoft Photo 1.2 schema XMP tags which have been observed.
|
|
@@ -26520,6 +26498,30 @@ PersonLiveIdCID, so ExifTool uses this too.
|
|
|
26520
26498
|
PersonSourceID string
|
|
26521
26499
|
Rectangle string
|
|
26522
26500
|
|
|
26501
|
+
=head3 Microsoft MP1 Tags
|
|
26502
|
+
|
|
26503
|
+
Microsoft Photo 1.1 schema XMP tags which have been observed.
|
|
26504
|
+
|
|
26505
|
+
These tags belong to the ExifTool XMP-MP1 family 1 group.
|
|
26506
|
+
|
|
26507
|
+
Tag Name Writable
|
|
26508
|
+
-------- --------
|
|
26509
|
+
Brightness string/
|
|
26510
|
+
CameraModelID string/
|
|
26511
|
+
Contrast string/
|
|
26512
|
+
ExposureCompensation string/
|
|
26513
|
+
PanoramicStitchCameraMotion string
|
|
26514
|
+
PanoramicStitchMapType string
|
|
26515
|
+
PanoramicStitchPhi0 real
|
|
26516
|
+
PanoramicStitchPhi1 real
|
|
26517
|
+
PanoramicStitchTheta0 real
|
|
26518
|
+
PanoramicStitchTheta1 real
|
|
26519
|
+
PipelineVersion string
|
|
26520
|
+
StreamType string
|
|
26521
|
+
WhiteBalance0 real
|
|
26522
|
+
WhiteBalance1 real
|
|
26523
|
+
WhiteBalance2 real
|
|
26524
|
+
|
|
26523
26525
|
=head3 Microsoft Stitch Tags
|
|
26524
26526
|
|
|
26525
26527
|
Information found in the Microsoft custom EXIF tag 0x4748, as written by
|
|
@@ -29521,7 +29523,7 @@ for the official specification.
|
|
|
29521
29523
|
The tags below are extracted from timed metadata in QuickTime and other
|
|
29522
29524
|
formats of video files when the ExtractEmbedded option is used. Although
|
|
29523
29525
|
most of these tags are combined into the single table below, ExifTool
|
|
29524
|
-
currently reads
|
|
29526
|
+
currently reads 74 different formats of timed GPS metadata from video files.
|
|
29525
29527
|
|
|
29526
29528
|
Tag Name Writable
|
|
29527
29529
|
-------- --------
|
|
@@ -29556,6 +29558,7 @@ currently reads 72 different formats of timed GPS metadata from video files.
|
|
|
29556
29558
|
ISO no
|
|
29557
29559
|
JpgFromRaw no
|
|
29558
29560
|
KiloCalories no
|
|
29561
|
+
PreviewImage no
|
|
29559
29562
|
PreviewInfo QuickTime PreviewInfo
|
|
29560
29563
|
RVMI_gReV QuickTime RVMI_gReV
|
|
29561
29564
|
RVMI_sReV QuickTime RVMI_sReV
|
|
@@ -29584,8 +29587,9 @@ currently reads 72 different formats of timed GPS metadata from video files.
|
|
|
29584
29587
|
gpmd_Kingslim QuickTime Stream
|
|
29585
29588
|
gpmd_Rove QuickTime Stream
|
|
29586
29589
|
gpmd_FMAS QuickTime Stream
|
|
29590
|
+
gpmd_Wolfbox QuickTime Stream
|
|
29587
29591
|
gpmd_GoPro GoPro GPMF
|
|
29588
|
-
marl
|
|
29592
|
+
marl GM marl
|
|
29589
29593
|
mebx QuickTime Keys
|
|
29590
29594
|
mett Parrot mett
|
|
29591
29595
|
rtmd Sony rtmd
|
|
@@ -29693,14 +29697,6 @@ specification.
|
|
|
29693
29697
|
------ -------- --------
|
|
29694
29698
|
0x0004 MagneticField no
|
|
29695
29699
|
|
|
29696
|
-
=head3 QuickTime marl Tags
|
|
29697
|
-
|
|
29698
|
-
Tags extracted from the marl ctbx timed metadata of GM cars.
|
|
29699
|
-
|
|
29700
|
-
Tag ID Tag Name Writable
|
|
29701
|
-
------ -------- --------
|
|
29702
|
-
[no tags known]
|
|
29703
|
-
|
|
29704
29700
|
=head3 QuickTime Keys Tags
|
|
29705
29701
|
|
|
29706
29702
|
This directory contains a list of key names which are used to decode tags
|
|
@@ -29990,6 +29986,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
|
|
|
29990
29986
|
'sdes' StoreDescription string
|
|
29991
29987
|
'sfID' AppleStoreCountry int32s
|
|
29992
29988
|
'shwm' ShowMovement int8s
|
|
29989
|
+
'snal' PreviewImage string
|
|
29993
29990
|
'soaa' SortAlbumArtist string
|
|
29994
29991
|
'soal' SortAlbum string
|
|
29995
29992
|
'soar' SortArtist string
|
|
@@ -29999,6 +29996,7 @@ QuickTimeHandler option may be set to 0 to avoid this.
|
|
|
29999
29996
|
'stik' MediaType int8s
|
|
30000
29997
|
'titl' Title string/
|
|
30001
29998
|
'tmpo' BeatsPerMinute int16s
|
|
29999
|
+
'tnal' ThumbnailImage string
|
|
30002
30000
|
'trkn' TrackNumber undef
|
|
30003
30001
|
'tven' TVEpisodeID string
|
|
30004
30002
|
'tves' TVEpisode int32s
|
|
@@ -30633,6 +30631,9 @@ MP4 metadata sample description.
|
|
|
30633
30631
|
0x0004 OtherFormat no
|
|
30634
30632
|
0x0018 PlaybackFrameRate no
|
|
30635
30633
|
'ftab' FontTable no
|
|
30634
|
+
'mrld' MarlinDictionary GM mrld
|
|
30635
|
+
'mrlh' MarlinHeader GM mrlh
|
|
30636
|
+
'mrlv' MarlinValues GM mrlv
|
|
30636
30637
|
'name' OtherName no
|
|
30637
30638
|
|
|
30638
30639
|
=head3 QuickTime VideoHeader Tags
|
|
@@ -31675,6 +31676,173 @@ FLAC is big-endian, so bit 0 is the high-order bit in this table.
|
|
|
31675
31676
|
7 PictureLength no
|
|
31676
31677
|
8 Picture no
|
|
31677
31678
|
|
|
31679
|
+
=head2 GM Tags
|
|
31680
|
+
|
|
31681
|
+
These tags are extracted from GM/Cosworth PDR (Performance Data Recorder)
|
|
31682
|
+
information found in videos from General Motors cars such as Corvette and
|
|
31683
|
+
Camero.
|
|
31684
|
+
|
|
31685
|
+
Use the API PrintCSV option to output all timed
|
|
31686
|
+
PDR data in CSV format at greatly increased speed and with much lower memory
|
|
31687
|
+
usage. This option prints the numerical values for each channel in CSV
|
|
31688
|
+
format, suitable for import into RaceRender. In this output, the gear
|
|
31689
|
+
numbers for Neutral and Reverse are changed to -1 and -100 respectively for
|
|
31690
|
+
compatibility with RaceRender.
|
|
31691
|
+
|
|
31692
|
+
=head3 GM marl Tags
|
|
31693
|
+
|
|
31694
|
+
Tags extracted from the 'ctbx' 'marl' (Marlin) box of timed PDR metadata
|
|
31695
|
+
from GM cars. Use the -ee (API ExtractEmbedded) option to extract this
|
|
31696
|
+
information, or the API PrintCSV option to output in CSV format.
|
|
31697
|
+
|
|
31698
|
+
Tag Name Writable
|
|
31699
|
+
-------- --------
|
|
31700
|
+
ABSActive no
|
|
31701
|
+
AccelPos no
|
|
31702
|
+
BatteryVoltage no
|
|
31703
|
+
Beacon no
|
|
31704
|
+
BoostPressureInd no
|
|
31705
|
+
BrakePos no
|
|
31706
|
+
CPUFree no
|
|
31707
|
+
CPUIO no
|
|
31708
|
+
CPUIRQ no
|
|
31709
|
+
CPUSystem no
|
|
31710
|
+
CPUUser no
|
|
31711
|
+
ClutchPos no
|
|
31712
|
+
CoolantTemp no
|
|
31713
|
+
CornerExitSetting no
|
|
31714
|
+
DiskReadOperations no
|
|
31715
|
+
DiskReadRate no
|
|
31716
|
+
DiskReadTime no
|
|
31717
|
+
DiskWriteOperations no
|
|
31718
|
+
DiskWriteRate no
|
|
31719
|
+
DiskWriteTime no
|
|
31720
|
+
Distance no
|
|
31721
|
+
DriverPerformanceMode no
|
|
31722
|
+
EngineSpeedRequest no
|
|
31723
|
+
EngineTorqureReq no
|
|
31724
|
+
FuelCapacity no
|
|
31725
|
+
FuelLevel no
|
|
31726
|
+
GPSAltitude no
|
|
31727
|
+
GPSDateTime no
|
|
31728
|
+
GPSFix no
|
|
31729
|
+
GPSLatitude no
|
|
31730
|
+
GPSLongitude no
|
|
31731
|
+
GPSTrack no
|
|
31732
|
+
Gear no
|
|
31733
|
+
InfotainOpMode no
|
|
31734
|
+
IntakeAirTemperature no
|
|
31735
|
+
IntakeBoostPressure no
|
|
31736
|
+
LFTyrePressure no
|
|
31737
|
+
LFTyreTemp no
|
|
31738
|
+
LRTyrePressure no
|
|
31739
|
+
LRTyreTemp no
|
|
31740
|
+
LateralAcceleration no
|
|
31741
|
+
LongitudinalAcceleration no
|
|
31742
|
+
OilPressure no
|
|
31743
|
+
OilTemp no
|
|
31744
|
+
OutsideAirTemperature no
|
|
31745
|
+
RFTyrePressure no
|
|
31746
|
+
RFTyreTemp no
|
|
31747
|
+
RPM no
|
|
31748
|
+
RRTyrePressure no
|
|
31749
|
+
RRTyreTemp no
|
|
31750
|
+
RecordingEventOdometer no
|
|
31751
|
+
Speed no
|
|
31752
|
+
SpeedControlResponse no
|
|
31753
|
+
SpeedRequestIntervention no
|
|
31754
|
+
Steering1Switch no
|
|
31755
|
+
Steering2Switch no
|
|
31756
|
+
SteeringAngle no
|
|
31757
|
+
SuspensionDisplacementLeftFront no
|
|
31758
|
+
SuspensionDisplacementLeftRear no
|
|
31759
|
+
SuspensionDisplacementRightFront no
|
|
31760
|
+
SuspensionDisplacementRightRear no
|
|
31761
|
+
SystemBackupPowerEnabled no
|
|
31762
|
+
SystemBackupPowerMode no
|
|
31763
|
+
SystemPowerMode no
|
|
31764
|
+
TimeStamp no
|
|
31765
|
+
TractionControlActive no
|
|
31766
|
+
TransOilTemp no
|
|
31767
|
+
TransportStorageMode no
|
|
31768
|
+
ValetMode no
|
|
31769
|
+
VehicleStabilityActive no
|
|
31770
|
+
VerticalAcceleration no
|
|
31771
|
+
WheelspeedLeftDriven no
|
|
31772
|
+
WheelspeedLeftNon-Driven no
|
|
31773
|
+
WheelspeedRightDriven no
|
|
31774
|
+
WheelspeedRightNon-Driven no
|
|
31775
|
+
YawRate no
|
|
31776
|
+
|
|
31777
|
+
=head3 GM mrld Tags
|
|
31778
|
+
|
|
31779
|
+
The Marlin dictionary. Only one channel is listed but all available
|
|
31780
|
+
channels are extracted. Use the -struct (API Struct) option to extract the
|
|
31781
|
+
channel information as structures.
|
|
31782
|
+
|
|
31783
|
+
Tag Name Writable
|
|
31784
|
+
-------- --------
|
|
31785
|
+
Channel01 GM Channel Struct
|
|
31786
|
+
Channel01Description no_
|
|
31787
|
+
Channel01DispMax no_
|
|
31788
|
+
Channel01DispMin no_
|
|
31789
|
+
Channel01Flags no_
|
|
31790
|
+
Channel01ID no_
|
|
31791
|
+
Channel01Interval no_
|
|
31792
|
+
Channel01Max no_
|
|
31793
|
+
Channel01Min no_
|
|
31794
|
+
Channel01Multiplier no_
|
|
31795
|
+
Channel01Name no_
|
|
31796
|
+
Channel01Num no_
|
|
31797
|
+
Channel01Offset no_
|
|
31798
|
+
Channel01Type no_
|
|
31799
|
+
Channel01Units no_
|
|
31800
|
+
|
|
31801
|
+
=head3 GM Channel Struct
|
|
31802
|
+
|
|
31803
|
+
Information stored for each channel in the Marlin dictionary.
|
|
31804
|
+
|
|
31805
|
+
Field Name Writable
|
|
31806
|
+
---------- --------
|
|
31807
|
+
ID no
|
|
31808
|
+
Type no
|
|
31809
|
+
Num no
|
|
31810
|
+
Units no
|
|
31811
|
+
Flags no
|
|
31812
|
+
Interval no
|
|
31813
|
+
Min no
|
|
31814
|
+
Max no
|
|
31815
|
+
DispMin no
|
|
31816
|
+
DispMax no
|
|
31817
|
+
Multiplier no
|
|
31818
|
+
Offset no
|
|
31819
|
+
Name no
|
|
31820
|
+
Description no
|
|
31821
|
+
|
|
31822
|
+
=head3 GM mrlh Tags
|
|
31823
|
+
|
|
31824
|
+
The Marlin PDR header.
|
|
31825
|
+
|
|
31826
|
+
Index1 Tag Name Writable
|
|
31827
|
+
------ -------- --------
|
|
31828
|
+
0 MarlinDataVersion no
|
|
31829
|
+
|
|
31830
|
+
=head3 GM mrlv Tags
|
|
31831
|
+
|
|
31832
|
+
Tags found in the 'mrlv' (Marlin values) box.
|
|
31833
|
+
|
|
31834
|
+
Tag ID Tag Name Writable
|
|
31835
|
+
------ -------- --------
|
|
31836
|
+
'date' Date1 no
|
|
31837
|
+
'lang' Language no
|
|
31838
|
+
'ldat' Date2 no
|
|
31839
|
+
'ltim' Time2 no
|
|
31840
|
+
'swvs' SoftwareVersion no
|
|
31841
|
+
'time' Time1 no
|
|
31842
|
+
'tstm' StartTime no
|
|
31843
|
+
'unit' Units no
|
|
31844
|
+
'zone' TimeZone no
|
|
31845
|
+
|
|
31678
31846
|
=head2 Parrot Tags
|
|
31679
31847
|
|
|
31680
31848
|
=head3 Parrot mett Tags
|
|
@@ -40639,73 +40807,26 @@ implements this policy and changes EXIF:Artist to a list-type tag.
|
|
|
40639
40807
|
CurrentIPTCDigest
|
|
40640
40808
|
IPTCDigest
|
|
40641
40809
|
|
|
40642
|
-
=head3 MWG
|
|
40810
|
+
=head3 MWG Collections Tags
|
|
40643
40811
|
|
|
40644
|
-
|
|
40645
|
-
may be accessed without the need to load the MWG Composite tags above. See
|
|
40812
|
+
Collections metadata defined by the MWG 2.0 specification. See
|
|
40646
40813
|
L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
|
|
40647
40814
|
for the official specification.
|
|
40648
40815
|
|
|
40649
|
-
These tags belong to the ExifTool XMP-mwg-
|
|
40816
|
+
These tags belong to the ExifTool XMP-mwg-coll family 1 group.
|
|
40650
40817
|
|
|
40651
40818
|
Tag Name Writable
|
|
40652
40819
|
-------- --------
|
|
40653
|
-
|
|
40654
|
-
|
|
40655
|
-
|
|
40656
|
-
RegionAppliedToDimensionsUnit string_
|
|
40657
|
-
RegionAppliedToDimensionsW real_
|
|
40658
|
-
RegionList MWG RegionStruct Struct_+
|
|
40659
|
-
RegionArea Area Struct_+
|
|
40660
|
-
RegionAreaD real_+
|
|
40661
|
-
RegionAreaH real_+
|
|
40662
|
-
RegionAreaUnit string_+
|
|
40663
|
-
RegionAreaW real_+
|
|
40664
|
-
RegionAreaX real_+
|
|
40665
|
-
RegionAreaY real_+
|
|
40666
|
-
RegionBarCodeValue string_+
|
|
40667
|
-
RegionDescription string_+
|
|
40668
|
-
RegionExtensions MWG Extensions Struct_+
|
|
40669
|
-
RegionFocusUsage string_+
|
|
40670
|
-
RegionName string_+
|
|
40671
|
-
RegionRotation real_+
|
|
40672
|
-
RegionSeeAlso string_+
|
|
40673
|
-
RegionType string_+
|
|
40674
|
-
|
|
40675
|
-
=head3 MWG RegionInfo Struct
|
|
40676
|
-
|
|
40677
|
-
Field Name Writable
|
|
40678
|
-
---------- --------
|
|
40679
|
-
AppliedToDimensions Dimensions Struct
|
|
40680
|
-
RegionList MWG RegionStruct Struct+
|
|
40681
|
-
|
|
40682
|
-
=head3 MWG RegionStruct Struct
|
|
40683
|
-
|
|
40684
|
-
Field Name Writable
|
|
40685
|
-
---------- --------
|
|
40686
|
-
Area Area Struct
|
|
40687
|
-
BarCodeValue string
|
|
40688
|
-
Description string
|
|
40689
|
-
Extensions MWG Extensions Struct
|
|
40690
|
-
FocusUsage string
|
|
40691
|
-
Name string
|
|
40692
|
-
Rotation real
|
|
40693
|
-
Type string
|
|
40694
|
-
SeeAlso string
|
|
40695
|
-
|
|
40696
|
-
=head3 MWG Extensions Struct
|
|
40820
|
+
Collections MWG CollectionInfo Struct+
|
|
40821
|
+
CollectionName string_+
|
|
40822
|
+
CollectionURI string_+
|
|
40697
40823
|
|
|
40698
|
-
|
|
40699
|
-
pre-defined in ExifTool. Since no flattened tags have been pre-defined,
|
|
40700
|
-
RegionExtensions is writable only as a structure (eg.
|
|
40701
|
-
C<{xmp-dc:creator=me,rating=5}>). Fields for this structure are identified
|
|
40702
|
-
using the standard ExifTool tag name (with optional leading group name,
|
|
40703
|
-
and/or trailing language code, and/or trailing C<#> symbol to disable print
|
|
40704
|
-
conversion).
|
|
40824
|
+
=head3 MWG CollectionInfo Struct
|
|
40705
40825
|
|
|
40706
40826
|
Field Name Writable
|
|
40707
40827
|
---------- --------
|
|
40708
|
-
|
|
40828
|
+
CollectionName string
|
|
40829
|
+
CollectionURI string
|
|
40709
40830
|
|
|
40710
40831
|
=head3 MWG Keywords Tags
|
|
40711
40832
|
|
|
@@ -40754,26 +40875,73 @@ These tags belong to the ExifTool XMP-mwg-kw family 1 group.
|
|
|
40754
40875
|
Children MWG KeywordStruct Struct+
|
|
40755
40876
|
Keyword string
|
|
40756
40877
|
|
|
40757
|
-
=head3 MWG
|
|
40878
|
+
=head3 MWG Regions Tags
|
|
40758
40879
|
|
|
40759
|
-
|
|
40880
|
+
Image region metadata defined by the MWG 2.0 specification. These tags
|
|
40881
|
+
may be accessed without the need to load the MWG Composite tags above. See
|
|
40760
40882
|
L<https://web.archive.org/web/20180919181934/http://www.metadataworkinggroup.org/pdf/mwg_guidance.pdf>
|
|
40761
40883
|
for the official specification.
|
|
40762
40884
|
|
|
40763
|
-
These tags belong to the ExifTool XMP-mwg-
|
|
40885
|
+
These tags belong to the ExifTool XMP-mwg-rs family 1 group.
|
|
40764
40886
|
|
|
40765
40887
|
Tag Name Writable
|
|
40766
40888
|
-------- --------
|
|
40767
|
-
|
|
40768
|
-
|
|
40769
|
-
|
|
40889
|
+
RegionInfo MWG RegionInfo Struct
|
|
40890
|
+
RegionAppliedToDimensions Dimensions Struct_
|
|
40891
|
+
RegionAppliedToDimensionsH real_
|
|
40892
|
+
RegionAppliedToDimensionsUnit string_
|
|
40893
|
+
RegionAppliedToDimensionsW real_
|
|
40894
|
+
RegionList MWG RegionStruct Struct_+
|
|
40895
|
+
RegionArea Area Struct_+
|
|
40896
|
+
RegionAreaD real_+
|
|
40897
|
+
RegionAreaH real_+
|
|
40898
|
+
RegionAreaUnit string_+
|
|
40899
|
+
RegionAreaW real_+
|
|
40900
|
+
RegionAreaX real_+
|
|
40901
|
+
RegionAreaY real_+
|
|
40902
|
+
RegionBarCodeValue string_+
|
|
40903
|
+
RegionDescription string_+
|
|
40904
|
+
RegionExtensions MWG Extensions Struct_+
|
|
40905
|
+
RegionFocusUsage string_+
|
|
40906
|
+
RegionName string_+
|
|
40907
|
+
RegionRotation real_+
|
|
40908
|
+
RegionSeeAlso string_+
|
|
40909
|
+
RegionType string_+
|
|
40770
40910
|
|
|
40771
|
-
=head3 MWG
|
|
40911
|
+
=head3 MWG RegionInfo Struct
|
|
40772
40912
|
|
|
40773
40913
|
Field Name Writable
|
|
40774
40914
|
---------- --------
|
|
40775
|
-
|
|
40776
|
-
|
|
40915
|
+
AppliedToDimensions Dimensions Struct
|
|
40916
|
+
RegionList MWG RegionStruct Struct+
|
|
40917
|
+
|
|
40918
|
+
=head3 MWG RegionStruct Struct
|
|
40919
|
+
|
|
40920
|
+
Field Name Writable
|
|
40921
|
+
---------- --------
|
|
40922
|
+
Area Area Struct
|
|
40923
|
+
BarCodeValue string
|
|
40924
|
+
Description string
|
|
40925
|
+
Extensions MWG Extensions Struct
|
|
40926
|
+
FocusUsage string
|
|
40927
|
+
Name string
|
|
40928
|
+
Rotation real
|
|
40929
|
+
Type string
|
|
40930
|
+
SeeAlso string
|
|
40931
|
+
|
|
40932
|
+
=head3 MWG Extensions Struct
|
|
40933
|
+
|
|
40934
|
+
This structure may contain any top-level XMP tags, but none have been
|
|
40935
|
+
pre-defined in ExifTool. Since no flattened tags have been pre-defined,
|
|
40936
|
+
RegionExtensions is writable only as a structure (eg.
|
|
40937
|
+
C<{xmp-dc:creator=me,rating=5}>). Fields for this structure are identified
|
|
40938
|
+
using the standard ExifTool tag name (with optional leading group name,
|
|
40939
|
+
and/or trailing language code, and/or trailing C<#> symbol to disable print
|
|
40940
|
+
conversion).
|
|
40941
|
+
|
|
40942
|
+
Field Name Writable
|
|
40943
|
+
---------- --------
|
|
40944
|
+
[no tags known]
|
|
40777
40945
|
|
|
40778
40946
|
=head1 NOTES
|
|
40779
40947
|
|