-
-
Notifications
You must be signed in to change notification settings - Fork 777
Closed
Labels
enhancementa request for a new feature or change in behaviora request for a new feature or change in behaviorhelp wantedreleasedThis issue/pull request has been released.This issue/pull request has been released.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementa request for a new feature or change in behaviora request for a new feature or change in behaviorhelp wantedreleasedThis issue/pull request has been released.This issue/pull request has been released.