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

WebP support #46

Closed kennylevinsen closed 11 months ago

kennylevinsen commented 11 months ago

As the title suggests.

kennylevinsen commented 11 months ago

It now also works on Exiv2's WebP test files, which have a slightly different EXIF header. No code or test files taken from there though as Exiv2 is GPL.

Also finally got CI green - my local dart 3.2.0-dev formats code more leniently than the 3.1.0-stable used in CI, which took me a moment to realize...

bigflood commented 11 months ago

Thanks!