Changed sampling filter default to AA
This commit is contained in:
parent
7cd7db5af4
commit
124081040b
@ -87,8 +87,8 @@ max_width = integer(default=180)
|
||||
max_height = integer(default=180)
|
||||
|
||||
[media_type:mediagoblin.media_types.image]
|
||||
# One of BICUBIC, BILINEAR
|
||||
resize_filter = string(default="BICUBIC")
|
||||
# One of BICUBIC, BILINEAR, NEAREST, ANTIALIAS
|
||||
resize_filter = string(default="ANTIALIAS")
|
||||
|
||||
[media_type:mediagoblin.media_types.video]
|
||||
# Should we keep the original file?
|
||||
|
Loading…
x
Reference in New Issue
Block a user