mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
fixes #2118 add config setting animated_webp_compression_quality (default=70)
This commit is contained in:
parent
4adf36f2e5
commit
1000ae868e
2 changed files with 7 additions and 1 deletions
|
@ -925,6 +925,10 @@ $conf['derivative_default_size'] = 'medium';
|
|||
// EXIF/IPTC... from derivative?
|
||||
$conf['derivatives_strip_metadata_threshold'] = 256000;
|
||||
|
||||
// For animated webP files, to avoid heavy derivatives, set a specific quality,
|
||||
// different from derivatives.resize_quality
|
||||
$conf['animated_webp_compression_quality'] = 70;
|
||||
|
||||
//Maximum Ajax requests at once, for thumbnails on-the-fly generation
|
||||
$conf['max_requests']=3;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue