inferred-types 0.47.6 → 0.47.9

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.
Files changed (30) hide show
  1. package/dist/constants/Images.d.ts +42 -0
  2. package/dist/constants/Images.d.ts.map +1 -0
  3. package/dist/constants/Images.js +12 -0
  4. package/dist/constants/Tailwind.d.ts +2 -0
  5. package/dist/constants/Tailwind.d.ts.map +1 -1
  6. package/dist/constants/Tailwind.js +3 -1
  7. package/dist/constants/index.d.ts +1 -0
  8. package/dist/constants/index.d.ts.map +1 -1
  9. package/dist/constants/index.js +1 -0
  10. package/dist/constants/tsconfig.tsbuildinfo +1 -1
  11. package/dist/inferred-types/index.cjs +206 -1
  12. package/dist/inferred-types/tsconfig.tsbuildinfo +1 -1
  13. package/dist/runtime/queues/fifo.js +2 -2
  14. package/dist/runtime/tsconfig.tsbuildinfo +1 -1
  15. package/dist/types/string-literals/character-sets/images/Exif.d.ts +531 -0
  16. package/dist/types/string-literals/character-sets/images/Exif.d.ts.map +1 -0
  17. package/dist/types/string-literals/character-sets/images/Exif.js +163 -0
  18. package/dist/types/string-literals/character-sets/images/ImgFormat.d.ts +20 -0
  19. package/dist/types/string-literals/character-sets/images/ImgFormat.d.ts.map +1 -0
  20. package/dist/types/string-literals/character-sets/images/ImgFormat.js +1 -0
  21. package/dist/types/string-literals/character-sets/images/index.d.ts +3 -0
  22. package/dist/types/string-literals/character-sets/images/index.d.ts.map +1 -0
  23. package/dist/types/string-literals/character-sets/images/index.js +2 -0
  24. package/dist/types/string-literals/character-sets/index.d.ts +1 -0
  25. package/dist/types/string-literals/character-sets/index.d.ts.map +1 -1
  26. package/dist/types/string-literals/character-sets/index.js +1 -0
  27. package/dist/types/string-literals/character-sets/tw/TwColor.d.ts +12 -3
  28. package/dist/types/string-literals/character-sets/tw/TwColor.d.ts.map +1 -1
  29. package/dist/types/tsconfig.tsbuildinfo +1 -1
  30. package/package.json +4 -4
