Search found 1 match

by djac
2012-03-06T12:38:37-07:00
Forum: Users
Topic: Recursive compositing
Replies: 1
Views: 3485

Recursive compositing

Using a glob I'm trying to repetitively composite two files, files that are named identically but reside in different folders: "Old" and "New". E.g.: New/image1.png Old/image1.png Using a glob on the first input file and an explicit file name on the second this command would work fine: convert Old ...