04-10-2021, 07:28 AM
(04-10-2021, 12:49 AM)barrubba Wrote:(04-09-2021, 10:44 PM)Ofnuts Wrote:(04-09-2021, 09:06 PM)barrubba Wrote: How i can add colormap in batch to multiple image/layers ?
i've tried BIMP but doesn't support Colormap plugin.
After Colormap i have simply to output same set of images.
Thank you
Possibly (untested)
- Open one layer on convert to indexed to generate the colormap (or force the color map with a palette)
- File ➤ Open as layers the other layers (the dialog lets you select multiple files at once), they will be automatically converted to use the colormap of the image
- Use a script such as my own ofn-export-layers to export the layers to individual files.
Ofnut Reply! Great!
There is a way to mantain filename when importing as layer? so i can export filename as well with your Export-layers
thank you
AFAIK the layer takes the name of the file it comes from. OEL has two possible values in the pattern ({name} and {rawName}) for this reason: the layer name may contain an extension (.jpg, .png) that you can to remove and replace by your own (.gif) so you likely want a name pattern like {name}.gif.