Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
seanooi committed Dec 8, 2014
1 parent 2a72752 commit 8dd4944
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Google's WebP image format offers better compression compared to PNG or JPEG, al

###The CocoaPods Way
```ruby
pod 'iOS-WebP', '0.3.1'
pod 'iOS-WebP', '0.4'
```

###The Manual Way
Expand Down Expand Up @@ -108,7 +108,8 @@ All possible config values can be found in encode.h in the WebPConfig stuct.
UIImage *transparencyImage = [[UIImage imageNamed:image.jpg] imageByApplyingAlpha:0.5];
```

Credit
Credits
========
* Based off [WebP-iOS-example](https://github.com/carsonmcdonald/WebP-iOS-example "WebP-iOS-example") by Carson McDonald
* `imageByApplyingAlpha:alpha` function contributed by [shmidt](https://github.com/shmidt)
* `WebPConfig` block and `WebPPreset` options contributed by [weibel](https://github.com/weibel) and [escherba](https://github.com/escherba)

0 comments on commit 8dd4944

Please sign in to comment.