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

Feature gif first image #591

Merged
merged 2 commits into from
Feb 10, 2017
Merged

Feature gif first image #591

merged 2 commits into from
Feb 10, 2017

Conversation

onevcat
Copy link
Owner

@onevcat onevcat commented Feb 10, 2017

This pull-request implements the feature of only loading the first frame of a GIF file.

It could help to save memory when loading a list (table view) of GIF file. Originally, all the GIFs will be loaded and animated. However, it is not a good idea to do so, since it will eat quite a lot of memory. Instead, we may want to load and decode the first frame of a GIF file as a preview or thumbnail. Then user could be navigated to a detail view will full, animating GIF image.

@onevcat
Copy link
Owner Author

onevcat commented Feb 10, 2017

This should fix #492 and #375

@onevcat onevcat merged commit 1da0c5a into master Feb 10, 2017
@onevcat onevcat deleted the feature/gif-first-image branch February 10, 2017 07:54
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

Successfully merging this pull request may close these issues.

1 participant