Montage Label with Wildcard - .bat script
Posted: 2017-05-01T09:09:47-07:00
Hello all,
I am having difficulties creating a simple montage .bat script with labels and wildcard.
Due to the wildcard (*.jpg) all images in the montage are labeled 'f'. Has anyone found a way around this?
*edit was made on title
I am having difficulties creating a simple montage .bat script with labels and wildcard.
Code: Select all
montage -label '%f' -pointsize 100 *.jpg -tile x1 -geometry +2+2 MAIN.jpg
*edit was made on title