heroku-buildpack-imagemagick-7.0.8

by dartsatlas

README.md

heroku-buildpack-imagemagick

This is a Heroku buildpack for vendoring the ImageMagick binaries into your project.

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/dartsatlas/heroku-buildpack-imagemagick-7.0.8.git

For existing applications:

$ heroku buildpacks:set https://github.com/dartsatlas/heroku-buildpack-imagemagick-7.0.8.git -a YOUR_APP_NAME