Reputation: 27
Im wondering whether there is a library or a way to display .avif images on android versions lower than 12, since avif is supported from android 12+.
I tried using Glide and Picasso, but it just displays a empty view, when passing on an avif file format URL, on an android 9.0.
Any help is greatly appreciated
Upvotes: 1
Views: 1793
Reputation: 27
I successfully used libavif library to display .avif images on versions lower than android 12.0.
https://github.com/maoabc/libavif-android
Upvotes: 0
Reputation: 46
There is such possibility. For example: Screenshot in https://twitter.com/novomesk/status/1615032841502593026
"Index" application from mauikit.org uses Qt. Adding an Qt plug-in with AVIF support enables the application to open AVIF images.
Upvotes: 0