Files
faveo/config/image.php
Bhanu Slathia c710c20b9e Update v1.0.6
2016-02-16 23:22:09 +05:30

19 lines
532 B
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| Image Driver
|--------------------------------------------------------------------------
|
| Intervention Image supports "GD Library" and "Imagick" to process images
| internally. You may choose one of them according to your PHP
| configuration. By default PHP's "GD Library" implementation is used.
|
| Supported: "gd", "imagick"
|
*/
'driver' => 'gd'
);