exiftool_vendored 13.19.0 → 13.21.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 +25 -2
- data/bin/MANIFEST +6 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +2 -2
- data/bin/exiftool +138 -64
- data/bin/lib/Image/ExifTool/DJI.pm +85 -23
- data/bin/lib/Image/ExifTool/EXE.pm +2 -9
- data/bin/lib/Image/ExifTool/GoPro.pm +28 -0
- data/bin/lib/Image/ExifTool/JSON.pm +5 -1
- data/bin/lib/Image/ExifTool/Nikon.pm +808 -524
- data/bin/lib/Image/ExifTool/Olympus.pm +2 -1
- data/bin/lib/Image/ExifTool/PLIST.pm +57 -32
- data/bin/lib/Image/ExifTool/Plot.pm +492 -0
- data/bin/lib/Image/ExifTool/Protobuf.pm +21 -10
- data/bin/lib/Image/ExifTool/QuickTime.pm +41 -31
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +56 -22
- data/bin/lib/Image/ExifTool/RIFF.pm +3 -3
- data/bin/lib/Image/ExifTool/TagLookup.pm +4988 -4965
- data/bin/lib/Image/ExifTool/TagNames.pod +155 -65
- data/bin/lib/Image/ExifTool/WritePDF.pl +1 -1
- data/bin/lib/Image/ExifTool/Writer.pl +0 -1
- data/bin/lib/Image/ExifTool/XMP.pm +1 -1
- data/bin/lib/Image/ExifTool.pm +16 -2
- data/bin/lib/Image/ExifTool.pod +27 -0
- data/bin/perl-Image-ExifTool.spec +1 -1
- 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 28526 tags, with 17595 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
|
@@ -11519,7 +11519,7 @@ unknown dbgi debug tags. Tag ID's are composed of the corresponding .proto
|
|
11519
11519
|
file name combined with the hierarchical protobuf field numbers.
|
11520
11520
|
|
11521
11521
|
ExifTool currently extracts timed GPS plus a few other tags from DJI devices
|
11522
|
-
which use the following protocols: dvtm_AVATA2.proto (
|
11522
|
+
which use the following protocols: dvtm_AVATA2.proto (Avata 2),
|
11523
11523
|
dvtm_ac203.proto (Osmo Action 4), dvtm_ac204.proto (Osmo Action 5),
|
11524
11524
|
dvtm_wm265e.proto (Mavic 3), dvtm_pm320.proto (Matrice 30) and
|
11525
11525
|
dvtm_pm320.proto (Mini 4 Pro).
|
@@ -11535,7 +11535,14 @@ for a given protocol should be considered to have the default value of 0.
|
|
11535
11535
|
'dvtm_AVATA2_2-2-3-1' SerialNumber2 no
|
11536
11536
|
'dvtm_AVATA2_2-3' FrameInfo DJI FrameInfo
|
11537
11537
|
'dvtm_AVATA2_3-1-2' TimeStamp no
|
11538
|
+
'dvtm_AVATA2_3-2-2-1' ISO no
|
11539
|
+
'dvtm_AVATA2_3-2-4-1' ShutterSpeed no
|
11540
|
+
'dvtm_AVATA2_3-2-6-1' ColorTemperature no
|
11541
|
+
'dvtm_AVATA2_3-2-10-1' FNumber no
|
11542
|
+
'dvtm_AVATA2_3-4-3' DroneInfo DJI DroneInfo
|
11538
11543
|
'dvtm_AVATA2_3-4-4-1' GPSInfo DJI GPSInfo
|
11544
|
+
'dvtm_AVATA2_3-4-4-2' AbsoluteAltitude no
|
11545
|
+
'dvtm_AVATA2_3-4-5-1' RelativeAltitude no
|
11539
11546
|
'dvtm_Mini4_Pro_1-1-5' SerialNumber no
|
11540
11547
|
'dvtm_Mini4_Pro_1-1-10' Model no
|
11541
11548
|
'dvtm_Mini4_Pro_2-3' FrameInfo DJI FrameInfo
|
@@ -11551,12 +11558,17 @@ for a given protocol should be considered to have the default value of 0.
|
|
11551
11558
|
'dvtm_ac203_1-1-5' SerialNumber no
|
11552
11559
|
'dvtm_ac203_1-1-10' Model no
|
11553
11560
|
'dvtm_ac203_2-3' FrameInfo DJI FrameInfo
|
11561
|
+
'dvtm_ac203_3-2-2-1' ISO no
|
11562
|
+
'dvtm_ac203_3-2-4-1' ShutterSpeed no
|
11563
|
+
'dvtm_ac203_3-2-6-1' ColorTemperature no
|
11554
11564
|
'dvtm_ac203_3-4-2-1' GPSInfo DJI GPSInfo
|
11555
11565
|
'dvtm_ac203_3-4-2-2' GPSAltitude no
|
11556
11566
|
'dvtm_ac203_3-4-2-6-1' GPSDateTime no
|
11557
11567
|
'dvtm_ac204_1-1-5' SerialNumber no
|
11558
11568
|
'dvtm_ac204_1-1-10' Model no
|
11559
11569
|
'dvtm_ac204_2-3' FrameInfo DJI FrameInfo
|
11570
|
+
'dvtm_ac204_3-2-4-1' ShutterSpeed no
|
11571
|
+
'dvtm_ac204_3-2-6-1' ColorTemperature no
|
11560
11572
|
'dvtm_ac204_3-4-2-1' GPSInfo DJI GPSInfo
|
11561
11573
|
'dvtm_ac204_3-4-2-2' GPSAltitude no
|
11562
11574
|
'dvtm_ac204_3-4-2-6-1' GPSDateTime no
|
@@ -11585,36 +11597,58 @@ for a given protocol should be considered to have the default value of 0.
|
|
11585
11597
|
|
11586
11598
|
=head3 DJI FrameInfo Tags
|
11587
11599
|
|
11588
|
-
|
11589
|
-
|
11600
|
+
Field # Tag Name Writable
|
11601
|
+
------- -------- --------
|
11590
11602
|
1 FrameWidth no
|
11591
11603
|
2 FrameHeight no
|
11592
11604
|
3 FrameRate no
|
11593
11605
|
|
11594
|
-
=head3 DJI GPSInfo Tags
|
11595
|
-
|
11596
|
-
Tag ID Tag Name Writable
|
11597
|
-
------ -------- --------
|
11598
|
-
1 CoordinateUnits no
|
11599
|
-
2 GPSLatitude no
|
11600
|
-
3 GPSLongitude no
|
11601
|
-
|
11602
11606
|
=head3 DJI DroneInfo Tags
|
11603
11607
|
|
11604
|
-
|
11605
|
-
|
11608
|
+
Field # Tag Name Writable
|
11609
|
+
------- -------- --------
|
11606
11610
|
1 DroneRoll no
|
11607
11611
|
2 DronePitch no
|
11608
11612
|
3 DroneYaw no
|
11609
11613
|
|
11614
|
+
=head3 DJI GPSInfo Tags
|
11615
|
+
|
11616
|
+
Field # Tag Name Writable
|
11617
|
+
------- -------- --------
|
11618
|
+
1 CoordinateUnits no
|
11619
|
+
2 GPSLatitude no
|
11620
|
+
3 GPSLongitude no
|
11621
|
+
|
11610
11622
|
=head3 DJI GimbalInfo Tags
|
11611
11623
|
|
11612
|
-
|
11613
|
-
|
11624
|
+
Field # Tag Name Writable
|
11625
|
+
------- -------- --------
|
11614
11626
|
1 GimbalPitch no
|
11615
11627
|
2 GimbalRoll no
|
11616
11628
|
3 GimbalYaw no
|
11617
11629
|
|
11630
|
+
=head3 DJI Glamour Tags
|
11631
|
+
|
11632
|
+
Glamour settings used by some DJI models.
|
11633
|
+
|
11634
|
+
Tag ID Tag Name Writable
|
11635
|
+
------ -------- --------
|
11636
|
+
'acne_spot_removal' AcneSpotRemoval no
|
11637
|
+
'beauty_enable' BeautyEnable no
|
11638
|
+
'blush' Blush no
|
11639
|
+
'dark_circle' DarkCircle no
|
11640
|
+
'eye_enlarge' EyeEnlarge no
|
11641
|
+
'eyebrows' Eyebrows no
|
11642
|
+
'face_slimming' FaceSlimming no
|
11643
|
+
'head_shrinking' HeadShrinking no
|
11644
|
+
'leg_longer' LegLonger no
|
11645
|
+
'lipstick' Lipstick no
|
11646
|
+
'mouth_beautify' MouthModify no
|
11647
|
+
'nose_slimming' NoseSlimming no
|
11648
|
+
'smoother' Smoother no
|
11649
|
+
'teeth_whitening' TeethWhitening no
|
11650
|
+
'whitening' Whitening no
|
11651
|
+
|
11618
11652
|
=head2 FLIR Tags
|
11619
11653
|
|
11620
11654
|
Information extracted from the maker notes of JPEG images from thermal
|
@@ -14802,8 +14836,11 @@ DiMAGE X and Xt.
|
|
14802
14836
|
0x00b1 HighISONoiseReduction int16u
|
14803
14837
|
0x00b3 ToningEffect string
|
14804
14838
|
0x00b6 PowerUpTime undef
|
14805
|
-
0x00b7 AFInfo2 Nikon
|
14806
|
-
Nikon
|
14839
|
+
0x00b7 AFInfo2 Nikon AFInfo2V0100
|
14840
|
+
Nikon AFInfo2V0101
|
14841
|
+
Nikon AFInfo2V0200
|
14842
|
+
Nikon AFInfo2V0300
|
14843
|
+
Nikon AFInfo2V0400
|
14807
14844
|
0x00b8 FileInfo Nikon FileInfo
|
14808
14845
|
Nikon FileInfo
|
14809
14846
|
0x00b9 AFTune Nikon AFTune
|
@@ -16881,49 +16918,22 @@ These tags are used by the D4S, D750, D810, D5500, D7200 (FlashInfoVersion
|
|
16881
16918
|
2 MultiExposureShots int32u
|
16882
16919
|
3 MultiExposureOverlayMode int32u
|
16883
16920
|
|
16884
|
-
=head3 Nikon
|
16921
|
+
=head3 Nikon AFInfo2V0100 Tags
|
16885
16922
|
|
16886
|
-
AF information for Nikon cameras with
|
16887
|
-
|
16923
|
+
AF information for Nikon cameras with LiveView that were introduced 2007
|
16924
|
+
thru 2015 (and the D5600 in 2016), including D3, D4, D3000, D3100-D3300,
|
16925
|
+
D5000-D5600, D6x0, D700, D7000, D7100, D810
|
16888
16926
|
|
16889
16927
|
Index1 Tag Name Writable
|
16890
16928
|
------ -------- --------
|
16891
16929
|
0 AFInfo2Version no
|
16930
|
+
4 AFDetectionMethod int8u
|
16892
16931
|
5 AFAreaMode int8u
|
16893
|
-
10 AFPointsUsed undef[51]
|
16894
|
-
AFPointsUsed undef[38]
|
16895
|
-
AFPointsUsed undef[29]
|
16896
|
-
62 AFImageWidth int16u
|
16897
|
-
64 AFImageHeight int16u
|
16898
|
-
66 AFAreaXPosition int16u
|
16899
|
-
68 AFAreaYPosition int16u
|
16900
|
-
70 AFAreaWidth int16u
|
16901
|
-
72 AFAreaHeight int16u
|
16902
|
-
74 FocusResult int8u
|
16903
|
-
|
16904
|
-
=head3 Nikon AFInfo2 Tags
|
16905
|
-
|
16906
|
-
These tags are written by Nikon DSLR's which have the live view feature.
|
16907
|
-
|
16908
|
-
Index1 Tag Name Writable
|
16909
|
-
------ -------- --------
|
16910
|
-
0 AFInfo2Version no
|
16911
|
-
4 ContrastDetectAF int8u
|
16912
|
-
5 AFAreaMode int8u
|
16913
|
-
6 PhaseDetectAF int8u
|
16914
16932
|
7 PrimaryAFPoint int8u
|
16915
16933
|
8 AFPointsUsed undef[7]
|
16916
16934
|
AFPointsUsed undef[2]
|
16917
16935
|
AFPointsUsed undef[5]
|
16918
|
-
AFPointsUsed
|
16919
|
-
AFPointsUsed undef[21]
|
16920
|
-
AFPointsUsed undef[29]
|
16921
|
-
AFPointsUsed undef[20]
|
16922
|
-
AFPointsUsed undef[7]
|
16923
|
-
PrimaryAFPoint int8u
|
16924
|
-
10 AFPointsUsed undef[7]
|
16925
|
-
AFPointsUsed undef[11]
|
16926
|
-
AFPointsUsed undef[14]
|
16936
|
+
AFPointsUsed int8u
|
16927
16937
|
16 AFImageWidth int16u
|
16928
16938
|
18 AFImageHeight int16u
|
16929
16939
|
20 AFAreaXPosition int16u
|
@@ -16932,18 +16942,25 @@ These tags are written by Nikon DSLR's which have the live view feature.
|
|
16932
16942
|
26 AFAreaHeight int16u
|
16933
16943
|
28 ContrastDetectAFInFocus int8u
|
16934
16944
|
AFPointsSelected undef[20]
|
16935
|
-
|
16936
|
-
|
16937
|
-
|
16938
|
-
|
16939
|
-
|
16940
|
-
|
16945
|
+
|
16946
|
+
=head3 Nikon AFInfo2V0101 Tags
|
16947
|
+
|
16948
|
+
AF information for Nikon cameras D5, D500, D850, D3400, D3500 and D7500
|
16949
|
+
|
16950
|
+
Index1 Tag Name Writable
|
16951
|
+
------ -------- --------
|
16952
|
+
0 AFInfo2Version no
|
16953
|
+
4 AFDetectionMethod int8u
|
16954
|
+
5 AFAreaMode int8u
|
16955
|
+
8 AFPointsUsed undef[7]
|
16956
|
+
AFPointsUsed undef[2]
|
16957
|
+
AFPointsUsed undef[20]
|
16958
|
+
AFPointsUsed int8u
|
16959
|
+
28 ContrastDetectAFInFocus int8u
|
16960
|
+
AFPointsUsed undef[7]
|
16961
|
+
AFPointsSelected undef[20]
|
16962
|
+
48 AFPointsInFocus undef[7]
|
16941
16963
|
AFPointsInFocus undef[20]
|
16942
|
-
AFPointsInFocus undef[7]
|
16943
|
-
49 FocusPositionVertical int8u~
|
16944
|
-
50 AFAreaWidth int16u
|
16945
|
-
52 AFAreaHeight int16u
|
16946
|
-
56 PrimaryAFPoint int8u
|
16947
16964
|
68 PrimaryAFPoint int8u
|
16948
16965
|
70 AFImageWidth int16u
|
16949
16966
|
72 AFImageHeight int16u
|
@@ -16953,6 +16970,69 @@ These tags are written by Nikon DSLR's which have the live view feature.
|
|
16953
16970
|
80 AFAreaHeight int16u
|
16954
16971
|
82 ContrastDetectAFInFocus int8u
|
16955
16972
|
|
16973
|
+
=head3 Nikon AFInfo2V0200 Tags
|
16974
|
+
|
16975
|
+
AF information for Nikon 1 series cameras: Nikon 1 V1, V2, V3, J1, J2, J3,
|
16976
|
+
S1, S2 AW1.
|
16977
|
+
|
16978
|
+
Index1 Tag Name Writable
|
16979
|
+
------ -------- --------
|
16980
|
+
0 AFInfo2Version no
|
16981
|
+
5 AFAreaMode int8u
|
16982
|
+
6 PhaseDetectAF int8u
|
16983
|
+
7 PrimaryAFPoint int8u
|
16984
|
+
8 AFPointsUsed undef[17]
|
16985
|
+
AFPointsUsed undef[21]
|
16986
|
+
AFPointsUsed undef[29]
|
16987
|
+
|
16988
|
+
=head3 Nikon AFInfo2V0300 Tags
|
16989
|
+
|
16990
|
+
AF information for Nikon cameras with the Expeed 6 processor: D6, D780, Z5,
|
16991
|
+
Z6, Z6ii, Z7, Z7ii, Z50 and Zfc.
|
16992
|
+
|
16993
|
+
Index1 Tag Name Writable
|
16994
|
+
------ -------- --------
|
16995
|
+
0 AFInfo2Version no
|
16996
|
+
4 AFDetectionMethod int8u
|
16997
|
+
5 AFAreaMode int8u
|
16998
|
+
7 AFCoordinatesAvailable int8u
|
16999
|
+
10 AFPointsUsed undef[7]
|
17000
|
+
AFPointsUsed undef[11]
|
17001
|
+
AFPointsUsed undef[14]
|
17002
|
+
42 AFImageWidth int16u
|
17003
|
+
44 AFImageHeight int16u
|
17004
|
+
46 AFAreaXPosition int16u
|
17005
|
+
47 FocusPositionHorizontal no
|
17006
|
+
48 AFAreaYPosition int16u
|
17007
|
+
49 FocusPositionVertical no
|
17008
|
+
50 AFAreaWidth int16u
|
17009
|
+
52 AFAreaHeight int16u
|
17010
|
+
56 PrimaryAFPoint int8u
|
17011
|
+
|
17012
|
+
=head3 Nikon AFInfo2V0400 Tags
|
17013
|
+
|
17014
|
+
AF information for Nikon cameras with the Expeed 7 processor: The Zf, Z6_3,
|
17015
|
+
Z8, Z9 and Z50_3.
|
17016
|
+
|
17017
|
+
Index1 Tag Name Writable
|
17018
|
+
------ -------- --------
|
17019
|
+
0 AFInfo2Version no
|
17020
|
+
4 AFDetectionMethod int8u
|
17021
|
+
5 AFAreaMode int8u
|
17022
|
+
7 AFCoordinatesAvailable int8u
|
17023
|
+
10 AFPointsUsed undef[51]
|
17024
|
+
AFPointsUsed undef[38]
|
17025
|
+
AFPointsUsed undef[29]
|
17026
|
+
62 AFImageWidth int16u
|
17027
|
+
64 AFImageHeight int16u
|
17028
|
+
66 AFAreaXPosition int16u
|
17029
|
+
67 FocusPositionHorizontal no
|
17030
|
+
68 AFAreaYPosition int16u
|
17031
|
+
69 FocusPositionVertical no
|
17032
|
+
70 AFAreaWidth int16u
|
17033
|
+
72 AFAreaHeight int16u
|
17034
|
+
74 FocusResult int8u
|
17035
|
+
|
16956
17036
|
=head3 Nikon FileInfo Tags
|
16957
17037
|
|
16958
17038
|
Index2 Tag Name Writable
|
@@ -17231,7 +17311,11 @@ videos from some Nikon cameras.
|
|
17231
17311
|
FlashInfoUnknown Nikon FlashInfoUnknown
|
17232
17312
|
0x20000ab VariProgram no
|
17233
17313
|
0x20000b1 HighISONoiseReduction no
|
17234
|
-
0x20000b7 AFInfo2 Nikon
|
17314
|
+
0x20000b7 AFInfo2 Nikon AFInfo2V0100
|
17315
|
+
Nikon AFInfo2V0101
|
17316
|
+
Nikon AFInfo2V0200
|
17317
|
+
Nikon AFInfo2V0300
|
17318
|
+
Nikon AFInfo2V0400
|
17235
17319
|
0x20000c3 BarometerInfo Nikon BarometerInfo
|
17236
17320
|
|
17237
17321
|
=head3 Nikon MOV Tags
|
@@ -24022,6 +24106,7 @@ JSON-formatted files.
|
|
24022
24106
|
|
24023
24107
|
Tag Name Writable
|
24024
24108
|
-------- --------
|
24109
|
+
AdjustmentsSettingsStatisticsLightMap no
|
24025
24110
|
ON1_SettingsData PLIST
|
24026
24111
|
ON1_SettingsMetadataCreated no
|
24027
24112
|
ON1_SettingsMetadataModified no
|
@@ -31677,6 +31762,7 @@ the config file.
|
|
31677
31762
|
'angl' CameraAngle string
|
31678
31763
|
'apmd' ApertureMode undef
|
31679
31764
|
'auth' Author string/
|
31765
|
+
'btec' GlamourSettings DJI Glamour
|
31680
31766
|
'ccid' ContentID string
|
31681
31767
|
'cdis' ContentDistributorID string
|
31682
31768
|
'chpl' ChapterList no
|
@@ -31692,6 +31778,7 @@ the config file.
|
|
31692
31778
|
'date' DateTimeOriginal string
|
31693
31779
|
'dscp' Description string/
|
31694
31780
|
'finm' OriginalFileName no
|
31781
|
+
'fsid' OriginalFilePath string
|
31695
31782
|
'gnre' Genre string/
|
31696
31783
|
'hinf' HintTrackInfo QuickTime HintTrackInfo
|
31697
31784
|
'hinv' HintVersion string
|
@@ -41076,8 +41163,7 @@ values, may created via the ExifTool configuration file.
|
|
41076
41163
|
MPEG:SampleRate
|
41077
41164
|
MPEG:VBRBytes
|
41078
41165
|
MPEG:VBRFrames
|
41079
|
-
AutoFocus Nikon:
|
41080
|
-
Nikon:ContrastDetectAF
|
41166
|
+
AutoFocus Nikon:FocusMode no
|
41081
41167
|
AvgBitrate QuickTime::MediaDataSize no
|
41082
41168
|
QuickTime::Duration
|
41083
41169
|
BlueBalance WB_RGGBLevels no
|
@@ -41098,6 +41184,8 @@ values, may created via the ExifTool configuration file.
|
|
41098
41184
|
CircleOfConfusion ScaleFactor35efl no
|
41099
41185
|
ConditionalFEC FlashExposureComp no
|
41100
41186
|
FlashBits
|
41187
|
+
ContrastDetectAF Nikon:FocusMode no
|
41188
|
+
Nikon:AFDetectionMethod
|
41101
41189
|
DOF FocalLength no
|
41102
41190
|
Aperture
|
41103
41191
|
CircleOfConfusion
|
@@ -41291,6 +41379,8 @@ values, may created via the ExifTool configuration file.
|
|
41291
41379
|
OtherImageStart (1)
|
41292
41380
|
OtherImageLength (1)
|
41293
41381
|
PeakSpectralSensitivity FLIR:PlanckB no
|
41382
|
+
PhaseDetectAF Nikon:FocusPointSchema no
|
41383
|
+
Nikon:AFDetectionMethod
|
41294
41384
|
PreviewImage PreviewImageStart yes
|
41295
41385
|
PreviewImageLength
|
41296
41386
|
PreviewImageValid
|
@@ -5046,7 +5046,6 @@ TryLib: for ($lib=$strptimeLib; ; $lib='') {
|
|
5046
5046
|
last;
|
5047
5047
|
}
|
5048
5048
|
if (not $lib) {
|
5049
|
-
last unless $$self{OPTIONS}{StrictDate};
|
5050
5049
|
warn $wrn || "Install POSIX::strptime or Time::Piece for inverse date/time conversions\n";
|
5051
5050
|
return undef;
|
5052
5051
|
} elsif ($lib eq 'POSIX::strptime') {
|
@@ -165,7 +165,7 @@ my %xmpNS = (
|
|
165
165
|
#
|
166
166
|
plus => 'http://ns.useplus.org/ldf/xmp/1.0/',
|
167
167
|
# (prism recommendations from http://www.prismstandard.org/specifications/3.0/Image_Guide_3.0.htm)
|
168
|
-
prism => 'http://prismstandard.org/namespaces/basic/2.0/',
|
168
|
+
prism => 'http://prismstandard.org/namespaces/basic/2.0/', # (maybe left at 2.0 to avoid compatibility issues -- think hard before changing this)
|
169
169
|
prl => 'http://prismstandard.org/namespaces/prl/2.1/',
|
170
170
|
pur => 'http://prismstandard.org/namespaces/prismusagerights/2.1/',
|
171
171
|
pmi => 'http://prismstandard.org/namespaces/pmi/2.2/',
|
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 = '13.
|
32
|
+
$VERSION = '13.21';
|
33
33
|
$RELEASE = '';
|
34
34
|
@ISA = qw(Exporter);
|
35
35
|
%EXPORT_TAGS = (
|
@@ -1152,6 +1152,7 @@ my @availableOptions = (
|
|
1152
1152
|
[ 'NoPDFList', undef, 'flag to avoid splitting PDF List-type tag values' ],
|
1153
1153
|
[ 'NoWarning', undef, 'regular expression for warnings to suppress' ],
|
1154
1154
|
[ 'Password', undef, 'password for password-protected PDF documents' ],
|
1155
|
+
[ 'Plot', undef, 'SVG plot settings' ],
|
1155
1156
|
[ 'PrintCSV', undef, 'flag to print CSV directly (selected metadata types only)' ],
|
1156
1157
|
[ 'PrintConv', 1, 'flag to enable print conversion' ],
|
1157
1158
|
[ 'QuickTimeHandler', 1, 'flag to add mdir Handler to newly created Meta box' ],
|
@@ -2587,6 +2588,10 @@ sub Options($$;@)
|
|
2587
2588
|
} else {
|
2588
2589
|
warn("Can't set $param to undef\n");
|
2589
2590
|
}
|
2591
|
+
} elsif ($param eq 'Plot') {
|
2592
|
+
# add to existing plot settings
|
2593
|
+
$newVal = "$oldVal,$newVal" if defined $oldVal and defined $newVal;
|
2594
|
+
$$options{$param} = $newVal;
|
2590
2595
|
} elsif (lc $param eq 'geodir') {
|
2591
2596
|
$Image::ExifTool::Geolocation::geoDir = $newVal;
|
2592
2597
|
} else {
|
@@ -9151,10 +9156,11 @@ sub AddTagToTable($$;$$)
|
|
9151
9156
|
# Handle simple extraction of new tag information
|
9152
9157
|
# Inputs: 0) ExifTool object ref, 1) tag table reference, 2) tagID, 3) value,
|
9153
9158
|
# 4-N) parameters hash: Index, DataPt, DataPos, Base, Start, Size, Parent,
|
9154
|
-
# TagInfo, ProcessProc, RAF, Format, Count
|
9159
|
+
# TagInfo, ProcessProc, RAF, Format, Count, MakeTagInfo
|
9155
9160
|
# Returns: tag key or undef if tag not found
|
9156
9161
|
# Notes: if value is not defined, it is extracted from DataPt using TagInfo
|
9157
9162
|
# Format and Count if provided
|
9163
|
+
# - set MakeTagInfo to add tag info for unknown tags with name made from tag ID
|
9158
9164
|
sub HandleTag($$$$;%)
|
9159
9165
|
{
|
9160
9166
|
my ($self, $tagTablePtr, $tag, $val, %parms) = @_;
|
@@ -9166,6 +9172,14 @@ sub HandleTag($$$$;%)
|
|
9166
9172
|
|
9167
9173
|
if ($tagInfo) {
|
9168
9174
|
$subdir = $$tagInfo{SubDirectory};
|
9175
|
+
} elsif ($parms{MakeTagInfo}) {
|
9176
|
+
$self->VPrint(0, $$self{INDENT}, "[adding $tag]\n") if $verbose;
|
9177
|
+
my $name = $tag;
|
9178
|
+
$name =~ s/([^A-Za-z])([a-z])/$1\u$2/g; # capitalize words
|
9179
|
+
$name =~ tr/-_a-zA-Z0-9//dc; # remove illegal characters
|
9180
|
+
$name = "Tag$name" if length($name) < 2 or $name =~ /^[-0-9]/;
|
9181
|
+
$tagInfo = { Name => ucfirst($name) };
|
9182
|
+
AddTagToTable($tagTablePtr, $tag, $tagInfo);
|
9169
9183
|
} else {
|
9170
9184
|
return undef unless $verbose;
|
9171
9185
|
$tagInfo = { Name => "tag $tag" }; # create temporary tagInfo hash
|
data/bin/lib/Image/ExifTool.pod
CHANGED
@@ -993,6 +993,33 @@ Password for reading/writing password-protected PDF documents. Ignored if a
|
|
993
993
|
password is not required. Character encoding of the password is determined
|
994
994
|
by the value of the Charset option at processing time. Default is undef.
|
995
995
|
|
996
|
+
=item Plot
|
997
|
+
|
998
|
+
Settings to override defaults for SVG plot feature. Value is a comma
|
999
|
+
delimited string of settings, or undef to revert to default settings.
|
1000
|
+
Settings are accumulated if this option is set multiple times. Commas in
|
1001
|
+
the settings must be escaped as ",". Valid settings and their default
|
1002
|
+
values are:
|
1003
|
+
|
1004
|
+
"Type=Line" - plot type (Line, Scatter or Histogram)
|
1005
|
+
"Style=Line" - data style (Line, Marker and/or Fill)
|
1006
|
+
"NBins=20" - number of bins for histogram plot
|
1007
|
+
"Size=800 600" - width,height of output image
|
1008
|
+
"Margin=60 15 15 30" - left,top,right,bottom margins around plot area
|
1009
|
+
"Legend=0 0" - x,y offset to shift plot legend
|
1010
|
+
"TxtPad=10 10" - padding between text and x,y scale
|
1011
|
+
"LineSpacing=20" - spacing between text lines
|
1012
|
+
Title, XLabel, YLabel - plot title and x/y axis labels (no default)
|
1013
|
+
XMin, XMax - x axis minimum/maximum (autoscaling if not set)
|
1014
|
+
YMin, YMax - y axis minimum/maximum
|
1015
|
+
Split - flag to split strings of numbers into lists
|
1016
|
+
(> 1 to split into lists of N items)
|
1017
|
+
"Grid=darkgray" - grid color
|
1018
|
+
"Text=black" - color of text and plot border
|
1019
|
+
"Bkg=" - background color (default is transparent)
|
1020
|
+
"Cols=red green blue black orange gray purple cyan brown pink"
|
1021
|
+
- colors for plot data
|
1022
|
+
|
996
1023
|
=item PrintConv
|
997
1024
|
|
998
1025
|
Flag to enable automatic print conversion. Also enables inverse
|
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: 13.
|
4
|
+
version: 13.21.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: 2025-
|
12
|
+
date: 2025-03-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: exiftool
|
@@ -256,6 +256,7 @@ files:
|
|
256
256
|
- bin/lib/Image/ExifTool/PhotoCD.pm
|
257
257
|
- bin/lib/Image/ExifTool/PhotoMechanic.pm
|
258
258
|
- bin/lib/Image/ExifTool/Photoshop.pm
|
259
|
+
- bin/lib/Image/ExifTool/Plot.pm
|
259
260
|
- bin/lib/Image/ExifTool/PostScript.pm
|
260
261
|
- bin/lib/Image/ExifTool/PrintIM.pm
|
261
262
|
- bin/lib/Image/ExifTool/Protobuf.pm
|