node 后台模糊图片 保存本地
如题 有种lwip模块可以模糊图片 但是总是安装失败 请问还有别的什么模块可以模糊图片吗 或者怎么解决lwip安装问题呢?
3 回复
使用ImageMagic吧 http://www.imagemagick.org/Usage/blur/ Node.js模块 http://aheckmann.github.io/gm/docs.html#blur
@jiangli373 推荐个更强大的库:https://github.com/lovell/sharp 速度比 imageMagic 快4-5 倍,功能齐全
也可以使用 Jimp https://github.com/oliver-moran/jimp