mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-21 15:21:23 +02:00
resize-strategies together with no upscale
This commit is contained in:
@@ -13,7 +13,8 @@ return array(
|
||||
* Default values:
|
||||
* mode: 'production'
|
||||
*/
|
||||
//'mode' => 'production', // 'development', 'strict'
|
||||
//'mode' => 'production', // 'development', 'strict'
|
||||
'mode' => 'development', // 'development', 'strict'
|
||||
|
||||
|
||||
|
||||
@@ -21,11 +22,9 @@ return array(
|
||||
* Where are the sources for the classfiles.
|
||||
*
|
||||
* Default values:
|
||||
* autoloader: null // used from v0.6.2
|
||||
* cimage_class: null // used until v0.6.1
|
||||
* autoloader: null
|
||||
*/
|
||||
'autoloader' => __DIR__ . '/../autoload.php',
|
||||
//'cimage_class' => __DIR__ . '/../CImage.php',
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user