Gimp-Forum.net

Full Version: Automatic image recoloring with palette
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all, let's say I have a normal image, but I want to recolor it by using only the colors in a custom palette. Is there a way to do that automatically?

Thanks
One method based on luminance mapping:
1) menu Windows > Dockable Dialogs > Palettes (to display the palettes list)
2) select the palette in the list to make it the active palette
3) menu Colors > Map > Palette Map

Another method is to convert the image to index mode:
menu Image > Mode > Indexed...
choose "Use custom palette"
(01-31-2021, 11:40 AM)tmanni Wrote: [ -> ]1) menu Windows > Dockable Dialogs > Palettes (to display the palettes list)
2) select the palette in the list to make it the active palette
3) menu Colors > Map > Palette Map

Works like a charm! Very greatful thank you!