kevbaldwyn / image

Responsive images and on the fly image sizing for laravel 4 and fuel php
23 stars 13 forks source link

no decode delegate for this image format `Gd' #15

Closed ddjikic closed 10 years ago

ddjikic commented 10 years ago

Hi i have an issue when i use

Image::path('/someimage.jpg', 'resizeCrop', 400, 200)

i get no decode delegate for this image format Gd' or no decode delegate for this image formatImagick' i have installed imagic and gd and they are shown with php_info

ddjikic commented 10 years ago

ImageServiceProvide.php line 42 return \Imagecow\Image::create(Config::get('image::worker'));

and in imagecow its public static function create($image, $library = null) sooo i think that this library is requiring wrong version of imagecow

kevbaldwyn commented 10 years ago

This has been fixed by schoox and is now available in the 1.1 branch. I am re-writing an implementation to take into account the newer version of image cow and bring some other improvements.