mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 17:53:08 +02:00
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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user