Skip to content

mwcz/median-cut-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 23, 2024
c03ff75 · Apr 23, 2024

History

26 Commits
Apr 23, 2024
Apr 13, 2014
Jan 21, 2012
Mar 22, 2018
Apr 11, 2014

Repository files navigation

median-cut.js

median-cut.js is a JavaScript implementation of the 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.

USAGE

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

About

A JavaScript implementation of the median-cut algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2