bigflood / dartexif

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

Requesting a "read from bytes" method #1

Closed sethladd closed 6 years ago

sethladd commented 6 years ago

There doesn't seem to be an easy way to feed a list of bytes to this library. I only found "read from file".

Thanks!

bigflood commented 6 years ago

added readExifFromBytes

sethladd commented 6 years ago

Thank you very much!