This is what the BAT file will look like with my current knowledge:
Code: Select all
convert Original\image_001.png Overlay\image_001.png -gravity center -composite Result\image_001.png
convert Original\image_002.png Overlay\image_002.png -gravity center -composite Result\image_002.png
..
convert Original\image_999.png Overlay\image_999.png -gravity center -composite Result\image_999.png
EDIT: Thank you snibgo for the correction regarding the right order of the operators.