Image morphing in node.js

风流意气都作罢 提交于 2020-01-17 00:34:27

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!