glide icon indicating copy to clipboard operation
glide copied to clipboard

An image loading and caching library for Android focused on smooth scrolling

Results 345 glide issues
Sort by recently updated
recently updated
newest added
trafficstars

**I think your priorities is skewed!** You do support other formats like AVIF images, Why not support SVG, it is much used in Android!

**Glide Version**: 4.13.2 **Device/Android Version**: Any/All **Issue details / Repro steps / Use case background**: I have a a couple loaders that are used in fallback cases if no previous...

bug

avif decoder is dependent on cpu , sometimes this decode process is too long 、sush as spending 10s or 5s Is there a good optimization scheme?

AVIF

Hi, I need to preload a lot of images with different priorities. I'm doing it like this: ``` model.images.map { item -> val target = GlideApp.with(contextProvider.get()) .load(imageMapper.map(model.settings, item.image)) .priority(item.priority.toGlidePriority()) .diskCacheStrategy(DiskCacheStrategy.AUTOMATIC)...

Any idea of what is this? This is the implementation ![image](https://user-images.githubusercontent.com/4177453/114197766-a9b2c280-9920-11eb-9192-db38c51dc294.png) `I/Glide: Root cause (1 of 4) java.lang.RuntimeException: setDataSourceCallback failed: status = 0x80000000 at android.media.MediaMetadataRetriever._setDataSource(Native Method) at android.media.MediaMetadataRetriever.setDataSource(MediaMetadataRetriever.java:209) at com.bumptech.glide.load.resource.bitmap.VideoDecoder$ByteBufferInitializer.initialize(VideoDecoder.java:324)...

I am profiling memory on my app usage and was looking at the built-in `tremMemory(int level)` methods in `LruResourceCache` and `LruBitmapPool` to see what their behavior is when I invoke...

enhancement
help wanted
good first issue

**Glide Version**: 4.12.0 **Device/Android Version**: on some device **Issue details / Repro steps / Use case background**: What I expected is when image loaded then the close button will appear....

**Glide Version**: 4.11.0 **Integration libraries**: okhttp3-3.12.0 **Device/Android Version**: RedMi k40 / android 12 **Issue details / Repro steps / Use case background**: when load gif, the memory keep increase. Seems...

on browser gif looping works fine after 2 run stop animation same behave should be in mobile but ignore the file setting and run infinity loop. i want to loop...

**Glide Version**: 4.13.1 **Integration libraries**: Okhttp-4.9.0 **Device/Android Version**: Samsung M30s/10 **Issue details / Repro steps / Use case background**: App is crashing while using latest glide with AVIF integration. **Glide...