Vignesh Venkatasubramanian

Results 18 comments of Vignesh Venkatasubramanian

Hi, Are you trying to load an AVIF file or a PNG file? If you are loading a PNG file, the AVIF integration should have no effect on how that...

> Hey @vigneshvg, cdn providers convert the images into the requested format so they are giving us the avif formats only, but glide is not able to handle the transparency...

> Sure, here's a test AVIF file - https://raw.githubusercontent.com/ZAsheesh/Test/main/a.avif Thank you, i will take a look.

> Sure, here's a test AVIF file - https://raw.githubusercontent.com/ZAsheesh/Test/main/a.avif I am able to load this image file successfully with the Glide AVIF integration. Is there a specific error message that...

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

Hi, Thanks for the detailed bug report. The AVIF integration supports images with alpha channel. Do you have an AppGlideModule to activate the AVIF integration? Without the AppGlideModule, Glide will...

I tried this image and i am able to load it fine with 4.13.1. Are you sure you have an AppGlideModule to go along with the use of the AVIF...

Do you have the "annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1'" line in your gradle file ? Otherwise, i am not sure what is going on. Using an empty @GlideModule and the right dependencies, i...

> probably an issue with proguard. We found that it's crashing for release builds not debug. We used the rules as mentioned on the readme. Thanks for mentioning this. This...

I am able to reproduce the issue with minifyEnabled set to true. Will fix soon. Tracking internally as b/224576412.