root/trunk/system/config/image.php

Revision 3326, 239 bytes (checked in by Shadowhand, 2 months ago)

Core cleanup:

  • Removed SYSPATH check from all files
  • Changed copyrights to 2007-2008 where they had not been updated
  • Started to add @example doc comments
  • Property svn:eol-style set to LF
  • Property copyright set to Copyright (c) 2007 Kohana Team
  • Property svn:keywords set to Id
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.