# HG changeset patch # User Matti Hamalainen # Date 1519904253 -7200 # Node ID 3c2674dbd18534c328bcf67e5ae0c55a848b71d9 # Parent 458c2d6637b1b5397da3a3bc239212183ed1f985 Increase the generated mid- and thumbnail images JPEG quality slightly. diff -r 458c2d6637b1 -r 3c2674dbd185 mgallery.inc.php --- 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], ];