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 decoding is done on UI thread #51

Open
valhentai opened this issue Jul 31, 2018 · 2 comments
Open

Gif decoding is done on UI thread #51

valhentai opened this issue Jul 31, 2018 · 2 comments

Comments

@valhentai
Copy link

The decoding of the gif file is done on the UI thread. it cause a freeze of the application when loading large gif.

@Kanken6174
Copy link

The performance of this package is indeed quite slow, don't overuse it or you might freeze your UI for a few seconds. (my project had ~20 gifs in it and the UI hanged for around 7 seconds when going back and forth through tabs)

@GioviQ
Copy link

GioviQ commented Nov 25, 2021

I experience high CPU usage during animation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants