root/trunk/system/config/image.php
| Revision 3326, 239 bytes (checked in by Shadowhand, 2 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | <?php |
| 2 | /** |
| 3 | * @package Image |
| 4 | * |
| 5 | * Driver name. Default: GD |
| 6 | */ |
| 7 | $config['driver'] = 'GD'; |
| 8 | |
| 9 | /** |
| 10 | * Driver parameters: |
| 11 | * ImageMagick - set the "directory" parameter to your ImageMagick installation directory |
| 12 | */ |
| 13 | $config['params'] = array(); |
Note: See TracBrowser
for help on using the browser.
