exiftool-vendored 28.5.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/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.96 */
21
+ /** ★★★★ ✔ Example: 12.99 */
22
22
  ExifToolVersion?: number;
23
23
  /** ☆☆☆☆ Example: "path/to/file.jpg" */
24
24
  SourceFile?: string;
@@ -30,10 +30,10 @@ export interface ExifToolTags {
30
30
  * given file. ExifTool can't write to many of these tags.
31
31
  */
32
32
  export interface FileTags {
33
- /** ☆☆☆☆ ✔ Example: "Windows V3" */
34
- BMPVersion?: string;
35
33
  /** ★★★★ ✔ Example: 8 */
36
34
  BitsPerSample?: number;
35
+ /** ☆☆☆☆ ✔ Example: "Windows V3" */
36
+ BMPVersion?: string;
37
37
  /** ★★★★ ✔ Example: 3 */
38
38
  ColorComponents?: number;
39
39
  /** ☆☆☆☆ ✔ Example: "ff5978eb5c164fa308177d41e817e08f" */
@@ -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:06 13:56:46-07:00" */
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:06 13:56:21-07:00" */
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;
@@ -84,32 +84,56 @@ export interface FileTags {
84
84
  YCbCrSubSampling?: string;
85
85
  }
86
86
  export interface APPTags {
87
+ /** ☆☆☆☆ Example: "59 128 128" */
88
+ AboveColor?: string;
87
89
  /** ☆☆☆☆ Example: 388 */
88
90
  Again?: number;
91
+ /** ☆☆☆☆ Example: "5.0 C" */
92
+ AtmosphericTemperature?: string;
93
+ /** ☆☆☆☆ ✔ Example: 800 */
94
+ AutoISOMax?: number;
95
+ /** ☆☆☆☆ ✔ Example: 3200 */
96
+ AutoISOMin?: number;
97
+ /** ☆☆☆☆ ✔ Example: "Up" */
98
+ AutoRotation?: string;
89
99
  /** ☆☆☆☆ Example: 3383 */
90
100
  B5100?: number;
91
- /** ☆☆☆☆ Example: 216 */
92
- BHL?: number;
93
- /** ☆☆☆☆ Example: 255 */
94
- BHighLight?: number;
95
- /** ☆☆☆☆ Example: 86 */
96
- BMean?: number;
97
- /** ☆☆☆☆ Example: 3 */
98
- BSD?: number;
99
- /** ☆☆☆☆ Example: 1 */
100
- BSd?: number;
101
- /** ☆☆☆☆ Example: 1908 */
102
- BStrobe?: number;
101
+ /** ☆☆☆☆ Example: "60 128 128" */
102
+ BelowColor?: string;
103
103
  /** ☆☆☆☆ Example: 2438 */
104
104
  Bgain?: number;
105
+ /** ☆☆☆☆ Example: 255 */
106
+ BHighLight?: number;
107
+ /** ☆☆☆☆ Example: 216 */
108
+ BHL?: number;
105
109
  /** ☆☆☆☆ Example: 33 */
106
110
  Blk0?: number;
107
111
  /** ☆☆☆☆ Example: 32 */
108
112
  Blk1?: number;
113
+ /** ☆☆☆☆ Example: 86 */
114
+ BMean?: number;
109
115
  /** ☆☆☆☆ Example: 6 */
110
116
  Boff?: number;
117
+ /** ☆☆☆☆ Example: 1 */
118
+ BSd?: number;
119
+ /** ☆☆☆☆ Example: 3 */
120
+ BSD?: number;
121
+ /** ☆☆☆☆ Example: 1908 */
122
+ BStrobe?: number;
123
+ /** ☆☆☆☆ Example: "Z-CAMERA" */
124
+ CameraModel?: string;
125
+ /** ☆☆☆☆ Example: "_______________" */
126
+ CameraPartNumber?: string;
127
+ /** ☆☆☆☆ ✔ Example: 8340330 */
128
+ CameraSerialNumber?: number;
129
+ /** ☆☆☆☆ Example: "https://PhotoStructure.com/" */
130
+ CameraSoftware?: string;
131
+ /** ☆☆☆☆ Example: 2 */
132
+ Case?: number;
111
133
  /** ☆☆☆☆ Example: 2 */
112
134
  CBal?: number;
135
+ /** ☆☆☆☆ Example: 1 */
136
+ Color?: number;
113
137
  /** ☆☆☆☆ ✔ Example: 42926626 */
114
138
  COLOR1?: number;
115
139
  /** ☆☆☆☆ ✔ Example: 32321478 */
@@ -118,12 +142,30 @@ export interface APPTags {
118
142
  COLOR3?: number;
119
143
  /** ☆☆☆☆ ✔ Example: 5 */
120
144
  COLOR4?: number;
121
- /** ☆☆☆☆ Example: 2 */
122
- Case?: number;
123
- /** ☆☆☆☆ Example: 1 */
124
- Color?: number;
145
+ /** ☆☆☆☆Example: "YCbCr" */
146
+ ColorTransform?: string;
147
+ /** ☆☆☆☆ Example: 45 */
148
+ Compass?: string;
125
149
  /** ☆☆☆☆ ✔ Example: 0 */
126
150
  ContTake?: number;
151
+ /** ☆☆☆☆ Example: "https://PhotoStructure.com/" */
152
+ CreatorSoftware?: string;
153
+ /** ☆☆☆☆ Example: "2013:03:12 16:31:26" */
154
+ DateTimeGenerated?: ExifDateTime | string;
155
+ /** ☆☆☆☆ ✔ Example: 100 */
156
+ DCTEncodeVersion?: number;
157
+ /** ☆☆☆☆ ✔ Example: "Photo Global Settings" */
158
+ DeviceName?: string;
159
+ /** ☆☆☆☆ Example: "(Binary data 1998654 bytes, use -b option to extract)" */
160
+ EmbeddedImage?: BinaryField | string;
161
+ /** ☆☆☆☆ Example: 960 */
162
+ EmbeddedImageHeight?: number;
163
+ /** ☆☆☆☆ Example: "PNG" */
164
+ EmbeddedImageType?: string;
165
+ /** ☆☆☆☆ Example: 640 */
166
+ EmbeddedImageWidth?: number;
167
+ /** ☆☆☆☆ Example: 1 */
168
+ Emissivity?: number;
127
169
  /** ☆☆☆☆ ✔ Example: 8501 */
128
170
  EXP1?: number;
129
171
  /** ☆☆☆☆ ✔ Example: 59 */
@@ -134,152 +176,58 @@ export interface APPTags {
134
176
  ExposRatio?: number;
135
177
  /** ☆☆☆☆ Example: 3687 */
136
178
  Exposure?: number;
137
- /** ☆☆☆☆ Example: 192 */
138
- FMean?: number;
179
+ /** ☆☆☆☆ Example: "46.1 deg" */
180
+ FieldOfView?: string;
181
+ /** ☆☆☆☆ Example: "NOF" */
182
+ FilterModel?: string;
183
+ /** ☆☆☆☆ Example: "" */
184
+ FilterPartNumber?: string;
185
+ /** ☆☆☆☆ Example: "00000000" */
186
+ FilterSerialNumber?: string;
139
187
  /** ☆☆☆☆ Example: 1 */
140
188
  FinalRatio?: number;
141
189
  /** ☆☆☆☆ Example: 640 */
142
190
  FlashTime?: number;
191
+ /** ☆☆☆☆ Example: 192 */
192
+ FMean?: number;
143
193
  /** ☆☆☆☆ ✔ Example: "F2.8" */
144
194
  Fnumber?: string;
195
+ /** ☆☆☆☆ ✔ Example: "inf" */
196
+ FocusDistance?: string;
145
197
  /** ☆☆☆☆ Example: 136 */
146
198
  FocusPos?: number;
199
+ /** ☆☆☆☆ ✔ Example: 98 */
200
+ FocusStepCount?: number;
201
+ /** ☆☆☆☆ ✔ Example: 9 */
202
+ FrameRate?: number;
203
+ /** ☆☆☆☆ Example: 85 */
204
+ Gain?: number;
147
205
  /** ☆☆☆☆ Example: 2152 */
148
206
  GBgain?: number;
149
207
  /** ☆☆☆☆ Example: 8 */
150
208
  GBoff?: number;
151
209
  /** ☆☆☆☆ Example: 255 */
152
- GHL?: number;
153
- /** ☆☆☆☆ Example: 255 */
154
210
  GHighLight?: number;
211
+ /** ☆☆☆☆ Example: 255 */
212
+ GHL?: number;
155
213
  /** ☆☆☆☆ Example: 52 */
156
214
  GMean?: number;
215
+ /** ☆☆☆☆ ✔ Example: 88.01 */
216
+ GPSTrack?: number;
217
+ /** ☆☆☆☆ ✔ Example: "True North" */
218
+ GPSTrackRef?: string;
219
+ /** ☆☆☆☆ Example: "Yes" */
220
+ GPSValid?: string;
157
221
  /** ☆☆☆☆ Example: 2152 */
158
222
  GRgain?: number;
159
223
  /** ☆☆☆☆ Example: 8 */
160
224
  GRoff?: number;
161
- /** ☆☆☆☆ Example: 4 */
162
- GSD?: number;
163
225
  /** ☆☆☆☆ Example: 1 */
164
226
  GSd?: number;
165
- /** ☆☆☆☆ Example: 85 */
166
- Gain?: number;
227
+ /** ☆☆☆☆ Example: 4 */
228
+ GSD?: number;
167
229
  /** ☆☆☆☆ ✔ Example: "PDR-M60" */
168
230
  ID?: string;
169
- /** ☆☆☆☆ ✔ Example: 696880 */
170
- JPEG1?: number;
171
- /** ☆☆☆☆ ✔ Example: 0 */
172
- LightS?: number;
173
- /** ☆☆☆☆ Example: " 10.6" */
174
- Mean?: string;
175
- /** ☆☆☆☆ Example: 26 */
176
- MotorPos?: number;
177
- /** ☆☆☆☆ Example: 4 */
178
- Offset?: number;
179
- /** ☆☆☆☆ ✔ Example: 87648 */
180
- PicLen?: number;
181
- /** ☆☆☆☆ ✔ Example: 0 */
182
- Protect?: number;
183
- /** ☆☆☆☆ Example: 6929 */
184
- R5100?: number;
185
- /** ☆☆☆☆ ✔ Example: "DCPT" */
186
- REV?: string;
187
- /** ☆☆☆☆ Example: 247 */
188
- RHL?: number;
189
- /** ☆☆☆☆ Example: 255 */
190
- RHighLight?: number;
191
- /** ☆☆☆☆ Example: 32 */
192
- RMean?: number;
193
- /** ☆☆☆☆ Example: 4 */
194
- RSD?: number;
195
- /** ☆☆☆☆ Example: 1 */
196
- RSd?: number;
197
- /** ☆☆☆☆ Example: 5896 */
198
- RStrobe?: number;
199
- /** ☆☆☆☆ ✔ Example: 6 */
200
- Resolution?: number;
201
- /** ☆☆☆☆ Example: 1887 */
202
- Rgain?: number;
203
- /** ☆☆☆☆ Example: 9 */
204
- Roff?: number;
205
- /** ☆☆☆☆ ✔ Example: "8259,0,14bfe,a184,11987,1e4f1,0,7c0000,40b60000,56a05e6,6…0038,d7" */
206
- S0?: string;
207
- /** ☆☆☆☆ Example: 0 */
208
- StrobeTime?: number;
209
- /** ☆☆☆☆ ✔ Example: "bd1,1,5,2beec,b5,ec15" */
210
- T0?: string;
211
- /** ☆☆☆☆ ✔ Example: 357 */
212
- TagB?: number;
213
- /** ☆☆☆☆ ✔ Example: 92 */
214
- TagQ?: number;
215
- /** ☆☆☆☆ ✔ Example: 243 */
216
- TagR?: number;
217
- /** ☆☆☆☆ ✔ Example: "v" */
218
- TagS?: string;
219
- /** ☆☆☆☆ ✔ Example: 4016 */
220
- ThmLen?: number;
221
- /** ★☆☆☆ ✔ Example: "vf0-3c" */
222
- Version?: string;
223
- /** ☆☆☆☆ Example: 4054 */
224
- YLevel?: number;
225
- /** ☆☆☆☆ Example: 2209 */
226
- YTarget?: number;
227
- /** ☆☆☆☆ ✔ Example: */
228
- Zoom?: string;
229
- /** ☆☆☆☆ Example: 9 */
230
- ZoomPos?: number;
231
- /** ☆☆☆☆ ✔ Example: "YCbCr" */
232
- ColorTransform?: string;
233
- /** ☆☆☆☆ ✔ Example: 100 */
234
- DCTEncodeVersion?: number;
235
- /** ☆☆☆☆ Example: "59 128 128" */
236
- AboveColor?: string;
237
- /** ☆☆☆☆ Example: "5.0 C" */
238
- AtmosphericTemperature?: string;
239
- /** ☆☆☆☆ Example: "60 128 128" */
240
- BelowColor?: string;
241
- /** ☆☆☆☆ Example: "Z-CAMERA" */
242
- CameraModel?: string;
243
- /** ☆☆☆☆ Example: "_______________" */
244
- CameraPartNumber?: string;
245
- /** ☆☆☆☆ ✔ Example: 8340330 */
246
- CameraSerialNumber?: number;
247
- /** ☆☆☆☆ Example: "https://PhotoStructure.com/" */
248
- CameraSoftware?: string;
249
- /** ☆☆☆☆ Example: "https://PhotoStructure.com/" */
250
- CreatorSoftware?: string;
251
- /** ☆☆☆☆ Example: "2013:03:12 16:31:26" */
252
- DateTimeGenerated?: ExifDateTime | string;
253
- /** ☆☆☆☆ Example: "(Binary data 1011393 bytes, use -b option to extract)" */
254
- EmbeddedImage?: BinaryField | string;
255
- /** ☆☆☆☆ Example: 960 */
256
- EmbeddedImageHeight?: number;
257
- /** ☆☆☆☆ Example: "PNG" */
258
- EmbeddedImageType?: string;
259
- /** ☆☆☆☆ Example: 640 */
260
- EmbeddedImageWidth?: number;
261
- /** ☆☆☆☆ Example: 1 */
262
- Emissivity?: number;
263
- /** ☆☆☆☆ Example: "46.1 deg" */
264
- FieldOfView?: string;
265
- /** ☆☆☆☆ Example: "NOF" */
266
- FilterModel?: string;
267
- /** ☆☆☆☆ Example: "" */
268
- FilterPartNumber?: string;
269
- /** ☆☆☆☆ Example: "00000000" */
270
- FilterSerialNumber?: string;
271
- /** ☆☆☆☆ ✔ Example: "inf" */
272
- FocusDistance?: string;
273
- /** ☆☆☆☆ ✔ Example: 98 */
274
- FocusStepCount?: number;
275
- /** ☆☆☆☆ ✔ Example: 9 */
276
- FrameRate?: number;
277
- /** ☆☆☆☆ ✔ Example: 88.01 */
278
- GPSTrack?: number;
279
- /** ☆☆☆☆ ✔ Example: "True North" */
280
- GPSTrackRef?: string;
281
- /** ☆☆☆☆ Example: "Yes" */
282
- GPSValid?: string;
283
231
  /** ☆☆☆☆ Example: "7.4 C" */
284
232
  IRWindowTemperature?: string;
285
233
  /** ☆☆☆☆ Example: 1 */
@@ -288,8 +236,16 @@ export interface APPTags {
288
236
  Isotherm1Color?: string;
289
237
  /** ☆☆☆☆ Example: "92 115 209" */
290
238
  Isotherm2Color?: string;
239
+ /** ☆☆☆☆ ✔ Example: 696880 */
240
+ JPEG1?: number;
291
241
  /** ☆☆☆☆ Example: "T199104" */
292
242
  LensPartNumber?: string;
243
+ /** ☆☆☆☆ ✔ Example: 0 */
244
+ LightS?: number;
245
+ /** ☆☆☆☆ ✔ Example: "AUTO" */
246
+ MaximumShutterAngle?: string;
247
+ /** ☆☆☆☆ Example: " 10.6" */
248
+ Mean?: string;
293
249
  /** ☆☆☆☆ Example: 1 */
294
250
  Meas1Label?: number;
295
251
  /** ☆☆☆☆ Example: "80 60" */
@@ -302,6 +258,14 @@ export interface APPTags {
302
258
  Meas2Params?: string;
303
259
  /** ☆☆☆☆ Example: "Spot" */
304
260
  Meas2Type?: string;
261
+ /** ☆☆☆☆ ✔ Example: "859830e2f50cb3397a6216f09553fce800000000000000000000000000000000" */
262
+ MediaUniqueID?: string;
263
+ /** ☆☆☆☆ ✔ Example: "7.6.4" */
264
+ MetadataVersion?: string;
265
+ /** ☆☆☆☆ Example: 26 */
266
+ MotorPos?: number;
267
+ /** ☆☆☆☆ Example: 4 */
268
+ Offset?: number;
305
269
  /** ☆☆☆☆ Example: "+98" */
306
270
  OffsetX?: string;
307
271
  /** ☆☆☆☆ Example: "+51" */
@@ -322,6 +286,18 @@ export interface APPTags {
322
286
  PaletteStretch?: number;
323
287
  /** ☆☆☆☆ Example: ".basicImgData.objectParams.emissivity" */
324
288
  Param0?: string;
289
+ /** ☆☆☆☆ ✔ Example: "12MP_W" */
290
+ PhotoResolution?: string;
291
+ /** ☆☆☆☆ ✔ Example: 87648 */
292
+ PicLen?: number;
293
+ /** ☆☆☆☆ ✔ Example: 0 */
294
+ Protect?: number;
295
+ /** ☆☆☆☆ ✔ Example: "On" */
296
+ ProTune?: string;
297
+ /** ☆☆☆☆ Example: 6929 */
298
+ R5100?: number;
299
+ /** ☆☆☆☆ ✔ Example: "4_1SEC" */
300
+ Rate?: string;
325
301
  /** ☆☆☆☆ Example: "(Binary data 614604 bytes, use -b option to extract)" */
326
302
  RawThermalImage?: BinaryField | string;
327
303
  /** ☆☆☆☆ Example: 90 */
@@ -344,30 +320,54 @@ export interface APPTags {
344
320
  ReflectedApparentTemperature?: string;
345
321
  /** ☆☆☆☆ Example: "80.0 %" */
346
322
  RelativeHumidity?: string;
323
+ /** ☆☆☆☆ ✔ Example: 6 */
324
+ Resolution?: number;
325
+ /** ☆☆☆☆ ✔ Example: "DCPT" */
326
+ REV?: string;
327
+ /** ☆☆☆☆ Example: 1887 */
328
+ Rgain?: number;
329
+ /** ☆☆☆☆ Example: 255 */
330
+ RHighLight?: number;
331
+ /** ☆☆☆☆ Example: 247 */
332
+ RHL?: number;
333
+ /** ☆☆☆☆ Example: 32 */
334
+ RMean?: number;
335
+ /** ☆☆☆☆ Example: 9 */
336
+ Roff?: number;
337
+ /** ☆☆☆☆ Example: 1 */
338
+ RSd?: number;
339
+ /** ☆☆☆☆ Example: 4 */
340
+ RSD?: number;
341
+ /** ☆☆☆☆ Example: 5896 */
342
+ RStrobe?: number;
343
+ /** ☆☆☆☆ ✔ Example: "8259,0,14bfe,a184,11987,1e4f1,0,7c0000,40b60000,56a05e6,6…0038,d7" */
344
+ S0?: string;
345
+ /** ☆☆☆☆ Example: 0 */
346
+ StrobeTime?: number;
347
+ /** ☆☆☆☆ ✔ Example: "bd1,1,5,2beec,b5,ec15" */
348
+ T0?: string;
349
+ /** ☆☆☆☆ ✔ Example: 357 */
350
+ TagB?: number;
351
+ /** ☆☆☆☆ ✔ Example: 92 */
352
+ TagQ?: number;
353
+ /** ☆☆☆☆ ✔ Example: 243 */
354
+ TagR?: number;
355
+ /** ☆☆☆☆ ✔ Example: "v" */
356
+ TagS?: string;
357
+ /** ☆☆☆☆ ✔ Example: 4016 */
358
+ ThmLen?: number;
347
359
  /** ☆☆☆☆ Example: "41 110 240" */
348
360
  UnderflowColor?: string;
349
- /** ☆☆☆☆ Example: 45 */
350
- Compass?: string;
351
- /** ☆☆☆☆Example: 800 */
352
- AutoISOMax?: number;
353
- /** ☆☆☆☆Example: 3200 */
354
- AutoISOMin?: number;
355
- /** ☆☆☆☆ ✔ Example: "Up" */
356
- AutoRotation?: string;
357
- /** ☆☆☆☆Example: "Photo Global Settings" */
358
- DeviceName?: string;
359
- /** ☆☆☆☆ ✔ Example: "AUTO" */
360
- MaximumShutterAngle?: string;
361
- /** ☆☆☆☆ ✔ Example: "859830e2f50cb3397a6216f09553fce800000000000000000000000000000000" */
362
- MediaUniqueID?: string;
363
- /** ☆☆☆☆ ✔ Example: "7.6.4" */
364
- MetadataVersion?: string;
365
- /** ☆☆☆☆ ✔ Example: "12MP_W" */
366
- PhotoResolution?: string;
367
- /** ☆☆☆☆ ✔ Example: "On" */
368
- ProTune?: string;
369
- /** ☆☆☆☆ ✔ Example: "4_1SEC" */
370
- Rate?: string;
361
+ /** ★☆☆☆ ✔ Example: "vf0-3c" */
362
+ Version?: string;
363
+ /** ☆☆☆☆ Example: 4054 */
364
+ YLevel?: number;
365
+ /** ☆☆☆☆ Example: 2209 */
366
+ YTarget?: number;
367
+ /** ☆☆☆☆ ✔ Example: */
368
+ Zoom?: string;
369
+ /** ☆☆☆☆ Example: 9 */
370
+ ZoomPos?: number;
371
371
  }
372
372
  /**
373
373
  * These are tags are derived from the values of one or more other tags.
@@ -391,20 +391,20 @@ export interface CompositeTags {
391
391
  CircleOfConfusion?: string;
392
392
  /** ☆☆☆☆ ✔ Example: 0 */
393
393
  ConditionalFEC?: number;
394
- /** ★★☆☆ ✔ Example: "inf (9.66 m - inf)" */
395
- DOF?: string;
396
394
  /** ☆☆☆☆ ✔ Example: "2021:03:16 18:14:25" */
397
395
  DigitalCreationDateTime?: ExifDateTime | string;
396
+ /** ★★☆☆ ✔ Example: "inf (9.66 m - inf)" */
397
+ DOF?: string;
398
398
  /** ★★☆☆ ✔ Example: "Unknown (3152)" */
399
399
  DriveMode?: string;
400
400
  /** ☆☆☆☆ ✔ Example: "Not attached" */
401
401
  ExtenderStatus?: string;
402
- /** ★★★★ ✔ Example: "97.7 deg" */
403
- FOV?: string;
404
402
  /** ☆☆☆☆ ✔ Example: "Optional,TTL" */
405
403
  FlashType?: string;
406
404
  /** ★★★★ ✔ Example: "99.7 mm (35 mm equivalent: 554.0 mm)" */
407
405
  FocalLength35efl?: string;
406
+ /** ★★★★ ✔ Example: "97.7 deg" */
407
+ FOV?: string;
408
408
  /** ☆☆☆☆ ✔ Example: "2024:04:21 04:09:51Z" */
409
409
  GPSDateTime?: ExifDateTime | string;
410
410
  /** ☆☆☆☆ ✔ Example: "7.196465 134.376806666667" */
@@ -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 315546 bytes, use -b option to extract)" */
430
+ /** ★★★☆ ✔ Example: "(Binary data 37244 bytes, use -b option to extract)" */
431
431
  PreviewImage?: BinaryField;
432
432
  /** ★★☆☆ ✔ Example: 38.625 */
433
433
  RedBalance?: number;
@@ -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 57881 bytes, use -b option to extract)" */
483
+ /** ☆☆☆☆ ✔ Example: "(Binary data 46285 bytes, use -b option to extract)" */
484
484
  ScreenNail?: BinaryField | string;
485
485
  /** ☆☆☆☆ ✔ Example: 1 */
486
486
  UsedExtensionNumbers?: number;
@@ -551,12 +551,12 @@ export interface EXIFTags {
551
551
  BlackLevelRepeatDim?: string;
552
552
  /** ★★★☆ ✔ Example: 9.9919505 */
553
553
  BrightnessValue?: number;
554
+ /** ☆☆☆☆ Example: 6.1 */
555
+ CameraElevationAngle?: number;
554
556
  /** ☆☆☆☆ ✔ Example: "Red,Green,Blue" */
555
557
  CFAPlaneColor?: string;
556
558
  /** ☆☆☆☆ ✔ Example: "2 2" */
557
559
  CFARepeatPatternDim?: string;
558
- /** ☆☆☆☆ Example: 6.1 */
559
- CameraElevationAngle?: number;
560
560
  /** ☆☆☆☆ ✔ Example: "On" */
561
561
  ChromaticAberrationCorrection?: string;
562
562
  /** ★★★★ ✔ Example: "sRGB" */
@@ -573,10 +573,6 @@ export interface EXIFTags {
573
573
  CreateDate?: ExifDateTime | string;
574
574
  /** ★★★★ ✔ Example: "Unknown (Custom process)" */
575
575
  CustomRendered?: string;
576
- /** ☆☆☆☆ ✔ Example: "1.3.0.0" */
577
- DNGBackwardVersion?: string;
578
- /** ☆☆☆☆ ✔ Example: "1.4.0.0" */
579
- DNGVersion?: string;
580
576
  /** ★★★★ ✔ Example: "2218:09:22 02:32:14" */
581
577
  DateTimeOriginal?: ExifDateTime | string;
582
578
  /** ☆☆☆☆ ✔ Example: "8 8" */
@@ -587,6 +583,10 @@ export interface EXIFTags {
587
583
  DeviceSettingDescription?: BinaryField | string;
588
584
  /** ★★★☆ ✔ Example: 8.1319764 */
589
585
  DigitalZoomRatio?: number;
586
+ /** ☆☆☆☆ ✔ Example: "1.3.0.0" */
587
+ DNGBackwardVersion?: string;
588
+ /** ☆☆☆☆ ✔ Example: "1.4.0.0" */
589
+ DNGVersion?: string;
590
590
  /** ☆☆☆☆ Example: "" */
591
591
  DocumentName?: string;
592
592
  /** ★★★★ ✔ Example: 990 */
@@ -601,14 +601,14 @@ export interface EXIFTags {
601
601
  ExposureProgram?: string;
602
602
  /** ★★★★ ✔ Example: "inf" */
603
603
  ExposureTime?: string;
604
- /** ★★★★ ✔ Example: 90 */
605
- FNumber?: number;
606
604
  /** ★★★★ ✔ Example: "Unknown (DSC)" */
607
605
  FileSource?: string;
608
606
  /** ★★★★ ✔ Example: "Unknown (0xffff)" */
609
607
  Flash?: string;
610
608
  /** ☆☆☆☆ ✔ Example: 54 */
611
609
  FlashEnergy?: number;
610
+ /** ★★★★ ✔ Example: 90 */
611
+ FNumber?: number;
612
612
  /** ★★★★ ✔ Example: "99.7 mm" */
613
613
  FocalLength?: string;
614
614
  /** ★★★☆ ✔ Example: "9920 mm" */
@@ -619,14 +619,16 @@ export interface EXIFTags {
619
619
  FocalPlaneXResolution?: number;
620
620
  /** ★★★☆ ✔ Example: 9846.1538 */
621
621
  FocalPlaneYResolution?: number;
622
+ /** ★★★☆ ✔ Example: "Unknown (8176)" */
623
+ GainControl?: string;
624
+ /** ☆☆☆☆ ✔ Example: 2.4921875 */
625
+ Gamma?: number;
622
626
  /** ★☆☆☆ ✔ Example: 99.8 */
623
627
  GPSAltitude?: number;
624
628
  /** ☆☆☆☆ ✔ Example: "Unknown (Sea level reference)" */
625
629
  GPSAltitudeRef?: string;
626
630
  /** ☆☆☆☆ ✔ Example: "府中市郷土の森博物館" */
627
631
  GPSAreaInformation?: string;
628
- /** ☆☆☆☆ ✔ Example: 9 */
629
- GPSDOP?: number;
630
632
  /** ☆☆☆☆ ✔ Example: "2024:04:21" */
631
633
  GPSDateStamp?: ExifDate | string;
632
634
  /** ☆☆☆☆ ✔ Example: 86.180049 */
@@ -647,6 +649,8 @@ export interface EXIFTags {
647
649
  GPSDestLongitudeRef?: string;
648
650
  /** ☆☆☆☆ ✔ Example: "No Correction" */
649
651
  GPSDifferential?: string;
652
+ /** ☆☆☆☆ ✔ Example: 9 */
653
+ GPSDOP?: number;
650
654
  /** ☆☆☆☆ ✔ Example: "8.937059922 m" */
651
655
  GPSHPositioningError?: string;
652
656
  /** ☆☆☆☆ ✔ Example: 94.800416 */
@@ -677,10 +681,6 @@ export interface EXIFTags {
677
681
  GPSStatus?: string;
678
682
  /** ☆☆☆☆ ✔ Example: "23:59:41.001" */
679
683
  GPSTimeStamp?: ExifTime | string;
680
- /** ★★★☆ ✔ Example: "Unknown (8176)" */
681
- GainControl?: string;
682
- /** ☆☆☆☆ ✔ Example: 2.4921875 */
683
- Gamma?: number;
684
684
  /** ☆☆☆☆ ✔ Example: 1 */
685
685
  HighISOMultiplierBlue?: number;
686
686
  /** ☆☆☆☆ ✔ Example: 1 */
@@ -689,17 +689,17 @@ export interface EXIFTags {
689
689
  HighISOMultiplierRed?: number;
690
690
  /** ☆☆☆☆ ✔ Example: "iPhone 15 Plus" */
691
691
  HostComputer?: string;
692
- /** ★★★★ ✔ Example: 993 */
693
- ISO?: number;
694
- /** ☆☆☆☆ ✔ Example: 80 */
695
- ISOSpeed?: number;
696
692
  /** ★★★☆ ✔ Example: "untitled" */
697
693
  ImageDescription?: string;
698
694
  /** ★★★★ ✔ Example: "Unknown ([None])" */
699
695
  InteropIndex?: string;
700
696
  /** ★★★★ ✔ Example: "undef undef undef" */
701
697
  InteropVersion?: string;
702
- /** ☆☆☆☆ ✔ Example: "(Binary data 772608 bytes, use -b option to extract)" */
698
+ /** ★★★★ ✔ Example: 993 */
699
+ ISO?: number;
700
+ /** ☆☆☆☆ ✔ Example: 80 */
701
+ ISOSpeed?: number;
702
+ /** ☆☆☆☆ ✔ Example: "(Binary data 571392 bytes, use -b option to extract)" */
703
703
  JpgFromRaw?: BinaryField;
704
704
  /** ☆☆☆☆ ✔ Example: 845574 */
705
705
  JpgFromRawLength?: number;
@@ -807,8 +807,6 @@ export interface EXIFTags {
807
807
  ResolutionUnit?: string;
808
808
  /** ☆☆☆☆ ✔ Example: 96 */
809
809
  RowsPerStrip?: number;
810
- /** ☆☆☆☆ ✔ Example: 4 */
811
- SRawType?: number;
812
810
  /** ☆☆☆☆ ✔ Example: 3 */
813
811
  SamplesPerPixel?: number;
814
812
  /** ★★★★ ✔ Example: "n/a" */
@@ -833,18 +831,14 @@ export interface EXIFTags {
833
831
  SonyToneCurve?: string;
834
832
  /** ☆☆☆☆ ✔ Example: 668058300 */
835
833
  SpatialFrequencyResponse?: number;
834
+ /** ☆☆☆☆ ✔ Example: 4 */
835
+ SRawType?: number;
836
836
  /** ☆☆☆☆ ✔ Example: 800 */
837
837
  StandardOutputSensitivity?: number;
838
838
  /** ☆☆☆☆ ✔ Example: 9600 */
839
839
  StripByteCounts?: number;
840
840
  /** ☆☆☆☆ ✔ Example: 986 */
841
841
  StripOffsets?: number;
842
- /** ★☆☆☆ ✔ Example: 996 */
843
- SubSecTime?: number;
844
- /** ★☆☆☆ ✔ Example: 996 */
845
- SubSecTimeDigitized?: number;
846
- /** ★☆☆☆ ✔ Example: 999 */
847
- SubSecTimeOriginal?: number;
848
842
  /** ☆☆☆☆ ✔ Example: "Reduced-resolution image" */
849
843
  SubfileType?: string;
850
844
  /** ☆☆☆☆ ✔ Example: "967 967 1425 851" */
@@ -855,7 +849,13 @@ export interface EXIFTags {
855
849
  SubjectDistanceRange?: string;
856
850
  /** ☆☆☆☆ ✔ Example: 1 */
857
851
  SubjectLocation?: number;
858
- /** ★★★★ ✔ Example: "(Binary data 39781 bytes, use -b option to extract)" */
852
+ /** ★☆☆☆ ✔ Example: 996 */
853
+ SubSecTime?: number;
854
+ /** ★☆☆☆ ✔ Example: 996 */
855
+ SubSecTimeDigitized?: number;
856
+ /** ★☆☆☆ ✔ Example: 999 */
857
+ SubSecTimeOriginal?: number;
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 507 bytes, use -b option to extract)" */
870
+ /** ☆☆☆☆ ✔ Example: "(Binary data 508 bytes, use -b option to extract)" */
871
871
  TileOffsets?: BinaryField | string;
872
872
  /** ☆☆☆☆ ✔ Example: 512 */
873
873
  TileWidth?: number;
@@ -887,6 +887,8 @@ export interface EXIFTags {
887
887
  WhiteLevel?: number;
888
888
  /** ☆☆☆☆ ✔ Example: "9696 8192 8192 7136" */
889
889
  WhitePoint?: string;
890
+ /** ☆☆☆☆ Example: "Redmi 9T" */
891
+ XiaomiModel?: string;
890
892
  /** ☆☆☆☆ ✔ Example: "Norm De Plume" */
891
893
  XPAuthor?: string;
892
894
  /** ☆☆☆☆ ✔ Example: "This is a comment." */
@@ -899,8 +901,6 @@ export interface EXIFTags {
899
901
  XPTitle?: string;
900
902
  /** ★★★★ ✔ Example: 99 */
901
903
  XResolution?: number;
902
- /** ☆☆☆☆ Example: "Redmi 9T" */
903
- XiaomiModel?: string;
904
904
  /** ☆☆☆☆ ✔ Example: "0.299 0.587 0.114" */
905
905
  YCbCrCoefficients?: string;
906
906
  /** ★★★★ ✔ Example: "Unknown (512)" */
@@ -915,10 +915,10 @@ export interface MetaTags {
915
915
  BorderLocation?: number;
916
916
  /** ☆☆☆☆ Example: "None" */
917
917
  BorderName?: string;
918
- /** ☆☆☆☆ Example: 0 */
919
- BorderType?: number;
920
918
  /** ☆☆☆☆ Example: "1 0 0 0" */
921
919
  BordersVersion?: string;
920
+ /** ☆☆☆☆ Example: 0 */
921
+ BorderType?: number;
922
922
  /** ☆☆☆☆ Example: "KODAK DC5000 ZOOM DIGITAL CAMERA" */
923
923
  CameraOwner?: string;
924
924
  /** ☆☆☆☆ Example: 1 */
@@ -976,7 +976,7 @@ export interface PhotoshopTags {
976
976
  PhotoshopFormat?: string;
977
977
  /** ☆☆☆☆ ✔ Example: 9 */
978
978
  PhotoshopQuality?: number;
979
- /** ☆☆☆☆ ✔ Example: "(Binary data 5768 bytes, use -b option to extract)" */
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;
@@ -1046,8 +1046,6 @@ export interface QuickTimeTags {
1046
1046
  EncodedPixelsDimensions?: string;
1047
1047
  /** ☆☆☆☆ ✔ Example: "Helvetica" */
1048
1048
  FontName?: string;
1049
- /** ☆☆☆☆ ✔ Example: "51 deg 6' 13.32" N, 0 deg 52' 23.52" W, 99.22 m Above Sea Level" */
1050
- GPSCoordinates?: string;
1051
1049
  /** ☆☆☆☆ ✔ Example: 0 */
1052
1050
  GenBalance?: number;
1053
1051
  /** ☆☆☆☆ ✔ Example: "0 0 0" */
@@ -1058,6 +1056,8 @@ export interface QuickTimeTags {
1058
1056
  GenMediaVersion?: number;
1059
1057
  /** ☆☆☆☆ ✔ Example: "32768 32768 32768" */
1060
1058
  GenOpColor?: string;
1059
+ /** ☆☆☆☆ ✔ Example: "51 deg 6' 13.32" N, 0 deg 52' 23.52" W, 99.22 m Above Sea Level" */
1060
+ GPSCoordinates?: string;
1061
1061
  /** ☆☆☆☆ ✔ Example: "srcCopy" */
1062
1062
  GraphicsMode?: string;
1063
1063
  /** ☆☆☆☆ ✔ Example: "Data Handler" */
@@ -1104,10 +1104,10 @@ export interface QuickTimeTags {
1104
1104
  OpColor?: string;
1105
1105
  /** ☆☆☆☆ ✔ Example: "tmcd" */
1106
1106
  OtherFormat?: string;
1107
- /** ☆☆☆☆ ✔ Example: "SEQ_PLAY" */
1108
- PlayMode?: string;
1109
1107
  /** ☆☆☆☆ ✔ Example: 59.94006 */
1110
1108
  PlaybackFrameRate?: number;
1109
+ /** ☆☆☆☆ ✔ Example: "SEQ_PLAY" */
1110
+ PlayMode?: string;
1111
1111
  /** ☆☆☆☆ ✔ Example: "0 s" */
1112
1112
  PosterTime?: string;
1113
1113
  /** ☆☆☆☆ ✔ Example: 1 */
@@ -1178,10 +1178,10 @@ export interface RAFTags {
1178
1178
  RAFCompression?: string;
1179
1179
  /** ☆☆☆☆ ✔ Example: -1.7 */
1180
1180
  RawExposureBias?: number;
1181
- /** ☆☆☆☆ ✔ Example: "6 16" */
1182
- RawImageCropTopLeft?: string;
1183
1181
  /** ☆☆☆☆ ✔ Example: "4896x3264" */
1184
1182
  RawImageCroppedSize?: string;
1183
+ /** ☆☆☆☆ ✔ Example: "6 16" */
1184
+ RawImageCropTopLeft?: string;
1185
1185
  /** ☆☆☆☆ ✔ Example: 3296 */
1186
1186
  RawImageFullHeight?: number;
1187
1187
  /** ☆☆☆☆ ✔ Example: "5120x3288" */
@@ -1291,12 +1291,42 @@ export interface JFIFTags {
1291
1291
  JFIFVersion?: number;
1292
1292
  }
1293
1293
  export interface MakerNotesTags {
1294
+ /** ☆☆☆☆ ✔ Example: 2 */
1295
+ AccelerationTracking?: number;
1296
+ /** ☆☆☆☆ ✔ Example: "0.9421226483 0.0351725654 -0.3452420701" */
1297
+ AccelerationVector?: string;
1298
+ /** ☆☆☆☆ Example: "358.3 11.2" */
1299
+ Accelerometer?: string;
1300
+ /** ☆☆☆☆ ✔ Example: 9 */
1301
+ AccelerometerX?: number;
1302
+ /** ☆☆☆☆ ✔ Example: 80 */
1303
+ AccelerometerY?: number;
1304
+ /** ☆☆☆☆ ✔ Example: 56 */
1305
+ AccelerometerZ?: number;
1306
+ /** ☆☆☆☆ ✔ Example: "00:00" */
1307
+ AccessorySerialNumber?: string;
1308
+ /** ☆☆☆☆ ✔ Example: "NO-ACCESSORY" */
1309
+ AccessoryType?: string;
1310
+ /** ☆☆☆☆ Example: "+0.0" */
1311
+ ActualCompensation?: string;
1312
+ /** ☆☆☆☆ ✔ Example: "Off" */
1313
+ AddAspectRatioInfo?: string;
1314
+ /** ☆☆☆☆ ✔ Example: "Disable" */
1315
+ AddIPTCInformation?: string;
1316
+ /** ☆☆☆☆ ✔ Example: "On" */
1317
+ AddOriginalDecisionData?: string;
1294
1318
  /** ☆☆☆☆ Example: "(Binary data 1024 bytes, use -b option to extract)" */
1295
1319
  ADJDebugInfo?: BinaryField | string;
1320
+ /** ☆☆☆☆ Example: "X3F Setting Mode" */
1321
+ AdjustmentMode?: string;
1296
1322
  /** ☆☆☆☆ ✔ Example: "Off" */
1297
1323
  ADLBracketingStep?: string;
1298
1324
  /** ☆☆☆☆ ✔ Example: "Off" */
1299
1325
  ADLBracketingType?: string;
1326
+ /** ☆☆☆☆ ✔ Example: "Toy Camera" */
1327
+ AdvancedFilter?: string;
1328
+ /** ☆☆☆☆ ✔ Example: 9 */
1329
+ AdvancedSceneType?: number;
1300
1330
  /** ☆☆☆☆ ✔ Example: 9.9 */
1301
1331
  AEAperture?: number;
1302
1332
  /** ☆☆☆☆ ✔ Example: 8 */
@@ -1307,6 +1337,8 @@ export interface MakerNotesTags {
1307
1337
  AEBAutoCancel?: string;
1308
1338
  /** ★★☆☆ ✔ Example: 0 */
1309
1339
  AEBBracketValue?: number;
1340
+ /** ☆☆☆☆ ✔ Example: "AE Bracketing Disabled" */
1341
+ AEBracketingSteps?: string;
1310
1342
  /** ☆☆☆☆ ✔ Example: "0,-,+" */
1311
1343
  AEBSequence?: string;
1312
1344
  /** ☆☆☆☆ ✔ Example: "0,-,+/Enabled" */
@@ -1315,8 +1347,6 @@ export interface MakerNotesTags {
1315
1347
  AEBShotCount?: string;
1316
1348
  /** ☆☆☆☆ ✔ Example: 0.5 */
1317
1349
  AEBXv?: number;
1318
- /** ☆☆☆☆ ✔ Example: "AE Bracketing Disabled" */
1319
- AEBracketingSteps?: string;
1320
1350
  /** ☆☆☆☆ Example: "(Binary data 256 bytes, use -b option to extract)" */
1321
1351
  AEDebugInfo?: BinaryField | string;
1322
1352
  /** ☆☆☆☆ ✔ Example: "1/965" */
@@ -1387,24 +1417,22 @@ export interface MakerNotesTags {
1387
1417
  AFAreaModeSetting?: string;
1388
1418
  /** ☆☆☆☆ ✔ Example: "n/a" */
1389
1419
  AFAreaPointSize?: string;
1390
- /** ☆☆☆☆ ✔ Example: "AF area selection button" */
1391
- AFAreaSelectMethod?: string;
1420
+ /** ☆☆☆☆ ✔ Example: "none" */
1421
+ AFAreas?: string;
1392
1422
  /** ☆☆☆☆ ✔ Example: "Main Dial" */
1393
1423
  AFAreaSelectionMethod?: string;
1424
+ /** ☆☆☆☆ ✔ Example: "AF area selection button" */
1425
+ AFAreaSelectMethod?: string;
1394
1426
  /** ☆☆☆☆ ✔ Example: 996 */
1395
1427
  AFAreaWidth?: number;
1396
1428
  /** ★☆☆☆ ✔ Example: "994 18 18 18 18 18 18 18 18" */
1397
1429
  AFAreaWidths?: string;
1398
1430
  /** ☆☆☆☆ ✔ Example: 4388 */
1399
1431
  AFAreaXPosition?: number;
1400
- /** ★☆☆☆ ✔ Example: "999 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0…0 0 0 0" */
1401
- AFAreaXPositions?: string;
1402
1432
  /** ☆☆☆☆ ✔ Example: 744 */
1403
1433
  AFAreaYPosition?: number;
1404
1434
  /** ☆☆☆☆ ✔ Example: "n/a" */
1405
1435
  AFAreaZoneSize?: string;
1406
- /** ☆☆☆☆ ✔ Example: "none" */
1407
- AFAreas?: string;
1408
1436
  /** ☆☆☆☆ ✔ Example: "Only ext. flash emits/Fires" */
1409
1437
  AFAssist?: string;
1410
1438
  /** ☆☆☆☆ ✔ Example: "Unknown (4)" */
@@ -1445,10 +1473,10 @@ export interface MakerNotesTags {
1445
1473
  AFMicroAdjMode?: string;
1446
1474
  /** ☆☆☆☆ ✔ Example: 2 */
1447
1475
  AFMicroAdjRegisteredLenses?: number;
1448
- /** ☆☆☆☆ ✔ Example: 0 */
1449
- AFMicroAdjValue?: number;
1450
1476
  /** ☆☆☆☆ ✔ Example: "Disable; 0; 0; 0; 84" */
1451
1477
  AFMicroadjustment?: string;
1478
+ /** ☆☆☆☆ ✔ Example: 0 */
1479
+ AFMicroAdjValue?: number;
1452
1480
  /** ★☆☆☆ ✔ Example: "Zone" */
1453
1481
  AFMode?: string;
1454
1482
  /** ☆☆☆☆ ✔ Example: "Off" */
@@ -1485,6 +1513,8 @@ export interface MakerNotesTags {
1485
1513
  AFPointPosition?: string;
1486
1514
  /** ☆☆☆☆ ✔ Example: "Center" */
1487
1515
  AFPointRegistration?: string;
1516
+ /** ☆☆☆☆ Example: "Center" */
1517
+ AFPoints?: string;
1488
1518
  /** ☆☆☆☆ ✔ Example: "Use Half" */
1489
1519
  AFPointSel?: string;
1490
1520
  /** ☆☆☆☆ ✔ Example: "n/a" */
@@ -1495,24 +1525,22 @@ export interface MakerNotesTags {
1495
1525
  AFPointSelectionMethod?: string;
1496
1526
  /** ☆☆☆☆ ✔ Example: "Lower-right" */
1497
1527
  AFPointSetting?: string;
1498
- /** ☆☆☆☆ ✔ Example: "9/Active AF point" */
1499
- AFPointSpotMetering?: string;
1500
- /** ☆☆☆☆ ✔ Example: 0 */
1501
- AFPointSwitching?: number;
1502
- /** ☆☆☆☆ Example: "Center" */
1503
- AFPoints?: string;
1504
1528
  /** ★★☆☆ ✔ Example: "Upper-right, Top" */
1505
1529
  AFPointsInFocus?: string;
1506
1530
  /** ☆☆☆☆ ✔ Example: "C6 (C6)" */
1507
1531
  AFPointsInFocus1D?: string;
1508
1532
  /** ☆☆☆☆ ✔ Example: "Center" */
1509
1533
  AFPointsInFocus5D?: string;
1534
+ /** ☆☆☆☆ ✔ Example: "9/Active AF point" */
1535
+ AFPointSpotMetering?: string;
1510
1536
  /** ☆☆☆☆ ✔ Example: 9 */
1511
1537
  AFPointsSelected?: number;
1512
1538
  /** ☆☆☆☆ Example: 17 */
1513
1539
  AFPointsSpecial?: number;
1514
1540
  /** ☆☆☆☆ ✔ Example: "Top" */
1515
1541
  AFPointsUsed?: string;
1542
+ /** ☆☆☆☆ ✔ Example: 0 */
1543
+ AFPointSwitching?: number;
1516
1544
  /** ☆☆☆☆ ✔ Example: 903 */
1517
1545
  AFPredictor?: number;
1518
1546
  /** ☆☆☆☆ ✔ Example: "Off" */
@@ -1541,36 +1569,6 @@ export interface MakerNotesTags {
1541
1569
  AIServoTrackingSensitivity?: string;
1542
1570
  /** ☆☆☆☆ ✔ Example: "Off; Object Not Found" */
1543
1571
  AISubjectTrackingMode?: string;
1544
- /** ☆☆☆☆ ✔ Example: 2 */
1545
- AccelerationTracking?: number;
1546
- /** ☆☆☆☆ ✔ Example: "0.9421226483 0.0351725654 -0.3452420701" */
1547
- AccelerationVector?: string;
1548
- /** ☆☆☆☆ Example: "358.3 11.2" */
1549
- Accelerometer?: string;
1550
- /** ☆☆☆☆ ✔ Example: 9 */
1551
- AccelerometerX?: number;
1552
- /** ☆☆☆☆ ✔ Example: 80 */
1553
- AccelerometerY?: number;
1554
- /** ☆☆☆☆ ✔ Example: 56 */
1555
- AccelerometerZ?: number;
1556
- /** ☆☆☆☆ ✔ Example: "00:00" */
1557
- AccessorySerialNumber?: string;
1558
- /** ☆☆☆☆ ✔ Example: "NO-ACCESSORY" */
1559
- AccessoryType?: string;
1560
- /** ☆☆☆☆ Example: "+0.0" */
1561
- ActualCompensation?: string;
1562
- /** ☆☆☆☆ ✔ Example: "Off" */
1563
- AddAspectRatioInfo?: string;
1564
- /** ☆☆☆☆ ✔ Example: "Disable" */
1565
- AddIPTCInformation?: string;
1566
- /** ☆☆☆☆ ✔ Example: "On" */
1567
- AddOriginalDecisionData?: string;
1568
- /** ☆☆☆☆ Example: "X3F Setting Mode" */
1569
- AdjustmentMode?: string;
1570
- /** ☆☆☆☆ ✔ Example: "Toy Camera" */
1571
- AdvancedFilter?: string;
1572
- /** ☆☆☆☆ ✔ Example: 9 */
1573
- AdvancedSceneType?: number;
1574
1572
  /** ☆☆☆☆ ✔ Example: "91 m" */
1575
1573
  Altitude?: string;
1576
1574
  /** ☆☆☆☆ ✔ Example: "Standard" */
@@ -1641,28 +1639,28 @@ export interface MakerNotesTags {
1641
1639
  AutoAperture?: string;
1642
1640
  /** ☆☆☆☆ Example: "None" */
1643
1641
  AutoBracket?: string;
1644
- /** ☆☆☆☆ ✔ Example: "Flash/Speed" */
1645
- AutoBracketModeM?: string;
1646
- /** ☆☆☆☆ ✔ Example: "0,-,+" */
1647
- AutoBracketOrder?: string;
1648
- /** ☆☆☆☆ ✔ Example: "Exposure" */
1649
- AutoBracketSet?: string;
1650
1642
  /** ★☆☆☆ ✔ Example: "On" */
1651
1643
  AutoBracketing?: string;
1652
1644
  /** ☆☆☆☆ ✔ Example: "Flash/Speed" */
1653
1645
  AutoBracketingMode?: string;
1654
1646
  /** ☆☆☆☆ ✔ Example: "AE Only" */
1655
1647
  AutoBracketingSet?: string;
1648
+ /** ☆☆☆☆ ✔ Example: "Flash/Speed" */
1649
+ AutoBracketModeM?: string;
1650
+ /** ☆☆☆☆ ✔ Example: "0,-,+" */
1651
+ AutoBracketOrder?: string;
1652
+ /** ☆☆☆☆ ✔ Example: "Exposure" */
1653
+ AutoBracketSet?: string;
1656
1654
  /** ☆☆☆☆ ✔ Example: "On" */
1657
1655
  AutoDistortionControl?: string;
1658
1656
  /** ☆☆☆☆ ✔ Example: "400%" */
1659
1657
  AutoDynamicRange?: string;
1660
1658
  /** ★★☆☆ ✔ Example: "On" */
1661
1659
  AutoExposureBracketing?: string;
1662
- /** ☆☆☆☆ ✔ Example: "Off" */
1663
- AutoFP?: string;
1664
1660
  /** ☆☆☆☆ ✔ Example: "Subject and Background" */
1665
1661
  AutoFlashISOSensitivity?: string;
1662
+ /** ☆☆☆☆ ✔ Example: "Off" */
1663
+ AutoFP?: string;
1666
1664
  /** ★★☆☆ ✔ Example: 96 */
1667
1665
  AutoISO?: number;
1668
1666
  /** ☆☆☆☆ ✔ Example: "1/30 s" */
@@ -1677,16 +1675,12 @@ export interface MakerNotesTags {
1677
1675
  AuxiliaryLens?: string;
1678
1676
  /** ☆☆☆☆ ✔ Example: 6.7 */
1679
1677
  AvApertureSetting?: number;
1680
- /** ☆☆☆☆ ✔ Example: "Disable" */
1681
- AvSettingWithoutLens?: string;
1682
1678
  /** ☆☆☆☆ ✔ Example: "513 513 513 513" */
1683
1679
  AverageBlackLevel?: string;
1684
1680
  /** ☆☆☆☆ ✔ Example: 9.875 */
1685
1681
  AverageLV?: number;
1686
- /** ☆☆☆☆ Example: 8 */
1687
- BWFilter?: number;
1688
- /** ☆☆☆☆ ✔ Example: "On" */
1689
- BWMode?: string;
1682
+ /** ☆☆☆☆Example: "Disable" */
1683
+ AvSettingWithoutLens?: string;
1690
1684
  /** ☆☆☆☆ ✔ Example: "99:99:99 00:00:00" */
1691
1685
  BabyAge?: string;
1692
1686
  /** ☆☆☆☆ ✔ Example: "" */
@@ -1791,22 +1785,10 @@ export interface MakerNotesTags {
1791
1785
  BurstUUID?: string;
1792
1786
  /** ☆☆☆☆ ✔ Example: "Normal (enable)" */
1793
1787
  ButtonFunctionControlOff?: string;
1794
- /** ☆☆☆☆ Example: 2 */
1795
- CCDBoardVersion?: number;
1796
- /** ☆☆☆☆ ✔ Example: "Interlaced" */
1797
- CCDScanMode?: string;
1798
- /** ☆☆☆☆ ✔ Example: 0 */
1799
- CCDSensitivity?: number;
1800
- /** ☆☆☆☆ Example: 0 */
1801
- CCDVersion?: number;
1802
- /** ☆☆☆☆ ✔ Example: "9 fps" */
1803
- CHModeShootingSpeed?: string;
1804
- /** ☆☆☆☆ ✔ Example: "6 fps" */
1805
- CLModeShootingSpeed?: string;
1806
- /** ☆☆☆☆ ✔ Example: "1.02.00.06" */
1807
- CPUFirmwareVersion?: string;
1808
- /** ☆☆☆☆ Example: "d, 2009:09:04 03:19:07" */
1809
- CPUVersions?: string;
1788
+ /** ☆☆☆☆ Example: 8 */
1789
+ BWFilter?: number;
1790
+ /** ☆☆☆☆ ✔ Example: "On" */
1791
+ BWMode?: string;
1810
1792
  /** ☆☆☆☆ Example: "Starting calibration file for SD14F13_Rev3; S/N C75_00001…8:16:34" */
1811
1793
  Calibration?: string;
1812
1794
  /** ☆☆☆☆ Example: "2216/02/28 03:49:48" */
@@ -1841,26 +1823,32 @@ export interface MakerNotesTags {
1841
1823
  CanonFirmwareVersion?: string;
1842
1824
  /** ★★☆☆ ✔ Example: "n/a" */
1843
1825
  CanonFlashMode?: string;
1844
- /** ★☆☆☆ ✔ Example: 768 */
1845
- CanonImageHeight?: number;
1846
1826
  /** ★★☆☆ ✔ Example: "n/a" */
1847
1827
  CanonImageSize?: string;
1848
1828
  /** ★★☆☆ ✔ Example: "PIC:DC50 JPEG" */
1849
1829
  CanonImageType?: string;
1850
- /** ★☆☆☆ ✔ Example: 8688 */
1851
- CanonImageWidth?: number;
1852
1830
  /** ★★☆☆ ✔ Example: "XH A1S" */
1853
1831
  CanonModelID?: string;
1854
1832
  /** ☆☆☆☆ ✔ Example: "Off" */
1855
1833
  CardShutterLock?: string;
1856
1834
  /** ★☆☆☆ ✔ Example: "People" */
1857
1835
  Categories?: string;
1836
+ /** ☆☆☆☆ Example: 2 */
1837
+ CCDBoardVersion?: number;
1838
+ /** ☆☆☆☆ ✔ Example: "Interlaced" */
1839
+ CCDScanMode?: string;
1840
+ /** ☆☆☆☆ ✔ Example: 0 */
1841
+ CCDSensitivity?: number;
1842
+ /** ☆☆☆☆ Example: 0 */
1843
+ CCDVersion?: number;
1858
1844
  /** ☆☆☆☆ ✔ Example: "Normal Zone" */
1859
1845
  CenterAFArea?: string;
1860
1846
  /** ☆☆☆☆ ✔ Example: "Normal Zone" */
1861
1847
  CenterFocusPoint?: string;
1862
- /** ☆☆☆☆ ✔ Example: "8 mm" */
1848
+ /** ☆☆☆☆ ✔ Example: "Small" */
1863
1849
  CenterWeightedAreaSize?: string;
1850
+ /** ☆☆☆☆ ✔ Example: "9 fps" */
1851
+ CHModeShootingSpeed?: string;
1864
1852
  /** ☆☆☆☆ ✔ Example: "On" */
1865
1853
  ChromaticAberrationCorr?: string;
1866
1854
  /** ☆☆☆☆ ✔ Example: "9758 13871 16956 16964 14142 9776 30 9502 13101 15416 151…1 15949" */
@@ -1877,22 +1865,22 @@ export interface MakerNotesTags {
1877
1865
  ClarityControl?: string;
1878
1866
  /** ☆☆☆☆ ✔ Example: "Off" */
1879
1867
  ClearRetouch?: string;
1868
+ /** ☆☆☆☆ ✔ Example: "6 fps" */
1869
+ CLModeShootingSpeed?: string;
1880
1870
  /** ☆☆☆☆ ✔ Example: "Sub-command Dial" */
1881
1871
  CmdDialsApertureSetting?: string;
1882
1872
  /** ☆☆☆☆ ✔ Example: "Autofocus Off, Exposure Off" */
1883
1873
  CmdDialsChangeMainSub?: string;
1884
1874
  /** ☆☆☆☆ ✔ Example: "On (Image Review Excluded)" */
1885
1875
  CmdDialsMenuAndPlayback?: string;
1886
- /** ☆☆☆☆ ✔ Example: 0 */
1887
- CmdDialsReverseRotExposureComp?: number;
1888
1876
  /** ☆☆☆☆ ✔ Example: "No" */
1889
1877
  CmdDialsReverseRotation?: string;
1878
+ /** ☆☆☆☆ ✔ Example: 0 */
1879
+ CmdDialsReverseRotExposureComp?: number;
1890
1880
  /** ☆☆☆☆ Example: "0 0 0" */
1891
1881
  ColorAdjustment?: string;
1892
1882
  /** ☆☆☆☆ Example: "Off" */
1893
1883
  ColorAdjustmentMode?: string;
1894
- /** ☆☆☆☆ ✔ Example: 257 */
1895
- ColorBW?: number;
1896
1884
  /** ☆☆☆☆ Example: 256 */
1897
1885
  ColorBalanceBlue?: number;
1898
1886
  /** ☆☆☆☆ Example: 65792 */
@@ -1903,6 +1891,8 @@ export interface MakerNotesTags {
1903
1891
  ColorBalanceVersion?: string;
1904
1892
  /** ☆☆☆☆ ✔ Example: 24 */
1905
1893
  ColorBitDepth?: number;
1894
+ /** ☆☆☆☆ ✔ Example: 257 */
1895
+ ColorBW?: number;
1906
1896
  /** ☆☆☆☆ ✔ Example: "Off" */
1907
1897
  ColorChromeEffect?: string;
1908
1898
  /** ☆☆☆☆ ✔ Example: "Off" */
@@ -1949,6 +1939,16 @@ export interface MakerNotesTags {
1949
1939
  ColorTempCustom?: number;
1950
1940
  /** ☆☆☆☆ ✔ Example: 6071 */
1951
1941
  ColorTempDaylight?: number;
1942
+ /** ★☆☆☆ ✔ Example: 9900 */
1943
+ ColorTemperature?: number;
1944
+ /** ☆☆☆☆ ✔ Example: 7820 */
1945
+ ColorTemperatureAuto?: number;
1946
+ /** ☆☆☆☆ ✔ Example: "6300 K" */
1947
+ ColorTemperatureCustom?: string;
1948
+ /** ☆☆☆☆ ✔ Example: "7200 K" */
1949
+ ColorTemperatureSet?: string;
1950
+ /** ☆☆☆☆ ✔ Example: "Temperature" */
1951
+ ColorTemperatureSetting?: string;
1952
1952
  /** ☆☆☆☆ ✔ Example: 9826 */
1953
1953
  ColorTempFlash?: number;
1954
1954
  /** ☆☆☆☆ ✔ Example: 4607 */
@@ -1961,16 +1961,6 @@ export interface MakerNotesTags {
1961
1961
  ColorTempShade?: number;
1962
1962
  /** ☆☆☆☆ ✔ Example: 3212 */
1963
1963
  ColorTempTungsten?: number;
1964
- /** ★☆☆☆ ✔ Example: 9900 */
1965
- ColorTemperature?: number;
1966
- /** ☆☆☆☆ ✔ Example: 7820 */
1967
- ColorTemperatureAuto?: number;
1968
- /** ☆☆☆☆ ✔ Example: "6300 K" */
1969
- ColorTemperatureCustom?: string;
1970
- /** ☆☆☆☆ ✔ Example: "7200 K" */
1971
- ColorTemperatureSet?: string;
1972
- /** ☆☆☆☆ ✔ Example: "Temperature" */
1973
- ColorTemperatureSetting?: string;
1974
1964
  /** ☆☆☆☆ Example: 5 */
1975
1965
  ColorTint?: number;
1976
1966
  /** ☆☆☆☆ ✔ Example: "Normal" */
@@ -2085,14 +2075,14 @@ export interface MakerNotesTags {
2085
2075
  ContrastStandard?: number;
2086
2076
  /** ☆☆☆☆ ✔ Example: "Shutter Speed" */
2087
2077
  ControlDialSet?: string;
2078
+ /** ☆☆☆☆ Example: 0 */
2079
+ ControllerBoardVersion?: number;
2088
2080
  /** ★★☆☆ ✔ Example: "n/a" */
2089
2081
  ControlMode?: string;
2090
2082
  /** ☆☆☆☆ ✔ Example: "High" */
2091
2083
  ControlRingResponse?: string;
2092
2084
  /** ☆☆☆☆ ✔ Example: "Normal" */
2093
2085
  ControlRingRotation?: string;
2094
- /** ☆☆☆☆ Example: 0 */
2095
- ControllerBoardVersion?: number;
2096
2086
  /** ☆☆☆☆ ✔ Example: "Unknown (0)" */
2097
2087
  ConversionLens?: string;
2098
2088
  /** ☆☆☆☆ ✔ Example: 0 */
@@ -2101,6 +2091,10 @@ export interface MakerNotesTags {
2101
2091
  CoringFilter?: number;
2102
2092
  /** ☆☆☆☆ Example: 6807 */
2103
2093
  CorrelatedColorTemp?: number;
2094
+ /** ☆☆☆☆ ✔ Example: "1.02.00.06" */
2095
+ CPUFirmwareVersion?: string;
2096
+ /** ☆☆☆☆ Example: "d, 2009:09:04 03:19:07" */
2097
+ CPUVersions?: string;
2104
2098
  /** ☆☆☆☆ ✔ Example: "Vivid" */
2105
2099
  CreativeStyle?: string;
2106
2100
  /** ☆☆☆☆ ✔ Example: "Standard" */
@@ -2115,12 +2109,6 @@ export interface MakerNotesTags {
2115
2109
  CropLeftMargin?: number;
2116
2110
  /** ☆☆☆☆ ✔ Example: "n/a" */
2117
2111
  CropMode?: string;
2118
- /** ☆☆☆☆ ✔ Example: 8240 */
2119
- CropRightMargin?: number;
2120
- /** ☆☆☆☆ ✔ Example: 8240 */
2121
- CropTopMargin?: number;
2122
- /** ☆☆☆☆ ✔ Example: 5184 */
2123
- CropWidth?: number;
2124
2112
  /** ☆☆☆☆ ✔ Example: 5792 */
2125
2113
  CroppedImageHeight?: number;
2126
2114
  /** ☆☆☆☆ ✔ Example: 3153968 */
@@ -2129,10 +2117,18 @@ export interface MakerNotesTags {
2129
2117
  CroppedImageTop?: number;
2130
2118
  /** ☆☆☆☆ ✔ Example: 8688 */
2131
2119
  CroppedImageWidth?: number;
2120
+ /** ☆☆☆☆ ✔ Example: 8240 */
2121
+ CropRightMargin?: number;
2122
+ /** ☆☆☆☆ ✔ Example: 8240 */
2123
+ CropTopMargin?: number;
2124
+ /** ☆☆☆☆ ✔ Example: 5184 */
2125
+ CropWidth?: number;
2132
2126
  /** ☆☆☆☆ Example: "Off" */
2133
2127
  CrossProcess?: string;
2134
2128
  /** ☆☆☆☆ ✔ Example: "20 0 19 2 0 65535 65535 65535 2 2 0 65535 65535 65535 18 … 4 5 31" */
2135
2129
  CustomControls?: string;
2130
+ /** ☆☆☆☆ ✔ Example: "0 0 1 30 31 0 0 0 0 0 0 2 30 31 0 0 0 0 0 0 5 30 31 0 0 0…1 1 1 0" */
2131
+ CustomizeDials?: string;
2136
2132
  /** ☆☆☆☆ ✔ Example: "P-STUDIO" */
2137
2133
  CustomPictureStyleFileName?: string;
2138
2134
  /** ☆☆☆☆ ✔ Example: "CS3 (min CS0, max CS4)" */
@@ -2151,17 +2147,9 @@ export interface MakerNotesTags {
2151
2147
  CustomWBRedLevel?: number;
2152
2148
  /** ☆☆☆☆ ✔ Example: "Setup" */
2153
2149
  CustomWBSetting?: string;
2154
- /** ☆☆☆☆ ✔ Example: "0 0 1 30 31 0 0 0 0 0 0 2 30 31 0 0 0 0 0 0 5 30 31 0 0 0…1 1 1 0" */
2155
- CustomizeDials?: string;
2156
- /** ☆☆☆☆ Example: "Unknown (27471)" */
2157
- DECPosition?: string;
2158
- /** ☆☆☆☆ ✔ Example: "100.00.00.00" */
2159
- DSPFirmwareVersion?: string;
2160
- /** ☆☆☆☆ ✔ Example: "Off" */
2161
- DXCropAlert?: string;
2162
2150
  /** ☆☆☆☆ ✔ Example: "Yes" */
2163
2151
  DarkFocusEnvironment?: string;
2164
- /** ★★☆☆ ✔ Example: "(Binary data 114 bytes, use -b option to extract)" */
2152
+ /** ★★☆☆ ✔ Example: "(Binary data 280 bytes, use -b option to extract)" */
2165
2153
  DataDump?: BinaryField | string;
2166
2154
  /** ☆☆☆☆ ✔ Example: 8289 */
2167
2155
  DataScaling?: number;
@@ -2179,6 +2167,8 @@ export interface MakerNotesTags {
2179
2167
  DateTimeUTC?: ExifDateTime | string;
2180
2168
  /** ☆☆☆☆ ✔ Example: "Yes" */
2181
2169
  DaylightSavings?: string;
2170
+ /** ☆☆☆☆ Example: "Unknown (27471)" */
2171
+ DECPosition?: string;
2182
2172
  /** ☆☆☆☆ ✔ Example: "Erase selected" */
2183
2173
  DefaultEraseOption?: string;
2184
2174
  /** ☆☆☆☆ ✔ Example: 3 */
@@ -2223,26 +2213,30 @@ export interface MakerNotesTags {
2223
2213
  DisplayAperture?: number;
2224
2214
  /** ☆☆☆☆ ✔ Example: "Off" */
2225
2215
  DistortionControl?: string;
2226
- /** ☆☆☆☆ ✔ Example: "88 0 -136 -288 -480 -696 -944 -1200 -1480 -1752 -2040 0 0 0 0 0" */
2227
- DistortionCorrParams?: string;
2228
- /** ☆☆☆☆ ✔ Example: "Unknown (0)" */
2229
- DistortionCorrParamsNumber?: string;
2230
- /** ☆☆☆☆ ✔ Example: "Yes" */
2231
- DistortionCorrParamsPresent?: string;
2232
2216
  /** ★☆☆☆ ✔ Example: "Unknown (60)" */
2233
2217
  DistortionCorrection?: string;
2234
2218
  /** ☆☆☆☆ ✔ Example: "n/a" */
2235
2219
  DistortionCorrectionSetting?: string;
2236
2220
  /** ☆☆☆☆ ✔ Example: 100 */
2237
2221
  DistortionCorrectionValue?: number;
2222
+ /** ☆☆☆☆ ✔ Example: "88 0 -136 -288 -480 -696 -944 -1200 -1480 -1752 -2040 0 0 0 0 0" */
2223
+ DistortionCorrParams?: string;
2224
+ /** ☆☆☆☆ ✔ Example: "Unknown (0)" */
2225
+ DistortionCorrParamsNumber?: string;
2226
+ /** ☆☆☆☆ ✔ Example: "Yes" */
2227
+ DistortionCorrParamsPresent?: string;
2238
2228
  /** ☆☆☆☆ ✔ Example: "Single Frame" */
2239
2229
  DriveModeSetting?: string;
2240
2230
  /** ☆☆☆☆ ✔ Example: "n/a" */
2241
2231
  DriveSpeed?: string;
2232
+ /** ☆☆☆☆ ✔ Example: "100.00.00.00" */
2233
+ DSPFirmwareVersion?: string;
2242
2234
  /** ☆☆☆☆ ✔ Example: "Off" */
2243
2235
  DualPixelRaw?: string;
2244
2236
  /** ☆☆☆☆ ✔ Example: "(Binary data 1024 bytes, use -b option to extract)" */
2245
2237
  DustRemovalData?: BinaryField | string;
2238
+ /** ☆☆☆☆ ✔ Example: "Off" */
2239
+ DXCropAlert?: string;
2246
2240
  /** ☆☆☆☆ ✔ Example: "9 Points" */
2247
2241
  DynamicAFArea?: string;
2248
2242
  /** ☆☆☆☆ ✔ Example: "On" */
@@ -2267,16 +2261,6 @@ export interface MakerNotesTags {
2267
2261
  DynamicRangeOptimizerSetting?: string;
2268
2262
  /** ☆☆☆☆ ✔ Example: "Manual" */
2269
2263
  DynamicRangeSetting?: string;
2270
- /** ☆☆☆☆ ✔ Example: "Evaluative" */
2271
- ETTLII?: string;
2272
- /** ☆☆☆☆ ✔ Example: "1/3 EV" */
2273
- EVStepSize?: string;
2274
- /** ☆☆☆☆ ✔ Example: "1/3 EV Steps" */
2275
- EVSteps?: string;
2276
- /** ☆☆☆☆ ✔ Example: "Manual" */
2277
- EXRAuto?: string;
2278
- /** ☆☆☆☆ ✔ Example: "HR (High Resolution)" */
2279
- EXRMode?: string;
2280
2264
  /** ☆☆☆☆ ✔ Example: "Off" */
2281
2265
  EasyExposureComp?: string;
2282
2266
  /** ☆☆☆☆ ✔ Example: "On" */
@@ -2303,22 +2287,26 @@ export interface MakerNotesTags {
2303
2287
  EpsonSoftware?: string;
2304
2288
  /** ☆☆☆☆ ✔ Example: "0100" */
2305
2289
  EquipmentVersion?: string;
2290
+ /** ☆☆☆☆ ✔ Example: "Evaluative" */
2291
+ ETTLII?: string;
2306
2292
  /** ☆☆☆☆ Example: 89 */
2307
2293
  EventNumber?: number;
2294
+ /** ☆☆☆☆ ✔ Example: "1/3 EV Steps" */
2295
+ EVSteps?: string;
2296
+ /** ☆☆☆☆ ✔ Example: "1/3 EV" */
2297
+ EVStepSize?: string;
2308
2298
  /** ☆☆☆☆ ✔ Example: "97.5 mm" */
2309
2299
  ExitPupilPosition?: string;
2300
+ /** ☆☆☆☆ ✔ Example: "Not Indicated" */
2301
+ ExposureBracketingIndicatorLast?: string;
2310
2302
  /** ☆☆☆☆ ✔ Example: 0 */
2311
2303
  ExposureBracketShotNumber?: number;
2312
2304
  /** ☆☆☆☆ ✔ Example: 0.5 */
2313
2305
  ExposureBracketStepSize?: number;
2314
2306
  /** ☆☆☆☆ ✔ Example: 0 */
2315
2307
  ExposureBracketValue?: number;
2316
- /** ☆☆☆☆ ✔ Example: "Not Indicated" */
2317
- ExposureBracketingIndicatorLast?: string;
2318
2308
  /** ☆☆☆☆ ✔ Example: "Enable" */
2319
2309
  ExposureCompAutoCancel?: string;
2320
- /** ☆☆☆☆ ✔ Example: "1/3 EV" */
2321
- ExposureCompStepSize?: string;
2322
2310
  /** ☆☆☆☆ ✔ Example: "Ambient and Flash" */
2323
2311
  ExposureCompensationMode?: string;
2324
2312
  /** ☆☆☆☆ ✔ Example: 0 */
@@ -2326,6 +2314,8 @@ export interface MakerNotesTags {
2326
2314
  /** ☆☆☆☆ ✔ Example: 0 */
2327
2315
  ExposureCompensationSetting?: number;
2328
2316
  /** ☆☆☆☆ ✔ Example: "1/3 EV" */
2317
+ ExposureCompStepSize?: string;
2318
+ /** ☆☆☆☆ ✔ Example: "1/3 EV" */
2329
2319
  ExposureControlStep?: string;
2330
2320
  /** ☆☆☆☆ ✔ Example: "1/3 EV" */
2331
2321
  ExposureControlStepSize?: string;
@@ -2349,6 +2339,10 @@ export interface MakerNotesTags {
2349
2339
  ExposureTuning?: number;
2350
2340
  /** ★☆☆☆ ✔ Example: "Good" */
2351
2341
  ExposureWarning?: string;
2342
+ /** ☆☆☆☆ ✔ Example: "Manual" */
2343
+ EXRAuto?: string;
2344
+ /** ☆☆☆☆ ✔ Example: "HR (High Resolution)" */
2345
+ EXRMode?: string;
2352
2346
  /** ☆☆☆☆ ✔ Example: "Off" */
2353
2347
  ExtendedMenuBanks?: string;
2354
2348
  /** ☆☆☆☆ ✔ Example: "Off" */
@@ -2375,10 +2369,10 @@ export interface MakerNotesTags {
2375
2369
  ExternalFlashFirmware?: string;
2376
2370
  /** ☆☆☆☆ ✔ Example: "(none)" */
2377
2371
  ExternalFlashFlags?: string;
2378
- /** ☆☆☆☆ ✔ Example: 0 */
2379
- ExternalFlashGValue?: number;
2380
2372
  /** ☆☆☆☆ ✔ Example: "n/a" */
2381
2373
  ExternalFlashGuideNumber?: string;
2374
+ /** ☆☆☆☆ ✔ Example: 0 */
2375
+ ExternalFlashGValue?: number;
2382
2376
  /** ☆☆☆☆ ✔ Example: 1 */
2383
2377
  ExternalFlashMode?: number;
2384
2378
  /** ☆☆☆☆ ✔ Example: "n/a" */
@@ -2397,8 +2391,6 @@ export interface MakerNotesTags {
2397
2391
  EyeDetection?: string;
2398
2392
  /** ☆☆☆☆ ✔ Example: "On" */
2399
2393
  EyeStartAF?: string;
2400
- /** ☆☆☆☆ ✔ Example: "Enable; 0; 8; 0" */
2401
- FEMicroadjustment?: string;
2402
2394
  /** ☆☆☆☆ ✔ Example: "Unknown (II*)" */
2403
2395
  FaceDetect?: string;
2404
2396
  /** ☆☆☆☆ ✔ Example: "(Binary data 383 bytes, use -b option to extract)" */
@@ -2425,14 +2417,16 @@ export interface MakerNotesTags {
2425
2417
  FacePosition?: string;
2426
2418
  /** ☆☆☆☆ ✔ Example: "918 1058 1959 2101" */
2427
2419
  FacePositions?: string;
2428
- /** ☆☆☆☆ ✔ Example: 35 */
2429
- FaceWidth?: number;
2430
2420
  /** ★★★☆ ✔ Example: 65535 */
2431
2421
  FacesDetected?: number;
2432
2422
  /** ☆☆☆☆ ✔ Example: 12336 */
2433
2423
  FacesRecognized?: number;
2424
+ /** ☆☆☆☆ ✔ Example: 35 */
2425
+ FaceWidth?: number;
2434
2426
  /** ☆☆☆☆ ✔ Example: 0 */
2435
2427
  Fade?: number;
2428
+ /** ☆☆☆☆ ✔ Example: "Enable; 0; 8; 0" */
2429
+ FEMicroadjustment?: string;
2436
2430
  /** ☆☆☆☆ ✔ Example: "X3F" */
2437
2431
  FileFormat?: string;
2438
2432
  /** ☆☆☆☆ ✔ Example: 9984 */
@@ -2659,6 +2653,8 @@ export interface MakerNotesTags {
2659
2653
  FocusHoldButton?: string;
2660
2654
  /** ☆☆☆☆ ✔ Example: "0100" */
2661
2655
  FocusInfoVersion?: string;
2656
+ /** ☆☆☆☆ ✔ Example: "Eh-A" */
2657
+ FocusingScreen?: string;
2662
2658
  /** ☆☆☆☆ ✔ Example: "9504 6336 6029 2587" */
2663
2659
  FocusLocation?: string;
2664
2660
  /** ☆☆☆☆ ✔ Example: "Yes" */
@@ -2719,8 +2715,6 @@ export interface MakerNotesTags {
2719
2715
  FocusTrackingLockOn?: string;
2720
2716
  /** ★☆☆☆ ✔ Example: "Out of focus" */
2721
2717
  FocusWarning?: string;
2722
- /** ☆☆☆☆ ✔ Example: "Eh-A" */
2723
- FocusingScreen?: string;
2724
2718
  /** ☆☆☆☆ Example: "Standard Form" */
2725
2719
  FolderName?: string;
2726
2720
  /** ☆☆☆☆ ✔ Example: 373 */
@@ -2755,14 +2749,14 @@ export interface MakerNotesTags {
2755
2749
  FuncButtonPlusDials?: string;
2756
2750
  /** ☆☆☆☆ ✔ Example: "ISO Display" */
2757
2751
  FunctionButton?: string;
2752
+ /** ☆☆☆☆ ✔ Example: 256 */
2753
+ GainBase?: number;
2758
2754
  /** ☆☆☆☆ Example: "4320x3240" */
2759
2755
  GEImageSize?: string;
2760
2756
  /** ☆☆☆☆ Example: "GEDSC DIGITAL CAMERA " */
2761
2757
  GEMake?: string;
2762
2758
  /** ☆☆☆☆ Example: "J1470S" */
2763
2759
  GEModel?: string;
2764
- /** ☆☆☆☆ ✔ Example: 256 */
2765
- GainBase?: number;
2766
2760
  /** ☆☆☆☆ Example: "1279,-900,0" */
2767
2761
  GimbalDegree?: string;
2768
2762
  /** ☆☆☆☆ ✔ Example: "n/a; User-Selected" */
@@ -2819,12 +2813,10 @@ export interface MakerNotesTags {
2819
2813
  HighFrameRate?: string;
2820
2814
  /** ★☆☆☆ ✔ Example: "n/a" */
2821
2815
  HighISONoiseReduction?: string;
2822
- /** ☆☆☆☆ Example: 4 */
2823
- HighLowKeyAdj?: number;
2824
- /** ☆☆☆☆ ✔ Example: "Off" */
2825
- HighSpeedSync?: string;
2826
2816
  /** ☆☆☆☆ Example: 0.1 */
2827
2817
  Highlight?: number;
2818
+ /** ☆☆☆☆ ✔ Example: 0 */
2819
+ Highlights?: number;
2828
2820
  /** ☆☆☆☆ ✔ Example: "0 0" */
2829
2821
  HighlightShadow?: string;
2830
2822
  /** ☆☆☆☆ ✔ Example: "0 (normal)" */
@@ -2833,8 +2825,10 @@ export interface MakerNotesTags {
2833
2825
  HighlightTonePriority?: string;
2834
2826
  /** ☆☆☆☆ ✔ Example: "Yes" */
2835
2827
  HighlightWarning?: string;
2836
- /** ☆☆☆☆Example: 0 */
2837
- Highlights?: number;
2828
+ /** ☆☆☆☆ Example: 4 */
2829
+ HighLowKeyAdj?: number;
2830
+ /** ☆☆☆☆ ✔ Example: "Off" */
2831
+ HighSpeedSync?: string;
2838
2832
  /** ☆☆☆☆ Example: "disable, " */
2839
2833
  Histogram?: string;
2840
2834
  /** ☆☆☆☆ ✔ Example: "ndon" */
@@ -2855,46 +2849,6 @@ export interface MakerNotesTags {
2855
2849
  HueAdjustment?: string;
2856
2850
  /** ☆☆☆☆ Example: "(Binary data 8 bytes, use -b option to extract)" */
2857
2851
  HyperlapsDebugInfo?: BinaryField | string;
2858
- /** ☆☆☆☆ ✔ Example: 800 */
2859
- ISO2?: number;
2860
- /** ☆☆☆☆ Example: "On" */
2861
- ISOAuto?: string;
2862
- /** ☆☆☆☆ ✔ Example: "Same As Without Flash" */
2863
- ISOAutoFlashLimit?: string;
2864
- /** ☆☆☆☆ ✔ Example: "Unknown (0x6)" */
2865
- ISOAutoHiLimit?: string;
2866
- /** ☆☆☆☆ ✔ Example: 800 */
2867
- ISOAutoMax?: number;
2868
- /** ☆☆☆☆ ✔ Example: 80 */
2869
- ISOAutoMin?: number;
2870
- /** ☆☆☆☆ Example: "Shutter Speed Control; 1/32" */
2871
- ISOAutoMinSpeed?: string;
2872
- /** ☆☆☆☆ ✔ Example: "Auto (Faster)" */
2873
- ISOAutoShutterTime?: string;
2874
- /** ☆☆☆☆ ✔ Example: "Show Frame Count" */
2875
- ISODisplay?: string;
2876
- /** ☆☆☆☆ ✔ Example: "On" */
2877
- ISOExpansion?: string;
2878
- /** ☆☆☆☆ ✔ Example: 800 */
2879
- ISOFloor?: number;
2880
- /** ☆☆☆☆ Example: "Auto" */
2881
- ISOSelected?: string;
2882
- /** ☆☆☆☆ ✔ Example: "Manual" */
2883
- ISOSelection?: string;
2884
- /** ☆☆☆☆ ✔ Example: "1/3 EV" */
2885
- ISOSensitivityStep?: string;
2886
- /** ☆☆☆☆ ✔ Example: 90 */
2887
- ISOSetting?: number;
2888
- /** ☆☆☆☆ ✔ Example: "Yes" */
2889
- ISOSpeedExpansion?: string;
2890
- /** ☆☆☆☆ ✔ Example: "1/3 Stop" */
2891
- ISOSpeedIncrements?: string;
2892
- /** ☆☆☆☆ ✔ Example: "Enable; Max 3200; Min 1" */
2893
- ISOSpeedRange?: string;
2894
- /** ☆☆☆☆ ✔ Example: "1/3 EV" */
2895
- ISOStepSize?: string;
2896
- /** ☆☆☆☆ ✔ Example: 79.44 */
2897
- ISOValue?: number;
2898
2852
  /** ☆☆☆☆ ✔ Example: "Off" */
2899
2853
  Illumination?: string;
2900
2854
  /** ☆☆☆☆ ✔ Example: "Normal" */
@@ -3005,10 +2959,50 @@ export interface MakerNotesTags {
3005
2959
  IntervalNumber?: number;
3006
2960
  /** ☆☆☆☆ ✔ Example: "Off" */
3007
2961
  IntervalPriority?: string;
3008
- /** ☆☆☆☆ ✔ Example: "Off" */
3009
- IntervalShooting?: string;
3010
2962
  /** ☆☆☆☆ ✔ Example: 1 */
3011
2963
  Intervals?: number;
2964
+ /** ☆☆☆☆ ✔ Example: "Off" */
2965
+ IntervalShooting?: string;
2966
+ /** ☆☆☆☆ ✔ Example: 800 */
2967
+ ISO2?: number;
2968
+ /** ☆☆☆☆ Example: "On" */
2969
+ ISOAuto?: string;
2970
+ /** ☆☆☆☆ ✔ Example: "Same As Without Flash" */
2971
+ ISOAutoFlashLimit?: string;
2972
+ /** ☆☆☆☆ ✔ Example: "Unknown (0x6)" */
2973
+ ISOAutoHiLimit?: string;
2974
+ /** ☆☆☆☆ ✔ Example: 800 */
2975
+ ISOAutoMax?: number;
2976
+ /** ☆☆☆☆ ✔ Example: 80 */
2977
+ ISOAutoMin?: number;
2978
+ /** ☆☆☆☆ Example: "Shutter Speed Control; 1/32" */
2979
+ ISOAutoMinSpeed?: string;
2980
+ /** ☆☆☆☆ ✔ Example: "Auto (Faster)" */
2981
+ ISOAutoShutterTime?: string;
2982
+ /** ☆☆☆☆ ✔ Example: "Show Frame Count" */
2983
+ ISODisplay?: string;
2984
+ /** ☆☆☆☆ ✔ Example: "On" */
2985
+ ISOExpansion?: string;
2986
+ /** ☆☆☆☆ ✔ Example: 800 */
2987
+ ISOFloor?: number;
2988
+ /** ☆☆☆☆ Example: "Auto" */
2989
+ ISOSelected?: string;
2990
+ /** ☆☆☆☆ ✔ Example: "Manual" */
2991
+ ISOSelection?: string;
2992
+ /** ☆☆☆☆ ✔ Example: "1/3 EV" */
2993
+ ISOSensitivityStep?: string;
2994
+ /** ☆☆☆☆ ✔ Example: 90 */
2995
+ ISOSetting?: number;
2996
+ /** ☆☆☆☆ ✔ Example: "Yes" */
2997
+ ISOSpeedExpansion?: string;
2998
+ /** ☆☆☆☆ ✔ Example: "1/3 Stop" */
2999
+ ISOSpeedIncrements?: string;
3000
+ /** ☆☆☆☆ ✔ Example: "Enable; Max 3200; Min 1" */
3001
+ ISOSpeedRange?: string;
3002
+ /** ☆☆☆☆ ✔ Example: "1/3 EV" */
3003
+ ISOStepSize?: string;
3004
+ /** ☆☆☆☆ ✔ Example: 79.44 */
3005
+ ISOValue?: number;
3012
3006
  /** ☆☆☆☆ ✔ Example: "n/a (Movie)" */
3013
3007
  JPEGQuality?: string;
3014
3008
  /** ☆☆☆☆ ✔ Example: "Size Priority" */
@@ -3037,6 +3031,12 @@ export interface MakerNotesTags {
3037
3031
  KodakModel?: string;
3038
3032
  /** ☆☆☆☆ Example: "1.0.0.0" */
3039
3033
  KodakVersion?: string;
3034
+ /** ☆☆☆☆ ✔ Example: "English" */
3035
+ Language?: string;
3036
+ /** ☆☆☆☆ Example: 92 */
3037
+ LastFileNumber?: number;
3038
+ /** ☆☆☆☆ ✔ Example: "n/a" */
3039
+ LateralChromaticAberration?: string;
3040
3040
  /** ☆☆☆☆ ✔ Example: "Retain power off status" */
3041
3041
  LCDDisplayAtPowerOn?: string;
3042
3042
  /** ☆☆☆☆ ✔ Example: "With Shutter Button only" */
@@ -3047,17 +3047,9 @@ export interface MakerNotesTags {
3047
3047
  LCDIlluminationDuringBulb?: string;
3048
3048
  /** ☆☆☆☆ ✔ Example: "Remain. shots/File no." */
3049
3049
  LCDPanels?: string;
3050
- /** ☆☆☆☆ ✔ Example: "Masked" */
3051
- LVShootingAreaDisplay?: string;
3052
- /** ☆☆☆☆ ✔ Example: "English" */
3053
- Language?: string;
3054
- /** ☆☆☆☆ Example: 92 */
3055
- LastFileNumber?: number;
3056
- /** ☆☆☆☆ ✔ Example: "n/a" */
3057
- LateralChromaticAberration?: string;
3058
3050
  /** ☆☆☆☆ Example: "4.0 to 22" */
3059
3051
  LensApertureRange?: string;
3060
- /** ☆☆☆☆ ✔ Example: "Aperture" */
3052
+ /** ☆☆☆☆ ✔ Example: "None (Disabled)" */
3061
3053
  LensControlRing?: string;
3062
3054
  /** ☆☆☆☆ ✔ Example: "0802" */
3063
3055
  LensDataVersion?: string;
@@ -3067,8 +3059,6 @@ export interface MakerNotesTags {
3067
3059
  LensDriveNoAF?: string;
3068
3060
  /** ☆☆☆☆ ✔ Example: "Continue Focus Search" */
3069
3061
  LensDriveWhenAFImpossible?: string;
3070
- /** ☆☆☆☆ ✔ Example: 8.67 */
3071
- LensFStops?: number;
3072
3062
  /** ☆☆☆☆ Example: "RL8 :V01390000 " */
3073
3063
  LensFirmware?: string;
3074
3064
  /** ☆☆☆☆ ✔ Example: "Ver.04.000" */
@@ -3081,6 +3071,8 @@ export interface MakerNotesTags {
3081
3071
  LensFocusFunctionButtons?: string;
3082
3072
  /** ☆☆☆☆ ✔ Example: "Unknown (72)" */
3083
3073
  LensFormat?: string;
3074
+ /** ☆☆☆☆ ✔ Example: 8.67 */
3075
+ LensFStops?: number;
3084
3076
  /** ☆☆☆☆ ✔ Example: "AE/AF Lock" */
3085
3077
  LensFunc1Button?: string;
3086
3078
  /** ☆☆☆☆ ✔ Example: "AF-On" */
@@ -3093,7 +3085,7 @@ export interface MakerNotesTags {
3093
3085
  LensModulationOptimizer?: string;
3094
3086
  /** ☆☆☆☆ ✔ Example: "Unknown (74)" */
3095
3087
  LensMount?: string;
3096
- /** ☆☆☆☆ ✔ Example: "Z-mount Lens" */
3088
+ /** ☆☆☆☆ ✔ Example: "Z-mount" */
3097
3089
  LensMountType?: string;
3098
3090
  /** ☆☆☆☆ ✔ Example: 91 */
3099
3091
  LensPositionAbsolute?: number;
@@ -3127,6 +3119,8 @@ export interface MakerNotesTags {
3127
3119
  LevelOrientation?: string;
3128
3120
  /** ☆☆☆☆ ✔ Example: 1 */
3129
3121
  LightCondition?: number;
3122
+ /** ☆☆☆☆ Example: "Shadow Enhance Low" */
3123
+ LightingMode?: string;
3130
3124
  /** ☆☆☆☆ Example: 8 */
3131
3125
  LightReading?: number;
3132
3126
  /** ☆☆☆☆ Example: "Unknown (512)" */
@@ -3137,8 +3131,6 @@ export interface MakerNotesTags {
3137
3131
  LightValueCenter?: number;
3138
3132
  /** ☆☆☆☆ ✔ Example: 7.796875 */
3139
3133
  LightValuePeriphery?: number;
3140
- /** ☆☆☆☆ Example: "Shadow Enhance Low" */
3141
- LightingMode?: string;
3142
3134
  /** ☆☆☆☆ ✔ Example: "No Restrictions" */
3143
3135
  LimitAFAreaModeSelection?: string;
3144
3136
  /** ☆☆☆☆ ✔ Example: 12735 */
@@ -3179,22 +3171,20 @@ export interface MakerNotesTags {
3179
3171
  LocationName?: string;
3180
3172
  /** ☆☆☆☆ ✔ Example: "Protect (hold:record memo); 31" */
3181
3173
  LockMicrophoneButton?: string;
3182
- /** ☆☆☆☆ ✔ Example: "Yes" */
3183
- LongExposureNRUsed?: string;
3184
3174
  /** ★☆☆☆ ✔ Example: "n/a" */
3185
3175
  LongExposureNoiseReduction?: string;
3176
+ /** ☆☆☆☆ ✔ Example: "Yes" */
3177
+ LongExposureNRUsed?: string;
3186
3178
  /** ☆☆☆☆ ✔ Example: "On" */
3187
3179
  LowLightAF?: string;
3188
3180
  /** ☆☆☆☆ ✔ Example: 0.014752804 */
3189
3181
  LuminanceNoiseAmplitude?: number;
3190
3182
  /** ☆☆☆☆ Example: "+0.500" */
3191
3183
  LuminanceNoiseReduction?: string;
3184
+ /** ☆☆☆☆ ✔ Example: "Masked" */
3185
+ LVShootingAreaDisplay?: string;
3192
3186
  /** ☆☆☆☆ Example: 0 */
3193
3187
  M16CVersion?: number;
3194
- /** ☆☆☆☆ ✔ Example: "Bulgaria (284)" */
3195
- MCCData?: string;
3196
- /** ☆☆☆☆ ✔ Example: 99 */
3197
- MCUVersion?: number;
3198
3188
  /** ★★☆☆ ✔ Example: "Unknown (3)" */
3199
3189
  Macro?: string;
3200
3190
  /** ☆☆☆☆ ✔ Example: "Off" */
@@ -3217,10 +3207,10 @@ export interface MakerNotesTags {
3217
3207
  ManometerPressure?: string;
3218
3208
  /** ☆☆☆☆ ✔ Example: "400 m, 1320 ft" */
3219
3209
  ManometerReading?: string;
3220
- /** ☆☆☆☆ ✔ Example: "Stops at AF Area Edges" */
3221
- ManualAFPointSelPattern?: string;
3222
3210
  /** ☆☆☆☆ ✔ Example: "Stops at AF area edges" */
3223
3211
  ManualAFPointSelectPattern?: string;
3212
+ /** ☆☆☆☆ ✔ Example: "Stops at AF Area Edges" */
3213
+ ManualAFPointSelPattern?: string;
3224
3214
  /** ☆☆☆☆ ✔ Example: "On (1/64 strength)" */
3225
3215
  ManualFlash?: string;
3226
3216
  /** ★★☆☆ ✔ Example: "n/a" */
@@ -3253,6 +3243,10 @@ export interface MakerNotesTags {
3253
3243
  MaxFaces?: string;
3254
3244
  /** ★★☆☆ ✔ Example: "96.2 mm" */
3255
3245
  MaxFocalLength?: string;
3246
+ /** ☆☆☆☆ ✔ Example: "Bulgaria (284)" */
3247
+ MCCData?: string;
3248
+ /** ☆☆☆☆ ✔ Example: 99 */
3249
+ MCUVersion?: number;
3256
3250
  /** ★★☆☆ ✔ Example: 9.97 */
3257
3251
  MeasuredEV?: number;
3258
3252
  /** ☆☆☆☆ ✔ Example: 9.375 */
@@ -3279,14 +3273,14 @@ export interface MakerNotesTags {
3279
3273
  MergedImages?: number;
3280
3274
  /** ☆☆☆☆ ✔ Example: "THm211000000000" */
3281
3275
  MetaVersion?: string;
3282
- /** ☆☆☆☆ Example: "Matrix metering" */
3283
- MeterMode?: string;
3284
3276
  /** ☆☆☆☆ ✔ Example: "Matrix" */
3285
3277
  Metering?: string;
3286
3278
  /** ☆☆☆☆ ✔ Example: "Within Range" */
3287
3279
  MeteringOffScaleIndicator?: string;
3288
3280
  /** ☆☆☆☆ ✔ Example: "8 s" */
3289
3281
  MeteringTime?: string;
3282
+ /** ☆☆☆☆ Example: "Matrix metering" */
3283
+ MeterMode?: string;
3290
3284
  /** ☆☆☆☆ ✔ Example: "n/a" */
3291
3285
  MidRangeSharpness?: string;
3292
3286
  /** ★★☆☆ ✔ Example: 9.8 */
@@ -3319,10 +3313,10 @@ export interface MakerNotesTags {
3319
3313
  MirrorLockup?: string;
3320
3314
  /** ☆☆☆☆ ✔ Example: "Manual" */
3321
3315
  ModeDialPosition?: string;
3322
- /** ☆☆☆☆ ✔ Example: 2018 */
3323
- ModelReleaseYear?: number;
3324
3316
  /** ☆☆☆☆ ✔ Example: "On" */
3325
3317
  ModelingFlash?: string;
3318
+ /** ☆☆☆☆ ✔ Example: 2018 */
3319
+ ModelReleaseYear?: number;
3326
3320
  /** ☆☆☆☆ ✔ Example: 0 */
3327
3321
  ModifiedColorTemp?: number;
3328
3322
  /** ☆☆☆☆ ✔ Example: 0 */
@@ -3411,6 +3405,8 @@ export interface MakerNotesTags {
3411
3405
  MovieSubSelectorAssignment?: string;
3412
3406
  /** ☆☆☆☆ ✔ Example: "None" */
3413
3407
  MovieSubSelectorAssignmentPlusDials?: string;
3408
+ /** ☆☆☆☆ ✔ Example: "H.265 10-bit (MOV)" */
3409
+ MovieType?: string;
3414
3410
  /** ☆☆☆☆ ✔ Example: "Yes" */
3415
3411
  MovieWhiteBalanceSameAsPhoto?: string;
3416
3412
  /** ☆☆☆☆ ✔ Example: "Off" */
@@ -3429,12 +3425,16 @@ export interface MakerNotesTags {
3429
3425
  MultiExposureShots?: number;
3430
3426
  /** ☆☆☆☆ ✔ Example: "0103" */
3431
3427
  MultiExposureVersion?: string;
3432
- /** ☆☆☆☆ ✔ Example: "Normal" */
3433
- MultiFrameNREffect?: string;
3434
3428
  /** ☆☆☆☆ ✔ Example: "n/a" */
3435
3429
  MultiFrameNoiseReduction?: string;
3430
+ /** ☆☆☆☆ ✔ Example: "Normal" */
3431
+ MultiFrameNREffect?: string;
3436
3432
  /** ☆☆☆☆ ✔ Example: "On (quick control dial)" */
3437
3433
  MultiFunctionLock?: string;
3434
+ /** ☆☆☆☆ ✔ Example: "On (2 frames); 1" */
3435
+ MultipleExposureMode?: string;
3436
+ /** ☆☆☆☆ ✔ Example: "Unknown (15)" */
3437
+ MultipleExposureSet?: string;
3438
3438
  /** ☆☆☆☆ ✔ Example: "Reset Meter-off Delay" */
3439
3439
  MultiSelector?: string;
3440
3440
  /** ☆☆☆☆ ✔ Example: "Start Movie Recording" */
@@ -3443,10 +3443,6 @@ export interface MakerNotesTags {
3443
3443
  MultiSelectorPlaybackMode?: string;
3444
3444
  /** ☆☆☆☆ ✔ Example: "Select Center Focus Point (Reset)" */
3445
3445
  MultiSelectorShootMode?: string;
3446
- /** ☆☆☆☆ ✔ Example: "On (2 frames); 1" */
3447
- MultipleExposureMode?: string;
3448
- /** ☆☆☆☆ ✔ Example: "Unknown (15)" */
3449
- MultipleExposureSet?: string;
3450
3446
  /** ★☆☆☆ ✔ Example: "Vivid" */
3451
3447
  MyColorMode?: string;
3452
3448
  /** ★★☆☆ ✔ Example: "n/a" */
@@ -3465,34 +3461,34 @@ export interface MakerNotesTags {
3465
3461
  NikonImageSize?: string;
3466
3462
  /** ☆☆☆☆ ✔ Example: "Matrix" */
3467
3463
  NikonMeteringMode?: string;
3468
- /** ☆☆☆☆ ✔ Example: "Release Locked" */
3469
- NoMemoryCard?: string;
3470
3464
  /** ☆☆☆☆ ✔ Example: "n/a" */
3471
3465
  NoiseFilter?: string;
3472
3466
  /** ★★☆☆ ✔ Example: "[4]" */
3473
3467
  NoiseReduction?: string;
3474
3468
  /** ☆☆☆☆ ✔ Example: 0 */
3475
3469
  NoiseReductionStrength?: number;
3470
+ /** ☆☆☆☆ ✔ Example: "Release Locked" */
3471
+ NoMemoryCard?: string;
3476
3472
  /** ☆☆☆☆ ✔ Example: 5.7 */
3477
3473
  NominalMaxAperture?: number;
3478
3474
  /** ☆☆☆☆ ✔ Example: 7 */
3479
3475
  NominalMinAperture?: number;
3480
3476
  /** ☆☆☆☆ ✔ Example: 16383 */
3481
3477
  NormalWhiteLevel?: number;
3482
- /** ☆☆☆☆ ✔ Example: 3 */
3483
- NumFaceElements?: number;
3484
- /** ☆☆☆☆ ✔ Example: 65535 */
3485
- NumFacePositions?: number;
3486
3478
  /** ☆☆☆☆ ✔ Example: "55 Points" */
3487
3479
  NumberOfFocusPoints?: string;
3488
3480
  /** ☆☆☆☆ ✔ Example: 32 */
3489
3481
  NumberOffsets?: number;
3482
+ /** ☆☆☆☆ ✔ Example: 3 */
3483
+ NumFaceElements?: number;
3484
+ /** ☆☆☆☆ ✔ Example: 65535 */
3485
+ NumFacePositions?: number;
3486
+ /** ☆☆☆☆ Example: "inf" */
3487
+ ObjectDistance?: string;
3490
3488
  /** ☆☆☆☆ ✔ Example: 5 */
3491
3489
  OISMode?: number;
3492
3490
  /** ☆☆☆☆ ✔ Example: "Select Center Focus Point" */
3493
3491
  OKButton?: string;
3494
- /** ☆☆☆☆ Example: "inf" */
3495
- ObjectDistance?: string;
3496
3492
  /** ☆☆☆☆ ✔ Example: 960 */
3497
3493
  OlympusImageHeight?: number;
3498
3494
  /** ☆☆☆☆ ✔ Example: 3648 */
@@ -3529,8 +3525,6 @@ export interface MakerNotesTags {
3529
3525
  OutputLUT?: BinaryField | string;
3530
3526
  /** ★★☆☆ ✔ Example: "Itsa Myowna" */
3531
3527
  OwnerName?: string;
3532
- /** ☆☆☆☆ ✔ Example: 3 */
3533
- POILevel?: number;
3534
3528
  /** ☆☆☆☆ ✔ Example: "Off" */
3535
3529
  PaintingFilter?: string;
3536
3530
  /** ☆☆☆☆ ✔ Example: "2023:01:19 22:32:42.04" */
@@ -3595,14 +3589,14 @@ export interface MakerNotesTags {
3595
3589
  PhotoIdentifier?: string;
3596
3590
  /** ☆☆☆☆ ✔ Example: "Info Up-down, Playback Left-right" */
3597
3591
  PhotoInfoPlayback?: string;
3592
+ /** ☆☆☆☆ ✔ Example: 1 */
3593
+ PhotosAppFeatureFlags?: number;
3598
3594
  /** ☆☆☆☆ ✔ Example: "A" */
3599
3595
  PhotoShootingMenuBank?: string;
3600
3596
  /** ☆☆☆☆ ✔ Example: "FX (36x24)" */
3601
3597
  PhotoShootingMenuBankImageArea?: string;
3602
3598
  /** ☆☆☆☆ ✔ Example: "Vivid" */
3603
3599
  PhotoStyle?: string;
3604
- /** ☆☆☆☆ ✔ Example: 1 */
3605
- PhotosAppFeatureFlags?: number;
3606
3600
  /** ☆☆☆☆ ✔ Example: "Quick Adjust" */
3607
3601
  PictureControlAdjust?: string;
3608
3602
  /** ☆☆☆☆ ✔ Example: "Vivid" */
@@ -3649,14 +3643,18 @@ export interface MakerNotesTags {
3649
3643
  PixelShiftInfo?: string;
3650
3644
  /** ☆☆☆☆ Example: "On" */
3651
3645
  PixelShiftResolution?: string;
3652
- /** ☆☆☆☆ ✔ Example: "Auto Rotate" */
3653
- PlayDisplay?: string;
3646
+ /** ☆☆☆☆ ✔ Example: "Off" */
3647
+ PixelShiftShooting?: string;
3654
3648
  /** ☆☆☆☆ ✔ Example: "5 min" */
3655
3649
  PlaybackMenusTime?: string;
3656
3650
  /** ☆☆☆☆ ✔ Example: "20 s" */
3657
3651
  PlaybackMonitorOffTime?: string;
3658
3652
  /** ☆☆☆☆ ✔ Example: "Use Separate Zoom Buttons" */
3659
3653
  PlaybackZoom?: string;
3654
+ /** ☆☆☆☆ ✔ Example: "Auto Rotate" */
3655
+ PlayDisplay?: string;
3656
+ /** ☆☆☆☆ ✔ Example: 3 */
3657
+ POILevel?: number;
3660
3658
  /** ☆☆☆☆ Example: "Off" */
3661
3659
  PopupFlash?: string;
3662
3660
  /** ☆☆☆☆ ✔ Example: "Off" */
@@ -3719,14 +3717,6 @@ export interface MakerNotesTags {
3719
3717
  QuickControlDialInMeter?: string;
3720
3718
  /** ☆☆☆☆ Example: "Off" */
3721
3719
  QuickShot?: string;
3722
- /** ☆☆☆☆ ✔ Example: "n/a" */
3723
- RAWFileType?: string;
3724
- /** ☆☆☆☆ ✔ Example: "Varies With Rotation Speed" */
3725
- RFLensMFFocusRingSensitivity?: string;
3726
- /** ☆☆☆☆ ✔ Example: "n/a" */
3727
- RFLensType?: string;
3728
- /** ☆☆☆☆ ✔ Example: "USA" */
3729
- ROMOperationMode?: string;
3730
3720
  /** ☆☆☆☆ ✔ Example: "Off" */
3731
3721
  RangeFinder?: string;
3732
3722
  /** ☆☆☆☆ ✔ Example: "RAW+Small/Normal" */
@@ -3747,6 +3737,8 @@ export interface MakerNotesTags {
3747
3737
  RawDevContrastValue?: string;
3748
3738
  /** ☆☆☆☆ ✔ Example: "Original" */
3749
3739
  RawDevEditStatus?: string;
3740
+ /** ☆☆☆☆ Example: "9 (Q)" */
3741
+ RawDevelopmentProcess?: string;
3750
3742
  /** ☆☆☆☆ ✔ Example: "Unknown (2)" */
3751
3743
  RawDevEngine?: string;
3752
3744
  /** ☆☆☆☆ ✔ Example: 0 */
@@ -3759,6 +3751,8 @@ export interface MakerNotesTags {
3759
3751
  RawDevMemoryColorEmphasis?: number;
3760
3752
  /** ☆☆☆☆ ✔ Example: "Noise Filter" */
3761
3753
  RawDevNoiseReduction?: string;
3754
+ /** ☆☆☆☆ ✔ Example: "Natural" */
3755
+ RawDevPictureMode?: string;
3762
3756
  /** ☆☆☆☆ ✔ Example: "0 -2 2" */
3763
3757
  RawDevPMContrast?: string;
3764
3758
  /** ☆☆☆☆ ✔ Example: "2 0 -2 1" */
@@ -3769,8 +3763,6 @@ export interface MakerNotesTags {
3769
3763
  RawDevPMSaturation?: string;
3770
3764
  /** ☆☆☆☆ ✔ Example: "0 -2 2" */
3771
3765
  RawDevPMSharpness?: string;
3772
- /** ☆☆☆☆ ✔ Example: "Natural" */
3773
- RawDevPictureMode?: string;
3774
3766
  /** ☆☆☆☆ ✔ Example: "0 0 0" */
3775
3767
  RawDevSaturationEmphasis?: string;
3776
3768
  /** ☆☆☆☆ ✔ Example: "(none)" */
@@ -3785,8 +3777,8 @@ export interface MakerNotesTags {
3785
3777
  RawDevWhiteBalance?: string;
3786
3778
  /** ☆☆☆☆ ✔ Example: 0 */
3787
3779
  RawDevWhiteBalanceValue?: number;
3788
- /** ☆☆☆☆ Example: "9 (Q)" */
3789
- RawDevelopmentProcess?: string;
3780
+ /** ☆☆☆☆Example: "n/a" */
3781
+ RAWFileType?: string;
3790
3782
  /** ☆☆☆☆ ✔ Example: "3712 2462" */
3791
3783
  RawImageCenter?: string;
3792
3784
  /** ☆☆☆☆ ✔ Example: 3296 */
@@ -3805,14 +3797,14 @@ export interface MakerNotesTags {
3805
3797
  RecordDisplay?: string;
3806
3798
  /** ☆☆☆☆ ✔ Example: 58 */
3807
3799
  RecordID?: number;
3808
- /** ★★☆☆ ✔ Example: "TIF+JPEG" */
3809
- RecordMode?: string;
3810
- /** ☆☆☆☆ Example: "Record while down" */
3811
- RecordShutterRelease?: string;
3812
3800
  /** ☆☆☆☆ Example: "JPEG" */
3813
3801
  RecordingFormat?: string;
3814
3802
  /** ☆☆☆☆ Example: "Auto" */
3815
3803
  RecordingMode?: string;
3804
+ /** ★★☆☆ ✔ Example: "TIF+JPEG" */
3805
+ RecordMode?: string;
3806
+ /** ☆☆☆☆ Example: "Record while down" */
3807
+ RecordShutterRelease?: string;
3816
3808
  /** ☆☆☆☆ ✔ Example: "On" */
3817
3809
  RedEyeRemoval?: string;
3818
3810
  /** ☆☆☆☆ Example: "8D" */
@@ -3855,6 +3847,10 @@ export interface MakerNotesTags {
3855
3847
  ReverseIndicators?: string;
3856
3848
  /** ☆☆☆☆ ✔ Example: "No" */
3857
3849
  ReverseShutterSpeedAperture?: string;
3850
+ /** ☆☆☆☆ ✔ Example: "Varies With Rotation Speed" */
3851
+ RFLensMFFocusRingSensitivity?: string;
3852
+ /** ☆☆☆☆ ✔ Example: "n/a" */
3853
+ RFLensType?: string;
3858
3854
  /** ☆☆☆☆ Example: "2012:03:29 18:17:52" */
3859
3855
  RicohDate?: ExifDateTime | string;
3860
3856
  /** ☆☆☆☆ Example: 960 */
@@ -3869,6 +3865,8 @@ export interface MakerNotesTags {
3869
3865
  Roll?: number;
3870
3866
  /** ☆☆☆☆ ✔ Example: 90 */
3871
3867
  RollAngle?: number;
3868
+ /** ☆☆☆☆ ✔ Example: "USA" */
3869
+ ROMOperationMode?: string;
3872
3870
  /** ☆☆☆☆ ✔ Example: 0 */
3873
3871
  RunTimeEpoch?: number;
3874
3872
  /** ☆☆☆☆ ✔ Example: "Valid" */
@@ -3877,16 +3875,6 @@ export interface MakerNotesTags {
3877
3875
  RunTimeScale?: number;
3878
3876
  /** ☆☆☆☆ ✔ Example: 987823130000000 */
3879
3877
  RunTimeValue?: number;
3880
- /** ☆☆☆☆ ✔ Example: "sRAW2 (sRAW)" */
3881
- SRAWQuality?: string;
3882
- /** ☆☆☆☆ ✔ Example: "Yes" */
3883
- SRActive?: string;
3884
- /** ☆☆☆☆ ✔ Example: "97 mm" */
3885
- SRFocalLength?: string;
3886
- /** ☆☆☆☆ ✔ Example: "4.25 s or longer" */
3887
- SRHalfPressTime?: string;
3888
- /** ☆☆☆☆ ✔ Example: "Stabilized, Not ready" */
3889
- SRResult?: string;
3890
3878
  /** ☆☆☆☆ ✔ Example: "Enable (Tv/Av)" */
3891
3879
  SafetyShift?: string;
3892
3880
  /** ☆☆☆☆ ✔ Example: "Enable" */
@@ -3935,12 +3923,12 @@ export interface MakerNotesTags {
3935
3923
  ScreenTips?: string;
3936
3924
  /** ☆☆☆☆ ✔ Example: "Unknown (1)" */
3937
3925
  SecondarySlotFunction?: string;
3938
- /** ☆☆☆☆ ✔ Example: "Unknown (87)" */
3939
- SelectAFAreaSelectMode?: string;
3940
- /** ☆☆☆☆ ✔ Example: "Single-point AF, Auto, Zone AF, Spot AF, [6], [8], [9], […], [14]" */
3941
- SelectAFAreaSelectionMode?: string;
3942
3926
  /** ☆☆☆☆ ✔ Example: "45 points" */
3943
3927
  SelectableAFPoint?: string;
3928
+ /** ☆☆☆☆ ✔ Example: "Single-point AF, Auto, Zone AF, Spot AF, [6], [8], [9], […], [14]" */
3929
+ SelectAFAreaSelectionMode?: string;
3930
+ /** ☆☆☆☆ ✔ Example: "Unknown (87)" */
3931
+ SelectAFAreaSelectMode?: string;
3944
3932
  /** ★★☆☆ ✔ Example: "Self-timer 5 or 10 s" */
3945
3933
  SelfTimer?: string;
3946
3934
  /** ☆☆☆☆ ✔ Example: "0.5 s" */
@@ -4029,10 +4017,10 @@ export interface MakerNotesTags {
4029
4017
  Shadow?: number;
4030
4018
  /** ☆☆☆☆ Example: "On" */
4031
4019
  ShadowCorrection?: string;
4032
- /** ☆☆☆☆ ✔ Example: "0 (normal)" */
4033
- ShadowTone?: string;
4034
4020
  /** ☆☆☆☆ ✔ Example: 0 */
4035
4021
  Shadows?: number;
4022
+ /** ☆☆☆☆ ✔ Example: "0 (normal)" */
4023
+ ShadowTone?: string;
4036
4024
  /** ☆☆☆☆ ✔ Example: "On but Disabled" */
4037
4025
  ShakeReduction?: string;
4038
4026
  /** ☆☆☆☆ Example: "Normal" */
@@ -4145,8 +4133,6 @@ export interface MakerNotesTags {
4145
4133
  SonyExposureTime?: string;
4146
4134
  /** ☆☆☆☆ ✔ Example: 8.8 */
4147
4135
  SonyFNumber?: number;
4148
- /** ☆☆☆☆ ✔ Example: 926 */
4149
- SonyISO?: number;
4150
4136
  /** ☆☆☆☆ ✔ Example: 65535 */
4151
4137
  SonyImageHeight?: number;
4152
4138
  /** ☆☆☆☆ ✔ Example: 6376 */
@@ -4157,6 +4143,8 @@ export interface MakerNotesTags {
4157
4143
  SonyImageWidth?: number;
4158
4144
  /** ☆☆☆☆ ✔ Example: 9568 */
4159
4145
  SonyImageWidthMax?: number;
4146
+ /** ☆☆☆☆ ✔ Example: 926 */
4147
+ SonyISO?: number;
4160
4148
  /** ☆☆☆☆ ✔ Example: 5.5 */
4161
4149
  SonyMaxAperture?: number;
4162
4150
  /** ☆☆☆☆ ✔ Example: 6.4 */
@@ -4193,10 +4181,20 @@ export interface MakerNotesTags {
4193
4181
  SpotFocusPointX?: number;
4194
4182
  /** ☆☆☆☆ Example: 960 */
4195
4183
  SpotFocusPointY?: number;
4196
- /** ☆☆☆☆ ✔ Example: "Enable (use active AF point)" */
4197
- SpotMeterLinkToAFPoint?: string;
4198
4184
  /** ★☆☆☆ ✔ Example: "Center" */
4199
4185
  SpotMeteringMode?: string;
4186
+ /** ☆☆☆☆ ✔ Example: "Enable (use active AF point)" */
4187
+ SpotMeterLinkToAFPoint?: string;
4188
+ /** ☆☆☆☆ ✔ Example: "Yes" */
4189
+ SRActive?: string;
4190
+ /** ☆☆☆☆ ✔ Example: "sRAW2 (sRAW)" */
4191
+ SRAWQuality?: string;
4192
+ /** ☆☆☆☆ ✔ Example: "97 mm" */
4193
+ SRFocalLength?: string;
4194
+ /** ☆☆☆☆ ✔ Example: "4.25 s or longer" */
4195
+ SRHalfPressTime?: string;
4196
+ /** ☆☆☆☆ ✔ Example: "Stabilized, Not ready" */
4197
+ SRResult?: string;
4200
4198
  /** ☆☆☆☆ ✔ Example: "Tripod high resolution" */
4201
4199
  StackedImage?: string;
4202
4200
  /** ☆☆☆☆ ✔ Example: "6 s" */
@@ -4211,26 +4209,28 @@ export interface MakerNotesTags {
4211
4209
  StoreByOrientation?: string;
4212
4210
  /** ☆☆☆☆ ✔ Example: "10 Frames" */
4213
4211
  SubDialFrameAdvance?: string;
4214
- /** ☆☆☆☆ ✔ Example: "Focus Point Selection" */
4215
- SubSelector?: string;
4216
- /** ☆☆☆☆ ✔ Example: "Focus Point Selection" */
4217
- SubSelectorAssignment?: string;
4218
- /** ☆☆☆☆ ✔ Example: "Virtual Horizon" */
4219
- SubSelectorCenter?: string;
4220
- /** ☆☆☆☆ ✔ Example: "None" */
4221
- SubSelectorPlusDials?: string;
4222
4212
  /** ☆☆☆☆ ✔ Example: "People" */
4223
4213
  SubjectDetection?: string;
4214
+ /** ☆☆☆☆ ✔ Example: "Off" */
4215
+ SubjectDetectionAreaMF?: string;
4224
4216
  /** ☆☆☆☆ ✔ Example: "Steady" */
4225
4217
  SubjectMotion?: string;
4226
4218
  /** ☆☆☆☆ Example: "None" */
4227
4219
  SubjectProgram?: string;
4228
4220
  /** ☆☆☆☆ ✔ Example: "Unknown (4)" */
4229
4221
  SubjectToDetect?: string;
4230
- /** ☆☆☆☆ ✔ Example: "Off" */
4231
- SuperMacro?: string;
4222
+ /** ☆☆☆☆ ✔ Example: "Focus Point Selection" */
4223
+ SubSelector?: string;
4224
+ /** ☆☆☆☆ ✔ Example: "Focus Point Selection" */
4225
+ SubSelectorAssignment?: string;
4226
+ /** ☆☆☆☆ ✔ Example: "Virtual Horizon" */
4227
+ SubSelectorCenter?: string;
4228
+ /** ☆☆☆☆ ✔ Example: "None" */
4229
+ SubSelectorPlusDials?: string;
4232
4230
  /** ☆☆☆☆ ✔ Example: "On" */
4233
4231
  SuperimposedDisplay?: string;
4232
+ /** ☆☆☆☆ ✔ Example: "Off" */
4233
+ SuperMacro?: string;
4234
4234
  /** ☆☆☆☆ ✔ Example: 100 */
4235
4235
  SvISOSetting?: number;
4236
4236
  /** ☆☆☆☆ ✔ Example: "Right" */
@@ -4277,6 +4277,12 @@ export interface MakerNotesTags {
4277
4277
  Time?: ExifTime | string;
4278
4278
  /** ☆☆☆☆ ✔ Example: 50336257 */
4279
4279
  TimeLapseShotNumber?: number;
4280
+ /** ☆☆☆☆ ✔ Example: "Self-timer" */
4281
+ TimerFunctionButton?: string;
4282
+ /** ☆☆☆☆ ✔ Example: "Disable; 6 s: 6; 16 s: 16; After release: 2" */
4283
+ TimerLength?: string;
4284
+ /** ☆☆☆☆ ✔ Example: "Off" */
4285
+ TimerRecording?: string;
4280
4286
  /** ☆☆☆☆ ✔ Example: "01:48:53.63" */
4281
4287
  TimeSincePowerOn?: ExifTime | string;
4282
4288
  /** ☆☆☆☆ ✔ Example: "2023:10:13 04:33:41" */
@@ -4289,12 +4295,6 @@ export interface MakerNotesTags {
4289
4295
  TimeZoneCode?: number;
4290
4296
  /** ☆☆☆☆ ✔ Example: 0 */
4291
4297
  TimeZoneInfo?: number;
4292
- /** ☆☆☆☆ ✔ Example: "Self-timer" */
4293
- TimerFunctionButton?: string;
4294
- /** ☆☆☆☆ ✔ Example: "Disable; 6 s: 6; 16 s: 16; After release: 2" */
4295
- TimerLength?: string;
4296
- /** ☆☆☆☆ ✔ Example: "Off" */
4297
- TimerRecording?: string;
4298
4298
  /** ☆☆☆☆ ✔ Example: "Normal" */
4299
4299
  ToneComp?: string;
4300
4300
  /** ☆☆☆☆ ✔ Example: "Standard" */
@@ -4329,10 +4329,6 @@ export interface MakerNotesTags {
4329
4329
  TriggerMode?: string;
4330
4330
  /** ☆☆☆☆ ✔ Example: "1/64" */
4331
4331
  TvExposureTimeSetting?: string;
4332
- /** ☆☆☆☆ ✔ Example: "Enable" */
4333
- USBPowerDelivery?: string;
4334
- /** ☆☆☆☆ ✔ Example: "Turns on after one-shot AF" */
4335
- USMLensElectronicMF?: string;
4336
4332
  /** ☆☆☆☆ ✔ Example: "7860345b882000641403450101000000170d0f1d0f11827ca3111430d3000000" */
4337
4333
  UniqueID?: string;
4338
4334
  /** ☆☆☆☆ Example: "ZME151000007" */
@@ -4345,6 +4341,8 @@ export interface MakerNotesTags {
4345
4341
  UsableMeteringModes?: string;
4346
4342
  /** ☆☆☆☆ ✔ Example: "Flags 0x3f" */
4347
4343
  UsableShootingModes?: string;
4344
+ /** ☆☆☆☆ ✔ Example: "Enable" */
4345
+ USBPowerDelivery?: string;
4348
4346
  /** ☆☆☆☆ ✔ Example: "Unknown (4)" */
4349
4347
  UserDef1PictureStyle?: string;
4350
4348
  /** ☆☆☆☆ ✔ Example: "Unknown (0)" */
@@ -4355,24 +4353,16 @@ export interface MakerNotesTags {
4355
4353
  UserLabel?: string;
4356
4354
  /** ☆☆☆☆ Example: "dpreview " */
4357
4355
  UserProfile?: string;
4358
- /** ☆☆☆☆ ✔ Example: "Enable" */
4359
- VFDisplayIllumination?: string;
4360
- /** ★☆☆☆ ✔ Example: 0 */
4361
- VRDOffset?: number;
4362
- /** ☆☆☆☆ ✔ Example: "0200" */
4363
- VRInfoVersion?: string;
4364
- /** ☆☆☆☆ ✔ Example: "Sport" */
4365
- VRMode?: string;
4366
- /** ☆☆☆☆ ✔ Example: "Unknown (1)" */
4367
- VRType?: string;
4356
+ /** ☆☆☆☆ ✔ Example: "Turns on after one-shot AF" */
4357
+ USMLensElectronicMF?: string;
4368
4358
  /** ★☆☆☆ ✔ Example: 99 */
4369
4359
  ValidAFPoints?: number;
4370
4360
  /** ☆☆☆☆ ✔ Example: "12 0" */
4371
4361
  ValidBits?: string;
4372
- /** ☆☆☆☆ ✔ Example: "Scene Auto" */
4373
- VariProgram?: string;
4374
4362
  /** ☆☆☆☆ ✔ Example: "n/a" */
4375
4363
  VariableLowPassFilter?: string;
4364
+ /** ☆☆☆☆ ✔ Example: "Scene Auto" */
4365
+ VariProgram?: string;
4376
4366
  /** ☆☆☆☆ ✔ Example: "Same as AF-On Button" */
4377
4367
  VerticalAFOnButton?: string;
4378
4368
  /** ☆☆☆☆ ✔ Example: "Exposure Compensation" */
@@ -4385,6 +4375,8 @@ export interface MakerNotesTags {
4385
4375
  VerticalMovieFuncButton?: string;
4386
4376
  /** ☆☆☆☆ ✔ Example: "Same as MultiSelector" */
4387
4377
  VerticalMultiSelector?: string;
4378
+ /** ☆☆☆☆ ✔ Example: "Enable" */
4379
+ VFDisplayIllumination?: string;
4388
4380
  /** ☆☆☆☆ ✔ Example: "n/a" */
4389
4381
  VibrationReduction?: string;
4390
4382
  /** ☆☆☆☆ ✔ Example: "Off" */
@@ -4393,30 +4385,42 @@ export interface MakerNotesTags {
4393
4385
  VideoBurstResolution?: string;
4394
4386
  /** ☆☆☆☆ ✔ Example: "No" */
4395
4387
  VideoPreburst?: string;
4396
- /** ☆☆☆☆ ✔ Example: "Disable" */
4397
- ViewInfoDuringExposure?: string;
4398
4388
  /** ☆☆☆☆ ✔ Example: "Frame Count" */
4399
4389
  ViewfinderDisplay?: string;
4400
4390
  /** ☆☆☆☆ ✔ Example: "On" */
4401
4391
  ViewfinderWarning?: string;
4402
4392
  /** ☆☆☆☆ ✔ Example: "Monochrome, WB corrected, One-touch image quality, Noise …on, HDR" */
4403
4393
  ViewfinderWarnings?: string;
4394
+ /** ☆☆☆☆ ✔ Example: "Disable" */
4395
+ ViewInfoDuringExposure?: string;
4404
4396
  /** ☆☆☆☆ ✔ Example: "ViewFinder" */
4405
4397
  ViewingMode?: string;
4406
4398
  /** ☆☆☆☆ ✔ Example: "Off" */
4407
4399
  VignetteControl?: string;
4408
4400
  /** ☆☆☆☆ Example: "Off" */
4409
4401
  Vignetting?: string;
4402
+ /** ☆☆☆☆ ✔ Example: "n/a" */
4403
+ VignettingCorrection?: string;
4410
4404
  /** ☆☆☆☆ ✔ Example: "36 -17446 -19682 0 15496 -19605 -10627 -28672 187 27452 -… 99 121" */
4411
4405
  VignettingCorrParams?: string;
4412
4406
  /** ☆☆☆☆ ✔ Example: 97 */
4413
4407
  VignettingCorrVersion?: number;
4414
- /** ☆☆☆☆ ✔ Example: "n/a" */
4415
- VignettingCorrection?: string;
4416
4408
  /** ☆☆☆☆ Example: "Off" */
4417
4409
  VoiceMemo?: string;
4410
+ /** ★☆☆☆ ✔ Example: 0 */
4411
+ VRDOffset?: number;
4412
+ /** ☆☆☆☆ ✔ Example: "0200" */
4413
+ VRInfoVersion?: string;
4414
+ /** ☆☆☆☆ ✔ Example: "Sport" */
4415
+ VRMode?: string;
4416
+ /** ☆☆☆☆ ✔ Example: "Unknown (1)" */
4417
+ VRType?: string;
4418
+ /** ☆☆☆☆ ✔ Example: "Off" */
4419
+ WatercolorFilter?: string;
4418
4420
  /** ☆☆☆☆ ✔ Example: 9235 */
4419
4421
  WBBlueLevel?: number;
4422
+ /** ☆☆☆☆ ✔ Example: "WB Bracketing Disabled" */
4423
+ WBBracketingSteps?: string;
4420
4424
  /** ☆☆☆☆ ✔ Example: "Off" */
4421
4425
  WBBracketMode?: string;
4422
4426
  /** ☆☆☆☆ ✔ Example: 0 */
@@ -4425,8 +4429,6 @@ export interface MakerNotesTags {
4425
4429
  WBBracketValueAB?: number;
4426
4430
  /** ☆☆☆☆ ✔ Example: 0 */
4427
4431
  WBBracketValueGM?: number;
4428
- /** ☆☆☆☆ ✔ Example: "WB Bracketing Disabled" */
4429
- WBBracketingSteps?: string;
4430
4432
  /** ☆☆☆☆ ✔ Example: "Select To Send (PC)" */
4431
4433
  WBButtonPlaybackMode?: string;
4432
4434
  /** ☆☆☆☆ ✔ Example: 60416 */
@@ -4445,8 +4447,6 @@ export interface MakerNotesTags {
4445
4447
  WBShiftGM?: number;
4446
4448
  /** ☆☆☆☆ ✔ Example: 0 */
4447
4449
  WBShiftIntelligentAuto?: number;
4448
- /** ☆☆☆☆ ✔ Example: "Off" */
4449
- WatercolorFilter?: string;
4450
4450
  /** ☆☆☆☆ ✔ Example: "On" */
4451
4451
  WhiteBalanceAutoAdjustment?: string;
4452
4452
  /** ☆☆☆☆ ✔ Example: 0 */
@@ -4503,12 +4503,6 @@ export interface MakerNotesTags {
4503
4503
  ZoneMatchingOn?: string;
4504
4504
  /** ☆☆☆☆ ✔ Example: 0 */
4505
4505
  ZoneMatchingValue?: number;
4506
- /** ★★☆☆ ✔ Example: 768 */
4507
- ZoomSourceWidth?: number;
4508
- /** ☆☆☆☆ ✔ Example: 8 */
4509
- ZoomStepCount?: number;
4510
- /** ★★☆☆ ✔ Example: 6000 */
4511
- ZoomTargetWidth?: number;
4512
4506
  /** ☆☆☆☆ ✔ Example: "(Binary data 64581 bytes, use -b option to extract)" */
4513
4507
  ZoomedPreviewImage?: BinaryField | string;
4514
4508
  /** ☆☆☆☆ ✔ Example: 92592 */
@@ -4517,6 +4511,12 @@ export interface MakerNotesTags {
4517
4511
  ZoomedPreviewSize?: string;
4518
4512
  /** ☆☆☆☆ ✔ Example: 4184638 */
4519
4513
  ZoomedPreviewStart?: number;
4514
+ /** ★★☆☆ ✔ Example: 768 */
4515
+ ZoomSourceWidth?: number;
4516
+ /** ☆☆☆☆ ✔ Example: 8 */
4517
+ ZoomStepCount?: number;
4518
+ /** ★★☆☆ ✔ Example: 6000 */
4519
+ ZoomTargetWidth?: number;
4520
4520
  }
4521
4521
  /**
4522
4522
  * @see https://exiftool.org/TagNames/XMP.html
@@ -4554,8 +4554,6 @@ export interface XMPTags {
4554
4554
  BurstID?: string;
4555
4555
  /** ☆☆☆☆ ✔ Example: 1 */
4556
4556
  BurstPrimary?: number;
4557
- /** ☆☆☆☆ Example: 0 */
4558
- CamReverse?: number;
4559
4557
  /** ☆☆☆☆ ✔ Example: "5c62348a-2bbb-4e4c-89d9-3bf6a461ec89" */
4560
4558
  CameraBurstID?: string;
4561
4559
  /** ☆☆☆☆ Example: "Front" */
@@ -4566,10 +4564,12 @@ export interface XMPTags {
4566
4564
  CameraProfile?: string;
4567
4565
  /** ☆☆☆☆ ✔ Example: "D4FE5D91640D0C5A01B5633EB8061002" */
4568
4566
  CameraProfileDigest?: string;
4567
+ /** ☆☆☆☆ ✔ Example: [{"DepthMap":{"ConfidenceURI":"android/confidencemap","De…ical"}] */
4568
+ Cameras?: Struct[];
4569
4569
  /** ☆☆☆☆ Example: "Rear" */
4570
4570
  CameraUnit?: string;
4571
- /** ☆☆☆☆Example: [{"Camera":{"DepthMap":{"ConfidenceURI":"android/confiden…cal"}}] */
4572
- Cameras?: Struct[];
4571
+ /** ☆☆☆☆ Example: 0 */
4572
+ CamReverse?: number;
4573
4573
  /** ☆☆☆☆ ✔ Example: "Photo" */
4574
4574
  CaptureMode?: string;
4575
4575
  /** ☆☆☆☆ ✔ Example: "https://PhotoStructure.com/" */
@@ -4594,17 +4594,17 @@ export interface XMPTags {
4594
4594
  ColorClass?: string;
4595
4595
  /** ☆☆☆☆ ✔ Example: 0 */
4596
4596
  ColorLabel?: number;
4597
+ /** ☆☆☆☆ ✔ Example: "" */
4598
+ Colorlabels?: string;
4597
4599
  /** ☆☆☆☆ ✔ Example: 25 */
4598
4600
  ColorNoiseReduction?: number;
4599
4601
  /** ☆☆☆☆ ✔ Example: 50 */
4600
4602
  ColorNoiseReductionDetail?: number;
4601
4603
  /** ☆☆☆☆ ✔ Example: 50 */
4602
4604
  ColorNoiseReductionSmoothness?: number;
4603
- /** ☆☆☆☆ ✔ Example: "" */
4604
- Colorlabels?: string;
4605
4605
  /** ☆☆☆☆ ✔ Example: "This is a comment." */
4606
4606
  Comment?: string;
4607
- /** ☆☆☆☆ ✔ Example: {"Directory":[{"Item":{"DataURI":"primary_image","Length"…eg"}}]} */
4607
+ /** ☆☆☆☆ ✔ Example: {"Directory":[{"DataURI":"primary_image","Length":0,"Mimepeg"}]} */
4608
4608
  Container?: Struct;
4609
4609
  /** ☆☆☆☆ Example: "/home/username/pictures" */
4610
4610
  ContainerDirectory?: ContainerDirectoryItem[] | Struct[];
@@ -4624,10 +4624,10 @@ export interface XMPTags {
4624
4624
  CreatorContactInfo?: Struct;
4625
4625
  /** ☆☆☆☆ Example: 1 */
4626
4626
  CreatorOpenWithUIOptions?: number;
4627
- /** ☆☆☆☆ ✔ Example: "picnik.com" */
4628
- CreatorTool?: string;
4629
4627
  /** ☆☆☆☆ Example: "Version Ver 1.04 " */
4630
4628
  Creatortool?: string;
4629
+ /** ☆☆☆☆ ✔ Example: "picnik.com" */
4630
+ CreatorTool?: string;
4631
4631
  /** ☆☆☆☆ Example: 0 */
4632
4632
  CropAngle?: number;
4633
4633
  /** ☆☆☆☆ Example: 1 */
@@ -4636,10 +4636,6 @@ export interface XMPTags {
4636
4636
  CropConstrainToWarp?: number;
4637
4637
  /** ☆☆☆☆ ✔ Example: "8 0" */
4638
4638
  CropLeft?: string;
4639
- /** ☆☆☆☆ Example: 1 */
4640
- CropRight?: number;
4641
- /** ☆☆☆☆ ✔ Example: "8 0" */
4642
- CropTop?: string;
4643
4639
  /** ☆☆☆☆ ✔ Example: 3872 */
4644
4640
  CroppedAreaImageHeightPixels?: number;
4645
4641
  /** ☆☆☆☆ ✔ Example: 7744 */
@@ -4648,6 +4644,10 @@ export interface XMPTags {
4648
4644
  CroppedAreaLeftPixels?: number;
4649
4645
  /** ☆☆☆☆ ✔ Example: 0 */
4650
4646
  CroppedAreaTopPixels?: number;
4647
+ /** ☆☆☆☆ Example: 1 */
4648
+ CropRight?: number;
4649
+ /** ☆☆☆☆ ✔ Example: "8 0" */
4650
+ CropTop?: string;
4651
4651
  /** ☆☆☆☆ ✔ Example: "2014:05:11 13:08:25.659" */
4652
4652
  DateAcquired?: ExifDateTime | string;
4653
4653
  /** ☆☆☆☆ ✔ Example: "2023:11:07" */
@@ -4736,8 +4736,6 @@ export interface XMPTags {
4736
4736
  GreenHue?: number;
4737
4737
  /** ☆☆☆☆ ✔ Example: 0 */
4738
4738
  GreenSaturation?: number;
4739
- /** ☆☆☆☆ ✔ Example: "(Binary data 23317 bytes, use -b option to extract)" */
4740
- HDRPMakerNote?: BinaryField | string;
4741
4739
  /** ☆☆☆☆ ✔ Example: false */
4742
4740
  HasCrop?: boolean;
4743
4741
  /** ☆☆☆☆ ✔ Example: "F995C3239BC6E6FC1997814864CD2CA2" */
@@ -4746,6 +4744,8 @@ export interface XMPTags {
4746
4744
  HasSettings?: boolean;
4747
4745
  /** ☆☆☆☆ ✔ Example: "(Binary data 23388 bytes, use -b option to extract)" */
4748
4746
  HdrPlusMakernote?: BinaryField | string;
4747
+ /** ☆☆☆☆ ✔ Example: "(Binary data 49603 bytes, use -b option to extract)" */
4748
+ HDRPMakerNote?: BinaryField | string;
4749
4749
  /** ☆☆☆☆ ✔ Example: ["点像F11"] */
4750
4750
  HierarchicalSubject?: string[];
4751
4751
  /** ☆☆☆☆ ✔ Example: [{"Action":"converted","Parameters":"from image/x-canon-c…alse}}] */
@@ -4882,22 +4882,20 @@ export interface XMPTags {
4882
4882
  OriginalDocumentID?: string;
4883
4883
  /** ☆☆☆☆ ✔ Example: false */
4884
4884
  OverrideLookVignette?: boolean;
4885
- /** ☆☆☆☆ ✔ Example: "PM6" */
4886
- PMVersion?: string;
4887
4885
  /** ☆☆☆☆ ✔ Example: 0 */
4888
4886
  ParametricDarks?: number;
4889
- /** ☆☆☆☆ ✔ Example: 75 */
4890
- ParametricHighlightSplit?: number;
4891
4887
  /** ☆☆☆☆ ✔ Example: 0 */
4892
4888
  ParametricHighlights?: number;
4889
+ /** ☆☆☆☆ ✔ Example: 75 */
4890
+ ParametricHighlightSplit?: number;
4893
4891
  /** ☆☆☆☆ ✔ Example: 0 */
4894
4892
  ParametricLights?: number;
4895
4893
  /** ☆☆☆☆ ✔ Example: 50 */
4896
4894
  ParametricMidtoneSplit?: number;
4897
- /** ☆☆☆☆ ✔ Example: 25 */
4898
- ParametricShadowSplit?: number;
4899
4895
  /** ☆☆☆☆ ✔ Example: 0 */
4900
4896
  ParametricShadows?: number;
4897
+ /** ☆☆☆☆ ✔ Example: 25 */
4898
+ ParametricShadowSplit?: number;
4901
4899
  /** ☆☆☆☆ ✔ Example: ["John Doe"] */
4902
4900
  PersonInImage?: string[];
4903
4901
  /** ☆☆☆☆ ✔ Example: 0 */
@@ -4922,6 +4920,8 @@ export interface XMPTags {
4922
4920
  PickLabel?: number;
4923
4921
  /** ☆☆☆☆ ✔ Example: "01.00" */
4924
4922
  PipelineVersion?: string;
4923
+ /** ☆☆☆☆ ✔ Example: "PM6" */
4924
+ PMVersion?: string;
4925
4925
  /** ☆☆☆☆ ✔ Example: 0 */
4926
4926
  PortraitVersion?: number;
4927
4927
  /** ☆☆☆☆ ✔ Example: 22.5 */
@@ -4936,7 +4936,7 @@ export interface XMPTags {
4936
4936
  PreservedFileName?: string;
4937
4937
  /** ☆☆☆☆ ✔ Example: 11 */
4938
4938
  ProcessVersion?: number;
4939
- /** ☆☆☆☆ ✔ Example: [{"Profile":{"CameraIndices":[0],"Type":"DepthPhoto"}}] */
4939
+ /** ☆☆☆☆ ✔ Example: [{"CameraIndices":[0],"Type":"DepthPhoto"}] */
4940
4940
  Profiles?: Struct[];
4941
4941
  /** ☆☆☆☆ Example: */
4942
4942
  ProgramMode?: 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 12.96 on Sun Oct 06 2024.
5096
- * 2749 unique tags were found in 10128 photo and video files.
5095
+ * Autogenerated by "npm run mktags" by ExifTool 12.99 on Sat Oct 19 2024.
5096
+ * 2752 unique tags were found in 10128 photo and video files.
5097
5097
  *
5098
5098
  * @see https://exiftool.org/TagNames/
5099
5099
  */