glide icon indicating copy to clipboard operation
glide copied to clipboard

Fix gaps in gainmap support in TransformationUtils

Open falhassen opened this issue 1 year ago • 0 comments
trafficstars

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 an example of how to do it.

falhassen avatar Feb 03 '24 01:02 falhassen