exiftool_vendored 13.10.0 → 13.14.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 +82 -19
- data/bin/MANIFEST +6 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +3 -3
- data/bin/arg_files/exif2xmp.args +4 -0
- data/bin/arg_files/xmp2exif.args +2 -1
- data/bin/build_geolocation +1 -1
- data/bin/exiftool +208 -150
- data/bin/lib/File/RandomAccess.pm +1 -1
- data/bin/lib/File/RandomAccess.pod +2 -2
- data/bin/lib/Image/ExifTool/AAC.pm +1 -1
- data/bin/lib/Image/ExifTool/AES.pm +1 -1
- data/bin/lib/Image/ExifTool/AFCP.pm +6 -6
- data/bin/lib/Image/ExifTool/AIFF.pm +1 -1
- data/bin/lib/Image/ExifTool/APE.pm +1 -1
- data/bin/lib/Image/ExifTool/APP12.pm +1 -1
- data/bin/lib/Image/ExifTool/ASF.pm +1 -1
- data/bin/lib/Image/ExifTool/Apple.pm +1 -1
- data/bin/lib/Image/ExifTool/Audible.pm +1 -1
- data/bin/lib/Image/ExifTool/BMP.pm +1 -1
- data/bin/lib/Image/ExifTool/BPG.pm +1 -1
- data/bin/lib/Image/ExifTool/BZZ.pm +1 -1
- data/bin/lib/Image/ExifTool/BigTIFF.pm +1 -1
- data/bin/lib/Image/ExifTool/BuildTagLookup.pm +29 -18
- data/bin/lib/Image/ExifTool/CBOR.pm +1 -1
- data/bin/lib/Image/ExifTool/Canon.pm +8 -4
- data/bin/lib/Image/ExifTool/CanonCustom.pm +1 -1
- data/bin/lib/Image/ExifTool/CanonRaw.pm +1 -1
- data/bin/lib/Image/ExifTool/CanonVRD.pm +1 -1
- data/bin/lib/Image/ExifTool/CaptureOne.pm +1 -1
- data/bin/lib/Image/ExifTool/Casio.pm +1 -1
- data/bin/lib/Image/ExifTool/Charset.pm +1 -1
- data/bin/lib/Image/ExifTool/DICOM.pm +1 -1
- data/bin/lib/Image/ExifTool/DJI.pm +150 -46
- data/bin/lib/Image/ExifTool/DNG.pm +1 -1
- data/bin/lib/Image/ExifTool/DPX.pm +1 -1
- data/bin/lib/Image/ExifTool/DV.pm +1 -1
- data/bin/lib/Image/ExifTool/DarwinCore.pm +1 -1
- data/bin/lib/Image/ExifTool/DjVu.pm +1 -1
- data/bin/lib/Image/ExifTool/EXE.pm +123 -32
- data/bin/lib/Image/ExifTool/Exif.pm +7 -4
- data/bin/lib/Image/ExifTool/FITS.pm +1 -1
- data/bin/lib/Image/ExifTool/FLAC.pm +1 -1
- data/bin/lib/Image/ExifTool/FLIF.pm +1 -1
- data/bin/lib/Image/ExifTool/FLIR.pm +1 -1
- data/bin/lib/Image/ExifTool/Fixup.pm +1 -1
- data/bin/lib/Image/ExifTool/Flash.pm +1 -1
- data/bin/lib/Image/ExifTool/FlashPix.pm +1 -1
- data/bin/lib/Image/ExifTool/Font.pm +1 -1
- data/bin/lib/Image/ExifTool/FotoStation.pm +1 -1
- data/bin/lib/Image/ExifTool/FujiFilm.pm +1 -1
- data/bin/lib/Image/ExifTool/GE.pm +1 -1
- data/bin/lib/Image/ExifTool/GIF.pm +1 -1
- data/bin/lib/Image/ExifTool/GIMP.pm +1 -1
- data/bin/lib/Image/ExifTool/GM.pm +1 -1
- data/bin/lib/Image/ExifTool/GPS.pm +1 -1
- data/bin/lib/Image/ExifTool/GeoTiff.pm +1 -1
- data/bin/lib/Image/ExifTool/Geolocation.pm +17 -8
- data/bin/lib/Image/ExifTool/Geotag.pm +1 -1
- data/bin/lib/Image/ExifTool/GoPro.pm +1 -1
- data/bin/lib/Image/ExifTool/H264.pm +1 -1
- data/bin/lib/Image/ExifTool/HP.pm +1 -1
- data/bin/lib/Image/ExifTool/HTML.pm +1 -1
- data/bin/lib/Image/ExifTool/HtmlDump.pm +1 -1
- data/bin/lib/Image/ExifTool/ICC_Profile.pm +1 -1
- data/bin/lib/Image/ExifTool/ICO.pm +1 -1
- data/bin/lib/Image/ExifTool/ID3.pm +1 -1
- data/bin/lib/Image/ExifTool/IPTC.pm +8 -5
- data/bin/lib/Image/ExifTool/ISO.pm +1 -1
- data/bin/lib/Image/ExifTool/ITC.pm +1 -1
- data/bin/lib/Image/ExifTool/Import.pm +5 -4
- data/bin/lib/Image/ExifTool/InDesign.pm +1 -1
- data/bin/lib/Image/ExifTool/InfiRay.pm +1 -1
- data/bin/lib/Image/ExifTool/JPEG.pm +6 -2
- data/bin/lib/Image/ExifTool/JPEGDigest.pm +1 -1
- data/bin/lib/Image/ExifTool/JSON.pm +1 -1
- data/bin/lib/Image/ExifTool/JVC.pm +1 -1
- data/bin/lib/Image/ExifTool/Jpeg2000.pm +1 -1
- data/bin/lib/Image/ExifTool/Kodak.pm +1 -1
- data/bin/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
- data/bin/lib/Image/ExifTool/LIF.pm +1 -1
- data/bin/lib/Image/ExifTool/LNK.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/cs.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/de.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/fi.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/fr.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/it.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/ja.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/ko.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/nl.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/pl.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/ru.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/sk.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/sv.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/tr.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
- data/bin/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
- data/bin/lib/Image/ExifTool/Leaf.pm +1 -1
- data/bin/lib/Image/ExifTool/LigoGPS.pm +409 -0
- data/bin/lib/Image/ExifTool/Lytro.pm +1 -1
- data/bin/lib/Image/ExifTool/M2TS.pm +22 -13
- data/bin/lib/Image/ExifTool/MIE.pm +1 -1
- data/bin/lib/Image/ExifTool/MIEUnits.pod +1 -1
- data/bin/lib/Image/ExifTool/MIFF.pm +1 -1
- data/bin/lib/Image/ExifTool/MISB.pm +1 -1
- data/bin/lib/Image/ExifTool/MNG.pm +1 -1
- data/bin/lib/Image/ExifTool/MOI.pm +1 -1
- data/bin/lib/Image/ExifTool/MPC.pm +1 -1
- data/bin/lib/Image/ExifTool/MPEG.pm +1 -1
- data/bin/lib/Image/ExifTool/MPF.pm +1 -1
- data/bin/lib/Image/ExifTool/MRC.pm +1 -1
- data/bin/lib/Image/ExifTool/MWG.pm +1 -1
- data/bin/lib/Image/ExifTool/MXF.pm +1 -1
- data/bin/lib/Image/ExifTool/MacOS.pm +1 -1
- data/bin/lib/Image/ExifTool/MakerNotes.pm +1 -1
- data/bin/lib/Image/ExifTool/Matroska.pm +12 -4
- data/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
- data/bin/lib/Image/ExifTool/Minolta.pm +1 -1
- data/bin/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
- data/bin/lib/Image/ExifTool/Motorola.pm +1 -1
- data/bin/lib/Image/ExifTool/Nikon.pm +166 -35
- data/bin/lib/Image/ExifTool/NikonCapture.pm +1 -1
- data/bin/lib/Image/ExifTool/NikonCustom.pm +1 -1
- data/bin/lib/Image/ExifTool/NikonSettings.pm +1 -1
- data/bin/lib/Image/ExifTool/Nintendo.pm +1 -1
- data/bin/lib/Image/ExifTool/OOXML.pm +1 -1
- data/bin/lib/Image/ExifTool/Ogg.pm +1 -1
- data/bin/lib/Image/ExifTool/Olympus.pm +1 -1
- data/bin/lib/Image/ExifTool/OpenEXR.pm +1 -1
- data/bin/lib/Image/ExifTool/Opus.pm +1 -1
- data/bin/lib/Image/ExifTool/Other.pm +1 -1
- data/bin/lib/Image/ExifTool/PCX.pm +1 -1
- data/bin/lib/Image/ExifTool/PDF.pm +1 -1
- data/bin/lib/Image/ExifTool/PGF.pm +1 -1
- data/bin/lib/Image/ExifTool/PICT.pm +1 -1
- data/bin/lib/Image/ExifTool/PLIST.pm +1 -1
- data/bin/lib/Image/ExifTool/PLUS.pm +1 -1
- data/bin/lib/Image/ExifTool/PNG.pm +1 -1
- data/bin/lib/Image/ExifTool/PPM.pm +1 -1
- data/bin/lib/Image/ExifTool/PSP.pm +1 -1
- data/bin/lib/Image/ExifTool/Palm.pm +1 -1
- data/bin/lib/Image/ExifTool/Panasonic.pm +20 -2
- data/bin/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
- data/bin/lib/Image/ExifTool/Parrot.pm +1 -1
- data/bin/lib/Image/ExifTool/Pentax.pm +1 -1
- data/bin/lib/Image/ExifTool/PhaseOne.pm +1 -1
- data/bin/lib/Image/ExifTool/PhotoCD.pm +1 -1
- data/bin/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
- data/bin/lib/Image/ExifTool/Photoshop.pm +1 -1
- data/bin/lib/Image/ExifTool/PostScript.pm +1 -1
- data/bin/lib/Image/ExifTool/PrintIM.pm +1 -1
- data/bin/lib/Image/ExifTool/Protobuf.pm +48 -20
- data/bin/lib/Image/ExifTool/Qualcomm.pm +1 -1
- data/bin/lib/Image/ExifTool/QuickTime.pm +206 -66
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +21 -303
- data/bin/lib/Image/ExifTool/README +4 -0
- data/bin/lib/Image/ExifTool/RIFF.pm +1 -1
- data/bin/lib/Image/ExifTool/RSRC.pm +1 -1
- data/bin/lib/Image/ExifTool/RTF.pm +1 -1
- data/bin/lib/Image/ExifTool/Radiance.pm +1 -1
- data/bin/lib/Image/ExifTool/Rawzor.pm +1 -1
- data/bin/lib/Image/ExifTool/Real.pm +1 -1
- data/bin/lib/Image/ExifTool/Reconyx.pm +1 -1
- data/bin/lib/Image/ExifTool/Red.pm +1 -1
- data/bin/lib/Image/ExifTool/Ricoh.pm +1 -1
- data/bin/lib/Image/ExifTool/Samsung.pm +2 -2
- data/bin/lib/Image/ExifTool/Sanyo.pm +1 -1
- data/bin/lib/Image/ExifTool/Scalado.pm +1 -1
- data/bin/lib/Image/ExifTool/Shift.pl +1 -1
- data/bin/lib/Image/ExifTool/Shortcuts.pm +1 -1
- data/bin/lib/Image/ExifTool/Sigma.pm +1 -1
- data/bin/lib/Image/ExifTool/SigmaRaw.pm +1 -1
- data/bin/lib/Image/ExifTool/Sony.pm +1 -1
- data/bin/lib/Image/ExifTool/SonyIDC.pm +1 -1
- data/bin/lib/Image/ExifTool/Stim.pm +1 -1
- data/bin/lib/Image/ExifTool/TagInfoXML.pm +2 -2
- data/bin/lib/Image/ExifTool/TagLookup.pm +3449 -3435
- data/bin/lib/Image/ExifTool/TagNames.pod +164 -47
- data/bin/lib/Image/ExifTool/Text.pm +1 -1
- data/bin/lib/Image/ExifTool/Theora.pm +1 -1
- data/bin/lib/Image/ExifTool/Torrent.pm +3 -3
- data/bin/lib/Image/ExifTool/Unknown.pm +1 -1
- data/bin/lib/Image/ExifTool/VCard.pm +1 -1
- data/bin/lib/Image/ExifTool/Validate.pm +1 -1
- data/bin/lib/Image/ExifTool/Vivo.pm +124 -0
- data/bin/lib/Image/ExifTool/Vorbis.pm +1 -1
- data/bin/lib/Image/ExifTool/WPG.pm +1 -1
- data/bin/lib/Image/ExifTool/WTV.pm +1 -1
- data/bin/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
- data/bin/lib/Image/ExifTool/WriteExif.pl +1 -1
- data/bin/lib/Image/ExifTool/WriteIPTC.pl +1 -1
- data/bin/lib/Image/ExifTool/WritePDF.pl +1 -1
- data/bin/lib/Image/ExifTool/WritePNG.pl +1 -1
- data/bin/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
- data/bin/lib/Image/ExifTool/WritePostScript.pl +1 -1
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +74 -43
- data/bin/lib/Image/ExifTool/WriteRIFF.pl +1 -1
- data/bin/lib/Image/ExifTool/WriteXMP.pl +1 -1
- data/bin/lib/Image/ExifTool/Writer.pl +21 -16
- data/bin/lib/Image/ExifTool/XISF.pm +1 -1
- data/bin/lib/Image/ExifTool/XMP.pm +1 -1
- data/bin/lib/Image/ExifTool/XMP2.pl +1 -1
- data/bin/lib/Image/ExifTool/XMPStruct.pl +1 -1
- data/bin/lib/Image/ExifTool/ZIP.pm +1 -1
- data/bin/lib/Image/ExifTool/ZISRAW.pm +1 -1
- data/bin/lib/Image/ExifTool/iWork.pm +1 -1
- data/bin/lib/Image/ExifTool.pm +34 -12
- data/bin/lib/Image/ExifTool.pod +57 -46
- data/bin/perl-Image-ExifTool.spec +1 -1
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84e9102db0da669ac4a4f0a5c4cb35058eee35318fa727ecf365f36341e9d9b9
|
4
|
+
data.tar.gz: baef093ba9ac71da9d59fc8239d9ca9ea3a5bab5a856fca5f33a3f8fcf6e6ba8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a4abf6f32a17150d1b3b30b43204b8440b1e0c600df23ac992085a423942105067e02922cdcfdfa3a185fa867e138eab5e1a3a4cf3add9b8113afa6e167a038
|
7
|
+
data.tar.gz: da5b5975b6c1d20dc90d3c45179892297ab655f5e2dd76bac6180221ff5598895da66abc76a073561175d30a490444d56f701860e54fc70f21e93cd55cc0fd2d
|
data/bin/Changes
CHANGED
@@ -7,6 +7,62 @@ RSS feed: https://exiftool.org/rss.xml
|
|
7
7
|
Note: The most recent production release is Version 13.10. (Other versions are
|
8
8
|
considered development releases, and are not uploaded to MetaCPAN.)
|
9
9
|
|
10
|
+
Jan. 20, 2025 - Version 13.14
|
11
|
+
|
12
|
+
- Fixed bug where ItemList tags weren't created when creating new AudioKeys or
|
13
|
+
VideoKeys tags in the same command and neither tag group pre-existed in the
|
14
|
+
file
|
15
|
+
|
16
|
+
Jan. 20, 2025 - Version 13.13
|
17
|
+
|
18
|
+
- Added ability to write tags to the audio/video tracks of MOV/MP4 videos
|
19
|
+
using the new AudioKeys and VideoKeys group names
|
20
|
+
- Added support for another DJI protobuf format (Mavic 3)
|
21
|
+
- Decode yet another type of LIGOGPSINFO timed GPS from a dashcam video
|
22
|
+
- Extract some proprietary information from JPEG images of Vivo phones
|
23
|
+
- Enhanced Geolocation feature to allow the nearest cities to a specified city
|
24
|
+
to be returned
|
25
|
+
- Updated xmp2exif.args and exif2xmp.args to properly handle time zones in
|
26
|
+
XMP-exif date/time tags
|
27
|
+
- Changed family 1 group names for Keys, ItemList and UserData tags in a track
|
28
|
+
- Patched github #306 issue where a torrent file would return a format error
|
29
|
+
when reading if it didn't contain an "announce" or "created by" entry
|
30
|
+
- Fixed "uninitialized value" runtime warning when reading some EXE files
|
31
|
+
- Fixed -diff output to add colon missing from some lines when used with -g
|
32
|
+
|
33
|
+
Jan. 13, 2025 - Version 13.12
|
34
|
+
|
35
|
+
- Added a few new Panasonic AFAreaMode values (thanks Andrew J)
|
36
|
+
- Added a couple of new Canon RFLensType values (thanks Norbert Wasser)
|
37
|
+
- Added a -validate warning for duplicate IPTC tags
|
38
|
+
- Decode AF points for some newer Nikon models (thanks Warren Hatch)
|
39
|
+
- Decode a new Panasonic tag (thanks Andrew J)
|
40
|
+
- Decode a couple of previously unknown tags from LIGOGPSINFO records
|
41
|
+
- Extract some PDB information if available from Win32 EXE files (github #303)
|
42
|
+
- Improved handling of duplicate tags in -diff output
|
43
|
+
- Improved handling of QuickTime zero date/time values
|
44
|
+
- Enchanced -csv= and -json= options to allow group names and wildcards to be
|
45
|
+
used when specifying which tags to import
|
46
|
+
- Updated some EXIF:Compression values (github #304)
|
47
|
+
- Changed wording of warning when file time couldn't be updated
|
48
|
+
- Fixed bug introduced in 13.11 reading EXIF from some EXV files
|
49
|
+
- Fixed bug introduced in 12.99 where empty entries in a CSV file weren't
|
50
|
+
ignored as they should be when importing with -csv=
|
51
|
+
- Fixed problem where MWG module wasn't loaded automatically when specifying
|
52
|
+
Composite:MWG:TAG instead of MWG:TAG
|
53
|
+
- Fixed bug where -diff option was inconsistent in its treatment of List
|
54
|
+
values when used with the -sep option
|
55
|
+
|
56
|
+
Jan. 1, 2025 - Version 13.11
|
57
|
+
|
58
|
+
- Added warning for an unknown DJI protobuf schema
|
59
|
+
- Decode timed GPS from DJI Osmo Action 5 videos
|
60
|
+
- Decode yet another type of LIGOGPSINFO timed GPS from a dashcam video
|
61
|
+
- Made Matroska Keywords and Instruments List-type tags
|
62
|
+
- Fixed problem were EXIF couldn't be added to some AVIF files
|
63
|
+
- API Changes:
|
64
|
+
- Added GPSQuadrant option
|
65
|
+
|
10
66
|
Dec. 20, 2024 - Version 13.10 (production release)
|
11
67
|
|
12
68
|
- Added warnings for out-of-order entries in 'iinf' and 'ipma' boxes of HEIC
|
@@ -253,7 +309,7 @@ July 24, 2024 - Version 12.92
|
|
253
309
|
|
254
310
|
July 24, 2024 - Version 12.91
|
255
311
|
|
256
|
-
- Added a couple of new OpenEXR Compression values (github#276)
|
312
|
+
- Added a couple of new OpenEXR Compression values (github #276)
|
257
313
|
- Updated 2 test files that were causing failed tests (ExifTool itself is
|
258
314
|
unchanged)
|
259
315
|
|
@@ -720,7 +776,7 @@ Aug. 10, 2023 - Version 12.65
|
|
720
776
|
provided
|
721
777
|
- Lowered priority of IFD1 tags in ARW images so IFD0/SubIFD take precedence
|
722
778
|
- Changed QuickTime tag names for atID (AlbumTitleID to ArtistID) and plID
|
723
|
-
(PlayListID to AlbumID) (github
|
779
|
+
(PlayListID to AlbumID) (github #216), and added cmID (ComposerID)
|
724
780
|
- Changed Apple:MediaGroupUUID tag name back to ContentIdentifier
|
725
781
|
- Patched the -d option to handle the %s format code internally when writing
|
726
782
|
(avoids problems due to inconsistent behaviour of this format code in the
|
@@ -1271,7 +1327,15 @@ Dec. 8, 2021 - Version 12.37
|
|
1271
1327
|
- Extract TransparentColor from GIF images
|
1272
1328
|
- Improved parsing of input time values for GPSTimeStamp to properly handle a
|
1273
1329
|
"." separator
|
1274
|
-
- Improved warning when incorrectly using "
|
1330
|
+
- Improved warning when incorrectly using "<" instead of "=" to assign a tag
|
1331
|
+
value
|
1332
|
+
- Shortened a few of the new obscenely-long XMP-crs tag names
|
1333
|
+
- Avoid writing XMP-dwc:EventID and XMP-tiff:NativeDigest
|
1334
|
+
- Avoid printing same structure twice in -j and -X output when -l is used
|
1335
|
+
- Fixed typo in a QuickTime tag name (thanks Hubert)
|
1336
|
+
- Fixed two XMP-crs tag names and typo in a NikonSettings value (thanks Herb)
|
1337
|
+
- Fixed patch of version 12.25 to avoid writing XMP which contains an
|
1338
|
+
undefined namespace
|
1275
1339
|
|
1276
1340
|
Nov. 16, 2021 - Version 12.36
|
1277
1341
|
|
@@ -1583,7 +1647,7 @@ Feb. 3, 2021 - Version 12.17
|
|
1583
1647
|
- Avoid extracting audio/video data from AVI videos when -ee -u is used
|
1584
1648
|
- Patched decoding of Canon ContinuousShootingSpeed for newer firmware
|
1585
1649
|
versions of the EOS-1DXmkIII
|
1586
|
-
- Re-worked LensID patch of version 12.00 (github
|
1650
|
+
- Re-worked LensID patch of version 12.00 (github #51)
|
1587
1651
|
- Fixed a few typos in newly-added NikonSettings tags (thanks Herb)
|
1588
1652
|
- Fixed problem where group could not be specified for PNG-pHYs tags when
|
1589
1653
|
writing
|
@@ -1654,7 +1718,7 @@ Nov. 27, 2020 - Version 12.11
|
|
1654
1718
|
|
1655
1719
|
- Added -csvDelim option
|
1656
1720
|
- Added new Canon and Olympus LensType values (thanks LibRaw)
|
1657
|
-
- Added a warning if ICC_Profile is deleted from an image (github
|
1721
|
+
- Added a warning if ICC_Profile is deleted from an image (github #63)
|
1658
1722
|
- EndDir() function for -if option now works when -fileOrder is used
|
1659
1723
|
- Changed FileSize conversion to use binary prefixes since that is how the
|
1660
1724
|
conversion is currently done (eg. MiB instead of MB)
|
@@ -2028,7 +2092,7 @@ Jan. 8, 2020 - Version 11.82
|
|
2028
2092
|
- Added a new Canon LensType
|
2029
2093
|
- Added a new CanonModelID (thanks LibRaw)
|
2030
2094
|
- Added ability to process SubDirectories in QuickTime Keys tags
|
2031
|
-
- Removed minor error when writing PDF 2.0 files (github
|
2095
|
+
- Removed minor error when writing PDF 2.0 files (github #30)
|
2032
2096
|
- Fixed problem where trailing null bytes were removed from binary values in
|
2033
2097
|
the -php output when the -b option was used
|
2034
2098
|
|
@@ -2042,8 +2106,7 @@ Jan. 2, 2020 - Version 11.81
|
|
2042
2106
|
- Patched Composite sub-second date/time tags to do additional validation of
|
2043
2107
|
source EXIF date/time tags before adding sub seconds
|
2044
2108
|
- Fixed problem where -json output could produce invalid JSON when -struct was
|
2045
|
-
used and the structure field names contained special characters (github
|
2046
|
-
issue #32)
|
2109
|
+
used and the structure field names contained special characters (github #32)
|
2047
2110
|
- Fixed spelling in a Panasonic SceneMode value (thanks Hubert)
|
2048
2111
|
|
2049
2112
|
Dec. 17, 2019 - Version 11.80
|
@@ -2063,7 +2126,7 @@ Dec. 12, 2019 - Version 11.79
|
|
2063
2126
|
|
2064
2127
|
- Added support for AVIF files
|
2065
2128
|
- Added new Canon, Sigma and Sony LensType values (thanks LibRaw)
|
2066
|
-
- Made PDF 2.0 writable at your own risk with the -m option (github
|
2129
|
+
- Made PDF 2.0 writable at your own risk with the -m option (github #30)
|
2067
2130
|
- Enhanced -validate feature to warn about duplicate languages in an XMP
|
2068
2131
|
lang-alt list
|
2069
2132
|
- Fixed inconsistency between documentation and ExifTool capabilities for
|
@@ -2149,7 +2212,7 @@ Oct. 16, 2019 - Version 11.71
|
|
2149
2212
|
Oct. 10, 2019 - Version 11.70 (production release)
|
2150
2213
|
|
2151
2214
|
- Added a new CanonModelID (thanks Laurent Clevy)
|
2152
|
-
- Improved identification of Office Open XML files (github
|
2215
|
+
- Improved identification of Office Open XML files (github #27)
|
2153
2216
|
- Removed RAF version check when writing FujiFilm RAF files
|
2154
2217
|
- Limited the number of accelerometer records that ExifTool will read by
|
2155
2218
|
default with the -ee option from INSV files to avoid excessive processing
|
@@ -2231,7 +2294,7 @@ Aug. 20, 2019 - Version 11.63 - "PNG Early Text"
|
|
2231
2294
|
- Added a few new Sigma lenses (thanks LibRaw)
|
2232
2295
|
- Improved handling of Canon CNTH atom in MOV/MP4 videos
|
2233
2296
|
- Changed PNG writer to place all text chunks before IDAT (not just XMP)
|
2234
|
-
(github
|
2297
|
+
(github #23)
|
2235
2298
|
- Issue minor warning for any text chunk after PNG IDAT (not just XMP)
|
2236
2299
|
- Enhanced ForceWrite feature to allow "PNG" to be specified (to move existing
|
2237
2300
|
text chunks to before IDAT without editing any metadata)
|
@@ -2388,7 +2451,7 @@ June 17, 2019 - Version 11.52
|
|
2388
2451
|
- Fixed problem where reading a large, corrupt AIFF file may could take an
|
2389
2452
|
excessively long time
|
2390
2453
|
- API Changes:
|
2391
|
-
- Enhanced Compact option to add levels 3, 4 and 5 (github
|
2454
|
+
- Enhanced Compact option to add levels 3, 4 and 5 (github #16)
|
2392
2455
|
|
2393
2456
|
June 13, 2019 - Version 11.51
|
2394
2457
|
|
@@ -2526,7 +2589,7 @@ May 3, 2019 - Version 11.39 - "Create QuickTime tags"
|
|
2526
2589
|
- Decode Canon EOS D60 black levels
|
2527
2590
|
- Split off some QuickTime tags into different family 1 groups
|
2528
2591
|
- Fixed "Chunk offset outside movie data" error when writing some HEIC files
|
2529
|
-
- Fixed decoding of Pentax AutoBracketing for K-1 and K-5 (github
|
2592
|
+
- Fixed decoding of Pentax AutoBracketing for K-1 and K-5 (github #15)
|
2530
2593
|
- Fixed some QuickTime family 2 group names
|
2531
2594
|
- Fixed bug introduced in 11.38 that broke extraction of thumbnail images from
|
2532
2595
|
Canon MOV videos
|
@@ -2630,7 +2693,7 @@ Mar. 14, 2019 - Version 11.32
|
|
2630
2693
|
Mar. 7, 2019 - Version 11.31
|
2631
2694
|
|
2632
2695
|
- Added read support for FITS images
|
2633
|
-
- Another try at removing spaces from some DICOM values (github
|
2696
|
+
- Another try at removing spaces from some DICOM values (github #10 and #12)
|
2634
2697
|
|
2635
2698
|
Mar. 6, 2019 - Version 11.30 (production release)
|
2636
2699
|
|
@@ -2639,7 +2702,7 @@ Mar. 6, 2019 - Version 11.30 (production release)
|
|
2639
2702
|
- Decode Reconyx HF2 PRO maker notes
|
2640
2703
|
- Decode ColorData for some new Canon models (thanks LibRaw)
|
2641
2704
|
- Enhanced -geotag feature to set AmbientTemperature if available
|
2642
|
-
- Remove non-significant spaces from some DICOM values (github
|
2705
|
+
- Remove non-significant spaces from some DICOM values (github #10 and #12)
|
2643
2706
|
- Fixed possible "'x' outside of string" error when reading corrupted EXIF
|
2644
2707
|
- Fixed incorrect write group for GeoTIFF tags added in version 11.24
|
2645
2708
|
|
@@ -2647,13 +2710,13 @@ Feb. 28, 2019 - Version 11.29
|
|
2647
2710
|
|
2648
2711
|
- Added support for Ricoh GR III maker notes
|
2649
2712
|
- Added a new Canon LensType (thanks Claude Jolicoeur)
|
2650
|
-
- Added a new XMP-crs tag (github
|
2713
|
+
- Added a new XMP-crs tag (github #8)
|
2651
2714
|
- Enhanced -csv option to output base64-encoded binary data when combined with
|
2652
2715
|
-b or when the -charset option is used and the text has invalid characters
|
2653
|
-
(github
|
2654
|
-
- Remove trailing space from even-length DICOM values (github
|
2716
|
+
(github #11)
|
2717
|
+
- Remove trailing space from even-length DICOM values (github #9)
|
2655
2718
|
- Patched to avoid "Hexadecimal number > 0xffffffff non-portable" warning
|
2656
|
-
(github
|
2719
|
+
(github #6)
|
2657
2720
|
- Fixed meta charset attribute in -htmlDump output
|
2658
2721
|
|
2659
2722
|
Feb. 21, 2019 - Version 11.28
|
data/bin/MANIFEST
CHANGED
@@ -180,6 +180,7 @@ html/TagNames/Theora.html
|
|
180
180
|
html/TagNames/Torrent.html
|
181
181
|
html/TagNames/Unknown.html
|
182
182
|
html/TagNames/VCard.html
|
183
|
+
html/TagNames/Vivo.html
|
183
184
|
html/TagNames/Vorbis.html
|
184
185
|
html/TagNames/WPG.html
|
185
186
|
html/TagNames/WTV.html
|
@@ -345,6 +346,7 @@ lib/Image/ExifTool/Lang/tr.pm
|
|
345
346
|
lib/Image/ExifTool/Lang/zh_cn.pm
|
346
347
|
lib/Image/ExifTool/Lang/zh_tw.pm
|
347
348
|
lib/Image/ExifTool/Leaf.pm
|
349
|
+
lib/Image/ExifTool/LigoGPS.pm
|
348
350
|
lib/Image/ExifTool/Lytro.pm
|
349
351
|
lib/Image/ExifTool/M2TS.pm
|
350
352
|
lib/Image/ExifTool/MIE.pm
|
@@ -430,6 +432,7 @@ lib/Image/ExifTool/Torrent.pm
|
|
430
432
|
lib/Image/ExifTool/Unknown.pm
|
431
433
|
lib/Image/ExifTool/VCard.pm
|
432
434
|
lib/Image/ExifTool/Validate.pm
|
435
|
+
lib/Image/ExifTool/Vivo.pm
|
433
436
|
lib/Image/ExifTool/Vorbis.pm
|
434
437
|
lib/Image/ExifTool/WPG.pm
|
435
438
|
lib/Image/ExifTool/WTV.pm
|
@@ -825,7 +828,10 @@ t/QuickTime_14.out
|
|
825
828
|
t/QuickTime_15.out
|
826
829
|
t/QuickTime_16.out
|
827
830
|
t/QuickTime_17.out
|
831
|
+
t/QuickTime_18.out
|
832
|
+
t/QuickTime_19.out
|
828
833
|
t/QuickTime_2.out
|
834
|
+
t/QuickTime_20.out
|
829
835
|
t/QuickTime_3.out
|
830
836
|
t/QuickTime_4.out
|
831
837
|
t/QuickTime_5.out
|
data/bin/META.json
CHANGED
data/bin/META.yml
CHANGED
data/bin/README
CHANGED
@@ -109,8 +109,8 @@ your home directory, then you would type the following commands in a
|
|
109
109
|
terminal window to extract and run ExifTool:
|
110
110
|
|
111
111
|
cd ~/Desktop
|
112
|
-
gzip -dc Image-ExifTool-13.
|
113
|
-
cd Image-ExifTool-13.
|
112
|
+
gzip -dc Image-ExifTool-13.14.tar.gz | tar -xf -
|
113
|
+
cd Image-ExifTool-13.14
|
114
114
|
./exiftool t/images/ExifTool.jpg
|
115
115
|
|
116
116
|
Note: These commands extract meta information from one of the test images.
|
@@ -167,7 +167,7 @@ for calculating digest values and providing other features listed below:
|
|
167
167
|
|
168
168
|
COPYRIGHT AND LICENSE
|
169
169
|
|
170
|
-
Copyright 2003-
|
170
|
+
Copyright 2003-2025, Phil Harvey
|
171
171
|
|
172
172
|
This is free software; you can redistribute it and/or modify it under the
|
173
173
|
same terms as Perl itself.
|
data/bin/arg_files/exif2xmp.args
CHANGED
@@ -14,6 +14,7 @@
|
|
14
14
|
# 2018/05/07 - PH Added support for GPSDestXxxRef tags
|
15
15
|
# 2022/03/31 - PH IPTC Photometadata Mapping Guidelines 2202.1 update
|
16
16
|
# 2024/10/24 - PH Additions for the 2024 EXIF for XMP spec
|
17
|
+
# 2025/01/16 - PH Copy Composite SubSec tags to XMP-exif
|
17
18
|
#
|
18
19
|
# References: http://www.metadataworkinggroup.org/specs/
|
19
20
|
# https://iptc.org/std/photometadata/documentation/mappingguidelines/
|
@@ -54,4 +55,7 @@
|
|
54
55
|
# new for the 2024 EXIF for XMP specification
|
55
56
|
-XMP-exifEX:PhotographicSensitivity < EXIF:ISO
|
56
57
|
-XMP-exif:DateTimeDigitized < EXIF:CreateDate
|
58
|
+
# add sub-seconds and time-zone to XMP-exif tags if available
|
59
|
+
-XMP-exif:DateTimeOriginal < Composite:SubSecDateTimeOriginal
|
60
|
+
-XMP-exif:DateTimeDigitized < Composite:SubSecCreateDate
|
57
61
|
# end
|
data/bin/arg_files/xmp2exif.args
CHANGED
@@ -18,6 +18,7 @@
|
|
18
18
|
# 2023/01/30 - PH Also write Composite:SubSecDateTimeOriginal from
|
19
19
|
# XMP-exif:DateTimeOriginal
|
20
20
|
# 2024/10/24 - PH Additions for the 2024 EXIF for XMP spec
|
21
|
+
# 2025/01/16 - PH Write Composite:SubSecCreateDate from XMP-exif
|
21
22
|
#
|
22
23
|
# References: http://www.metadataworkinggroup.org/specs/
|
23
24
|
# https://iptc.org/std/photometadata/documentation/mappingguidelines/
|
@@ -39,11 +40,11 @@
|
|
39
40
|
-EXIF:DateTimeOriginal < XMP-photoshop:DateCreated
|
40
41
|
# new for the 2024 EXIF for XMP specification
|
41
42
|
-EXIF:ISO < XMP-exifEX:PhotographicSensitivity
|
42
|
-
-EXIF:CreateDate < XMP-exif:DateTimeDigitized
|
43
43
|
# the following SubSec tags also write/delete the corresponding EXIF
|
44
44
|
# SubSecTime and OffsetTime tags as appropriate
|
45
45
|
-Composite:SubSecDateTimeOriginal < XMP-exif:DateTimeOriginal
|
46
46
|
-Composite:SubSecDateTimeOriginal < XMP-photoshop:DateCreated
|
47
|
+
-Composite:SubSecCreateDate < XMP-exif:DateTimeDigitized
|
47
48
|
-Composite:SubSecCreateDate < XMP-xmp:CreateDate
|
48
49
|
-Composite:SubSecModifyDate < XMP-xmp:ModifyDate
|
49
50
|
-EXIF:Software < XMP-xmp:CreatorTool
|
data/bin/build_geolocation
CHANGED
@@ -228,7 +228,7 @@ Options:
|
|
228
228
|
feature-code list may begin with a dash to remove entries from
|
229
229
|
the default list, or a plus sign to add entries. May be
|
230
230
|
multiple -c options for each intput DBFILE. Country/region and
|
231
|
-
feature names are case insensitive.
|
231
|
+
feature names are case insensitive. Default is "$defaults{def_codes}".
|
232
232
|
-cp CODE - Additional features to include if above minimum population.
|
233
233
|
Default is "$defcp".
|
234
234
|
-l LANG - Alternate languages to read from $altNamesFile if
|