Commit bcd11627d9eddddc76b8213362b2277874ce584f
1 parent
30d95a60
Exists in
master
Fix bug imagemagick-7.0.5-4
mac10.12.3 imagemagick-7.0.5-4 ghostscript-9.21 letter_avatar (0.3.2) Can’t resize . imagemagick-7.0.5-4 don’t support -interpolate bicubic
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} |