bumptech / bumptech/glide

Fix gaps in gainmap support in TransformationUtils

Open
#5,367 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
35k
Forks
6.2k
Avg merge
1d 11h
Merged PRs (30d)
8

Description

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.

Contributor guide

Open the contributing guide

Research direction

Start by reading TransformationUtils and the example in pull request #5334, while noting that rotateImageExif was handled separately in issue #5333. Update the remaining gainmap-related paths to stop using BitmapPool and create Bitmaps with Bitmap.create; done means the remainder follows the example without changing rotateImageExif.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile-dev
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.