Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gif animation frame rate issue #2175

Closed
vishal-i4gs opened this issue Jul 26, 2017 · 6 comments
Closed

Gif animation frame rate issue #2175

vishal-i4gs opened this issue Jul 26, 2017 · 6 comments
Labels

Comments

@vishal-i4gs
Copy link

I have been using compile 'com.github.bumptech.glide:glide:4.0.0-RC1'. I am consistently seeing a frame rate difference on phones compared to the original. I also note that the gifs are playing well on the simulator and also on the browser/others apps on the phone.

I am using this :
GlideApp.with(this)
.asGif()
.diskCacheStrategy(DiskCacheStrategy.NONE)
.load(R.drawable.giphy)
.fitCenter()
.into(image);

@didixyy
Copy link

didixyy commented Sep 21, 2017

I also have this problem

@459902507
Copy link

459902507 commented Sep 21, 2017

I also have this problem in compile 'com.github.bumptech.glide:glide:3.8.0'

@TWiStErRob
Copy link
Collaborator

An example please..., this is highly dependent on the actual frame delays encoded in the GIF header.

@TWiStErRob
Copy link
Collaborator

TWiStErRob commented Sep 21, 2017

Also which devices have this issue, which browsers/apps don't?

@459902507
Copy link

Yes, I think so, but I use compile 'pl.droidsonroids.gif: android-gif-drawable: 1.2.8' can be the correct frame rate on the same phone to play gif.

@stale
Copy link

stale bot commented Nov 11, 2017

This issue has been automatically marked as stale because it has not had activity in the last seven days. It will be closed if no further activity occurs within the next seven days. Thank you for your contributions.

@stale stale bot added the stale label Nov 11, 2017
@stale stale bot closed this as completed Nov 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants