Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to load .webp image using Glide in Android

I am using Glide v3.7.0 to load image. I have no problem in loading .png format. But I dont even receive error response while loading .webp. If I tried to load the same url in browser it getting downloaded as file. And the file can be open via Chrome display the image correctly.

like image 258
Ganesh Kanna Avatar asked Nov 08 '22 05:11

Ganesh Kanna


1 Answers

As currently Glide already provide support for .webp images. Please check below open issue on Glide Github repo.

https://github.com/bumptech/glide/issues/571

like image 124
AndiGeeky Avatar answered Nov 24 '22 01:11

AndiGeeky