File indexing completed on 2025-01-26 05:29:13
0001 <?php 0002 0003 return [ 0004 0005 /* 0006 |-------------------------------------------------------------------------- 0007 | Image Driver 0008 |-------------------------------------------------------------------------- 0009 | 0010 | Intervention Image supports "GD Library" and "Imagick" to process images 0011 | internally. You may choose one of them according to your PHP 0012 | configuration. By default PHP's "GD Library" implementation is used. 0013 | 0014 | Supported: "gd", "imagick" 0015 | 0016 */ 0017 0018 'driver' => 'gd' 0019 0020 ];