Open mubarokila opened 1 month ago
Sure, I just added the avif extension: 88bd746359eeca16ca83a7adc1efe495d52d3f7b Feel free to suggest other extensions if more are missing.
Unless you compile the app from source, you'll need to wait for the next DroidFS release for the changes to take effect. In the meantime, you should be able to open AVIF images by clicking on them and selecting "Image" in the "Open as:" popup dialog.
Thanks for adding the extension, i will try compiling it from source while waiting for the next release.
@hardcore-sushi I tried to compile it today, but when i open an AVIF image, it just shows black, and the thumbnails aren't showing up either.
AVIF support might depends on your Android version. What ROM are you running? Also, could you share a logcat of the app after trying to open an AVIF image?
What are the sizes of your images?
My device is running One UI 4.1 (android 12), the image size is about 88 kB
Here is the log droidfs_log.txt
Thank you. Unfortunately it looks like a known Android issue: https://github.com/deckerst/aves/issues/895, https://github.com/coil-kt/coil/issues/1295 Are you able to open your AVIF images with other apps?
I encounter the same issue with random images from the internet, but I can open avif images exported from imagemagick or GIMP properly.
For now, i'm using AVIF Viewer to open AVIF images and there are no issues, my images are mostly the result of conversion using ImageMagick.
AVIF Viewer use its own internal decoder. Are you able to open AVIF images with other apps that use the native Android decoder, such as the gallery app or a file explorer probably?
i try open it using Fossify Gallery and there are no issue , its like require avif-integration
refs: FossifyOrg/Gallery#56
Oh thank you I was not aware of that. I will consider adding avif-integration but I'm afraid this will increase the APK size too much for something that already partially works on some devices.
I get your worry about the APK size. It could be worth a shot, but if it only works partially on some devices right now, maybe it’s better to wait.
I noticed that DroidFS can’t open .avif images right now, Is there a possibility of adding support for the .avif format in the future?