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.
Files changed (39) hide show
  1. package/LICENSE +254 -254
  2. package/bin/README.txt +14 -14
  3. package/bin/exiftool.exe +0 -0
  4. package/bin/exiftool_files/exiftool.pl +2 -1
  5. package/bin/exiftool_files/lib/CPAN/Config.pm +98 -98
  6. package/bin/exiftool_files/lib/Config.pm +111 -111
  7. package/bin/exiftool_files/lib/Config_git.pl +12 -12
  8. package/bin/exiftool_files/lib/Config_heavy.pl +1470 -1470
  9. package/bin/exiftool_files/lib/DynaLoader.pm +761 -761
  10. package/bin/exiftool_files/lib/Errno.pm +2638 -2638
  11. package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +2 -2
  12. package/bin/exiftool_files/lib/Image/ExifTool/GIMP.pm +1 -1
  13. package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +20 -8
  14. package/bin/exiftool_files/lib/Image/ExifTool/LigoGPS.pm +16 -2
  15. package/bin/exiftool_files/lib/Image/ExifTool/MPF.pm +5 -1
  16. package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +1 -1
  17. package/bin/exiftool_files/lib/Image/ExifTool/Panasonic.pm +9 -1
  18. package/bin/exiftool_files/lib/Image/ExifTool/Parrot.pm +54 -7
  19. package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +101 -1
  20. package/bin/exiftool_files/lib/Image/ExifTool/Plot.pm +36 -15
  21. package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +53 -5
  22. package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +70 -14
  23. package/bin/exiftool_files/lib/Image/ExifTool/README +12 -2
  24. package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +5 -0
  25. package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +12 -2
  26. package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +131 -86
  27. package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +2 -0
  28. package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +3 -0
  29. package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +17 -6
  30. package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +2 -2
  31. package/bin/exiftool_files/lib/Image/ExifTool.pm +7 -3
  32. package/bin/exiftool_files/lib/Image/ExifTool.pod +11 -11
  33. package/bin/exiftool_files/lib/Win32/FindFile.pm +82 -82
  34. package/bin/exiftool_files/lib/Win32API/File/cFile.pc +168 -168
  35. package/bin/exiftool_files/lib/XSLoader.pm +372 -372
  36. package/bin/exiftool_files/lib/auto/Compress/Raw/Lzma/autosplit.ix +3 -3
  37. package/bin/exiftool_files/readme_windows.txt +16 -16
  38. package/bin/exiftool_files/windows_exiftool.txt +5 -4
  39. 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.26 --
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. As well, a value of "HIDDEN" may be used to ignore
1587
- files with names that start with a "." (ie. hidden files on Unix
1588
- systems) when scanning a directory.
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.26.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.js/issues"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "git+ssh://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
- "preupdate": "ncu --upgrade --install always",
31
- "update": "node update.js"
32
- },
33
- "release-it": {
34
- "hooks": {
35
- "before:init": [
36
- "npm i",
37
- "npm t"
38
- ]
39
- },
40
- "github": {
41
- "release": true
42
- }
43
- },
44
- "devDependencies": {
45
- "axios": "^1.8.4",
46
- "mocha": "^11.1.0",
47
- "npm-check-updates": "^17.1.16",
48
- "prettier": "^3.5.3",
49
- "release-it": "^18.1.2",
50
- "unzipper": "^0.12.3",
51
- "xml2js": "^0.6.2"
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
+ }