gpt4 book ai didi

javascript - 使用 Jimp 从输入文件调整图像大小

转载 作者:行者123 更新时间:2023-12-01 15:04:30 25 4
gpt4 key购买 nike

我想调整通过输入文件获得的图像大小。我发现 jimp
似乎是一个不错的选择。我遇到的问题是我不知道如何在文件上使用它。我尝试使用这种方法:

Jimp.read(lenna.buffer)
.then(image => {
// do stuff with the image
})
.catch(err => {
// handle an exception
});

在哪里 lenna是我的文件,但我收到一个错误:
No matching constructor overloading was found. 
Please see the docs for how to call the Jimp constructor.

最佳答案

也许您的文件类型不受支持,我认为 jimp 仅支持 png、jpg、bmp。祝你今天过得愉快!

关于javascript - 使用 Jimp 从输入文件调整图像大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51904857/

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