Skip to content

Reduce the colorfulness of an image using the k-means clustering algorithm

License

Notifications You must be signed in to change notification settings

ManuelKlaer/kmeans-image-color-reducer

Repository files navigation

KMeansColorReducer

KMeansColorReducer is a C# Windows Forms Application that uses the k-means clustering algorithm to reduce the colorfulness of an image.


GitHub all releases GitHub issues GitHub Workflow Status GitHub repo size

Usage

  1. Download the latest .zip Archive from the release section and extract its contents.
  2. Run the KMeansImageColorReducer.exe executable.

Requirements