Changed sampling filter default to AA
authorJoar Wandborg <joar@wandborg.se>
Tue, 22 Jan 2013 21:54:10 +0000 (22:54 +0100)
committerJoar Wandborg <joar@wandborg.se>
Tue, 22 Jan 2013 22:28:17 +0000 (23:28 +0100)
mediagoblin/config_spec.ini

index ca06cc0ae27d7f2bdb24eca236b34bf65170e58e..50ce252e61cce12729688f9c455969cc71654811 100644 (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?