use bicubic so we support earlier image magicks like the one in docker

TODO upgrade docker base image to latest image magick
This commit is contained in:
Sam Saffron 2014-05-27 15:38:11 +10:00
parent 4295644247
commit 4b611f87e9
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class OptimizedImage < ActiveRecord::Base
#{from}
-resize #{width}x#{height}
-background transparent
-interpolate Catrom
-interpolate bicubic
-unsharp 2x0.5+0.7+0
-quality 98
#{to}