@@ -0,0 +1,531 @@
1
+ import { EmptyObject } from "../../../base-types";
2
+ export declare enum ExifCompression {
3
+ Uncompressed = 1,
4
+ CCITT = 2,
5
+ T4Group3Fax = 3,
6
+ T6Group3Fax = 4,
7
+ LZW = 5,
8
+ JpgOldStyle = 6,
9
+ Jpg = 7,
10
+ AdobeDeflate = 8,
11
+ JBigBw = 9,
12
+ JBigColor = 10,
13
+ JpegAlt = 99,
14
+ Kodak262 = 262,
15
+ Next = 32766,
16
+ SonyRawCompressed = 32767,
17
+ PackedRaw = 32769,
18
+ SamsungSrwCompressed = 32770,
19
+ CCIRLEW = 32771,
20
+ SamsungSrwCompressed2 = 32772,
21
+ Packbits = 32773,
22
+ Thunderscan = 32809,
23
+ KodakKdcCompressed = 32867,
24
+ IT8CTPAD = 32895,
25
+ IT8LW = 32896,
26
+ IT8MP = 32897,
27
+ IT8BL = 32898,
28
+ PixarFilm = 32908,
29
+ PixarLog = 32909,
30
+ Deflate = 32946,
31
+ DCS = 32947,
32
+ AperioJpeg2000YCbCr = 33003,
33
+ AperioJpeg2000RGB = 33005,
34
+ JBig = 34661,
35
+ SGILog = 34676,
36
+ SGILog24 = 34677,
37
+ Jpeg2000 = 34712,
38
+ NikonNEFCompressed = 34713,
39
+ JBig2TiffFx = 34715,
40
+ MicrosoftBinaryLevelCodec = 34718,
41
+ MicrosoftProgressiveTransformCodec = 34719,
42
+ MicrosoftVector = 34720,
43
+ ESRCLerc = 34887,
44
+ LossyJpeg = 34892,
45
+ LZMA2 = 34925,
46
+ Zstd = 34926,
47
+ WepP = 34927,
48
+ PNG = 34933,
49
+ JpegXR = 34934,
50
+ KodakDCRCompressed = 65000,
51
+ PentaxPEFCompressed = 65535
52
+ }
53
+ export declare enum ExifLightSource {
54
+ Unknown = 0,
55
+ Daylight = 1,
56
+ Fluorescent = 2,
57
+ Tungsten = 3,
58
+ Flash = 4,
59
+ FineWeather = 5,
60
+ Cloudy = 6,
61
+ Shade = 7,
62
+ DaylightFluorescent = 8,
63
+ DayWhiteFluorescent = 9,
64
+ CoolWhiteFluorescent = 10,
65
+ WhiteFluorescent = 11,
66
+ WarmWhiteFluorescent = 12,
67
+ StandardLightA = 13,
68
+ StandardLightB = 14,
69
+ StandardLightC = 15,
70
+ D55 = 16,
71
+ D65 = 17,
72
+ D75 = 18,
73
+ D50 = 19,
74
+ ISOStudioTungsten = 20,
75
+ Other = 255
76
+ }
77
+ export declare enum ExifFlashValues {
78
+ NoFlash = 0,
79
+ Fired = 1,
80
+ FiredReturnNotDetected = 5,
81
+ FiredReturnDetected = 7,
82
+ OnDidNotFire = 8,
83
+ OnFired = 9,
84
+ OnReturnNotDetected = 13,
85
+ OnReturnDetected = 15,
86
+ OffDidNotFire = 16,
87
+ OffDidNotFireReturnNotDetected = 20,
88
+ AutoDidNotFire = 24,
89
+ AutoFired = 25,
90
+ AutoFiredReturnNotDetected = 29,
91
+ AutoFiredReturnDetected = 31,
92
+ NoFlashFunction = 32,
93
+ OffNoFlashFunction = 48,
94
+ FiredRedEyeReduction = 65,
95
+ FiredRedEyeReductionReturnNotDetected = 69,
96
+ FiredRedEyeReductionReturnDetected = 71,
97
+ OnRedEyeReduction = 73,
98
+ OnRedEyeReductionReturnNotDetected = 77,
99
+ OnRedEyeReductionReturnDetected = 79,
100
+ OffRedEyeReduction = 80,
101
+ AutoDidNotFireRedEyeReduction = 88,
102
+ AutoFiredRedEyeReduction = 89,
103
+ AutoFiredRedEyeReductionNotDetected = 96,
104
+ AutoFiredRedEyeReductionDetected = 93
105
+ }
106
+ export declare enum ExifPreviewColorSpace {
107
+ Unknown = 0,
108
+ GrayGamma22 = 1,
109
+ sRGB = 2,
110
+ AdobeRGB = 3,
111
+ ProPhotoRGB = 4
112
+ }
113
+ export declare enum ExifEmbedPolicy {
114
+ AllowCopying = 0,
115
+ EmbedIfUsed = 1,
116
+ NeverEmbed = 2,
117
+ NoRestrictions = 3
118
+ }
119
+ export declare enum ExifSubjectDistance {
120
+ Unknown = 0,
121
+ Macro = 1,
122
+ Close = 2,
123
+ Distant = 3
124
+ }
125
+ export declare enum ExifSharpness {
126
+ Normal = 0,
127
+ Soft = 1,
128
+ Hard = 2
129
+ }
130
+ export declare enum ExifSceneCaptureType {
131
+ Standard = 0,
132
+ Landscape = 1,
133
+ Portrait = 2,
134
+ Night = 3,
135
+ Other = 4
136
+ }
137
+ export declare enum ExifGainControl {
138
+ None = 0,
139
+ LowGainUp = 1,
140
+ HighGainUp = 2,
141
+ LowGainDown = 3,
142
+ HighGainDown = 4
143
+ }
144
+ export declare enum ExifContrast {
145
+ Normal = 0,
146
+ Low = 1,
147
+ High = 2
148
+ }
149
+ export declare enum ExifSaturation {
150
+ Normal = 0,
151
+ Low = 1,
152
+ High = 2
153
+ }
154
+ /**
155
+ * Extraneous info in an EXIF metadata payload. Detailed info
156
+ * can be found on all fields here: [EXIF Tags](https://exiftool.org/TagNames/EXIF.html)
157
+ */
158
+ export type ExifExtraneous<T extends object = EmptyObject> = {
159
+ /** [ `0x0001` ] */
160
+ InteropIndex: string;
161
+ /** called NewSubfileType by TIFF specification.
162
+ * [More](https://exiftool.org/TagNames/EXIF.html).
163
+ */
164
+ SubfileType: number;
165
+ } & T;
166
+ /**
167
+ * Date and Time info found in EXIF payload. Detailed info
168
+ * can be found on all fields here: [EXIF Tags](https://exiftool.org/TagNames/EXIF.html)
169
+ */
170
+ export type ExifDateTimeInfo<T extends object = EmptyObject> = {
171
+ ModifyDate: string;
172
+ OffsetTime: string;
173
+ /** The date created; formal EXIF property is `DateTimeDigitized` */
174
+ CreateDate: string;
175
+ /** Formal EXIF property for created date */
176
+ DateTimeDigitized: string;
177
+ /**
178
+ * 1 or 2 values:
179
+ *
180
+ * 1. The time zone offset of DateTimeOriginal from GMT in hours,
181
+ * 2. If present, the time zone offset of ModifyDate
182
+ */
183
+ TimeZoneOffset: number | [number, number];
184
+ OffsetTimeDigitized: string;
185
+ /** fractional seconds for ModifyDate */
186
+ SubSecTime: string;
187
+ /** fractional seconds for DateTimeOriginal */
188
+ SubSecTimeOriginal: string;
189
+ /** fractional seconds for CreateDate */
190
+ SubSecTimeDigitized: string;
191
+ } & T;
192
+ /**
193
+ * Information regarding attribution found in EXIF payload. Detailed info
194
+ * can be found on all fields here: [EXIF Tags](https://exiftool.org/TagNames/EXIF.html)
195
+ */
196
+ export type ExifAttributionInfo<T extends object = EmptyObject> = {
197
+ Copyright: string;
198
+ /** becomes a list-type tag when the MWG module is loaded */
199
+ Artist: string;
200
+ /** called `CameraOwnerName` by the EXIF spec */
201
+ OwnerName: string;
202
+ CameraOwnerName: string;
203
+ /** called `BodySerialNumber` by the EXIF spec */
204
+ SerialNumber: string;
205
+ BodySerialNumber: string;
206
+ LensSerialNumber: string;
207
+ HostComputer: string;
208
+ } & T;
209
+ export type ExifCameraInfo<T extends object = EmptyObject> = {
210
+ Make: string;
211
+ Model: string;
212
+ UniqueCameraModel: string;
213
+ LocalizedCameraModel: string;
214
+ LensMake: string;
215
+ LensModel: string;
216
+ /**
217
+ * 4 rational values giving focal and aperture ranges,
218
+ * called `LensSpecification` by the EXIF spec.
219
+ */
220
+ LensInfo: [number, number, number, number];
221
+ LensSpecification: [number, number, number, number];
222
+ /** used by some obscure software */
223
+ OriginalFileName: string;
224
+ OriginalRawFileName: string;
225
+ ReelName: string;
226
+ Orientation: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
227
+ ImageWidth: number;
228
+ ExifImageWidth: number;
229
+ ImageHeight: number;
230
+ ExifImageHeight: number;
231
+ BitsPerSample: number;
232
+ /**
233
+ * Details on compression values can be found here:
234
+ * [Compression Values](https://exiftool.org/TagNames/EXIF.html#Compression).
235
+ *
236
+ * You may reference as a number or leverage the exposed `ExifCompression`
237
+ * enumeration for more contextual info.
238
+ */
239
+ Compression: number;
240
+ /**
241
+ * - `1` - No dithering or half-toning
242
+ * - `2` - Ordered dither or halftone
243
+ * - `3` - Randomized dither
244
+ */
245
+ Thresholding: 1 | 2 | 3;
246
+ /**
247
+ * - `1` - Normal
248
+ * - `2` - Reversed
249
+ */
250
+ FillOrder: 1 | 2;
251
+ /**
252
+ * - `0` - WhiteIsZero
253
+ * - `1` - BlackIsZero
254
+ * - `2` - RGB
255
+ * - `3` - RGB Palette
256
+ * - `4` - Transparency Mask
257
+ *
258
+ * For full list reference [docs](https://exiftool.org/TagNames/EXIF.html)
259
+ */
260
+ PhotometricInterpretation: number;
261
+ SceneCaptureType: ExifSceneCaptureType;
262
+ GainControl: ExifGainControl;
263
+ Contrast: ExifContrast | string;
264
+ Saturation: ExifSaturation;
265
+ Sharpness: ExifSharpness | string;
266
+ /**
267
+ * Applies to **EXIF:ISO** tag:
268
+ *
269
+ * - `0` - Unknown
270
+ * - `1` - Standard Output Sensitivity
271
+ * - `2` - Recommended Exposure Index
272
+ * - `3` - ISO Speed
273
+ * - `4` - Standard Output Sensitivity and Recommended Exposure Index
274
+ * - `5` - Standard Output Sensitivity and ISO Speed
275
+ * - `6` - Recommended Exposure Index and ISO Speed
276
+ * - `7` - Standard Output Sensitivity, Recommended Exposure Index and ISO Speed
277
+ */
278
+ SensitivityType: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
279
+ StandardOutputSensitivity: number;
280
+ RecommendedExposureIndex: number;
281
+ /**
282
+ * called `ISOSpeedRatings` by EXIF 2.2, then `PhotographicSensitivity` by the EXIF 2.3 spec.
283
+ */
284
+ ISO: number;
285
+ ISOSpeed: number;
286
+ Exposure: string;
287
+ ExposureIndex: number;
288
+ Shadows: string;
289
+ Brightness: string;
290
+ Smoothness: string;
291
+ MoireFilter: string;
292
+ /**
293
+ * - `0` - Unknown
294
+ * - `1` - Average
295
+ * - `2` - Center-weighted average
296
+ * - `3` - Spot
297
+ * - `4` - Multi-spot
298
+ * - `5` - Multi-segment
299
+ * - `6` - Partial
300
+ * - `255` - Other
301
+ */
302
+ MeteringMode: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 255;
303
+ /**
304
+ * - `0` - Auto
305
+ * - `1` - Manual
306
+ * - `2` - Auto bracket
307
+ */
308
+ ExposureMode: 0 | 1 | 2;
309
+ /**
310
+ * Only values `0` and `1` are to the EXIF spec but Apple IOS devices use all
311
+ *
312
+ * - `0` - Normal
313
+ * - `1` - Custom
314
+ * - `2` - HDR (no original saved)
315
+ * - `3` - HDR (original saved)
316
+ * - `4` - Original (for HDR)
317
+ * - `6` - Panorama
318
+ * - `7` - Portrait HDR
319
+ * - `8` - Portrait
320
+ */
321
+ CustomRendered: 0 | 1 | 2 | 3 | 4 | 6 | 7 | 8;
322
+ LightSource: ExifLightSource;
323
+ Flash: ExifFlashValues;
324
+ FlashEnergy: number;
325
+ SubjectDistance: number;
326
+ SubjectDistanceRange: ExifSubjectDistance;
327
+ SubjectLocation: [number, number];
328
+ DepthNear: number;
329
+ DepthFar: number;
330
+ DepthMeasureType: 0 | 1 | 2;
331
+ DigitalZoomRatio: number;
332
+ FocalLengthIn35mmFormat: number;
333
+ FocalLength: number;
334
+ /**
335
+ * - `0x1` - sRGB
336
+ * - `0x2` - Adobe RGB
337
+ * - `0xfffd` - Wide Gamut RGB
338
+ * - `0xfffe` - ICC Profile
339
+ * - `0xffff` - Uncalibrated
340
+ *
341
+ * Note: the value of `0x2` is not standard EXIF. Instead, an Adobe RGB image
342
+ * is indicated by "Uncalibrated" with an InteropIndex of "R03". The values
343
+ * 0xfffd and 0xfffe are also non-standard, and are used by some Sony cameras.
344
+ */
345
+ Colorspace: 0x1 | 0x2 | 0xfffd | 0xfffe | 0xffff;
346
+ Gamma: number;
347
+ /**
348
+ * The actual `PixelFormat` values are 16-byte GUID's but the leading 15 bytes,
349
+ * '6fddc324-4e03-4bfe-b1853-d77768dc9', have been removed below to avoid
350
+ * unnecessary clutter:
351
+ *
352
+ * - `0x5` = Black & White
353
+ * - `0x8` = 8-bit Gray
354
+ * - `0x9` = 16-bit BGR555
355
+ * - `0xa` = 16-bit BGR565
356
+ * - `0xb` = 16-bit Gray
357
+ * - `0xc` = 24-bit BGR
358
+ * - `0xd` = 24-bit RGB
359
+ * - `0xe` = 32-bit BGR
360
+ * - `0xf` = 32-bit BGRA
361
+ * - `0x10` = 32-bit PBGRA
362
+ * - `0x11` = 32-bit Gray Float
363
+ * - `0x12` = 48-bit RGB Fixed Point
364
+ * - `0x13` = 32-bit BGR101010
365
+ * - `0x15` = 48-bit RGB
366
+ * - `0x16` = 64-bit RGBA
367
+ * - `0x17` = 64-bit PRGBA
368
+ * - `0x18` = 96-bit RGB Fixed Point
369
+ * - `0x19` = 128-bit RGBA Float
370
+ * - `0x1a` = 128-bit PRGBA Float
371
+ * - `0x1b` = 128-bit RGB Float
372
+ * - `0x1c` = 32-bit CMYK
373
+ * - `0x1d` = 64-bit RGBA Fixed Point
374
+ * - `0x1e` = 128-bit RGBA Fixed Point
375
+ * - `0x1f` = 64-bit CMYK
376
+ * - `0x20` = 24-bit 3 Channels
377
+ * - `0x21` = 32-bit 4 Channels
378
+ * - `0x22` = 40-bit 5 Channels
379
+ * - `0x23` = 48-bit 6 Channels
380
+ * - `0x24` = 56-bit 7 Channels
381
+ * - `0x25` = 64-bit 8 Channels
382
+ * - `0x26` = 48-bit 3 Channels
383
+ * - `0x27` = 64-bit 4 Channels
384
+ * - `0x28` = 80-bit 5 Channels
385
+ * - `0x29` = 96-bit 6 Channels
386
+ * - `0x2a` = 112-bit 7 Channels
387
+ * - `0x2b` = 128-bit 8 Channels
388
+ * - `0x2c` = 40-bit CMYK Alpha
389
+ * - `0x2d` = 80-bit CMYK Alpha
390
+ * - `0x2e` = 32-bit 3 Channels Alpha
391
+ * - `0x2f` = 40-bit 4 Channels Alpha
392
+ * - `0x30` = 48-bit 5 Channels Alpha
393
+ * - `0x31` = 56-bit 6 Channels Alpha
394
+ * - `0x32` = 64-bit 7 Channels Alpha
395
+ * - `0x33` = 72-bit 8 Channels Alpha
396
+ * - `0x34` = 64-bit 3 Channels Alpha
397
+ * - `0x35` = 80-bit 4 Channels Alpha
398
+ * - `0x36` = 96-bit 5 Channels Alpha
399
+ * - `0x37` = 112-bit 6 Channels Alpha
400
+ * - `0x38` = 128-bit 7 Channels Alpha
401
+ * - `0x39` = 144-bit 8 Channels Alpha
402
+ * - `0x3a` = 64-bit RGBA Half
403
+ * - `0x3b` = 48-bit RGB Half
404
+ * - `0x3d` = 32-bit RGBE
405
+ * - `0x3e` = 16-bit Gray Half
406
+ * - `0x3f` = 32-bit Gray Fixed Point
407
+ *
408
+ * > NOTE: tags 0xbc** are used in Windows HD Photo (HDP and WDP) images
409
+ `*/
410
+ PixelFormat: number;
411
+ /**
412
+ * - `0` - Horizontal (normal)
413
+ * - `1` - Mirror vertical
414
+ * - `2` - Mirror horizontal
415
+ * - `3` - Rotate 180
416
+ * - `4` - Rotate 90 CW
417
+ * - `5` - Mirror horizontal and rotate 90 CW
418
+ * - `6` - Mirror horizontal and rotate 270 CW
419
+ * - `7` - Rotate 270 CW
420
+ */
421
+ Transformation: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
422
+ Whitebalance: number;
423
+ BrightnessValue: number;
424
+ /** Used but EXIF standard is `ExposureBiasValue` */
425
+ ExposureCompensation: number;
426
+ /** EXIF standard for Exposure bias */
427
+ ExposureBiasValue: number;
428
+ /** displayed in seconds, but stored as an APEX value */
429
+ ShutterSpeedValue: number;
430
+ /** displayed as an F number, but stored as an APEX value */
431
+ ApertureValue: number;
432
+ /** displayed as an F number, but stored as an APEX value */
433
+ MaxApertureValue: number;
434
+ EnhanceParams: string;
435
+ /**
436
+ *
437
+ */
438
+ FileSource: 1 | 2 | 3 | "\x03\x00\x00\x00";
439
+ /**
440
+ * Ambient temperature in degrees C, called `Temperature` by the EXIF spec
441
+ */
442
+ AmbientTemperature: number;
443
+ /** Ambient temperature in degrees C */
444
+ Temperature: number;
445
+ Humidity: number;
446
+ Pressure: number;
447
+ WaterDepth: number;
448
+ Acceleration: number;
449
+ CameraElevationAngle: number;
450
+ } & T;
451
+ export type ExifPhotoContext<T extends object = EmptyObject> = {
452
+ ImageDescription: string;
453
+ DocumentName: string;
454
+ UserComment: string;
455
+ Annotations: string;
456
+ XPSubject: number;
457
+ XPKeywords: number;
458
+ XPAuthor: number;
459
+ XPComments: number;
460
+ Rating: number;
461
+ RatingPercent: number;
462
+ } & T;
463
+ /**
464
+ * Typing for GPS properties that are part of EXIF spec.
465
+ * Details can be found: [here](https://exiftool.org/TagNames/GPS.html).
466
+ */
467
+ export type ExifGps = {
468
+ GPSVersionID: number;
469
+ GPSLatitudeRef: "N" | "S";
470
+ GPSLatitude: number;
471
+ GPSLongitudeRef: "E" | "W";
472
+ GPSLongitude: number;
473
+ /**
474
+ * - `0` is above sea level
475
+ * - `1` is below sea level
476
+ */
477
+ GPSAltitudeRef: 0 | 1;
478
+ GPSAltitude: number;
479
+ /**
480
+ * UTC time of GPS fix. When writing, date is stripped off if present,
481
+ * and time is adjusted to UTC if it includes a timezone
482
+ */
483
+ GPSTimeStamp: string;
484
+ GPSSatellites: string;
485
+ GPSStatus: "A" | "V";
486
+ GPSMeasureMode: "2" | "3";
487
+ /**
488
+ * - `K` - km/h
489
+ * - `M` - mph
490
+ * - `N` = knots
491
+ */
492
+ GPSSpeedRef: "K" | "M" | "N";
493
+ GPSSpeed: number;
494
+ GPSTrack: number;
495
+ GPSImgDirectionRef: "M" | "T";
496
+ GPSImgDirection: number;
497
+ GPSMapDatum: string;
498
+ GPSDestLatitudeRef: "N" | "S";
499
+ GPSDestLatitude: number;
500
+ GPSDestLongitudeRef: "N" | "S";
501
+ GPSDestLongitude: number;
502
+ GPSDestBearingRef: "M" | "T";
503
+ GPSDestBearing: number;
504
+ /**
505
+ * - `K` - Kilometers
506
+ * - `M` - Miles
507
+ * - `N` = Nautical Miles
508
+ */
509
+ GPSDestDistanceRef: "K" | "M" | "N";
510
+ GPSDestDistance: number;
511
+ GPSProcessingMethod: "GPS" | "CELLID" | "WLAN" | "MANUAL";
512
+ GPSAreaInformation: string;
513
+ /**
514
+ * When writing, time is stripped off if present, after adjusting
515
+ * date/time to UTC if time includes a timezone. Format is `YYYY:mm:dd`.
516
+ */
517
+ GPSDateStamp: `${number}:${number}:${number}`;
518
+ /**
519
+ * `0` - no correction
520
+ * `1` - differential corrected
521
+ */
522
+ GPSDifferential: 0 | 1;
523
+ GPSHPositioningError: number;
524
+ };
525
+ /**
526
+ * EXIF metadata payload fields.
527
+ * Detailed info can be found here:
528
+ * [EXIF Tags](https://exiftool.org/TagNames/EXIF.html).
529
+ */
530
+ export type Exif<T extends object = EmptyObject> = Partial<ExifAttributionInfo & ExifCameraInfo & ExifDateTimeInfo & ExifGps & ExifExtraneous & ExifPhotoContext> & T;
531
+ //# sourceMappingURL=Exif.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Exif.d.ts","sourceRoot":"","sources":["../../../../../src/types/string-literals/character-sets/images/Exif.ts"],"names":[],"mappings":"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"}