exiftool_vendored 13.38.0 → 13.41.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 +42 -0
- data/bin/MANIFEST +3 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +49 -47
- data/bin/config_files/local_time.config +55 -0
- data/bin/exiftool +136 -90
- data/bin/lib/Image/ExifTool/Canon.pm +15 -12
- data/bin/lib/Image/ExifTool/DJI.pm +256 -20
- data/bin/lib/Image/ExifTool/Exif.pm +11 -6
- data/bin/lib/Image/ExifTool/Font.pm +388 -121
- data/bin/lib/Image/ExifTool/Geolocation.pm +10 -7
- data/bin/lib/Image/ExifTool/Geotag.pm +18 -1
- data/bin/lib/Image/ExifTool/ICC_Profile.pm +2 -1
- data/bin/lib/Image/ExifTool/LNK.pm +77 -3
- data/bin/lib/Image/ExifTool/OOXML.pm +3 -2
- data/bin/lib/Image/ExifTool/Olympus.pm +5 -2
- data/bin/lib/Image/ExifTool/Pentax.pm +7 -2
- data/bin/lib/Image/ExifTool/QuickTime.pm +22 -4
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +42 -35
- data/bin/lib/Image/ExifTool/Red.pm +19 -9
- data/bin/lib/Image/ExifTool/Sony.pm +14 -9
- data/bin/lib/Image/ExifTool/TagLookup.pm +31 -0
- data/bin/lib/Image/ExifTool/TagNames.pod +164 -24
- data/bin/lib/Image/ExifTool/XMP2.pl +11 -5
- data/bin/lib/Image/ExifTool.pm +25 -8
- data/bin/lib/Image/ExifTool.pod +52 -45
- data/bin/perl-Image-ExifTool.spec +47 -46
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b44cbb111004a5ad11908f51cc4df6fdb3408e89fe85601272c4a842be84530
|
|
4
|
+
data.tar.gz: 9fb67bb8d2dc211216e00bfc588ea0da0eead4ca9580feeb4b8dd8a92b7fbec6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f572f1cc80a9d132fce1708b51c4f644518df142874e852cf26ff828d8f3840ad9bd130a7d788690d9a682ecd38d703ce732940ee3147bc712094c92928c6714
|
|
7
|
+
data.tar.gz: 87ba2fe582b1808334ad6e0a8581eef8153a91c50cad28f9374cd2aee6507aa6c07d0ea0a74769f2e8a87f5f2feca5f5767967d2ca200e2f5b7469fb4e1ab94a
|
data/bin/Changes
CHANGED
|
@@ -7,6 +7,48 @@ RSS feed: https://exiftool.org/rss.xml
|
|
|
7
7
|
Note: The most recent production release is Version 13.36. (Other versions are
|
|
8
8
|
considered development releases, and are not uploaded to MetaCPAN.)
|
|
9
9
|
|
|
10
|
+
Nov. 5, 2025 - Version 13.41
|
|
11
|
+
|
|
12
|
+
- Added a new Canon LensType
|
|
13
|
+
- Added Extra MakerNoteByteOrder tag
|
|
14
|
+
- Added byte-order indication to the -v3 output for EXIF and BinaryData
|
|
15
|
+
directories
|
|
16
|
+
- Added a new Panasonic/Olympus LensType (github #363)
|
|
17
|
+
- Added a new ProfileCMMType value (thanks Herb)
|
|
18
|
+
- Extract EnvironmentTarget from LNK files (github #362)
|
|
19
|
+
- Extract HighlightMarkers from DJI videos
|
|
20
|
+
- Decode another Red tag
|
|
21
|
+
- Recognize LRF file extension
|
|
22
|
+
- Updated CanonColorData decoding for the R50V
|
|
23
|
+
- Enhanced -csv= and -json= database import options to support full
|
|
24
|
+
redirection and advanced formatting expressions
|
|
25
|
+
- Require tags to be specified after the corresponding -csv= or -json= option
|
|
26
|
+
when importing specific tags from a database
|
|
27
|
+
- Fixed problem reading R3D images from the Red Komodo
|
|
28
|
+
|
|
29
|
+
Oct. 24, 2025 - Version 13.40
|
|
30
|
+
|
|
31
|
+
- Added read support for WOFF and WOFF2 font files (github #358)
|
|
32
|
+
- Added read support for Windows .URL files
|
|
33
|
+
- Added new XMP-iptcExt generative AI tags (thanks IPTC)
|
|
34
|
+
- Added config_files/local_time.config to the full distribution
|
|
35
|
+
- Enhanced CSV import to allow SourceFile entries with a different case
|
|
36
|
+
|
|
37
|
+
Oct. 15, 2025 - Version 13.39
|
|
38
|
+
|
|
39
|
+
- Added a few new Sony lens types and improved support for a few new cameras
|
|
40
|
+
(thanks Jos Roost)
|
|
41
|
+
- Added a new Olympus LensType (thanks Karsten Gieselmann)
|
|
42
|
+
- Added some new Pentax PictureMode values (thanks Karsten Gieselmann)
|
|
43
|
+
- Decode GPS from a number of new DJI protobuf formats (thanks Juan Irache,
|
|
44
|
+
github #355)
|
|
45
|
+
- Improved identification of M4A audio files (github #80)
|
|
46
|
+
- Properly recognize VSDX files (github #357)
|
|
47
|
+
- Patched to use date from the previous RMC sentence when missing an RMC
|
|
48
|
+
sentence in timed GPS from the buggy NextBase 662GW
|
|
49
|
+
- API Changes:
|
|
50
|
+
- Added GeoHPosErr option to set GPSHPositioningError when geotagging
|
|
51
|
+
|
|
10
52
|
Sept. 30, 2025 - Version 13.38
|
|
11
53
|
|
|
12
54
|
- Added read support for DSF audio files (github #331)
|
data/bin/MANIFEST
CHANGED
|
@@ -27,6 +27,7 @@ config_files/fotoware.config
|
|
|
27
27
|
config_files/frameCount.config
|
|
28
28
|
config_files/gps2utm.config
|
|
29
29
|
config_files/guano.config
|
|
30
|
+
config_files/local_time.config
|
|
30
31
|
config_files/nksc.config
|
|
31
32
|
config_files/onone.config
|
|
32
33
|
config_files/photoshop_paths.config
|
|
@@ -695,6 +696,7 @@ t/KyoceraRaw.t
|
|
|
695
696
|
t/KyoceraRaw_2.out
|
|
696
697
|
t/LNK.t
|
|
697
698
|
t/LNK_2.out
|
|
699
|
+
t/LNK_3.out
|
|
698
700
|
t/Lang.t
|
|
699
701
|
t/Lang_1.out
|
|
700
702
|
t/Lang_10.out
|
|
@@ -1122,6 +1124,7 @@ t/images/Jpeg2000.jp2
|
|
|
1122
1124
|
t/images/Kodak.jpg
|
|
1123
1125
|
t/images/KyoceraRaw.raw
|
|
1124
1126
|
t/images/LNK.lnk
|
|
1127
|
+
t/images/LNK.url
|
|
1125
1128
|
t/images/Lytro.lfp
|
|
1126
1129
|
t/images/M2TS.mts
|
|
1127
1130
|
t/images/MIE.mie
|
data/bin/META.json
CHANGED
data/bin/META.yml
CHANGED
data/bin/README
CHANGED
|
@@ -14,51 +14,52 @@ supported by ExifTool (r = read, w = write, c = create):
|
|
|
14
14
|
|
|
15
15
|
File Types
|
|
16
16
|
------------+-------------+-------------+-------------+------------
|
|
17
|
-
360 r/w |
|
|
18
|
-
3FR r |
|
|
19
|
-
3G2 r/w |
|
|
20
|
-
3GP r/w |
|
|
21
|
-
7Z r |
|
|
22
|
-
A r |
|
|
23
|
-
AA r |
|
|
24
|
-
AAC r |
|
|
25
|
-
AAE r |
|
|
26
|
-
AAX r/w |
|
|
27
|
-
ACR r |
|
|
28
|
-
AFM r |
|
|
29
|
-
AI r/w |
|
|
30
|
-
AIFF r |
|
|
31
|
-
APE r |
|
|
32
|
-
ARQ r/w |
|
|
33
|
-
ARW r/w |
|
|
34
|
-
ASF r |
|
|
35
|
-
AVI r |
|
|
36
|
-
AVIF r/w |
|
|
37
|
-
AZW r |
|
|
38
|
-
BMP r |
|
|
39
|
-
BPG r |
|
|
40
|
-
BTF r |
|
|
41
|
-
C2PA r |
|
|
42
|
-
CHM r |
|
|
43
|
-
COS r |
|
|
44
|
-
CR2 r/w |
|
|
45
|
-
CR3 r/w |
|
|
46
|
-
CRM r/w |
|
|
47
|
-
CRW r/w |
|
|
48
|
-
CS1 r/w |
|
|
49
|
-
CSV r |
|
|
50
|
-
CUR r |
|
|
51
|
-
CZI r |
|
|
52
|
-
DCM r |
|
|
53
|
-
DCP r/w |
|
|
54
|
-
DCR r |
|
|
55
|
-
DFONT r |
|
|
56
|
-
DIVX r |
|
|
57
|
-
DJVU r |
|
|
58
|
-
DLL r |
|
|
59
|
-
DNG r/w |
|
|
60
|
-
DOC r |
|
|
61
|
-
DOCX r |
|
|
17
|
+
360 r/w | DR4 r/w/c | JP2 r/w | ODT r | RWL r/w
|
|
18
|
+
3FR r | DSF r | JPEG r/w | OFR r | RWZ r
|
|
19
|
+
3G2 r/w | DSS r | JSON r | OGG r | RM r
|
|
20
|
+
3GP r/w | DV r | JXL r/w | OGV r | SEQ r
|
|
21
|
+
7Z r | DVB r/w | K25 r | ONP r | SKETCH r
|
|
22
|
+
A r | DVR-MS r | KDC r | OPUS r | SO r
|
|
23
|
+
AA r | DYLIB r | KEY r | ORF r/w | SR2 r/w
|
|
24
|
+
AAC r | EIP r | LA r | ORI r/w | SRF r
|
|
25
|
+
AAE r | EPS r/w | LFP r | OTF r | SRW r/w
|
|
26
|
+
AAX r/w | EPUB r | LIF r | PAC r | SVG r
|
|
27
|
+
ACR r | ERF r/w | LNK r | PAGES r | SWF r
|
|
28
|
+
AFM r | EXE r | LRV r/w | PBM r/w | THM r/w
|
|
29
|
+
AI r/w | EXIF r/w/c | M2TS r | PCAP r | TIFF r/w
|
|
30
|
+
AIFF r | EXR r | M4A/V r/w | PCAPNG r | TNEF r
|
|
31
|
+
APE r | EXV r/w/c | MACOS r | PCD r | TORRENT r
|
|
32
|
+
ARQ r/w | F4A/V r/w | MAX r | PCX r | TTC r
|
|
33
|
+
ARW r/w | FFF r/w | MEF r/w | PDB r | TTF r
|
|
34
|
+
ASF r | FITS r | MIE r/w/c | PDF r/w | TXT r
|
|
35
|
+
AVI r | FLA r | MIFF r | PEF r/w | URL r
|
|
36
|
+
AVIF r/w | FLAC r | MKA r | PFA r | VCF r
|
|
37
|
+
AZW r | FLIF r/w | MKS r | PFB r | VNT r
|
|
38
|
+
BMP r | FLV r | MKV r | PFM r | VRD r/w/c
|
|
39
|
+
BPG r | FPF r | MNG r/w | PGF r | VSD r
|
|
40
|
+
BTF r | FPX r | MOBI r | PGM r/w | VSDX r
|
|
41
|
+
C2PA r | GIF r/w | MODD r | PLIST r | WAV r
|
|
42
|
+
CHM r | GLV r/w | MOI r | PICT r | WDP r/w
|
|
43
|
+
COS r | GPR r/w | MOS r/w | PMP r | WEBP r/w
|
|
44
|
+
CR2 r/w | GZ r | MOV r/w | PNG r/w | WEBM r
|
|
45
|
+
CR3 r/w | HDP r/w | MP3 r | PPM r/w | WMA r
|
|
46
|
+
CRM r/w | HDR r | MP4 r/w | PPT r | WMV r
|
|
47
|
+
CRW r/w | HEIC r/w | MPC r | PPTX r | WOFF r
|
|
48
|
+
CS1 r/w | HEIF r/w | MPG r | PS r/w | WOFF2 r
|
|
49
|
+
CSV r | HTML r | MPO r/w | PSB r/w | WPG r
|
|
50
|
+
CUR r | ICC r/w/c | MQV r/w | PSD r/w | WTV r
|
|
51
|
+
CZI r | ICO r | MRC r | PSP r | WV r
|
|
52
|
+
DCM r | ICS r | MRW r/w | QTIF r/w | X3F r/w
|
|
53
|
+
DCP r/w | IDML r | MXF r | R3D r | XCF r
|
|
54
|
+
DCR r | IIQ r/w | NEF r/w | RA r | XISF r
|
|
55
|
+
DFONT r | IND r/w | NKA r | RAF r/w | XLS r
|
|
56
|
+
DIVX r | INSP r/w | NKSC r/w | RAM r | XLSX r
|
|
57
|
+
DJVU r | INSV r | NRW r/w | RAR r | XMP r/w/c
|
|
58
|
+
DLL r | INX r | NUMBERS r | RAW r/w | ZIP r
|
|
59
|
+
DNG r/w | ISO r | NXD r | RIFF r |
|
|
60
|
+
DOC r | ITC r | O r | RSRC r |
|
|
61
|
+
DOCX r | J2C r | ODP r | RTF r |
|
|
62
|
+
DPX r | JNG r/w | ODS r | RW2 r/w |
|
|
62
63
|
|
|
63
64
|
Meta Information
|
|
64
65
|
----------------------+----------------------+---------------------
|
|
@@ -110,8 +111,8 @@ your home directory, then you would type the following commands in a
|
|
|
110
111
|
terminal window to extract and run ExifTool:
|
|
111
112
|
|
|
112
113
|
cd ~/Desktop
|
|
113
|
-
gzip -dc Image-ExifTool-13.
|
|
114
|
-
cd Image-ExifTool-13.
|
|
114
|
+
gzip -dc Image-ExifTool-13.41.tar.gz | tar -xf -
|
|
115
|
+
cd Image-ExifTool-13.41
|
|
115
116
|
./exiftool t/images/ExifTool.jpg
|
|
116
117
|
|
|
117
118
|
Note: These commands extract meta information from one of the test images.
|
|
@@ -209,6 +210,7 @@ distribution package:
|
|
|
209
210
|
frameCount.config - Extract FrameCount from MP4 videos
|
|
210
211
|
gps2utm.config - Generate UTM coordinate tags from GPS info
|
|
211
212
|
guano.config - Decode individual tags from Guano metadata
|
|
213
|
+
local_time.config - Determine local time from GPS information
|
|
212
214
|
nksc.config - Decode tags in Nikon ViewNX NKSC files
|
|
213
215
|
onone.config - Definitions for writing On1 XMP tags
|
|
214
216
|
photoshop_paths.config - For extracting or copying Photoshop paths
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
#------------------------------------------------------------------------------
|
|
2
|
+
# File: local_time.config
|
|
3
|
+
#
|
|
4
|
+
# Description: Determine local time based on GPS location and GPSDateTime
|
|
5
|
+
#
|
|
6
|
+
# Notes: 1. Requires that the API TimeZone option functions properly
|
|
7
|
+
# using an IANA time zone name (like "America/New_York"), so
|
|
8
|
+
# this may not work on Windows systems.
|
|
9
|
+
#
|
|
10
|
+
# 2. Time is based on GPSDateTime preferentially, otherwise
|
|
11
|
+
# DateTimeOriginal then CreateDate assuming the system time
|
|
12
|
+
# zone unless the corresponding OffsetTime tag exists.
|
|
13
|
+
#
|
|
14
|
+
# Usage: exiftool -config local_time.config -localtime FILE
|
|
15
|
+
#
|
|
16
|
+
# Requires: ExifTool version 12.78 or later
|
|
17
|
+
#
|
|
18
|
+
# Revisions: 2025-10-19 - P. Harvey Created
|
|
19
|
+
#------------------------------------------------------------------------------
|
|
20
|
+
|
|
21
|
+
%Image::ExifTool::UserDefined = (
|
|
22
|
+
'Image::ExifTool::Composite' => {
|
|
23
|
+
LocalTime => {
|
|
24
|
+
Groups => { 2 => 'Time' },
|
|
25
|
+
Require => {
|
|
26
|
+
0 => 'GPSLatitude',
|
|
27
|
+
1 => 'GPSLongitude',
|
|
28
|
+
},
|
|
29
|
+
Desire => {
|
|
30
|
+
2 => 'GPSDateTime',
|
|
31
|
+
3 => 'SubSecDateTimeOriginal',
|
|
32
|
+
4 => 'SubSecCreateDate',
|
|
33
|
+
5 => 'DateTimeOriginal',
|
|
34
|
+
6 => 'CreateDate',
|
|
35
|
+
},
|
|
36
|
+
ValueConv => q{
|
|
37
|
+
require Image::ExifTool::Geolocation;
|
|
38
|
+
my ($loc) = Image::ExifTool::Geolocation::Geolocate("$val[0],$val[1]");
|
|
39
|
+
return undef unless $loc;
|
|
40
|
+
my $time = $val[2] || $val[3] || $val[4] || $val[5] || $val[6];
|
|
41
|
+
return undef unless $time;
|
|
42
|
+
my $secs = Image::ExifTool::GetUnixTime($time, 1);
|
|
43
|
+
return undef unless $secs;
|
|
44
|
+
my @info = Image::ExifTool::Geolocation::GetEntry($$loc[0]);
|
|
45
|
+
$self->Options(TimeZone => $info[5]);
|
|
46
|
+
my $localTime = Image::ExifTool::ConvertUnixTime($secs, 1);
|
|
47
|
+
$self->Options(TimeZone => undef);
|
|
48
|
+
return $localTime;
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
);
|
|
53
|
+
|
|
54
|
+
1; #end
|
|
55
|
+
|