ImageMagick, a command line utility and programming library, must be installed on the system for Imagick to work.
If this does not work for you, then presumably with Heroku PHP web speakers this is not installed by default. You have two options: you can find a complex way to batch ImageMagick with the application itself, for example by adding compiled binaries to the git source tree. Or you can modify the Heroku PHP buildpack , which is a set of rules that configure web dino before deploying your application, to install ImageMagick along with Apache and PHP. The latter approach is more likely to work.
After you have changed the buildpack, change the application to point to your buildpack fork with Heroku tools from the command line (option --buildpack) and redistribute it.
source share