aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-04-20 11:03:48 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-04-20 11:03:48 -0500
commit8aa18b668204d05e291099f4c2c5c1dff44d4c8b (patch)
tree18407ec5a1c352b7d88be8d9b9880af29d73d9d4
parent7bb26613a3fb180270622983f2ab33ec50b60862 (diff)
downloadmediagoblin-8aa18b668204d05e291099f4c2c5c1dff44d4c8b.tar.lz
mediagoblin-8aa18b668204d05e291099f4c2c5c1dff44d4c8b.tar.xz
mediagoblin-8aa18b668204d05e291099f4c2c5c1dff44d4c8b.zip
bumping image quality to 90, after conversation with Elrond
-rw-r--r--mediagoblin/config_spec.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini
index ae1b30ef..850a947b 100644
--- a/mediagoblin/config_spec.ini
+++ b/mediagoblin/config_spec.ini
@@ -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=85)
+quality = integer(default=90)
[media_type:mediagoblin.media_types.video]
# Should we keep the original file?