median-cut-js
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:A JavaScript implementation of the median-cut algorithm.
median-cut.js
=============

median-cut.js is a JavaScript implementation of the [Median Cut](https://en.wikipedia.org/wiki/Median_cut) algorithm for color quantization.  Median cut is typically used to reduce the number of colors in an image.  It can be used more generally to find clusters in any 3-dimensional data set.

Median cut is also useful for finding a color palette that "represents" an image.

median-cut.js was created for use in [ColorPal](http://mwcz.org/2012/01/16/colorpal-alpha/).

USAGE
-----

Coming soon. [he said on Feb 10, 2012]


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。