bumptech / bumptech/glide

GIFs animate slowly with Glide 4.2

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

Description

Here is a screen capture of two gifs playing w/ Glide 3.7:
![fastgif](https://user-images.githubusercontent.com/512439/31472012-f0ca007a-aea0-11e7-882e-2b4ef259a954.gif)

Here is a screen capture of the same two gifs playing w/ Glide 4.2:
![slowgif](https://user-images.githubusercontent.com/512439/31471903-2d611a6a-aea0-11e7-9f92-5ab4d83dc3cb.gif)

`````
GlideApp.with(context)
.load(url)
.diskCacheStrategy(DiskCacheStrategy.ALL)
.into(view);
`````

This happens with any gif that I've tried, here's an example:
https://media.giphy.com/media/3ohjV3cQ9lvPeCVLOg/giphy.gif

**Glide Version**: 4.2.0
**Integration libraries**: None
**Device/Android Version**: Nexus 5, OnePlus One, Pixel

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.