exiftool-vendored 28.6.0 → 28.7.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/README.md +3 -1
- package/dist/Tags.d.ts +16 -16
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -25,6 +25,10 @@ vendored versions of ExifTool match the version that they vendor.
|
|
|
25
25
|
|
|
26
26
|
## Version history
|
|
27
27
|
|
|
28
|
+
### v28.7.0
|
|
29
|
+
|
|
30
|
+
- 🌱 ExifTool upgraded to version [12.99](https://exiftool.org/history.html#12.99)
|
|
31
|
+
|
|
28
32
|
### v28.6.0
|
|
29
33
|
|
|
30
34
|
- 🌱 ExifTool upgraded to version [12.97](https://exiftool.org/history.html#12.97)
|
package/README.md
CHANGED
|
@@ -11,10 +11,12 @@
|
|
|
11
11
|
|
|
12
12
|
1. **Best-of-class cross-platform performance and reliability**.
|
|
13
13
|
|
|
14
|
-
This
|
|
14
|
+
This library enables [PhotoStructure](https://photostructure.com) and [500+](https://github.com/photostructure/exiftool-vendored.js/network/dependents?package_id=UGFja2FnZS0xNjYxNjY2MQ%3D%3D) other projects to read and write metadata in photos and videos.
|
|
15
15
|
|
|
16
16
|
Expect [an order of magnitude faster performance](#performance) than other Node.js ExifTool modules.
|
|
17
17
|
|
|
18
|
+
Thanks to being based on [ExifTool](https://exiftool.org/), it's the state of the art in high quality metadata extraction for thousands of file types.
|
|
19
|
+
|
|
18
20
|
1. Best-effort extraction of
|
|
19
21
|
|
|
20
22
|
- **dates** with [correct timezone offset encoding](#dates)
|
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: 12.
|
|
21
|
+
/** ★★★★ ✔ Example: 12.99 */
|
|
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:19 21:33:15-07:00" */
|
|
48
48
|
FileAccessDate?: ExifDateTime | string;
|
|
49
49
|
/** ☆☆☆☆ Example: */
|
|
50
50
|
FileCreateDate?: ExifDateTime | string;
|
|
51
|
-
/** ★★★★ ✔ Example: "2024:10:
|
|
51
|
+
/** ★★★★ ✔ Example: "2024:10:19 10:23:10-07:00" */
|
|
52
52
|
FileInodeChangeDate?: ExifDateTime | string;
|
|
53
53
|
/** ★★★★ ✔ Example: "2024:06:15 18:39:22-07:00" */
|
|
54
54
|
FileModifyDate?: ExifDateTime | string;
|
|
@@ -156,7 +156,7 @@ export interface APPTags {
|
|
|
156
156
|
DCTEncodeVersion?: number;
|
|
157
157
|
/** ☆☆☆☆ ✔ Example: "Photo Global Settings" */
|
|
158
158
|
DeviceName?: string;
|
|
159
|
-
/** ☆☆☆☆ Example: "(Binary data
|
|
159
|
+
/** ☆☆☆☆ Example: "(Binary data 1998654 bytes, use -b option to extract)" */
|
|
160
160
|
EmbeddedImage?: BinaryField | string;
|
|
161
161
|
/** ☆☆☆☆ Example: 960 */
|
|
162
162
|
EmbeddedImageHeight?: number;
|
|
@@ -699,7 +699,7 @@ export interface EXIFTags {
|
|
|
699
699
|
ISO?: number;
|
|
700
700
|
/** ☆☆☆☆ ✔ Example: 80 */
|
|
701
701
|
ISOSpeed?: number;
|
|
702
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
702
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 571392 bytes, use -b option to extract)" */
|
|
703
703
|
JpgFromRaw?: BinaryField;
|
|
704
704
|
/** ☆☆☆☆ ✔ Example: 845574 */
|
|
705
705
|
JpgFromRawLength?: number;
|
|
@@ -855,7 +855,7 @@ export interface EXIFTags {
|
|
|
855
855
|
SubSecTimeDigitized?: number;
|
|
856
856
|
/** ★☆☆☆ ✔ Example: 999 */
|
|
857
857
|
SubSecTimeOriginal?: number;
|
|
858
|
-
/** ★★★★ ✔ Example: "(Binary data
|
|
858
|
+
/** ★★★★ ✔ Example: "(Binary data 8367 bytes, use -b option to extract)" */
|
|
859
859
|
ThumbnailImage?: BinaryField;
|
|
860
860
|
/** ★★★★ ✔ Example: 9998 */
|
|
861
861
|
ThumbnailLength?: number;
|
|
@@ -867,7 +867,7 @@ export interface EXIFTags {
|
|
|
867
867
|
TileByteCounts?: BinaryField | string;
|
|
868
868
|
/** ☆☆☆☆ ✔ Example: 512 */
|
|
869
869
|
TileLength?: number;
|
|
870
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
870
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 508 bytes, use -b option to extract)" */
|
|
871
871
|
TileOffsets?: BinaryField | string;
|
|
872
872
|
/** ☆☆☆☆ ✔ Example: 512 */
|
|
873
873
|
TileWidth?: number;
|
|
@@ -976,7 +976,7 @@ export interface PhotoshopTags {
|
|
|
976
976
|
PhotoshopFormat?: string;
|
|
977
977
|
/** ☆☆☆☆ ✔ Example: 9 */
|
|
978
978
|
PhotoshopQuality?: number;
|
|
979
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
979
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 4291 bytes, use -b option to extract)" */
|
|
980
980
|
PhotoshopThumbnail?: BinaryField | string;
|
|
981
981
|
/** ☆☆☆☆ ✔ Example: "0 0" */
|
|
982
982
|
PrintPosition?: string;
|
|
@@ -3451,7 +3451,7 @@ export interface MakerNotesTags {
|
|
|
3451
3451
|
NEFBitDepth?: string;
|
|
3452
3452
|
/** ☆☆☆☆ ✔ Example: "Uncompressed (reduced to 12 bit)" */
|
|
3453
3453
|
NEFCompression?: string;
|
|
3454
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
3454
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 46 bytes, use -b option to extract)" */
|
|
3455
3455
|
NEFLinearizationTable?: BinaryField | string;
|
|
3456
3456
|
/** ☆☆☆☆ Example: "Off (Auto)" */
|
|
3457
3457
|
NeutralDensityFilter?: string;
|
|
@@ -4301,7 +4301,7 @@ export interface MakerNotesTags {
|
|
|
4301
4301
|
ToneCurve?: string;
|
|
4302
4302
|
/** ☆☆☆☆ ✔ Example: "(Binary data 95 bytes, use -b option to extract)" */
|
|
4303
4303
|
ToneCurveMatching?: BinaryField | string;
|
|
4304
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
4304
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 1679 bytes, use -b option to extract)" */
|
|
4305
4305
|
ToneCurveTable?: BinaryField | string;
|
|
4306
4306
|
/** ☆☆☆☆ ✔ Example: "Highlights; 0; -7; 7; Shadows; 0; -7; 7; Midtones; 0; -7;…0; 0; 0" */
|
|
4307
4307
|
ToneLevel?: string;
|
|
@@ -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 2217 bytes, use -b option to extract)" */
|
|
4475
4475
|
WhiteBalanceTable?: BinaryField | string;
|
|
4476
4476
|
/** ☆☆☆☆ ✔ Example: "Auto" */
|
|
4477
4477
|
WhiteBalanceTemperature?: string;
|
|
@@ -4564,7 +4564,7 @@ export interface XMPTags {
|
|
|
4564
4564
|
CameraProfile?: string;
|
|
4565
4565
|
/** ☆☆☆☆ ✔ Example: "D4FE5D91640D0C5A01B5633EB8061002" */
|
|
4566
4566
|
CameraProfileDigest?: string;
|
|
4567
|
-
/** ☆☆☆☆ ✔ Example: [{"
|
|
4567
|
+
/** ☆☆☆☆ ✔ Example: [{"DepthMap":{"ConfidenceURI":"android/confidencemap","De…ical"}] */
|
|
4568
4568
|
Cameras?: Struct[];
|
|
4569
4569
|
/** ☆☆☆☆ Example: "Rear" */
|
|
4570
4570
|
CameraUnit?: string;
|
|
@@ -4604,7 +4604,7 @@ export interface XMPTags {
|
|
|
4604
4604
|
ColorNoiseReductionSmoothness?: number;
|
|
4605
4605
|
/** ☆☆☆☆ ✔ Example: "This is a comment." */
|
|
4606
4606
|
Comment?: string;
|
|
4607
|
-
/** ☆☆☆☆ ✔ Example: {"Directory":[{"
|
|
4607
|
+
/** ☆☆☆☆ ✔ Example: {"Directory":[{"DataURI":"primary_image","Length":0,"Mime…peg"}]} */
|
|
4608
4608
|
Container?: Struct;
|
|
4609
4609
|
/** ☆☆☆☆ Example: "/home/username/pictures" */
|
|
4610
4610
|
ContainerDirectory?: ContainerDirectoryItem[] | Struct[];
|
|
@@ -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 49603 bytes, use -b option to extract)" */
|
|
4748
4748
|
HDRPMakerNote?: BinaryField | string;
|
|
4749
4749
|
/** ☆☆☆☆ ✔ Example: ["点像F11"] */
|
|
4750
4750
|
HierarchicalSubject?: string[];
|
|
@@ -4936,7 +4936,7 @@ export interface XMPTags {
|
|
|
4936
4936
|
PreservedFileName?: string;
|
|
4937
4937
|
/** ☆☆☆☆ ✔ Example: 11 */
|
|
4938
4938
|
ProcessVersion?: number;
|
|
4939
|
-
/** ☆☆☆☆ ✔ Example: [{"
|
|
4939
|
+
/** ☆☆☆☆ ✔ Example: [{"CameraIndices":[0],"Type":"DepthPhoto"}] */
|
|
4940
4940
|
Profiles?: Struct[];
|
|
4941
4941
|
/** ☆☆☆☆ Example: */
|
|
4942
4942
|
ProgramMode?: string;
|
|
@@ -5092,7 +5092,7 @@ 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 12.
|
|
5095
|
+
* Autogenerated by "npm run mktags" by ExifTool 12.99 on Sat Oct 19 2024.
|
|
5096
5096
|
* 2752 unique tags were found in 10128 photo and video files.
|
|
5097
5097
|
*
|
|
5098
5098
|
* @see https://exiftool.org/TagNames/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exiftool-vendored",
|
|
3
|
-
"version": "28.
|
|
3
|
+
"version": "28.7.0",
|
|
4
4
|
"description": "Efficient, cross-platform access to ExifTool",
|
|
5
5
|
"main": "./dist/ExifTool.js",
|
|
6
6
|
"types": "./dist/ExifTool.d.ts",
|
|
@@ -77,14 +77,14 @@
|
|
|
77
77
|
"@types/deep-eql": "^4.0.2",
|
|
78
78
|
"@types/globule": "^1.1.9",
|
|
79
79
|
"@types/he": "^1.2.3",
|
|
80
|
-
"@types/mocha": "^10.0.
|
|
81
|
-
"@types/node": "^22.7.
|
|
80
|
+
"@types/mocha": "^10.0.9",
|
|
81
|
+
"@types/node": "^22.7.7",
|
|
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.10.0",
|
|
86
|
+
"@typescript-eslint/parser": "^8.10.0",
|
|
87
|
+
"@xmldom/xmldom": "^0.9.4",
|
|
88
88
|
"chai": "^4.3.10",
|
|
89
89
|
"chai-as-promised": "^7.1.2",
|
|
90
90
|
"deep-eql": "^4.1.4",
|
|
@@ -94,20 +94,20 @@
|
|
|
94
94
|
"eslint-plugin-redos": "^4.4.5",
|
|
95
95
|
"eslint-plugin-regexp": "^2.6.0",
|
|
96
96
|
"extract-zip": "^2.0.1",
|
|
97
|
-
"geo-tz": "^8.1.
|
|
97
|
+
"geo-tz": "^8.1.2",
|
|
98
98
|
"globule": "^1.3.4",
|
|
99
99
|
"mocha": "^10.7.3",
|
|
100
|
-
"npm-check-updates": "^17.1.
|
|
100
|
+
"npm-check-updates": "^17.1.4",
|
|
101
101
|
"npm-run-all": "^4.1.5",
|
|
102
102
|
"prettier": "^3.3.3",
|
|
103
103
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
104
104
|
"progress": "^2.0.3",
|
|
105
105
|
"rimraf": "^5.0.9",
|
|
106
|
-
"serve": "^14.2.
|
|
106
|
+
"serve": "^14.2.4",
|
|
107
107
|
"source-map-support": "^0.5.21",
|
|
108
108
|
"tmp": "^0.2.3",
|
|
109
|
-
"typedoc": "^0.26.
|
|
110
|
-
"typescript": "^5.6.
|
|
109
|
+
"typedoc": "^0.26.10",
|
|
110
|
+
"typescript": "^5.6.3",
|
|
111
111
|
"xpath": "^0.0.34"
|
|
112
112
|
},
|
|
113
113
|
"dependencies-note": "@types/luxon is a proper dependency, not devDependency, as our exported TypeScript typings reference luxon types. See <https://github.com/photostructure/exiftool-vendored.js/pull/108>",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"luxon": "^3.5.0"
|
|
120
120
|
},
|
|
121
121
|
"optionalDependencies": {
|
|
122
|
-
"exiftool-vendored.exe": "12.
|
|
123
|
-
"exiftool-vendored.pl": "12.
|
|
122
|
+
"exiftool-vendored.exe": "12.99.0",
|
|
123
|
+
"exiftool-vendored.pl": "12.99.0"
|
|
124
124
|
}
|
|
125
125
|
}
|