我即将在Heroku(标准版)上部署我的网络应用程序。那么我可以直接开始使用Imagemagick吗?我已经将它安装在我的计算机本地,显然我的应用程序中也需要该模块。
它会在我的机器上工作吗?比如调整图像大小并从特定文件夹中获取图像的src路径,就像我在计算机上一样(我在部署时说新手很抱歉)。
答案 0 :(得分:3)
你必须在heroku上添加imagemagick buildpack:
heroku buildpacks:add --index 1 https://github.com/ello/heroku-buildpack-imagemagick.git
然后您可以使用库来调用imagemagick