Search found 1 match

by DLC
2016-03-30T04:00:18-07:00
Forum: Users
Topic: Lay one image to another in all subfolders and overwrite
Replies: 1
Views: 1297

Lay one image to another in all subfolders and overwrite

Hi,
I have a huge problem to lay one image to another in all subfolders in main folder and overwrite the pictures. I'm begginer.

I use: Windows 8.1

I wrote something like this:
FOR %G IN ("*.jpg") DO composite netrelo_pl.png -gravity center "%G" "output\%G"

but the problem is that the program ...