valet --version): Valet+ 1.0.29Why implement this feature?
Imagemagick isn't a part of valet-php, but is used by various parts of Magento - eg catalog:image:resize
@Leland I was under the impression that extension was deprecated. Or am I wrong?
@Neodork
When I try to install imagemagick via pecl on [email protected] I get this
No releases available for package "pecl.php.net/imagemagick"
install failed
Do you have any insight?
Ran into the same issue of a project depending on imagick with Magento 2.3.3, tried to install imagick using installation suggestions from https://ma.ttias.be/install-phps-imagick-extension-on-mac-with-brew/ but failed doing so (in fact it totally screwed up my installation).
Note: be aware of a typo. Not sure if Imagemagick and imagick are different.
brew install imagemagickpecl install imagickWorked for me.
@royduin Do you know which version of PHP your valet sites are using? Is it valet-php?
$ which php
/usr/local/opt/[email protected]/bin/php
$ which pecl
/usr/local/opt/[email protected]/bin/pecl
Most helpful comment
brew install imagemagickpecl install imagickWorked for me.