Short question: How to copy-paste a pile of images into another pile of images automatically?
Elaborated question:
Let's say I have two folders containing image files (in PNG format).
The first folder is called "backgrounds" and contains a few hundred images named in numbers: 0.png, 1.png, 2.png...
The second folder is called "front layers" and contains a few hundred (transparent) images named in numbers: 0.png, 1.png, 2.png...
I would like to combine the images from these two folders together, so that all the "front layer" images are pasted as front layers onto the corresponding "background" images. These combined images would then be either saved in a third folder called "finished images" or just overwrite-saved to the existing "backgrounds" folder.
It could be done manually, but I would like to know if there is a way to automatize the process. I can make some simple
scripts for GIMP, but I can't quite handle multiple files at once and save them accordingly. Any scripting help would be appreciated and any kind of solution to the problem will suffice.
Are there other programs than GIMP that might provide this kind of functionality? It's a simple task, but laborious to do by hand.
As always, helpful posts might be rewarded with a few thousand rerecords.