| | 7 | 'unsupported_method' => 'Your configured driver does not support the %s image transformation.', |
| | 8 | 'file_not_found' => 'The specified image, %s was not found. Please verify that images exist by using <tt>file_exists</tt> before manipulating them.', |
| | 9 | 'type_not_allowed' => 'The specified image, %s, is not an allowed image type.', |
| | 10 | |
| | 11 | // ImageMagick specific messages |
| | 12 | 'imagemagick' => array |
| | 13 | ( |
| | 14 | 'not_found' => 'The ImageMagick directory specified does not contain a required program, %s.', |
| | 15 | ), |
| | 16 | |
| | 17 | |
| | 18 | // GD specific messages |
| | 19 | 'gd' => array |
| | 20 | ( |
| | 21 | 'requires_v2' => 'The Image library requires GD2. Please see http://php.net/gd_info for more information.', |
| | 22 | ), |