问题
Is it possible to do image morphing in Node.js using Javascript? I'm trying to find out whether it's possible to do something like this. Are there any node.js libraries that could be used to implement image morphing?
回答1:
Not sure if this one meets your morphing needs but there's a GraphicsMajick module here:
https://npmjs.org/package/gm
You can also search for modules @ npmjs.org
It supports manipulations like blur, charcoal, chop, colorize, despeckle, dither, dissolve, emboss, equalize, fuzz, gaussian, implode,magnify, matte, etc... etc...
来源:https://stackoverflow.com/questions/12737419/image-morphing-in-node-js