Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcz committed Jan 21, 2012
1 parent a089db4 commit cd20e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
@@ -1,7 +1,7 @@
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, for display . It can be used more generally to find clusters in any 3-dimensional data set.
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.

Expand Down

0 comments on commit cd20e19

Please sign in to comment.