exiftool-vendored 15.12.1 → 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 +62 -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 +7 -8
- package/dist/ExifTool.js +5 -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 +729 -696
- 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 +8 -8
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,36 +2277,36 @@ export interface MakerNotesTags {
|
|
|
2189
2277
|
CreativeStyle?: string;
|
|
2190
2278
|
/** ☆☆☆☆ ✔ Example: "Standard" */
|
|
2191
2279
|
CreativeStyleSetting?: string;
|
|
2192
|
-
/** ☆☆☆☆
|
|
2280
|
+
/** ☆☆☆☆ Example: "8 8 6048 4024" */
|
|
2281
|
+
CropArea?: string;
|
|
2282
|
+
/** ☆☆☆☆ ✔ Example: 8 */
|
|
2193
2283
|
CropBottomMargin?: number;
|
|
2194
2284
|
/** ☆☆☆☆ ✔ Example: 7776 */
|
|
2195
2285
|
CropHeight?: number;
|
|
2196
2286
|
/** ☆☆☆☆ ✔ Example: "Off (7424x4924 cropped to 7424x4924 at pixel 0,0)" */
|
|
2197
2287
|
CropHiSpeed?: string;
|
|
2198
|
-
/** ☆☆☆☆ ✔ Example: "8 0" */
|
|
2199
|
-
CropLeft?: string;
|
|
2200
2288
|
/** ☆☆☆☆ ✔ Example: 8240 */
|
|
2201
2289
|
CropLeftMargin?: number;
|
|
2202
2290
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2203
2291
|
CropMode?: string;
|
|
2204
2292
|
/** ☆☆☆☆ ✔ Example: 8240 */
|
|
2205
2293
|
CropRightMargin?: number;
|
|
2206
|
-
/** ☆☆☆☆ ✔ Example: "8 0" */
|
|
2207
|
-
CropTop?: string;
|
|
2208
2294
|
/** ☆☆☆☆ ✔ Example: 8240 */
|
|
2209
2295
|
CropTopMargin?: number;
|
|
2210
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2296
|
+
/** ☆☆☆☆ ✔ Example: 9216 */
|
|
2211
2297
|
CropWidth?: number;
|
|
2212
|
-
/**
|
|
2298
|
+
/** ★☆☆☆ ✔ Example: 5792 */
|
|
2213
2299
|
CroppedImageHeight?: number;
|
|
2214
|
-
/**
|
|
2300
|
+
/** ★☆☆☆ ✔ Example: 912 */
|
|
2215
2301
|
CroppedImageLeft?: number;
|
|
2216
|
-
/**
|
|
2302
|
+
/** ★☆☆☆ ✔ Example: 488 */
|
|
2217
2303
|
CroppedImageTop?: number;
|
|
2218
|
-
/**
|
|
2304
|
+
/** ★☆☆☆ ✔ Example: 8688 */
|
|
2219
2305
|
CroppedImageWidth?: number;
|
|
2220
2306
|
/** ☆☆☆☆ Example: "Off" */
|
|
2221
2307
|
CrossProcess?: string;
|
|
2308
|
+
/** ☆☆☆☆ Example: "On" */
|
|
2309
|
+
Curves?: string;
|
|
2222
2310
|
/** ☆☆☆☆ ✔ Example: "20 0 19 2 0 65535 65535 65535 2 2 0 65535 65535 65535 18 2 4 2 8…" */
|
|
2223
2311
|
CustomControls?: string;
|
|
2224
2312
|
/** ☆☆☆☆ ✔ Example: "P-STUDIO" */
|
|
@@ -2239,18 +2327,18 @@ export interface MakerNotesTags {
|
|
|
2239
2327
|
CustomWBRedLevel?: number;
|
|
2240
2328
|
/** ☆☆☆☆ ✔ Example: "Setup" */
|
|
2241
2329
|
CustomWBSetting?: string;
|
|
2242
|
-
/** ☆☆☆☆ ✔ 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 …" */
|
|
2243
2331
|
CustomizeDials?: string;
|
|
2244
2332
|
/** ☆☆☆☆ Example: "Unknown (27471)" */
|
|
2245
2333
|
DECPosition?: string;
|
|
2246
2334
|
/** ☆☆☆☆ ✔ Example: "10.01.00.00" */
|
|
2247
2335
|
DSPFirmwareVersion?: string;
|
|
2336
|
+
/** ☆☆☆☆ Example: "Off" */
|
|
2337
|
+
DXCropAlert?: string;
|
|
2248
2338
|
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2249
2339
|
DarkFocusEnvironment?: string;
|
|
2250
|
-
/**
|
|
2340
|
+
/** ★☆☆☆ ✔ Example: "(Binary data 8918 bytes, use -b option to extract)" */
|
|
2251
2341
|
DataDump?: string;
|
|
2252
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data 6660 bytes, use -b option to extract)" */
|
|
2253
|
-
DataDump2?: string;
|
|
2254
2342
|
/** ☆☆☆☆ ✔ Example: 8289 */
|
|
2255
2343
|
DataScaling?: number;
|
|
2256
2344
|
/** ☆☆☆☆ ✔ Example: 2016-03-30 */
|
|
@@ -2261,19 +2349,15 @@ export interface MakerNotesTags {
|
|
|
2261
2349
|
DateImprint?: string;
|
|
2262
2350
|
/** ★★☆☆ ✔ Example: "Off" */
|
|
2263
2351
|
DateStampMode?: string;
|
|
2264
|
-
/** ☆☆☆☆ ✔ Example: 2016-10-13T00:12:27.000 */
|
|
2265
|
-
DateTime1?: ExifDateTime | string;
|
|
2266
|
-
/** ☆☆☆☆ ✔ Example: 2016-10-13T00:12:27.000 */
|
|
2267
|
-
DateTime2?: ExifDateTime | string;
|
|
2268
2352
|
/** ☆☆☆☆ Example: "Off" */
|
|
2269
2353
|
DateTimeStamp?: string;
|
|
2270
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2271
|
-
DateTimeUTC?: string;
|
|
2272
|
-
/**
|
|
2354
|
+
/** ☆☆☆☆ ✔ Example: 2021-10-20T18:26:14.000Z */
|
|
2355
|
+
DateTimeUTC?: ExifDateTime | string;
|
|
2356
|
+
/** ★☆☆☆ ✔ Example: "Yes" */
|
|
2273
2357
|
DaylightSavings?: string;
|
|
2274
2358
|
/** ☆☆☆☆ ✔ Example: "Erase selected" */
|
|
2275
2359
|
DefaultEraseOption?: string;
|
|
2276
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2360
|
+
/** ☆☆☆☆ ✔ Example: 7382 */
|
|
2277
2361
|
DeletedImageCount?: number;
|
|
2278
2362
|
/** ☆☆☆☆ ✔ Example: "Warsaw" */
|
|
2279
2363
|
DestinationCity?: string;
|
|
@@ -2281,18 +2365,18 @@ export interface MakerNotesTags {
|
|
|
2281
2365
|
DestinationCityCode?: string;
|
|
2282
2366
|
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2283
2367
|
DestinationDST?: string;
|
|
2284
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2368
|
+
/** ☆☆☆☆ ✔ Example: 400 */
|
|
2285
2369
|
DevelopmentDynamicRange?: number;
|
|
2286
2370
|
/** ☆☆☆☆ ✔ Example: "SMX Video Camera" */
|
|
2287
2371
|
DeviceType?: string;
|
|
2288
2372
|
/** ☆☆☆☆ ✔ Example: "Normal" */
|
|
2289
2373
|
DialDirectionTvAv?: string;
|
|
2374
|
+
/** ☆☆☆☆ Example: "Unknown (49)" */
|
|
2375
|
+
DiffractionCompensation?: string;
|
|
2290
2376
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2291
2377
|
DiffractionCorrection?: string;
|
|
2292
2378
|
/** ☆☆☆☆ Example: "Vivid" */
|
|
2293
2379
|
DigitalFilter?: string;
|
|
2294
|
-
/** ☆☆☆☆ Example: ["Toy Camera","Shading=2","Blur=2","ToneBreak=Red"] */
|
|
2295
|
-
DigitalFilter01?: string[];
|
|
2296
2380
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2297
2381
|
DigitalGain?: number;
|
|
2298
2382
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
@@ -2301,8 +2385,6 @@ export interface MakerNotesTags {
|
|
|
2301
2385
|
DigitalZoomOn?: string;
|
|
2302
2386
|
/** ☆☆☆☆ ✔ Example: 897 */
|
|
2303
2387
|
DirectoryIndex?: number;
|
|
2304
|
-
/** ☆☆☆☆ ✔ Example: 103 */
|
|
2305
|
-
DirectoryIndex2?: number;
|
|
2306
2388
|
/** ☆☆☆☆ ✔ Example: 999 */
|
|
2307
2389
|
DirectoryNumber?: number;
|
|
2308
2390
|
/** ☆☆☆☆ ✔ Example: "Enable" */
|
|
@@ -2315,14 +2397,10 @@ export interface MakerNotesTags {
|
|
|
2315
2397
|
DistortionCorrParamsNumber?: string;
|
|
2316
2398
|
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2317
2399
|
DistortionCorrParamsPresent?: string;
|
|
2318
|
-
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2319
|
-
DistortionCorrection2?: string;
|
|
2320
2400
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2321
2401
|
DistortionCorrectionSetting?: string;
|
|
2322
2402
|
/** ☆☆☆☆ ✔ Example: 100 */
|
|
2323
2403
|
DistortionCorrectionValue?: number;
|
|
2324
|
-
/** ☆☆☆☆ ✔ Example: "Speed Priority Continuous" */
|
|
2325
|
-
DriveMode2?: string;
|
|
2326
2404
|
/** ☆☆☆☆ ✔ Example: "Single Frame" */
|
|
2327
2405
|
DriveModeSetting?: string;
|
|
2328
2406
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
@@ -2349,7 +2427,7 @@ export interface MakerNotesTags {
|
|
|
2349
2427
|
DynamicRangeOptimizerMode?: string;
|
|
2350
2428
|
/** ☆☆☆☆ ✔ Example: "Standard" */
|
|
2351
2429
|
DynamicRangeOptimizerSetting?: string;
|
|
2352
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2430
|
+
/** ☆☆☆☆ ✔ Example: "Wide2 (400%)" */
|
|
2353
2431
|
DynamicRangeSetting?: string;
|
|
2354
2432
|
/** ☆☆☆☆ ✔ Example: "Evaluative" */
|
|
2355
2433
|
ETTLII?: string;
|
|
@@ -2359,17 +2437,17 @@ export interface MakerNotesTags {
|
|
|
2359
2437
|
EVSteps?: string;
|
|
2360
2438
|
/** ☆☆☆☆ ✔ Example: "Manual" */
|
|
2361
2439
|
EXRAuto?: string;
|
|
2362
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2440
|
+
/** ☆☆☆☆ ✔ Example: "SN (Signal to Noise priority)" */
|
|
2363
2441
|
EXRMode?: string;
|
|
2364
2442
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2365
2443
|
EasyExposureComp?: string;
|
|
2366
|
-
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2444
|
+
/** ☆☆☆☆ ✔ Example: "On (auto reset)" */
|
|
2367
2445
|
EasyExposureCompensation?: string;
|
|
2368
2446
|
/** ★★☆☆ ✔ Example: "Unknown (83)" */
|
|
2369
2447
|
EasyMode?: string;
|
|
2370
2448
|
/** ☆☆☆☆ ✔ Example: 9.8 */
|
|
2371
2449
|
EffectiveLV?: number;
|
|
2372
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2450
|
+
/** ☆☆☆☆ ✔ Example: 6.3 */
|
|
2373
2451
|
EffectiveMaxAperture?: number;
|
|
2374
2452
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2375
2453
|
ElectronicFrontCurtainShutter?: string;
|
|
@@ -2379,6 +2457,8 @@ export interface MakerNotesTags {
|
|
|
2379
2457
|
Enhancement?: string;
|
|
2380
2458
|
/** ☆☆☆☆ ✔ Example: 960 */
|
|
2381
2459
|
Enhancer?: number;
|
|
2460
|
+
/** ☆☆☆☆ Example: "576 768 960 1120 1440 0 0" */
|
|
2461
|
+
EnhancerValues?: string;
|
|
2382
2462
|
/** ☆☆☆☆ Example: 480 */
|
|
2383
2463
|
EpsonImageHeight?: number;
|
|
2384
2464
|
/** ☆☆☆☆ ✔ Example: 640 */
|
|
@@ -2403,8 +2483,6 @@ export interface MakerNotesTags {
|
|
|
2403
2483
|
ExposureCompAutoCancel?: string;
|
|
2404
2484
|
/** ☆☆☆☆ ✔ Example: "1/3 EV" */
|
|
2405
2485
|
ExposureCompStepSize?: string;
|
|
2406
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2407
|
-
ExposureCompensation2?: number;
|
|
2408
2486
|
/** ☆☆☆☆ ✔ Example: "Ambient and Flash" */
|
|
2409
2487
|
ExposureCompensationMode?: string;
|
|
2410
2488
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
@@ -2427,17 +2505,17 @@ export interface MakerNotesTags {
|
|
|
2427
2505
|
ExposureLevelIncrements?: string;
|
|
2428
2506
|
/** ☆☆☆☆ ✔ Example: "Spot metering" */
|
|
2429
2507
|
ExposureModeInManual?: string;
|
|
2430
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2508
|
+
/** ☆☆☆☆ ✔ Example: 0.66 */
|
|
2431
2509
|
ExposureShift?: number;
|
|
2432
2510
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2433
2511
|
ExposureStandardAdjustment?: number;
|
|
2434
|
-
/** ☆☆☆☆ Example: "1/80" */
|
|
2435
|
-
ExposureTime2?: string;
|
|
2436
2512
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2437
2513
|
ExposureTuning?: number;
|
|
2438
2514
|
/** ★☆☆☆ ✔ Example: "Good" */
|
|
2439
2515
|
ExposureWarning?: string;
|
|
2440
|
-
/** ☆☆☆☆
|
|
2516
|
+
/** ☆☆☆☆ Example: "Off" */
|
|
2517
|
+
ExtendedMenuBanks?: string;
|
|
2518
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2441
2519
|
ExtendedShutterSpeeds?: string;
|
|
2442
2520
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2443
2521
|
ExtendedWBDetect?: string;
|
|
@@ -2459,7 +2537,7 @@ export interface MakerNotesTags {
|
|
|
2459
2537
|
ExternalFlashExposureComp?: number;
|
|
2460
2538
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2461
2539
|
ExternalFlashFirmware?: string;
|
|
2462
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2540
|
+
/** ☆☆☆☆ ✔ Example: "Fired, Wide Flash Adapter, [7]" */
|
|
2463
2541
|
ExternalFlashFlags?: string;
|
|
2464
2542
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2465
2543
|
ExternalFlashGValue?: number;
|
|
@@ -2513,16 +2591,12 @@ export interface MakerNotesTags {
|
|
|
2513
2591
|
FaceRecognition?: string;
|
|
2514
2592
|
/** ☆☆☆☆ ✔ Example: 35 */
|
|
2515
2593
|
FaceWidth?: number;
|
|
2516
|
-
/** ★★★☆ ✔ Example: 65535 */
|
|
2517
|
-
FacesDetected?: number;
|
|
2518
2594
|
/** ☆☆☆☆ ✔ Example: 12336 */
|
|
2519
2595
|
FacesRecognized?: number;
|
|
2520
2596
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2521
2597
|
Fade?: number;
|
|
2522
2598
|
/** ☆☆☆☆ ✔ Example: 9984 */
|
|
2523
2599
|
FileIndex?: number;
|
|
2524
|
-
/** ☆☆☆☆ ✔ Example: 9396 */
|
|
2525
|
-
FileIndex2?: number;
|
|
2526
2600
|
/** ☆☆☆☆ ✔ Example: "0100" */
|
|
2527
2601
|
FileInfoVersion?: string;
|
|
2528
2602
|
/** ☆☆☆☆ Example: "Unknown (65537)" */
|
|
@@ -2535,7 +2609,7 @@ export interface MakerNotesTags {
|
|
|
2535
2609
|
FilmGrainEffect?: string;
|
|
2536
2610
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2537
2611
|
FilmMode?: string;
|
|
2538
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2612
|
+
/** ☆☆☆☆ ✔ Example: "POSITIVE " */
|
|
2539
2613
|
FilmType?: string;
|
|
2540
2614
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2541
2615
|
FilterEffect?: string;
|
|
@@ -2543,12 +2617,6 @@ export interface MakerNotesTags {
|
|
|
2543
2617
|
FilterEffectAuto?: string;
|
|
2544
2618
|
/** ☆☆☆☆ ✔ Example: "Unknown (0x10000)" */
|
|
2545
2619
|
FilterEffectMonochrome?: string;
|
|
2546
|
-
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2547
|
-
FilterEffectUserDef1?: string;
|
|
2548
|
-
/** ☆☆☆☆ ✔ Example: "None" */
|
|
2549
|
-
FilterEffectUserDef2?: string;
|
|
2550
|
-
/** ☆☆☆☆ ✔ Example: "Unknown (0xfb0000)" */
|
|
2551
|
-
FilterEffectUserDef3?: string;
|
|
2552
2620
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2553
2621
|
FinderDisplayDuringExposure?: string;
|
|
2554
2622
|
/** ☆☆☆☆ ✔ Example: "On; Normal" */
|
|
@@ -2563,29 +2631,19 @@ export interface MakerNotesTags {
|
|
|
2563
2631
|
FineTuneOptSpotMetering?: number;
|
|
2564
2632
|
/** ☆☆☆☆ ✔ Example: "u77" */
|
|
2565
2633
|
Firmware?: string;
|
|
2566
|
-
/** ☆☆☆☆ Example: 8864 */
|
|
2567
|
-
Firmware2?: number;
|
|
2568
2634
|
/** ☆☆☆☆ Example: "2015:11:09 08:38" */
|
|
2569
2635
|
FirmwareDate?: string;
|
|
2570
2636
|
/** ☆☆☆☆ ✔ Example: "NX1_000000" */
|
|
2571
2637
|
FirmwareName?: string;
|
|
2572
2638
|
/** ★☆☆☆ ✔ Example: "Rev01500000" */
|
|
2573
2639
|
FirmwareRevision?: string;
|
|
2574
|
-
/** ☆☆☆☆ Example: "Rev01500000" */
|
|
2575
|
-
FirmwareRevision2?: string;
|
|
2576
|
-
/** ☆☆☆☆ ✔ Example: "01.00.d0" */
|
|
2577
|
-
FirmwareVersion2?: string;
|
|
2578
|
-
/** ☆☆☆☆ ✔ Example: "01.00.00" */
|
|
2579
|
-
FirmwareVersion3?: string;
|
|
2580
2640
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2581
2641
|
FisheyeFilter?: string;
|
|
2582
2642
|
/** ☆☆☆☆ ✔ Example: "Fired" */
|
|
2583
2643
|
FlashAction?: string;
|
|
2584
2644
|
/** ☆☆☆☆ ✔ Example: "Did not fire" */
|
|
2585
|
-
FlashAction2?: string;
|
|
2586
|
-
/** ☆☆☆☆ ✔ Example: "Did not fire" */
|
|
2587
2645
|
FlashActionExternal?: string;
|
|
2588
|
-
/**
|
|
2646
|
+
/** ★☆☆☆ ✔ Example: 255 */
|
|
2589
2647
|
FlashActivity?: number;
|
|
2590
2648
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2591
2649
|
FlashBatteryLevel?: string;
|
|
@@ -2593,6 +2651,8 @@ export interface MakerNotesTags {
|
|
|
2593
2651
|
FlashBias?: number;
|
|
2594
2652
|
/** ★★☆☆ ✔ Example: "Manual, External" */
|
|
2595
2653
|
FlashBits?: string;
|
|
2654
|
+
/** ☆☆☆☆ Example: "Exposure" */
|
|
2655
|
+
FlashBurstPriority?: string;
|
|
2596
2656
|
/** ☆☆☆☆ ✔ Example: "Raise built-in flash" */
|
|
2597
2657
|
FlashButtonFunction?: string;
|
|
2598
2658
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
@@ -2617,20 +2677,12 @@ export interface MakerNotesTags {
|
|
|
2617
2677
|
FlashDistance?: number;
|
|
2618
2678
|
/** ☆☆☆☆ ✔ Example: 0.3 */
|
|
2619
2679
|
FlashExposureBracketValue?: number;
|
|
2620
|
-
/** ★★★☆ ✔ Example:
|
|
2680
|
+
/** ★★★☆ ✔ Example: 2 */
|
|
2621
2681
|
FlashExposureComp?: number;
|
|
2622
|
-
/** ☆☆☆☆ ✔ Example: */
|
|
2623
|
-
FlashExposureComp2?: string;
|
|
2624
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2625
|
-
FlashExposureComp3?: number;
|
|
2626
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2627
|
-
FlashExposureComp4?: number;
|
|
2628
2682
|
/** ☆☆☆☆ ✔ Example: "Entire frame" */
|
|
2629
2683
|
FlashExposureCompArea?: string;
|
|
2630
2684
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2631
2685
|
FlashExposureCompSet?: number;
|
|
2632
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2633
|
-
FlashExposureCompSet2?: number;
|
|
2634
2686
|
/** ☆☆☆☆ ✔ Example: "Not Indicated" */
|
|
2635
2687
|
FlashExposureIndicator?: string;
|
|
2636
2688
|
/** ☆☆☆☆ ✔ Example: "Not Indicated" */
|
|
@@ -2639,13 +2691,11 @@ export interface MakerNotesTags {
|
|
|
2639
2691
|
FlashExposureIndicatorNext?: string;
|
|
2640
2692
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2641
2693
|
FlashExposureLock?: string;
|
|
2642
|
-
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2643
|
-
FlashFired?: string;
|
|
2644
2694
|
/** ☆☆☆☆ ✔ Example: "Fires" */
|
|
2645
2695
|
FlashFiring?: string;
|
|
2646
2696
|
/** ☆☆☆☆ ✔ Example: 1.005 */
|
|
2647
2697
|
FlashFirmwareVersion?: number;
|
|
2648
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2698
|
+
/** ☆☆☆☆ ✔ Example: "14 mm" */
|
|
2649
2699
|
FlashFocalLength?: string;
|
|
2650
2700
|
/** ☆☆☆☆ ✔ Example: "No flash" */
|
|
2651
2701
|
FlashFunction?: string;
|
|
@@ -2665,12 +2715,14 @@ export interface MakerNotesTags {
|
|
|
2665
2715
|
FlashGroupCControlMode?: string;
|
|
2666
2716
|
/** ★★☆☆ ✔ Example: 9 */
|
|
2667
2717
|
FlashGuideNumber?: number;
|
|
2668
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2718
|
+
/** ☆☆☆☆ ✔ Example: "0301" */
|
|
2669
2719
|
FlashInfoVersion?: string;
|
|
2670
2720
|
/** ☆☆☆☆ ✔ Example: "n/a (x4)" */
|
|
2671
2721
|
FlashIntensity?: string;
|
|
2672
2722
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2673
2723
|
FlashLevel?: string;
|
|
2724
|
+
/** ☆☆☆☆ Example: "Unknown (243)" */
|
|
2725
|
+
FlashMasterControlMode?: string;
|
|
2674
2726
|
/** ☆☆☆☆ ✔ Example: "Unknown (65797)" */
|
|
2675
2727
|
FlashMetering?: string;
|
|
2676
2728
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
@@ -2683,8 +2735,6 @@ export interface MakerNotesTags {
|
|
|
2683
2735
|
FlashModel?: string;
|
|
2684
2736
|
/** ☆☆☆☆ ✔ Example: "Red-eye reduction" */
|
|
2685
2737
|
FlashOptions?: string;
|
|
2686
|
-
/** ☆☆☆☆ ✔ Example: "Red-eye reduction" */
|
|
2687
|
-
FlashOptions2?: string;
|
|
2688
2738
|
/** ★☆☆☆ ✔ Example: 94 */
|
|
2689
2739
|
FlashOutput?: number;
|
|
2690
2740
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
@@ -2693,7 +2743,7 @@ export interface MakerNotesTags {
|
|
|
2693
2743
|
FlashSerialNumber?: string;
|
|
2694
2744
|
/** ★☆☆☆ ✔ Example: "Uw-Normal" */
|
|
2695
2745
|
FlashSetting?: string;
|
|
2696
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2746
|
+
/** ☆☆☆☆ ✔ Example: "30 s" */
|
|
2697
2747
|
FlashShutterSpeed?: string;
|
|
2698
2748
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
2699
2749
|
FlashSource?: string;
|
|
@@ -2703,7 +2753,7 @@ export interface MakerNotesTags {
|
|
|
2703
2753
|
FlashStatusExternal?: string;
|
|
2704
2754
|
/** ☆☆☆☆ Example: "Front curtain" */
|
|
2705
2755
|
FlashSyncMode?: string;
|
|
2706
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2756
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (0)" */
|
|
2707
2757
|
FlashSyncSpeed?: string;
|
|
2708
2758
|
/** ☆☆☆☆ ✔ Example: "Auto" */
|
|
2709
2759
|
FlashSyncSpeedAv?: string;
|
|
@@ -2713,50 +2763,22 @@ export interface MakerNotesTags {
|
|
|
2713
2763
|
FlashWarning?: string;
|
|
2714
2764
|
/** ☆☆☆☆ ✔ Example: "320 262" */
|
|
2715
2765
|
FlexibleSpotPosition?: string;
|
|
2716
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2766
|
+
/** ☆☆☆☆ ✔ Example: "Right to Left" */
|
|
2717
2767
|
FlickAdvanceDirection?: string;
|
|
2718
2768
|
/** ☆☆☆☆ Example: "On" */
|
|
2719
2769
|
FlickerReduce?: string;
|
|
2720
2770
|
/** ☆☆☆☆ ✔ Example: "Off (0x3223)" */
|
|
2721
2771
|
FlickerReduction?: string;
|
|
2722
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2772
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2723
2773
|
FlickerReductionIndicator?: string;
|
|
2724
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2774
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2725
2775
|
FlickerReductionShooting?: string;
|
|
2726
|
-
/** ☆☆☆☆
|
|
2727
|
-
|
|
2776
|
+
/** ☆☆☆☆ Example: "No" */
|
|
2777
|
+
FlipHorizontal?: string;
|
|
2728
2778
|
/** ☆☆☆☆ ✔ Example: "70.0 mm" */
|
|
2729
2779
|
FocalLengthTeleZoom?: string;
|
|
2730
2780
|
/** ☆☆☆☆ ✔ Example: "640 428" */
|
|
2731
2781
|
FocalPlaneAFPointArea?: string;
|
|
2732
|
-
/** ☆☆☆☆ ✔ Example: "458 260" */
|
|
2733
|
-
FocalPlaneAFPointLocation1?: string;
|
|
2734
|
-
/** ☆☆☆☆ ✔ Example: "375 156" */
|
|
2735
|
-
FocalPlaneAFPointLocation10?: string;
|
|
2736
|
-
/** ☆☆☆☆ ✔ Example: "375 115" */
|
|
2737
|
-
FocalPlaneAFPointLocation11?: string;
|
|
2738
|
-
/** ☆☆☆☆ ✔ Example: "393 156" */
|
|
2739
|
-
FocalPlaneAFPointLocation12?: string;
|
|
2740
|
-
/** ☆☆☆☆ ✔ Example: "393 176" */
|
|
2741
|
-
FocalPlaneAFPointLocation13?: string;
|
|
2742
|
-
/** ☆☆☆☆ ✔ Example: "375 176" */
|
|
2743
|
-
FocalPlaneAFPointLocation14?: string;
|
|
2744
|
-
/** ☆☆☆☆ ✔ Example: "481 260" */
|
|
2745
|
-
FocalPlaneAFPointLocation2?: string;
|
|
2746
|
-
/** ☆☆☆☆ ✔ Example: "481 284" */
|
|
2747
|
-
FocalPlaneAFPointLocation3?: string;
|
|
2748
|
-
/** ☆☆☆☆ ✔ Example: "458 284" */
|
|
2749
|
-
FocalPlaneAFPointLocation4?: string;
|
|
2750
|
-
/** ☆☆☆☆ ✔ Example: "435 284" */
|
|
2751
|
-
FocalPlaneAFPointLocation5?: string;
|
|
2752
|
-
/** ☆☆☆☆ ✔ Example: "435 260" */
|
|
2753
|
-
FocalPlaneAFPointLocation6?: string;
|
|
2754
|
-
/** ☆☆☆☆ ✔ Example: "435 236" */
|
|
2755
|
-
FocalPlaneAFPointLocation7?: string;
|
|
2756
|
-
/** ☆☆☆☆ ✔ Example: "458 236" */
|
|
2757
|
-
FocalPlaneAFPointLocation8?: string;
|
|
2758
|
-
/** ☆☆☆☆ ✔ Example: "481 236" */
|
|
2759
|
-
FocalPlaneAFPointLocation9?: string;
|
|
2760
2782
|
/** ☆☆☆☆ ✔ Example: 9 */
|
|
2761
2783
|
FocalPlaneAFPointsUsed?: number;
|
|
2762
2784
|
/** ★☆☆☆ ✔ Example: "9.45 mm" */
|
|
@@ -2771,7 +2793,7 @@ export interface MakerNotesTags {
|
|
|
2771
2793
|
FocalUnits?: string;
|
|
2772
2794
|
/** ☆☆☆☆ Example: "Wide Focus (normal)" */
|
|
2773
2795
|
FocusArea?: string;
|
|
2774
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2796
|
+
/** ☆☆☆☆ ✔ Example: "Wrap" */
|
|
2775
2797
|
FocusAreaSelection?: string;
|
|
2776
2798
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
2777
2799
|
FocusBracket?: number;
|
|
@@ -2781,9 +2803,9 @@ export interface MakerNotesTags {
|
|
|
2781
2803
|
FocusContinuous?: string;
|
|
2782
2804
|
/** ☆☆☆☆ ✔ Example: "Enable" */
|
|
2783
2805
|
FocusDisplayAIServoAndMF?: string;
|
|
2784
|
-
/**
|
|
2806
|
+
/** ★★☆☆ ✔ Example: "inf" */
|
|
2785
2807
|
FocusDistanceLower?: string;
|
|
2786
|
-
/**
|
|
2808
|
+
/** ★★☆☆ ✔ Example: "inf" */
|
|
2787
2809
|
FocusDistanceUpper?: string;
|
|
2788
2810
|
/** ☆☆☆☆ ✔ Example: "450x359" */
|
|
2789
2811
|
FocusFrameSize?: string;
|
|
@@ -2796,23 +2818,29 @@ export interface MakerNotesTags {
|
|
|
2796
2818
|
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2797
2819
|
FocusLocked?: string;
|
|
2798
2820
|
/** ☆☆☆☆ ✔ Example: "Manual" */
|
|
2799
|
-
FocusMode2?: string;
|
|
2800
|
-
/** ☆☆☆☆ ✔ Example: "Manual" */
|
|
2801
2821
|
FocusModeSetting?: string;
|
|
2802
2822
|
/** ☆☆☆☆ ✔ Example: "AF" */
|
|
2803
2823
|
FocusModeSwitch?: string;
|
|
2804
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2824
|
+
/** ☆☆☆☆ ✔ Example: "White" */
|
|
2805
2825
|
FocusPeakingHighlightColor?: string;
|
|
2806
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2826
|
+
/** ☆☆☆☆ ✔ Example: "Standard Sensitivity" */
|
|
2807
2827
|
FocusPeakingLevel?: string;
|
|
2808
2828
|
/** ★☆☆☆ ✔ Example: "972 1296" */
|
|
2809
2829
|
FocusPixel?: string;
|
|
2830
|
+
/** ☆☆☆☆ Example: "Normal" */
|
|
2831
|
+
FocusPointBrightness?: string;
|
|
2832
|
+
/** ☆☆☆☆ Example: "Auto" */
|
|
2833
|
+
FocusPointPersistence?: string;
|
|
2834
|
+
/** ☆☆☆☆ Example: "Normal" */
|
|
2835
|
+
FocusPointSelectionSpeed?: string;
|
|
2810
2836
|
/** ☆☆☆☆ ✔ Example: "Wrap" */
|
|
2811
2837
|
FocusPointWrap?: string;
|
|
2812
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2813
|
-
FocusPosition?:
|
|
2814
|
-
/** ☆☆☆☆
|
|
2815
|
-
|
|
2838
|
+
/** ☆☆☆☆ ✔ Example: "0xff" */
|
|
2839
|
+
FocusPosition?: string;
|
|
2840
|
+
/** ☆☆☆☆ Example: "3R of Center" */
|
|
2841
|
+
FocusPositionHorizontal?: string;
|
|
2842
|
+
/** ☆☆☆☆ Example: "1U from Center" */
|
|
2843
|
+
FocusPositionVertical?: string;
|
|
2816
2844
|
/** ☆☆☆☆ ✔ Example: "AF Used; 96" */
|
|
2817
2845
|
FocusProcess?: string;
|
|
2818
2846
|
/** ★★☆☆ ✔ Example: "Unknown (2)" */
|
|
@@ -2823,12 +2851,20 @@ export interface MakerNotesTags {
|
|
|
2823
2851
|
FocusRingRotation?: string;
|
|
2824
2852
|
/** ☆☆☆☆ Example: "M" */
|
|
2825
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;
|
|
2826
2864
|
/** ☆☆☆☆ ✔ Example: "Not confirmed, Tracking" */
|
|
2827
2865
|
FocusStatus?: string;
|
|
2828
|
-
/** ☆☆☆☆ ✔ Example:
|
|
2866
|
+
/** ☆☆☆☆ ✔ Example: 9747 */
|
|
2829
2867
|
FocusStepInfinity?: number;
|
|
2830
|
-
/** ☆☆☆☆ ✔ Example: 9804 */
|
|
2831
|
-
FocusStepNear?: number;
|
|
2832
2868
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2833
2869
|
FocusTrackingLockOn?: string;
|
|
2834
2870
|
/** ★☆☆☆ ✔ Example: "Out of focus" */
|
|
@@ -2839,13 +2875,13 @@ export interface MakerNotesTags {
|
|
|
2839
2875
|
FolderName?: string;
|
|
2840
2876
|
/** ☆☆☆☆ ✔ Example: 373 */
|
|
2841
2877
|
FolderNumber?: number;
|
|
2842
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2878
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2843
2879
|
FramingGridDisplay?: string;
|
|
2844
2880
|
/** ☆☆☆☆ ✔ Example: "(Binary data 12 bytes, use -b option to extract)" */
|
|
2845
2881
|
FreeBytes?: string;
|
|
2846
2882
|
/** ☆☆☆☆ ✔ Example: 805 */
|
|
2847
2883
|
FreeMemoryCardImages?: number;
|
|
2848
|
-
/** ★☆☆☆ ✔ Example: "
|
|
2884
|
+
/** ★☆☆☆ ✔ Example: "TTL" */
|
|
2849
2885
|
FujiFlashMode?: string;
|
|
2850
2886
|
/** ☆☆☆☆ ✔ Example: "9504x6336" */
|
|
2851
2887
|
FullImageSize?: string;
|
|
@@ -2853,13 +2889,17 @@ export interface MakerNotesTags {
|
|
|
2853
2889
|
FullPressSnap?: string;
|
|
2854
2890
|
/** ☆☆☆☆ ✔ Example: "Zoom (High)" */
|
|
2855
2891
|
Func1Button?: string;
|
|
2856
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2892
|
+
/** ☆☆☆☆ ✔ Example: "None" */
|
|
2857
2893
|
Func1ButtonPlusDials?: string;
|
|
2858
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2894
|
+
/** ☆☆☆☆ ✔ Example: "White Balance" */
|
|
2859
2895
|
Func2Button?: string;
|
|
2896
|
+
/** ☆☆☆☆ Example: "Photo Shooting Menu Bank" */
|
|
2897
|
+
Func2ButtonPlusDials?: string;
|
|
2898
|
+
/** ☆☆☆☆ Example: "Voice Memo" */
|
|
2899
|
+
Func3Button?: string;
|
|
2860
2900
|
/** ☆☆☆☆ ✔ Example: "Virtual Horizon" */
|
|
2861
2901
|
FuncButton?: string;
|
|
2862
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2902
|
+
/** ☆☆☆☆ ✔ Example: "Shutter Speed & Aperture Lock" */
|
|
2863
2903
|
FuncButtonPlusDials?: string;
|
|
2864
2904
|
/** ☆☆☆☆ ✔ Example: "ISO Display" */
|
|
2865
2905
|
FunctionButton?: string;
|
|
@@ -2873,7 +2913,7 @@ export interface MakerNotesTags {
|
|
|
2873
2913
|
GainBase?: number;
|
|
2874
2914
|
/** ☆☆☆☆ ✔ Example: "n/a; User-Selected" */
|
|
2875
2915
|
Gradation?: string;
|
|
2876
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2916
|
+
/** ☆☆☆☆ ✔ Example: "Weak" */
|
|
2877
2917
|
GrainEffect?: string;
|
|
2878
2918
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2879
2919
|
GrainyBWFilter?: string;
|
|
@@ -2891,12 +2931,16 @@ export interface MakerNotesTags {
|
|
|
2891
2931
|
GroupAreaAFIllumination?: string;
|
|
2892
2932
|
/** ☆☆☆☆ ✔ Example: "Unknown (5)" */
|
|
2893
2933
|
HDMIBitDepth?: string;
|
|
2894
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2934
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2895
2935
|
HDMIExternalRecorder?: string;
|
|
2896
|
-
/** ☆☆☆☆
|
|
2936
|
+
/** ☆☆☆☆ Example: "Unknown (1)" */
|
|
2937
|
+
HDMIOutputHDR?: string;
|
|
2938
|
+
/** ☆☆☆☆ ✔ Example: "Full" */
|
|
2897
2939
|
HDMIOutputRange?: string;
|
|
2898
2940
|
/** ☆☆☆☆ ✔ Example: "Auto" */
|
|
2899
2941
|
HDMIOutputResolution?: string;
|
|
2942
|
+
/** ☆☆☆☆ Example: "Off" */
|
|
2943
|
+
HDMIViewAssist?: string;
|
|
2900
2944
|
/** ★☆☆☆ ✔ Example: "On" */
|
|
2901
2945
|
HDR?: string;
|
|
2902
2946
|
/** ☆☆☆☆ ✔ Example: "Natural" */
|
|
@@ -2907,16 +2951,12 @@ export interface MakerNotesTags {
|
|
|
2907
2951
|
HDRInfoVersion?: string;
|
|
2908
2952
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2909
2953
|
HDRLevel?: string;
|
|
2910
|
-
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2911
|
-
HDRLevel2?: string;
|
|
2912
2954
|
/** ☆☆☆☆ ✔ Example: "Unknown (1)" */
|
|
2913
2955
|
HDRShot?: string;
|
|
2914
2956
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2915
2957
|
HDRSmoothing?: string;
|
|
2916
2958
|
/** ★☆☆☆ ✔ Example: "n/a" */
|
|
2917
2959
|
HighISONoiseReduction?: string;
|
|
2918
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2919
|
-
HighISONoiseReduction2?: string;
|
|
2920
2960
|
/** ☆☆☆☆ Example: 4 */
|
|
2921
2961
|
HighLowKeyAdj?: number;
|
|
2922
2962
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
@@ -2927,7 +2967,7 @@ export interface MakerNotesTags {
|
|
|
2927
2967
|
HighlightShadow?: string;
|
|
2928
2968
|
/** ☆☆☆☆ ✔ Example: "0 (normal)" */
|
|
2929
2969
|
HighlightTone?: string;
|
|
2930
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2970
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2931
2971
|
HighlightTonePriority?: string;
|
|
2932
2972
|
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
2933
2973
|
HighlightWarning?: string;
|
|
@@ -2949,11 +2989,13 @@ export interface MakerNotesTags {
|
|
|
2949
2989
|
HueAdjust?: string;
|
|
2950
2990
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
2951
2991
|
HueAdjustment?: string;
|
|
2992
|
+
/** ☆☆☆☆ Example: "0 -5 5" */
|
|
2993
|
+
HueSetting?: string;
|
|
2952
2994
|
/** ☆☆☆☆ ✔ Example: 800 */
|
|
2953
2995
|
ISO2?: number;
|
|
2954
2996
|
/** ☆☆☆☆ Example: "On" */
|
|
2955
2997
|
ISOAuto?: string;
|
|
2956
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
2998
|
+
/** ☆☆☆☆ ✔ Example: "Same As Without Flash" */
|
|
2957
2999
|
ISOAutoFlashLimit?: string;
|
|
2958
3000
|
/** ☆☆☆☆ ✔ Example: "Unknown (0x6)" */
|
|
2959
3001
|
ISOAutoHiLimit?: string;
|
|
@@ -2963,14 +3005,12 @@ export interface MakerNotesTags {
|
|
|
2963
3005
|
ISOAutoMin?: number;
|
|
2964
3006
|
/** ☆☆☆☆ Example: "Standard" */
|
|
2965
3007
|
ISOAutoParameters?: string;
|
|
2966
|
-
/** ☆☆☆☆ ✔ Example: "Auto (
|
|
3008
|
+
/** ☆☆☆☆ ✔ Example: "Auto (Slowest)" */
|
|
2967
3009
|
ISOAutoShutterTime?: string;
|
|
2968
|
-
/** ☆☆☆☆ ✔ Example: "Show
|
|
3010
|
+
/** ☆☆☆☆ ✔ Example: "Show ISO/Easy ISO" */
|
|
2969
3011
|
ISODisplay?: string;
|
|
2970
|
-
/**
|
|
3012
|
+
/** ★☆☆☆ ✔ Example: "On" */
|
|
2971
3013
|
ISOExpansion?: string;
|
|
2972
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
2973
|
-
ISOExpansion2?: string;
|
|
2974
3014
|
/** ☆☆☆☆ ✔ Example: 800 */
|
|
2975
3015
|
ISOFloor?: number;
|
|
2976
3016
|
/** ☆☆☆☆ Example: "Auto" */
|
|
@@ -2991,13 +3031,13 @@ export interface MakerNotesTags {
|
|
|
2991
3031
|
ISOStepSize?: string;
|
|
2992
3032
|
/** ☆☆☆☆ ✔ Example: 79.44 */
|
|
2993
3033
|
ISOValue?: number;
|
|
2994
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3034
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
2995
3035
|
Illumination?: string;
|
|
2996
3036
|
/** ☆☆☆☆ ✔ Example: "Normal" */
|
|
2997
3037
|
ImageAdjustment?: string;
|
|
2998
3038
|
/** ☆☆☆☆ ✔ Example: "FX (36x24)" */
|
|
2999
3039
|
ImageArea?: string;
|
|
3000
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3040
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3001
3041
|
ImageAuthentication?: string;
|
|
3002
3042
|
/** ☆☆☆☆ ✔ Example: "0 0 8256 5504" */
|
|
3003
3043
|
ImageBoundary?: string;
|
|
@@ -3015,9 +3055,7 @@ export interface MakerNotesTags {
|
|
|
3015
3055
|
ImageGeneration?: string;
|
|
3016
3056
|
/** ☆☆☆☆ Example: 912 */
|
|
3017
3057
|
ImageIDNumber?: number;
|
|
3018
|
-
/** ☆☆☆☆
|
|
3019
|
-
ImageNumber2?: number;
|
|
3020
|
-
/** ☆☆☆☆ ✔ Example: "Normal" */
|
|
3058
|
+
/** ☆☆☆☆ ✔ Example: "Vivid" */
|
|
3021
3059
|
ImageOptimization?: string;
|
|
3022
3060
|
/** ☆☆☆☆ ✔ Example: "Red Eye Ruduction ;" */
|
|
3023
3061
|
ImageProcessing?: string;
|
|
@@ -3025,8 +3063,6 @@ export interface MakerNotesTags {
|
|
|
3025
3063
|
ImageProcessingVersion?: string;
|
|
3026
3064
|
/** ☆☆☆☆ ✔ Example: "Very High" */
|
|
3027
3065
|
ImageQuality?: string;
|
|
3028
|
-
/** ☆☆☆☆ ✔ Example: "Unknown (6)" */
|
|
3029
|
-
ImageQuality2?: string;
|
|
3030
3066
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3031
3067
|
ImageReview?: string;
|
|
3032
3068
|
/** ☆☆☆☆ ✔ Example: "4 s" */
|
|
@@ -3085,6 +3121,14 @@ export interface MakerNotesTags {
|
|
|
3085
3121
|
InternalNDFilter?: number;
|
|
3086
3122
|
/** ★★☆☆ ✔ Example: "fdfec409" */
|
|
3087
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;
|
|
3088
3132
|
/** ☆☆☆☆ Example: 65542 */
|
|
3089
3133
|
IntervalLength?: number;
|
|
3090
3134
|
/** ☆☆☆☆ Example: "Still Image" */
|
|
@@ -3092,13 +3136,21 @@ export interface MakerNotesTags {
|
|
|
3092
3136
|
/** ☆☆☆☆ Example: 65797 */
|
|
3093
3137
|
IntervalNumber?: number;
|
|
3094
3138
|
/** ☆☆☆☆ Example: "Off" */
|
|
3139
|
+
IntervalPriority?: string;
|
|
3140
|
+
/** ☆☆☆☆ Example: "Off" */
|
|
3095
3141
|
IntervalShooting?: string;
|
|
3096
|
-
/** ☆☆☆☆
|
|
3142
|
+
/** ☆☆☆☆ Example: 1 */
|
|
3143
|
+
Intervals?: number;
|
|
3144
|
+
/** ☆☆☆☆ ✔ Example: "n/a (RAW only)" */
|
|
3097
3145
|
JPEGQuality?: string;
|
|
3098
|
-
/** ☆☆☆☆
|
|
3146
|
+
/** ☆☆☆☆ Example: "5216x3472" */
|
|
3147
|
+
JPEGSize?: string;
|
|
3148
|
+
/** ☆☆☆☆ ✔ Example: "Size Priority" */
|
|
3099
3149
|
JPGCompression?: string;
|
|
3100
3150
|
/** ☆☆☆☆ ✔ Example: "10 MP" */
|
|
3101
3151
|
JpgRecordedPixels?: string;
|
|
3152
|
+
/** ☆☆☆☆ Example: "Off" */
|
|
3153
|
+
KeepExposure?: string;
|
|
3102
3154
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3103
3155
|
KeystoneCompensation?: string;
|
|
3104
3156
|
/** ☆☆☆☆ ✔ Example: "Vertical" */
|
|
@@ -3129,11 +3181,13 @@ export interface MakerNotesTags {
|
|
|
3129
3181
|
LCDIlluminationDuringBulb?: string;
|
|
3130
3182
|
/** ☆☆☆☆ ✔ Example: "Remain. shots/File no." */
|
|
3131
3183
|
LCDPanels?: string;
|
|
3184
|
+
/** ☆☆☆☆ Example: "On" */
|
|
3185
|
+
LCHEditor?: string;
|
|
3132
3186
|
/** ☆☆☆☆ ✔ Example: "Masked" */
|
|
3133
3187
|
LVShootingAreaDisplay?: string;
|
|
3134
3188
|
/** ☆☆☆☆ ✔ Example: "UNICORN THEATRE FOR CHILDREN" */
|
|
3135
3189
|
Landmark?: string;
|
|
3136
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3190
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (4)" */
|
|
3137
3191
|
Language?: string;
|
|
3138
3192
|
/** ☆☆☆☆ Example: 92 */
|
|
3139
3193
|
LastFileNumber?: number;
|
|
@@ -3141,15 +3195,15 @@ export interface MakerNotesTags {
|
|
|
3141
3195
|
LateralChromaticAberration?: string;
|
|
3142
3196
|
/** ☆☆☆☆ Example: "4.0 to 22" */
|
|
3143
3197
|
LensApertureRange?: string;
|
|
3144
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3198
|
+
/** ☆☆☆☆ ✔ Example: "None (Disabled)" */
|
|
3145
3199
|
LensControlRing?: string;
|
|
3146
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3200
|
+
/** ☆☆☆☆ ✔ Example: "0802" */
|
|
3147
3201
|
LensDataVersion?: string;
|
|
3148
3202
|
/** ☆☆☆☆ ✔ Example: "97 154 172 70 104 114" */
|
|
3149
3203
|
LensDistortionParams?: string;
|
|
3150
3204
|
/** ☆☆☆☆ ✔ Example: "Focus search on" */
|
|
3151
3205
|
LensDriveNoAF?: string;
|
|
3152
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3206
|
+
/** ☆☆☆☆ ✔ Example: "Stop Focus Search" */
|
|
3153
3207
|
LensDriveWhenAFImpossible?: string;
|
|
3154
3208
|
/** ☆☆☆☆ ✔ Example: 8.67 */
|
|
3155
3209
|
LensFStops?: number;
|
|
@@ -3161,13 +3215,13 @@ export interface MakerNotesTags {
|
|
|
3161
3215
|
LensFocalLength?: string;
|
|
3162
3216
|
/** ☆☆☆☆ Example: "50 to 50" */
|
|
3163
3217
|
LensFocalRange?: string;
|
|
3164
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3218
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (0)" */
|
|
3165
3219
|
LensFocusFunctionButtons?: string;
|
|
3166
3220
|
/** ☆☆☆☆ ✔ Example: "Unknown (72)" */
|
|
3167
3221
|
LensFormat?: string;
|
|
3168
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3222
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (29)" */
|
|
3169
3223
|
LensFunc1Button?: string;
|
|
3170
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3224
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (29)" */
|
|
3171
3225
|
LensFunc2Button?: string;
|
|
3172
3226
|
/** ☆☆☆☆ ✔ Example: 93 */
|
|
3173
3227
|
LensIDNumber?: number;
|
|
@@ -3177,8 +3231,6 @@ export interface MakerNotesTags {
|
|
|
3177
3231
|
LensModulationOptimizer?: string;
|
|
3178
3232
|
/** ☆☆☆☆ ✔ Example: "Unknown (74)" */
|
|
3179
3233
|
LensMount?: string;
|
|
3180
|
-
/** ☆☆☆☆ ✔ Example: "Unknown" */
|
|
3181
|
-
LensMount2?: string;
|
|
3182
3234
|
/** ☆☆☆☆ ✔ Example: "0xe253" */
|
|
3183
3235
|
LensProperties?: string;
|
|
3184
3236
|
/** ☆☆☆☆ Example: "Xcenter=1456 Ycenter=1068 GainMax=16" */
|
|
@@ -3189,14 +3241,10 @@ export interface MakerNotesTags {
|
|
|
3189
3241
|
LensSpecFeatures?: string;
|
|
3190
3242
|
/** ☆☆☆☆ ✔ Example: 35 */
|
|
3191
3243
|
LensTemperature?: number;
|
|
3192
|
-
/** ☆☆☆☆
|
|
3244
|
+
/** ☆☆☆☆ Example: */
|
|
3193
3245
|
LensType2?: string;
|
|
3194
|
-
/** ☆☆☆☆
|
|
3246
|
+
/** ☆☆☆☆ Example: */
|
|
3195
3247
|
LensType3?: string;
|
|
3196
|
-
/** ☆☆☆☆ Example: 2 */
|
|
3197
|
-
LensTypeMake?: number;
|
|
3198
|
-
/** ☆☆☆☆ Example: "30 10" */
|
|
3199
|
-
LensTypeModel?: string;
|
|
3200
3248
|
/** ☆☆☆☆ ✔ Example: "98%" */
|
|
3201
3249
|
LensZoomPosition?: string;
|
|
3202
3250
|
/** ☆☆☆☆ Example: 250 */
|
|
@@ -3239,7 +3287,7 @@ export interface MakerNotesTags {
|
|
|
3239
3287
|
LiveViewFocusMode?: string;
|
|
3240
3288
|
/** ☆☆☆☆ ✔ Example: "40 Segment" */
|
|
3241
3289
|
LiveViewMetering?: string;
|
|
3242
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3290
|
+
/** ☆☆☆☆ ✔ Example: "No Limit" */
|
|
3243
3291
|
LiveViewMonitorOffTime?: string;
|
|
3244
3292
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3245
3293
|
LiveViewShooting?: string;
|
|
@@ -3251,15 +3299,13 @@ export interface MakerNotesTags {
|
|
|
3251
3299
|
LocationInfoVersion?: string;
|
|
3252
3300
|
/** ☆☆☆☆ ✔ Example: "" */
|
|
3253
3301
|
LocationName?: string;
|
|
3254
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3302
|
+
/** ☆☆☆☆ ✔ Example: "Record memo (protect:disable)" */
|
|
3255
3303
|
LockMicrophoneButton?: string;
|
|
3256
3304
|
/** ☆☆☆☆ Example: "Yes" */
|
|
3257
3305
|
LongExposureNRUsed?: string;
|
|
3258
3306
|
/** ★☆☆☆ ✔ Example: "n/a" */
|
|
3259
3307
|
LongExposureNoiseReduction?: string;
|
|
3260
3308
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3261
|
-
LongExposureNoiseReduction2?: string;
|
|
3262
|
-
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3263
3309
|
LowLightAF?: string;
|
|
3264
3310
|
/** ☆☆☆☆ Example: "+0.500" */
|
|
3265
3311
|
LuminanceNoiseReduction?: string;
|
|
@@ -3269,7 +3315,7 @@ export interface MakerNotesTags {
|
|
|
3269
3315
|
MCUVersion?: number;
|
|
3270
3316
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3271
3317
|
MacroLED?: string;
|
|
3272
|
-
/**
|
|
3318
|
+
/** ★★★☆ ✔ Example: "Unknown (852023)" */
|
|
3273
3319
|
MacroMode?: string;
|
|
3274
3320
|
/** ☆☆☆☆ ✔ Example: "Soft Focus 2; 1280; 0; 0" */
|
|
3275
3321
|
MagicFilter?: string;
|
|
@@ -3281,17 +3327,17 @@ export interface MakerNotesTags {
|
|
|
3281
3327
|
MakerNoteOffset?: number;
|
|
3282
3328
|
/** ☆☆☆☆ Example: "Rdc" */
|
|
3283
3329
|
MakerNoteType?: string;
|
|
3284
|
-
/** ★★☆☆ ✔ Example:
|
|
3285
|
-
MakerNoteVersion?:
|
|
3286
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3330
|
+
/** ★★☆☆ ✔ Example: 2.11 */
|
|
3331
|
+
MakerNoteVersion?: number;
|
|
3332
|
+
/** ☆☆☆☆ ✔ Example: "99.5 kPa" */
|
|
3287
3333
|
ManometerPressure?: string;
|
|
3288
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3334
|
+
/** ☆☆☆☆ ✔ Example: "90.8 m, 297.8 ft" */
|
|
3289
3335
|
ManometerReading?: string;
|
|
3290
3336
|
/** ☆☆☆☆ ✔ Example: "Stops at AF Area Edges" */
|
|
3291
3337
|
ManualAFPointSelPattern?: string;
|
|
3292
3338
|
/** ☆☆☆☆ ✔ Example: "Stops at AF area edges" */
|
|
3293
3339
|
ManualAFPointSelectPattern?: string;
|
|
3294
|
-
/** ☆☆☆☆ ✔ Example: "On (
|
|
3340
|
+
/** ☆☆☆☆ ✔ Example: "On (Full strength)" */
|
|
3295
3341
|
ManualFlash?: string;
|
|
3296
3342
|
/** ★★☆☆ ✔ Example: "n/a" */
|
|
3297
3343
|
ManualFlashOutput?: string;
|
|
@@ -3307,21 +3353,17 @@ export interface MakerNotesTags {
|
|
|
3307
3353
|
ManualTv?: string;
|
|
3308
3354
|
/** ☆☆☆☆ ✔ Example: 2016-02-04 */
|
|
3309
3355
|
ManufactureDate?: ExifDate | string;
|
|
3310
|
-
/** ☆☆☆☆ Example: 2011-11-05 */
|
|
3311
|
-
ManufactureDate1?: ExifDate | string;
|
|
3312
|
-
/** ☆☆☆☆ Example: 2011-11-14 */
|
|
3313
|
-
ManufactureDate2?: ExifDate | string;
|
|
3314
3356
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
3315
3357
|
MasterGain?: number;
|
|
3316
3358
|
/** ☆☆☆☆ ✔ Example: "Face Detection On" */
|
|
3317
3359
|
MatrixMetering?: string;
|
|
3318
3360
|
/** ★★☆☆ ✔ Example: 7.3 */
|
|
3319
3361
|
MaxAperture?: number;
|
|
3320
|
-
/**
|
|
3362
|
+
/** ★☆☆☆ ✔ Example: 6.7 */
|
|
3321
3363
|
MaxApertureAtMaxFocal?: number;
|
|
3322
|
-
/**
|
|
3364
|
+
/** ★☆☆☆ ✔ Example: 5.7 */
|
|
3323
3365
|
MaxApertureAtMinFocal?: number;
|
|
3324
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3366
|
+
/** ☆☆☆☆ ✔ Example: 8 */
|
|
3325
3367
|
MaxContinuousRelease?: number;
|
|
3326
3368
|
/** ☆☆☆☆ ✔ Example: "8 8 8" */
|
|
3327
3369
|
MaxFaces?: string;
|
|
@@ -3329,17 +3371,13 @@ export interface MakerNotesTags {
|
|
|
3329
3371
|
MaxFocalLength?: string;
|
|
3330
3372
|
/** ★★☆☆ ✔ Example: 9.97 */
|
|
3331
3373
|
MeasuredEV?: number;
|
|
3332
|
-
/** ☆☆☆☆ ✔ Example: 9.875 */
|
|
3333
|
-
MeasuredEV2?: number;
|
|
3334
|
-
/** ☆☆☆☆ ✔ Example: 3.625 */
|
|
3335
|
-
MeasuredEV3?: number;
|
|
3336
3374
|
/** ☆☆☆☆ ✔ Example: 9.375 */
|
|
3337
3375
|
MeasuredLV?: number;
|
|
3338
3376
|
/** ☆☆☆☆ ✔ Example: "988 1024 1024 636" */
|
|
3339
3377
|
MeasuredRGGB?: string;
|
|
3340
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3378
|
+
/** ☆☆☆☆ ✔ Example: "70293 120427 116868 67475" */
|
|
3341
3379
|
MeasuredRGGBData?: string;
|
|
3342
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3380
|
+
/** ☆☆☆☆ ✔ Example: 65 */
|
|
3343
3381
|
MechanicalShutterCount?: number;
|
|
3344
3382
|
/** ☆☆☆☆ ✔ Example: "FFCBAC24-E547-4BBC-AF47-38B1A3D845E3" */
|
|
3345
3383
|
MediaGroupUUID?: string;
|
|
@@ -3353,7 +3391,7 @@ export interface MakerNotesTags {
|
|
|
3353
3391
|
MenuButtonDisplayPosition?: string;
|
|
3354
3392
|
/** ☆☆☆☆ ✔ Example: "Top" */
|
|
3355
3393
|
MenuButtonReturn?: string;
|
|
3356
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3394
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (6)" */
|
|
3357
3395
|
MenuMonitorOffTime?: string;
|
|
3358
3396
|
/** ☆☆☆☆ ✔ Example: "THm211000000000" */
|
|
3359
3397
|
MetaVersion?: string;
|
|
@@ -3361,10 +3399,8 @@ export interface MakerNotesTags {
|
|
|
3361
3399
|
MeterMode?: string;
|
|
3362
3400
|
/** ☆☆☆☆ ✔ Example: "Matrix" */
|
|
3363
3401
|
Metering?: string;
|
|
3364
|
-
/** ☆☆☆☆
|
|
3365
|
-
|
|
3366
|
-
/** ☆☆☆☆ ✔ Example: "Multi-segment" */
|
|
3367
|
-
MeteringMode3?: string;
|
|
3402
|
+
/** ☆☆☆☆ Example: "Metering" */
|
|
3403
|
+
MeteringButton?: string;
|
|
3368
3404
|
/** ☆☆☆☆ ✔ Example: "Within Range" */
|
|
3369
3405
|
MeteringOffScaleIndicator?: string;
|
|
3370
3406
|
/** ☆☆☆☆ ✔ Example: "8 s" */
|
|
@@ -3385,8 +3421,6 @@ export interface MakerNotesTags {
|
|
|
3385
3421
|
MiniatureFilterParameter?: number;
|
|
3386
3422
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
3387
3423
|
MiniatureFilterPosition?: number;
|
|
3388
|
-
/** ☆☆☆☆ Example: "(Binary data 734 bytes, use -b option to extract)" */
|
|
3389
|
-
MinoltaCameraSettings2?: string;
|
|
3390
3424
|
/** ☆☆☆☆ Example: 2004-07-05 */
|
|
3391
3425
|
MinoltaDate?: ExifDate | string;
|
|
3392
3426
|
/** ☆☆☆☆ Example: "Unknown (768)" */
|
|
@@ -3457,19 +3491,23 @@ export interface MakerNotesTags {
|
|
|
3457
3491
|
MotionSensitivity?: number;
|
|
3458
3492
|
/** ☆☆☆☆ ✔ Example: "AE/AF Lock" */
|
|
3459
3493
|
MovieAELockButtonAssignment?: string;
|
|
3460
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3494
|
+
/** ☆☆☆☆ ✔ Example: "Single" */
|
|
3461
3495
|
MovieAFAreaMode?: string;
|
|
3462
3496
|
/** ☆☆☆☆ ✔ Example: "4 (Normal)" */
|
|
3463
3497
|
MovieAFTrackingSensitivity?: string;
|
|
3498
|
+
/** ☆☆☆☆ Example: "Auto" */
|
|
3499
|
+
MovieFlickerReduction?: string;
|
|
3464
3500
|
/** ☆☆☆☆ ✔ Example: "Zoom (Low)" */
|
|
3465
3501
|
MovieFunc1Button?: string;
|
|
3466
3502
|
/** ☆☆☆☆ ✔ Example: "Zoom (1:1)" */
|
|
3467
3503
|
MovieFunc2Button?: string;
|
|
3504
|
+
/** ☆☆☆☆ Example: "None" */
|
|
3505
|
+
MovieFunc3Button?: string;
|
|
3468
3506
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3469
3507
|
MovieFunctionButton?: string;
|
|
3470
3508
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3471
3509
|
MovieFunctionButtonPlusDials?: string;
|
|
3472
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3510
|
+
/** ☆☆☆☆ ✔ Example: "Pattern 2" */
|
|
3473
3511
|
MovieHighlightDisplayPattern?: string;
|
|
3474
3512
|
/** ☆☆☆☆ ✔ Example: 248 */
|
|
3475
3513
|
MovieHighlightDisplayThreshold?: number;
|
|
@@ -3479,13 +3517,13 @@ export interface MakerNotesTags {
|
|
|
3479
3517
|
MovieISOAutoHiLimit?: string;
|
|
3480
3518
|
/** ☆☆☆☆ ✔ Example: "Center Focus Point" */
|
|
3481
3519
|
MovieMultiSelector?: string;
|
|
3482
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3520
|
+
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3483
3521
|
MoviePreviewButton?: string;
|
|
3484
3522
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3485
3523
|
MoviePreviewButtonPlusDials?: string;
|
|
3486
3524
|
/** ☆☆☆☆ ✔ Example: "Take Photo" */
|
|
3487
3525
|
MovieShutterButton?: string;
|
|
3488
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3526
|
+
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3489
3527
|
MovieSubSelectorAssignment?: string;
|
|
3490
3528
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3491
3529
|
MovieSubSelectorAssignmentPlusDials?: string;
|
|
@@ -3501,7 +3539,7 @@ export interface MakerNotesTags {
|
|
|
3501
3539
|
MultiExposureControl?: string;
|
|
3502
3540
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3503
3541
|
MultiExposureMode?: string;
|
|
3504
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3542
|
+
/** ☆☆☆☆ ✔ Example: 9 */
|
|
3505
3543
|
MultiExposureShots?: number;
|
|
3506
3544
|
/** ☆☆☆☆ ✔ Example: "0101" */
|
|
3507
3545
|
MultiExposureVersion?: string;
|
|
@@ -3513,11 +3551,13 @@ export interface MakerNotesTags {
|
|
|
3513
3551
|
MultiFunctionLock?: string;
|
|
3514
3552
|
/** ☆☆☆☆ ✔ Example: "Reset Meter-off Delay" */
|
|
3515
3553
|
MultiSelector?: string;
|
|
3516
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3554
|
+
/** ☆☆☆☆ ✔ Example: "Zoom" */
|
|
3517
3555
|
MultiSelectorLiveView?: string;
|
|
3556
|
+
/** ☆☆☆☆ Example: "Reset" */
|
|
3557
|
+
MultiSelectorLiveViewMode?: string;
|
|
3518
3558
|
/** ☆☆☆☆ ✔ Example: "Zoom On/Off" */
|
|
3519
3559
|
MultiSelectorPlaybackMode?: string;
|
|
3520
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3560
|
+
/** ☆☆☆☆ ✔ Example: "Zoom On/Off" */
|
|
3521
3561
|
MultiSelectorShootMode?: string;
|
|
3522
3562
|
/** ☆☆☆☆ ✔ Example: "On (2 frames); 1" */
|
|
3523
3563
|
MultipleExposureMode?: string;
|
|
@@ -3547,8 +3587,6 @@ export interface MakerNotesTags {
|
|
|
3547
3587
|
NoiseFilter?: string;
|
|
3548
3588
|
/** ★★☆☆ ✔ Example: "[4]" */
|
|
3549
3589
|
NoiseReduction?: string;
|
|
3550
|
-
/** ☆☆☆☆ ✔ Example: "Noise Reduction" */
|
|
3551
|
-
NoiseReduction2?: string;
|
|
3552
3590
|
/** ☆☆☆☆ Example: 0 */
|
|
3553
3591
|
NoiseReductionStrength?: number;
|
|
3554
3592
|
/** ☆☆☆☆ ✔ Example: 5.7 */
|
|
@@ -3557,7 +3595,7 @@ export interface MakerNotesTags {
|
|
|
3557
3595
|
NominalMinAperture?: number;
|
|
3558
3596
|
/** ☆☆☆☆ ✔ Example: 16383 */
|
|
3559
3597
|
NormalWhiteLevel?: number;
|
|
3560
|
-
/**
|
|
3598
|
+
/** ★★☆☆ ✔ Example: 9 */
|
|
3561
3599
|
NumAFPoints?: number;
|
|
3562
3600
|
/** ☆☆☆☆ ✔ Example: 3 */
|
|
3563
3601
|
NumFaceElements?: number;
|
|
@@ -3587,13 +3625,11 @@ export interface MakerNotesTags {
|
|
|
3587
3625
|
OpticalZoomOn?: string;
|
|
3588
3626
|
/** ☆☆☆☆ ✔ Example: 668058300 */
|
|
3589
3627
|
OrderNumber?: number;
|
|
3590
|
-
/** ☆☆☆☆ ✔ Example: "Rotate 270 CW" */
|
|
3591
|
-
Orientation2?: string;
|
|
3592
3628
|
/** ☆☆☆☆ ✔ Example: "Separate Vert/Horiz Points" */
|
|
3593
3629
|
OrientationLinkedAF?: string;
|
|
3594
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3630
|
+
/** ☆☆☆☆ ✔ Example: "Select different AF points" */
|
|
3595
3631
|
OrientationLinkedAFPoint?: string;
|
|
3596
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3632
|
+
/** ☆☆☆☆ ✔ Example: 7488956 */
|
|
3597
3633
|
OriginalDecisionDataOffset?: number;
|
|
3598
3634
|
/** ☆☆☆☆ Example: "/home/username/pictures" */
|
|
3599
3635
|
OriginalDirectory?: string;
|
|
@@ -3607,51 +3643,15 @@ export interface MakerNotesTags {
|
|
|
3607
3643
|
OtherInfo?: string[];
|
|
3608
3644
|
/** ☆☆☆☆ ✔ Example: "(Binary data 864 bytes, use -b option to extract)" */
|
|
3609
3645
|
OutputLUT?: string;
|
|
3610
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3611
|
-
PF0CustomFuncRegistration?: string;
|
|
3612
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3613
|
-
PF1DisableShootingModes?: string;
|
|
3614
|
-
/** ☆☆☆☆ ✔ Example: 63 */
|
|
3615
|
-
PF1Value?: number;
|
|
3616
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3617
|
-
PF2DisableMeteringModes?: string;
|
|
3618
|
-
/** ☆☆☆☆ ✔ Example: 240 */
|
|
3619
|
-
PF2Value?: number;
|
|
3620
|
-
/** ☆☆☆☆ ✔ Example: "On (257)" */
|
|
3621
|
-
PF3ManualExposureMetering?: string;
|
|
3622
|
-
/** ☆☆☆☆ ✔ Example: 16 */
|
|
3623
|
-
PF3Value?: number;
|
|
3624
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3625
|
-
PF4ExposureTimeLimits?: string;
|
|
3626
|
-
/** ☆☆☆☆ ✔ Example: 31.2 */
|
|
3627
|
-
PF4ExposureTimeMax?: number;
|
|
3628
|
-
/** ☆☆☆☆ ✔ Example: "1/8389" */
|
|
3629
|
-
PF4ExposureTimeMin?: string;
|
|
3630
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3631
|
-
PF5ApertureLimits?: string;
|
|
3632
|
-
/** ☆☆☆☆ ✔ Example: 1 */
|
|
3633
|
-
PF5ApertureMax?: number;
|
|
3634
|
-
/** ☆☆☆☆ ✔ Example: 91 */
|
|
3635
|
-
PF5ApertureMin?: number;
|
|
3636
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3637
|
-
PF6PresetShootingModes?: string;
|
|
3638
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3639
|
-
PF7BracketContinuousShoot?: string;
|
|
3640
|
-
/** ☆☆☆☆ ✔ Example: 3 */
|
|
3641
|
-
PF8BracketShots?: number;
|
|
3642
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3643
|
-
PF8SetBracketShots?: string;
|
|
3644
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3645
|
-
PF9ChangeBracketSequence?: string;
|
|
3646
3646
|
/** ☆☆☆☆ ✔ Example: 3 */
|
|
3647
3647
|
POILevel?: number;
|
|
3648
3648
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3649
3649
|
PaintingFilter?: string;
|
|
3650
3650
|
/** ☆☆☆☆ ✔ Example: 2019-11-26T11:22:36.720+01:00 */
|
|
3651
3651
|
PanasonicDateTime?: ExifDateTime | string;
|
|
3652
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3652
|
+
/** ☆☆☆☆ ✔ Example: "0417" */
|
|
3653
3653
|
PanasonicExifVersion?: string;
|
|
3654
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3654
|
+
/** ☆☆☆☆ ✔ Example: 7776 */
|
|
3655
3655
|
PanasonicImageHeight?: number;
|
|
3656
3656
|
/** ☆☆☆☆ ✔ Example: 8368 */
|
|
3657
3657
|
PanasonicImageWidth?: number;
|
|
@@ -3705,7 +3705,7 @@ export interface MakerNotesTags {
|
|
|
3705
3705
|
PhaseDetectAF?: string;
|
|
3706
3706
|
/** ☆☆☆☆ ✔ Example: "Vivid" */
|
|
3707
3707
|
PhotoEffect?: string;
|
|
3708
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3708
|
+
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3709
3709
|
PhotoInfoPlayback?: string;
|
|
3710
3710
|
/** ☆☆☆☆ ✔ Example: "A" */
|
|
3711
3711
|
PhotoShootingMenuBank?: string;
|
|
@@ -3717,29 +3717,25 @@ export interface MakerNotesTags {
|
|
|
3717
3717
|
PictureControlAdjust?: string;
|
|
3718
3718
|
/** ☆☆☆☆ ✔ Example: "Vivid" */
|
|
3719
3719
|
PictureControlBase?: string;
|
|
3720
|
-
/** ☆☆☆☆ ✔ Example: "Vivid" */
|
|
3720
|
+
/** ☆☆☆☆ ✔ Example: "Vivid-KR" */
|
|
3721
3721
|
PictureControlName?: string;
|
|
3722
3722
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
3723
3723
|
PictureControlQuickAdjust?: string;
|
|
3724
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3724
|
+
/** ☆☆☆☆ ✔ Example: "0301" */
|
|
3725
3725
|
PictureControlVersion?: string;
|
|
3726
3726
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3727
3727
|
PictureEffect?: string;
|
|
3728
|
-
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
3729
|
-
PictureEffect2?: string;
|
|
3730
3728
|
/** ☆☆☆☆ Example: "Natural" */
|
|
3731
3729
|
PictureFinish?: string;
|
|
3732
|
-
/**
|
|
3730
|
+
/** ★★☆☆ ✔ Example: "i-Enhance; 2" */
|
|
3733
3731
|
PictureMode?: string;
|
|
3734
|
-
/** ☆☆☆☆ ✔ Example: "Shutter & Aperture Priority AE" */
|
|
3735
|
-
PictureMode2?: string;
|
|
3736
3732
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
3737
3733
|
PictureModeBWFilter?: string;
|
|
3738
3734
|
/** ☆☆☆☆ ✔ Example: "1 (min -2, max 2)" */
|
|
3739
3735
|
PictureModeContrast?: string;
|
|
3740
3736
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
3741
3737
|
PictureModeEffect?: string;
|
|
3742
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3738
|
+
/** ☆☆☆☆ ✔ Example: "2 (min -2, max 2)" */
|
|
3743
3739
|
PictureModeSaturation?: string;
|
|
3744
3740
|
/** ☆☆☆☆ ✔ Example: "2 (min -2, max 2)" */
|
|
3745
3741
|
PictureModeSharpness?: string;
|
|
@@ -3755,7 +3751,7 @@ export interface MakerNotesTags {
|
|
|
3755
3751
|
PictureStyleUserDef?: string;
|
|
3756
3752
|
/** ☆☆☆☆ ✔ Example: "Low" */
|
|
3757
3753
|
Pitch?: string;
|
|
3758
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3754
|
+
/** ☆☆☆☆ ✔ Example: 8 */
|
|
3759
3755
|
PitchAngle?: number;
|
|
3760
3756
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
3761
3757
|
PixelShiftInfo?: string;
|
|
@@ -3763,29 +3759,39 @@ export interface MakerNotesTags {
|
|
|
3763
3759
|
PixelShiftResolution?: string;
|
|
3764
3760
|
/** ☆☆☆☆ ✔ Example: "Auto Rotate" */
|
|
3765
3761
|
PlayDisplay?: string;
|
|
3766
|
-
/** ☆☆☆☆
|
|
3762
|
+
/** ☆☆☆☆ Example: "None" */
|
|
3763
|
+
PlaybackFlickDown?: string;
|
|
3764
|
+
/** ☆☆☆☆ Example: "None" */
|
|
3765
|
+
PlaybackFlickUp?: string;
|
|
3766
|
+
/** ☆☆☆☆ ✔ Example: "8 s" */
|
|
3767
3767
|
PlaybackMenusTime?: string;
|
|
3768
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3768
|
+
/** ☆☆☆☆ ✔ Example: "4 s" */
|
|
3769
3769
|
PlaybackMonitorOffTime?: string;
|
|
3770
3770
|
/** ☆☆☆☆ ✔ Example: "Use Separate Zoom Buttons" */
|
|
3771
3771
|
PlaybackZoom?: string;
|
|
3772
3772
|
/** ☆☆☆☆ Example: "Off" */
|
|
3773
3773
|
PopupFlash?: string;
|
|
3774
|
+
/** ☆☆☆☆ Example: "Magenta: 7.8 Brightness: -31.5" */
|
|
3775
|
+
PortraitImpressionBalance?: string;
|
|
3774
3776
|
/** ☆☆☆☆ Example: "Off" */
|
|
3775
3777
|
PortraitRefiner?: string;
|
|
3776
3778
|
/** ☆☆☆☆ Example: "Post Focus Auto Merging or None" */
|
|
3777
3779
|
PostFocusMerging?: string;
|
|
3778
3780
|
/** ☆☆☆☆ ✔ Example: "External Power Supply" */
|
|
3779
3781
|
PowerSource?: string;
|
|
3780
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3782
|
+
/** ☆☆☆☆ ✔ Example: "2022:02:04 20:42:55" */
|
|
3781
3783
|
PowerUpTime?: string;
|
|
3782
3784
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3783
3785
|
PreAF?: string;
|
|
3784
3786
|
/** ☆☆☆☆ ✔ Example: 3.2996109 */
|
|
3785
3787
|
PreCaptureFrames?: number;
|
|
3788
|
+
/** ☆☆☆☆ Example: 0 */
|
|
3789
|
+
PreFlashReturnStrength?: number;
|
|
3790
|
+
/** ☆☆☆☆ Example: "Off" */
|
|
3791
|
+
PreferSubSelectorCenter?: string;
|
|
3786
3792
|
/** ☆☆☆☆ ✔ Example: "Daylight" */
|
|
3787
3793
|
PresetWhiteBalance?: string;
|
|
3788
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3794
|
+
/** ☆☆☆☆ ✔ Example: "Virtual Horizon" */
|
|
3789
3795
|
PreviewButton?: string;
|
|
3790
3796
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3791
3797
|
PreviewButtonPlusDials?: string;
|
|
@@ -3807,12 +3813,12 @@ export interface MakerNotesTags {
|
|
|
3807
3813
|
ProgramLine?: string;
|
|
3808
3814
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
3809
3815
|
ProgramShift?: number;
|
|
3810
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3811
|
-
Quality2?: string;
|
|
3812
|
-
/** ☆☆☆☆ ✔ Example: "Exposure comp/Aperture" */
|
|
3816
|
+
/** ☆☆☆☆ ✔ Example: "ISO speed" */
|
|
3813
3817
|
QuickControlDialInMeter?: string;
|
|
3814
3818
|
/** ☆☆☆☆ Example: "Off" */
|
|
3815
3819
|
QuickShot?: string;
|
|
3820
|
+
/** ☆☆☆☆ Example: "Single" */
|
|
3821
|
+
QuietShutterShootingSpeed?: string;
|
|
3816
3822
|
/** ☆☆☆☆ ✔ Example: "Uncompressed RAW" */
|
|
3817
3823
|
RAWFileType?: string;
|
|
3818
3824
|
/** ☆☆☆☆ ✔ Example: "Varies With Rotation Speed" */
|
|
@@ -3821,10 +3827,14 @@ export interface MakerNotesTags {
|
|
|
3821
3827
|
RFLensType?: string;
|
|
3822
3828
|
/** ☆☆☆☆ ✔ Example: "USA" */
|
|
3823
3829
|
ROMOperationMode?: string;
|
|
3824
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3830
|
+
/** ☆☆☆☆ ✔ Example: "On" */
|
|
3825
3831
|
RangeFinder?: string;
|
|
3826
3832
|
/** ☆☆☆☆ ✔ Example: "RAW+Small/Normal" */
|
|
3827
3833
|
RawAndJpgRecording?: string;
|
|
3834
|
+
/** ☆☆☆☆ Example: 0 */
|
|
3835
|
+
RawBurstImageCount?: number;
|
|
3836
|
+
/** ☆☆☆☆ Example: 0 */
|
|
3837
|
+
RawBurstImageNum?: number;
|
|
3828
3838
|
/** ☆☆☆☆ ✔ Example: "Little-endian (Intel, II)" */
|
|
3829
3839
|
RawDataByteOrder?: string;
|
|
3830
3840
|
/** ☆☆☆☆ ✔ Example: "Unchanged" */
|
|
@@ -3863,8 +3873,6 @@ export interface MakerNotesTags {
|
|
|
3863
3873
|
RawDevPMSharpness?: string;
|
|
3864
3874
|
/** ☆☆☆☆ ✔ Example: "Natural" */
|
|
3865
3875
|
RawDevPictureMode?: string;
|
|
3866
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
3867
|
-
RawDevSaturation3?: number;
|
|
3868
3876
|
/** ☆☆☆☆ ✔ Example: "0 0 0" */
|
|
3869
3877
|
RawDevSaturationEmphasis?: string;
|
|
3870
3878
|
/** ☆☆☆☆ ✔ Example: "(none)" */
|
|
@@ -3881,20 +3889,42 @@ export interface MakerNotesTags {
|
|
|
3881
3889
|
RawDevWhiteBalanceValue?: number;
|
|
3882
3890
|
/** ☆☆☆☆ Example: "9 (Q)" */
|
|
3883
3891
|
RawDevelopmentProcess?: string;
|
|
3884
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3892
|
+
/** ☆☆☆☆ ✔ Example: "4144 2760" */
|
|
3885
3893
|
RawImageCenter?: string;
|
|
3886
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3894
|
+
/** ☆☆☆☆ ✔ Example: 90 */
|
|
3887
3895
|
RawImageHeight?: number;
|
|
3888
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3896
|
+
/** ☆☆☆☆ ✔ Example: 8402 */
|
|
3889
3897
|
RawImageWidth?: number;
|
|
3898
|
+
/** ☆☆☆☆ Example: 1000 */
|
|
3899
|
+
RawInfoVersion?: number;
|
|
3890
3900
|
/** ☆☆☆☆ ✔ Example: "RAW" */
|
|
3891
3901
|
RawJpgQuality?: string;
|
|
3892
3902
|
/** ☆☆☆☆ ✔ Example: "Large" */
|
|
3893
3903
|
RawJpgSize?: string;
|
|
3894
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3904
|
+
/** ☆☆☆☆ ✔ Example: "95813 89948 88346 17433" */
|
|
3895
3905
|
RawMeasuredRGGB?: string;
|
|
3906
|
+
/** ☆☆☆☆ Example: "Frame Count" */
|
|
3907
|
+
RearControPanelDisplay?: string;
|
|
3896
3908
|
/** ☆☆☆☆ ✔ Example: "ISO" */
|
|
3897
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;
|
|
3898
3928
|
/** ☆☆☆☆ ✔ Example: "Auto Rotate" */
|
|
3899
3929
|
RecordDisplay?: string;
|
|
3900
3930
|
/** ☆☆☆☆ ✔ Example: 58 */
|
|
@@ -3913,23 +3943,19 @@ export interface MakerNotesTags {
|
|
|
3913
3943
|
RedGain?: string;
|
|
3914
3944
|
/** ☆☆☆☆ ✔ Example: "Yes" */
|
|
3915
3945
|
ReleaseButtonToUseDial?: string;
|
|
3916
|
-
/** ☆☆☆☆ ✔ Example: "Unknown (
|
|
3946
|
+
/** ☆☆☆☆ ✔ Example: "Unknown (9)" */
|
|
3917
3947
|
ReleaseMode?: string;
|
|
3918
|
-
/** ☆☆☆☆ ✔ Example: "Single Frame - Capture During Movie" */
|
|
3919
|
-
ReleaseMode2?: string;
|
|
3920
|
-
/** ☆☆☆☆ ✔ Example: "Normal - Self-timer" */
|
|
3921
|
-
ReleaseMode3?: string;
|
|
3922
3948
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
3923
3949
|
RemoteFuncButton?: string;
|
|
3924
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3950
|
+
/** ☆☆☆☆ ✔ Example: 3 */
|
|
3925
3951
|
RemoteOnDuration?: number;
|
|
3926
|
-
/** ☆☆☆☆ ✔ Example:
|
|
3952
|
+
/** ☆☆☆☆ ✔ Example: 5 */
|
|
3927
3953
|
RepeatingFlashCount?: number;
|
|
3928
|
-
/** ☆☆☆☆ ✔ Example: "1/
|
|
3954
|
+
/** ☆☆☆☆ ✔ Example: "1/8" */
|
|
3929
3955
|
RepeatingFlashOutput?: string;
|
|
3930
3956
|
/** ☆☆☆☆ ✔ Example: 1 */
|
|
3931
3957
|
RepeatingFlashOutputExternal?: number;
|
|
3932
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
3958
|
+
/** ☆☆☆☆ ✔ Example: "20 Hz" */
|
|
3933
3959
|
RepeatingFlashRate?: string;
|
|
3934
3960
|
/** ☆☆☆☆ Example: "No" */
|
|
3935
3961
|
Resaved?: string;
|
|
@@ -4013,12 +4039,6 @@ export interface MakerNotesTags {
|
|
|
4013
4039
|
SaturationSetting?: number;
|
|
4014
4040
|
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4015
4041
|
SaturationStandard?: number;
|
|
4016
|
-
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4017
|
-
SaturationUserDef1?: number;
|
|
4018
|
-
/** ☆☆☆☆ ✔ Example: 4 */
|
|
4019
|
-
SaturationUserDef2?: number;
|
|
4020
|
-
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4021
|
-
SaturationUserDef3?: number;
|
|
4022
4042
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
4023
4043
|
SaveFocus?: string;
|
|
4024
4044
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
@@ -4041,21 +4061,19 @@ export interface MakerNotesTags {
|
|
|
4041
4061
|
SecondarySlotFunction?: string;
|
|
4042
4062
|
/** ☆☆☆☆ ✔ Example: "Unknown (87)" */
|
|
4043
4063
|
SelectAFAreaSelectMode?: string;
|
|
4044
|
-
/** ☆☆☆☆ ✔ Example: "Single-point AF,
|
|
4064
|
+
/** ☆☆☆☆ ✔ Example: "Single-point AF, Zone AF, AF Point Expansion (4 point), Spot AF,…" */
|
|
4045
4065
|
SelectAFAreaSelectionMode?: string;
|
|
4046
4066
|
/** ☆☆☆☆ ✔ Example: "45 points" */
|
|
4047
4067
|
SelectableAFPoint?: string;
|
|
4048
4068
|
/** ★★☆☆ ✔ Example: "Self-timer 5 or 10 s" */
|
|
4049
4069
|
SelfTimer?: string;
|
|
4050
|
-
/** ★☆☆☆ ✔ Example: 0.1 */
|
|
4051
|
-
SelfTimer2?: number;
|
|
4052
4070
|
/** ☆☆☆☆ ✔ Example: "0.5 s" */
|
|
4053
4071
|
SelfTimerInterval?: string;
|
|
4054
4072
|
/** ☆☆☆☆ ✔ Example: 9 */
|
|
4055
4073
|
SelfTimerShotCount?: number;
|
|
4056
|
-
/** ☆☆☆☆ ✔ Example: "1 s" */
|
|
4057
|
-
SelfTimerShotInterval?: string;
|
|
4058
4074
|
/** ☆☆☆☆ ✔ Example: "2 s" */
|
|
4075
|
+
SelfTimerShotInterval?: string;
|
|
4076
|
+
/** ☆☆☆☆ ✔ Example: "5 s" */
|
|
4059
4077
|
SelfTimerTime?: string;
|
|
4060
4078
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4061
4079
|
SensitivityAdjust?: number;
|
|
@@ -4081,10 +4099,8 @@ export interface MakerNotesTags {
|
|
|
4081
4099
|
SensorRedLevel?: number;
|
|
4082
4100
|
/** ☆☆☆☆ ✔ Example: "7.576 x 5.682 mm" */
|
|
4083
4101
|
SensorSize?: string;
|
|
4084
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4102
|
+
/** ☆☆☆☆ ✔ Example: "81.0 C" */
|
|
4085
4103
|
SensorTemperature?: string;
|
|
4086
|
-
/** ☆☆☆☆ Example: "49.4 C" */
|
|
4087
|
-
SensorTemperature2?: string;
|
|
4088
4104
|
/** ☆☆☆☆ Example: "Standard" */
|
|
4089
4105
|
SensorType?: string;
|
|
4090
4106
|
/** ☆☆☆☆ Example: "5 of 5" */
|
|
@@ -4103,16 +4119,14 @@ export interface MakerNotesTags {
|
|
|
4103
4119
|
SequentialShot?: string;
|
|
4104
4120
|
/** ☆☆☆☆ ✔ Example: "Format 2" */
|
|
4105
4121
|
SerialNumberFormat?: string;
|
|
4106
|
-
/** ☆☆☆☆ ✔ Example: "Set:
|
|
4122
|
+
/** ☆☆☆☆ ✔ Example: "Set: Quality" */
|
|
4107
4123
|
SetButtonCrossKeysFunc?: string;
|
|
4108
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4124
|
+
/** ☆☆☆☆ ✔ Example: "Viewfinder leveling gauge" */
|
|
4109
4125
|
SetButtonWhenShooting?: string;
|
|
4110
4126
|
/** ☆☆☆☆ ✔ Example: "Default (no function)" */
|
|
4111
4127
|
SetFunctionWhenShooting?: string;
|
|
4112
4128
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
4113
4129
|
ShadingCompensation?: string;
|
|
4114
|
-
/** ☆☆☆☆ ✔ Example: "On" */
|
|
4115
|
-
ShadingCompensation2?: string;
|
|
4116
4130
|
/** ☆☆☆☆ Example: 0 */
|
|
4117
4131
|
Shadow?: number;
|
|
4118
4132
|
/** ☆☆☆☆ Example: "On" */
|
|
@@ -4127,17 +4141,17 @@ export interface MakerNotesTags {
|
|
|
4127
4141
|
Sharpening?: string;
|
|
4128
4142
|
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4129
4143
|
SharpnessAuto?: number;
|
|
4130
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4144
|
+
/** ☆☆☆☆ ✔ Example: 960 */
|
|
4131
4145
|
SharpnessFactor?: number;
|
|
4132
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4146
|
+
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4133
4147
|
SharpnessFaithful?: number;
|
|
4134
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" */
|
|
4135
4149
|
SharpnessFreqTable?: string;
|
|
4136
4150
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4137
4151
|
SharpnessFrequency?: string;
|
|
4138
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4152
|
+
/** ☆☆☆☆ ✔ Example: 6 */
|
|
4139
4153
|
SharpnessLandscape?: number;
|
|
4140
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4154
|
+
/** ☆☆☆☆ ✔ Example: 5 */
|
|
4141
4155
|
SharpnessMonochrome?: number;
|
|
4142
4156
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4143
4157
|
SharpnessNeutral?: number;
|
|
@@ -4147,47 +4161,41 @@ export interface MakerNotesTags {
|
|
|
4147
4161
|
SharpnessRange?: string;
|
|
4148
4162
|
/** ☆☆☆☆ ✔ Example: "3 (min -3, max 5)" */
|
|
4149
4163
|
SharpnessSetting?: string;
|
|
4150
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4164
|
+
/** ☆☆☆☆ ✔ Example: 5 */
|
|
4151
4165
|
SharpnessStandard?: number;
|
|
4152
4166
|
/** ☆☆☆☆ ✔ Example: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0" */
|
|
4153
4167
|
SharpnessTable?: string;
|
|
4154
|
-
/** ☆☆☆☆ ✔ Example: 7 */
|
|
4155
|
-
SharpnessUserDef1?: number;
|
|
4156
|
-
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4157
|
-
SharpnessUserDef2?: number;
|
|
4158
|
-
/** ☆☆☆☆ ✔ Example: 3 */
|
|
4159
|
-
SharpnessUserDef3?: number;
|
|
4160
4168
|
/** ☆☆☆☆ ✔ Example: "Unknown (0)" */
|
|
4161
4169
|
ShootingInfoDisplay?: string;
|
|
4162
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4170
|
+
/** ☆☆☆☆ ✔ Example: "4 s" */
|
|
4163
4171
|
ShootingInfoMonitorOffTime?: string;
|
|
4164
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4172
|
+
/** ☆☆☆☆ ✔ Example: "Single Frame" */
|
|
4165
4173
|
ShootingModeSetting?: string;
|
|
4166
4174
|
/** ☆☆☆☆ ✔ Example: "Itsa Myowna" */
|
|
4167
4175
|
ShortOwnerName?: string;
|
|
4168
4176
|
/** ☆☆☆☆ ✔ Example: "Enable" */
|
|
4169
4177
|
ShortReleaseTimeLag?: string;
|
|
4170
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4178
|
+
/** ☆☆☆☆ ✔ Example: "0805" */
|
|
4171
4179
|
ShotInfoVersion?: string;
|
|
4172
4180
|
/** ☆☆☆☆ ✔ Example: 9 */
|
|
4173
4181
|
ShotNumberSincePowerUp?: number;
|
|
4174
|
-
/** ☆☆☆☆
|
|
4175
|
-
|
|
4182
|
+
/** ☆☆☆☆ Example: 1 */
|
|
4183
|
+
ShotsPerInterval?: number;
|
|
4176
4184
|
/** ☆☆☆☆ ✔ Example: "Silent / Electronic (0 0 0)" */
|
|
4177
4185
|
Shutter?: string;
|
|
4178
4186
|
/** ☆☆☆☆ ✔ Example: "AF/AE lock stop" */
|
|
4179
4187
|
ShutterAELButton?: string;
|
|
4180
4188
|
/** ☆☆☆☆ ✔ Example: "Metering start/Meter + AF start" */
|
|
4181
4189
|
ShutterButtonAFOnButton?: string;
|
|
4182
|
-
/**
|
|
4190
|
+
/** ★☆☆☆ ✔ Example: 98 */
|
|
4183
4191
|
ShutterCount?: number;
|
|
4184
|
-
/** ☆☆☆☆
|
|
4192
|
+
/** ☆☆☆☆ Example: */
|
|
4185
4193
|
ShutterCount2?: number;
|
|
4186
|
-
/** ☆☆☆☆
|
|
4194
|
+
/** ☆☆☆☆ Example: */
|
|
4187
4195
|
ShutterCount3?: number;
|
|
4188
4196
|
/** ☆☆☆☆ ✔ Example: "2nd-curtain sync" */
|
|
4189
4197
|
ShutterCurtainSync?: string;
|
|
4190
|
-
/**
|
|
4198
|
+
/** ★☆☆☆ ✔ Example: "Unknown (4)" */
|
|
4191
4199
|
ShutterMode?: string;
|
|
4192
4200
|
/** ☆☆☆☆ ✔ Example: "Single Shot" */
|
|
4193
4201
|
ShutterReleaseMethod?: string;
|
|
@@ -4229,16 +4237,10 @@ export interface MakerNotesTags {
|
|
|
4229
4237
|
SoftSkinEffect?: string;
|
|
4230
4238
|
/** ☆☆☆☆ ✔ Example: 2021-07-23T16:13:55.000-07:00 */
|
|
4231
4239
|
SonyDateTime?: ExifDateTime | string;
|
|
4232
|
-
/** ☆☆☆☆ ✔ Example: 2015-11-26T14:41:25.000 */
|
|
4233
|
-
SonyDateTime2?: ExifDateTime | string;
|
|
4234
4240
|
/** ☆☆☆☆ ✔ Example: "1/82" */
|
|
4235
4241
|
SonyExposureTime?: string;
|
|
4236
|
-
/** ☆☆☆☆ ✔ Example: "1/989" */
|
|
4237
|
-
SonyExposureTime2?: string;
|
|
4238
4242
|
/** ☆☆☆☆ ✔ Example: 8.8 */
|
|
4239
4243
|
SonyFNumber?: number;
|
|
4240
|
-
/** ☆☆☆☆ ✔ Example: 5.7 */
|
|
4241
|
-
SonyFNumber2?: number;
|
|
4242
4244
|
/** ☆☆☆☆ ✔ Example: 926 */
|
|
4243
4245
|
SonyISO?: number;
|
|
4244
4246
|
/** ☆☆☆☆ ✔ Example: 65535 */
|
|
@@ -4277,7 +4279,7 @@ export interface MakerNotesTags {
|
|
|
4277
4279
|
SpecialMode?: string;
|
|
4278
4280
|
/** ☆☆☆☆ ✔ Example: 16383 */
|
|
4279
4281
|
SpecularWhiteLevel?: number;
|
|
4280
|
-
/** ☆☆☆☆ Example: "+0.
|
|
4282
|
+
/** ☆☆☆☆ Example: "+0.20" */
|
|
4281
4283
|
SpeedX?: string;
|
|
4282
4284
|
/** ☆☆☆☆ Example: "+6.10" */
|
|
4283
4285
|
SpeedY?: string;
|
|
@@ -4293,7 +4295,7 @@ export interface MakerNotesTags {
|
|
|
4293
4295
|
SpotMeteringMode?: string;
|
|
4294
4296
|
/** ☆☆☆☆ ✔ Example: "Tripod high resolution" */
|
|
4295
4297
|
StackedImage?: string;
|
|
4296
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4298
|
+
/** ☆☆☆☆ ✔ Example: "6 s" */
|
|
4297
4299
|
StandbyMonitorOffTime?: string;
|
|
4298
4300
|
/** ☆☆☆☆ ✔ Example: "6 s" */
|
|
4299
4301
|
StandbyTimer?: string;
|
|
@@ -4307,15 +4309,17 @@ export interface MakerNotesTags {
|
|
|
4307
4309
|
StoreByOrientation?: string;
|
|
4308
4310
|
/** ☆☆☆☆ ✔ Example: "10 Frames" */
|
|
4309
4311
|
SubDialFrameAdvance?: string;
|
|
4310
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4312
|
+
/** ☆☆☆☆ ✔ Example: "Same as MultiSelector" */
|
|
4311
4313
|
SubSelector?: string;
|
|
4312
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4314
|
+
/** ☆☆☆☆ ✔ Example: "Same As Multi-selector" */
|
|
4313
4315
|
SubSelectorAssignment?: string;
|
|
4314
4316
|
/** ☆☆☆☆ ✔ Example: "Virtual Horizon" */
|
|
4315
4317
|
SubSelectorCenter?: string;
|
|
4316
4318
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
4317
4319
|
SubSelectorPlusDials?: string;
|
|
4318
|
-
/** ☆☆☆☆
|
|
4320
|
+
/** ☆☆☆☆ Example: "Auto" */
|
|
4321
|
+
SubjectDetection?: string;
|
|
4322
|
+
/** ☆☆☆☆ ✔ Example: "Steady" */
|
|
4319
4323
|
SubjectMotion?: string;
|
|
4320
4324
|
/** ☆☆☆☆ Example: "None" */
|
|
4321
4325
|
SubjectProgram?: string;
|
|
@@ -4331,7 +4335,7 @@ export interface MakerNotesTags {
|
|
|
4331
4335
|
SweepPanoramaFieldOfView?: number;
|
|
4332
4336
|
/** ☆☆☆☆ ✔ Example: "Wide" */
|
|
4333
4337
|
SweepPanoramaSize?: string;
|
|
4334
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4338
|
+
/** ☆☆☆☆ ✔ Example: "Only while pressing assist" */
|
|
4335
4339
|
SwitchToRegisteredAFPoint?: string;
|
|
4336
4340
|
/** ☆☆☆☆ ✔ Example: "Sync" */
|
|
4337
4341
|
SyncReleaseMode?: string;
|
|
@@ -4349,10 +4353,6 @@ export interface MakerNotesTags {
|
|
|
4349
4353
|
Teleconverter?: string;
|
|
4350
4354
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4351
4355
|
TextEncoding?: string;
|
|
4352
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data 901 bytes, use -b option to extract)" */
|
|
4353
|
-
TextInfo1?: string;
|
|
4354
|
-
/** ☆☆☆☆ ✔ Example: "(Binary data 961 bytes, use -b option to extract)" */
|
|
4355
|
-
TextInfo2?: string;
|
|
4356
4356
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
4357
4357
|
TextStamp?: string;
|
|
4358
4358
|
/** ☆☆☆☆ ✔ Example: "THM_0043.JPG" */
|
|
@@ -4375,11 +4375,9 @@ export interface MakerNotesTags {
|
|
|
4375
4375
|
TimeLapseShotNumber?: number;
|
|
4376
4376
|
/** ☆☆☆☆ ✔ Example: 01:48:53.630 */
|
|
4377
4377
|
TimeSincePowerOn?: ExifTime | string;
|
|
4378
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4379
|
-
TimeStamp?: string;
|
|
4380
|
-
/**
|
|
4381
|
-
TimeStamp1?: string;
|
|
4382
|
-
/** ☆☆☆☆ ✔ Example: "-09:00" */
|
|
4378
|
+
/** ☆☆☆☆ ✔ Example: 2021-12-29T10:57:50.070-05:00 */
|
|
4379
|
+
TimeStamp?: ExifDateTime | string;
|
|
4380
|
+
/** ★☆☆☆ ✔ Example: "-09:00" */
|
|
4383
4381
|
TimeZone?: string;
|
|
4384
4382
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4385
4383
|
TimeZoneCity?: string;
|
|
@@ -4387,9 +4385,9 @@ export interface MakerNotesTags {
|
|
|
4387
4385
|
TimeZoneCode?: number;
|
|
4388
4386
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4389
4387
|
TimeZoneInfo?: number;
|
|
4390
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4388
|
+
/** ☆☆☆☆ ✔ Example: "Shooting Mode" */
|
|
4391
4389
|
TimerFunctionButton?: string;
|
|
4392
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4390
|
+
/** ☆☆☆☆ ✔ Example: "Enable; 6 s: 6; 16 s: 16; After release: 2" */
|
|
4393
4391
|
TimerLength?: string;
|
|
4394
4392
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
4395
4393
|
TimerRecording?: string;
|
|
@@ -4409,14 +4407,8 @@ export interface MakerNotesTags {
|
|
|
4409
4407
|
ToningEffect?: string;
|
|
4410
4408
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4411
4409
|
ToningEffectAuto?: string;
|
|
4412
|
-
/** ☆☆☆☆ ✔ Example: "None" */
|
|
4413
|
-
ToningEffectMonochrome?: string;
|
|
4414
|
-
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4415
|
-
ToningEffectUserDef1?: string;
|
|
4416
|
-
/** ☆☆☆☆ ✔ Example: "None" */
|
|
4417
|
-
ToningEffectUserDef2?: string;
|
|
4418
4410
|
/** ☆☆☆☆ ✔ Example: "Sepia" */
|
|
4419
|
-
|
|
4411
|
+
ToningEffectMonochrome?: string;
|
|
4420
4412
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4421
4413
|
ToningSaturation?: string;
|
|
4422
4414
|
/** ☆☆☆☆ Example: 5 */
|
|
@@ -4443,9 +4435,13 @@ export interface MakerNotesTags {
|
|
|
4443
4435
|
UniqueID?: string;
|
|
4444
4436
|
/** ☆☆☆☆ Example: "ZME151000007" */
|
|
4445
4437
|
UnknownNumber?: string;
|
|
4438
|
+
/** ☆☆☆☆ Example: 0 */
|
|
4439
|
+
UnsharpCount?: number;
|
|
4440
|
+
/** ☆☆☆☆ Example: "On" */
|
|
4441
|
+
UnsharpMask?: string;
|
|
4446
4442
|
/** ☆☆☆☆ ✔ Example: "Flags 0xf0" */
|
|
4447
4443
|
UsableMeteringModes?: string;
|
|
4448
|
-
/** ☆☆☆☆ ✔ Example: "Flags
|
|
4444
|
+
/** ☆☆☆☆ ✔ Example: "Flags 0xec" */
|
|
4449
4445
|
UsableShootingModes?: string;
|
|
4450
4446
|
/** ☆☆☆☆ ✔ Example: "Unknown (4)" */
|
|
4451
4447
|
UserDef1PictureStyle?: string;
|
|
@@ -4457,7 +4453,7 @@ export interface MakerNotesTags {
|
|
|
4457
4453
|
UserLabel?: string;
|
|
4458
4454
|
/** ☆☆☆☆ Example: "dpreview " */
|
|
4459
4455
|
UserProfile?: string;
|
|
4460
|
-
/** ☆☆☆☆ ✔ Example: "Enable" */
|
|
4456
|
+
/** ☆☆☆☆ ✔ Example: "Enable; Non-illuminated" */
|
|
4461
4457
|
VFDisplayIllumination?: string;
|
|
4462
4458
|
/** ★☆☆☆ ✔ Example: 0 */
|
|
4463
4459
|
VRDOffset?: number;
|
|
@@ -4465,20 +4461,24 @@ export interface MakerNotesTags {
|
|
|
4465
4461
|
VRInfoVersion?: string;
|
|
4466
4462
|
/** ☆☆☆☆ ✔ Example: "Sport" */
|
|
4467
4463
|
VRMode?: string;
|
|
4468
|
-
/**
|
|
4464
|
+
/** ★★☆☆ ✔ Example: 99 */
|
|
4469
4465
|
ValidAFPoints?: number;
|
|
4470
4466
|
/** ☆☆☆☆ ✔ Example: "12 0" */
|
|
4471
4467
|
ValidBits?: string;
|
|
4468
|
+
/** ☆☆☆☆ Example: "12 0" */
|
|
4469
|
+
ValidPixelDepth?: string;
|
|
4472
4470
|
/** ☆☆☆☆ ✔ Example: "Scene Auto" */
|
|
4473
4471
|
VariProgram?: string;
|
|
4474
4472
|
/** ☆☆☆☆ ✔ Example: "n/a" */
|
|
4475
4473
|
VariableLowPassFilter?: string;
|
|
4476
4474
|
/** ☆☆☆☆ ✔ Example: "Same as AF-On Button" */
|
|
4477
4475
|
VerticalAFOnButton?: string;
|
|
4478
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4476
|
+
/** ☆☆☆☆ ✔ Example: "None" */
|
|
4479
4477
|
VerticalFuncButton?: string;
|
|
4480
4478
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
4481
4479
|
VerticalFuncButtonPlusDials?: string;
|
|
4480
|
+
/** ☆☆☆☆ Example: "None" */
|
|
4481
|
+
VerticalFuncPlusDials?: string;
|
|
4482
4482
|
/** ☆☆☆☆ ✔ Example: "Same as AF-On" */
|
|
4483
4483
|
VerticalMovieAFOnButton?: string;
|
|
4484
4484
|
/** ☆☆☆☆ ✔ Example: "None" */
|
|
@@ -4493,7 +4493,7 @@ export interface MakerNotesTags {
|
|
|
4493
4493
|
VideoBurstResolution?: string;
|
|
4494
4494
|
/** ☆☆☆☆ Example: "No" */
|
|
4495
4495
|
VideoPreburst?: string;
|
|
4496
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4496
|
+
/** ☆☆☆☆ ✔ Example: "Enable" */
|
|
4497
4497
|
ViewInfoDuringExposure?: string;
|
|
4498
4498
|
/** ☆☆☆☆ ✔ Example: "Frame Count" */
|
|
4499
4499
|
ViewfinderDisplay?: string;
|
|
@@ -4503,8 +4503,6 @@ export interface MakerNotesTags {
|
|
|
4503
4503
|
ViewfinderWarnings?: string;
|
|
4504
4504
|
/** ☆☆☆☆ ✔ Example: "ViewFinder" */
|
|
4505
4505
|
ViewingMode?: string;
|
|
4506
|
-
/** ☆☆☆☆ ✔ Example: "Viewfinder" */
|
|
4507
|
-
ViewingMode2?: string;
|
|
4508
4506
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
4509
4507
|
VignetteControl?: string;
|
|
4510
4508
|
/** ☆☆☆☆ Example: "Off" */
|
|
@@ -4527,38 +4525,36 @@ export interface MakerNotesTags {
|
|
|
4527
4525
|
WBMediaImageSizeSetting?: string;
|
|
4528
4526
|
/** ☆☆☆☆ ✔ Example: "Unknown (1 1)" */
|
|
4529
4527
|
WBMode?: string;
|
|
4530
|
-
/**
|
|
4528
|
+
/** ★☆☆☆ ✔ Example: 7 */
|
|
4531
4529
|
WBShiftAB?: number;
|
|
4532
4530
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4533
4531
|
WBShiftCreativeControl?: number;
|
|
4534
|
-
/**
|
|
4532
|
+
/** ★☆☆☆ ✔ Example: 0 */
|
|
4535
4533
|
WBShiftGM?: number;
|
|
4536
4534
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4537
4535
|
WBShiftIntelligentAuto?: number;
|
|
4538
4536
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
4539
4537
|
WatercolorFilter?: string;
|
|
4540
|
-
/** ☆☆☆☆ ✔ Example: "Unknown (68)" */
|
|
4541
|
-
WhiteBalance2?: string;
|
|
4542
4538
|
/** ☆☆☆☆ ✔ Example: "On" */
|
|
4543
4539
|
WhiteBalanceAutoAdjustment?: string;
|
|
4544
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4540
|
+
/** ☆☆☆☆ ✔ Example: 1 */
|
|
4545
4541
|
WhiteBalanceBias?: number;
|
|
4546
4542
|
/** ☆☆☆☆ ✔ Example: 796 */
|
|
4547
4543
|
WhiteBalanceBlue?: number;
|
|
4548
|
-
/** ★☆☆☆ ✔ Example: "
|
|
4544
|
+
/** ★☆☆☆ ✔ Example: "1 0" */
|
|
4549
4545
|
WhiteBalanceBracket?: string;
|
|
4550
4546
|
/** ☆☆☆☆ ✔ Example: "Off" */
|
|
4551
4547
|
WhiteBalanceBracketing?: string;
|
|
4552
|
-
/**
|
|
4553
|
-
|
|
4548
|
+
/** ☆☆☆☆ Example: "0 -7 7" */
|
|
4549
|
+
WhiteBalanceComp?: string;
|
|
4550
|
+
/** ★☆☆☆ ✔ Example: "Red -80, Blue -80" */
|
|
4551
|
+
WhiteBalanceFineTune?: string;
|
|
4554
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" */
|
|
4555
4553
|
WhiteBalanceMatching?: string;
|
|
4556
4554
|
/** ☆☆☆☆ ✔ Example: "User-Selected" */
|
|
4557
4555
|
WhiteBalanceMode?: string;
|
|
4558
4556
|
/** ☆☆☆☆ ✔ Example: 642 */
|
|
4559
4557
|
WhiteBalanceRed?: number;
|
|
4560
|
-
/** ☆☆☆☆ ✔ Example: "Tungsten" */
|
|
4561
|
-
WhiteBalanceSet?: string;
|
|
4562
4558
|
/** ☆☆☆☆ ✔ Example: "Custom 1" */
|
|
4563
4559
|
WhiteBalanceSetting?: string;
|
|
4564
4560
|
/** ☆☆☆☆ ✔ Example: "Auto" */
|
|
@@ -4579,9 +4575,9 @@ export interface MakerNotesTags {
|
|
|
4579
4575
|
WorldTimeLocation?: string;
|
|
4580
4576
|
/** ☆☆☆☆ Example: 0.2 */
|
|
4581
4577
|
X3FillLight?: number;
|
|
4582
|
-
/** ☆☆☆☆ Example:
|
|
4583
|
-
Yaw?:
|
|
4584
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4578
|
+
/** ☆☆☆☆ Example: "+89.40" */
|
|
4579
|
+
Yaw?: string;
|
|
4580
|
+
/** ☆☆☆☆ ✔ Example: 99.8 */
|
|
4585
4581
|
YawAngle?: number;
|
|
4586
4582
|
/** ☆☆☆☆ Example: 2006 */
|
|
4587
4583
|
YearCreated?: number;
|
|
@@ -4611,7 +4607,7 @@ export interface MakerNotesTags {
|
|
|
4611
4607
|
export interface XMPTags {
|
|
4612
4608
|
/** ☆☆☆☆ ✔ Example: "uuid:faf5bdd5-ba3d-11da-ad31-d33d75182f1b" */
|
|
4613
4609
|
About?: string;
|
|
4614
|
-
/** ☆☆☆☆ Example: "+
|
|
4610
|
+
/** ☆☆☆☆ Example: "+862.32" */
|
|
4615
4611
|
AbsoluteAltitude?: string;
|
|
4616
4612
|
/** ☆☆☆☆ ✔ Example: true */
|
|
4617
4613
|
AlreadyApplied?: boolean;
|
|
@@ -4629,11 +4625,13 @@ export interface XMPTags {
|
|
|
4629
4625
|
AsrSceneMode?: string;
|
|
4630
4626
|
/** ☆☆☆☆ ✔ Example: 1 */
|
|
4631
4627
|
AutoLateralCA?: number;
|
|
4628
|
+
/** ☆☆☆☆ ✔ Example: "portraiteffectsmatte" */
|
|
4629
|
+
AuxiliaryImageSubType?: string;
|
|
4630
|
+
/** ☆☆☆☆ ✔ Example: "urn:com:apple:photo:2020:aux:semanticskymatte" */
|
|
4631
|
+
AuxiliaryImageType?: string;
|
|
4632
4632
|
/** ☆☆☆☆ Example: ["LWIR"] */
|
|
4633
4633
|
BandName?: string[];
|
|
4634
4634
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4635
|
-
Blacks2012?: number;
|
|
4636
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4637
4635
|
BlueHue?: number;
|
|
4638
4636
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4639
4637
|
BlueSaturation?: number;
|
|
@@ -4651,11 +4649,11 @@ export interface XMPTags {
|
|
|
4651
4649
|
CameraModelID?: string;
|
|
4652
4650
|
/** ☆☆☆☆ ✔ Example: "Embedded" */
|
|
4653
4651
|
CameraProfile?: string;
|
|
4654
|
-
/** ☆☆☆☆ ✔ Example: "
|
|
4652
|
+
/** ☆☆☆☆ ✔ Example: "FAD901B800F3B8DB133F79CA0AE63BE0" */
|
|
4655
4653
|
CameraProfileDigest?: string;
|
|
4656
4654
|
/** ☆☆☆☆ Example: "Rear" */
|
|
4657
4655
|
CameraUnit?: string;
|
|
4658
|
-
/** ☆☆☆☆ ✔ Example: [{"DepthMap":{"ConfidenceURI":"android/confidencemap"
|
|
4656
|
+
/** ☆☆☆☆ ✔ Example: [{"Camera":{"DepthMap":{"ConfidenceURI":"android/confidencemap",… */
|
|
4659
4657
|
Cameras?: Struct[];
|
|
4660
4658
|
/** ☆☆☆☆ ✔ Example: "Photo" */
|
|
4661
4659
|
CaptureMode?: string;
|
|
@@ -4675,15 +4673,17 @@ export interface XMPTags {
|
|
|
4675
4673
|
CentralWavelength?: number[];
|
|
4676
4674
|
/** ☆☆☆☆ ✔ Example: ["tag,2011-07-26T05:44:01Z,0,c"] */
|
|
4677
4675
|
Changes?: string[];
|
|
4676
|
+
/** ☆☆☆☆ Example: 0 */
|
|
4677
|
+
ChromaticAberrationB?: number;
|
|
4678
|
+
/** ☆☆☆☆ Example: 0 */
|
|
4679
|
+
ChromaticAberrationR?: number;
|
|
4678
4680
|
/** ☆☆☆☆ ✔ Example: [{"CorrectionActive":true,"CorrectionAmount":1,"CorrectionMasks"… */
|
|
4679
4681
|
CircularGradientBasedCorrections?: Struct[];
|
|
4680
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4681
|
-
Clarity2012?: number;
|
|
4682
4682
|
/** ☆☆☆☆ ✔ Example: "3 (Superior)" */
|
|
4683
4683
|
ColorClass?: string;
|
|
4684
4684
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4685
4685
|
ColorLabel?: number;
|
|
4686
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4686
|
+
/** ☆☆☆☆ ✔ Example: 9 */
|
|
4687
4687
|
ColorNoiseReduction?: number;
|
|
4688
4688
|
/** ☆☆☆☆ ✔ Example: 50 */
|
|
4689
4689
|
ColorNoiseReductionDetail?: number;
|
|
@@ -4691,12 +4691,12 @@ export interface XMPTags {
|
|
|
4691
4691
|
ColorNoiseReductionSmoothness?: number;
|
|
4692
4692
|
/** ☆☆☆☆ ✔ Example: "" */
|
|
4693
4693
|
Colorlabels?: string;
|
|
4694
|
-
/** ☆☆☆☆ ✔ Example: {"Directory":[{"DataURI":"primary_image","Length":0,"
|
|
4694
|
+
/** ☆☆☆☆ ✔ Example: {"Directory":[{"Item":{"DataURI":"primary_image","Length":0,"Mim… */
|
|
4695
4695
|
Container?: Struct;
|
|
4696
|
-
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4697
|
-
Contrast2012?: number;
|
|
4698
4696
|
/** ☆☆☆☆ ✔ Example: false */
|
|
4699
4697
|
ConvertToGrayscale?: boolean;
|
|
4698
|
+
/** ☆☆☆☆ Example: */
|
|
4699
|
+
CreationTime?: ExifDateTime | string;
|
|
4700
4700
|
/** ☆☆☆☆ ✔ Example: ["daniel@woss.io"] */
|
|
4701
4701
|
Creator?: string[];
|
|
4702
4702
|
/** ☆☆☆☆ Example: "{2d7e7fd6-2942-4d77-9842-389c3f62b14d}" */
|
|
@@ -4711,12 +4711,8 @@ export interface XMPTags {
|
|
|
4711
4711
|
Creatortool?: string;
|
|
4712
4712
|
/** ☆☆☆☆ Example: 0 */
|
|
4713
4713
|
CropAngle?: number;
|
|
4714
|
-
/** ☆☆☆☆ Example: 1 */
|
|
4715
|
-
CropBottom?: number;
|
|
4716
4714
|
/** ☆☆☆☆ Example: 0 */
|
|
4717
4715
|
CropConstrainToWarp?: number;
|
|
4718
|
-
/** ☆☆☆☆ Example: 1 */
|
|
4719
|
-
CropRight?: number;
|
|
4720
4716
|
/** ☆☆☆☆ ✔ Example: 3872 */
|
|
4721
4717
|
CroppedAreaImageHeightPixels?: number;
|
|
4722
4718
|
/** ☆☆☆☆ ✔ Example: 7744 */
|
|
@@ -4725,11 +4721,13 @@ export interface XMPTags {
|
|
|
4725
4721
|
CroppedAreaLeftPixels?: number;
|
|
4726
4722
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4727
4723
|
CroppedAreaTopPixels?: number;
|
|
4724
|
+
/** ☆☆☆☆ Example: 273.01282 */
|
|
4725
|
+
DataTimestamp?: number;
|
|
4728
4726
|
/** ☆☆☆☆ ✔ Example: 2014-05-11T13:08:25.659-04:00 */
|
|
4729
4727
|
DateAcquired?: ExifDateTime | string;
|
|
4730
4728
|
/** ☆☆☆☆ ✔ Example: 2017-08-13T12:38:30.000+04:00 */
|
|
4731
4729
|
DateTime?: ExifDateTime | string;
|
|
4732
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4730
|
+
/** ☆☆☆☆ ✔ Example: 2018-06-24T12:14:49.000-04:00 */
|
|
4733
4731
|
DateTimeDigitized?: ExifDateTime | string;
|
|
4734
4732
|
/** ☆☆☆☆ ✔ Example: 2015-06-02T09:56:01.000Z */
|
|
4735
4733
|
DateUTC?: ExifDateTime | string;
|
|
@@ -4739,7 +4737,7 @@ export interface XMPTags {
|
|
|
4739
4737
|
DefringeGreenHueHi?: number;
|
|
4740
4738
|
/** ☆☆☆☆ ✔ Example: 40 */
|
|
4741
4739
|
DefringeGreenHueLo?: number;
|
|
4742
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4740
|
+
/** ☆☆☆☆ ✔ Example: 2 */
|
|
4743
4741
|
DefringePurpleAmount?: number;
|
|
4744
4742
|
/** ☆☆☆☆ ✔ Example: 70 */
|
|
4745
4743
|
DefringePurpleHueHi?: number;
|
|
@@ -4747,16 +4745,14 @@ export interface XMPTags {
|
|
|
4747
4745
|
DefringePurpleHueLo?: number;
|
|
4748
4746
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4749
4747
|
Dehaze?: number;
|
|
4750
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4751
|
-
DerivedFrom?:
|
|
4748
|
+
/** ☆☆☆☆ ✔ Example: {"DocumentID":"E8032E8674415D1687235859C596DD91","OriginalDocume… */
|
|
4749
|
+
DerivedFrom?: Struct;
|
|
4752
4750
|
/** ☆☆☆☆ ✔ Example: "nfd" */
|
|
4753
4751
|
Description?: string;
|
|
4754
4752
|
/** ☆☆☆☆ ✔ Example: ["Animation","Collage"] */
|
|
4755
4753
|
DisableAutoCreation?: string[];
|
|
4756
|
-
/** ☆☆☆☆ ✔ Example: "xmp.did:
|
|
4754
|
+
/** ☆☆☆☆ ✔ Example: "xmp.did:d96799f0-46b8-1d4e-aa0e-0cf5fab47155" */
|
|
4757
4755
|
DocumentID?: string;
|
|
4758
|
-
/** ☆☆☆☆ ✔ Example: */
|
|
4759
|
-
Exposure2012?: string;
|
|
4760
4756
|
/** ☆☆☆☆ ✔ Example: "Example flash make" */
|
|
4761
4757
|
FlashManufacturer?: string;
|
|
4762
4758
|
/** ☆☆☆☆ ✔ Example: "FlashPix Version 1.0" */
|
|
@@ -4765,8 +4761,14 @@ export interface XMPTags {
|
|
|
4765
4761
|
FlightPitchDegree?: number;
|
|
4766
4762
|
/** ☆☆☆☆ Example: 4.5 */
|
|
4767
4763
|
FlightRollDegree?: number;
|
|
4768
|
-
/** ☆☆☆☆ Example:
|
|
4769
|
-
|
|
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;
|
|
4770
4772
|
/** ☆☆☆☆ Example: 4681071 */
|
|
4771
4773
|
FocusAreaHeight?: number;
|
|
4772
4774
|
/** ☆☆☆☆ Example: 1 */
|
|
@@ -4781,8 +4783,10 @@ export interface XMPTags {
|
|
|
4781
4783
|
FocusPosY?: number;
|
|
4782
4784
|
/** ☆☆☆☆ Example: "Inactive" */
|
|
4783
4785
|
FocusState?: string;
|
|
4784
|
-
/** ☆☆☆☆ ✔ Example: "image/
|
|
4786
|
+
/** ☆☆☆☆ ✔ Example: "image/tiff" */
|
|
4785
4787
|
Format?: string;
|
|
4788
|
+
/** ☆☆☆☆ Example: 273.01444 */
|
|
4789
|
+
FrameTimestamp?: number;
|
|
4786
4790
|
/** ☆☆☆☆ ✔ Example: 3872 */
|
|
4787
4791
|
FullPanoHeightPixels?: number;
|
|
4788
4792
|
/** ☆☆☆☆ ✔ Example: 7744 */
|
|
@@ -4803,7 +4807,7 @@ export interface XMPTags {
|
|
|
4803
4807
|
GreenSaturation?: number;
|
|
4804
4808
|
/** ☆☆☆☆ ✔ Example: "(Binary data 53037 bytes, use -b option to extract)" */
|
|
4805
4809
|
HDRPMakerNote?: string;
|
|
4806
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4810
|
+
/** ☆☆☆☆ ✔ Example: true */
|
|
4807
4811
|
HasCrop?: boolean;
|
|
4808
4812
|
/** ☆☆☆☆ ✔ Example: "D1C7077D72112BA2E3FD1FDA7BCC2F0C" */
|
|
4809
4813
|
HasExtendedXMP?: string;
|
|
@@ -4811,8 +4815,6 @@ export interface XMPTags {
|
|
|
4811
4815
|
HasSettings?: boolean;
|
|
4812
4816
|
/** ☆☆☆☆ ✔ Example: ["点像F11"] */
|
|
4813
4817
|
HierarchicalSubject?: string[];
|
|
4814
|
-
/** ☆☆☆☆ ✔ Example: -84 */
|
|
4815
|
-
Highlights2012?: number;
|
|
4816
4818
|
/** ☆☆☆☆ ✔ Example: [{"Action":"converted","Parameters":"from image/x-canon-cr2 to i… */
|
|
4817
4819
|
History?: Struct[];
|
|
4818
4820
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
@@ -4841,6 +4843,12 @@ export interface XMPTags {
|
|
|
4841
4843
|
InitialViewRollDegrees?: number;
|
|
4842
4844
|
/** ☆☆☆☆ ✔ Example: "xmp.iid:f9edd04d-34a3-41cc-909f-5a49fc5b8154" */
|
|
4843
4845
|
InstanceID?: string;
|
|
4846
|
+
/** ☆☆☆☆ Example: 10107.684 */
|
|
4847
|
+
IntegratedGyroX?: number;
|
|
4848
|
+
/** ☆☆☆☆ Example: -5432.3525 */
|
|
4849
|
+
IntegratedGyroY?: number;
|
|
4850
|
+
/** ☆☆☆☆ Example: -5771.0996 */
|
|
4851
|
+
IntegratedGyroZ?: number;
|
|
4844
4852
|
/** ☆☆☆☆ ✔ Example: "N" */
|
|
4845
4853
|
InteroperabilityIndex?: string;
|
|
4846
4854
|
/** ☆☆☆☆ ✔ Example: "18, 25, 24.96" */
|
|
@@ -4863,10 +4871,18 @@ export interface XMPTags {
|
|
|
4863
4871
|
LensManualDistortionAmount?: number;
|
|
4864
4872
|
/** ☆☆☆☆ ✔ Example: "Example lens make" */
|
|
4865
4873
|
LensManufacturer?: string;
|
|
4874
|
+
/** ☆☆☆☆ Example: "1FCE420A790ADDB565D479EE73A4C0F0" */
|
|
4875
|
+
LensProfileDigest?: string;
|
|
4876
|
+
/** ☆☆☆☆ Example: 100 */
|
|
4877
|
+
LensProfileDistortionScale?: number;
|
|
4866
4878
|
/** ☆☆☆☆ ✔ Example: 1 */
|
|
4867
4879
|
LensProfileEnable?: number;
|
|
4880
|
+
/** ☆☆☆☆ Example: "Camera Settings" */
|
|
4881
|
+
LensProfileName?: string;
|
|
4868
4882
|
/** ☆☆☆☆ ✔ Example: "LensDefaults" */
|
|
4869
4883
|
LensProfileSetup?: string;
|
|
4884
|
+
/** ☆☆☆☆ Example: 100 */
|
|
4885
|
+
LensProfileVignettingScale?: number;
|
|
4870
4886
|
/** ☆☆☆☆ Example: 37087 */
|
|
4871
4887
|
LocationAreaCode?: number;
|
|
4872
4888
|
/** ☆☆☆☆ ✔ Example: {"Amount":1,"Group":"Profiles","Name":"Adobe Color","Parameters"… */
|
|
@@ -4887,7 +4903,11 @@ export interface XMPTags {
|
|
|
4887
4903
|
LuminanceAdjustmentRed?: number;
|
|
4888
4904
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4889
4905
|
LuminanceAdjustmentYellow?: number;
|
|
4890
|
-
/** ☆☆☆☆
|
|
4906
|
+
/** ☆☆☆☆ Example: 25 */
|
|
4907
|
+
LuminanceNoiseReductionContrast?: number;
|
|
4908
|
+
/** ☆☆☆☆ Example: 75 */
|
|
4909
|
+
LuminanceNoiseReductionDetail?: number;
|
|
4910
|
+
/** ☆☆☆☆ ✔ Example: 47 */
|
|
4891
4911
|
LuminanceSmoothing?: number;
|
|
4892
4912
|
/** ☆☆☆☆ ✔ Example: "4577 bytes undefined data" */
|
|
4893
4913
|
MakerNote?: string;
|
|
@@ -4895,7 +4915,7 @@ export interface XMPTags {
|
|
|
4895
4915
|
Marked?: boolean;
|
|
4896
4916
|
/** ☆☆☆☆ ✔ Example: "" */
|
|
4897
4917
|
Mask?: string;
|
|
4898
|
-
/** ☆☆☆☆ ✔ Example: 2021-
|
|
4918
|
+
/** ☆☆☆☆ ✔ Example: 2021-10-26T10:51:01.000+01:00 */
|
|
4899
4919
|
MetadataDate?: ExifDateTime | string;
|
|
4900
4920
|
/** ☆☆☆☆ ✔ Example: 1 */
|
|
4901
4921
|
MicroVideo?: number;
|
|
@@ -4913,6 +4933,8 @@ export interface XMPTags {
|
|
|
4913
4933
|
ModificationDate?: ExifDateTime | string;
|
|
4914
4934
|
/** ☆☆☆☆ Example: "36864,40960,40961,37121,37122,40962,40963,37510,40964,36867,3686…" */
|
|
4915
4935
|
NativeDigest?: string;
|
|
4936
|
+
/** ☆☆☆☆ Example: */
|
|
4937
|
+
OriginalCreateDateTime?: ExifDateTime | string;
|
|
4916
4938
|
/** ☆☆☆☆ ✔ Example: "xmp.did:7bf80ec8-c5cf-4881-b631-5ac83ae65ce2" */
|
|
4917
4939
|
OriginalDocumentID?: string;
|
|
4918
4940
|
/** ☆☆☆☆ ✔ Example: false */
|
|
@@ -4957,6 +4979,8 @@ export interface XMPTags {
|
|
|
4957
4979
|
PickLabel?: number;
|
|
4958
4980
|
/** ☆☆☆☆ ✔ Example: "01.00" */
|
|
4959
4981
|
PipelineVersion?: string;
|
|
4982
|
+
/** ☆☆☆☆ ✔ Example: 65537 */
|
|
4983
|
+
PortraitEffectsMatteVersion?: number;
|
|
4960
4984
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4961
4985
|
PortraitVersion?: number;
|
|
4962
4986
|
/** ☆☆☆☆ ✔ Example: 22.5 */
|
|
@@ -4969,9 +4993,9 @@ export interface XMPTags {
|
|
|
4969
4993
|
PostCropVignetteAmount?: number;
|
|
4970
4994
|
/** ☆☆☆☆ ✔ Example: "DSCF0722.JPG" */
|
|
4971
4995
|
PreservedFileName?: string;
|
|
4972
|
-
/** ☆☆☆☆ ✔ Example:
|
|
4996
|
+
/** ☆☆☆☆ ✔ Example: 6.7 */
|
|
4973
4997
|
ProcessVersion?: number;
|
|
4974
|
-
/** ☆☆☆☆ ✔ Example: [{"CameraIndices":[0],"Type":"DepthPhoto"}] */
|
|
4998
|
+
/** ☆☆☆☆ ✔ Example: [{"Profile":{"CameraIndices":[0],"Type":"DepthPhoto"}}] */
|
|
4975
4999
|
Profiles?: Struct[];
|
|
4976
5000
|
/** ☆☆☆☆ ✔ Example: "equirectangular" */
|
|
4977
5001
|
ProjectionType?: string;
|
|
@@ -4987,10 +5011,12 @@ export interface XMPTags {
|
|
|
4987
5011
|
RegionInfoMP?: Struct;
|
|
4988
5012
|
/** ☆☆☆☆ ✔ Example: [{"RegItemId":"Number1","RegOrgId":"TestName1"},{"RegItemId":"Nu… */
|
|
4989
5013
|
RegistryID?: Struct[];
|
|
4990
|
-
/** ☆☆☆☆ Example: "+
|
|
5014
|
+
/** ☆☆☆☆ Example: "+97.80" */
|
|
4991
5015
|
RelativeAltitude?: string;
|
|
4992
5016
|
/** ☆☆☆☆ ✔ Example: "james robinson taylor" */
|
|
4993
5017
|
Rights?: string;
|
|
5018
|
+
/** ☆☆☆☆ Example: 0 */
|
|
5019
|
+
RtkFlag?: number;
|
|
4994
5020
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
4995
5021
|
SaturationAdjustmentAqua?: number;
|
|
4996
5022
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
@@ -5015,16 +5041,16 @@ export interface XMPTags {
|
|
|
5015
5041
|
SceneDetectResultIds?: string;
|
|
5016
5042
|
/** ☆☆☆☆ Example: "Undefined" */
|
|
5017
5043
|
SelfData?: string;
|
|
5044
|
+
/** ☆☆☆☆ ✔ Example: 65536 */
|
|
5045
|
+
SemanticSegmentationMatteVersion?: number;
|
|
5018
5046
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
5019
5047
|
ShadowTint?: number;
|
|
5020
|
-
/** ☆☆☆☆ ✔ Example:
|
|
5021
|
-
Shadows2012?: string;
|
|
5022
|
-
/** ☆☆☆☆ ✔ Example: 25 */
|
|
5048
|
+
/** ☆☆☆☆ ✔ Example: 30 */
|
|
5023
5049
|
SharpenDetail?: number;
|
|
5024
|
-
/** ☆☆☆☆ ✔ Example:
|
|
5050
|
+
/** ☆☆☆☆ ✔ Example: 20 */
|
|
5025
5051
|
SharpenEdgeMasking?: number;
|
|
5026
|
-
/** ☆☆☆☆ ✔ Example:
|
|
5027
|
-
SharpenRadius?:
|
|
5052
|
+
/** ☆☆☆☆ ✔ Example: 2 */
|
|
5053
|
+
SharpenRadius?: number;
|
|
5028
5054
|
/** ☆☆☆☆ ✔ Example: 2 */
|
|
5029
5055
|
SourcePhotosCount?: number;
|
|
5030
5056
|
/** ☆☆☆☆ ✔ Example: ["com.google.android.apps.camera.gallery.specialtype.SpecialType… */
|
|
@@ -5051,7 +5077,9 @@ export interface XMPTags {
|
|
|
5051
5077
|
Tagged?: string;
|
|
5052
5078
|
/** ☆☆☆☆ ✔ Example: ["Subjekt/Natur/Pflanzen","Ort/Deutschland/Rangsdorf"] */
|
|
5053
5079
|
TagsList?: string[];
|
|
5054
|
-
/** ☆☆☆☆
|
|
5080
|
+
/** ☆☆☆☆ Example: 45 */
|
|
5081
|
+
Texture?: number;
|
|
5082
|
+
/** ☆☆☆☆ ✔ Example: "+56" */
|
|
5055
5083
|
Tint?: string;
|
|
5056
5084
|
/** ☆☆☆☆ Example: 0 */
|
|
5057
5085
|
TlinearGain?: number;
|
|
@@ -5061,10 +5089,6 @@ export interface XMPTags {
|
|
|
5061
5089
|
ToneCurveGreen?: string[];
|
|
5062
5090
|
/** ☆☆☆☆ ✔ Example: "Medium Contrast" */
|
|
5063
5091
|
ToneCurveName?: string;
|
|
5064
|
-
/** ☆☆☆☆ ✔ Example: "Linear" */
|
|
5065
|
-
ToneCurveName2012?: string;
|
|
5066
|
-
/** ☆☆☆☆ ✔ Example: ["0, 0","255, 255"] */
|
|
5067
|
-
ToneCurvePV2012?: string[];
|
|
5068
5092
|
/** ☆☆☆☆ ✔ Example: ["0, 0","255, 255"] */
|
|
5069
5093
|
ToneCurvePV2012Blue?: string[];
|
|
5070
5094
|
/** ☆☆☆☆ ✔ Example: ["0, 0","255, 255"] */
|
|
@@ -5077,7 +5101,7 @@ export interface XMPTags {
|
|
|
5077
5101
|
ToneMapStrength?: number;
|
|
5078
5102
|
/** ☆☆☆☆ ✔ Example: 0 */
|
|
5079
5103
|
UprightCenterMode?: number;
|
|
5080
|
-
/** ☆☆☆☆ ✔ Example: 0.
|
|
5104
|
+
/** ☆☆☆☆ ✔ Example: 0.51688833 */
|
|
5081
5105
|
UprightCenterNormX?: number;
|
|
5082
5106
|
/** ☆☆☆☆ ✔ Example: 0.5 */
|
|
5083
5107
|
UprightCenterNormY?: number;
|
|
@@ -5101,15 +5125,24 @@ export interface XMPTags {
|
|
|
5101
5125
|
VignetteAmount?: number;
|
|
5102
5126
|
/** ☆☆☆☆ Example: [4500] */
|
|
5103
5127
|
WavelengthFWHM?: number[];
|
|
5104
|
-
/** ☆☆☆☆ ✔ Example: 2.851895 */
|
|
5105
|
-
WhiteBalance0?: number;
|
|
5106
|
-
/** ☆☆☆☆ ✔ Example: 1.100371 */
|
|
5107
|
-
WhiteBalance1?: number;
|
|
5108
|
-
/** ☆☆☆☆ ✔ Example: */
|
|
5109
|
-
Whites2012?: string;
|
|
5110
5128
|
/** ☆☆☆☆ ✔ Example: "XMP toolkit 3.0-28, framework 1.6" */
|
|
5111
5129
|
XMPToolkit?: string;
|
|
5112
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
|
+
*/
|
|
5113
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 {
|
|
5114
5147
|
errors?: string[];
|
|
5115
5148
|
/** ☆☆☆☆ ✔ Example: "File is empty" */
|