Imported Upstream version 0.6.24+dfsg1
This commit is contained in:
13
lib/kohana/system/config/image.php
Normal file
13
lib/kohana/system/config/image.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
/**
|
||||
* @package Image
|
||||
*
|
||||
* Driver name. Default: GD
|
||||
*/
|
||||
$config['driver'] = 'GD';
|
||||
|
||||
/**
|
||||
* Driver parameters:
|
||||
* ImageMagick - set the "directory" parameter to your ImageMagick installation directory
|
||||
*/
|
||||
$config['params'] = array();
|
||||
Reference in New Issue
Block a user