librecamera icon indicating copy to clipboard operation
librecamera copied to clipboard

[Bug] Exif not working for webp

Open yfdyh000 opened this issue 7 months ago • 0 comments

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:

  • App version 1.9.1
  • OS: Android 9

yfdyh000 avatar Dec 07 '23 02:12 yfdyh000