bumptech / bumptech/glide

Extract error thumbnail for image with only red & green color

Open
#5,147 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

**Glide Version**: 4.15.1

**Integration libraries**: No, just load local drawable.

**Device/Android Version**: Nexus One emulator , Pixel 6 (Android 13)

**Issue details / Repro steps / Use case background**:
We use Glide to load some special images which are used to test the screen, and find Glide render incorrect thumbnail. It can be easily reproduce.

**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```java
ImageView myPic = findViewById(R.id.testrb);
Glide.with(this).load(R.drawable.rbgridtest).into(myPic);
```

**Layout XML**:
```xml


```

The runtime image:
![截图 2023-05-22 17-24-45](https://github.com/bumptech/glide/assets/7277559/ba795063-0e44-499f-9e3e-573e90f3d5c3)

The test image 1:
![rbgridtest](https://github.com/bumptech/glide/assets/7277559/34b629ae-0a09-4f8a-8ccc-b2778457c359)
The test image 2:
![rbstriptest](https://github.com/bumptech/glide/assets/7277559/6e396223-41dc-40b6-8f11-46e0ca85cd0e)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.