1 <?php
defined('SYSPATH') OR die('No direct script access.');
4 // Provide the default driver to use - eg a value of Imagick will use Image_Imagick as the driver class
5 // If you set a value for this config key, then the Image::$default_driver static variable that was used
6 // to configure earlier versions will be ignored.
7 'default_driver' => NULL,