gpt4 book ai didi

node.js - 尝试在 Azure 上使用 imagemagick 出现 "system cannot find the file"错误

转载 作者:太空宇宙 更新时间:2023-11-03 23:10:32 25 4
gpt4 key购买 nike

我正在使用https://github.com/rsms/node-imagemagick在 Azure 上运行的 Nodejs 上。但是,当我尝试获取有关文件的信息时,例如

var im = require('imagemagick');
im.readMetadata('kittens.jpg', function(err, metadata){
if (err) throw err;
console.log('Shot at '+metadata.exif.dateTimeOriginal);
})

我收到错误

"Error: Command failed: CreateProcessW: The system cannot find the file specified."

系统似乎找不到imagemagick的路径,请问如何解决这个问题?

最佳答案

我想你必须安装 ImageMagick。

我认为您是否可以做到这一点以及如何做到这一点取决于您是否使用 Windows Azure 网站、云服务或虚拟机(在这种情况下,取决于您使用的操作系统)。

您可以首先将二进制文件复制到与 Node.js 代码相同的目录中,看看是否会在那里获取它。

关于node.js - 尝试在 Azure 上使用 imagemagick 出现 "system cannot find the file"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13797347/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com