Skip to content

umamaistempo/exmagick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExMagick

USAGE

defp deps do
  [{:exmagick, "~> 0.0.1"}]
end

DEPENDENCIES

Linux

  • libtool
  • c compiler
  • graphicsmagick

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

LINKS

LICENSE

  • BSD3

About

GraphicsMagick bindings for Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 48.2%
  • Elixir 44.6%
  • Makefile 6.7%
  • Shell 0.5%