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

Add PNG Support #41

Closed gwanhyeong closed 11 months ago

gwanhyeong commented 11 months ago

Hello! No issues during testing.

ported from https://github.com/ianare/exif-py

TheLastGimbus commented 11 months ago

That would be fantastic!!

bigflood commented 11 months ago

@gwanhyeong

It would be appreciated if you could add a PNG file and a dump file to the test/data directory, similar to the heic-file.heic and heic-file.heic.dump.

gwanhyeong commented 11 months ago

@bigflood

I added a sample PNG file and a dump file. 841380a

bigflood commented 11 months ago

thanks