bumptech / glide

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

Home Page:https://bumptech.github.io/glide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix gaps in gainmap support in TransformationUtils

falhassen opened this issue · comments

We need to update the remainder of TransformationUtils (i.e., not rotateImageExif which was handled in #5333) to remove usage of BitmapPool and use Bitmap.create to create Bitmaps. See #5334 for an example of how to do it.