ExfileImagemagick
An ImageMagick file processor suite for Exfile.
Requirements
- A working ImageMagick installation.
identify
andconvert
must be in thePATH
of the running environment. - Elixir
~> 1.2.0
Installation
Add exfile_imagemagick to your list of dependencies in
mix.exs
:def deps do [{:exfile_imagemagick, "~> 0.1.0"}] end
Ensure exfile_imagemagick is started before your application:
def application do [applications: [:exfile_imagemagick]] end
Usage
exfile_imagemagick
automatically registers 4 processors:
convert
fill
limit
metadata