exiftool_vendored 13.22.0 → 13.25.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 +34 -1
- data/bin/MANIFEST +5 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +46 -46
- data/bin/exiftool +53 -53
- data/bin/lib/Image/ExifTool/Apple.pm +12 -2
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +2 -2
- data/bin/lib/Image/ExifTool/DarwinCore.pm +22 -11
- data/bin/lib/Image/ExifTool/GPS.pm +3 -3
- data/bin/lib/Image/ExifTool/Geolocation.dat +0 -0
- data/bin/lib/Image/ExifTool/JPEG.pm +4 -0
- data/bin/lib/Image/ExifTool/Nikon.pm +142 -746
- data/bin/lib/Image/ExifTool/PCAP.pm +462 -0
- data/bin/lib/Image/ExifTool/PLIST.pm +2 -2
- data/bin/lib/Image/ExifTool/Plot.pm +3 -2
- data/bin/lib/Image/ExifTool/Protobuf.pm +3 -1
- data/bin/lib/Image/ExifTool/Qualcomm.pm +78 -1
- data/bin/lib/Image/ExifTool/QuickTime.pm +12 -4
- data/bin/lib/Image/ExifTool/Sony.pm +18 -5
- data/bin/lib/Image/ExifTool/TagLookup.pm +165 -148
- data/bin/lib/Image/ExifTool/TagNames.pod +132 -219
- data/bin/lib/Image/ExifTool/Validate.pm +4 -4
- data/bin/lib/Image/ExifTool/WriteExif.pl +4 -4
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +10 -3
- data/bin/lib/Image/ExifTool/Writer.pl +9 -9
- data/bin/lib/Image/ExifTool/XMP.pm +17 -3
- data/bin/lib/Image/ExifTool.pm +36 -15
- data/bin/lib/Image/ExifTool.pod +52 -86
- data/bin/perl-Image-ExifTool.spec +45 -45
- 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 28422 tags, with 17656 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
|
@@ -125,6 +125,7 @@ L<https://www.w3.org/Graphics/JPEG/jfif3.pdf> for the JPEG specification.
|
|
125
125
|
PreviewImage no
|
126
126
|
'APP4' Scalado Scalado
|
127
127
|
FPXR FlashPix
|
128
|
+
QualcommDualCamera Qualcomm DualCamera
|
128
129
|
InfiRayFactory InfiRay Factory
|
129
130
|
ThermalParams DJI ThermalParams
|
130
131
|
ThermalParams2 DJI ThermalParams2
|
@@ -7831,6 +7832,8 @@ Tags extracted from the maker notes of iPhone images.
|
|
7831
7832
|
0x0042 SemanticStylePreset no
|
7832
7833
|
0x004e Apple_0x004e? no
|
7833
7834
|
0x004f Apple_0x004f? no
|
7835
|
+
0x0054 Apple_0x0054? no
|
7836
|
+
0x005a Apple_0x005a? no
|
7834
7837
|
|
7835
7838
|
=head3 Apple RunTime Tags
|
7836
7839
|
|
@@ -15153,7 +15156,7 @@ Tags written by some Nikon GPS-equipped cameras like the AW100.
|
|
15153
15156
|
|
15154
15157
|
Index1 Tag Name Writable
|
15155
15158
|
------ -------- --------
|
15156
|
-
0
|
15159
|
+
0 FirmwareVersion56 no
|
15157
15160
|
4 BurstGroupID int16u
|
15158
15161
|
|
15159
15162
|
=head3 Nikon AFInfo Tags
|
@@ -15810,80 +15813,17 @@ These tags are extracted from encrypted data in images from the Z8.
|
|
15810
15813
|
|
15811
15814
|
Index1 Tag Name Writable
|
15812
15815
|
------ -------- --------
|
15813
|
-
16
|
15816
|
+
16 MenuSettingsOffsetZ8v1 Nikon MenuSettingsZ8v1
|
15814
15817
|
MenuSettingsOffsetZ8v2 -
|
15815
15818
|
Nikon MenuSettingsZ8v2
|
15816
15819
|
|
15817
|
-
=head3 Nikon
|
15820
|
+
=head3 Nikon MenuSettingsZ8v1 Tags
|
15818
15821
|
|
15819
|
-
These tags are used by the Z8 firmware 1.00.
|
15822
|
+
These tags are used by the Z8 firmware 1.00 and 1.10.
|
15820
15823
|
|
15821
15824
|
Index1 Tag Name Writable
|
15822
15825
|
------ -------- --------
|
15823
|
-
|
15824
|
-
152 MultipleExposureMode int8u
|
15825
|
-
154 MultiExposureShots int8u
|
15826
|
-
184 IntervalDurationHours int32u
|
15827
|
-
188 IntervalDurationMinutes int32u
|
15828
|
-
192 IntervalDurationSeconds int32u
|
15829
|
-
200 Intervals int32u
|
15830
|
-
204 ShotsPerInterval int32u
|
15831
|
-
208 IntervalExposureSmoothing int8u
|
15832
|
-
210 IntervalPriority int8u
|
15833
|
-
244 FocusShiftNumberShots int8u
|
15834
|
-
248 FocusShiftStepWidth int8u
|
15835
|
-
252 FocusShiftInterval int8u~
|
15836
|
-
256 FocusShiftExposureLock? int8u
|
15837
|
-
286 PhotoShootingMenuBank int8u
|
15838
|
-
288 ExtendedMenuBanks int8u
|
15839
|
-
324 PhotoShootingMenuBankImageArea int8u
|
15840
|
-
338 AutoISO int8u
|
15841
|
-
340 ISOAutoHiLimit? int16u
|
15842
|
-
342 ISOAutoFlashLimit? int16u
|
15843
|
-
350 ISOAutoShutterTime no
|
15844
|
-
432 MovieVignetteControl? int8u
|
15845
|
-
434 DiffractionCompensation int8u
|
15846
|
-
436 FlickerReductionShooting int8u
|
15847
|
-
440 FlashControlMode int8u
|
15848
|
-
548 AFAreaMode int8u
|
15849
|
-
550 VRMode int8u
|
15850
|
-
554 BracketSet int8u
|
15851
|
-
556 BracketProgram int8u
|
15852
|
-
558 BracketIncrement int8u
|
15853
|
-
570 HDR int8u
|
15854
|
-
576 SecondarySlotFunction int8u
|
15855
|
-
582 HDRLevel int8u
|
15856
|
-
586 Slot2JpgSize? int8u
|
15857
|
-
592 DXCropAlert int8u
|
15858
|
-
594 SubjectDetection int8u
|
15859
|
-
596 DynamicAFAreaSize int8u
|
15860
|
-
618 ToneMap? int8u
|
15861
|
-
622 PortraitImpressionBalance int8u
|
15862
|
-
636 HighFrequencyFlickerReduction? int8u
|
15863
|
-
730 MovieImageArea? int8u & 0x01
|
15864
|
-
740 MovieType? int8u
|
15865
|
-
742 MovieISOAutoHiLimit? int16u
|
15866
|
-
744 MovieISOAutoControlManualMode? int8u
|
15867
|
-
746 MovieISOAutoManualMode? int16u
|
15868
|
-
820 MovieActiveD-Lighting? int8u
|
15869
|
-
822 MovieHighISONoiseReduction? int8u
|
15870
|
-
828 MovieFlickerReduction int8u
|
15871
|
-
830 MovieMeteringMode? int8u
|
15872
|
-
832 MovieFocusMode? int8u
|
15873
|
-
834 MovieAFAreaMode int8u
|
15874
|
-
836 MovieVRMode? int8u
|
15875
|
-
840 MovieElectronicVR? int8u
|
15876
|
-
842 MovieSoundRecording? int8u
|
15877
|
-
844 MicrophoneSensitivity? int8u
|
15878
|
-
846 MicrophoneAttenuator? int8u
|
15879
|
-
848 MicrophoneFrequencyResponse? int8u
|
15880
|
-
850 WindNoiseReduction? int8u
|
15881
|
-
882 MovieFrameSize? int8u
|
15882
|
-
884 MovieFrameRate? int8u
|
15883
|
-
886 MicrophoneJackPower? int8u
|
15884
|
-
887 MovieDXCropAlert? int8u
|
15885
|
-
888 MovieSubjectDetection? int8u
|
15886
|
-
896 MovieHighResZoom? int8u
|
15826
|
+
0 MenuSettingsZ8 Nikon MenuSettingsZ8
|
15887
15827
|
943 CustomSettingsZ8 NikonCustom SettingsZ8
|
15888
15828
|
1684 TimeZone int8u
|
15889
15829
|
1690 MonitorBrightness? int8u
|
@@ -15936,9 +15876,9 @@ These tags are used by the Z8 firmware 1.00.
|
|
15936
15876
|
1890 USBPowerDelivery? int8u
|
15937
15877
|
1899 SensorShield? int8u
|
15938
15878
|
|
15939
|
-
=head3 Nikon
|
15879
|
+
=head3 Nikon MenuSettingsZ8 Tags
|
15940
15880
|
|
15941
|
-
These tags are
|
15881
|
+
These tags are common to all Z8 firmware versions.
|
15942
15882
|
|
15943
15883
|
Index1 Tag Name Writable
|
15944
15884
|
------ -------- --------
|
@@ -16000,12 +15940,20 @@ These tags are used by the Z8 firmware 1.00.
|
|
16000
15940
|
846 MicrophoneAttenuator? int8u
|
16001
15941
|
848 MicrophoneFrequencyResponse? int8u
|
16002
15942
|
850 WindNoiseReduction? int8u
|
16003
|
-
|
16004
|
-
|
15943
|
+
882 MovieFrameSize? int8u
|
15944
|
+
884 MovieFrameRate? int8u
|
16005
15945
|
886 MicrophoneJackPower? int8u
|
16006
15946
|
887 MovieDXCropAlert? int8u
|
16007
15947
|
888 MovieSubjectDetection? int8u
|
16008
15948
|
896 MovieHighResZoom? int8u
|
15949
|
+
|
15950
|
+
=head3 Nikon MenuSettingsZ8v2 Tags
|
15951
|
+
|
15952
|
+
These tags are used by the Z8 firmware 2.00 and 2.10.
|
15953
|
+
|
15954
|
+
Index1 Tag Name Writable
|
15955
|
+
------ -------- --------
|
15956
|
+
0 MenuSettingsZ8 Nikon MenuSettingsZ8
|
16009
15957
|
943 CustomSettingsZ8 NikonCustom SettingsZ8
|
16010
15958
|
1698 Language? int8u
|
16011
15959
|
1700 TimeZone int8u
|
@@ -16099,8 +16047,6 @@ These tags are extracted from encrypted data in images from the Z9.
|
|
16099
16047
|
MenuSettingsOffsetZ9v4 Nikon MenuSettingsZ9v3
|
16100
16048
|
-
|
16101
16049
|
Nikon MenuSettingsZ9v4
|
16102
|
-
-
|
16103
|
-
Nikon MenuSettingsZ9v5
|
16104
16050
|
|
16105
16051
|
=head3 Nikon MenuSettingsZ9 Tags
|
16106
16052
|
|
@@ -16262,7 +16208,7 @@ These tags are used by the Z9 firmware 3.00.
|
|
16262
16208
|
|
16263
16209
|
=head3 Nikon MenuSettingsZ9v4 Tags
|
16264
16210
|
|
16265
|
-
These tags are used by the Z9 firmware 4.
|
16211
|
+
These tags are used by the Z9 firmware 4.00, 4.10, 5.00 and 5.10.
|
16266
16212
|
|
16267
16213
|
Index1 Tag Name Writable
|
16268
16214
|
------ -------- --------
|
@@ -16402,148 +16348,6 @@ These tags are used by the Z9 firmware 4.0.0 and 4.1.0.
|
|
16402
16348
|
2070 BracketButtonPlaybackMode int8u
|
16403
16349
|
2072 FlashModeButtonPlaybackMode int8u
|
16404
16350
|
|
16405
|
-
=head3 Nikon MenuSettingsZ9v5 Tags
|
16406
|
-
|
16407
|
-
These tags are used by the Z9 firmware 5.1.
|
16408
|
-
|
16409
|
-
Index1 Tag Name Writable
|
16410
|
-
------ -------- --------
|
16411
|
-
72 HighFrameRate int8u
|
16412
|
-
158 MultipleExposureMode int8u
|
16413
|
-
160 MultiExposureShots int8u
|
16414
|
-
208 Intervals int32u
|
16415
|
-
212 ShotsPerInterval int32u
|
16416
|
-
252 FocusShiftNumberShots int8u
|
16417
|
-
256 FocusShiftStepWidth int8u
|
16418
|
-
260 FocusShiftInterval int8u~
|
16419
|
-
264 FocusShiftExposureLock? int8u
|
16420
|
-
294 PhotoShootingMenuBank int8u
|
16421
|
-
296 ExtendedMenuBanks int8u
|
16422
|
-
332 PhotoShootingMenuBankImageArea int8u
|
16423
|
-
346 AutoISO int8u
|
16424
|
-
348 ISOAutoHiLimit? int16u
|
16425
|
-
350 ISOAutoFlashLimit? int16u
|
16426
|
-
358 ISOAutoShutterTime no
|
16427
|
-
440 MovieVignetteControl? int8u
|
16428
|
-
442 DiffractionCompensation int8u
|
16429
|
-
444 FlickerReductionShooting int8u
|
16430
|
-
448 FlashControlMode int8u
|
16431
|
-
450 FlashMasterCompensation? int8s
|
16432
|
-
454 FlashGNDistance? no
|
16433
|
-
458 FlashOutput? int8u
|
16434
|
-
552 AFAreaMode int8u
|
16435
|
-
554 VRMode int8u
|
16436
|
-
558 BracketSet int8u
|
16437
|
-
560 BracketProgram int8u
|
16438
|
-
562 BracketIncrement int8u
|
16439
|
-
574 HDR int8u
|
16440
|
-
580 SecondarySlotFunction int8u
|
16441
|
-
586 HDRLevel int8u
|
16442
|
-
590 Slot2JpgSize? int8u
|
16443
|
-
596 DXCropAlert int8u
|
16444
|
-
598 SubjectDetection int8u
|
16445
|
-
600 DynamicAFAreaSize int8u
|
16446
|
-
640 HighFrequencyFlickerReduction? int8u
|
16447
|
-
650 MovieImageArea? int8u & 0x01
|
16448
|
-
660 MovieType? int8u
|
16449
|
-
662 MovieISOAutoHiLimit? int16u
|
16450
|
-
664 MovieISOAutoControlManualMode? int8u
|
16451
|
-
666 MovieISOAutoManualMode? int16u
|
16452
|
-
740 MovieActiveD-Lighting? int8u
|
16453
|
-
742 MovieHighISONoiseReduction? int8u
|
16454
|
-
748 MovieFlickerReduction int8u
|
16455
|
-
750 MovieMeteringMode? int8u
|
16456
|
-
752 MovieFocusMode? int8u
|
16457
|
-
754 MovieAFAreaMode int8u
|
16458
|
-
756 MovieVRMode? int8u
|
16459
|
-
760 MovieElectronicVR? int8u
|
16460
|
-
762 MovieSoundRecording? int8u
|
16461
|
-
764 MicrophoneSensitivity? int8u
|
16462
|
-
766 MicrophoneAttenuator? int8u
|
16463
|
-
768 MicrophoneFrequencyResponse? int8u
|
16464
|
-
770 WindNoiseReduction? int8u
|
16465
|
-
792 MovieToneMap? int8u
|
16466
|
-
798 MovieFrameSize? int8u
|
16467
|
-
800 MovieFrameRate? int8u
|
16468
|
-
806 MicrophoneJackPower? int8u
|
16469
|
-
807 MovieDXCropAlert? int8u
|
16470
|
-
808 MovieSubjectDetection? int8u
|
16471
|
-
816 MovieHighResZoom? int8u
|
16472
|
-
851 CustomSettingsZ9v4 NikonCustom SettingsZ9v4
|
16473
|
-
1502 Language? int8u
|
16474
|
-
1504 TimeZone int8u
|
16475
|
-
1510 MonitorBrightness? int8u
|
16476
|
-
1532 AFFineTune? int8u
|
16477
|
-
1536 NonCPULens1FocalLength? int16s~
|
16478
|
-
1540 NonCPULens2FocalLength? int16s~
|
16479
|
-
1542 NonCPULens3FocalLength? int16s~
|
16480
|
-
1548 NonCPULens4FocalLength? int16s~
|
16481
|
-
1552 NonCPULens5FocalLength? int16s~
|
16482
|
-
1556 NonCPULens6FocalLength? int16s~
|
16483
|
-
1560 NonCPULens7FocalLength? int16s~
|
16484
|
-
1564 NonCPULens8FocalLength? int16s~
|
16485
|
-
1568 NonCPULens9FocalLength? int16s~
|
16486
|
-
1572 NonCPULens10FocalLength? int16s~
|
16487
|
-
1576 NonCPULens11FocalLength? int16s~
|
16488
|
-
1580 NonCPULens12FocalLength? int16s~
|
16489
|
-
1584 NonCPULens13FocalLength? int16s~
|
16490
|
-
1588 NonCPULens14FocalLength? int16s~
|
16491
|
-
1592 NonCPULens15FocalLength? int16s~
|
16492
|
-
1596 NonCPULens16FocalLength? int16s~
|
16493
|
-
1600 NonCPULens17FocalLength? int16s~
|
16494
|
-
1604 NonCPULens18FocalLength? int16s~
|
16495
|
-
1608 NonCPULens19FocalLength? int16s~
|
16496
|
-
1612 NonCPULens20FocalLength? int16s~
|
16497
|
-
1616 NonCPULens1MaxAperture? int16s~
|
16498
|
-
1620 NonCPULens2MaxAperture? int16s~
|
16499
|
-
1624 NonCPULens3MaxAperture? int16s~
|
16500
|
-
1628 NonCPULens4MaxAperture? int16s~
|
16501
|
-
1632 NonCPULens5MaxAperture? int16s~
|
16502
|
-
1636 NonCPULens6MaxAperture? int16s~
|
16503
|
-
1640 NonCPULens7MaxAperture? int16s~
|
16504
|
-
1644 NonCPULens8MaxAperture? int16s~
|
16505
|
-
1648 NonCPULens9MaxAperture? int16s~
|
16506
|
-
1652 NonCPULens10MaxAperture? int16s~
|
16507
|
-
1656 NonCPULens11MaxAperture? int16s~
|
16508
|
-
1660 NonCPULens12MaxAperture? int16s~
|
16509
|
-
1664 NonCPULens13MaxAperture? int16s~
|
16510
|
-
1668 NonCPULens14MaxAperture? int16s~
|
16511
|
-
1672 NonCPULens15MaxAperture? int16s~
|
16512
|
-
1676 NonCPULens16MaxAperture? int16s~
|
16513
|
-
1680 NonCPULens17MaxAperture? int16s~
|
16514
|
-
1684 NonCPULens18MaxAperture? int16s~
|
16515
|
-
1688 NonCPULens19MaxAperture? int16s~
|
16516
|
-
1692 NonCPULens20MaxAperture? int16s~
|
16517
|
-
1708 HDMIOutputResolution int8u
|
16518
|
-
1721 SetClockFromLocationData? int8u
|
16519
|
-
1728 AirplaneMode? int8u
|
16520
|
-
1729 EmptySlotRelease? int8u
|
16521
|
-
1764 EnergySavingMode? int8u
|
16522
|
-
1788 RecordLocationData? int8u
|
16523
|
-
1792 USBPowerDelivery? int8u
|
16524
|
-
1801 SensorShield? int8u
|
16525
|
-
1866 AutoCapturePreset int8u
|
16526
|
-
1868 FocusShiftAutoReset? int8u
|
16527
|
-
1926 PreReleaseBurstLength int8u
|
16528
|
-
1928 PostReleaseBurstLength int8u
|
16529
|
-
1942 VerticalISOButton int8u
|
16530
|
-
1944 ExposureCompensationButton int8u
|
16531
|
-
1946 ISOButton int8u
|
16532
|
-
2006 ViewModeShowEffectsOfSettings? int8u
|
16533
|
-
2008 DispButton int8u
|
16534
|
-
2052 ExposureDelay fixed32u~
|
16535
|
-
2056 CommandDialFrameAdvanceZoom? int8u
|
16536
|
-
2058 SubCommandDialFrameAdvanceZoom? int8u
|
16537
|
-
2060 PlaybackButton int8u
|
16538
|
-
2062 WBButton int8u
|
16539
|
-
2064 BracketButton int8u
|
16540
|
-
2066 FlashModeButton int8u
|
16541
|
-
2068 LensFunc1ButtonPlaybackMode int8u
|
16542
|
-
2070 LensFunc2ButtonPlaybackMode int8u
|
16543
|
-
2072 PlaybackButtonPlaybackMode int8u
|
16544
|
-
2074 BracketButtonPlaybackMode int8u
|
16545
|
-
2076 FlashModeButtonPlaybackMode int8u
|
16546
|
-
|
16547
16351
|
=head3 Nikon ShotInfo Tags
|
16548
16352
|
|
16549
16353
|
This information is encrypted for ShotInfoVersion 02xx, and some tags are
|
@@ -26516,6 +26320,57 @@ even if it is not listed in this table.
|
|
26516
26320
|
YhiYloCorK1 no
|
26517
26321
|
YhiYloCorK2 no
|
26518
26322
|
|
26323
|
+
=head3 Qualcomm DualCamera Tags
|
26324
|
+
|
26325
|
+
Found in JPEG APP4 "Qualcomm Dual Camera Attributes" written by some Nokia
|
26326
|
+
phones.
|
26327
|
+
|
26328
|
+
Tag Name Writable
|
26329
|
+
-------- --------
|
26330
|
+
AF_ROIHeight no
|
26331
|
+
AF_ROILeft no
|
26332
|
+
AF_ROITop no
|
26333
|
+
AF_ROIWidth no
|
26334
|
+
CAMIFCropHeight no
|
26335
|
+
CAMIFCropLeft no
|
26336
|
+
CAMIFCropTop no
|
26337
|
+
CAMIFCropWidth no
|
26338
|
+
CAMIF_ROIMapHeight no
|
26339
|
+
CAMIF_ROIMapLeft no
|
26340
|
+
CAMIF_ROIMapTop no
|
26341
|
+
CAMIF_ROIMapWidth no
|
26342
|
+
CPPCropHeight no
|
26343
|
+
CPPCropLeft no
|
26344
|
+
CPPCropTop no
|
26345
|
+
CPPCropWidth no
|
26346
|
+
CPP_ROIMapHeight no
|
26347
|
+
CPP_ROIMapLeft no
|
26348
|
+
CPP_ROIMapTop no
|
26349
|
+
CPP_ROIMapWidth no
|
26350
|
+
CurrentPipelineMirrorFlipSetting no
|
26351
|
+
CurrentPipelineRotationSetting no
|
26352
|
+
DDMCropHeight no
|
26353
|
+
DDMCropLeft no
|
26354
|
+
DDMCropTop no
|
26355
|
+
DDMCropWidth no
|
26356
|
+
FocalLengthRatio no
|
26357
|
+
ISPCropHeight no
|
26358
|
+
ISPCropLeft no
|
26359
|
+
ISPCropTop no
|
26360
|
+
ISPCropWidth no
|
26361
|
+
ISP_ROIMapHeight no
|
26362
|
+
ISP_ROIMapLeft no
|
26363
|
+
ISP_ROIMapTop no
|
26364
|
+
ISP_ROIMapWidth no
|
26365
|
+
SensorCropHeight no
|
26366
|
+
SensorCropLeft no
|
26367
|
+
SensorCropTop no
|
26368
|
+
SensorCropWidth no
|
26369
|
+
SensorROIMapHeight no
|
26370
|
+
SensorROIMapLeft no
|
26371
|
+
SensorROIMapTop no
|
26372
|
+
SensorROIMapWidth no
|
26373
|
+
|
26519
26374
|
=head2 Jpeg2000 Tags
|
26520
26375
|
|
26521
26376
|
The tags below are found in JPEG 2000 images and the C2PA CAI JUMBF metadata
|
@@ -26813,6 +26668,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
26813
26668
|
EventID string/_
|
26814
26669
|
EventRemarks lang-alt_
|
26815
26670
|
EventTime string_
|
26671
|
+
EventEventType string_
|
26816
26672
|
EventFieldNotes string_
|
26817
26673
|
EventFieldNumber string_
|
26818
26674
|
EventHabitat string_
|
@@ -26855,6 +26711,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
26855
26711
|
HumanObservationEventID string/_
|
26856
26712
|
HumanObservationEventRemarks lang-alt_
|
26857
26713
|
HumanObservationEventTime string_
|
26714
|
+
HumanObservationEventType string_
|
26858
26715
|
HumanObservationFieldNotes string_
|
26859
26716
|
HumanObservationFieldNumber string_
|
26860
26717
|
HumanObservationHabitat string_
|
@@ -26889,6 +26746,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
26889
26746
|
MachineObservationEventID string/_
|
26890
26747
|
MachineObservationEventRemarks lang-alt_
|
26891
26748
|
MachineObservationEventTime string_
|
26749
|
+
MachineObservationEventType string_
|
26892
26750
|
MachineObservationFieldNotes string_
|
26893
26751
|
MachineObservationFieldNumber string_
|
26894
26752
|
MachineObservationHabitat string_
|
@@ -26914,6 +26772,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
26914
26772
|
MeasurementType string_
|
26915
26773
|
MeasurementUnit string_
|
26916
26774
|
MeasurementValue string_
|
26775
|
+
ParentMeasurementID string_
|
26917
26776
|
Occurrence DarwinCore Occurrence Struct
|
26918
26777
|
OccurrenceAssociatedMedia string_
|
26919
26778
|
OccurrenceAssociatedOccurrences string_
|
@@ -26921,6 +26780,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
26921
26780
|
OccurrenceAssociatedSequences string_
|
26922
26781
|
OccurrenceAssociatedTaxa string_
|
26923
26782
|
OccurrenceBehavior string_
|
26783
|
+
OccurrenceCaste string_
|
26924
26784
|
OccurrenceCatalogNumber string_
|
26925
26785
|
OccurrenceDegreeOfEstablishment string_
|
26926
26786
|
OccurrenceDisposition string_
|
@@ -26944,6 +26804,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
26944
26804
|
OccurrenceRecordNumber string_
|
26945
26805
|
OccurrenceReproductiveCondition string_
|
26946
26806
|
OccurrenceSex string_
|
26807
|
+
OccurrenceVitality string_
|
26947
26808
|
Organism DarwinCore Organism Struct
|
26948
26809
|
OrganismAssociatedOccurrences string_
|
26949
26810
|
OrganismAssociatedOrganisms string_
|
@@ -26981,8 +26842,10 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
26981
26842
|
TaxonClass string_
|
26982
26843
|
TaxonCultivarEpithet string_
|
26983
26844
|
TaxonFamily string_
|
26845
|
+
TaxonGenericName string_
|
26984
26846
|
TaxonGenus string_
|
26985
26847
|
TaxonHigherClassification string_
|
26848
|
+
TaxonInfragenericEpithet string_
|
26986
26849
|
TaxonInfraspecificEpithet string_
|
26987
26850
|
TaxonKingdom string_
|
26988
26851
|
TaxonNameAccordingTo string_
|
@@ -27002,12 +26865,16 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
27002
26865
|
TaxonScientificNameAuthorship string_
|
27003
26866
|
TaxonScientificNameID string_
|
27004
26867
|
TaxonSpecificEpithet string_
|
26868
|
+
TaxonSubFamily string_
|
27005
26869
|
TaxonSubgenus string_
|
26870
|
+
TaxonSubTribe string_
|
26871
|
+
TaxonSuperFamily string_
|
27006
26872
|
TaxonConceptID string_
|
27007
26873
|
TaxonID string_
|
27008
26874
|
TaxonTaxonomicStatus string_
|
27009
26875
|
TaxonRank string_
|
27010
26876
|
TaxonRemarks string_
|
26877
|
+
TaxonTribe string_
|
27011
26878
|
TaxonVerbatimTaxonRank string_
|
27012
26879
|
TaxonVernacularName lang-alt_
|
27013
26880
|
|
@@ -27072,6 +26939,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
27072
26939
|
EventID string
|
27073
26940
|
EventRemarks lang-alt
|
27074
26941
|
EventTime string
|
26942
|
+
EventType string
|
27075
26943
|
FieldNotes string
|
27076
26944
|
FieldNumber string
|
27077
26945
|
Habitat string
|
@@ -27143,6 +27011,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
27143
27011
|
MeasurementType string
|
27144
27012
|
MeasurementUnit string
|
27145
27013
|
MeasurementValue string
|
27014
|
+
ParentMeasurementID string
|
27146
27015
|
|
27147
27016
|
=head3 DarwinCore Occurrence Struct
|
27148
27017
|
|
@@ -27154,6 +27023,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
27154
27023
|
AssociatedSequences string
|
27155
27024
|
AssociatedTaxa string
|
27156
27025
|
Behavior string
|
27026
|
+
Caste string
|
27157
27027
|
CatalogNumber string
|
27158
27028
|
DegreeOfEstablishment string
|
27159
27029
|
Disposition string
|
@@ -27177,6 +27047,7 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
27177
27047
|
RecordedByID string
|
27178
27048
|
ReproductiveCondition string
|
27179
27049
|
Sex string
|
27050
|
+
Vitality string
|
27180
27051
|
|
27181
27052
|
=head3 DarwinCore Organism Struct
|
27182
27053
|
|
@@ -27228,8 +27099,10 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
27228
27099
|
Class string
|
27229
27100
|
CultivarEpithet string
|
27230
27101
|
Family string
|
27102
|
+
GenericName string
|
27231
27103
|
Genus string
|
27232
27104
|
HigherClassification string
|
27105
|
+
InfragenericEpithet string
|
27233
27106
|
InfraspecificEpithet string
|
27234
27107
|
Kingdom string
|
27235
27108
|
NameAccordingTo string
|
@@ -27249,12 +27122,16 @@ These tags belong to the ExifTool XMP-dwc family 1 group.
|
|
27249
27122
|
ScientificNameAuthorship string
|
27250
27123
|
ScientificNameID string
|
27251
27124
|
SpecificEpithet string
|
27125
|
+
SubFamily string
|
27126
|
+
SubTribe string
|
27252
27127
|
Subgenus string
|
27128
|
+
SuperFamily string
|
27253
27129
|
TaxonConceptID string
|
27254
27130
|
TaxonID string
|
27255
27131
|
TaxonRank string
|
27256
27132
|
TaxonRemarks string
|
27257
27133
|
TaxonomicStatus string
|
27134
|
+
Tribe string
|
27258
27135
|
VerbatimTaxonRank string
|
27259
27136
|
VernacularName lang-alt
|
27260
27137
|
|
@@ -31145,7 +31022,7 @@ and are not currently writable.
|
|
31145
31022
|
'hvcC' HEVCConfiguration QuickTime HEVCConfig
|
31146
31023
|
'irot' Rotation int8u!
|
31147
31024
|
'ispe' ImageSpatialExtent no
|
31148
|
-
'pasp' PixelAspectRatio int32u!
|
31025
|
+
'pasp' PixelAspectRatio int32u[2]!
|
31149
31026
|
'pixi' ImagePixelDepth no
|
31150
31027
|
'rloc' RelativeLocation no
|
31151
31028
|
|
@@ -40298,6 +40175,42 @@ Information extracted from MS Shell Link (Windows shortcut) files.
|
|
40298
40175
|
------ -------- --------
|
40299
40176
|
8 CodePage no
|
40300
40177
|
|
40178
|
+
=head2 PCAP Tags
|
40179
|
+
|
40180
|
+
Tags extracted from CAP, PCAP and PCAPNG Packet Capture files.
|
40181
|
+
|
40182
|
+
Tag ID Tag Name Writable
|
40183
|
+
------ -------- --------
|
40184
|
+
0x0001 Comment no
|
40185
|
+
0x0bac CustomOption1 no
|
40186
|
+
0x0bad CustomOption2 no
|
40187
|
+
0x4bac CustomOption3 no
|
40188
|
+
0x4bad CustomOption3 no
|
40189
|
+
'ByteOrder' ByteOrder no
|
40190
|
+
'IDB-2' DeviceName no
|
40191
|
+
'IDB-3' Description no
|
40192
|
+
'IDB-4' IPv4Addr no
|
40193
|
+
'IDB-5' IPv6Addr no
|
40194
|
+
'IDB-6' MACAddr no
|
40195
|
+
'IDB-7' EUIAddr no
|
40196
|
+
'IDB-8' Speed no
|
40197
|
+
'IDB-9' TimeStampResolution no
|
40198
|
+
'IDB-10' TimeZone no
|
40199
|
+
'IDB-11' Filter no
|
40200
|
+
'IDB-12' OperatingSytem no
|
40201
|
+
'IDB-13' FCSLen no
|
40202
|
+
'IDB-14' TimeStampOffset no
|
40203
|
+
'IDB-15' Hardware no
|
40204
|
+
'IDB-16' TXSpeed no
|
40205
|
+
'IDB-17' RXSpeed no
|
40206
|
+
'IDB-18' TimezoneName no
|
40207
|
+
'LinkType' LinkType no
|
40208
|
+
'PCAPVersion' PCAPVersion no
|
40209
|
+
'SHB-2' Hardware no
|
40210
|
+
'SHB-3' OperatingSytem no
|
40211
|
+
'SHB-4' UserApplication no
|
40212
|
+
'TimeStamp' TimeStamp no
|
40213
|
+
|
40301
40214
|
=head2 Font Tags
|
40302
40215
|
|
40303
40216
|
This table contains a collection of tags found in font files of various
|
@@ -188,10 +188,10 @@ my %validValue = (
|
|
188
188
|
0x115 => undef, # SamplesPerPixel
|
189
189
|
0x116 => undef, # RowsPerStrip
|
190
190
|
0x117 => undef, # StripByteCounts
|
191
|
-
0x11a => 'defined $val', # XResolution
|
192
|
-
0x11b => 'defined $val', # YResolution
|
191
|
+
# (optional as of 3.0) 0x11a => 'defined $val', # XResolution
|
192
|
+
# (optional as of 3.0) 0x11b => 'defined $val', # YResolution
|
193
193
|
0x11c => undef, # PlanarConfiguration
|
194
|
-
0x128 => '$val =~ /^[123]$/', # ResolutionUnit
|
194
|
+
# (optional as of 3.0) 0x128 => '$val =~ /^[123]$/', # ResolutionUnit
|
195
195
|
0x201 => undef, # JPEGInterchangeFormat
|
196
196
|
0x202 => undef, # JPEGInterchangeFormatLength
|
197
197
|
0x212 => undef, # YCbCrSubSampling
|
@@ -218,7 +218,7 @@ my %validValue = (
|
|
218
218
|
ExifIFD => {
|
219
219
|
0x9000 => 'defined $val and $val =~ /^\d{4}$/', # ExifVersion
|
220
220
|
0x9101 => 'defined $val', # ComponentsConfiguration
|
221
|
-
0xa000 => 'defined $val', # FlashpixVersion
|
221
|
+
# (optional as of 3.0) 0xa000 => 'defined $val', # FlashpixVersion
|
222
222
|
0xa001 => '$val == 1 or $val == 0xffff', # ColorSpace
|
223
223
|
0xa002 => 'defined $val', # PixelXDimension
|
224
224
|
0xa003 => 'defined $val', # PixelYDimension
|
@@ -25,9 +25,9 @@ my %crossDelete = (
|
|
25
25
|
# mandatory tag default values
|
26
26
|
my %mandatory = (
|
27
27
|
IFD0 => {
|
28
|
-
|
29
|
-
|
30
|
-
|
28
|
+
# (optional as of 3.0) 0x011a => 72, # XResolution
|
29
|
+
# (optional as of 3.0) 0x011b => 72, # YResolution
|
30
|
+
# (optional as of 3.0) 0x0128 => 2, # ResolutionUnit (inches)
|
31
31
|
0x0213 => 1, # YCbCrPositioning (centered)
|
32
32
|
# 0x8769 => ????, # ExifOffset
|
33
33
|
},
|
@@ -40,7 +40,7 @@ my %mandatory = (
|
|
40
40
|
ExifIFD => {
|
41
41
|
0x9000 => '0232', # ExifVersion
|
42
42
|
0x9101 => "1 2 3 0",# ComponentsConfiguration
|
43
|
-
|
43
|
+
# (optional as of 3.0) 0xa000 => '0100', # FlashpixVersion
|
44
44
|
0xa001 => 0xffff, # ColorSpace (uncalibrated)
|
45
45
|
# 0xa002 => ????, # ExifImageWidth
|
46
46
|
# 0xa003 => ????, # ExifImageHeight
|
@@ -1208,7 +1208,11 @@ sub WriteQuickTime($$$)
|
|
1208
1208
|
if (defined $itemIndex and $$et{ItemInfo}) {
|
1209
1209
|
my $items = $$et{ItemInfo};
|
1210
1210
|
my ($id, $prop, $isPrimary);
|
1211
|
-
my $primary = $$et{PrimaryItem}
|
1211
|
+
my $primary = $$et{PrimaryItem};
|
1212
|
+
unless (defined $primary) {
|
1213
|
+
($primary) = sort { $a <=> $b } keys %{$$et{ItemInfo}} if $$et{ItemInfo};
|
1214
|
+
$primary = 0 unless defined $primary;
|
1215
|
+
}
|
1212
1216
|
my $pitem = $$items{$primary} || { };
|
1213
1217
|
$$pitem{RefersTo} or $$pitem{RefersTo} = { };
|
1214
1218
|
ItemID2: foreach $id (reverse sort { $a <=> $b } keys %$items) {
|
@@ -1512,7 +1516,10 @@ ItemID2: foreach $id (reverse sort { $a <=> $b } keys %$items) {
|
|
1512
1516
|
++$$et{CHANGED};
|
1513
1517
|
my $grp = $et->GetGroup($langInfo, 1);
|
1514
1518
|
$et->VerboseValue("- $grp:$$langInfo{Name}", $val);
|
1515
|
-
|
1519
|
+
unless (defined $newData and not $$didTag{$nvHash}) {
|
1520
|
+
# must not delete items from iprp because it will mess up the ordering
|
1521
|
+
next unless defined $itemIndex;
|
1522
|
+
}
|
1516
1523
|
$et->VerboseValue("+ $grp:$$langInfo{Name}", $newData);
|
1517
1524
|
# add back necessary header and encode as necessary
|
1518
1525
|
if (defined $lang) {
|
@@ -1541,7 +1548,7 @@ ItemID2: foreach $id (reverse sort { $a <=> $b } keys %$items) {
|
|
1541
1548
|
$newData = $et->Encode($newData, 'UTF8');
|
1542
1549
|
} elsif ($format and not $$tagInfo{Binary}) {
|
1543
1550
|
# format new value for writing
|
1544
|
-
$newData = WriteValue($newData, $format);
|
1551
|
+
$newData = WriteValue($newData, $format, $$tagInfo{Count});
|
1545
1552
|
}
|
1546
1553
|
}
|
1547
1554
|
$$didTag{$nvHash} = 1; # set flag so we don't add this tag again
|
@@ -1296,15 +1296,15 @@ sub SetNewValuesFromFile($$;@)
|
|
1296
1296
|
# ! option to decide how it is handled here. !
|
1297
1297
|
# +------------------------------------------+
|
1298
1298
|
foreach (qw(ByteUnit Charset CharsetEXIF CharsetFileName CharsetID3 CharsetIPTC
|
1299
|
-
CharsetPhotoshop Composite DateFormat Debug EncodeHangs Escape
|
1300
|
-
ExtractEmbedded FastScan Filter FixBase Geolocation
|
1301
|
-
GeolocFeature GeolocMinPop GeolocMaxDist
|
1302
|
-
HexTagIDs IgnoreGroups IgnoreMinorErrors
|
1303
|
-
|
1304
|
-
|
1305
|
-
|
1306
|
-
TimeZone Unknown UserParam
|
1307
|
-
XAttrTags XMPAutoConv))
|
1299
|
+
CharsetPhotoshop Composite DateFormat Debug EncodeHangs Escape
|
1300
|
+
ExtendedXMP ExtractEmbedded FastScan Filter FixBase Geolocation
|
1301
|
+
GeolocAltNames GeolocFeature GeolocMinPop GeolocMaxDist
|
1302
|
+
GlobalTimeShift GPSQuadrant HexTagIDs IgnoreGroups IgnoreMinorErrors
|
1303
|
+
IgnoreTags ImageHashType KeepUTCTime Lang LargeFileSupport
|
1304
|
+
LigoGPSScale ListItem ListSep MDItemTags MissingTagValue NoPDFList
|
1305
|
+
NoWarning Password PrintConv QuickTimeUTC RequestTags SaveFormat
|
1306
|
+
SavePath ScanForXMP StructFormat SystemTags TimeZone Unknown UserParam
|
1307
|
+
Validate WindowsLongPath WindowsWideFile XAttrTags XMPAutoConv))
|
1308
1308
|
{
|
1309
1309
|
$srcExifTool->Options($_ => $$options{$_});
|
1310
1310
|
}
|