How can I use the latest version of Imagemagick on Heroku?
问题 Heroku Cedar-14 stack currently runs a version of ImageMagick (6.7.7-10) that is nearly a year old: Running `identify -version` attached to terminal... up, run.8227 Version: ImageMagick 6.7.7-10 2014-03-06 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: OpenMP I want to use the -canny option that performs edge detection in an image, but this was only introduced in a later version of ImageMagick. The only available buildpack for ImageMagick on