Vignesh Venkatasubramanian

Results 18 comments of Vignesh Venkatasubramanian

This issue is now fixed and should be available in the next glide release. In the meantime, if you would like to pick up the fix, you could depend directly...

@oluwabajio yeah it is the same issue that was fixed. i will get back to you about the tagged release soon. thanks!

Tagged release 4.13.2 should fix AVIF related issues: https://github.com/bumptech/glide/releases/tag/v4.13.2

Yes AVIF decoder is dependent on the CPU. But ideally it should not take that long on any modern device. Do you have a sample image that takes 5-10s to...

Can you elaborate on what the "conflict" is? Can you also please provide your build.gradle, GlideModule and the Glide usage code snippet?

> [Android 12 introduces support for AVIF.](https://developer.android.com/about/versions/12/features#avif) Does this mean Glide can now take advantage of hardware acceleration (if available) to decode AVIFs? Glide's AVIF integration is software only. So...

> @vigneshvg, do you think the platform decoder is having trouble decoding AVIF images? Including the glide avif integration library fixes this issue (it is now using the decoder provided...

> @vigneshvg > > Wait, there is an addon-library of loading AVIF via Glide even on old versions of Android? Yes there is! That is exactly what the Glide AVIF...