exiftool-vendored 35.7.0 → 35.9.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 +8 -0
- package/dist/DefaultExifToolOptions.js +12 -1
- package/dist/DefaultExifToolOptions.js.map +1 -1
- package/dist/Tags.d.ts +16 -16
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -35,6 +35,14 @@ vendored versions of ExifTool match the version that they vendor.
|
|
|
35
35
|
|
|
36
36
|
## History
|
|
37
37
|
|
|
38
|
+
### v35.8.0
|
|
39
|
+
|
|
40
|
+
- 🌱 Upgraded ExifTool to version [150](https://exiftool.org/history.html#13.50).
|
|
41
|
+
|
|
42
|
+
### v35.7.1
|
|
43
|
+
|
|
44
|
+
- 📦 Pull in new [batch-cluster](https://github.com/photostructure/batch-cluster.js/releases/tag/v17.3.0), and run the new `findStreamFlushMillis()` on linux and windows. After examining ExifTool code, he always force-flushes stderr before emitting `{ready}` -- so we're updating the default for `streamFlushMillis` to `1`.
|
|
45
|
+
|
|
38
46
|
### v35.7.0
|
|
39
47
|
|
|
40
48
|
- 🌱 Upgraded ExifTool to version [13.49](https://exiftool.org/history.html#13.49).
|
|
@@ -67,7 +67,18 @@ exports.DefaultExifToolOptions = Object.freeze({
|
|
|
67
67
|
maxProcs: DefaultMaxProcs_1.DefaultMaxProcs,
|
|
68
68
|
maxTasksPerProcess: 500,
|
|
69
69
|
spawnTimeoutMillis: 30000,
|
|
70
|
-
|
|
70
|
+
// ExifTool always flushes stderr before emitting "{ready}" on stdout when
|
|
71
|
+
// in -stay_open mode (see exiftool lines 426-438). It explicitly calls
|
|
72
|
+
// STDERR->flush() before printing "{ready}\n" with autoflush enabled on
|
|
73
|
+
// stdout. This means stderr data for a given task is guaranteed to arrive
|
|
74
|
+
// before the stdout sentinel, so we can safely use a very short flush delay.
|
|
75
|
+
//
|
|
76
|
+
// Caveat: the flush requires IO::Handle to load successfully (via eval),
|
|
77
|
+
// but this is available in all standard Perl installations.
|
|
78
|
+
//
|
|
79
|
+
// Reduced from batch-cluster's default (30-200ms) to 1ms based on
|
|
80
|
+
// empirical testing on Windows and Linux.
|
|
81
|
+
streamFlushMillis: 1,
|
|
71
82
|
// see https://github.com/photostructure/exiftool-vendored.js/issues/34 :
|
|
72
83
|
taskTimeoutMillis: 30000,
|
|
73
84
|
onIdleIntervalMillis: 2000,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultExifToolOptions.js","sourceRoot":"","sources":["../src/DefaultExifToolOptions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"DefaultExifToolOptions.js","sourceRoot":"","sources":["../src/DefaultExifToolOptions.ts"],"names":[],"mappings":"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"}
|
package/dist/Tags.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export interface ExifToolTags {
|
|
|
26
26
|
/**
|
|
27
27
|
* @frequency 🔥 ★★★★ (100%)
|
|
28
28
|
* @groups ExifTool
|
|
29
|
-
* @example 13.
|
|
29
|
+
* @example 13.49
|
|
30
30
|
*/
|
|
31
31
|
ExifToolVersion?: string;
|
|
32
32
|
/**
|
|
@@ -114,7 +114,7 @@ export interface FileTags {
|
|
|
114
114
|
/**
|
|
115
115
|
* @frequency 🔥 ★★★★ (100%)
|
|
116
116
|
* @groups File
|
|
117
|
-
* @example "2026:
|
|
117
|
+
* @example "2026:02:07 04:13:05Z"
|
|
118
118
|
* @remarks File system access date/time. Not stored metadata - file system property.
|
|
119
119
|
* Writable on some systems. Changes when file is read.
|
|
120
120
|
* @see https://exiftool.org/TagNames/File.html
|
|
@@ -132,7 +132,7 @@ export interface FileTags {
|
|
|
132
132
|
/**
|
|
133
133
|
* @frequency 🔥 ★★★★ (100%)
|
|
134
134
|
* @groups File
|
|
135
|
-
* @example "2026:
|
|
135
|
+
* @example "2026:02:06 23:17:17Z"
|
|
136
136
|
* @remarks File system inode change date/time (Unix/Linux). Not stored metadata - file system property.
|
|
137
137
|
* Changes when file metadata (permissions, ownership) or content changes. Not available on Windows.
|
|
138
138
|
* @see https://exiftool.org/TagNames/File.html
|
|
@@ -2217,7 +2217,7 @@ export interface FlashPixTags {
|
|
|
2217
2217
|
/**
|
|
2218
2218
|
* @frequency 🔥 ☆☆☆☆ (1%)
|
|
2219
2219
|
* @groups FlashPix
|
|
2220
|
-
* @example "(Binary data
|
|
2220
|
+
* @example "(Binary data 46285 bytes, use -b option to extract)"
|
|
2221
2221
|
*/
|
|
2222
2222
|
ScreenNail?: BinaryField | string;
|
|
2223
2223
|
/**
|
|
@@ -3049,7 +3049,7 @@ export interface EXIFTags {
|
|
|
3049
3049
|
/**
|
|
3050
3050
|
* @frequency 🔥 ☆☆☆☆ (1%)
|
|
3051
3051
|
* @groups EXIF, QuickTime
|
|
3052
|
-
* @example "(Binary data
|
|
3052
|
+
* @example "(Binary data 532480 bytes, use -b option to extract)"
|
|
3053
3053
|
* @remarks Embedded JPEG preview extracted from RAW files. Binary data type.
|
|
3054
3054
|
* Access via BinaryField to get raw bytes or base64 encoding.
|
|
3055
3055
|
* @see https://exiftool.org/TagNames/EXIF.html
|
|
@@ -3726,7 +3726,7 @@ export interface EXIFTags {
|
|
|
3726
3726
|
/**
|
|
3727
3727
|
* @frequency 🔥 ★★★★ (90%)
|
|
3728
3728
|
* @groups EXIF, JFIF, MakerNotes
|
|
3729
|
-
* @example "(Binary data
|
|
3729
|
+
* @example "(Binary data 10202 bytes, use -b option to extract)"
|
|
3730
3730
|
* @remarks Embedded thumbnail image data. Binary data type.
|
|
3731
3731
|
* Writable for updating existing thumbnails, but cannot create or delete thumbnails.
|
|
3732
3732
|
*/
|
|
@@ -4838,7 +4838,7 @@ export interface QuickTimeTags {
|
|
|
4838
4838
|
/**
|
|
4839
4839
|
* @frequency 🔥 ☆☆☆☆ (1%)
|
|
4840
4840
|
* @groups EXIF, QuickTime
|
|
4841
|
-
* @example "(Binary data
|
|
4841
|
+
* @example "(Binary data 532480 bytes, use -b option to extract)"
|
|
4842
4842
|
* @remarks Embedded JPEG preview extracted from RAW files. Binary data type.
|
|
4843
4843
|
* Access via BinaryField to get raw bytes or base64 encoding.
|
|
4844
4844
|
* @see https://exiftool.org/TagNames/EXIF.html
|
|
@@ -5534,7 +5534,7 @@ export interface JFIFTags {
|
|
|
5534
5534
|
/**
|
|
5535
5535
|
* @frequency 🔥 ★★★★ (90%)
|
|
5536
5536
|
* @groups EXIF, JFIF, MakerNotes
|
|
5537
|
-
* @example "(Binary data
|
|
5537
|
+
* @example "(Binary data 10202 bytes, use -b option to extract)"
|
|
5538
5538
|
* @remarks Embedded thumbnail image data. Binary data type.
|
|
5539
5539
|
* Writable for updating existing thumbnails, but cannot create or delete thumbnails.
|
|
5540
5540
|
*/
|
|
@@ -7276,7 +7276,7 @@ export interface MakerNotesTags {
|
|
|
7276
7276
|
/**
|
|
7277
7277
|
* @frequency 🔥 ☆☆☆☆ (1%)
|
|
7278
7278
|
* @groups MakerNotes
|
|
7279
|
-
* @example "(Binary data
|
|
7279
|
+
* @example "(Binary data 8290 bytes, use -b option to extract)"
|
|
7280
7280
|
*/
|
|
7281
7281
|
CameraParameters?: BinaryField | string;
|
|
7282
7282
|
/**
|
|
@@ -8436,7 +8436,7 @@ export interface MakerNotesTags {
|
|
|
8436
8436
|
/**
|
|
8437
8437
|
* @frequency 🔥 ★☆☆☆ (10%)
|
|
8438
8438
|
* @groups MakerNotes
|
|
8439
|
-
* @example "(Binary data
|
|
8439
|
+
* @example "(Binary data 260 bytes, use -b option to extract)"
|
|
8440
8440
|
*/
|
|
8441
8441
|
DataDump?: BinaryField | string;
|
|
8442
8442
|
/**
|
|
@@ -12256,7 +12256,7 @@ export interface MakerNotesTags {
|
|
|
12256
12256
|
/**
|
|
12257
12257
|
* @frequency 🔥 ☆☆☆☆ (0%)
|
|
12258
12258
|
* @groups MakerNotes
|
|
12259
|
-
* @example "(Binary data
|
|
12259
|
+
* @example "(Binary data 1748 bytes, use -b option to extract)"
|
|
12260
12260
|
*/
|
|
12261
12261
|
MergedImage?: BinaryField | string;
|
|
12262
12262
|
/**
|
|
@@ -14009,7 +14009,7 @@ export interface MakerNotesTags {
|
|
|
14009
14009
|
/**
|
|
14010
14010
|
* @frequency 🔥 ☆☆☆☆ (0%)
|
|
14011
14011
|
* @groups MakerNotes
|
|
14012
|
-
* @example "(Binary data
|
|
14012
|
+
* @example "(Binary data 886 bytes, use -b option to extract)"
|
|
14013
14013
|
*/
|
|
14014
14014
|
RectifaceText?: BinaryField | string;
|
|
14015
14015
|
/**
|
|
@@ -15543,7 +15543,7 @@ export interface MakerNotesTags {
|
|
|
15543
15543
|
/**
|
|
15544
15544
|
* @frequency 🔥 ★★★★ (90%)
|
|
15545
15545
|
* @groups EXIF, JFIF, MakerNotes
|
|
15546
|
-
* @example "(Binary data
|
|
15546
|
+
* @example "(Binary data 10202 bytes, use -b option to extract)"
|
|
15547
15547
|
* @remarks Embedded thumbnail image data. Binary data type.
|
|
15548
15548
|
* Writable for updating existing thumbnails, but cannot create or delete thumbnails.
|
|
15549
15549
|
*/
|
|
@@ -17623,7 +17623,7 @@ export interface XMPTags {
|
|
|
17623
17623
|
/**
|
|
17624
17624
|
* @frequency 🔥 ☆☆☆☆ (0%)
|
|
17625
17625
|
* @groups XMP
|
|
17626
|
-
* @example "(Binary data
|
|
17626
|
+
* @example "(Binary data 66140 bytes, use -b option to extract)"
|
|
17627
17627
|
*/
|
|
17628
17628
|
HDRPMakerNote?: BinaryField | string;
|
|
17629
17629
|
/**
|
|
@@ -18811,7 +18811,7 @@ export interface XMPTags {
|
|
|
18811
18811
|
/**
|
|
18812
18812
|
* @frequency 🧊 ☆☆☆☆ (0%)
|
|
18813
18813
|
* @groups XMP
|
|
18814
|
-
* @example "(Binary data
|
|
18814
|
+
* @example "(Binary data 696 bytes, use -b option to extract)"
|
|
18815
18815
|
*/
|
|
18816
18816
|
ShotLogData?: BinaryField | string;
|
|
18817
18817
|
/**
|
|
@@ -19196,7 +19196,7 @@ export type XMPTag = StrEnumKeys<typeof XMPTagsNames>;
|
|
|
19196
19196
|
* - @groups: comma-separated list of metadata groups where this tag appears (e.g., "EXIF, MakerNotes")
|
|
19197
19197
|
* - @example: representative value for the tag
|
|
19198
19198
|
*
|
|
19199
|
-
* Autogenerated by "npm run mktags" by ExifTool 13.
|
|
19199
|
+
* Autogenerated by "npm run mktags" by ExifTool 13.49 on Fri Feb 06 2026.
|
|
19200
19200
|
* 2998 unique tags were found in 10529 photo and video files.
|
|
19201
19201
|
*
|
|
19202
19202
|
* @see https://exiftool.org/TagNames/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exiftool-vendored",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.9.0",
|
|
4
4
|
"description": "Efficient, cross-platform access to ExifTool",
|
|
5
5
|
"main": "./dist/ExifTool.js",
|
|
6
6
|
"types": "./dist/ExifTool.d.ts",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"eslint-plugin-regexp": "^3.0.0",
|
|
121
121
|
"extract-zip": "^2.0.1",
|
|
122
122
|
"geo-tz": "^8.1.5",
|
|
123
|
-
"globals": "^17.
|
|
123
|
+
"globals": "^17.3.0",
|
|
124
124
|
"globule": "^1.3.4",
|
|
125
125
|
"mocha": "^11.7.5",
|
|
126
126
|
"npm-check-updates": "^19.3.2",
|
|
@@ -143,12 +143,12 @@
|
|
|
143
143
|
"dependencies": {
|
|
144
144
|
"@photostructure/tz-lookup": "^11.4.0",
|
|
145
145
|
"@types/luxon": "^3.7.1",
|
|
146
|
-
"batch-cluster": "^17.
|
|
146
|
+
"batch-cluster": "^17.3.0",
|
|
147
147
|
"he": "^1.2.0",
|
|
148
148
|
"luxon": "^3.7.2"
|
|
149
149
|
},
|
|
150
150
|
"optionalDependencies": {
|
|
151
|
-
"exiftool-vendored.exe": "13.
|
|
152
|
-
"exiftool-vendored.pl": "13.
|
|
151
|
+
"exiftool-vendored.exe": "13.50.0",
|
|
152
|
+
"exiftool-vendored.pl": "13.50.0"
|
|
153
153
|
}
|
|
154
154
|
}
|