exifreader
Advanced tools
Comparing version 4.21.0 to 4.21.1
{ | ||
"name": "exifreader", | ||
"version": "4.21.0", | ||
"version": "4.21.1", | ||
"description": "Library that parses Exif metadata in images.", | ||
@@ -5,0 +5,0 @@ "author": "Mattias Wallander <mattias@wallander.eu>", |
@@ -74,4 +74,6 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
if (Constants.USE_FILE && isSOF0Marker(dataView, appMarkerPosition)) { | ||
fieldLength = dataView.getUint16(appMarkerPosition + APP_MARKER_SIZE); | ||
sof0DataOffset = appMarkerPosition + APP_MARKER_SIZE; | ||
} else if (Constants.USE_FILE && isSOF2Marker(dataView, appMarkerPosition)) { | ||
fieldLength = dataView.getUint16(appMarkerPosition + APP_MARKER_SIZE); | ||
sof2DataOffset = appMarkerPosition + APP_MARKER_SIZE; | ||
@@ -78,0 +80,0 @@ } else if (Constants.USE_JFIF && isApp0JfifMarker(dataView, appMarkerPosition)) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
732475
7701