Skip to content

WeTransfer/heroku-buildpack-imagemagick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This has been (manually) forked from ello/heroku-buildpack-imagemagick.

The main difference is that it actually supports reading environment variables to set the version of ImageMagick to compile.


heroku-buildpack-imagemagick

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

How it works

Rather than pulling down binary dependencies from a package manager and extracting them into place, this buildpack compiles Imagemagick from source the first time an app is built with it. The compiled binaries are cached for future builds, so this penalty is only incurred once.

This has the downside of a (potentially very long) deploy time for the first push, with the benefit of a less-fragile build product that's somewhat less likely to break due to platform and dependency shifts. Or at least, that's the hope!

Stack compatibility

This buildpack is tested primarily against the cedar-14 stack. Currently, a workaround is required to make it work on the newer heroku-16 stack - see ello/heroku-buildpack-imagemagick#17 for details.