ThmclrXNode.js 图片主题色提取包
ThmclrX 是一个能提取图片主题色的 Node.js 包。
有三个 API:
var thmclrx = require("thmclrx"); thmclrx.octreeGet(file, [maxColors], [callback], [frameNumber]); thmclrx.mindiffGet(file, [palette], [callback], [frameNumber]); thmclrx.mixGet(file, [firstStepMaxColors], [palette], [callback], [frameNumber]);
上面三种方法提取出来的图片主题色结果都不一样,按自己的需求选择。
评论