glide
glide copied to clipboard
An image loading and caching library for Android focused on smooth scrolling
I use glideCompose1.0.0-beta01 When I use mutableStateMapOf as the data source to populate lazyRow, using repeated image paths does not seem to trigger an update. Below is my code ```kotlin...
Hi, I have recently migrated to use andriodx libraries and now glide has stopped loading images. Earlier glide was loading images perfectly. Currently I am using glide 4.16.0 version. implementation...
i got the error and the imageUrl is https://head.miyiapp.com/android/781015001706435046968.jpg?x-oss-process=image/resize,m_mfit,h_250,w_250 , error message is below: java.lang.RuntimeException(setDataSourceCallback failed: status = 0x80000000) call GlideException#logRootCauses(String) for more detail Cause (1 of 1): class java.lang.RuntimeException:...
hi. I'm SeungBeom :) First of all, thank you so much for making a great library. Our app uses this library well. I've already checked same other issues here. (like...
I'm not sure what's wrong with the config, but I submitted a PR (https://github.com/bumptech/glide/pull/5357) that broke `DownsamplerEmulatorTest` for SDK < 34, but it was able to be merged with no...
We need to update the remainder of TransformationUtils (i.e., not rotateImageExif which was handled in https://github.com/bumptech/glide/issues/5333) to remove usage of BitmapPool and use Bitmap.create to create Bitmaps. See https://github.com/bumptech/glide/pull/5334/ for...
There is an AOSP bug in the original Android U release in https://android.googlesource.com/platform/frameworks/base/+/master/libs/hwui/HardwareBitmapUploader.cpp where single-channel bitmaps are initialized with the wrong GL enum (`GL_R8` instead of `GL_RGBA`, introduced in https://cs.android.com/android/_/android/platform/frameworks/base/+/a008aa9c85bc136daefc4e056d88008cc4f55781:libs/hwui/HardwareBitmapUploader.cpp;dlc=4207fcf360998d0c6717f430c00aab13e5de80b9),...
## Description ## Motivation and Context
**Glide Version**: 4.9.0 **Integration libraries**: No **Device/Android Version**: Galexy S22+ **Issue details / Repro steps / Use case background**: printStackTrace() from GlideException class having security issue in application. This needs...
I Have add ` implementation ('com.github.bumptech.glide:glide:4.16.0') { transitive = true }` and ` implementation "com.github.bumptech.glide:compose:1.0.0-beta01" ` into my project,but when I ues GlideImage ,idea hint no this Composable