You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation in this repo works best on Android 10 and higher. Since it uses the built-in BitmapFactory to do all the decoding.
However for Android 9 and lower, it uses a custom implementation to decode the HEIF. Unfortunately in my testing this does not support the majority of HEIF files I've come across.
I have forked this repo, rewrote it, and added a bunch of features. Including support for Android 9 and lower. You can check it out here.
Describe the bug
Give file source call convert it crashes
To Reproduce
Steps to reproduce the behavior:
Expected behavior
it should convert the file
Screenshots
no screenshots needed
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: