Sam

Results 98 comments of Sam

@greyson-signal thanks for the detailed report. @Tolriq if you do get more specific reports and especially any sample images where the issue reproduces, please let me know. Assuming I'm understanding...

I totally agree that you'd need these methods to implement a similarly sane Transformation. However, given a series of improvements in the framework, can you just allocate a new Bitmap...

There is simple sample code here: https://bumptech.github.io/glide/doc/transformations.html#custom-transformations. That does not use the methods you mention. Just to clarify - using the BitmapPool will not make your transformation faster. All it...

I'm not able to reproduce this with the given image on an API 30 emulator. Using either a File or a filepath both work.

Thanks for the sample app. This is a duplicate of #4778 and is fixed in 4.14.0

centerCrop means you want the image to fill the view. You can override that with one of the other transformations as you've noted. By default we upscale images so that...

What context are you using to start the load? Is the Application context?

NotificationTarget was a contribution that lets you add images to notifications. Neither it nor the permission are used unless you use that class. There's a bunch of information on suppressing...

Hmm I also can't reproduce this when I build Glide or Glide's sample apps with target and compile sdk set to 33.