heroku-buildpack-imagemagick

by potatotrain

README.md

heroku-buildpack-imagemagick

Prebuilt imagemagick with libwebp and libheif to be used in a Heroku heroku-16 environment.

CLI Installation

For new applications:

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

For existing applications:

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