steeple-org / heroku-buildpack-imagemagick

Provides an updated version of ImageMagick for Heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heroku-buildpack-imagemagick

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

Usage

In your project root:

heroku buildpacks:add https://github.com/steeple-org/heroku-buildpack-imagemagick --index 1

Now, you may configure ImageMagick by writing some config files in the <your app>/config/magick/* directory.

Upgrading

Go to https://github.com/steeple-org/imagemagick-bin/ to find precompiled releases. Edit bin/compile accordingly, push, and redeploy the app.

About

Provides an updated version of ImageMagick for Heroku


Languages

Language:Shell 100.0%