1、安装x11,osx muntain lion已经删除了x11,可以安装xquartz,安装地址:https://www.xquartz.org/
2、安装ghostscript
$ brew install ghostscript
$ gs -v
GPL Ghostscript 9.06 (2012-08-08)
Copyright (C) 2012 Artifex Software, Inc. All rights reserved.
3、安装imagemagick
$ brew install imagemagick
$ brew list
$ brew link libpng
$ source .zshrc #我用的zsh,如果你用bash,就source .bashrc
ok,到此可以使用convert命令
$ convert -density 72 a.pdf a.png
4、安装php的module imageick
$ brew install autoconf
$ sudo pecl install imagick
成功安装完成,就可以使用imageick了