1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-31 03:19:48 +02:00

Added configuration for default jpeg quality and png compression in the config file, #107.

This commit is contained in:
Mikael Roos
2015-10-21 00:30:01 +02:00
parent ce8ec325d3
commit 8c89166967
3 changed files with 26 additions and 2 deletions

View File

@@ -109,6 +109,19 @@ return array(
/**
* Change the default values for CImage quality and compression used
* when saving images.
*
* Default value:
* jpg_quality: null, integer between 0-100
* png_compression: null, integer between 0-9
*/
//'jpg_quality' => 75,
//'png_compression' => 1,
/**
* The name representing a dummy image which is automatically created
* and stored at the defined path. The dummy image can then be used