Skip to content

Provides an updated version of ImageMagick for Heroku

Notifications You must be signed in to change notification settings

hello-aurora/imagemagick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 

Repository files navigation

ImageMagick

Buildpack for vendoring ImageMagick 7+ binaries, with HEIC support, into your project. Can be used with Heroku or Dokku.

Requirements

libheif-dev

Installation

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

Clear cache

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>

About

Provides an updated version of ImageMagick for Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%