image icon indicating copy to clipboard operation
image copied to clipboard

config/image.php - Not working - URGENT!

Open matuskm opened this issue 4 years ago • 3 comments

In Laravel 8 isn't working config/image.php. It is still using the GD library. I have to use imagick for HEIF images. But I added this Image::configure(array('driver' => 'imagick')); in function of my Controller and Imagick works!

Do you have some solution? Or why the config isn't works.

Thank you!

matuskm avatar Nov 08 '21 16:11 matuskm

I have the same problem! Itried also to overwrite the config file on intervention/image/src/config folder but still not working, intervention still use gd instead imagick.

exemSK avatar Dec 27 '21 12:12 exemSK

This is caused because it is hardcoded: https://github.com/Intervention/image/blob/master/src/Intervention/Image/ImageManager.php#L16

syntafin avatar Jan 26 '22 06:01 syntafin

Same. Up ?

MrJuliuss avatar May 10 '22 07:05 MrJuliuss