Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve palette reduction algorithm #41

Open
max-vogler opened this issue Apr 8, 2022 · 0 comments
Open

Improve palette reduction algorithm #41

max-vogler opened this issue Apr 8, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@max-vogler
Copy link
Member

To reduce the amount of colors of non-pixelart images, we currently pick the n most common colors and replace all other colors with the closest selected color. There are three big areas for optimization:

  • Proposing a target color set (e.g. with k-means?)
  • Improve the distance function, which currently only calculates the sum of differences of RGB values.
  • Reducing the palette of an image to the target color set
@max-vogler max-vogler added this to the Large images milestone Apr 8, 2022
@max-vogler max-vogler added the enhancement New feature or request label Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant