bumptech / bumptech/glide

Blur pixels upscaling gif pixel art

Open
#4,466 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.11.0

**Integration libraries**: No

**Device/Android Version**: OnePlus 5T/Android 10

**Issue details / Repro steps / Use case background**: I am doing pixel art and when I add the gif in an imageView with dimensions greater than that of the image, the pixels are blurred, I would like to see the square pixels

**Glide load line / `GlideModule` (if any) / list Adapter code (if any)**:
```java
Glide.with(context).load(img).transition(withCrossFade()).into(MainActivity.imgPok);
```

**Layout XML**:
```xml

```

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.