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]);上面三种方法提取出来的图片主题色结果都不一样,按自己的需求选择。
评论