imagemagick with nodejs not working

纵饮孤独 提交于 2019-11-28 00:11:25

On windows you also need to install the imagemagick exe. The nodejs imagemagick library is just a wrapper for imagemagick exe. So it will not work untill the imagemagick exe is intalled and convert and identify executable are in path.

It is just that you haven't installed ImageMagick in your system. If you are using a Linux distribution you can do:

sudo apt-get install imagemagick
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!