bigflood / dartexif

Dart package to decode Exif data from tiff, jpeg and heic files
https://pub.dev/packages/exif
MIT License
30 stars 29 forks source link

readExifFromFile: RangeError (end): Invalid value: Only valid value is 0: 4 #29

Closed ua741 closed 2 years ago

ua741 commented 2 years ago

Version: : 3.0.0 Partial Stack trace :

errors.dart in RangeError.checkValidRange at line 338
array.dart in _List.sublist at line 197
read_exif.dart in _isTiff at line 186 within exif

https://github.com/bigflood/dartexif/blob/15288d40a196538b5df9d10f66298e3dc40b748f/lib/src/read_exif.dart#L186

bigflood commented 2 years ago

@ua741 Can you upload the image file?

bigflood commented 2 years ago

Bug fixed in v3.1.1