Skip to content

Commit

Permalink
Merge pull request #15 from Vivino/master
Browse files Browse the repository at this point in the history
Edited README
  • Loading branch information
seanooi committed Dec 15, 2014
2 parents 99f46b5 + d426ca4 commit 97e7a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If you need to fine tune the performance of the encoding algorithm you can speci
// alpha value is [0, 1]
[UIImage imageToWebP:[UIImage imageNamed:@"demo.jpg"] quality:quality alpha:alpha
preset:WEBP_PRESET_DEFAULT
config:^(WebPConfig *config) {
configBlock:^(WebPConfig *config) {
config->sns_strength = 50.0f;
config->filter_strength = 0.0f;
config->method = 2;
Expand Down

0 comments on commit 97e7a14

Please sign in to comment.