We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b36ec44 + 72211f3 commit 2088a68Copy full SHA for 2088a68
1 file changed
lib/exif/ExifImage.js
@@ -792,6 +792,9 @@ ExifImage.TAGS = {
792
0x9000 : "ExifVersion",
793
0x9003 : "DateTimeOriginal",
794
0x9004 : "CreateDate",
795
+ 0x9010 : "OffsetTime",
796
+ 0x9011 : "OffsetTimeOriginal",
797
+ 0x9012 : "OffsetTimeDigitized",
798
0x9101 : "ComponentsConfiguration",
799
0x9102 : "CompressedBitsPerPixel",
800
0x9201 : "ShutterSpeedValue",
@@ -1062,4 +1065,4 @@ ExifImage.TAGS = {
1062
1065
1063
1066
}
1064
1067
-};
1068
+};
0 commit comments