File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,7 @@ export interface ExpandedTags {
208
208
gps ?: GpsTags
209
209
photoshop ?: PhotoshopTags ;
210
210
makerNotes ?: CanonTags ;
211
+ composite ?: CompositeTags ;
211
212
}
212
213
213
214
interface GpsTags {
Original file line number Diff line number Diff line change @@ -238,3 +238,10 @@ expandedTags.makerNotes?.["AutoRotate"]?.value === 1;
238
238
expandedTags . makerNotes ?. [ "AutoRotate" ] ?. description === 'Rotate 90 CW' ;
239
239
tags [ "AutoRotate" ] ?. value === 1 ;
240
240
tags [ "AutoRotate" ] ?. description === 'Rotate 90 CW' ;
241
+
242
+ //////////////
243
+ // Composite
244
+ expandedTags . composite ?. [ "FieldOfView" ] ?. value === 42 ;
245
+ expandedTags . composite ?. [ "FieldOfView" ] ?. description === '42 deg' ;
246
+ tags [ "FieldOfView" ] ?. value === 42 ;
247
+ tags [ "FieldOfView" ] ?. description === '42 deg' ;
You can’t perform that action at this time.
0 commit comments