GM为NodeJS提供问题

时间:2014-09-22 09:34:38

标签: node.js node-imagemagick

我想在我的nodejs应用程序中使用GM,但它似乎不起作用...当我尝试获取图像的大小时,我收到错误消息...

我的代码:

gm(request.files.file.path)
.size(function (err, size) {
  console.log(err);
});

我的错误讯息:

{[Error: spawn ENOENT] code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn'}

我的文件上传得很好,当我放request.files.file.path时,我有一个正确的文件路径。

编辑#1:

console.log(request.files.file.path);

// public\uploads\d8fsd5645fsd4fsd4fsd5f4sd65.png

编辑#2:

enter image description here

0 个答案:

没有答案