sudo port install ImageMagickThis will take a while, so please be patient. For me, it took around 20-30 minutes to install all dependencies. Update MAMP envvars Open file /Applications/MAMP/Library/bin/envvars and comment out the first two lines and add the line below:
#DYLD_LIBRARY_PATH="/Applications/MAMP/Library/lib:$DYLD_LIBRARY_PATH" #export DYLD_LIBRARY_PATH export PATH="$PATH:/opt/local/bin"Finally restart MAMP server. PHP Imagick I do have PHP Imagick installed, I am not sure whether it will work without it or not, if it doesn’t work for you, try to install it first. To installed imagick, using pecl command:
pecl install imagickuse “/opt/local” as installation directory on prompt. Then restart MAMP again. It worked for me under OS X 10.6.8 with MAMP 2.0.5 installation, hope this helps.