changeset 95:b8c6e3909972

Adjust the default thumb/mid image size and quality settings.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 16 Sep 2016 04:10:41 +0300
parents 1e9a6e773627
children 0a1bc4556cc5
files mgallery.inc.php
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.inc.php	Fri Sep 16 04:09:58 2016 +0300
+++ b/mgallery.inc.php	Fri Sep 16 04:10:41 2016 +0300
@@ -86,11 +86,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, 75),   // JPEG quality percent
+  "tn_quality"       => array(MG_INT, 77),   // JPEG quality percent
 
-  "med_width"        => array(MG_INT, 800),
-  "med_height"       => array(MG_INT, 600),
-  "med_quality"      => array(MG_INT, 80),
+  "med_width"        => array(MG_INT, 960),
+  "med_height"       => array(MG_INT, 640),
+  "med_quality"      => array(MG_INT, 88),
 );