You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thank you for making the package.
I noticed that readExifFromBytes causes RangeError for some images.
I am not sure which image cause that. But the image which caused the error was the image cropped by the smart phone application.
Hi, Thank you for making the package.
I noticed that readExifFromBytes causes RangeError for some images.
I am not sure which image cause that. But the image which caused the error was the image cropped by the smart phone application.
E/flutter (23641): [ERROR:flutter/shell/common/shell.cc(184)] Dart Error: Unhandled exception:
E/flutter (23641): RangeError (start): Invalid value: Only valid value is 0: 8
E/flutter (23641): #0 RangeError.checkValidRange (dart:core/errors.dart:327:7)
E/flutter (23641): #1 List.sublist (dart:core/runtime/libgrowable_array.dart:81:22)
E/flutter (23641): #2 make_string_uc (package:exif/src/util.dart:31:13)
E/flutter (23641): #3 ExifHeader.dump_ifd (package:exif/src/exifheader.dart:350:35)
E/flutter (23641): #4 readExifFromFileReader (package:exif/src/read_exif.dart:241:9)
E/flutter (23641): #5 readExifFromBytes (package:exif/src/read_exif.dart:22:17)
The text was updated successfully, but these errors were encountered: