Libvips Elixir wrapper for libvips. Open an issue if you want to use it Installation def deps do [ {:libvips, github: "hissssst/libvips"} ] end Configuration config :libvips, vips_executable: "path/to/vips" config :libvips, vipsheader_executable: "path/to/vipsheader"