zhangyuanwei / node-images

Cross-platform image decoder(png/jpeg/gif) and encoder(png/jpeg) for Nodejs
https://npmjs.org/package/images
MIT License
1.55k stars 204 forks source link

dyld: lazy symbol binding failed: Symbol not found: _reallocarray #150

Closed txhdqzy closed 5 years ago

txhdqzy commented 6 years ago

是否是对图片的类型有限制?只能用在 jpg 上面吗?

dyld: lazy symbol binding failed: Symbol not found: _reallocarray Referenced from: /Users/nickzhou/WebstormProjects/childfolio_family/node_modules/images/vendor/darwin-x64-57/binding.node Expected in: flat namespace

oxUnd commented 5 years ago

jpg、gif、png 的 decode 都集成了,你是什么操作系统?

IAIAE commented 5 years ago

这个问题解决了么?