exiftool-vendored 28.7.0 → 28.8.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/CHANGELOG.md +10 -0
- package/dist/Tags.d.ts +17 -17
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -25,6 +25,16 @@ vendored versions of ExifTool match the version that they vendor.
|
|
|
25
25
|
|
|
26
26
|
## Version history
|
|
27
27
|
|
|
28
|
+
### v28.8.0
|
|
29
|
+
|
|
30
|
+
**Important:** ExifTool versions use the format `NN.NN` and do not follow semantic versioning. The version from ExifTool will not parse correctly with the `semver` library (for the next 10 versions) since they are zero- padded.
|
|
31
|
+
|
|
32
|
+
- 🌱 Upgraded ExifTool to version [13.00](https://exiftool.org/history.html#13.00)
|
|
33
|
+
|
|
34
|
+
**Note:** ExifTool version numbers increment by 0.01 and do not follow semantic versioning conventions. The changes between version 12.99 and 13.00 are minor updates without any known breaking changes.
|
|
35
|
+
|
|
36
|
+
- 📦 Added Node.js v23 to the build matrix.
|
|
37
|
+
|
|
28
38
|
### v28.7.0
|
|
29
39
|
|
|
30
40
|
- 🌱 ExifTool upgraded to version [12.99](https://exiftool.org/history.html#12.99)
|
package/dist/Tags.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ import { Version } from "./Version";
|
|
|
18
18
|
export interface ExifToolTags {
|
|
19
19
|
/** ☆☆☆☆ ✔ Example: "File is empty" */
|
|
20
20
|
Error?: string;
|
|
21
|
-
/** ★★★★ ✔ Example:
|
|
21
|
+
/** ★★★★ ✔ Example: 13 */
|
|
22
22
|
ExifToolVersion?: number;
|
|
23
23
|
/** ☆☆☆☆ Example: "path/to/file.jpg" */
|
|
24
24
|
SourceFile?: string;
|
|
@@ -44,11 +44,11 @@ export interface FileTags {
|
|
|
44
44
|
EncodingProcess?: string;
|
|
45
45
|
/** ★★★★ ✔ Example: "Little-endian (Intel, II)" */
|
|
46
46
|
ExifByteOrder?: string;
|
|
47
|
-
/** ★★★★ ✔ Example: "2024:10:
|
|
47
|
+
/** ★★★★ ✔ Example: "2024:10:29 12:25:32-07:00" */
|
|
48
48
|
FileAccessDate?: ExifDateTime | string;
|
|
49
49
|
/** ☆☆☆☆ Example: */
|
|
50
50
|
FileCreateDate?: ExifDateTime | string;
|
|
51
|
-
/** ★★★★ ✔ Example: "2024:10:
|
|
51
|
+
/** ★★★★ ✔ Example: "2024:10:23 16:05:23-07:00" */
|
|
52
52
|
FileInodeChangeDate?: ExifDateTime | string;
|
|
53
53
|
/** ★★★★ ✔ Example: "2024:06:15 18:39:22-07:00" */
|
|
54
54
|
FileModifyDate?: ExifDateTime | string;
|
|
@@ -298,7 +298,7 @@ export interface APPTags {
|
|
|
298
298
|
R5100?: number;
|
|
299
299
|
/** ☆☆☆☆ ✔ Example: "4_1SEC" */
|
|
300
300
|
Rate?: string;
|
|
301
|
-
/** ☆☆☆☆ Example: "(Binary data
|
|
301
|
+
/** ☆☆☆☆ Example: "(Binary data 655564 bytes, use -b option to extract)" */
|
|
302
302
|
RawThermalImage?: BinaryField | string;
|
|
303
303
|
/** ☆☆☆☆ Example: 90 */
|
|
304
304
|
RawThermalImageHeight?: number;
|
|
@@ -427,7 +427,7 @@ export interface CompositeTags {
|
|
|
427
427
|
OriginalDecisionData?: BinaryField | string;
|
|
428
428
|
/** ☆☆☆☆ Example: "9.9 um" */
|
|
429
429
|
PeakSpectralSensitivity?: string;
|
|
430
|
-
/** ★★★☆ ✔ Example: "(Binary data
|
|
430
|
+
/** ★★★☆ ✔ Example: "(Binary data 315546 bytes, use -b option to extract)" */
|
|
431
431
|
PreviewImage?: BinaryField;
|
|
432
432
|
/** ★★☆☆ ✔ Example: 38.625 */
|
|
433
433
|
RedBalance?: number;
|
|
@@ -462,7 +462,7 @@ export interface CompositeTags {
|
|
|
462
462
|
* @see https://exiftool.org/TagNames/FlashPix.html
|
|
463
463
|
*/
|
|
464
464
|
export interface FlashPixTags {
|
|
465
|
-
/** ☆☆☆☆ Example: "(Binary data
|
|
465
|
+
/** ☆☆☆☆ Example: "(Binary data 18 bytes, use -b option to extract)" */
|
|
466
466
|
AudioStream?: BinaryField | string;
|
|
467
467
|
/** ☆☆☆☆ ✔ Example: "Unicode UTF-16, little endian" */
|
|
468
468
|
CodePage?: string;
|
|
@@ -480,7 +480,7 @@ export interface FlashPixTags {
|
|
|
480
480
|
ExtensionName?: string;
|
|
481
481
|
/** ☆☆☆☆ ✔ Example: "Invalidated By Modification" */
|
|
482
482
|
ExtensionPersistence?: string;
|
|
483
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
483
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 57881 bytes, use -b option to extract)" */
|
|
484
484
|
ScreenNail?: BinaryField | string;
|
|
485
485
|
/** ☆☆☆☆ ✔ Example: 1 */
|
|
486
486
|
UsedExtensionNumbers?: number;
|
|
@@ -691,6 +691,8 @@ export interface EXIFTags {
|
|
|
691
691
|
HostComputer?: string;
|
|
692
692
|
/** ★★★☆ ✔ Example: "untitled" */
|
|
693
693
|
ImageDescription?: string;
|
|
694
|
+
/** ☆☆☆☆ Example: 0 */
|
|
695
|
+
ImageTitle?: number;
|
|
694
696
|
/** ★★★★ ✔ Example: "Unknown ([None])" */
|
|
695
697
|
InteropIndex?: string;
|
|
696
698
|
/** ★★★★ ✔ Example: "undef undef undef" */
|
|
@@ -699,7 +701,7 @@ export interface EXIFTags {
|
|
|
699
701
|
ISO?: number;
|
|
700
702
|
/** ☆☆☆☆ ✔ Example: 80 */
|
|
701
703
|
ISOSpeed?: number;
|
|
702
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
704
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 772608 bytes, use -b option to extract)" */
|
|
703
705
|
JpgFromRaw?: BinaryField;
|
|
704
706
|
/** ☆☆☆☆ ✔ Example: 845574 */
|
|
705
707
|
JpgFromRawLength?: number;
|
|
@@ -855,7 +857,7 @@ export interface EXIFTags {
|
|
|
855
857
|
SubSecTimeDigitized?: number;
|
|
856
858
|
/** ★☆☆☆ ✔ Example: 999 */
|
|
857
859
|
SubSecTimeOriginal?: number;
|
|
858
|
-
/** ★★★★ ✔ Example: "(Binary data
|
|
860
|
+
/** ★★★★ ✔ Example: "(Binary data 12652 bytes, use -b option to extract)" */
|
|
859
861
|
ThumbnailImage?: BinaryField;
|
|
860
862
|
/** ★★★★ ✔ Example: 9998 */
|
|
861
863
|
ThumbnailLength?: number;
|
|
@@ -976,7 +978,7 @@ export interface PhotoshopTags {
|
|
|
976
978
|
PhotoshopFormat?: string;
|
|
977
979
|
/** ☆☆☆☆ ✔ Example: 9 */
|
|
978
980
|
PhotoshopQuality?: number;
|
|
979
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
981
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 5768 bytes, use -b option to extract)" */
|
|
980
982
|
PhotoshopThumbnail?: BinaryField | string;
|
|
981
983
|
/** ☆☆☆☆ ✔ Example: "0 0" */
|
|
982
984
|
PrintPosition?: string;
|
|
@@ -4301,7 +4303,7 @@ export interface MakerNotesTags {
|
|
|
4301
4303
|
ToneCurve?: string;
|
|
4302
4304
|
/** ☆☆☆☆ ✔ Example: "(Binary data 95 bytes, use -b option to extract)" */
|
|
4303
4305
|
ToneCurveMatching?: BinaryField | string;
|
|
4304
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
4306
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 1505 bytes, use -b option to extract)" */
|
|
4305
4307
|
ToneCurveTable?: BinaryField | string;
|
|
4306
4308
|
/** ☆☆☆☆ ✔ Example: "Highlights; 0; -7; 7; Shadows; 0; -7; 7; Midtones; 0; -7;…0; 0; 0" */
|
|
4307
4309
|
ToneLevel?: string;
|
|
@@ -4355,8 +4357,6 @@ export interface MakerNotesTags {
|
|
|
4355
4357
|
UserProfile?: string;
|
|
4356
4358
|
/** ☆☆☆☆ ✔ Example: "Turns on after one-shot AF" */
|
|
4357
4359
|
USMLensElectronicMF?: string;
|
|
4358
|
-
/** ★☆☆☆ ✔ Example: 99 */
|
|
4359
|
-
ValidAFPoints?: number;
|
|
4360
4360
|
/** ☆☆☆☆ ✔ Example: "12 0" */
|
|
4361
4361
|
ValidBits?: string;
|
|
4362
4362
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
@@ -4471,7 +4471,7 @@ export interface MakerNotesTags {
|
|
|
4471
4471
|
WhiteBalanceSetting?: string;
|
|
4472
4472
|
/** ☆☆☆☆ ✔ Example: "Auto" */
|
|
4473
4473
|
WhiteBalanceSetup?: string;
|
|
4474
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
4474
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 2201 bytes, use -b option to extract)" */
|
|
4475
4475
|
WhiteBalanceTable?: BinaryField | string;
|
|
4476
4476
|
/** ☆☆☆☆ ✔ Example: "Auto" */
|
|
4477
4477
|
WhiteBalanceTemperature?: string;
|
|
@@ -4744,7 +4744,7 @@ export interface XMPTags {
|
|
|
4744
4744
|
HasSettings?: boolean;
|
|
4745
4745
|
/** ☆☆☆☆ ✔ Example: "(Binary data 23388 bytes, use -b option to extract)" */
|
|
4746
4746
|
HdrPlusMakernote?: BinaryField | string;
|
|
4747
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
4747
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 23317 bytes, use -b option to extract)" */
|
|
4748
4748
|
HDRPMakerNote?: BinaryField | string;
|
|
4749
4749
|
/** ☆☆☆☆ ✔ Example: ["点像F11"] */
|
|
4750
4750
|
HierarchicalSubject?: string[];
|
|
@@ -5092,8 +5092,8 @@ export interface XMPTags {
|
|
|
5092
5092
|
* - a checkmark if the tag is used by popular devices (like iPhones), and
|
|
5093
5093
|
* - an example value, JSON stringified.
|
|
5094
5094
|
*
|
|
5095
|
-
* Autogenerated by "npm run mktags" by ExifTool
|
|
5096
|
-
*
|
|
5095
|
+
* Autogenerated by "npm run mktags" by ExifTool 13.00 on Tue Oct 29 2024.
|
|
5096
|
+
* 2753 unique tags were found in 10128 photo and video files.
|
|
5097
5097
|
*
|
|
5098
5098
|
* @see https://exiftool.org/TagNames/
|
|
5099
5099
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exiftool-vendored",
|
|
3
|
-
"version": "28.
|
|
3
|
+
"version": "28.8.0",
|
|
4
4
|
"description": "Efficient, cross-platform access to ExifTool",
|
|
5
5
|
"main": "./dist/ExifTool.js",
|
|
6
6
|
"types": "./dist/ExifTool.d.ts",
|
|
@@ -78,13 +78,13 @@
|
|
|
78
78
|
"@types/globule": "^1.1.9",
|
|
79
79
|
"@types/he": "^1.2.3",
|
|
80
80
|
"@types/mocha": "^10.0.9",
|
|
81
|
-
"@types/node": "^22.
|
|
81
|
+
"@types/node": "^22.8.4",
|
|
82
82
|
"@types/progress": "^2.0.7",
|
|
83
83
|
"@types/tmp": "^0.2.6",
|
|
84
84
|
"@types/xmldom": "^0.1.34",
|
|
85
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
86
|
-
"@typescript-eslint/parser": "^8.
|
|
87
|
-
"@xmldom/xmldom": "^0.9.
|
|
85
|
+
"@typescript-eslint/eslint-plugin": "^8.12.2",
|
|
86
|
+
"@typescript-eslint/parser": "^8.12.2",
|
|
87
|
+
"@xmldom/xmldom": "^0.9.5",
|
|
88
88
|
"chai": "^4.3.10",
|
|
89
89
|
"chai-as-promised": "^7.1.2",
|
|
90
90
|
"deep-eql": "^4.1.4",
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
"extract-zip": "^2.0.1",
|
|
97
97
|
"geo-tz": "^8.1.2",
|
|
98
98
|
"globule": "^1.3.4",
|
|
99
|
-
"mocha": "^10.
|
|
100
|
-
"npm-check-updates": "^17.1.
|
|
99
|
+
"mocha": "^10.8.0",
|
|
100
|
+
"npm-check-updates": "^17.1.9",
|
|
101
101
|
"npm-run-all": "^4.1.5",
|
|
102
102
|
"prettier": "^3.3.3",
|
|
103
103
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"luxon": "^3.5.0"
|
|
120
120
|
},
|
|
121
121
|
"optionalDependencies": {
|
|
122
|
-
"exiftool-vendored.exe": "
|
|
123
|
-
"exiftool-vendored.pl": "
|
|
122
|
+
"exiftool-vendored.exe": "13.0.0",
|
|
123
|
+
"exiftool-vendored.pl": "13.0.1"
|
|
124
124
|
}
|
|
125
125
|
}
|