A first attempt over 132 images went something like the following (merge.jpg starts out as a blank page):
Code: Select all
for P in input/*.jpg ; do C=$[C+1]; B=$[C*100/132]; composite -blend $B merge.jpg "$P" -matte merge.jpg ; doneAny tips?
Code: Select all
for P in input/*.jpg ; do C=$[C+1]; B=$[C*100/132]; composite -blend $B merge.jpg "$P" -matte merge.jpg ; doneUsers browsing this forum: Bing [Bot], Semrush [Bot] and 11 guests