I did a project last year in VB for image processing, basically link to a folder, load an overlay and loop through the folder overlaying a watermark. I now need to get the same thing running in python to cater for cross platform use.
I have translated all the image processing code so I have a function written and working for a single image eg.
watermark(image input, overlay1, overlay2 )
but I need to loop it through a folder of images and am a bit stuck.
I also need to come up with a simple 3 button GUI. specify the folder, load the first overlay and load the second overlay. Hopefully like VB open file dialog.
Snippets would be helpful, but im mainly here to learn so any good explaination or links is much appreciated. I have done a google of it all but comes up with so much to sift through (for GUI at least) that I have no idea where to start.
Thanks in advance,
Rich