Trouble installing ImageMagick on OS X 10.7.2
I wanted to use the node-imagemagick library but was getting weird error messages coming from the `identify` binary although I had installed ImageMagick through brew (brew install imagemagick).
I fixed it by grabbing the latest libfreetype from another brew package and linking it to the old library:
Found a typo? Want to improve this post? Edit on GitHub.