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

Any chance of getting support for PNG and HEIC? #15

Closed Martibis closed 11 months ago

bigflood commented 3 years ago

maybe HEIC, but not PNG.

abulka commented 1 year ago

Curious why PNG cannot be supported? Various other programs can read it OK.

The dart package https://pub.dev/packages/metadata can also read it (but it doesn't support null safety yet so I can't use it).

TheLastGimbus commented 1 year ago

Yeah, PNGs do not officialy have exifs, but some of them do/there are some hacks to do it i think?

gwanhyeong commented 11 months ago

I tried. https://github.com/bigflood/dartexif/pull/41

TheLastGimbus commented 11 months ago

Waiting for HEIC now :crossed_fingers: