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 performance #300

Merged
merged 10 commits into from
Apr 28, 2016
Merged

GIF performance #300

merged 10 commits into from
Apr 28, 2016

Conversation

onevcat
Copy link
Owner

@onevcat onevcat commented Apr 28, 2016

  • Improve memory usage for GIF images by avoiding preload all the data once.
  • Introduce AnimatedImageView to play progressing loading GIF data.
  • Keep back compatibility for earlier versions, so you can still play GIF in regular UIImageView with the old way.

@codecov-io
Copy link

codecov-io commented Apr 28, 2016

Current coverage is 76.89%

Merging #300 into master will decrease coverage by -2.64%

@@             master       #300   diff @@
==========================================
  Files            47         48     +1   
  Lines          3976       4370   +394   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           3162       3360   +198   
- Misses          814       1010   +196   
  Partials          0          0          
  1. 2 files in Sources were modified. more
    • Misses -13
    • Hits +114

Powered by Codecov. Last updated by 905c841

@onevcat onevcat merged commit 1109e9b into master Apr 28, 2016
@onevcat onevcat deleted the xspyhack-master branch April 28, 2016 08:43
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.

3 participants