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

binding.node for linux with node v8.x.x #110

Closed smassin closed 7 years ago

smassin commented 7 years ago

Binding.node for linux with node 8.x.x.

Important: This binding does not support GIF.

For whatever reason when I build the binding with GIF node crashes crashes with "Undefined symbol: reallocarray" so for now I disabled gif (to avoid the crash) until I can figure out what's wrong with it. JPG and PNG are tested to be working with this binding. If anyone knows why symbol error is happening please do share.

Enjoy :)

binding.node.zip

oxUnd commented 7 years ago

Thanks

tc-imba commented 7 years ago

I build the binding file supporting all addons @smassin binding.node.tar.gz

oxUnd commented 7 years ago

8335d1b release v2.2.1