exiftool-vendored 33.1.0 → 33.2.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 +4 -0
- package/dist/Tags.d.ts +24 -24
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -35,6 +35,10 @@ vendored versions of ExifTool match the version that they vendor.
|
|
|
35
35
|
|
|
36
36
|
## History
|
|
37
37
|
|
|
38
|
+
### v33.2.0
|
|
39
|
+
|
|
40
|
+
- 🌱 Upgraded ExifTool to version [13.42](https://exiftool.org/history.html#13.42).
|
|
41
|
+
|
|
38
42
|
### v33.1.0
|
|
39
43
|
|
|
40
44
|
- 🐞 Fixed `GPSTimeStamp` to be `ExifTime | string`
|
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.42
|
|
30
30
|
*/
|
|
31
31
|
ExifToolVersion?: string;
|
|
32
32
|
/**
|
|
@@ -112,7 +112,7 @@ export interface FileTags {
|
|
|
112
112
|
/**
|
|
113
113
|
* @frequency 🔥 ★★★★ (100%)
|
|
114
114
|
* @groups File
|
|
115
|
-
* @example "2025:11:
|
|
115
|
+
* @example "2025:11:17 20:45:27Z"
|
|
116
116
|
* @remarks File system access date/time. Not stored metadata - file system property.
|
|
117
117
|
* Writable on some systems. Changes when file is read.
|
|
118
118
|
* @see https://exiftool.org/TagNames/File.html
|
|
@@ -130,7 +130,7 @@ export interface FileTags {
|
|
|
130
130
|
/**
|
|
131
131
|
* @frequency 🔥 ★★★★ (100%)
|
|
132
132
|
* @groups File
|
|
133
|
-
* @example "2025:11:
|
|
133
|
+
* @example "2025:11:14 04:49:49Z"
|
|
134
134
|
* @remarks File system inode change date/time (Unix/Linux). Not stored metadata - file system property.
|
|
135
135
|
* Changes when file metadata (permissions, ownership) or content changes. Not available on Windows.
|
|
136
136
|
* @see https://exiftool.org/TagNames/File.html
|
|
@@ -268,7 +268,7 @@ export interface FileTags {
|
|
|
268
268
|
/**
|
|
269
269
|
* @frequency 🔥 ★★★☆ (30%)
|
|
270
270
|
* @groups Composite, EXIF, File, FlashPix, MPF, MakerNotes, QuickTime
|
|
271
|
-
* @example "(Binary data
|
|
271
|
+
* @example "(Binary data 315546 bytes, use -b option to extract)"
|
|
272
272
|
* @remarks Embedded preview image data extracted from the file.
|
|
273
273
|
* CRITICAL: Writable for updating existing embedded images, but cannot create or delete previews.
|
|
274
274
|
* Can only modify previews that already exist in the file.
|
|
@@ -704,7 +704,7 @@ export interface CompositeTags {
|
|
|
704
704
|
/**
|
|
705
705
|
* @frequency 🔥 ★★★☆ (30%)
|
|
706
706
|
* @groups Composite, EXIF, File, FlashPix, MPF, MakerNotes, QuickTime
|
|
707
|
-
* @example "(Binary data
|
|
707
|
+
* @example "(Binary data 315546 bytes, use -b option to extract)"
|
|
708
708
|
* @remarks Embedded preview image data extracted from the file.
|
|
709
709
|
* CRITICAL: Writable for updating existing embedded images, but cannot create or delete previews.
|
|
710
710
|
* Can only modify previews that already exist in the file.
|
|
@@ -2066,7 +2066,7 @@ export interface FlashPixTags {
|
|
|
2066
2066
|
/**
|
|
2067
2067
|
* @frequency 🧊 ☆☆☆☆ (0%)
|
|
2068
2068
|
* @groups FlashPix
|
|
2069
|
-
* @example "(Binary data
|
|
2069
|
+
* @example "(Binary data 20796 bytes, use -b option to extract)"
|
|
2070
2070
|
*/
|
|
2071
2071
|
AudioStream?: BinaryField | string;
|
|
2072
2072
|
/**
|
|
@@ -2120,7 +2120,7 @@ export interface FlashPixTags {
|
|
|
2120
2120
|
/**
|
|
2121
2121
|
* @frequency 🔥 ★★★☆ (30%)
|
|
2122
2122
|
* @groups Composite, EXIF, File, FlashPix, MPF, MakerNotes, QuickTime
|
|
2123
|
-
* @example "(Binary data
|
|
2123
|
+
* @example "(Binary data 315546 bytes, use -b option to extract)"
|
|
2124
2124
|
* @remarks Embedded preview image data extracted from the file.
|
|
2125
2125
|
* CRITICAL: Writable for updating existing embedded images, but cannot create or delete previews.
|
|
2126
2126
|
* Can only modify previews that already exist in the file.
|
|
@@ -2465,7 +2465,7 @@ export interface EXIFTags {
|
|
|
2465
2465
|
/**
|
|
2466
2466
|
* @frequency 🔥 ☆☆☆☆ (2%)
|
|
2467
2467
|
* @groups EXIF
|
|
2468
|
-
* @example "(Binary data
|
|
2468
|
+
* @example "(Binary data 0 bytes, use -b option to extract)"
|
|
2469
2469
|
*/
|
|
2470
2470
|
DeviceSettingDescription?: BinaryField | string;
|
|
2471
2471
|
/**
|
|
@@ -2994,7 +2994,7 @@ export interface EXIFTags {
|
|
|
2994
2994
|
/**
|
|
2995
2995
|
* @frequency 🧊 ☆☆☆☆ (0%)
|
|
2996
2996
|
* @groups EXIF
|
|
2997
|
-
* @example "(Binary data
|
|
2997
|
+
* @example "(Binary data 5438 bytes, use -b option to extract)"
|
|
2998
2998
|
*/
|
|
2999
2999
|
LinearizationTable?: BinaryField | string;
|
|
3000
3000
|
/**
|
|
@@ -3217,7 +3217,7 @@ export interface EXIFTags {
|
|
|
3217
3217
|
/**
|
|
3218
3218
|
* @frequency 🔥 ★★★☆ (30%)
|
|
3219
3219
|
* @groups Composite, EXIF, File, FlashPix, MPF, MakerNotes, QuickTime
|
|
3220
|
-
* @example "(Binary data
|
|
3220
|
+
* @example "(Binary data 315546 bytes, use -b option to extract)"
|
|
3221
3221
|
* @remarks Embedded preview image data extracted from the file.
|
|
3222
3222
|
* CRITICAL: Writable for updating existing embedded images, but cannot create or delete previews.
|
|
3223
3223
|
* Can only modify previews that already exist in the file.
|
|
@@ -3587,7 +3587,7 @@ export interface EXIFTags {
|
|
|
3587
3587
|
/**
|
|
3588
3588
|
* @frequency 🔥 ★★★★ (90%)
|
|
3589
3589
|
* @groups EXIF, JFIF, MakerNotes
|
|
3590
|
-
* @example "(Binary data
|
|
3590
|
+
* @example "(Binary data 12652 bytes, use -b option to extract)"
|
|
3591
3591
|
* @remarks Embedded thumbnail image data. Binary data type.
|
|
3592
3592
|
* Writable for updating existing thumbnails, but cannot create or delete thumbnails.
|
|
3593
3593
|
*/
|
|
@@ -3991,7 +3991,7 @@ export interface MPFTags {
|
|
|
3991
3991
|
/**
|
|
3992
3992
|
* @frequency 🔥 ★★★☆ (30%)
|
|
3993
3993
|
* @groups Composite, EXIF, File, FlashPix, MPF, MakerNotes, QuickTime
|
|
3994
|
-
* @example "(Binary data
|
|
3994
|
+
* @example "(Binary data 315546 bytes, use -b option to extract)"
|
|
3995
3995
|
* @remarks Embedded preview image data extracted from the file.
|
|
3996
3996
|
* CRITICAL: Writable for updating existing embedded images, but cannot create or delete previews.
|
|
3997
3997
|
* Can only modify previews that already exist in the file.
|
|
@@ -4906,7 +4906,7 @@ export interface QuickTimeTags {
|
|
|
4906
4906
|
/**
|
|
4907
4907
|
* @frequency 🔥 ★★★☆ (30%)
|
|
4908
4908
|
* @groups Composite, EXIF, File, FlashPix, MPF, MakerNotes, QuickTime
|
|
4909
|
-
* @example "(Binary data
|
|
4909
|
+
* @example "(Binary data 315546 bytes, use -b option to extract)"
|
|
4910
4910
|
* @remarks Embedded preview image data extracted from the file.
|
|
4911
4911
|
* CRITICAL: Writable for updating existing embedded images, but cannot create or delete previews.
|
|
4912
4912
|
* Can only modify previews that already exist in the file.
|
|
@@ -5387,7 +5387,7 @@ export interface JFIFTags {
|
|
|
5387
5387
|
/**
|
|
5388
5388
|
* @frequency 🔥 ★★★★ (90%)
|
|
5389
5389
|
* @groups EXIF, JFIF, MakerNotes
|
|
5390
|
-
* @example "(Binary data
|
|
5390
|
+
* @example "(Binary data 12652 bytes, use -b option to extract)"
|
|
5391
5391
|
* @remarks Embedded thumbnail image data. Binary data type.
|
|
5392
5392
|
* Writable for updating existing thumbnails, but cannot create or delete thumbnails.
|
|
5393
5393
|
*/
|
|
@@ -8321,7 +8321,7 @@ export interface MakerNotesTags {
|
|
|
8321
8321
|
/**
|
|
8322
8322
|
* @frequency 🔥 ★☆☆☆ (10%)
|
|
8323
8323
|
* @groups MakerNotes
|
|
8324
|
-
* @example "(Binary data
|
|
8324
|
+
* @example "(Binary data 114 bytes, use -b option to extract)"
|
|
8325
8325
|
*/
|
|
8326
8326
|
DataDump?: BinaryField | string;
|
|
8327
8327
|
/**
|
|
@@ -12073,7 +12073,7 @@ export interface MakerNotesTags {
|
|
|
12073
12073
|
/**
|
|
12074
12074
|
* @frequency 🔥 ☆☆☆☆ (0%)
|
|
12075
12075
|
* @groups MakerNotes
|
|
12076
|
-
* @example "(Binary data
|
|
12076
|
+
* @example "(Binary data 1748 bytes, use -b option to extract)"
|
|
12077
12077
|
*/
|
|
12078
12078
|
MergedImage?: BinaryField | string;
|
|
12079
12079
|
/**
|
|
@@ -12658,7 +12658,7 @@ export interface MakerNotesTags {
|
|
|
12658
12658
|
/**
|
|
12659
12659
|
* @frequency 🔥 ☆☆☆☆ (0%)
|
|
12660
12660
|
* @groups MakerNotes
|
|
12661
|
-
* @example "(Binary data
|
|
12661
|
+
* @example "(Binary data 624 bytes, use -b option to extract)"
|
|
12662
12662
|
*/
|
|
12663
12663
|
NEFLinearizationTable?: BinaryField | string;
|
|
12664
12664
|
/**
|
|
@@ -13402,7 +13402,7 @@ export interface MakerNotesTags {
|
|
|
13402
13402
|
/**
|
|
13403
13403
|
* @frequency 🔥 ★★★☆ (30%)
|
|
13404
13404
|
* @groups Composite, EXIF, File, FlashPix, MPF, MakerNotes, QuickTime
|
|
13405
|
-
* @example "(Binary data
|
|
13405
|
+
* @example "(Binary data 315546 bytes, use -b option to extract)"
|
|
13406
13406
|
* @remarks Embedded preview image data extracted from the file.
|
|
13407
13407
|
* CRITICAL: Writable for updating existing embedded images, but cannot create or delete previews.
|
|
13408
13408
|
* Can only modify previews that already exist in the file.
|
|
@@ -13836,7 +13836,7 @@ export interface MakerNotesTags {
|
|
|
13836
13836
|
/**
|
|
13837
13837
|
* @frequency 🔥 ☆☆☆☆ (0%)
|
|
13838
13838
|
* @groups MakerNotes
|
|
13839
|
-
* @example "(Binary data
|
|
13839
|
+
* @example "(Binary data 886 bytes, use -b option to extract)"
|
|
13840
13840
|
*/
|
|
13841
13841
|
RectifaceText?: BinaryField | string;
|
|
13842
13842
|
/**
|
|
@@ -15391,7 +15391,7 @@ export interface MakerNotesTags {
|
|
|
15391
15391
|
/**
|
|
15392
15392
|
* @frequency 🔥 ★★★★ (90%)
|
|
15393
15393
|
* @groups EXIF, JFIF, MakerNotes
|
|
15394
|
-
* @example "(Binary data
|
|
15394
|
+
* @example "(Binary data 12652 bytes, use -b option to extract)"
|
|
15395
15395
|
* @remarks Embedded thumbnail image data. Binary data type.
|
|
15396
15396
|
* Writable for updating existing thumbnails, but cannot create or delete thumbnails.
|
|
15397
15397
|
*/
|
|
@@ -15540,7 +15540,7 @@ export interface MakerNotesTags {
|
|
|
15540
15540
|
/**
|
|
15541
15541
|
* @frequency 🔥 ☆☆☆☆ (0%)
|
|
15542
15542
|
* @groups MakerNotes
|
|
15543
|
-
* @example "(Binary data
|
|
15543
|
+
* @example "(Binary data 1505 bytes, use -b option to extract)"
|
|
15544
15544
|
*/
|
|
15545
15545
|
ToneCurveTable?: BinaryField | string;
|
|
15546
15546
|
/**
|
|
@@ -16110,7 +16110,7 @@ export interface MakerNotesTags {
|
|
|
16110
16110
|
/**
|
|
16111
16111
|
* @frequency 🔥 ☆☆☆☆ (0%)
|
|
16112
16112
|
* @groups MakerNotes
|
|
16113
|
-
* @example "(Binary data
|
|
16113
|
+
* @example "(Binary data 2201 bytes, use -b option to extract)"
|
|
16114
16114
|
*/
|
|
16115
16115
|
WhiteBalanceTable?: BinaryField | string;
|
|
16116
16116
|
/**
|
|
@@ -17425,7 +17425,7 @@ export interface XMPTags {
|
|
|
17425
17425
|
/**
|
|
17426
17426
|
* @frequency 🔥 ☆☆☆☆ (0%)
|
|
17427
17427
|
* @groups XMP
|
|
17428
|
-
* @example "(Binary data
|
|
17428
|
+
* @example "(Binary data 66140 bytes, use -b option to extract)"
|
|
17429
17429
|
*/
|
|
17430
17430
|
HDRPMakerNote?: BinaryField | string;
|
|
17431
17431
|
/**
|
|
@@ -18855,7 +18855,7 @@ export type XMPTag = StrEnumKeys<typeof XMPTagsNames>;
|
|
|
18855
18855
|
* - @groups: comma-separated list of metadata groups where this tag appears (e.g., "EXIF, MakerNotes")
|
|
18856
18856
|
* - @example: representative value for the tag
|
|
18857
18857
|
*
|
|
18858
|
-
* Autogenerated by "npm run mktags" by ExifTool 13.
|
|
18858
|
+
* Autogenerated by "npm run mktags" by ExifTool 13.42 on Mon Nov 17 2025.
|
|
18859
18859
|
* 2974 unique tags were found in 10528 photo and video files.
|
|
18860
18860
|
*
|
|
18861
18861
|
* @see https://exiftool.org/TagNames/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exiftool-vendored",
|
|
3
|
-
"version": "33.
|
|
3
|
+
"version": "33.2.0",
|
|
4
4
|
"description": "Efficient, cross-platform access to ExifTool",
|
|
5
5
|
"main": "./dist/ExifTool.js",
|
|
6
6
|
"types": "./dist/ExifTool.d.ts",
|
|
@@ -148,7 +148,7 @@
|
|
|
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.42.0",
|
|
152
|
+
"exiftool-vendored.pl": "13.42.0"
|
|
153
153
|
}
|
|
154
154
|
}
|