Changed sampling filter default to AA

This commit is contained in:
Joar Wandborg 2013-01-22 22:54:10 +01:00
parent 7cd7db5af4
commit 124081040b

View File

@ -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?