03-21-2022, 09:38 PM
(03-21-2022, 06:23 PM)Silverfish Wrote: I'm new here.
Thanks for the warm community.
I know about the "Export Layers As..." plug in. It has saved me many countless hours.
However I'm wondering about something else in that arena.
I have a folder with 48 PNG images, all the exact same image, each with a different color variation:
Image 1
I have opened each of these files as its own layer. I would like to type the same text ON ALL OF THEM:
Image 2
I then want to export each one as a PNG with that text on it.
Is this possible? I'm kind of a newbie here...any way that this can be done or any advice would be helpful. Thanks so much!
With a script of mine (ofn-export-layers-combinations):
- Create an image with all your PNG layers in a group:
- File > Open the first
- Add a layer group, move the layer to the group
- With the group selected in the layers list, File > Opens as layers all the others (this can be done in one action because you can select several files in that dialog), which should add them to the group)
- File > Open the first
- Add the text layer (outside of the group) at the top
- Set the chain link on the layer group
- Call the script, which will iterate the layers in the group and export images that are a combination of the text layer and a layer from the group.