aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2009-05-05 22:16:05 +0000
committerplegall <plg@piwigo.org>2009-05-05 22:16:05 +0000
commitf3cdd38fe4475361d96b019d60c273d47e749c7b (patch)
tree363ce0acaf8fc23629cddb53521cea2b322ef651 /include/config_default.inc.php
parent24ed6dab41616667ac990f0f2979c6b7082477bf (diff)
merge r3270 from branch 2.0 to trunk
feature 981 added: ability to set the compression level for thumbnail creation. git-svn-id: http://piwigo.org/svn/trunk@3271 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r--include/config_default.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index 81fe7ef0f..f44bcd7b8 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -150,6 +150,10 @@ $conf['tn_width'] = 128;
// tn_height : default height for thumbnails creation
$conf['tn_height'] = 128;
+// tn_compression_level: compression level for thumbnail creation. 0 is low
+// quality, 100 is high quality.
+$conf['tn_compression_level'] = 75;
+
// show_version : shall the version of Piwigo be displayed at the
// bottom of each page ?
$conf['show_version'] = true;