Bumping the default image quality up to 85.

This commit is contained in:
Christopher Allan Webber 2013-04-20 10:51:48 -05:00
parent 35f6d6a750
commit 7bb26613a3

View File

@ -92,7 +92,7 @@ max_height = integer(default=180)
# One of BICUBIC, BILINEAR, NEAREST, ANTIALIAS
resize_filter = string(default="ANTIALIAS")
#level of compression used when resizing images
quality = integer(default=75)
quality = integer(default=85)
[media_type:mediagoblin.media_types.video]
# Should we keep the original file?