changeset 58:8477b7cf04cc

Adjust thumbnail and medium image JPEG quality settings to be somewhat saner.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Sep 2016 13:51:25 +0300
parents 29bb365e3ee2
children 3059296c9914
files mgallery.inc.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.inc.php	Mon Sep 12 13:50:59 2016 +0300
+++ b/mgallery.inc.php	Mon Sep 12 13:51:25 2016 +0300
@@ -84,11 +84,11 @@
 
   "tn_width"         => array(MG_INT, 140),  // In pixels, applies as bounding box for w/h
   "tn_height"        => array(MG_INT, 100),
-  "tn_quality"       => array(MG_INT, 80), // JPEG quality percent
+  "tn_quality"       => array(MG_INT, 75),   // JPEG quality percent
 
   "med_width"        => array(MG_INT, 800),
   "med_height"       => array(MG_INT, 600),
-  "med_quality"      => array(MG_INT, 95),
+  "med_quality"      => array(MG_INT, 80),
 );