exiftool-vendored.pl 12.49.0 → 12.50.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.
- package/bin/Changes +38 -3
- package/bin/MANIFEST +3 -0
- package/bin/META.json +1 -1
- package/bin/META.yml +1 -1
- package/bin/README +2 -2
- package/bin/exiftool +29 -23
- package/bin/lib/Image/ExifTool/BuildTagLookup.pm +7 -4
- package/bin/lib/Image/ExifTool/Canon.pm +13 -8
- package/bin/lib/Image/ExifTool/Exif.pm +6 -5
- package/bin/lib/Image/ExifTool/Geotag.pm +1 -1
- package/bin/lib/Image/ExifTool/ICO.pm +2 -0
- package/bin/lib/Image/ExifTool/IPTC.pm +5 -1
- package/bin/lib/Image/ExifTool/M2TS.pm +44 -1
- package/bin/lib/Image/ExifTool/MISB.pm +1 -1
- package/bin/lib/Image/ExifTool/Nikon.pm +193 -85
- package/bin/lib/Image/ExifTool/Olympus.pm +2 -1
- package/bin/lib/Image/ExifTool/Pentax.pm +7 -2
- package/bin/lib/Image/ExifTool/QuickTime.pm +45 -6
- package/bin/lib/Image/ExifTool/QuickTimeStream.pl +35 -2
- package/bin/lib/Image/ExifTool/README +4 -0
- package/bin/lib/Image/ExifTool/Sony.pm +29 -14
- package/bin/lib/Image/ExifTool/TagInfoXML.pm +3 -1
- package/bin/lib/Image/ExifTool/TagLookup.pm +4562 -4552
- package/bin/lib/Image/ExifTool/TagNames.pod +46 -9
- package/bin/lib/Image/ExifTool/XMP.pm +3 -2
- package/bin/lib/Image/ExifTool/XMP2.pl +9 -1
- package/bin/lib/Image/ExifTool.pm +8 -5
- package/bin/lib/Image/ExifTool.pod +9 -8
- package/bin/perl-Image-ExifTool.spec +1 -1
- package/bin/pp_build_exe.args +4 -4
- package/package.json +1 -1
|
@@ -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 26027 tags, with 16663 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
|
|
@@ -3997,6 +3997,7 @@ These tags belong to the ExifTool XMP-digiKam family 1 group.
|
|
|
3997
3997
|
ImageHistory string/
|
|
3998
3998
|
ImageUniqueID string/
|
|
3999
3999
|
LensCorrectionSettings string
|
|
4000
|
+
PicasawebGPhotoId string
|
|
4000
4001
|
PickLabel string
|
|
4001
4002
|
TagsList string+
|
|
4002
4003
|
|
|
@@ -4275,6 +4276,7 @@ These tags belong to the ExifTool XMP-GCamera family 1 group.
|
|
|
4275
4276
|
PortraitNote string
|
|
4276
4277
|
PortraitRequest string
|
|
4277
4278
|
PortraitVersion string
|
|
4279
|
+
ShotLogData string
|
|
4278
4280
|
SpecialTypeID string+
|
|
4279
4281
|
|
|
4280
4282
|
=head3 XMP GCreations Tags
|
|
@@ -4286,6 +4288,7 @@ These tags belong to the ExifTool XMP-GCreations family 1 group.
|
|
|
4286
4288
|
Tag Name Writable
|
|
4287
4289
|
-------- --------
|
|
4288
4290
|
CameraBurstID string
|
|
4291
|
+
Type string/
|
|
4289
4292
|
|
|
4290
4293
|
=head3 XMP GDepth Tags
|
|
4291
4294
|
|
|
@@ -4529,7 +4532,7 @@ These tags belong to the ExifTool XMP-iptcCore family 1 group.
|
|
|
4529
4532
|
|
|
4530
4533
|
=head3 XMP iptcExt Tags
|
|
4531
4534
|
|
|
4532
|
-
This table contains tags defined by the IPTC Extension schema version 1.
|
|
4535
|
+
This table contains tags defined by the IPTC Extension schema version 1.7
|
|
4533
4536
|
and IPTC Video Metadata version 1.3. The actual namespace prefix is
|
|
4534
4537
|
"Iptc4xmpExt", but ExifTool shortens this for the family 1 group name. (See
|
|
4535
4538
|
L<http://www.iptc.org/standards/photo-metadata/iptc-standard/> and
|
|
@@ -4702,6 +4705,7 @@ These tags belong to the ExifTool XMP-iptcExt family 1 group.
|
|
|
4702
4705
|
ProductInImage ProductDetails Struct+
|
|
4703
4706
|
ProductInImageDescription lang-alt_+
|
|
4704
4707
|
ProductInImageGTIN string_+
|
|
4708
|
+
ProductInImageProductId string_+
|
|
4705
4709
|
ProductInImageName lang-alt_+
|
|
4706
4710
|
PublicationEvent PublicationEvent Struct+
|
|
4707
4711
|
PublicationEventDate date_+
|
|
@@ -4945,6 +4949,7 @@ is to write ImageRegion as a structure with these tags as new fields.
|
|
|
4945
4949
|
---------- --------
|
|
4946
4950
|
ProductDescription lang-alt
|
|
4947
4951
|
ProductGTIN string
|
|
4952
|
+
ProductId string
|
|
4948
4953
|
ProductName lang-alt
|
|
4949
4954
|
|
|
4950
4955
|
=head3 XMP PublicationEvent Struct
|
|
@@ -9407,7 +9412,7 @@ These tags are used by the R5, R5 and EOS 1DXmkIII.
|
|
|
9407
9412
|
|
|
9408
9413
|
=head3 Canon ColorData11 Tags
|
|
9409
9414
|
|
|
9410
|
-
These tags are used by the EOS R3
|
|
9415
|
+
These tags are used by the EOS R3, R7 and R6mkII
|
|
9411
9416
|
|
|
9412
9417
|
Index2 Tag Name Writable
|
|
9413
9418
|
------ -------- --------
|
|
@@ -13587,6 +13592,7 @@ DiMAGE X and Xt.
|
|
|
13587
13592
|
0x0032 UnknownInfo2 Nikon UnknownInfo2
|
|
13588
13593
|
0x0034 ShutterMode int16u
|
|
13589
13594
|
0x0035 HDRInfo Nikon HDRInfo
|
|
13595
|
+
HDRInfo2 Nikon HDRInfo2
|
|
13590
13596
|
0x0037 MechanicalShutterCount int32u
|
|
13591
13597
|
0x0039 LocationInfo Nikon LocationInfo
|
|
13592
13598
|
0x003d BlackLevel int16u[4]
|
|
@@ -13688,7 +13694,8 @@ DiMAGE X and Xt.
|
|
|
13688
13694
|
0x00ac ImageStabilization string
|
|
13689
13695
|
0x00ad AFResponse string
|
|
13690
13696
|
0x00b0 MultiExposure Nikon MultiExposure
|
|
13691
|
-
|
|
13697
|
+
MultiExposure2 Nikon MultiExposure
|
|
13698
|
+
Nikon MultiExposure2
|
|
13692
13699
|
0x00b1 HighISONoiseReduction int16u
|
|
13693
13700
|
0x00b3 ToningEffect string
|
|
13694
13701
|
0x00b6 PowerUpTime undef
|
|
@@ -13838,6 +13845,7 @@ Color balance tags used by the P1000, P7000, P7100 and B700.
|
|
|
13838
13845
|
0 VRInfoVersion no
|
|
13839
13846
|
4 VibrationReduction int8u
|
|
13840
13847
|
6 VRMode int8u
|
|
13848
|
+
8 VRType int8u
|
|
13841
13849
|
|
|
13842
13850
|
=head3 Nikon FaceDetect Tags
|
|
13843
13851
|
|
|
@@ -13961,12 +13969,20 @@ Color balance tags used by the P1000, P7000, P7100 and B700.
|
|
|
13961
13969
|
|
|
13962
13970
|
Index1 Tag Name Writable
|
|
13963
13971
|
------ -------- --------
|
|
13964
|
-
0 HDRInfoVersion
|
|
13972
|
+
0 HDRInfoVersion no
|
|
13965
13973
|
4 HDR int8u
|
|
13966
13974
|
5 HDRLevel int8u
|
|
13967
13975
|
6 HDRSmoothing int8u
|
|
13968
13976
|
7 HDRLevel2 int8u
|
|
13969
13977
|
|
|
13978
|
+
=head3 Nikon HDRInfo2 Tags
|
|
13979
|
+
|
|
13980
|
+
Index1 Tag Name Writable
|
|
13981
|
+
------ -------- --------
|
|
13982
|
+
0 HDRInfoVersion no
|
|
13983
|
+
4 HDR int8u
|
|
13984
|
+
5 HDRLevel int8u
|
|
13985
|
+
|
|
13970
13986
|
=head3 Nikon LocationInfo Tags
|
|
13971
13987
|
|
|
13972
13988
|
Tags written by some Nikon GPS-equipped cameras like the AW100.
|
|
@@ -14841,6 +14857,15 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
|
|
|
14841
14857
|
2 MultiExposureShots int32u
|
|
14842
14858
|
3 MultiExposureAutoGain int32u
|
|
14843
14859
|
|
|
14860
|
+
=head3 Nikon MultiExposure2 Tags
|
|
14861
|
+
|
|
14862
|
+
Index4 Tag Name Writable
|
|
14863
|
+
------ -------- --------
|
|
14864
|
+
0 MultiExposureVersion no
|
|
14865
|
+
1 MultiExposureMode int32u
|
|
14866
|
+
2 MultiExposureShots int32u
|
|
14867
|
+
3 MultiExposureOverlayMode int32u
|
|
14868
|
+
|
|
14844
14869
|
=head3 Nikon AFInfo2V0400 Tags
|
|
14845
14870
|
|
|
14846
14871
|
Index1 Tag Name Writable
|
|
@@ -14872,9 +14897,11 @@ These tags are written by Nikon DSLR's which have the live view feature.
|
|
|
14872
14897
|
AFPointsUsed undef[21]
|
|
14873
14898
|
AFPointsUsed undef[29]
|
|
14874
14899
|
AFPointsUsed undef[20]
|
|
14875
|
-
AFPointsUsed undef[13]
|
|
14876
14900
|
AFPointsUsed undef[7]
|
|
14877
|
-
|
|
14901
|
+
PrimaryAFPoint int8u
|
|
14902
|
+
10 AFPointsUsed undef[7]
|
|
14903
|
+
AFPointsUsed undef[11]
|
|
14904
|
+
AFPointsUsed undef[14]
|
|
14878
14905
|
16 AFImageWidth int16u
|
|
14879
14906
|
18 AFImageHeight int16u
|
|
14880
14907
|
20 AFAreaXPosition int16u
|
|
@@ -20764,7 +20791,7 @@ E-mount models.
|
|
|
20764
20791
|
|
|
20765
20792
|
=head3 Sony Tag9416 Tags
|
|
20766
20793
|
|
|
20767
|
-
Valid for the ILCE-1/7M4/7SM3, ILME-FX3.
|
|
20794
|
+
Valid for the ILCE-1/7M4/7RM5/7SM3, ILME-FX3.
|
|
20768
20795
|
|
|
20769
20796
|
Index1 Tag Name Writable
|
|
20770
20797
|
------ -------- --------
|
|
@@ -20789,8 +20816,10 @@ Valid for the ILCE-1/7M4/7SM3, ILME-FX3.
|
|
|
20789
20816
|
117 MaxFocalLength no
|
|
20790
20817
|
2191 VignettingCorrParams no
|
|
20791
20818
|
2193 VignettingCorrParams no
|
|
20819
|
+
2203 VignettingCorrParams no
|
|
20792
20820
|
2324 ChromaticAberrationCorrParams no
|
|
20793
20821
|
2326 ChromaticAberrationCorrParams no
|
|
20822
|
+
2373 ChromaticAberrationCorrParams no
|
|
20794
20823
|
|
|
20795
20824
|
=head3 Sony PIC Tags
|
|
20796
20825
|
|
|
@@ -27384,6 +27413,7 @@ for the official specification.
|
|
|
27384
27413
|
'sefd' SamsungTrailer Samsung Trailer
|
|
27385
27414
|
'skip' CanonSkip Canon Skip
|
|
27386
27415
|
PreviewImage no
|
|
27416
|
+
SkipInfo -
|
|
27387
27417
|
Skip? no
|
|
27388
27418
|
'thm ' ThumbnailImage no
|
|
27389
27419
|
'thum' ThumbnailImage no
|
|
@@ -27404,7 +27434,7 @@ for the official specification.
|
|
|
27404
27434
|
The tags below are extracted from timed metadata in QuickTime and other
|
|
27405
27435
|
formats of video files when the ExtractEmbedded option is used. Although
|
|
27406
27436
|
most of these tags are combined into the single table below, ExifTool
|
|
27407
|
-
currently reads
|
|
27437
|
+
currently reads 62 different formats of timed GPS metadata from video files.
|
|
27408
27438
|
|
|
27409
27439
|
Tag Name Writable
|
|
27410
27440
|
-------- --------
|
|
@@ -28811,6 +28841,13 @@ Tags found in TomTom Bandit Action Cam MP4 videos.
|
|
|
28811
28841
|
3 PreviewAtomType no
|
|
28812
28842
|
5 PreviewAtomIndex no
|
|
28813
28843
|
|
|
28844
|
+
=head3 QuickTime SkipInfo Tags
|
|
28845
|
+
|
|
28846
|
+
Tag ID Tag Name Writable
|
|
28847
|
+
------ -------- --------
|
|
28848
|
+
'thma' ThumbnailImage no
|
|
28849
|
+
'ver ' Version no
|
|
28850
|
+
|
|
28814
28851
|
=head3 QuickTime Profile Tags
|
|
28815
28852
|
|
|
28816
28853
|
Tag ID Tag Name Writable
|
|
@@ -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.55';
|
|
54
54
|
@ISA = qw(Exporter);
|
|
55
55
|
@EXPORT_OK = qw(EscapeXML UnescapeXML);
|
|
56
56
|
|
|
@@ -2996,8 +2996,9 @@ sub AddFlattenedTags($;$$)
|
|
|
2996
2996
|
} else {
|
|
2997
2997
|
$$flatInfo{Groups}{2} = $tagG2;
|
|
2998
2998
|
}
|
|
2999
|
-
# save reference to top-level
|
|
2999
|
+
# save reference to top-level and parent structures
|
|
3000
3000
|
$$flatInfo{RootTagInfo} = $$tagInfo{RootTagInfo} || $tagInfo;
|
|
3001
|
+
$$flatInfo{ParentTagInfo} = $tagInfo;
|
|
3001
3002
|
# recursively generate flattened tags for sub-structures
|
|
3002
3003
|
next unless $$flatInfo{Struct};
|
|
3003
3004
|
length($flatID) > 250 and warn("Possible deep recursion for tag $flatID\n"), last;
|
|
@@ -538,7 +538,7 @@ my %sImageRegion = ( # new in 1.5
|
|
|
538
538
|
NAMESPACE => 'Iptc4xmpExt',
|
|
539
539
|
TABLE_DESC => 'XMP IPTC Extension',
|
|
540
540
|
NOTES => q{
|
|
541
|
-
This table contains tags defined by the IPTC Extension schema version 1.
|
|
541
|
+
This table contains tags defined by the IPTC Extension schema version 1.7
|
|
542
542
|
and IPTC Video Metadata version 1.3. The actual namespace prefix is
|
|
543
543
|
"Iptc4xmpExt", but ExifTool shortens this for the family 1 group name. (See
|
|
544
544
|
L<http://www.iptc.org/standards/photo-metadata/iptc-standard/> and
|
|
@@ -683,6 +683,7 @@ my %sImageRegion = ( # new in 1.5
|
|
|
683
683
|
ProductName => { Writable => 'lang-alt' },
|
|
684
684
|
ProductGTIN => { },
|
|
685
685
|
ProductDescription => { Writable => 'lang-alt' },
|
|
686
|
+
ProductId => { }, # added in version 2022.1
|
|
686
687
|
},
|
|
687
688
|
List => 'Bag',
|
|
688
689
|
},
|
|
@@ -1525,6 +1526,7 @@ my %sSubVersion = (
|
|
|
1525
1526
|
ImageHistory => { Avoid => 1, Notes => 'different format from EXIF:ImageHistory' },
|
|
1526
1527
|
LensCorrectionSettings => { },
|
|
1527
1528
|
ImageUniqueID => { Avoid => 1 },
|
|
1529
|
+
picasawebGPhotoId => { }, #forum14108
|
|
1528
1530
|
);
|
|
1529
1531
|
|
|
1530
1532
|
# SWF namespace tags (ref PH)
|
|
@@ -1854,6 +1856,11 @@ my %sSubVersion = (
|
|
|
1854
1856
|
MicroVideoVersion => { Writable => 'integer' },
|
|
1855
1857
|
MicroVideoOffset => { Writable => 'integer' },
|
|
1856
1858
|
MicroVideoPresentationTimestampUs => { Writable => 'integer' },
|
|
1859
|
+
shot_log_data => { #forum14108
|
|
1860
|
+
Name => 'ShotLogData',
|
|
1861
|
+
ValueConv => 'Image::ExifTool::XMP::DecodeBase64($val)',
|
|
1862
|
+
ValueConvInv => 'Image::ExifTool::XMP::EncodeBase64($val)',
|
|
1863
|
+
},
|
|
1857
1864
|
);
|
|
1858
1865
|
|
|
1859
1866
|
# Google creations namespace (ref PH)
|
|
@@ -1863,6 +1870,7 @@ my %sSubVersion = (
|
|
|
1863
1870
|
NAMESPACE => 'GCreations',
|
|
1864
1871
|
NOTES => 'Google creations tags.',
|
|
1865
1872
|
CameraBurstID => { },
|
|
1873
|
+
Type => { Avoid => 1 },
|
|
1866
1874
|
);
|
|
1867
1875
|
|
|
1868
1876
|
# Google depth-map Device namespace (ref 13)
|
|
@@ -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);
|
|
31
31
|
|
|
32
|
-
$VERSION = '12.
|
|
32
|
+
$VERSION = '12.50';
|
|
33
33
|
$RELEASE = '';
|
|
34
34
|
@ISA = qw(Exporter);
|
|
35
35
|
%EXPORT_TAGS = (
|
|
@@ -603,6 +603,7 @@ my %fileDescription = (
|
|
|
603
603
|
CRM => 'video/x-canon-crm',
|
|
604
604
|
CRW => 'image/x-canon-crw',
|
|
605
605
|
CSV => 'text/csv',
|
|
606
|
+
CUR => 'image/x-cursor', #PH (NC)
|
|
606
607
|
CZI => 'image/x-zeiss-czi', #PH (NC)
|
|
607
608
|
DCP => 'application/octet-stream', #PH (NC)
|
|
608
609
|
DCR => 'image/x-kodak-dcr',
|
|
@@ -651,7 +652,7 @@ my %fileDescription = (
|
|
|
651
652
|
HDR => 'image/vnd.radiance',
|
|
652
653
|
HTML => 'text/html',
|
|
653
654
|
ICC => 'application/vnd.iccprofile',
|
|
654
|
-
ICO => '
|
|
655
|
+
ICO => 'image/x-icon', #PH (NC)
|
|
655
656
|
ICS => 'text/calendar',
|
|
656
657
|
IDML => 'application/vnd.adobe.indesign-idml-package',
|
|
657
658
|
IIQ => 'image/x-raw',
|
|
@@ -8263,15 +8264,17 @@ sub FoundTag($$$;@)
|
|
|
8263
8264
|
{
|
|
8264
8265
|
local $_;
|
|
8265
8266
|
my ($self, $tagInfo, $value, @grps) = @_;
|
|
8266
|
-
my ($tag, $noListDel);
|
|
8267
|
+
my ($tag, $noListDel, $tbl);
|
|
8267
8268
|
my $options = $$self{OPTIONS};
|
|
8268
8269
|
|
|
8269
8270
|
if (ref $tagInfo eq 'HASH') {
|
|
8270
8271
|
$tag = $$tagInfo{Name} or warn("No tag name\n"), return undef;
|
|
8272
|
+
$tbl = $$tagInfo{Table};
|
|
8271
8273
|
} else {
|
|
8272
8274
|
$tag = $tagInfo;
|
|
8273
8275
|
# look for tag in Extra
|
|
8274
|
-
$
|
|
8276
|
+
$tbl = GetTagTable('Image::ExifTool::Extra');
|
|
8277
|
+
$tagInfo = $self->GetTagInfo($tbl, $tag);
|
|
8275
8278
|
# make temporary hash if tag doesn't exist in Extra
|
|
8276
8279
|
# (not advised to do this since the tag won't show in list)
|
|
8277
8280
|
$tagInfo or $tagInfo = { Name => $tag, Groups => \%allGroupsExifTool };
|
|
@@ -8280,7 +8283,7 @@ sub FoundTag($$$;@)
|
|
|
8280
8283
|
# get tag priority
|
|
8281
8284
|
my $priority = $$tagInfo{Priority};
|
|
8282
8285
|
unless (defined $priority) {
|
|
8283
|
-
$priority = $$
|
|
8286
|
+
$priority = $$tbl{PRIORITY};
|
|
8284
8287
|
$priority = 0 if not defined $priority and $$tagInfo{Avoid};
|
|
8285
8288
|
}
|
|
8286
8289
|
$grps[0] or $grps[0] = $$self{SET_GROUP0};
|
|
@@ -661,14 +661,15 @@ types of files to reduce memory usage when reading from a non-seekable
|
|
|
661
661
|
stream, and bypasses CRC validation for speed when writing PNG files. When
|
|
662
662
|
combined with the ScanForXMP option, prevents scanning for XMP in recognized
|
|
663
663
|
file types. With a value of 2, ExifTool will also avoid extracting any EXIF
|
|
664
|
-
MakerNote information, and will stop
|
|
665
|
-
images
|
|
666
|
-
|
|
667
|
-
otherwise.) When set to 3 or
|
|
668
|
-
are generated.
|
|
669
|
-
at FileType.
|
|
670
|
-
based on the file's extension.
|
|
671
|
-
|
|
664
|
+
MakerNote information, and will stop processing at the IDAT chunk of PNG
|
|
665
|
+
images and the mdat atom in QuickTime-format files. (By the PNG
|
|
666
|
+
specification, metadata is allowed after IDAT, but ExifTool always writes it
|
|
667
|
+
before because some utilities will ignore it otherwise.) When set to 3 or
|
|
668
|
+
higher, only pseudo system tags and FileType are generated. For 3, the file
|
|
669
|
+
header is read to provide an educated guess at FileType. For 4, the file is
|
|
670
|
+
not read at all and FileType is determined based on the file's extension.
|
|
671
|
+
For 5, generation of Composite tags is also disabled (like setting
|
|
672
|
+
L</Composite> to 0). Default is undef.
|
|
672
673
|
|
|
673
674
|
=item Filter
|
|
674
675
|
|
package/bin/pp_build_exe.args
CHANGED
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
# 10) Copy zip archive to web servers.
|
|
22
22
|
# 11) Update zip file version in link and text of html/index.html.
|
|
23
23
|
#------------------------------------------------------------------------------
|
|
24
|
-
-T exiftool-12.
|
|
25
|
-
#--info=FileVersion=12.
|
|
26
|
-
#--info=ProductVersion=12.
|
|
27
|
-
##"--info=Build Date=2022:
|
|
24
|
+
-T exiftool-12.50
|
|
25
|
+
#--info=FileVersion=12.5.0.0
|
|
26
|
+
#--info=ProductVersion=12.5.0.0
|
|
27
|
+
##"--info=Build Date=2022:11:08 07:26:09-05:00"
|
|
28
28
|
##"--info=Bundled Perl Version=ActivePerl 5.24.0"
|
|
29
29
|
##"--info=LegalCopyright=Copyright (c) 2003-2022, Phil Harvey"
|
|
30
30
|
##"--info=ProductName=ExifTool"
|