About ImageMagick |
Hi,
I was enabled imagemagick on my localhost. There is a document for that. https://codeigniter4.github.io/userguide...mages.html But there is no information about using imagemagic with CLI support. I can use imagemagick with my frontend but not working with CLI. I got "missingExtension" error but not missing. Any idea ? Thanks. Images.php My configs are, public $defaultHandler = 'imagick'; public $libraryPath = 'C:\\ImageMagick\\magick.exe'; Example, $image = \Config\Services::image('imagick'); var_dump($image); |
Welcome Guest, Not a member yet? Register Sign In |