exiftool-vendored.exe 12.33.0 → 12.40.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 +254 -247
- package/bin/exiftool_files/Changes +116 -0
- package/bin/exiftool_files/README +45 -45
- package/bin/exiftool_files/config_files/acdsee.config +6 -6
- package/bin/exiftool_files/config_files/photoshop_paths.config +30 -7
- package/bin/exiftool_files/config_files/picasa_faces.config +1 -1
- package/bin/exiftool_files/config_files/pix4d.config +2 -2
- package/bin/exiftool_files/config_files/tiff_version.config +2 -2
- package/bin/exiftool_files/exiftool.pl +112 -82
- package/bin/exiftool_files/lib/File/RandomAccess.pm +1 -1
- package/bin/exiftool_files/lib/File/RandomAccess.pod +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/AES.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/AFCP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/AIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/APE.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/APP12.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ASF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Apple.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Audible.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BMP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BPG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BZZ.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BigTIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/BuildTagLookup.pm +15 -4
- package/bin/exiftool_files/lib/Image/ExifTool/CBOR.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +225 -13
- package/bin/exiftool_files/lib/Image/ExifTool/CanonCustom.pm +13 -3
- package/bin/exiftool_files/lib/Image/ExifTool/CanonRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/CanonVRD.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/CaptureOne.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Casio.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Charset.pm +3 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DICOM.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DJI.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DNG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DPX.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DV.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/DarwinCore.pm +3 -3
- package/bin/exiftool_files/lib/Image/ExifTool/DjVu.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/EXE.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +64 -20
- package/bin/exiftool_files/lib/Image/ExifTool/FITS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FLAC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FLIF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FLIR.pm +48 -11
- package/bin/exiftool_files/lib/Image/ExifTool/Fixup.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Flash.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FlashPix.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Font.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FotoStation.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GE.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GIF.pm +6 -2
- package/bin/exiftool_files/lib/Image/ExifTool/GIMP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/GPS.pm +15 -11
- package/bin/exiftool_files/lib/Image/ExifTool/GeoTiff.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Geotag.pm +4 -3
- package/bin/exiftool_files/lib/Image/ExifTool/GoPro.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/H264.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/HP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/HTML.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/HtmlDump.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ICC_Profile.pm +97 -5
- package/bin/exiftool_files/lib/Image/ExifTool/ID3.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/IPTC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ISO.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/ITC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Import.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/InDesign.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +6 -2
- package/bin/exiftool_files/lib/Image/ExifTool/JPEGDigest.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JSON.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JVC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Jpeg2000.pm +109 -12
- package/bin/exiftool_files/lib/Image/ExifTool/Kodak.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/KyoceraRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/LIF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/LNK.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/cs.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/de.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_ca.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/en_gb.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/es.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/fi.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/fr.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/it.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/ja.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/ko.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/nl.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/pl.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/ru.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/sv.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/tr.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_cn.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lang/zh_tw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Leaf.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Lytro.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/M2TS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MIE.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MIEUnits.pod +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MNG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MOI.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MPC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MPEG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MPF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MRC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MWG.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MXF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MacOS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Matroska.pm +9 -5
- package/bin/exiftool_files/lib/Image/ExifTool/Microsoft.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Minolta.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/MinoltaRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Motorola.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Nikon.pm +1918 -72
- package/bin/exiftool_files/lib/Image/ExifTool/NikonCapture.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/NikonCustom.pm +523 -6
- package/bin/exiftool_files/lib/Image/ExifTool/NikonSettings.pm +150 -87
- package/bin/exiftool_files/lib/Image/ExifTool/Nintendo.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/OOXML.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Ogg.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +7 -7
- package/bin/exiftool_files/lib/Image/ExifTool/OpenEXR.pm +5 -3
- package/bin/exiftool_files/lib/Image/ExifTool/Opus.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Other.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PCX.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PDF.pm +6 -4
- package/bin/exiftool_files/lib/Image/ExifTool/PGF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PICT.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PLIST.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PLUS.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PNG.pm +29 -8
- package/bin/exiftool_files/lib/Image/ExifTool/PPM.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PSP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Palm.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Panasonic.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PanasonicRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Parrot.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +3 -2
- package/bin/exiftool_files/lib/Image/ExifTool/PhaseOne.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PhotoCD.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PhotoMechanic.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Photoshop.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PostScript.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/PrintIM.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Qualcomm.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +25 -7
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +40 -4
- package/bin/exiftool_files/lib/Image/ExifTool/README +4 -0
- package/bin/exiftool_files/lib/Image/ExifTool/RIFF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/RSRC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/RTF.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Radiance.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Rawzor.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Real.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Reconyx.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Red.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Ricoh.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Samsung.pm +6 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Sanyo.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Scalado.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Shift.pl +3 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Shortcuts.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Sigma.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/SigmaRaw.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +34 -12
- package/bin/exiftool_files/lib/Image/ExifTool/SonyIDC.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Stim.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/TagInfoXML.pm +11 -6
- package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +6581 -5893
- package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +1641 -59
- package/bin/exiftool_files/lib/Image/ExifTool/Text.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Theora.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Torrent.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Unknown.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/VCard.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Validate.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Vorbis.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WTV.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteCanonRaw.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteIPTC.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePDF.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePNG.pl +30 -10
- package/bin/exiftool_files/lib/Image/ExifTool/WritePhotoshop.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WritePostScript.pl +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +19 -4
- package/bin/exiftool_files/lib/Image/ExifTool/WriteXMP.pl +13 -12
- package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +56 -10
- package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +169 -54
- package/bin/exiftool_files/lib/Image/ExifTool/XMP2.pl +6 -4
- package/bin/exiftool_files/lib/Image/ExifTool/XMPStruct.pl +22 -8
- package/bin/exiftool_files/lib/Image/ExifTool/ZIP.pm +10 -2
- package/bin/exiftool_files/lib/Image/ExifTool/ZISRAW.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/iWork.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool.pm +93 -13
- package/bin/exiftool_files/lib/Image/ExifTool.pod +80 -70
- package/package.json +3 -3
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
# Revisions: Nov. 12/2003 - P. Harvey Created
|
|
9
9
|
# (See html/history.html for revision history)
|
|
10
10
|
#
|
|
11
|
-
# Legal: Copyright (c) 2003-
|
|
11
|
+
# Legal: Copyright (c) 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
12
12
|
# This library is free software; you can redistribute it and/or
|
|
13
13
|
# modify it under the same terms as Perl itself.
|
|
14
14
|
#------------------------------------------------------------------------------
|
|
@@ -26,10 +26,10 @@ use vars qw($VERSION $RELEASE @ISA @EXPORT_OK %EXPORT_TAGS $AUTOLOAD @fileTypes
|
|
|
26
26
|
$psAPP13hdr $psAPP13old @loadAllTables %UserDefined $evalWarning
|
|
27
27
|
%noWriteFile %magicNumber @langs $defaultLang %langName %charsetName
|
|
28
28
|
%mimeType $swapBytes $swapWords $currentByteOrder %unpackStd
|
|
29
|
-
%jpegMarker %specialTags %fileTypeLookup $testLen $
|
|
29
|
+
%jpegMarker %specialTags %fileTypeLookup $testLen $exeDir
|
|
30
30
|
%static_vars);
|
|
31
31
|
|
|
32
|
-
$VERSION = '12.
|
|
32
|
+
$VERSION = '12.40';
|
|
33
33
|
$RELEASE = '';
|
|
34
34
|
@ISA = qw(Exporter);
|
|
35
35
|
%EXPORT_TAGS = (
|
|
@@ -320,7 +320,7 @@ my %createTypes = map { $_ => 1 } qw(XMP ICC MIE VRD DR4 EXIF EXV);
|
|
|
320
320
|
FPF => ['FPF', 'FLIR Public image Format'],
|
|
321
321
|
FPX => ['FPX', 'FlashPix'],
|
|
322
322
|
GIF => ['GIF', 'Compuserve Graphics Interchange Format'],
|
|
323
|
-
GPR => ['TIFF', '
|
|
323
|
+
GPR => ['TIFF', 'General Purpose RAW'], # https://gopro.github.io/gpr/
|
|
324
324
|
GZ => 'GZIP',
|
|
325
325
|
GZIP => ['GZIP', 'GNU ZIP compressed archive'],
|
|
326
326
|
HDP => ['TIFF', 'Windows HD Photo'],
|
|
@@ -406,6 +406,8 @@ my %createTypes = map { $_ => 1 } qw(XMP ICC MIE VRD DR4 EXIF EXV);
|
|
|
406
406
|
# NDPI => ['TIFF', 'Hamamatsu NanoZoomer Digital Pathology Image'],
|
|
407
407
|
NEF => ['TIFF', 'Nikon (RAW) Electronic Format'],
|
|
408
408
|
NEWER => 'COS',
|
|
409
|
+
NKSC => ['XMP', 'Nikon Sidecar'],
|
|
410
|
+
|
|
409
411
|
NMBTEMPLATE => ['ZIP','Apple Numbers Template'],
|
|
410
412
|
NRW => ['TIFF', 'Nikon RAW (2)'],
|
|
411
413
|
NUMBERS => ['ZIP','Apple Numbers spreadsheet'],
|
|
@@ -691,6 +693,7 @@ my %fileDescription = (
|
|
|
691
693
|
MRW => 'image/x-minolta-mrw',
|
|
692
694
|
MXF => 'application/mxf',
|
|
693
695
|
NEF => 'image/x-nikon-nef',
|
|
696
|
+
NKSC => 'application/x-nikon-nxstudio',
|
|
694
697
|
NRW => 'image/x-nikon-nrw',
|
|
695
698
|
NUMBERS => 'application/x-iwork-numbers-sffnumbers',
|
|
696
699
|
ODB => 'application/vnd.oasis.opendocument.database',
|
|
@@ -909,7 +912,7 @@ $testLen = 1024; # number of bytes to read when testing for magic number
|
|
|
909
912
|
GZIP => '\x1f\x8b\x08',
|
|
910
913
|
HDR => '#\?(RADIANCE|RGBE)\x0a',
|
|
911
914
|
HTML => '(\xef\xbb\xbf)?\s*(?i)<(!DOCTYPE\s+HTML|HTML|\?xml)', # (case insensitive)
|
|
912
|
-
ICC => '.{12}(scnr|mntr|prtr|link|spac|abst|nmcl|nkpf)(XYZ |Lab |Luv |YCbr|Yxy |RGB |GRAY|HSV |HLS |CMYK|CMY |[2-9A-F]CLR){2}',
|
|
915
|
+
ICC => '.{12}(scnr|mntr|prtr|link|spac|abst|nmcl|nkpf|cenc|mid |mlnk|mvis)(XYZ |Lab |Luv |YCbr|Yxy |RGB |GRAY|HSV |HLS |CMYK|CMY |[2-9A-F]CLR|nc..|\0{4}){2}',
|
|
913
916
|
IND => '\x06\x06\xed\xf5\xd8\x1d\x46\xe5\xbd\x31\xef\xe7\xfe\x74\xb7\x1d',
|
|
914
917
|
# ISO => signature is at byte 32768
|
|
915
918
|
ITC => '.{4}itch',
|
|
@@ -1208,6 +1211,18 @@ my %systemTagsNotes = (
|
|
|
1208
1211
|
},
|
|
1209
1212
|
PrintConv => \&ConvertFileSize,
|
|
1210
1213
|
},
|
|
1214
|
+
ZoneIdentifier => {
|
|
1215
|
+
Groups => { 1 => 'System', 2 => 'Other' },
|
|
1216
|
+
Notes => q{
|
|
1217
|
+
Windows only. Existence indicates that the file has a Zone.Identifier
|
|
1218
|
+
alternate data stream, which is used by some Windows browsers to mark
|
|
1219
|
+
downloaded files as possibly unsafe to run. May be deleted to remove this
|
|
1220
|
+
stream. Requires Win32API::File
|
|
1221
|
+
},
|
|
1222
|
+
Writable => 1,
|
|
1223
|
+
WritePseudo => 1,
|
|
1224
|
+
Protected => 1,
|
|
1225
|
+
},
|
|
1211
1226
|
FileType => {
|
|
1212
1227
|
Groups => { 2 => 'Other' },
|
|
1213
1228
|
Notes => q{
|
|
@@ -1784,6 +1799,7 @@ my %systemTagsNotes = (
|
|
|
1784
1799
|
Writable => 1,
|
|
1785
1800
|
Protected => 1,
|
|
1786
1801
|
},
|
|
1802
|
+
PageCount => { Notes => 'the number of pages in a multi-page TIFF document' },
|
|
1787
1803
|
);
|
|
1788
1804
|
|
|
1789
1805
|
# tags defined by UserParam option (added at runtime)
|
|
@@ -2320,6 +2336,7 @@ sub ClearOptions($)
|
|
|
2320
2336
|
Password => undef, # password for password-protected PDF documents
|
|
2321
2337
|
PrintConv => 1, # flag to enable print conversion
|
|
2322
2338
|
QuickTimeHandler => 1, # flag to add mdir Handler to newly created Meta box
|
|
2339
|
+
QuickTimePad=> undef, # flag to preserve padding of QuickTime CR3 tags
|
|
2323
2340
|
QuickTimeUTC=> undef, # assume that QuickTime date/time tags are stored as UTC
|
|
2324
2341
|
RequestAll => undef, # extract all tags that must be specifically requested
|
|
2325
2342
|
RequestTags => undef, # extra tags to request (on top of those in the tag list)
|
|
@@ -2369,7 +2386,7 @@ sub ExtractInfo($;@)
|
|
|
2369
2386
|
my $fast = $$options{FastScan} || 0;
|
|
2370
2387
|
my $req = $$self{REQ_TAG_LOOKUP};
|
|
2371
2388
|
my $reqAll = $$options{RequestAll} || 0;
|
|
2372
|
-
my (%saveOptions, $reEntry, $rsize, $type, @startTime, $saveOrder, $isDir);
|
|
2389
|
+
my (%saveOptions, $reEntry, $rsize, $zid, $type, @startTime, $saveOrder, $isDir);
|
|
2373
2390
|
|
|
2374
2391
|
# check for internal ReEntry option to allow recursive calls to ExtractInfo
|
|
2375
2392
|
if (ref $_[1] eq 'HASH' and $_[1]{ReEntry} and
|
|
@@ -2461,6 +2478,17 @@ sub ExtractInfo($;@)
|
|
|
2461
2478
|
}
|
|
2462
2479
|
# get size of resource fork on Mac OS
|
|
2463
2480
|
$rsize = -s "$filename/..namedfork/rsrc" if $^O eq 'darwin' and not $$self{IN_RESOURCE};
|
|
2481
|
+
# check to see if Zone.Identifier file exists in Windows
|
|
2482
|
+
if ($^O eq 'MSWin32' and eval { require Win32API::File }) {
|
|
2483
|
+
my $wattr;
|
|
2484
|
+
my $zfile = "${filename}:Zone.Identifier";
|
|
2485
|
+
if ($self->EncodeFileName($zfile)) {
|
|
2486
|
+
$wattr = eval { Win32API::File::GetFileAttributesW($zfile) };
|
|
2487
|
+
} else {
|
|
2488
|
+
$wattr = eval { Win32API::File::GetFileAttributes($zfile) };
|
|
2489
|
+
}
|
|
2490
|
+
$zid = 1 unless $wattr == Win32API::File::INVALID_FILE_ATTRIBUTES();
|
|
2491
|
+
}
|
|
2464
2492
|
}
|
|
2465
2493
|
# open the file
|
|
2466
2494
|
if ($self->Open(\*EXIFTOOL_FILE, $filename)) {
|
|
@@ -2503,6 +2531,7 @@ sub ExtractInfo($;@)
|
|
|
2503
2531
|
my $fileSize = $stat[7];
|
|
2504
2532
|
$self->FoundTag('FileSize', $stat[7]) if defined $stat[7];
|
|
2505
2533
|
$self->FoundTag('ResourceForkSize', $rsize) if $rsize;
|
|
2534
|
+
$self->FoundTag('ZoneIdentifier', 'Exists') if $zid;
|
|
2506
2535
|
$self->FoundTag('FileModifyDate', $stat[9]) if defined $stat[9];
|
|
2507
2536
|
$self->FoundTag('FileAccessDate', $stat[8]) if defined $stat[8];
|
|
2508
2537
|
my $cTag = $^O eq 'MSWin32' ? 'FileCreateDate' : 'FileInodeChangeDate';
|
|
@@ -4063,8 +4092,9 @@ sub Open($*$;$)
|
|
|
4063
4092
|
my ($self, $fh, $file, $mode) = @_;
|
|
4064
4093
|
|
|
4065
4094
|
$file =~ s/^([\s&])/.\/$1/; # protect leading whitespace or ampersand
|
|
4066
|
-
# default to read mode ('<') unless input is a pipe
|
|
4067
|
-
$mode = ($file =~ /\|$/ ? '' : '<') unless $mode;
|
|
4095
|
+
# default to read mode ('<') unless input is a trusted pipe
|
|
4096
|
+
$mode = (($file =~ /\|$/ and $$self{TRUST_PIPE}) ? '' : '<') unless $mode;
|
|
4097
|
+
delete $$self{TRUST_PIPE};
|
|
4068
4098
|
if ($mode) {
|
|
4069
4099
|
if ($self->EncodeFileName($file)) {
|
|
4070
4100
|
# handle Windows Unicode file name
|
|
@@ -4227,6 +4257,7 @@ sub ParseArguments($;@)
|
|
|
4227
4257
|
$$self{REQ_TAG_LOOKUP} = { };
|
|
4228
4258
|
$$self{EXCL_TAG_LOOKUP} = { };
|
|
4229
4259
|
$$self{IO_TAG_LIST} = undef;
|
|
4260
|
+
delete $$self{EXCL_XMP_LOOKUP};
|
|
4230
4261
|
|
|
4231
4262
|
# handle our input arguments
|
|
4232
4263
|
while (@_) {
|
|
@@ -4310,7 +4341,11 @@ sub ParseArguments($;@)
|
|
|
4310
4341
|
# generate lookup for excluded tags
|
|
4311
4342
|
if ($$options{Exclude}) {
|
|
4312
4343
|
foreach (@{$$options{Exclude}}) {
|
|
4313
|
-
/([-\w]+)#?$/ and $$self{EXCL_TAG_LOOKUP}{lc
|
|
4344
|
+
/([-\w]+)#?$/ and $$self{EXCL_TAG_LOOKUP}{lc $1} = 1;
|
|
4345
|
+
if (/(xmp-.*:[-\w]+)#?/i) {
|
|
4346
|
+
$$self{EXCL_XMP_LOOKUP} or $$self{EXCL_XMP_LOOKUP} = { };
|
|
4347
|
+
$$self{EXCL_XMP_LOOKUP}{lc $1} = 1;
|
|
4348
|
+
}
|
|
4314
4349
|
}
|
|
4315
4350
|
# exclude list is used only for EXCL_TAG_LOOKUP when TAGS_FROM_FILE is set
|
|
4316
4351
|
undef $$options{Exclude} if $$self{TAGS_FROM_FILE};
|
|
@@ -5652,6 +5687,38 @@ sub ConvertDateTime($$)
|
|
|
5652
5687
|
unshift @a, 1 while @a < 3; # add month and day if necessary
|
|
5653
5688
|
unshift @a, 0 while @a < 6; # add h,m,s if necessary
|
|
5654
5689
|
$a[4] -= 1; # base month is 1
|
|
5690
|
+
# parse our %f fractional seconds first (and round up seconds if necessary)
|
|
5691
|
+
# - if there are multiple %f codes, they all get the same number of digits as the first
|
|
5692
|
+
if ($fmt =~ /%\.?(\d*)f/) {
|
|
5693
|
+
my $dig = $1;
|
|
5694
|
+
my $frac = $date =~ /(\.\d+)/ ? $1 : '';
|
|
5695
|
+
if (not $frac) {
|
|
5696
|
+
$frac = '.' . ('0' x $dig) if $dig;
|
|
5697
|
+
} elsif (length $dig) {
|
|
5698
|
+
if ($dig+1 > length($frac)) {
|
|
5699
|
+
$frac .= '0' x ($dig+1-length($frac));
|
|
5700
|
+
} elsif ($dig+1 < length($frac)) {
|
|
5701
|
+
$frac = sprintf("%.${dig}f", $frac);
|
|
5702
|
+
while ($frac =~ s/^(\d)// and $1 ne '0') {
|
|
5703
|
+
# this is a pain, but we must round up to the next second
|
|
5704
|
+
++$a[0] < 60 and last;
|
|
5705
|
+
$a[0] = 0;
|
|
5706
|
+
++$a[1] < 60 and last;
|
|
5707
|
+
$a[1] = 0;
|
|
5708
|
+
++$a[2] < 24 and last;
|
|
5709
|
+
$a[2] = 0;
|
|
5710
|
+
require 'Image/ExifTool/Shift.pl';
|
|
5711
|
+
++$a[3] <= DaysInMonth($a[4]+1, $a[5]) and last;
|
|
5712
|
+
$a[3] = 1;
|
|
5713
|
+
++$a[4] < 12 and last;
|
|
5714
|
+
$a[4] = 0;
|
|
5715
|
+
++$a[5];
|
|
5716
|
+
last; # (this was a goto)
|
|
5717
|
+
}
|
|
5718
|
+
}
|
|
5719
|
+
}
|
|
5720
|
+
$fmt =~ s/(^|[^%])((%%)*)%\.?\d*f/$1$2$frac/g;
|
|
5721
|
+
}
|
|
5655
5722
|
# parse %z and %s ourself (to handle time zones properly)
|
|
5656
5723
|
if ($fmt =~ /%[sz]/) {
|
|
5657
5724
|
# use system time zone unless otherwise specified
|
|
@@ -5966,6 +6033,8 @@ sub IdentifyTrailer($;$)
|
|
|
5966
6033
|
$type = 'Samsung';
|
|
5967
6034
|
} elsif ($buff =~ /8db42d694ccc418790edff439fe026bf$/s) {
|
|
5968
6035
|
$type = 'Insta360';
|
|
6036
|
+
} elsif ($buff =~ m(\0{6}/NIKON APP$)) {
|
|
6037
|
+
$type = 'NikonApp';
|
|
5969
6038
|
}
|
|
5970
6039
|
last;
|
|
5971
6040
|
}
|
|
@@ -6001,6 +6070,9 @@ sub ProcessTrailers($$)
|
|
|
6001
6070
|
if ($dirName eq 'Insta360') {
|
|
6002
6071
|
require 'Image/ExifTool/QuickTimeStream.pl';
|
|
6003
6072
|
$proc = 'Image::ExifTool::QuickTime::ProcessInsta360';
|
|
6073
|
+
} elsif ($dirName eq 'NikonApp') {
|
|
6074
|
+
require Image::ExifTool::Nikon;
|
|
6075
|
+
$proc = 'Image::ExifTool::Nikon::ProcessNikonApp';
|
|
6004
6076
|
} else {
|
|
6005
6077
|
require "Image/ExifTool/$dirName.pm";
|
|
6006
6078
|
$proc = "Image::ExifTool::${dirName}::Process$dirName";
|
|
@@ -6252,7 +6324,7 @@ sub ProcessJPEG($$)
|
|
|
6252
6324
|
my $markerName = JpegMarkerName($marker);
|
|
6253
6325
|
$$path[$pn] = $markerName;
|
|
6254
6326
|
# issue warning if we skipped some garbage
|
|
6255
|
-
if ($skipped and not $foundSOS) {
|
|
6327
|
+
if ($skipped and not $foundSOS and $markerName ne 'SOS') {
|
|
6256
6328
|
$self->Warn("Skipped unknown $skipped bytes after JPEG $markerName segment", 1);
|
|
6257
6329
|
if ($htmlDump) {
|
|
6258
6330
|
$self->HDump($nextSegPos-4-$skipped, $skipped, "[unknown $skipped bytes]", undef, 0x08);
|
|
@@ -7377,7 +7449,11 @@ sub DoProcessTIFF($$;$)
|
|
|
7377
7449
|
# this looks like a BigTIFF image
|
|
7378
7450
|
$raf->Seek(0);
|
|
7379
7451
|
require Image::ExifTool::BigTIFF;
|
|
7380
|
-
|
|
7452
|
+
my $result = Image::ExifTool::BigTIFF::ProcessBTF($self, $dirInfo);
|
|
7453
|
+
if ($result) {
|
|
7454
|
+
$self->FoundTag(PageCount => $$self{PageCount}) if $$self{MultiPage};
|
|
7455
|
+
return 1;
|
|
7456
|
+
}
|
|
7381
7457
|
} elsif ($identifier == 0x4f52 or $identifier == 0x5352) {
|
|
7382
7458
|
# Olympus ORF image (set FileType now because base type is 'ORF')
|
|
7383
7459
|
$self->SetFileType($fileType = 'ORF');
|
|
@@ -7470,6 +7546,9 @@ sub DoProcessTIFF($$;$)
|
|
|
7470
7546
|
# override whatever FileType we set since we now know it is DNG
|
|
7471
7547
|
$self->OverrideFileType($$self{TIFF_TYPE} = 'DNG');
|
|
7472
7548
|
}
|
|
7549
|
+
if ($$self{TIFF_TYPE} eq 'TIFF') {
|
|
7550
|
+
$self->FoundTag(PageCount => $$self{PageCount}) if $$self{MultiPage};
|
|
7551
|
+
}
|
|
7473
7552
|
return 1;
|
|
7474
7553
|
}
|
|
7475
7554
|
#
|
|
@@ -8711,6 +8790,7 @@ sub ProcessBinaryData($$$)
|
|
|
8711
8790
|
# read value now if necessary
|
|
8712
8791
|
unless (defined $val and not $$tagInfo{SubDirectory}) {
|
|
8713
8792
|
$val = ReadValue($dataPt, $entry+$offset, $format, $count, $more, \$rational);
|
|
8793
|
+
next unless defined $val;
|
|
8714
8794
|
$mask = $$tagInfo{Mask};
|
|
8715
8795
|
$val = ($val & $mask) >> $$tagInfo{BitShift} if $mask;
|
|
8716
8796
|
}
|
|
@@ -8812,8 +8892,8 @@ until ($Image::ExifTool::noConfig) {
|
|
|
8812
8892
|
$file = $config;
|
|
8813
8893
|
}
|
|
8814
8894
|
# also check executable directory unless path is absolute
|
|
8815
|
-
$
|
|
8816
|
-
-r $file or $config =~ /^\// or $file =
|
|
8895
|
+
$exeDir = ($0 =~ /(.*)[\\\/]/) ? $1 : '.' unless defined $exeDir;
|
|
8896
|
+
-r $file or $config =~ /^\// or $file = "$exeDir/$config";
|
|
8817
8897
|
unless (-r $file) {
|
|
8818
8898
|
warn("Config file not found\n") if defined $Image::ExifTool::configFile;
|
|
8819
8899
|
last;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
#
|
|
6
6
|
# URL: https://exiftool.org/
|
|
7
7
|
#
|
|
8
|
-
# Legal: Copyright (c) 2003-
|
|
8
|
+
# Legal: Copyright (c) 2003-2022, Phil Harvey (philharvey66 at gmail.com)
|
|
9
9
|
# This library is free software; you can redistribute it and/or
|
|
10
10
|
# modify it under the same terms as Perl itself.
|
|
11
11
|
#------------------------------------------------------------------------------
|
|
@@ -65,48 +65,48 @@ supported by ExifTool (r = read, w = write, c = create):
|
|
|
65
65
|
|
|
66
66
|
File Types
|
|
67
67
|
------------+-------------+-------------+-------------+------------
|
|
68
|
-
360 r/w | DR4 r/w/c | JNG r/w |
|
|
69
|
-
3FR r | DSS r | JP2 r/w |
|
|
70
|
-
3G2 r/w | DV r | JPEG r/w |
|
|
71
|
-
3GP r/w | DVB r/w | JSON r |
|
|
72
|
-
A r | DVR-MS r | JXL r |
|
|
73
|
-
AA r | DYLIB r | K25 r |
|
|
74
|
-
AAE r | EIP r | KDC r |
|
|
75
|
-
AAX r/w | EPS r/w | KEY r |
|
|
76
|
-
ACR r | EPUB r | LA r |
|
|
77
|
-
AFM r | ERF r/w | LFP r |
|
|
78
|
-
AI r/w | EXE r | LIF r |
|
|
79
|
-
AIFF r | EXIF r/w/c | LNK r |
|
|
80
|
-
APE r | EXR r | LRV r/w |
|
|
81
|
-
ARQ r/w | EXV r/w/c | M2TS r |
|
|
82
|
-
ARW r/w | F4A/V r/w | M4A/V r/w |
|
|
83
|
-
ASF r | FFF r/w | MACOS r |
|
|
84
|
-
AVI r | FITS r | MAX r |
|
|
85
|
-
AVIF r/w | FLA r | MEF r/w |
|
|
86
|
-
AZW r | FLAC r | MIE r/w/ |
|
|
87
|
-
BMP r | FLIF r/w | MIFF r c |
|
|
88
|
-
BPG r | FLV r | MKA r |
|
|
89
|
-
BTF r | FPF r | MKS r |
|
|
90
|
-
CHM r | FPX r | MKV r |
|
|
91
|
-
COS r | GIF r/w | MNG r/w |
|
|
92
|
-
CR2 r/w | GPR r/w | MOBI r |
|
|
93
|
-
CR3 r/w | GZ r | MODD r |
|
|
94
|
-
CRM r/w | HDP r/w | MOI r |
|
|
95
|
-
CRW r/w | HDR r | MOS r/w |
|
|
96
|
-
CS1 r/w | HEIC r/w | MOV r/w |
|
|
97
|
-
CSV r | HEIF r/w | MP3 r |
|
|
98
|
-
CZI r | HTML r | MP4 r/w |
|
|
99
|
-
DCM r | ICC r/w/c | MPC r |
|
|
100
|
-
DCP r/w | ICS r | MPG r |
|
|
101
|
-
DCR r | IDML r | MPO r/w |
|
|
102
|
-
DFONT r | IIQ r/w | MQV r/w |
|
|
103
|
-
DIVX r | IND r/w | MRC r |
|
|
104
|
-
DJVU r | INSP r/w | MRW r/w |
|
|
105
|
-
DLL r | INSV r | MXF r |
|
|
106
|
-
DNG r/w | INX r | NEF r/w |
|
|
107
|
-
DOC r | ISO r |
|
|
108
|
-
DOCX r | ITC r |
|
|
109
|
-
DPX r | J2C r |
|
|
68
|
+
360 r/w | DR4 r/w/c | JNG r/w | O r | RAW r/w
|
|
69
|
+
3FR r | DSS r | JP2 r/w | ODP r | RIFF r
|
|
70
|
+
3G2 r/w | DV r | JPEG r/w | ODS r | RSRC r
|
|
71
|
+
3GP r/w | DVB r/w | JSON r | ODT r | RTF r
|
|
72
|
+
A r | DVR-MS r | JXL r | OFR r | RW2 r/w
|
|
73
|
+
AA r | DYLIB r | K25 r | OGG r | RWL r/w
|
|
74
|
+
AAE r | EIP r | KDC r | OGV r | RWZ r
|
|
75
|
+
AAX r/w | EPS r/w | KEY r | ONP r | RM r
|
|
76
|
+
ACR r | EPUB r | LA r | OPUS r | SEQ r
|
|
77
|
+
AFM r | ERF r/w | LFP r | ORF r/w | SKETCH r
|
|
78
|
+
AI r/w | EXE r | LIF r | ORI r/w | SO r
|
|
79
|
+
AIFF r | EXIF r/w/c | LNK r | OTF r | SR2 r/w
|
|
80
|
+
APE r | EXR r | LRV r/w | PAC r | SRF r
|
|
81
|
+
ARQ r/w | EXV r/w/c | M2TS r | PAGES r | SRW r/w
|
|
82
|
+
ARW r/w | F4A/V r/w | M4A/V r/w | PBM r/w | SVG r
|
|
83
|
+
ASF r | FFF r/w | MACOS r | PCD r | SWF r
|
|
84
|
+
AVI r | FITS r | MAX r | PCX r | THM r/w
|
|
85
|
+
AVIF r/w | FLA r | MEF r/w | PDB r | TIFF r/w
|
|
86
|
+
AZW r | FLAC r | MIE r/w/ | PDF r/w | TORRENT r
|
|
87
|
+
BMP r | FLIF r/w | MIFF r c | PEF r/w | TTC r
|
|
88
|
+
BPG r | FLV r | MKA r | PFA r | TTF r
|
|
89
|
+
BTF r | FPF r | MKS r | PFB r | TXT r
|
|
90
|
+
CHM r | FPX r | MKV r | PFM r | VCF r
|
|
91
|
+
COS r | GIF r/w | MNG r/w | PGF r | VRD r/w/c
|
|
92
|
+
CR2 r/w | GPR r/w | MOBI r | PGM r/w | VSD r
|
|
93
|
+
CR3 r/w | GZ r | MODD r | PLIST r | WAV r
|
|
94
|
+
CRM r/w | HDP r/w | MOI r | PICT r | WDP r/w
|
|
95
|
+
CRW r/w | HDR r | MOS r/w | PMP r | WEBP r
|
|
96
|
+
CS1 r/w | HEIC r/w | MOV r/w | PNG r/w | WEBM r
|
|
97
|
+
CSV r | HEIF r/w | MP3 r | PPM r/w | WMA r
|
|
98
|
+
CZI r | HTML r | MP4 r/w | PPT r | WMV r
|
|
99
|
+
DCM r | ICC r/w/c | MPC r | PPTX r | WTV r
|
|
100
|
+
DCP r/w | ICS r | MPG r | PS r/w | WV r
|
|
101
|
+
DCR r | IDML r | MPO r/w | PSB r/w | X3F r/w
|
|
102
|
+
DFONT r | IIQ r/w | MQV r/w | PSD r/w | XCF r
|
|
103
|
+
DIVX r | IND r/w | MRC r | PSP r | XLS r
|
|
104
|
+
DJVU r | INSP r/w | MRW r/w | QTIF r/w | XLSX r
|
|
105
|
+
DLL r | INSV r | MXF r | R3D r | XMP r/w/c
|
|
106
|
+
DNG r/w | INX r | NEF r/w | RA r | ZIP r
|
|
107
|
+
DOC r | ISO r | NKSC r/w | RAF r/w |
|
|
108
|
+
DOCX r | ITC r | NRW r/w | RAM r |
|
|
109
|
+
DPX r | J2C r | NUMBERS r | RAR r |
|
|
110
110
|
|
|
111
111
|
Meta Information
|
|
112
112
|
----------------------+----------------------+---------------------
|
|
@@ -593,12 +593,13 @@ different when copying tags with L</SetNewValuesFromFile>.
|
|
|
593
593
|
=item DateFormat
|
|
594
594
|
|
|
595
595
|
Format for printing date/time values. See C<strftime> in the L<POSIX>
|
|
596
|
-
package for details about
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
596
|
+
package and L<https://exiftool.org/filename.html#codes> for details about
|
|
597
|
+
the format string. If the date can not be converted, the value is left
|
|
598
|
+
unchanged unless the StrictDate option is set. Timezones are ignored. The
|
|
599
|
+
inverse conversion (ie. when calling L</SetNewValue>) is performed only if
|
|
600
|
+
POSIX::strptime or Time::Piece is installed. The default setting of undef
|
|
601
|
+
causes date/time values to remain in standard EXIF format (similar to a
|
|
602
|
+
DateFormat of "%Y:%m:%d %H:%M:%S").
|
|
602
603
|
|
|
603
604
|
=item Duplicates
|
|
604
605
|
|
|
@@ -860,6 +861,14 @@ commonly found in samples from other software, and it has been reported that
|
|
|
860
861
|
Apple QuickTime Player and Photos.apps will ignore ItemList tags if this is
|
|
861
862
|
missing. Default is 1.
|
|
862
863
|
|
|
864
|
+
=item QuickTimePad
|
|
865
|
+
|
|
866
|
+
Flag to preserve the padding of some QuickTime atoms when writing.
|
|
867
|
+
QuickTime-based Canon CR3 files pad the values of container atoms with null
|
|
868
|
+
bytes. This padding is removed by default when the file is rewritten, but
|
|
869
|
+
setting this option to 1 adds padding to preserve the original atom size if
|
|
870
|
+
the new atom would be smaller than the original. Default is undef.
|
|
871
|
+
|
|
863
872
|
=item QuickTimeUTC
|
|
864
873
|
|
|
865
874
|
Flag set to assume that QuickTime date/time values are stored as UTC,
|
|
@@ -1236,7 +1245,7 @@ The following ExifTool options are effective in the call to L</WriteInfo>:
|
|
|
1236
1245
|
|
|
1237
1246
|
ByteOrder, Charset, CharsetEXIF, CharsetFileName, CharsetIPTC, Compact,
|
|
1238
1247
|
Compress, FixBase, IgnoreMinorErrors, NoMultiExif, NoPDFList, Password,
|
|
1239
|
-
QuickTimeHandler, Verbose and WriteMode.
|
|
1248
|
+
QuickTimeHandler, QuickTimePad, Verbose and WriteMode.
|
|
1240
1249
|
|
|
1241
1250
|
=head2 GetTagList
|
|
1242
1251
|
|
|
@@ -2317,25 +2326,26 @@ MIE-Orient, MIE-Preview, MIE-Thumbnail, MIE-UTM, MIE-Unknown, MIE-Video,
|
|
|
2317
2326
|
MIFF, MNG, MOBI, MOI, MPC, MPEG, MPF0, MPImage, MS-DOC, MXF, MacOS,
|
|
2318
2327
|
MakerNotes, MakerUnknown, Matroska, MediaJukebox, Meta, MetaIFD, Microsoft,
|
|
2319
2328
|
Minolta, MinoltaRaw, Motorola, NITF, Nikon, NikonCapture, NikonCustom,
|
|
2320
|
-
NikonScan, NikonSettings, Nintendo, Ocad, Ogg, Olympus, OpenEXR,
|
|
2321
|
-
PICT, PNG, PNG-pHYs, PSP, Palm, Panasonic, PanasonicRaw, Pentax,
|
|
2322
|
-
PhotoCD, PhotoMechanic, Photoshop, PictureInfo, PostScript,
|
|
2323
|
-
PrintIM, ProfileIFD, Qualcomm, QuickTime, RAF, RAF2, RIFF,
|
|
2324
|
-
Radiance, Rawzor, Real, Real-CONT, Real-MDPR, Real-PROP,
|
|
2325
|
-
Real-RA5, Real-RJMD, Reconyx, Red, Ricoh, SPIFF, SR2,
|
|
2326
|
-
SRF#, SVG, Samsung, Sanyo, Scalado, Sigma, SigmaRaw,
|
|
2327
|
-
SubIFD, System, Theora, Torrent, Track#, UserData,
|
|
2328
|
-
VCard, Version0, Vorbis, WTV, XML, XMP, XMP-DICOM,
|
|
2329
|
-
XMP-
|
|
2330
|
-
XMP-
|
|
2331
|
-
XMP-
|
|
2332
|
-
XMP-
|
|
2333
|
-
XMP-
|
|
2334
|
-
XMP-iptcCore, XMP-iptcExt, XMP-lr, XMP-mediapro,
|
|
2335
|
-
XMP-mwg-coll, XMP-mwg-kw, XMP-mwg-rs, XMP-pdf, XMP-pdfx,
|
|
2336
|
-
XMP-photoshop, XMP-plus, XMP-pmi, XMP-prism, XMP-prl,
|
|
2337
|
-
XMP-
|
|
2338
|
-
XMP-xmpNote, XMP-xmpPLUS, XMP-xmpRights, XMP-xmpTPg,
|
|
2329
|
+
NikonScan, NikonSettings, NineEdits, Nintendo, Ocad, Ogg, Olympus, OpenEXR,
|
|
2330
|
+
Opus, PDF, PICT, PNG, PNG-pHYs, PSP, Palm, Panasonic, PanasonicRaw, Pentax,
|
|
2331
|
+
PhaseOne, PhotoCD, PhotoMechanic, Photoshop, PictureInfo, PostScript,
|
|
2332
|
+
PreviewIFD, PrintIM, ProfileIFD, Qualcomm, QuickTime, RAF, RAF2, RIFF,
|
|
2333
|
+
RMETA, RSRC, RTF, Radiance, Rawzor, Real, Real-CONT, Real-MDPR, Real-PROP,
|
|
2334
|
+
Real-RA3, Real-RA4, Real-RA5, Real-RJMD, Reconyx, Red, Ricoh, SPIFF, SR2,
|
|
2335
|
+
SR2DataIFD, SR2SubIFD, SRF#, SVG, Samsung, Sanyo, Scalado, Sigma, SigmaRaw,
|
|
2336
|
+
Sony, SonyIDC, Stim, SubIFD, System, Theora, Torrent, Track#, UserData,
|
|
2337
|
+
UserParam, VCalendar, VCard, Version0, Vorbis, WTV, XML, XMP, XMP-DICOM,
|
|
2338
|
+
XMP-Device, XMP-GAudio, XMP-GDepth, XMP-GFocus, XMP-GImage, XMP-GPano,
|
|
2339
|
+
XMP-GSpherical, XMP-LImage, XMP-MP, XMP-MP1, XMP-PixelLive, XMP-aas,
|
|
2340
|
+
XMP-acdsee, XMP-album, XMP-apple-fi, XMP-aux, XMP-cc, XMP-cell,
|
|
2341
|
+
XMP-creatorAtom, XMP-crs, XMP-dc, XMP-dex, XMP-digiKam, XMP-drone-dji,
|
|
2342
|
+
XMP-dwc, XMP-exif, XMP-exifEX, XMP-expressionmedia, XMP-extensis, XMP-fpv,
|
|
2343
|
+
XMP-getty, XMP-ics, XMP-iptcCore, XMP-iptcExt, XMP-lr, XMP-mediapro,
|
|
2344
|
+
XMP-microsoft, XMP-mwg-coll, XMP-mwg-kw, XMP-mwg-rs, XMP-pdf, XMP-pdfx,
|
|
2345
|
+
XMP-photomech, XMP-photoshop, XMP-plus, XMP-pmi, XMP-prism, XMP-prl,
|
|
2346
|
+
XMP-prm, XMP-pur, XMP-rdf, XMP-swf, XMP-tiff, XMP-x, XMP-xmp, XMP-xmpBJ,
|
|
2347
|
+
XMP-xmpDM, XMP-xmpMM, XMP-xmpNote, XMP-xmpPLUS, XMP-xmpRights, XMP-xmpTPg,
|
|
2348
|
+
ZIP, iTunes
|
|
2339
2349
|
|
|
2340
2350
|
=item Family 2 (Category):
|
|
2341
2351
|
|
|
@@ -2734,7 +2744,7 @@ specified by the L</Charset> option.
|
|
|
2734
2744
|
|
|
2735
2745
|
=head1 AUTHOR
|
|
2736
2746
|
|
|
2737
|
-
Copyright 2003-
|
|
2747
|
+
Copyright 2003-2022, Phil Harvey
|
|
2738
2748
|
|
|
2739
2749
|
This library is free software; you can redistribute it and/or modify it
|
|
2740
2750
|
under the same terms as Perl itself.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exiftool-vendored.exe",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.40.0",
|
|
4
4
|
"description": "Vendored win32 ExifTool for Node.js",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"homepage": "https://github.com/mceachen/exiftool-vendored.exe#readme",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"update": "bash -c ./update.sh"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"mocha": "^9.1.
|
|
34
|
-
"prettier": "^2.
|
|
33
|
+
"mocha": "^9.1.4",
|
|
34
|
+
"prettier": "^2.5.1"
|
|
35
35
|
}
|
|
36
36
|
}
|