ImageMagick Brew installation with PHP Module in Mac OS X
php72-imagick
is now deprecated as imagick is part of php binary itself. Use pecl
to install imagick e.g.:
brew install php
brew install imagemagick
brew install pkg-config
pecl install imagick
I just did this after a lot of experimenting. For now, this seems to be the way to do it for php 5.3:
brew tap josegonzalez/php
brew tap homebrew/dupes
brew install php53-imagick
No idea who Jose Gonzalez is but apparently we are in his debt....