Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjwchn committed Apr 24, 2016
1 parent 8fec419 commit ca2b4f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ An animated GIF engine for iOS in Swift with low memory & cpu usage.
![video](http://i.imgur.com/XOoq9mP.gif)

##Features
- [x] Optimized for Multi-Image case.[New]
- [x] Using asynchronous image decoding to reduce the main thread CPU usage.[NEW]
- [x] Optimized for Multi-Image case.
- [x] As UIImage and UIImageView extension,easy to use.
- [x] Have a great performance on memory usage by using producer/consumer pattern.
- [x] Have a great performance on CPU usage by using asynchronous loading.
Expand Down

0 comments on commit ca2b4f7

Please sign in to comment.