Commit 4556e12f7c106f78e2efb415fa65bb58f119de7a

Authored by Krzysiek Szczuka
Committed by GitHub
2 parents 30d95a60 bcd11627
Exists in master

Merge pull request #12 from gaolei/master

Fix bug imagemagick-7.0.5-4
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/letter_avatar.rb
@@ -25,7 +25,6 @@ module LetterAvatar @@ -25,7 +25,6 @@ module LetterAvatar
25 -gravity center 25 -gravity center
26 -thumbnail #{width}x#{height}^ 26 -thumbnail #{width}x#{height}^
27 -extent #{width}x#{height} 27 -extent #{width}x#{height}
28 - -interpolate bicubic  
29 -unsharp 2x0.5+0.7+0 28 -unsharp 2x0.5+0.7+0
30 -quality 98 29 -quality 98
31 #{to} 30 #{to}