Combining files into one and saving - for multiple folders
I have around 200 folders, each of which contain no less than 2 and up to 10 images, all the same size. They are transparent png files which I want to combine and save as a jpeg in the same folder using the folder name. I believe that the change in file format will give me a white background rather than transparent so it will save me having to add a background layer to each. It also means that I don't need to load the files in any particular order.
If it is only possible to run it for one folder, I can use Excel to generate a script for the other folders although I am not sure how large you can make a script. Something like
Script
---------Open Folder 1
---------Combine Files
---------Save Files
---------Open Folder 2
---------Combine Files
---------Save Files
and on and on although I am certain it isn't the best scripting practise and would offend any professional programmer. I naturally lean towards this method as I have written too many DOS batch files to be able to change my way of thinking.
From reading this forum I almost understand opening all the files in a folder (although not sure of the format if I am putting the folder name in the script rather than a pop up asking for it) and I can probably work out the combining and saving but changing folders has me confused.
Any suggestions will be greatly appreciated.
