iakmds / librecamera

A free and open source camera app for Android written in Flutter and Dart
https://f-droid.org/packages/com.iakmds.librecamera/
GNU General Public License v3.0
267 stars 26 forks source link

[Bug] Exif not working for webp #84

Open yfdyh000 opened 7 months ago

yfdyh000 commented 7 months ago

Describe the bug No exif for webp even if enabled.

Maybe due to https://pub.dev/packages/flutter_image_compress#keepexif

Only support jpg format, PNG format does not support.

Support android by the system api (speed very nice). The library also supports iOS. However, we're using third-party libraries, it is not recommended due to encoding speed. In the future, libwebp by google (C/C++) may be used to do coding work, bypassing other three-party libraries, but there are no plan for that currently.

Other Information: