node-images icon indicating copy to clipboard operation
node-images copied to clipboard

Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs

Results 57 node-images issues
Sort by recently updated
recently updated
newest added

^3.2.4在node v20.11.0版本中运行不起作用,也不报错,图片尺寸也不大。 试了commonjs和esm的引入方式都试了都不行。 切成node 16.13.0版本就能运行,请修复一下。

Hi, just try simple script: ``` var images = require("images"); images("input.jpg") //Load image from file //加载图像文件 .size(400) //Geometric scaling the image to 400 pixels width //等比缩放图像到400像素宽 .save("output.jpg", { //Save the...

例如:linux-arm64-binding、win32-ia32-binding 感谢!

I'm getting this error when deployed on AWS lambda Any ideas? { "errorType": "Error", "errorMessage": "Not found /var/vendor/linux-x64-binding.node , You can rebuild it, to directory /var, Run `node-gyp rebuild` Command.",...

错误信息: node: symbol lookup error: /app/node_modules/images/vendor/linux-x64-binding.node: undefined symbol: _ZN2v87Isolate19CheckMemoryPressureEv 版本 centos 7.5 Linux test 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux 这两个都试了 "images": "^3.2.3",...

我加了游戏中支持的图片格式,现在windows可以编译通过,在mac上使用 node-gyp编译时报了很多错,解决报错编译后,使用自己编译的 darwin-arm64-binding.node 时node会发生闪退并且没有报错信息,但使用项目中已经编译好的进行格式间转换就没有问题。 目前闪退发生在`new Image().loadFromBuffer(buf, 0, buf.length);`,请问 darwin-arm64 上正确的编译方式是什么?

Does it support base64 adding watermarks ?

怎么给图片设置透明度?加载了一张图片,怎么设置图片的透明度?

怎么使用svg呀?不支持svg吗