Buildpack for vendoring ImageMagick 7+ binaries, with HEIC support, into your project. Can be used with Heroku or Dokku.
Aptfile
file from https://github.com/heroku/heroku-buildpack-apt with the following:
libheif-dev
Heroku:
heroku buildpacks:add https://github.com/hello-aurora/imagemagick --index 1 --app <APP_NAME>
Dokku:
dokku buildpacks:add --index 1 <APP_NAME> https://github.com/hello-aurora/imagemagick
Since the installation is cached you might want to clean it out due to config changes.
Heroku:
heroku plugins:install heroku-repo
heroku repo:purge_cache --app <APP_NAME>
Dokku:
dokku repo:purge-cache <APP_NAME>