Is there a way to copy images from a source folder to a destination folder based on a conversion table?
Table sample:
filepath\image-source1.jpg filepath\image-destination1.jpg
filepath\image-source2.jpg filepath\image-destination2.jpg
And maybe use some effects in between like watermark etc..?
Thx.
Martin