Search code examples
node.jsmorphing

Image morphing in node.js


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?


Solution

  • 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...