exiftool-vendored 18.5.0 → 18.6.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 +6 -0
- package/dist/Tags.d.ts +20 -20
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -25,6 +25,12 @@ vendored versions of ExifTool match the version that they vendor.
|
|
|
25
25
|
|
|
26
26
|
## Version history
|
|
27
27
|
|
|
28
|
+
### v18.6.0
|
|
29
|
+
|
|
30
|
+
- 🌱 ExifTool upgraded to [v12.50](https://exiftool.org/history.html#v12.50)
|
|
31
|
+
|
|
32
|
+
- 📦 Updated dependencies, rebuild tags and docs
|
|
33
|
+
|
|
28
34
|
### v18.5.0
|
|
29
35
|
|
|
30
36
|
- ✨ `ExifToolOptions` now supports an `ignorableError` predicate, used for characterizing errors as "ignorable". Defaults to ignoring the following styles of warnings:
|
package/dist/Tags.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import { Version } from "./Version";
|
|
|
10
10
|
export interface ExifToolTags {
|
|
11
11
|
/** ☆☆☆☆ ✔ Example: "File is empty" */
|
|
12
12
|
Error?: string;
|
|
13
|
-
/** ★★★★ ✔ Example: 12.
|
|
13
|
+
/** ★★★★ ✔ Example: 12.5 */
|
|
14
14
|
ExifToolVersion?: number;
|
|
15
15
|
/** ☆☆☆☆ ✔ Example: "Unrecognized IPTC record 0 (ignored)" */
|
|
16
16
|
Warning?: string;
|
|
@@ -28,9 +28,9 @@ export interface FileTags {
|
|
|
28
28
|
CurrentIPTCDigest?: string;
|
|
29
29
|
/** ★★★★ ✔ Example: "/home/username/pictures" */
|
|
30
30
|
Directory?: string;
|
|
31
|
-
/** ★★★★ ✔ Example: "2022:11:
|
|
31
|
+
/** ★★★★ ✔ Example: "2022:11:08 11:59:11-08:00" */
|
|
32
32
|
FileAccessDate?: ExifDateTime | string;
|
|
33
|
-
/** ★★★★ ✔ Example: "2022:11:
|
|
33
|
+
/** ★★★★ ✔ Example: "2022:11:08 11:17:59-08:00" */
|
|
34
34
|
FileInodeChangeDate?: ExifDateTime | string;
|
|
35
35
|
/** ★★★★ ✔ Example: "2022:10:13 13:19:48-07:00" */
|
|
36
36
|
FileModifyDate?: ExifDateTime | string;
|
|
@@ -812,7 +812,7 @@ export interface EXIFTags {
|
|
|
812
812
|
SubjectDistance?: string;
|
|
813
813
|
/** ★★★☆ ✔ Example: "Unknown (4400)" */
|
|
814
814
|
SubjectDistanceRange?: string;
|
|
815
|
-
/** ★★★★ ✔ Example: "(Binary data
|
|
815
|
+
/** ★★★★ ✔ Example: "(Binary data 10202 bytes, use -b option to extract)" */
|
|
816
816
|
ThumbnailImage?: BinaryField;
|
|
817
817
|
/** ☆☆☆☆ ✔ Example: "(Binary data 47952 bytes, use -b option to extract)" */
|
|
818
818
|
ThumbnailTIFF?: BinaryField;
|
|
@@ -820,7 +820,7 @@ export interface EXIFTags {
|
|
|
820
820
|
TileByteCounts?: BinaryField | string;
|
|
821
821
|
/** ☆☆☆☆ ✔ Example: 512 */
|
|
822
822
|
TileLength?: number;
|
|
823
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
823
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 507 bytes, use -b option to extract)" */
|
|
824
824
|
TileOffsets?: BinaryField | string;
|
|
825
825
|
/** ☆☆☆☆ ✔ Example: 512 */
|
|
826
826
|
TileWidth?: number;
|
|
@@ -962,7 +962,7 @@ export interface IPTCTags {
|
|
|
962
962
|
SpecialInstructions?: string;
|
|
963
963
|
/** ☆☆☆☆ ✔ Example: "" */
|
|
964
964
|
SupplementalCategories?: string;
|
|
965
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
965
|
+
/** ☆☆☆☆ ✔ Example: "16:47:00+09:00" */
|
|
966
966
|
TimeCreated?: ExifTime | string;
|
|
967
967
|
/** ☆☆☆☆ ✔ Example: "" */
|
|
968
968
|
TimeSent?: string;
|
|
@@ -1052,7 +1052,7 @@ export interface PhotoshopTags {
|
|
|
1052
1052
|
PhotoshopFormat?: string;
|
|
1053
1053
|
/** ☆☆☆☆ ✔ Example: 9 */
|
|
1054
1054
|
PhotoshopQuality?: number;
|
|
1055
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
1055
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 4291 bytes, use -b option to extract)" */
|
|
1056
1056
|
PhotoshopThumbnail?: BinaryField | string;
|
|
1057
1057
|
/** ☆☆☆☆ ✔ Example: 1 */
|
|
1058
1058
|
PixelAspectRatio?: number;
|
|
@@ -1466,7 +1466,7 @@ export interface MakerNotesTags {
|
|
|
1466
1466
|
AFPointsInFocus5D?: string;
|
|
1467
1467
|
/** ☆☆☆☆ ✔ Example: 9 */
|
|
1468
1468
|
AFPointsSelected?: number;
|
|
1469
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1469
|
+
/** ☆☆☆☆ ✔ Example: "Top" */
|
|
1470
1470
|
AFPointsUsed?: string;
|
|
1471
1471
|
/** ☆☆☆☆ ✔ Example: 903 */
|
|
1472
1472
|
AFPredictor?: number;
|
|
@@ -2026,7 +2026,7 @@ export interface MakerNotesTags {
|
|
|
2026
2026
|
DSPFirmwareVersion?: string;
|
|
2027
2027
|
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2028
2028
|
DarkFocusEnvironment?: string;
|
|
2029
|
-
/** ★★☆☆ ✔ Example: "(Binary data
|
|
2029
|
+
/** ★★☆☆ ✔ Example: "(Binary data 114 bytes, use -b option to extract)" */
|
|
2030
2030
|
DataDump?: BinaryField | string;
|
|
2031
2031
|
/** ☆☆☆☆ ✔ Example: 8289 */
|
|
2032
2032
|
DataScaling?: number;
|
|
@@ -2226,7 +2226,7 @@ export interface MakerNotesTags {
|
|
|
2226
2226
|
FEMicroadjustment?: string;
|
|
2227
2227
|
/** ☆☆☆☆ ✔ Example: "Unknown (II*)" */
|
|
2228
2228
|
FaceDetect?: string;
|
|
2229
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
2229
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 191 bytes, use -b option to extract)" */
|
|
2230
2230
|
FaceDetectArea?: BinaryField | string;
|
|
2231
2231
|
/** ☆☆☆☆ ✔ Example: "0 26 640 428 0 26 640 428 0 0 0 0" */
|
|
2232
2232
|
FaceDetectFrameCrop?: string;
|
|
@@ -2710,10 +2710,6 @@ export interface MakerNotesTags {
|
|
|
2710
2710
|
IntelligentResolution?: string;
|
|
2711
2711
|
/** ☆☆☆☆ ✔ Example: "TTL" */
|
|
2712
2712
|
InternalFlash?: string;
|
|
2713
|
-
/** ☆☆☆☆ ✔ Example: "Did not fire, Red-eye reduction" */
|
|
2714
|
-
InternalFlashMode?: string;
|
|
2715
|
-
/** ☆☆☆☆ ✔ Example: 63 */
|
|
2716
|
-
InternalFlashStrength?: number;
|
|
2717
2713
|
/** ☆☆☆☆ ✔ Example: 95 */
|
|
2718
2714
|
InternalFlashTable?: number;
|
|
2719
2715
|
/** ★★☆☆ ✔ Example: "fdfec409" */
|
|
@@ -3084,9 +3080,11 @@ export interface MakerNotesTags {
|
|
|
3084
3080
|
MultiExposureControl?: string;
|
|
3085
3081
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3086
3082
|
MultiExposureMode?: string;
|
|
3083
|
+
/** ☆☆☆☆ ✔ Example: "Add" */
|
|
3084
|
+
MultiExposureOverlayMode?: string;
|
|
3087
3085
|
/** ☆☆☆☆ ✔ Example: 1 */
|
|
3088
3086
|
MultiExposureShots?: number;
|
|
3089
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3087
|
+
/** ☆☆☆☆ ✔ Example: "0102" */
|
|
3090
3088
|
MultiExposureVersion?: string;
|
|
3091
3089
|
/** ☆☆☆☆ ✔ Example: "Normal" */
|
|
3092
3090
|
MultiFrameNREffect?: string;
|
|
@@ -3846,6 +3844,8 @@ export interface MakerNotesTags {
|
|
|
3846
3844
|
VRInfoVersion?: string;
|
|
3847
3845
|
/** ☆☆☆☆ ✔ Example: "Sport" */
|
|
3848
3846
|
VRMode?: string;
|
|
3847
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (1)" */
|
|
3848
|
+
VRType?: string;
|
|
3849
3849
|
/** ☆☆☆☆ ✔ Example: "12 0" */
|
|
3850
3850
|
ValidBits?: string;
|
|
3851
3851
|
/** ☆☆☆☆ ✔ Example: "Scene Auto" */
|
|
@@ -4024,7 +4024,7 @@ export interface XMPTags {
|
|
|
4024
4024
|
CameraProfileDigest?: string;
|
|
4025
4025
|
/** ☆☆☆☆ Example: "Rear" */
|
|
4026
4026
|
CameraUnit?: string;
|
|
4027
|
-
/** ☆☆☆☆ ✔ Example: [{"DepthMap":{"ConfidenceURI":"android/
|
|
4027
|
+
/** ☆☆☆☆ ✔ Example: [{"Camera":{"DepthMap":{"ConfidenceURI":"android/confiden…cal"}}] */
|
|
4028
4028
|
Cameras?: Struct[];
|
|
4029
4029
|
/** ☆☆☆☆ ✔ Example: "Photo" */
|
|
4030
4030
|
CaptureMode?: string;
|
|
@@ -4060,7 +4060,7 @@ export interface XMPTags {
|
|
|
4060
4060
|
ColorSpace?: string;
|
|
4061
4061
|
/** ☆☆☆☆ ✔ Example: "" */
|
|
4062
4062
|
Colorlabels?: string;
|
|
4063
|
-
/** ☆☆☆☆ ✔ Example: {"Directory":[{"DataURI":"primary_image","Length"
|
|
4063
|
+
/** ☆☆☆☆ ✔ Example: {"Directory":[{"Item":{"DataURI":"primary_image","Length"…eg"}}]} */
|
|
4064
4064
|
Container?: Struct;
|
|
4065
4065
|
/** ☆☆☆☆ ✔ Example: false */
|
|
4066
4066
|
ConvertToGrayscale?: boolean;
|
|
@@ -4350,7 +4350,7 @@ export interface XMPTags {
|
|
|
4350
4350
|
PreservedFileName?: string;
|
|
4351
4351
|
/** ☆☆☆☆ ✔ Example: 11 */
|
|
4352
4352
|
ProcessVersion?: number;
|
|
4353
|
-
/** ☆☆☆☆ ✔ Example: [{"CameraIndices":[0],"Type":"DepthPhoto"}] */
|
|
4353
|
+
/** ☆☆☆☆ ✔ Example: [{"Profile":{"CameraIndices":[0],"Type":"DepthPhoto"}}] */
|
|
4354
4354
|
Profiles?: Struct[];
|
|
4355
4355
|
/** ☆☆☆☆ ✔ Example: "P2030414.jpg" */
|
|
4356
4356
|
RawFileName?: string;
|
|
@@ -4491,8 +4491,8 @@ export interface XMPTags {
|
|
|
4491
4491
|
* devices (like iPhones) An example value, JSON stringified, follows the
|
|
4492
4492
|
* popularity ratings.
|
|
4493
4493
|
*
|
|
4494
|
-
* Autogenerated by "yarn mktags" by ExifTool 12.
|
|
4495
|
-
*
|
|
4494
|
+
* Autogenerated by "yarn mktags" by ExifTool 12.50 on Tue Nov 08 2022.
|
|
4495
|
+
* 2979 unique tags were found in 10022 photo and video files.
|
|
4496
4496
|
*/
|
|
4497
4497
|
export interface Tags extends APP12Tags, APP14Tags, APP1Tags, APP4Tags, APP5Tags, APP6Tags, ApplicationRecordTags, CompositeTags, EXIFTags, ExifToolTags, FileTags, FlashPixTags, ICCProfileTags, IPTCTags, JFIFTags, MPFTags, MakerNotesTags, MetaTags, PanasonicRawTags, PhotoshopTags, PrintIMTags, QuickTimeTags, RAFTags, RIFFTags, XMPTags {
|
|
4498
4498
|
errors?: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "exiftool-vendored",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.6.0",
|
|
4
4
|
"description": "Efficient, cross-platform access to ExifTool",
|
|
5
5
|
"main": "./dist/ExifTool.js",
|
|
6
6
|
"types": "./dist/ExifTool.d.ts",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@types/chai": "^4.3.
|
|
63
|
+
"@types/chai": "^4.3.4",
|
|
64
64
|
"@types/chai-as-promised": "^7.1.5",
|
|
65
65
|
"@types/chai-subset": "^1.3.3",
|
|
66
66
|
"@types/fs-extra": "^9.0.13",
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
"@types/tar-fs": "^2.0.1",
|
|
74
74
|
"@types/tmp": "^0.2.3",
|
|
75
75
|
"@types/xmldom": "^0.1.31",
|
|
76
|
-
"@typescript-eslint/eslint-plugin": "^5.42.
|
|
77
|
-
"@typescript-eslint/parser": "^5.42.
|
|
78
|
-
"@xmldom/xmldom": "^0.8.
|
|
79
|
-
"chai": "^4.3.
|
|
76
|
+
"@typescript-eslint/eslint-plugin": "^5.42.1",
|
|
77
|
+
"@typescript-eslint/parser": "^5.42.1",
|
|
78
|
+
"@xmldom/xmldom": "^0.8.6",
|
|
79
|
+
"chai": "^4.3.7",
|
|
80
80
|
"chai-as-promised": "^7.1.1",
|
|
81
81
|
"chai-subset": "^1.6.0",
|
|
82
|
-
"eslint": "^8.
|
|
82
|
+
"eslint": "^8.27.0",
|
|
83
83
|
"eslint-plugin-import": "^2.26.0",
|
|
84
84
|
"eslint-plugin-node": "^11.1.0",
|
|
85
85
|
"extract-zip": "^2.0.1",
|
|
@@ -91,23 +91,23 @@
|
|
|
91
91
|
"prettier": "^2.7.1",
|
|
92
92
|
"progress": "^2.0.3",
|
|
93
93
|
"rimraf": "^3.0.2",
|
|
94
|
-
"serve": "^14.0
|
|
94
|
+
"serve": "^14.1.0",
|
|
95
95
|
"source-map-support": "^0.5.21",
|
|
96
96
|
"tmp": "^0.2.1",
|
|
97
|
-
"typedoc": "^0.23.
|
|
97
|
+
"typedoc": "^0.23.20",
|
|
98
98
|
"typescript": "~4.8.4",
|
|
99
99
|
"xpath": "^0.0.32"
|
|
100
100
|
},
|
|
101
101
|
"dependencies-note": "@types/luxon is not a devDependency, as our exported TypeScript typings reference luxon types. See <https://github.com/photostructure/exiftool-vendored.js/pull/108>",
|
|
102
102
|
"dependencies": {
|
|
103
103
|
"@photostructure/tz-lookup": "^7.0.0",
|
|
104
|
-
"@types/luxon": "^3.0
|
|
104
|
+
"@types/luxon": "^3.1.0",
|
|
105
105
|
"batch-cluster": "^11.0.0",
|
|
106
106
|
"he": "^1.2.0",
|
|
107
107
|
"luxon": "^3.1.0"
|
|
108
108
|
},
|
|
109
109
|
"optionalDependencies": {
|
|
110
|
-
"exiftool-vendored.exe": "12.
|
|
111
|
-
"exiftool-vendored.pl": "12.
|
|
110
|
+
"exiftool-vendored.exe": "12.50.0",
|
|
111
|
+
"exiftool-vendored.pl": "12.50.0"
|
|
112
112
|
}
|
|
113
113
|
}
|