changeset 162:3c2674dbd185

Increase the generated mid- and thumbnail images JPEG quality slightly.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 01 Mar 2018 13:37:33 +0200
parents 458c2d6637b1
children 59b06be3f355
files mgallery.inc.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mgallery.inc.php	Thu Mar 01 13:37:07 2018 +0200
+++ b/mgallery.inc.php	Thu Mar 01 13:37:33 2018 +0200
@@ -90,11 +90,11 @@
 
   "tn_width"         => [MG_INT, 140],  // In pixels, applies as bounding box for w/h
   "tn_height"        => [MG_INT, 100],
-  "tn_quality"       => [MG_INT, 77],   // JPEG quality percent
+  "tn_quality"       => [MG_INT, 85],   // JPEG quality percent
 
   "med_width"        => [MG_INT, 960],
   "med_height"       => [MG_INT, 640],
-  "med_quality"      => [MG_INT, 88],
+  "med_quality"      => [MG_INT, 90],
 ];