Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Exif not working for webp #84

Open
yfdyh000 opened this issue Dec 7, 2023 · 0 comments
Open

[Bug] Exif not working for webp #84

yfdyh000 opened this issue Dec 7, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@yfdyh000
Copy link

yfdyh000 commented Dec 7, 2023

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 yfdyh000 added the bug Something isn't working label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant