mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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}
|
#{from}
|
||||||
-resize #{width}x#{height}
|
-resize #{width}x#{height}
|
||||||
-background transparent
|
-background transparent
|
||||||
-interpolate Catrom
|
-interpolate bicubic
|
||||||
-unsharp 2x0.5+0.7+0
|
-unsharp 2x0.5+0.7+0
|
||||||
-quality 98
|
-quality 98
|
||||||
#{to}
|
#{to}
|
||||||
|
Loading…
Reference in New Issue
Block a user