Skip to content

Instantly share code, notes, and snippets.

@solisoft
Created December 19, 2012 14:13
Show Gist options
  • Save solisoft/4336941 to your computer and use it in GitHub Desktop.
Save solisoft/4336941 to your computer and use it in GitHub Desktop.
Downgrade imagemagick using brew
# First check imagemagick versions
brew versions imagemagick
brew uninstall imagemagick
cd /usr/local/Cellar
git checkout 834ce4a /usr/local/Library/Formula/imagemagick.rb
brew install imagemagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment