04-18-2021, 09:12 AM
Thread Rating:
consistent color palette from multiple images
|
04-22-2021, 11:10 AM
Sure, there are plenty of their comments that solve a wide variety of problems!
Now I have another little one myself! 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 How can I do that?
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? 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.
04-22-2021, 02:02 PM
Thank you! it's what i need but no command available in "Image"
copyed in script foder
04-22-2021, 03:19 PM
(This post was last modified: 04-22-2021, 03:43 PM by rich2005.
Edit Reason: note
)
(04-22-2021, 02:02 PM)barrubba Wrote: Thank you! it's what i need but no command available in "Image"It is a plug-in not a script. Get the zip https://sourceforge.net/projects/gimp-to...p/download Unzip and put the file ofn-interleave-layers.py in your user plugins folder C:\Users\"yourname"\AppData\Roaming\GIMP\2.10\plug-ins There is a html help file in the zip read that as well. Edit: Note: This works with RGB images not indexed images
04-22-2021, 10:07 PM
ok great! now i have all 30 couple in a single file, with layer transparency as i want.
Now, there is a way to export all couple of non merged images to a separate file to continue editing, if needed, single layer and transparency level?
04-22-2021, 10:48 PM
(04-22-2021, 10:07 PM)barrubba Wrote: ok great! now i have all 30 couple in a single file, with layer transparency as i want. None I know of. My own script (ofn-export-layers) only consider single layers. If you want to keep layer couples, that would be to XCF... But why do you want to edit the images separately? |
« Next Oldest | Next Newest »
|