exiftool_vendored 12.96.0 → 12.98.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 +22 -1
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +2 -2
- data/bin/exiftool +35 -21
- data/bin/lib/File/RandomAccess.pm +5 -2
- data/bin/lib/Image/ExifTool/Canon.pm +1 -0
- data/bin/lib/Image/ExifTool/FujiFilm.pm +23 -1
- data/bin/lib/Image/ExifTool/InDesign.pm +18 -3
- data/bin/lib/Image/ExifTool/Jpeg2000.pm +3 -2
- data/bin/lib/Image/ExifTool/M2TS.pm +8 -0
- data/bin/lib/Image/ExifTool/Nikon.pm +355 -62
- data/bin/lib/Image/ExifTool/NikonCustom.pm +421 -11
- data/bin/lib/Image/ExifTool/QuickTime.pm +7 -6
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +1 -0
- data/bin/lib/Image/ExifTool/Sony.pm +6 -1
- data/bin/lib/Image/ExifTool/TagLookup.pm +4831 -4816
- data/bin/lib/Image/ExifTool/TagNames.pod +193 -6
- data/bin/lib/Image/ExifTool/WritePDF.pl +47 -21
- data/bin/lib/Image/ExifTool/XMP.pm +8 -3
- data/bin/lib/Image/ExifTool/XMP2.pl +1 -1
- data/bin/lib/Image/ExifTool.pm +11 -8
- data/bin/perl-Image-ExifTool.spec +1 -1
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +2 -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 28148 tags, with 17486 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
|
@@ -5878,7 +5878,7 @@ These tags belong to the ExifTool XMP-pmi family 1 group.
|
|
5878
5878
|
|
5879
5879
|
Publishing Requirements for Industry Standard Metadata 3.0 namespace
|
5880
5880
|
tags. (see
|
5881
|
-
L<https://www.w3.org/Submission/2020/SUBM-prism-20200910/prism-basic.html
|
5881
|
+
L<https://www.w3.org/Submission/2020/SUBM-prism-20200910/prism-basic.html>)
|
5882
5882
|
|
5883
5883
|
These tags belong to the ExifTool XMP-prism family 1 group.
|
5884
5884
|
|
@@ -13487,6 +13487,9 @@ RAF-format information.
|
|
13487
13487
|
0x0110 RawImageCropTopLeft no
|
13488
13488
|
0x0111 RawImageCroppedSize no
|
13489
13489
|
0x0115 RawImageAspectRatio no
|
13490
|
+
0x0117 RawZoomActive no
|
13491
|
+
0x0118 RawZoomTopLeft no
|
13492
|
+
0x0119 RawZoomSize no
|
13490
13493
|
0x0121 RawImageSize no
|
13491
13494
|
0x0130 FujiLayout no
|
13492
13495
|
0x0131 XTransLayout no
|
@@ -15745,6 +15748,7 @@ DiMAGE X and Xt.
|
|
15745
15748
|
ShotInfoD500 Nikon ShotInfoD500
|
15746
15749
|
ShotInfoD6 Nikon ShotInfoD6
|
15747
15750
|
ShotInfoD610 Nikon ShotInfoD610
|
15751
|
+
ShotInfoZ6III Nikon ShotInfoZ6III
|
15748
15752
|
ShotInfoZ7II Nikon ShotInfoZ7II
|
15749
15753
|
ShotInfoZ8 Nikon ShotInfoZ8
|
15750
15754
|
ShotInfoZ9 Nikon ShotInfoZ9
|
@@ -16571,6 +16575,86 @@ These tags are extracted from encrypted data in images from the D610.
|
|
16571
16575
|
4 FirmwareVersion no
|
16572
16576
|
1999 CustomSettingsD610 NikonCustom SettingsD610
|
16573
16577
|
|
16578
|
+
=head3 Nikon ShotInfoZ6III Tags
|
16579
|
+
|
16580
|
+
These tags are extracted from encrypted data in images from the Z6III.
|
16581
|
+
|
16582
|
+
Index Tag Name Writable
|
16583
|
+
----- -------- --------
|
16584
|
+
0 ShotInfoVersion no
|
16585
|
+
4 FirmwareVersion no
|
16586
|
+
136 OrientationOffset Nikon OrientationInfo
|
16587
|
+
144 MenuOffset Nikon MenuSettingsZ6III
|
16588
|
+
|
16589
|
+
=head3 Nikon MenuSettingsZ6III Tags
|
16590
|
+
|
16591
|
+
These tags are used by the Z6III.
|
16592
|
+
|
16593
|
+
Index1 Tag Name Writable
|
16594
|
+
------ -------- --------
|
16595
|
+
364 HighFrameRate int8u
|
16596
|
+
444 MultipleExposureMode int8u
|
16597
|
+
446 MultiExposureShots int8u
|
16598
|
+
476 IntervalDurationHours int32u
|
16599
|
+
480 IntervalDurationMinutes int32u
|
16600
|
+
484 IntervalDurationSeconds int32u
|
16601
|
+
492 Intervals int32u
|
16602
|
+
496 ShotsPerInterval int32u
|
16603
|
+
500 IntervalExposureSmoothing int8u
|
16604
|
+
502 IntervalPriority int8u
|
16605
|
+
536 FocusShiftNumberShots int8u
|
16606
|
+
540 FocusShiftStepWidth int8u
|
16607
|
+
544 FocusShiftInterval int8u~
|
16608
|
+
548 FocusShiftExposureLock int8u
|
16609
|
+
648 AutoISO int8u
|
16610
|
+
650 ISOAutoHiLimit? int16u
|
16611
|
+
718 DiffractionCompensation int8u
|
16612
|
+
719 AutoDistortionControl int8u
|
16613
|
+
720 FlickerReductionShooting int8u
|
16614
|
+
722 NikonMeteringMode int8u
|
16615
|
+
724 FlashControlMode int8u
|
16616
|
+
730 FlashGNDistance? no
|
16617
|
+
734 FlashOutput? int8u
|
16618
|
+
742 FlashWirelessOption? int8u
|
16619
|
+
744 FlashRemoteControl? int8u
|
16620
|
+
748 FlashMasterControlMode int8u
|
16621
|
+
750 FlashMasterCompensation? int8s
|
16622
|
+
754 FlashMasterOutput? int8u
|
16623
|
+
832 AFAreaMode int8u
|
16624
|
+
834 VRMode int8u
|
16625
|
+
838 BracketSet int8u
|
16626
|
+
840 BracketProgram int8u
|
16627
|
+
842 BracketIncrement int8u
|
16628
|
+
852 HDR int8u
|
16629
|
+
858 SecondarySlotFunction int8u
|
16630
|
+
864 HDRLevel int8u
|
16631
|
+
868 Slot2JpgSize? int8u
|
16632
|
+
878 SubjectDetection int8u
|
16633
|
+
880 DynamicAFAreaSize int8u
|
16634
|
+
884 ToneMap? int8u
|
16635
|
+
888 PortraitImpressionBalance int8u
|
16636
|
+
902 HighFrequencyFlickerReduction? int8u
|
16637
|
+
904 PixelShiftShooting int8u
|
16638
|
+
906 PixelShiftNumberShots int8u
|
16639
|
+
908 PixelShiftDelay int8u~
|
16640
|
+
910 PixelShiftInterval int8u~
|
16641
|
+
1002 SubjectDetectionAreaMF int8u
|
16642
|
+
1004 LinkVRToFocusPoint? int8u
|
16643
|
+
1046 MovieSlowMotion? int8u
|
16644
|
+
1050 MovieType int8u
|
16645
|
+
1162 MovieFrameSize? int8u
|
16646
|
+
1164 MovieFrameRate? int8u
|
16647
|
+
1255 CustomSettingsZ6III NikonCustom SettingsZ6III
|
16648
|
+
2300 Language? int8u
|
16649
|
+
2302 TimeZone int8u
|
16650
|
+
2308 MonitorBrightness? int8u
|
16651
|
+
2444 EmptySlotRelease? int8u
|
16652
|
+
2450 EnergySavingMode? int8u
|
16653
|
+
2476 USBPowerDelivery? int8u
|
16654
|
+
2480 SaveFocusPosition? int8u
|
16655
|
+
2487 SilentPhotography? int8u
|
16656
|
+
2496 AirplaneMode? int8u
|
16657
|
+
|
16574
16658
|
=head3 Nikon ShotInfoZ7II Tags
|
16575
16659
|
|
16576
16660
|
These tags are extracted from encrypted data in images from the Z7II.
|
@@ -17445,7 +17529,7 @@ Tags found in the encrypted LensData from cameras such as the Z6 and Z7.
|
|
17445
17529
|
20 EffectiveMaxAperture int8u
|
17446
17530
|
47 NewLensData undef[17]
|
17447
17531
|
48 LensID int16u
|
17448
|
-
|
17532
|
+
52 LensFirmwareVersion int16u~
|
17449
17533
|
54 MaxAperture int16u
|
17450
17534
|
56 FNumber int16u
|
17451
17535
|
60 FocalLength int16u
|
@@ -17454,6 +17538,7 @@ Tags found in the encrypted LensData from cameras such as the Z6 and Z7.
|
|
17454
17538
|
86 LensDriveEnd? int8u
|
17455
17539
|
88 FocusStepsFromInfinity? int8u
|
17456
17540
|
90 LensPositionAbsolute int32s
|
17541
|
+
95 LensMountType int8u & 0x01
|
17457
17542
|
|
17458
17543
|
=head3 Nikon LensDataUnknown Tags
|
17459
17544
|
|
@@ -19051,6 +19136,108 @@ Custom settings for the D610.
|
|
19051
19136
|
21.2 ShootingInfoMonitorOffTime int8u & 0x1c
|
19052
19137
|
35.1 PlaybackMonitorOffTime int8u & 0xe0
|
19053
19138
|
|
19139
|
+
=head3 NikonCustom SettingsZ6III Tags
|
19140
|
+
|
19141
|
+
Custom settings for the Z6III.
|
19142
|
+
|
19143
|
+
Index1 Tag Name Writable
|
19144
|
+
------ -------- --------
|
19145
|
+
3 AF-CPrioritySelection int8u
|
19146
|
+
5 AF-SPrioritySelection int8u
|
19147
|
+
7 BlockShotAFResponse int8u
|
19148
|
+
11 AFPointSel int8u
|
19149
|
+
13 StoreByOrientation int8u
|
19150
|
+
15 AFActivation int8u
|
19151
|
+
16 AF-OnOutOfFocusRelease? int8u
|
19152
|
+
17 LimitAF-AreaModeSelPinpoint? int8u
|
19153
|
+
19 LimitAF-AreaModeSelWideAF_S? int8u
|
19154
|
+
20 LimitAF-AreaModeSelWideAF_L? int8u
|
19155
|
+
21 LimitAFAreaModeSelAuto? int8u
|
19156
|
+
22 FocusPointWrap? int8u
|
19157
|
+
23 ManualFocusPointIllumination? int8u
|
19158
|
+
24 DynamicAreaAFAssist? int8u
|
19159
|
+
26 AF-AssistIlluminator int8u
|
19160
|
+
27 ManualFocusRingInAFMode int8u
|
19161
|
+
29 ExposureControlStepSize int8u
|
19162
|
+
31 EasyExposureCompensation int8u
|
19163
|
+
33 CenterWeightedAreaSize int8u
|
19164
|
+
35 FineTuneOptMatrixMetering int8s
|
19165
|
+
37 FineTuneOptCenterWeighted int8s
|
19166
|
+
39 FineTuneOptSpotMetering int8s
|
19167
|
+
41 FineTuneOptHighlightWeighted int8s
|
19168
|
+
43 ShutterReleaseButtonAE-L int8u
|
19169
|
+
45 SelfTimerTime int8u
|
19170
|
+
49 SelfTimerShotCount int8u
|
19171
|
+
53 SelfTimerShotInterval int8u
|
19172
|
+
55 PlaybackMonitorOffTime int8u
|
19173
|
+
57 MenuMonitorOffTime int8u
|
19174
|
+
59 ImageReviewMonitorOffTime int8u
|
19175
|
+
61 ShootingInfoMonitorOffTime int8u
|
19176
|
+
63 CLModeShootingSpeed int8u
|
19177
|
+
65 MaxContinuousRelease no
|
19178
|
+
69 SyncReleaseMode? int8u
|
19179
|
+
75 LimitSelectableImageAreaDX? int8u
|
19180
|
+
76 LimitSelectableImageArea1To1? int8u
|
19181
|
+
77 LimitSelectableImageArea16To9? int8u
|
19182
|
+
78 FileNumberSequence int8u
|
19183
|
+
81 FocusPeakingLevel? int8u
|
19184
|
+
83 FocusPeakingHighlightColor? int8u
|
19185
|
+
85 ContinuousModeDisplay int8u
|
19186
|
+
87 FlashSyncSpeed no
|
19187
|
+
89 HighSpeedSync int8u
|
19188
|
+
91 FlashShutterSpeed no
|
19189
|
+
93 FlashExposureCompArea int8u
|
19190
|
+
95 AutoFlashISOSensitivity int8u
|
19191
|
+
97 ModelingFlash int8u
|
19192
|
+
99 AutoBracketModeM int8u
|
19193
|
+
101 AutoBracketOrder int8u
|
19194
|
+
103 Func1Button int8u
|
19195
|
+
119 Func2Button int8u
|
19196
|
+
135 AFOnButton int8u
|
19197
|
+
147 SubSelector? int8u
|
19198
|
+
159 AssignMovieRecordButton? int8u
|
19199
|
+
163 LensFunc1Button int8u
|
19200
|
+
171 LensFunc2Button int8u
|
19201
|
+
177 LensControlRing int8u
|
19202
|
+
179 MultiSelectorShootMode int8u
|
19203
|
+
183 MultiSelectorPlaybackMode int8u
|
19204
|
+
187 ShutterSpeedLock int8u
|
19205
|
+
188 ApertureLock int8u
|
19206
|
+
190 CmdDialsReverseRotation int8u
|
19207
|
+
195 UseDialWithoutHold? int8u
|
19208
|
+
197 ReverseIndicators? int8u
|
19209
|
+
199 MovieFunc1Button int8u
|
19210
|
+
205 MovieFunc2Button int8u
|
19211
|
+
211 MovieAF-OnButton int8u
|
19212
|
+
223 MovieLensControlRing int8u
|
19213
|
+
225 MovieMultiSelector? int8u
|
19214
|
+
229 MovieAFSpeed int8u
|
19215
|
+
231 MovieAFSpeedApply int8u
|
19216
|
+
233 MovieAFTrackingSensitivity int8u
|
19217
|
+
241 LCDIllumination? int8u
|
19218
|
+
242 ExtendedShutterSpeeds int8u
|
19219
|
+
245 FocusPointPersistence int8u
|
19220
|
+
257 FlashBurstPriority? int8u
|
19221
|
+
319 LimitAF-AreaModeSelDynamic_S? int8u
|
19222
|
+
320 LimitAF-AreaModeSelDynamic_M? int8u
|
19223
|
+
321 LimitAF-AreaModeSelDynamic_L? int8u
|
19224
|
+
323 LimitAF-AreaModeSel3DTracking? int8u
|
19225
|
+
325 PlaybackFlickUp? int8u
|
19226
|
+
329 PlaybackFlickDown? int8u
|
19227
|
+
333 ISOStepSize int8u
|
19228
|
+
340 TouchFn? int8u
|
19229
|
+
341 TouchFnRole? int8u
|
19230
|
+
345 TouchFnAreaWide? int8u
|
19231
|
+
347 TouchFnAreaTall? int8u
|
19232
|
+
350 EVFImageFrame? int8u
|
19233
|
+
351 EVFGrid? int8u
|
19234
|
+
353 VirtualHorizonStyle? int8u
|
19235
|
+
415 Func1ButtonPlaybackMode? int8u
|
19236
|
+
417 Func2ButtonPlaybackMode? int8u
|
19237
|
+
431 MovieRecordButtonPlaybackMode? int8u
|
19238
|
+
463 ControlRingResponse int8u
|
19239
|
+
559 FocusPeakingDisplay? int8u
|
19240
|
+
|
19054
19241
|
=head3 NikonCustom SettingsZ8 Tags
|
19055
19242
|
|
19056
19243
|
Custom settings for the Z8.
|
@@ -25921,7 +26108,7 @@ the image undisplayable.
|
|
25921
26108
|
------ -------- --------
|
25922
26109
|
0 MajorBrand no
|
25923
26110
|
1 MinorVersion no
|
25924
|
-
2 CompatibleBrands no
|
26111
|
+
2 CompatibleBrands no+
|
25925
26112
|
|
25926
26113
|
=head3 Jpeg2000 ImageHeader Tags
|
25927
26114
|
|
@@ -30043,7 +30230,7 @@ Tags found in Pittasoft Blackvue dashcam "free" data.
|
|
30043
30230
|
------ -------- --------
|
30044
30231
|
0 MajorBrand no
|
30045
30232
|
1 MinorVersion no
|
30046
|
-
2 CompatibleBrands no
|
30233
|
+
2 CompatibleBrands no+
|
30047
30234
|
|
30048
30235
|
=head3 QuickTime OtherMeta Tags
|
30049
30236
|
|
@@ -31093,7 +31280,7 @@ Tags found in TomTom Bandit Action Cam MP4 videos.
|
|
31093
31280
|
'TTAD' TomTomAD QuickTime Stream
|
31094
31281
|
'TTHL' TomTomHL? no
|
31095
31282
|
'TTID' TomTomID no
|
31096
|
-
'TTVD' TomTomVD no
|
31283
|
+
'TTVD' TomTomVD no+
|
31097
31284
|
'TTVI' TomTomVI? no
|
31098
31285
|
|
31099
31286
|
=head3 QuickTime HintTrackInfo Tags
|
@@ -184,11 +184,19 @@ sub GetFreeEntries($)
|
|
184
184
|
{
|
185
185
|
my $dict = shift;
|
186
186
|
my %xrefFree;
|
187
|
-
#
|
188
|
-
# so we can simplify things for now and only support this type of entry
|
187
|
+
# we write xref stream entries in 'CNn' or 'CNNn' format (with 8-byte 'NN' offset),
|
189
188
|
my $w = $$dict{W};
|
190
|
-
if (ref $w eq 'ARRAY'
|
191
|
-
my $
|
189
|
+
if (ref $w eq 'ARRAY') {
|
190
|
+
my $bytes = "@$w";
|
191
|
+
my $fmt;
|
192
|
+
if ($bytes eq '1 4 2') {
|
193
|
+
$fmt = 'CNn';
|
194
|
+
} elsif ($bytes eq '1 8 2') {
|
195
|
+
$fmt = 'CNNn';
|
196
|
+
} else {
|
197
|
+
return \%xrefFree;
|
198
|
+
}
|
199
|
+
my $size = $$dict{_entry_size}; # this will be 7 for 'CNn' or 11 for 'CNNn'
|
192
200
|
my $index = $$dict{Index};
|
193
201
|
my $len = length $$dict{_stream};
|
194
202
|
# scan the table for free objects
|
@@ -200,7 +208,12 @@ sub GetFreeEntries($)
|
|
200
208
|
my $count = $$index[$i*2+1];
|
201
209
|
for ($j=0; $j<$count; ++$j) {
|
202
210
|
last if $pos + $size > $len;
|
203
|
-
my @t = unpack("x$pos
|
211
|
+
my @t = unpack("x$pos $fmt", $$dict{_stream});
|
212
|
+
if (@t == 4) {
|
213
|
+
$t[1] = $t[1] * 4294967296 + $t[2];
|
214
|
+
$t[2] = $t[3];
|
215
|
+
@t = 3;
|
216
|
+
}
|
204
217
|
# add entry if object was free
|
205
218
|
$xrefFree{$start+$j} = [ $t[1], $t[2], 'f' ] if $t[0] == 0;
|
206
219
|
$pos += $size; # step to next entry
|
@@ -657,24 +670,37 @@ sub WritePDF($$)
|
|
657
670
|
$newXRef{$nextObject++} = [ Tell($outfile) - $$et{PDFBase} + length($/), 0, 'n' ];
|
658
671
|
$$mainDict{Size} = $nextObject;
|
659
672
|
# create xref stream and Index entry
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
my
|
666
|
-
|
667
|
-
$
|
668
|
-
|
669
|
-
|
670
|
-
$
|
671
|
-
|
673
|
+
my $bits = 4;
|
674
|
+
Restart: for (;;) {
|
675
|
+
$$mainDict{W} = [ 1, $bits, 2 ]; # int8u, int32u/int64u, int16u ('CNn' or 'CNNn')
|
676
|
+
$$mainDict{Index} = [ ];
|
677
|
+
$$mainDict{_stream} = '';
|
678
|
+
my @ids = sort { $a <=> $b } keys %newXRef;
|
679
|
+
while (@ids) {
|
680
|
+
my $startID = $ids[0];
|
681
|
+
for (;;) {
|
682
|
+
$id = shift @ids;
|
683
|
+
my ($pos, $gen, $type) = @{$newXRef{$id}};
|
684
|
+
if ($pos > 0xffffffff) {
|
685
|
+
if ($bits == 4) {
|
686
|
+
# switch to 64-bit integer offsets
|
687
|
+
$bits = 8;
|
688
|
+
next Restart;
|
689
|
+
}
|
690
|
+
}
|
691
|
+
if ($bits == 4) {
|
692
|
+
$$mainDict{_stream} .= pack('CNn', $type eq 'f' ? 0 : 1, $pos, $gen);
|
693
|
+
} else {
|
694
|
+
my $hi = int($pos / 4294967296);
|
695
|
+
my $lo = $pos - $hi * 4294967296;
|
696
|
+
$$mainDict{_stream} .= pack('CNNn', $type eq 'f' ? 0 : 1, $hi, $lo, $gen);
|
697
|
+
}
|
698
|
+
last if not @ids or $ids[0] != $id + 1;
|
672
699
|
}
|
673
|
-
|
674
|
-
|
700
|
+
# add Index entries for this section of the xref stream
|
701
|
+
push @{$$mainDict{Index}}, $startID, $id - $startID + 1;
|
675
702
|
}
|
676
|
-
|
677
|
-
push @{$$mainDict{Index}}, $startID, $id - $startID + 1;
|
703
|
+
last;
|
678
704
|
}
|
679
705
|
# write the xref stream object
|
680
706
|
$keyExt = "$id 0 obj"; # (set anyway, but xref stream should NOT be encrypted)
|
@@ -50,7 +50,7 @@ use Image::ExifTool::Exif;
|
|
50
50
|
use Image::ExifTool::GPS;
|
51
51
|
require Exporter;
|
52
52
|
|
53
|
-
$VERSION = '3.
|
53
|
+
$VERSION = '3.67';
|
54
54
|
@ISA = qw(Exporter);
|
55
55
|
@EXPORT_OK = qw(EscapeXML UnescapeXML);
|
56
56
|
|
@@ -3777,8 +3777,13 @@ sub ParseXMPElement($$$;$$$$)
|
|
3777
3777
|
|
3778
3778
|
# extract property attributes
|
3779
3779
|
my ($parseResource, %attrs, @attrs);
|
3780
|
-
|
3781
|
-
|
3780
|
+
# this hangs Perl (v5.18.4) for a specific capture string [patched in ExifTool 12.98]
|
3781
|
+
# while ($attrs =~ m/(\S+?)\s*=\s*(['"])(.*?)\2/sg) {
|
3782
|
+
while ($attrs =~ /(\S+?)\s*=\s*(['"])/g) {
|
3783
|
+
my ($attr, $quote) = ($1, $2);
|
3784
|
+
my $p0 = pos($attrs);
|
3785
|
+
last unless $attrs =~ /$quote/g;
|
3786
|
+
my $val = substr($attrs, $p0, pos($attrs)-$p0-1);
|
3782
3787
|
# handle namespace prefixes (defined by xmlns:PREFIX, or used with PREFIX:tag)
|
3783
3788
|
if ($attr =~ /(.*?):/) {
|
3784
3789
|
if ($1 eq 'xmlns') {
|
@@ -871,7 +871,7 @@ my %prismPublicationDate = (
|
|
871
871
|
NOTES => q{
|
872
872
|
Publishing Requirements for Industry Standard Metadata 3.0 namespace
|
873
873
|
tags. (see
|
874
|
-
L<https://www.w3.org/Submission/2020/SUBM-prism-20200910/prism-basic.html
|
874
|
+
L<https://www.w3.org/Submission/2020/SUBM-prism-20200910/prism-basic.html>)
|
875
875
|
},
|
876
876
|
academicField => { }, # (3.0)
|
877
877
|
aggregateIssueNumber => { Writable => 'integer' }, # (3.0)
|
data/bin/lib/Image/ExifTool.pm
CHANGED
@@ -29,7 +29,7 @@ use vars qw($VERSION $RELEASE @ISA @EXPORT_OK %EXPORT_TAGS $AUTOLOAD @fileTypes
|
|
29
29
|
%jpegMarker %specialTags %fileTypeLookup $testLen $exeDir
|
30
30
|
%static_vars $advFmtSelf);
|
31
31
|
|
32
|
-
$VERSION = '12.
|
32
|
+
$VERSION = '12.98';
|
33
33
|
$RELEASE = '';
|
34
34
|
@ISA = qw(Exporter);
|
35
35
|
%EXPORT_TAGS = (
|
@@ -1466,12 +1466,12 @@ my %systemTagsNotes = (
|
|
1466
1466
|
PrintConv => sub {
|
1467
1467
|
my ($mask, $val) = (0400, oct(shift));
|
1468
1468
|
my %types = (
|
1469
|
-
0010000 => 'p',
|
1470
|
-
0020000 => 'c',
|
1471
|
-
0040000 => 'd',
|
1472
|
-
0060000 => 'b',
|
1473
|
-
0120000 => 'l',
|
1474
|
-
0140000 => 's',
|
1469
|
+
0010000 => 'p', # FIFO
|
1470
|
+
0020000 => 'c', # character special file
|
1471
|
+
0040000 => 'd', # directory
|
1472
|
+
0060000 => 'b', # block special file
|
1473
|
+
0120000 => 'l', # sym link
|
1474
|
+
0140000 => 's', # socket link
|
1475
1475
|
);
|
1476
1476
|
my $str = $types{$val & 0170000} || '-';
|
1477
1477
|
while ($mask) {
|
@@ -7290,7 +7290,10 @@ sub ProcessJPEG($$;$)
|
|
7290
7290
|
last; # all done parsing file
|
7291
7291
|
} elsif (defined $markerLenBytes{$marker}) {
|
7292
7292
|
# handle other stand-alone markers and segments we skipped over
|
7293
|
-
$verbose and $marker
|
7293
|
+
if ($verbose and $marker) {
|
7294
|
+
next if $verbose < 4 and ($marker & 0xf8) == 0xd0;
|
7295
|
+
print $out "${indent}JPEG $markerName\n";
|
7296
|
+
}
|
7294
7297
|
next;
|
7295
7298
|
} elsif ($marker == 0xdb and length($$segDataPt) and # DQT
|
7296
7299
|
# save the DQT data only if JPEGDigest has been requested
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: exiftool_vendored
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 12.
|
4
|
+
version: 12.98.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matthew McEachen
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-10-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: exiftool
|