exiftool_vendored 12.55.0 → 12.57.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/Changes +38 -1
- data/bin/MANIFEST +5 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +19 -19
- data/bin/arg_files/xmp2exif.args +4 -1
- data/bin/exiftool +97 -53
- data/bin/fmt_files/kml.fmt +3 -0
- data/bin/fmt_files/kml_track.fmt +3 -0
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +13 -6
- data/bin/lib/Image/ExifTool/Canon.pm +8 -2
- data/bin/lib/Image/ExifTool/Exif.pm +31 -2
- data/bin/lib/Image/ExifTool/FlashPix.pm +73 -8
- data/bin/lib/Image/ExifTool/FujiFilm.pm +2 -1
- data/bin/lib/Image/ExifTool/GPS.pm +7 -2
- data/bin/lib/Image/ExifTool/InfiRay.pm +227 -0
- data/bin/lib/Image/ExifTool/JPEG.pm +40 -6
- data/bin/lib/Image/ExifTool/Jpeg2000.pm +5 -5
- data/bin/lib/Image/ExifTool/MIE.pm +3 -3
- data/bin/lib/Image/ExifTool/Nikon.pm +862 -1264
- data/bin/lib/Image/ExifTool/NikonCustom.pm +2 -2
- data/bin/lib/Image/ExifTool/NikonSettings.pm +1 -1
- data/bin/lib/Image/ExifTool/Olympus.pm +3 -1
- data/bin/lib/Image/ExifTool/OpenEXR.pm +32 -15
- data/bin/lib/Image/ExifTool/PNG.pm +80 -2
- data/bin/lib/Image/ExifTool/Photoshop.pm +36 -5
- data/bin/lib/Image/ExifTool/QuickTime.pm +18 -2
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +25 -14
- data/bin/lib/Image/ExifTool/README +11 -2
- data/bin/lib/Image/ExifTool/Real.pm +2 -2
- data/bin/lib/Image/ExifTool/Sigma.pm +2 -1
- data/bin/lib/Image/ExifTool/Sony.pm +5 -1
- data/bin/lib/Image/ExifTool/TagLookup.pm +4667 -4624
- data/bin/lib/Image/ExifTool/TagNames.pod +400 -90
- data/bin/lib/Image/ExifTool/VCard.pm +19 -5
- data/bin/lib/Image/ExifTool/Writer.pl +36 -16
- data/bin/lib/Image/ExifTool.pm +92 -35
- data/bin/lib/Image/ExifTool.pod +54 -53
- data/bin/perl-Image-ExifTool.spec +18 -18
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +3 -2
@@ -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 26359 tags, with 16845 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
|
@@ -112,30 +112,38 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
|
|
112
112
|
'APP2' ICC_Profile ICC_Profile
|
113
113
|
FPXR FlashPix
|
114
114
|
MPF MPF
|
115
|
+
InfiRayVersion InfiRay Version
|
115
116
|
PreviewImage no
|
116
117
|
'APP3' Meta Kodak Meta
|
117
118
|
Stim Stim
|
118
119
|
JPS JPEG JPS
|
119
120
|
ThermalData no
|
121
|
+
ImagingData no
|
120
122
|
PreviewImage no
|
121
123
|
'APP4' Scalado Scalado
|
122
124
|
FPXR FlashPix
|
125
|
+
InfiRayFactory InfiRay Factory
|
123
126
|
ThermalParams DJI ThermalParams
|
124
127
|
PreviewImage no
|
125
128
|
'APP5' RMETA Ricoh RMETA
|
126
129
|
SamsungUniqueID Samsung APP5
|
130
|
+
InfiRayPicture InfiRay Picture
|
127
131
|
ThermalCalibration no
|
128
132
|
PreviewImage no
|
129
133
|
'APP6' EPPIM JPEG EPPIM
|
130
134
|
NITF JPEG NITF
|
131
135
|
HP_TDHD HP TDHD
|
132
136
|
GoPro GoPro GPMF
|
137
|
+
InfiRayMixMode InfiRay MixMode
|
133
138
|
DJI_DTAT no
|
134
139
|
'APP7' Pentax Pentax
|
135
140
|
Huawei Unknown
|
136
141
|
Qualcomm Qualcomm
|
142
|
+
InfiRayOpMode InfiRay OpMode
|
137
143
|
'APP8' SPIFF JPEG SPIFF
|
144
|
+
InfiRayIsothermal InfiRay Isothermal
|
138
145
|
'APP9' MediaJukebox JPEG MediaJukebox
|
146
|
+
InfiRaySensor InfiRay Sensor
|
139
147
|
'APP10' Comment no
|
140
148
|
'APP11' JPEG-HDR JPEG HDR
|
141
149
|
JUMBF Jpeg2000
|
@@ -361,6 +369,8 @@ for the official EXIF 2.32 specification.
|
|
361
369
|
0x010f Make IFD0 string
|
362
370
|
0x0110 Model IFD0 string
|
363
371
|
0x0111 StripOffsets - no
|
372
|
+
OtherImageStart - no
|
373
|
+
StripOffsets - no
|
364
374
|
PreviewImageStart IFD0 int32u*
|
365
375
|
PreviewImageStart All int32u*
|
366
376
|
JpgFromRawStart SubIFD2 int32u*
|
@@ -368,6 +378,8 @@ for the official EXIF 2.32 specification.
|
|
368
378
|
0x0115 SamplesPerPixel IFD0 int16u!
|
369
379
|
0x0116 RowsPerStrip IFD0 int32u!
|
370
380
|
0x0117 StripByteCounts - no
|
381
|
+
OtherImageLength - no
|
382
|
+
StripByteCounts - no
|
371
383
|
PreviewImageLength IFD0 int32u*
|
372
384
|
PreviewImageLength All int32u*
|
373
385
|
JpgFromRawLength SubIFD2 int32u*
|
@@ -1188,10 +1200,12 @@ C<integer> is a string of digits (possibly beginning with a '+' or '-'),
|
|
1188
1200
|
C<real> is a floating point number, C<rational> is entered as a floating
|
1189
1201
|
point number but stored as two C<integer> strings separated by a '/'
|
1190
1202
|
character, C<date> is a date/time string entered in the format "YYYY:mm:dd
|
1191
|
-
HH:MM:SS[.ss][+/-HH:MM]"
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1203
|
+
HH:MM:SS[.ss][+/-HH:MM]" but some partial date/time formats are also
|
1204
|
+
accepted (see L<https://exiftool.org/faq.html#Q5>), C<boolean> is either
|
1205
|
+
"True" or "False" (but "true" and "false" may be written as a ValueConv
|
1206
|
+
value for compatibility with non-conforming applications), C<struct>
|
1207
|
+
indicates a structured tag, and C<lang-alt> is a tag that supports alternate
|
1208
|
+
languages.
|
1195
1209
|
|
1196
1210
|
When reading, C<struct> tags are extracted only if the Struct (-struct)
|
1197
1211
|
option is used. Otherwise the corresponding I<Flattened> tags, indicated by
|
@@ -7068,6 +7082,9 @@ Tags extracted from Photoshop layer information.
|
|
7068
7082
|
'_xnam' LayerNames no+
|
7069
7083
|
'_xopc' LayerOpacities no+
|
7070
7084
|
'_xrct' LayerRectangles no+
|
7085
|
+
'_xvis' LayerVisible no+
|
7086
|
+
'lclr' LayerColors no+
|
7087
|
+
'lsct' LayerSections no+
|
7071
7088
|
'luni' LayerUnicodeNames no+
|
7072
7089
|
'lyid' LayerIDs? no+
|
7073
7090
|
'shmd' LayerModifyDates no+
|
@@ -13699,7 +13716,6 @@ DiMAGE X and Xt.
|
|
13699
13716
|
ShotInfoD7000 Nikon ShotInfoD7000
|
13700
13717
|
ShotInfoD4 Nikon ShotInfoD4
|
13701
13718
|
ShotInfoD4S Nikon ShotInfoD4S
|
13702
|
-
ShotInfoD5 Nikon ShotInfoD500
|
13703
13719
|
ShotInfoD500 Nikon ShotInfoD500
|
13704
13720
|
ShotInfoD6 Nikon ShotInfoD6
|
13705
13721
|
ShotInfoD610 Nikon ShotInfoD610
|
@@ -14064,6 +14080,13 @@ Tags written by some Nikon GPS-equipped cameras like the AW100.
|
|
14064
14080
|
0 FirmwareVersion no
|
14065
14081
|
10 NEFCompression int16u[0.5]
|
14066
14082
|
|
14083
|
+
=head3 Nikon MakerNotes0x56 Tags
|
14084
|
+
|
14085
|
+
Index1 Tag Name Writable
|
14086
|
+
------ -------- --------
|
14087
|
+
0 FirmwareVersion no
|
14088
|
+
4 BurstGroupID int16u
|
14089
|
+
|
14067
14090
|
=head3 Nikon AFInfo Tags
|
14068
14091
|
|
14069
14092
|
Index1 Tag Name Writable
|
@@ -14243,24 +14266,46 @@ These tags are extracted from encrypted data in images from the D800.
|
|
14243
14266
|
|
14244
14267
|
=head3 Nikon ShotInfoD810 Tags
|
14245
14268
|
|
14246
|
-
These tags are extracted from encrypted data in images from the D810.
|
14247
|
-
that the indices listed below are for firmware version 1.0, but they may be
|
14248
|
-
different for other firmware versions.
|
14269
|
+
These tags are extracted from encrypted data in images from the D810.
|
14249
14270
|
|
14250
14271
|
Index Tag Name Writable
|
14251
14272
|
----- -------- --------
|
14252
14273
|
0 ShotInfoVersion no
|
14253
14274
|
4 FirmwareVersion no
|
14254
|
-
|
14255
|
-
|
14256
|
-
|
14257
|
-
|
14258
|
-
|
14259
|
-
|
14260
|
-
|
14261
|
-
|
14262
|
-
|
14263
|
-
|
14275
|
+
16 SettingsOffset Nikon SettingsInfoD810
|
14276
|
+
36 BracketingOffset Nikon BracketingInfoD810
|
14277
|
+
56 ISOAutoOffset Nikon ISOAutoInfoD810
|
14278
|
+
64 CustomSettingsOffset NikonCustom SettingsD810
|
14279
|
+
132 OrientationOffset Nikon OrientationInfo
|
14280
|
+
|
14281
|
+
=head3 Nikon SettingsInfoD810 Tags
|
14282
|
+
|
14283
|
+
Index1 Tag Name Writable
|
14284
|
+
------ -------- --------
|
14285
|
+
316 SecondarySlotFunction int8u & 0x03
|
14286
|
+
|
14287
|
+
=head3 Nikon BracketingInfoD810 Tags
|
14288
|
+
|
14289
|
+
Index1 Tag Name Writable
|
14290
|
+
------ -------- --------
|
14291
|
+
15 AEBracketingSteps int8u & 0xff
|
14292
|
+
16 WBBracketingSteps int8u & 0xff
|
14293
|
+
23 NikonMeteringMode int8u & 0x03
|
14294
|
+
|
14295
|
+
=head3 Nikon ISOAutoInfoD810 Tags
|
14296
|
+
|
14297
|
+
Index1 Tag Name Writable
|
14298
|
+
------ -------- --------
|
14299
|
+
4 ISOAutoShutterTime int8u & 0x3f
|
14300
|
+
5 ISOAutoHiLimit int8u & 0xff
|
14301
|
+
|
14302
|
+
=head3 Nikon OrientationInfo Tags
|
14303
|
+
|
14304
|
+
Index1 Tag Name Writable
|
14305
|
+
------ -------- --------
|
14306
|
+
0 RollAngle fixed32u
|
14307
|
+
4 PitchAngle fixed32u
|
14308
|
+
8 YawAngle fixed32u
|
14264
14309
|
|
14265
14310
|
=head3 Nikon ShotInfoD850 Tags
|
14266
14311
|
|
@@ -14270,13 +14315,23 @@ These tags are extracted from encrypted data in images from the D850.
|
|
14270
14315
|
----- -------- --------
|
14271
14316
|
0 ShotInfoVersion no
|
14272
14317
|
4 FirmwareVersion no
|
14273
|
-
|
14274
|
-
|
14275
|
-
|
14276
|
-
|
14277
|
-
|
14278
|
-
|
14279
|
-
|
14318
|
+
16 MenuSettingsOffset Nikon MenuSettingsD850
|
14319
|
+
76 MoreSettingsOffset Nikon MoreSettingsD850
|
14320
|
+
88 CustomSettingsOffset NikonCustom SettingsD850
|
14321
|
+
160 OrientationOffset Nikon OrientationInfo
|
14322
|
+
|
14323
|
+
=head3 Nikon MenuSettingsD850 Tags
|
14324
|
+
|
14325
|
+
Index1 Tag Name Writable
|
14326
|
+
------ -------- --------
|
14327
|
+
1757 PhotoShootingMenuBankImageArea int8u & 0x07
|
14328
|
+
|
14329
|
+
=head3 Nikon MoreSettingsD850 Tags
|
14330
|
+
|
14331
|
+
Index1 Tag Name Writable
|
14332
|
+
------ -------- --------
|
14333
|
+
36 PhotoShootingMenuBank int8u & 0x03
|
14334
|
+
37 PrimarySlot int8u & 0x80
|
14280
14335
|
|
14281
14336
|
=head3 Nikon ShotInfoD5000 Tags
|
14282
14337
|
|
@@ -14348,9 +14403,7 @@ These tags are extracted from encrypted data in images from the D4S.
|
|
14348
14403
|
6378 ISOAutoShutterTime int8u & 0x3f
|
14349
14404
|
6379 ISOAutoHiLimit int8u & 0xff
|
14350
14405
|
6461 CustomSettingsD4S NikonCustom SettingsD4
|
14351
|
-
13579
|
14352
|
-
13583 PitchAngle fixed32u
|
14353
|
-
13587 YawAngle fixed32u
|
14406
|
+
13579 OrientationInfo Nikon OrientationInfo
|
14354
14407
|
13971 Rotation int8u & 0x30
|
14355
14408
|
|
14356
14409
|
=head3 Nikon ShotInfoD500 Tags
|
@@ -14361,27 +14414,61 @@ These tags are extracted from encrypted data in images from the D5 and D500.
|
|
14361
14414
|
----- -------- --------
|
14362
14415
|
0 ShotInfoVersion no
|
14363
14416
|
4 FirmwareVersion no
|
14364
|
-
|
14365
|
-
|
14366
|
-
|
14367
|
-
|
14368
|
-
|
14369
|
-
|
14370
|
-
|
14371
|
-
|
14372
|
-
|
14373
|
-
|
14374
|
-
|
14375
|
-
|
14376
|
-
|
14377
|
-
|
14378
|
-
|
14379
|
-
|
14417
|
+
16 RotationInfoOffset Nikon RotationInfoD500
|
14418
|
+
20 JPGInfoOffset Nikon JPGInfoD500
|
14419
|
+
44 BracketingOffset Nikon BracketingInfoD500
|
14420
|
+
80 ShootingMenuOffset Nikon ShootingMenuD500
|
14421
|
+
88 CustomSettingsOffset Nikon CustomSettingsD500
|
14422
|
+
160 OrientationOffset Nikon OrientationInfo
|
14423
|
+
168 OtherOffset Nikon OtherInfoD500
|
14424
|
+
|
14425
|
+
=head3 Nikon RotationInfoD500 Tags
|
14426
|
+
|
14427
|
+
Index1 Tag Name Writable
|
14428
|
+
------ -------- --------
|
14429
|
+
26 Rotation int8u & 0x03
|
14430
|
+
32 Interval int8u~
|
14431
|
+
36 IntervalFrame int8u~
|
14432
|
+
1330 FlickerReductionIndicator int8u & 0x01
|
14433
|
+
|
14434
|
+
=head3 Nikon JPGInfoD500 Tags
|
14435
|
+
|
14436
|
+
Index1 Tag Name Writable
|
14437
|
+
------ -------- --------
|
14438
|
+
36 JPGCompression int8u & 0x01
|
14439
|
+
|
14440
|
+
=head3 Nikon BracketingInfoD500 Tags
|
14441
|
+
|
14442
|
+
Index1 Tag Name Writable
|
14443
|
+
------ -------- --------
|
14444
|
+
15 AEBracketingSteps int8u & 0xff
|
14445
|
+
16 WBBracketingSteps int8u & 0xff
|
14446
|
+
23 ADLBracketingStep int8u & 0xf0
|
14447
|
+
24 ADLBracketingType int8u & 0x0f
|
14448
|
+
|
14449
|
+
=head3 Nikon ShootingMenuD500 Tags
|
14450
|
+
|
14451
|
+
Index1 Tag Name Writable
|
14452
|
+
------ -------- --------
|
14453
|
+
0 PhotoShootingMenuBank int8u & 0x03
|
14454
|
+
2 PrimarySlot int8u & 0x80
|
14455
|
+
4 ISOAutoShutterTime int8u & 0x3f
|
14456
|
+
5 ISOAutoHiLimit int8u & 0xff
|
14457
|
+
7 FlickerReduction int8u & 0x20
|
14458
|
+
7.1 PhotoShootingMenuBankImageArea int8u & 0x07
|
14459
|
+
|
14460
|
+
=head3 Nikon CustomSettingsD500 Tags
|
14461
|
+
|
14462
|
+
Index1 Tag Name Writable
|
14463
|
+
------ -------- --------
|
14464
|
+
0 CustomSettingsD5 NikonCustom SettingsD5
|
14380
14465
|
CustomSettingsD500 NikonCustom SettingsD500
|
14381
|
-
|
14382
|
-
|
14383
|
-
|
14384
|
-
|
14466
|
+
|
14467
|
+
=head3 Nikon OtherInfoD500 Tags
|
14468
|
+
|
14469
|
+
Index1 Tag Name Writable
|
14470
|
+
------ -------- --------
|
14471
|
+
532 NikonMeteringMode int8u & 0x03
|
14385
14472
|
|
14386
14473
|
=head3 Nikon ShotInfoD6 Tags
|
14387
14474
|
|
@@ -14391,28 +14478,38 @@ These tags are extracted from encrypted data in images from the D6.
|
|
14391
14478
|
----- -------- --------
|
14392
14479
|
0 ShotInfoVersion no
|
14393
14480
|
4 FirmwareVersion no
|
14394
|
-
|
14395
|
-
|
14396
|
-
|
14397
|
-
|
14398
|
-
|
14399
|
-
|
14400
|
-
|
14401
|
-
|
14402
|
-
|
14403
|
-
|
14404
|
-
|
14405
|
-
|
14406
|
-
|
14407
|
-
|
14408
|
-
|
14409
|
-
|
14410
|
-
|
14411
|
-
|
14412
|
-
|
14413
|
-
|
14414
|
-
|
14415
|
-
|
14481
|
+
48 SequenceOffset Nikon SeqInfoD6
|
14482
|
+
156 OrientationOffset Nikon OrientationInfo
|
14483
|
+
164 IntervalOffset Nikon IntervalInfoD6
|
14484
|
+
|
14485
|
+
=head3 Nikon SeqInfoD6 Tags
|
14486
|
+
|
14487
|
+
Index1 Tag Name Writable
|
14488
|
+
------ -------- --------
|
14489
|
+
36 IntervalShooting int16u~
|
14490
|
+
|
14491
|
+
=head3 Nikon IntervalInfoD6 Tags
|
14492
|
+
|
14493
|
+
Index1 Tag Name Writable
|
14494
|
+
------ -------- --------
|
14495
|
+
380 Intervals int32u
|
14496
|
+
384 ShotsPerInterval int32u
|
14497
|
+
388 IntervalExposureSmoothing int8u
|
14498
|
+
390 IntervalPriority int8u
|
14499
|
+
424 FocusShiftNumberShots int8u
|
14500
|
+
428 FocusShiftStepWidth int8u
|
14501
|
+
432 FocusShiftInterval int8u~
|
14502
|
+
436 FocusShiftExposureLock int8u
|
14503
|
+
526 DiffractionCompensation int8u
|
14504
|
+
532 FlashControlMode int8u
|
14505
|
+
538 FlashGNDistance? no
|
14506
|
+
542 FlashOutput? int8u
|
14507
|
+
552 FlashRemoteControl? int8u
|
14508
|
+
556 FlashMasterControlMode int8u
|
14509
|
+
558 FlashMasterCompensation? int8s
|
14510
|
+
562 FlashMasterOutput? int8u
|
14511
|
+
564 FlashWirelessOption? int8u
|
14512
|
+
714 MovieType? int8u
|
14416
14513
|
|
14417
14514
|
=head3 Nikon ShotInfoD610 Tags
|
14418
14515
|
|
@@ -14432,13 +14529,28 @@ These tags are extracted from encrypted data in images from the Z7II.
|
|
14432
14529
|
----- -------- --------
|
14433
14530
|
0 ShotInfoVersion no
|
14434
14531
|
4 FirmwareVersion no
|
14435
|
-
|
14436
|
-
|
14437
|
-
|
14438
|
-
|
14439
|
-
|
14440
|
-
|
14441
|
-
|
14532
|
+
48 IntervalOffset Nikon IntervalInfoZ7II
|
14533
|
+
56 PortraitOffset Nikon PortraitInfoZ7II
|
14534
|
+
152 OrientationOffset Nikon OrientationInfo
|
14535
|
+
160 MenuOffset Nikon MenuInfoZ7II
|
14536
|
+
|
14537
|
+
=head3 Nikon IntervalInfoZ7II Tags
|
14538
|
+
|
14539
|
+
Index1 Tag Name Writable
|
14540
|
+
------ -------- --------
|
14541
|
+
36 IntervalShooting int16u~
|
14542
|
+
|
14543
|
+
=head3 Nikon PortraitInfoZ7II Tags
|
14544
|
+
|
14545
|
+
Index1 Tag Name Writable
|
14546
|
+
------ -------- --------
|
14547
|
+
160 PortraitImpressionBalance int8u[2]~
|
14548
|
+
|
14549
|
+
=head3 Nikon MenuInfoZ7II Tags
|
14550
|
+
|
14551
|
+
Index1 Tag Name Writable
|
14552
|
+
------ -------- --------
|
14553
|
+
16 MenuSettingsOffsetZ7II Nikon MenuSettingsZ7II
|
14442
14554
|
|
14443
14555
|
=head3 Nikon MenuSettingsZ7II Tags
|
14444
14556
|
|
@@ -14446,6 +14558,7 @@ These tags are used by the Z5, Z6, Z7, Z6II, Z7II, Z50 and Zfc.
|
|
14446
14558
|
|
14447
14559
|
Index1 Tag Name Writable
|
14448
14560
|
------ -------- --------
|
14561
|
+
92 ReleaseMode no
|
14449
14562
|
160 IntervalDurationHours int32u
|
14450
14563
|
164 IntervalDurationMinutes int32u
|
14451
14564
|
168 IntervalDurationSeconds int32u
|
@@ -14492,14 +14605,24 @@ These tags are extracted from encrypted data in images from the Z9.
|
|
14492
14605
|
----- -------- --------
|
14493
14606
|
0 ShotInfoVersion no
|
14494
14607
|
4 FirmwareVersion no
|
14495
|
-
|
14496
|
-
|
14497
|
-
|
14498
|
-
|
14499
|
-
|
14500
|
-
|
14501
|
-
|
14502
|
-
|
14608
|
+
48 SequenceOffset Nikon SeqInfoZ9
|
14609
|
+
132 OrientOffset Nikon OrientationInfo
|
14610
|
+
140 MenuOffset Nikon MenuInfoZ9
|
14611
|
+
|
14612
|
+
=head3 Nikon SeqInfoZ9 Tags
|
14613
|
+
|
14614
|
+
Index1 Tag Name Writable
|
14615
|
+
------ -------- --------
|
14616
|
+
32 FocusShiftShooting int8u~
|
14617
|
+
40 IntervalShooting int16u~
|
14618
|
+
|
14619
|
+
=head3 Nikon MenuInfoZ9 Tags
|
14620
|
+
|
14621
|
+
Index1 Tag Name Writable
|
14622
|
+
------ -------- --------
|
14623
|
+
16 MenuSettingsOffsetZ9 Nikon MenuSettingsZ9
|
14624
|
+
MenuSettingsOffsetZ9v3 -
|
14625
|
+
Nikon MenuSettingsZ9v3
|
14503
14626
|
|
14504
14627
|
=head3 Nikon MenuSettingsZ9 Tags
|
14505
14628
|
|
@@ -14577,12 +14700,13 @@ These tags are used by the Z9.
|
|
14577
14700
|
1636 USBPowerDelivery? int8u
|
14578
14701
|
1645 SensorShield? int8u
|
14579
14702
|
|
14580
|
-
=head3 Nikon
|
14703
|
+
=head3 Nikon MenuSettingsZ9v3 Tags
|
14581
14704
|
|
14582
14705
|
These tags are used by the Z9 firmware 3.00.
|
14583
14706
|
|
14584
14707
|
Index1 Tag Name Writable
|
14585
14708
|
--------------- --------
|
14709
|
+
72 HighFrameRate int8u
|
14586
14710
|
154 MultipleExposureMode int8u
|
14587
14711
|
156 MultiExposureShots int8u
|
14588
14712
|
204 Intervals int32u
|
@@ -14653,6 +14777,8 @@ These tags are used by the Z9 firmware 3.00.
|
|
14653
14777
|
1684 USBPowerDelivery? int8u
|
14654
14778
|
1693 SensorShield? int8u
|
14655
14779
|
1754 FocusShiftAutoReset? int8u
|
14780
|
+
1810 PreReleaseBurstLength int8u
|
14781
|
+
1812 PostReleaseBurstLength int8u
|
14656
14782
|
|
14657
14783
|
=head3 Nikon ShotInfo Tags
|
14658
14784
|
|
@@ -21950,6 +22076,10 @@ unrecognized Windows Compound Binary file as a FlashPix (FPX) file. See
|
|
21950
22076
|
L<http://graphcomp.com/info/specs/livepicture/fpx.pdf> for the FlashPix
|
21951
22077
|
specification.
|
21952
22078
|
|
22079
|
+
Note that Microsoft is not consistent with the time zone used for some
|
22080
|
+
date/time tags, and it may be either UTC or local time depending on the
|
22081
|
+
software used to create the file.
|
22082
|
+
|
21953
22083
|
Tag ID Tag Name Writable
|
21954
22084
|
------ -------- --------
|
21955
22085
|
"\x01CompObj" CompObj FlashPix CompObj
|
@@ -22332,6 +22462,38 @@ embedded images.
|
|
22332
22462
|
12 DependentImage1EntryNumber no
|
22333
22463
|
14 DependentImage2EntryNumber no
|
22334
22464
|
|
22465
|
+
=head2 InfiRay Tags
|
22466
|
+
|
22467
|
+
=head3 InfiRay Version Tags
|
22468
|
+
|
22469
|
+
This table lists tags found in the InfiRay APP2 IJPEG version header, found
|
22470
|
+
in JPEGs taken with the P2 Pro camera app.
|
22471
|
+
|
22472
|
+
Index1 Tag Name Writable
|
22473
|
+
------ -------- --------
|
22474
|
+
0 IJPEGVersion no
|
22475
|
+
12 IJPEGOrgType no
|
22476
|
+
13 IJPEGDispType no
|
22477
|
+
14 IJPEGRotate no
|
22478
|
+
15 IJPEGMirrorFlip no
|
22479
|
+
16 ImageColorSwitchable no
|
22480
|
+
17 ThermalColorPalette no
|
22481
|
+
32 IRDataSize no
|
22482
|
+
40 IRDataFormat no
|
22483
|
+
42 IRImageWidth no
|
22484
|
+
44 IRImageHeight no
|
22485
|
+
46 IRImageBpp no
|
22486
|
+
48 TempDataSize no
|
22487
|
+
56 TempDataFormat no
|
22488
|
+
58 TempImageWidth no
|
22489
|
+
60 TempImageHeight no
|
22490
|
+
62 TempImageBpp no
|
22491
|
+
64 VisibleDataSize no
|
22492
|
+
72 VisibleDataFormat no
|
22493
|
+
74 VisibleImageWidth no
|
22494
|
+
76 VisibleImageHeight no
|
22495
|
+
78 VisibleImageBpp no
|
22496
|
+
|
22335
22497
|
=head2 Stim Tags
|
22336
22498
|
|
22337
22499
|
These tags are part of the CIPA Stereo Still Image specification, and are
|
@@ -22395,6 +22557,54 @@ L<http://www.scalado.com/>.)
|
|
22395
22557
|
'SPMO' DataLength? no
|
22396
22558
|
'WDTH' PreviewImageWidth no
|
22397
22559
|
|
22560
|
+
=head2 InfiRay Tags
|
22561
|
+
|
22562
|
+
=head3 InfiRay Factory Tags
|
22563
|
+
|
22564
|
+
This table lists tags found in the InfiRay APP4 IJPEG camera factory
|
22565
|
+
defaults and calibration data.
|
22566
|
+
|
22567
|
+
Index1 Tag Name Writable
|
22568
|
+
------ -------- --------
|
22569
|
+
0 IJPEGTempVersion no
|
22570
|
+
4 FactDefEmissivity no
|
22571
|
+
5 FactDefTau no
|
22572
|
+
6 FactDefTa no
|
22573
|
+
8 FactDefTu no
|
22574
|
+
10 FactDefDist no
|
22575
|
+
12 FactDefA0 no
|
22576
|
+
16 FactDefB0 no
|
22577
|
+
20 FactDefA1 no
|
22578
|
+
24 FactDefB1 no
|
22579
|
+
28 FactDefP0 no
|
22580
|
+
32 FactDefP1 no
|
22581
|
+
36 FactDefP2 no
|
22582
|
+
68 FactRelSensorTemp no
|
22583
|
+
70 FactRelShutterTemp no
|
22584
|
+
72 FactRelLensTemp no
|
22585
|
+
100 FactStatusGain no
|
22586
|
+
101 FactStatusEnvOK no
|
22587
|
+
102 FactStatusDistOK no
|
22588
|
+
103 FactStatusTempMap no
|
22589
|
+
|
22590
|
+
=head3 InfiRay Picture Tags
|
22591
|
+
|
22592
|
+
This table lists tags found in the InfiRay APP5 IJPEG picture temperature
|
22593
|
+
information.
|
22594
|
+
|
22595
|
+
Index1 Tag Name Writable
|
22596
|
+
------ -------- --------
|
22597
|
+
0 EnvironmentTemp no
|
22598
|
+
4 Distance no
|
22599
|
+
8 Emissivity no
|
22600
|
+
12 Humidity no
|
22601
|
+
16 ReferenceTemp no
|
22602
|
+
32 TempUnit no
|
22603
|
+
33 ShowCenterTemp no
|
22604
|
+
34 ShowMaxTemp no
|
22605
|
+
35 ShowMinTemp no
|
22606
|
+
36 TempMeasureCount no
|
22607
|
+
|
22398
22608
|
=head2 GoPro Tags
|
22399
22609
|
|
22400
22610
|
=head3 GoPro GPMF Tags
|
@@ -22541,6 +22751,20 @@ Tags extracted from the MP4 "fdsc" timed metadata when the ExtractEmbedded
|
|
22541
22751
|
87 OtherSerialNumber no
|
22542
22752
|
102 Model no
|
22543
22753
|
|
22754
|
+
=head2 InfiRay Tags
|
22755
|
+
|
22756
|
+
=head3 InfiRay MixMode Tags
|
22757
|
+
|
22758
|
+
This table lists tags found in the InfiRay APP6 IJPEG visual-infrared mixing
|
22759
|
+
mode section.
|
22760
|
+
|
22761
|
+
Index1 Tag Name Writable
|
22762
|
+
------ -------- --------
|
22763
|
+
0 MixMode no
|
22764
|
+
1 FusionIntensity no
|
22765
|
+
5 OffsetAdjustment no
|
22766
|
+
9 CorrectionAsix no
|
22767
|
+
|
22544
22768
|
=head2 Qualcomm Tags
|
22545
22769
|
|
22546
22770
|
The tags below have been observed in the JPEG APP7 "Qualcomm Camera
|
@@ -23739,6 +23963,56 @@ even if it is not listed in this table.
|
|
23739
23963
|
YhiYloCorK1 no
|
23740
23964
|
YhiYloCorK2 no
|
23741
23965
|
|
23966
|
+
=head2 InfiRay Tags
|
23967
|
+
|
23968
|
+
=head3 InfiRay OpMode Tags
|
23969
|
+
|
23970
|
+
This table lists tags found in the InfiRay APP7 IJPEG camera operation mode
|
23971
|
+
section.
|
23972
|
+
|
23973
|
+
Index1 Tag Name Writable
|
23974
|
+
------ -------- --------
|
23975
|
+
0 WorkingMode no
|
23976
|
+
1 IntegralTime no
|
23977
|
+
5 IntegratTimeHdr no
|
23978
|
+
9 GainStable no
|
23979
|
+
10 TempControlEnable no
|
23980
|
+
11 DeviceTemp no
|
23981
|
+
|
23982
|
+
=head3 InfiRay Isothermal Tags
|
23983
|
+
|
23984
|
+
This table lists tags found in the InfiRay APP8 IJPEG picture isothermal
|
23985
|
+
information.
|
23986
|
+
|
23987
|
+
Index1 Tag Name Writable
|
23988
|
+
------ -------- --------
|
23989
|
+
0 IsothermalMax no
|
23990
|
+
4 IsothermalMin no
|
23991
|
+
8 ChromaBarMax no
|
23992
|
+
12 ChromaBarMin no
|
23993
|
+
|
23994
|
+
=head3 InfiRay Sensor Tags
|
23995
|
+
|
23996
|
+
This table lists tags found in the InfiRay APP9 IJPEG sensor information
|
23997
|
+
chunk.
|
23998
|
+
|
23999
|
+
Index1 Tag Name Writable
|
24000
|
+
------ -------- --------
|
24001
|
+
0 IRSensorManufacturer no
|
24002
|
+
64 IRSensorName no
|
24003
|
+
128 IRSensorPartNumber no
|
24004
|
+
192 IRSensorSerialNumber no
|
24005
|
+
256 IRSensorFirmware no
|
24006
|
+
320 IRSensorAperture no
|
24007
|
+
324 IRFocalLength no
|
24008
|
+
384 VisibleSensorManufacturer no
|
24009
|
+
448 VisibleSensorName no
|
24010
|
+
512 VisibleSensorPartNumber no
|
24011
|
+
576 VisibleSensorSerialNumber no
|
24012
|
+
640 VisibleSensorFirmware no
|
24013
|
+
704 VisibleSensorAperture no
|
24014
|
+
708 VisibleFocalLength no
|
24015
|
+
|
23742
24016
|
=head2 Jpeg2000 Tags
|
23743
24017
|
|
23744
24018
|
The tags below are found in JPEG 2000 images and the JUMBF metadata in JPEG
|
@@ -25876,6 +26150,7 @@ check if speed is more of a concern.
|
|
25876
26150
|
'acTL' AnimationControl PNG AnimationControl
|
25877
26151
|
'bKGD' BackgroundColor no
|
25878
26152
|
'cHRM' PrimaryChromaticities PNG PrimaryChromaticities
|
26153
|
+
'cICP' CICodePoints PNG CICodePoints
|
25879
26154
|
'caBX' JUMBF Jpeg2000
|
25880
26155
|
'dSIG' DigitalSignature no
|
25881
26156
|
'eXIf' eXIf EXIF
|
@@ -25940,6 +26215,18 @@ L<https://wiki.mozilla.org/APNG_Specification> for details.
|
|
25940
26215
|
6 BlueX no
|
25941
26216
|
7 BlueY no
|
25942
26217
|
|
26218
|
+
=head3 PNG CICodePoints Tags
|
26219
|
+
|
26220
|
+
These tags are found in the PNG cICP chunk and belong to the PNG-cICP family
|
26221
|
+
1 group.
|
26222
|
+
|
26223
|
+
Index1 Tag Name Writable
|
26224
|
+
------ -------- --------
|
26225
|
+
0 ColorPrimaries no
|
26226
|
+
1 TransferCharacteristics no
|
26227
|
+
2 MatrixCoefficients no
|
26228
|
+
3 VideoFullRangeFlag no
|
26229
|
+
|
25943
26230
|
=head3 PNG TextualData Tags
|
25944
26231
|
|
25945
26232
|
The PNG TextualData format allows arbitrary tag names to be used. The tags
|
@@ -26403,12 +26690,13 @@ Tags extracted from DPX (Digital Picture Exchange) images.
|
|
26403
26690
|
|
26404
26691
|
=head2 OpenEXR Tags
|
26405
26692
|
|
26406
|
-
Information extracted from EXR images.
|
26407
|
-
|
26693
|
+
Information extracted from EXR images. Use the ExtractEmbedded option to
|
26694
|
+
extract information from all frames of a multipart image. See
|
26695
|
+
L<http://www.openexr.com/> for the official specification.
|
26408
26696
|
|
26409
26697
|
Tag ID Tag Name Writable
|
26410
26698
|
------ -------- --------
|
26411
|
-
'
|
26699
|
+
'_flags' Flags no
|
26412
26700
|
'_ver' EXRVersion no
|
26413
26701
|
'adoptedNeutral' AdoptedNeutral no
|
26414
26702
|
'altitude' GPSAltitude no
|
@@ -26416,6 +26704,7 @@ the official specification.
|
|
26416
26704
|
'capDate' DateTimeOriginal no
|
26417
26705
|
'channels' Channels no
|
26418
26706
|
'chromaticities' Chromaticities no
|
26707
|
+
'chunkCount' ChunkCount no
|
26419
26708
|
'comments' Comments no
|
26420
26709
|
'compression' Compression no
|
26421
26710
|
'dataWindow' DataWindow no
|
@@ -26431,6 +26720,7 @@ the official specification.
|
|
26431
26720
|
'longitude' GPSLongitude no
|
26432
26721
|
'lookModTransform' LookModTransform no
|
26433
26722
|
'multiView' MultiView no
|
26723
|
+
'name' Name no
|
26434
26724
|
'owner' Owner no
|
26435
26725
|
'pixelAspectRatio' PixelAspectRatio no
|
26436
26726
|
'preview' Preview no
|
@@ -26439,7 +26729,9 @@ the official specification.
|
|
26439
26729
|
'screenWindowWidth' ScreenWindowWidth no
|
26440
26730
|
'tiles' Tiles no
|
26441
26731
|
'timeCode' TimeCode no
|
26732
|
+
'type' Type no
|
26442
26733
|
'utcOffset' TimeZone no
|
26734
|
+
'version' Version no
|
26443
26735
|
'whiteLuminance' WhiteLuminance no
|
26444
26736
|
'worldToCamera' WorldToCamera no
|
26445
26737
|
'worldToNDC' WorldToNDC no
|
@@ -27516,6 +27808,11 @@ QuickTime-based files; it extracts other track-specific and timed metadata,
|
|
27516
27808
|
but can not yet edit tags in these locations (with the exception of
|
27517
27809
|
track-level date/time tags).
|
27518
27810
|
|
27811
|
+
Beware that the Keys tags are actually stored inside the ItemList in the
|
27812
|
+
file, so deleting the ItemList group as a block (ie. C<-ItemList:all=>) also
|
27813
|
+
deletes Keys tags. Instead, to preserve Keys tags the ItemList tags may be
|
27814
|
+
deleted individually with C<-QuickTime:ItemList:all=>.
|
27815
|
+
|
27519
27816
|
Alternate language tags may be accessed for
|
27520
27817
|
L<ItemList|Image::ExifTool::TagNames/QuickTime ItemList Tags> and
|
27521
27818
|
L<Keys|Image::ExifTool::TagNames/QuickTime Keys Tags> tags by adding
|
@@ -37221,6 +37518,17 @@ name. See L<http://tools.ietf.org/html/rfc5545> for the official iCalendar
|
|
37221
37518
|
'X-wr-relcalid' CalendarID no
|
37222
37519
|
'X-wr-timezone' TimeZone2 no
|
37223
37520
|
|
37521
|
+
=head3 VCard VNote Tags
|
37522
|
+
|
37523
|
+
Tags extracted from V-Note VNT files.
|
37524
|
+
|
37525
|
+
Tag ID Tag Name Writable
|
37526
|
+
------ -------- --------
|
37527
|
+
'Body' Body no
|
37528
|
+
'Dcreated' CreateDate no
|
37529
|
+
'Last-modified' ModifyDate no
|
37530
|
+
'Version' Version no
|
37531
|
+
|
37224
37532
|
=head2 Text Tags
|
37225
37533
|
|
37226
37534
|
Although basic text files contain no metadata, the following tags are
|
@@ -38009,6 +38317,8 @@ values, may created via the ExifTool configuration file.
|
|
38009
38317
|
OriginalDecisionData OriginalDecisionDataOffset yes!
|
38010
38318
|
OtherImage OtherImageStart yes
|
38011
38319
|
OtherImageLength
|
38320
|
+
OtherImageStart (1)
|
38321
|
+
OtherImageLength (1)
|
38012
38322
|
PeakSpectralSensitivity FLIR:PlanckB no
|
38013
38323
|
PreviewImage PreviewImageStart yes
|
38014
38324
|
PreviewImageLength
|