diff options
author | Ben Coburn <btcoburn@silicodon.net> | 2006-05-16 08:23:21 +0200 |
---|---|---|
committer | Ben Coburn <btcoburn@silicodon.net> | 2006-05-16 08:23:21 +0200 |
commit | 2b03e74de514af15d4004e7635625fa64816231a (patch) | |
tree | e1d60964b029476328279d9bf0f7f4e83068d74c /conf/dokuwiki.php | |
parent | db1fc0df0c64ca0e16140e9be6d15815cdefc767 (diff) | |
download | rpg-2b03e74de514af15d4004e7635625fa64816231a.tar.gz rpg-2b03e74de514af15d4004e7635625fa64816231a.tar.bz2 |
jpg quality option
- Adds a jpg quality setting for scaled images
(Some images were getting too many jpg artifacts
at the hard-coded compression setting.)
- Creates a group for the media settings in the
config plugin.
darcs-hash:20060516062321-05dcb-a175b0de3264322a335cf60d8ee96317f7b03144.gz
Diffstat (limited to 'conf/dokuwiki.php')
-rw-r--r-- | conf/dokuwiki.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 7d70838da..d1fc851fd 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -78,6 +78,7 @@ $conf['notify'] = ''; //send change info to this email (leave $conf['mailfrom'] = ''; //use this email when sending mails $conf['gdlib'] = 2; //the GDlib version (0, 1 or 2) 2 tries to autodetect $conf['im_convert'] = ''; //path to ImageMagicks convert (will be used instead of GD) +$conf['jpg_quality'] = '70'; //quality of compression when scaling jpg images (0-100) $conf['spellchecker']= 0; //enable Spellchecker (needs PHP >= 4.3.0 and aspell installed) $conf['subscribers'] = 0; //enable change notice subscription support $conf['compress'] = 1; //Strip whitespaces and comments from Styles and JavaScript? 1|0 |