summaryrefslogtreecommitdiff
path: root/system/config/image.php
blob: 976315cd98146cded5f8c9eacf162f3807cc4218 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php defined('SYSPATH') OR die('No direct access allowed.');
/**
 * Image library config
 *
 * @package    Kohana
 * @author     Kohana Team
 * @copyright  (c) 2007-2009 Kohana Team
 * @license    http://kohanaphp.com/license
 */

/**
 * Image driver
 *
 * @default: 'GD'
 */
$config['driver'] = 'GD';

/**
 * Driver parameters:
 * ImageMagick - set the "directory" parameter to your ImageMagick installation directory
 */
$config['params'] = array();