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:
parent
4295644247
commit
4b611f87e9
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue