exiftool-vendored.exe 13.26.0 → 13.30.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 (45) 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 +7 -8
  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/BuildTagLookup.pm +1 -1
  12. package/bin/exiftool_files/lib/Image/ExifTool/Canon.pm +4 -2
  13. package/bin/exiftool_files/lib/Image/ExifTool/Exif.pm +3 -1
  14. package/bin/exiftool_files/lib/Image/ExifTool/FujiFilm.pm +2 -1
  15. package/bin/exiftool_files/lib/Image/ExifTool/GIMP.pm +1 -1
  16. package/bin/exiftool_files/lib/Image/ExifTool/Geolocation.dat +0 -0
  17. package/bin/exiftool_files/lib/Image/ExifTool/JPEG.pm +20 -8
  18. package/bin/exiftool_files/lib/Image/ExifTool/LigoGPS.pm +16 -2
  19. package/bin/exiftool_files/lib/Image/ExifTool/MPF.pm +5 -1
  20. package/bin/exiftool_files/lib/Image/ExifTool/MakerNotes.pm +3 -3
  21. package/bin/exiftool_files/lib/Image/ExifTool/Olympus.pm +6 -2
  22. package/bin/exiftool_files/lib/Image/ExifTool/Panasonic.pm +9 -1
  23. package/bin/exiftool_files/lib/Image/ExifTool/Parrot.pm +54 -7
  24. package/bin/exiftool_files/lib/Image/ExifTool/Pentax.pm +151 -11
  25. package/bin/exiftool_files/lib/Image/ExifTool/Plot.pm +36 -15
  26. package/bin/exiftool_files/lib/Image/ExifTool/QuickTime.pm +73 -6
  27. package/bin/exiftool_files/lib/Image/ExifTool/QuickTimeStream.pl +80 -14
  28. package/bin/exiftool_files/lib/Image/ExifTool/README +12 -2
  29. package/bin/exiftool_files/lib/Image/ExifTool/Sigma.pm +12 -4
  30. package/bin/exiftool_files/lib/Image/ExifTool/Sony.pm +8 -3
  31. package/bin/exiftool_files/lib/Image/ExifTool/TagLookup.pm +3745 -3729
  32. package/bin/exiftool_files/lib/Image/ExifTool/TagNames.pod +147 -89
  33. package/bin/exiftool_files/lib/Image/ExifTool/WriteExif.pl +2 -0
  34. package/bin/exiftool_files/lib/Image/ExifTool/WriteQuickTime.pl +3 -0
  35. package/bin/exiftool_files/lib/Image/ExifTool/Writer.pl +18 -7
  36. package/bin/exiftool_files/lib/Image/ExifTool/XMP.pm +2 -2
  37. package/bin/exiftool_files/lib/Image/ExifTool.pm +12 -7
  38. package/bin/exiftool_files/lib/Image/ExifTool.pod +11 -11
  39. package/bin/exiftool_files/lib/Win32/FindFile.pm +82 -82
  40. package/bin/exiftool_files/lib/Win32API/File/cFile.pc +168 -168
  41. package/bin/exiftool_files/lib/XSLoader.pm +372 -372
  42. package/bin/exiftool_files/lib/auto/Compress/Raw/Lzma/autosplit.ix +3 -3
  43. package/bin/exiftool_files/readme_windows.txt +16 -16
  44. package/bin/exiftool_files/windows_exiftool.txt +15 -9
  45. 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.30 --
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*.
@@ -1955,13 +1956,15 @@ OPTIONS
1955
1956
  -geotag option is equivalent to writing a value to the "Geotag"
1956
1957
  tag. The GPS position is interpolated from the track at a time
1957
1958
  specified by the value written to the "Geotime" tag. If "Geotime"
1958
- is not specified, the value is copied from "DateTimeOriginal#" (the
1959
- "#" is added to copy the unformatted value, avoiding potential
1960
- conflicts with the -d option). For example, the following two
1961
- commands are equivalent:
1959
+ is not specified, the value is copied from
1960
+ "SubSecDateTimeOriginal#" if it exists, otherwise
1961
+ "DateTimeOriginal#" (the "#" is added to copy the unformatted
1962
+ value, avoiding potential conflicts with the -d option). For
1963
+ example, the following two commands are equivalent if
1964
+ SubSecDateTimeOriginal exists in the file:
1962
1965
 
1963
1966
  exiftool -geotag trk.log image.jpg
1964
- exiftool -geotag trk.log "-Geotime<DateTimeOriginal#" image.jpg
1967
+ exiftool -geotag trk.log "-Geotime<SubSecDateTimeOriginal#" image.jpg
1965
1968
 
1966
1969
  If the "Geotime" value does not contain a time zone then the local
1967
1970
  system timezone is assumed. Writing "Geotime" causes the following
@@ -2160,6 +2163,9 @@ OPTIONS
2160
2163
  User-defined Composite tags may access tags from alternate files
2161
2164
  using the appropriate (case-sensitive) family 8 group name.
2162
2165
 
2166
+ The -fast option, if used, also applies to processing of the
2167
+ alternate files.
2168
+
2163
2169
  -list_dir
2164
2170
  List directories themselves instead of their contents. This option
2165
2171
  effectively causes directories to be treated as normal files when
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.30.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
+ }