ExMagick

USAGE

defp deps do
[{:exmagick, git: "https://github.com/xerpa/exmagick.git"}]
end

DEPENDENCIES

Linux

Example: Arch Linux

$ pacman -S gcc make libtool graphicsmagick

Example: Debian

$ apt-get install gcc make libtool-bin libgraphicsmagick1-dev

OSX:

$ brew install libtool
$ brew install graphicsmagick

INSTALLING

If you have all dependencies satisfied then the following should pass:

$ mix test

LICENSE