Skip to content

Instantly share code, notes, and snippets.

@johnbeynon
Created October 30, 2015 11:03
Show Gist options
  • Save johnbeynon/85f19c43d7206d7766aa to your computer and use it in GitHub Desktop.
Save johnbeynon/85f19c43d7206d7766aa to your computer and use it in GitHub Desktop.
Imagemagick buildpack

Before:

$ heroku run bash
~ $ convert --version
Version: ImageMagick 6.7.7-10 2014-03-06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP

After:

$ heroku run bash
convert --verconvert --versio~ $ convert --version
Version: ImageMagick 6.8.9-9 Q16 x86_64 2015-01-06 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png tiff wmf x xml zlib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment