exiftool-vendored.exe 13.26.0 → 13.29.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 -254
- package/bin/README.txt +14 -14
- package/bin/exiftool.exe +0 -0
- package/bin/exiftool_files/exiftool.pl +2 -1
- package/bin/exiftool_files/lib/CPAN/Config.pm +98 -98
- package/bin/exiftool_files/lib/Config.pm +111 -111
- package/bin/exiftool_files/lib/Config_git.pl +12 -12
- package/bin/exiftool_files/lib/Config_heavy.pl +1470 -1470
- package/bin/exiftool_files/lib/DynaLoader.pm +761 -761
- package/bin/exiftool_files/lib/Errno.pm +2638 -2638
- package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool/GIMP.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +20 -8
- package/bin/exiftool_files/lib/Image/ExifTool/LigoGPS.pm +16 -2
- package/bin/exiftool_files/lib/Image/ExifTool/MPF.pm +5 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +1 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Panasonic.pm +9 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Parrot.pm +54 -7
- package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +101 -1
- package/bin/exiftool_files/lib/Image/ExifTool/Plot.pm +36 -15
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +53 -5
- package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +70 -14
- package/bin/exiftool_files/lib/Image/ExifTool/README +12 -2
- package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +5 -0
- package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +12 -2
- package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +131 -86
- package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +2 -0
- package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +3 -0
- package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +17 -6
- package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +2 -2
- package/bin/exiftool_files/lib/Image/ExifTool.pm +7 -3
- package/bin/exiftool_files/lib/Image/ExifTool.pod +11 -11
- package/bin/exiftool_files/lib/Win32/FindFile.pm +82 -82
- package/bin/exiftool_files/lib/Win32API/File/cFile.pc +168 -168
- package/bin/exiftool_files/lib/XSLoader.pm +372 -372
- package/bin/exiftool_files/lib/auto/Compress/Raw/Lzma/autosplit.ix +3 -3
- package/bin/exiftool_files/readme_windows.txt +16 -16
- package/bin/exiftool_files/windows_exiftool.txt +5 -4
- package/package.json +54 -53
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# Index created by AutoSplit for blib\lib\Compress\Raw\Lzma.pm
|
|
2
|
-
# (file acts as timestamp)
|
|
3
|
-
1;
|
|
1
|
+
# Index created by AutoSplit for blib\lib\Compress\Raw\Lzma.pm
|
|
2
|
+
# (file acts as timestamp)
|
|
3
|
+
1;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
This readme is for the Windows ExifTool package by Oliver Betz.
|
|
2
|
-
|
|
3
|
-
This package is intended to avoid problems of the PAR packed original ExifTool for Windows.
|
|
4
|
-
|
|
5
|
-
It consists of:
|
|
6
|
-
|
|
7
|
-
* ExifTool by Phil Harvey https://exiftool.org/ resp. https://github.com/exiftool/exiftool
|
|
8
|
-
* Strawberry Perl https://strawberryperl.com/
|
|
9
|
-
* Tiny launcher by Oliver Betz https://oliverbetz.de/pages/Artikel/ExifTool-for-Windows
|
|
10
|
-
|
|
11
|
-
See https://exiftool.org/ and https://strawberryperl.com/ for the license of ExifTool and Strawberry Perl.
|
|
12
|
-
The launcher is licensed under the https://creativecommons.org/publicdomain/zero/1.0/legalcode CC0 license
|
|
13
|
-
|
|
14
|
-
I make no warranties about the package, and disclaim liability for all uses of the package, to the fullest extent permitted by applicable law.
|
|
15
|
-
|
|
16
|
-
Oliver Betz
|
|
1
|
+
This readme is for the Windows ExifTool package by Oliver Betz.
|
|
2
|
+
|
|
3
|
+
This package is intended to avoid problems of the PAR packed original ExifTool for Windows.
|
|
4
|
+
|
|
5
|
+
It consists of:
|
|
6
|
+
|
|
7
|
+
* ExifTool by Phil Harvey https://exiftool.org/ resp. https://github.com/exiftool/exiftool
|
|
8
|
+
* Strawberry Perl https://strawberryperl.com/
|
|
9
|
+
* Tiny launcher by Oliver Betz https://oliverbetz.de/pages/Artikel/ExifTool-for-Windows
|
|
10
|
+
|
|
11
|
+
See https://exiftool.org/ and https://strawberryperl.com/ for the license of ExifTool and Strawberry Perl.
|
|
12
|
+
The launcher is licensed under the https://creativecommons.org/publicdomain/zero/1.0/legalcode CC0 license
|
|
13
|
+
|
|
14
|
+
I make no warranties about the package, and disclaim liability for all uses of the package, to the fullest extent permitted by applicable law.
|
|
15
|
+
|
|
16
|
+
Oliver Betz
|
|
@@ -1079,7 +1079,7 @@ OPTIONS
|
|
|
1079
1079
|
|
|
1080
1080
|
produces output like this:
|
|
1081
1081
|
|
|
1082
|
-
-- Generated by ExifTool 13.
|
|
1082
|
+
-- Generated by ExifTool 13.29 --
|
|
1083
1083
|
File: a.jpg - 2003:10:31 15:44:19
|
|
1084
1084
|
(f/5.6, 1/60s, ISO 100)
|
|
1085
1085
|
File: b.jpg - 2006:05:23 11:57:38
|
|
@@ -1583,9 +1583,10 @@ OPTIONS
|
|
|
1583
1583
|
ignored. Use multiple -i options to ignore more than one directory
|
|
1584
1584
|
name. A special *DIR* value of "SYMLINKS" may be specified to avoid
|
|
1585
1585
|
recursing into directories which are symbolic links when the -r
|
|
1586
|
-
option is used
|
|
1587
|
-
|
|
1588
|
-
|
|
1586
|
+
option is used (note this does not currently work under Windows).
|
|
1587
|
+
As well, a value of "HIDDEN" may be used to ignore files with names
|
|
1588
|
+
that start with a "." (ie. hidden files on Unix systems) when
|
|
1589
|
+
scanning a directory.
|
|
1589
1590
|
|
|
1590
1591
|
-if[*NUM*] *EXPR*
|
|
1591
1592
|
Specify a condition to be evaluated before processing each *FILE*.
|
package/package.json
CHANGED
|
@@ -1,53 +1,54 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "exiftool-vendored.exe",
|
|
3
|
-
"version": "13.
|
|
4
|
-
"description": "Vendored win32 ExifTool for Node.js",
|
|
5
|
-
"main": "./index.js",
|
|
6
|
-
"homepage": "https://github.com/photostructure/exiftool-vendored.exe#readme",
|
|
7
|
-
"bugs": {
|
|
8
|
-
"url": "https://github.com/photostructure/exiftool-vendored
|
|
9
|
-
},
|
|
10
|
-
"repository": {
|
|
11
|
-
"type": "git",
|
|
12
|
-
"url": "git
|
|
13
|
-
},
|
|
14
|
-
"os": [
|
|
15
|
-
"win32"
|
|
16
|
-
],
|
|
17
|
-
"files": [
|
|
18
|
-
"bin",
|
|
19
|
-
"index.js"
|
|
20
|
-
],
|
|
21
|
-
"keywords": [
|
|
22
|
-
"ExifTool",
|
|
23
|
-
"EXIF"
|
|
24
|
-
],
|
|
25
|
-
"author": "Matthew McEachen <matthew-exiftoolvendored@mceachen.org>",
|
|
26
|
-
"license": "MIT",
|
|
27
|
-
"scripts": {
|
|
28
|
-
"prettier": "prettier --write *.js test/*.js",
|
|
29
|
-
"test": "mocha",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
},
|
|
33
|
-
"release-it": {
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
|
|
53
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "exiftool-vendored.exe",
|
|
3
|
+
"version": "13.29.0",
|
|
4
|
+
"description": "Vendored win32 ExifTool for Node.js",
|
|
5
|
+
"main": "./index.js",
|
|
6
|
+
"homepage": "https://github.com/photostructure/exiftool-vendored.exe#readme",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"url": "https://github.com/photostructure/exiftool-vendored/issues"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git@github.com:photostructure/exiftool-vendored.exe.git"
|
|
13
|
+
},
|
|
14
|
+
"os": [
|
|
15
|
+
"win32"
|
|
16
|
+
],
|
|
17
|
+
"files": [
|
|
18
|
+
"bin",
|
|
19
|
+
"index.js"
|
|
20
|
+
],
|
|
21
|
+
"keywords": [
|
|
22
|
+
"ExifTool",
|
|
23
|
+
"EXIF"
|
|
24
|
+
],
|
|
25
|
+
"author": "Matthew McEachen <matthew-exiftoolvendored@mceachen.org>",
|
|
26
|
+
"license": "MIT",
|
|
27
|
+
"scripts": {
|
|
28
|
+
"prettier": "prettier --write *.js test/*.js",
|
|
29
|
+
"test": "mocha",
|
|
30
|
+
"update-exiftool": "node update-exiftool.js",
|
|
31
|
+
"release": "release-it"
|
|
32
|
+
},
|
|
33
|
+
"release-it": {
|
|
34
|
+
"git": {
|
|
35
|
+
"requireBranch": "main",
|
|
36
|
+
"commitMessage": "Release ${version}",
|
|
37
|
+
"tagName": "${version}"
|
|
38
|
+
},
|
|
39
|
+
"github": {
|
|
40
|
+
"release": true
|
|
41
|
+
},
|
|
42
|
+
"npm": {
|
|
43
|
+
"publish": true
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"axios": "^1.8.4",
|
|
48
|
+
"mocha": "^11.1.0",
|
|
49
|
+
"prettier": "^3.5.3",
|
|
50
|
+
"release-it": "^19.0.2",
|
|
51
|
+
"unzipper": "^0.12.3",
|
|
52
|
+
"xml2js": "^0.6.2"
|
|
53
|
+
}
|
|
54
|
+
}
|