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

Reduce the number of colors in an image #871

Closed
jmaferreira opened this issue Apr 5, 2020 · 2 comments · Fixed by #1307
Closed

Reduce the number of colors in an image #871

jmaferreira opened this issue Apr 5, 2020 · 2 comments · Fixed by #1307
Labels
enhancement a request for a new feature or change in behavior help wanted released This issue/pull request has been released.

Comments

@jmaferreira
Copy link

I would like to have a method on Jimp to reduce the number of colors in an image. Similar to what happens when we convert an image from RGB to Indexed color / pallet.

It would be nice to have something like:

image.reduceColors(numOfColors)

The RgbQuant.js library does this, but it uses the canvas to accomplish the same effect.

@hipstersmoothie hipstersmoothie added help wanted enhancement a request for a new feature or change in behavior labels Feb 6, 2023
@SelfDevTV
Copy link

I second this. Would be so nice to have.

@hipstersmoothie
Copy link
Collaborator

🚀 Issue was released in v1.1.0 🚀

@hipstersmoothie hipstersmoothie added the released This issue/pull request has been released. label Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement a request for a new feature or change in behavior help wanted released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants