exiftool-vendored 15.11.0 → 16.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +79 -1
- package/README.md +55 -59
- package/dist/ExifDateTime.d.ts +5 -2
- package/dist/ExifDateTime.js +49 -18
- package/dist/ExifDateTime.js.map +1 -1
- package/dist/ExifTool.d.ts +10 -9
- package/dist/ExifTool.js +7 -1
- package/dist/ExifTool.js.map +1 -1
- package/dist/ExifToolTask.js +5 -1
- package/dist/ExifToolTask.js.map +1 -1
- package/dist/JSON.js.map +1 -1
- package/dist/Object.d.ts +2 -0
- package/dist/Object.js +19 -1
- package/dist/Object.js.map +1 -1
- package/dist/ReadRawTask.js +5 -1
- package/dist/ReadRawTask.js.map +1 -1
- package/dist/ReadTask.d.ts +1 -0
- package/dist/ReadTask.js +43 -18
- package/dist/ReadTask.js.map +1 -1
- package/dist/RewriteAllTagsTask.js +5 -1
- package/dist/RewriteAllTagsTask.js.map +1 -1
- package/dist/Tags.d.ts +728 -697
- package/dist/Timezones.d.ts +2 -1
- package/dist/Timezones.js +35 -24
- package/dist/Timezones.js.map +1 -1
- package/dist/WriteTask.js +5 -1
- package/dist/WriteTask.js.map +1 -1
- package/package.json +24 -13
package/dist/Tags.d.ts
CHANGED
|
@@ -33,11 +33,11 @@ export interface FileTags {
|
|
|
33
33
|
EncodingProcess?: string;
|
|
34
34
|
/** ★★★★ ✔ Example: "Little-endian (Intel, II)" */
|
|
35
35
|
ExifByteOrder?: string;
|
|
36
|
-
/** ★★★★ ✔ Example: 2022-
|
|
36
|
+
/** ★★★★ ✔ Example: 2022-03-06T20:51:30.000-08:00 */
|
|
37
37
|
FileAccessDate?: ExifDateTime | string;
|
|
38
|
-
/** ★★★★ ✔ Example: 2022-
|
|
38
|
+
/** ★★★★ ✔ Example: 2022-03-06T18:41:07.000-08:00 */
|
|
39
39
|
FileInodeChangeDate?: ExifDateTime | string;
|
|
40
|
-
/** ★★★★ ✔ Example: 2022-
|
|
40
|
+
/** ★★★★ ✔ Example: 2022-02-18T12:22:50.000-08:00 */
|
|
41
41
|
FileModifyDate?: ExifDateTime | string;
|
|
42
42
|
/** ★★★★ ✔ Example: "utc+8_oly.jpg" */
|
|
43
43
|
FileName?: string;
|
|
@@ -45,11 +45,11 @@ export interface FileTags {
|
|
|
45
45
|
FilePermissions?: string;
|
|
46
46
|
/** ★★★★ ✔ Example: "990 bytes" */
|
|
47
47
|
FileSize?: string;
|
|
48
|
-
/** ★★★★ ✔ Example: "
|
|
48
|
+
/** ★★★★ ✔ Example: "TXT" */
|
|
49
49
|
FileType?: string;
|
|
50
|
-
/** ★★★★ ✔ Example: "
|
|
50
|
+
/** ★★★★ ✔ Example: "txt" */
|
|
51
51
|
FileTypeExtension?: string;
|
|
52
|
-
/** ★★★★ ✔ Example:
|
|
52
|
+
/** ★★★★ ✔ Example: 960 */
|
|
53
53
|
ImageHeight?: number;
|
|
54
54
|
/** ☆☆☆☆ ✔ Example: 230400 */
|
|
55
55
|
ImageLength?: number;
|
|
@@ -67,7 +67,7 @@ export interface FileTags {
|
|
|
67
67
|
PixelsPerMeterY?: number;
|
|
68
68
|
/** ☆☆☆☆ ✔ Example: 1 */
|
|
69
69
|
Planes?: number;
|
|
70
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
70
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 962696 bytes, use -b option to extract)" */
|
|
71
71
|
PreviewImage?: string;
|
|
72
72
|
/** ★★★★ ✔ Example: "YCbCr4:4:4 (1 1)" */
|
|
73
73
|
YCbCrSubSampling?: string;
|
|
@@ -79,11 +79,11 @@ export interface CompositeTags {
|
|
|
79
79
|
Aperture?: number;
|
|
80
80
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
81
81
|
AutoFocus?: string;
|
|
82
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
82
|
+
/** ☆☆☆☆ ✔ Example: "98.4 Mbps" */
|
|
83
83
|
AvgBitrate?: string;
|
|
84
84
|
/** ★★☆☆ ✔ Example: 4.914063 */
|
|
85
85
|
BlueBalance?: number;
|
|
86
|
-
/** ☆☆☆☆ ✔ Example: "[
|
|
86
|
+
/** ☆☆☆☆ ✔ Example: "[Yellow,Cyan][Green,Magenta]" */
|
|
87
87
|
CFAPattern?: string;
|
|
88
88
|
/** ★★★★ ✔ Example: "1.030 mm" */
|
|
89
89
|
CircleOfConfusion?: string;
|
|
@@ -92,7 +92,7 @@ export interface CompositeTags {
|
|
|
92
92
|
/** ★★☆☆ ✔ Example: "inf (9.66 m - inf)" */
|
|
93
93
|
DOF?: string;
|
|
94
94
|
/** ☆☆☆☆ Example: 2006-12-19 */
|
|
95
|
-
DateCreated?:
|
|
95
|
+
DateCreated?: ExifDateTime | string;
|
|
96
96
|
/** ☆☆☆☆ ✔ Example: undefined */
|
|
97
97
|
DateTimeCreated?: ExifDateTime | string;
|
|
98
98
|
/** ☆☆☆☆ ✔ Example: 2017-02-20T18:06:40.000Z */
|
|
@@ -119,13 +119,11 @@ export interface CompositeTags {
|
|
|
119
119
|
FocalLength35efl?: string;
|
|
120
120
|
/** ☆☆☆☆ ✔ Example: "inf" */
|
|
121
121
|
FocusDistance?: string;
|
|
122
|
-
/** ☆☆☆☆ ✔ Example: "inf" */
|
|
123
|
-
FocusDistance2?: string;
|
|
124
122
|
/** ☆☆☆☆ ✔ Example: 99.8 */
|
|
125
123
|
GPSAltitude?: number;
|
|
126
124
|
/** ☆☆☆☆ Example: "Above Sea Level" */
|
|
127
125
|
GPSAltitudeRef?: string;
|
|
128
|
-
/** ☆☆☆☆ ✔ Example:
|
|
126
|
+
/** ☆☆☆☆ ✔ Example: 2022-02-05T18:48:08.000Z */
|
|
129
127
|
GPSDateTime?: ExifDateTime | string;
|
|
130
128
|
/** ☆☆☆☆ ✔ Example: "43 deg 37' 59.61" N" */
|
|
131
129
|
GPSDestLatitude?: string;
|
|
@@ -145,13 +143,13 @@ export interface CompositeTags {
|
|
|
145
143
|
HyperfocalDistance?: string;
|
|
146
144
|
/** ★★☆☆ ✔ Example: 993 */
|
|
147
145
|
ISO?: number;
|
|
148
|
-
/** ★★★★ ✔ Example: "
|
|
146
|
+
/** ★★★★ ✔ Example: "960x540" */
|
|
149
147
|
ImageSize?: string;
|
|
150
|
-
/** ★★☆☆ ✔ Example: "
|
|
148
|
+
/** ★★☆☆ ✔ Example: "90.0 mm" */
|
|
151
149
|
Lens?: string;
|
|
152
|
-
/** ★★☆☆ ✔ Example: "
|
|
150
|
+
/** ★★☆☆ ✔ Example: "90.0 mm (35 mm equivalent: 141.5 mm)" */
|
|
153
151
|
Lens35efl?: string;
|
|
154
|
-
/**
|
|
152
|
+
/** ★★★☆ ✔ Example: "smc PENTAX-FA 28-105mm F3.2-4.5 AL[IF]" */
|
|
155
153
|
LensID?: string;
|
|
156
154
|
/** ☆☆☆☆ ✔ Example: "85mm f/1.8 G" */
|
|
157
155
|
LensSpec?: string;
|
|
@@ -159,9 +157,9 @@ export interface CompositeTags {
|
|
|
159
157
|
LensType?: string;
|
|
160
158
|
/** ★★★★ ✔ Example: 9.9 */
|
|
161
159
|
LightValue?: number;
|
|
162
|
-
/** ★★★★ ✔ Example: 9.
|
|
160
|
+
/** ★★★★ ✔ Example: 9.9 */
|
|
163
161
|
Megapixels?: number;
|
|
164
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
162
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 608 bytes, use -b option to extract)" */
|
|
165
163
|
OriginalDecisionData?: string;
|
|
166
164
|
/** ☆☆☆☆ Example: "9.9 um" */
|
|
167
165
|
PeakSpectralSensitivity?: string;
|
|
@@ -187,11 +185,13 @@ export interface CompositeTags {
|
|
|
187
185
|
ShutterCurtainHack?: string;
|
|
188
186
|
/** ★★★★ ✔ Example: "inf" */
|
|
189
187
|
ShutterSpeed?: string;
|
|
190
|
-
/**
|
|
188
|
+
/** ★★☆☆ ✔ Example: 2022-02-13T14:51:24.650+01:00 */
|
|
191
189
|
SubSecCreateDate?: ExifDateTime | string;
|
|
192
|
-
/**
|
|
190
|
+
/** ★★☆☆ ✔ Example: 2022-02-13T14:51:24.650+01:00 */
|
|
193
191
|
SubSecDateTimeOriginal?: ExifDateTime | string;
|
|
194
|
-
/**
|
|
192
|
+
/** ☆☆☆☆ Example: */
|
|
193
|
+
SubSecMediaCreateDate?: ExifDateTime | string;
|
|
194
|
+
/** ★★☆☆ ✔ Example: 2022-02-13T14:51:24.650+01:00 */
|
|
195
195
|
SubSecModifyDate?: ExifDateTime | string;
|
|
196
196
|
}
|
|
197
197
|
export interface APP1Tags {
|
|
@@ -489,10 +489,6 @@ export interface APP12Tags {
|
|
|
489
489
|
ZoomPos?: number;
|
|
490
490
|
}
|
|
491
491
|
export interface APP14Tags {
|
|
492
|
-
/** ☆☆☆☆ ✔ Example: "[14], Encoded with Blend=1 downsampling" */
|
|
493
|
-
APP14Flags0?: string;
|
|
494
|
-
/** ☆☆☆☆ ✔ Example: "(none)" */
|
|
495
|
-
APP14Flags1?: string;
|
|
496
492
|
/** ☆☆☆☆ ✔ Example: "YCbCr" */
|
|
497
493
|
ColorTransform?: string;
|
|
498
494
|
/** ☆☆☆☆ ✔ Example: 100 */
|
|
@@ -511,38 +507,58 @@ export interface APP5Tags {
|
|
|
511
507
|
Compass?: string;
|
|
512
508
|
}
|
|
513
509
|
export interface EXIFTags {
|
|
514
|
-
/** ☆☆☆☆ ✔ Example:
|
|
510
|
+
/** ☆☆☆☆ ✔ Example: 985255 */
|
|
515
511
|
Acceleration?: number;
|
|
516
|
-
/** ☆☆☆☆
|
|
512
|
+
/** ☆☆☆☆ Example: "80 122 3950 5918" */
|
|
513
|
+
ActiveArea?: string;
|
|
514
|
+
/** ☆☆☆☆ ✔ Example: "29.9 C" */
|
|
517
515
|
AmbientTemperature?: string;
|
|
518
|
-
/** ☆☆☆☆ ✔ Example:
|
|
516
|
+
/** ☆☆☆☆ ✔ Example: "2.225585938 1 2.039794922" */
|
|
517
|
+
AnalogBalance?: string;
|
|
518
|
+
/** ☆☆☆☆ ✔ Example: 1 */
|
|
519
519
|
AntiAliasStrength?: number;
|
|
520
520
|
/** ★★★☆ ✔ Example: 9016997700 */
|
|
521
521
|
ApertureValue?: number;
|
|
522
522
|
/** ★☆☆☆ ✔ Example: "Arturo DeImage" */
|
|
523
523
|
Artist?: string;
|
|
524
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
524
|
+
/** ☆☆☆☆ ✔ Example: "1 1 1" */
|
|
525
525
|
AsShotNeutral?: string;
|
|
526
|
-
/** ☆☆☆☆ ✔ Example:
|
|
526
|
+
/** ☆☆☆☆ ✔ Example: 3.98745 */
|
|
527
|
+
BaselineExposure?: number;
|
|
528
|
+
/** ☆☆☆☆ Example: 0 */
|
|
529
|
+
BaselineExposureOffset?: number;
|
|
530
|
+
/** ☆☆☆☆ Example: 9 */
|
|
531
|
+
BaselineNoise?: number;
|
|
532
|
+
/** ☆☆☆☆ ✔ Example: 1.5 */
|
|
533
|
+
BaselineSharpness?: number;
|
|
534
|
+
/** ☆☆☆☆ Example: 500 */
|
|
535
|
+
BayerGreenSplit?: number;
|
|
536
|
+
/** ☆☆☆☆ Example: 1 */
|
|
537
|
+
BestQualityScale?: number;
|
|
538
|
+
/** ☆☆☆☆ ✔ Example: 64 */
|
|
527
539
|
BlackLevel?: number;
|
|
528
|
-
/** ☆☆☆☆ ✔ Example:
|
|
540
|
+
/** ☆☆☆☆ ✔ Example: 511 */
|
|
529
541
|
BlackLevelBlue?: number;
|
|
530
|
-
/** ☆☆☆☆ ✔ Example:
|
|
542
|
+
/** ☆☆☆☆ ✔ Example: 512 */
|
|
531
543
|
BlackLevelGreen?: number;
|
|
532
|
-
/** ☆☆☆☆ ✔ Example:
|
|
544
|
+
/** ☆☆☆☆ ✔ Example: 511 */
|
|
533
545
|
BlackLevelRed?: number;
|
|
546
|
+
/** ☆☆☆☆ ✔ Example: "2 2" */
|
|
547
|
+
BlackLevelRepeatDim?: string;
|
|
534
548
|
/** ★★☆☆ ✔ Example: 9.9919505 */
|
|
535
549
|
BrightnessValue?: number;
|
|
536
|
-
/** ☆☆☆☆
|
|
537
|
-
|
|
538
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
550
|
+
/** ☆☆☆☆ Example: "Rectangular" */
|
|
551
|
+
CFALayout?: string;
|
|
552
|
+
/** ☆☆☆☆ ✔ Example: "Red,Green,Blue" */
|
|
553
|
+
CFAPlaneColor?: string;
|
|
554
|
+
/** ☆☆☆☆ ✔ Example: "6 6" */
|
|
539
555
|
CFARepeatPatternDim?: string;
|
|
556
|
+
/** ☆☆☆☆ Example: "com.adobe" */
|
|
557
|
+
CameraCalibrationSig?: string;
|
|
540
558
|
/** ☆☆☆☆ ✔ Example: "22 -128 0 0 0 128 128 256 384 384 512 640 1152 1152 1152 1024 89…" */
|
|
541
559
|
ChromaticAberrationCorrParams?: string;
|
|
542
560
|
/** ☆☆☆☆ ✔ Example: "Auto" */
|
|
543
561
|
ChromaticAberrationCorrection?: string;
|
|
544
|
-
/** ☆☆☆☆ ✔ Example: "0.8519287109 -0.3260498047 -0.02795410156 -0.5080566406 1.345947…" */
|
|
545
|
-
ColorMatrix1?: string;
|
|
546
562
|
/** ★★★★ ✔ Example: "sRGB" */
|
|
547
563
|
ColorSpace?: string;
|
|
548
564
|
/** ★★★★ ✔ Example: "Y, Cr, Cb, -" */
|
|
@@ -551,18 +567,40 @@ export interface EXIFTags {
|
|
|
551
567
|
CompositeImage?: string;
|
|
552
568
|
/** ★★★★ ✔ Example: 90 */
|
|
553
569
|
CompressedBitsPerPixel?: number;
|
|
554
|
-
/** ★★★☆ ✔ Example: "Unknown (
|
|
570
|
+
/** ★★★☆ ✔ Example: "Unknown (64)" */
|
|
555
571
|
Contrast?: string;
|
|
556
|
-
/**
|
|
572
|
+
/** ★★★☆ ✔ Example: "© Chuckles McSnortypants, Inc." */
|
|
557
573
|
Copyright?: string;
|
|
558
574
|
/** ★★★★ ✔ Example: 2218-09-22T02:32:14.000 */
|
|
559
575
|
CreateDate?: ExifDateTime | string;
|
|
576
|
+
/** ☆☆☆☆ Example: 7786 */
|
|
577
|
+
CropBottom?: number;
|
|
578
|
+
/** ☆☆☆☆ Example: 920 */
|
|
579
|
+
CropLeft?: number;
|
|
580
|
+
/** ☆☆☆☆ Example: 5480 */
|
|
581
|
+
CropRight?: number;
|
|
582
|
+
/** ☆☆☆☆ Example: 8 */
|
|
583
|
+
CropTop?: number;
|
|
560
584
|
/** ★★★★ ✔ Example: "Unknown (5840)" */
|
|
561
585
|
CustomRendered?: string;
|
|
586
|
+
/** ☆☆☆☆ ✔ Example: "1.4.0.0" */
|
|
587
|
+
DNGBackwardVersion?: string;
|
|
588
|
+
/** ☆☆☆☆ Example: "8.8-36.8mm f/1.8-2.8" */
|
|
589
|
+
DNGLensInfo?: string;
|
|
590
|
+
/** ☆☆☆☆ Example: "(Binary data 765367 bytes, use -b option to extract)" */
|
|
591
|
+
DNGPrivateData?: string;
|
|
592
|
+
/** ☆☆☆☆ ✔ Example: "1.6.0.0" */
|
|
593
|
+
DNGVersion?: string;
|
|
594
|
+
/** ☆☆☆☆ ✔ Example: "None" */
|
|
595
|
+
DefaultBlackRender?: string;
|
|
562
596
|
/** ☆☆☆☆ ✔ Example: "8 8" */
|
|
563
597
|
DefaultCropOrigin?: string;
|
|
564
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
598
|
+
/** ☆☆☆☆ ✔ Example: "960 540" */
|
|
565
599
|
DefaultCropSize?: string;
|
|
600
|
+
/** ☆☆☆☆ Example: "1 1" */
|
|
601
|
+
DefaultScale?: string;
|
|
602
|
+
/** ☆☆☆☆ Example: "0.007879185817 0.01803118908 0.992777413 0.9926900585" */
|
|
603
|
+
DefaultUserCrop?: string;
|
|
566
604
|
/** ☆☆☆☆ ✔ Example: "(Binary data 536 bytes, use -b option to extract)" */
|
|
567
605
|
DeviceSettingDescription?: string;
|
|
568
606
|
/** ★★★☆ ✔ Example: 8.1319764 */
|
|
@@ -583,10 +621,12 @@ export interface EXIFTags {
|
|
|
583
621
|
ExposureIndex?: number;
|
|
584
622
|
/** ★★★★ ✔ Example: "Unknown ()" */
|
|
585
623
|
ExposureMode?: string;
|
|
586
|
-
/** ★★★★ ✔ Example: "Unknown (
|
|
624
|
+
/** ★★★★ ✔ Example: "Unknown (8176)" */
|
|
587
625
|
ExposureProgram?: string;
|
|
588
626
|
/** ★★★★ ✔ Example: "Unknown (DSC)" */
|
|
589
627
|
FileSource?: string;
|
|
628
|
+
/** ☆☆☆☆ Example: "Normal" */
|
|
629
|
+
FillOrder?: string;
|
|
590
630
|
/** ☆☆☆☆ ✔ Example: 54 */
|
|
591
631
|
FlashEnergy?: number;
|
|
592
632
|
/** ★★★★ ✔ Example: "?" */
|
|
@@ -603,17 +643,17 @@ export interface EXIFTags {
|
|
|
603
643
|
FocalPlaneYResolution?: number;
|
|
604
644
|
/** ☆☆☆☆ ✔ Example: "府中市郷土の森博物館" */
|
|
605
645
|
GPSAreaInformation?: string;
|
|
606
|
-
/** ☆☆☆☆ ✔ Example:
|
|
646
|
+
/** ☆☆☆☆ ✔ Example: 2022-02-05 */
|
|
607
647
|
GPSDateStamp?: ExifDate | string;
|
|
608
648
|
/** ☆☆☆☆ ✔ Example: 86.180049 */
|
|
609
649
|
GPSDestBearing?: number;
|
|
610
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
650
|
+
/** ☆☆☆☆ ✔ Example: "Unknown ()" */
|
|
611
651
|
GPSDestBearingRef?: string;
|
|
612
652
|
/** ☆☆☆☆ ✔ Example: 0.030120052 */
|
|
613
653
|
GPSDestDistance?: number;
|
|
614
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
654
|
+
/** ☆☆☆☆ ✔ Example: "Unknown ()" */
|
|
615
655
|
GPSDestDistanceRef?: string;
|
|
616
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
656
|
+
/** ☆☆☆☆ ✔ Example: "Unknown ()" */
|
|
617
657
|
GPSDestLatitudeRef?: string;
|
|
618
658
|
/** ☆☆☆☆ ✔ Example: "West" */
|
|
619
659
|
GPSDestLongitudeRef?: string;
|
|
@@ -621,7 +661,7 @@ export interface EXIFTags {
|
|
|
621
661
|
GPSDifferential?: string;
|
|
622
662
|
/** ☆☆☆☆ ✔ Example: "8.937059922 m" */
|
|
623
663
|
GPSHPositioningError?: string;
|
|
624
|
-
/** ☆☆☆☆ ✔ Example: "Unknown ()" */
|
|
664
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (0)" */
|
|
625
665
|
GPSMeasureMode?: string;
|
|
626
666
|
/** ☆☆☆☆ ✔ Example: "gps" */
|
|
627
667
|
GPSProcessingMethod?: string;
|
|
@@ -635,11 +675,11 @@ export interface EXIFTags {
|
|
|
635
675
|
GPSStatus?: string;
|
|
636
676
|
/** ☆☆☆☆ ✔ Example: 23:59:41.001 */
|
|
637
677
|
GPSTimeStamp?: ExifTime | string;
|
|
638
|
-
/** ☆☆☆☆ ✔ Example:
|
|
678
|
+
/** ☆☆☆☆ ✔ Example: 74.882813 */
|
|
639
679
|
GPSTrack?: number;
|
|
640
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
680
|
+
/** ☆☆☆☆ ✔ Example: "Unknown ()" */
|
|
641
681
|
GPSTrackRef?: string;
|
|
642
|
-
/**
|
|
682
|
+
/** ★★☆☆ ✔ Example: "50.51.48.48" */
|
|
643
683
|
GPSVersionID?: string;
|
|
644
684
|
/** ★★★☆ ✔ Example: "Unknown (8176)" */
|
|
645
685
|
GainControl?: string;
|
|
@@ -653,7 +693,7 @@ export interface EXIFTags {
|
|
|
653
693
|
HostComputer?: string;
|
|
654
694
|
/** ☆☆☆☆ ✔ Example: 598 */
|
|
655
695
|
ISOSpeed?: number;
|
|
656
|
-
/** ★★★☆ ✔ Example: "
|
|
696
|
+
/** ★★★☆ ✔ Example: "{ "product_id": "090C", "uuid": "", "run_date": "", "filename": …" */
|
|
657
697
|
ImageDescription?: string;
|
|
658
698
|
/** ☆☆☆☆ ✔ Example: 43991 */
|
|
659
699
|
ImageNumber?: number;
|
|
@@ -663,11 +703,11 @@ export interface EXIFTags {
|
|
|
663
703
|
InteropIndex?: string;
|
|
664
704
|
/** ★★★★ ✔ Example: "undef undef undef" */
|
|
665
705
|
InteropVersion?: string;
|
|
666
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
706
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 996858 bytes, use -b option to extract)" */
|
|
667
707
|
JpgFromRaw?: string;
|
|
668
|
-
/** ☆☆☆☆ ✔ Example:
|
|
708
|
+
/** ☆☆☆☆ ✔ Example: 996858 */
|
|
669
709
|
JpgFromRawLength?: number;
|
|
670
|
-
/** ☆☆☆☆ ✔ Example:
|
|
710
|
+
/** ☆☆☆☆ ✔ Example: 996416 */
|
|
671
711
|
JpgFromRawStart?: number;
|
|
672
712
|
/** ★☆☆☆ ✔ Example: "?mm f/?" */
|
|
673
713
|
LensInfo?: string;
|
|
@@ -675,16 +715,22 @@ export interface EXIFTags {
|
|
|
675
715
|
LensMake?: string;
|
|
676
716
|
/** ★★★★ ✔ Example: "White Fluorescent" */
|
|
677
717
|
LightSource?: string;
|
|
718
|
+
/** ☆☆☆☆ Example: 1 */
|
|
719
|
+
LinearResponseLimit?: number;
|
|
678
720
|
/** ☆☆☆☆ ✔ Example: 4095 */
|
|
679
721
|
LinearityLimitBlue?: number;
|
|
680
722
|
/** ☆☆☆☆ ✔ Example: 4095 */
|
|
681
723
|
LinearityLimitGreen?: number;
|
|
682
724
|
/** ☆☆☆☆ ✔ Example: 4095 */
|
|
683
725
|
LinearityLimitRed?: number;
|
|
726
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 382105 bytes, use -b option to extract)" */
|
|
727
|
+
LinearizationTable?: string;
|
|
728
|
+
/** ☆☆☆☆ Example: "XB015" */
|
|
729
|
+
LocalizedCameraModel?: string;
|
|
684
730
|
/** ★★★★ ✔ Example: "samsung" */
|
|
685
731
|
Make?: string;
|
|
686
|
-
/** ☆☆☆☆ Example: "
|
|
687
|
-
|
|
732
|
+
/** ☆☆☆☆ Example: "Unsafe" */
|
|
733
|
+
MakerNoteSafety?: string;
|
|
688
734
|
/** ☆☆☆☆ ✔ Example: "(Binary data 3072 bytes, use -b option to extract)" */
|
|
689
735
|
MakerNoteSamsung1a?: string;
|
|
690
736
|
/** ☆☆☆☆ ✔ Example: "(Binary data 66 bytes, use -b option to extract)" */
|
|
@@ -701,8 +747,16 @@ export interface EXIFTags {
|
|
|
701
747
|
Model2?: string;
|
|
702
748
|
/** ★★★★ ✔ Example: 2216-02-28T03:49:50.000 */
|
|
703
749
|
ModifyDate?: ExifDateTime | string;
|
|
750
|
+
/** ☆☆☆☆ Example: "Pixel Shift" */
|
|
751
|
+
Multishot?: string;
|
|
752
|
+
/** ☆☆☆☆ Example: "ef0b8484e24c9aa107ac2ad2c7d8d04b" */
|
|
753
|
+
NewRawImageDigest?: string;
|
|
704
754
|
/** ☆☆☆☆ ✔ Example: 6 */
|
|
705
755
|
Noise?: number;
|
|
756
|
+
/** ☆☆☆☆ ✔ Example: "8.108e-05 6e-08" */
|
|
757
|
+
NoiseProfile?: string;
|
|
758
|
+
/** ☆☆☆☆ ✔ Example: 0.94999999 */
|
|
759
|
+
NoiseReductionApplied?: number;
|
|
706
760
|
/** ☆☆☆☆ ✔ Example: "5 100 4 4 4 200 8 8 8 400 16 16 16 800 32 32 32 1600 64 64 64" */
|
|
707
761
|
NoiseReductionParams?: string;
|
|
708
762
|
/** ☆☆☆☆ ✔ Example: 58 */
|
|
@@ -713,54 +767,94 @@ export interface EXIFTags {
|
|
|
713
767
|
OffsetTimeDigitized?: string;
|
|
714
768
|
/** ☆☆☆☆ ✔ Example: "-09:00" */
|
|
715
769
|
OffsetTimeOriginal?: string;
|
|
716
|
-
/** ★★★★ ✔ Example:
|
|
770
|
+
/** ★★★★ ✔ Example: 9 */
|
|
717
771
|
Orientation?: number;
|
|
718
|
-
/** ☆☆☆☆
|
|
772
|
+
/** ☆☆☆☆ Example: "0 0" */
|
|
773
|
+
OriginalBestQualitySize?: string;
|
|
774
|
+
/** ☆☆☆☆ Example: "undef undef" */
|
|
775
|
+
OriginalDefaultCropSize?: string;
|
|
776
|
+
/** ☆☆☆☆ Example: "0 0" */
|
|
777
|
+
OriginalDefaultFinalSize?: string;
|
|
778
|
+
/** ☆☆☆☆ Example: "fujifilm-x100s-daylight-DSCF9505.RAF" */
|
|
779
|
+
OriginalRawFileName?: string;
|
|
780
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 993611 bytes, use -b option to extract)" */
|
|
719
781
|
OtherImage?: string;
|
|
720
|
-
/** ☆☆☆☆ ✔ Example:
|
|
782
|
+
/** ☆☆☆☆ ✔ Example: 993611 */
|
|
721
783
|
OtherImageLength?: number;
|
|
722
784
|
/** ☆☆☆☆ ✔ Example: 755 */
|
|
723
785
|
OtherImageStart?: number;
|
|
724
|
-
/**
|
|
786
|
+
/** ★☆☆☆ ✔ Example: "Itsa Myowna" */
|
|
725
787
|
OwnerName?: string;
|
|
726
788
|
/** ☆☆☆☆ ✔ Example: "(Binary data 2060 bytes, use -b option to extract)" */
|
|
727
789
|
Padding?: string;
|
|
728
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
790
|
+
/** ☆☆☆☆ ✔ Example: "Transparency" */
|
|
729
791
|
PageName?: string;
|
|
730
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
792
|
+
/** ☆☆☆☆ ✔ Example: "0500" */
|
|
731
793
|
PanasonicRawVersion?: string;
|
|
732
|
-
/**
|
|
794
|
+
/** ★☆☆☆ ✔ Example: "YCbCr" */
|
|
733
795
|
PhotometricInterpretation?: string;
|
|
734
|
-
/**
|
|
796
|
+
/** ★☆☆☆ ✔ Example: "Chunky" */
|
|
735
797
|
PlanarConfiguration?: string;
|
|
736
|
-
/** ☆☆☆☆
|
|
798
|
+
/** ☆☆☆☆ Example: "None" */
|
|
799
|
+
Predictor?: string;
|
|
800
|
+
/** ☆☆☆☆ ✔ Example: 995 */
|
|
737
801
|
Pressure?: number;
|
|
738
|
-
/** ☆☆☆☆
|
|
802
|
+
/** ☆☆☆☆ Example: "dng_validate" */
|
|
803
|
+
PreviewApplicationName?: string;
|
|
804
|
+
/** ☆☆☆☆ Example: 9.8 */
|
|
805
|
+
PreviewApplicationVersion?: number;
|
|
806
|
+
/** ☆☆☆☆ Example: "sRGB" */
|
|
807
|
+
PreviewColorSpace?: string;
|
|
808
|
+
/** ☆☆☆☆ ✔ Example: 2019-03-10T21:12:53.000+08:00 */
|
|
739
809
|
PreviewDateTime?: ExifDateTime | string;
|
|
740
|
-
/** ☆☆☆☆ ✔ Example:
|
|
810
|
+
/** ☆☆☆☆ ✔ Example: 958208 */
|
|
741
811
|
PreviewImageLength?: number;
|
|
742
812
|
/** ☆☆☆☆ ✔ Example: 9996 */
|
|
743
813
|
PreviewImageStart?: number;
|
|
744
|
-
/** ☆☆☆☆
|
|
814
|
+
/** ☆☆☆☆ Example: "f195b95ad7863197fd6abcf71422e49b" */
|
|
815
|
+
PreviewSettingsDigest?: string;
|
|
816
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 98514 bytes, use -b option to extract)" */
|
|
745
817
|
PreviewTIFF?: string;
|
|
746
818
|
/** ☆☆☆☆ ✔ Example: "0.64 0.33 0.3 0.6 0.15 0.06" */
|
|
747
819
|
PrimaryChromaticities?: string;
|
|
748
820
|
/** ☆☆☆☆ ✔ Example: "https://PhotoStructure.com/" */
|
|
749
821
|
ProcessingSoftware?: string;
|
|
822
|
+
/** ☆☆☆☆ Example: "com.adobe" */
|
|
823
|
+
ProfileCalibrationSig?: string;
|
|
824
|
+
/** ☆☆☆☆ Example: "© Chuckles McSnortypants, Inc." */
|
|
825
|
+
ProfileCopyright?: string;
|
|
826
|
+
/** ☆☆☆☆ Example: "Allow Copying" */
|
|
827
|
+
ProfileEmbedPolicy?: string;
|
|
828
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 822464 bytes, use -b option to extract)" */
|
|
829
|
+
ProfileGainTableMap?: string;
|
|
830
|
+
/** ☆☆☆☆ Example: "90 30 1" */
|
|
831
|
+
ProfileHueSatMapDims?: string;
|
|
832
|
+
/** ☆☆☆☆ Example: "0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1" */
|
|
833
|
+
ProfileLookTableData?: string;
|
|
834
|
+
/** ☆☆☆☆ Example: "36 8 16" */
|
|
835
|
+
ProfileLookTableDims?: string;
|
|
836
|
+
/** ☆☆☆☆ ✔ Example: "XB015" */
|
|
837
|
+
ProfileName?: string;
|
|
838
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 7195 bytes, use -b option to extract)" */
|
|
839
|
+
ProfileToneCurve?: string;
|
|
750
840
|
/** ☆☆☆☆ ✔ Example: 3 */
|
|
751
841
|
Rating?: number;
|
|
752
842
|
/** ☆☆☆☆ ✔ Example: 50 */
|
|
753
843
|
RatingPercent?: number;
|
|
754
|
-
/** ☆☆☆☆ ✔ Example:
|
|
844
|
+
/** ☆☆☆☆ ✔ Example: 946688 */
|
|
755
845
|
RawDataOffset?: number;
|
|
756
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
846
|
+
/** ☆☆☆☆ ✔ Example: "FE011C230F0804E207AE0D5000000000" */
|
|
757
847
|
RawDataUniqueID?: string;
|
|
758
|
-
/** ☆☆☆☆ ✔ Example:
|
|
848
|
+
/** ☆☆☆☆ ✔ Example: 6 */
|
|
759
849
|
RawFormat?: number;
|
|
760
|
-
/** ☆☆☆☆
|
|
850
|
+
/** ☆☆☆☆ Example: "87e7e7b16cb323c3a623982c20068dcb" */
|
|
851
|
+
RawImageDigest?: string;
|
|
852
|
+
/** ☆☆☆☆ ✔ Example: "8 2160 2160" */
|
|
761
853
|
RawImageSegmentation?: string;
|
|
762
|
-
/**
|
|
854
|
+
/** ★☆☆☆ ✔ Example: 800 */
|
|
763
855
|
RecommendedExposureIndex?: number;
|
|
856
|
+
/** ☆☆☆☆ Example: "M14-1451c" */
|
|
857
|
+
ReelName?: string;
|
|
764
858
|
/** ☆☆☆☆ ✔ Example: "0 255 128 255 128 255" */
|
|
765
859
|
ReferenceBlackWhite?: string;
|
|
766
860
|
/** ☆☆☆☆ Example: "JPEG Exif Ver 2.2" */
|
|
@@ -773,11 +867,13 @@ export interface EXIFTags {
|
|
|
773
867
|
RelatedSoundFile?: string;
|
|
774
868
|
/** ★★★★ ✔ Example: "inches" */
|
|
775
869
|
ResolutionUnit?: string;
|
|
776
|
-
/**
|
|
870
|
+
/** ★☆☆☆ ✔ Example: 96 */
|
|
777
871
|
RowsPerStrip?: number;
|
|
778
872
|
/** ☆☆☆☆ ✔ Example: 4 */
|
|
779
873
|
SRawType?: number;
|
|
780
|
-
/** ☆☆☆☆
|
|
874
|
+
/** ☆☆☆☆ Example: "Unsigned; Unsigned; Unsigned" */
|
|
875
|
+
SampleFormat?: string;
|
|
876
|
+
/** ★☆☆☆ ✔ Example: 3 */
|
|
781
877
|
SamplesPerPixel?: number;
|
|
782
878
|
/** ★★★☆ ✔ Example: "Unknown (8)" */
|
|
783
879
|
Saturation?: string;
|
|
@@ -785,22 +881,28 @@ export interface EXIFTags {
|
|
|
785
881
|
SceneCaptureType?: string;
|
|
786
882
|
/** ★★★★ ✔ Example: "Unknown (9)" */
|
|
787
883
|
SceneType?: string;
|
|
884
|
+
/** ☆☆☆☆ Example: 0 */
|
|
885
|
+
SelfTimerMode?: number;
|
|
886
|
+
/** ☆☆☆☆ ✔ Example: "urn:com:apple:photo:2020:aux:semanticskymatte" */
|
|
887
|
+
SemanticName?: string;
|
|
788
888
|
/** ★★★☆ ✔ Example: "Unknown (74)" */
|
|
789
889
|
SensingMethod?: string;
|
|
790
890
|
/** ★★☆☆ ✔ Example: "Unknown" */
|
|
791
891
|
SensitivityType?: string;
|
|
792
|
-
/** ☆☆☆☆ ✔ Example:
|
|
892
|
+
/** ☆☆☆☆ ✔ Example: 7786 */
|
|
793
893
|
SensorBottomBorder?: number;
|
|
794
|
-
/** ☆☆☆☆ ✔ Example:
|
|
894
|
+
/** ☆☆☆☆ ✔ Example: 7794 */
|
|
795
895
|
SensorHeight?: number;
|
|
796
896
|
/** ☆☆☆☆ ✔ Example: 8 */
|
|
797
897
|
SensorLeftBorder?: number;
|
|
798
|
-
/** ☆☆☆☆ ✔ Example:
|
|
898
|
+
/** ☆☆☆☆ ✔ Example: 5480 */
|
|
799
899
|
SensorRightBorder?: number;
|
|
800
900
|
/** ☆☆☆☆ ✔ Example: 8 */
|
|
801
901
|
SensorTopBorder?: number;
|
|
802
|
-
/** ☆☆☆☆ ✔ Example:
|
|
902
|
+
/** ☆☆☆☆ ✔ Example: 5488 */
|
|
803
903
|
SensorWidth?: number;
|
|
904
|
+
/** ☆☆☆☆ Example: 1 */
|
|
905
|
+
ShadowScale?: number;
|
|
804
906
|
/** ★★★☆ ✔ Example: "Unknown (7824)" */
|
|
805
907
|
Sharpness?: string;
|
|
806
908
|
/** ★★★☆ ✔ Example: "1/999963365" */
|
|
@@ -815,19 +917,19 @@ export interface EXIFTags {
|
|
|
815
917
|
SpatialFrequencyResponse?: number;
|
|
816
918
|
/** ☆☆☆☆ ✔ Example: 800 */
|
|
817
919
|
StandardOutputSensitivity?: number;
|
|
818
|
-
/**
|
|
920
|
+
/** ★☆☆☆ ✔ Example: 9935445 */
|
|
819
921
|
StripByteCounts?: number;
|
|
820
|
-
/**
|
|
922
|
+
/** ★☆☆☆ ✔ Example: 999356 */
|
|
821
923
|
StripOffsets?: number;
|
|
822
|
-
/**
|
|
924
|
+
/** ★★☆☆ ✔ Example: 99 */
|
|
823
925
|
SubSecTime?: number;
|
|
824
|
-
/**
|
|
926
|
+
/** ★★☆☆ ✔ Example: 99 */
|
|
825
927
|
SubSecTimeDigitized?: number;
|
|
826
|
-
/**
|
|
928
|
+
/** ★★☆☆ ✔ Example: 999 */
|
|
827
929
|
SubSecTimeOriginal?: number;
|
|
828
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
930
|
+
/** ☆☆☆☆ ✔ Example: "Semantic Mask" */
|
|
829
931
|
SubfileType?: string;
|
|
830
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
932
|
+
/** ☆☆☆☆ ✔ Example: "982 959 945 933 918 921 955 1023 990 944 916 883 812 862 922 769…" */
|
|
831
933
|
SubjectArea?: string;
|
|
832
934
|
/** ☆☆☆☆ ✔ Example: "99.99 m" */
|
|
833
935
|
SubjectDistance?: string;
|
|
@@ -841,15 +943,21 @@ export interface EXIFTags {
|
|
|
841
943
|
ThumbnailLength?: number;
|
|
842
944
|
/** ★★★★ ✔ Example: 998 */
|
|
843
945
|
ThumbnailOffset?: number;
|
|
844
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
946
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 98520 bytes, use -b option to extract)" */
|
|
845
947
|
ThumbnailTIFF?: string;
|
|
846
|
-
/** ☆☆☆☆ ✔ Example:
|
|
948
|
+
/** ☆☆☆☆ ✔ Example: "1991923 2063645 2029116 1974771" */
|
|
949
|
+
TileByteCounts?: string;
|
|
950
|
+
/** ☆☆☆☆ ✔ Example: 528 */
|
|
847
951
|
TileLength?: number;
|
|
848
|
-
/** ☆☆☆☆ ✔ Example:
|
|
952
|
+
/** ☆☆☆☆ ✔ Example: "9216 1143680" */
|
|
953
|
+
TileOffsets?: string;
|
|
954
|
+
/** ☆☆☆☆ ✔ Example: 976 */
|
|
849
955
|
TileWidth?: number;
|
|
850
|
-
/** ☆☆☆☆
|
|
851
|
-
|
|
852
|
-
/** ☆☆☆☆ ✔ Example:
|
|
956
|
+
/** ☆☆☆☆ Example: 22:16:21.020 */
|
|
957
|
+
TimeCodes?: ExifTime | string;
|
|
958
|
+
/** ☆☆☆☆ ✔ Example: */
|
|
959
|
+
TimeZoneOffset?: number | string;
|
|
960
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 4133 bytes, use -b option to extract)" */
|
|
853
961
|
TransferFunction?: string;
|
|
854
962
|
/** ☆☆☆☆ ✔ Example: "motorola XT1254" */
|
|
855
963
|
UniqueCameraModel?: string;
|
|
@@ -859,7 +967,7 @@ export interface EXIFTags {
|
|
|
859
967
|
VignettingCorrParams?: string;
|
|
860
968
|
/** ☆☆☆☆ ✔ Example: "Auto" */
|
|
861
969
|
VignettingCorrection?: string;
|
|
862
|
-
/** ☆☆☆☆ ✔ Example:
|
|
970
|
+
/** ☆☆☆☆ ✔ Example: 703 */
|
|
863
971
|
WBBlueLevel?: number;
|
|
864
972
|
/** ☆☆☆☆ ✔ Example: 265 */
|
|
865
973
|
WBGreenLevel?: number;
|
|
@@ -873,11 +981,11 @@ export interface EXIFTags {
|
|
|
873
981
|
WhiteLevel?: number;
|
|
874
982
|
/** ☆☆☆☆ ✔ Example: "0.4234 0.399" */
|
|
875
983
|
WhitePoint?: string;
|
|
876
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
984
|
+
/** ☆☆☆☆ ✔ Example: "Nom De Plume" */
|
|
877
985
|
XPAuthor?: string;
|
|
878
986
|
/** ☆☆☆☆ ✔ Example: "This is a comment." */
|
|
879
987
|
XPComment?: string;
|
|
880
|
-
/** ☆☆☆☆ ✔ Example: "v01.
|
|
988
|
+
/** ☆☆☆☆ ✔ Example: "v01.43.0042;0.0.1;v1.0.0" */
|
|
881
989
|
XPKeywords?: string;
|
|
882
990
|
/** ☆☆☆☆ ✔ Example: "image thermique, thermal image" */
|
|
883
991
|
XPSubject?: string;
|
|
@@ -943,17 +1051,19 @@ export interface FlashPixTags {
|
|
|
943
1051
|
export interface IPTCTags {
|
|
944
1052
|
/** ☆☆☆☆ ✔ Example: 4 */
|
|
945
1053
|
ApplicationRecordVersion?: number;
|
|
1054
|
+
/** ☆☆☆☆ Example: */
|
|
1055
|
+
"Caption-Abstract"?: string;
|
|
946
1056
|
/** ☆☆☆☆ ✔ Example: "" */
|
|
947
1057
|
Category?: string;
|
|
948
1058
|
/** ☆☆☆☆ ✔ Example: "Seattle" */
|
|
949
1059
|
City?: string;
|
|
950
1060
|
/** ☆☆☆☆ ✔ Example: "UTF8" */
|
|
951
1061
|
CodedCharacterSet?: string;
|
|
952
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1062
|
+
/** ☆☆☆☆ ✔ Example: "Donna Ringmanumba" */
|
|
953
1063
|
Contact?: string;
|
|
954
1064
|
/** ☆☆☆☆ ✔ Example: "Creative Commons Attribution 4.0 International" */
|
|
955
1065
|
CopyrightNotice?: string;
|
|
956
|
-
/** ☆☆☆☆ ✔ Example: "photo by Jenny
|
|
1066
|
+
/** ☆☆☆☆ ✔ Example: "photo by Jenny Snapsalot" */
|
|
957
1067
|
Credit?: string;
|
|
958
1068
|
/** ☆☆☆☆ ✔ Example: "" */
|
|
959
1069
|
DateSent?: string;
|
|
@@ -1011,12 +1121,6 @@ export interface MPFTags {
|
|
|
1011
1121
|
ImageUIDList?: string;
|
|
1012
1122
|
/** ★★☆☆ ✔ Example: "0100" */
|
|
1013
1123
|
MPFVersion?: string;
|
|
1014
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data 1669333760 bytes, use -b option to extract)" */
|
|
1015
|
-
MPImage1?: string;
|
|
1016
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data 826278144 bytes, use -b option to extract)" */
|
|
1017
|
-
MPImage2?: string;
|
|
1018
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data 963518 bytes, use -b option to extract)" */
|
|
1019
|
-
MPImage3?: string;
|
|
1020
1124
|
/** ★★☆☆ ✔ Example: "Representative image, Dependent parent image" */
|
|
1021
1125
|
MPImageFlags?: string;
|
|
1022
1126
|
/** ★★☆☆ ✔ Example: "Unknown (4)" */
|
|
@@ -1073,34 +1177,32 @@ export interface MetaTags {
|
|
|
1073
1177
|
WatermarkType?: number;
|
|
1074
1178
|
}
|
|
1075
1179
|
export interface PanasonicRawTags {
|
|
1076
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1077
|
-
DistortionParam02?: number;
|
|
1078
|
-
/** ☆☆☆☆ ✔ Example: 0.0054016113 */
|
|
1079
|
-
DistortionParam04?: number;
|
|
1080
|
-
/** ☆☆☆☆ ✔ Example: 0.09475708 */
|
|
1081
|
-
DistortionParam08?: number;
|
|
1082
|
-
/** ☆☆☆☆ ✔ Example: 0.019195557 */
|
|
1083
|
-
DistortionParam09?: number;
|
|
1084
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
1085
|
-
DistortionParam11?: number;
|
|
1086
|
-
/** ☆☆☆☆ ✔ Example: 1 */
|
|
1180
|
+
/** ☆☆☆☆ ✔ Example: 1.02416 */
|
|
1087
1181
|
DistortionScale?: number;
|
|
1182
|
+
/** ☆☆☆☆ Example: "Yes" */
|
|
1183
|
+
FacesDetected?: string;
|
|
1184
|
+
/** ☆☆☆☆ Example: "Yes" */
|
|
1185
|
+
FlashFired?: string;
|
|
1186
|
+
/** ☆☆☆☆ Example: 5 */
|
|
1187
|
+
FocusStepNear?: number;
|
|
1188
|
+
/** ☆☆☆☆ Example: "Yes" */
|
|
1189
|
+
LensAttached?: string;
|
|
1190
|
+
/** ☆☆☆☆ Example: 2 */
|
|
1191
|
+
LensTypeMake?: number;
|
|
1192
|
+
/** ☆☆☆☆ Example: "30 10" */
|
|
1193
|
+
LensTypeModel?: string;
|
|
1194
|
+
/** ☆☆☆☆ Example: "Yes" */
|
|
1195
|
+
MultishotOn?: string;
|
|
1088
1196
|
/** ☆☆☆☆ ✔ Example: 7 */
|
|
1089
1197
|
NumWBEntries?: number;
|
|
1090
|
-
/** ☆☆☆☆
|
|
1091
|
-
|
|
1092
|
-
/** ☆☆☆☆
|
|
1093
|
-
|
|
1094
|
-
/** ☆☆☆☆
|
|
1095
|
-
|
|
1096
|
-
/** ☆☆☆☆
|
|
1097
|
-
|
|
1098
|
-
/** ☆☆☆☆ ✔ Example: "Flash" */
|
|
1099
|
-
WBType5?: string;
|
|
1100
|
-
/** ☆☆☆☆ ✔ Example: "D55" */
|
|
1101
|
-
WBType6?: string;
|
|
1102
|
-
/** ☆☆☆☆ ✔ Example: "ISO Studio Tungsten" */
|
|
1103
|
-
WBType7?: string;
|
|
1198
|
+
/** ☆☆☆☆ Example: 4.8789063 */
|
|
1199
|
+
SensitivityValue?: number;
|
|
1200
|
+
/** ☆☆☆☆ Example: "Tungsten" */
|
|
1201
|
+
WhiteBalanceDetected?: string;
|
|
1202
|
+
/** ☆☆☆☆ Example: "Kelvin" */
|
|
1203
|
+
WhiteBalanceSet?: string;
|
|
1204
|
+
/** ☆☆☆☆ Example: 54 */
|
|
1205
|
+
ZoomPosition?: number;
|
|
1104
1206
|
}
|
|
1105
1207
|
export interface PhotoshopTags {
|
|
1106
1208
|
/** ☆☆☆☆ ✔ Example: true */
|
|
@@ -1163,7 +1265,7 @@ export interface QuickTimeTags {
|
|
|
1163
1265
|
AudioSampleRate?: number;
|
|
1164
1266
|
/** ☆☆☆☆ ✔ Example: "Panasonic" */
|
|
1165
1267
|
AudioVendorID?: string;
|
|
1166
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1268
|
+
/** ☆☆☆☆ ✔ Example: "Nom De Plume" */
|
|
1167
1269
|
Author?: string;
|
|
1168
1270
|
/** ☆☆☆☆ ✔ Example: "65535 65535 65535" */
|
|
1169
1271
|
BackgroundColor?: string;
|
|
@@ -1207,7 +1309,7 @@ export interface QuickTimeTags {
|
|
|
1207
1309
|
HandlerClass?: string;
|
|
1208
1310
|
/** ☆☆☆☆ ✔ Example: "SoundHandle" */
|
|
1209
1311
|
HandlerDescription?: string;
|
|
1210
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1312
|
+
/** ☆☆☆☆ ✔ Example: "Video Track" */
|
|
1211
1313
|
HandlerType?: string;
|
|
1212
1314
|
/** ☆☆☆☆ ✔ Example: "Panasonic" */
|
|
1213
1315
|
HandlerVendorID?: string;
|
|
@@ -1217,7 +1319,7 @@ export interface QuickTimeTags {
|
|
|
1217
1319
|
MajorBrand?: string;
|
|
1218
1320
|
/** ☆☆☆☆ ✔ Example: "1 0 0 0 1 0 0 0 1" */
|
|
1219
1321
|
MatrixStructure?: string;
|
|
1220
|
-
/** ☆☆☆☆ ✔ Example: 2021-
|
|
1322
|
+
/** ☆☆☆☆ ✔ Example: 2021-12-29T10:57:50.000-05:00 */
|
|
1221
1323
|
MediaCreateDate?: ExifDateTime | string;
|
|
1222
1324
|
/** ☆☆☆☆ ✔ Example: 98304 */
|
|
1223
1325
|
MediaDataOffset?: number;
|
|
@@ -1229,7 +1331,7 @@ export interface QuickTimeTags {
|
|
|
1229
1331
|
MediaHeaderVersion?: number;
|
|
1230
1332
|
/** ☆☆☆☆ ✔ Example: "und" */
|
|
1231
1333
|
MediaLanguageCode?: string;
|
|
1232
|
-
/** ☆☆☆☆ ✔ Example: 2021-
|
|
1334
|
+
/** ☆☆☆☆ ✔ Example: 2021-12-29T10:57:50.000-05:00 */
|
|
1233
1335
|
MediaModifyDate?: ExifDateTime | string;
|
|
1234
1336
|
/** ☆☆☆☆ ✔ Example: 8000 */
|
|
1235
1337
|
MediaTimeScale?: number;
|
|
@@ -1261,6 +1363,10 @@ export interface QuickTimeTags {
|
|
|
1261
1363
|
ProductionApertureDimensions?: string;
|
|
1262
1364
|
/** ☆☆☆☆ Example: "mp4a" */
|
|
1263
1365
|
PurchaseFileFormat?: string;
|
|
1366
|
+
/** ☆☆☆☆ Example: 1 */
|
|
1367
|
+
SampleDuration?: number;
|
|
1368
|
+
/** ☆☆☆☆ Example: "0 s" */
|
|
1369
|
+
SampleTime?: string;
|
|
1264
1370
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
1265
1371
|
SelectionDuration?: number;
|
|
1266
1372
|
/** ☆☆☆☆ ✔ Example: "0 s" */
|
|
@@ -1269,7 +1375,7 @@ export interface QuickTimeTags {
|
|
|
1269
1375
|
SerialNumberHash?: string;
|
|
1270
1376
|
/** ☆☆☆☆ ✔ Example: 720 */
|
|
1271
1377
|
SourceImageHeight?: number;
|
|
1272
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1378
|
+
/** ☆☆☆☆ ✔ Example: 8192 */
|
|
1273
1379
|
SourceImageWidth?: number;
|
|
1274
1380
|
/** ☆☆☆☆ ✔ Example: "0 0 0" */
|
|
1275
1381
|
TextColor?: string;
|
|
@@ -1283,7 +1389,7 @@ export interface QuickTimeTags {
|
|
|
1283
1389
|
TimeCode?: number;
|
|
1284
1390
|
/** ☆☆☆☆ ✔ Example: 90000 */
|
|
1285
1391
|
TimeScale?: number;
|
|
1286
|
-
/** ☆☆☆☆ ✔ Example: 2021-
|
|
1392
|
+
/** ☆☆☆☆ ✔ Example: 2021-12-29T10:57:50.000-05:00 */
|
|
1287
1393
|
TrackCreateDate?: ExifDateTime | string;
|
|
1288
1394
|
/** ☆☆☆☆ ✔ Example: 9.5095 */
|
|
1289
1395
|
TrackDuration?: number;
|
|
@@ -1293,7 +1399,7 @@ export interface QuickTimeTags {
|
|
|
1293
1399
|
TrackID?: number;
|
|
1294
1400
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
1295
1401
|
TrackLayer?: number;
|
|
1296
|
-
/** ☆☆☆☆ ✔ Example: 2021-
|
|
1402
|
+
/** ☆☆☆☆ ✔ Example: 2021-12-29T10:57:50.000-05:00 */
|
|
1297
1403
|
TrackModifyDate?: ExifDateTime | string;
|
|
1298
1404
|
/** ☆☆☆☆ ✔ Example: "0.00%" */
|
|
1299
1405
|
TrackVolume?: string;
|
|
@@ -1303,25 +1409,31 @@ export interface QuickTimeTags {
|
|
|
1303
1409
|
VideoFrameRate?: number;
|
|
1304
1410
|
}
|
|
1305
1411
|
export interface RAFTags {
|
|
1306
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1412
|
+
/** ☆☆☆☆ ✔ Example: "808.8888889 0.3535648995 0.5001828154 0.6124314442 0.7071297989 …" */
|
|
1307
1413
|
ChromaticAberrationParams?: string;
|
|
1308
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1414
|
+
/** ☆☆☆☆ ✔ Example: "8 9 11 10" */
|
|
1309
1415
|
FujiLayout?: string;
|
|
1310
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1416
|
+
/** ☆☆☆☆ ✔ Example: "808.8888889 0.3535648995 0.5001828154 0.6124314442 0.7071297989 …" */
|
|
1311
1417
|
GeometricDistortionParams?: string;
|
|
1312
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1418
|
+
/** ☆☆☆☆ ✔ Example: 0 */
|
|
1313
1419
|
RawExposureBias?: number;
|
|
1314
|
-
/** ☆☆☆☆
|
|
1420
|
+
/** ☆☆☆☆ Example: "4:3" */
|
|
1421
|
+
RawImageAspectRatio?: string;
|
|
1422
|
+
/** ☆☆☆☆ ✔ Example: "8 12" */
|
|
1315
1423
|
RawImageCropTopLeft?: string;
|
|
1316
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1424
|
+
/** ☆☆☆☆ ✔ Example: "8256x6192" */
|
|
1317
1425
|
RawImageCroppedSize?: string;
|
|
1318
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1426
|
+
/** ☆☆☆☆ ✔ Example: 8754 */
|
|
1319
1427
|
RawImageFullHeight?: number;
|
|
1320
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1428
|
+
/** ☆☆☆☆ ✔ Example: "9216x6210" */
|
|
1321
1429
|
RawImageFullSize?: string;
|
|
1322
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1430
|
+
/** ☆☆☆☆ ✔ Example: 9216 */
|
|
1323
1431
|
RawImageFullWidth?: number;
|
|
1324
|
-
/** ☆☆☆☆
|
|
1432
|
+
/** ☆☆☆☆ Example: "7680x2720" */
|
|
1433
|
+
RawImageSize?: string;
|
|
1434
|
+
/** ☆☆☆☆ Example: 0 */
|
|
1435
|
+
RelativeExposure?: number;
|
|
1436
|
+
/** ☆☆☆☆ ✔ Example: "808.8888889 0.3535648995 0.5001828154 0.6124314442 0.7071297989 …" */
|
|
1325
1437
|
VignettingParams?: string;
|
|
1326
1438
|
/** ☆☆☆☆ ✔ Example: "GRBGBR BGGRGG RGGBGG GBRGRB RGGBGG BGGRGG" */
|
|
1327
1439
|
XTransLayout?: string;
|
|
@@ -1375,11 +1487,11 @@ export interface MakerNotesTags {
|
|
|
1375
1487
|
AEBSequence?: string;
|
|
1376
1488
|
/** ☆☆☆☆ ✔ Example: "0,-,+/Enabled" */
|
|
1377
1489
|
AEBSequenceAutoCancel?: string;
|
|
1378
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1490
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (5 0)" */
|
|
1379
1491
|
AEBShotCount?: string;
|
|
1380
1492
|
/** ☆☆☆☆ ✔ Example: 0.5 */
|
|
1381
1493
|
AEBXv?: number;
|
|
1382
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1494
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (0x12)" */
|
|
1383
1495
|
AEBracketingSteps?: string;
|
|
1384
1496
|
/** ☆☆☆☆ ✔ Example: "1/965" */
|
|
1385
1497
|
AEExposureTime?: string;
|
|
@@ -1389,20 +1501,16 @@ export interface MakerNotesTags {
|
|
|
1389
1501
|
AELExposureIndicator?: string;
|
|
1390
1502
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
1391
1503
|
AELock?: string;
|
|
1392
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1504
|
+
/** ☆☆☆☆ ✔ Example: "Virtual Horizon" */
|
|
1393
1505
|
AELockButton?: string;
|
|
1394
1506
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
1395
1507
|
AELockButtonPlusDials?: string;
|
|
1396
|
-
/** ☆☆☆☆ ✔ Example: "Evaluative" */
|
|
1508
|
+
/** ☆☆☆☆ ✔ Example: "Evaluative, Partial, Spot, Center-weighted" */
|
|
1397
1509
|
AELockMeterModeAfterFocus?: string;
|
|
1398
1510
|
/** ☆☆☆☆ ✔ Example: 5.7 */
|
|
1399
1511
|
AEMaxAperture?: number;
|
|
1400
|
-
/** ☆☆☆☆ ✔ Example: 5.7 */
|
|
1401
|
-
AEMaxAperture2?: number;
|
|
1402
1512
|
/** ☆☆☆☆ ✔ Example: "[1], [2]" */
|
|
1403
1513
|
AEMeteringMode?: string;
|
|
1404
|
-
/** ☆☆☆☆ Example: "Multi-segment" */
|
|
1405
|
-
AEMeteringMode2?: string;
|
|
1406
1514
|
/** ☆☆☆☆ ✔ Example: "9.8 9.4 7.9 8.6 9.2 8.5 9.4 8.9 8.1 8.6 8.0 10.4 8.5 10.6 9.5 9.…" */
|
|
1407
1515
|
AEMeteringSegments?: string;
|
|
1408
1516
|
/** ☆☆☆☆ ✔ Example: "Enable; 0; 8; 0" */
|
|
@@ -1419,7 +1527,7 @@ export interface MakerNotesTags {
|
|
|
1419
1527
|
AEWhiteBalance?: string;
|
|
1420
1528
|
/** ☆☆☆☆ ✔ Example: 0.5 */
|
|
1421
1529
|
AEXv?: number;
|
|
1422
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1530
|
+
/** ☆☆☆☆ ✔ Example: 2 */
|
|
1423
1531
|
AFAccelDecelTracking?: number;
|
|
1424
1532
|
/** ☆☆☆☆ ✔ Example: "Shutter/AF-On" */
|
|
1425
1533
|
AFActivation?: string;
|
|
@@ -1427,9 +1535,9 @@ export interface MakerNotesTags {
|
|
|
1427
1535
|
AFAdjustment?: number;
|
|
1428
1536
|
/** ☆☆☆☆ ✔ Example: "Metering start" */
|
|
1429
1537
|
AFAndMeteringButtons?: string;
|
|
1430
|
-
/** ☆☆☆☆ ✔ Example: 5
|
|
1538
|
+
/** ☆☆☆☆ ✔ Example: 6.5 */
|
|
1431
1539
|
AFAperture?: number;
|
|
1432
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1540
|
+
/** ☆☆☆☆ ✔ Example: 888 */
|
|
1433
1541
|
AFAreaHeight?: number;
|
|
1434
1542
|
/** ★☆☆☆ ✔ Example: "994 18 18 18 18 18 18 18 18" */
|
|
1435
1543
|
AFAreaHeights?: string;
|
|
@@ -1449,17 +1557,13 @@ export interface MakerNotesTags {
|
|
|
1449
1557
|
AFAreaWidth?: number;
|
|
1450
1558
|
/** ★☆☆☆ ✔ Example: "994 18 18 18 18 18 18 18 18" */
|
|
1451
1559
|
AFAreaWidths?: string;
|
|
1452
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1560
|
+
/** ☆☆☆☆ ✔ Example: 4908 */
|
|
1453
1561
|
AFAreaXPosition?: number;
|
|
1454
|
-
/**
|
|
1455
|
-
AFAreaXPosition1?: number;
|
|
1456
|
-
/** ★☆☆☆ ✔ 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 …" */
|
|
1562
|
+
/** ★★☆☆ ✔ 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 …" */
|
|
1457
1563
|
AFAreaXPositions?: string;
|
|
1458
1564
|
/** ☆☆☆☆ ✔ Example: 744 */
|
|
1459
1565
|
AFAreaYPosition?: number;
|
|
1460
|
-
/**
|
|
1461
|
-
AFAreaYPosition1?: number;
|
|
1462
|
-
/** ★☆☆☆ ✔ Example: "9 0 0 0 0 0 0 0 0" */
|
|
1566
|
+
/** ★★☆☆ ✔ Example: "9 0 0 0 0 0 0 0 0" */
|
|
1463
1567
|
AFAreaYPositions?: string;
|
|
1464
1568
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
1465
1569
|
AFAreaZoneSize?: string;
|
|
@@ -1467,13 +1571,13 @@ export interface MakerNotesTags {
|
|
|
1467
1571
|
AFAreas?: string;
|
|
1468
1572
|
/** ☆☆☆☆ ✔ Example: "Only ext. flash emits/Fires" */
|
|
1469
1573
|
AFAssist?: string;
|
|
1470
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1574
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (3)" */
|
|
1471
1575
|
AFAssistBeam?: string;
|
|
1472
1576
|
/** ☆☆☆☆ ✔ Example: "Unknown (5)" */
|
|
1473
1577
|
AFAssistLamp?: string;
|
|
1474
1578
|
/** ☆☆☆☆ ✔ Example: "No" */
|
|
1475
1579
|
AFButtonPressed?: string;
|
|
1476
|
-
/** ☆☆☆☆ ✔ Example: "Case
|
|
1580
|
+
/** ☆☆☆☆ ✔ Example: "Case 5" */
|
|
1477
1581
|
AFConfigTool?: string;
|
|
1478
1582
|
/** ☆☆☆☆ ✔ Example: 9 */
|
|
1479
1583
|
AFDefocus?: number;
|
|
@@ -1481,23 +1585,23 @@ export interface MakerNotesTags {
|
|
|
1481
1585
|
AFDuringLiveView?: string;
|
|
1482
1586
|
/** ☆☆☆☆ ✔ Example: "On (2)" */
|
|
1483
1587
|
AFFineTune?: string;
|
|
1484
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1485
|
-
AFFineTuneAdj?:
|
|
1588
|
+
/** ☆☆☆☆ ✔ Example: 0 */
|
|
1589
|
+
AFFineTuneAdj?: number;
|
|
1486
1590
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
1487
1591
|
AFFineTuneAdjTele?: number;
|
|
1488
1592
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
1489
1593
|
AFFineTuneIndex?: string;
|
|
1490
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1594
|
+
/** ☆☆☆☆ ✔ Example: "6L of Center" */
|
|
1491
1595
|
AFFocusPointXPosition?: string;
|
|
1492
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1596
|
+
/** ☆☆☆☆ ✔ Example: "C" */
|
|
1493
1597
|
AFFocusPointYPosition?: string;
|
|
1494
1598
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
1495
1599
|
AFIlluminator?: string;
|
|
1496
|
-
/**
|
|
1600
|
+
/** ★★☆☆ ✔ Example: 88 */
|
|
1497
1601
|
AFImageHeight?: number;
|
|
1498
|
-
/**
|
|
1602
|
+
/** ★★☆☆ ✔ Example: 8688 */
|
|
1499
1603
|
AFImageWidth?: number;
|
|
1500
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1604
|
+
/** ☆☆☆☆ ✔ Example: "0400" */
|
|
1501
1605
|
AFInfo2Version?: string;
|
|
1502
1606
|
/** ☆☆☆☆ ✔ Example: "90 ms" */
|
|
1503
1607
|
AFIntegrationTime?: string;
|
|
@@ -1507,9 +1611,9 @@ export interface MakerNotesTags {
|
|
|
1507
1611
|
AFMicroAdjMode?: string;
|
|
1508
1612
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
1509
1613
|
AFMicroAdjRegisteredLenses?: number;
|
|
1510
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1614
|
+
/** ☆☆☆☆ ✔ Example: 2 */
|
|
1511
1615
|
AFMicroAdjValue?: number;
|
|
1512
|
-
/** ☆☆☆☆ ✔ Example: "Disable;
|
|
1616
|
+
/** ☆☆☆☆ ✔ Example: "Disable; 1; 0; 0; 0" */
|
|
1513
1617
|
AFMicroadjustment?: string;
|
|
1514
1618
|
/** ★☆☆☆ ✔ Example: "Zone" */
|
|
1515
1619
|
AFMode?: string;
|
|
@@ -1517,13 +1621,13 @@ export interface MakerNotesTags {
|
|
|
1517
1621
|
AFModeRestrictions?: string;
|
|
1518
1622
|
/** ☆☆☆☆ ✔ Example: "Enable" */
|
|
1519
1623
|
AFOnAELockButtonSwitch?: string;
|
|
1520
|
-
/** ☆☆☆☆ ✔ Example: "AF
|
|
1624
|
+
/** ☆☆☆☆ ✔ Example: "AF-On" */
|
|
1521
1625
|
AFOnButton?: string;
|
|
1522
1626
|
/** ★★☆☆ ✔ Example: "Upper-right" */
|
|
1523
1627
|
AFPoint?: string;
|
|
1524
1628
|
/** ☆☆☆☆ ✔ Example: "Standard" */
|
|
1525
1629
|
AFPointActivationArea?: string;
|
|
1526
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1630
|
+
/** ☆☆☆☆ ✔ Example: "Surrounding AF points" */
|
|
1527
1631
|
AFPointAreaExpansion?: string;
|
|
1528
1632
|
/** ☆☆☆☆ ✔ Example: "Left (vertical)" */
|
|
1529
1633
|
AFPointAtShutterRelease?: string;
|
|
@@ -1531,7 +1635,7 @@ export interface MakerNotesTags {
|
|
|
1531
1635
|
AFPointAutoSelection?: string;
|
|
1532
1636
|
/** ☆☆☆☆ ✔ Example: "Normal" */
|
|
1533
1637
|
AFPointBrightness?: string;
|
|
1534
|
-
/** ☆☆☆☆ ✔ Example: "Selected (
|
|
1638
|
+
/** ☆☆☆☆ ✔ Example: "Selected (pre-AF, focused)" */
|
|
1535
1639
|
AFPointDisplayDuringFocus?: string;
|
|
1536
1640
|
/** ☆☆☆☆ ✔ Example: "On in Continuous Shooting and Manual Focusing" */
|
|
1537
1641
|
AFPointIllumination?: string;
|
|
@@ -1547,8 +1651,6 @@ export interface MakerNotesTags {
|
|
|
1547
1651
|
AFPointSel?: string;
|
|
1548
1652
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
1549
1653
|
AFPointSelected?: string;
|
|
1550
|
-
/** ☆☆☆☆ ✔ Example: "[11], [13]" */
|
|
1551
|
-
AFPointSelected2?: string;
|
|
1552
1654
|
/** ☆☆☆☆ ✔ Example: "H=AF+Main/V=AF+Command" */
|
|
1553
1655
|
AFPointSelection?: string;
|
|
1554
1656
|
/** ☆☆☆☆ ✔ Example: "Unknown (1046 1046)" */
|
|
@@ -1557,7 +1659,7 @@ export interface MakerNotesTags {
|
|
|
1557
1659
|
AFPointSetting?: string;
|
|
1558
1660
|
/** ☆☆☆☆ ✔ Example: "9/Active AF point" */
|
|
1559
1661
|
AFPointSpotMetering?: string;
|
|
1560
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1662
|
+
/** ☆☆☆☆ ✔ Example: 1 */
|
|
1561
1663
|
AFPointSwitching?: number;
|
|
1562
1664
|
/** ☆☆☆☆ Example: "Center" */
|
|
1563
1665
|
AFPoints?: string;
|
|
@@ -1575,7 +1677,7 @@ export interface MakerNotesTags {
|
|
|
1575
1677
|
AFPredictor?: number;
|
|
1576
1678
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
1577
1679
|
AFTracking?: string;
|
|
1578
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1680
|
+
/** ☆☆☆☆ ✔ Example: 2 */
|
|
1579
1681
|
AFTrackingSensitivity?: number;
|
|
1580
1682
|
/** ☆☆☆☆ ✔ Example: "79-point" */
|
|
1581
1683
|
AFType?: string;
|
|
@@ -1585,19 +1687,19 @@ export interface MakerNotesTags {
|
|
|
1585
1687
|
AIServoContinuousShooting?: string;
|
|
1586
1688
|
/** ☆☆☆☆ ✔ Example: "Focus Priority" */
|
|
1587
1689
|
AIServoFirstImage?: string;
|
|
1588
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1690
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (2)" */
|
|
1589
1691
|
AIServoFirstImagePriority?: string;
|
|
1590
|
-
/** ☆☆☆☆ ✔ Example: "1:
|
|
1692
|
+
/** ☆☆☆☆ ✔ Example: "1: Release, 2: Drive speed" */
|
|
1591
1693
|
AIServoImagePriority?: string;
|
|
1592
1694
|
/** ☆☆☆☆ ✔ Example: "Focus Priority" */
|
|
1593
1695
|
AIServoSecondImage?: string;
|
|
1594
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1696
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (2)" */
|
|
1595
1697
|
AIServoSecondImagePriority?: string;
|
|
1596
1698
|
/** ☆☆☆☆ ✔ Example: "Main focus point priority" */
|
|
1597
1699
|
AIServoTrackingMethod?: string;
|
|
1598
1700
|
/** ☆☆☆☆ ✔ Example: "Standard" */
|
|
1599
1701
|
AIServoTrackingSensitivity?: string;
|
|
1600
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1702
|
+
/** ☆☆☆☆ ✔ Example: 2 */
|
|
1601
1703
|
AccelerationTracking?: number;
|
|
1602
1704
|
/** ☆☆☆☆ ✔ Example: "0.9421226483 0.0351725654 -0.3452420701" */
|
|
1603
1705
|
AccelerationVector?: string;
|
|
@@ -1605,9 +1707,9 @@ export interface MakerNotesTags {
|
|
|
1605
1707
|
Accelerometer?: string;
|
|
1606
1708
|
/** ☆☆☆☆ ✔ Example: 9 */
|
|
1607
1709
|
AccelerometerX?: number;
|
|
1608
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1710
|
+
/** ☆☆☆☆ ✔ Example: 88 */
|
|
1609
1711
|
AccelerometerY?: number;
|
|
1610
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1712
|
+
/** ☆☆☆☆ ✔ Example: 61 */
|
|
1611
1713
|
AccelerometerZ?: number;
|
|
1612
1714
|
/** ☆☆☆☆ ✔ Example: "00:00" */
|
|
1613
1715
|
AccessorySerialNumber?: string;
|
|
@@ -1629,7 +1731,7 @@ export interface MakerNotesTags {
|
|
|
1629
1731
|
AdvancedSceneType?: number;
|
|
1630
1732
|
/** ☆☆☆☆ ✔ Example: "91 m" */
|
|
1631
1733
|
Altitude?: string;
|
|
1632
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1734
|
+
/** ☆☆☆☆ ✔ Example: "Vivid" */
|
|
1633
1735
|
AmbienceSelection?: string;
|
|
1634
1736
|
/** ☆☆☆☆ Example: "95 F" */
|
|
1635
1737
|
AmbientTemperatureFahrenheit?: string;
|
|
@@ -1655,11 +1757,11 @@ export interface MakerNotesTags {
|
|
|
1655
1757
|
ArtMode?: string;
|
|
1656
1758
|
/** ☆☆☆☆ Example: "0 0 0" */
|
|
1657
1759
|
ArtModeParameters?: string;
|
|
1658
|
-
/** ☆☆☆☆ ✔ Example: "0
|
|
1760
|
+
/** ☆☆☆☆ ✔ Example: "0 484 5183 3403" */
|
|
1659
1761
|
AspectFrame?: string;
|
|
1660
1762
|
/** ★☆☆☆ ✔ Example: "Unknown (942874672)" */
|
|
1661
1763
|
AspectRatio?: string;
|
|
1662
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1764
|
+
/** ☆☆☆☆ ✔ Example: "Multiple Exposure" */
|
|
1663
1765
|
AssignBktButton?: string;
|
|
1664
1766
|
/** ☆☆☆☆ ✔ Example: "LCD brightness" */
|
|
1665
1767
|
AssignFuncButton?: string;
|
|
@@ -1693,11 +1795,11 @@ export interface MakerNotesTags {
|
|
|
1693
1795
|
AutoAperture?: string;
|
|
1694
1796
|
/** ☆☆☆☆ Example: "None" */
|
|
1695
1797
|
AutoBracket?: string;
|
|
1696
|
-
/** ☆☆☆☆ ✔ Example: "Flash/Speed" */
|
|
1798
|
+
/** ☆☆☆☆ ✔ Example: "Flash/Speed/Aperture" */
|
|
1697
1799
|
AutoBracketModeM?: string;
|
|
1698
1800
|
/** ☆☆☆☆ ✔ Example: "0,-,+" */
|
|
1699
1801
|
AutoBracketOrder?: string;
|
|
1700
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1802
|
+
/** ☆☆☆☆ ✔ Example: "Flash Only" */
|
|
1701
1803
|
AutoBracketSet?: string;
|
|
1702
1804
|
/** ★☆☆☆ ✔ Example: "On" */
|
|
1703
1805
|
AutoBracketing?: string;
|
|
@@ -1711,15 +1813,17 @@ export interface MakerNotesTags {
|
|
|
1711
1813
|
AutoDynamicRange?: string;
|
|
1712
1814
|
/** ★★☆☆ ✔ Example: "On" */
|
|
1713
1815
|
AutoExposureBracketing?: string;
|
|
1714
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1816
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
1715
1817
|
AutoFP?: string;
|
|
1716
1818
|
/** ☆☆☆☆ ✔ Example: "Subject and Background" */
|
|
1717
1819
|
AutoFlashISOSensitivity?: string;
|
|
1820
|
+
/** ☆☆☆☆ Example: "No Limit" */
|
|
1821
|
+
AutoFocusModeRestrictions?: string;
|
|
1718
1822
|
/** ★★☆☆ ✔ Example: 96 */
|
|
1719
1823
|
AutoISO?: number;
|
|
1720
|
-
/** ☆☆☆☆ ✔ Example: "1/
|
|
1824
|
+
/** ☆☆☆☆ ✔ Example: "1/60 s" */
|
|
1721
1825
|
AutoISOMinShutterSpeed?: string;
|
|
1722
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
1826
|
+
/** ☆☆☆☆ ✔ Example: "Strong" */
|
|
1723
1827
|
AutoLightingOptimizer?: string;
|
|
1724
1828
|
/** ☆☆☆☆ ✔ Example: "No" */
|
|
1725
1829
|
AutoPortraitFramed?: string;
|
|
@@ -1763,10 +1867,6 @@ export interface MakerNotesTags {
|
|
|
1763
1867
|
BatteryType?: string;
|
|
1764
1868
|
/** ☆☆☆☆ Example: "8.52 V" */
|
|
1765
1869
|
BatteryVoltage?: string;
|
|
1766
|
-
/** ☆☆☆☆ ✔ Example: "7.39 V" */
|
|
1767
|
-
BatteryVoltage1?: string;
|
|
1768
|
-
/** ☆☆☆☆ ✔ Example: "7.34 V" */
|
|
1769
|
-
BatteryVoltage2?: string;
|
|
1770
1870
|
/** ☆☆☆☆ Example: "BGGR" */
|
|
1771
1871
|
BayerPattern?: string;
|
|
1772
1872
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
@@ -1777,17 +1877,15 @@ export interface MakerNotesTags {
|
|
|
1777
1877
|
BeepVolume?: string;
|
|
1778
1878
|
/** ☆☆☆☆ Example: "Sports CS" */
|
|
1779
1879
|
BestShotMode?: string;
|
|
1780
|
-
/** ☆☆☆☆ ✔ Example: "94 95 93 93" */
|
|
1781
|
-
BlackLevel2?: string;
|
|
1782
1880
|
/** ☆☆☆☆ ✔ Example: "128 128 128 128" */
|
|
1783
1881
|
BlackLevels?: string;
|
|
1784
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1882
|
+
/** ☆☆☆☆ ✔ Example: 7 */
|
|
1785
1883
|
BlackMaskBottomBorder?: number;
|
|
1786
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1884
|
+
/** ☆☆☆☆ ✔ Example: 80 */
|
|
1787
1885
|
BlackMaskLeftBorder?: number;
|
|
1788
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1886
|
+
/** ☆☆☆☆ ✔ Example: 959 */
|
|
1789
1887
|
BlackMaskRightBorder?: number;
|
|
1790
|
-
/** ☆☆☆☆ ✔ Example:
|
|
1888
|
+
/** ☆☆☆☆ ✔ Example: 312 */
|
|
1791
1889
|
BlackMaskTopBorder?: number;
|
|
1792
1890
|
/** ☆☆☆☆ ✔ Example: "7 104 106 6" */
|
|
1793
1891
|
BlackPoint?: string;
|
|
@@ -1807,20 +1905,14 @@ export interface MakerNotesTags {
|
|
|
1807
1905
|
BodyBatteryADNoLoad?: number;
|
|
1808
1906
|
/** ☆☆☆☆ ✔ Example: "Running Low" */
|
|
1809
1907
|
BodyBatteryState?: string;
|
|
1810
|
-
/** ☆☆☆☆ Example: "9.84 V" */
|
|
1811
|
-
BodyBatteryVoltage1?: string;
|
|
1812
|
-
/** ☆☆☆☆ Example: "9.49 V" */
|
|
1813
|
-
BodyBatteryVoltage2?: string;
|
|
1814
|
-
/** ☆☆☆☆ Example: "8.72 V" */
|
|
1815
|
-
BodyBatteryVoltage3?: string;
|
|
1816
|
-
/** ☆☆☆☆ Example: "7.30 V" */
|
|
1817
|
-
BodyBatteryVoltage4?: string;
|
|
1818
1908
|
/** ☆☆☆☆ Example: "RS1 :V01500000 " */
|
|
1819
1909
|
BodyFirmware?: string;
|
|
1820
1910
|
/** ☆☆☆☆ ✔ Example: 81 */
|
|
1821
1911
|
BodyFirmwareVersion?: number;
|
|
1822
1912
|
/** ☆☆☆☆ Example: "SID:14101105 " */
|
|
1823
1913
|
BodySerialNumber?: string;
|
|
1914
|
+
/** ☆☆☆☆ Example: 1 */
|
|
1915
|
+
BracketIncrement?: number;
|
|
1824
1916
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
1825
1917
|
BracketMode?: string;
|
|
1826
1918
|
/** ☆☆☆☆ ✔ Example: "Disabled" */
|
|
@@ -1833,14 +1925,14 @@ export interface MakerNotesTags {
|
|
|
1833
1925
|
BracketSettings?: string;
|
|
1834
1926
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
1835
1927
|
BracketShotNumber?: number;
|
|
1836
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
1837
|
-
BracketShotNumber2?: number;
|
|
1838
1928
|
/** ☆☆☆☆ Example: "Unknown (429458713)" */
|
|
1839
1929
|
BracketStep?: string;
|
|
1840
1930
|
/** ☆☆☆☆ ✔ Example: 12 */
|
|
1841
1931
|
BracketValue?: number;
|
|
1842
|
-
/** ☆☆☆☆
|
|
1843
|
-
|
|
1932
|
+
/** ☆☆☆☆ Example: "Disable" */
|
|
1933
|
+
BracketingBurstOptions?: string;
|
|
1934
|
+
/** ★☆☆☆ ✔ Example: "n/a" */
|
|
1935
|
+
Brightness?: string;
|
|
1844
1936
|
/** ☆☆☆☆ Example: "SU6-7" */
|
|
1845
1937
|
BuildNumber?: string;
|
|
1846
1938
|
/** ★★☆☆ ✔ Example: 0 */
|
|
@@ -1867,6 +1959,20 @@ export interface MakerNotesTags {
|
|
|
1867
1959
|
CHModeShootingSpeed?: string;
|
|
1868
1960
|
/** ☆☆☆☆ ✔ Example: "6 fps" */
|
|
1869
1961
|
CLModeShootingSpeed?: string;
|
|
1962
|
+
/** ☆☆☆☆ Example: "0 0 0" */
|
|
1963
|
+
CMContrast?: string;
|
|
1964
|
+
/** ☆☆☆☆ Example: "0 0 0" */
|
|
1965
|
+
CMHue?: string;
|
|
1966
|
+
/** ☆☆☆☆ Example: "0 0 0" */
|
|
1967
|
+
CMSaturation?: string;
|
|
1968
|
+
/** ☆☆☆☆ Example: "0 0 0" */
|
|
1969
|
+
CMSharpness?: string;
|
|
1970
|
+
/** ☆☆☆☆ Example: 0 */
|
|
1971
|
+
CMWhiteBalance?: number;
|
|
1972
|
+
/** ☆☆☆☆ Example: 0 */
|
|
1973
|
+
CMWhiteBalanceComp?: number;
|
|
1974
|
+
/** ☆☆☆☆ Example: "0 0 0" */
|
|
1975
|
+
CMWhiteBalanceGrayPoint?: string;
|
|
1870
1976
|
/** ☆☆☆☆ ✔ Example: "1.02.00.06" */
|
|
1871
1977
|
CPUFirmwareVersion?: string;
|
|
1872
1978
|
/** ☆☆☆☆ Example: "d, 2009:09:04 03:19:07" */
|
|
@@ -1879,7 +1985,7 @@ export interface MakerNotesTags {
|
|
|
1879
1985
|
CameraID?: string;
|
|
1880
1986
|
/** ★★☆☆ ✔ Example: "n/a" */
|
|
1881
1987
|
CameraISO?: string;
|
|
1882
|
-
/**
|
|
1988
|
+
/** ★☆☆☆ ✔ Example: "Unknown (155)" */
|
|
1883
1989
|
CameraOrientation?: string;
|
|
1884
1990
|
/** ☆☆☆☆ ✔ Example: "(Binary data 8964 bytes, use -b option to extract)" */
|
|
1885
1991
|
CameraParameters?: string;
|
|
@@ -1891,8 +1997,6 @@ export interface MakerNotesTags {
|
|
|
1891
1997
|
CameraRoll?: string;
|
|
1892
1998
|
/** ☆☆☆☆ ✔ Example: "0100" */
|
|
1893
1999
|
CameraSettingsVersion?: string;
|
|
1894
|
-
/** ☆☆☆☆ ✔ Example: "uTough-3000" */
|
|
1895
|
-
CameraType2?: string;
|
|
1896
2000
|
/** ☆☆☆☆ Example: "+90.80" */
|
|
1897
2001
|
CameraYaw?: string;
|
|
1898
2002
|
/** ★★☆☆ ✔ Example: "Unknown (-1)" */
|
|
@@ -1905,13 +2009,13 @@ export interface MakerNotesTags {
|
|
|
1905
2009
|
CanonFirmwareVersion?: string;
|
|
1906
2010
|
/** ★★☆☆ ✔ Example: "n/a" */
|
|
1907
2011
|
CanonFlashMode?: string;
|
|
1908
|
-
/**
|
|
2012
|
+
/** ★★☆☆ ✔ Example: 768 */
|
|
1909
2013
|
CanonImageHeight?: number;
|
|
1910
2014
|
/** ★★☆☆ ✔ Example: "n/a" */
|
|
1911
2015
|
CanonImageSize?: string;
|
|
1912
2016
|
/** ★★☆☆ ✔ Example: "PIC:DC50 JPEG" */
|
|
1913
2017
|
CanonImageType?: string;
|
|
1914
|
-
/**
|
|
2018
|
+
/** ★★☆☆ ✔ Example: 8688 */
|
|
1915
2019
|
CanonImageWidth?: number;
|
|
1916
2020
|
/** ★★☆☆ ✔ Example: "XH A1S" */
|
|
1917
2021
|
CanonModelID?: string;
|
|
@@ -1923,7 +2027,7 @@ export interface MakerNotesTags {
|
|
|
1923
2027
|
CenterAFArea?: string;
|
|
1924
2028
|
/** ☆☆☆☆ ✔ Example: "Normal Zone" */
|
|
1925
2029
|
CenterFocusPoint?: string;
|
|
1926
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2030
|
+
/** ☆☆☆☆ ✔ Example: "Average" */
|
|
1927
2031
|
CenterWeightedAreaSize?: string;
|
|
1928
2032
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
1929
2033
|
ChromaticAberrationCorr?: string;
|
|
@@ -1945,7 +2049,9 @@ export interface MakerNotesTags {
|
|
|
1945
2049
|
CmdDialsChangeMainSub?: string;
|
|
1946
2050
|
/** ☆☆☆☆ ✔ Example: "On (Image Review Excluded)" */
|
|
1947
2051
|
CmdDialsMenuAndPlayback?: string;
|
|
1948
|
-
/** ☆☆☆☆
|
|
2052
|
+
/** ☆☆☆☆ Example: 0 */
|
|
2053
|
+
CmdDialsReverseRotExposureComp?: number;
|
|
2054
|
+
/** ☆☆☆☆ ✔ Example: "No" */
|
|
1949
2055
|
CmdDialsReverseRotation?: string;
|
|
1950
2056
|
/** ☆☆☆☆ Example: "0 0 0" */
|
|
1951
2057
|
ColorAdjustment?: string;
|
|
@@ -1953,6 +2059,8 @@ export interface MakerNotesTags {
|
|
|
1953
2059
|
ColorAdjustmentMode?: string;
|
|
1954
2060
|
/** ☆☆☆☆ ✔ Example: 257 */
|
|
1955
2061
|
ColorBW?: number;
|
|
2062
|
+
/** ☆☆☆☆ Example: "On" */
|
|
2063
|
+
ColorBalanceAdj?: string;
|
|
1956
2064
|
/** ☆☆☆☆ Example: 256 */
|
|
1957
2065
|
ColorBalanceBlue?: number;
|
|
1958
2066
|
/** ☆☆☆☆ Example: 65792 */
|
|
@@ -1973,7 +2081,7 @@ export interface MakerNotesTags {
|
|
|
1973
2081
|
ColorCompensationFilterCustom?: number;
|
|
1974
2082
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
1975
2083
|
ColorCompensationFilterSet?: number;
|
|
1976
|
-
/** ☆☆☆☆ ✔ Example: "96 4096
|
|
2084
|
+
/** ☆☆☆☆ ✔ Example: "96 4096 3072 4096 16 256" */
|
|
1977
2085
|
ColorControl?: string;
|
|
1978
2086
|
/** ☆☆☆☆ ✔ Example: "Color 0; 0; 29; Strength 0; -4; 3" */
|
|
1979
2087
|
ColorCreatorEffect?: string;
|
|
@@ -1991,51 +2099,37 @@ export interface MakerNotesTags {
|
|
|
1991
2099
|
ColorMatrix?: string;
|
|
1992
2100
|
/** ☆☆☆☆ Example: "1.66016 -0.66016 0.00000 -0.20703 1.52734 -0.32031 -0.13281 -0.2…" */
|
|
1993
2101
|
ColorMatrixA?: string;
|
|
1994
|
-
/** ☆☆☆☆ Example: "5857 2334 0 0 8192 0 0 335 7856" */
|
|
1995
|
-
ColorMatrixA2?: string;
|
|
1996
2102
|
/** ☆☆☆☆ Example: "1.12793 -0.03674 -0.09119 -0.20703 1.52734 -0.32031 -0.13574 -0.…" */
|
|
1997
2103
|
ColorMatrixB?: string;
|
|
1998
|
-
/** ☆☆☆☆ Example: "13952 -4416 -1344 -1472 13792 -4128 128 -2816 10880" */
|
|
1999
|
-
ColorMatrixB2?: string;
|
|
2000
2104
|
/** ☆☆☆☆ ✔ Example: 4 */
|
|
2001
2105
|
ColorMatrixNumber?: number;
|
|
2002
2106
|
/** ☆☆☆☆ ✔ Example: "Min -5; Max 5; Yellow 0; Orange 0; Orange-red 0; Red 0; Magenta …" */
|
|
2003
2107
|
ColorProfileSettings?: string;
|
|
2004
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2108
|
+
/** ☆☆☆☆ ✔ Example: 8483 */
|
|
2005
2109
|
ColorTempAsShot?: number;
|
|
2006
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2110
|
+
/** ☆☆☆☆ ✔ Example: 8483 */
|
|
2007
2111
|
ColorTempAuto?: number;
|
|
2008
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2112
|
+
/** ☆☆☆☆ ✔ Example: 8391 */
|
|
2009
2113
|
ColorTempCloudy?: number;
|
|
2010
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2114
|
+
/** ☆☆☆☆ ✔ Example: 5221 */
|
|
2011
2115
|
ColorTempCustom?: number;
|
|
2012
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2013
|
-
ColorTempCustom1?: number;
|
|
2014
|
-
/** ☆☆☆☆ ✔ Example: 5200 */
|
|
2015
|
-
ColorTempCustom2?: number;
|
|
2016
|
-
/** ☆☆☆☆ ✔ Example: 5820 */
|
|
2116
|
+
/** ☆☆☆☆ ✔ Example: 7306 */
|
|
2017
2117
|
ColorTempDaylight?: number;
|
|
2018
2118
|
/** ☆☆☆☆ ✔ Example: 9826 */
|
|
2019
2119
|
ColorTempFlash?: number;
|
|
2020
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2120
|
+
/** ☆☆☆☆ ✔ Example: 7130 */
|
|
2021
2121
|
ColorTempFluorescent?: number;
|
|
2022
|
-
/**
|
|
2122
|
+
/** ★☆☆☆ ✔ Example: 8001 */
|
|
2023
2123
|
ColorTempKelvin?: number;
|
|
2024
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2124
|
+
/** ☆☆☆☆ ✔ Example: 8483 */
|
|
2025
2125
|
ColorTempMeasured?: number;
|
|
2026
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2027
|
-
ColorTempPC1?: number;
|
|
2028
|
-
/** ☆☆☆☆ ✔ Example: 5200 */
|
|
2029
|
-
ColorTempPC2?: number;
|
|
2030
|
-
/** ☆☆☆☆ ✔ Example: 5200 */
|
|
2031
|
-
ColorTempPC3?: number;
|
|
2032
|
-
/** ☆☆☆☆ ✔ Example: 7563 */
|
|
2126
|
+
/** ☆☆☆☆ ✔ Example: 8391 */
|
|
2033
2127
|
ColorTempShade?: number;
|
|
2034
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2128
|
+
/** ☆☆☆☆ ✔ Example: 3895 */
|
|
2035
2129
|
ColorTempTungsten?: number;
|
|
2036
2130
|
/** ★☆☆☆ ✔ Example: 9900 */
|
|
2037
2131
|
ColorTemperature?: number;
|
|
2038
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2132
|
+
/** ☆☆☆☆ ✔ Example: 6800 */
|
|
2039
2133
|
ColorTemperatureAuto?: number;
|
|
2040
2134
|
/** ☆☆☆☆ ✔ Example: "6300 K" */
|
|
2041
2135
|
ColorTemperatureCustom?: string;
|
|
@@ -2043,7 +2137,7 @@ export interface MakerNotesTags {
|
|
|
2043
2137
|
ColorTemperatureSet?: string;
|
|
2044
2138
|
/** ☆☆☆☆ ✔ Example: "Temperature" */
|
|
2045
2139
|
ColorTemperatureSetting?: string;
|
|
2046
|
-
/** ☆☆☆☆ Example:
|
|
2140
|
+
/** ☆☆☆☆ Example: 6 */
|
|
2047
2141
|
ColorTint?: number;
|
|
2048
2142
|
/** ☆☆☆☆ ✔ Example: "Normal" */
|
|
2049
2143
|
ColorTone?: string;
|
|
@@ -2059,21 +2153,15 @@ export interface MakerNotesTags {
|
|
|
2059
2153
|
ColorTonePortrait?: number;
|
|
2060
2154
|
/** ☆☆☆☆ ✔ Example: 15663191 */
|
|
2061
2155
|
ColorToneStandard?: number;
|
|
2062
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2063
|
-
ColorToneUserDef1?: number;
|
|
2064
|
-
/** ☆☆☆☆ ✔ Example: 1 */
|
|
2065
|
-
ColorToneUserDef2?: number;
|
|
2066
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2067
|
-
ColorToneUserDef3?: number;
|
|
2068
2156
|
/** ☆☆☆☆ ✔ Example: "Standard (Main Shutter, Sub Aperture)" */
|
|
2069
2157
|
CommandDials?: string;
|
|
2070
2158
|
/** ☆☆☆☆ ✔ Example: "Sub-command Dial" */
|
|
2071
2159
|
CommandDialsApertureSetting?: string;
|
|
2072
2160
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2073
2161
|
CommandDialsChangeMainSub?: string;
|
|
2074
|
-
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2162
|
+
/** ☆☆☆☆ ✔ Example: "On (Image Review Exclude)" */
|
|
2075
2163
|
CommandDialsMenuAndPlayback?: string;
|
|
2076
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2164
|
+
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2077
2165
|
CommandDialsReverseRotation?: string;
|
|
2078
2166
|
/** ☆☆☆☆ ✔ Example: 3 */
|
|
2079
2167
|
CommanderChannel?: number;
|
|
@@ -2115,6 +2203,8 @@ export interface MakerNotesTags {
|
|
|
2115
2203
|
CompressionFactor?: number;
|
|
2116
2204
|
/** ☆☆☆☆ ✔ Example: 8 */
|
|
2117
2205
|
CompressionRatio?: number;
|
|
2206
|
+
/** ☆☆☆☆ Example: "CanonCR3_001/01.09.00/00.00.00" */
|
|
2207
|
+
CompressorVersion?: string;
|
|
2118
2208
|
/** ☆☆☆☆ ✔ Example: "Low" */
|
|
2119
2209
|
ContinuousBracketing?: string;
|
|
2120
2210
|
/** ★★☆☆ ✔ Example: "Unknown (11)" */
|
|
@@ -2123,13 +2213,13 @@ export interface MakerNotesTags {
|
|
|
2123
2213
|
ContinuousModeDisplay?: string;
|
|
2124
2214
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2125
2215
|
ContinuousModeLiveView?: string;
|
|
2126
|
-
/** ☆☆☆☆ ✔ Example: "Hi
|
|
2216
|
+
/** ☆☆☆☆ ✔ Example: "Hi 1; Cont 16; Lo 3; Soft 5; Soft LS 3" */
|
|
2127
2217
|
ContinuousShootingSpeed?: string;
|
|
2128
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2218
|
+
/** ☆☆☆☆ ✔ Example: "Enable; 99 shots" */
|
|
2129
2219
|
ContinuousShotLimit?: string;
|
|
2130
2220
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2131
2221
|
ContrastAuto?: number;
|
|
2132
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data
|
|
2222
|
+
/** ☆☆☆☆ ✔ Example: "(Binary data 8256 bytes, use -b option to extract)" */
|
|
2133
2223
|
ContrastCurve?: string;
|
|
2134
2224
|
/** ☆☆☆☆ ✔ Example: "On (2)" */
|
|
2135
2225
|
ContrastDetectAF?: string;
|
|
@@ -2157,18 +2247,14 @@ export interface MakerNotesTags {
|
|
|
2157
2247
|
ContrastSetting?: string;
|
|
2158
2248
|
/** ☆☆☆☆ Example: 0 */
|
|
2159
2249
|
ContrastShadow?: number;
|
|
2160
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2250
|
+
/** ☆☆☆☆ ✔ Example: 2 */
|
|
2161
2251
|
ContrastStandard?: number;
|
|
2162
|
-
/** ☆☆☆☆ ✔ Example: 3 */
|
|
2163
|
-
ContrastUserDef1?: number;
|
|
2164
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2165
|
-
ContrastUserDef2?: number;
|
|
2166
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2167
|
-
ContrastUserDef3?: number;
|
|
2168
2252
|
/** ☆☆☆☆ ✔ Example: "Shutter Speed" */
|
|
2169
2253
|
ControlDialSet?: string;
|
|
2170
2254
|
/** ★★☆☆ ✔ Example: "n/a" */
|
|
2171
2255
|
ControlMode?: string;
|
|
2256
|
+
/** ☆☆☆☆ Example: "High" */
|
|
2257
|
+
ControlRingResponse?: string;
|
|
2172
2258
|
/** ☆☆☆☆ ✔ Example: "Normal" */
|
|
2173
2259
|
ControlRingRotation?: string;
|
|
2174
2260
|
/** ☆☆☆☆ Example: 0 */
|
|
@@ -2177,8 +2263,10 @@ export interface MakerNotesTags {
|
|
|
2177
2263
|
ConversionLens?: string;
|
|
2178
2264
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2179
2265
|
Converter?: number;
|
|
2180
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2266
|
+
/** ☆☆☆☆ ✔ Example: 8704 */
|
|
2181
2267
|
CoringFilter?: number;
|
|
2268
|
+
/** ☆☆☆☆ Example: "4352 4352 4352 4352 4352 4352 4352 4352 4352 4352 4352" */
|
|
2269
|
+
CoringValues?: string;
|
|
2182
2270
|
/** ☆☆☆☆ Example: 6807 */
|
|
2183
2271
|
CorrelatedColorTemp?: number;
|
|
2184
2272
|
/** ☆☆☆☆ ✔ Example: "United States" */
|
|
@@ -2189,38 +2277,36 @@ export interface MakerNotesTags {
|
|
|
2189
2277
|
CreativeStyle?: string;
|
|
2190
2278
|
/** ☆☆☆☆ ✔ Example: "Standard" */
|
|
2191
2279
|
CreativeStyleSetting?: string;
|
|
2192
|
-
/** ☆☆☆☆
|
|
2280
|
+
/** ☆☆☆☆ Example: "8 8 6048 4024" */
|
|
2193
2281
|
CropArea?: string;
|
|
2194
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2282
|
+
/** ☆☆☆☆ ✔ Example: 8 */
|
|
2195
2283
|
CropBottomMargin?: number;
|
|
2196
2284
|
/** ☆☆☆☆ ✔ Example: 7776 */
|
|
2197
2285
|
CropHeight?: number;
|
|
2198
2286
|
/** ☆☆☆☆ ✔ Example: "Off (7424x4924 cropped to 7424x4924 at pixel 0,0)" */
|
|
2199
2287
|
CropHiSpeed?: string;
|
|
2200
|
-
/** ☆☆☆☆ ✔ Example: "8 0" */
|
|
2201
|
-
CropLeft?: string;
|
|
2202
2288
|
/** ☆☆☆☆ ✔ Example: 8240 */
|
|
2203
2289
|
CropLeftMargin?: number;
|
|
2204
2290
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2205
2291
|
CropMode?: string;
|
|
2206
2292
|
/** ☆☆☆☆ ✔ Example: 8240 */
|
|
2207
2293
|
CropRightMargin?: number;
|
|
2208
|
-
/** ☆☆☆☆ ✔ Example: "8 0" */
|
|
2209
|
-
CropTop?: string;
|
|
2210
2294
|
/** ☆☆☆☆ ✔ Example: 8240 */
|
|
2211
2295
|
CropTopMargin?: number;
|
|
2212
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2296
|
+
/** ☆☆☆☆ ✔ Example: 9216 */
|
|
2213
2297
|
CropWidth?: number;
|
|
2214
|
-
/**
|
|
2298
|
+
/** ★☆☆☆ ✔ Example: 5792 */
|
|
2215
2299
|
CroppedImageHeight?: number;
|
|
2216
|
-
/**
|
|
2300
|
+
/** ★☆☆☆ ✔ Example: 912 */
|
|
2217
2301
|
CroppedImageLeft?: number;
|
|
2218
|
-
/**
|
|
2302
|
+
/** ★☆☆☆ ✔ Example: 488 */
|
|
2219
2303
|
CroppedImageTop?: number;
|
|
2220
|
-
/**
|
|
2304
|
+
/** ★☆☆☆ ✔ Example: 8688 */
|
|
2221
2305
|
CroppedImageWidth?: number;
|
|
2222
2306
|
/** ☆☆☆☆ Example: "Off" */
|
|
2223
2307
|
CrossProcess?: string;
|
|
2308
|
+
/** ☆☆☆☆ Example: "On" */
|
|
2309
|
+
Curves?: string;
|
|
2224
2310
|
/** ☆☆☆☆ ✔ Example: "20 0 19 2 0 65535 65535 65535 2 2 0 65535 65535 65535 18 2 4 2 8…" */
|
|
2225
2311
|
CustomControls?: string;
|
|
2226
2312
|
/** ☆☆☆☆ ✔ Example: "P-STUDIO" */
|
|
@@ -2241,18 +2327,18 @@ export interface MakerNotesTags {
|
|
|
2241
2327
|
CustomWBRedLevel?: number;
|
|
2242
2328
|
/** ☆☆☆☆ ✔ Example: "Setup" */
|
|
2243
2329
|
CustomWBSetting?: string;
|
|
2244
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2330
|
+
/** ☆☆☆☆ ✔ Example: "7 8 1 30 31 0 0 0 0 0 0 2 30 31 0 0 0 0 0 0 5 30 31 0 0 0 0 0 0 …" */
|
|
2245
2331
|
CustomizeDials?: string;
|
|
2246
2332
|
/** ☆☆☆☆ Example: "Unknown (27471)" */
|
|
2247
2333
|
DECPosition?: string;
|
|
2248
2334
|
/** ☆☆☆☆ ✔ Example: "10.01.00.00" */
|
|
2249
2335
|
DSPFirmwareVersion?: string;
|
|
2336
|
+
/** ☆☆☆☆ Example: "Off" */
|
|
2337
|
+
DXCropAlert?: string;
|
|
2250
2338
|
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2251
2339
|
DarkFocusEnvironment?: string;
|
|
2252
|
-
/**
|
|
2340
|
+
/** ★☆☆☆ ✔ Example: "(Binary data 8918 bytes, use -b option to extract)" */
|
|
2253
2341
|
DataDump?: string;
|
|
2254
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data 6660 bytes, use -b option to extract)" */
|
|
2255
|
-
DataDump2?: string;
|
|
2256
2342
|
/** ☆☆☆☆ ✔ Example: 8289 */
|
|
2257
2343
|
DataScaling?: number;
|
|
2258
2344
|
/** ☆☆☆☆ ✔ Example: 2016-03-30 */
|
|
@@ -2263,19 +2349,15 @@ export interface MakerNotesTags {
|
|
|
2263
2349
|
DateImprint?: string;
|
|
2264
2350
|
/** ★★☆☆ ✔ Example: "Off" */
|
|
2265
2351
|
DateStampMode?: string;
|
|
2266
|
-
/** ☆☆☆☆ ✔ Example: 2016-10-13T00:12:27.000 */
|
|
2267
|
-
DateTime1?: ExifDateTime | string;
|
|
2268
|
-
/** ☆☆☆☆ ✔ Example: 2016-10-13T00:12:27.000 */
|
|
2269
|
-
DateTime2?: ExifDateTime | string;
|
|
2270
2352
|
/** ☆☆☆☆ Example: "Off" */
|
|
2271
2353
|
DateTimeStamp?: string;
|
|
2272
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2273
|
-
DateTimeUTC?: string;
|
|
2274
|
-
/**
|
|
2354
|
+
/** ☆☆☆☆ ✔ Example: 2021-10-20T18:26:14.000Z */
|
|
2355
|
+
DateTimeUTC?: ExifDateTime | string;
|
|
2356
|
+
/** ★☆☆☆ ✔ Example: "Yes" */
|
|
2275
2357
|
DaylightSavings?: string;
|
|
2276
2358
|
/** ☆☆☆☆ ✔ Example: "Erase selected" */
|
|
2277
2359
|
DefaultEraseOption?: string;
|
|
2278
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2360
|
+
/** ☆☆☆☆ ✔ Example: 7382 */
|
|
2279
2361
|
DeletedImageCount?: number;
|
|
2280
2362
|
/** ☆☆☆☆ ✔ Example: "Warsaw" */
|
|
2281
2363
|
DestinationCity?: string;
|
|
@@ -2283,18 +2365,18 @@ export interface MakerNotesTags {
|
|
|
2283
2365
|
DestinationCityCode?: string;
|
|
2284
2366
|
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2285
2367
|
DestinationDST?: string;
|
|
2286
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2368
|
+
/** ☆☆☆☆ ✔ Example: 400 */
|
|
2287
2369
|
DevelopmentDynamicRange?: number;
|
|
2288
2370
|
/** ☆☆☆☆ ✔ Example: "SMX Video Camera" */
|
|
2289
2371
|
DeviceType?: string;
|
|
2290
2372
|
/** ☆☆☆☆ ✔ Example: "Normal" */
|
|
2291
2373
|
DialDirectionTvAv?: string;
|
|
2374
|
+
/** ☆☆☆☆ Example: "Unknown (49)" */
|
|
2375
|
+
DiffractionCompensation?: string;
|
|
2292
2376
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2293
2377
|
DiffractionCorrection?: string;
|
|
2294
2378
|
/** ☆☆☆☆ Example: "Vivid" */
|
|
2295
2379
|
DigitalFilter?: string;
|
|
2296
|
-
/** ☆☆☆☆ Example: ["Toy Camera","Shading=2","Blur=2","ToneBreak=Red"] */
|
|
2297
|
-
DigitalFilter01?: string[];
|
|
2298
2380
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2299
2381
|
DigitalGain?: number;
|
|
2300
2382
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
@@ -2303,8 +2385,6 @@ export interface MakerNotesTags {
|
|
|
2303
2385
|
DigitalZoomOn?: string;
|
|
2304
2386
|
/** ☆☆☆☆ ✔ Example: 897 */
|
|
2305
2387
|
DirectoryIndex?: number;
|
|
2306
|
-
/** ☆☆☆☆ ✔ Example: 103 */
|
|
2307
|
-
DirectoryIndex2?: number;
|
|
2308
2388
|
/** ☆☆☆☆ ✔ Example: 999 */
|
|
2309
2389
|
DirectoryNumber?: number;
|
|
2310
2390
|
/** ☆☆☆☆ ✔ Example: "Enable" */
|
|
@@ -2317,14 +2397,10 @@ export interface MakerNotesTags {
|
|
|
2317
2397
|
DistortionCorrParamsNumber?: string;
|
|
2318
2398
|
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2319
2399
|
DistortionCorrParamsPresent?: string;
|
|
2320
|
-
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2321
|
-
DistortionCorrection2?: string;
|
|
2322
2400
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2323
2401
|
DistortionCorrectionSetting?: string;
|
|
2324
2402
|
/** ☆☆☆☆ ✔ Example: 100 */
|
|
2325
2403
|
DistortionCorrectionValue?: number;
|
|
2326
|
-
/** ☆☆☆☆ ✔ Example: "Speed Priority Continuous" */
|
|
2327
|
-
DriveMode2?: string;
|
|
2328
2404
|
/** ☆☆☆☆ ✔ Example: "Single Frame" */
|
|
2329
2405
|
DriveModeSetting?: string;
|
|
2330
2406
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
@@ -2351,7 +2427,7 @@ export interface MakerNotesTags {
|
|
|
2351
2427
|
DynamicRangeOptimizerMode?: string;
|
|
2352
2428
|
/** ☆☆☆☆ ✔ Example: "Standard" */
|
|
2353
2429
|
DynamicRangeOptimizerSetting?: string;
|
|
2354
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2430
|
+
/** ☆☆☆☆ ✔ Example: "Wide2 (400%)" */
|
|
2355
2431
|
DynamicRangeSetting?: string;
|
|
2356
2432
|
/** ☆☆☆☆ ✔ Example: "Evaluative" */
|
|
2357
2433
|
ETTLII?: string;
|
|
@@ -2361,17 +2437,17 @@ export interface MakerNotesTags {
|
|
|
2361
2437
|
EVSteps?: string;
|
|
2362
2438
|
/** ☆☆☆☆ ✔ Example: "Manual" */
|
|
2363
2439
|
EXRAuto?: string;
|
|
2364
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2440
|
+
/** ☆☆☆☆ ✔ Example: "SN (Signal to Noise priority)" */
|
|
2365
2441
|
EXRMode?: string;
|
|
2366
2442
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2367
2443
|
EasyExposureComp?: string;
|
|
2368
|
-
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2444
|
+
/** ☆☆☆☆ ✔ Example: "On (auto reset)" */
|
|
2369
2445
|
EasyExposureCompensation?: string;
|
|
2370
2446
|
/** ★★☆☆ ✔ Example: "Unknown (83)" */
|
|
2371
2447
|
EasyMode?: string;
|
|
2372
2448
|
/** ☆☆☆☆ ✔ Example: 9.8 */
|
|
2373
2449
|
EffectiveLV?: number;
|
|
2374
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2450
|
+
/** ☆☆☆☆ ✔ Example: 6.3 */
|
|
2375
2451
|
EffectiveMaxAperture?: number;
|
|
2376
2452
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2377
2453
|
ElectronicFrontCurtainShutter?: string;
|
|
@@ -2381,6 +2457,8 @@ export interface MakerNotesTags {
|
|
|
2381
2457
|
Enhancement?: string;
|
|
2382
2458
|
/** ☆☆☆☆ ✔ Example: 960 */
|
|
2383
2459
|
Enhancer?: number;
|
|
2460
|
+
/** ☆☆☆☆ Example: "576 768 960 1120 1440 0 0" */
|
|
2461
|
+
EnhancerValues?: string;
|
|
2384
2462
|
/** ☆☆☆☆ Example: 480 */
|
|
2385
2463
|
EpsonImageHeight?: number;
|
|
2386
2464
|
/** ☆☆☆☆ ✔ Example: 640 */
|
|
@@ -2405,8 +2483,6 @@ export interface MakerNotesTags {
|
|
|
2405
2483
|
ExposureCompAutoCancel?: string;
|
|
2406
2484
|
/** ☆☆☆☆ ✔ Example: "1/3 EV" */
|
|
2407
2485
|
ExposureCompStepSize?: string;
|
|
2408
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2409
|
-
ExposureCompensation2?: number;
|
|
2410
2486
|
/** ☆☆☆☆ ✔ Example: "Ambient and Flash" */
|
|
2411
2487
|
ExposureCompensationMode?: string;
|
|
2412
2488
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
@@ -2429,17 +2505,17 @@ export interface MakerNotesTags {
|
|
|
2429
2505
|
ExposureLevelIncrements?: string;
|
|
2430
2506
|
/** ☆☆☆☆ ✔ Example: "Spot metering" */
|
|
2431
2507
|
ExposureModeInManual?: string;
|
|
2432
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2508
|
+
/** ☆☆☆☆ ✔ Example: 0.66 */
|
|
2433
2509
|
ExposureShift?: number;
|
|
2434
2510
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2435
2511
|
ExposureStandardAdjustment?: number;
|
|
2436
|
-
/** ☆☆☆☆ Example: "1/80" */
|
|
2437
|
-
ExposureTime2?: string;
|
|
2438
2512
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2439
2513
|
ExposureTuning?: number;
|
|
2440
2514
|
/** ★☆☆☆ ✔ Example: "Good" */
|
|
2441
2515
|
ExposureWarning?: string;
|
|
2442
|
-
/** ☆☆☆☆
|
|
2516
|
+
/** ☆☆☆☆ Example: "Off" */
|
|
2517
|
+
ExtendedMenuBanks?: string;
|
|
2518
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2443
2519
|
ExtendedShutterSpeeds?: string;
|
|
2444
2520
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2445
2521
|
ExtendedWBDetect?: string;
|
|
@@ -2461,7 +2537,7 @@ export interface MakerNotesTags {
|
|
|
2461
2537
|
ExternalFlashExposureComp?: number;
|
|
2462
2538
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2463
2539
|
ExternalFlashFirmware?: string;
|
|
2464
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2540
|
+
/** ☆☆☆☆ ✔ Example: "Fired, Wide Flash Adapter, [7]" */
|
|
2465
2541
|
ExternalFlashFlags?: string;
|
|
2466
2542
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2467
2543
|
ExternalFlashGValue?: number;
|
|
@@ -2515,16 +2591,12 @@ export interface MakerNotesTags {
|
|
|
2515
2591
|
FaceRecognition?: string;
|
|
2516
2592
|
/** ☆☆☆☆ ✔ Example: 35 */
|
|
2517
2593
|
FaceWidth?: number;
|
|
2518
|
-
/** ★★★☆ ✔ Example: 65535 */
|
|
2519
|
-
FacesDetected?: number;
|
|
2520
2594
|
/** ☆☆☆☆ ✔ Example: 12336 */
|
|
2521
2595
|
FacesRecognized?: number;
|
|
2522
2596
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2523
2597
|
Fade?: number;
|
|
2524
2598
|
/** ☆☆☆☆ ✔ Example: 9984 */
|
|
2525
2599
|
FileIndex?: number;
|
|
2526
|
-
/** ☆☆☆☆ ✔ Example: 9396 */
|
|
2527
|
-
FileIndex2?: number;
|
|
2528
2600
|
/** ☆☆☆☆ ✔ Example: "0100" */
|
|
2529
2601
|
FileInfoVersion?: string;
|
|
2530
2602
|
/** ☆☆☆☆ Example: "Unknown (65537)" */
|
|
@@ -2537,7 +2609,7 @@ export interface MakerNotesTags {
|
|
|
2537
2609
|
FilmGrainEffect?: string;
|
|
2538
2610
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2539
2611
|
FilmMode?: string;
|
|
2540
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2612
|
+
/** ☆☆☆☆ ✔ Example: "POSITIVE " */
|
|
2541
2613
|
FilmType?: string;
|
|
2542
2614
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2543
2615
|
FilterEffect?: string;
|
|
@@ -2545,12 +2617,6 @@ export interface MakerNotesTags {
|
|
|
2545
2617
|
FilterEffectAuto?: string;
|
|
2546
2618
|
/** ☆☆☆☆ ✔ Example: "Unknown (0x10000)" */
|
|
2547
2619
|
FilterEffectMonochrome?: string;
|
|
2548
|
-
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2549
|
-
FilterEffectUserDef1?: string;
|
|
2550
|
-
/** ☆☆☆☆ ✔ Example: "None" */
|
|
2551
|
-
FilterEffectUserDef2?: string;
|
|
2552
|
-
/** ☆☆☆☆ ✔ Example: "Unknown (0xfb0000)" */
|
|
2553
|
-
FilterEffectUserDef3?: string;
|
|
2554
2620
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2555
2621
|
FinderDisplayDuringExposure?: string;
|
|
2556
2622
|
/** ☆☆☆☆ ✔ Example: "On; Normal" */
|
|
@@ -2565,29 +2631,19 @@ export interface MakerNotesTags {
|
|
|
2565
2631
|
FineTuneOptSpotMetering?: number;
|
|
2566
2632
|
/** ☆☆☆☆ ✔ Example: "u77" */
|
|
2567
2633
|
Firmware?: string;
|
|
2568
|
-
/** ☆☆☆☆ Example: 8864 */
|
|
2569
|
-
Firmware2?: number;
|
|
2570
2634
|
/** ☆☆☆☆ Example: "2015:11:09 08:38" */
|
|
2571
2635
|
FirmwareDate?: string;
|
|
2572
2636
|
/** ☆☆☆☆ ✔ Example: "NX1_000000" */
|
|
2573
2637
|
FirmwareName?: string;
|
|
2574
2638
|
/** ★☆☆☆ ✔ Example: "Rev01500000" */
|
|
2575
2639
|
FirmwareRevision?: string;
|
|
2576
|
-
/** ☆☆☆☆ Example: "Rev01500000" */
|
|
2577
|
-
FirmwareRevision2?: string;
|
|
2578
|
-
/** ☆☆☆☆ ✔ Example: "01.00.d0" */
|
|
2579
|
-
FirmwareVersion2?: string;
|
|
2580
|
-
/** ☆☆☆☆ ✔ Example: "01.00.00" */
|
|
2581
|
-
FirmwareVersion3?: string;
|
|
2582
2640
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2583
2641
|
FisheyeFilter?: string;
|
|
2584
2642
|
/** ☆☆☆☆ ✔ Example: "Fired" */
|
|
2585
2643
|
FlashAction?: string;
|
|
2586
2644
|
/** ☆☆☆☆ ✔ Example: "Did not fire" */
|
|
2587
|
-
FlashAction2?: string;
|
|
2588
|
-
/** ☆☆☆☆ ✔ Example: "Did not fire" */
|
|
2589
2645
|
FlashActionExternal?: string;
|
|
2590
|
-
/**
|
|
2646
|
+
/** ★☆☆☆ ✔ Example: 255 */
|
|
2591
2647
|
FlashActivity?: number;
|
|
2592
2648
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2593
2649
|
FlashBatteryLevel?: string;
|
|
@@ -2595,6 +2651,8 @@ export interface MakerNotesTags {
|
|
|
2595
2651
|
FlashBias?: number;
|
|
2596
2652
|
/** ★★☆☆ ✔ Example: "Manual, External" */
|
|
2597
2653
|
FlashBits?: string;
|
|
2654
|
+
/** ☆☆☆☆ Example: "Exposure" */
|
|
2655
|
+
FlashBurstPriority?: string;
|
|
2598
2656
|
/** ☆☆☆☆ ✔ Example: "Raise built-in flash" */
|
|
2599
2657
|
FlashButtonFunction?: string;
|
|
2600
2658
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
@@ -2619,20 +2677,12 @@ export interface MakerNotesTags {
|
|
|
2619
2677
|
FlashDistance?: number;
|
|
2620
2678
|
/** ☆☆☆☆ ✔ Example: 0.3 */
|
|
2621
2679
|
FlashExposureBracketValue?: number;
|
|
2622
|
-
/** ★★★☆ ✔ Example:
|
|
2680
|
+
/** ★★★☆ ✔ Example: 2 */
|
|
2623
2681
|
FlashExposureComp?: number;
|
|
2624
|
-
/** ☆☆☆☆ ✔ Example: */
|
|
2625
|
-
FlashExposureComp2?: string;
|
|
2626
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2627
|
-
FlashExposureComp3?: number;
|
|
2628
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2629
|
-
FlashExposureComp4?: number;
|
|
2630
2682
|
/** ☆☆☆☆ ✔ Example: "Entire frame" */
|
|
2631
2683
|
FlashExposureCompArea?: string;
|
|
2632
2684
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2633
2685
|
FlashExposureCompSet?: number;
|
|
2634
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2635
|
-
FlashExposureCompSet2?: number;
|
|
2636
2686
|
/** ☆☆☆☆ ✔ Example: "Not Indicated" */
|
|
2637
2687
|
FlashExposureIndicator?: string;
|
|
2638
2688
|
/** ☆☆☆☆ ✔ Example: "Not Indicated" */
|
|
@@ -2641,13 +2691,11 @@ export interface MakerNotesTags {
|
|
|
2641
2691
|
FlashExposureIndicatorNext?: string;
|
|
2642
2692
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2643
2693
|
FlashExposureLock?: string;
|
|
2644
|
-
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2645
|
-
FlashFired?: string;
|
|
2646
2694
|
/** ☆☆☆☆ ✔ Example: "Fires" */
|
|
2647
2695
|
FlashFiring?: string;
|
|
2648
2696
|
/** ☆☆☆☆ ✔ Example: 1.005 */
|
|
2649
2697
|
FlashFirmwareVersion?: number;
|
|
2650
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2698
|
+
/** ☆☆☆☆ ✔ Example: "14 mm" */
|
|
2651
2699
|
FlashFocalLength?: string;
|
|
2652
2700
|
/** ☆☆☆☆ ✔ Example: "No flash" */
|
|
2653
2701
|
FlashFunction?: string;
|
|
@@ -2667,12 +2715,14 @@ export interface MakerNotesTags {
|
|
|
2667
2715
|
FlashGroupCControlMode?: string;
|
|
2668
2716
|
/** ★★☆☆ ✔ Example: 9 */
|
|
2669
2717
|
FlashGuideNumber?: number;
|
|
2670
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2718
|
+
/** ☆☆☆☆ ✔ Example: "0301" */
|
|
2671
2719
|
FlashInfoVersion?: string;
|
|
2672
2720
|
/** ☆☆☆☆ ✔ Example: "n/a (x4)" */
|
|
2673
2721
|
FlashIntensity?: string;
|
|
2674
2722
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2675
2723
|
FlashLevel?: string;
|
|
2724
|
+
/** ☆☆☆☆ Example: "Unknown (243)" */
|
|
2725
|
+
FlashMasterControlMode?: string;
|
|
2676
2726
|
/** ☆☆☆☆ ✔ Example: "Unknown (65797)" */
|
|
2677
2727
|
FlashMetering?: string;
|
|
2678
2728
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
@@ -2685,8 +2735,6 @@ export interface MakerNotesTags {
|
|
|
2685
2735
|
FlashModel?: string;
|
|
2686
2736
|
/** ☆☆☆☆ ✔ Example: "Red-eye reduction" */
|
|
2687
2737
|
FlashOptions?: string;
|
|
2688
|
-
/** ☆☆☆☆ ✔ Example: "Red-eye reduction" */
|
|
2689
|
-
FlashOptions2?: string;
|
|
2690
2738
|
/** ★☆☆☆ ✔ Example: 94 */
|
|
2691
2739
|
FlashOutput?: number;
|
|
2692
2740
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
@@ -2695,7 +2743,7 @@ export interface MakerNotesTags {
|
|
|
2695
2743
|
FlashSerialNumber?: string;
|
|
2696
2744
|
/** ★☆☆☆ ✔ Example: "Uw-Normal" */
|
|
2697
2745
|
FlashSetting?: string;
|
|
2698
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2746
|
+
/** ☆☆☆☆ ✔ Example: "30 s" */
|
|
2699
2747
|
FlashShutterSpeed?: string;
|
|
2700
2748
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
2701
2749
|
FlashSource?: string;
|
|
@@ -2705,7 +2753,7 @@ export interface MakerNotesTags {
|
|
|
2705
2753
|
FlashStatusExternal?: string;
|
|
2706
2754
|
/** ☆☆☆☆ Example: "Front curtain" */
|
|
2707
2755
|
FlashSyncMode?: string;
|
|
2708
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2756
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (0)" */
|
|
2709
2757
|
FlashSyncSpeed?: string;
|
|
2710
2758
|
/** ☆☆☆☆ ✔ Example: "Auto" */
|
|
2711
2759
|
FlashSyncSpeedAv?: string;
|
|
@@ -2715,50 +2763,22 @@ export interface MakerNotesTags {
|
|
|
2715
2763
|
FlashWarning?: string;
|
|
2716
2764
|
/** ☆☆☆☆ ✔ Example: "320 262" */
|
|
2717
2765
|
FlexibleSpotPosition?: string;
|
|
2718
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2766
|
+
/** ☆☆☆☆ ✔ Example: "Right to Left" */
|
|
2719
2767
|
FlickAdvanceDirection?: string;
|
|
2720
2768
|
/** ☆☆☆☆ Example: "On" */
|
|
2721
2769
|
FlickerReduce?: string;
|
|
2722
2770
|
/** ☆☆☆☆ ✔ Example: "Off (0x3223)" */
|
|
2723
2771
|
FlickerReduction?: string;
|
|
2724
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2772
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2725
2773
|
FlickerReductionIndicator?: string;
|
|
2726
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2774
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2727
2775
|
FlickerReductionShooting?: string;
|
|
2728
|
-
/** ☆☆☆☆
|
|
2729
|
-
|
|
2776
|
+
/** ☆☆☆☆ Example: "No" */
|
|
2777
|
+
FlipHorizontal?: string;
|
|
2730
2778
|
/** ☆☆☆☆ ✔ Example: "70.0 mm" */
|
|
2731
2779
|
FocalLengthTeleZoom?: string;
|
|
2732
2780
|
/** ☆☆☆☆ ✔ Example: "640 428" */
|
|
2733
2781
|
FocalPlaneAFPointArea?: string;
|
|
2734
|
-
/** ☆☆☆☆ ✔ Example: "458 260" */
|
|
2735
|
-
FocalPlaneAFPointLocation1?: string;
|
|
2736
|
-
/** ☆☆☆☆ ✔ Example: "375 156" */
|
|
2737
|
-
FocalPlaneAFPointLocation10?: string;
|
|
2738
|
-
/** ☆☆☆☆ ✔ Example: "375 115" */
|
|
2739
|
-
FocalPlaneAFPointLocation11?: string;
|
|
2740
|
-
/** ☆☆☆☆ ✔ Example: "393 156" */
|
|
2741
|
-
FocalPlaneAFPointLocation12?: string;
|
|
2742
|
-
/** ☆☆☆☆ ✔ Example: "393 176" */
|
|
2743
|
-
FocalPlaneAFPointLocation13?: string;
|
|
2744
|
-
/** ☆☆☆☆ ✔ Example: "375 176" */
|
|
2745
|
-
FocalPlaneAFPointLocation14?: string;
|
|
2746
|
-
/** ☆☆☆☆ ✔ Example: "481 260" */
|
|
2747
|
-
FocalPlaneAFPointLocation2?: string;
|
|
2748
|
-
/** ☆☆☆☆ ✔ Example: "481 284" */
|
|
2749
|
-
FocalPlaneAFPointLocation3?: string;
|
|
2750
|
-
/** ☆☆☆☆ ✔ Example: "458 284" */
|
|
2751
|
-
FocalPlaneAFPointLocation4?: string;
|
|
2752
|
-
/** ☆☆☆☆ ✔ Example: "435 284" */
|
|
2753
|
-
FocalPlaneAFPointLocation5?: string;
|
|
2754
|
-
/** ☆☆☆☆ ✔ Example: "435 260" */
|
|
2755
|
-
FocalPlaneAFPointLocation6?: string;
|
|
2756
|
-
/** ☆☆☆☆ ✔ Example: "435 236" */
|
|
2757
|
-
FocalPlaneAFPointLocation7?: string;
|
|
2758
|
-
/** ☆☆☆☆ ✔ Example: "458 236" */
|
|
2759
|
-
FocalPlaneAFPointLocation8?: string;
|
|
2760
|
-
/** ☆☆☆☆ ✔ Example: "481 236" */
|
|
2761
|
-
FocalPlaneAFPointLocation9?: string;
|
|
2762
2782
|
/** ☆☆☆☆ ✔ Example: 9 */
|
|
2763
2783
|
FocalPlaneAFPointsUsed?: number;
|
|
2764
2784
|
/** ★☆☆☆ ✔ Example: "9.45 mm" */
|
|
@@ -2773,7 +2793,7 @@ export interface MakerNotesTags {
|
|
|
2773
2793
|
FocalUnits?: string;
|
|
2774
2794
|
/** ☆☆☆☆ Example: "Wide Focus (normal)" */
|
|
2775
2795
|
FocusArea?: string;
|
|
2776
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2796
|
+
/** ☆☆☆☆ ✔ Example: "Wrap" */
|
|
2777
2797
|
FocusAreaSelection?: string;
|
|
2778
2798
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2779
2799
|
FocusBracket?: number;
|
|
@@ -2783,9 +2803,9 @@ export interface MakerNotesTags {
|
|
|
2783
2803
|
FocusContinuous?: string;
|
|
2784
2804
|
/** ☆☆☆☆ ✔ Example: "Enable" */
|
|
2785
2805
|
FocusDisplayAIServoAndMF?: string;
|
|
2786
|
-
/**
|
|
2806
|
+
/** ★★☆☆ ✔ Example: "inf" */
|
|
2787
2807
|
FocusDistanceLower?: string;
|
|
2788
|
-
/**
|
|
2808
|
+
/** ★★☆☆ ✔ Example: "inf" */
|
|
2789
2809
|
FocusDistanceUpper?: string;
|
|
2790
2810
|
/** ☆☆☆☆ ✔ Example: "450x359" */
|
|
2791
2811
|
FocusFrameSize?: string;
|
|
@@ -2798,23 +2818,29 @@ export interface MakerNotesTags {
|
|
|
2798
2818
|
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2799
2819
|
FocusLocked?: string;
|
|
2800
2820
|
/** ☆☆☆☆ ✔ Example: "Manual" */
|
|
2801
|
-
FocusMode2?: string;
|
|
2802
|
-
/** ☆☆☆☆ ✔ Example: "Manual" */
|
|
2803
2821
|
FocusModeSetting?: string;
|
|
2804
2822
|
/** ☆☆☆☆ ✔ Example: "AF" */
|
|
2805
2823
|
FocusModeSwitch?: string;
|
|
2806
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2824
|
+
/** ☆☆☆☆ ✔ Example: "White" */
|
|
2807
2825
|
FocusPeakingHighlightColor?: string;
|
|
2808
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2826
|
+
/** ☆☆☆☆ ✔ Example: "Standard Sensitivity" */
|
|
2809
2827
|
FocusPeakingLevel?: string;
|
|
2810
2828
|
/** ★☆☆☆ ✔ Example: "972 1296" */
|
|
2811
2829
|
FocusPixel?: string;
|
|
2830
|
+
/** ☆☆☆☆ Example: "Normal" */
|
|
2831
|
+
FocusPointBrightness?: string;
|
|
2832
|
+
/** ☆☆☆☆ Example: "Auto" */
|
|
2833
|
+
FocusPointPersistence?: string;
|
|
2834
|
+
/** ☆☆☆☆ Example: "Normal" */
|
|
2835
|
+
FocusPointSelectionSpeed?: string;
|
|
2812
2836
|
/** ☆☆☆☆ ✔ Example: "Wrap" */
|
|
2813
2837
|
FocusPointWrap?: string;
|
|
2814
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2815
|
-
FocusPosition?:
|
|
2816
|
-
/** ☆☆☆☆
|
|
2817
|
-
|
|
2838
|
+
/** ☆☆☆☆ ✔ Example: "0xff" */
|
|
2839
|
+
FocusPosition?: string;
|
|
2840
|
+
/** ☆☆☆☆ Example: "3R of Center" */
|
|
2841
|
+
FocusPositionHorizontal?: string;
|
|
2842
|
+
/** ☆☆☆☆ Example: "1U from Center" */
|
|
2843
|
+
FocusPositionVertical?: string;
|
|
2818
2844
|
/** ☆☆☆☆ ✔ Example: "AF Used; 96" */
|
|
2819
2845
|
FocusProcess?: string;
|
|
2820
2846
|
/** ★★☆☆ ✔ Example: "Unknown (2)" */
|
|
@@ -2825,12 +2851,20 @@ export interface MakerNotesTags {
|
|
|
2825
2851
|
FocusRingRotation?: string;
|
|
2826
2852
|
/** ☆☆☆☆ Example: "M" */
|
|
2827
2853
|
FocusSetting?: string;
|
|
2854
|
+
/** ☆☆☆☆ Example: "Unknown (46)" */
|
|
2855
|
+
FocusShiftExposureLock?: string;
|
|
2856
|
+
/** ☆☆☆☆ Example: "153 Seconds" */
|
|
2857
|
+
FocusShiftInterval?: string;
|
|
2858
|
+
/** ☆☆☆☆ Example: 50 */
|
|
2859
|
+
FocusShiftNumberShots?: number;
|
|
2860
|
+
/** ☆☆☆☆ Example: "Off" */
|
|
2861
|
+
FocusShiftShooting?: string;
|
|
2862
|
+
/** ☆☆☆☆ Example: 54 */
|
|
2863
|
+
FocusShiftStepWidth?: number;
|
|
2828
2864
|
/** ☆☆☆☆ ✔ Example: "Not confirmed, Tracking" */
|
|
2829
2865
|
FocusStatus?: string;
|
|
2830
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2866
|
+
/** ☆☆☆☆ ✔ Example: 9747 */
|
|
2831
2867
|
FocusStepInfinity?: number;
|
|
2832
|
-
/** ☆☆☆☆ ✔ Example: 9804 */
|
|
2833
|
-
FocusStepNear?: number;
|
|
2834
2868
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2835
2869
|
FocusTrackingLockOn?: string;
|
|
2836
2870
|
/** ★☆☆☆ ✔ Example: "Out of focus" */
|
|
@@ -2841,13 +2875,13 @@ export interface MakerNotesTags {
|
|
|
2841
2875
|
FolderName?: string;
|
|
2842
2876
|
/** ☆☆☆☆ ✔ Example: 373 */
|
|
2843
2877
|
FolderNumber?: number;
|
|
2844
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2878
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2845
2879
|
FramingGridDisplay?: string;
|
|
2846
2880
|
/** ☆☆☆☆ ✔ Example: "(Binary data 12 bytes, use -b option to extract)" */
|
|
2847
2881
|
FreeBytes?: string;
|
|
2848
2882
|
/** ☆☆☆☆ ✔ Example: 805 */
|
|
2849
2883
|
FreeMemoryCardImages?: number;
|
|
2850
|
-
/** ★☆☆☆ ✔ Example: "
|
|
2884
|
+
/** ★☆☆☆ ✔ Example: "TTL" */
|
|
2851
2885
|
FujiFlashMode?: string;
|
|
2852
2886
|
/** ☆☆☆☆ ✔ Example: "9504x6336" */
|
|
2853
2887
|
FullImageSize?: string;
|
|
@@ -2855,13 +2889,17 @@ export interface MakerNotesTags {
|
|
|
2855
2889
|
FullPressSnap?: string;
|
|
2856
2890
|
/** ☆☆☆☆ ✔ Example: "Zoom (High)" */
|
|
2857
2891
|
Func1Button?: string;
|
|
2858
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2892
|
+
/** ☆☆☆☆ ✔ Example: "None" */
|
|
2859
2893
|
Func1ButtonPlusDials?: string;
|
|
2860
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2894
|
+
/** ☆☆☆☆ ✔ Example: "White Balance" */
|
|
2861
2895
|
Func2Button?: string;
|
|
2896
|
+
/** ☆☆☆☆ Example: "Photo Shooting Menu Bank" */
|
|
2897
|
+
Func2ButtonPlusDials?: string;
|
|
2898
|
+
/** ☆☆☆☆ Example: "Voice Memo" */
|
|
2899
|
+
Func3Button?: string;
|
|
2862
2900
|
/** ☆☆☆☆ ✔ Example: "Virtual Horizon" */
|
|
2863
2901
|
FuncButton?: string;
|
|
2864
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2902
|
+
/** ☆☆☆☆ ✔ Example: "Shutter Speed & Aperture Lock" */
|
|
2865
2903
|
FuncButtonPlusDials?: string;
|
|
2866
2904
|
/** ☆☆☆☆ ✔ Example: "ISO Display" */
|
|
2867
2905
|
FunctionButton?: string;
|
|
@@ -2875,7 +2913,7 @@ export interface MakerNotesTags {
|
|
|
2875
2913
|
GainBase?: number;
|
|
2876
2914
|
/** ☆☆☆☆ ✔ Example: "n/a; User-Selected" */
|
|
2877
2915
|
Gradation?: string;
|
|
2878
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2916
|
+
/** ☆☆☆☆ ✔ Example: "Weak" */
|
|
2879
2917
|
GrainEffect?: string;
|
|
2880
2918
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2881
2919
|
GrainyBWFilter?: string;
|
|
@@ -2893,12 +2931,16 @@ export interface MakerNotesTags {
|
|
|
2893
2931
|
GroupAreaAFIllumination?: string;
|
|
2894
2932
|
/** ☆☆☆☆ ✔ Example: "Unknown (5)" */
|
|
2895
2933
|
HDMIBitDepth?: string;
|
|
2896
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2934
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2897
2935
|
HDMIExternalRecorder?: string;
|
|
2898
|
-
/** ☆☆☆☆
|
|
2936
|
+
/** ☆☆☆☆ Example: "Unknown (1)" */
|
|
2937
|
+
HDMIOutputHDR?: string;
|
|
2938
|
+
/** ☆☆☆☆ ✔ Example: "Full" */
|
|
2899
2939
|
HDMIOutputRange?: string;
|
|
2900
2940
|
/** ☆☆☆☆ ✔ Example: "Auto" */
|
|
2901
2941
|
HDMIOutputResolution?: string;
|
|
2942
|
+
/** ☆☆☆☆ Example: "Off" */
|
|
2943
|
+
HDMIViewAssist?: string;
|
|
2902
2944
|
/** ★☆☆☆ ✔ Example: "On" */
|
|
2903
2945
|
HDR?: string;
|
|
2904
2946
|
/** ☆☆☆☆ ✔ Example: "Natural" */
|
|
@@ -2909,16 +2951,12 @@ export interface MakerNotesTags {
|
|
|
2909
2951
|
HDRInfoVersion?: string;
|
|
2910
2952
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2911
2953
|
HDRLevel?: string;
|
|
2912
|
-
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2913
|
-
HDRLevel2?: string;
|
|
2914
2954
|
/** ☆☆☆☆ ✔ Example: "Unknown (1)" */
|
|
2915
2955
|
HDRShot?: string;
|
|
2916
2956
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2917
2957
|
HDRSmoothing?: string;
|
|
2918
2958
|
/** ★☆☆☆ ✔ Example: "n/a" */
|
|
2919
2959
|
HighISONoiseReduction?: string;
|
|
2920
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2921
|
-
HighISONoiseReduction2?: string;
|
|
2922
2960
|
/** ☆☆☆☆ Example: 4 */
|
|
2923
2961
|
HighLowKeyAdj?: number;
|
|
2924
2962
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
@@ -2929,7 +2967,7 @@ export interface MakerNotesTags {
|
|
|
2929
2967
|
HighlightShadow?: string;
|
|
2930
2968
|
/** ☆☆☆☆ ✔ Example: "0 (normal)" */
|
|
2931
2969
|
HighlightTone?: string;
|
|
2932
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2970
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2933
2971
|
HighlightTonePriority?: string;
|
|
2934
2972
|
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2935
2973
|
HighlightWarning?: string;
|
|
@@ -2951,11 +2989,13 @@ export interface MakerNotesTags {
|
|
|
2951
2989
|
HueAdjust?: string;
|
|
2952
2990
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2953
2991
|
HueAdjustment?: string;
|
|
2992
|
+
/** ☆☆☆☆ Example: "0 -5 5" */
|
|
2993
|
+
HueSetting?: string;
|
|
2954
2994
|
/** ☆☆☆☆ ✔ Example: 800 */
|
|
2955
2995
|
ISO2?: number;
|
|
2956
2996
|
/** ☆☆☆☆ Example: "On" */
|
|
2957
2997
|
ISOAuto?: string;
|
|
2958
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2998
|
+
/** ☆☆☆☆ ✔ Example: "Same As Without Flash" */
|
|
2959
2999
|
ISOAutoFlashLimit?: string;
|
|
2960
3000
|
/** ☆☆☆☆ ✔ Example: "Unknown (0x6)" */
|
|
2961
3001
|
ISOAutoHiLimit?: string;
|
|
@@ -2965,14 +3005,12 @@ export interface MakerNotesTags {
|
|
|
2965
3005
|
ISOAutoMin?: number;
|
|
2966
3006
|
/** ☆☆☆☆ Example: "Standard" */
|
|
2967
3007
|
ISOAutoParameters?: string;
|
|
2968
|
-
/** ☆☆☆☆ ✔ Example: "Auto (
|
|
3008
|
+
/** ☆☆☆☆ ✔ Example: "Auto (Slowest)" */
|
|
2969
3009
|
ISOAutoShutterTime?: string;
|
|
2970
|
-
/** ☆☆☆☆ ✔ Example: "Show
|
|
3010
|
+
/** ☆☆☆☆ ✔ Example: "Show ISO/Easy ISO" */
|
|
2971
3011
|
ISODisplay?: string;
|
|
2972
|
-
/**
|
|
3012
|
+
/** ★☆☆☆ ✔ Example: "On" */
|
|
2973
3013
|
ISOExpansion?: string;
|
|
2974
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2975
|
-
ISOExpansion2?: string;
|
|
2976
3014
|
/** ☆☆☆☆ ✔ Example: 800 */
|
|
2977
3015
|
ISOFloor?: number;
|
|
2978
3016
|
/** ☆☆☆☆ Example: "Auto" */
|
|
@@ -2993,13 +3031,13 @@ export interface MakerNotesTags {
|
|
|
2993
3031
|
ISOStepSize?: string;
|
|
2994
3032
|
/** ☆☆☆☆ ✔ Example: 79.44 */
|
|
2995
3033
|
ISOValue?: number;
|
|
2996
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3034
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2997
3035
|
Illumination?: string;
|
|
2998
3036
|
/** ☆☆☆☆ ✔ Example: "Normal" */
|
|
2999
3037
|
ImageAdjustment?: string;
|
|
3000
3038
|
/** ☆☆☆☆ ✔ Example: "FX (36x24)" */
|
|
3001
3039
|
ImageArea?: string;
|
|
3002
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3040
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3003
3041
|
ImageAuthentication?: string;
|
|
3004
3042
|
/** ☆☆☆☆ ✔ Example: "0 0 8256 5504" */
|
|
3005
3043
|
ImageBoundary?: string;
|
|
@@ -3017,9 +3055,7 @@ export interface MakerNotesTags {
|
|
|
3017
3055
|
ImageGeneration?: string;
|
|
3018
3056
|
/** ☆☆☆☆ Example: 912 */
|
|
3019
3057
|
ImageIDNumber?: number;
|
|
3020
|
-
/** ☆☆☆☆
|
|
3021
|
-
ImageNumber2?: number;
|
|
3022
|
-
/** ☆☆☆☆ ✔ Example: "Normal" */
|
|
3058
|
+
/** ☆☆☆☆ ✔ Example: "Vivid" */
|
|
3023
3059
|
ImageOptimization?: string;
|
|
3024
3060
|
/** ☆☆☆☆ ✔ Example: "Red Eye Ruduction ;" */
|
|
3025
3061
|
ImageProcessing?: string;
|
|
@@ -3027,8 +3063,6 @@ export interface MakerNotesTags {
|
|
|
3027
3063
|
ImageProcessingVersion?: string;
|
|
3028
3064
|
/** ☆☆☆☆ ✔ Example: "Very High" */
|
|
3029
3065
|
ImageQuality?: string;
|
|
3030
|
-
/** ☆☆☆☆ ✔ Example: "Unknown (6)" */
|
|
3031
|
-
ImageQuality2?: string;
|
|
3032
3066
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3033
3067
|
ImageReview?: string;
|
|
3034
3068
|
/** ☆☆☆☆ ✔ Example: "4 s" */
|
|
@@ -3087,6 +3121,14 @@ export interface MakerNotesTags {
|
|
|
3087
3121
|
InternalNDFilter?: number;
|
|
3088
3122
|
/** ★★☆☆ ✔ Example: "fdfec409" */
|
|
3089
3123
|
InternalSerialNumber?: string;
|
|
3124
|
+
/** ☆☆☆☆ Example: 0 */
|
|
3125
|
+
IntervalDurationHours?: number;
|
|
3126
|
+
/** ☆☆☆☆ Example: 1 */
|
|
3127
|
+
IntervalDurationMinutes?: number;
|
|
3128
|
+
/** ☆☆☆☆ Example: 0 */
|
|
3129
|
+
IntervalDurationSeconds?: number;
|
|
3130
|
+
/** ☆☆☆☆ Example: "On" */
|
|
3131
|
+
IntervalExposureSmoothing?: string;
|
|
3090
3132
|
/** ☆☆☆☆ Example: 65542 */
|
|
3091
3133
|
IntervalLength?: number;
|
|
3092
3134
|
/** ☆☆☆☆ Example: "Still Image" */
|
|
@@ -3094,13 +3136,21 @@ export interface MakerNotesTags {
|
|
|
3094
3136
|
/** ☆☆☆☆ Example: 65797 */
|
|
3095
3137
|
IntervalNumber?: number;
|
|
3096
3138
|
/** ☆☆☆☆ Example: "Off" */
|
|
3139
|
+
IntervalPriority?: string;
|
|
3140
|
+
/** ☆☆☆☆ Example: "Off" */
|
|
3097
3141
|
IntervalShooting?: string;
|
|
3098
|
-
/** ☆☆☆☆
|
|
3142
|
+
/** ☆☆☆☆ Example: 1 */
|
|
3143
|
+
Intervals?: number;
|
|
3144
|
+
/** ☆☆☆☆ ✔ Example: "n/a (RAW only)" */
|
|
3099
3145
|
JPEGQuality?: string;
|
|
3100
|
-
/** ☆☆☆☆
|
|
3146
|
+
/** ☆☆☆☆ Example: "5216x3472" */
|
|
3147
|
+
JPEGSize?: string;
|
|
3148
|
+
/** ☆☆☆☆ ✔ Example: "Size Priority" */
|
|
3101
3149
|
JPGCompression?: string;
|
|
3102
3150
|
/** ☆☆☆☆ ✔ Example: "10 MP" */
|
|
3103
3151
|
JpgRecordedPixels?: string;
|
|
3152
|
+
/** ☆☆☆☆ Example: "Off" */
|
|
3153
|
+
KeepExposure?: string;
|
|
3104
3154
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3105
3155
|
KeystoneCompensation?: string;
|
|
3106
3156
|
/** ☆☆☆☆ ✔ Example: "Vertical" */
|
|
@@ -3131,11 +3181,13 @@ export interface MakerNotesTags {
|
|
|
3131
3181
|
LCDIlluminationDuringBulb?: string;
|
|
3132
3182
|
/** ☆☆☆☆ ✔ Example: "Remain. shots/File no." */
|
|
3133
3183
|
LCDPanels?: string;
|
|
3184
|
+
/** ☆☆☆☆ Example: "On" */
|
|
3185
|
+
LCHEditor?: string;
|
|
3134
3186
|
/** ☆☆☆☆ ✔ Example: "Masked" */
|
|
3135
3187
|
LVShootingAreaDisplay?: string;
|
|
3136
3188
|
/** ☆☆☆☆ ✔ Example: "UNICORN THEATRE FOR CHILDREN" */
|
|
3137
3189
|
Landmark?: string;
|
|
3138
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3190
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (4)" */
|
|
3139
3191
|
Language?: string;
|
|
3140
3192
|
/** ☆☆☆☆ Example: 92 */
|
|
3141
3193
|
LastFileNumber?: number;
|
|
@@ -3143,15 +3195,15 @@ export interface MakerNotesTags {
|
|
|
3143
3195
|
LateralChromaticAberration?: string;
|
|
3144
3196
|
/** ☆☆☆☆ Example: "4.0 to 22" */
|
|
3145
3197
|
LensApertureRange?: string;
|
|
3146
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3198
|
+
/** ☆☆☆☆ ✔ Example: "None (Disabled)" */
|
|
3147
3199
|
LensControlRing?: string;
|
|
3148
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3200
|
+
/** ☆☆☆☆ ✔ Example: "0802" */
|
|
3149
3201
|
LensDataVersion?: string;
|
|
3150
3202
|
/** ☆☆☆☆ ✔ Example: "97 154 172 70 104 114" */
|
|
3151
3203
|
LensDistortionParams?: string;
|
|
3152
3204
|
/** ☆☆☆☆ ✔ Example: "Focus search on" */
|
|
3153
3205
|
LensDriveNoAF?: string;
|
|
3154
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3206
|
+
/** ☆☆☆☆ ✔ Example: "Stop Focus Search" */
|
|
3155
3207
|
LensDriveWhenAFImpossible?: string;
|
|
3156
3208
|
/** ☆☆☆☆ ✔ Example: 8.67 */
|
|
3157
3209
|
LensFStops?: number;
|
|
@@ -3163,13 +3215,13 @@ export interface MakerNotesTags {
|
|
|
3163
3215
|
LensFocalLength?: string;
|
|
3164
3216
|
/** ☆☆☆☆ Example: "50 to 50" */
|
|
3165
3217
|
LensFocalRange?: string;
|
|
3166
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3218
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (0)" */
|
|
3167
3219
|
LensFocusFunctionButtons?: string;
|
|
3168
3220
|
/** ☆☆☆☆ ✔ Example: "Unknown (72)" */
|
|
3169
3221
|
LensFormat?: string;
|
|
3170
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3222
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (29)" */
|
|
3171
3223
|
LensFunc1Button?: string;
|
|
3172
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3224
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (29)" */
|
|
3173
3225
|
LensFunc2Button?: string;
|
|
3174
3226
|
/** ☆☆☆☆ ✔ Example: 93 */
|
|
3175
3227
|
LensIDNumber?: number;
|
|
@@ -3179,8 +3231,6 @@ export interface MakerNotesTags {
|
|
|
3179
3231
|
LensModulationOptimizer?: string;
|
|
3180
3232
|
/** ☆☆☆☆ ✔ Example: "Unknown (74)" */
|
|
3181
3233
|
LensMount?: string;
|
|
3182
|
-
/** ☆☆☆☆ ✔ Example: "Unknown" */
|
|
3183
|
-
LensMount2?: string;
|
|
3184
3234
|
/** ☆☆☆☆ ✔ Example: "0xe253" */
|
|
3185
3235
|
LensProperties?: string;
|
|
3186
3236
|
/** ☆☆☆☆ Example: "Xcenter=1456 Ycenter=1068 GainMax=16" */
|
|
@@ -3191,14 +3241,10 @@ export interface MakerNotesTags {
|
|
|
3191
3241
|
LensSpecFeatures?: string;
|
|
3192
3242
|
/** ☆☆☆☆ ✔ Example: 35 */
|
|
3193
3243
|
LensTemperature?: number;
|
|
3194
|
-
/** ☆☆☆☆
|
|
3244
|
+
/** ☆☆☆☆ Example: */
|
|
3195
3245
|
LensType2?: string;
|
|
3196
|
-
/** ☆☆☆☆
|
|
3246
|
+
/** ☆☆☆☆ Example: */
|
|
3197
3247
|
LensType3?: string;
|
|
3198
|
-
/** ☆☆☆☆ Example: 2 */
|
|
3199
|
-
LensTypeMake?: number;
|
|
3200
|
-
/** ☆☆☆☆ Example: "30 10" */
|
|
3201
|
-
LensTypeModel?: string;
|
|
3202
3248
|
/** ☆☆☆☆ ✔ Example: "98%" */
|
|
3203
3249
|
LensZoomPosition?: string;
|
|
3204
3250
|
/** ☆☆☆☆ Example: 250 */
|
|
@@ -3241,7 +3287,7 @@ export interface MakerNotesTags {
|
|
|
3241
3287
|
LiveViewFocusMode?: string;
|
|
3242
3288
|
/** ☆☆☆☆ ✔ Example: "40 Segment" */
|
|
3243
3289
|
LiveViewMetering?: string;
|
|
3244
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3290
|
+
/** ☆☆☆☆ ✔ Example: "No Limit" */
|
|
3245
3291
|
LiveViewMonitorOffTime?: string;
|
|
3246
3292
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3247
3293
|
LiveViewShooting?: string;
|
|
@@ -3253,15 +3299,13 @@ export interface MakerNotesTags {
|
|
|
3253
3299
|
LocationInfoVersion?: string;
|
|
3254
3300
|
/** ☆☆☆☆ ✔ Example: "" */
|
|
3255
3301
|
LocationName?: string;
|
|
3256
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3302
|
+
/** ☆☆☆☆ ✔ Example: "Record memo (protect:disable)" */
|
|
3257
3303
|
LockMicrophoneButton?: string;
|
|
3258
3304
|
/** ☆☆☆☆ Example: "Yes" */
|
|
3259
3305
|
LongExposureNRUsed?: string;
|
|
3260
3306
|
/** ★☆☆☆ ✔ Example: "n/a" */
|
|
3261
3307
|
LongExposureNoiseReduction?: string;
|
|
3262
3308
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3263
|
-
LongExposureNoiseReduction2?: string;
|
|
3264
|
-
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3265
3309
|
LowLightAF?: string;
|
|
3266
3310
|
/** ☆☆☆☆ Example: "+0.500" */
|
|
3267
3311
|
LuminanceNoiseReduction?: string;
|
|
@@ -3271,7 +3315,7 @@ export interface MakerNotesTags {
|
|
|
3271
3315
|
MCUVersion?: number;
|
|
3272
3316
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3273
3317
|
MacroLED?: string;
|
|
3274
|
-
/**
|
|
3318
|
+
/** ★★★☆ ✔ Example: "Unknown (852023)" */
|
|
3275
3319
|
MacroMode?: string;
|
|
3276
3320
|
/** ☆☆☆☆ ✔ Example: "Soft Focus 2; 1280; 0; 0" */
|
|
3277
3321
|
MagicFilter?: string;
|
|
@@ -3283,17 +3327,17 @@ export interface MakerNotesTags {
|
|
|
3283
3327
|
MakerNoteOffset?: number;
|
|
3284
3328
|
/** ☆☆☆☆ Example: "Rdc" */
|
|
3285
3329
|
MakerNoteType?: string;
|
|
3286
|
-
/** ★★☆☆ ✔ Example:
|
|
3287
|
-
MakerNoteVersion?:
|
|
3288
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3330
|
+
/** ★★☆☆ ✔ Example: 2.11 */
|
|
3331
|
+
MakerNoteVersion?: number;
|
|
3332
|
+
/** ☆☆☆☆ ✔ Example: "99.5 kPa" */
|
|
3289
3333
|
ManometerPressure?: string;
|
|
3290
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3334
|
+
/** ☆☆☆☆ ✔ Example: "90.8 m, 297.8 ft" */
|
|
3291
3335
|
ManometerReading?: string;
|
|
3292
3336
|
/** ☆☆☆☆ ✔ Example: "Stops at AF Area Edges" */
|
|
3293
3337
|
ManualAFPointSelPattern?: string;
|
|
3294
3338
|
/** ☆☆☆☆ ✔ Example: "Stops at AF area edges" */
|
|
3295
3339
|
ManualAFPointSelectPattern?: string;
|
|
3296
|
-
/** ☆☆☆☆ ✔ Example: "On (
|
|
3340
|
+
/** ☆☆☆☆ ✔ Example: "On (Full strength)" */
|
|
3297
3341
|
ManualFlash?: string;
|
|
3298
3342
|
/** ★★☆☆ ✔ Example: "n/a" */
|
|
3299
3343
|
ManualFlashOutput?: string;
|
|
@@ -3309,21 +3353,17 @@ export interface MakerNotesTags {
|
|
|
3309
3353
|
ManualTv?: string;
|
|
3310
3354
|
/** ☆☆☆☆ ✔ Example: 2016-02-04 */
|
|
3311
3355
|
ManufactureDate?: ExifDate | string;
|
|
3312
|
-
/** ☆☆☆☆ Example: 2011-11-05 */
|
|
3313
|
-
ManufactureDate1?: ExifDate | string;
|
|
3314
|
-
/** ☆☆☆☆ Example: 2011-11-14 */
|
|
3315
|
-
ManufactureDate2?: ExifDate | string;
|
|
3316
3356
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
3317
3357
|
MasterGain?: number;
|
|
3318
3358
|
/** ☆☆☆☆ ✔ Example: "Face Detection On" */
|
|
3319
3359
|
MatrixMetering?: string;
|
|
3320
3360
|
/** ★★☆☆ ✔ Example: 7.3 */
|
|
3321
3361
|
MaxAperture?: number;
|
|
3322
|
-
/**
|
|
3362
|
+
/** ★☆☆☆ ✔ Example: 6.7 */
|
|
3323
3363
|
MaxApertureAtMaxFocal?: number;
|
|
3324
|
-
/**
|
|
3364
|
+
/** ★☆☆☆ ✔ Example: 5.7 */
|
|
3325
3365
|
MaxApertureAtMinFocal?: number;
|
|
3326
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3366
|
+
/** ☆☆☆☆ ✔ Example: 8 */
|
|
3327
3367
|
MaxContinuousRelease?: number;
|
|
3328
3368
|
/** ☆☆☆☆ ✔ Example: "8 8 8" */
|
|
3329
3369
|
MaxFaces?: string;
|
|
@@ -3331,17 +3371,13 @@ export interface MakerNotesTags {
|
|
|
3331
3371
|
MaxFocalLength?: string;
|
|
3332
3372
|
/** ★★☆☆ ✔ Example: 9.97 */
|
|
3333
3373
|
MeasuredEV?: number;
|
|
3334
|
-
/** ☆☆☆☆ ✔ Example: 9.875 */
|
|
3335
|
-
MeasuredEV2?: number;
|
|
3336
|
-
/** ☆☆☆☆ ✔ Example: 3.625 */
|
|
3337
|
-
MeasuredEV3?: number;
|
|
3338
3374
|
/** ☆☆☆☆ ✔ Example: 9.375 */
|
|
3339
3375
|
MeasuredLV?: number;
|
|
3340
3376
|
/** ☆☆☆☆ ✔ Example: "988 1024 1024 636" */
|
|
3341
3377
|
MeasuredRGGB?: string;
|
|
3342
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3378
|
+
/** ☆☆☆☆ ✔ Example: "70293 120427 116868 67475" */
|
|
3343
3379
|
MeasuredRGGBData?: string;
|
|
3344
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3380
|
+
/** ☆☆☆☆ ✔ Example: 65 */
|
|
3345
3381
|
MechanicalShutterCount?: number;
|
|
3346
3382
|
/** ☆☆☆☆ ✔ Example: "FFCBAC24-E547-4BBC-AF47-38B1A3D845E3" */
|
|
3347
3383
|
MediaGroupUUID?: string;
|
|
@@ -3355,7 +3391,7 @@ export interface MakerNotesTags {
|
|
|
3355
3391
|
MenuButtonDisplayPosition?: string;
|
|
3356
3392
|
/** ☆☆☆☆ ✔ Example: "Top" */
|
|
3357
3393
|
MenuButtonReturn?: string;
|
|
3358
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3394
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (6)" */
|
|
3359
3395
|
MenuMonitorOffTime?: string;
|
|
3360
3396
|
/** ☆☆☆☆ ✔ Example: "THm211000000000" */
|
|
3361
3397
|
MetaVersion?: string;
|
|
@@ -3363,10 +3399,8 @@ export interface MakerNotesTags {
|
|
|
3363
3399
|
MeterMode?: string;
|
|
3364
3400
|
/** ☆☆☆☆ ✔ Example: "Matrix" */
|
|
3365
3401
|
Metering?: string;
|
|
3366
|
-
/** ☆☆☆☆
|
|
3367
|
-
|
|
3368
|
-
/** ☆☆☆☆ ✔ Example: "Multi-segment" */
|
|
3369
|
-
MeteringMode3?: string;
|
|
3402
|
+
/** ☆☆☆☆ Example: "Metering" */
|
|
3403
|
+
MeteringButton?: string;
|
|
3370
3404
|
/** ☆☆☆☆ ✔ Example: "Within Range" */
|
|
3371
3405
|
MeteringOffScaleIndicator?: string;
|
|
3372
3406
|
/** ☆☆☆☆ ✔ Example: "8 s" */
|
|
@@ -3387,8 +3421,6 @@ export interface MakerNotesTags {
|
|
|
3387
3421
|
MiniatureFilterParameter?: number;
|
|
3388
3422
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
3389
3423
|
MiniatureFilterPosition?: number;
|
|
3390
|
-
/** ☆☆☆☆ Example: "(Binary data 734 bytes, use -b option to extract)" */
|
|
3391
|
-
MinoltaCameraSettings2?: string;
|
|
3392
3424
|
/** ☆☆☆☆ Example: 2004-07-05 */
|
|
3393
3425
|
MinoltaDate?: ExifDate | string;
|
|
3394
3426
|
/** ☆☆☆☆ Example: "Unknown (768)" */
|
|
@@ -3459,19 +3491,23 @@ export interface MakerNotesTags {
|
|
|
3459
3491
|
MotionSensitivity?: number;
|
|
3460
3492
|
/** ☆☆☆☆ ✔ Example: "AE/AF Lock" */
|
|
3461
3493
|
MovieAELockButtonAssignment?: string;
|
|
3462
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3494
|
+
/** ☆☆☆☆ ✔ Example: "Single" */
|
|
3463
3495
|
MovieAFAreaMode?: string;
|
|
3464
3496
|
/** ☆☆☆☆ ✔ Example: "4 (Normal)" */
|
|
3465
3497
|
MovieAFTrackingSensitivity?: string;
|
|
3498
|
+
/** ☆☆☆☆ Example: "Auto" */
|
|
3499
|
+
MovieFlickerReduction?: string;
|
|
3466
3500
|
/** ☆☆☆☆ ✔ Example: "Zoom (Low)" */
|
|
3467
3501
|
MovieFunc1Button?: string;
|
|
3468
3502
|
/** ☆☆☆☆ ✔ Example: "Zoom (1:1)" */
|
|
3469
3503
|
MovieFunc2Button?: string;
|
|
3504
|
+
/** ☆☆☆☆ Example: "None" */
|
|
3505
|
+
MovieFunc3Button?: string;
|
|
3470
3506
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3471
3507
|
MovieFunctionButton?: string;
|
|
3472
3508
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3473
3509
|
MovieFunctionButtonPlusDials?: string;
|
|
3474
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3510
|
+
/** ☆☆☆☆ ✔ Example: "Pattern 2" */
|
|
3475
3511
|
MovieHighlightDisplayPattern?: string;
|
|
3476
3512
|
/** ☆☆☆☆ ✔ Example: 248 */
|
|
3477
3513
|
MovieHighlightDisplayThreshold?: number;
|
|
@@ -3481,13 +3517,13 @@ export interface MakerNotesTags {
|
|
|
3481
3517
|
MovieISOAutoHiLimit?: string;
|
|
3482
3518
|
/** ☆☆☆☆ ✔ Example: "Center Focus Point" */
|
|
3483
3519
|
MovieMultiSelector?: string;
|
|
3484
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3520
|
+
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3485
3521
|
MoviePreviewButton?: string;
|
|
3486
3522
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3487
3523
|
MoviePreviewButtonPlusDials?: string;
|
|
3488
3524
|
/** ☆☆☆☆ ✔ Example: "Take Photo" */
|
|
3489
3525
|
MovieShutterButton?: string;
|
|
3490
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3526
|
+
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3491
3527
|
MovieSubSelectorAssignment?: string;
|
|
3492
3528
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3493
3529
|
MovieSubSelectorAssignmentPlusDials?: string;
|
|
@@ -3503,7 +3539,7 @@ export interface MakerNotesTags {
|
|
|
3503
3539
|
MultiExposureControl?: string;
|
|
3504
3540
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3505
3541
|
MultiExposureMode?: string;
|
|
3506
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3542
|
+
/** ☆☆☆☆ ✔ Example: 9 */
|
|
3507
3543
|
MultiExposureShots?: number;
|
|
3508
3544
|
/** ☆☆☆☆ ✔ Example: "0101" */
|
|
3509
3545
|
MultiExposureVersion?: string;
|
|
@@ -3515,11 +3551,13 @@ export interface MakerNotesTags {
|
|
|
3515
3551
|
MultiFunctionLock?: string;
|
|
3516
3552
|
/** ☆☆☆☆ ✔ Example: "Reset Meter-off Delay" */
|
|
3517
3553
|
MultiSelector?: string;
|
|
3518
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3554
|
+
/** ☆☆☆☆ ✔ Example: "Zoom" */
|
|
3519
3555
|
MultiSelectorLiveView?: string;
|
|
3556
|
+
/** ☆☆☆☆ Example: "Reset" */
|
|
3557
|
+
MultiSelectorLiveViewMode?: string;
|
|
3520
3558
|
/** ☆☆☆☆ ✔ Example: "Zoom On/Off" */
|
|
3521
3559
|
MultiSelectorPlaybackMode?: string;
|
|
3522
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3560
|
+
/** ☆☆☆☆ ✔ Example: "Zoom On/Off" */
|
|
3523
3561
|
MultiSelectorShootMode?: string;
|
|
3524
3562
|
/** ☆☆☆☆ ✔ Example: "On (2 frames); 1" */
|
|
3525
3563
|
MultipleExposureMode?: string;
|
|
@@ -3549,8 +3587,6 @@ export interface MakerNotesTags {
|
|
|
3549
3587
|
NoiseFilter?: string;
|
|
3550
3588
|
/** ★★☆☆ ✔ Example: "[4]" */
|
|
3551
3589
|
NoiseReduction?: string;
|
|
3552
|
-
/** ☆☆☆☆ ✔ Example: "Noise Reduction" */
|
|
3553
|
-
NoiseReduction2?: string;
|
|
3554
3590
|
/** ☆☆☆☆ Example: 0 */
|
|
3555
3591
|
NoiseReductionStrength?: number;
|
|
3556
3592
|
/** ☆☆☆☆ ✔ Example: 5.7 */
|
|
@@ -3559,7 +3595,7 @@ export interface MakerNotesTags {
|
|
|
3559
3595
|
NominalMinAperture?: number;
|
|
3560
3596
|
/** ☆☆☆☆ ✔ Example: 16383 */
|
|
3561
3597
|
NormalWhiteLevel?: number;
|
|
3562
|
-
/**
|
|
3598
|
+
/** ★★☆☆ ✔ Example: 9 */
|
|
3563
3599
|
NumAFPoints?: number;
|
|
3564
3600
|
/** ☆☆☆☆ ✔ Example: 3 */
|
|
3565
3601
|
NumFaceElements?: number;
|
|
@@ -3589,13 +3625,11 @@ export interface MakerNotesTags {
|
|
|
3589
3625
|
OpticalZoomOn?: string;
|
|
3590
3626
|
/** ☆☆☆☆ ✔ Example: 668058300 */
|
|
3591
3627
|
OrderNumber?: number;
|
|
3592
|
-
/** ☆☆☆☆ ✔ Example: "Rotate 270 CW" */
|
|
3593
|
-
Orientation2?: string;
|
|
3594
3628
|
/** ☆☆☆☆ ✔ Example: "Separate Vert/Horiz Points" */
|
|
3595
3629
|
OrientationLinkedAF?: string;
|
|
3596
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3630
|
+
/** ☆☆☆☆ ✔ Example: "Select different AF points" */
|
|
3597
3631
|
OrientationLinkedAFPoint?: string;
|
|
3598
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3632
|
+
/** ☆☆☆☆ ✔ Example: 7488956 */
|
|
3599
3633
|
OriginalDecisionDataOffset?: number;
|
|
3600
3634
|
/** ☆☆☆☆ Example: "/home/username/pictures" */
|
|
3601
3635
|
OriginalDirectory?: string;
|
|
@@ -3609,51 +3643,15 @@ export interface MakerNotesTags {
|
|
|
3609
3643
|
OtherInfo?: string[];
|
|
3610
3644
|
/** ☆☆☆☆ ✔ Example: "(Binary data 864 bytes, use -b option to extract)" */
|
|
3611
3645
|
OutputLUT?: string;
|
|
3612
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3613
|
-
PF0CustomFuncRegistration?: string;
|
|
3614
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3615
|
-
PF1DisableShootingModes?: string;
|
|
3616
|
-
/** ☆☆☆☆ ✔ Example: 63 */
|
|
3617
|
-
PF1Value?: number;
|
|
3618
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3619
|
-
PF2DisableMeteringModes?: string;
|
|
3620
|
-
/** ☆☆☆☆ ✔ Example: 240 */
|
|
3621
|
-
PF2Value?: number;
|
|
3622
|
-
/** ☆☆☆☆ ✔ Example: "On (257)" */
|
|
3623
|
-
PF3ManualExposureMetering?: string;
|
|
3624
|
-
/** ☆☆☆☆ ✔ Example: 16 */
|
|
3625
|
-
PF3Value?: number;
|
|
3626
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3627
|
-
PF4ExposureTimeLimits?: string;
|
|
3628
|
-
/** ☆☆☆☆ ✔ Example: 31.2 */
|
|
3629
|
-
PF4ExposureTimeMax?: number;
|
|
3630
|
-
/** ☆☆☆☆ ✔ Example: "1/8389" */
|
|
3631
|
-
PF4ExposureTimeMin?: string;
|
|
3632
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3633
|
-
PF5ApertureLimits?: string;
|
|
3634
|
-
/** ☆☆☆☆ ✔ Example: 1 */
|
|
3635
|
-
PF5ApertureMax?: number;
|
|
3636
|
-
/** ☆☆☆☆ ✔ Example: 91 */
|
|
3637
|
-
PF5ApertureMin?: number;
|
|
3638
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3639
|
-
PF6PresetShootingModes?: string;
|
|
3640
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3641
|
-
PF7BracketContinuousShoot?: string;
|
|
3642
|
-
/** ☆☆☆☆ ✔ Example: 3 */
|
|
3643
|
-
PF8BracketShots?: number;
|
|
3644
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3645
|
-
PF8SetBracketShots?: string;
|
|
3646
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3647
|
-
PF9ChangeBracketSequence?: string;
|
|
3648
3646
|
/** ☆☆☆☆ ✔ Example: 3 */
|
|
3649
3647
|
POILevel?: number;
|
|
3650
3648
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3651
3649
|
PaintingFilter?: string;
|
|
3652
3650
|
/** ☆☆☆☆ ✔ Example: 2019-11-26T11:22:36.720+01:00 */
|
|
3653
3651
|
PanasonicDateTime?: ExifDateTime | string;
|
|
3654
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3652
|
+
/** ☆☆☆☆ ✔ Example: "0417" */
|
|
3655
3653
|
PanasonicExifVersion?: string;
|
|
3656
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3654
|
+
/** ☆☆☆☆ ✔ Example: 7776 */
|
|
3657
3655
|
PanasonicImageHeight?: number;
|
|
3658
3656
|
/** ☆☆☆☆ ✔ Example: 8368 */
|
|
3659
3657
|
PanasonicImageWidth?: number;
|
|
@@ -3707,7 +3705,7 @@ export interface MakerNotesTags {
|
|
|
3707
3705
|
PhaseDetectAF?: string;
|
|
3708
3706
|
/** ☆☆☆☆ ✔ Example: "Vivid" */
|
|
3709
3707
|
PhotoEffect?: string;
|
|
3710
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3708
|
+
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3711
3709
|
PhotoInfoPlayback?: string;
|
|
3712
3710
|
/** ☆☆☆☆ ✔ Example: "A" */
|
|
3713
3711
|
PhotoShootingMenuBank?: string;
|
|
@@ -3719,29 +3717,25 @@ export interface MakerNotesTags {
|
|
|
3719
3717
|
PictureControlAdjust?: string;
|
|
3720
3718
|
/** ☆☆☆☆ ✔ Example: "Vivid" */
|
|
3721
3719
|
PictureControlBase?: string;
|
|
3722
|
-
/** ☆☆☆☆ ✔ Example: "Vivid" */
|
|
3720
|
+
/** ☆☆☆☆ ✔ Example: "Vivid-KR" */
|
|
3723
3721
|
PictureControlName?: string;
|
|
3724
3722
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
3725
3723
|
PictureControlQuickAdjust?: string;
|
|
3726
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3724
|
+
/** ☆☆☆☆ ✔ Example: "0301" */
|
|
3727
3725
|
PictureControlVersion?: string;
|
|
3728
3726
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3729
3727
|
PictureEffect?: string;
|
|
3730
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3731
|
-
PictureEffect2?: string;
|
|
3732
3728
|
/** ☆☆☆☆ Example: "Natural" */
|
|
3733
3729
|
PictureFinish?: string;
|
|
3734
|
-
/**
|
|
3730
|
+
/** ★★☆☆ ✔ Example: "i-Enhance; 2" */
|
|
3735
3731
|
PictureMode?: string;
|
|
3736
|
-
/** ☆☆☆☆ ✔ Example: "Shutter & Aperture Priority AE" */
|
|
3737
|
-
PictureMode2?: string;
|
|
3738
3732
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
3739
3733
|
PictureModeBWFilter?: string;
|
|
3740
3734
|
/** ☆☆☆☆ ✔ Example: "1 (min -2, max 2)" */
|
|
3741
3735
|
PictureModeContrast?: string;
|
|
3742
3736
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
3743
3737
|
PictureModeEffect?: string;
|
|
3744
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3738
|
+
/** ☆☆☆☆ ✔ Example: "2 (min -2, max 2)" */
|
|
3745
3739
|
PictureModeSaturation?: string;
|
|
3746
3740
|
/** ☆☆☆☆ ✔ Example: "2 (min -2, max 2)" */
|
|
3747
3741
|
PictureModeSharpness?: string;
|
|
@@ -3757,7 +3751,7 @@ export interface MakerNotesTags {
|
|
|
3757
3751
|
PictureStyleUserDef?: string;
|
|
3758
3752
|
/** ☆☆☆☆ ✔ Example: "Low" */
|
|
3759
3753
|
Pitch?: string;
|
|
3760
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3754
|
+
/** ☆☆☆☆ ✔ Example: 8 */
|
|
3761
3755
|
PitchAngle?: number;
|
|
3762
3756
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
3763
3757
|
PixelShiftInfo?: string;
|
|
@@ -3765,29 +3759,39 @@ export interface MakerNotesTags {
|
|
|
3765
3759
|
PixelShiftResolution?: string;
|
|
3766
3760
|
/** ☆☆☆☆ ✔ Example: "Auto Rotate" */
|
|
3767
3761
|
PlayDisplay?: string;
|
|
3768
|
-
/** ☆☆☆☆
|
|
3762
|
+
/** ☆☆☆☆ Example: "None" */
|
|
3763
|
+
PlaybackFlickDown?: string;
|
|
3764
|
+
/** ☆☆☆☆ Example: "None" */
|
|
3765
|
+
PlaybackFlickUp?: string;
|
|
3766
|
+
/** ☆☆☆☆ ✔ Example: "8 s" */
|
|
3769
3767
|
PlaybackMenusTime?: string;
|
|
3770
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3768
|
+
/** ☆☆☆☆ ✔ Example: "4 s" */
|
|
3771
3769
|
PlaybackMonitorOffTime?: string;
|
|
3772
3770
|
/** ☆☆☆☆ ✔ Example: "Use Separate Zoom Buttons" */
|
|
3773
3771
|
PlaybackZoom?: string;
|
|
3774
3772
|
/** ☆☆☆☆ Example: "Off" */
|
|
3775
3773
|
PopupFlash?: string;
|
|
3774
|
+
/** ☆☆☆☆ Example: "Magenta: 7.8 Brightness: -31.5" */
|
|
3775
|
+
PortraitImpressionBalance?: string;
|
|
3776
3776
|
/** ☆☆☆☆ Example: "Off" */
|
|
3777
3777
|
PortraitRefiner?: string;
|
|
3778
3778
|
/** ☆☆☆☆ Example: "Post Focus Auto Merging or None" */
|
|
3779
3779
|
PostFocusMerging?: string;
|
|
3780
3780
|
/** ☆☆☆☆ ✔ Example: "External Power Supply" */
|
|
3781
3781
|
PowerSource?: string;
|
|
3782
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3782
|
+
/** ☆☆☆☆ ✔ Example: "2022:02:04 20:42:55" */
|
|
3783
3783
|
PowerUpTime?: string;
|
|
3784
3784
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3785
3785
|
PreAF?: string;
|
|
3786
3786
|
/** ☆☆☆☆ ✔ Example: 3.2996109 */
|
|
3787
3787
|
PreCaptureFrames?: number;
|
|
3788
|
+
/** ☆☆☆☆ Example: 0 */
|
|
3789
|
+
PreFlashReturnStrength?: number;
|
|
3790
|
+
/** ☆☆☆☆ Example: "Off" */
|
|
3791
|
+
PreferSubSelectorCenter?: string;
|
|
3788
3792
|
/** ☆☆☆☆ ✔ Example: "Daylight" */
|
|
3789
3793
|
PresetWhiteBalance?: string;
|
|
3790
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3794
|
+
/** ☆☆☆☆ ✔ Example: "Virtual Horizon" */
|
|
3791
3795
|
PreviewButton?: string;
|
|
3792
3796
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3793
3797
|
PreviewButtonPlusDials?: string;
|
|
@@ -3809,12 +3813,12 @@ export interface MakerNotesTags {
|
|
|
3809
3813
|
ProgramLine?: string;
|
|
3810
3814
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
3811
3815
|
ProgramShift?: number;
|
|
3812
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3813
|
-
Quality2?: string;
|
|
3814
|
-
/** ☆☆☆☆ ✔ Example: "Exposure comp/Aperture" */
|
|
3816
|
+
/** ☆☆☆☆ ✔ Example: "ISO speed" */
|
|
3815
3817
|
QuickControlDialInMeter?: string;
|
|
3816
3818
|
/** ☆☆☆☆ Example: "Off" */
|
|
3817
3819
|
QuickShot?: string;
|
|
3820
|
+
/** ☆☆☆☆ Example: "Single" */
|
|
3821
|
+
QuietShutterShootingSpeed?: string;
|
|
3818
3822
|
/** ☆☆☆☆ ✔ Example: "Uncompressed RAW" */
|
|
3819
3823
|
RAWFileType?: string;
|
|
3820
3824
|
/** ☆☆☆☆ ✔ Example: "Varies With Rotation Speed" */
|
|
@@ -3823,10 +3827,14 @@ export interface MakerNotesTags {
|
|
|
3823
3827
|
RFLensType?: string;
|
|
3824
3828
|
/** ☆☆☆☆ ✔ Example: "USA" */
|
|
3825
3829
|
ROMOperationMode?: string;
|
|
3826
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3830
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3827
3831
|
RangeFinder?: string;
|
|
3828
3832
|
/** ☆☆☆☆ ✔ Example: "RAW+Small/Normal" */
|
|
3829
3833
|
RawAndJpgRecording?: string;
|
|
3834
|
+
/** ☆☆☆☆ Example: 0 */
|
|
3835
|
+
RawBurstImageCount?: number;
|
|
3836
|
+
/** ☆☆☆☆ Example: 0 */
|
|
3837
|
+
RawBurstImageNum?: number;
|
|
3830
3838
|
/** ☆☆☆☆ ✔ Example: "Little-endian (Intel, II)" */
|
|
3831
3839
|
RawDataByteOrder?: string;
|
|
3832
3840
|
/** ☆☆☆☆ ✔ Example: "Unchanged" */
|
|
@@ -3865,8 +3873,6 @@ export interface MakerNotesTags {
|
|
|
3865
3873
|
RawDevPMSharpness?: string;
|
|
3866
3874
|
/** ☆☆☆☆ ✔ Example: "Natural" */
|
|
3867
3875
|
RawDevPictureMode?: string;
|
|
3868
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
3869
|
-
RawDevSaturation3?: number;
|
|
3870
3876
|
/** ☆☆☆☆ ✔ Example: "0 0 0" */
|
|
3871
3877
|
RawDevSaturationEmphasis?: string;
|
|
3872
3878
|
/** ☆☆☆☆ ✔ Example: "(none)" */
|
|
@@ -3883,20 +3889,42 @@ export interface MakerNotesTags {
|
|
|
3883
3889
|
RawDevWhiteBalanceValue?: number;
|
|
3884
3890
|
/** ☆☆☆☆ Example: "9 (Q)" */
|
|
3885
3891
|
RawDevelopmentProcess?: string;
|
|
3886
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3892
|
+
/** ☆☆☆☆ ✔ Example: "4144 2760" */
|
|
3887
3893
|
RawImageCenter?: string;
|
|
3888
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3894
|
+
/** ☆☆☆☆ ✔ Example: 90 */
|
|
3889
3895
|
RawImageHeight?: number;
|
|
3890
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3896
|
+
/** ☆☆☆☆ ✔ Example: 8402 */
|
|
3891
3897
|
RawImageWidth?: number;
|
|
3898
|
+
/** ☆☆☆☆ Example: 1000 */
|
|
3899
|
+
RawInfoVersion?: number;
|
|
3892
3900
|
/** ☆☆☆☆ ✔ Example: "RAW" */
|
|
3893
3901
|
RawJpgQuality?: string;
|
|
3894
3902
|
/** ☆☆☆☆ ✔ Example: "Large" */
|
|
3895
3903
|
RawJpgSize?: string;
|
|
3896
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3904
|
+
/** ☆☆☆☆ ✔ Example: "95813 89948 88346 17433" */
|
|
3897
3905
|
RawMeasuredRGGB?: string;
|
|
3906
|
+
/** ☆☆☆☆ Example: "Frame Count" */
|
|
3907
|
+
RearControPanelDisplay?: string;
|
|
3898
3908
|
/** ☆☆☆☆ ✔ Example: "ISO" */
|
|
3899
3909
|
RearDisplay?: string;
|
|
3910
|
+
/** ☆☆☆☆ Example: "On" */
|
|
3911
|
+
RecallShootFuncAFAreaMode?: string;
|
|
3912
|
+
/** ☆☆☆☆ Example: "On" */
|
|
3913
|
+
RecallShootFuncAperture?: string;
|
|
3914
|
+
/** ☆☆☆☆ Example: "On" */
|
|
3915
|
+
RecallShootFuncExposureComp?: string;
|
|
3916
|
+
/** ☆☆☆☆ Example: "On" */
|
|
3917
|
+
RecallShootFuncExposureMode?: string;
|
|
3918
|
+
/** ☆☆☆☆ Example: "On" */
|
|
3919
|
+
RecallShootFuncFocusTracking?: string;
|
|
3920
|
+
/** ☆☆☆☆ Example: "On" */
|
|
3921
|
+
RecallShootFuncISO?: string;
|
|
3922
|
+
/** ☆☆☆☆ Example: "On" */
|
|
3923
|
+
RecallShootFuncMeteringMode?: string;
|
|
3924
|
+
/** ☆☆☆☆ Example: "On" */
|
|
3925
|
+
RecallShootFuncShutterSpeed?: string;
|
|
3926
|
+
/** ☆☆☆☆ Example: "On" */
|
|
3927
|
+
RecallShootFuncWhiteBalance?: string;
|
|
3900
3928
|
/** ☆☆☆☆ ✔ Example: "Auto Rotate" */
|
|
3901
3929
|
RecordDisplay?: string;
|
|
3902
3930
|
/** ☆☆☆☆ ✔ Example: 58 */
|
|
@@ -3915,23 +3943,19 @@ export interface MakerNotesTags {
|
|
|
3915
3943
|
RedGain?: string;
|
|
3916
3944
|
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
3917
3945
|
ReleaseButtonToUseDial?: string;
|
|
3918
|
-
/** ☆☆☆☆ ✔ Example: "Unknown (
|
|
3946
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (9)" */
|
|
3919
3947
|
ReleaseMode?: string;
|
|
3920
|
-
/** ☆☆☆☆ ✔ Example: "Single Frame - Capture During Movie" */
|
|
3921
|
-
ReleaseMode2?: string;
|
|
3922
|
-
/** ☆☆☆☆ ✔ Example: "Normal - Self-timer" */
|
|
3923
|
-
ReleaseMode3?: string;
|
|
3924
3948
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3925
3949
|
RemoteFuncButton?: string;
|
|
3926
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3950
|
+
/** ☆☆☆☆ ✔ Example: 3 */
|
|
3927
3951
|
RemoteOnDuration?: number;
|
|
3928
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3952
|
+
/** ☆☆☆☆ ✔ Example: 5 */
|
|
3929
3953
|
RepeatingFlashCount?: number;
|
|
3930
|
-
/** ☆☆☆☆ ✔ Example: "1/
|
|
3954
|
+
/** ☆☆☆☆ ✔ Example: "1/8" */
|
|
3931
3955
|
RepeatingFlashOutput?: string;
|
|
3932
3956
|
/** ☆☆☆☆ ✔ Example: 1 */
|
|
3933
3957
|
RepeatingFlashOutputExternal?: number;
|
|
3934
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3958
|
+
/** ☆☆☆☆ ✔ Example: "20 Hz" */
|
|
3935
3959
|
RepeatingFlashRate?: string;
|
|
3936
3960
|
/** ☆☆☆☆ Example: "No" */
|
|
3937
3961
|
Resaved?: string;
|
|
@@ -4015,12 +4039,6 @@ export interface MakerNotesTags {
|
|
|
4015
4039
|
SaturationSetting?: number;
|
|
4016
4040
|
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4017
4041
|
SaturationStandard?: number;
|
|
4018
|
-
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4019
|
-
SaturationUserDef1?: number;
|
|
4020
|
-
/** ☆☆☆☆ ✔ Example: 4 */
|
|
4021
|
-
SaturationUserDef2?: number;
|
|
4022
|
-
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4023
|
-
SaturationUserDef3?: number;
|
|
4024
4042
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
4025
4043
|
SaveFocus?: string;
|
|
4026
4044
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
@@ -4043,21 +4061,19 @@ export interface MakerNotesTags {
|
|
|
4043
4061
|
SecondarySlotFunction?: string;
|
|
4044
4062
|
/** ☆☆☆☆ ✔ Example: "Unknown (87)" */
|
|
4045
4063
|
SelectAFAreaSelectMode?: string;
|
|
4046
|
-
/** ☆☆☆☆ ✔ Example: "Single-point AF,
|
|
4064
|
+
/** ☆☆☆☆ ✔ Example: "Single-point AF, Zone AF, AF Point Expansion (4 point), Spot AF,…" */
|
|
4047
4065
|
SelectAFAreaSelectionMode?: string;
|
|
4048
4066
|
/** ☆☆☆☆ ✔ Example: "45 points" */
|
|
4049
4067
|
SelectableAFPoint?: string;
|
|
4050
4068
|
/** ★★☆☆ ✔ Example: "Self-timer 5 or 10 s" */
|
|
4051
4069
|
SelfTimer?: string;
|
|
4052
|
-
/** ★☆☆☆ ✔ Example: 0.1 */
|
|
4053
|
-
SelfTimer2?: number;
|
|
4054
4070
|
/** ☆☆☆☆ ✔ Example: "0.5 s" */
|
|
4055
4071
|
SelfTimerInterval?: string;
|
|
4056
4072
|
/** ☆☆☆☆ ✔ Example: 9 */
|
|
4057
4073
|
SelfTimerShotCount?: number;
|
|
4058
|
-
/** ☆☆☆☆ ✔ Example: "1 s" */
|
|
4059
|
-
SelfTimerShotInterval?: string;
|
|
4060
4074
|
/** ☆☆☆☆ ✔ Example: "2 s" */
|
|
4075
|
+
SelfTimerShotInterval?: string;
|
|
4076
|
+
/** ☆☆☆☆ ✔ Example: "5 s" */
|
|
4061
4077
|
SelfTimerTime?: string;
|
|
4062
4078
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4063
4079
|
SensitivityAdjust?: number;
|
|
@@ -4083,10 +4099,8 @@ export interface MakerNotesTags {
|
|
|
4083
4099
|
SensorRedLevel?: number;
|
|
4084
4100
|
/** ☆☆☆☆ ✔ Example: "7.576 x 5.682 mm" */
|
|
4085
4101
|
SensorSize?: string;
|
|
4086
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4102
|
+
/** ☆☆☆☆ ✔ Example: "81.0 C" */
|
|
4087
4103
|
SensorTemperature?: string;
|
|
4088
|
-
/** ☆☆☆☆ Example: "49.4 C" */
|
|
4089
|
-
SensorTemperature2?: string;
|
|
4090
4104
|
/** ☆☆☆☆ Example: "Standard" */
|
|
4091
4105
|
SensorType?: string;
|
|
4092
4106
|
/** ☆☆☆☆ Example: "5 of 5" */
|
|
@@ -4105,16 +4119,14 @@ export interface MakerNotesTags {
|
|
|
4105
4119
|
SequentialShot?: string;
|
|
4106
4120
|
/** ☆☆☆☆ ✔ Example: "Format 2" */
|
|
4107
4121
|
SerialNumberFormat?: string;
|
|
4108
|
-
/** ☆☆☆☆ ✔ Example: "Set:
|
|
4122
|
+
/** ☆☆☆☆ ✔ Example: "Set: Quality" */
|
|
4109
4123
|
SetButtonCrossKeysFunc?: string;
|
|
4110
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4124
|
+
/** ☆☆☆☆ ✔ Example: "Viewfinder leveling gauge" */
|
|
4111
4125
|
SetButtonWhenShooting?: string;
|
|
4112
4126
|
/** ☆☆☆☆ ✔ Example: "Default (no function)" */
|
|
4113
4127
|
SetFunctionWhenShooting?: string;
|
|
4114
4128
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
4115
4129
|
ShadingCompensation?: string;
|
|
4116
|
-
/** ☆☆☆☆ ✔ Example: "On" */
|
|
4117
|
-
ShadingCompensation2?: string;
|
|
4118
4130
|
/** ☆☆☆☆ Example: 0 */
|
|
4119
4131
|
Shadow?: number;
|
|
4120
4132
|
/** ☆☆☆☆ Example: "On" */
|
|
@@ -4129,17 +4141,17 @@ export interface MakerNotesTags {
|
|
|
4129
4141
|
Sharpening?: string;
|
|
4130
4142
|
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4131
4143
|
SharpnessAuto?: number;
|
|
4132
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4144
|
+
/** ☆☆☆☆ ✔ Example: 960 */
|
|
4133
4145
|
SharpnessFactor?: number;
|
|
4134
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4146
|
+
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4135
4147
|
SharpnessFaithful?: number;
|
|
4136
4148
|
/** ☆☆☆☆ ✔ Example: "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" */
|
|
4137
4149
|
SharpnessFreqTable?: string;
|
|
4138
4150
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4139
4151
|
SharpnessFrequency?: string;
|
|
4140
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4152
|
+
/** ☆☆☆☆ ✔ Example: 6 */
|
|
4141
4153
|
SharpnessLandscape?: number;
|
|
4142
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4154
|
+
/** ☆☆☆☆ ✔ Example: 5 */
|
|
4143
4155
|
SharpnessMonochrome?: number;
|
|
4144
4156
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4145
4157
|
SharpnessNeutral?: number;
|
|
@@ -4149,47 +4161,41 @@ export interface MakerNotesTags {
|
|
|
4149
4161
|
SharpnessRange?: string;
|
|
4150
4162
|
/** ☆☆☆☆ ✔ Example: "3 (min -3, max 5)" */
|
|
4151
4163
|
SharpnessSetting?: string;
|
|
4152
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4164
|
+
/** ☆☆☆☆ ✔ Example: 5 */
|
|
4153
4165
|
SharpnessStandard?: number;
|
|
4154
4166
|
/** ☆☆☆☆ ✔ Example: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" */
|
|
4155
4167
|
SharpnessTable?: string;
|
|
4156
|
-
/** ☆☆☆☆ ✔ Example: 7 */
|
|
4157
|
-
SharpnessUserDef1?: number;
|
|
4158
|
-
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4159
|
-
SharpnessUserDef2?: number;
|
|
4160
|
-
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4161
|
-
SharpnessUserDef3?: number;
|
|
4162
4168
|
/** ☆☆☆☆ ✔ Example: "Unknown (0)" */
|
|
4163
4169
|
ShootingInfoDisplay?: string;
|
|
4164
4170
|
/** ☆☆☆☆ ✔ Example: "4 s" */
|
|
4165
4171
|
ShootingInfoMonitorOffTime?: string;
|
|
4166
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4172
|
+
/** ☆☆☆☆ ✔ Example: "Single Frame" */
|
|
4167
4173
|
ShootingModeSetting?: string;
|
|
4168
4174
|
/** ☆☆☆☆ ✔ Example: "Itsa Myowna" */
|
|
4169
4175
|
ShortOwnerName?: string;
|
|
4170
4176
|
/** ☆☆☆☆ ✔ Example: "Enable" */
|
|
4171
4177
|
ShortReleaseTimeLag?: string;
|
|
4172
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4178
|
+
/** ☆☆☆☆ ✔ Example: "0805" */
|
|
4173
4179
|
ShotInfoVersion?: string;
|
|
4174
4180
|
/** ☆☆☆☆ ✔ Example: 9 */
|
|
4175
4181
|
ShotNumberSincePowerUp?: number;
|
|
4176
|
-
/** ☆☆☆☆
|
|
4177
|
-
|
|
4182
|
+
/** ☆☆☆☆ Example: 1 */
|
|
4183
|
+
ShotsPerInterval?: number;
|
|
4178
4184
|
/** ☆☆☆☆ ✔ Example: "Silent / Electronic (0 0 0)" */
|
|
4179
4185
|
Shutter?: string;
|
|
4180
4186
|
/** ☆☆☆☆ ✔ Example: "AF/AE lock stop" */
|
|
4181
4187
|
ShutterAELButton?: string;
|
|
4182
4188
|
/** ☆☆☆☆ ✔ Example: "Metering start/Meter + AF start" */
|
|
4183
4189
|
ShutterButtonAFOnButton?: string;
|
|
4184
|
-
/**
|
|
4190
|
+
/** ★☆☆☆ ✔ Example: 98 */
|
|
4185
4191
|
ShutterCount?: number;
|
|
4186
|
-
/** ☆☆☆☆
|
|
4192
|
+
/** ☆☆☆☆ Example: */
|
|
4187
4193
|
ShutterCount2?: number;
|
|
4188
|
-
/** ☆☆☆☆
|
|
4194
|
+
/** ☆☆☆☆ Example: */
|
|
4189
4195
|
ShutterCount3?: number;
|
|
4190
4196
|
/** ☆☆☆☆ ✔ Example: "2nd-curtain sync" */
|
|
4191
4197
|
ShutterCurtainSync?: string;
|
|
4192
|
-
/**
|
|
4198
|
+
/** ★☆☆☆ ✔ Example: "Unknown (4)" */
|
|
4193
4199
|
ShutterMode?: string;
|
|
4194
4200
|
/** ☆☆☆☆ ✔ Example: "Single Shot" */
|
|
4195
4201
|
ShutterReleaseMethod?: string;
|
|
@@ -4231,16 +4237,10 @@ export interface MakerNotesTags {
|
|
|
4231
4237
|
SoftSkinEffect?: string;
|
|
4232
4238
|
/** ☆☆☆☆ ✔ Example: 2021-07-23T16:13:55.000-07:00 */
|
|
4233
4239
|
SonyDateTime?: ExifDateTime | string;
|
|
4234
|
-
/** ☆☆☆☆ ✔ Example: 2015-11-26T14:41:25.000 */
|
|
4235
|
-
SonyDateTime2?: ExifDateTime | string;
|
|
4236
4240
|
/** ☆☆☆☆ ✔ Example: "1/82" */
|
|
4237
4241
|
SonyExposureTime?: string;
|
|
4238
|
-
/** ☆☆☆☆ ✔ Example: "1/989" */
|
|
4239
|
-
SonyExposureTime2?: string;
|
|
4240
4242
|
/** ☆☆☆☆ ✔ Example: 8.8 */
|
|
4241
4243
|
SonyFNumber?: number;
|
|
4242
|
-
/** ☆☆☆☆ ✔ Example: 5.7 */
|
|
4243
|
-
SonyFNumber2?: number;
|
|
4244
4244
|
/** ☆☆☆☆ ✔ Example: 926 */
|
|
4245
4245
|
SonyISO?: number;
|
|
4246
4246
|
/** ☆☆☆☆ ✔ Example: 65535 */
|
|
@@ -4279,7 +4279,7 @@ export interface MakerNotesTags {
|
|
|
4279
4279
|
SpecialMode?: string;
|
|
4280
4280
|
/** ☆☆☆☆ ✔ Example: 16383 */
|
|
4281
4281
|
SpecularWhiteLevel?: number;
|
|
4282
|
-
/** ☆☆☆☆ Example: "+0.
|
|
4282
|
+
/** ☆☆☆☆ Example: "+0.20" */
|
|
4283
4283
|
SpeedX?: string;
|
|
4284
4284
|
/** ☆☆☆☆ Example: "+6.10" */
|
|
4285
4285
|
SpeedY?: string;
|
|
@@ -4295,7 +4295,7 @@ export interface MakerNotesTags {
|
|
|
4295
4295
|
SpotMeteringMode?: string;
|
|
4296
4296
|
/** ☆☆☆☆ ✔ Example: "Tripod high resolution" */
|
|
4297
4297
|
StackedImage?: string;
|
|
4298
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4298
|
+
/** ☆☆☆☆ ✔ Example: "6 s" */
|
|
4299
4299
|
StandbyMonitorOffTime?: string;
|
|
4300
4300
|
/** ☆☆☆☆ ✔ Example: "6 s" */
|
|
4301
4301
|
StandbyTimer?: string;
|
|
@@ -4309,15 +4309,17 @@ export interface MakerNotesTags {
|
|
|
4309
4309
|
StoreByOrientation?: string;
|
|
4310
4310
|
/** ☆☆☆☆ ✔ Example: "10 Frames" */
|
|
4311
4311
|
SubDialFrameAdvance?: string;
|
|
4312
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4312
|
+
/** ☆☆☆☆ ✔ Example: "Same as MultiSelector" */
|
|
4313
4313
|
SubSelector?: string;
|
|
4314
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4314
|
+
/** ☆☆☆☆ ✔ Example: "Same As Multi-selector" */
|
|
4315
4315
|
SubSelectorAssignment?: string;
|
|
4316
4316
|
/** ☆☆☆☆ ✔ Example: "Virtual Horizon" */
|
|
4317
4317
|
SubSelectorCenter?: string;
|
|
4318
4318
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
4319
4319
|
SubSelectorPlusDials?: string;
|
|
4320
|
-
/** ☆☆☆☆
|
|
4320
|
+
/** ☆☆☆☆ Example: "Auto" */
|
|
4321
|
+
SubjectDetection?: string;
|
|
4322
|
+
/** ☆☆☆☆ ✔ Example: "Steady" */
|
|
4321
4323
|
SubjectMotion?: string;
|
|
4322
4324
|
/** ☆☆☆☆ Example: "None" */
|
|
4323
4325
|
SubjectProgram?: string;
|
|
@@ -4333,7 +4335,7 @@ export interface MakerNotesTags {
|
|
|
4333
4335
|
SweepPanoramaFieldOfView?: number;
|
|
4334
4336
|
/** ☆☆☆☆ ✔ Example: "Wide" */
|
|
4335
4337
|
SweepPanoramaSize?: string;
|
|
4336
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4338
|
+
/** ☆☆☆☆ ✔ Example: "Only while pressing assist" */
|
|
4337
4339
|
SwitchToRegisteredAFPoint?: string;
|
|
4338
4340
|
/** ☆☆☆☆ ✔ Example: "Sync" */
|
|
4339
4341
|
SyncReleaseMode?: string;
|
|
@@ -4351,10 +4353,6 @@ export interface MakerNotesTags {
|
|
|
4351
4353
|
Teleconverter?: string;
|
|
4352
4354
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4353
4355
|
TextEncoding?: string;
|
|
4354
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data 901 bytes, use -b option to extract)" */
|
|
4355
|
-
TextInfo1?: string;
|
|
4356
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data 961 bytes, use -b option to extract)" */
|
|
4357
|
-
TextInfo2?: string;
|
|
4358
4356
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
4359
4357
|
TextStamp?: string;
|
|
4360
4358
|
/** ☆☆☆☆ ✔ Example: "THM_0043.JPG" */
|
|
@@ -4377,11 +4375,9 @@ export interface MakerNotesTags {
|
|
|
4377
4375
|
TimeLapseShotNumber?: number;
|
|
4378
4376
|
/** ☆☆☆☆ ✔ Example: 01:48:53.630 */
|
|
4379
4377
|
TimeSincePowerOn?: ExifTime | string;
|
|
4380
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4381
|
-
TimeStamp?: string;
|
|
4382
|
-
/**
|
|
4383
|
-
TimeStamp1?: string;
|
|
4384
|
-
/** ☆☆☆☆ ✔ Example: "-09:00" */
|
|
4378
|
+
/** ☆☆☆☆ ✔ Example: 2021-12-29T10:57:50.070-05:00 */
|
|
4379
|
+
TimeStamp?: ExifDateTime | string;
|
|
4380
|
+
/** ★☆☆☆ ✔ Example: "-09:00" */
|
|
4385
4381
|
TimeZone?: string;
|
|
4386
4382
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4387
4383
|
TimeZoneCity?: string;
|
|
@@ -4389,9 +4385,9 @@ export interface MakerNotesTags {
|
|
|
4389
4385
|
TimeZoneCode?: number;
|
|
4390
4386
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4391
4387
|
TimeZoneInfo?: number;
|
|
4392
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4388
|
+
/** ☆☆☆☆ ✔ Example: "Shooting Mode" */
|
|
4393
4389
|
TimerFunctionButton?: string;
|
|
4394
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4390
|
+
/** ☆☆☆☆ ✔ Example: "Enable; 6 s: 6; 16 s: 16; After release: 2" */
|
|
4395
4391
|
TimerLength?: string;
|
|
4396
4392
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
4397
4393
|
TimerRecording?: string;
|
|
@@ -4411,14 +4407,8 @@ export interface MakerNotesTags {
|
|
|
4411
4407
|
ToningEffect?: string;
|
|
4412
4408
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4413
4409
|
ToningEffectAuto?: string;
|
|
4414
|
-
/** ☆☆☆☆ ✔ Example: "None" */
|
|
4415
|
-
ToningEffectMonochrome?: string;
|
|
4416
|
-
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4417
|
-
ToningEffectUserDef1?: string;
|
|
4418
|
-
/** ☆☆☆☆ ✔ Example: "None" */
|
|
4419
|
-
ToningEffectUserDef2?: string;
|
|
4420
4410
|
/** ☆☆☆☆ ✔ Example: "Sepia" */
|
|
4421
|
-
|
|
4411
|
+
ToningEffectMonochrome?: string;
|
|
4422
4412
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4423
4413
|
ToningSaturation?: string;
|
|
4424
4414
|
/** ☆☆☆☆ Example: 5 */
|
|
@@ -4445,9 +4435,13 @@ export interface MakerNotesTags {
|
|
|
4445
4435
|
UniqueID?: string;
|
|
4446
4436
|
/** ☆☆☆☆ Example: "ZME151000007" */
|
|
4447
4437
|
UnknownNumber?: string;
|
|
4438
|
+
/** ☆☆☆☆ Example: 0 */
|
|
4439
|
+
UnsharpCount?: number;
|
|
4440
|
+
/** ☆☆☆☆ Example: "On" */
|
|
4441
|
+
UnsharpMask?: string;
|
|
4448
4442
|
/** ☆☆☆☆ ✔ Example: "Flags 0xf0" */
|
|
4449
4443
|
UsableMeteringModes?: string;
|
|
4450
|
-
/** ☆☆☆☆ ✔ Example: "Flags
|
|
4444
|
+
/** ☆☆☆☆ ✔ Example: "Flags 0xec" */
|
|
4451
4445
|
UsableShootingModes?: string;
|
|
4452
4446
|
/** ☆☆☆☆ ✔ Example: "Unknown (4)" */
|
|
4453
4447
|
UserDef1PictureStyle?: string;
|
|
@@ -4459,7 +4453,7 @@ export interface MakerNotesTags {
|
|
|
4459
4453
|
UserLabel?: string;
|
|
4460
4454
|
/** ☆☆☆☆ Example: "dpreview " */
|
|
4461
4455
|
UserProfile?: string;
|
|
4462
|
-
/** ☆☆☆☆ ✔ Example: "Enable" */
|
|
4456
|
+
/** ☆☆☆☆ ✔ Example: "Enable; Non-illuminated" */
|
|
4463
4457
|
VFDisplayIllumination?: string;
|
|
4464
4458
|
/** ★☆☆☆ ✔ Example: 0 */
|
|
4465
4459
|
VRDOffset?: number;
|
|
@@ -4467,20 +4461,24 @@ export interface MakerNotesTags {
|
|
|
4467
4461
|
VRInfoVersion?: string;
|
|
4468
4462
|
/** ☆☆☆☆ ✔ Example: "Sport" */
|
|
4469
4463
|
VRMode?: string;
|
|
4470
|
-
/**
|
|
4464
|
+
/** ★★☆☆ ✔ Example: 99 */
|
|
4471
4465
|
ValidAFPoints?: number;
|
|
4472
4466
|
/** ☆☆☆☆ ✔ Example: "12 0" */
|
|
4473
4467
|
ValidBits?: string;
|
|
4468
|
+
/** ☆☆☆☆ Example: "12 0" */
|
|
4469
|
+
ValidPixelDepth?: string;
|
|
4474
4470
|
/** ☆☆☆☆ ✔ Example: "Scene Auto" */
|
|
4475
4471
|
VariProgram?: string;
|
|
4476
4472
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4477
4473
|
VariableLowPassFilter?: string;
|
|
4478
4474
|
/** ☆☆☆☆ ✔ Example: "Same as AF-On Button" */
|
|
4479
4475
|
VerticalAFOnButton?: string;
|
|
4480
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4476
|
+
/** ☆☆☆☆ ✔ Example: "None" */
|
|
4481
4477
|
VerticalFuncButton?: string;
|
|
4482
4478
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
4483
4479
|
VerticalFuncButtonPlusDials?: string;
|
|
4480
|
+
/** ☆☆☆☆ Example: "None" */
|
|
4481
|
+
VerticalFuncPlusDials?: string;
|
|
4484
4482
|
/** ☆☆☆☆ ✔ Example: "Same as AF-On" */
|
|
4485
4483
|
VerticalMovieAFOnButton?: string;
|
|
4486
4484
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
@@ -4495,7 +4493,7 @@ export interface MakerNotesTags {
|
|
|
4495
4493
|
VideoBurstResolution?: string;
|
|
4496
4494
|
/** ☆☆☆☆ Example: "No" */
|
|
4497
4495
|
VideoPreburst?: string;
|
|
4498
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4496
|
+
/** ☆☆☆☆ ✔ Example: "Enable" */
|
|
4499
4497
|
ViewInfoDuringExposure?: string;
|
|
4500
4498
|
/** ☆☆☆☆ ✔ Example: "Frame Count" */
|
|
4501
4499
|
ViewfinderDisplay?: string;
|
|
@@ -4505,8 +4503,6 @@ export interface MakerNotesTags {
|
|
|
4505
4503
|
ViewfinderWarnings?: string;
|
|
4506
4504
|
/** ☆☆☆☆ ✔ Example: "ViewFinder" */
|
|
4507
4505
|
ViewingMode?: string;
|
|
4508
|
-
/** ☆☆☆☆ ✔ Example: "Viewfinder" */
|
|
4509
|
-
ViewingMode2?: string;
|
|
4510
4506
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
4511
4507
|
VignetteControl?: string;
|
|
4512
4508
|
/** ☆☆☆☆ Example: "Off" */
|
|
@@ -4529,38 +4525,36 @@ export interface MakerNotesTags {
|
|
|
4529
4525
|
WBMediaImageSizeSetting?: string;
|
|
4530
4526
|
/** ☆☆☆☆ ✔ Example: "Unknown (1 1)" */
|
|
4531
4527
|
WBMode?: string;
|
|
4532
|
-
/**
|
|
4528
|
+
/** ★☆☆☆ ✔ Example: 7 */
|
|
4533
4529
|
WBShiftAB?: number;
|
|
4534
4530
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4535
4531
|
WBShiftCreativeControl?: number;
|
|
4536
|
-
/**
|
|
4532
|
+
/** ★☆☆☆ ✔ Example: 0 */
|
|
4537
4533
|
WBShiftGM?: number;
|
|
4538
4534
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4539
4535
|
WBShiftIntelligentAuto?: number;
|
|
4540
4536
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
4541
4537
|
WatercolorFilter?: string;
|
|
4542
|
-
/** ☆☆☆☆ ✔ Example: "Unknown (68)" */
|
|
4543
|
-
WhiteBalance2?: string;
|
|
4544
4538
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
4545
4539
|
WhiteBalanceAutoAdjustment?: string;
|
|
4546
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4540
|
+
/** ☆☆☆☆ ✔ Example: 1 */
|
|
4547
4541
|
WhiteBalanceBias?: number;
|
|
4548
4542
|
/** ☆☆☆☆ ✔ Example: 796 */
|
|
4549
4543
|
WhiteBalanceBlue?: number;
|
|
4550
|
-
/** ★☆☆☆ ✔ Example: "
|
|
4544
|
+
/** ★☆☆☆ ✔ Example: "1 0" */
|
|
4551
4545
|
WhiteBalanceBracket?: string;
|
|
4552
4546
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
4553
4547
|
WhiteBalanceBracketing?: string;
|
|
4554
|
-
/**
|
|
4555
|
-
|
|
4548
|
+
/** ☆☆☆☆ Example: "0 -7 7" */
|
|
4549
|
+
WhiteBalanceComp?: string;
|
|
4550
|
+
/** ★☆☆☆ ✔ Example: "Red -80, Blue -80" */
|
|
4551
|
+
WhiteBalanceFineTune?: string;
|
|
4556
4552
|
/** ☆☆☆☆ ✔ Example: "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" */
|
|
4557
4553
|
WhiteBalanceMatching?: string;
|
|
4558
4554
|
/** ☆☆☆☆ ✔ Example: "User-Selected" */
|
|
4559
4555
|
WhiteBalanceMode?: string;
|
|
4560
4556
|
/** ☆☆☆☆ ✔ Example: 642 */
|
|
4561
4557
|
WhiteBalanceRed?: number;
|
|
4562
|
-
/** ☆☆☆☆ ✔ Example: "Tungsten" */
|
|
4563
|
-
WhiteBalanceSet?: string;
|
|
4564
4558
|
/** ☆☆☆☆ ✔ Example: "Custom 1" */
|
|
4565
4559
|
WhiteBalanceSetting?: string;
|
|
4566
4560
|
/** ☆☆☆☆ ✔ Example: "Auto" */
|
|
@@ -4581,9 +4575,9 @@ export interface MakerNotesTags {
|
|
|
4581
4575
|
WorldTimeLocation?: string;
|
|
4582
4576
|
/** ☆☆☆☆ Example: 0.2 */
|
|
4583
4577
|
X3FillLight?: number;
|
|
4584
|
-
/** ☆☆☆☆ Example:
|
|
4585
|
-
Yaw?:
|
|
4586
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4578
|
+
/** ☆☆☆☆ Example: "+89.40" */
|
|
4579
|
+
Yaw?: string;
|
|
4580
|
+
/** ☆☆☆☆ ✔ Example: 99.8 */
|
|
4587
4581
|
YawAngle?: number;
|
|
4588
4582
|
/** ☆☆☆☆ Example: 2006 */
|
|
4589
4583
|
YearCreated?: number;
|
|
@@ -4613,7 +4607,7 @@ export interface MakerNotesTags {
|
|
|
4613
4607
|
export interface XMPTags {
|
|
4614
4608
|
/** ☆☆☆☆ ✔ Example: "uuid:faf5bdd5-ba3d-11da-ad31-d33d75182f1b" */
|
|
4615
4609
|
About?: string;
|
|
4616
|
-
/** ☆☆☆☆ Example: "+
|
|
4610
|
+
/** ☆☆☆☆ Example: "+862.32" */
|
|
4617
4611
|
AbsoluteAltitude?: string;
|
|
4618
4612
|
/** ☆☆☆☆ ✔ Example: true */
|
|
4619
4613
|
AlreadyApplied?: boolean;
|
|
@@ -4631,11 +4625,13 @@ export interface XMPTags {
|
|
|
4631
4625
|
AsrSceneMode?: string;
|
|
4632
4626
|
/** ☆☆☆☆ ✔ Example: 1 */
|
|
4633
4627
|
AutoLateralCA?: number;
|
|
4628
|
+
/** ☆☆☆☆ ✔ Example: "portraiteffectsmatte" */
|
|
4629
|
+
AuxiliaryImageSubType?: string;
|
|
4630
|
+
/** ☆☆☆☆ ✔ Example: "urn:com:apple:photo:2020:aux:semanticskymatte" */
|
|
4631
|
+
AuxiliaryImageType?: string;
|
|
4634
4632
|
/** ☆☆☆☆ Example: ["LWIR"] */
|
|
4635
4633
|
BandName?: string[];
|
|
4636
4634
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4637
|
-
Blacks2012?: number;
|
|
4638
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4639
4635
|
BlueHue?: number;
|
|
4640
4636
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4641
4637
|
BlueSaturation?: number;
|
|
@@ -4653,11 +4649,11 @@ export interface XMPTags {
|
|
|
4653
4649
|
CameraModelID?: string;
|
|
4654
4650
|
/** ☆☆☆☆ ✔ Example: "Embedded" */
|
|
4655
4651
|
CameraProfile?: string;
|
|
4656
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4652
|
+
/** ☆☆☆☆ ✔ Example: "FAD901B800F3B8DB133F79CA0AE63BE0" */
|
|
4657
4653
|
CameraProfileDigest?: string;
|
|
4658
4654
|
/** ☆☆☆☆ Example: "Rear" */
|
|
4659
4655
|
CameraUnit?: string;
|
|
4660
|
-
/** ☆☆☆☆ ✔ Example: [{"DepthMap":{"ConfidenceURI":"android/confidencemap"
|
|
4656
|
+
/** ☆☆☆☆ ✔ Example: [{"Camera":{"DepthMap":{"ConfidenceURI":"android/confidencemap",… */
|
|
4661
4657
|
Cameras?: Struct[];
|
|
4662
4658
|
/** ☆☆☆☆ ✔ Example: "Photo" */
|
|
4663
4659
|
CaptureMode?: string;
|
|
@@ -4677,15 +4673,17 @@ export interface XMPTags {
|
|
|
4677
4673
|
CentralWavelength?: number[];
|
|
4678
4674
|
/** ☆☆☆☆ ✔ Example: ["tag,2011-07-26T05:44:01Z,0,c"] */
|
|
4679
4675
|
Changes?: string[];
|
|
4676
|
+
/** ☆☆☆☆ Example: 0 */
|
|
4677
|
+
ChromaticAberrationB?: number;
|
|
4678
|
+
/** ☆☆☆☆ Example: 0 */
|
|
4679
|
+
ChromaticAberrationR?: number;
|
|
4680
4680
|
/** ☆☆☆☆ ✔ Example: [{"CorrectionActive":true,"CorrectionAmount":1,"CorrectionMasks"… */
|
|
4681
4681
|
CircularGradientBasedCorrections?: Struct[];
|
|
4682
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4683
|
-
Clarity2012?: number;
|
|
4684
|
-
/** ☆☆☆☆ ✔ Example: "5 (Typical)" */
|
|
4682
|
+
/** ☆☆☆☆ ✔ Example: "3 (Superior)" */
|
|
4685
4683
|
ColorClass?: string;
|
|
4686
4684
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4687
4685
|
ColorLabel?: number;
|
|
4688
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4686
|
+
/** ☆☆☆☆ ✔ Example: 9 */
|
|
4689
4687
|
ColorNoiseReduction?: number;
|
|
4690
4688
|
/** ☆☆☆☆ ✔ Example: 50 */
|
|
4691
4689
|
ColorNoiseReductionDetail?: number;
|
|
@@ -4693,12 +4691,12 @@ export interface XMPTags {
|
|
|
4693
4691
|
ColorNoiseReductionSmoothness?: number;
|
|
4694
4692
|
/** ☆☆☆☆ ✔ Example: "" */
|
|
4695
4693
|
Colorlabels?: string;
|
|
4696
|
-
/** ☆☆☆☆ ✔ Example: {"Directory":[{"DataURI":"primary_image","Length":0,"
|
|
4694
|
+
/** ☆☆☆☆ ✔ Example: {"Directory":[{"Item":{"DataURI":"primary_image","Length":0,"Mim… */
|
|
4697
4695
|
Container?: Struct;
|
|
4698
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4699
|
-
Contrast2012?: number;
|
|
4700
4696
|
/** ☆☆☆☆ ✔ Example: false */
|
|
4701
4697
|
ConvertToGrayscale?: boolean;
|
|
4698
|
+
/** ☆☆☆☆ Example: */
|
|
4699
|
+
CreationTime?: ExifDateTime | string;
|
|
4702
4700
|
/** ☆☆☆☆ ✔ Example: ["daniel@woss.io"] */
|
|
4703
4701
|
Creator?: string[];
|
|
4704
4702
|
/** ☆☆☆☆ Example: "{2d7e7fd6-2942-4d77-9842-389c3f62b14d}" */
|
|
@@ -4713,12 +4711,8 @@ export interface XMPTags {
|
|
|
4713
4711
|
Creatortool?: string;
|
|
4714
4712
|
/** ☆☆☆☆ Example: 0 */
|
|
4715
4713
|
CropAngle?: number;
|
|
4716
|
-
/** ☆☆☆☆ Example: 1 */
|
|
4717
|
-
CropBottom?: number;
|
|
4718
4714
|
/** ☆☆☆☆ Example: 0 */
|
|
4719
4715
|
CropConstrainToWarp?: number;
|
|
4720
|
-
/** ☆☆☆☆ Example: 1 */
|
|
4721
|
-
CropRight?: number;
|
|
4722
4716
|
/** ☆☆☆☆ ✔ Example: 3872 */
|
|
4723
4717
|
CroppedAreaImageHeightPixels?: number;
|
|
4724
4718
|
/** ☆☆☆☆ ✔ Example: 7744 */
|
|
@@ -4727,11 +4721,13 @@ export interface XMPTags {
|
|
|
4727
4721
|
CroppedAreaLeftPixels?: number;
|
|
4728
4722
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4729
4723
|
CroppedAreaTopPixels?: number;
|
|
4724
|
+
/** ☆☆☆☆ Example: 273.01282 */
|
|
4725
|
+
DataTimestamp?: number;
|
|
4730
4726
|
/** ☆☆☆☆ ✔ Example: 2014-05-11T13:08:25.659-04:00 */
|
|
4731
4727
|
DateAcquired?: ExifDateTime | string;
|
|
4732
4728
|
/** ☆☆☆☆ ✔ Example: 2017-08-13T12:38:30.000+04:00 */
|
|
4733
4729
|
DateTime?: ExifDateTime | string;
|
|
4734
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4730
|
+
/** ☆☆☆☆ ✔ Example: 2018-06-24T12:14:49.000-04:00 */
|
|
4735
4731
|
DateTimeDigitized?: ExifDateTime | string;
|
|
4736
4732
|
/** ☆☆☆☆ ✔ Example: 2015-06-02T09:56:01.000Z */
|
|
4737
4733
|
DateUTC?: ExifDateTime | string;
|
|
@@ -4741,7 +4737,7 @@ export interface XMPTags {
|
|
|
4741
4737
|
DefringeGreenHueHi?: number;
|
|
4742
4738
|
/** ☆☆☆☆ ✔ Example: 40 */
|
|
4743
4739
|
DefringeGreenHueLo?: number;
|
|
4744
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4740
|
+
/** ☆☆☆☆ ✔ Example: 2 */
|
|
4745
4741
|
DefringePurpleAmount?: number;
|
|
4746
4742
|
/** ☆☆☆☆ ✔ Example: 70 */
|
|
4747
4743
|
DefringePurpleHueHi?: number;
|
|
@@ -4749,16 +4745,14 @@ export interface XMPTags {
|
|
|
4749
4745
|
DefringePurpleHueLo?: number;
|
|
4750
4746
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4751
4747
|
Dehaze?: number;
|
|
4752
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4753
|
-
DerivedFrom?:
|
|
4748
|
+
/** ☆☆☆☆ ✔ Example: {"DocumentID":"E8032E8674415D1687235859C596DD91","OriginalDocume… */
|
|
4749
|
+
DerivedFrom?: Struct;
|
|
4754
4750
|
/** ☆☆☆☆ ✔ Example: "nfd" */
|
|
4755
4751
|
Description?: string;
|
|
4756
4752
|
/** ☆☆☆☆ ✔ Example: ["Animation","Collage"] */
|
|
4757
4753
|
DisableAutoCreation?: string[];
|
|
4758
|
-
/** ☆☆☆☆ ✔ Example: "xmp.did:
|
|
4754
|
+
/** ☆☆☆☆ ✔ Example: "xmp.did:d96799f0-46b8-1d4e-aa0e-0cf5fab47155" */
|
|
4759
4755
|
DocumentID?: string;
|
|
4760
|
-
/** ☆☆☆☆ ✔ Example: */
|
|
4761
|
-
Exposure2012?: string;
|
|
4762
4756
|
/** ☆☆☆☆ ✔ Example: "Example flash make" */
|
|
4763
4757
|
FlashManufacturer?: string;
|
|
4764
4758
|
/** ☆☆☆☆ ✔ Example: "FlashPix Version 1.0" */
|
|
@@ -4767,8 +4761,14 @@ export interface XMPTags {
|
|
|
4767
4761
|
FlightPitchDegree?: number;
|
|
4768
4762
|
/** ☆☆☆☆ Example: 4.5 */
|
|
4769
4763
|
FlightRollDegree?: number;
|
|
4770
|
-
/** ☆☆☆☆ Example:
|
|
4771
|
-
|
|
4764
|
+
/** ☆☆☆☆ Example: "+0.00" */
|
|
4765
|
+
FlightXSpeed?: string;
|
|
4766
|
+
/** ☆☆☆☆ Example: "+0.00" */
|
|
4767
|
+
FlightYSpeed?: string;
|
|
4768
|
+
/** ☆☆☆☆ Example: "+89.40" */
|
|
4769
|
+
FlightYawDegree?: string;
|
|
4770
|
+
/** ☆☆☆☆ Example: */
|
|
4771
|
+
FlightZSpeed?: string;
|
|
4772
4772
|
/** ☆☆☆☆ Example: 4681071 */
|
|
4773
4773
|
FocusAreaHeight?: number;
|
|
4774
4774
|
/** ☆☆☆☆ Example: 1 */
|
|
@@ -4783,8 +4783,10 @@ export interface XMPTags {
|
|
|
4783
4783
|
FocusPosY?: number;
|
|
4784
4784
|
/** ☆☆☆☆ Example: "Inactive" */
|
|
4785
4785
|
FocusState?: string;
|
|
4786
|
-
/** ☆☆☆☆ ✔ Example: "image/
|
|
4786
|
+
/** ☆☆☆☆ ✔ Example: "image/tiff" */
|
|
4787
4787
|
Format?: string;
|
|
4788
|
+
/** ☆☆☆☆ Example: 273.01444 */
|
|
4789
|
+
FrameTimestamp?: number;
|
|
4788
4790
|
/** ☆☆☆☆ ✔ Example: 3872 */
|
|
4789
4791
|
FullPanoHeightPixels?: number;
|
|
4790
4792
|
/** ☆☆☆☆ ✔ Example: 7744 */
|
|
@@ -4805,7 +4807,7 @@ export interface XMPTags {
|
|
|
4805
4807
|
GreenSaturation?: number;
|
|
4806
4808
|
/** ☆☆☆☆ ✔ Example: "(Binary data 53037 bytes, use -b option to extract)" */
|
|
4807
4809
|
HDRPMakerNote?: string;
|
|
4808
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4810
|
+
/** ☆☆☆☆ ✔ Example: true */
|
|
4809
4811
|
HasCrop?: boolean;
|
|
4810
4812
|
/** ☆☆☆☆ ✔ Example: "D1C7077D72112BA2E3FD1FDA7BCC2F0C" */
|
|
4811
4813
|
HasExtendedXMP?: string;
|
|
@@ -4813,8 +4815,6 @@ export interface XMPTags {
|
|
|
4813
4815
|
HasSettings?: boolean;
|
|
4814
4816
|
/** ☆☆☆☆ ✔ Example: ["点像F11"] */
|
|
4815
4817
|
HierarchicalSubject?: string[];
|
|
4816
|
-
/** ☆☆☆☆ ✔ Example: -84 */
|
|
4817
|
-
Highlights2012?: number;
|
|
4818
4818
|
/** ☆☆☆☆ ✔ Example: [{"Action":"converted","Parameters":"from image/x-canon-cr2 to i… */
|
|
4819
4819
|
History?: Struct[];
|
|
4820
4820
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
@@ -4843,6 +4843,12 @@ export interface XMPTags {
|
|
|
4843
4843
|
InitialViewRollDegrees?: number;
|
|
4844
4844
|
/** ☆☆☆☆ ✔ Example: "xmp.iid:f9edd04d-34a3-41cc-909f-5a49fc5b8154" */
|
|
4845
4845
|
InstanceID?: string;
|
|
4846
|
+
/** ☆☆☆☆ Example: 10107.684 */
|
|
4847
|
+
IntegratedGyroX?: number;
|
|
4848
|
+
/** ☆☆☆☆ Example: -5432.3525 */
|
|
4849
|
+
IntegratedGyroY?: number;
|
|
4850
|
+
/** ☆☆☆☆ Example: -5771.0996 */
|
|
4851
|
+
IntegratedGyroZ?: number;
|
|
4846
4852
|
/** ☆☆☆☆ ✔ Example: "N" */
|
|
4847
4853
|
InteroperabilityIndex?: string;
|
|
4848
4854
|
/** ☆☆☆☆ ✔ Example: "18, 25, 24.96" */
|
|
@@ -4865,10 +4871,18 @@ export interface XMPTags {
|
|
|
4865
4871
|
LensManualDistortionAmount?: number;
|
|
4866
4872
|
/** ☆☆☆☆ ✔ Example: "Example lens make" */
|
|
4867
4873
|
LensManufacturer?: string;
|
|
4874
|
+
/** ☆☆☆☆ Example: "1FCE420A790ADDB565D479EE73A4C0F0" */
|
|
4875
|
+
LensProfileDigest?: string;
|
|
4876
|
+
/** ☆☆☆☆ Example: 100 */
|
|
4877
|
+
LensProfileDistortionScale?: number;
|
|
4868
4878
|
/** ☆☆☆☆ ✔ Example: 1 */
|
|
4869
4879
|
LensProfileEnable?: number;
|
|
4880
|
+
/** ☆☆☆☆ Example: "Camera Settings" */
|
|
4881
|
+
LensProfileName?: string;
|
|
4870
4882
|
/** ☆☆☆☆ ✔ Example: "LensDefaults" */
|
|
4871
4883
|
LensProfileSetup?: string;
|
|
4884
|
+
/** ☆☆☆☆ Example: 100 */
|
|
4885
|
+
LensProfileVignettingScale?: number;
|
|
4872
4886
|
/** ☆☆☆☆ Example: 37087 */
|
|
4873
4887
|
LocationAreaCode?: number;
|
|
4874
4888
|
/** ☆☆☆☆ ✔ Example: {"Amount":1,"Group":"Profiles","Name":"Adobe Color","Parameters"… */
|
|
@@ -4889,7 +4903,11 @@ export interface XMPTags {
|
|
|
4889
4903
|
LuminanceAdjustmentRed?: number;
|
|
4890
4904
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4891
4905
|
LuminanceAdjustmentYellow?: number;
|
|
4892
|
-
/** ☆☆☆☆
|
|
4906
|
+
/** ☆☆☆☆ Example: 25 */
|
|
4907
|
+
LuminanceNoiseReductionContrast?: number;
|
|
4908
|
+
/** ☆☆☆☆ Example: 75 */
|
|
4909
|
+
LuminanceNoiseReductionDetail?: number;
|
|
4910
|
+
/** ☆☆☆☆ ✔ Example: 47 */
|
|
4893
4911
|
LuminanceSmoothing?: number;
|
|
4894
4912
|
/** ☆☆☆☆ ✔ Example: "4577 bytes undefined data" */
|
|
4895
4913
|
MakerNote?: string;
|
|
@@ -4897,7 +4915,7 @@ export interface XMPTags {
|
|
|
4897
4915
|
Marked?: boolean;
|
|
4898
4916
|
/** ☆☆☆☆ ✔ Example: "" */
|
|
4899
4917
|
Mask?: string;
|
|
4900
|
-
/** ☆☆☆☆ ✔ Example: 2021-
|
|
4918
|
+
/** ☆☆☆☆ ✔ Example: 2021-10-26T10:51:01.000+01:00 */
|
|
4901
4919
|
MetadataDate?: ExifDateTime | string;
|
|
4902
4920
|
/** ☆☆☆☆ ✔ Example: 1 */
|
|
4903
4921
|
MicroVideo?: number;
|
|
@@ -4915,6 +4933,8 @@ export interface XMPTags {
|
|
|
4915
4933
|
ModificationDate?: ExifDateTime | string;
|
|
4916
4934
|
/** ☆☆☆☆ Example: "36864,40960,40961,37121,37122,40962,40963,37510,40964,36867,3686…" */
|
|
4917
4935
|
NativeDigest?: string;
|
|
4936
|
+
/** ☆☆☆☆ Example: */
|
|
4937
|
+
OriginalCreateDateTime?: ExifDateTime | string;
|
|
4918
4938
|
/** ☆☆☆☆ ✔ Example: "xmp.did:7bf80ec8-c5cf-4881-b631-5ac83ae65ce2" */
|
|
4919
4939
|
OriginalDocumentID?: string;
|
|
4920
4940
|
/** ☆☆☆☆ ✔ Example: false */
|
|
@@ -4959,6 +4979,8 @@ export interface XMPTags {
|
|
|
4959
4979
|
PickLabel?: number;
|
|
4960
4980
|
/** ☆☆☆☆ ✔ Example: "01.00" */
|
|
4961
4981
|
PipelineVersion?: string;
|
|
4982
|
+
/** ☆☆☆☆ ✔ Example: 65537 */
|
|
4983
|
+
PortraitEffectsMatteVersion?: number;
|
|
4962
4984
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4963
4985
|
PortraitVersion?: number;
|
|
4964
4986
|
/** ☆☆☆☆ ✔ Example: 22.5 */
|
|
@@ -4971,9 +4993,9 @@ export interface XMPTags {
|
|
|
4971
4993
|
PostCropVignetteAmount?: number;
|
|
4972
4994
|
/** ☆☆☆☆ ✔ Example: "DSCF0722.JPG" */
|
|
4973
4995
|
PreservedFileName?: string;
|
|
4974
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4996
|
+
/** ☆☆☆☆ ✔ Example: 6.7 */
|
|
4975
4997
|
ProcessVersion?: number;
|
|
4976
|
-
/** ☆☆☆☆ ✔ Example: [{"CameraIndices":[0],"Type":"DepthPhoto"}] */
|
|
4998
|
+
/** ☆☆☆☆ ✔ Example: [{"Profile":{"CameraIndices":[0],"Type":"DepthPhoto"}}] */
|
|
4977
4999
|
Profiles?: Struct[];
|
|
4978
5000
|
/** ☆☆☆☆ ✔ Example: "equirectangular" */
|
|
4979
5001
|
ProjectionType?: string;
|
|
@@ -4989,10 +5011,12 @@ export interface XMPTags {
|
|
|
4989
5011
|
RegionInfoMP?: Struct;
|
|
4990
5012
|
/** ☆☆☆☆ ✔ Example: [{"RegItemId":"Number1","RegOrgId":"TestName1"},{"RegItemId":"Nu… */
|
|
4991
5013
|
RegistryID?: Struct[];
|
|
4992
|
-
/** ☆☆☆☆ Example: "+
|
|
5014
|
+
/** ☆☆☆☆ Example: "+97.80" */
|
|
4993
5015
|
RelativeAltitude?: string;
|
|
4994
5016
|
/** ☆☆☆☆ ✔ Example: "james robinson taylor" */
|
|
4995
5017
|
Rights?: string;
|
|
5018
|
+
/** ☆☆☆☆ Example: 0 */
|
|
5019
|
+
RtkFlag?: number;
|
|
4996
5020
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4997
5021
|
SaturationAdjustmentAqua?: number;
|
|
4998
5022
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
@@ -5017,16 +5041,16 @@ export interface XMPTags {
|
|
|
5017
5041
|
SceneDetectResultIds?: string;
|
|
5018
5042
|
/** ☆☆☆☆ Example: "Undefined" */
|
|
5019
5043
|
SelfData?: string;
|
|
5044
|
+
/** ☆☆☆☆ ✔ Example: 65536 */
|
|
5045
|
+
SemanticSegmentationMatteVersion?: number;
|
|
5020
5046
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
5021
5047
|
ShadowTint?: number;
|
|
5022
|
-
/** ☆☆☆☆ ✔ Example:
|
|
5023
|
-
Shadows2012?: string;
|
|
5024
|
-
/** ☆☆☆☆ ✔ Example: 25 */
|
|
5048
|
+
/** ☆☆☆☆ ✔ Example: 30 */
|
|
5025
5049
|
SharpenDetail?: number;
|
|
5026
|
-
/** ☆☆☆☆ ✔ Example:
|
|
5050
|
+
/** ☆☆☆☆ ✔ Example: 20 */
|
|
5027
5051
|
SharpenEdgeMasking?: number;
|
|
5028
|
-
/** ☆☆☆☆ ✔ Example:
|
|
5029
|
-
SharpenRadius?:
|
|
5052
|
+
/** ☆☆☆☆ ✔ Example: 2 */
|
|
5053
|
+
SharpenRadius?: number;
|
|
5030
5054
|
/** ☆☆☆☆ ✔ Example: 2 */
|
|
5031
5055
|
SourcePhotosCount?: number;
|
|
5032
5056
|
/** ☆☆☆☆ ✔ Example: ["com.google.android.apps.camera.gallery.specialtype.SpecialType… */
|
|
@@ -5053,7 +5077,9 @@ export interface XMPTags {
|
|
|
5053
5077
|
Tagged?: string;
|
|
5054
5078
|
/** ☆☆☆☆ ✔ Example: ["Subjekt/Natur/Pflanzen","Ort/Deutschland/Rangsdorf"] */
|
|
5055
5079
|
TagsList?: string[];
|
|
5056
|
-
/** ☆☆☆☆
|
|
5080
|
+
/** ☆☆☆☆ Example: 45 */
|
|
5081
|
+
Texture?: number;
|
|
5082
|
+
/** ☆☆☆☆ ✔ Example: "+56" */
|
|
5057
5083
|
Tint?: string;
|
|
5058
5084
|
/** ☆☆☆☆ Example: 0 */
|
|
5059
5085
|
TlinearGain?: number;
|
|
@@ -5063,10 +5089,6 @@ export interface XMPTags {
|
|
|
5063
5089
|
ToneCurveGreen?: string[];
|
|
5064
5090
|
/** ☆☆☆☆ ✔ Example: "Medium Contrast" */
|
|
5065
5091
|
ToneCurveName?: string;
|
|
5066
|
-
/** ☆☆☆☆ ✔ Example: "Linear" */
|
|
5067
|
-
ToneCurveName2012?: string;
|
|
5068
|
-
/** ☆☆☆☆ ✔ Example: ["0, 0","255, 255"] */
|
|
5069
|
-
ToneCurvePV2012?: string[];
|
|
5070
5092
|
/** ☆☆☆☆ ✔ Example: ["0, 0","255, 255"] */
|
|
5071
5093
|
ToneCurvePV2012Blue?: string[];
|
|
5072
5094
|
/** ☆☆☆☆ ✔ Example: ["0, 0","255, 255"] */
|
|
@@ -5079,7 +5101,7 @@ export interface XMPTags {
|
|
|
5079
5101
|
ToneMapStrength?: number;
|
|
5080
5102
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
5081
5103
|
UprightCenterMode?: number;
|
|
5082
|
-
/** ☆☆☆☆ ✔ Example: 0.
|
|
5104
|
+
/** ☆☆☆☆ ✔ Example: 0.51688833 */
|
|
5083
5105
|
UprightCenterNormX?: number;
|
|
5084
5106
|
/** ☆☆☆☆ ✔ Example: 0.5 */
|
|
5085
5107
|
UprightCenterNormY?: number;
|
|
@@ -5103,15 +5125,24 @@ export interface XMPTags {
|
|
|
5103
5125
|
VignetteAmount?: number;
|
|
5104
5126
|
/** ☆☆☆☆ Example: [4500] */
|
|
5105
5127
|
WavelengthFWHM?: number[];
|
|
5106
|
-
/** ☆☆☆☆ ✔ Example: 2.851895 */
|
|
5107
|
-
WhiteBalance0?: number;
|
|
5108
|
-
/** ☆☆☆☆ ✔ Example: 1.100371 */
|
|
5109
|
-
WhiteBalance1?: number;
|
|
5110
|
-
/** ☆☆☆☆ ✔ Example: */
|
|
5111
|
-
Whites2012?: string;
|
|
5112
5128
|
/** ☆☆☆☆ ✔ Example: "XMP toolkit 3.0-28, framework 1.6" */
|
|
5113
5129
|
XMPToolkit?: string;
|
|
5114
5130
|
}
|
|
5131
|
+
/**
|
|
5132
|
+
* This is a partial list of fields returned by {@link ExifTool.read}.
|
|
5133
|
+
*
|
|
5134
|
+
* To prevent error TS2590: (Expression produces a union type that is too
|
|
5135
|
+
* complex to represent) only the most common 2874 tags are retained in this
|
|
5136
|
+
* interface.
|
|
5137
|
+
*
|
|
5138
|
+
* Comments by each tag include popularity (★★★★ is found in > 50% of samples,
|
|
5139
|
+
* and ☆☆☆☆ is rare), followed by a checkmark if the tag is used by popular
|
|
5140
|
+
* devices (like iPhones) An example value, JSON stringified, follows the
|
|
5141
|
+
* popularity ratings.
|
|
5142
|
+
*
|
|
5143
|
+
* Autogenerated by "yarn mktags" by ExifTool 12.40 on Mon Mar 07 2022.
|
|
5144
|
+
* 3081 unique tags were found in 10778 photo and video files.
|
|
5145
|
+
*/
|
|
5115
5146
|
export interface Tags extends APP12Tags, APP14Tags, APP1Tags, APP4Tags, APP5Tags, APP6Tags, ApplicationRecordTags, CompositeTags, EXIFTags, ExifToolTags, FileTags, FlashPixTags, ICCProfileTags, IPTCTags, JFIFTags, MPFTags, MakerNotesTags, MetaTags, PanasonicRawTags, PhotoshopTags, PrintIMTags, QuickTimeTags, RAFTags, RIFFTags, XMPTags {
|
|
5116
5147
|
errors?: string[];
|
|
5117
5148
|
/** ☆☆☆☆ ✔ Example: "File is empty" */
|