04-22-2021, 11:56 AM
Quote:If instead of putting the same logo on all layers, I have to combine multiple pairs of images?
One pair is made from a main image and a second foreground image with 30% multiply
Is this Image A + Foreground A / Image B +Foreground B ...etc
Not sure what you mean by 30% multiply.
There is a plugin, ofn-interleave-layers.py (dated 2020-04-25) from http://sourceforge.net/projects/gimp-too...s/scripts/ Unzip & read the information file.
That will combine one stack of layers with another stack of layers and various modes and transparency Produces a new image with layers. Use a plugin to write layers to separate images, there are several.
Snags, images have to be the same size.
A quick animation of that: https://i.imgur.com/kM5zloO.mp4
Anything more complicated, then possibly not Gimp maybe write an ImageMagick script.