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

Heic support #21

Closed Alexays closed 3 years ago

Alexays commented 3 years ago

Hi!

Using it for a while, no problem so far. ported from https://github.com/ianare/exif-py

bigflood commented 3 years ago

@Alexays thanks

Could you upload sample file(s) and expected exif outputs?
(so I can test it)

Alexays commented 3 years ago

Sorry for the delay @bigflood Here's a sample zipped. You should get data like

Make: Apple
Model: iPhone X

xje8hvTgojAaQheoJMnSTW.heic.zip

bigflood commented 3 years ago

@Alexays Can I commit the sample file into github and use it as test data?

this file -> xje8hvTgojAaQheoJMnSTW.heic

Alexays commented 3 years ago

Sure @bigflood!