Ignore:
Timestamp:
May 5, 2009, 11:42:58 PM (15 years ago)
Author:
plg
Message:

feature 981 added: ability to set the compression level for thumbnail creation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/include/config_default.inc.php

    r3137 r3270  
    150150// tn_height : default height for thumbnails creation
    151151$conf['tn_height'] = 128;
     152
     153// tn_compression_level: compression level for thumbnail creation. 0 is low
     154// quality, 100 is high quality.
     155$conf['tn_compression_level'] = 75;
    152156
    153157// show_version : shall the version of Piwigo be displayed at the
Note: See TracChangeset for help on using the changeset viewer.