exiftool-vendored.pl 12.31.0 → 12.39.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/LICENSE +10 -3
- package/bin/Changes +130 -4
- package/bin/MANIFEST +3 -0
- package/bin/META.json +1 -1
- package/bin/META.yml +1 -1
- package/bin/README +45 -45
- package/bin/arg_files/xmp2exif.args +2 -1
- package/bin/exiftool +128 -96
- package/bin/lib/File/RandomAccess.pm +1 -1
- package/bin/lib/File/RandomAccess.pod +2 -2
- package/bin/lib/Image/ExifTool/AES.pm +1 -1
- package/bin/lib/Image/ExifTool/AFCP.pm +1 -1
- package/bin/lib/Image/ExifTool/AIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/APE.pm +1 -1
- package/bin/lib/Image/ExifTool/APP12.pm +1 -1
- package/bin/lib/Image/ExifTool/ASF.pm +1 -1
- package/bin/lib/Image/ExifTool/Apple.pm +1 -1
- package/bin/lib/Image/ExifTool/Audible.pm +1 -1
- package/bin/lib/Image/ExifTool/BMP.pm +1 -1
- package/bin/lib/Image/ExifTool/BPG.pm +1 -1
- package/bin/lib/Image/ExifTool/BZZ.pm +1 -1
- package/bin/lib/Image/ExifTool/BigTIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/BuildTagLookup.pm +17 -5
- package/bin/lib/Image/ExifTool/CBOR.pm +331 -0
- package/bin/lib/Image/ExifTool/Canon.pm +171 -13
- package/bin/lib/Image/ExifTool/CanonCustom.pm +13 -3
- package/bin/lib/Image/ExifTool/CanonRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/CanonVRD.pm +1 -1
- package/bin/lib/Image/ExifTool/CaptureOne.pm +1 -1
- package/bin/lib/Image/ExifTool/Casio.pm +1 -1
- package/bin/lib/Image/ExifTool/Charset.pm +3 -1
- package/bin/lib/Image/ExifTool/DICOM.pm +1 -1
- package/bin/lib/Image/ExifTool/DJI.pm +1 -1
- package/bin/lib/Image/ExifTool/DNG.pm +1 -1
- package/bin/lib/Image/ExifTool/DPX.pm +1 -1
- package/bin/lib/Image/ExifTool/DV.pm +1 -1
- package/bin/lib/Image/ExifTool/DarwinCore.pm +3 -3
- package/bin/lib/Image/ExifTool/DjVu.pm +1 -1
- package/bin/lib/Image/ExifTool/EXE.pm +1 -1
- package/bin/lib/Image/ExifTool/Exif.pm +118 -4
- package/bin/lib/Image/ExifTool/FITS.pm +1 -1
- package/bin/lib/Image/ExifTool/FLAC.pm +1 -1
- package/bin/lib/Image/ExifTool/FLIF.pm +1 -1
- package/bin/lib/Image/ExifTool/FLIR.pm +48 -11
- package/bin/lib/Image/ExifTool/Fixup.pm +1 -1
- package/bin/lib/Image/ExifTool/Flash.pm +1 -1
- package/bin/lib/Image/ExifTool/FlashPix.pm +1 -1
- package/bin/lib/Image/ExifTool/Font.pm +1 -1
- package/bin/lib/Image/ExifTool/FotoStation.pm +1 -1
- package/bin/lib/Image/ExifTool/FujiFilm.pm +1 -1
- package/bin/lib/Image/ExifTool/GE.pm +1 -1
- package/bin/lib/Image/ExifTool/GIF.pm +6 -2
- package/bin/lib/Image/ExifTool/GIMP.pm +1 -1
- package/bin/lib/Image/ExifTool/GPS.pm +15 -11
- package/bin/lib/Image/ExifTool/GeoTiff.pm +1 -1
- package/bin/lib/Image/ExifTool/Geotag.pm +14 -3
- package/bin/lib/Image/ExifTool/GoPro.pm +1 -1
- package/bin/lib/Image/ExifTool/H264.pm +1 -1
- package/bin/lib/Image/ExifTool/HP.pm +1 -1
- package/bin/lib/Image/ExifTool/HTML.pm +1 -1
- package/bin/lib/Image/ExifTool/HtmlDump.pm +1 -1
- package/bin/lib/Image/ExifTool/ICC_Profile.pm +97 -5
- package/bin/lib/Image/ExifTool/ID3.pm +1 -1
- package/bin/lib/Image/ExifTool/IPTC.pm +1 -1
- package/bin/lib/Image/ExifTool/ISO.pm +1 -1
- package/bin/lib/Image/ExifTool/ITC.pm +1 -1
- package/bin/lib/Image/ExifTool/Import.pm +1 -1
- package/bin/lib/Image/ExifTool/InDesign.pm +1 -1
- package/bin/lib/Image/ExifTool/JPEG.pm +6 -2
- package/bin/lib/Image/ExifTool/JPEGDigest.pm +1 -1
- package/bin/lib/Image/ExifTool/JSON.pm +8 -4
- package/bin/lib/Image/ExifTool/JVC.pm +1 -1
- package/bin/lib/Image/ExifTool/Jpeg2000.pm +155 -25
- package/bin/lib/Image/ExifTool/Kodak.pm +1 -1
- package/bin/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/LIF.pm +1 -1
- package/bin/lib/Image/ExifTool/LNK.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/cs.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/de.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/es.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/fi.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/fr.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/it.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/ja.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/ko.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/nl.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/pl.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/ru.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/sv.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/tr.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
- package/bin/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
- package/bin/lib/Image/ExifTool/Leaf.pm +1 -1
- package/bin/lib/Image/ExifTool/Lytro.pm +1 -1
- package/bin/lib/Image/ExifTool/M2TS.pm +1 -1
- package/bin/lib/Image/ExifTool/MIE.pm +1 -1
- package/bin/lib/Image/ExifTool/MIEUnits.pod +1 -1
- package/bin/lib/Image/ExifTool/MIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/MNG.pm +1 -1
- package/bin/lib/Image/ExifTool/MOI.pm +1 -1
- package/bin/lib/Image/ExifTool/MPC.pm +1 -1
- package/bin/lib/Image/ExifTool/MPEG.pm +1 -1
- package/bin/lib/Image/ExifTool/MPF.pm +1 -1
- package/bin/lib/Image/ExifTool/MRC.pm +1 -1
- package/bin/lib/Image/ExifTool/MWG.pm +1 -1
- package/bin/lib/Image/ExifTool/MXF.pm +1 -1
- package/bin/lib/Image/ExifTool/MacOS.pm +3 -3
- package/bin/lib/Image/ExifTool/MakerNotes.pm +1 -1
- package/bin/lib/Image/ExifTool/Matroska.pm +9 -5
- package/bin/lib/Image/ExifTool/Microsoft.pm +1 -1
- package/bin/lib/Image/ExifTool/Minolta.pm +1 -1
- package/bin/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/Motorola.pm +1 -1
- package/bin/lib/Image/ExifTool/Nikon.pm +1895 -74
- package/bin/lib/Image/ExifTool/NikonCapture.pm +1 -1
- package/bin/lib/Image/ExifTool/NikonCustom.pm +523 -6
- package/bin/lib/Image/ExifTool/NikonSettings.pm +150 -87
- package/bin/lib/Image/ExifTool/Nintendo.pm +1 -1
- package/bin/lib/Image/ExifTool/OOXML.pm +1 -1
- package/bin/lib/Image/ExifTool/Ogg.pm +1 -1
- package/bin/lib/Image/ExifTool/Olympus.pm +6 -2
- package/bin/lib/Image/ExifTool/OpenEXR.pm +5 -3
- package/bin/lib/Image/ExifTool/Opus.pm +1 -1
- package/bin/lib/Image/ExifTool/Other.pm +1 -1
- package/bin/lib/Image/ExifTool/PCX.pm +1 -1
- package/bin/lib/Image/ExifTool/PDF.pm +6 -4
- package/bin/lib/Image/ExifTool/PGF.pm +1 -1
- package/bin/lib/Image/ExifTool/PICT.pm +1 -1
- package/bin/lib/Image/ExifTool/PLIST.pm +1 -1
- package/bin/lib/Image/ExifTool/PLUS.pm +1 -1
- package/bin/lib/Image/ExifTool/PNG.pm +29 -8
- package/bin/lib/Image/ExifTool/PPM.pm +1 -1
- package/bin/lib/Image/ExifTool/PSP.pm +1 -1
- package/bin/lib/Image/ExifTool/Palm.pm +1 -1
- package/bin/lib/Image/ExifTool/Panasonic.pm +3 -3
- package/bin/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/Parrot.pm +1 -1
- package/bin/lib/Image/ExifTool/Pentax.pm +4 -2
- package/bin/lib/Image/ExifTool/PhaseOne.pm +1 -1
- package/bin/lib/Image/ExifTool/PhotoCD.pm +1 -1
- package/bin/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
- package/bin/lib/Image/ExifTool/Photoshop.pm +1 -1
- package/bin/lib/Image/ExifTool/PostScript.pm +1 -1
- package/bin/lib/Image/ExifTool/PrintIM.pm +1 -1
- package/bin/lib/Image/ExifTool/Qualcomm.pm +1 -1
- package/bin/lib/Image/ExifTool/QuickTime.pm +25 -4
- package/bin/lib/Image/ExifTool/QuickTimeStream.pl +125 -81
- package/bin/lib/Image/ExifTool/README +9 -2
- package/bin/lib/Image/ExifTool/RIFF.pm +1 -1
- package/bin/lib/Image/ExifTool/RSRC.pm +1 -1
- package/bin/lib/Image/ExifTool/RTF.pm +1 -1
- package/bin/lib/Image/ExifTool/Radiance.pm +1 -1
- package/bin/lib/Image/ExifTool/Rawzor.pm +1 -1
- package/bin/lib/Image/ExifTool/Real.pm +1 -1
- package/bin/lib/Image/ExifTool/Reconyx.pm +1 -1
- package/bin/lib/Image/ExifTool/Red.pm +1 -1
- package/bin/lib/Image/ExifTool/Ricoh.pm +1 -1
- package/bin/lib/Image/ExifTool/Samsung.pm +1 -1
- package/bin/lib/Image/ExifTool/Sanyo.pm +1 -1
- package/bin/lib/Image/ExifTool/Scalado.pm +1 -1
- package/bin/lib/Image/ExifTool/Shift.pl +3 -1
- package/bin/lib/Image/ExifTool/Shortcuts.pm +1 -1
- package/bin/lib/Image/ExifTool/Sigma.pm +1 -1
- package/bin/lib/Image/ExifTool/SigmaRaw.pm +1 -1
- package/bin/lib/Image/ExifTool/Sony.pm +34 -14
- package/bin/lib/Image/ExifTool/SonyIDC.pm +1 -1
- package/bin/lib/Image/ExifTool/Stim.pm +1 -1
- package/bin/lib/Image/ExifTool/TagInfoXML.pm +11 -6
- package/bin/lib/Image/ExifTool/TagLookup.pm +6589 -5877
- package/bin/lib/Image/ExifTool/TagNames.pod +1681 -65
- package/bin/lib/Image/ExifTool/Text.pm +1 -1
- package/bin/lib/Image/ExifTool/Theora.pm +1 -1
- package/bin/lib/Image/ExifTool/Torrent.pm +1 -1
- package/bin/lib/Image/ExifTool/Unknown.pm +1 -1
- package/bin/lib/Image/ExifTool/VCard.pm +1 -1
- package/bin/lib/Image/ExifTool/Validate.pm +1 -1
- package/bin/lib/Image/ExifTool/Vorbis.pm +1 -1
- package/bin/lib/Image/ExifTool/WTV.pm +1 -1
- package/bin/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
- package/bin/lib/Image/ExifTool/WriteExif.pl +1 -1
- package/bin/lib/Image/ExifTool/WriteIPTC.pl +1 -1
- package/bin/lib/Image/ExifTool/WritePDF.pl +1 -1
- package/bin/lib/Image/ExifTool/WritePNG.pl +30 -10
- package/bin/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
- package/bin/lib/Image/ExifTool/WritePostScript.pl +1 -1
- package/bin/lib/Image/ExifTool/WriteQuickTime.pl +12 -1
- package/bin/lib/Image/ExifTool/WriteXMP.pl +11 -12
- package/bin/lib/Image/ExifTool/Writer.pl +56 -10
- package/bin/lib/Image/ExifTool/XMP.pm +164 -52
- package/bin/lib/Image/ExifTool/XMP2.pl +6 -3
- package/bin/lib/Image/ExifTool/XMPStruct.pl +4 -2
- package/bin/lib/Image/ExifTool/ZIP.pm +10 -2
- package/bin/lib/Image/ExifTool/ZISRAW.pm +1 -1
- package/bin/lib/Image/ExifTool/iWork.pm +1 -1
- package/bin/lib/Image/ExifTool.pm +98 -23
- package/bin/lib/Image/ExifTool.pod +76 -67
- package/bin/perl-Image-ExifTool.spec +43 -43
- package/bin/pp_build_exe.args +6 -5
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
# Vendored ExifTool source
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This is free software; you can redistribute it and/or modify it under the same
|
|
4
|
+
terms as Perl itself: <https://dev.perl.org/licenses/>
|
|
5
|
+
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# npm packaging of exiftool-vendored.pl
|
|
9
|
+
|
|
10
|
+
Copyright (c) 2016-2022 Matthew McEachen
|
|
4
11
|
|
|
5
12
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
13
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -18,4 +25,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
25
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
26
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
27
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
28
|
+
SOFTWARE.
|
package/bin/Changes
CHANGED
|
@@ -7,11 +7,134 @@ RSS feed: https://exiftool.org/rss.xml
|
|
|
7
7
|
Note: The most recent production release is Version 12.30. (Other versions are
|
|
8
8
|
considered development releases, and are not uploaded to MetaCPAN.)
|
|
9
9
|
|
|
10
|
+
Jan. 13, 2022 - Version 12.39
|
|
11
|
+
|
|
12
|
+
- Added a new Pentax LensType (thanks Christian Shulz)
|
|
13
|
+
- Added a couple of new Nikon LensID's
|
|
14
|
+
- Added support for Nikon NKSC sidecar files
|
|
15
|
+
- Decode more tags for the Nikon Z7 and Z9 (thanks Warren Hatch)
|
|
16
|
+
- Decode a couple more FLIR tags
|
|
17
|
+
- Extract ZIP file comments
|
|
18
|
+
- Made PNG ProfileName, SRGBRendering and Gamma writable
|
|
19
|
+
- Patched to avoid possible problem running "more" to show documentation in
|
|
20
|
+
Windows version
|
|
21
|
+
- Fixed problem writing Composite:GPSPosition with coordinates in DMS format,
|
|
22
|
+
and made this tag protected when writing
|
|
23
|
+
- Fixed bug where invalid date/time tags could be written to PNG files when
|
|
24
|
+
attempting to shift a non-existent date/time tag
|
|
25
|
+
- Fixed spelling of a few Matroska tag names (thanks Martin Hoppenheit)
|
|
26
|
+
|
|
27
|
+
Dec. 20, 2021 - Version 12.38
|
|
28
|
+
|
|
29
|
+
- Decode a number of new tags for the Nikon Z9 (thanks Warren Hatch)
|
|
30
|
+
- Patched incorrect decoding of AEBShotCount for the Canon EOS 90D
|
|
31
|
+
- Patched EXR reader to support long tag names
|
|
32
|
+
- Patched security issue (thanks Joe Lothan)
|
|
33
|
+
- Fixed an incorrect tag ID for a new Nikon MakerNote tag (github #108)
|
|
34
|
+
- Fixed XMP-exif:GPSMeasureMode conversions to match EXIF
|
|
35
|
+
- Fixed problem where some namespaces may be undeclared in the -X output when
|
|
36
|
+
using the -struct option
|
|
37
|
+
|
|
38
|
+
Dec. 8, 2021 - Version 12.37
|
|
39
|
+
|
|
40
|
+
- Decode timed GPS from Vantrue S1 dashcam MP4 videos
|
|
41
|
+
- Decode ColorData tags for the Canon EOS R3 (thanks LibRaw)
|
|
42
|
+
- Decode more makernotes tags for Nikon Z cameras (thanks Warren Hatch)
|
|
43
|
+
- Extract TransparentColor from GIF images
|
|
44
|
+
- Improved parsing of input time values for GPSTimeStamp to properly handle a
|
|
45
|
+
"." separator
|
|
46
|
+
- Improved warning when incorrectly using "
|
|
47
|
+
|
|
48
|
+
Nov. 16, 2021 - Version 12.36
|
|
49
|
+
|
|
50
|
+
- IMPORTANT: Fixed bug introduced in 12.35 which corrupted JPEG 2000 images
|
|
51
|
+
when removing all metadata with -all=
|
|
52
|
+
- Added feature to bypass processing of specified XMP namespaces and
|
|
53
|
+
properties (to improve performance in cases where the XMP suffers from
|
|
54
|
+
Adobe-editing bloat)
|
|
55
|
+
- Added a number of new XMP tags used by Lightroom 11.0
|
|
56
|
+
- Decode a number of new Nikon tags (thanks Warren Hatch)
|
|
57
|
+
- Made the Composite GPSPosition tag writable
|
|
58
|
+
- Fixed erroneous "Skipped unknown bytes after JPEG SOS" warning
|
|
59
|
+
- Fixed group for new writable Jpeg2000 color tags in -listx output
|
|
60
|
+
- Fixed problem finding files in Windows when using wildcards in file name and
|
|
61
|
+
a drive letter with no slash
|
|
62
|
+
|
|
63
|
+
Nov. 11, 2021 - Version 12.35
|
|
64
|
+
|
|
65
|
+
- Added ability to write ICC_Profile (and other color specifications) to
|
|
66
|
+
Jpeg2000 images
|
|
67
|
+
- Added %o code to -W option format string
|
|
68
|
+
- Added %f code to -d option for fractional seconds
|
|
69
|
+
- Added a couple of new Sony LensType values (thanks Jos Roost)
|
|
70
|
+
- Added a new CanonModelID (thanks Norbert Wasser)
|
|
71
|
+
- Added a new Nikon LensID
|
|
72
|
+
- Decode more Nikon MakerNotes tags for some new models (thanks Warren Hatch)
|
|
73
|
+
- Extract ThumbnailImage from some DJI drone videos
|
|
74
|
+
- Enhanced -ee option to extract metadata from all frames in a SEQ file
|
|
75
|
+
- Patched to avoid possible "Use of uninitialized value" runtime warning
|
|
76
|
+
- Fixed a couple of misspelt new ICC_Profile tag names (thanks Herb)
|
|
77
|
+
- Fixed problem generating the correct file extension when extracting
|
|
78
|
+
OriginalRawImage from a DNG file using the -W option with the %s format code
|
|
79
|
+
- Fixed bug introduced in 11.91 where exiftool couldn't find its libraries
|
|
80
|
+
when run via a soft link. Also changed to look for config file in the link
|
|
81
|
+
target directory instead of the directory of the link itself
|
|
82
|
+
|
|
83
|
+
Oct. 27, 2021 - Version 12.34
|
|
84
|
+
|
|
85
|
+
- Added support for ICC.2:2019 (Profile version 5.0.0 - iccMAX) color profiles
|
|
86
|
+
- Added ability to detect/delete a Windows Zone.Identifier alternate data
|
|
87
|
+
stream (ADS) via the new ZoneIdentifier tag (thanks Alex Xu)
|
|
88
|
+
- Added support for the Sony ILCE-7M4 (thanks Jos Roost)
|
|
89
|
+
- Added a new Sony lens (thanks LibRaw and Jos Roost)
|
|
90
|
+
- Added a new SonyModelID (thanks LibRaw)
|
|
91
|
+
- Added a new Canon RF lens (thanks Norbert Wasser)
|
|
92
|
+
- Improved handling of some SVG files
|
|
93
|
+
- Patched -overwrite_original_in_place option to open the output file in
|
|
94
|
+
update mode rather than write mode (to allow some write optimizations on
|
|
95
|
+
certain filesystems) (thanks Joel Low)
|
|
96
|
+
- Fixed case of tag ID for new XMP-iptcExt:EventID (thanks Michael Steidl)
|
|
97
|
+
- Fixed problem extracting ICC_Profile information from some PDF files
|
|
98
|
+
- API Changes:
|
|
99
|
+
- Added QuickTimePad option
|
|
100
|
+
|
|
101
|
+
Oct. 16, 2021 - Version 12.33
|
|
102
|
+
|
|
103
|
+
- Added support for DNG version 1.6.0.0
|
|
104
|
+
- Added two new Sony LensType values (thanks Jos Roost and LibRaw)
|
|
105
|
+
- Added some new elements to the XMP-crs:Look structure (thanks Herb)
|
|
106
|
+
- Added a few new IPTC XMP tags (thanks Michael Steidl)
|
|
107
|
+
- Added a new Canon RF lens (thanks Norbert Wasser)
|
|
108
|
+
- Decode Canon ShutterMode (thanks John Moyer)
|
|
109
|
+
- Extract LensModel from some Olympus MOV videos
|
|
110
|
+
- Generate MediaDataOffset/Size for MOV videos with zero-sized MDAT chunk
|
|
111
|
+
- Improvements to CBOR reader, including hex dump with -v3 option
|
|
112
|
+
- Recognize Final Cut Pro XML files
|
|
113
|
+
- Allow binary data of Protected tags to be extracted with the -X -j and -php
|
|
114
|
+
options with -b by setting the API RequestAll option to 3
|
|
115
|
+
- Changed name of "Canon EF 80-200mm f/4.5-5.6" lens with LensType 38 to add
|
|
116
|
+
"II" to the name (Exiv2 issue 1906)
|
|
117
|
+
- Fixed runtime warning when processing files with a .DIR extension
|
|
118
|
+
|
|
119
|
+
Sept. 30, 2021 - Version 12.32
|
|
120
|
+
|
|
121
|
+
- Added support for CBOR-format metadata in JUMBF (note that JUMBF support is
|
|
122
|
+
still experimental)
|
|
123
|
+
- Added a new Nikon LensID
|
|
124
|
+
- Added a new Pentax LensType
|
|
125
|
+
- Decode timed GPS for two more dashcam formats
|
|
126
|
+
- Support reference direction columns in -geotag CSV input
|
|
127
|
+
- Removed generation of GPSSpeedRef and GPSTrackRef tags in timed metadata for
|
|
128
|
+
most dashcam formats when speed is km/h and track is relative to true north
|
|
129
|
+
- Patched to allow writing of console output to named pipes
|
|
130
|
+
- Fixed formatting of InternalSerialNumber for some Panasonic cameras
|
|
131
|
+
- Fixed bug in arg_files/xmp2exif.args support file
|
|
132
|
+
|
|
10
133
|
Sept. 22, 2021 - Version 12.31
|
|
11
134
|
|
|
12
135
|
- Added a new SonyModelID and a couple of new Sony lenses (thanks Jos Roost)
|
|
13
136
|
- Added a new Canon LensType (thanks Chris Skopec)
|
|
14
|
-
- Added Composite GPSLatitude/Longitude tags for Sony videos
|
|
137
|
+
- Added Composite GPSLatitude/Longitude tags for Sony videos to combine the
|
|
15
138
|
reference hemispheres as with the Composite tags for EXIF GPS
|
|
16
139
|
- Decode DPX AspectRatio
|
|
17
140
|
- Decode more GoPro MP4 tags
|
|
@@ -103,6 +226,8 @@ May 20, 2021 - Version 12.26 (production release)
|
|
|
103
226
|
- Fixed problem which could cause a "Wide character" warning and generate a
|
|
104
227
|
corrupted output file when writing some illegal values
|
|
105
228
|
|
|
229
|
+
History of older versions (back to Nov. 19, 2003 - Version 1.00) -->
|
|
230
|
+
|
|
106
231
|
Apr. 22, 2021 - Version 12.25
|
|
107
232
|
|
|
108
233
|
- JPEG XL support is now official
|
|
@@ -585,6 +710,7 @@ Mar. 19, 2020 - Version 11.92
|
|
|
585
710
|
|
|
586
711
|
Mar. 5, 2020 - Version 11.91
|
|
587
712
|
|
|
713
|
+
- Added undocumented -xpath option for use by alternate Windows version
|
|
588
714
|
- Decode a couple of new Panasonic tags
|
|
589
715
|
- Documented -ec option (available since version 11.54)
|
|
590
716
|
- Reverted -htmlDump fix of 11.90 because it broke more than it fixed, and
|
|
@@ -1470,8 +1596,8 @@ Oct. 9, 2018 - Version 11.13
|
|
|
1470
1596
|
- Added a new Canon LensType (thanks LibRaw)
|
|
1471
1597
|
- Minor improvements to verbose dump of streaming GPS metadata
|
|
1472
1598
|
- Reverted change of version 10.71 which resulted in Windows not recognizing
|
|
1473
|
-
PNG CreationTime as written by ExifTool (added this feature to the
|
|
1474
|
-
StrictDate
|
|
1599
|
+
PNG CreationTime as written by ExifTool (added this feature to the API
|
|
1600
|
+
StrictDate option instead)
|
|
1475
1601
|
- Improved decoding of Nikon CropHiSpeed (thanks LibRaw)
|
|
1476
1602
|
- Improved -fast option to reduce memory usage when reading JPG, PNG,
|
|
1477
1603
|
QuickTime-based and RIFF-based files via a sequential stream
|
|
@@ -1585,7 +1711,7 @@ June 21, 2018 - Version 11.03
|
|
|
1585
1711
|
June 13, 2018 - Version 11.02
|
|
1586
1712
|
|
|
1587
1713
|
- Added support for a different format of Apple iWorks files
|
|
1588
|
-
- Added undocumented FixCorruptedMOV
|
|
1714
|
+
- Added undocumented API FixCorruptedMOV option to allow fixing MOV videos
|
|
1589
1715
|
with multiple 'mdat' atoms which were corrupted by ExifTool
|
|
1590
1716
|
- Decode more QuickTime tags
|
|
1591
1717
|
- Decode more PanasonicRaw tags (thanks Klaus Homeister)
|
package/bin/MANIFEST
CHANGED
|
@@ -48,6 +48,7 @@ html/TagNames/Apple.html
|
|
|
48
48
|
html/TagNames/Audible.html
|
|
49
49
|
html/TagNames/BMP.html
|
|
50
50
|
html/TagNames/BPG.html
|
|
51
|
+
html/TagNames/CBOR.html
|
|
51
52
|
html/TagNames/Canon.html
|
|
52
53
|
html/TagNames/CanonCustom.html
|
|
53
54
|
html/TagNames/CanonRaw.html
|
|
@@ -217,6 +218,7 @@ lib/Image/ExifTool/BPG.pm
|
|
|
217
218
|
lib/Image/ExifTool/BZZ.pm
|
|
218
219
|
lib/Image/ExifTool/BigTIFF.pm
|
|
219
220
|
lib/Image/ExifTool/BuildTagLookup.pm
|
|
221
|
+
lib/Image/ExifTool/CBOR.pm
|
|
220
222
|
lib/Image/ExifTool/Canon.pm
|
|
221
223
|
lib/Image/ExifTool/CanonCustom.pm
|
|
222
224
|
lib/Image/ExifTool/CanonRaw.pm
|
|
@@ -737,6 +739,7 @@ t/PNG_3.out
|
|
|
737
739
|
t/PNG_4.out
|
|
738
740
|
t/PNG_5.out
|
|
739
741
|
t/PNG_6.out
|
|
742
|
+
t/PNG_7.out
|
|
740
743
|
t/PPM.t
|
|
741
744
|
t/PPM_2.out
|
|
742
745
|
t/PPM_3.out
|
package/bin/META.json
CHANGED
package/bin/META.yml
CHANGED
package/bin/README
CHANGED
|
@@ -14,48 +14,48 @@ supported by ExifTool (r = read, w = write, c = create):
|
|
|
14
14
|
|
|
15
15
|
File Types
|
|
16
16
|
------------+-------------+-------------+-------------+------------
|
|
17
|
-
360 r/w | DR4 r/w/c | JNG r/w |
|
|
18
|
-
3FR r | DSS r | JP2 r/w |
|
|
19
|
-
3G2 r/w | DV r | JPEG r/w |
|
|
20
|
-
3GP r/w | DVB r/w | JSON r |
|
|
21
|
-
A r | DVR-MS r | JXL r |
|
|
22
|
-
AA r | DYLIB r | K25 r |
|
|
23
|
-
AAE r | EIP r | KDC r |
|
|
24
|
-
AAX r/w | EPS r/w | KEY r |
|
|
25
|
-
ACR r | EPUB r | LA r |
|
|
26
|
-
AFM r | ERF r/w | LFP r |
|
|
27
|
-
AI r/w | EXE r | LIF r |
|
|
28
|
-
AIFF r | EXIF r/w/c | LNK r |
|
|
29
|
-
APE r | EXR r | LRV r/w |
|
|
30
|
-
ARQ r/w | EXV r/w/c | M2TS r |
|
|
31
|
-
ARW r/w | F4A/V r/w | M4A/V r/w |
|
|
32
|
-
ASF r | FFF r/w | MACOS r |
|
|
33
|
-
AVI r | FITS r | MAX r |
|
|
34
|
-
AVIF r/w | FLA r | MEF r/w |
|
|
35
|
-
AZW r | FLAC r | MIE r/w/ |
|
|
36
|
-
BMP r | FLIF r/w | MIFF r c |
|
|
37
|
-
BPG r | FLV r | MKA r |
|
|
38
|
-
BTF r | FPF r | MKS r |
|
|
39
|
-
CHM r | FPX r | MKV r |
|
|
40
|
-
COS r | GIF r/w | MNG r/w |
|
|
41
|
-
CR2 r/w | GPR r/w | MOBI r |
|
|
42
|
-
CR3 r/w | GZ r | MODD r |
|
|
43
|
-
CRM r/w | HDP r/w | MOI r |
|
|
44
|
-
CRW r/w | HDR r | MOS r/w |
|
|
45
|
-
CS1 r/w | HEIC r/w | MOV r/w |
|
|
46
|
-
CSV r | HEIF r/w | MP3 r |
|
|
47
|
-
CZI r | HTML r | MP4 r/w |
|
|
48
|
-
DCM r | ICC r/w/c | MPC r |
|
|
49
|
-
DCP r/w | ICS r | MPG r |
|
|
50
|
-
DCR r | IDML r | MPO r/w |
|
|
51
|
-
DFONT r | IIQ r/w | MQV r/w |
|
|
52
|
-
DIVX r | IND r/w | MRC r |
|
|
53
|
-
DJVU r | INSP r/w | MRW r/w |
|
|
54
|
-
DLL r | INSV r | MXF r |
|
|
55
|
-
DNG r/w | INX r | NEF r/w |
|
|
56
|
-
DOC r | ISO r |
|
|
57
|
-
DOCX r | ITC r |
|
|
58
|
-
DPX r | J2C r |
|
|
17
|
+
360 r/w | DR4 r/w/c | JNG r/w | O r | RAW r/w
|
|
18
|
+
3FR r | DSS r | JP2 r/w | ODP r | RIFF r
|
|
19
|
+
3G2 r/w | DV r | JPEG r/w | ODS r | RSRC r
|
|
20
|
+
3GP r/w | DVB r/w | JSON r | ODT r | RTF r
|
|
21
|
+
A r | DVR-MS r | JXL r | OFR r | RW2 r/w
|
|
22
|
+
AA r | DYLIB r | K25 r | OGG r | RWL r/w
|
|
23
|
+
AAE r | EIP r | KDC r | OGV r | RWZ r
|
|
24
|
+
AAX r/w | EPS r/w | KEY r | ONP r | RM r
|
|
25
|
+
ACR r | EPUB r | LA r | OPUS r | SEQ r
|
|
26
|
+
AFM r | ERF r/w | LFP r | ORF r/w | SKETCH r
|
|
27
|
+
AI r/w | EXE r | LIF r | ORI r/w | SO r
|
|
28
|
+
AIFF r | EXIF r/w/c | LNK r | OTF r | SR2 r/w
|
|
29
|
+
APE r | EXR r | LRV r/w | PAC r | SRF r
|
|
30
|
+
ARQ r/w | EXV r/w/c | M2TS r | PAGES r | SRW r/w
|
|
31
|
+
ARW r/w | F4A/V r/w | M4A/V r/w | PBM r/w | SVG r
|
|
32
|
+
ASF r | FFF r/w | MACOS r | PCD r | SWF r
|
|
33
|
+
AVI r | FITS r | MAX r | PCX r | THM r/w
|
|
34
|
+
AVIF r/w | FLA r | MEF r/w | PDB r | TIFF r/w
|
|
35
|
+
AZW r | FLAC r | MIE r/w/ | PDF r/w | TORRENT r
|
|
36
|
+
BMP r | FLIF r/w | MIFF r c | PEF r/w | TTC r
|
|
37
|
+
BPG r | FLV r | MKA r | PFA r | TTF r
|
|
38
|
+
BTF r | FPF r | MKS r | PFB r | TXT r
|
|
39
|
+
CHM r | FPX r | MKV r | PFM r | VCF r
|
|
40
|
+
COS r | GIF r/w | MNG r/w | PGF r | VRD r/w/c
|
|
41
|
+
CR2 r/w | GPR r/w | MOBI r | PGM r/w | VSD r
|
|
42
|
+
CR3 r/w | GZ r | MODD r | PLIST r | WAV r
|
|
43
|
+
CRM r/w | HDP r/w | MOI r | PICT r | WDP r/w
|
|
44
|
+
CRW r/w | HDR r | MOS r/w | PMP r | WEBP r
|
|
45
|
+
CS1 r/w | HEIC r/w | MOV r/w | PNG r/w | WEBM r
|
|
46
|
+
CSV r | HEIF r/w | MP3 r | PPM r/w | WMA r
|
|
47
|
+
CZI r | HTML r | MP4 r/w | PPT r | WMV r
|
|
48
|
+
DCM r | ICC r/w/c | MPC r | PPTX r | WTV r
|
|
49
|
+
DCP r/w | ICS r | MPG r | PS r/w | WV r
|
|
50
|
+
DCR r | IDML r | MPO r/w | PSB r/w | X3F r/w
|
|
51
|
+
DFONT r | IIQ r/w | MQV r/w | PSD r/w | XCF r
|
|
52
|
+
DIVX r | IND r/w | MRC r | PSP r | XLS r
|
|
53
|
+
DJVU r | INSP r/w | MRW r/w | QTIF r/w | XLSX r
|
|
54
|
+
DLL r | INSV r | MXF r | R3D r | XMP r/w/c
|
|
55
|
+
DNG r/w | INX r | NEF r/w | RA r | ZIP r
|
|
56
|
+
DOC r | ISO r | NKSC r/w | RAF r/w |
|
|
57
|
+
DOCX r | ITC r | NRW r/w | RAM r |
|
|
58
|
+
DPX r | J2C r | NUMBERS r | RAR r |
|
|
59
59
|
|
|
60
60
|
Meta Information
|
|
61
61
|
----------------------+----------------------+---------------------
|
|
@@ -107,8 +107,8 @@ your home directory, then you would type the following commands in a
|
|
|
107
107
|
terminal window to extract and run ExifTool:
|
|
108
108
|
|
|
109
109
|
cd ~/Desktop
|
|
110
|
-
gzip -dc Image-ExifTool-12.
|
|
111
|
-
cd Image-ExifTool-12.
|
|
110
|
+
gzip -dc Image-ExifTool-12.39.tar.gz | tar -xf -
|
|
111
|
+
cd Image-ExifTool-12.39
|
|
112
112
|
./exiftool t/images/ExifTool.jpg
|
|
113
113
|
|
|
114
114
|
Note: These commands extract meta information from one of the test images.
|
|
@@ -162,7 +162,7 @@ for calculating digest values and providing other features listed below:
|
|
|
162
162
|
|
|
163
163
|
COPYRIGHT AND LICENSE
|
|
164
164
|
|
|
165
|
-
Copyright 2003-
|
|
165
|
+
Copyright 2003-2022, Phil Harvey
|
|
166
166
|
|
|
167
167
|
This is free software; you can redistribute it and/or modify it under the
|
|
168
168
|
same terms as Perl itself.
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
# 2015/01/12 - PH Avoid copying from non-standard namespaces
|
|
14
14
|
# 2016/09/26 - PH Write Composite SubSec tags
|
|
15
15
|
# 2018/05/07 - PH Added support for GPSDestXxxRef tags
|
|
16
|
+
# 2021/09/30 - PH Removed erroneous "-" when copying CreatorTool
|
|
16
17
|
#
|
|
17
18
|
# References: http://www.metadataworkinggroup.org/specs/
|
|
18
19
|
#
|
|
@@ -34,7 +35,7 @@
|
|
|
34
35
|
-Composite:SubSecDateTimeOriginal < XMP-photoshop:DateCreated
|
|
35
36
|
-Composite:SubSecCreateDate < XMP-xmp:CreateDate
|
|
36
37
|
-Composite:SubSecModifyDate < XMP-xmp:ModifyDate
|
|
37
|
-
-EXIF:Software <
|
|
38
|
+
-EXIF:Software < XMP-xmp:CreatorTool
|
|
38
39
|
-EXIF:Copyright < XMP-dc:Rights
|
|
39
40
|
-EXIF:Artist < XMP-dc:Creator
|
|
40
41
|
# XMP flash information is translated by the Composite Flash tag
|